From cfdfc65c86a521780e1e757155633a8ae8d8e44d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 8 May 2024 08:58:53 -0400 Subject: Default Palatino macos font --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 32b2194..238749d 100644 --- a/local.css +++ b/local.css @@ -19,7 +19,7 @@ pre,code{font-size:12pt;} .pageheader .actions ul li a{display:none;} .pageheader .actions ul li a[href="./#comments"]{display:inline;} .pageheader .actions, #searchform{right:1em;} -#content{font-family:serif;font-size:15pt;margin:1em 0;} +#content{font-family:"Palatino","Georgia",serif;font-size:15pt;margin:1em 0;} #content p{line-height:1.33;text-align:justify;} .sidebar{background:none;border:0;border-bottom:1px solid #999;color:black!important;float:none;padding:0;width:100%;} .sidebar p{font-size:1rem;margin-top:0;} -- cgit v1.2.3-54-g00ecf