mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
removed woff from css
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
@font-face {
|
||||
font-family: "Basteleur";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff2") format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Bold.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Bold.ttf") format("truetype");
|
||||
src: url("https://fonts.ob248.com/fonts/Basteleur-Bold.ttf")
|
||||
format("truetype");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
@@ -11,11 +9,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Basteleur";
|
||||
src:
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff2")
|
||||
format("woff2"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.woff") format("woff"),
|
||||
url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.ttf")
|
||||
src: url("https://fonts.ob248.com/fonts/Basteleur-Moonlight.ttf")
|
||||
format("truetype");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user