如何给魔缇Smsot换一个好看的字体?

#魔缇助手#好像走了2022-07-03

演示效果教程压缩包首先将压缩包上传至根目录并解压缩修改css在ui目录下将weui2.0.css、swiper4.0.css、comm.css、common2...

演示效果

教程压缩包
点击下载
首先将压缩包上传至根目录并解压缩
修改css
在ui目录下将weui2.0.css、swiper4.0.css、comm.css、common2.0.css中添加下面代码
body {
  font-family: 'Open Sans', sans-serif;
  font-family: webmo !important;
  font-weight: 400;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
 
@font-face {
  font-family: "nexzhu";
  src: url(../fonts/blockdole.woff2) format("woff2"),
    url(../fonts/blockdole.woff) format("woff"),
    url(../fonts/blockdole.ttf) format("truetype"),
    url(../fonts/blockdole.eot) format("embedded-opentype"),
    url(../fonts/blockdole.svg) format("svg");
}
 
 
@font-face {
  font-family: 'webmo';
  font-display: swap;
  src: url('../fonts/webmo.eot');
  src: url('../fonts/webmo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/webmo.woff2') format('woff2'),
    url('../fonts/webmo..woff') format('woff'),
    url('../fonts/webmo..ttf') format('truetype'),
    url('../fonts/webmo..svg') format('svg');
}

相关话题

#魔缇助手

用手机扫码体验更多功能

扫码参与评论与作者和更多用户交互