fix(ui): auto discovery

This commit is contained in:
songlh
2024-06-25 17:35:29 +08:00
parent 26266b2d6d
commit ca352e984b
15 changed files with 167 additions and 68 deletions

View File

@@ -5196,9 +5196,9 @@
<pre><code class="language-css"
>@font-face {
font-family: 'iconfont';
src: url('iconfont.woff2?t=1719208046306') format('woff2'),
url('iconfont.woff?t=1719208046306') format('woff'),
url('iconfont.ttf?t=1719208046306') format('truetype');
src: url('iconfont.woff2?t=1719307117118') format('woff2'),
url('iconfont.woff?t=1719307117118') format('woff'),
url('iconfont.ttf?t=1719307117118') format('truetype');
}
</code></pre>
<h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3>

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 3857903 */
src: url('iconfont.woff2?t=1719208046306') format('woff2'),
url('iconfont.woff?t=1719208046306') format('woff'),
url('iconfont.ttf?t=1719208046306') format('truetype');
src: url('iconfont.woff2?t=1719307117118') format('woff2'),
url('iconfont.woff?t=1719307117118') format('woff'),
url('iconfont.ttf?t=1719307117118') format('truetype');
}
.iconfont {

Binary file not shown.