{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Lora & Montserrat",
	"settings": {
		"typography": {
			"fontFamilies": [
				{
					"slug": "heading",
					"name": "Heading",
					"fontFamily": "\"Lora\", Georgia, Cambria, \"Times New Roman\", Times, serif",
					"fontFace": [
						{
							"fontFamily": "Lora",
							"fontStyle": "normal",
							"fontWeight": "400 700",
							"fontDisplay": "swap",
							"src": [
								"file:./assets/fonts/lora.woff2"
							]
						}
					]
				},
				{
					"slug": "body",
					"name": "Body",
					"fontFamily": "\"Montserrat\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Helvetica, Arial, sans-serif",
					"fontFace": [
						{
							"fontFamily": "Montserrat",
							"fontStyle": "normal",
							"fontWeight": "400 700",
							"fontDisplay": "swap",
							"src": [
								"file:./assets/fonts/montserrat.woff2"
							]
						}
					]
				}
			]
		}
	}
}
