字体文件下载,然后解压得到 UnidreamLED.ttf
在入口文件加上下面css代码
@font-face { font-family: LEDFont; font-size: 36px; src: url('./UnidreamLED.ttf'); }
需要显示的数字 加上class LEDFont
<div class="LEDFont"> 12312 </div>
2024-03-02 13:27:58
字体文件下载,然后解压得到 UnidreamLED.ttf
在入口文件加上下面css代码
@font-face { font-family: LEDFont; font-size: 36px; src: url('./UnidreamLED.ttf'); }
需要显示的数字 加上class LEDFont
<div class="LEDFont"> 12312 </div>
下一篇:微信小程序引用外部字体