Open JorgeGalindo opened 4 years ago
Thank you @JorgeGalindo! Does this result in a 404 error occurring with the example link you pasted? I know that Google did support loading multiple fonts from one URL at one point, I'm wondering if the error is due to the fact that the url is garbled, or due to the fact that we're using one link instead of multiple.
Either way, thanks for flagging this and well get a patch in as soon as possible
(and thanks for your patience as I'm a little slow responding to issues, dealing with many things on my plate the last few weeks)
Once you build the project, the index.html pages will feature the following unreadable link:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Hanalei+Fill|Lora|Roboto|Roboto+Slab|Rockwell" />
as a result, the microsite won't be able to find the right fonts. I'm far from an expert but my guess is that it should produce a series of links instead, e.g.:
(Anyway, idyll is such a great toolbox and I'm having a great time! Thanks for all the hard work! Hope this is useful!)