animation: move 6s steps(1,star) 0s infinite;
如果想去除span等因换行导致的空格,可以设置父元素fontsize:0;
自定义字体
@font-face {
font-family: ooxx;
src: url();
}
字体图标的使用原则
1.当图文混排的时候,要求图片根据文字大小改变
2.代替精灵图
animation: move 6s steps(1,star) 0s infinite;
如果想去除span等因换行导致的空格,可以设置父元素fontsize:0;
自定义字体
@font-face {
font-family: ooxx;
src: url();
}
字体图标的使用原则
1.当图文混排的时候,要求图片根据文字大小改变
2.代替精灵图