Skip to content

The webfonts don't work if referenced via @font-face / new FontFace() #43

@stevobm

Description

@stevobm

What's this about?

  • I found a bug
  • I have a feature idea

Describe it simply:

The webfonts don't work well in snapshot.

Original:

Image

Snapshot:

Image

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?

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions