buddhism/common/css/iconfont.css

28 lines
672 B
CSS
Raw Normal View History

2023-12-05 16:45:28 +08:00
@font-face {
2025-08-14 11:22:53 +08:00
font-family: 'iconfont'; /* Project id 4503426 */
src:
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff2?t=1712816649291') format('woff2'),
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.woff?t=1712816649291') format('woff'),
url('//at.alicdn.com/t/c/font_4503426_iai3d7mxog.ttf?t=1712816649291') format('truetype');
2023-12-05 16:45:28 +08:00
}
.iconfont {
2025-08-14 11:22:53 +08:00
font-family: 'iconfont' !important;
2023-12-05 16:45:28 +08:00
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2024-01-27 16:37:52 +08:00
.icon-xiangyou1:before {
2025-08-14 11:22:53 +08:00
content: '\e775';
2023-12-05 16:45:28 +08:00
}
2025-07-28 10:53:56 +08:00
.icon-xiangshang1:before {
2025-08-14 11:22:53 +08:00
content: '\e76d';
2025-07-28 10:53:56 +08:00
}
.icon-xiangxia1:before {
2025-08-14 11:22:53 +08:00
content: '\e771';
2025-07-28 10:53:56 +08:00
}