From afbf55aa62c803aa70a126bf2a55be15eda2bf10 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Fri, 10 Sep 2021 15:14:15 -0400 Subject: [PATCH] add another font --- index.html | 3 +++ style.css | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e16c3d21..300899cc 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,9 @@ href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap" rel="stylesheet" /> + diff --git a/style.css b/style.css index 05b327c9..4fe4c3b1 100644 --- a/style.css +++ b/style.css @@ -63,8 +63,10 @@ header img { } h1 { + /* font-family: 'Source Sans Pro', sans-serif; */ + /* font-weight: 700; */ line-height: 2rem; - letter-spacing: 0.01rem; + /* letter-spacing: 0.05rem; */ } h1 a {