Skip to content

Commit c9effd5

Browse files
silverwind6543
andauthored
Update font stack to bootstrap's latest (#13834)
Update to latest Bootstrap font stack [1]. Should fix #13784. [1] https://github.com/twbs/bootstrap/blob/bf3c4d0b6891c21377e6b1fb7962f5fbf198325f/scss/_variables.scss#L396 Co-authored-by: 6543 <[email protected]>
1 parent 118aedd commit c9effd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/less/_base.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:root {
22
/* documented customizable variables */
3-
--fonts-proportional: -apple-system, "BlinkMacSystemFont", system-ui, "Segoe UI", "Roboto", "Helvetica", "Arial";
4-
--fonts-monospace: "SF Mono", "Consolas", "Menlo", "Liberation Mono", "Monaco", "Lucida Console", monospace;
5-
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla";
3+
--fonts-proportional: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "Liberation Sans", sans-serif;
4+
--fonts-monospace: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace;
5+
--fonts-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Twemoji Mozilla";
66
/* other variables */
7-
--fonts-regular: var(--fonts-proportional), var(--fonts-emoji), sans-serif;
7+
--fonts-regular: var(--fonts-proportional), var(--fonts-emoji);
88
--border-radius: .28571429rem;
99
--color-primary: #4183c4;
1010
--color-primary-dark-1: #3876b3;

0 commit comments

Comments
 (0)