From 5e5013645d1f77eef9fbc9fe67246c6d99d20caa Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 19 May 2020 11:03:16 +0200 Subject: move fonts from lib/fonts to dist/theme/fonts --- css/theme/source/beige.scss | 2 +- css/theme/source/black.scss | 2 +- css/theme/source/league.scss | 2 +- css/theme/source/moon.scss | 2 +- css/theme/source/solarized.scss | 2 +- css/theme/source/white.scss | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'css/theme') 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) -- cgit v1.2.3