From d21d34c7e932b0cd9c6fda795f77bfdccfe8e0cb Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Fri, 13 Nov 2020 13:20:17 +0100 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/skins-3.0.json b/skins-3.0.json index 0763938..e161c96 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -39,6 +39,14 @@ "name": "Candara" } ] + }, + { + "type": "number", + "name": "Title Font Size", + "description": "Change the size of the font used at titles.", + "step":"0.1", + "css": "h1 {font-size: $em;}", + "default": "1.8" }, { "type": "colorPicker",