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-03-09 03:32:14 +0300
committerBrad Erickson <eosrei@gmail.com>2016-03-09 03:32:14 +0300
commitef7f66ad11259e60929295103b31f3ac2c16649f (patch)
tree949ef248104363822711b4eaff7a92e5b940f0b5
parentb3116479f63cc30076cef5e3b12e757f7173300e (diff)
readme: Convert Linux install to script
Closes #10
-rw-r--r--README.md41
1 files changed, 24 insertions, 17 deletions
diff --git a/README.md b/README.md
index 1d87175..4440b59 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ included for backwards/fallback compatibility.
[![Before Emoji One Color in Firefox Linux](images/demo-before.png?raw=true)](images/before-linux-firefox.png?raw=true)
-**After**: Firefox in all three operating systems, plus fallback outline characters in the
-other browsers.
+**After**: Firefox in all three operating systems, plus fallback outline
+characters in the other browsers.
![Firefox color emoji in Linux, OS X, and Firefox](images/demo.png?raw=true)
Some examples to see before and after on your machine:
@@ -54,19 +54,21 @@ SVGinOT Demos (Firefox only):
## Install on Linux
The font can be installed for a user or system-wide. This describes how to
-install for a user and does not require root.
-
-1. Download the latest release from: https://github.com/eosrei/emojione-color-font/releases
-2. Uncompress the zip file
-3. Double click the `ttf` file to open it in *Font Viewer*
-4. Click the *Install Font* button
-5. Create a font config directory:
- ```
- mkdir -p ~/.config/fontconfig/
- ```
-6. Override your defaults by creating a `~/.config/fontconfig/fonts.conf`:
-
-```xml
+install for a user and does not require root. You can simply copy/paste it all.
+
+```sh
+# 1. Download the latest version from: https://github.com/eosrei/emojione-color-font/releases
+curl -O https://github.com/eosrei/emojione-color-font/releases/download/v1.0-beta/EmojiOneColor-SVGinOT.ttf.zip
+# 2. Uncompress the zip file
+unzip EmojiOneColor-SVGinOT.ttf.zip
+# 3. Create a user font directory, if you don't have one:
+mkdir -p ~/.fonts/
+# 4. Move the font into `~/.fonts/`
+mv EmojiOneColor-SVGinOT.ttf ~/.fonts/
+# 5. Create a font config directory
+mkdir -p ~/.config/fontconfig/
+#6. Override your defaults by creating a `~/.config/fontconfig/fonts.conf`
+cat << 'EOF' > ~/.config/fontconfig/fonts.conf
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
@@ -100,8 +102,14 @@ install for a user and does not require root.
</edit>
</match>
</fontconfig>
+EOF
+# Just to be sure, clear your font cache and restart Firefox
+fc-cache -f -v
+#Done!
```
+Try the full demo at: http://eosrei.github.io/emojione-color-font/full-demo.html
+
## Install on OS X
There are three install options for OS X. Both SVGinOT versions are available
@@ -113,10 +121,9 @@ from releases: https://github.com/eosrei/emojione-color-font/releases
2. `EmojiOneColor-SVGinOT-OSX.ttf.zip` - A "hack" to replace the `Apple Color
Emoji` font by [using the same internal name][7]. Install and accept the
warning in Font Book.
-3. `emojione-apple.ttf` - A bitmap Apple-format EmojiOne color font is
+3. `emojione-apple.ttf` - A bitmap Apple-format Emoji One color font is
[available in the emojione project][8].
-
[7]:http://www.macissues.com/2014/11/21/how-to-change-the-default-system-font-in-mac-os-x/
[8]:https://github.com/Ranks/emojione/tree/master/assets/fonts