move fonts from lib/fonts to dist/theme/fonts

master
Hakim El Hattab 2020-05-19 11:03:16 +02:00
parent 0a58c681fe
commit 5e5013645d
31 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

View File

@ -12,7 +12,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/source-sans-pro/source-sans-pro.css); @import url(fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss) // Override theme settings (see ../template/settings.scss)

View File

@ -15,7 +15,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
// Override theme settings (see ../template/settings.scss) // Override theme settings (see ../template/settings.scss)

View File

@ -12,7 +12,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/** /**

View File

@ -12,7 +12,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);

View File

@ -12,7 +12,7 @@
// Include theme-specific fonts // Include theme-specific fonts
@import url(../../lib/font/source-sans-pro/source-sans-pro.css); @import url(fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss) // Override theme settings (see ../template/settings.scss)

View File

@ -3,7 +3,7 @@
* *
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/ */
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/********************************************* /*********************************************
* GLOBAL STYLES * GLOBAL STYLES

View File

@ -3,7 +3,7 @@
* *
* By Hakim El Hattab, http://hakim.se * By Hakim El Hattab, http://hakim.se
*/ */
@import url(../../lib/font/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 { 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; } color: #222; }

View File

@ -5,7 +5,7 @@
* *
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/ */
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/********************************************* /*********************************************
* GLOBAL STYLES * GLOBAL STYLES

2
dist/theme/moon.css vendored
View File

@ -2,7 +2,7 @@
* Solarized Dark theme for reveal.js. * Solarized Dark theme for reveal.js.
* Author: Achim Staebler * Author: Achim Staebler
*/ */
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/** /**
* Solarized colors by Ethan Schoonover * Solarized colors by Ethan Schoonover

View File

@ -2,7 +2,7 @@
* Solarized Light theme for reveal.js. * Solarized Light theme for reveal.js.
* Author: Achim Staebler * Author: Achim Staebler
*/ */
@import url(../../lib/font/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); @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/** /**
* Solarized colors by Ethan Schoonover * Solarized colors by Ethan Schoonover

View File

@ -3,7 +3,7 @@
* *
* By Hakim El Hattab, http://hakim.se * By Hakim El Hattab, http://hakim.se
*/ */
@import url(../../lib/font/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 { 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; } color: #fff; }