% Generated by roxygen2: do not edit by hand % Please edit documentation in R/modifiers.R \name{bulma_typography} \alias{bulma_typography} \title{Bulma Typography Helper Classes} \usage{ bulma_typography(size = NULL, color = NULL, responsive_size = NULL, alignment = NULL, responsive_alignment = NULL, transformation = NULL, weight = NULL, font_family = NULL) } \arguments{ \item{size}{One of 1 through 7 (large to small)} \item{responsive_size}{See \code{\link[=bulma_responsive_size]{bulma_responsive_size()}}.} \item{alignment}{One of "centered", "justified", "left", "right"} \item{transformation}{One (or more) of "capitalized", "lowercase", "uppercase", "italic"} \item{weight}{One of "light", "normal", "semibold", "bold"} \item{font_family}{One of "sans-serif", "monospace", "primary", "secondary", "code". (Coming in version 0.7.3.)} \item{text}{One of "white", "black", "light", "dark", "primary", "info", "link", "success", "warning", "danger", "black-bis", "black-ter", "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter", "white-ter", "white-bis"} } \value{ String of modifer classes } \description{ Bulma Typography Helper Classes } \examples{ bulma_color("white", "black") bulma_color("white", "primary") } \references{ \url{https://bulma.io/documentation/modifiers/typography-helpers/} } \seealso{ Other Bulma modifiers: \code{\link{bulma_color}}, \code{\link{bulma_helper}}, \code{\link{bulma_modifier}}, \code{\link{bulma_responsive_alignment}}, \code{\link{bulma_responsive_size}}, \code{\link{bulma_responsive}} } \concept{Bulma modifiers}