mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
13 lines
313 B
CSS
13 lines
313 B
CSS
@font-face {
|
|
font-family: "Martian Grotesk";
|
|
src:
|
|
url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.woff2")
|
|
format("woff2"),
|
|
url("https://fonts.ob248.com/fonts/MartianGrotesk-VFVF.ttf")
|
|
format("truetype");
|
|
font-weight: 100 950;
|
|
font-stretch: 75% 200%;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|