mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Correct minor typos (#474)
This commit is contained in:
parent
6c979e554b
commit
418bd89ba4
@ -142,7 +142,7 @@ struct FontsSettings {
|
|||||||
/// The font paths
|
/// The font paths
|
||||||
font_paths: Vec<PathBuf>,
|
font_paths: Vec<PathBuf>,
|
||||||
|
|
||||||
/// Wether to include font variants
|
/// Whether to include font variants
|
||||||
variants: bool,
|
variants: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 15 KiB |
@ -17,4 +17,4 @@
|
|||||||
#[#set page(margin: (bottom: 0pt)); #align(bottom)[Bottom]]
|
#[#set page(margin: (bottom: 0pt)); #align(bottom)[Bottom]]
|
||||||
|
|
||||||
// Ensure that specific margins override general margins.
|
// Ensure that specific margins override general margins.
|
||||||
#[#set page(margin: (rest: 0pt, left: 20pt)); Overriden]
|
#[#set page(margin: (rest: 0pt, left: 20pt)); Overridden]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user