Skip to content

Commit 60d5e3b

Browse files
committed
Adjust font weight; delete old CSS backup
1 parent 86f80a3 commit 60d5e3b

2 files changed

Lines changed: 9 additions & 57 deletions

File tree

docs/_static/style.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,19 @@
3838
--pst-sidebar-caption-font-size: 1.143em; /* 左側章節群組標題字體大小 1.143 * 87.5% = 1 em (16px) */
3939
/* 加入 Quicksand & Noto Sans TC (from Google Fonts); skip Varela Round for now */
4040
--pst-font-family-base-system: Quicksand, "Noto Sans TC", -apple-system, Segoe UI, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
41-
/* 加入 Ubuntu Mono & Noto Sans TC (from Google Fonts); skip Anonymous Pro for now */
42-
--pst-font-family-monospace-system: Ubuntu Mono, "SFMono-Regular", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace, "Noto Sans TC";
41+
/* 加入 Anonymous Pro (from Google Fonts); skip Ubuntu Mono & Noto Sans TC for now */
42+
--pst-font-family-monospace-system: Anonymous Pro, "SFMono-Regular", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
4343
--sbt-prevnext-font-size: var(--sbt-font-size-regular); /* make prevnext font bigger (14px) */
4444
}
4545

46-
/* Set up generic font weight */
47-
body {
46+
/* Set up generic font weight [skipped -- using default weight (400)] */
47+
/* body {
4848
font-weight: 300
49+
} */
50+
51+
/* Set up headers font weight [default was 400] */
52+
.heading-style, h1, h2, h3, h4, h5, h6 {
53+
font-weight: 500
4954
}
5055

5156
/*========================================================*/

docs/_static_backup/style.css

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)