From 50aeb4593925a9e216249331ff2ff0fd714726be Mon Sep 17 00:00:00 2001 From: Job Rapati <33418381+Duxez@users.noreply.github.com> Date: Mon, 30 Dec 2024 09:59:01 +0100 Subject: [PATCH] Add Lato google fonts Site breaks on Linux browser due to missing local font, this adds the google font to fix that. --- _includes/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index e33adcd..a44cac6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -18,6 +18,9 @@ + + + {% if jekyll.environment == 'production' %} {% include analytics.html %} @@ -35,4 +38,4 @@ {% endfor %} - \ No newline at end of file +