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:
18
css/ft88.css
18
css/ft88.css
@@ -1,9 +1,7 @@
|
||||
@font-face {
|
||||
font-family: "FT88";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FT88-Regular.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Regular.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Regular.ttf") format("truetype");
|
||||
src: url("https://fonts.ob248.com/fonts/FT88-Regular.ttf")
|
||||
format("truetype");
|
||||
font-weight: 80;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -11,10 +9,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "FT88";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FT88-Italic.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Italic.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Italic.ttf") format("truetype");
|
||||
src: url("https://fonts.ob248.com/fonts/FT88-Italic.ttf")
|
||||
format("truetype");
|
||||
font-weight: 80;
|
||||
font-style: italic;
|
||||
font-display: swap;
|
||||
@@ -22,10 +18,8 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "FT88";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/FT88-Bold.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Bold.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/FT88-Bold.ttf") format("truetype");
|
||||
src: url("https://fonts.ob248.com/fonts/FT88-Bold.ttf")
|
||||
format("truetype");
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
|
||||
Reference in New Issue
Block a user