Hi Lawrie
Thanks for reaching out.
That looks to be an Adobe Font. If that’s the case you’ll most likely need an active Adobe subscription to make use of it. Adobe will then provide instructions on how to use the font. It’s a small custom development task that requires a script to be inserted. To target your menu only you’ll need to add a custom rule targetting the menu.
Thanks for your reply Andrew
I do have an active subscription with Adobe but I can’t see any instructions on how to use fonts with the Vantage theme.
I would have thought this might be theme specific?
Sure, no problem.
Here is Adobe’s help article: https://helpx.adobe.com/fonts/using/add-fonts-website.html
You can use a plugin like https://wordpress.org/plugins/insert-headers-and-footers/ to insert the script.
The process will be the same for every theme, it’s only the CSS rules that’ll change depending on what’s being targetted. If you were targetting the menu, you’d add to Custom CSS:
.main-navigation {
font-family: Arial;
}
Changing the font-family value as required.
Thanks again Andrew.
You are a star!
For sure 🙂 Glad we could help.