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:
authorChen Xianmin <xianmin12@gmail.com>2018-07-22 06:08:42 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-07-22 06:41:49 +0300
commit610206d923d599deac99576f4fcbf099340945e8 (patch)
treecd2164ea0569dacecd46524d1bc02fd84c3d8f7c
parent05f8d2035a87d70e74b010dab88d04162cb497f9 (diff)
style: change code-font-family
-rw-r--r--src/css/_variables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/_variables.scss b/src/css/_variables.scss
index 3e89d05..e89bba3 100644
--- a/src/css/_variables.scss
+++ b/src/css/_variables.scss
@@ -193,7 +193,8 @@ $code-color: #c7254e !default;
$code-font-size: 0.9em !default;
// Font family of the code.
-$code-font-family: Consolas, Monaco, Menlo, Consolas, monospace !default;
+$code-font-family: Menlo, Consolas, "Source Code Pro", Inconsolata, Monaco, "Courier New",
+ monospace !default;
// Color of code highlight, solarized.
$code-highlight-color: (