DEVPANTRY.COM

Adwaita Sans Font

Back to 2,100+ Open Fonts
FONTSOURCEOFL-1.1

Adwaita Sans

Sans

By Open Source • Publisher: Fontsource Community

18 styles availableWeights: 100, 200, 300, 400, 500, 600, 700, 800, 900
Live Type Tester
SIZE:36px
WEIGHT:
TRACKING:0px

Styles & Weights Specimen

Weight 100
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 200
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 300
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 400
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 500
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 600
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 700
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 800
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789
Weight 900
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789

Quick Integration Snippets

CSS @import
@import url('https://fonts.googleapis.com/css2?family=Adwaita%20Sans:wght@300;400;600;700;800&display=swap');

body {
  font-family: 'Adwaita Sans', sans-serif;
}
NPM Package
npm install @fontsource/adwaita-sans
HTML <link> tag
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Adwaita%20Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
Tailwind CSS Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      fontFamily: {
        'adwaita-sans': ['Adwaita Sans', sans-serif],
      },
    },
  },
};

Recommended Typography Pairings

Contrast & Hierarchy

Pairing Adwaita Sans with high-contrast complementary typefaces creates strong visual hierarchy between headlines, interface body copy, and code blocks.

About Adwaita Sans

Adwaita Sans is a free, open-source sans typeface published by Fontsource Community. It is distributed under the OFL-1.1 license, making it completely free for commercial and personal use.

Font Weights & Styles

This typeface includes 18 styles. The available weights are: 100, 200, 300, 400, 500, 600, 700, 800, 900.

Installation

You can install Adwaita Sans via npm:

npm install @fontsource/adwaita-sans

Or import it via CSS:

@import url('https://fonts.googleapis.com/css2?family=Adwaita%20Sans:wght@300;400;600;700;800&display=swap');

Recommended Font Pairings

Creating typographic contrast is essential for high-impact web design. Here are battle-tested typeface pairings for Adwaita Sans:

  • JetBrains Mono (Monospace) — Sans Interface + Code Monospace: The quintessential developer stack typography pairing.
  • Clash Display (Display) — Body Copy + High-Impact Headline: Injects strong typographic identity into clean interfaces.
  • Fira Code (Monospace) — UI Sans + Ligature Monospace: Harmonious stroke weights between body prose and code snippets.

Related Tools