Skip to content

Commit f776953

Browse files
fix font awesome code icon in syntax box
1 parent 25c30de commit f776953

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
@@ -18,7 +18,7 @@ div.highlighter-rouge, figure.highlight {
1818
padding: 0.5em;
1919
background-color: $lighter-gray;
2020
content: "\f121";
21-
font-family: "fontawesome" !important;
21+
font-family: "Font Awesome 5 Free" !important;
2222
font-size: $type-size-6;
2323
line-height: 1;
2424
text-transform: none;

0 commit comments

Comments
 (0)