mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
44 lines
884 B
SCSS
44 lines
884 B
SCSS
@font-face {
|
|
font-family: "icomoon";
|
|
src: url(asset_path("icomoon.eot"));
|
|
src: url(asset_path("icomoon.eot?#iefix")) format("embedded-opentype"),
|
|
url(asset_path("icomoon.woff")) format("woff"),
|
|
url(asset_path("icomoon.ttf")) format("truetype"),
|
|
url(asset_path("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;
|
|
}
|