Opinionated, typographic-centric ggplot2 themes and theme components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
874 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/public-sans.R
\docType{data}
\name{font_pub}
\alias{font_pub}
\alias{font_pub_bold}
\alias{font_pub_light}
\alias{font_pub_thin}
\title{Public Sans font name R variable aliases}
4 years ago
\format{
length 1 character vector
An object of class \code{character} of length 1.
An object of class \code{character} of length 1.
An object of class \code{character} of length 1.
}
\usage{
font_pub
font_pub_bold
font_pub_light
font_pub_thin
}
\description{
5 years ago
\code{font_pub} == "\verb{Public Sans}"
5 years ago
\code{font_pub_bold} == "\verb{Public Sans Bold}"
5 years ago
\code{font_pub_light} == "\verb{Public Sans Light}"
5 years ago
\code{font_pub_thin} == "\verb{Public Sans Thin}"
}
\note{
5 years ago
\code{font_pub_bold} (a.k.a. "\verb{Public Sans Bold}") is not available on
Windows and will throw a warning if used in plots.
}
\keyword{datasets}