Skip to content

Commit c3ae6ec

Browse files
docmattmanGerrit0
andauthored
Change default font to be compatible with Mac (#2520)
* Set default font to Open Sans web font Segoe UI causes some text rendering issues on Mac. Use Open Sans as a close replacement. * Update font-family * Make prettier happy --------- Co-authored-by: Gerrit Birkeland <[email protected]>
1 parent 9a1a5af commit c3ae6ec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Unreleased
22

3+
### Bug Fixes
4+
5+
- Updated page font to work around issues with Mac rendering, #2518
6+
7+
### Thanks!
8+
9+
- @docmattman
10+
311
## v0.25.11 (2024-03-06)
412

513
### Bug Fixes

Diff for: static/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ dd {
405405
}
406406
body {
407407
background: var(--color-background);
408-
font-family: "Segoe UI", sans-serif;
408+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
409+
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
409410
font-size: 16px;
410411
color: var(--color-text);
411412
}

0 commit comments

Comments
 (0)