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.
Solução escolhida
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)?
Ler esta resposta 👍 1Todas as respostas (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.
Solução escolhida
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?