bcholmes / StarTrek2d20

Character creation tool for Star Trek Adventures RPG from Modiphius.
ISC License
18 stars 7 forks source link

Viewing character: stats font is generic, not LCARS #142

Closed Felderburg closed 1 year ago

Felderburg commented 1 year ago

The font used for stats and inventory items is not the LCARS font. This appears in the random NPCs as well as when I click "view" at the end of regular charcater creation.

(Inspect shows it as helvetica, which is amusing because technically helvetica is an LCARS font in the ultra compressed style, but the app uses its own LCARS font family style elsewhere, that should be used here as well.)

Edit: Actually, it's showing in steps in the creation process. Compare the upbringing vs environment Attributes labels.

Edit: It's the div class "stat-entry-name" vs "attribute-container" or "stat-name".

Edit: Mucking about in the browser developer tools, it looks like it's not a simple "add the font family to the css" type of change.

Felderburg commented 1 year ago

The upbringing details page is still showing as the generic font. It appears to be https://github.com/bcholmes/StarTrek2d20/blob/sta-complete/WebTools/src/scss/attributes.scss that contains the styles that are causing it for that page.