font: [ [<'font-style'>||<'font-variant'>||<'font-weight'>]?<'font-size'>[ /<'line-height'>]?<'font-family'>] | caption | icon | menu | message-box | small-caption | status-bar |inherit
caption: 使用有标题的系统控件的文本字体(如按钮,菜单等)
p {font: italic small-caps 600 12pts/18pts
宋体; }
软件包
java.awt.font 的描述 提供与字体相关的类和接口。它包含对表示 Type 1、Type 1 Multiple Master 字体、OpenType 字体和 TrueType 字体的支持。