Change the font of headings and titles, including the title that comes from the file name.
Things I have tried
Searched the forum and google. Seems the solution is to use the custom css stuff. But every css example is completely different. Some are hundreds of lines, some are one line. I figured out how to change the heading font, but can’t manage to change the title font. “–variable-name” doesn’t seem to work either.
In this case, I think your best bet is using the custom theme variables/properties that are built-in and ready to go. They can be found in the link and also in the app.css file in the developer tools.
The inline title picks up the --h1-font value by default, but I added that in (commented out) for if you want to change it later. Give this a try: