Skip to content

Commit

Permalink
fix travis vignette errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Jul 12, 2019
1 parent e66a6e2 commit 589013f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/building-pictograms.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ extrafont::loadfonts(quiet = TRUE)
extrafont::fonttable() %>%
as_tibble() %>%
filter(grepl("Awesom", FamilyName)) %>%
select(afmfile, FullName, FamilyName, FontName)
filter(grepl("Awesom", FamilyName))
```

Because it's 2019 and fonts are still daftly difficult across operating systems you may have different `FontName` or `FamilyName` values for each. If so, you won't be able to use the shortcut names and will have to work some things out on your own or file an issue so I can try to account for your setup in the package itself.
Expand Down

0 comments on commit 589013f

Please sign in to comment.