From 6f1f0ffc863013642d5f6cb69f06253de2d3f3bd Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 18 Feb 2022 13:14:36 -0800 Subject: [PATCH] Swap out Lato for Nunito --- themes/tegakituesday.com/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index defb0fa..d83fc8f 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Lato&family=Patrick+Hand&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&family=Patrick+Hand&display=swap'); @import url('/fonts/K-Gothic/stylesheet.css'); :root { @@ -68,7 +68,7 @@ } body { - font-family: 'Lato', 'K Gothic', sans-serif; + font-family: 'Nunito', 'K Gothic', sans-serif; margin: 0; width: 100%; height: 100vh;