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
- Open the CSS library-vars.css file containing the
@font-face declarations.
- Locate the
@font-face rules for fonts such as "Source Sans Pro" and "Roboto Condensed."
- Observe that some
url() values are not enclosed in quotes.
- See error.
Expectation
The URL () value should be enclosed in quotes to ensure consistent behavior across all browsers.
Screenshots

Environment
- Device: Laptop
- OS: Linux
- Browser: Chrome
Resolution
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