CSS 中 font-family 属性的使用


font-family 属性用于更改字体的样式。可能的值可以是任何字体系列名称。

<html>
   <head>
   </head>
   <body>
      <p style = "font-family:georgia,garamond,serif;">
         This text is rendered in either georgia, garamond, or the default serif font
         depending on which font you have at your system.
      </p>
   </body>
</html>

更新日期:2020 年 1 月 30 日

125 次浏览

开启你的事业

完成课程即可获得认证

开始
广告