twemoji-color-font

twemoji-color-font 15.1.0

Color emoji SVGinOT font using Twitter Unicode 15 emoji with diversity and country flags

<rendered-html><p>A color and B&amp;W emoji SVGinOT font built from the Twitter Emoji for Everyone artwork with support for ZWJ, skin tone diversity and country flags.</p> <p>The font works in all operating systems, but will currently only show color emoji in Firefox, Thunderbird, Photoshop CC 2017, and Windows Edge V38.14393+. This is not a limitation of the font, but of the operating systems and applications. Regular B&amp;W outline emoji are included for backwards/fallback compatibility.</p> </rendered-html>

https://github.com/13rac1/twemoji-color-font
Creative Commons Attribution 4.0MIT License
programs: -
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  twemoji-color-font
];
Ad-hoc shell
nix-shell -p twemoji-color-font
Flake (nix run)
nix run nixpkgs#twemoji-color-font