dump nerdfonts from the website to use locally
Some checks failed
Build the docker image for the frontend application / build (push) Failing after 20s
Some checks failed
Build the docker image for the frontend application / build (push) Failing after 20s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
/* im using nerd fonts btw */
|
||||
@import "https://www.nerdfonts.com/assets/css/webfont.css";
|
||||
|
||||
@font-face {
|
||||
font-family: "Ubuntu";
|
||||
font-style: normal;
|
||||
|
@ -1,4 +1,12 @@
|
||||
/*
|
||||
|
||||
* animations.css: stuff like the cursor animation
|
||||
* webfont.css: webfont dumped from https://www.nerdfonts.com/assets/css/webfont.css
|
||||
* font.css: the main font (Ubuntu)
|
||||
|
||||
*/
|
||||
@import "./animations.css";
|
||||
@import "./nerdfonts.css";
|
||||
@import "./font.css";
|
||||
|
||||
:root {
|
||||
|
Reference in New Issue
Block a user