-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gill Sans not loading on Macs #82
Comments
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 ***@***.***> 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
<#82 (comment)>,
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? |
Referencing post: data-edu/data-science-in-education#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, useextrafont::font_import()
, thenloadfonts().
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.
The text was updated successfully, but these errors were encountered: