|
return `<link href="https://fonts.googleapis.com/css?family=${fonts.join('|')}&display=${fontDisplay}" rel="stylesheet">`; |
Is it possible to use something like %7C instead of the pipe line?
We have a customer who has had their site inspected by an SEO expert and apparently these kind of "HTML errors" don't help. They just put the site through the w3c html validator and this comes up as an error.
paper/lib/fonts.js
Line 57 in f9a90fc
Is it possible to use something like %7C instead of the pipe line?
We have a customer who has had their site inspected by an SEO expert and apparently these kind of "HTML errors" don't help. They just put the site through the w3c html validator and this comes up as an error.