Changing widget titles

  • Unknown's avatar

    I bought the CSS package and I’m trying to change the font of the Widget titles from what it is currently to “Amienne”, which is a script. I know where I’m *supposed* to make the change to the CSS code, but for whatever reason it’s not working. Probably because of some other change I made. Help please! Thanks

    This is what I have in my code now:

    .widget -title {
        border-bottom: 1px solid #ccc;
    	font: 1.462em/1.9 'Amienne', Georgia, 'Times New Roman', serif;
        margin: 0 0 .25em;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The trouble is that you can’t load a font script outside of the ones provided in the Appearance → Custom Design → Fonts page on WordPress.com. Those fonts are licensed and are part of what you pay for when you purchase the Custom Design upgrade.

    If you add a font name into the font stack like you’ve done in your example, then the font must be installed on the viewer’s computer to work. This article on font stacks explains them well if you’re interested: http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

  • The topic ‘Changing widget titles’ is closed to new replies.