/* 直接将 iconfont 生成的字体复制到 iconfont 文件即可  */
@import "./iconfont.css";

// iconfont文件里面包含 iconfont.ttf、iconfont.css， 将 iconfont.ttf文件转位 base64。
// 推荐转换工具地址：https://www.giftofspeed.com/base64-encoder/
// svg 压缩 https://jakearchibald.github.io/svgomg/

// .iconfont {
//   position: relative;
//   display: inline-flex;
//   justify-content: center;
//   align-items: center;
//   font-family: "iconfont" !important;
//   /* font-size: 32rpx; */
//   font-style: normal;
//   -webkit-font-smoothing: antialiased;
//   -moz-osx-font-smoothing: grayscale;
//   font-size: inherit;
//   text-rendering: auto;
//   line-height: 1;
// }

.iconfont {
  // width: 32rpx;
  // height: 32rpx;
}

// .cc-icon::before {
//   font-size: 16px;
//   display: inline-block;
//   display: inline-flex;
//   justify-content: center;
//   align-items: center;
//   // font-family: "iconfont" !important;
//   font-style: normal;
//   -webkit-font-smoothing: antialiased;
//   -moz-osx-font-smoothing: grayscale;
//   font-size: inherit;
//   text-rendering: auto;
//   line-height: 1;
// }

// .cc-icon.is-spin::before {
//   animation: spin 1.2s linear infinite;
// }
