diff options
| author | Mark Otto <[email protected]> | 2016-01-08 22:54:24 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-08 23:31:30 -0800 |
| commit | cf7795da9399a72289fd0f9175b32668e9548a9b (patch) | |
| tree | 1f56a252d44f364ca54c59f8fa942166e64a042a | |
| parent | 3284c007730e7539c63171eaba3413ec3c179dc4 (diff) | |
| download | bootstrap-cf7795da9399a72289fd0f9175b32668e9548a9b.tar.xz bootstrap-cf7795da9399a72289fd0f9175b32668e9548a9b.zip | |
Add liberation Mono to the font stack for the Linux peeps
Fixes #18609
[skip sauce]
[skip validator]
| -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. |
