Skip to content

Commit f3e6656

Browse files
update tests for changed default typst font
1 parent d6278ee commit f3e6656

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-docs/feature-format-matrix/qmd-files/css-properties/font-size/document.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _quarto:
1919
typst:
2020
ensureTypstFileRegexMatches:
2121
-
22-
- 'align\(center\)\[#set text\(size: 6pt\); #table\('
22+
- '#\[\s*#set text\(size: 6pt\); #table\('
2323
- []
2424
---
2525

tests/docs/smoke-all/typst/brand-yaml/typography/nobrand/brand-typography.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ _quarto:
1010
typst:
1111
ensurePdfRegexMatches:
1212
-
13-
- 'brand font - title is linux libertine 16.5pt'
14-
- 'heading-2 is linux libertine 15.4pt'
15-
- 'paragraph is linux libertine 11pt'
13+
- 'brand font - title is libertinus serif 16.5pt'
14+
- 'heading-2 is libertinus serif 15.4pt'
15+
- 'paragraph is libertinus serif 11pt'
1616
- 'fib = num => num < 2'
1717
-
1818
- 'text with font set'

0 commit comments

Comments
 (0)