What is the Shiny default font? Where to look it up?
library(shiny)
ui <- fluidPage("What font is used here?")
server <- function(input, output, session) {}
shinyApp(ui, server)
Well using the HTML inspect tool in Internet Explorer we find that Shiny is using "Helvetica Neue",Helvetica,Arial,sans-serif
as default text-font and as @Caramiriel already mentioned is this taken from bootstrap.min.css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With