aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/league.scss
diff options
context:
space:
mode:
authorMichael Mior <mmior@cs.rit.edu>2020-08-18 12:49:49 -0400
committerMichael Mior <mmior@cs.rit.edu>2020-08-18 12:49:49 -0400
commita150d0c5dd80b4a07344cd73f608a2aaaf2900de (patch)
tree8e407043b29c3e508997065a009d2ee29a2f91b8 /css/theme/source/league.scss
parent15815efe05ca69c35ce66cfdbf93316e1db66ecb (diff)
downloadfosdem-2021-minimalism-presentation-a150d0c5dd80b4a07344cd73f608a2aaaf2900de.tar
fosdem-2021-minimalism-presentation-a150d0c5dd80b4a07344cd73f608a2aaaf2900de.tar.gz
Start relative paths in CSS with ./
Diffstat (limited to 'css/theme/source/league.scss')
-rw-r--r--css/theme/source/league.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/source/league.scss b/css/theme/source/league.scss
index 95bacd4..fa59590 100644
--- a/css/theme/source/league.scss
+++ b/css/theme/source/league.scss
@@ -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";
-// --------------------------------------------- \ No newline at end of file
+// ---------------------------------------------