File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ For readability they have not been repeated explicitly.
5656<h2 id="basic-font-props">
5757Basic Font Properties</h2>
5858
59+ Issue(126):
60+
5961<h3 id="font-family-prop">
6062 Font family: the 'font-family!!property' property</h3>
6163
@@ -115,6 +117,29 @@ Issue(731):
115117
116118Issue(5892):
117119
120+ <pre class='descdef'>
121+ Name : font-size
122+ Value : auto | [<<number>>]#
123+ Initial : normal
124+ For : @font-face
125+ </pre>
126+
127+ <dl dfn-type="value" dfn-for="@font-face/font-size">
128+ <dt> <dfn>auto</dfn> </dt>
129+ <dd>
130+ The font matches any font size
131+ </dd>
132+ <dt> <dfn><<number>></dfn> </dt>
133+ <dd>
134+ If a single <<number>> is given
135+ the font matches that specific font size, only.
136+ If two <<number>> s are given,
137+ they specify a range of font sizes which will match.
138+ </dd>
139+ </dl>
140+
141+
142+
118143
119144<!-- should this stay in Fonts 4 or be here in Fonts 5? -->
120145
You can’t perform that action at this time.
0 commit comments