Metadata
- Source
- FLUID-6388
- Type
- Bug
- Priority
- Minor
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Alan Harnum
- Created
2019-07-29T11:00:58.949-0400 - Updated
2019-07-29T11:00:58.949-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
Description
The text-font select drop down should display each font name in the style of the font-family.
Currently, this works inconsistently when a text-font theme is applied, as the themes have equal weight in the CSS stack. Thus, the last one in the CSS will "win".
The screenshot below should make the issue clearer - Comics Sans, being last in the CSS definitions, gets applied to all the text-font choices when it is selected as the theme.
Fixing this requires excluding the text-font select options from text-font theming, similar to what is done currently for icons.