Skip to content

Commit 5d2e39d

Browse files
authored
Merge pull request #389 from jayrobwilliams/fontawesome-syntax
fix font awesome code icon in syntax box
2 parents 9a753e1 + f776953 commit 5d2e39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ div.highlighter-rouge, figure.highlight {
1919
padding: 0.5em;
2020
background-color: $lighter-gray;
2121
content: "\f121";
22-
font-family: "fontawesome" !important;
22+
font-family: "Font Awesome 5 Free" !important;
2323
font-size: $type-size-6;
2424
line-height: 1;
2525
text-transform: none;

0 commit comments

Comments
 (0)