wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.55k stars 785 forks source link

[Regression] icons from font awesome are not displayed #341

Closed bew closed 3 years ago

bew commented 3 years ago

Describe the bug

Icons from fontawesome does not display anymore :confused:

Environment (please complete the following information):

To Reproduce

fonts:

Create a fonts dir next to the config, add the following fonts:

steps:

Run wezterm start -- sh -c "echo -n ' AB'; sleep 100" with the config and observe. (the icon does not render properly for me in the github interface, to copy-paste the icon, it's this one: https://fontawesome.com/icons/star)

Configuration

local wezterm = require "wezterm"
return {
  font_size = 90.0, -- to see better :D
  font_dirs = {"fonts"},
  font = wezterm.font_with_fallback({
    "Iosevka Term Extended",
    "Font Awesome 5 Free Solid",
  })
}

Screenshots

Using latest stable (20201101-103216-403d002d): wez-stable

Using nightly (20201101-103216-403d002d-52-g3bd8d8c8): wez-nightly

wez commented 3 years ago

Thanks for reporting this!

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.