Archived topic
Weird looking local font
3 replies · Started by Ritesh Saini on November 30, 2019
Hello,
I followed this guide and uploaded "Muli" font to my site: https://docs.generatepress.com/article/adding-local-fonts/
Problem is that the letter "A" is looking weird now. Have a look: https://prnt.sc/q4atdl
All the capital 'A' letters with Muli font style are looking the same way.
I noticed a possible cause. Customizer added this code to the body class: font-family: "Muli"
While before when I was using the Google Fonts, this was the code:
font-family: "Muli", sans-serif;
Waiting for your response.
I tried adding font-family: "Muli", sans-serif !important; to the customizer to override the default font-family: "Muli" and it didn't work.
Fixed it!
The fonts downloaded from this site were creating the issue: https://google-webfonts-helper.herokuapp.com
I removed them all. Downloaded the fonts from Google Fonts and added them. Everything looks fine now.
That site has broken fonts, I guess. Just notifying so that others don't go through the same trouble :)
Glad to hear you found the solution.