aboutsummaryrefslogtreecommitdiff
path: root/src/components/root.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/root.style.js')
-rw-r--r--src/components/root.style.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/root.style.js b/src/components/root.style.js
index 8ddb8038..053d984b 100644
--- a/src/components/root.style.js
+++ b/src/components/root.style.js
@@ -9,5 +9,12 @@ export default {
'Scrollbar',
'ScrollbarElement',
'MobileDrawer'
+ ],
+ defaultRules: [
+ {
+ directives: {
+ '--font': 'generic | sans-serif'
+ }
+ }
]
}