-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
✅ Fixed[ISSUE] Auto-Assigned to Tickets whose fix has been deployed[ISSUE] Auto-Assigned to Tickets whose fix has been deployed🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Description
Environment
Self-Hosted (Docker)
System
Docker
Version
2.1.1
Describe the problem
style.css
@font-face {
font-family: "NanumBarunpenB";
src: url("/fonts/NanumBarunpenB.ttf");
}conf.yaml
appConfig:
externalStyleSheet: ['/assets/style.css']I saved the above to a file. And applied like. --font-body: "NanumBarunpenB", serif;
However, css was not applied, and when the same content written in style.css was applied in the UI, it was applied.
This is not permanently applied, but only applied temporarily when the 'Save Changes' button is pressed, and restored when refreshing.
css applied after pressing 'Save Changes' button
Additional info
No response
Please tick the boxes
- You have explained the issue clearly, and included all relevant info
- You are using a supported version of Dashy
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
✅ Fixed[ISSUE] Auto-Assigned to Tickets whose fix has been deployed[ISSUE] Auto-Assigned to Tickets whose fix has been deployed🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Projects
Status
Done