We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dad81a commit 1588938Copy full SHA for 1588938
2 files changed
frontend/static/funbox/asl.css
@@ -1,8 +1,8 @@
1
@font-face {
2
- font-family: "Gallaudet";
+ font-family: Gallaudet;
3
src: url("/webfonts/GallaudetRegular.woff2") format("woff2");
4
}
5
6
#wordsWrapper {
7
- font-family: "Gallaudet" !important;
+ font-family: Gallaudet !important;
8
stylelint.config.mjs
@@ -44,7 +44,6 @@ export default {
44
"selector-class-pattern": null,
45
"selector-id-pattern": null,
46
47
- "font-family-name-quotes": null, // add // default: always-where-recommended
48
"function-url-quotes": null, // add // default: always
49
50
"declaration-block-no-redundant-longhand-properties": null,
0 commit comments