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.
12
root.css
12
root.css
@@ -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; */
|
||||||
|
Reference in New Issue
Block a user