|
3 | 3 | font-style: normal; |
4 | 4 | font-weight: normal; |
5 | 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"); |
| 6 | + src: |
| 7 | + url("../font/fa-brands-400.woff2") format("woff2"), |
| 8 | + url("../font/fa-brands-400.woff") format("woff"), |
| 9 | + url("../font/fa-brands-400.svg#fontawesome") format("svg"); |
9 | 10 | } |
10 | 11 |
|
11 | 12 | @font-face { |
12 | 13 | font-family: 'Font Awesome 5 Free'; |
13 | 14 | font-style: normal; |
14 | 15 | font-weight: 900; |
15 | 16 | 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"); |
| 17 | + src: |
| 18 | + url("../font/fa-solid-900.woff2") format("woff2"), |
| 19 | + url("../font/fa-solid-900.woff") format("woff"), |
| 20 | + url("../font/fa-solid-900.svg#fontawesome") format("svg"); |
19 | 21 | } |
20 | 22 |
|
21 | 23 | .fas, |
|
92 | 94 | color: #1da1f2; |
93 | 95 | content: "\f099"; |
94 | 96 | } |
95 | | - |
96 | | - |
97 | | -/* Font Awesome 5 Admonition Support */ |
98 | | -/* |
99 | | -.doc .admonitionblock .icon { |
100 | | - border-radius: 1rem; |
101 | | -} |
102 | | -
|
103 | | -i.fab[class^='icon-'], |
104 | | -i.fab[class*=' icon-']:before { |
105 | | - content: ""; |
106 | | - height: 1.25rem; |
107 | | - width: 1.25rem; |
108 | | - margin-right: 0.25rem; |
109 | | - margin-left: -0.5rem; |
110 | | -} |
111 | | -
|
112 | | -i.fa.icon-note:before { |
113 | | - background: no-repeat url("../img/note.svg"); |
114 | | -} |
115 | | -
|
116 | | -i.fa.icon-tip:before { |
117 | | - background: no-repeat url("../img/tip.svg"); |
118 | | -} |
119 | | -
|
120 | | -i.fa.icon-important:before { |
121 | | - background: no-repeat url("../img/important.svg"); |
122 | | -} |
123 | | -
|
124 | | -i.fa.icon-warning:before { |
125 | | - background: no-repeat url("../img/warning.svg"); |
126 | | -} |
127 | | -
|
128 | | -i.fa.icon-caution:before { |
129 | | - background: no-repeat url("../img/caution.svg"); |
130 | | -} |
131 | | -*/ |
0 commit comments