From cf7795da9399a72289fd0f9175b32668e9548a9b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 8 Jan 2016 22:54:24 -0800 Subject: [PATCH] Add liberation Mono to the font stack for the Linux peeps Fixes #18609 [skip sauce] [skip validator] --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index dec4d0b864..3d4bf34ce4 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 `` element.