mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-08 15:57:59 +00:00
Merge pull request #325 from kabisa/windows-font-readme
Explain extra Windows font
This commit is contained in:
commit
e7ac893b33
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ pip install -r requirements.txt
|
|||
time make -j
|
||||
```
|
||||
|
||||
Intermediate products (compressed image files, for example) will be put into a build subdirectory; the font will be at the top level.
|
||||
Intermediate products (compressed image files, for example) will be put into a build subdirectory. Two fonts will be saved at the top level:
|
||||
|
||||
* `NotoColorEmoji.ttf`, for general use.
|
||||
* `NotoColorEmoji_WindowsCompatible.ttf`, which is the same font but with an additional empty `glyf` table and `cmap` format 4 subtable. This is required by Windows 10 if you want to _install_ the font.
|
||||
|
||||
## Using NotoColorEmoji
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue