mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Quote the sans font
This commit is contained in:
parent
30c001cc6f
commit
56608192be
1 changed files with 1 additions and 1 deletions
2
resources/assets/sass/_fonts.scss
vendored
2
resources/assets/sass/_fonts.scss
vendored
|
@ -18,5 +18,5 @@
|
|||
|
||||
@mixin font-sans {
|
||||
@include normalize-font;
|
||||
font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
|
||||
font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue