mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -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.wrong::before{
|
||||
font-family: "FontAwesome";
|
||||
font-family: "ForkAwesome";
|
||||
content: "\f00d";
|
||||
font-size: 1.5rem;
|
||||
width: 1.5rem;
|
||||
|
@ -335,7 +335,7 @@ figure.wrong::before{
|
|||
|
||||
figure p.corrected::before,
|
||||
figure.corrected::before{
|
||||
font-family: "FontAwesome";
|
||||
font-family: "ForkAwesome";
|
||||
content: "\f00c";
|
||||
font-size: 1.5rem;
|
||||
line-height: 1;
|
||||
|
@ -544,7 +544,7 @@ figure.corrected code{
|
|||
}
|
||||
|
||||
.manual aside.tip::before{
|
||||
font-family: "FontAwesome";
|
||||
font-family: "ForkAwesome";
|
||||
content: "\f0eb";
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue