protocol-relative paths for google webfonts (closes #382)

This commit is contained in:
Hakim El Hattab
2013-03-30 22:49:46 -04:00
parent 2c61445f7e
commit 5353404361
14 changed files with 26 additions and 26 deletions

View File

@ -1,9 +1,9 @@
@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* A simple theme for reveal.js presentations, similar
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is darkblue.
*
*
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/