Skip to content

Commit 0f3a6d6

Browse files
committed
try figure align
1 parent 31d49e1 commit 0f3a6d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

03_labour_main.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ format:
44
html:
55
toc: false
66
embed-resources: false
7+
fig-align: center
78
jupyter: python3
89
editor:
910
render-on-save: true
@@ -28,6 +29,7 @@ FILTER_YEAR = (2018, 2025)
2829
BRAND = Brand.from_yaml(here())
2930
FONT_PRIMARY = BRAND.typography.base.model_dump()['family']
3031
FONT_SECONDARY = 'Lato'
32+
fk.install(FONT_PRIMARY)
3133
fk.install(FONT_SECONDARY)
3234
COLOR_BACKGROUND = BRAND.color.background
3335
```

0 commit comments

Comments
 (0)