We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5532ee commit 97bb310Copy full SHA for 97bb310
1 file changed
css-fonts-3/Fonts.src.html
@@ -4168,6 +4168,9 @@ <h3 id="font-feature-settings-prop">Low-level font feature settings control: the
4168
synonymous with 0. If the value is omitted, a value of 1 is assumed.
4169
</p>
4170
4171
+<p id="ffs-map">The computed value of font-feature-settings is a map,
4172
+ so any duplicates in the specified value must not be preserved. </p>
4173
+
4174
<pre>
4175
font-feature-settings: "dlig" 1; /* dlig=1 enable discretionary ligatures */
4176
font-feature-settings: "smcp" on; /* smcp=1 enable small caps */
0 commit comments