123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- @font-face {
- font-family: "iconfont"; /* Project id 4790103 */
- src: url('iconfont.woff2?t=1734834209256') format('woff2'),
- url('iconfont.woff?t=1734834209256') format('woff'),
- url('iconfont.ttf?t=1734834209256') format('truetype');
- }
- @font-face {
- font-family: 'MyFont1'; /* 自定义字体名称 */
- src: url('./BOLD.OTF') format('truetype');
- }
-
- @font-face {
- font-family: 'MyFont2';
- src: url('./REGULAR.OTF') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-right:before {
- content: "\e708";
- }
-
- .icon-left:before {
- content: "\e709";
- }
-
- .icon-arrow-right:before {
- content: "\e601";
- }
-
- .icon-weixin:before {
- content: "\e707";
- }
-
- .icon-jiantou:before {
- content: "\e63a";
- }
-
- .icon-guanbi:before {
- content: "\e676";
- }
-
- .icon-xiazai:before {
- content: "\e62e";
- }
-
- .icon-xiala:before {
- content: "\e60d";
- }
-
- .icon-search:before {
- content: "\e602";
- }
|