So far so good. I managed to change fonts in headlines and body by using Custom CSS -plugin. But now I´m stuck trying to change font in menus. I´m using Typekit -package and it has worked well so far.
You do not need to use the custom CSS plugin to change the fonts in the body section and menus.
To change the font for the Body section, simple
go to Dashboard-> Appearance-> Customize-> General-> Body menu
and select your desired font from the “Font Family” drop-down list. https://prnt.sc/kbdyl0
For the menu, go to Dashboard-> Appearance-> Customize-> Navigations->Navigation Primary
and select your desired font from the “Font Family” drop-down list https://prnt.sc/kbdz0i
Yes I´ve tried to do that, but my Typekit-font dulcian-normal, sans-serif; doesn´t exist in the drop-down list. It works ok in headers and body if I use Custom CSS -plugin. I´m not sure if any of Adobe Typekit -font could be downloaded to the server. But as I said Dulcian works fine after Custon CSS.
Now I understand … However, you do not have to use the plugin to do it, since there is a built-in option in the theme, to add a custom CSS codes,
Simply go to Customize-> General-> Additional CSS and add custom code.
The code you need is this (I have already added it for you):
#masthead .agama-primary-nav a {
font-family: dulcian-normal, sans-serif!important;}
The biggest thanks to you. I found #masthead but my code after that wasn´t exactly right, I guess. Now it looks like the site is almost ready. Some text, pictures and so on still to add. So thanks again.