summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/scss/atoms/typography/_variables.scss')
-rw-r--r--plugins/jetpack/scss/atoms/typography/_variables.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/jetpack/scss/atoms/typography/_variables.scss b/plugins/jetpack/scss/atoms/typography/_variables.scss
index 2b1fe017..e1a912b1 100644
--- a/plugins/jetpack/scss/atoms/typography/_variables.scss
+++ b/plugins/jetpack/scss/atoms/typography/_variables.scss
@@ -2,8 +2,8 @@
// Typography variables
// ==========================================================================
-$normal: 400; // Change these values when using custom fonts
-$bold: 700; // For example, bold could change to 400;
+$normal: normal; // Change these values when using custom fonts
+$bold: bold; // For example, bold could change to 400;
$root-font:(
color: #222,
@@ -20,10 +20,9 @@ $mark__background: #fff9c0;
$monospace: 'courier new', monospace;
$serif: Georgia, "Times New Roman", Times, serif;
-$sans: 'Open Sans', Helvetica, Arial, sans-serif; // 400i,400,600,700,800
+$sans: Helvetica, Arial, sans-serif; // 400i,400,600,700,800
$calluna: 'calluna', $sans; // 400
$gill: "Gill Sans", "Gill Sans MT", $sans;
-$proxima: "proxima-nova", $sans; // 300,400,600
// ==========================================================================
// Icons