css_body: Body css

Description Usage Arguments Value

View source: R/css.R

Description

Body css

Usage

1
2
3
4
5
6
7
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.


poissonconsulting/shinyutils documentation built on Nov. 14, 2021, 8:18 p.m.