美文网首页
font字体

font字体

作者: xueyueshuai | 来源:发表于2024-09-23 11:01 被阅读0次

    声明

            <style>
                @font-face {
                    font-family: 'MyFont';
                    src: url('./font/优设标题黑.ttf');
                    font-weight: normal;
                    font-style: normal;
                }
            </style>
    

    使用

            <style>
                .abc{
                        font-family: MyFont, serif;
                }
            </style>
    

    相关文章

      网友评论

          本文标题:font字体

          本文链接:https://www.haomeiwen.com/subject/gytfrjtx.html