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 family name truncated to single word without spaces #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kontur
Copy link
Contributor

@kontur kontur commented Aug 2, 2018

I found that under certain circumstances a css family name with several spaces (and possibly because of keywords like Regular in that extensive family name) in the name would fail to render. Truncating such a long family name that includes spaces into a single word solves this problem with the only "drawback" being that the display css font-family will be truncated, i.e. instead of font-family: Very long name font regular; it would show as font-family: Verylongnamefontregular; in the browser inspector.

I expanded the current _getCSSFamilyName pass through to perform this modification.

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.

2 participants