We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On one page (a completely empty HTML document):
On another (BBC News):
Different font styling.
Unfortunately, this is not fixed by #1214 (#1139). I checked one commit from way back in April, and the issue exists there too.
The text was updated successfully, but these errors were encountered:
Here's the entire HTML of the page on which the font styling is wrong:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Blank</title> </head> <body> </body> </html>
Sorry, something went wrong.
I'm not seeing this inconsistency.
Blank page:
BBC News:
The developer tools should be able to show you which styles are misbehaving. I am very confused that #1214 doesn't fix this.
Thanks, @mrmr1993. Must be a local problem. Interestingly, the font you're getting is nicer than both of the fonts I'm getting.
No branches or pull requests
On one page (a completely empty HTML document):
On another (BBC News):
Different font styling.
Unfortunately, this is not fixed by #1214 (#1139). I checked one commit from way back in April, and the issue exists there too.
The text was updated successfully, but these errors were encountered: