aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_variables.scss
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2018-11-07 02:16:24 +0000
committerJulio Capote <jcapote@gmail.com>2018-11-07 02:16:24 +0000
commit952351ed57181b7d5d45c51ec9b8769805509d1e (patch)
treead59344a6e7dcb34ec078e55da5f86b95215886a /themes/even/src/css/_variables.scss
parentae9ac85b6e4912ad975ffea8b9016d715aac6d0f (diff)
downloadcapotej.com-952351ed57181b7d5d45c51ec9b8769805509d1e.tar.gz
cleanup
Diffstat (limited to 'themes/even/src/css/_variables.scss')
-rw-r--r--themes/even/src/css/_variables.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/even/src/css/_variables.scss b/themes/even/src/css/_variables.scss
index b139e5f..6dc4b99 100644
--- a/themes/even/src/css/_variables.scss
+++ b/themes/even/src/css/_variables.scss
@@ -57,9 +57,6 @@ $global-lineheight: 1.5 !default;
// Font family of the site.
$global-font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif !default;
-// Serif font family of the site.
-$global-serif-font-family: Athelas, STHeiti, Microsoft Yahei, serif !default;
-
// Background color of the site.
$global-background: $white !default;
@@ -78,19 +75,6 @@ $global-headings: (
// Padding of the site header.
$header-padding: 20px 20px !default;
-// Font family: Chancery
-@font-face {
- font-family: 'Chancery';
- src: url('../fonts/chancery/apple-chancery-webfont.eot');
- src: local('Apple Chancery'), url('../fonts/chancery/apple-chancery-webfont.eot?#iefix') format('embedded-opentype'),
- url('../fonts/chancery/apple-chancery-webfont.woff2') format('woff2'),
- url('../fonts/chancery/apple-chancery-webfont.woff') format('woff'),
- url('../fonts/chancery/apple-chancery-webfont.ttf') format('truetype'),
- url('../fonts/chancery/apple-chancery-webfont.svg#apple-chancery') format('svg');
- font-weight: lighter;
- font-style: normal;
-}
-
// Font size of the logo.
$logo-font-size: 48px !default;