{
    "title": "Only Sans Serif",
	"$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 2,
    "styles": {
		"blocks": {
			"core/post-content": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--default-sans)",
					"fontWeight": "500",
					"letterSpacing": "var(--wp--custom--typography--letter-spacing--body)"
				}
			}
		}
	}
}