mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 15:51:10 +08:00
fix(ui): auto discovery
This commit is contained in:
@@ -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>
|
||||
|
@@ -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.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user