mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-05 19:21:23 -06:00
[server][preview] Use Noto Sans font for text
This commit is contained in:
@@ -140,7 +140,7 @@ func (g *Generator) generateLibreOfficePreview(input, output string, text bool)
|
||||
input,
|
||||
}
|
||||
if text {
|
||||
args = slices.Insert(args, 1, "--infilter=\"Text (encoded):UTF8,LF,Droid Sans,en-US\"")
|
||||
args = slices.Insert(args, 1, "--infilter=\"Text (encoded):UTF8,LF,Noto Sans,en-US\"")
|
||||
}
|
||||
|
||||
cmd := exec.Command("soffice", args...)
|
||||
|
||||
Reference in New Issue
Block a user