UNPKG

578 BSCSSView Raw
1@import 'variables';
2
3@font-face {
4 font-family: 'Font Awesome 5 Free';
5 font-style: normal;
6 font-weight: 900;
7 src: url('#{$fa-font-path}/fa-solid-900.eot');
8 src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
9 url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
10 url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
11 url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
12 url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
13}
14
15.fa,
16.fas {
17 font-family: 'Font Awesome 5 Free';
18 font-weight: 900;
19}