Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #562 from maximbaz/patch-1
Browse files Browse the repository at this point in the history
Update setup instructions for Linux
  • Loading branch information
caseyahenson authored Nov 20, 2017
2 parents 4a9d8f3 + e10080d commit d56ef20
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions extras/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Android Setup Help:
* Must have a rooted Android phone.

Linux Setup Help:

* ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/ttf-emojione/)
* Alternatively setup the font manually:
* Place the file in `~/.local/share/fonts/`
* Create the following fontconfig file: [latest](https://github.com/maximbaz/dotfiles/blob/master/.config/fontconfig/conf.d/70-emojione-color.conf) ([snapshot](https://github.com/maximbaz/dotfiles/blob/b63b2fe4bb5362d207e407c646655070cd1251bc/.config/fontconfig/conf.d/70-emojione-color.conf))
* Update fontconfig cache with `$ fc-cache -f`
* Chrome and all derivative apps (like Electron) will display color emoji after a restart.
* Install a patched Cairo library to display color emoji in all GTK+ apps:
* https://aur.archlinux.org/packages/cairo-coloredemoji
* https://software.opensuse.org/package/libcairo2-color-emoji
* Create the following fontconfig file: [latest](https://aur.archlinux.org/cgit/aur.git/tree/70-emojione-color.conf?h=ttf-emojione) ([snapshot](https://github.com/maximbaz/dotfiles/blob/c893a835372c927eba9ec7e086e76b64f6210d8c/.config/fontconfig/conf.d/70-emojione-color.conf))
* Update fontconfig cache with `$ fc-cache -f; sudo fc-cache -f`
* The font seems to be working now in Chrome and Firefox, as well as in many other apps!

### Apple Font

Expand Down Expand Up @@ -68,4 +68,4 @@ The black and white images used to generate these fonts are also provided in the

### Acknowledgements
* Google Font: Thanks to Miguel Sousa from Adobe Systems, [Maxim Baz](https://github.com/maximbaz) and [Albert Chang](https://github.com/mxalbert1996).
* Apple Font: Thanks to Philip (@pw5a29) and Cody (@vXBaKeRXv).
* Apple Font: Thanks to Philip (@pw5a29) and Cody (@vXBaKeRXv).

0 comments on commit d56ef20

Please sign in to comment.