You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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 thefont-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
Environment
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: