Showing posts with label font tag. Show all posts
Showing posts with label font tag. Show all posts

Thursday, August 20, 2009

Change Blogger Font Face In Posts

There are a few ways to do this:

1) Font Tag
<font face="Font Name">YOUR TEXT GOES HERE</font>

EX. If you wrote <font face="Comic Sans MS">Superman</font> in a New Post, the published result would look like this: Superman

2) Blogger Fonts and Colors Tool
  • Press the Layout tab
  • Press Fonts and Colors
  • Press Text Font
  • Choose your Font Family that you would like to use by pressing the
    button.
  • Press Save Changes

NOTE: When you change Text Font face using this method, it changes the font face of the text on your entire website (not just the posts).

Wednesday, August 19, 2009

Change Blogger Font Size In Posts

Size 1,Size 2,Size 3,Size 4,Size 5,Size 6,Size 7.

There are seven font sizes in HTML. You can change the font size a few different ways in Blogger:

1) Font Tag
<font size="Size #">YOUR TEXT GOES HERE</font>

EX. If you wrote <font size="5">My Lucky Number</font> in a New Post, the published result would be this size: My Lucky Number

2) Blogger Fonts and Colors Tool
  • Press the Layout tab
  • Press Fonts and Colors
  • Press Text Font
  • Choose your font size that you would like to use by pressing the
    < Smaller or Larger > button.
  • Press Save Changes

NOTE: When you change Text Font size using this method, it changes the font size of the text on your entire website (not just the posts).