Skip to content

Commit

Permalink
style(demo): set root font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg committed Jun 18, 2024
1 parent 8648b9c commit ef5ae31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example/demo.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import '../styles/main.scss';

:root {
font-family: -apple-system, 'system-ui', 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji';
}

#rdmd-demo {
--rdmd-demo-container: 1400px;
--rdmd-demo-content-width: 600px;
Expand Down

0 comments on commit ef5ae31

Please sign in to comment.