ngn
30a0a1fa27
nerdfonts are now gonna be loaded from nerdfonts website, with the webfonts css however the ubuntu font will be hosted localy
11 lines
222 B
CSS
11 lines
222 B
CSS
/* im using nerd fonts btw */
|
|
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
|
|
|
@font-face {
|
|
font-family: "Ubuntu";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: swap;
|
|
src: url("/ubuntu.ttf");
|
|
}
|