Skip to content

MonadABXY/mona-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Mona Font

Mona Font is a pixel-style font that supports multilingual text, special symbols, and emojis.

Mona Font is under active development and is continuously updated to improve its quality.

Features

  • Style Options: Original Mona and Mona S, which features straightened Hangul strokes.
  • Localized Forms: Supports region-specific CJK Ideographs using the OpenType locl feature.
  • Kerning: Kerning is applied to Latin characters for better readability.
  • Emoji Support: Includes both Color Emojis and Monochrome Emojis.

Font Preview

Try it out

10px

12px

Mona vs. Mona S Comparison

Download

Download Latest Version

Please choose the appropriate font file for your needs.

File Name Description
Mona12.ttf Integrated Font (Text + Emoji)
Mona12Text{Region}.ttf Text-Only Font with fixed regional glyphs (for environments without locl support)
Mona12ColorEmoji.ttf Color Emoji Only
Mona12Emoji.ttf Monochrome Emoji Only

Webfont Usage

You can load and use the font via an HTML tag or the CSS @import method.

<link>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/mona.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/monas.css" />

@import

@import url("https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/mona.css");
@import url("https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/monas.css");

Using font-family

font-family: "Mona12", sans-serif;
font-family: "MonaS12", sans-serif;

Using classes

<div class="mona12">Mona12</div>
<div class="mona12-bold">Mona12 Bold</div>
<div class="monas12">MonaS12</div>
<div class="monas12-bold">MonaS12 Bold</div>

Recommended Sizes

To prevent blurriness and ensure crisp rendering, we recommend using the specified base pixel size or its integer multiples. You don't need to worry about this on high-resolution displays or for printed materials.

Font px pt
Mona10 10px 7.5pt
Mona10 Bold 10px 7.5pt
Mona8x12 12px 9pt
Mona10x12 12px 9pt
Mona10x12 Bold 12px 9pt
Mona12 12px 9pt
Mona12 Bold 12px 9pt

Coverage

Category Mona10 Mona10 Bold Mona8x12 Mona10x12 Mona10x12 Bold Mona12 Mona12 Bold
Hangul Syllables
Latin
CJK Ideographs ⚠️ ⚠️ ⚠️
Hiragana / Katakana
Greek
Cyrillic
Symbols / Punctuation
Monochrome Emoji - - - - -
Color Emoji - - - - -

You can check the detailed list of supported characters below.

Detailed Glyph List

Feedback

Submit Feedback (Google Forms)

License & Credits

License

Mona Font is released under the SIL Open Font License 1.1.

It can be freely used, modified, and redistributed by anyone, including personal and corporate users.

However, selling the font file itself is prohibited.

Credits & Open Source Notice

1. Google Noto Emoji

  • Usage: Color palette and Flag emojis
  • License: SIL Open Font License 1.1 (Fonts) / Apache License 2.0 (Tools/Images)
  • Source: googlefonts/noto-emoji

2. Ark Pixel Font

3. PixelMplus (M+ Fonts)

  • Usage: Reference for Japanese and certain related symbols; some CJK ideograph glyphs
  • License: M+ FONT LICENSE
  • Source: itouhiro/PixelMplus