Change font
This commit is contained in:
BIN
EdgeOfTheGalaxyRegular.otf
Normal file
BIN
EdgeOfTheGalaxyRegular.otf
Normal file
Binary file not shown.
BIN
EdgeOfTheGalaxyRegular.ttf
Normal file
BIN
EdgeOfTheGalaxyRegular.ttf
Normal file
Binary file not shown.
10
root.css
10
root.css
@@ -1,11 +1,17 @@
|
||||
@font-face {
|
||||
/*
|
||||
font-family: Comic Mono;
|
||||
//font-weight: normal;
|
||||
//src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf);
|
||||
*/
|
||||
font-family: EdgeOfTheGalaxy;
|
||||
font-weight: normal;
|
||||
src: url(https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/ComicMono.ttf);
|
||||
src: url(EdgeOfTheGalaxyRegular.ttf);
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Comic Mono;
|
||||
font-family: EdgeOfTheGalaxy;
|
||||
background-attachment: fixed;
|
||||
/* text-decoration: overline; */
|
||||
/* text-transform: uppercase; */
|
||||
|
Reference in New Issue
Block a user