mirror of
https://github.com/hex248/fonts.git
synced 2026-02-08 02:33:03 +00:00
12 lines
297 B
CSS
12 lines
297 B
CSS
@font-face {
|
|
font-family: "Terminal Grotesque";
|
|
src:
|
|
url("https://fonts.ob248.com/fonts/terminal-grotesque-webfont.woff2")
|
|
format("woff2"),
|
|
url("https://fonts.ob248.com/fonts/terminal-grotesque-webfont.woff")
|
|
format("woff");
|
|
font-weight: 80;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|