diff --git a/skins-3.0.json b/skins-3.0.json index 97eb108..88c3b90 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -243,57 +243,8 @@ { "name": "Fonts", "options": [ - { - "type": "selector", - "name": "Change Font", - "description": "Change the default fonts", - "css": "html {font-family: $,sans-serif ; } body,h1,h2,h3 { font-family:$ ,sans-serif;} @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');", - "selections": [ - { - "name": "Noto Sans", - "value": "Noto Sans" - }, - { - "name": "Times New Roman", - "value": "Times New Roman" - }, - { - "name": "Arial", - "value": "Arial" - }, - { - "name": "Helvetica", - "value": "Helvetica" - }, - { - "name": "Times", - "value": "Times" - }, - { - "name": "Courier New", - "value": "Courier New" - }, - { - "name": "Verdana", - "value": "Verdana" - }, - { - "name": "Courier", - "value":"Courier" - }, - { - "name": "Arial Narrow", - "value": "Arial Narrow" - }, - { - "name": "Candara", - "value":"Candara" - }, - { - "name": "Poppins", - "value":"Poppins" - } - ] + { + "type": "googleFonts" }, { "type": "number", @@ -303,7 +254,7 @@ "css": "h1 {font-size: $em;}", "default": "1.8" }, - { + { "type": "googleFonts" }, {