Code Snippet
Font Shorthand
Syntax
body {
font: font-style font-variant font-weight font-size/line-height font-family;
}In Use
body {
font: italic small-caps normal 13px/150% Arial, Helvetica, sans-serif;
}body {
font: font-style font-variant font-weight font-size/line-height font-family;
}body {
font: italic small-caps normal 13px/150% Arial, Helvetica, sans-serif;
}
Ah, so that’s why I wasn’t able to specify the size of fonts using font:! I’ve always just had to use font-size:.
Thanks!
thanks!! :D this really helps!! :3 woot wooot! :3