Let CSS font bundle be a raw file

This commit is contained in:
Dominic Grimm 2025-06-19 16:58:05 +02:00
parent 184645ba63
commit 4a24ebf42f
Signed by: dergrimm
SSH key fingerprint: SHA256:0uoWpcqOtkyvQ+ZqBjNYiDqIZY+9s8VeZkkJ/4ryB4E
2 changed files with 1 additions and 1 deletions

View file

@ -124,7 +124,7 @@ pub fn render(context: *const Context, writer: anytype) !void {
\\<style>{[style_css]s}</style>
,
.{
.fonts_css = @embedFile("css/fonts.css"),
.fonts_css = @embedFile("css/fonts.css.dat"),
.style_css = @embedFile("css/style.css"),
},
);