Forums

How do you change font size? (4 posts)

  1. rookie37
    Member
    Posted 1 year ago #

    I wrote in html;

    <font size="-2">Hey, I'm Small!</font>

    This had no effect.

    When I view the page in html, the line above changed to look like

    <span>Hey, I'm Small!</span>

  2. rookie37
    Member
    Posted 1 year ago #

    more information

    my theme is twenty ten

  3. AardvarkGirl
    Member
    Posted 1 year ago #

    Font tags are outdated. You need to use CSS instead.

    Where are you trying to change the font size? The entire site? You can do a search on the style sheet for 'font-size:' to find the different places font sizes are handled.

    You can also modify fonts in the HTML view on pages by doing a div or span `<span style="text-align: center; font-size: 12px; color: #ccc;"> YOUR TEXT</span>'

  4. kubenstein
    Member
    Posted 5 months ago #

    hi,
    I wrote little plugin which enable font size option in tinyMCE editor, so you can change font size without rewriting html.
    http://wordpress.org/extend/plugins/wp-editor-fontsize/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags