mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-11 12:13:16 +00:00
Merge pull request #2 from faide/fontPath
Add support for font-path option
This commit is contained in:
commit
81bf84c51b
@ -71,6 +71,7 @@ func (c *CLIOptions) Args() (result []string) {
|
||||
}
|
||||
paths += path
|
||||
}
|
||||
result = append(result, "--font-path", paths)
|
||||
}
|
||||
|
||||
if c.IgnoreSystemFonts {
|
||||
|
Loading…
Reference in New Issue
Block a user