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