Skip to content

Commit 4bbe0e6

Browse files
committed
Update
1 parent 9ec9589 commit 4bbe0e6

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

theme/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ html:not(.sidebar-resizing) .sidebar {
520520
}
521521

522522
.chapter {
523-
font-family: var(--header-font);
523+
font-family: var(--ui-font);
524524
list-style: none outside none;
525525
padding-inline-start: 0;
526526
line-height: 2.2em;

theme/css/general.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ h1, h2, h3 {
6060
}
6161

6262
h1, h2, h3 {
63-
font-family: var(--header-font);
64-
}
65-
66-
h1, h2, h3, h4, h5, h6 {
67-
text-transform: lowercase
63+
font-family: var(--font);
6864
}
6965

7066
h2, h3 { margin-block-start: 2.5em; }

theme/css/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--content-max-width: 750px;
1111
--menu-bar-height: 50px;
1212
--font: "Crimson Pro", "Cambria", sans-serif;
13-
--header-font: "Noto Sans", "Segoe UI", sans-serif;
13+
--ui-font: "Noto Sans", "Segoe UI", sans-serif;
1414
--mono-font: "Nimbus Mono", "Courier New", monospace;
1515
--code-font-size: 0.79em; /* please adjust the ace font size accordingly in editor.js */
1616
}

0 commit comments

Comments
 (0)