Typst Fumadocs

Strong Emphasis

Documentation for the `strong` function.

Strongly emphasizes content by increasing the font weight.

Increases the current font weight by a given delta.

Example

Loading compiler...

Syntax

This function also has dedicated syntax: To strongly emphasize content, simply enclose it in stars/asterisks (*). Note that this only works at word boundaries. To strongly emphasize part of a word, you have to use the function.

#strong(
  delta: int,
  body
) -> content

Parameters

Prop

Type

On this page