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

Unwanted headings font-weight override? #2217

Closed
eri-trabiccolo opened this issue Jul 27, 2022 · 0 comments · Fixed by #2211
Closed

Unwanted headings font-weight override? #2217

eri-trabiccolo opened this issue Jul 27, 2022 · 0 comments · Fixed by #2211
Assignees
Labels
Status: Has PR This issue has an open pull request Type: Conflict Plugin and theme conflicts

Comments

@eri-trabiccolo
Copy link
Collaborator

/* Genesis Overrides */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}

I'm not sure why we have that rule in place, but I think we should get rid of it.
Defining the headings font-weight sitewide, it's outside of our scope (and creates me problems with the new theme :P).

Of course changing this might have some drawback but to me it's something we should get rid of.

@eri-trabiccolo eri-trabiccolo added the Type: Conflict Plugin and theme conflicts label Jul 27, 2022
@eri-trabiccolo eri-trabiccolo self-assigned this Jul 27, 2022
@eri-trabiccolo eri-trabiccolo added the Status: Has PR This issue has an open pull request label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Has PR This issue has an open pull request Type: Conflict Plugin and theme conflicts
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant