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
Fix Nerd Font Bundle not persisting after restart. Issue 12744
Fonts were downloaded to a temp directory and registered with
CTFontManagerRegisterFontDescriptors using persistent scope. However,
persistent scope only stores a reference to the font file location -
it doesn't copy the font data. When the temp directory was cleaned up,
the registration pointed to non-existent files.
Now copy fonts to ~/Library/Application Support/iTerm2/Fonts/ before
registering them, so they persist across sessions.
0 commit comments