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

Heading font weight isn't following a clear visual hierarchy #105

Open
nonprofittechy opened this issue Oct 7, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@nonprofittechy
Copy link
Member

image

@nonprofittechy nonprofittechy added the enhancement New feature or request label Oct 7, 2024
@samglover
Copy link
Contributor

FWIW I used Bootstrap display headings for the page title, and regular headings for the rest. I didn't also make them bold because I felt like it made it heavier than necessary, but I'm not committed to that.

Easiest fix is probably to set all display headings to bold in globals.css:

[class^="display-"] {
    font-weight: bold;
}

@nonprofittechy
Copy link
Member Author

I'm definitely fine with that; another option is to scale down the size of the H2s. Just looks a little weird without one of those changes imho.

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

No branches or pull requests

2 participants