diff options
| author | Chris Rebert <[email protected]> | 2016-01-08 23:48:42 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-08 23:48:42 -0800 |
| commit | 31fc8a62e5f35cb6ce6b6e35bdad6260b95ae4f3 (patch) | |
| tree | 1f56a252d44f364ca54c59f8fa942166e64a042a | |
| parent | 3284c007730e7539c63171eaba3413ec3c179dc4 (diff) | |
| parent | cf7795da9399a72289fd0f9175b32668e9548a9b (diff) | |
| download | bootstrap-31fc8a62e5f35cb6ce6b6e35bdad6260b95ae4f3.tar.xz bootstrap-31fc8a62e5f35cb6ce6b6e35bdad6260b95ae4f3.zip | |
Merge pull request #18814 from twbs/v4-liberationmono
v4: Add Liberation Mono to the code font stack
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index dec4d0b86..3d4bf34ce 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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. |
