Custom Font

Jun 23, 2012 09:56

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.

css codes entered )

subject, sidebar, stylesheet, entries

Leave a comment

Comments 4

angrylogic June 25 2012, 18:20:09 UTC
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...

Reply


yourxpridex June 26 2012, 03:48:28 UTC
This actually isn't related to the changes LJ is making. It looks like Google is changing the way you access these fonts.

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

sweetest June 26 2012, 15:05:43 UTC
THANK YOU SO MUCH!!! tessisamess's tutorial fixed the probelm. You're awesome!

THANK YOU SOOOOO MUCH FOR YOUR HELP!!!

Greatly appreciated! Have a fabulous day! ♥

Reply

yourxpridex June 27 2012, 03:58:02 UTC
Yay! Glad it worked for you. :)

Reply


Leave a comment

Up