add another font

This commit is contained in:
Tyler Koenig
2021-09-10 15:14:15 -04:00
parent 2e1f3c7b6f
commit afbf55aa62
2 changed files with 6 additions and 1 deletions

View File

@@ -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" 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" rel="stylesheet"
/> />
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;600;700&display=swap');
</style>
<style> <style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
</style> </style>

View File

@@ -63,8 +63,10 @@ header img {
} }
h1 { h1 {
/* font-family: 'Source Sans Pro', sans-serif; */
/* font-weight: 700; */
line-height: 2rem; line-height: 2rem;
letter-spacing: 0.01rem; /* letter-spacing: 0.05rem; */
} }
h1 a { h1 a {