From 5e7b37d7a7d785320f3d9ff693b4d8933373c19a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 May 2020 18:27:52 +0100 Subject: [PATCH] Note about fonts --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f2d3b7c..51ce856b 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,14 @@ Static analysis can be run with: ./static_analysis ``` +## Custom Fonts + +If you want to use a particular font then copy it into the *fonts* directory, rename it as *custom.ttf/woff/woff2/otf* and then restart the epicyon daemon. + +``` bash +systemctl restart epicyon +``` + ## Running Unit Tests To run the unit tests: