zoukankan      html  css  js  c++  java
  • 08 字体属性设置-font-family

    <!-- 字体属性设置取决与用户电脑是否安装此字体,window默认为微软雅黑 -->

    <!DOCTYPE html>
    <html>
    <head>
        <title></title>
        <style type="text/css">
            <!-- Arial为备选字体 -->
            body{
                font-family:'Dubai','Arial';
                color: red;
                font-size: 50px;
            }
        </style>
    </head>
    <body>
        walter
    </body>
    </html>
  • 相关阅读:
    模板
    洛谷
    Codeforces
    Codeforces
    Codeforces
    Codeforces
    洛谷
    洛谷
    洛谷
    NOIP 普及组 2016 海港
  • 原文地址:https://www.cnblogs.com/wuhui1222/p/14160192.html
Copyright © 2011-2022 走看看