Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhe Zhang <neomana@gmail.com>2015-12-30 15:52:05 +0300
committerZhe Zhang <neomana@gmail.com>2015-12-30 15:52:05 +0300
commitac9d1916749a7830ea4a32d5d28ab8609cdc65fb (patch)
treeb2448ccb8c2e24f687e1e506b244eeec1292cfdd
parent50b9b8829efd054db1229923956e778e6d2c3481 (diff)
update code mono font
-rw-r--r--layouts/partials/head.html2
-rw-r--r--static/css/slim.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cf327fb..47f77a7 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -5,7 +5,7 @@
<!-- CSS -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/slim.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/highlight.min.css">
-<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700|Montserrat:400' rel='stylesheet' type='text/css'>
+<link href='https://fonts.googleapis.com/css?family=Merriweather:400,700|Montserrat|Source+Code+Pro' rel='stylesheet' type='text/css'>
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
diff --git a/static/css/slim.css b/static/css/slim.css
index d0fbbca..9355e7e 100644
--- a/static/css/slim.css
+++ b/static/css/slim.css
@@ -89,7 +89,7 @@ em {
text-emphasis-position: under; }
code {
- font-family: Monaco, Courier, monospace;
+ font-family: 'Source Code Pro', Monaco, Courier, monospace;
font-size: 0.85rem;
color: #555;
background-color: #f5f5f5;
@@ -111,7 +111,7 @@ pre {
background-color: #f9f9f9; }
pre code {
- font-family: Menlo, Monaco, Courier, monospace;
+ font-family: 'Source Code Pro', Menlo, Monaco, Courier, monospace;
font-size: 0.7rem;
padding: 0;
color: inherit;