Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 858 Bytes

File metadata and controls

44 lines (32 loc) · 858 Bytes
icon font
description Required to display/render Non-English Chars, Emojis, Symbols etc.

Fonts

{% hint style="info" %} Required to display/render Non-English Chars, Emojis, Symbols etc. {% endhint %}

Portable packages may have font rendering issues due to missing fonts or fontconfig.

Common Issues

  • Missing fonts (squares or boxes instead of characters)
  • Wrong font fallbacks
  • CJK characters not rendering
  • Emojis showing as boxes

Solutions

Install Common Fonts

Debian/Ubuntu:

sudo apt install fonts-noto fonts-liberation fonts-noto-color-emoji

Fedora:

sudo dnf install google-noto-fonts-common liberation-fonts google-noto-emoji-fonts

Arch:

sudo pacman -S noto-fonts noto-fonts-emoji ttf-liberation

Set Font Environment

export FONTCONFIG_PATH=/etc/fonts