aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/theme/white.css
diff options
context:
space:
mode:
authorHakim El Hattab2015-01-06 17:36:53 +0100
committerHakim El Hattab2015-01-06 17:37:14 +0100
commit06ad3bf4c2692baf758c9ed3bd4b3bb8be1940c1 (patch)
treef3ba716b173f712d6be37765e07c489654b54fc0 /css/theme/white.css
parent40f12acf2dc2996ab8db81f474e8903364e94d87 (diff)
reorganize fonts, include source sans pro for offline use
Diffstat (limited to 'css/theme/white.css')
-rw-r--r--css/theme/white.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/theme/white.css b/css/theme/white.css
index 4efdf41..5fdb2fc 100644
--- a/css/theme/white.css
+++ b/css/theme/white.css
@@ -1,8 +1,8 @@
-@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic&subset=latin,latin-ext);
+@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
/**
- * White theme for reveal.js.
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
*
- * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
*/
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
color: #fff; }