So in addition to the overlapping tiny icons (which I fixed - thank you!!!), I have had custom fonts set for my subject headers in both my entries & sidebars which no longer work.
Yes, I've been having this issue too! I'm sorry I don't know how to remedy it, but custom fonts have stopped working for me recently as well :( I wondered why my code was refusing to work last night...
Comments 4
Reply
Try replacing the second @font-face with the following:
@font-face {
font-family: 'Lobster';
font-style: normal;
font-weight: bold;
src: local('Pacifico'), url(http://themes.googleusercontent.com/static/fonts/pacifico/v4/yunJt0R8tCvMyj_V4xSjaXYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
I've not had a chance to test this
I made the assumption that even though you called the font Lobster, you actually want the Pacifico font to display.
tessisamess has a very well documented post about how to use the Google Font API to server up custom fonts here: http://s2flexisquares.livejournal.com/1096484.html#cutid1
Good luck!
Reply
THANK YOU SOOOOO MUCH FOR YOUR HELP!!!
Greatly appreciated! Have a fabulous day! ♥
Reply
Reply
Leave a comment