How to merge fonts?

后端 未结 2 1152
时光说笑
时光说笑 2021-02-05 16:20

I have a number of fonts,

  • OpenSans-bold.ttf
  • OpenSans-boldItalic.ttf
  • OpenSans-extrabold.ttf
  • OpenSans-italic.ttf
  • OpenSans-light.t
2条回答
  •  迷失自我
    2021-02-05 16:29

    An easy way to combine multiple fonts in one file is to encode them in base64 and embed them in CSS. They will still be different fonts though and the total size will increase. There are various online tools that can create the css for font files you upload, like this one.

提交回复
热议问题