-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Font families using quoted strings don't work (the CSS parser outputs an escaped version)
To Reproduce
Steps to reproduce the behavior:
- Edit a brand to add custom CSS to it
- Add a style which has a quoted font-family in it, like so:
font-family: "Foo Bar", sans-serif; - Observe on the login page that the rendered CSS (using FF DevTools) shows as
font-family: "
Expected behavior
The font-family should be "Foo Bar", sans-serif instead of ".
Screenshots
N/A
Logs
N/A
Version and Deployment (please complete the following information):
- authentik version: 2025.4.1
- Deployment: docker-compose
Additional context
The original text doesn't get clobbered so it's probably whatever logic is escaping the CSS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working