Ticket #5966 (confirmed Bug)
NormalizeCSS shouldn't lowercase font style attributes
| Reported by: | comp615 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.4.1 |
| Keywords: | Cc: |
Description
Currently, there is no way to specify a font family which has uppercase characters. It is noted in the CSS Specifications that font families can be case sensitive on certain systems (Just like links).
Thus when a font family gets passed through the normalizeCssText function. It is always made lower case. This shouldn't happen...
Note that this is not the same problem as the browser touching of font-family like #5528 deals with
Change History
Note: See
TracTickets for help on using
tickets.

To be clear, it's related to styles plugin. If you type font name by hand, it won't be lower cased.