From 4e226c83d5575aa60d9a00d5f6837e912076559f Mon Sep 17 00:00:00 2001 From: Martyn Welch <martyn.welch@collabora.com> Date: Thu, 11 Feb 2021 09:32:09 +0000 Subject: [PATCH] Unify font used for Apertis website The website is using a mix of serif and sans-serif fonts, switch to using sans-serif throughout site to make it more uniform. Signed-off-by: Martyn Welch <martyn.welch@collabora.com> --- themes/beautifulhugo/static/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/beautifulhugo/static/css/main.css b/themes/beautifulhugo/static/css/main.css index 3eb3ef087..2566e3c46 100644 --- a/themes/beautifulhugo/static/css/main.css +++ b/themes/beautifulhugo/static/css/main.css @@ -3,7 +3,7 @@ /* --- General --- */ body { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px; color: #404040; position: relative; @@ -297,7 +297,7 @@ footer .list-inline { padding: 0; } footer .copyright { - font-family: Open Sans; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 0; } @@ -369,7 +369,7 @@ footer .theme-by { text-decoration: none; } .post-preview .post-entry { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } .post-entry-container { display: inline-block; @@ -878,7 +878,7 @@ div.notices.tip p:first-child:after { } .sidebar-page a { - font-family: 'Lora', 'Times New Roman', serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; } /* --- PDF Note --- */ -- GitLab