1747344339

This commit is contained in:
2025-05-15 15:25:39 -06:00
parent 2752101070
commit 728f2c861d
6 changed files with 31 additions and 12 deletions
+5 -3
View File
@@ -10,12 +10,14 @@
*/
@font-face {
font-family: 'Comic Code Regular';
src: url('fonts/ComicCodeRegular.otf');
font-family: "Comic-Code-Regular";
src: url("fonts/Comic-Code-Regular.ttf"),
url("fonts/Comic-Code-Regular.woff"),
url("fonts/Comic-Code-Regular.otf");
}
body {
font-family: "Comic Code Regular", "Comic Sans MS", 'Courier New', Courier, monospace;
font-family: "Comic-Code-Regular", "Comic Sans MS", "Comic Sans", sans-serif;
font-weight: bold;
color: #800080;