diff options
author | Hakim El Hattab | 2013-03-30 22:49:46 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-03-30 22:49:46 -0400 |
commit | 53534043615c4b2bf0959f3a2f56a92deeda28c4 (patch) | |
tree | 4d8e8edb3952656b5c034fc447ba1d8263f156ce /css/theme/solarized.css | |
parent | 2c61445f7e9241878268118b2c7f077200d9f587 (diff) |
protocol-relative paths for google webfonts (closes #382)
Diffstat (limited to 'css/theme/solarized.css')
-rw-r--r-- | css/theme/solarized.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/solarized.css b/css/theme/solarized.css index a89fd09..0534eb3 100644 --- a/css/theme/solarized.css +++ b/css/theme/solarized.css @@ -1,4 +1,4 @@ -@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); /** * Solarized Light theme for reveal.js. * Author: Achim Staebler |