mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
12 lines
349 B
CSS
12 lines
349 B
CSS
@font-face {
|
|
font-family: "Ouroboros";
|
|
src:
|
|
url("https://fonts.ob248.com/fonts/Ouroboros-Regular.woff2") format("woff2"),
|
|
url("https://fonts.ob248.com/fonts/Ouroboros-Regular.woff") format("woff"),
|
|
url("https://fonts.ob248.com/fonts/Ouroboros-Regular.ttf")
|
|
format("truetype");
|
|
font-weight: 80;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|