LogoLogo
Main SiteGitHubTwitter
  • About
  • Usage
  • Fonts
    • Agave
    • Anonymous Pro
    • Cascadia Code
    • Fira
      • Fira Code
      • Fira Sans
    • Hack
    • HK Grotesk
    • IBM Plex
      • IBM Plex Mono
      • IBM Plex Sans
      • IBM Plex Serif
    • Inter
    • JetBrains Mono
    • Liberation
      • Liberation Mono
      • Liberation Sans
      • Liberation Serif
    • Merriweather
    • Metropolis
    • mononoki
    • NeverMind
    • Open Sans
    • Plus Jakarta Sans
      • Plus Jakarta Display
      • Plus Jakarta Text
    • Prodigy Sans
    • Roboto
      • Roboto Standard
      • Roboto Condensed
      • Roboto Mono
      • Roboto Slab
    • Source Code Pro
    • Space Mono
  • Font Sources
  • Links
    • GitHub
Powered by GitBook
On this page
  • Installing
  • Usage
  • Styles

Was this helpful?

  1. Fonts

Agave

Installing

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)

PreviousFontsNextAnonymous Pro

Last updated 4 years ago

Was this helpful?