Folks (anyone working?!)
I've finally decided there are some nice Google web fonts I'd like to use (there are far too many nearly identical ones to choose from). The docs recommend the following (blue) lines in the html of each page:
<head>
<style>
</style>
</head>
This is okay for one page, but how can I use a font in the hundreds of pages in a site? The problem is factoring out the common statements. The preconnect lines are optional and I think they can be ignored. The @import can be placed in a global link'd css file. But I don't think the link href to the font can be factored out and it would have to be inserted into hundreds of pages.
Are there HTML5 boffins here who know of a trick or technique to simply apply a Google font globally with minimal editing?
Cheers,
Greg K