You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: pressbooks/pressbooks#3141 (#1119). I don't know why this particular font has the font type application/x-empty instead of `application/font/sfnt
To reproduce:
Add 'Ancient Greek' to the 'Language & Script Support' option in McLuhan's global theme options
Turn on export notifications in Settings -> Export
Generate an EPUB export and observe the INFO warnings in the email
The text was updated successfully, but these errors were encountered:
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: pressbooks/pressbooks#3141 (#1119). I don't know why this particular font has the font type
application/x-empty
instead of `application/font/sfntTo reproduce:
The text was updated successfully, but these errors were encountered: