website/app/static/font.css

9 lines
191 B
CSS
Raw Normal View History

@font-face {
2023-08-20 00:57:35 +03:00
font-family: "Ubuntu";
font-style: normal;
font-weight: 300;
font-display: swap;
/* im using nerd fonts btw */
src: url("https://files.ngn.tf/fonts/UbuntuNF.ttf");
}