Changing Font and Font Size

Sep 05, 2006 19:56

Hey all!

I was curious... is it possible to change the font face and/or font size? I couldn't find an option for it, so I'm guessing I'd have to use layers or something of the sorts.

Thanks!

page:fonts

Leave a comment

Comments 1

nimoloth September 6 2006, 01:19:14 UTC
You can control the main font of entries within the body tag:

body {font-family: arial; font-size:10pt; }

For all the other text, there are loads of different classes to alter to change them. Most inefficient. Some are (from what I've figured so far):

  • .item Controls appearance of entry date and time, the journal subtitle in the sidebar profile and the bullets in the page summary list.
    .current Controls style of the navigation link in the header for the page you're on (e.g. recent entires) (not colour).
    .first Forces the style of the first of the navigation links in the header (not colour).
    .asset-meta-comments Controls style of entry management links (e.g. comments, edit, etc.) (not colour).
    .asset-meta-no-comments Same as asset-meta-comments.
    .tag Controls tags, but has little effect. Specifying font size has some effect, but not as expected - it's like you're specifying the average font size for the tag cloud.

      .nav Controls style of navigation links in the header (not colour ( ... )
  • Reply


    Leave a comment

    Up