mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Update Font Awesome 5 to 6
This makes it less likely that new users will get confused and accidentally use fallback fonts.
This commit is contained in:
parent
23d47656e4
commit
c0e0702a6c
5 changed files with 9 additions and 9 deletions
|
@ -94,7 +94,7 @@ expose(const struct exposable *exposable, pixman_image_t *pix, int x, int y, int
|
|||
*
|
||||
* Finally, if the font's descent is negative, ignore it (except
|
||||
* for the height calculation). This is unfortunately not based on
|
||||
* any real facts, but works very well with e.g. the "Awesome 5"
|
||||
* any real facts, but works very well with e.g. the "Awesome 6"
|
||||
* font family.
|
||||
*/
|
||||
const double baseline = (double)y +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue