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 --- slide_config.js | 2 +- theme/css/default.css | 6 +++--- theme/scss/default.scss | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/slide_config.js b/slide_config.js index 1389ab3..4a7d3f4 100644 --- a/slide_config.js +++ b/slide_config.js @@ -11,7 +11,7 @@ var SLIDE_CONFIG = { favIcon: 'images/google_developers_logo_tiny.png', fonts: [ 'Open Sans:regular,semibold,italic,italicsemibold', - 'Inconsolata' + 'Source Code Pro' ], //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. }, diff --git a/theme/css/default.css b/theme/css/default.css index 1d7ed72..63c3cf7 100644 --- a/theme/css/default.css +++ b/theme/css/default.css @@ -295,7 +295,7 @@ slides > slide.dark { /* line 171, ../scss/default.scss */ slides > slide:not(.nobackground):before { font-size: 12pt; - content: "#io12"; + content: "#yourhashtag"; position: absolute; bottom: 20px; left: 60px; @@ -527,7 +527,7 @@ ul ul { /* line 373, ../scss/default.scss */ 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 60px; @@ -563,7 +563,7 @@ pre[data-lang="go"] { /* line 404, ../scss/default.scss */ code { font-size: 95%; - font-family: 'Inconsolata', 'Courier New', monospace; + font-family: 'Source Code Pro', 'Courier New', monospace; color: black; } 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