minify font style
This commit is contained in:
parent
bd8f4c360a
commit
e285bba45f
1 changed files with 1 additions and 31 deletions
|
@ -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";
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue