css_body: Body css

View source: R/css.R

css_bodyR Documentation

Body css

Description

Body css

Usage

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 Jan. 15, 2025, 2:18 a.m.