When I produce EPUB exports, I get unwanted info warnings about the GFSNeohellenic font:
INFO(CSS-007): /srv/www/dev.pressbooks.network/releases/20230216165602/web/app/uploads/sites/3/pressbooks/exports/Test-Shape-Shifter-1676655539.epub/EPUB/mcluhan.css(30,3): Font-face reference "EPUB/assets/GFSNeohellenic.ttf" refers to non-standard font type "application/x-empty".
When I add support for Ancient Greek to my book through theme options, Pressbooks imports two font families (GFS Neohellenic and SBL Greek): https://github.com/pressbooks/pressbooks-book/blob/dev/assets/book/typography/styles/_fonts-grc.scss
See https://github.com/pressbooks/pressbooks-book/blob/dev/assets/book/typography/styles/_GFSNeohellenicFont.scss + https://github.com/pressbooks/pressbooks-book/blob/dev/assets/book/typography/styles/_SBLGreekFont.scss
When I produce EPUB exports, I get unwanted info warnings about the GFSNeohellenic font:
INFO(CSS-007): /srv/www/dev.pressbooks.network/releases/20230216165602/web/app/uploads/sites/3/pressbooks/exports/Test-Shape-Shifter-1676655539.epub/EPUB/mcluhan.css(30,3): Font-face reference "EPUB/assets/GFSNeohellenic.ttf" refers to non-standard font type "application/x-empty".
This appears related to an issue recently fixed by Ricardo: https://github.com/pressbooks/pressbooks/pull/3141 (https://github.com/pressbooks/pressbooks-book/issues/1119). I don't know why this particular font has the font type
application/x-empty
instead of `application/font/sfntTo reproduce: