Skip to content

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

Closed
@Vidit-Kushwaha

Description

@Vidit-Kushwaha

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

Metadata

Metadata

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions