Open denismaier opened 4 years ago
Duplicate of https://github.com/jgm/pandoc/issues/5958 ?
Duplicate of which one? Your link is circular.
ah, I meant https://github.com/jgm/pandoc/issues/5959 of course
I still think it's a duplicate :P closing in favour of #5959
No, it isn't a duplicate. The template currently has only one fallback:
\definefallbackfamily[mainface][rm][CMU Serif][preset=range:greek, force=yes]
This issue here is about adding more fallbacks, e.g. one for Hebrew, one for Arabic. The other issue is about making the fallback fonts customizable via variables, think of:
\definefallbackfamily[mainface][rm][$if(mainfont)$$mainfont$$else$CMU Serif$endif$][preset=range:greek, force=yes]
I can include both changes in one PR though.
ah, I see!
I can include both changes in one PR though.
that would be great, yes!
Shouldn't we add more fontfallbacks to
default.context
?