1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-21 05:51:36 +02:00

Start relative paths in CSS with ./

This commit is contained in:
Michael Mior
2020-08-18 12:49:49 -04:00
parent 15815efe05
commit a150d0c5dd
14 changed files with 38 additions and 38 deletions

View File

@@ -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);
/**