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