From c5d3a9170f637f128f362afed734b5f6d283a1a7 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Thu, 23 Feb 2017 11:24:02 -0800 Subject: [PATCH] Increase default paragraph weight 300 => 400 --- website/source/assets/stylesheets/_global.scss | 3 ++- website/source/index.html.erb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index e00e318dd..2c7a12cf7 100644 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -10,7 +10,7 @@ text-rendering: optimizeLegibility; body { font-size: 18px; color: $black; - font-weight: 300; + font-weight: 400; } h1, h2, h3, h4, h5 { @@ -39,6 +39,7 @@ h3 { p, a { font-family: $font-family-open-sans; + font-family: $font-weight-open-sans-reg; } .highlight{ diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 45560d511..884ca6ca8 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -14,7 +14,7 @@ description: |-

Development
environments
made easy.

-

Create and configure lightweight, reproducible, and portable development environments.

+

Create and configure lightweight, reproducible, and portable development environments.