mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Add env setting for ignore_system_fonts (#6092)
This commit is contained in:
parent
326bec1f0d
commit
e60d3021a7
@ -361,7 +361,7 @@ pub struct FontArgs {
|
||||
|
||||
/// Ensures system fonts won't be searched, unless explicitly included via
|
||||
/// `--font-path`.
|
||||
#[arg(long)]
|
||||
#[arg(long, env = "TYPST_IGNORE_SYSTEM_FONTS")]
|
||||
pub ignore_system_fonts: bool,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user