From 53534043615c4b2bf0959f3a2f56a92deeda28c4 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 30 Mar 2013 22:49:46 -0400 Subject: protocol-relative paths for google webfonts (closes #382) --- css/theme/simple.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css/theme/simple.css') diff --git a/css/theme/simple.css b/css/theme/simple.css index 0aef916..00ab5c4 100644 --- a/css/theme/simple.css +++ b/css/theme/simple.css @@ -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 */ -- cgit v1.2.3