1
0
Fork 0

minify font style

This commit is contained in:
Andrew Tomaka 2014-09-26 10:24:05 -04:00
parent bd8f4c360a
commit e285bba45f

View file

@ -1,31 +1 @@
@font-face { @font-face{font-family:icomoon;src:url(../fonts/icomoon.eot?-l03f6i);src:url(../fonts/icomoon.eot?#iefix-l03f6i) format('embedded-opentype'),url(../fonts/icomoon.woff?-l03f6i) format('woff'),url(../fonts/icomoon.ttf?-l03f6i) format('truetype'),url(../fonts/icomoon.svg?-l03f6i#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-play:before{content:"\e600"}.icon-pause:before{content:"\e601"}
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?-l03f6i');
src:url('../fonts/icomoon.eot?#iefix-l03f6i') format('embedded-opentype'),
url('../fonts/icomoon.woff?-l03f6i') format('woff'),
url('../fonts/icomoon.ttf?-l03f6i') format('truetype'),
url('../fonts/icomoon.svg?-l03f6i#icomoon') format('svg');
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;
}
.icon-play:before {
content: "\e600";
}
.icon-pause:before {
content: "\e601";
}