diff --git a/css/princesspi-default-css.css b/css/princesspi-default-css.css index 31c1c69..9dd0c0d 100644 --- a/css/princesspi-default-css.css +++ b/css/princesspi-default-css.css @@ -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; diff --git a/index.php b/index.php index b2ddc50..0510096 100644 --- a/index.php +++ b/index.php @@ -5,16 +5,16 @@ -