creativecommons / search

Creative Commons Search Portal
https://search.creativecommons.org/
MIT License
19 stars 114 forks source link

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

Open Vanessa082 opened 1 month ago

Vanessa082 commented 1 month ago

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

Resolution

possumbilities commented 1 month ago

Please see this upstream issue and accompanying comments: https://github.com/creativecommons/vocabulary/issues/100

Moving to status: blocked, as the decision made upstream will affect whether this Issue moves forward or is closed.