website: our own custom icon font set, created from http://icomoon.io/app
This commit is contained in:
79
website/assets/icomoon/style.css
Normal file
79
website/assets/icomoon/style.css
Normal file
@ -0,0 +1,79 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src:url('fonts/icomoon.eot');
|
||||
src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/icomoon.ttf') format('truetype'),
|
||||
url('fonts/icomoon.woff') format('woff'),
|
||||
url('fonts/icomoon.svg#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-house:before {
|
||||
content: "\e600";
|
||||
}
|
||||
.icon-newspaper:before {
|
||||
content: "\e601";
|
||||
}
|
||||
.icon-help:before {
|
||||
content: "\e602";
|
||||
}
|
||||
.icon-screen:before {
|
||||
content: "\e603";
|
||||
}
|
||||
.icon-mobile:before {
|
||||
content: "\e604";
|
||||
}
|
||||
.icon-tools:before {
|
||||
content: "\e605";
|
||||
}
|
||||
.icon-cog:before {
|
||||
content: "\e606";
|
||||
}
|
||||
.icon-info:before {
|
||||
content: "\e607";
|
||||
}
|
||||
.icon-warning:before {
|
||||
content: "\e608";
|
||||
}
|
||||
.icon-arrow-right:before {
|
||||
content: "\e609";
|
||||
}
|
||||
.icon-arrow-right2:before {
|
||||
content: "\e60a";
|
||||
}
|
||||
.icon-github:before {
|
||||
content: "\e60b";
|
||||
}
|
||||
.icon-chrome:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
.icon-firefox:before {
|
||||
content: "\e60d";
|
||||
}
|
||||
.icon-IE:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
.icon-opera:before {
|
||||
content: "\e60f";
|
||||
}
|
||||
.icon-google-plus:before {
|
||||
content: "\e610";
|
||||
}
|
||||
.icon-twitter:before {
|
||||
content: "\e611";
|
||||
}
|
Reference in New Issue
Block a user