1
0
Fork 0
2punny/styles/icomoon/style.css

41 lines
890 B
CSS
Raw Normal View History

2014-08-24 00:39:12 +08:00
@font-face {
font-family: 'icomoon';
2014-08-24 16:56:19 +08:00
src:url('fonts/icomoon.eot?emf6qi');
src:url('fonts/icomoon.eot?#iefixemf6qi') format('embedded-opentype'),
url('fonts/icomoon.woff?emf6qi') format('woff'),
url('fonts/icomoon.ttf?emf6qi') format('truetype'),
url('fonts/icomoon.svg?emf6qi#icomoon') format('svg');
2014-08-24 00:39:12 +08:00
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2014-08-24 16:56:19 +08:00
.icon-arrow-right:before {
content: "\e603";
}
.icon-arrow-left:before {
content: "\e604";
}
2014-08-24 00:39:12 +08:00
.icon-googleplus:before {
content: "\e600";
}
.icon-facebook:before {
content: "\e601";
}
.icon-twitter:before {
content: "\e602";
}