Skip to content

Commit 1588938

Browse files
committed
re-add font-family-name-quotes: always-where-recommended
1 parent 0dad81a commit 1588938

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

frontend/static/funbox/asl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@font-face {
2-
font-family: "Gallaudet";
2+
font-family: Gallaudet;
33
src: url("/webfonts/GallaudetRegular.woff2") format("woff2");
44
}
55

66
#wordsWrapper {
7-
font-family: "Gallaudet" !important;
7+
font-family: Gallaudet !important;
88
}

stylelint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default {
4444
"selector-class-pattern": null,
4545
"selector-id-pattern": null,
4646

47-
"font-family-name-quotes": null, // add // default: always-where-recommended
4847
"function-url-quotes": null, // add // default: always
4948

5049
"declaration-block-no-redundant-longhand-properties": null,

0 commit comments

Comments
 (0)