diff --git a/css/css-fonts/matching/README.md b/css/css-fonts/matching/README.md index 653f4d933cd0ee..7d333c5bca5145 100644 --- a/css/css-fonts/matching/README.md +++ b/css/css-fonts/matching/README.md @@ -35,12 +35,12 @@ Using the **Variable Test Axis Matching** font, [reference tests](https://web-pl ## Font Glyphs Reference -The following table explains the relationship between the M, N, O, P variation axis controlled glyphs and the non-scaled glyphs used as references. +The following table explains the relationship between the M, N, O, P variation axis controlled glyphs and the non-scaled glyphs used as references. The values are specified as OpenType axis parameter values. CSS values are mapped to to those values, for example from CSS font-weight values straight to `wght`, for width from percentages straight to `wdth`. For `slnt` the CSS values are positive clockwise, but the OpenType values are positive turning counterclockwise. Here the mapping is inverted, i.e. the CSS value is multiple by -1. Compare the note in [the CSS font style property](https://drafts.csswg.org/css-fonts/#font-style-prop). | Bar Length in FUnits | 200 | 400 | 600 | 800 | 1000 | 1200 | 1400 | 1600 | 1800 | :---: | :---: |:---: |:---: |:---: |:---: |:---: |:---: |:---: |:---: | -| Glyph **N**, Style, `slnt` | -90.00% | -67.50% | -45.00% | -20.00% | 0.00% | 20.00% | 45.00% | 67.50% | 90.00% -| Glyph **M**, Stretch Axis `wdth` | 50% | 62.50% | 75% | 87.50% | 100% | 112.50% | 125% | 150% | 200% +| Glyph **N**, Style, `slnt` | 90 | 67.5 | 45 | 20 | 0.00 | -20 | -45 | -67.5 | -90 +| Glyph **M**, Stretch Axis `wdth` | 50 | 62.5 | 75 | 87.5 | 100 | 112.5 | 125 | 150 | 200 | Glyph **O**, Style, `ital` | 0 | 0.125 | 0.25 | 0.375 | 0.5 | 0.625 | 0.75 | 0.875 | 1 | Glyph **P**, Weight, `wght` | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | **Ref Glyphs for:** | | | | | | | | | diff --git a/css/css-fonts/matching/resources/variabletest_matching.ttf b/css/css-fonts/matching/resources/variabletest_matching.ttf index 307af4926cbac2..7a09643083b14d 100644 Binary files a/css/css-fonts/matching/resources/variabletest_matching.ttf and b/css/css-fonts/matching/resources/variabletest_matching.ttf differ