第10章 CSS字体及文本相关属性.pptVIP

  • 8
  • 0
  • 约1.19万字
  • 约 34页
  • 2017-06-03 发布于湖北
  • 举报
/* 定义斜体的服务器字体 */ @font-face { font-family: CrazyIt; src: url(Fontin_Sans_I_45b.otf) format(OpenType); font-style: italic; } /* 定义粗斜体的服务器字体 */ @font-face { font-family: CrazyIt; src: url(Fontin_Sans_BI_45b.otf) format(OpenType); font-style: italic; font-weight: bold; } /style /head body div style=font-family:CrazyIt;font-size:30pt /div div style=font-family:CrazyIt;font-size:30pt;font-weight:bold /div div style=font-family:CrazyIt;font-size:30pt;font-style:italic; /div div style=font-family:CrazyIt;font-size:30pt;font-weight:bold ;font-style:italic; /div /body /h

文档评论(0)

1亿VIP精品文档

相关文档