From a520fd393566cc37c5aa8a863a6abe44dc6c1a52 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 17 Dec 2022 10:50:13 -0500 Subject: [PATCH 1/2] typography changes --- src/styles/global.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index d2a09d6..3f1db81 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1,3 +1,18 @@ +@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"); + +* { + font-family: "Chivo Mono", monospace; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: "Chivo Mono", monospace; +} + img { border-radius: 5px; } From 89811b384c9412bf5a66c65e80be10c946018864 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Sat, 17 Dec 2022 10:51:18 -0500 Subject: [PATCH 2/2] readme update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 79f4aa3..84ca43c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A blog website to share my writing, but also to learn how to build websites with [Astro](https://astro.build). +## Deployed Link + +https://ghall.blog + ## Dependencies - [Astro](https://astro.build)