@TamarchikaSubmitted almost 4 years ago
mick mcmahon
@mickm77All comments
- @mickm77Posted almost 4 years ago
I think what has happened is that you installed the font on your PC that you where working on. Then when you ref'd it in your CSS you browser could find it. But that font isn't installed on the server and couldn't find it, so it defaults back to the default font.
Remove the font from your PC have a look at it (it should be with the default font) and then add it in as a link in your HTML once it works that way for you it will work everywhere.
< link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap" rel="stylesheet" / >
The link info shows up on google fonts once you choose a font weight.
0