1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/includes/icons.css.scss
2015-01-06 22:25:58 +00:00

41 lines
833 B
SCSS

@font-face {
font-family: "icomoon";
src: asset_url("icomoon.eot");
src: asset_url("icomoon.eot?#iefix") format("embedded-opentype"), asset_url("icomoon.woff") format("woff"), asset_url("icomoon.ttf") format("truetype"), asset_url("icomoon.svg#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "icomoon";
font-style: normal;
speak: none;
font-weight: normal;
-webkit-font-smoothing: antialiased;
}
.icon-logomark:before {
content: "";
}
.icon-twitter:before {
position: relative;
top: 0.1em;
content: "";
margin-right: 0.2em;
color: #05ADE7;
}
.icon-github:before {
content: "";
}
.icon-app-net:before {
position: relative;
top: 0.1em;
content: "";
margin-right: 0.2em;
color: #8A8E91;
}