Skip to content

Commit 930c5bf

Browse files
committed
Change typefaces
1 parent 30bfd6b commit 930c5bf

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

build.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
<link rel=\"icon\" type=\"image/svg+xml\" href=\"/favicon.svg\">
2626
<link rel=\"icon\" type=\"image/png\" href=\"/favicon.png\">
2727
<link rel=\"icon\" href=\"/favicon.ico\" sizes=\"any\">
28+
2829
<link rel=\"stylesheet\" href=\"/css/styles.css\">
2930
<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
3031
<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
31-
<link href=\"https://fonts.googleapis.com/css2?family=Baskervville:wght@700&family=Fira+Code:wght@300..700&family=Sen:wght@400..800&display=swap\" rel=\"stylesheet\">
32+
<link href=\"https://fonts.googleapis.com/css2?family=Baskervville:wght@700&family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap\" rel=\"stylesheet\">
3233
"
3334
;; When doing syntax highlighting, output as CSS classes instead of the default
3435
;; inline CSS. The color theme is defined in ./content/css/htmlize-styles.css. To get

content/css/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.navbar {
2-
font-family: 'Sen', sans-serif;
2+
font-family: 'Jost', sans-serif;
33
display: flex;
44
align-items: center;
55
justify-content: space-between;
@@ -35,8 +35,8 @@ a:visited {
3535
.content {
3636
margin: 0 auto;
3737
padding: 0 4px;
38-
font-family: Sen, sans-serif;
39-
font-size: 16px;
38+
font-family: Jost, sans-serif;
39+
font-size: 18px;
4040
color: #222;
4141
line-height: 1.5;
4242
}
@@ -99,8 +99,8 @@ div.figure {
9999
margin: 1.5rem 0;
100100
}
101101
code, pre {
102-
font-family: "Fira Code", monospace;
103-
font-size: 13px;
102+
font-family: "Roboto Mono", monospace;
103+
font-size: 14px;
104104
line-height: 1.1;
105105

106106
}

0 commit comments

Comments
 (0)