-
Notifications
You must be signed in to change notification settings - Fork 7
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
Certain fonts don't work in RMarkdown #3
Comments
hrm. interesting issue. shld be "fun" debugging O_o |
How is 'ArialNarrow' mapped to the actual font installed ?
hrbrmisc::theme_hrbrmstr_an
function (...)
{
theme_hrbrmstr(base_family = "ArialNarrow", plot_title_family = "ArialNarrow-Bold",
subtitle_family = "ArialNarrow-Italic", caption_family = "ArialNarrow",
...)
} |
Aye, try the new the default is Arial Narrow but avoids the I may have this in a local copy of |
e.g.
theme_hrbrmstr_an
, I get the following warningI tried adding
library(extrafont) loadfonts()
Output format is
markdowntemplates::bulma
The text was updated successfully, but these errors were encountered: