Is it possible to use custom fonts in Skuid?

We recently purchased some custom web fonts that are being served by typography.com. However, part of the instructions from typography.com include adding a uniquely licensed css link to the head of the page that we’ll be using the font.

Since we don’t have access to the tag in Skuid, is there another way that this could be accomplished?

Thanks in advance for your response!

Ok, I got it to work! Here’s how I did it:

  1. Added the link to the font stylesheet as an external css resource (url source: //cloud.typography.com/xxxxx/696786/css/fonts.css)

  2. Then used the “font-family” style in the paragraph on my page:

<p style="font-family: 'Gotham A', 'Gotham B'; font-weight: 700; font-style: normal;">Gotham Text</p>