Skip to content

Commit

Permalink
Use cdn to get fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
fpellet committed May 7, 2016
1 parent 4ac669b commit 44417a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slideResources/black.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* By Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/lib/font/source-sans-pro/source-sans-pro.min.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
color: #222; }

Expand Down

0 comments on commit 44417a8

Please sign in to comment.