Adobe Font Support?
@Wyatt
If you 're using Adobe Typekit , you don 't need to host the font yourself . In your Adobe Fonts account , create a new web project and add the fonts you want to use to it . Once you save it , Adobe will give you a stylesheet link (it will look like https://use.typekit.net/YOUR_PROJECT_ID.css ) . In Toddle , go to your page settings and under Head Assets add a new link tag and set the attributes - rel = "stylesheet " and href = " [typekit link ] " . Then in your CSS styling , reference the font family names , like this : font -family : "freight -big -pro " , serif