FLUID-6679: The text style option "Times New Roman" actually tries to set "Georgia".

Metadata

Source
FLUID-6679
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
N/A
Reporter
Justin Obara
Created
2021-08-05T11:16:41.852-0400
Updated
2022-02-03T10:39:18.059-0500
Versions
  1. 3.0
Fixed Versions
  1. 5.0
Component
  1. Prefs Framework
  2. UIEnhancer
  3. UI Options

Description

Currently the text style option for the UIO mentions "Times New Roman" however, the actual implementation of the CSS to apply that options, set's Georgia as the preferred font-family ( https://github.com/fluid-project/infusion/blob/9ffd91df3cd9eeea6255c998fd1ad19bced90e14/src/framework/preferences/css/sass/utils/_fonts.scss#L7 ).

The option and the preferred font in the implementation should match, either changing the name of the option or changing the fallback order in the CSS.

A suggestion from @@Caren Watkins is to also include some added information in the option e.g. Georgia (serif) to make it more clear for those making the choice. And Georgia is also a more legible font, so may make sense to change the option name instead of the implementation.

See the conversation in the fluid-design matrix channel.

Comments