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;