[Bug] Incorrect URL Syntax in @font-face Declarations #266
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚧 status: blocked
Blocked & therefore, not ready for work
Description
Incorrect URL syntax in
@font-face
declaration. Theurl()
value is not enclosed in quotes, which may lead to unexpected behavior in certain browsers.Reproduction
@font-face
declarations.@font-face
rules for fonts such as "Source Sans Pro" and "Roboto Condensed."url()
values are not enclosed in quotes.Expectation
The
URL ()
value should be enclosed in quotes to ensure consistent behavior across all browsers.Screenshots
Environment
Resolution
The text was updated successfully, but these errors were encountered: