Skip to content

Commit 47b1147

Browse files
committed
[css-fonts-4] font-family and src no longer required for validity, as they can be added later by script. Fix #9491
1 parent 6a26fbf commit 47b1147

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

css-fonts-4/Overview.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,7 +2439,6 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>
24392439

24402440
This descriptor defines the font family name
24412441
that will be used in all CSS font family name matching.
2442-
It is required for the ''@font-face'' rule to be valid.
24432442
It overrides the font family names
24442443
contained in the underlying font data.
24452444
If the font family name is the same
@@ -2473,7 +2472,6 @@ The <dfn id="at-font-face-rule">''@font-face''</dfn> rule</h3>
24732472
</pre>
24742473

24752474
This descriptor specifies the resource containing font data.
2476-
It is required for the ''@font-face'' rule to be valid.
24772475
Its value is
24782476
a prioritized,
24792477
comma-separated list

0 commit comments

Comments
 (0)