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
DejaVu fonts are not on macOS by default, so the new controls look a little funny until they're installed. I guess it falls back to some other font, but I'm not sure which.
Three possible solutions:
Throw a warning on starting UltraTrace if the necessary fonts aren't detected. Ideally the warning should say how to get and install the fonts.
Have setup.py install the fonts.
Find a good fallback font for macOS—something that's standard on most installs.
I think all of these solutions can be implemented side-by-side.
The text was updated successfully, but these errors were encountered:
DejaVu fonts are not on macOS by default, so the new controls look a little funny until they're installed. I guess it falls back to some other font, but I'm not sure which.
Three possible solutions:
setup.py
install the fonts.I think all of these solutions can be implemented side-by-side.
The text was updated successfully, but these errors were encountered: