Use ArdourMono font on macOS for consistency
This also addresses ``` couldn't load font "Monaco Ultra-Light Ultra-Condensed Not-Rotated 6", modified variant/weight/stretch as fallback, expect ugly output. ```
This commit is contained in:
@@ -771,7 +771,7 @@ def build(bld):
|
||||
'MASSIVE' : '60',
|
||||
}
|
||||
font_names = {
|
||||
'MONOSPACE' : 'Monaco',
|
||||
'MONOSPACE' : 'ArdourMono',
|
||||
'CLOCKFONT' : 'ArdourMono',
|
||||
}
|
||||
else: # Linux/X11 & Windows fonts
|
||||
|
||||
Reference in New Issue
Block a user