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