FONT

Style Property Reference v1.0


+ Font Family (Font Face)

{font-family: # }
{font-family: #, #, ..., # }
#=font name
#=serif, sans-serif, cursive, fantasy, monospace

<FONT SIZE=6 STYLE="font-family:Times New Roman, Arial, Helvetica">
Today is fine.
</FONT>






Today is fine.









+ Font Size

{font-size: # }
#=font size (px, pt, in, cm, %)
#=xx-small, x-small, small, medium, large, x-large, xx-large

<FONT STYLE="font-size:35pt">
Today is fine.
</FONT>






Today is fine.







+ Font Weight

{font-weight: # }
#=extra-light, light, demi-light, medium, demi-bold, bold, extra-bold

<FONT STYLE="font-weight:extra-light">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:light">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:demi-light">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:medium">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:demi-bold">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:bold">Today is fine.</FONT><BR>
<FONT STYLE="font-weight:extra-bold">Today is fine.</FONT><BR>





Today is fine.

Today is fine.

Today is fine.

Today is fine.

Today is fine.

Today is fine.

Today is fine.








+ Font Style

{font-style: # }
#=normal, italic

<FONT STYLE="font-style:normal">Today is fine.</FONT><BR>
<FONT STYLE="font-style:italic">Today is fine.</FONT><BR>





Today is fine.

Today is fine.







+ Line Height

{line-height: # }
#=line height (px, pt, in, cm, %)

<DIV STYLE="line-height:24pt">
Today is fine.<BR>
Tomorrow will be fine.<BR>
And next day....
</DIV>






Today is fine.

Tomorrow will be fine.

And next day....








+ Font Grouping

{font: font-wight font-style font-size/line-height font-family}

<DIV STYLE="font: bold italic 18pt/24pt 'Times New Roman'">
Today is fine.<BR>
Tomorrow will be fine.<BR>
And next day....
</DIV>






Today is fine.

Tomorrow will be fine.

And next day....










NCD HOME Font || Text || Color || Image Style Property Reference Style Sheet Guide HTML Design Guide Main Page

Network Communication Design
http://ncdesign.kyushu-id.ac.jp/
C&P 1994-1996 Yuriko Ienaga v91102@vgenda.kyushu-id.ac.jp