Skip to content

Commit

Permalink
修改預設字型
Browse files Browse the repository at this point in the history
https://developers.google.com/fonts/docs/getting_started
https://www.google.com/get/noto/#sans-hant

本來想改用 Google Noto 中文,但是無奈沒有找到 API 入口。
先用 Inconsolata 頂著,並修改了文章列表的標題大小。
  • Loading branch information
zx1986 committed Feb 11, 2016
1 parent 1253adf commit 5150428
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
25 changes: 0 additions & 25 deletions _posts/2015-04-11-welcome-to-jekyll.markdown

This file was deleted.

3 changes: 2 additions & 1 deletion _sass/_layout.scss
Expand Up @@ -35,11 +35,12 @@ main {
span {
color: $meta-color;
margin-right: 1.5rem;
font-size: $small-font-size;
font-size: $small-font-size*1.2;
}
a {
color: $text-color;
text-decoration: none;
font-size: $small-font-size*1.2;
}
}
}
Expand Down
5 changes: 0 additions & 5 deletions _sass/_zx1986.scss

This file was deleted.

4 changes: 2 additions & 2 deletions css/main.scss
Expand Up @@ -4,7 +4,7 @@

@charset "utf-8";

$base-font-family: Merriweather, Helvetica, Arial, sans-serif;
$base-font-family: Inconsolata, Helvetica, Arial, sans-serif;
$base-font-size: 16px;
$small-font-size: 0.875rem;
$base-line-height: 1.5;
Expand All @@ -14,7 +14,7 @@ $link-color: #0074d9;
$meta-color: #a0a0a0;
$border-color: #ddd;

@import url(http://fonts.googleapis.com/css?family=Merriweather:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700,italic);
@import "color";
@import "base";
@import "layout";
Expand Down

0 comments on commit 5150428

Please sign in to comment.