Setup
Theming
Changing the Default Font Family
2 min
you can customise the activate homepage to use your organisation’s preferred font for a consistent look and feel how to update the font open the custom less file, located in //resources/configuration/web/theme add the following code snippet @font "cooper black"; html { font family @font; } h1, h2, h3, label, header title { font family @font; } button, input, select, textarea { font family inherit; } common item search { font family @font; } \#page title { font family @font; } pageheader h3 { font family @font; } sectiontitle, bs sectiontitle { font family @font; } ui widget input, ui widget select, ui widget textarea, ui widget button { font family @font; } textarea, input { font family @font !important; } replace "cooper black" in the @font variable with the font family you’d like to use