Friday, February 22, 2013

February 22 Online Discussion Question 2

What are some of the other font properties we have learned this chapter? And what do they do? And what are some of the values we can use for those properties?

5 comments:

  1. We've learned font-weight.

    Font-weight allows you to control how bold the text looks.

    A value you can use with font-weight is 'bold'. (font-weight: bold;)

    [Collin]

    ReplyDelete
  2. "Font-style" allows you to give fonts a slanted appearence.

    The italic (not italics) text is slanted to the right and has extra curls on the serifs.

    Ethan

    ReplyDelete
  3. There's the font-size.
    Font-size allows you to adjust how big or small the words are.
    One way to do this is with pixels. Example:
    body {
    font-size: 14px;
    }
    Autumn

    ReplyDelete
  4. Font-decoration: It allows you to decorate it.
    Gracie

    ReplyDelete
  5. i think thats it
    {travis}

    ReplyDelete