-
Notifications
You must be signed in to change notification settings - Fork 231
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
fix(frontend): font style issue #2129
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks @ashrafchowdury do we understand the reason why the fonts stopped working? Did we modify this file and now we are reverting? |
We encountered a similar issue on a small scale in the past and resolved it by modifying the code. However, since the current issue is on a much larger scale, we are not going to revert the code. Instead, we are going to improve the code to address the issue. |
Thanks @ashrafchowdury ! |
Description
This PR aims to fix the font-family issue we have in some of our domains.
Related Issue
Closes AGE-1085