diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 8aaabaa..2cd0e82 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -1,5 +1,7 @@ @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 { font-weight: 400; } @else if $weight == medium {