]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore non-system fonts for now
authorMark Otto <markdotto@gmail.com>
Sun, 19 Aug 2018 03:45:38 +0000 (20:45 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 19 Aug 2018 03:45:38 +0000 (20:45 -0700)
less/variables.less

index 3b27f45d4ca847a1e83ede5b9937d2240891109b..ee376ffd596f61b724c35ffc60f7bca55df5f80f 100644 (file)
 //
 //## 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 `<code>`, `<kbd>`, and `<pre>`.
-@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;