Forums

About wordpress theme: what font is used here, and how you do the little square? (2 posts)

  1. Brakkar
    Member
    Posted 2 years ago #

    Hi,
    please have a look at:
    http://codex.wordpress.org/WordPress_Installation_Techniques

    See the table: "Contents" on the right ?

    What font is used for these menu links ?
    Also how do you do the little squares ? Is it image or css ?

    Also please, what is the main font of content text ?

    Thanks,
    Brakkar

  2. auxano
    Member
    Posted 2 years ago #

    The font family used is:

    "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif

    And the little squares are just bullets for the unordered list.

    ul {
    list-style: square;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.