What's this about?
Describe it simply:
The webfonts don't work well in snapshot.
Original:
Snapshot:
Quick demo?
The font is added with the following method:
const myFont = new FontFace('My Font', 'url(https://xxx/font.woff2)');
document.fonts.add(customFont)
Anything else we should know?