website/app/static/font.css

14 lines
240 B
CSS
Raw Normal View History

/*
2023-08-20 00:57:35 +03:00
* fonts are located under /static/fonts, they are from nerdfonts
* see nerdfonts.com
*
*/
@font-face {
2023-08-20 00:57:35 +03:00
font-family: "Ubuntu";
font-style: normal;
font-weight: 300;
font-display: swap;
src: url("/fonts/UbuntuNF.ttf");
}