• I am having a very hard time trying to change fonts on my floristica theme blog. I have searched the forums for what I thought would be a simple answer to my common question, but can not find a satisfactory solution.

    All I want to do is change the font of my posts and sidebars. How is this done? I’ve even looked for plugins that might simplify this. No luck. Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m pretty sure I’ve visited your site before but can you post the url again?

    Thread Starter kinkwhore

    (@kinkwhore)

    http://kinkwhore.com/

    I have looked in the forum and searched the plugins, no luck.

    It will need a CSS change – which means an edit to your theme’s stylesheet(s).

    Try removing all references to ‘font-family:inherit’ in style.css. Then find:

    body {
    font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
    }

    Add any new font that you would like used to the front of that list – e.g. Verdana,'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif

    making sure that you enclose any font names with spaces in single quotes – e.g. 'Times New Roman'.

    Finally, can I suggest that you add a warning for adult content when posting a link to that site here? It’s not that I’m prudish but I’d rather avoid troubleshooting some sites during times when I might have a 9 year old looking over my shoulder. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font’ is closed to new replies.