Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}

fnt <- extrafont::fonttable()
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_fira_sans() to install them.")
if (!any(grepl("Fira Sans", fnt$FamilyName))) {
packageStartupMessage("NOTE: Fira Sans Mono and Condensed fonts are *required* to use these themes.")
packageStartupMessage(" Please use firasans::import_fira_sans() to install them.")
} # nocov end

}
8 changes: 5 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ output: rmarkdown::github_document
knitr::opts_chunk$set(fig.retina=2)
```

[hrbrthemes]: https://hrbrmstr.github.io/hrbrthemes/

# firasans

Fira Sans Condensed + Fira Mono Font Theme Based on hrbrthemes
Fira Sans Condensed + Fira Mono Font Theme Based on [hrbrthemes]

## Description

Fira Sans Condensed + Fira Mono Font Theme Based on hrbrthemes
Fira Sans Condensed + Fira Mono Font Theme Based on [hrbrthemes]

## What's Inside The Tin

The following functions are implemented:

- `font_fsc`: Fira Sans Condensed font name R variable aliases
- `font_fsm`: Fira Sans Condensed font name R variable aliases
- `font_fsm`: Fira Sans Mono font name R variable aliases
- `import_fira_sans`: Import Fira Sans/Mono fonts for use in charts
- `theme_ipsum_fsc`: A precise & pristine ggplot2 theme with opinionated defaults and an emphasis on typography

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@

# firasans

Fira Sans Condensed + Fira Mono Font Theme Based on hrbrthemes
Fira Sans Condensed + Fira Mono Font Theme Based on
[hrbrthemes](https://hrbrmstr.github.io/hrbrthemes/)

## Description

Fira Sans Condensed + Fira Mono Font Theme Based on hrbrthemes
Fira Sans Condensed + Fira Mono Font Theme Based on
[hrbrthemes](https://hrbrmstr.github.io/hrbrthemes/)

## What’s Inside The Tin

The following functions are implemented:

- `font_fsc`: Fira Sans Condensed font name R variable aliases
- `font_fsm`: Fira Sans Condensed font name R variable aliases
- `font_fsm`: Fira Sans Mono font name R variable aliases
- `import_fira_sans`: Import Fira Sans/Mono fonts for use in charts
- `theme_ipsum_fsc`: A precise & pristine ggplot2 theme with
opinionated defaults and an emphasis on typography
Expand Down