From ba6349b432b83028d78276011a81528fc7e1e8ee Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 17 Dec 2022 10:54:52 -0500 Subject: [PATCH] typography take 2 --- src/styles/global.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 3f1db81..da0920e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,7 +1,7 @@ -@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"); * { - font-family: "Chivo Mono", monospace; + font-family: "Lora", serif; } h1, @@ -10,7 +10,7 @@ h3, h4, h5, h6 { - font-family: "Chivo Mono", monospace; + font-family: "Lora", serif; } img {