From 0a31dacf3e0c43a73b2e61e266155b9dcce35339 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 25 Jul 2016 12:34:00 -0700 Subject: [PATCH] Simplify system font stack to remove Linux fonts as they're too varied for our purposes --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 8a3df44be9..da9f5ef5bf 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -158,7 +158,7 @@ $grid-gutter-width: 30px !default; // // Font, line-height, and color for body text, headings, and more. -$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif !default; +$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default; $font-family-serif: Georgia, "Times New Roman", Times, serif !default; $font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; $font-family-base: $font-family-sans-serif !default;