Body css

css_body(
  font_family = "Myriad-Pro, Calibri, Arial, 'sans serif'",
  font_weight = "100",
  font_size_body = "10px",
  font_size_label = "13px",
  text_color = "#494949"
)

Arguments

font_family

A character string of body font family.

font_weight

A character string of body font weight.

font_size_body

A character string of body font size.

font_size_label

A character string of label font size.

text_color

A character string of body text color.

Value

a shiny tag.