From 9f95947d160cbc63efb246a7dd3dc053fd925349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 6 Mar 2024 22:34:44 +0100 Subject: [PATCH 1/3] initial commit --- themes/V3/5ePHB/style.less | 2 -- themes/V3/Blank/style.less | 5 +++-- themes/fonts/5e/fonts.less | 2 -- themes/fonts/{5e => icon fonts}/dicefont.less | 0 themes/fonts/{5e => icon fonts}/dicefont.woff | Bin themes/fonts/{5e => icon fonts}/dicefont.woff2 | Bin themes/fonts/{5e => icon fonts}/dicefont_license.md | 0 7 files changed, 3 insertions(+), 6 deletions(-) rename themes/fonts/{5e => icon fonts}/dicefont.less (100%) rename themes/fonts/{5e => icon fonts}/dicefont.woff (100%) rename themes/fonts/{5e => icon fonts}/dicefont.woff2 (100%) rename themes/fonts/{5e => icon fonts}/dicefont_license.md (100%) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index ed3e8604c..a24022434 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -1,5 +1,3 @@ -@import (less) './themes/fonts/5e/fonts.less'; -@import (less) './themes/assets/assets.less'; @import (less) './themes/fonts/icon fonts/font-icons.less'; :root { diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 3e5b2290f..bc5c84e6d 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -1,5 +1,6 @@ -@import (less) './themes/fonts/5e/fonts.less'; -@import (less) './themes/assets/assets.less'; +@import (less) '../../fonts/5e/fonts.less'; +@import (less) '../../assets/assets.less'; +@import (less) '../../fonts/icon\ fonts/dicefont.less'; :root { //Colors diff --git a/themes/fonts/5e/fonts.less b/themes/fonts/5e/fonts.less index b59fe1671..8f089b51c 100644 --- a/themes/fonts/5e/fonts.less +++ b/themes/fonts/5e/fonts.less @@ -1,5 +1,3 @@ -@import url('./dicefont.less'); - /* Main Font, serif */ @font-face { font-family: BookInsanityRemake; diff --git a/themes/fonts/5e/dicefont.less b/themes/fonts/icon fonts/dicefont.less similarity index 100% rename from themes/fonts/5e/dicefont.less rename to themes/fonts/icon fonts/dicefont.less diff --git a/themes/fonts/5e/dicefont.woff b/themes/fonts/icon fonts/dicefont.woff similarity index 100% rename from themes/fonts/5e/dicefont.woff rename to themes/fonts/icon fonts/dicefont.woff diff --git a/themes/fonts/5e/dicefont.woff2 b/themes/fonts/icon fonts/dicefont.woff2 similarity index 100% rename from themes/fonts/5e/dicefont.woff2 rename to themes/fonts/icon fonts/dicefont.woff2 diff --git a/themes/fonts/5e/dicefont_license.md b/themes/fonts/icon fonts/dicefont_license.md similarity index 100% rename from themes/fonts/5e/dicefont_license.md rename to themes/fonts/icon fonts/dicefont_license.md From f903e97562ebe46a1647e49698a51be2decafb57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 6 Mar 2024 23:03:44 +0100 Subject: [PATCH 2/3] back to original links --- themes/V3/Blank/style.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index bc5c84e6d..1d8ca6ee4 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -1,6 +1,6 @@ -@import (less) '../../fonts/5e/fonts.less'; -@import (less) '../../assets/assets.less'; -@import (less) '../../fonts/icon\ fonts/dicefont.less'; +@import (less) './themes/fonts/5e/fonts.less'; +@import (less) './themes/assets/assets.less'; +@import (less) './themes/fonts/icon fonts/dicefont.less'; :root { //Colors From 4cc2acc9e6f7563e315206ee56b18a70d4f637ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 6 Mar 2024 23:12:12 +0100 Subject: [PATCH 3/3] quickfix --- themes/V3/5ePHB/style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index a24022434..758489961 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -1,3 +1,4 @@ +@import (less) './themes/assets/assets.less'; @import (less) './themes/fonts/icon fonts/font-icons.less'; :root {