UNPKG

593 Btext/lessView Raw
1@import "_variables.less";
2
3@font-face {
4 font-family: 'Font Awesome 5 Free';
5 font-style: normal;
6 font-weight: 400;
7 src: url('@{fa-font-path}/fa-regular-400.eot');
8 src: url('@{fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
9 url('@{fa-font-path}/fa-regular-400.woff2') format('woff2'),
10 url('@{fa-font-path}/fa-regular-400.woff') format('woff'),
11 url('@{fa-font-path}/fa-regular-400.ttf') format('truetype'),
12 url('@{fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
13}
14
15.far {
16 font-family: 'Font Awesome 5 Free';
17 font-weight: 400;
18}