dataedu
dataedu copied to clipboard
Gill Sans not loading on Macs
Referencing post: https://github.com/data-edu/data-science-in-education/issues/519
Gill Sans MT is a font that is bundled only on some Macs, and {extrafont} doesn't necessarily load it unless it's already on the user's computer. To be able to use theme_dataedu()
, some Mac users have to download Gill Sans MT, use extrafont::font_import()
, then loadfonts().
Not sure if this is also the case with Windows users.
Need to decide how to fix this in the package, either by directing users to download the font, throwing an informative warning if the font is not installed on their computers and letting users render the plot with the default font, or changing Gill Sans to a font that doesn't have these issues.
thx for cross-reffing this. Is there a good source for downloading Gill Sans MT? I'm having some difficulty but this may be to my "font newbie status" 😂
Try this site out!
Oh I don't remember where I got it. But I followed Isabella's lead on this so it was probably the site she suggested
On Fri, May 15, 2020 at 6:43 AM Isabella Velásquez [email protected] wrote:
Try this site https://www.dafontfree.net/freefonts-gill-sans-mt-f64845.htm out!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/data-edu/dataedu/issues/82#issuecomment-629243494, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXLW3ML47K2TBHCHYMRUOLRRVBITANCNFSM4MEONKGQ .
Do you have any thoughts on switching to another font (that is more likely to be installed) - or having something nifty like IF gill sans is not installed then use this font instead?
Hi @joshuarosenberg - I have used {emojifont} as an example and now Gill Sans MT is included within the package itself. Give it a spin :)
@jrosen48 did this work?