GX-Bug #69869
Von Marvin Muxfeld vor fast 3 Jahren aktualisiert
Currently StyleEdit4's GoogleFontDownloader does not create the url in the documented way correcty(https://developers.google.com/fonts/docs/css2#axis_ranges)
This could cause the requested url to look like `https://fonts.googleapis.com/css2?family=Allura&family=Merriweather|Roboto:400,700,300,900|serif:400,700,300,900` which will result in a 400 response
the correct url for these fonts would be `https://fonts.googleapis.com/css2?family=Merriweather&family=Roboto&family=serif`
This causes the the fonts not to be saved in /public/fonts and the fonts will always be downloaded directly from the google api.