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:
@ -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
BIN
app/static/ubuntu.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user