We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using this plugin when I select both font-size and font family, it results to:
<span class="text-huge" style="font-family:Bitter, Georgia, serif;">test</span>
That is OK
But when CKeditor loads this, it removes font-family style.
font-family
However when you do not choose font size and load this, it works good: <span style="font-family:Bitter, Georgia, serif;">test</span>
<span style="font-family:Bitter, Georgia, serif;">test</span>
The text was updated successfully, but these errors were encountered:
cc @jodator
Sorry, something went wrong.
Yes we are aware of this problem. However we need to fix this at engine level: https://github.com/ckeditor/ckeditor5-engine/issues/1348.
I'm closing this as https://github.com/ckeditor/ckeditor5-engine/issues/1348 is closed. The issue was fixed at the engine level:
I've forgot to update the font definitions.
Ugh.. again sorry. I've just forgot to rebuild the decoupled editor build before testing it.
It works as supposed without touching the font conversion definitions.
jodator
No branches or pull requests
Using this plugin when I select both font-size and font family, it results to:
<span class="text-huge" style="font-family:Bitter, Georgia, serif;">test</span>
That is OK
But when CKeditor loads this, it removes
font-family
style.However when you do not choose font size and load this, it works good:
<span style="font-family:Bitter, Georgia, serif;">test</span>
The text was updated successfully, but these errors were encountered: