Hello, Line!
If this option for some reason doesn’t work on your website, You can change the font family and color, sitewide, using the custom CSS code.
(Insert the code into Customizing->General-<Additional CSS:)
h1{
font-family: Ramabhadra!important;
color: #81d742!important;
}
h2{
font-family: Ramabhadra!important;
color: #81d742!important;
}
h3{
font-family: Ramabhadra!important;
color: #81d742!important;
}
Change the font and colors per your needs.
Regards