# Want to add the new font

**URL:** https://discourse.nodered.org/t/want-to-add-the-new-font/41867
**Category:** Dashboard
**Created:** [2 March 2021 02:30 UTC](https://discourse.nodered.org/t/want-to-add-the-new-font/41867 "2021-03-02T02:30:08Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [2 March 2021 08:09 UTC](https://discourse.nodered.org/t/want-to-add-the-new-font/41867/2 "2021-03-02T08:09:52Z")

</div>

You can override the font family for dashboard by adding CSS rule

```auto
body.nr-dashboard-theme {
    font-family: Brush Script MT;
}

```

If you don't know how to override the dashboard styles, read this thread: [🖌 Customize dashboard CSS](https://discourse.nodered.org/t/customize-dashboard-css/23139)

---

_[View the full topic](https://discourse.nodered.org/t/want-to-add-the-new-font/41867)._
