var fontOptions = [
	{
		href: "https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap",
		family: "Walter Turncoat",
		adjustSize: 3
	},
	{
		href: "https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap",
		family: "Patrick Hand",
		adjustSize: 6
	},
	{
		href: "https://fonts.googleapis.com/css2?family=Long+Cang&display=swap",
		family: "Long Cang",
		adjustSize: 19
	},
	{
		href: "https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap",
		family: "Rock Salt",
		adjustSize: -5
	},
	// .... more fonts ....
];