From: Mark Otto Date: Sun, 19 Aug 2018 03:45:38 +0000 (-0700) Subject: Restore non-system fonts for now X-Git-Tag: v3.4.0~48^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27e58b949181a62f8faf98b966fe03eb15b58d95;p=thirdparty%2Fbootstrap.git Restore non-system fonts for now --- diff --git a/less/variables.less b/less/variables.less index 3b27f45d4c..ee376ffd59 100644 --- a/less/variables.less +++ b/less/variables.less @@ -44,10 +44,10 @@ // //## Font, line-height, and color for body text, headings, and more. -@font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; +@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-serif: Georgia, "Times New Roman", Times, serif; //** Default monospace fonts for ``, ``, and `
`.
-@font-family-monospace:   "SFMono-Regular", Menlo, Monaco, Consolas, "Courier New", monospace;
+@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
 @font-family-base:        @font-family-sans-serif;
 
 @font-size-base:          14px;