-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
🗹 Requirements
- A brief but descriptive title of your issue
- I have searched the issues for my issue and found nothing related and/or helpful
- I have read or scanned the FAQ
- I have read or scanned the Wiki
🎯 Subject of the issue
I'm trying to patch Menlo on macOS, these are the commands I'm running on fish shell:
set -l fonts "Menlo Regular" "Menlo Bold" "Menlo Bold Italic" "Menlo Italic"
for f in $fonts
fontforge -script font-patcher -c --mono -out . /System/Library/Fonts/Menlo.ttc($f)
end
and the patching seems to work fine, albeit with some messages related to the remapping of icons. When going in iTerm2 to set the new font something strange happens: with the Bold version everything seems fine but with the regular one, symbols seem inverted. The only variant that seems to be working is Bold itself, while Italic, Bold Italic and Regular all exhibit the same behavior depicted below.
🔧 Your Setup
- Which font are you using? Menlo (all variants)
- Which terminal emulator are you using?
iTerm2 - Which shell are you using?
fish - Are you using OS X, Linux or Windows? And which specific version or distribution? MacOS Sierra
★ Optional
Metadata
Metadata
Assignees
Labels
No labels