Websafe fonts and option to disable google fonts.
This issue is related to #118.
This commit is contained in:
parent
513ffc0cfa
commit
69077d3d19
25 changed files with 28 additions and 26 deletions
|
@ -221,7 +221,7 @@ main {
|
|||
font-size: .78em;
|
||||
}
|
||||
|
||||
code {
|
||||
*:not(pre) > code {
|
||||
font-size: .8em;
|
||||
white-space: nowrap;
|
||||
color: #c25;
|
||||
|
|
2
docs/blog/theme/stylesheet/style.min.css
vendored
2
docs/blog/theme/stylesheet/style.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -8,8 +8,8 @@
|
|||
@dark-grey: #242121;
|
||||
|
||||
// Font family
|
||||
@sans: 'Source Sans Pro', 'Verdana', sans-serif;
|
||||
@mono: 'Source Code Pro', 'Consolas', monospace;
|
||||
@sans: 'Source Sans Pro', 'Roboto', 'Open Sans', 'Liberation Sans', 'DejaVu Sans', 'Verdana', 'Helvetica', 'Arial', sans-serif;
|
||||
@mono: 'Source Code Pro', 'Consolas', 'Liberation Mono', 'DejaVu Sans Mono', monospace;
|
||||
|
||||
// Body
|
||||
@body-bg: @white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue