I have added the fonts through Tools|Options|Fonts|Google Fonts and selected the host google fonts locally option (that part works - the woff files get uploaded as expected).
I have added the below to each page, "Between <head></head> tags
Code: Select all
<style>
@font-face {
font-display: block !important;
}
</style>
What am I doing wrong?

