Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some characters look out of place when Latin Extended variant is used in URL #23

Open
maxigaz opened this issue Oct 23, 2018 · 0 comments

Comments

@maxigaz
Copy link

maxigaz commented Oct 23, 2018

Consider the following webpage as a minimal example:

<!DOCTYPE HTML>
<html>
	<head>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />

		<link rel="stylesheet" href="font.css">
	
		<style type="text/css" media="all">
			body {
				font-family: "Quicksand", sans-serif;
			}
		</style>
		
	</head>

	<body>
		<h1>asdfgéőúáű</h1>
	</body>
</html>

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&amp;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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant