html5+css3(昨日学习总结)
1.字体图标:
(1)icomoon:
要点:
1.1 解压完的fonts文件要放到将要引入文件同级目录下。
1.2 把解压完里面的style.css里面的字体路径复制进去:
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?yt1na2');
src: url('fonts/icomoon.eot?yt1na2#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?yt1na2') format('truetype'),
url('fonts/icomoon.woff?yt1na2') format('woff'),
url('fonts/icomoon.svg?yt1na2#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display
共有 0 条评论