updated and added email addresses and fixed font loading

nerdfonts are now gonna be loaded from nerdfonts website,
with the webfonts css however the ubuntu font will be hosted
localy
This commit is contained in:
ngn
2023-12-10 21:36:46 +03:00
parent 44db3df613
commit 30a0a1fa27
9 changed files with 57 additions and 23 deletions

View File

@ -1,8 +1,10 @@
/* 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;
/* im using nerd fonts btw */
src: url("https://files.ngn.tf/fonts/UbuntuNF.ttf");
src: url("/ubuntu.ttf");
}

BIN
app/static/ubuntu.ttf Normal file

Binary file not shown.