Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_variables.scss')
-rw-r--r--assets/sass/_variables.scss18
1 files changed, 1 insertions, 17 deletions
diff --git a/assets/sass/_variables.scss b/assets/sass/_variables.scss
index 70b1652..dc85e02 100644
--- a/assets/sass/_variables.scss
+++ b/assets/sass/_variables.scss
@@ -75,27 +75,11 @@ $global-headings: (
// ========== Header ========== //
-// 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: 36px !default;
// Font family of the logo.
-$logo-font-family: 'Chancery', cursive, LiSu, sans-serif !default;
+$logo-font-family: cursive, LiSu, sans-serif !default;
// Margin of menu item.
$menu-item-margin-left: 10px !default;