Hi everyone,in the example below, why does overriding font-name work, but not overriding font-series? The way Frescobaldi displays the available fonts, it seems like the Black font weight is right there with the other weights (bold and [medium]).
Best, Simon
\version "2.25.23"
\paper {
%% https://www.fontsquirrel.com/fonts/alegreya
property-defaults.fonts.serif = "Alegreya"
}
\markup \bold \column {
test
\override #'(font-name . "Alegreya Black") test
\override #'(font-series . black) test
}\version "2.25.23"
\paper {
%% these fonts to be found at http://fontsquirrel.com
property-defaults.fonts.serif = "Alegreya"
}
\markup \bold \column {
test
\override #'(font-name . "Alegreya Black") test
\override #'(font-series . black) test
}
Alegreya-Black.otf
Description: application/vnd.oasis.opendocument.formula-template
