mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
config: add font-bold, font-italic and font-bold-italic options
These options lets the user configure custom fonts and styles, to use with the bold and italic cell attributes. By default, they are unset, meaning we use the bold/italic variants of the regular font. Closes #169.
This commit is contained in:
parent
b507d3a55e
commit
2c101a21ee
8 changed files with 155 additions and 69 deletions
|
|
@ -41,6 +41,10 @@
|
|||
* Terminal content is now auto-scrolled when moving the mouse above or
|
||||
below the window while selecting
|
||||
(https://codeberg.org/dnkl/foot/issues/149).
|
||||
* **font-bold**, **font-italic** and **font-bold-italic** options to
|
||||
`foot.ini`. These options allow custom bold/italic fonts. They are
|
||||
unset by default, meaning the bold/italic version of the regular
|
||||
font is used (https://codeberg.org/dnkl/foot/issues/169).
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue