From aa1363dcb109cbfe9545fa020edab77fffc6269f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Poupard?= Date: Thu, 17 Oct 2019 12:16:35 +0200 Subject: [PATCH] =?UTF-8?q?feat(font):=20improve=20main=20font-stack=20for?= =?UTF-8?q?=20#218=E2=80=A6=20By=20removing=20useless=20quotes,=20avoid=20?= =?UTF-8?q?Helvetica=20Neue=20+=20Arial=20duplication=20and=20add=20Libera?= =?UTF-8?q?tion=20Sans=20to=20ensure=20Ubuntu=20users=20gets=20the=20most?= =?UTF-8?q?=20decent=20fallback=20they=20can.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 8c0ed2ac63..bc4541c1a2 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -308,8 +308,8 @@ $embed-responsive-aspect-ratios: join( // Font, line-height, and color for body text, headings, and more. // stylelint-disable value-keyword-case -$font-family-sans-serif: "HelvNeueOrange", "Helvetica Neue", Helvetica, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; -$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; +$font-family-sans-serif: HelvNeueOrange, Helvetica Neue, Helvetica, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !default; +$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !default; $font-family-base: $font-family-sans-serif !default; // stylelint-enable value-keyword-case