zachleat’s avatarzachleat’s Twitter Archive—№ 26,121

  1. Q. Can you use @​supports to test support for individual font families? A. No, you cannot. Specifically, this code passes: @​supports (font-family: ThisFontDoesNotExist) {} codepen.io/zachleat/pen/dBGNea This is a good thing—it avoids yet another vector for fingerprinting.