This commit is contained in:
Zhx
2022-11-16 23:41:23 +08:00
parent c630d95aa6
commit d4e0c18e75
6 changed files with 7 additions and 7 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.