Warning, /iDDS/monitor/data/css/icons/font-awesome/scss/fa-brands.scss 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';
0006
0007 @font-face {
0008 font-family: 'Font Awesome 5 Brands';
0009 font-style: normal;
0010 font-weight: normal;
0011 src: url('#{$fa-font-path}/fa-brands-400.eot');
0012 src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
0013 url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
0014 url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
0015 url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
0016 url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
0017 }
0018
0019 .fab {
0020 font-family: 'Font Awesome 5 Brands';
0021 }