rstudio / shinydashboard

Shiny Dashboarding framework

Home Page:https://rstudio.github.io/shinydashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set font in dashboardBody

BenxiaHu opened this issue · comments

commented

hello,
I use this command to set the font:
p("Cis-regulatory elements are regions of non-coding DNA controlling transcription regulation by binding to transcription factors" , style = "font-family: 'Arial'; font-si10pt")
however, it does not work.
Do you have any suggestions?
Best,

commented

Try change your code to p("Cis-regulatory elements are regions of non-coding DNA controlling transcription regulation by binding to transcription factors" , style = "font-family: 'Arial'; font-size:10pt;")