diff options
Diffstat (limited to 'src/components/root.style.js')
| -rw-r--r-- | src/components/root.style.js | 7 |
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' + } + } ] } |
