Skip to content

Commit 3040bc2

Browse files
author
Hakim El Hattab
committed
always use https google font urls (closes hakimel#382)
1 parent 9f6eb28 commit 3040bc2

15 files changed

Lines changed: 100 additions & 100 deletions

css/theme/beige.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
22
/**
33
* Beige theme for reveal.js.
44
*
@@ -62,11 +62,11 @@ body {
6262
.reveal a:not(.image) {
6363
color: #8b743d;
6464
text-decoration: none;
65-
-webkit-transition: color 0.15s ease;
66-
-moz-transition: color 0.15s ease;
67-
-ms-transition: color 0.15s ease;
68-
-o-transition: color 0.15s ease;
69-
transition: color 0.15s ease; }
65+
-webkit-transition: color .15s ease;
66+
-moz-transition: color .15s ease;
67+
-ms-transition: color .15s ease;
68+
-o-transition: color .15s ease;
69+
transition: color .15s ease; }
7070

7171
.reveal a:not(.image):hover {
7272
color: #c0a86e;
@@ -85,11 +85,11 @@ body {
8585
background: rgba(255, 255, 255, 0.12);
8686
border: 4px solid #333333;
8787
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
88-
-webkit-transition: all 0.2s linear;
89-
-moz-transition: all 0.2s linear;
90-
-ms-transition: all 0.2s linear;
91-
-o-transition: all 0.2s linear;
92-
transition: all 0.2s linear; }
88+
-webkit-transition: all .2s linear;
89+
-moz-transition: all .2s linear;
90+
-ms-transition: all .2s linear;
91+
-o-transition: all .2s linear;
92+
transition: all .2s linear; }
9393

9494
.reveal a:hover img {
9595
background: rgba(255, 255, 255, 0.2);

css/theme/default.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
22
/**
33
* Default theme for reveal.js.
44
*
@@ -62,11 +62,11 @@ body {
6262
.reveal a:not(.image) {
6363
color: #13daec;
6464
text-decoration: none;
65-
-webkit-transition: color 0.15s ease;
66-
-moz-transition: color 0.15s ease;
67-
-ms-transition: color 0.15s ease;
68-
-o-transition: color 0.15s ease;
69-
transition: color 0.15s ease; }
65+
-webkit-transition: color .15s ease;
66+
-moz-transition: color .15s ease;
67+
-ms-transition: color .15s ease;
68+
-o-transition: color .15s ease;
69+
transition: color .15s ease; }
7070

7171
.reveal a:not(.image):hover {
7272
color: #71e9f4;
@@ -85,11 +85,11 @@ body {
8585
background: rgba(255, 255, 255, 0.12);
8686
border: 4px solid #eeeeee;
8787
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
88-
-webkit-transition: all 0.2s linear;
89-
-moz-transition: all 0.2s linear;
90-
-ms-transition: all 0.2s linear;
91-
-o-transition: all 0.2s linear;
92-
transition: all 0.2s linear; }
88+
-webkit-transition: all .2s linear;
89+
-moz-transition: all .2s linear;
90+
-ms-transition: all .2s linear;
91+
-o-transition: all .2s linear;
92+
transition: all .2s linear; }
9393

9494
.reveal a:hover img {
9595
background: rgba(255, 255, 255, 0.2);

css/theme/moon.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
22
/**
33
* Solarized Dark theme for reveal.js.
44
* Author: Achim Staebler
@@ -62,11 +62,11 @@ body {
6262
.reveal a:not(.image) {
6363
color: #268bd2;
6464
text-decoration: none;
65-
-webkit-transition: color 0.15s ease;
66-
-moz-transition: color 0.15s ease;
67-
-ms-transition: color 0.15s ease;
68-
-o-transition: color 0.15s ease;
69-
transition: color 0.15s ease; }
65+
-webkit-transition: color .15s ease;
66+
-moz-transition: color .15s ease;
67+
-ms-transition: color .15s ease;
68+
-o-transition: color .15s ease;
69+
transition: color .15s ease; }
7070

7171
.reveal a:not(.image):hover {
7272
color: #78b9e6;
@@ -85,11 +85,11 @@ body {
8585
background: rgba(255, 255, 255, 0.12);
8686
border: 4px solid #93a1a1;
8787
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
88-
-webkit-transition: all 0.2s linear;
89-
-moz-transition: all 0.2s linear;
90-
-ms-transition: all 0.2s linear;
91-
-o-transition: all 0.2s linear;
92-
transition: all 0.2s linear; }
88+
-webkit-transition: all .2s linear;
89+
-moz-transition: all .2s linear;
90+
-ms-transition: all .2s linear;
91+
-o-transition: all .2s linear;
92+
transition: all .2s linear; }
9393

9494
.reveal a:hover img {
9595
background: rgba(255, 255, 255, 0.2);

css/theme/night.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import url(//fonts.googleapis.com/css?family=Montserrat:700);
2-
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
2+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
33
/**
44
* Black theme for reveal.js.
55
*
@@ -50,11 +50,11 @@ body {
5050
.reveal a:not(.image) {
5151
color: #e7ad52;
5252
text-decoration: none;
53-
-webkit-transition: color 0.15s ease;
54-
-moz-transition: color 0.15s ease;
55-
-ms-transition: color 0.15s ease;
56-
-o-transition: color 0.15s ease;
57-
transition: color 0.15s ease; }
53+
-webkit-transition: color .15s ease;
54+
-moz-transition: color .15s ease;
55+
-ms-transition: color .15s ease;
56+
-o-transition: color .15s ease;
57+
transition: color .15s ease; }
5858

5959
.reveal a:not(.image):hover {
6060
color: #f3d7ac;
@@ -73,11 +73,11 @@ body {
7373
background: rgba(255, 255, 255, 0.12);
7474
border: 4px solid #eeeeee;
7575
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
76-
-webkit-transition: all 0.2s linear;
77-
-moz-transition: all 0.2s linear;
78-
-ms-transition: all 0.2s linear;
79-
-o-transition: all 0.2s linear;
80-
transition: all 0.2s linear; }
76+
-webkit-transition: all .2s linear;
77+
-moz-transition: all .2s linear;
78+
-ms-transition: all .2s linear;
79+
-o-transition: all .2s linear;
80+
transition: all .2s linear; }
8181

8282
.reveal a:hover img {
8383
background: rgba(255, 255, 255, 0.2);

css/theme/serif.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ body {
5050
.reveal a:not(.image) {
5151
color: #51483d;
5252
text-decoration: none;
53-
-webkit-transition: color 0.15s ease;
54-
-moz-transition: color 0.15s ease;
55-
-ms-transition: color 0.15s ease;
56-
-o-transition: color 0.15s ease;
57-
transition: color 0.15s ease; }
53+
-webkit-transition: color .15s ease;
54+
-moz-transition: color .15s ease;
55+
-ms-transition: color .15s ease;
56+
-o-transition: color .15s ease;
57+
transition: color .15s ease; }
5858

5959
.reveal a:not(.image):hover {
6060
color: #8b7c69;
@@ -73,11 +73,11 @@ body {
7373
background: rgba(255, 255, 255, 0.12);
7474
border: 4px solid black;
7575
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
76-
-webkit-transition: all 0.2s linear;
77-
-moz-transition: all 0.2s linear;
78-
-ms-transition: all 0.2s linear;
79-
-o-transition: all 0.2s linear;
80-
transition: all 0.2s linear; }
76+
-webkit-transition: all .2s linear;
77+
-moz-transition: all .2s linear;
78+
-ms-transition: all .2s linear;
79+
-o-transition: all .2s linear;
80+
transition: all .2s linear; }
8181

8282
.reveal a:hover img {
8383
background: rgba(255, 255, 255, 0.2);

css/theme/simple.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import url(//fonts.googleapis.com/css?family=News+Cycle:400,700);
2-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);
2+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
33
/**
44
* A simple theme for reveal.js presentations, similar
55
* to the default theme. The accent color is darkblue.
@@ -52,11 +52,11 @@ body {
5252
.reveal a:not(.image) {
5353
color: darkblue;
5454
text-decoration: none;
55-
-webkit-transition: color 0.15s ease;
56-
-moz-transition: color 0.15s ease;
57-
-ms-transition: color 0.15s ease;
58-
-o-transition: color 0.15s ease;
59-
transition: color 0.15s ease; }
55+
-webkit-transition: color .15s ease;
56+
-moz-transition: color .15s ease;
57+
-ms-transition: color .15s ease;
58+
-o-transition: color .15s ease;
59+
transition: color .15s ease; }
6060

6161
.reveal a:not(.image):hover {
6262
color: #0000f1;
@@ -75,11 +75,11 @@ body {
7575
background: rgba(255, 255, 255, 0.12);
7676
border: 4px solid black;
7777
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
78-
-webkit-transition: all 0.2s linear;
79-
-moz-transition: all 0.2s linear;
80-
-ms-transition: all 0.2s linear;
81-
-o-transition: all 0.2s linear;
82-
transition: all 0.2s linear; }
78+
-webkit-transition: all .2s linear;
79+
-moz-transition: all .2s linear;
80+
-ms-transition: all .2s linear;
81+
-o-transition: all .2s linear;
82+
transition: all .2s linear; }
8383

8484
.reveal a:hover img {
8585
background: rgba(255, 255, 255, 0.2);

css/theme/sky.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
@import url(//fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
2-
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
1+
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700,400italic,700italic);
2+
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
33
/**
44
* Sky theme for reveal.js.
55
*
@@ -56,11 +56,11 @@ body {
5656
.reveal a:not(.image) {
5757
color: #3b759e;
5858
text-decoration: none;
59-
-webkit-transition: color 0.15s ease;
60-
-moz-transition: color 0.15s ease;
61-
-ms-transition: color 0.15s ease;
62-
-o-transition: color 0.15s ease;
63-
transition: color 0.15s ease; }
59+
-webkit-transition: color .15s ease;
60+
-moz-transition: color .15s ease;
61+
-ms-transition: color .15s ease;
62+
-o-transition: color .15s ease;
63+
transition: color .15s ease; }
6464

6565
.reveal a:not(.image):hover {
6666
color: #74a7cb;
@@ -79,11 +79,11 @@ body {
7979
background: rgba(255, 255, 255, 0.12);
8080
border: 4px solid #333333;
8181
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
82-
-webkit-transition: all 0.2s linear;
83-
-moz-transition: all 0.2s linear;
84-
-ms-transition: all 0.2s linear;
85-
-o-transition: all 0.2s linear;
86-
transition: all 0.2s linear; }
82+
-webkit-transition: all .2s linear;
83+
-moz-transition: all .2s linear;
84+
-ms-transition: all .2s linear;
85+
-o-transition: all .2s linear;
86+
transition: all .2s linear; }
8787

8888
.reveal a:hover img {
8989
background: rgba(255, 255, 255, 0.2);

css/theme/solarized.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
22
/**
33
* Solarized Light theme for reveal.js.
44
* Author: Achim Staebler
@@ -62,11 +62,11 @@ body {
6262
.reveal a:not(.image) {
6363
color: #268bd2;
6464
text-decoration: none;
65-
-webkit-transition: color 0.15s ease;
66-
-moz-transition: color 0.15s ease;
67-
-ms-transition: color 0.15s ease;
68-
-o-transition: color 0.15s ease;
69-
transition: color 0.15s ease; }
65+
-webkit-transition: color .15s ease;
66+
-moz-transition: color .15s ease;
67+
-ms-transition: color .15s ease;
68+
-o-transition: color .15s ease;
69+
transition: color .15s ease; }
7070

7171
.reveal a:not(.image):hover {
7272
color: #78b9e6;
@@ -85,11 +85,11 @@ body {
8585
background: rgba(255, 255, 255, 0.12);
8686
border: 4px solid #657b83;
8787
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
88-
-webkit-transition: all 0.2s linear;
89-
-moz-transition: all 0.2s linear;
90-
-ms-transition: all 0.2s linear;
91-
-o-transition: all 0.2s linear;
92-
transition: all 0.2s linear; }
88+
-webkit-transition: all .2s linear;
89+
-moz-transition: all .2s linear;
90+
-ms-transition: all .2s linear;
91+
-o-transition: all .2s linear;
92+
transition: all .2s linear; }
9393

9494
.reveal a:hover img {
9595
background: rgba(255, 255, 255, 0.2);

css/theme/source/beige.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
font-style: normal;
2626
}
2727

28-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
28+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
2929

3030

3131
// Override theme settings (see ../template/settings.scss)

css/theme/source/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
font-style: normal;
2626
}
2727

28-
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
28+
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
2929

3030
// Override theme settings (see ../template/settings.scss)
3131
$heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 20px 20px rgba(0,0,0,.15);

0 commit comments

Comments
 (0)