rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
885 stars 300 forks source link

how to set font in dashboardBody #360

Open BenxiaHu opened 3 years ago

BenxiaHu commented 3 years ago

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,

JesseVent commented 3 years ago

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;")