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

Font family, font name with space should be wrapped with "" #22

Closed
softmarshmallow opened this issue Aug 11, 2021 · 1 comment
Closed

Comments

@softmarshmallow
Copy link
Member

Current output

const RootWrapperCheckingExistingComponents = styled.span`
	color: rgba(193, 193, 193, 1);
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: Helvetica Neue;
	font-weight: 400;
	text-align: left;
	min-height: 19px;
	width: 265px;
`;

font-family: Helvetica Neue;

should be
font-family: "Helvetica Neue";

@softmarshmallow
Copy link
Member Author

Feature implemented with @web-builder/styles#fontName(...)

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

No branches or pull requests

1 participant