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-24 09:31:44 +0300
committerBrad Erickson <eosrei@gmail.com>2016-02-24 09:31:44 +0300
commita054c161e21ba52c1068b5c590093358919fc744 (patch)
tree70eba7041f4379c3a5ab06bd4b5d7238fb58e7a3 /README.md
parent93fd632b045c56067e8bf8fff28c77bfd7d0a439 (diff)
make: Update to new CLI args and add YAML conf
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 56b86d3..cf875cb 100644
--- a/README.md
+++ b/README.md
@@ -39,14 +39,14 @@ The font can be installed and set as the default Emoji font system wide.
mkdir -p `~/.config/fontconfig/`
```
-3. Replace your default, generally *DejaVu Sans*, by creating a `fonts.conf`:
+3. Override your default by creating a `fonts.conf`:
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
- <!-- Make -->
+ <!-- Make Emoji One Color the initial fallback font-->
<match>
<test name="family"><string>sans-serif</string></test>
<edit name="family" mode="prepend" binding="strong">
@@ -93,7 +93,7 @@ Required applications:
* potrace
* FontTools
* FontForge
-* SMFBuild (created for this project!)
+* SCFBuild (created for this project!)
* make
Run: `make`