Add a font to a website

后端 未结 2 1027
星月不相逢
星月不相逢 2021-01-07 15:47

I am trying to add this font : http://www.fonts2u.com/vps-dong-da-hoa.font

to my website. Here is my CSS :

@font-face {
font-family: \"VPSDODAH\";
sr         


        
2条回答
  •  失恋的感觉
    2021-01-07 16:08

    You can try this website for your web font generation. If your font exists, you can convert it and get all the @font-face parameters to apply it for your website.

提交回复
热议问题