mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Test out serif font on body copy
This commit is contained in:
@@ -109,7 +109,7 @@ provided that You meet the following conditions:
|
||||
this License; and
|
||||
* **(b)** You must cause any modified files to carry prominent notices stating that You
|
||||
changed the files; and
|
||||
* **(c)** You must retain, in the Source form of any Derivative Works that You distribute,
|
||||
* **\(c)** You must retain, in the Source form of any Derivative Works that You distribute,
|
||||
all copyright, patent, trademark, and attribution notices from the Source form
|
||||
of the Work, excluding those notices that do not pertain to any part of the
|
||||
Derivative Works; and
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -44,9 +44,10 @@ $base-font-bold-color: $base-font-color;
|
||||
$systemfonts: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbols";
|
||||
|
||||
// Font Families
|
||||
// $base-font-family: 'museo-sans','muli',$helvetica;
|
||||
$base-font-family: 'muli',$helvetica;
|
||||
$heading-font-family: $base-font-family;
|
||||
$serif: Palatino,"Palatino Linotype","Palatino LT STD", "Book Antiqua", George, serif;
|
||||
// $base-font-family: 'muli',$helvetica;
|
||||
$base-font-family: $serif;
|
||||
$heading-font-family: 'muli',$helvetica;
|
||||
$code-font-family:"inconsolata",Menlo,Monaco,"Courier New",monospace;
|
||||
|
||||
// Font Weights
|
||||
@@ -90,6 +91,7 @@ $site-navigation-width: 250px;
|
||||
$content-max-width: 38em;
|
||||
$site-navigation-bg-color:$site-header-bg-color;
|
||||
$site-navigation-link-base-color: #fff;
|
||||
$site-navigation-link-font-family: $heading-font-family;
|
||||
$breadcrumb-navigation-bg-color:$hugo-blue-ultra-light;
|
||||
$breadcrumb-navigation-bg-color-active:$hugo-blue;
|
||||
$breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
@@ -98,6 +100,7 @@ $breadcrumb-navigation-text-color-active:$hugo-white;
|
||||
|
||||
//Toc
|
||||
$toc-bg-color:#ffffff;
|
||||
$toc-font-family:$heading-font-family;
|
||||
|
||||
//Footers
|
||||
$site-footer-bg-color:$site-header-bg-color;
|
||||
|
||||
@@ -63,16 +63,15 @@ aside#toc {
|
||||
|
||||
nav#TableOfContents {
|
||||
position: relative;
|
||||
// margin-bottom: 20px;
|
||||
font-family:$toc-font-family;
|
||||
height: auto;
|
||||
// overflow-y: scroll;
|
||||
li code {
|
||||
font-family: $base-font-family;
|
||||
font-family: $toc-font-family;
|
||||
}
|
||||
li.active > a > code {
|
||||
color: inherit;
|
||||
font-weight: inherit;
|
||||
font-family: $base-font-family;
|
||||
font-family: $toc-font-family;
|
||||
}
|
||||
> ul:first-child {
|
||||
padding-left: 0px;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
}
|
||||
ul li a {
|
||||
display: flex;
|
||||
font-family:$site-navigation-link-font-family;
|
||||
}
|
||||
ul.top-menu {
|
||||
margin-top: $site-header-height + 30px;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user