From 5fd92ee72d9981c69047a8ffdd41dfe9b83f281d Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 7 May 2024 15:55:34 -0400 Subject: [PATCH] Remove redundant font inclusion --- themes/V3/5ePHB/style.less | 2 -- themes/V3/Blank/style.less | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 05076f8c9..f000fec15 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -1,6 +1,4 @@ @import (less) './themes/assets/assets.less'; -@import (less) './themes/fonts/iconFonts/elderberryInn.less'; -@import (less) './themes/fonts/iconFonts/diceFont.less'; :root { //Colors diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 133e3badf..31af3769b 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) './themes/fonts/iconFonts/elderberryInn.less'; @import (less) './themes/fonts/iconFonts/diceFont.less'; :root {