1
1
mirror of https://github.com/primer/css.git synced 2024-12-12 10:47:14 +03:00

Revert "Support SF Mono font in Firefox and Safari"

This commit is contained in:
Jon Rohan 2021-05-27 06:47:59 -07:00 committed by GitHub
parent 45754a3e52
commit 9b372a3b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ $lh-default: 1.5 !default;
$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default; $body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !default;
// Monospace font stack // Monospace font stack
$mono-font: ui-monospace, "SF Mono", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default; $mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !default;
// The base body size // The base body size
$body-font-size: 14px !default; $body-font-size: 14px !default;