diff --git a/styles/_toc.scss b/styles/_toc.scss index a0d5d8b3..cacd0fd6 100644 --- a/styles/_toc.scss +++ b/styles/_toc.scss @@ -88,8 +88,9 @@ pre code.copy + textarea + button.copy, .copy pre code + textarea + button.copy, position: absolute; top: 0; left: 0; - font: normal normal normal 18px/1 FontAwesome; - content: '\F00C'; + font: normal normal normal 18px/1 'Font Awesome 5 Free'; + font-weight: 900; + content: '\f00c'; color: #fff; text-align: center; border-radius: 2px; diff --git a/styles/_yuga_content.scss b/styles/_yuga_content.scss index 58926408..75e73485 100644 --- a/styles/_yuga_content.scss +++ b/styles/_yuga_content.scss @@ -43,7 +43,8 @@ list-style-type: none; &:before { content: '\f067'; - font-family: 'FontAwesome'; + font-family: 'Font Awesome 5 Free'; + font-weight: 900; font-size: 13px; background-color: transparent; border: none;