Web字体的@font-face规则说明和应用。 样式的声明和使用。 @font-face { font-family: "myFont"; src: url("myFont.ttf") format("truetype"); } h2 ...