Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css - don't quote fonts if already quoted #11389

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Nov 13, 2024

Related to #11268

We don't want to quote aggressively if the font is already quoted

mainfont: Creepster, "Cascadia Code", Inter

mainfont: Creepster, Cascadia Code, Inter

mainfont: Creepster, 'Cascadia Code', Inter

It should all work the same and result in same CSS

--bs-body-font-family: Creepster, "Cascadia Code", Inter;

Adding playwright test for checking this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant