diff --git a/README.md b/README.md index 8e8fb2e..6b423ae 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ docs/ ## Installation +Install dependencies: + +- `ttf-liberation` + Set up `docs/` as a git repo. mkdir docs @@ -62,8 +66,6 @@ Example usage (this is test.typ in the above tree:) #source_code("test") ``` -Fonts should be included in Typst itself. - Some settings are available in `main.typ`. ## Screenshots diff --git a/main.typ b/main.typ index bbebd2a..ce37e55 100644 --- a/main.typ +++ b/main.typ @@ -6,8 +6,8 @@ #let normal-size = 9pt #let large-size = 9pt -#let font = "IBM Plex Sans" -#let heading_font = "IBM Plex Sans" +#let font = "Liberation Sans" +#let heading_font = "Liberation Sans" #let mono_font = "DejaVu Sans Mono" #let settings = yaml("/settings.yml") @@ -114,9 +114,9 @@ show raw.where(block: true): txt => pad( left: 0.5em, block( - radius: 0.5em, + radius: 0em, stroke: luma(230), - fill: luma(245), + fill: luma(250), pad( left: 1em, right: 1em, diff --git a/preview.jpg b/preview.jpg index bf4a33b..9500b9e 100644 Binary files a/preview.jpg and b/preview.jpg differ