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

Unified Diff: static/scss/_variables.scss

Issue 29733614: Issue 6483 - Add Source Sans Pro as default font to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created March 26, 2018, 10:42 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 | « static/scss/_fonts.scss ('k') | static/scss/main.scss » ('j') | 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
@@ -51,17 +51,19 @@
$error: #f44336 !default;
$error-light: #ffebee !default;
$error-dark: #b71c1c !default;
// Fonts
////////////////////////////////////////////////////////////////////////////////
-$primary-font: sans-serif !default;
+$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;
$normal-weight: 400 !default;
$thin-weight: 300 !default;
// Spacing
« no previous file with comments | « static/scss/_fonts.scss ('k') | static/scss/main.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld