diff --git a/NAMESPACE b/NAMESPACE index 8e5295b..5469908 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -7,6 +7,7 @@ export(ell) export(elr) export(elt) export(install_clean_sans) +export(install_eau_sans) export(install_goldman_sans) export(install_goldman_sans_condensed) export(install_inter) diff --git a/R/install-fonts.R b/R/install-fonts.R index ebd4c7c..29e67a8 100644 --- a/R/install-fonts.R +++ b/R/install-fonts.R @@ -78,8 +78,8 @@ install_clean_sans <- function() { #' @export #' @references [Eau Sans](http://www.yoworks.com/eau/index.html) #' @examples -#' install_clean_sans() -install_clean_sans <- function() { +#' install_eau_sans() +install_eau_sans <- function() { install_font("Eau Sans", "eau-sans") } diff --git a/man/install_clean_sans.Rd b/man/install_clean_sans.Rd index 339f8aa..0134e12 100644 --- a/man/install_clean_sans.Rd +++ b/man/install_clean_sans.Rd @@ -5,31 +5,18 @@ \title{Install Clear Sans} \usage{ install_clean_sans() - -install_clean_sans() } \description{ Clear Sans has minimized, unambiguous characters and slightly narrow proportions, making it ideal for UI design. Its strong, recognizable forms avoid distracting ambiguity, making it comfortable for reading short UI labels and long passages in both screen and print. - -Eau Sans is (via the creator): "In 1992, I wanted to design a perfectly faceless typeface of my own. -I chose Eau, meaning water in French, as the name. I planned to do two variations; a sanserif and -a Roman serif style version. I could not decide on the design details for the Roman variation, -so only the sanserif version was completed. Although I think that Eau Sans needs more refinement, -present it here as it was originally designed. At the time of release, I re-formatted the Eau Sans -family with numeric characters in three variations: proportional, lining and old-styled figures. -This typeface is used for my electronic sound project: parabola." } \note{ \href{https://github.com/intel/clear-sans/blob/main/LICENSE.txt}{Clear Sans Font License} } \examples{ install_clean_sans() -install_clean_sans() } \references{ \href{https://github.com/intel/clear-sans}{Clean Sans} - -\href{http://www.yoworks.com/eau/index.html}{Eau Sans} } diff --git a/man/install_eau_sans.Rd b/man/install_eau_sans.Rd new file mode 100644 index 0000000..210efe6 --- /dev/null +++ b/man/install_eau_sans.Rd @@ -0,0 +1,23 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/install-fonts.R +\name{install_eau_sans} +\alias{install_eau_sans} +\title{Install Eau Sans} +\usage{ +install_eau_sans() +} +\description{ +Eau Sans is (via the creator): "In 1992, I wanted to design a perfectly faceless typeface of my own. +I chose Eau, meaning water in French, as the name. I planned to do two variations; a sanserif and +a Roman serif style version. I could not decide on the design details for the Roman variation, +so only the sanserif version was completed. Although I think that Eau Sans needs more refinement, +present it here as it was originally designed. At the time of release, I re-formatted the Eau Sans +family with numeric characters in three variations: proportional, lining and old-styled figures. +This typeface is used for my electronic sound project: parabola." +} +\examples{ +install_eau_sans() +} +\references{ +\href{http://www.yoworks.com/eau/index.html}{Eau Sans} +}