Hi Cedric,
It’s great to see the CSS worked.
About your other issue, that happens when the visitor viewing the page is logged in. Since the WP menu bar is positioned as fixed, it gets on top of the titles. That’s an expected behavior, no matter what the selected font is. However, if your visitors are not logged in, everything should seem fine for them.
You can make your own workaround for this by adding specific CSS selectors that use body.admin-bar
as their first part.
Hope this helps.
Best,
Andrés.
hi Andrés,
thanks. You’re right. Logged out everything works fine.
C