added fonts
Deploy static site / deploy (push) Successful in 28s

This commit is contained in:
2026-04-24 02:13:22 +02:00
parent bb81f6f2a0
commit e36501a6fd
3 changed files with 12 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+12
View File
@@ -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
}