css自定义字体

    xiaoxiao2022-06-26  136

    原创css字体网址 https://izihun.com/?from=ssc&fk=159768

    <style> /*字体1,迷你简硬笔行书*/ @font-face { font-family: myFirstFont; src: url(../font/Miniybhs.TTF); font-weight:bold; } /*字体2,时尚中黑简体*/ @font-face { font-family: sszhongheiFont; src: url(../font/Shiszhongheijt.ttF); font-weight:bold; } /*字体1,方正兰亭黑*/ @font-face { font-family: FZLTFont; src: url(../font/FZhengLT-gbk.ttF); font-weight:bold; } div .desc { font-family:myFirstFont; } div .cateTheme{ font-family: sszhongheiFont; } div .name { font-family:FZLTFont; } </style>

    最新回复(0)