-
-
Notifications
You must be signed in to change notification settings - Fork 113
[Bug] Incorrect URL Syntax in @font-face Declarations #266
Copy link
Copy link
Open
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents
Metadata
Metadata
Assignees
Labels
💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work🛠 goal: fixBug fixBug fix🟧 priority: highStalls work on the project or its dependentsStalls work on the project or its dependents
Type
Projects
Status
Backlog
Description
Incorrect URL syntax in
@font-facedeclaration. Theurl()value is not enclosed in quotes, which may lead to unexpected behavior in certain browsers.Reproduction
@font-facedeclarations.@font-facerules 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