♻️(react) split fonts in a seperate CSS file
Fonts were de-facto included in the bundled dist/style.css file which wasn't convenient in situations were consumers wanted to import fonts by themselves.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import "cunningham-tokens";
|
||||
@import "@openfun/cunningham-react/fonts";
|
||||
@import "@openfun/cunningham-react/style";
|
||||
@import "cunningham-tokens";
|
||||
|
||||
:root {
|
||||
font-family: Roboto, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user