2022-02-07 14:16:51 -06:00
|
|
|
/*!
|
2023-11-27 21:44:28 +00:00
|
|
|
* Font Awesome Free 6.5.0 by @fontawesome - https://fontawesome.com
|
2022-02-07 14:16:51 -06:00
|
|
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
2023-02-07 13:23:03 -06:00
|
|
|
* Copyright 2023 Fonticons, Inc.
|
2022-02-07 14:16:51 -06:00
|
|
|
*/
|
|
|
|
@import "_variables.less";
|
|
|
|
|
|
|
|
:root, :host {
|
2022-08-31 16:02:43 -05:00
|
|
|
--@{fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands';
|
|
|
|
--@{fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
|
2022-02-07 14:16:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Font Awesome 6 Brands';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-display: @fa-font-display;
|
|
|
|
src: url('@{fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
|
|
|
url('@{fa-font-path}/fa-brands-400.ttf') format('truetype');
|
|
|
|
}
|
|
|
|
|
|
|
|
.fab,
|
2022-03-15 14:08:55 -05:00
|
|
|
.@{fa-css-prefix}-brands {
|
2022-02-07 14:16:51 -06:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
each(.fa-brand-icons(), {
|
|
|
|
.@{fa-css-prefix}-@{key}:before { content: @value; }
|
|
|
|
});
|