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",