Inform­ation & Help
Need to access a previous order? Licensing questions? Curious about font pairings? Read on.

FONT FAQ

CONTACT US

ABOUT US
FONT FAQ


Re-Downloading an Order

When purchasing a typeface license, your receipt will contain a download link. However, if the download period has expired, or you've lost your receipt, just enter your email address below. We'll send you a new link containing all previous orders.





Typeface Licensing

When you purchase a typeface from us, you’re purchasing a license to use the font, just like any other piece of software. Different licenses cover different types of usage, such as print, website design, app user interfaces, eBooks, and more.

We promise to make licensing as painless as possible. We'll work with you to make sure your needs are met at a fair price. Scroll on for more information.




Which License Should I Buy?

There are several “off the rack” licensing options available:


DESKTOP LICENSE

This is the foundational license that covers basic print, digital, and social media design, usage in logos, and motion graphics. This license is also called a “standard license”. OTF font files are provided with this license. One desktop license covers one user, or “seat”. If you have a large team, volume pricing is available and will automatically apply at checkout.

WEBFONT LICENSE

This license covers CSS @font-face declarations, allowing for live type to be rendered on a website using one of our typefaces. WOFF font files are provided with this license; TTF files can be provided on request. One webfont license covers one domain. Though best suited to websites, its possible to use WOFF files with services such as Squarespace with a little technical know-how. This license does not include the basic usage covered by the Desktop License and is a separate license.

APP LICENSE

This license augments the Desktop License, covering the use of a font in a mobile or desktop application, including games. Examples of usage include user interface elements, text, captions, and menus. One App License covers a single title/app on as many platforms as you wish to port to (ex: Macintosh, Windows, iOS, Android).




HOW MANY LICENSES DO I NEED?

One Desktop License per user is a good baseline.

For example, if you work at an agency and wish to use a typeface in a client project, purchase one Desktop License for each team member who is working on the project. If the client would like to use the typeface themselves, purchase a Desktop License for each of their users as well.

If the client has a website that will use the typeface, purchase one Webfont License for the entire project. There's no need to purchase more than one Webfont License unless the client has multiple domains they wish to use the font files on.

If you're not sure and would like some guidance, don't hesitate to




DO YOU OFFER VOLUME PRICING?

Yes, volume pricing for Desktop Licenses is automatically applied during checkout.




DO YOU OFFER NON-PROFIT PRICING?

Yes. We offer special pricing for non-profit organizations and similar groups. for more info.




DO YOU OFFER EDUCATIONAL PRICING?

Yes. We offer educational pricing for students and educators. for more info.




CAN YOU DESIGN ORIGINAL COMMISSIONED TYPEFACES?

Yes. Bespoke typefaces are the ultimate branding tool. A built from scratch typeface gives your brand a consistent, unified presence across media. Commissioned typefaces can be licensed with a number of options, including specialized language support and exclusivity. for more info.




CAN I SEE YOUR FONTS IN USE?

Yes. Our typefaces have been used by customers large and small across the globe. A gallery of real-world spottings of our fonts in the wild is available Additionally, every typeface page also contains a live type tester (requires a reasonably modern web browser; from 2015 or newer).




WHICH FONTS PAIR WELL TOGETHER?

Glad you asked. Check out our for information on choosing fonts and how to design with them effectively.




DO YOU OFFER TRIAL FONT DOWNLOADS?

Yes. Most have a demo download link below the purchase buttons. Additionally, every typeface page also contains a live type tester (requires a reasonably modern browser; from 2015 or newer).




HOW DO I ACCESS OPENTYPE ALTERNATES?

Most design applications, including Adobe Illustrator, support advanced OpenType features. These are typically found in typography or OpenType panels like this:



In HTML/CSS, you can access OpenType stylistic sets via code, like so:

.div {
    font-feature-settings: 'ss01';
}





HOW DO I USE WEBFONTS?

To use a webfont, you'll need to dig into just a bit of HTML and CSS. The first step is to upload the .WOFF (or .WOFF2) files to your website's server, then reference the font files in your website's CSS file.

For each font and weight that you wish to use, reference the font and weight in an @font-face declaration in your CSS file. Point the code to the directory where the font file is stored on the server:

@font-face {
    font-family: Greycliff_Bold;
    src: url("sitefonts/GreycliffCF-Bold.woff");
}

The code and URL above is just an example. You'll need to reference the actual location where the font file has been uploaded to.

You need one @font-face declaration for each font and each weight you want to use. Keep in mind that the more fonts you reference, the longer your page takes to load.

Now that the font has been referenced in the @font-face declaration, use the font in your CSS code when styling objects like divs and text. Use the font-family property alongside any other text styling properties, using the same name as the @font-family property from above:

h1 {
    font-family: Greycliff_Bold;
    font-size: 40px;
    line-height: 1.5em;
    color: #000;
}

If you're using Squarespace or similar services, there may be more steps beyond those outlined above. Refer to your service provider's documentation for more information.




WHERE CAN I FIND YOUR LICENSE TERMS?

A current copy the our EULA documents can be found here:









WHAT ARE YOUR ORDER FULFILLMENT POLICIES?

Information is on We don't track your activity on our website and use only minimal, anonymous metrics to keep tabs on site traffic through plausible.io's open-source, privacy-friendly software.





GET IN TOUCH


Your questions and comments are welcome.
Please open our contact form by clicking the button below:







ABOUT THE STUDIO


Since 2014, Connary Fagen has designed type for customers including Electronic Arts, MTV, IBM, Nike, the New York Philharmonic, Coachella, Animal Planet, Lands End, Diabetes Canada, and more.

Our typefaces include extensive language support, advanced OpenType features, and a wide range of weights and styles. Our fonts are regularly updated with new features, which are free, forever, for our customers.

Please feel free to browse and purchase our fonts here on the site, or if you have any questions.



PRESS
Top Ten Fonts of 2019 - YouWorkForThem
Top Ten Fonts of 2018 - YouWorkForThem
Top Ten Fonts of 2017 - YouWorkForThem
Top Ten Fonts of 2016 - YouWorkForThem

Industry Insights: Connary Fagen - YouWorkForThem
Foundry Favorites: Connary Fagen - YouWorkForThem
Designer Spotlight: Connary Fagen - YouWorkForThem

Creative Characters interview - MyFonts