131 lines
2.6 KiB
CSS
131 lines
2.6 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('../fonts/icomoon.eot?o6nkuq');
|
|
src: url('../fonts/icomoon.eot?o6nkuq#iefix') format('embedded-opentype'),
|
|
url('../fonts/icomoon.ttf?o6nkuq') format('truetype'),
|
|
url('../fonts/icomoon.woff?o6nkuq') format('woff'),
|
|
url('../fonts/icomoon.svg?o6nkuq#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.headicons {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.masthead-title .headicons a {
|
|
color: #505050;
|
|
text-decoration: none;
|
|
}
|
|
|
|
i.iconm {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
padding: 0px 4px 0px 4px;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
i.iconside {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 1.0rem;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.iconm {
|
|
-o-transition:.5s;
|
|
-ms-transition:.5s;
|
|
-moz-transition:.5s;
|
|
-webkit-transition:.5s;
|
|
transition: .5s;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.iconm:hover {
|
|
background-color: #999999;
|
|
border-radius: 30px;
|
|
color: white;
|
|
}
|
|
|
|
.iconm-home:before {
|
|
content: "\e900";
|
|
}
|
|
.iconm-pencil2:before {
|
|
content: "\e906";
|
|
}
|
|
.iconm-quill:before {
|
|
content: "\e907";
|
|
}
|
|
.iconm-blog:before {
|
|
content: "\e909";
|
|
}
|
|
.iconm-profile:before {
|
|
content: "\e923";
|
|
}
|
|
.iconm-envelop:before {
|
|
content: "\e945";
|
|
}
|
|
.iconm-location:before {
|
|
content: "\e947";
|
|
}
|
|
.iconm-compass2:before {
|
|
content: "\e94a";
|
|
}
|
|
|
|
.iconm-user:before {
|
|
content: "\e971";
|
|
}
|
|
.iconm-user-tie:before {
|
|
content: "\e976";
|
|
}
|
|
.iconm-embed2:before {
|
|
content: "\ea80";
|
|
}
|
|
.iconm-terminal:before {
|
|
content: "\ea81";
|
|
}
|
|
.iconm-google-plus:before {
|
|
content: "\ea88";
|
|
}
|
|
.iconm-twitter:before {
|
|
content: "\ea91";
|
|
}
|
|
.iconm-feed2:before {
|
|
content: "\ea94";
|
|
}
|
|
.iconm-github2:before {
|
|
content: "\eab2";
|
|
}
|
|
.iconm-wordpress:before {
|
|
content: "\eab6";
|
|
}
|
|
.iconm-linkedin2:before {
|
|
content: "\eac9";
|
|
}
|
|
.iconm-file-pdf:before {
|
|
content: "\eada";
|
|
}
|
|
.iconm-html5:before {
|
|
content: "\eadf";
|
|
}
|
|
|
|
/*END*/
|