Skip to content

web: Update fonts to Patternfly 5 variants.#18425

Closed
GirlBossRush wants to merge 2 commits intomainfrom
pf5-fonts
Closed

web: Update fonts to Patternfly 5 variants.#18425
GirlBossRush wants to merge 2 commits intomainfrom
pf5-fonts

Conversation

@GirlBossRush
Copy link
Contributor

Details

This PR updates our Patternfly 4 fonts to latest versions introduced within Patternfly 5. Additionally, the added CSS variables allow for locale-specific font overrides.

Why not use the RedHat font within Patternfly?

The RedHat font family repo has several alignment fixes which are not present in Patternfly 5. Additionally, this lets us prepare for the font's introduction before we upgrade the Patternfly package.

@GirlBossRush GirlBossRush requested a review from a team as a code owner November 28, 2025 13:57
@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit c520808
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6929b659e7a04e00080931f0
😎 Deploy Preview https://deploy-preview-18425--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit c520808
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6929b659af58e4000866abd8

@netlify
Copy link

netlify bot commented Nov 28, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit c520808
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6929b659ba1ede0008ca846a

@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.00%. Comparing base (a7b4249) to head (c520808).
⚠️ Report is 75 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18425      +/-   ##
==========================================
+ Coverage   92.96%   93.00%   +0.03%     
==========================================
  Files         895      902       +7     
  Lines       48991    49351     +360     
==========================================
+ Hits        45544    45897     +353     
- Misses       3447     3454       +7     
Flag Coverage Δ
e2e 45.41% <ø> (-0.01%) ⬇️
integration 23.05% <ø> (-0.11%) ⬇️
unit 91.14% <ø> (+0.03%) ⬆️
unit-migrate 91.20% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GirlBossRush GirlBossRush self-assigned this Nov 28, 2025
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Nov 28, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 28, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c5208086541d0013dd560866acf81a6dbca5a8d5
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-c5208086541d0013dd560866acf81a6dbca5a8d5

Afterwards, run the upgrade commands from the latest release notes.

@GirlBossRush
Copy link
Contributor Author

Resolved in #18426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant