mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
Merge pull request #18814 from twbs/v4-liberationmono
v4: Add Liberation Mono to the code font stack
This commit is contained in:
commit
31fc8a62e5
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ $grid-gutter-width: 1.875rem !default; // 30px
|
|||
|
||||
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$font-family-serif: Georgia, "Times New Roman", Times, serif !default;
|
||||
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
|
||||
$font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
|
||||
$font-family-base: $font-family-sans-serif !default;
|
||||
|
||||
// Pixel value used to responsively scale all typography. Applied to the `<html>` element.
|
||||
|
|
|
|||
Loading…
Reference in a new issue