Want to add the new font

Hi

I want to add a new font.

I'm simply trying to replace the existing font file with a new font.

I want to know how to add a new font or the location of an existing font file.

node-red-dashboard/nodes/ui_base.html

thanks

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

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

great it works well!!!

thanks you so much.!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.