unifont
  • All fonts Browse or filter the whole catalogue
  • Compare providers One family, every CDN, side by side
  • Documentation Install, providers, custom providers
  • HTTP API The endpoints this site is built on

cataloguefontsource · api.fontsource.org

Adwaita Mono

2 weightsroman + italic1 subsets4 faces resolved

Type tester

Choose what to load

Adwaita Mono publishes more than you probably need. Each group keeps at least one selection, so the last one in a group can't be turned off.

4 faces resolved from 2 weights × 2 styles × 1 subset

Weights

Styles

Subsets

What you get

Coverage

Checked against the unicode-range of every face this selection resolved.

  • latinThe quick brown fox jumps over the lazy dogno range declared
  • latin-extZażółć gęślą jaźń — příšerně žluťoucký kůňno range declared
  • vietnameseTôi có thể ăn thủy tinh mà không hại gìno range declared
  • greekΞεσκεπάζω την ψυχοφθόρα βδελυγμίαno range declared
  • cyrillicСъешь же ещё этих мягких французских булокno range declared
  • currency£ € $ ¥ ₹ ₽ ₩ ₪ ₴ ₦no range declared
  • punctuation“curly” ‘quotes’ — em dash … ellipsis † ‡ § ¶no range declared
  • maths≈ ≠ ≤ ≥ ± × ÷ ∑ √ ∞no range declared

Detail

Formats
woff2, woff, ttf (what the provider can serve. This page asks for woff2)
Fallbacks
monospace
Also on
only fontsource
Transfer
measuring…

Ship it

Exactly the selection above.

CSS

/* latin */
@font-face {
  font-family: "Adwaita Mono";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/adwaita-mono@latest/latin-400-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "Adwaita Mono";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/adwaita-mono@latest/latin-700-normal.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

/* latin */
@font-face {
  font-family: "Adwaita Mono";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/adwaita-mono@latest/latin-400-italic.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}

/* latin */
@font-face {
  font-family: "Adwaita Mono";
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/adwaita-mono@latest/latin-700-italic.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}

:root {
  --font-adwaita-mono: "Adwaita Mono", "Adwaita Mono fallback", monospace;
}

/*
 * Metric-matched fallback, generated with fontaine. Put it after the family in your
 * stack (`font-family: "Adwaita Mono", "Adwaita Mono fallback", monospace`)
 * and the text will not move when the real font arrives.
 */
@font-face {
  font-family: "Adwaita Mono fallback";
  src: local("monospace");
  size-adjust: 100%;
  ascent-override: 96.5%;
  descent-override: 21.5%;
  line-gap-override: 7%;
}