github.com/oinume/lekcije@v0.0.0-20231017100347-5b4c5eb6ab24/frontend/lib/fontawesome/web-fonts-with-css/scss/fa-brands.scss (about) 1 /*! 2 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com 3 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) 4 */ 5 @import 'variables'; 6 7 @font-face { 8 font-family: 'Font Awesome 5 Brands'; 9 font-style: normal; 10 font-weight: normal; 11 src: url('#{$fa-font-path}/fa-brands-400.eot'); 12 src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'), 13 url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'), 14 url('#{$fa-font-path}/fa-brands-400.woff') format('woff'), 15 url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'), 16 url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg'); 17 } 18 19 .fab { 20 font-family: 'Font Awesome 5 Brands'; 21 }