We’re trying to setup a new site built with Dante and using fonts from Hoefler&Co’s font service, https://www.typography.com
They host the style sheet, which you reference like:
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/6205112/714304/css/fonts.css" />
And then reference the fonts by css:
font-family: 'Chronicle SSm A', 'Chronicle SSm B';
font-weight: 400;
font-style: normal;
Can this be input via the FontDeck meta boxes in theme customization, or do we need to override all of these styles manually (hoping for the former).
Thanks,