22 lines
763 B
CSS
22 lines
763 B
CSS
/*!
|
|
* Font Awesome v4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
*/
|
|
@import url('font-awesome-css.min.css');
|
|
/* FONT PATH
|
|
* -------------------------- */
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('fonts/fontawesome-webfont.eot');
|
|
src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
|
url('fonts/fontawesome-webfont.woff2') format('woff2'),
|
|
url('fonts/fontawesome-webfont.woff') format('woff'),
|
|
url('fonts/fontawesome-webfont.ttf') format('truetype'),
|
|
url('fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/*
|
|
Embed code ea731dcb6f
|
|
*/
|