joomtools / plg_system_jtaldef

Automatic local download external files
GNU General Public License v3.0
16 stars 6 forks source link

Google font inclusion not properly recognized #1

Closed xorx1 closed 2 years ago

xorx1 commented 2 years ago

This font is not properly cached: `https://fonts.googleapis.com/css2?family=Dosis:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800&display=swap

While this font is cached: `https://fonts.googleapis.com/css?family=Open+Sans:300

Any idea how to fix this?

Regards, XorX

degobbis commented 2 years ago

Hi XorX,

checking on GoogleFont, I found that there is no variation 'italic' for the font to download, so it cannot be downloaded.

xorx1 commented 2 years ago

Thank you! In deed I did not see, that this font-type is not available.