config: implement font fallback

Fonts in the configuration may now be a comma separated list of
fonts (all using the fontconfig format). The first font is the primary
font, and the rest are fallback fonts that will be searched, in order.
This commit is contained in:
Daniel Eklöf 2022-02-10 18:30:19 +01:00
parent 2cfe45ee81
commit 6ac046dec3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 43 additions and 3 deletions

View file

@ -11,6 +11,9 @@
## Unreleased
### Added
* Support for custom font fallbacks
(https://codeberg.org/dnkl/yambar/issues/153).
### Changed
### Deprecated
### Removed