You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download the Latin Extended variant of Quicksand using only a URL, the letters "ő" and "ű" are replaced from the default sans-serif font found on the system.
sh google-font-download "https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext"
I don't have this problem when I use the -l switch and the font name without any URLs.
sh google-font-download -l latin,latin-ext "Quicksand:400" "Quicksand:500" "Quicksand:700"
Also, I'm not sure if all dependencies are installed (I can't find packages in Manjaro Linux under the name gengetopt, for example), but I haven't got any error messages about them before.
The text was updated successfully, but these errors were encountered:
Consider the following webpage as a minimal example:
When I download the Latin Extended variant of Quicksand using only a URL, the letters "ő" and "ű" are replaced from the default sans-serif font found on the system.
I don't have this problem when I use the
-l
switch and the font name without any URLs.Also, I'm not sure if all dependencies are installed (I can't find packages in Manjaro Linux under the name gengetopt, for example), but I haven't got any error messages about them before.
The text was updated successfully, but these errors were encountered: