This commit is contained in:
Laurenz 2022-04-05 14:42:36 +02:00
parent 23d108c8e0
commit 2eacfcfa81

View File

@ -14,7 +14,7 @@ pub struct MathNode {
#[node(showable)]
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> =
Smart::Custom(FontFamily::new("Latin Modern Math"));