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/beige.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/theme/beige.css') diff --git a/css/theme/beige.css b/css/theme/beige.css index b0610d4..3b05467 100644 --- a/css/theme/beige.css +++ b/css/theme/beige.css @@ -1,7 +1,7 @@ -@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); +@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); /** * Beige theme for reveal.js. - * + * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se */ @font-face { -- cgit v1.2.3