DEVPANTRY.COM

Abyssinica SIL Font

Abyssinica SIL

Serif

By Google Fonts • Publisher: Google Fonts

1 styles availableWeights: 400
Live Type Tester
SIZE:36px
WEIGHT:
TRACKING:0px

Styles & Weights Specimen

Weight 400
ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789

Quick Integration Snippets

CSS @import
@import url('https://fonts.googleapis.com/css2?family=Abyssinica%20SIL:wght@400&display=swap');

body {
  font-family: 'Abyssinica SIL', serif;
}
NPM Package
npm install @fontsource/abyssinica-sil
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=Abyssinica%20SIL:wght@400&display=swap" rel="stylesheet">
Tailwind CSS Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      fontFamily: {
        'abyssinica-sil': ['Abyssinica SIL', serif],
      },
    },
  },
};

Recommended Typography Pairings

Contrast & Hierarchy

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

About Abyssinica SIL

Abyssinica SIL is a free, open-source serif typeface published by Google Fonts. It is distributed under the OFL-1.1 license, making it completely free for commercial and personal use.

Font Weights & Styles

This typeface includes 1 styles. The available weights are: 400.

Installation

You can install Abyssinica SIL via npm:

npm install @fontsource/abyssinica-sil

Or import it via CSS:

@import url('https://fonts.googleapis.com/css2?family=Abyssinica%20SIL:wght@400&display=swap');

Recommended Font Pairings

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

  • Inter (Sans) — Serif Headline + Modern UI Body: Grounds classic editorial serifs with crisp digital legibility.
  • General Sans (Sans) — Serif Titles + Clean Sans Subtext: Warm editorial balance across marketing pages.
  • JetBrains Mono (Monospace) — Serif Copy + Code Accents: Contrasting literary prose with precision technical monospacing.

Related Tools