@ keyframes flip-synthesis {
0% { font-synthesis: none; }
100% { font-synthesis: initial; }
}
body {
animation: 3s infinite flip-synthesis;
}
…is a slick idea for detecting faux bold styles: https://clagnut.com/blog/2438/
@fonts this aslo works with faux italic, nice !