Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/base/_variables.scss

Issue 29587562: Issue 5903 - Change help.eyeo.com bold-weight from 700 to a semi-bold weight (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Remove light font weight Created Oct. 24, 2017, 2:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/scss/base/_font.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/base/_variables.scss
===================================================================
--- a/static/scss/base/_variables.scss
+++ b/static/scss/base/_variables.scss
@@ -55,17 +55,17 @@
// Font sizes (general)
$small-font: 0.9em;
$tiny-font: 0.8em;
// Font weights
-$bold-weight: 700;
+$bold-weight: 600;
// Sizes ///////////////////////////////////////////////////////////////////////
// Container widths
$content-width: 960px;
$navbar-width: $content-width + 100px;
« no previous file with comments | « static/scss/base/_font.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld