kahtyasofia: (Default)
Kahtya 'The Kat' Sofia ([personal profile] kahtyasofia) wrote in [community profile] getting_started2009-05-02 12:05 am

I've looked and can't easily find...

A way to easily change the font in my journal. I'm using negatives that I have already totally customized the color for. It's virtually unrecognizable and I like it, but the font doesn't fit and it is throwing the alignment of my navigation, header and sidebar. I've searched for a quick way to tweak it but I'm not finding it.

Help?
wistfuljane: dreamwidth: a way of life (a way of life)

[personal profile] wistfuljane 2009-05-02 07:13 am (UTC)(link)
Are you looking to change the font of the entire layout or specific section? Current, the only way is through the CSS. Go to Custom Journal Style > Custom CSS and paste the following code in the Use embedded CSS box: body {font-family: Georgia, serif;}. Change the red texts to the font of your choice. This will change the font of the entire layout.
wistfuljane: chihiro from sprited away walking toward the train station in the river (Default)

[personal profile] wistfuljane 2009-05-02 07:22 am (UTC)(link)
Sure, no problem. If you're looking to change the header & sidebar (secondary), the code would be something like this:

#header {font-family: Georgia, serif; font-size: 0.8em;}
#secondary {font-family: Georgia, serif; font-size: 0.8em;}


But yes, no avoid Custom CSS.
girlyswot: (Default)

[personal profile] girlyswot 2009-05-02 07:02 pm (UTC)(link)
Am I missing something? I can't find anywhere to customise my CSS. Is this a feature only available to paid users?
girlyswot: (Default)

[personal profile] girlyswot 2009-05-02 08:02 pm (UTC)(link)
Thanks. I worked it out - the theme I had chosen apparently didn't support Custom CSS. I switched to transmogrified and suddenly the CSS option appeared!