-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
font family not found in Windows font database #28
Comments
Installed the fonts from the hrbrthemes folder and that fixed it. Maybe I had the wrong version of the fonts installed on my system. Anyway it's working now |
Sorry.. seems to work for roboto and titillium, but not ibm plex or arial narrow, even after installing the fonts from the R directory. and running import_plex_sans |
Windows can do some weird things w/r/t fonts. Can you paste the output of |
|
I've encountered the same issue. Did you have any luck getting to the bottom of it? I would love to be able to get things working and use your themes in my project. Here is my session info: `> sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I seem to have managed to get things working now. The trick for me was to 1) make sure that the fonts were installed in the "C:\Windows\Fonts" folder (it seems that Windows can sometimes show a font as installed even if it's in another location); 2) manually call |
Running into the same problem despite trying @mk212 's approach. Sessioninfo below:
|
Calling |
import_roboto_condensed + extrafont::loadfonts(device ='win') + restart worked for me |
Can you explain how you did this? |
A message pops up with a path: "You will likely need to install these fonts on your system as well. You can find them in [C:/Users/username/AppData/Local/R/win-library/4.2/hrbrthemes/fonts/roboto-condensed]" Just go to settings - personalize and install the fonts from there. |
None of the fonts is working for me on Windows 10. I can use roboto and ibm plex (and Arial Narrow) outside of Rstudio.
This won't work for me, resulting in a plot with R's default font (vanilla Arial?)
I'm using R 3.4.2, Rstudio 1.1.383 and the latest theme package ‘0.5.0’.
The text was updated successfully, but these errors were encountered: