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
feat(build): add Nerd Font patched version to CI pipeline
Add steps to patch hinted TTF fonts with Nerd Font glyphs (Powerline,
devicons, Font Awesome, etc.) and include the result as
IoskeleyMono-NerdFont.zip in releases. Uses FontPatcher.zip from the
latest nerd-fonts release.
Closes#8
Made-with: Cursor
#10. Create a new GitHub Release and upload all three ZIP files
101
+
#13. Create a new GitHub Release and upload all ZIP files
83
102
- name: Create Release and Upload Assets
84
103
uses: softprops/action-gh-release@v1
85
104
with:
@@ -92,11 +111,15 @@ jobs:
92
111
- `IoskeleyMono-TTF-Hinted.zip`: Fonts with hinting. Best for most users on standard-resolution screens.
93
112
- `IoskeleyMono-TTF-Unhinted.zip`: Raw fonts without hinting. Preferred by some on high-DPI screens.
94
113
114
+
**For Terminal Users (Nerd Font):**
115
+
- `IoskeleyMono-NerdFont.zip`: Patched with Nerd Font glyphs (Powerline, devicons, etc.). Ideal for Neovim, iTerm, VS Code terminals, and other tools that use iconic fonts.
116
+
95
117
**For Web Developers:**
96
118
- `IoskeleyMono-Web.zip`: Contains all WOFF2 font files for web use (Hinted and Unhinted).
0 commit comments