Skip to content

Commit

Permalink
Use Arial as fallback font in gt objects
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 4, 2024
1 parent 5d18303 commit 0b284d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/theme_gt_aagi.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
#' @export
theme_gt_aagi <- function(x) {
# check if Proxima Nova is installed, if not, falls back to Arial
aagi_font <- set_aagi_font()

aagi_font <- c("Proxima Nova", "Arial")
aagi_black <- AAGIPalettes::colour_as_hex("AAGI Black")
aagi_grey <- AAGIPalettes::colour_as_hex("AAGI Grey")
aagi_teal <- AAGIPalettes::colour_as_hex("AAGI Teal")
Expand Down

0 comments on commit 0b284d3

Please sign in to comment.