Change font

master
Caleb Fontenot 2023-03-07 13:22:43 +07:00
parent 4152683fb6
commit 0320516596
3 changed files with 9 additions and 3 deletions

Binary file not shown.

Binary file not shown.

@ -1,11 +1,17 @@
@font-face { @font-face {
/*
font-family: Comic Mono; font-family: Comic Mono;
font-weight: normal; //font-weight: normal;
src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf); //src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf);
*/
font-family: EdgeOfTheGalaxy;
font-weight: normal;
src: url(EdgeOfTheGalaxyRegular.ttf);
} }
body { body {
font-family: Comic Mono; font-family: EdgeOfTheGalaxy;
background-attachment: fixed; background-attachment: fixed;
/* text-decoration: overline; */ /* text-decoration: overline; */
/* text-transform: uppercase; */ /* text-transform: uppercase; */