Configures Fedora to use the complete Google Noto collection as its base font fallback and applies Ubuntu-style desktop rendering.
- Uses Noto Sans, Noto Serif, and Noto Sans Mono for the generic font families.
- Installs
google-noto-fonts-alland builds fallback lists from every installed Noto family so uncommon writing systems remain available to native and Flatpak applications. - Enables antialiasing, slight hinting, RGB subpixel rendering, and the default LCD filter.
- Rejects non-scalable bitmap fonts while preserving scalable color emoji.
google-noto-fonts-all is a large metapackage. It installs hundreds of font
packages and can consume more than 1 GB depending on the Fedora release.
By default, the configuration is installed for the current user.
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/install.sh | bashUse --root to install the configuration system-wide for all users:
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/install.sh | bash -s -- --rootFlatpak applications are configured automatically when Flatpak is installed.
Fully close and reopen native and Flatpak applications after installation.
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/status.sh | bashCheck the system-wide configuration with --root:
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/status.sh | bash -s -- --rootThe status command verifies the font configuration and Flatpak integration.
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/uninstall.sh | bashRemove the system-wide configuration with --root:
curl -fsSL https://raw.githubusercontent.com/faelayis/Linux-Better-Font/main/uninstall.sh | bash -s -- --rootUninstall restores the previous font behavior but keeps the installed Noto packages.