emoji for marsey
 
 
 
 
Go to file
Rod 14d0d1f243
Update README.md
2022-08-12 14:13:45 -07:00
colrv1 Update README.md 2022-08-12 14:13:45 -07:00
fonts Merge pull request #389 from googlefonts/colrv1 2022-07-21 09:57:05 +01:00
images
png Fix 1fae5 2021-10-29 15:25:50 -07:00
svg Fix mk3 for 1fae5 2021-10-28 20:55:25 -07:00
third_party add symlinks for flags from emoji_aliases.txt 2022-01-24 15:43:26 +00:00
.gitignore
.gitmodules
AUTHORS
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
Makefile Makefile: add print-% special command to print Makefile variables 2022-01-14 16:07:03 +00:00
NotoColorEmoji.tmpl.ttx.tmpl v2.034 2021-10-28 20:55:25 -07:00
NotoColorEmojiSvg.tmpl.ttx
README.md Update README.md 2022-08-11 07:35:56 -04:00
add_aliases.py
add_emoji_gsub.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
add_glyphs.py
add_svg_glyphs.py
annotations_u11.txt
check_emoji_sequences.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
collect_emoji_svg.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
colrv1_add_soft_light_to_flags.py also add soft-light to flags from emoji_aliases.txt 2022-01-24 18:06:46 +00:00
colrv1_generate_configs.py [colrv1] add script to regenerate nanoemoji configs by globbing source *.svg sources 2022-07-21 15:30:15 +02:00
colrv1_postproc.py colrv1_postproc.py: handle missing regional indicators in noflags font 2022-02-03 19:13:48 +00:00
emoji_aliases.txt
emoji_annotations.txt
flag_glyph_name.py
flag_info.py
gen_version.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
generate_emoji_html.py
generate_emoji_name_data.py
generate_emoji_placeholders.py
generate_emoji_thumbnails.py
generate_test_html.py
map_pua_emoji.py Fixmore fontchain_lint issues 2021-12-23 17:44:08 -08:00
materialize_emoji_images.py
requirements.txt Update to latest compiler 2022-05-04 21:32:55 -07:00
scour_svg.sh fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
size_check.py Add a touch more detail to size check 2021-06-25 21:01:47 -07:00
strip_vs_from_filenames.py
svg_builder.py
svg_cleaner.py
unknown_flag_aliases.txt
waveflag.c

README.md

Noto

Noto Emoji

Noto Emoji (Stands for No Tofu) is an open source (Open Font License 1.1) emoji library that provides standard Unicode emoji support and tools for working with them including:

  • A Unicode compliant color emoji font.
  • A full library of Noto color emoji font files including 3,633 vector svgs and pngs
  • Metadata for Emoji Input (including shortcodes, emoji ordering, ascii equivalents)

Color Font

The latest font file is found here. If you want to download a specific version, please look at the gh-pages branch, where you will find the built assets for both our latest and older versions.

Monochrome Font

The black-and-white emoji font is back under active development and is available as a variable font

Using NotoColorEmoji

NotoColorEmoji uses the CBDT/CBLC color font format, which is supported by Android and Chrome/Chromium OS. Windows supports it starting with Windows 10 Anniversary Update in Chrome and Edge. On macOS, only Chrome supports it, while on Linux it will support it with some fontconfig tweaking, see issue #36. Currently we do not build other color font formats.

A note about PNGs

The assets provided in the repo are all those used to build the NotoColorEmoji font. With one exception: the flag images in the font are PNG images to which transforms have been applied to standardize the size and generate the wave and border shadow. We do not have SVG versions that reflect these transforms.

License

Emoji fonts (under the fonts subdirectory) are under the SIL Open Font License, version 1.1.
Tools and most image resources are under the Apache license, version 2.0. Flag images under third_party/region-flags are in the public domain or otherwise exempt from copyright (more info).

Contributing

Please read CONTRIBUTING if you are thinking of contributing to this project.