ijprest / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts
http://www.keyboard-layout-editor.com/
Other
1.32k stars 246 forks source link

Google Fonts APIv2 support #282

Open nununoisy opened 4 years ago

nununoisy commented 4 years ago

Hello! This is an amazing tool. One quick thing I noticed:

Google Fonts recently updated their API, and the URL also changed. I noticed that v2 API imports don't work, but if I convert them to the deprecated v1 syntax they work. I suspect this will be a simple fix.

Example v1 API import:

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');

and the corresponding v2 API import:

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&display=swap');