diff options
author | Hakim El Hattab | 2015-01-06 17:36:53 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-06 17:37:14 +0100 |
commit | 06ad3bf4c2692baf758c9ed3bd4b3bb8be1940c1 (patch) | |
tree | f3ba716b173f712d6be37765e07c489654b54fc0 /css/theme/source/black.scss | |
parent | 40f12acf2dc2996ab8db81f474e8903364e94d87 (diff) |
reorganize fonts, include source sans pro for offline use
Diffstat (limited to 'css/theme/source/black.scss')
-rw-r--r-- | css/theme/source/black.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss index 571a156..73dfecb 100644 --- a/css/theme/source/black.scss +++ b/css/theme/source/black.scss @@ -1,5 +1,5 @@ /** - * Black theme for reveal.js. + * Black theme for reveal.js. This is the opposite of the 'white' theme. * * Copyright (C) 2015 Hakim El Hattab, http://hakim.se */ @@ -12,7 +12,7 @@ // Include theme-specific fonts -@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); // Override theme settings (see ../template/settings.scss) |