]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add liberation Mono to the font stack for the Linux peeps 18814/head
authorMark Otto <markdotto@gmail.com>
Sat, 9 Jan 2016 06:54:24 +0000 (22:54 -0800)
committerChris Rebert <code@chrisrebert.com>
Sat, 9 Jan 2016 07:31:30 +0000 (23:31 -0800)
Fixes #18609

[skip sauce]
[skip validator]

scss/_variables.scss

index dec4d0b864ff083d1979886149d4d7f7567a3731..3d4bf34ce4386fd92968a8f83103c43eba98afb0 100644 (file)
@@ -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.