From aaf4ea9157d3b5a4757ac447eb914cb29b227051 Mon Sep 17 00:00:00 2001 From: Szymon Bednorz Date: Sun, 3 Nov 2024 00:51:33 +0100 Subject: [PATCH] change globally font face --- _includes/head.html | 16 +++++----------- _sass/page.scss | 4 +--- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index ecb2884..b371e0f 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,22 +7,16 @@ content="{% if page.tags %}{{ page.tags | join: ','}}{% else %}{{ site.keywords | join: ',' }}{% endif %}" /> {% endif %} + + + + - - - -{% if site.analytics.plausible.enabled %} - -{% endif %} diff --git a/_sass/page.scss b/_sass/page.scss index 55fdf3e..1cc1f15 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -1,7 +1,5 @@ -/* Style inspiration and settings adapted from https://github.com/jgthms/web-design-in-4-minutes*/ - body { - font-family: "Futura", "Lato", "Open Sans", sans-serif; + font-family: "PT Sans", sans-serif; line-height: 1.5em; font-size: 18px; }