Skip to content

[Bug] Incorrect URL Syntax in @font-face Declarations  #266

@Vanessa082

Description

@Vanessa082

Description

Incorrect URL syntax in @font-face declaration. The url() value is not enclosed in quotes, which may lead to unexpected behavior in certain browsers.

Reproduction

  1. Open the CSS library-vars.css file containing the @font-face declarations.
  2. Locate the @font-face rules for fonts such as "Source Sans Pro" and "Roboto Condensed."
  3. Observe that some url() values are not enclosed in quotes.
  4. See error.

Expectation

The URL () value should be enclosed in quotes to ensure consistent behavior across all browsers.

Screenshots

Screenshot from 2024-10-05 13-32-35

Environment

  • Device: Laptop
  • OS: Linux
  • Browser: Chrome

Resolution

  • I would be interested in resolving this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions