mirror of https://github.com/stelzo/typst.git
Fix some things 🚧
This commit is contained in:
parent
5ca303ecad
commit
0fceff5aa4
|
|
@ -218,7 +218,7 @@ pub struct FontInfo {
|
|||
/// font_info!(["NotoSans", "Noto", SansSerif]);
|
||||
/// ```
|
||||
///
|
||||
/// The font font _Noto Serif_ in italics and boldface.
|
||||
/// The font _Noto Serif_ in italics and boldface.
|
||||
/// ```
|
||||
/// # use typeset::font_info;
|
||||
/// font_info!(["NotoSerif", "Noto", Serif], italic, bold);
|
||||
|
|
|
|||
Loading…
Reference in New Issue