From 77ab9d3e86c3439a4d2a85d273dcb2d1b497a32c Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Mon, 21 Sep 2020 23:05:49 +0200 Subject: [PATCH] Use Open Sans for headings --- themes/beautifulhugo/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/beautifulhugo/static/css/main.css b/themes/beautifulhugo/static/css/main.css index 1e2ee94..bce33a2 100644 --- a/themes/beautifulhugo/static/css/main.css +++ b/themes/beautifulhugo/static/css/main.css @@ -17,7 +17,7 @@ p a { color: inherit; } h1,h2,h3,h4,h5,h6 { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 700; } /* This adds space above h2 anchors (e.g. download) to avoid the main menu to overlap here */ -- GitLab