R/css.R
css_body.Rd
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" )
A character string of body font family.
A character string of body font weight.
A character string of body font size.
A character string of label font size.
A character string of body text color.
a shiny tag.