Links

Agave

Installing

@import
<link>
At the top of your primary CSS file, insert:
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/agave.min.css");
At the bottom of your <head> tag, insert:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/agave.min.css">
This tag needs to be inserted in all HTML documents in which you'd like to use the font.

Usage

To use this font in your CSS:
font-family: 'Agave', sans-serif;

Styles

This font supports the following weights and styles:
  • Normal (400)
Last modified 3yr ago