From b24db73a4077ce358deaba83aff8fc25f9f17a38 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 24 Oct 2014 00:50:09 -0700 Subject: customize theme --- sass/custom/_fonts.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sass/custom/_fonts.scss') 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; -- cgit v1.2.1