aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
commit4d62dcc674290ccf3e842cd4516e06d7496d1e2d (patch)
treeda0544b6cfcc0307ed0e69357725d181a9f19da5 /dist
parentfaa8b56e2ae430b0ab4fd71610155e5316b06149 (diff)
parent17bfa625798687394497f908b399eacd2895222e (diff)
downloadfosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar
fosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'dist')
-rw-r--r--dist/theme/beige.css2
-rw-r--r--dist/theme/black.css2
-rw-r--r--dist/theme/fonts/league-gothic/league-gothic.css10
-rw-r--r--dist/theme/fonts/source-sans-pro/source-sans-pro.css34
-rw-r--r--dist/theme/league.css2
-rw-r--r--dist/theme/moon.css2
-rw-r--r--dist/theme/solarized.css2
-rw-r--r--dist/theme/white.css2
8 files changed, 28 insertions, 28 deletions
diff --git a/dist/theme/beige.css b/dist/theme/beige.css
index 7e7a7e6..4cdd397 100644
--- a/dist/theme/beige.css
+++ b/dist/theme/beige.css
@@ -3,7 +3,7 @@
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
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 {
color: #fff; }
diff --git a/dist/theme/black.css b/dist/theme/black.css
index 6df4aa8..dcde9de 100644
--- a/dist/theme/black.css
+++ b/dist/theme/black.css
@@ -3,7 +3,7 @@
*
* By Hakim El Hattab, http://hakim.se
*/
-@import url(fonts/source-sans-pro/source-sans-pro.css);
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
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 {
color: #222; }
diff --git a/dist/theme/fonts/league-gothic/league-gothic.css b/dist/theme/fonts/league-gothic/league-gothic.css
index 44a33a1..32862f8 100644
--- a/dist/theme/fonts/league-gothic/league-gothic.css
+++ b/dist/theme/fonts/league-gothic/league-gothic.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'League Gothic';
- src: url('league-gothic.eot');
- src: url('league-gothic.eot?#iefix') format('embedded-opentype'),
- url('league-gothic.woff') format('woff'),
- url('league-gothic.ttf') format('truetype');
+ src: url('./league-gothic.eot');
+ src: url('./league-gothic.eot?#iefix') format('embedded-opentype'),
+ url('./league-gothic.woff') format('woff'),
+ url('./league-gothic.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-} \ No newline at end of file
+}
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro.css b/dist/theme/fonts/source-sans-pro/source-sans-pro.css
index 0707a4f..99e4fb7 100644
--- a/dist/theme/fonts/source-sans-pro/source-sans-pro.css
+++ b/dist/theme/fonts/source-sans-pro/source-sans-pro.css
@@ -1,39 +1,39 @@
@font-face {
font-family: 'Source Sans Pro';
- src: url('source-sans-pro-regular.eot');
- src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
- url('source-sans-pro-regular.woff') format('woff'),
- url('source-sans-pro-regular.ttf') format('truetype');
+ src: url('./source-sans-pro-regular.eot');
+ src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
+ url('./source-sans-pro-regular.woff') format('woff'),
+ url('./source-sans-pro-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
- src: url('source-sans-pro-italic.eot');
- src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
- url('source-sans-pro-italic.woff') format('woff'),
- url('source-sans-pro-italic.ttf') format('truetype');
+ src: url('./source-sans-pro-italic.eot');
+ src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
+ url('./source-sans-pro-italic.woff') format('woff'),
+ url('./source-sans-pro-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Source Sans Pro';
- src: url('source-sans-pro-semibold.eot');
- src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
- url('source-sans-pro-semibold.woff') format('woff'),
- url('source-sans-pro-semibold.ttf') format('truetype');
+ src: url('./source-sans-pro-semibold.eot');
+ src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
+ url('./source-sans-pro-semibold.woff') format('woff'),
+ url('./source-sans-pro-semibold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Source Sans Pro';
- src: url('source-sans-pro-semibolditalic.eot');
- src: url('source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
- url('source-sans-pro-semibolditalic.woff') format('woff'),
- url('source-sans-pro-semibolditalic.ttf') format('truetype');
+ src: url('./source-sans-pro-semibolditalic.eot');
+ src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
+ url('./source-sans-pro-semibolditalic.woff') format('woff'),
+ url('./source-sans-pro-semibolditalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
-} \ No newline at end of file
+}
diff --git a/dist/theme/league.css b/dist/theme/league.css
index e255ca8..e21024b 100644
--- a/dist/theme/league.css
+++ b/dist/theme/league.css
@@ -5,7 +5,7 @@
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
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 {
color: #222; }
diff --git a/dist/theme/moon.css b/dist/theme/moon.css
index eff9c2d..3852595 100644
--- a/dist/theme/moon.css
+++ b/dist/theme/moon.css
@@ -2,7 +2,7 @@
* Solarized Dark theme for reveal.js.
* Author: Achim Staebler
*/
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Solarized colors by Ethan Schoonover
diff --git a/dist/theme/solarized.css b/dist/theme/solarized.css
index f51cf94..a690537 100644
--- a/dist/theme/solarized.css
+++ b/dist/theme/solarized.css
@@ -2,7 +2,7 @@
* Solarized Light theme for reveal.js.
* Author: Achim Staebler
*/
-@import url(fonts/league-gothic/league-gothic.css);
+@import url(./fonts/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Solarized colors by Ethan Schoonover
diff --git a/dist/theme/white.css b/dist/theme/white.css
index be28700..e9b1ead 100644
--- a/dist/theme/white.css
+++ b/dist/theme/white.css
@@ -3,7 +3,7 @@
*
* By Hakim El Hattab, http://hakim.se
*/
-@import url(fonts/source-sans-pro/source-sans-pro.css);
+@import url(./fonts/source-sans-pro/source-sans-pro.css);
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 {
color: #fff; }