mirror of
https://github.com/primer/css.git
synced 2024-11-25 18:26:14 +03:00
Move Menlo before Consolas in monospace font stack (#1487)
This commit is contained in:
parent
84488397f4
commit
0298b69bda
5
.changeset/heavy-rings-sip.md
Normal file
5
.changeset/heavy-rings-sip.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@primer/css': patch
|
||||
---
|
||||
|
||||
Move Menlo before Consolas in monospace font stack
|
@ -36,7 +36,7 @@ $body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, san
|
||||
|
||||
// Monospace font stack
|
||||
// Note: SFMono-Regular needs to come before SF Mono to fix an older version of the font in Chrome
|
||||
$mono-font: ui-monospace, SFMono-Regular, SF Mono, Consolas, Liberation Mono, Menlo, monospace !default;
|
||||
$mono-font: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace !default;
|
||||
|
||||
// The base body size
|
||||
$body-font-size: 14px !default;
|
||||
|
Loading…
Reference in New Issue
Block a user