diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-10-24 00:50:09 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-10-24 00:50:09 -0700 |
commit | b24db73a4077ce358deaba83aff8fc25f9f17a38 (patch) | |
tree | 0d6612a6179dfe9b28c2c0fa93e7ea8811ef1c0d /sass/custom/_fonts.scss | |
parent | aa5a0c70671ea40e86e20e42a18e399021e8bb55 (diff) | |
download | my_new_personal_website-b24db73a4077ce358deaba83aff8fc25f9f17a38.tar.xz my_new_personal_website-b24db73a4077ce358deaba83aff8fc25f9f17a38.zip |
customize theme
Diffstat (limited to '')
-rw-r--r-- | sass/custom/_fonts.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sass/custom/_fonts.scss b/sass/custom/_fonts.scss index 1a6b2a06..162e3fa1 100644 --- a/sass/custom/_fonts.scss +++ b/sass/custom/_fonts.scss @@ -2,9 +2,9 @@ // To give it a try, uncomment some of the lines below rebuild your blog, and see how it works. your sites's. // If you love to use Web Fonts, you also need to add some lines to source/_includes/custom/head.html -//$sans: "Optima", sans-serif; -//$serif: "Baskerville", serif; -//$mono: "Courier", monospace; -//$heading-font-family: "Verdana", sans-serif; -//$header-title-font-family: "Futura", sans-serif; -//$header-subtitle-font-family: "Futura", sans-serif; +$sans: "Source Sans Pro", sans-serif; +$serif: "Source Sans Pro", sans-serif; +$mono: "Source Code Pro", monospace; +$heading-font-family: "Source Sans Pro", sans-serif; +$header-title-font-family: "Source Sans Pro", sans-serif; +$header-subtitle-font-family: "Source Sans Pro", sans-serif; |