Fix broken FontAwesome in manual

This commit is contained in:
Alex Cabal 2020-12-29 19:54:21 -06:00
parent 421bb335bc
commit 6ce16e900e
2 changed files with 3 additions and 3 deletions

View file

@ -321,7 +321,7 @@ figure p.wrong{
figure p.wrong::before, figure p.wrong::before,
figure.wrong::before{ figure.wrong::before{
font-family: "FontAwesome"; font-family: "ForkAwesome";
content: "\f00d"; content: "\f00d";
font-size: 1.5rem; font-size: 1.5rem;
width: 1.5rem; width: 1.5rem;
@ -335,7 +335,7 @@ figure.wrong::before{
figure p.corrected::before, figure p.corrected::before,
figure.corrected::before{ figure.corrected::before{
font-family: "FontAwesome"; font-family: "ForkAwesome";
content: "\f00c"; content: "\f00c";
font-size: 1.5rem; font-size: 1.5rem;
line-height: 1; line-height: 1;
@ -544,7 +544,7 @@ figure.corrected code{
} }
.manual aside.tip::before{ .manual aside.tip::before{
font-family: "FontAwesome"; font-family: "ForkAwesome";
content: "\f0eb"; content: "\f0eb";
font-size: 1rem; font-size: 1rem;
position: absolute; position: absolute;

Binary file not shown.