Get to know MDN better
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The forEach() method of CSSFontFeatureValuesMap instances executes a provided function once per each key/value pair in this map, in insertion order.
A function to execute for each entry in the map. The function is called with the following arguments:
valueValue of each iteration.
keyKey of each iteration.
mapThe map being iterated.
thisArg OptionalA value to use as this when executing callbackFn.
None (undefined).
The following example logs the key and value for each entry in the @swash rule. This example is using @swash but also works with other feature value blocks.
| CSS Fonts Module Level 4 # cssfontfeaturevaluesmap |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Feb 24, 2026 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.