From b0f7f5cc18449d9c4f82063da14eda0079153124 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 15 Apr 2023 13:50:53 +0100 Subject: Add more interesting fonts --- themes/ymherklotz/static/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css index 512c00d..33217cb 100644 --- a/themes/ymherklotz/static/css/default.css +++ b/themes/ymherklotz/static/css/default.css @@ -124,7 +124,7 @@ h1:hover > .heading-anchor1, h2:hover > .heading-anchor2, h3:hover > .heading-an } html { - font-family: /*'EBGaramond',*/ serif; + font-family: /*'EBGaramond',*/ "Iowan Old Style", "Apple Garamond", "Baskerville", "Droid Serif", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } body { -- cgit