HTML 参考手册
HTML <font> face 属性
规定文本的字体
源代码:
点击运行 »
<font face="verdana">This is some text!</font>
1
<
font
face
=
"verdana"
>
This is some text!
</
font
>
运行结果:
点击运行 »