mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Fix broken FontAwesome in manual
This commit is contained in:
parent
421bb335bc
commit
6ce16e900e
2 changed files with 3 additions and 3 deletions
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue