Skip to content

Wrong font weight on https://webengineshackfest.org/ #37236

@simonwuelker

Description

@simonwuelker

Minimal testcase:

<!DOCTYPE html>
<html lang="en"><head>
    <style>
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
        }
    </style>
    <style>
        @font-face {
          font-family: 'Montserrat';
          font-weight: 700;
          font-display: swap;
          src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
        }
    </style>
    <h2>The hackfest</h2>
</body></html>

Servo:

Image

Firefox:

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions