dataedu icon indicating copy to clipboard operation
dataedu copied to clipboard

Gill Sans not loading on Macs

Open ivelasq opened this issue 4 years ago • 6 comments

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.

ivelasq avatar Apr 09 '20 05:04 ivelasq

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" 😂

jrosen48 avatar May 15 '20 10:05 jrosen48

Try this site out!

ivelasq avatar May 15 '20 13:05 ivelasq

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 .

restrellado avatar May 17 '20 19:05 restrellado

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?

jrosen48 avatar May 29 '20 14:05 jrosen48

Hi @joshuarosenberg - I have used {emojifont} as an example and now Gill Sans MT is included within the package itself. Give it a spin :)

ivelasq avatar May 29 '20 23:05 ivelasq

@jrosen48 did this work?

restrellado avatar Jun 28 '20 22:06 restrellado