username@email.com
2021-06-03 904fb460b9359fe92e00ce25804d96c8a52bb513
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1489644057918'); /* IE9*/
  src: url('iconfont.eot?t=1489644057918#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1489644057918') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1489644057918') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1489644057918#iconfont') format('svg'); /* iOS 4.1- */
}
 
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-logo:before { content: "\e60d"; }