While working on my ReactJS application, I noticed that the font changes after the page loads and then reloads. Take a look at the examples below:
Before reloading (press f5):
https://i.sstatic.net/tJFjU.png
After reloading (press f5):
https://i.sstatic.net/9qQQM.png
In the past, I encountered a similar issue and fixed it by adding style="all: unset"
to the body of the index.html
. However, this solution doesn't seem to be working for me now. Does anyone know how to resolve this font issue?