Files
hugoDocs/pipeline/scss/base/_fontello.scss
T
2017-03-01 01:15:23 -06:00

119 lines
5.1 KiB
SCSS
Executable File

@font-face {
font-family: 'fontello';
src: url('/fonts/fontello/fontello.eot');
src: url('/fonts/fontello/fontello.woff2') format('woff2'),
url('/fonts/fontello/fontello.woff') format('woff'),
url('/fonts/fontello/fontello.ttf') format('truetype'),
url('/fonts/fontello/fontello.svg?78165468#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?78165468#fontello') format('svg');
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-alert:before { content: '\e810'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-attach:before { content: '\e820'; } /* '' */
.icon-attention:before { content: '\e80f'; } /* '' */
.icon-bash:before { content: '\e804'; } /* '' */
.icon-bell:before { content: '\e80d'; } /* '' */
.icon-cancel:before { content: '\e81e'; } /* '' */
.icon-caution:before { content: '\e80f'; } /* '' */
.icon-chrome:before { content: '\e841'; } /* '' */
.icon-clipboard:before { content: '\e817'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-cog-alt:before { content: '\e814'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-docs:before { content: '\f15c'; } /* '' */
.icon-download:before { content: '\e815'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-firefox:before { content: '\e840'; } /* '' */
.icon-flag:before { content: '\e813'; } /* '' */
.icon-forum:before {content: '\f03d';margin-right:.3em;} /* '' */
.icon-github:before { content: '\f09b'; } /* '' */
.icon-gitter:before { content: '\e819'; } /* '' */
.icon-go:before { content: '\e801'; } /* '' */
.icon-golang:before { content: '\e801'; } /* '' */
.icon-heart:before { content: '\e81d'; } /* '' */
.icon-help:before { content: '\e81b'; } /* '' */
.icon-home:before { content: '\e812'; } /* '' */
.icon-html.input:before { content: '\e81f'; } /* '' adds the hugo logo to "code" shortcode for filenames that end in ".html"*/
.icon-html5:before { content: '\e800'; } /* '' */
.icon-html:before { content: '\e800'; } /* '' */
.icon-hugo:before { content: '\e81f'; } /* '' */
.icon-ie:before { content: '\e843'; } /* '' */
.icon-info:before { content: '\e811'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-javascript:before { content: '\e802'; } /* '' */
.icon-js:before { content: '\e802'; } /* '' */
.icon-json:before { content: '\e81c'; } /* '' */
.icon-link:before { content: '\e816'; } /* '' */
.icon-linkedin:before { content: '\f30c'; } /* '' */
.icon-love:before { content: '\e81d'; } /* '' */
.icon-mail:before { content: '\e821'; } /* '' */
.icon-markdown:before { content: '\e80e'; } /* '' */
.icon-md:before { content: '\e80e'; } /* '' */
.icon-note:before { content: '\e80d'; } /* '' */
.icon-opera:before { content: '\e842'; } /* '' */
.icon-pdf:before { content: '\f1c1'; } /* '' */
.icon-pencil:before { content: '\e80c'; } /* '' */
.icon-picture:before { content: '\e808'; } /* '' */
.icon-quote-left:before { content: '\e809'; } /* '' */
.icon-quote-right:before { content: '\e80a'; } /* '' */
.icon-sass:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e80b'; } /* '' */
.icon-sh:before { content: '\e804'; } /* '' */
.icon-bash:before { content: '\e804'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-tag:before { content: '\e806'; } /* '' */
.icon-tags:before { content: '\e805'; } /* '' */
.icon-terminal:before { content: '\e804'; } /* '' */
.icon-thumbs-up:before { content: '\e81a'; } /* '' */
.icon-twitter:before { content: '\e807'; } /* '' */
.icon-warn:before { content: '\e810'; } /* '' */
.icon-warning:before { content: '\e810'; } /* '' */
.icon-website:before { content: '\e818'; } /* '' */
.icon-yaml:before,.icon-yml:before,.icon-toml:before { content: '\f121'; } //same as .icon-code