web: Update fonts to Patternfly 5 variants.#18425
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-c5208086541d0013dd560866acf81a6dbca5a8d5Afterwards, run the upgrade commands from the latest release notes. |
|
Resolved in #18426 |
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.