diff options
author | Eric Bidelman | 2012-10-16 12:15:20 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-10-16 12:15:20 -0700 |
commit | 97664e83d4eb0ec3a049e79d06273194d5212b25 (patch) | |
tree | 7e744030d08e79b45f4e5cb652a4c7572637779c | |
parent | 087462f02af9b65f7839aaa88ff439e131a06938 (diff) | |
download | io-slides-remote-97664e83d4eb0ec3a049e79d06273194d5212b25.tar.gz |
Using source code proo
-rw-r--r-- | slide_config.js | 2 | ||||
-rw-r--r-- | theme/css/default.css | 6 | ||||
-rw-r--r-- | 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 = { | |||
11 | favIcon: 'images/google_developers_logo_tiny.png', | 11 | favIcon: 'images/google_developers_logo_tiny.png', |
12 | fonts: [ | 12 | fonts: [ |
13 | 'Open Sans:regular,semibold,italic,italicsemibold', | 13 | 'Open Sans:regular,semibold,italic,italicsemibold', |
14 | 'Inconsolata' | 14 | 'Source Code Pro' |
15 | ], | 15 | ], |
16 | //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. | 16 | //theme: ['mytheme'], // Add your own custom themes or styles in /theme/css. Leave off the .css extension. |
17 | }, | 17 | }, |
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 { | |||
295 | /* line 171, ../scss/default.scss */ | 295 | /* line 171, ../scss/default.scss */ |
296 | slides > slide:not(.nobackground):before { | 296 | slides > slide:not(.nobackground):before { |
297 | font-size: 12pt; | 297 | font-size: 12pt; |
298 | content: "#io12"; | 298 | content: "#yourhashtag"; |
299 | position: absolute; | 299 | position: absolute; |
300 | bottom: 20px; | 300 | bottom: 20px; |
301 | left: 60px; | 301 | left: 60px; |
@@ -527,7 +527,7 @@ ul ul { | |||
527 | 527 | ||
528 | /* line 373, ../scss/default.scss */ | 528 | /* line 373, ../scss/default.scss */ |
529 | pre { | 529 | pre { |
530 | font-family: 'Inconsolata', 'Courier New', monospace; | 530 | font-family: 'Source Code Pro', 'Courier New', monospace; |
531 | font-size: 20px; | 531 | font-size: 20px; |
532 | line-height: 28px; | 532 | line-height: 28px; |
533 | padding: 10px 0 10px 60px; | 533 | padding: 10px 0 10px 60px; |
@@ -563,7 +563,7 @@ pre[data-lang="go"] { | |||
563 | /* line 404, ../scss/default.scss */ | 563 | /* line 404, ../scss/default.scss */ |
564 | code { | 564 | code { |
565 | font-size: 95%; | 565 | font-size: 95%; |
566 | font-family: 'Inconsolata', 'Courier New', monospace; | 566 | font-family: 'Source Code Pro', 'Courier New', monospace; |
567 | color: black; | 567 | color: black; |
568 | } | 568 | } |
569 | 569 | ||
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 @@ | |||
2 | @import "compass/css3/columns"; | 2 | @import "compass/css3/columns"; |
3 | @import "compass/css3/user-interface"; | 3 | @import "compass/css3/user-interface"; |
4 | 4 | ||
5 | $social-tags: '#io12'; | 5 | $social-tags: '#yourhashtag'; |
6 | $brand-small-icon-size: 30px; | 6 | $brand-small-icon-size: 30px; |
7 | 7 | ||
8 | $gray-1: #e6e6e6; | 8 | $gray-1: #e6e6e6; |
@@ -371,7 +371,7 @@ ul { | |||
371 | } | 371 | } |
372 | 372 | ||
373 | pre { | 373 | pre { |
374 | font-family: 'Inconsolata', 'Courier New', monospace; | 374 | font-family: 'Source Code Pro', 'Courier New', monospace; |
375 | font-size: 20px; | 375 | font-size: 20px; |
376 | line-height: 28px; | 376 | line-height: 28px; |
377 | padding: 10px 0 10px $slide-left-right-padding; | 377 | padding: 10px 0 10px $slide-left-right-padding; |
@@ -403,7 +403,7 @@ pre[data-lang="go"] { | |||
403 | 403 | ||
404 | code { | 404 | code { |
405 | font-size: 95%; | 405 | font-size: 95%; |
406 | font-family: 'Inconsolata', 'Courier New', monospace; | 406 | font-family: 'Source Code Pro', 'Courier New', monospace; |
407 | color: black; | 407 | color: black; |
408 | } | 408 | } |
409 | 409 | ||