You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
@font-face {
|
|
font-family: 'linecons';
|
|
src:url('../fonts/linecons/linecons.eot?-kux0c3');
|
|
src:url('../fonts/linecons/linecons.eot?#iefix-kux0c3') format('embedded-opentype'),
|
|
url('../fonts/linecons/linecons.woff?-kux0c3') format('woff'),
|
|
url('../fonts/linecons/linecons.ttf?-kux0c3') format('truetype'),
|
|
url('../fonts/linecons/linecons.svg?-kux0c3#linecons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.icon:before {
|
|
font-family: 'linecons';
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
font-size: 2em;
|
|
display: inline-block;
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-search:before {
|
|
content: "\e600";
|
|
}
|
|
.icon-settings:before {
|
|
content: "\e601";
|
|
}
|
|
.icon-bulb:before {
|
|
content: "\e602";
|
|
}
|
|
.icon-mail:before {
|
|
content: "\e603";
|
|
}
|
|
.icon-paperplane:before {
|
|
content: "\e604";
|
|
}
|
|
.icon-megaphone:before {
|
|
content: "\e605";
|
|
}
|
|
.icon-calendar:before {
|
|
content: "\e606";
|
|
} |