mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +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
|
/// Ensures system fonts won't be searched, unless explicitly included via
|
||||||
/// `--font-path`.
|
/// `--font-path`.
|
||||||
#[arg(long)]
|
#[arg(long, env = "TYPST_IGNORE_SYSTEM_FONTS")]
|
||||||
pub ignore_system_fonts: bool,
|
pub ignore_system_fonts: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user