mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-22 06:13:41 +02:00
Start relative paths in CSS with ./
This commit is contained in:
@@ -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