Usage
Custom Fonts
Using Google Fonts
To use Google Fonts in your documents, import them in your document’s <Head>
component:
Using Local Fonts
For local fonts, place your font files in the /documents/static
directory and use @font-face
to define them:
All font files must be placed in the /documents/static
directory of your project. This is the required location for serving static assets in your document templates.