scikit-hep / mplhep

Extended histogram plotting on top of matplotlib and HEP collaboration compatible styling
https://mplhep.readthedocs.io
MIT License
185 stars 64 forks source link

FIX: Investigate replacing Tex Gyre Heros Type 3 fonts with Type 1 #462

Closed andrzejnovak closed 7 months ago

andrzejnovak commented 8 months ago

Type 3's can cause issues when printing

https://www.gust.org.pl/projects/e-foundry/tex-gyre/heros

andrzejnovak commented 7 months ago

Type 1 fonts are being killed https://helpx.adobe.com/fonts/kb/postscript-type-1-fonts-end-of-support.html matplotlib now uses fontttools to subset type3/42 fonts https://github.com/matplotlib/matplotlib/pull/20391 so we should no longer run into issues with our Type 3 / OTF fonts.