Code to use Smug's font library with HTML&CSS Content Block?
JessGVi
Registered Users Posts: 18 Big grins
I'm experimenting with using the HTML/CSS Content Block for my logo to get some more customization out of it over the default Logo block.
Is there any special code to linking to the built in SmugMug fonts for styling? Or would I use it the same way I'd use Google Fonts? Basically I want to use a combination of Roboto Book 300 & Normal 400.
Thanks! Jess
Is there any special code to linking to the built in SmugMug fonts for styling? Or would I use it the same way I'd use Google Fonts? Basically I want to use a combination of Roboto Book 300 & Normal 400.
Thanks! Jess
0
Comments
SmugMug fonts are google fonts, so you should be able to just call them by name. Give the text or nav or whatever an id or class and then use font-family 'Roboto', sans-serif;
www.joeywashburn.com