mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
Allow override code font as well
This commit is contained in:
parent
fead34957c
commit
64ad3f3b8a
@ -58,3 +58,7 @@
|
||||
body {
|
||||
font-family: 'Oxygen', sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: 'Oxygen Mono', monospace;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ $block-border-radius: 0.15rem;
|
||||
line-height: 1.7;
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
font-weight: 400;
|
||||
font-weight: $body-font-weight;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@ $block-border-radius: 0.15rem;
|
||||
}
|
||||
|
||||
b, optgroup, strong {
|
||||
font-weight: 700;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -29,8 +29,6 @@ $block-border-radius: 0.15rem;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: 'Oxygen Mono', monospace;
|
||||
|
||||
padding: 0 $padding-4;
|
||||
background: $gray-100;
|
||||
border-radius: $block-border-radius;
|
||||
|
@ -27,7 +27,7 @@ $color-dark-link: $gray-800;
|
||||
|
||||
$body-background: white;
|
||||
$body-font-color: $gray-800;
|
||||
$body-font-weight: 400;
|
||||
$body-font-weight: normal;
|
||||
|
||||
$body-min-width: 20rem;
|
||||
$container-max-width: 80rem;
|
||||
|
@ -38,7 +38,7 @@ h2,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
font-weight: 400;
|
||||
font-weight: $body-font-weight;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -117,7 +117,7 @@ ul.pagination {
|
||||
|
||||
> a,
|
||||
> span {
|
||||
font-weight: 600;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
> ul {
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"Target":"book.min.b9445c675ececc4908609652f2002d6023832b26fb548ad7581930dc8ff9e0c4.css","MediaType":"text/css","Data":{"Integrity":"sha256-uURcZ17OzEkIYJZS8gAtYCODKyb7VIrXWBkw3I/54MQ="}}
|
||||
{"Target":"book.min.5c5b0b5e07cf0a1393e5c601927c419dbed8b42615c2957c6c9d62131acc78e0.css","MediaType":"text/css","Data":{"Integrity":"sha256-XFsLXgfPChOT5cYBknxBnb7YtCYVwpV8bJ1iExrMeOA="}}
|
Loading…
Reference in New Issue
Block a user