Skip to content

Commit

Permalink
Unify font-family style application
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawzalewski committed Jan 23, 2020
1 parent 22e191d commit 049f91e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions examples/src/app.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html {
font-family: 'Roboto', sans-serif;
}

h3 {
margin-bottom: 0;
text-align: center;
Expand All @@ -13,18 +9,8 @@ h5 {
}

body {
/* stylelint-disable */
font-family:
system,
-apple-system,
'.SFNSText-Regular',
'San Francisco',
'Roboto',
'Segoe UI',
'Helvetica Neue',
'Lucida Grande',
sans-serif;
/* stylelint-enable */
font-family: system, -apple-system, '.SFNSText-Regular', 'San Francisco',
'Roboto', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif;
}

footer {
Expand Down

0 comments on commit 049f91e

Please sign in to comment.