Hi Armin,
I just updating my web page and want to use some google web fonts.
I followed the instructions by adding them via Lay Options > Webfonts > Add Font by Link.
This is working fine for 1 fonts style, but if im adding another one of the same family (also with the customized link via google fonts) it's loosing it's different styles:
Example:
Uploading GothicA1Black
<link href="https://fonts.googleapis.com/css?family=Gothic+A1:900&display=swap" rel="stylesheet">
Everything works fine. I see it perfectly in black style (bold)
Now Im also adding GothicA1Regular
<link href="https://fonts.googleapis.com/css?family=Gothic+A1:400&display=swap" rel="stylesheet">
Both loosing its style, and the already installed Black style is shown also as regular.
Do you know where the issue is with this?
Do I have to change something?
Thank you in advance.
ontherun
(Mac High Sierra, google Chrome Version 75.0.3770.100)