API Reference

The Barclay Fonts API is available over our CDN. We recommend you place these script tags in your page’s <head> section.

<script src="https://barclayfonts.pages.dev/cdn/apis/loader.min.js"></script>

Usage

JavaScript

You can load fonts from a single or multiple foundries easily. See the Participating font foundries page for the full list of foundries.

CSS

Then, load the fonts by using the names as seen in the Font Library.

<style>
    h1 {
        font-family: 'Buchman';
    }

    h1 {
        font-family: 'University Press';
    }
</style>