Use otf-font-awesome (desktop) instead of ttf-font-awesome
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
ttf-font-awesome resolved to woff2-font-awesome, a web-only format that desktop apps can't render glyphs from. otf-font-awesome is the installable desktop OTF. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
7652d92b81
commit
b85e0e32fb
1 changed files with 3 additions and 2 deletions
|
|
@ -113,10 +113,11 @@ ttf-jetbrains-mono
|
||||||
# Nerd font variant — icons in terminal tools (eza --icons, fastfetch, yazi)
|
# Nerd font variant — icons in terminal tools (eza --icons, fastfetch, yazi)
|
||||||
ttf-jetbrains-mono-nerd
|
ttf-jetbrains-mono-nerd
|
||||||
# Metric-compatible (Arial/Times/Courier) so Office/web docs lay out correctly,
|
# Metric-compatible (Arial/Times/Courier) so Office/web docs lay out correctly,
|
||||||
# broad Unicode fallback, and the Font Awesome icon glyph set.
|
# broad Unicode fallback, and the Font Awesome icon glyph set (otf-, the desktop
|
||||||
|
# variant — ttf-font-awesome resolves to the web-only woff2 build).
|
||||||
ttf-liberation
|
ttf-liberation
|
||||||
ttf-dejavu
|
ttf-dejavu
|
||||||
ttf-font-awesome
|
otf-font-awesome
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
kitty
|
kitty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue