typography take 2

This commit is contained in:
2022-12-17 10:54:52 -05:00
parent 89811b384c
commit ba6349b432
+3 -3
View File
@@ -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, h1,
@@ -10,7 +10,7 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: "Chivo Mono", monospace; font-family: "Lora", serif;
} }
img { img {