Warning, /iDDS/monitor/data/css/icons/font-awesome/less/fa-solid.less is written in an unsupported language. File is not indexed.
0001 /*!
0002 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
0003 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
0004 */
0005 @import "_variables.less";
0006
0007 @font-face {
0008 font-family: 'Font Awesome 5 Free';
0009 font-style: normal;
0010 font-weight: 900;
0011 src: url('@{fa-font-path}/fa-solid-900.eot');
0012 src: url('@{fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
0013 url('@{fa-font-path}/fa-solid-900.woff2') format('woff2'),
0014 url('@{fa-font-path}/fa-solid-900.woff') format('woff'),
0015 url('@{fa-font-path}/fa-solid-900.ttf') format('truetype'),
0016 url('@{fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
0017 }
0018
0019 .fa,
0020 .fas {
0021 font-family: 'Font Awesome 5 Free';
0022 font-weight: 900;
0023 }