Browse Source

Merge branch 'master' of github.com:hrbrmstr/hrbrthemes

0.7.0
boB Rudis 5 years ago
parent
commit
5b0b7430d3
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/zzz.r

2
R/zzz.r

@ -22,7 +22,7 @@
if (!any(grepl("Arial[ ]Narrow|Roboto[ ]Condensed", fnt$FamilyName))) {
packageStartupMessage("NOTE: Either Arial Narrow or Roboto Condensed fonts are required to use these themes.")
packageStartupMessage(" Please use hrbrthemes::import_roboto_condensed() to install Roboto Condensed and")
packageStartupMessage(" if Arial Narrow is not on your system, please see http://bit.ly/arialnarrow")
packageStartupMessage(" if Arial Narrow is not on your system, please see https://bit.ly/arialnarrow")
} # nocov end
}

Loading…
Cancel
Save