includeCSS() on the head tag

fluidPage(
  tags$head(
    includeCSS(path = mdb_css)
  )
)