diff --git a/.stylelintrc.json b/.stylelintrc.json index 7a710d4da..ee76edfed 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,7 +7,7 @@ "at-rule-empty-line-before": ["always", { "ignore": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"] }], "declaration-colon-newline-after": null, "declaration-empty-line-before": "never", - "font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "OpenDyslexic", "soapbox"] }], + "font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "Font Awesome 5 Free", "OpenDyslexic", "soapbox"] }], "no-descending-specificity": null, "no-duplicate-selectors": null, "scss/at-rule-no-unknown": true diff --git a/app/styles/components/snackbar.scss b/app/styles/components/snackbar.scss index b72e0bbcf..b72d0560c 100644 --- a/app/styles/components/snackbar.scss +++ b/app/styles/components/snackbar.scss @@ -7,7 +7,7 @@ justify-content: center; &::before { - font-family: ForkAwesome; + font-family: 'Font Awesome 5 Free'; font-size: 20px; margin-right: 8px; } @@ -16,7 +16,7 @@ background-color: #19759e !important; &::before { - content: ''; + content: '\f05a'; } } @@ -24,7 +24,7 @@ background-color: #199e5a !important; &::before { - content: ''; + content: '\f00c'; } } @@ -32,7 +32,7 @@ background-color: #9e1919 !important; &::before { - content: ''; + content: '\f05e'; } }