aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/solarized.scss
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:24:04 +0200
committerGitHub <noreply@github.com>2020-09-09 10:24:04 +0200
commit5f7c945deeccd7ba2aeb01be94b3bdd841ce5526 (patch)
tree7a86ffa028e53af15cc8f3a44faa550bb639b7e2 /css/theme/source/solarized.scss
parentb13c7b41a0e13036db88bbcd8466e030348a3151 (diff)
parenta150d0c5dd80b4a07344cd73f608a2aaaf2900de (diff)
downloadfosdem-2021-minimalism-presentation-5f7c945deeccd7ba2aeb01be94b3bdd841ce5526.tar
fosdem-2021-minimalism-presentation-5f7c945deeccd7ba2aeb01be94b3bdd841ce5526.tar.gz
Merge pull request #2752 from michaelmior/css-paths
Start relative paths in CSS with ./
Diffstat (limited to 'css/theme/source/solarized.scss')
-rw-r--r--css/theme/source/solarized.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/source/solarized.scss b/css/theme/source/solarized.scss
index df3a08f..8bdf1eb 100644
--- a/css/theme/source/solarized.scss
+++ b/css/theme/source/solarized.scss
@@ -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);