From 0f1f099144df0b86de93b4cf20c4cb2802ba7ec6 Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 19 Jun 2025 10:05:57 +0800 Subject: [PATCH] master --- public/css/iconfont/demo_index.html | 29 +++++++++++++++++++++++++--- public/css/iconfont/iconfont.css | 10 +++++++--- public/css/iconfont/iconfont.js | 2 +- public/css/iconfont/iconfont.json | 7 +++++++ public/css/iconfont/iconfont.ttf | Bin 8256 -> 8272 bytes public/css/iconfont/iconfont.woff | Bin 5192 -> 5200 bytes public/css/iconfont/iconfont.woff2 | Bin 4308 -> 4320 bytes 7 files changed, 41 insertions(+), 7 deletions(-) diff --git a/public/css/iconfont/demo_index.html b/public/css/iconfont/demo_index.html index 674d33c..1e8d172 100644 --- a/public/css/iconfont/demo_index.html +++ b/public/css/iconfont/demo_index.html @@ -66,6 +66,12 @@
&#xe710;
+
  • + +
    标记-copy
    +
    &#xe78c;
    +
  • +
  • 双击
    @@ -222,9 +228,9 @@
    @font-face {
       font-family: 'iconfont';
    -  src: url('iconfont.woff2?t=1750295665179') format('woff2'),
    -       url('iconfont.woff?t=1750295665179') format('woff'),
    -       url('iconfont.ttf?t=1750295665179') format('truetype');
    +  src: url('iconfont.woff2?t=1750298631025') format('woff2'),
    +       url('iconfont.woff?t=1750298631025') format('woff'),
    +       url('iconfont.ttf?t=1750298631025') format('truetype');
     }
     

    第二步:定义使用 iconfont 的样式

    @@ -268,6 +274,15 @@
  • +
  • + +
    + 标记-copy +
    +
    .icon-biaoji-copy +
    +
  • +
  • @@ -518,6 +533,14 @@
    #icon-quxiaobiaoji
  • +
  • + +
    标记-copy
    +
    #icon-biaoji-copy
    +
  • +