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

[Bug] - Font Weight Not Applying Correctly for QanelasSoft #955

Open
Vidit-Kushwaha opened this issue Mar 3, 2025 · 0 comments
Open

[Bug] - Font Weight Not Applying Correctly for QanelasSoft #955

Vidit-Kushwaha opened this issue Mar 3, 2025 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@Vidit-Kushwaha
Copy link
Contributor

Vidit-Kushwaha commented Mar 3, 2025

Current Behavior

Description:
The h1, h2, and h3 elements are not picking up the correct QanelasSoft font when using a font weight other than 500 or 700. This happens because QanelasSoft only includes these two weights by default. When other font weights (e.g., 600, 800) are applied, the browser falls back to a different font due to the order of precedence in the font-family stack.

Expected Behavior:

Headings should correctly render with Qanelas Medium, Semi-Bold, and Bold as defined in the ThemeProvider.
The correct font should be applied across all projects without defaulting to a system font (sans-serif).

Actual Behavior:
In some projects, the font is not being found, causing a fallback to sans-serif.
The issue appears to be due to missing Qanelas Medium, Semi-Bold, and Bold weights in certain projects.

Screenshots/Logs

Image

Environment

  • Chrome (mac os)

Contributor Guides and Resources

@Vidit-Kushwaha Vidit-Kushwaha added the kind/bug Something isn't working label Mar 3, 2025
@Vidit-Kushwaha Vidit-Kushwaha changed the title [Bug] - Inconsistent Font Across Headings (h1, h2, h3, h4) - Qanelas Soft Not Loading [Bug] - Font Weight Not Applying Correctly for QanelasSoft Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Development

No branches or pull requests

2 participants