changeset 16:710525605e4e

change cursive to sans-serif; add chalkboard font for cringe iphones
author Paper <mrpapersonic@gmail.com>
date Fri, 04 Jun 2021 14:37:03 -0400
parents 7bfa77838f33
children 423d47e447af
files style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/style.css	Wed Jun 02 19:34:27 2021 -0400
+++ b/style.css	Fri Jun 04 14:37:03 2021 -0400
@@ -5,7 +5,7 @@
 	background-repeat: repeat;
 	image-rendering: pixelated;
 	text-shadow: -1px -1px 0px #000000, 1px 1px 0px #000000, -1px 1px 0px #000000, 1px -1px 0px #000000, 2px 2px 2px rgba(0, 0, 0, 0.5);
-	font-family: "Comic Sans MS", "Comic Sans", cursive;
+	font-family: "Comic Sans MS", "Comic Sans", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
 	color: white;
 }
 p {