Inter font not dispalying properly
I've installed Inter font from Google fonts (https://fonts.google.com/specimen/Inter) on my windows, but as you can see in the image, the font is not displaying correctly in Firefox.
선택된 해결법
I wonder whether the button might use a different font weight than the other text, for example, bold or light instead of regular (400)?
Did you install the Inter-VariableFont version (support for font variations is a newer feature and may have different issues) or the individual font files from the static folder, such as InterRegular.ttf (if a file is missing for a particular weight, Firefox might improvise inappropriately)?
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (4)
That is strange. I don't think of Inter as being a pictorial font.
Is the problem appearing only on buttons, or is that just the only place the font is used in that screenshot?
jscher2000 - Support Volunteer said
That is strange. I don't think of Inter as being a pictorial font. Is the problem appearing only on buttons, or is that just the only place the font is used in that screenshot?
The font of the whole webpage is Inter. Only the button is displaying strange characters.
선택된 해결법
I wonder whether the button might use a different font weight than the other text, for example, bold or light instead of regular (400)?
Did you install the Inter-VariableFont version (support for font variations is a newer feature and may have different issues) or the individual font files from the static folder, such as InterRegular.ttf (if a file is missing for a particular weight, Firefox might improvise inappropriately)?
You should be able to identify the issue by disabling styles applied to the button until it starts working.
Can you link a public example test case?