CSS Counter Styles has an extends descriptor that basically copies all the descriptors of a different @counter-style rule and lets this @counter-style rule override specific ones rather than repeating them all. See https://www.w3.org/TR/css-counter-styles-3/#extends-system
It might make sense to copy that system over to @font-face, to make it easy to tweak the definitions of a common font face into multiple variants?
CSS Counter Styles has an
extendsdescriptor that basically copies all the descriptors of a different@counter-stylerule and lets this@counter-stylerule override specific ones rather than repeating them all. See https://www.w3.org/TR/css-counter-styles-3/#extends-systemIt might make sense to copy that system over to
@font-face, to make it easy to tweak the definitions of a common font face into multiple variants?