mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
74d7bf407a
commit
6c75915a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -771,7 +771,7 @@ def build(bld):
|
|||
'MASSIVE' : '60',
|
||||
}
|
||||
font_names = {
|
||||
'MONOSPACE' : 'Monaco',
|
||||
'MONOSPACE' : 'ArdourMono',
|
||||
'CLOCKFONT' : 'ArdourMono',
|
||||
}
|
||||
else: # Linux/X11 & Windows fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue