Skip to content

Commit

Permalink
Crimson > Garamond
Browse files Browse the repository at this point in the history
Let's go for something different. Reads a little easier with thicker
stems.
  • Loading branch information
zhubert committed Apr 28, 2024
1 parent 11382b8 commit 26ba0c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions themes/zhubert/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
color: #111;
font-family: "EB Garamond", serif;
font-family: "Crimson Text", serif;
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
font-style: normal;
Expand Down Expand Up @@ -43,7 +43,7 @@ header {
}

header > h1 {
font-family: "EB Garamond", serif;
font-family: "Crimson Text", serif;
}

footer {
Expand Down Expand Up @@ -117,7 +117,7 @@ nav li:first-child {
}

nav li h1 {
font-family: "EB Garamond";
font-family: "Crimson Text";
display: flex;
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/zhubert/layouts/partials/head/css.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,500;0,700;1,400;1,600;1,700&family=Inter:[email protected]&display=swap" rel="stylesheet">
{{- with resources.Get "css/normalize.css" }}
{{- if eq hugo.Environment "development" }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
Expand Down

0 comments on commit 26ba0c4

Please sign in to comment.