We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11cbb2 commit 70d973dCopy full SHA for 70d973d
src/resources/create/extensions/format-typst/_extensions/qstart-filesafename-qend/typst-show.typ
@@ -52,7 +52,7 @@ $endif$
52
$if(mainfont)$
53
font: ("$mainfont$",),
54
$elseif(brand.typography.base.family)$
55
- font: ("$brand.typography.base.family$",),
+ font: $brand.typography.base.family$,
56
$endif$
57
$if(fontsize)$
58
fontsize: $fontsize$,
@@ -61,7 +61,7 @@ $elseif(brand.typography.base.size)$
61
62
$if(title)$
63
$if(brand.typography.headings.family)$
64
- heading-family: ("$brand.typography.headings.family$",),
+ heading-family: $brand.typography.headings.family$,
65
66
$if(brand.typography.headings.weight)$
67
heading-weight: $brand.typography.headings.weight$,
0 commit comments