mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
removed woff from css
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@font-face {
|
||||
font-family: "Sorts Mill Goudy";
|
||||
src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Regular.woff")
|
||||
format("woff");
|
||||
src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Regular.ttf")
|
||||
format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Sorts Mill Goudy";
|
||||
src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Italic.woff")
|
||||
format("woff");
|
||||
src: url("https://fonts.ob248.com/fonts/SortsMillGoudy-Italic.ttf")
|
||||
format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
|
||||
Reference in New Issue
Block a user