theme_poppins: A ggplot2 theme based on the Google Poppins font.

View source: R/poppins.R

theme_poppinsR Documentation

A ggplot2 theme based on the Google Poppins font.

Description

A ggplot2 theme based on the Google Poppins font.

Usage

theme_poppins(
  base_size = 12,
  base_family = "Poppins",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

base_size

Font size. Default at 12 pts.

base_family

Font family. Default is "Poppins"

base_line_size

Base line size

base_rect_size

Base rect size


PMassicotte/ggpmthemes documentation built on June 18, 2022, 7:12 a.m.