From 32bf4b2b78e6eeba88750d00366543336393701b Mon Sep 17 00:00:00 2001 From: Stig Otnes Kolstad Date: Wed, 8 Jan 2020 17:45:11 +0100 Subject: [PATCH] Add link to known issues --- Fonts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Fonts.md b/Fonts.md index 08bec08..b6ffb50 100644 --- a/Fonts.md +++ b/Fonts.md @@ -43,6 +43,8 @@ You can do that by changing the order in which you define the fonts, although th 4. **Try using `size` instead of `pixelsize`**: some fonts will **not** display if you try setting their size using the `pixelsize` property; try setting it with `size` instead, for example: `font-0: Inconsolata for Powerline:size=12;0` 5. **Try adding a property to the font name**. Some fonts may not properly respect a specified property (like Font Awesome 5 with `style`). Instead, you may have some luck appending the property to the name of the font to force a desired match (i.e. `FontAwesome5FreeSolid` instead of `FontAwesome5Free` will cause the font to match using the `solid` style). +Also see [known issues](https://github.com/polybar/polybar/wiki/Known-Issues) for more help. + ## Freetype Fonts Polybar uses fontconfig to match font descriptions to a specific font. To get the name for a font, use `fc-list` to list all fonts and their names installed on your system. @@ -137,4 +139,4 @@ Usage: `perl test-fonts.pl "😀"` Note: maybe you need to install "Font::FreeType" module for the Script ``` $ perl -MCPAN -e 'install Font::FreeType' -``` +``` \ No newline at end of file