Open na4zagin3 opened 4 years ago
Currently, Satyrographos uses the following heuristics for system font names:
/System/Library/Fonts/SFNSDisplay.ttf
/System/Library/Fonts/SFNSText.ttf
/System/Library/Fonts/SFNSTextItalic.ttf
It’d better to have more stable names something like these:
system:ps:<PostScript-name>
system:family:<family>:style:<style>:weight:<weight>
It’d better to implement the new scheme in Satyrographos_autogen module (#116).
Satyrographos_autogen
Currently, Satyrographos uses the following heuristics for system font names:
/System/Library/Fonts/SFNSDisplay.ttf
/System/Library/Fonts/SFNSText.ttf
/System/Library/Fonts/SFNSTextItalic.ttf
It’d better to have more stable names something like these:
system:ps:<PostScript-name>
system:family:<family>:style:<style>:weight:<weight>