Added body font-face specification
This commit is contained in:
parent
3e43a1dbd7
commit
69758569de
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ body {
|
|||
color: $body-font-color;
|
||||
background: $body-background;
|
||||
|
||||
font-family: "Oxygen",sans-serif;
|
||||
font-weight: $body-font-weight;
|
||||
|
||||
text-rendering: optimizeLegibility;
|
||||
|
|
Loading…
Reference in a new issue