mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-09 14:59:45 +00:00
style(font): change code-font-family (#120)
This commit is contained in:
parent
ecb7935896
commit
8a727486e8
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ $code-color: #c7254e !default;
|
|||
$code-font-size: 13px !default;
|
||||
|
||||
// Font family of the code.
|
||||
$code-font-family: Consolas, Monaco, Menlo, Consolas, monospace !default;
|
||||
$code-font-family: Consolas, Monaco, Menlo, "DejaVu Sans Mono",
|
||||
"Bitstream Vera Sans Mono", "Courier New", monospace !default;
|
||||
|
||||
// Color of code highlight, solarized.
|
||||
$code-highlight-color: (
|
||||
|
|
Loading…
Reference in a new issue