"Fossies" - the Fresh Open Source Software Archive 
Member "neos-development-collection-7.0.1/Neos.Neos/Resources/Public/Library/fontawesome/scss/brands.scss" (23 Feb 2021, 803 Bytes) of package /linux/www/neos-development-collection-7.0.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) SASS/SCSS source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 /*!
2 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
3 * License - https://fontawesome.com/license/free (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: 400;
11 font-display: $fa-font-display;
12 src: url('#{$fa-font-path}/fa-brands-400.eot');
13 src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
14 url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
15 url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
16 url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
17 url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
18 }
19
20 .fab {
21 font-family: 'Font Awesome 5 Brands';
22 font-weight: 400;
23 }