mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix typo
This commit is contained in:
parent
23d108c8e0
commit
2eacfcfa81
@ -14,7 +14,7 @@ pub struct MathNode {
|
|||||||
|
|
||||||
#[node(showable)]
|
#[node(showable)]
|
||||||
impl MathNode {
|
impl MathNode {
|
||||||
/// The raw text's font family. Just the normal text family if `none`.
|
/// The raw text's font family. Just the normal text family if `auto`.
|
||||||
pub const FAMILY: Smart<FontFamily> =
|
pub const FAMILY: Smart<FontFamily> =
|
||||||
Smart::Custom(FontFamily::new("Latin Modern Math"));
|
Smart::Custom(FontFamily::new("Latin Modern Math"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user