@font-face fonts not working

前端 未结 2 1754
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-26 13:21

I\'m trying to get a font working from local storage.

@font-face {
    font-family: const;
    src: url(const.ttf);
}

.fp_title1 {
    font-family: \'const\', t         


        
2条回答
提交回复
热议问题