diff options
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 97e2fa02..b91e15a5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,3 +27,13 @@ pico-args = "0.4" same-file = "1" siphasher = "0.3" walkdir = "2" + +[features] +default = ["embed-fonts"] + +# Embeds Typst's default fonts for +# - text (Linux Libertine), +# - math (New Computer Modern Math), and +# - code (Deja Vu Sans Mono) +# into the binary. +embed-fonts = [] |
