Skip to content

Commit 7c2ff0b

Browse files
committed
Recognize css font: in addition to font-family:
1 parent 1433749 commit 7c2ff0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/spelling/candidate.patterns

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ index (?:[0-9a-z]{7,40},|)[0-9a-z]{7,40}\.\.[0-9a-z]{7,40}
2222
['"`\s][-bcdLlpsw](?:[-r][-w][-Ssx]){2}[-r][-w][-SsTtx]\+?['"`\s]
2323

2424
# css fonts
25-
\bfont-family:[^;}]+
25+
\bfont(?:-family|):[^;}]+
2626

2727
# css url wrappings
2828
\burl\([^)]+\)

0 commit comments

Comments
 (0)