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

45 lines
856 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-ht: 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;
}