Skip to content

Commit eb3af64

Browse files
author
litherum
committed
[css-fonts-4] Definition for src descriptor and local(), data()
#677
1 parent 9f79498 commit eb3af64

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
11681168

11691169
<pre class='descdef mq'>
11701170
Name: src
1171-
Value: [ <<url>> [ format( <<string>> # )]? | <<font-face-name>> ] #
1171+
Value: [ <<url>> [ format( <<string>> # )]? | local(<<font-face-name>>) ] #
11721172
For: @font-face
11731173
Initial: N/A
11741174
</pre>
@@ -1291,9 +1291,7 @@ at least as dark as its predecessor. Only values between 1 - 999 are valid, and
12911291
copy of a given font and download it if it's not, <code>local()</code>
12921292
can be used. The locally-installed 'font-face-name'
12931293
argument to <code>local()</code> is a format-specific string that
1294-
uniquely identifies a single font face within a larger family. The
1295-
syntax for a 'font-face-name' is a unique font face
1296-
name enclosed by "local(" and ")". The name can optionally be
1294+
uniquely identifies a single font face within a larger family. The name can optionally be
12971295
enclosed in quotes. If unquoted, the unquoted font family name
12981296
processing conventions apply; the name must be a sequence of
12991297
identifiers separated by <a href="https://www.w3.org/TR/css3-syntax/#whitespace">whitespace</a>

0 commit comments

Comments
 (0)