font-width is the new name for font-stretch. If I target old browsers, font-width should be transpiled to font-stretch. If in the future all my targets support font-width, font-stretch should be transpiled to it. Just like autoprefixing, except you can't reuse the logic.
font-width is the new name for font-stretch. If I target old browsers, font-width should be transpiled to font-stretch. If in the future all my targets support font-width, font-stretch should be transpiled to it. Just like autoprefixing, except you can't reuse the logic.