Skip to content

Commit

Permalink
[thuliteio#604] Allow Firefox on macOS to see italic text.
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 committed Jan 22, 2022
1 parent 40a8705 commit 66f8147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/common/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
font-weight: 400;
font-display: swap;
src:
local("Jost"),
local("Jost-Italic"),
url("fonts/vendor/jost/jost-v4-latin-italic.woff2") format("woff2"),
url("fonts/vendor/jost/jost-v4-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
Expand All @@ -53,7 +53,7 @@
font-weight: 500;
font-display: swap;
src:
local("Jost"),
local("Jost-Italic"),
url("fonts/vendor/jost/jost-v4-latin-500italic.woff2") format("woff2"),
url("fonts/vendor/jost/jost-v4-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
Expand All @@ -65,7 +65,7 @@
font-weight: 700;
font-display: swap;
src:
local("Jost"),
local("Jost-Italic"),
url("fonts/vendor/jost/jost-v4-latin-700italic.woff2") format("woff2"),
url("fonts/vendor/jost/jost-v4-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

0 comments on commit 66f8147

Please sign in to comment.