Skip to content

Conversation

@brianferry
Copy link
Collaborator

@brianferry brianferry commented Mar 14, 2023

What I did

  1. Updated the font-family for pf-accordion to "Red Hat Text"
  2. Updated the demo page to expand the fixed height demos first panel automatically on load

Related Issues

@changeset-bot
Copy link

changeset-bot bot commented Mar 14, 2023

🦋 Changeset detected

Latest commit: 2ed37a5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@patternfly/elements Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added demo Updating demo pages styles An issue or PR pertaining only to CSS/Sass labels Mar 14, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Mar 14, 2023

Deploy Preview for patternfly-elements ready!

Name Link
🔨 Latest commit ade764d
😎 Deploy Preview https://deploy-preview-2427--patternfly-elements.netlify.app/

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions bot added the AT passed Automated testing has passed label Mar 14, 2023
font-family:
var(--pf-c-accordion__toggle--FontFamily,
var(--pf-global--FontFamily--redhat-updated--heading--sans-serif,
"RedHatTextUpdated",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually incorrect?

https://www.patternfly.org/v4/components/accordion/ shows:

font-family: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Taken from #2397, we're not sending out a RedHatTextUpdated from the issue itself so we would need to update this to Red Hat Text.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but accordion needs to match up with pf styles. better to load the updated font on our site rather than diverge, IMO

Copy link
Member

@bennypowers bennypowers Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see this both ways. In the past, we have said "if we can do better than the pfv4 components...", So I think you could definitely make the argument that this is one of those cases

On the other hand, the source material clearly specifies the "updated" font face. It seems hard to justify making this change just for our docs site, when we could just load that font on the site. Pfe is supposed to be visually agnostic to upstream design choices, so long as it doesn't affect accessibility

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markcaron thoughts? I agree with what Benny is saying here that pfe should be functionally the same as pf w/r/t styling but wanted to see your thoughts on updating it to RedHatText vs keeping it as RedHatTextUpdated?

Copy link
Contributor

@markcaron markcaron Mar 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brianferry @bennypowers, can we not add both to the font stack? That will keep the parity with PFv4's font ("RedHatTextUpdated") as well as work within our site which uses the more universally accepted "Red Hat Text".

font-family: "RedHatTextUpdated", "Red Hat Text", ...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but why diverge from patternfly at all? that's why we have the RHDS font tokens

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we not add both to the font stack?

we can, but PatternFly doesn't, so we shouldn't. PFE is not supposed to have opinions on things like font stacks, and I don't want to maintain a "tweaks file" which specifies where and how PFE diverges from PatternFly design specs. If we want to change this in the font stack, we have to make a PR to PF core.

@bennypowers
Copy link
Member

I'm going to close this because really it's out of scope.

  • If we want to change the font stack, we need to do that upstream
  • If we want to change the fonts only on our website, we should do that in /docs

@bennypowers bennypowers deleted the fix/pf-accordion-style-and-fixed-expanded branch June 25, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT passed Automated testing has passed demo Updating demo pages styles An issue or PR pertaining only to CSS/Sass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants