mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-11 00:55:01 +02:00
Start relative paths in CSS with ./
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@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);
|
||||
|
||||
|
||||
@@ -36,4 +36,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
|
||||
|
||||
// Theme template ------------------------------
|
||||
@import "../template/theme";
|
||||
// ---------------------------------------------
|
||||
// ---------------------------------------------
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@import url(fonts/source-sans-pro/source-sans-pro.css);
|
||||
@import url(./fonts/source-sans-pro/source-sans-pro.css);
|
||||
|
||||
|
||||
// Override theme settings (see ../template/settings.scss)
|
||||
@@ -46,4 +46,4 @@ section.has-light-background {
|
||||
|
||||
// Theme template ------------------------------
|
||||
@import "../template/theme";
|
||||
// ---------------------------------------------
|
||||
// ---------------------------------------------
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@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);
|
||||
|
||||
// Override theme settings (see ../template/settings.scss)
|
||||
@@ -31,4 +31,4 @@ $heading1TextShadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b
|
||||
|
||||
// Theme template ------------------------------
|
||||
@import "../template/theme";
|
||||
// ---------------------------------------------
|
||||
// ---------------------------------------------
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@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);
|
||||
|
||||
/**
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@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);
|
||||
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
// Include theme-specific fonts
|
||||
@import url(fonts/source-sans-pro/source-sans-pro.css);
|
||||
@import url(./fonts/source-sans-pro/source-sans-pro.css);
|
||||
|
||||
|
||||
// Override theme settings (see ../template/settings.scss)
|
||||
@@ -46,4 +46,4 @@ section.has-dark-background {
|
||||
|
||||
// Theme template ------------------------------
|
||||
@import "../template/theme";
|
||||
// ---------------------------------------------
|
||||
// ---------------------------------------------
|
||||
|
Reference in New Issue
Block a user