From 25791621a643b156b4f333fdecab736c3b289c83 Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Thu, 11 Feb 2016 23:27:18 -0800 Subject: readme: Add Linux install details --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41d34e1..30ddaae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,34 @@ # Symbola Color Emoji -A SVG-in-OpenType color emoji font starting with the "free for any use" Symbola -font and adding the colorful Emoji One SVG emojis where possible. +A SVG-in-OpenType color emoji font created by starting with the "free for any use" +Symbola font and adding the colorful Emoji One SVG emojis where possible. +# Usage (Linux) + +1. Store the font file in your `~/.fonts/` directory. +2. Create a fontconfig directory: +```sh +mkdir -p `~/.config/fontconfig/` +``` + +3. Override your defaults by creating a `fonts.conf` +```xml + + + + + + + sans-serif + + Symbola + + + + serif + + Symbola + + + +``` -- cgit v1.2.3