@@ -1,3 +1,14 @@
|
||||
@font-face {
|
||||
font-family: ubuntuSansMono;
|
||||
src: url(fonts/UbuntuSansMono-VariableFont_wght.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: comicMono;
|
||||
src: url(fonts/ComicMono.ttf);
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
text-align: center;
|
||||
background-color: #221826;
|
||||
@@ -9,6 +20,7 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
p {
|
||||
font-family: ubuntuSansMono;
|
||||
color: #DDDDEE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user