Let CSS font bundle be a raw file
This commit is contained in:
parent
184645ba63
commit
4a24ebf42f
2 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue