Ethiopian Fonts (Ethiopic Script)

Curated fonts for writing in Ethiopic (Fidel) script. Includes free open-source fonts and popular Ethiopic typefaces used in Ethiopia.

Free / Open Source

These fonts are free for personal and commercial use under the SIL Open Font License.

Noto Sans Ethiopic

Google / Noto Project

Open Font License
ሰላም ዓለም — ኢትዮጵያ ታሪካዊ ሀገር ናት።

The most widely used free Ethiopic font. Excellent screen rendering, full Unicode coverage, and active maintenance. The go-to choice for web and digital projects.

Best for: Web, apps, digital UI Download →

Abyssinica SIL

SIL International

Open Font License
አዲስ አበባ — ፊደሉ ዕውቀት ነው።

Elegant serif-style font designed by linguistic experts at SIL International. Supports all historical and modern Ethiopic characters, including rare Ge'ez script characters. Great for formal documents.

Best for: Documents, books, academic use Download →

Noto Serif Ethiopic

Google / Noto Project

Open Font License
ቤተ ክርስቲያን — ታሪክ እና ባህል

Serif companion to Noto Sans Ethiopic. Ideal for long-form reading, religious texts, and print. Same broad Unicode coverage as Noto Sans.

Best for: Long-form text, print, religious content Download →

Ethiopic Typefaces

Fonts designed specifically for Ethiopian design contexts — posters, publications, and cultural projects.

Tera

See source
ፍቅር — ሰላም — ተስፋ

Clean and modern Ethiopic typeface popular in Addis Ababa for signage, posters, and headlines. Bold letterforms with good legibility at large sizes.

Best for: Headings, signage, display use View source →

Seat

See source
ኢትዮጵያ — የጥበብ ምድር

Well-proportioned Ethiopic font suited for body text and publication layout. Balanced stroke contrast makes it comfortable for extended reading.

Best for: Body text, publications View source →

Chiret

See source
አዲስ አበባ ፣ ኢትዮጵያ

Distinctive Ethiopic display font with a traditional feel. Named after the Ethiopian decorative cross motif. Ideal for cultural and ceremonial designs.

Best for: Display, cultural design, titles View source →

How to Install

Windows

  1. 1. Download the .ttf or .otf file
  2. 2. Right-click the file → "Install"
  3. 3. Restart apps to use the font

macOS

  1. 1. Download the font file
  2. 2. Double-click to open Font Book
  3. 3. Click "Install Font"

Linux

  1. 1. Copy font to ~/.fonts/
  2. 2. Run: fc-cache -fv
  3. 3. Restart apps to use the font

Web Usage (CSS)

To use Noto Sans Ethiopic on a website via Google Fonts:

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Ethiopic:wght@400;600;700&display=swap');

body {
  font-family: 'Noto Sans Ethiopic', sans-serif;
}

About Ethiopian Fonts

Rendering Ethiopic (Ge'ez) script properly requires fonts with full Unicode coverage of the Ethiopic block (U+1200–U+137F) and Extended ranges. Not all system fonts support these ranges — many applications fall back to generic box characters when Ethiopic fonts are missing. This guide covers the most widely used free and commercial Ethiopian fonts, their licensing terms, and how to embed them in websites, apps, or documents. Noto Sans Ethiopic (Google) is the most reliable choice for web use due to its broad range coverage and open license. Commercial fonts like Abyssinica SIL offer additional display weights and are used in academic and publishing contexts.

Frequently Asked Questions

Which Ethiopic font is best for websites?
Noto Sans Ethiopic by Google is the most recommended font for web use. It has full Unicode coverage of the Ethiopic block, an Open Font License (free for commercial use), and renders clearly at all screen sizes. Load it via Google Fonts with @import.
Are Ethiopian fonts free to use commercially?
Noto Sans Ethiopic, Noto Serif Ethiopic, and Abyssinica SIL are all released under the SIL Open Font License, which permits free commercial use. Always check the specific license for other fonts before commercial use.
Why does Amharic text show boxes instead of characters?
This happens when the font being used does not include Ethiopic Unicode characters (U+1200–U+137F). Switch to a font with Ethiopic support such as Noto Sans Ethiopic, Abyssinica SIL, or any other font listed on this page.
How do I use an Ethiopic font in CSS?
Add @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Ethiopic:wght@400;600;700&display=swap'); to your CSS, then set font-family: 'Noto Sans Ethiopic', sans-serif on your element.