emoji for marsey
 
 
 
 
Go to file
Rod S 7aef3417cb Emoji 15 assets, take 1 2022-08-12 14:14:25 -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 Fix googlei18n/noto-fonts#575 2015-12-10 13:25:15 -08:00
png Emoji 15 assets, take 1 2022-08-12 14:14:25 -07:00
svg Emoji 15 assets, take 1 2022-08-12 14:14:25 -07:00
third_party add symlinks for flags from emoji_aliases.txt 2022-01-24 15:43:26 +00:00
.gitignore update ignore and readme 2020-05-30 14:19:49 -07:00
.gitmodules On closer inspection we changed to use system pngquant and never closed 2020-08-20 15:31:01 -07:00
AUTHORS
CONTRIBUTING.md update/add link to corporate agreement, per guidelines 2015-08-17 16:21:46 -07:00
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 Update copyright language in templates. 2016-09-27 11:26:22 -07:00
README.md Update README.md 2022-08-11 07:35:56 -04:00
add_aliases.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
add_emoji_gsub.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
add_glyphs.py Add code style tweaks 2020-11-17 15:07:26 +01:00
add_svg_glyphs.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
annotations_u11.txt Update list of changed images. 2018-08-09 08:48:37 -07:00
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 Capture changes to fix fontchain_lint on top of master log 2020-03-16 22:52:46 -07:00
emoji_annotations.txt Support 'ok', 'warning', 'error' annotations and define some. 2017-02-22 09:58:25 -08:00
flag_glyph_name.py tweak check for tools & venv 2020-05-31 12:05:29 -07:00
flag_info.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
gen_version.py fix trivial mistypes w/ codespell 2022-04-02 22:05:51 -07:00
generate_emoji_html.py Fix unichr() to chr() 2020-08-18 15:35:42 +09:00
generate_emoji_name_data.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
generate_emoji_placeholders.py Modernize Python 2 code to get ready for Python 3 2017-09-14 22:18:24 +02:00
generate_emoji_thumbnails.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
generate_test_html.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
map_pua_emoji.py Fixmore fontchain_lint issues 2021-12-23 17:44:08 -08:00
materialize_emoji_images.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
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 Use Python3 explicitly 2019-07-17 10:35:02 +02:00
svg_builder.py Update svg emoji tools. 2016-04-12 17:07:27 -07:00
svg_cleaner.py Use Python3 explicitly 2019-07-17 10:35:02 +02:00
unknown_flag_aliases.txt Some tooling updates for android u11. 2018-05-09 20:13:57 -07:00
waveflag.c Equally lighten and darken flags. 2017-04-27 15:06:55 -07:00

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.