You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to xterm.js#157, bold fonts are disabled if the isBoldBroken function determines if the current font has no bold variant. Right now it seems that our fallback font, ubuntu-powerline is not loading its bold variant, therefore, bold fonts are disabled by default, even if the font is changed via Qt.
We should bundle plain Ubuntu Mono instead, this font actually works and enables the bold variants.
The text was updated successfully, but these errors were encountered:
According to xterm.js#157, bold fonts are disabled if the
isBoldBroken
function determines if the current font has no bold variant. Right now it seems that our fallback font,ubuntu-powerline
is not loading its bold variant, therefore, bold fonts are disabled by default, even if the font is changed via Qt.We should bundle plain Ubuntu Mono instead, this font actually works and enables the bold variants.
The text was updated successfully, but these errors were encountered: