Skip to content

Commit 4d62dcc

Browse files
committed
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2 parents faa8b56 + 17bfa62 commit 4d62dcc

17 files changed

Lines changed: 42 additions & 42 deletions

File tree

css/print/pdf.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This stylesheet is used to print reveal.js
33
* presentations to PDF.
44
*
5-
* https://revealjs.revealjs.com/pdf-export/
5+
* https://revealjs.com/pdf-export/
66
*/
77

88
html.print-pdf {

css/theme/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dependencies
22

3-
Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.revealjs.com/installation/#full-setup
3+
Themes are written using Sass to keep things modular and reduce the need for repeated selectors across files. Make sure that you have the reveal.js development environment installed before proceeding: https://revealjs.com/installation/#full-setup
44

55
## Creating a Theme
66

css/theme/source/beige.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
// Include theme-specific fonts
16-
@import url(fonts/league-gothic/league-gothic.css);
16+
@import url(./fonts/league-gothic/league-gothic.css);
1717
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1818

1919

@@ -38,4 +38,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
3838

3939
// Theme template ------------------------------
4040
@import "../template/theme";
41-
// ---------------------------------------------
41+
// ---------------------------------------------

css/theme/source/black.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
// Include theme-specific fonts
15-
@import url(fonts/source-sans-pro/source-sans-pro.css);
15+
@import url(./fonts/source-sans-pro/source-sans-pro.css);
1616

1717

1818
// Override theme settings (see ../template/settings.scss)
@@ -43,4 +43,4 @@ $heading4Size: 1.0em;
4343

4444
// Theme template ------------------------------
4545
@import "../template/theme";
46-
// ---------------------------------------------
46+
// ---------------------------------------------

css/theme/source/league.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
// Include theme-specific fonts
18-
@import url(fonts/league-gothic/league-gothic.css);
18+
@import url(./fonts/league-gothic/league-gothic.css);
1919
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
2020

2121
// Override theme settings (see ../template/settings.scss)
@@ -33,4 +33,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
3333

3434
// Theme template ------------------------------
3535
@import "../template/theme";
36-
// ---------------------------------------------
36+
// ---------------------------------------------

css/theme/source/moon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
// Include theme-specific fonts
15-
@import url(fonts/league-gothic/league-gothic.css);
15+
@import url(./fonts/league-gothic/league-gothic.css);
1616
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1717

1818
/**

css/theme/source/solarized.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
// Include theme-specific fonts
15-
@import url(fonts/league-gothic/league-gothic.css);
15+
@import url(./fonts/league-gothic/league-gothic.css);
1616
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
1717

1818

css/theme/source/white.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
// Include theme-specific fonts
15-
@import url(fonts/source-sans-pro/source-sans-pro.css);
15+
@import url(./fonts/source-sans-pro/source-sans-pro.css);
1616

1717

1818
// Override theme settings (see ../template/settings.scss)
@@ -43,4 +43,4 @@ $heading4Size: 1.0em;
4343

4444
// Theme template ------------------------------
4545
@import "../template/theme";
46-
// ---------------------------------------------
46+
// ---------------------------------------------

dist/theme/beige.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
55
*/
6-
@import url(fonts/league-gothic/league-gothic.css);
6+
@import url(./fonts/league-gothic/league-gothic.css);
77
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
88
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
99
color: #fff; }

dist/theme/black.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* By Hakim El Hattab, http://hakim.se
55
*/
6-
@import url(fonts/source-sans-pro/source-sans-pro.css);
6+
@import url(./fonts/source-sans-pro/source-sans-pro.css);
77
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
88
color: #222; }
99

0 commit comments

Comments
 (0)