Skip to content

Commit

Permalink
Use a non-deprecated icon name for notes
Browse files Browse the repository at this point in the history
This fixes warnings when building PDFs:
INFO: note admonition in theme uses icon from deprecated fa icon set; use fas, far, or fab instead

Looking at prawn-icon, far-edit is the correct replacement:
https://github.com/jessedoyle/prawn-icon/blob/e76a2934237f97121fe93223cf5c71499624a594/data/fonts/fa4/shims.yml#L294C1-L295C1

Fixes riscv#6
  • Loading branch information
arichardson committed Feb 14, 2024
1 parent 79e585b commit 4de415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/riscv-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ admonition:
padding: [0, $horizontal_rhythm, 0, $horizontal_rhythm]
icon:
note:
name: pencil-square-o
name: far-edit
stroke_color: 6489b3
tip:
name: comments-o
Expand Down

0 comments on commit 4de415f

Please sign in to comment.