# HG changeset patch # User Paper # Date 1622831823 14400 # Node ID 710525605e4e1a981277bb1995466540f03d6570 # Parent 7bfa77838f3351197bb57a085556875ff7888625 change cursive to sans-serif; add chalkboard font for cringe iphones diff -r 7bfa77838f33 -r 710525605e4e style.css --- 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 {