summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2020-01-06 14:32:30 -0500
committerAnthony G. Basile <blueness@gentoo.org>2020-01-06 14:32:30 -0500
commit10ef81bf85ad0a4bad0d204838e14c99ca2526f7 (patch)
treeb4bb36a326d41de12d1a6181d2a2baf34696ac24 /plugins/jetpack/scss/atoms/typography/_variables.scss
parentUpdating script for Update (diff)
downloadblogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.gz
blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.bz2
blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.zip
Update jetpack 8.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/scss/atoms/typography/_variables.scss')
-rw-r--r--plugins/jetpack/scss/atoms/typography/_variables.scss31
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/jetpack/scss/atoms/typography/_variables.scss b/plugins/jetpack/scss/atoms/typography/_variables.scss
deleted file mode 100644
index e1a912b1..00000000
--- a/plugins/jetpack/scss/atoms/typography/_variables.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-// ==========================================================================
-// Typography variables
-// ==========================================================================
-
-$normal: normal; // Change these values when using custom fonts
-$bold: bold; // For example, bold could change to 400;
-
-$root-font:(
- color: #222,
- font-size: 14px,
- line-height: 1.4
-);
-
-$pre__background: #eee;
-$mark__background: #fff9c0;
-
-// ==========================================================================
-// Typefaces
-// ==========================================================================
-
-$monospace: 'courier new', monospace;
-$serif: Georgia, "Times New Roman", Times, serif;
-$sans: Helvetica, Arial, sans-serif; // 400i,400,600,700,800
-$calluna: 'calluna', $sans; // 400
-$gill: "Gill Sans", "Gill Sans MT", $sans;
-
-// ==========================================================================
-// Icons
-// ==========================================================================
-
-$genericons: 'genericons';