|
| 1 | +@font-face { |
| 2 | + font-family: 'Font Awesome 5 Brands'; |
| 3 | + font-style: normal; |
| 4 | + font-weight: normal; |
| 5 | + font-display: block; |
| 6 | + src: url("../font/fa-brands-400.woff2") format("woff2"), |
| 7 | + url("../font/fa-brands-400.woff") format("woff"), |
| 8 | + url("../font/fa-brands-400.svg#fontawesome") format("svg"); |
| 9 | +} |
| 10 | + |
| 11 | +@font-face { |
| 12 | + font-family: 'Font Awesome 5 Free'; |
| 13 | + font-style: normal; |
| 14 | + font-weight: 900; |
| 15 | + font-display: block; |
| 16 | + src: url("../font/fa-solid-900.woff2") format("woff2"), |
| 17 | + url("../font/fa-solid-900.woff") format("woff"), |
| 18 | + url("../font/fa-solid-900.svg#fontawesome") format("svg"); |
| 19 | +} |
| 20 | + |
1 | 21 | .fas, |
2 | 22 | .fab { |
3 | 23 | -moz-osx-font-smoothing: grayscale; |
|
9 | 29 | line-height: 1; |
10 | 30 | } |
11 | 31 |
|
| 32 | +.fab { |
| 33 | + font-family: 'Font Awesome 5 Brands', serif; |
| 34 | +} |
| 35 | + |
| 36 | +.fas { |
| 37 | + font-family: 'Font Awesome 5 Free', serif; |
| 38 | + font-weight: 900; |
| 39 | +} |
| 40 | + |
12 | 41 | .fa-align-left::before { |
13 | 42 | content: "\f036"; |
14 | 43 | } |
|
64 | 93 | content: "\f099"; |
65 | 94 | } |
66 | 95 |
|
67 | | -@font-face { |
68 | | - font-family: 'Font Awesome 5 Brands'; |
69 | | - font-style: normal; |
70 | | - font-weight: normal; |
71 | | - font-display: auto; |
72 | | - src: url("../font/fa-brands-400.eot"); |
73 | | - src: url("../font/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../font/fa-brands-400.woff2") format("woff2"), url("../font/fa-brands-400.woff") format("woff"), url("../font/fa-brands-400.ttf") format("truetype"), url("../font/fa-brands-400.svg#fontawesome") format("svg"); |
74 | | -} |
75 | | - |
76 | | -.fab { |
77 | | - font-family: 'Font Awesome 5 Brands', serif; |
78 | | -} |
79 | | - |
80 | | -@font-face { |
81 | | - font-family: 'Font Awesome 5 Free'; |
82 | | - font-style: normal; |
83 | | - font-weight: 900; |
84 | | - font-display: auto; |
85 | | - src: url("../font/fa-solid-900.eot"); |
86 | | - src: url("../font/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg#fontawesome") format("svg"); |
87 | | -} |
88 | | - |
89 | | -.fas { |
90 | | - font-family: 'Font Awesome 5 Free', serif; |
91 | | - font-weight: 900; |
92 | | -} |
93 | 96 |
|
94 | 97 | /* Font Awesome 5 Admonition Support */ |
95 | 98 | /* |
|
0 commit comments