0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add liberation Mono to the font stack for the Linux peeps

Fixes #18609

[skip sauce]
[skip validator]
This commit is contained in:
Mark Otto 2016-01-08 22:54:24 -08:00 committed by Chris Rebert
parent 3284c00773
commit cf7795da93

View 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.