add fallbacks to font-family
This commit is contained in:
parent
5d7c93ccd7
commit
ff12c3dfc3
|
@ -1,5 +1,7 @@
|
||||||
@mixin font-1($weight) {
|
@mixin font-1($weight) {
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||||
|
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||||
|
sans-serif;
|
||||||
@if $weight == regular {
|
@if $weight == regular {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
} @else if $weight == medium {
|
} @else if $weight == medium {
|
||||||
|
|
Loading…
Reference in New Issue