aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 11:03:16 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-19 11:03:16 +0200
commit5e5013645d1f77eef9fbc9fe67246c6d99d20caa (patch)
tree839aa5bfc491bbd2bd3c4622b429f9cc7036ff5b /css
parent0a58c681fe18a32141727023e363e94578528faf (diff)
downloadfosdem-2021-minimalism-presentation-5e5013645d1f77eef9fbc9fe67246c6d99d20caa.tar
fosdem-2021-minimalism-presentation-5e5013645d1f77eef9fbc9fe67246c6d99d20caa.tar.gz
move fonts from lib/fonts to dist/theme/fonts
Diffstat (limited to 'css')
-rw-r--r--css/theme/source/beige.scss2
-rw-r--r--css/theme/source/black.scss2
-rw-r--r--css/theme/source/league.scss2
-rw-r--r--css/theme/source/moon.scss2
-rw-r--r--css/theme/source/solarized.scss2
-rw-r--r--css/theme/source/white.scss2
6 files changed, 6 insertions, 6 deletions
diff --git a/css/theme/source/beige.scss b/css/theme/source/beige.scss
index 5564f53..acdd37d 100644
--- a/css/theme/source/beige.scss
+++ b/css/theme/source/beige.scss
@@ -13,7 +13,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/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);
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss
index 4720c8a..45d2678 100644
--- a/css/theme/source/black.scss
+++ b/css/theme/source/black.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
+@import url(fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
diff --git a/css/theme/source/league.scss b/css/theme/source/league.scss
index 46ea04a..95bacd4 100644
--- a/css/theme/source/league.scss
+++ b/css/theme/source/league.scss
@@ -15,7 +15,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/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)
diff --git a/css/theme/source/moon.scss b/css/theme/source/moon.scss
index e47e5b5..db1897c 100644
--- a/css/theme/source/moon.scss
+++ b/css/theme/source/moon.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/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);
/**
diff --git a/css/theme/source/solarized.scss b/css/theme/source/solarized.scss
index 912be56..df3a08f 100644
--- a/css/theme/source/solarized.scss
+++ b/css/theme/source/solarized.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/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);
diff --git a/css/theme/source/white.scss b/css/theme/source/white.scss
index 7f06ffd..7b817fe 100644
--- a/css/theme/source/white.scss
+++ b/css/theme/source/white.scss
@@ -12,7 +12,7 @@
// Include theme-specific fonts
-@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
+@import url(fonts/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)