aboutsummaryrefslogtreecommitdiff
path: root/slide_config.js
diff options
context:
space:
mode:
authorEric Bidelman2012-10-16 12:15:20 -0700
committerEric Bidelman2012-10-16 12:15:20 -0700
commit97664e83d4eb0ec3a049e79d06273194d5212b25 (patch)
tree7e744030d08e79b45f4e5cb652a4c7572637779c /slide_config.js
parent087462f02af9b65f7839aaa88ff439e131a06938 (diff)
downloadio-slides-remote-97664e83d4eb0ec3a049e79d06273194d5212b25.tar.gz
Using source code proo
Diffstat (limited to 'slide_config.js')
-rw-r--r--slide_config.js2
1 files changed, 1 insertions, 1 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 },