diff options
| author | Niklas Mohrin <dev@niklasmohrin.de> | 2024-04-17 17:25:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 15:25:16 +0000 |
| commit | 0523f22d839df60dcb7a983caf5c82016c972ff9 (patch) | |
| tree | 457537a4cdcb2a91590dc71891580860649daeef /tests/suite/math | |
| parent | 21c78abd6eecd0f6b3208405c7513be3bbd8991c (diff) | |
Warn about unknown font families during parsing (#3854)
Diffstat (limited to 'tests/suite/math')
| -rw-r--r-- | tests/suite/math/interactions.typ | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/suite/math/interactions.typ b/tests/suite/math/interactions.typ index 37185962..03d5a6e7 100644 --- a/tests/suite/math/interactions.typ +++ b/tests/suite/math/interactions.typ @@ -17,6 +17,7 @@ $ x := #table(columns: 2)[x][y]/mat(1, 2, 3) --- math-font-switch --- // Test font switch. +// Warning: 29-40 unknown font family: noto sans #let here = text.with(font: "Noto Sans") $#here[f] := #here[Hi there]$. |
