Skip to content

Commit 98e7c66

Browse files
authored
less bold headings (#4156)
1 parent b5148c0 commit 98e7c66

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ h1 {
478478

479479
h2,
480480
h3 {
481-
font-weight: 700;
481+
font-weight: 500;
482482
letter-spacing: -0.5px;
483483
}
484484

@@ -808,7 +808,9 @@ h3 {
808808
}
809809

810810
.cloud-button {
811-
font-feature-settings: 'clig' off, 'liga' off;
811+
font-feature-settings:
812+
'clig' off,
813+
'liga' off;
812814
font-family: Noto Sans Mono;
813815
font-style: normal;
814816
font-size: 16px;

0 commit comments

Comments
 (0)