Skip to content

Added custom font to fix the font not displaying properly#130

Merged
ZariaHallager merged 1 commit intomainfrom
129-fix-custom-font
Mar 30, 2025
Merged

Added custom font to fix the font not displaying properly#130
ZariaHallager merged 1 commit intomainfrom
129-fix-custom-font

Conversation

@AOA19
Copy link
Copy Markdown
Collaborator

@AOA19 AOA19 commented Mar 30, 2025

Issue #129

  • The custom font we were using for the logo didn't work on devices that didn't have font installed on it.
  • I changed the src property in the font-face rule to use url and the relative path to the font
  • I gave the font a default style and font-weight and font-display for performance
  • I also added the custom font to the tailwind theme

@AOA19 AOA19 linked an issue Mar 30, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Collaborator

@ZariaHallager ZariaHallager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#130

fixing custom font display.

@ZariaHallager ZariaHallager merged commit 1898c53 into main Mar 30, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Custom Font

2 participants