Allow Using Some Google Fonts

WPTurbo » Snippets » Allow Using Some Google Fonts
0

Created with:

Theme.JSON Generator

Visibility: 

public

Creator: WPTurbo Team

Customize with WPTurbo AI
X

Add Snippet To Project

New Project
Add To Existing Project
				{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "settings": {
        "appearanceTools": true,
        "color": {
            "palette": [
                {
                    "color": "#000000"
                }
            ],
            "duotone": [
                {
                    "colors": [
                        "#000000",
                        "#000000"
                    ]
                }
            ],
            "gradients": [
                {
                    "gradient": "linear-gradient(135deg, #000000 0%, #000000 100%)"
                }
            ]
        },
        "typography": {
            "defaultFontSizes": false,
            "fontFamilies": [
                {
                    "name": "Raleway",
                    "slug": "raleway",
                    "fontFamily": "Raleway"
                }
            ]
        },
        "spacing": {
            "defaultSpacingSizes": false,
            "units": [
                "px",
                "em",
                "rem",
                "vh",
                "vw"
            ],
            "spacingSizes": [
                {
                    "size-name": null,
                    "size-slug": null,
                    "size-size": null
                }
            ]
        },
        "layout": {
            "contentSize": "840px",
            "wideSize": "1100px"
        }
    }
}
			

Register an account to save your snippets or go Pro to get more features.