diff --git a/README.md b/README.md index 6cf946a..011fde4 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ copy the template folder and get writing you probably want to customize the look, see xenua_cv for an example and look at the [typst documentation](https://typst.app/docs/reference/) for reference -then build with typst (≥0.6): +then build with typst (≥0.6): ``` # `--root .` is needed because by default typst doesn't allow # any files that are above the main file in the fs tree -typst c --root . path/to/your/cv.typ +typst c --font-path=./fonts/ --root . path/to/your/cv.typ ``` -and find your cv.pdf next to your cv.typ \ No newline at end of file +and find your cv.pdf next to your cv.typ diff --git a/fonts/Inter-VariableFont_slnt,wght.ttf b/fonts/Inter-VariableFont_slnt,wght.ttf new file mode 100644 index 0000000..e724708 Binary files /dev/null and b/fonts/Inter-VariableFont_slnt,wght.ttf differ diff --git a/fonts/fa-brands-400.ttf b/fonts/fa-brands-400.ttf new file mode 100644 index 0000000..5efb1d4 Binary files /dev/null and b/fonts/fa-brands-400.ttf differ diff --git a/fonts/fa-brands-400.woff2 b/fonts/fa-brands-400.woff2 new file mode 100644 index 0000000..36fbda7 Binary files /dev/null and b/fonts/fa-brands-400.woff2 differ diff --git a/fonts/fa-regular-400.ttf b/fonts/fa-regular-400.ttf new file mode 100644 index 0000000..838b4e2 Binary files /dev/null and b/fonts/fa-regular-400.ttf differ diff --git a/fonts/fa-regular-400.woff2 b/fonts/fa-regular-400.woff2 new file mode 100644 index 0000000..b6cabba Binary files /dev/null and b/fonts/fa-regular-400.woff2 differ diff --git a/fonts/fa-solid-900.ttf b/fonts/fa-solid-900.ttf new file mode 100644 index 0000000..ec24749 Binary files /dev/null and b/fonts/fa-solid-900.ttf differ diff --git a/fonts/fa-solid-900.woff2 b/fonts/fa-solid-900.woff2 new file mode 100644 index 0000000..824d518 Binary files /dev/null and b/fonts/fa-solid-900.woff2 differ diff --git a/fonts/fa-v4compatibility.ttf b/fonts/fa-v4compatibility.ttf new file mode 100644 index 0000000..b175aa8 Binary files /dev/null and b/fonts/fa-v4compatibility.ttf differ diff --git a/fonts/fa-v4compatibility.woff2 b/fonts/fa-v4compatibility.woff2 new file mode 100644 index 0000000..e09b5a5 Binary files /dev/null and b/fonts/fa-v4compatibility.woff2 differ