Fixed font-family order
This commit is contained in:
parent
3097a5a618
commit
1d62078210
1 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,10 @@ body {
|
|||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
|
||||
font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
|
||||
font-feature-settings: "kern" 1;
|
||||
font-kerning: normal;
|
||||
|
|
Loading…
Add table
Reference in a new issue