Clarify config option in README

This commit is contained in:
Paweł Romanowski 2019-02-05 22:26:00 +00:00
parent 20ca6e98a6
commit 6024554bb3

View file

@ -298,7 +298,7 @@ You can enable full unicode support in `config.toml`:
# Use full Hack character set, not just a subset. # Use full Hack character set, not just a subset.
# Switch this to true if you need full unicode support. # Switch this to true if you need full unicode support.
# Defaults to false. # Defaults to false.
use_full_hack_font = false use_full_hack_font = true
``` ```
Also see [Hack's docs](https://github.com/source-foundry/Hack/blob/master/docs/WEBFONT_USAGE.md). Also see [Hack's docs](https://github.com/source-foundry/Hack/blob/master/docs/WEBFONT_USAGE.md).