Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Erickson <eosrei@gmail.com>2016-02-25 01:52:22 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-25 01:52:22 +0300
commitf68b4da412a60aaf7edf3eaffbc75f856d46509b (patch)
treeeb466e6d64912b5b5b72e6a86a277ef395bf36e3 /README.md
parentafb2522ecf22c75432e1ea6655a481fe6eadfb00 (diff)
readme: Add OS X and Windows 10 install details
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/README.md b/README.md
index cf875cb..1ac0e87 100644
--- a/README.md
+++ b/README.md
@@ -68,12 +68,26 @@ mkdir -p `~/.config/fontconfig/`
</fontconfig>
```
-## Usage - Windows, OS X, Android
+## Usage - OS X
-The font installs and works like any other font. Microsoft, Apple, and Google
-created their own, now non-standard, color font formats, so currently it is
-best to use the emoji fonts included in those systems. Expect all three
-companies to add support for SVGinOT in the future.
+The font installs like any other font and can be specifically selected, but
+the system will default to the `Apple Color Emoji` font. If wanted, change the
+default by disabling the original:
+
+```sh
+cd /System/Library/Fonts/
+sudo mv Apple\ Color\ Emoji.ttf Apple\ Color\ Emoji.ttf-old
+```
+
+*Reiterating: Only FireFox supports the color emoji for now. Safari and Chrome
+will use the fallback black and white emoji.*
+
+## Usage - Microsoft Windows 10
+
+The font installs like any other font and can be specifically selected, but
+the system will default to the `Segoe UI Emoji` font.
+
+It can be manually selected in CSS, but making it the default is still TBD.
## Building
The build process has only been tested on Ubuntu Linux.