File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ For readability they have not been repeated explicitly.
56
56
<h2 id="basic-font-props">
57
57
Basic Font Properties</h2>
58
58
59
+ Issue(126):
60
+
59
61
<h3 id="font-family-prop">
60
62
Font family: the 'font-family!!property' property</h3>
61
63
@@ -115,6 +117,29 @@ Issue(731):
115
117
116
118
Issue(5892):
117
119
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
+
118
143
119
144
<!-- should this stay in Fonts 4 or be here in Fonts 5? -->
120
145
You can’t perform that action at this time.
0 commit comments