diff options
author | Adam Hovorka <[email protected]> | 2020-04-26 23:47:53 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-04-26 23:47:53 -0600 |
commit | 5196850658003808a785aa05a89ad6746920a510 (patch) | |
tree | 1cfc3661beef923e6f80c4e95bdff3a90b747fad /index.html | |
parent | 1ae62b3301ba0967b1eb3a73e307b486b4629be8 (diff) |
Switch font to EB Garamond
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#1D7BA3"> - <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400;1,900&display=swap"> + <!--link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,900;1,400;1,900&display=swap"--> + <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="style.css"> </head> |