Skip to content

[BUG] Custom CSS cannot be applied. #1296

@94tiger

Description

@94tiger

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.

image

css applied after pressing 'Save Changes' button

image

Additional info

No response

Please tick the boxes

Metadata

Metadata

Assignees

Labels

✅ Fixed[ISSUE] Auto-Assigned to Tickets whose fix has been deployed🐛 Bug[ISSUE] Ticket describing something that isn't working

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions