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

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

Issue 29742555: Noissue - Use Source Sans Pro font files from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Rebase Created April 6, 2018, 1:25 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/src/scss/base/_font.scss ('k') | static/src/scss/main.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/src/scss/base/_variables.scss
===================================================================
--- a/static/src/scss/base/_variables.scss
+++ b/static/src/scss/base/_variables.scss
@@ -34,19 +34,17 @@
// Primary - The most widely used across all screens and components.
$primary: $eyeo-black;
// Fonts
////////////////////////////////////////////////////////////////////////////////
-// Font stack
-
-$primary-font: "Source Sans Pro", sans-serif;
+$path-to-font-files: "/fonts";
// Font colours
$font-color-default: $eyeo-black;
$font-color-link: $abb-blue;
// Font sizes (headings)
« no previous file with comments | « static/src/scss/base/_font.scss ('k') | static/src/scss/main.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld