Difference between revisions of "TextBoxWithTitle"
Line 11: | Line 11: | ||
line-height: {{{titleLineHeight | 1.0em}}}; | line-height: {{{titleLineHeight | 1.0em}}}; | ||
font-size: {{{titleFontSize | 1.4em}}}; | font-size: {{{titleFontSize | 1.4em}}}; | ||
− | font-weight: | + | font-weight: normal; |
letter-spacing: 0.1em; | letter-spacing: 0.1em; | ||
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; |
Revision as of 16:42, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE