Change font
This commit is contained in:
parent
4152683fb6
commit
0320516596
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.
12
root.css
12
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-weight: normal;
|
||||
//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 {
|
||||
font-family: Comic Mono;
|
||||
font-family: EdgeOfTheGalaxy;
|
||||
background-attachment: fixed;
|
||||
/* text-decoration: overline; */
|
||||
/* text-transform: uppercase; */
|
||||
|
Loading…
Reference in New Issue
Block a user