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.
 
 
 

41 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}
\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{
\code{font_pub} == "\verb{Public Sans}"
\code{font_pub_bold} == "\verb{Public Sans Bold}"
\code{font_pub_light} == "\verb{Public Sans Light}"
\code{font_pub_thin} == "\verb{Public Sans Thin}"
}
\note{
\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}