1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | @font-face {
|
7 | font-family: 'Font Awesome 5 Brands';
|
8 | font-display: block;
|
9 | font-weight: 400;
|
10 | src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }
|
11 |
|
12 | @font-face {
|
13 | font-family: 'Font Awesome 5 Free';
|
14 | font-display: block;
|
15 | font-weight: 900;
|
16 | src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }
|
17 |
|
18 | @font-face {
|
19 | font-family: 'Font Awesome 5 Free';
|
20 | font-display: block;
|
21 | font-weight: 400;
|
22 | src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }
|