Skip to content

Commit

Permalink
Merge pull request #389 from jayrobwilliams/fontawesome-syntax
Browse files Browse the repository at this point in the history
fix font awesome code icon in syntax box
  • Loading branch information
rjzupkoii authored Feb 15, 2024
2 parents 9a753e1 + f776953 commit 5d2e39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ div.highlighter-rouge, figure.highlight {
padding: 0.5em;
background-color: $lighter-gray;
content: "\f121";
font-family: "fontawesome" !important;
font-family: "Font Awesome 5 Free" !important;
font-size: $type-size-6;
line-height: 1;
text-transform: none;
Expand Down

0 comments on commit 5d2e39d

Please sign in to comment.