forked from indymedia/epicyon
Note about fonts
parent
c740b07c9f
commit
5e7b37d7a7
|
@ -194,6 +194,14 @@ Static analysis can be run with:
|
||||||
./static_analysis
|
./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
|
## Running Unit Tests
|
||||||
|
|
||||||
To run the unit tests:
|
To run the unit tests:
|
||||||
|
|
Loading…
Reference in New Issue