<!doctype html>
<html>
<head>
    <title>font</title>
    <meta charset="utf-8" />
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <style type="text/css">
       p{
        font-size: 30px;
        font-family: "Comic Sans MS", cursive, sans-serif
        /*字體家族*/
       }
    </style> 
</head>

<body>
   <p>This is some text</p>
    
</body>
</html>

字體參考網站:

https://www.w3schools.com/css/css_font.asp

https://www.w3schools.com/cssref/css_websafe_fonts.asp

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 A&B 的頭像
    A&B

    網頁前端新手上路辛酸史

    A&B 發表在 痞客邦 留言(0) 人氣()