Opened 11 years ago
Closed 11 years ago
#10676 closed Bug (duplicate)
Font style tool shouldn't lowercase font style attributes
Reported by: | Cong Lin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 4.2 |
Keywords: | Cc: |
Description
Now when using font tool to set a font-family to a block of texts, It is always made font name lower case. For example, Changing the font to comic sans, it adds the style: font-family: comic sans ms,chalkboardse-regular,cursive; It should be as it is in the code: font-family: Comic Sans MS, 'ChalkboardSE-Regular', cursive;
This will make fonts not show correctly on different browsers
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Your issue is a duplicate of #5966.
There was a similar issue before but now I see it happens again http://dev.ckeditor.com/ticket/5966 and http://dev.ckeditor.com/ticket/5930