浏览代码

Update font

George Cushen 9 年之前
父节点
当前提交
09d41510ad
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      static/css/hugo-academic.css

+ 6 - 1
static/css/hugo-academic.css

@@ -9,7 +9,8 @@
  *  Fonts
  **************************************************/
 
-@import url(https://fonts.googleapis.com/css?family=Roboto);
+@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
+@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
 @import url(https://fonts.googleapis.com/css?family=Merriweather);
 
 /*************************************************
@@ -56,6 +57,10 @@ h3.post-title a:hover {
     color: #33cc99;
 }
 
+pre, code {
+    font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace;
+}
+
 /*************************************************
  *  Footer
  **************************************************/