From: bochard Date: Sat, 9 Aug 2025 01:54:56 +0000 (+0800) Subject: change font to courier X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=f38888454fbda6082a66a77017adbb1c0adb619a;p=mysite.git change font to courier --- diff --git a/stylesheets/root.css b/stylesheets/root.css index 7814305..01e6a76 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -1,5 +1,5 @@ body { - font-family: Palatino, serif; + font-family: courier; background-image: url('/images/backgrounds/Ocean.jpg'); background-repeat: no-repeat; background-size: cover; @@ -39,7 +39,6 @@ blockquote { background-image: url('/images/backgrounds/stars.gif'); background-repeat: repeat; vertical-align: top; - height: 100%; width: 200px; max-width: 200px; padding: 15px 10px; @@ -80,7 +79,6 @@ blockquote { background-image: url('/images/backgrounds/bluerock.jpg'); background-repeat: repeat; vertical-align: top; - height: 100%; width: 150px; max-width: 150px; padding: 15px 10px;