Google Fonts not working since 2.4.1
-
On several of my sites the Google Fonts Combine option is generating broken URL.
The subset value is duplicated, causing google to respond with a 400 error response.
Maybe this is linked with the line in Changelog: “bugfix for Google Font subset getting lost in optimization.”in 2.4.0 the url was correctly built as such:
https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800%7CBitter%3Aregular%2Citalic%2C700&subset=latin,latin-extThis issue happend when the following options are enabled:
- Combine and link in head (fonts load fast but are render-blocking)
- Combine and preload in head (fonts load late, but are not render-blocking)
A temporary fix is to use “webfont.js” option instead.
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Google Fonts not working since 2.4.1’ is closed to new replies.