Skip to content

Commit 70d973d

Browse files
update typst partials
1 parent e11cbb2 commit 70d973d

File tree

1 file changed

+2
-2
lines changed
  • src/resources/create/extensions/format-typst/_extensions/qstart-filesafename-qend

1 file changed

+2
-2
lines changed

src/resources/create/extensions/format-typst/_extensions/qstart-filesafename-qend/typst-show.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $endif$
5252
$if(mainfont)$
5353
font: ("$mainfont$",),
5454
$elseif(brand.typography.base.family)$
55-
font: ("$brand.typography.base.family$",),
55+
font: $brand.typography.base.family$,
5656
$endif$
5757
$if(fontsize)$
5858
fontsize: $fontsize$,
@@ -61,7 +61,7 @@ $elseif(brand.typography.base.size)$
6161
$endif$
6262
$if(title)$
6363
$if(brand.typography.headings.family)$
64-
heading-family: ("$brand.typography.headings.family$",),
64+
heading-family: $brand.typography.headings.family$,
6565
$endif$
6666
$if(brand.typography.headings.weight)$
6767
heading-weight: $brand.typography.headings.weight$,

0 commit comments

Comments
 (0)