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.
 
 
 

37 lines
853 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/econ-sans.R
\docType{data}
\name{font_es}
\alias{font_es}
\alias{font_es_bold}
\alias{font_es_light}
\title{Econ Sans Condensed 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.
}
\usage{
font_es
font_es_bold
font_es_light
}
\description{
\code{font_es} == "\code{EconSansCndLig}"
\code{font_es_bold} == "\code{EconSansCndBol}"
\code{font_es_light} == "\code{EconSansCndLig}"
}
\note{
\code{font_es_bold} (a.k.a. "\code{EconSansCndBol}") is not available on
Windows and will throw a warning if used in plots.
\code{font_es_light} (a.k.a. "\code{EconSansCndLig}") is not available on
Windows and will throw a warning if used in plots.
}
\keyword{datasets}