Skip to content

Set the font-weight for strong tags back to 600 #1048

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

Merged
merged 1 commit into from
May 11, 2021

Conversation

skirtles-code
Copy link
Contributor

Bold text currently has a font-weight of 500. As noted in #844, this doesn't really stand out from normal text.

The default for VuePress is font-weight: 600. This same weight is used in a few other places, such as headings. A weight of 500 was introduced to the docs in #202 and #245, with the latter changing <strong> tags.

Having discussed this with @NataliaTepluhina and @bencodezen, it doesn't seem there's a compelling reason to continue using font-weight: 500 for <strong> tags. This PR reverts it to 600.

@NataliaTepluhina NataliaTepluhina merged commit 48dd23e into vuejs:master May 11, 2021
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

Successfully merging this pull request may close these issues.

2 participants