From 97664e83d4eb0ec3a049e79d06273194d5212b25 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Tue, 16 Oct 2012 12:15:20 -0700 Subject: Using source code proo --- theme/scss/default.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'theme/scss/default.scss') diff --git a/theme/scss/default.scss b/theme/scss/default.scss index de42a11..8bc1d3b 100644 --- a/theme/scss/default.scss +++ b/theme/scss/default.scss @@ -2,7 +2,7 @@ @import "compass/css3/columns"; @import "compass/css3/user-interface"; -$social-tags: '#io12'; +$social-tags: '#yourhashtag'; $brand-small-icon-size: 30px; $gray-1: #e6e6e6; @@ -371,7 +371,7 @@ ul { } pre { - font-family: 'Inconsolata', 'Courier New', monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; font-size: 20px; line-height: 28px; padding: 10px 0 10px $slide-left-right-padding; @@ -403,7 +403,7 @@ pre[data-lang="go"] { code { font-size: 95%; - font-family: 'Inconsolata', 'Courier New', monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; color: black; } -- cgit v1.2.3