typeface-eb-garamond-latest

EB Garamond typeface

Usage no npm install needed!

<script type="module">
  import typefaceEbGaramondLatest from 'https://cdn.skypack.dev/typeface-eb-garamond-latest';
</script>

README

Typeface EB Garamond Latest

The CSS and web font files to easily self-host EB Garamond. This package is inspired by the effort of Kyle Mathews to create npm packages for all typefaces to improve font loading performance.

Install

npm install --save typeface-eb-garamond-latest

Usage

This package assumes you’re using webpack to process CSS and font files. Each typeface package includes all font files for modern browsers (WOFF2 and WOFF) and a CSS file with font-face declarations pointing at these files.

You will need to have webpack or a different bundler setup to load css and font files. Many tools built with Webpack will work out of the box with Typefaces such as Create React App and Gatsby.

Simply require the package in your project’s entry file:

// Load the Public Sans typeface
import 'typeface-eb-garamond-latest';