2023-12-10 21:36:46 +03:00
|
|
|
/* im using nerd fonts btw */
|
|
|
|
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
|
|
|
|
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;
|
2024-01-15 20:36:59 +03:00
|
|
|
src: url("/ubuntu.woff2") format("woff2");
|
2023-07-13 00:58:55 +03:00
|
|
|
}
|