From e45b80bd3224b2e2e2a70ad26d37b8c463aacdbe Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 26 Feb 2017 16:40:01 -0500 Subject: [PATCH] Add Ubuntu font --- assets/stylesheets/global/_variables-dark.scss | 2 +- assets/stylesheets/global/_variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/global/_variables-dark.scss b/assets/stylesheets/global/_variables-dark.scss index aeb36181..35db8ebf 100644 --- a/assets/stylesheets/global/_variables-dark.scss +++ b/assets/stylesheets/global/_variables-dark.scss @@ -1,4 +1,4 @@ -$baseFont: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; +$baseFont: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif; $monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; $boldFontWeight: 500; $bolderFontWeight: 600; diff --git a/assets/stylesheets/global/_variables.scss b/assets/stylesheets/global/_variables.scss index bde5f6cd..cd877585 100644 --- a/assets/stylesheets/global/_variables.scss +++ b/assets/stylesheets/global/_variables.scss @@ -1,4 +1,4 @@ -$baseFont: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif; +$baseFont: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, Ubuntu, 'Helvetica Neue', Arial, sans-serif; $monoFont: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace; $boldFontWeight: 500; $bolderFontWeight: 600;