mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-25 11:25:39 +02:00
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:
parent
2cfe45ee81
commit
6ac046dec3
3 changed files with 43 additions and 3 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
## Unreleased
|
||||
### Added
|
||||
|
||||
* Support for custom font fallbacks
|
||||
(https://codeberg.org/dnkl/yambar/issues/153).
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue