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

Unified Diff: static/scss/_variables.scss

Issue 29742577: Noissue - Update bold weight to 700 (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created April 4, 2018, 9:07 a.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_variables.scss
===================================================================
--- a/static/scss/_variables.scss
+++ b/static/scss/_variables.scss
@@ -57,17 +57,17 @@
////////////////////////////////////////////////////////////////////////////////
$path-to-font-files: "../fonts" !default;
$primary-font: "Source Sans Pro", Arial, sans-serif !default;
$secondary-font: serif !default;
$monospace-font: monospace !default;
-$bold-weight: 600 !default;
+$bold-weight: 700 !default;
$normal-weight: 400 !default;
$thin-weight: 300 !default;
// Spacing
////////////////////////////////////////////////////////////////////////////////
$large-space: 4em !default;
$medium-space: 2em !default;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld