shinydashboard icon indicating copy to clipboard operation
shinydashboard copied to clipboard

how to set font in dashboardBody

Open BenxiaHu opened this issue 3 years ago • 1 comments

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,

BenxiaHu avatar Dec 13 '20 19:12 BenxiaHu

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

JesseVent avatar May 03 '21 11:05 JesseVent