Skip to content

Commit 740bec1

Browse files
committed
Update
1 parent 40412a5 commit 740bec1

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

theme/css/general.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ html {
2424

2525
body {
2626
margin: 0;
27-
font-size: 1.6rem;
27+
font-size: 1.45rem;
2828
overflow-x: hidden;
2929
}
3030

@@ -59,6 +59,10 @@ h1, h2, h3 {
5959
font-weight: lighter
6060
}
6161

62+
h1, h2, h3 {
63+
font-family: var(--header-font);
64+
}
65+
6266
h1, h2, h3, h4, h5, h6 {
6367
text-transform: lowercase
6468
}

theme/css/variables.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
--page-padding: 15px;
1010
--content-max-width: 750px;
1111
--menu-bar-height: 50px;
12-
--font: "Open Sans", "Segoe UI", sans-serif;
12+
--font: "Caladea", "Cambria", sans-serif;
13+
--header-font: "Open Sans", "Segoe UI", sans-serif;
1314
--mono-font: "Courier Prime", "Courier New", monospace;
1415
--code-font-size: 0.75em; /* please adjust the ace font size accordingly in editor.js */
1516
}

theme/fonts/fonts.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
/* Open Sans */
22
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
33

4+
/* Caladea */
5+
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
6+
47
/* Courier Prime */
58
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

0 commit comments

Comments
 (0)