The official blog for the Friday Addition Web Site Design class
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?
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
We've learned font-weight.
ReplyDeleteFont-weight allows you to control how bold the text looks.
A value you can use with font-weight is 'bold'. (font-weight: bold;)
[Collin]
"Font-style" allows you to give fonts a slanted appearence.
ReplyDeleteThe italic (not italics) text is slanted to the right and has extra curls on the serifs.
Ethan
There's the font-size.
ReplyDeleteFont-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
Font-decoration: It allows you to decorate it.
ReplyDeleteGracie
i think thats it
ReplyDelete{travis}