当前位置:网站首页>uniapp引入本地字体
uniapp引入本地字体
2022-07-02 06:23:00 【xuefankang】
官方文档说明

使用方法
/* 特殊字体 */
@font-face {
font-family: 'digitFont';
src: url('/static/font/digitFont.ttf') format('truetype'),
url('/static/font/digitFont.woff') format('woff');
}
.test{
font-family: "digitFont";
}边栏推荐
- Redis——缓存击穿、穿透、雪崩
- Latex参考文献引用失败 报错 LaTeX Warning: Citation “*****” on page y undefined on input line *
- 20201002 vs 2019 qt5.14 developed program packaging
- Redis - grande question clé
- Redis——大Key问题
- Warp matrix functions in CUDA
- Selenium+msedgedriver+edge browser installation driver pit
- Redis——Cluster数据分布算法&哈希槽
- 20201025 visual studio2019 qt5.14 use of signal and slot functions
- 查询GPU时无进程运行,但是显存却被占用了
猜你喜欢

阿里云MFA绑定Chrome浏览器

Latex在VSCODE中编译中文,使用中文路径问题解决

Utilisation de la carte et de foreach dans JS

ctf三计

Redis——大Key问题

CTF web practice competition

The intern left a big hole when he ran away and made two online problems, which made me miserable

Redis——缓存击穿、穿透、雪崩

Log (common log framework)
![[literature reading and thought notes 13] unprocessing images for learned raw denoising](/img/a5/ed26a90b3edd75a37b2e5164f6b7d2.png)
[literature reading and thought notes 13] unprocessing images for learned raw denoising
随机推荐
Flask migrate cannot detect db String() equal length change
selenium的web自动化中常用的js-修改元素属性翻页
JS modification element attribute flipping commonly used in selenium's Web Automation
由於不正常斷電導致的unexpected inconsistency;RUN fsck MANUALLY問題已解决
Sentinel rules persist to Nacos
Render minecraft scenes into real scenes using NVIDIA GPU
Name six schemes to realize delayed messages at one go
20210306 reprint how to make TextEdit have background pictures
实现strStr() II
Record RDS troubleshooting once -- RDS capacity increases dramatically
看完有用的blog
Three suggestions for all students who have graduated and will graduate
Error "list" object is not callable in Web automatic switching window
20201002 VS 2019 QT5.14 开发的程序打包
Apt command reports certificate error certificate verification failed: the certificate is not trusted
FE - weex 开发 之 使用 weex-ui 组件与配置使用
默认google浏览器打不开链接(点击超链接没有反应)
ModuleNotFoundError: No module named ‘jieba. analyse‘; ‘ jieba‘ is not a package
Linux MySQL 5.6.51 community generic installation tutorial
How to try catch statements that return promise objects in JS