Hi there,
I’m looking at changing the font across the whole site to proxima.
It’s a typekit font and I’ve got the script to do it but not sure where to put it and what I really want is a way to add it to the dropdown selection in the theme settings.
Is there an easy way to do this please?
The script I have got from typekit is just
<script src=”//use.typekit.net/qzf0smc.js”></script>
<script>try{Typekit.load();}catch(e){}</script>
Not sure where I would add that and what I would use to change every font for body, menu, footer etc, literally everything.
Is there a catch all css trick I could use to change all fonts…
some like
.everything {
font-family: proxima-nova, sans-serif !important;
}
Any help on this would be greatly appreciated 🙂