diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-30 22:49:46 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-03-30 22:49:46 -0400 |
commit | 53534043615c4b2bf0959f3a2f56a92deeda28c4 (patch) | |
tree | 4d8e8edb3952656b5c034fc447ba1d8263f156ce /css/theme/simple.css | |
parent | 2c61445f7e9241878268118b2c7f077200d9f587 (diff) | |
download | fosdem-2018-presentation-53534043615c4b2bf0959f3a2f56a92deeda28c4.tar fosdem-2018-presentation-53534043615c4b2bf0959f3a2f56a92deeda28c4.tar.gz |
protocol-relative paths for google webfonts (closes #382)
Diffstat (limited to 'css/theme/simple.css')
-rw-r--r-- | css/theme/simple.css | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |