Skip to content

Commit

Permalink
Update iconfont.css
Browse files Browse the repository at this point in the history
  • Loading branch information
YZQ-1109 authored Oct 9, 2023
1 parent 9705df2 commit ff6a87b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions css/iconfont.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4273662 */
src: url('//at.alicdn.com/t/c/font_4273662_i2ep571vx0b.woff2?t=1696855504387') format('woff2'),
url('//at.alicdn.com/t/c/font_4273662_i2ep571vx0b.woff?t=1696855504387') format('woff'),
url('//at.alicdn.com/t/c/font_4273662_i2ep571vx0b.ttf?t=1696855504387') format('truetype');
src: url('//at.alicdn.com/t/c/font_4273662_m6gd15dscze.woff2?t=1696857177062') format('woff2'),
url('//at.alicdn.com/t/c/font_4273662_m6gd15dscze.woff?t=1696857177062') format('woff'),
url('//at.alicdn.com/t/c/font_4273662_m6gd15dscze.ttf?t=1696857177062') format('truetype');
}

.iconfont {
Expand All @@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-googlescholar:before {
content: "\ebae";
}

.icon-researchgate:before {
content: "\ec7e";
}
Expand Down

0 comments on commit ff6a87b

Please sign in to comment.