From 4155ca9f6b2c39c21b35284ca198ca20464fd849 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Wed, 8 Mar 2017 08:38:22 -0800 Subject: [PATCH] Fix font-scoping --- website/source/assets/stylesheets/_global.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index 46319707b3..c719032b6a 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -10,6 +10,7 @@ text-rendering: optimizeLegibility; body { font-size: 15px; color: $black; + font-family: $font-family-open-sans; font-weight: 300; } @@ -32,7 +33,7 @@ h3{ } p, a, input, .alert { - font-family: $font-family-open-sans; + } //an alternative color for buttons in the doc body