From 39f105953e85267c52fd0f0f99c7f524a1c527d4 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Tue, 5 Jan 2021 15:05:46 +0100 Subject: [PATCH 1/3] Add google Fonts --- skins-3.0.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index e4d7607..08dfd79 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -302,6 +302,9 @@ "step": "0.1", "css": "h1 {font-size: $em;}", "default": "1.8" + }, + { + "type": "googleFonts", }, { "type": "colorPicker", From 09a0077a110c97ecafdcf74f8ef82fa3ae6ff5c3 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Tue, 5 Jan 2021 15:08:21 +0100 Subject: [PATCH 2/3] Update skins-3.0.json --- skins-3.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index 08dfd79..97eb108 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -304,7 +304,7 @@ "default": "1.8" }, { - "type": "googleFonts", + "type": "googleFonts" }, { "type": "colorPicker", From 6b6427dc34535187e71475c88f8c2cc1b9d45a44 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Wed, 6 Jan 2021 12:42:04 +0100 Subject: [PATCH 3/3] Add Google Fonts --- .../Configuration/configurationpage.html | 62 ++++++++++++++++++- 1 file changed, 59 insertions(+), 3 deletions(-) diff --git a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html index e4a8bbd..3090d0b 100644 --- a/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html +++ b/Jellyfin.Plugin.SkinManager/Configuration/configurationpage.html @@ -36,13 +36,18 @@