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
The following line can be improved:
"<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700' rel='stylesheet' type='text/css'>".
To:
"<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic'>".
Since we don't use medium (500) weights anywhere in the Hive theme.
The text was updated successfully, but these errors were encountered:
Remove inapplicable font weights.
066201d
Thank, Phil. Fixes issue #1.
No branches or pull requests
The following line can be improved:
To:
Since we don't use medium (500) weights anywhere in the Hive theme.
The text was updated successfully, but these errors were encountered: