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
parentafb2522ecf22c75432e1ea6655a481fe6eadfb00 (diff)
readme: Add OS X and Windows 10 install details
-rw-r--r--README.md24
-rw-r--r--scfbuild-osx.yml2
-rw-r--r--scfbuild.yml2
3 files changed, 21 insertions, 7 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.
diff --git a/scfbuild-osx.yml b/scfbuild-osx.yml
index 7e593f5..42fc0a9 100644
--- a/scfbuild-osx.yml
+++ b/scfbuild-osx.yml
@@ -13,7 +13,7 @@ table_name:
Copyright 2015 Twitter, Inc. CC-BY.
family: Emoji One Color
# Subfamily is also called Style or Weight. Often set to: Regular
- subfamily: SVGinOT
+ subfamily: Regular
unique_id: Emoji One Color SVGinOT OSX eosrei.net
full_name: Emoji One Color SVGinOT OSX
version: 1.0-beta
diff --git a/scfbuild.yml b/scfbuild.yml
index d36dc86..07671df 100644
--- a/scfbuild.yml
+++ b/scfbuild.yml
@@ -13,7 +13,7 @@ table_name:
Copyright 2015 Twitter, Inc. CC-BY.
family: Emoji One Color
# Subfamily is also called Style or Weight. Often set to: Regular
- subfamily: SVGinOT
+ subfamily: Regular
unique_id: Emoji One Color SVGinOT eosrei.net
full_name: Emoji One Color SVGinOT
version: 1.0-beta