Browse Source

add required font to repo

makes it more portable and not dependend on system fonts :3
pull/1/head
Tamara Schmitz 6 months ago
parent
commit
c7ca17c3fd
  1. 6
      README.md
  2. BIN
      fonts/Inter-VariableFont_slnt,wght.ttf
  3. BIN
      fonts/fa-brands-400.ttf
  4. BIN
      fonts/fa-brands-400.woff2
  5. BIN
      fonts/fa-regular-400.ttf
  6. BIN
      fonts/fa-regular-400.woff2
  7. BIN
      fonts/fa-solid-900.ttf
  8. BIN
      fonts/fa-solid-900.woff2
  9. BIN
      fonts/fa-v4compatibility.ttf
  10. BIN
      fonts/fa-v4compatibility.woff2

6
README.md

@ -17,12 +17,12 @@ copy the template folder and get writing @@ -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
and find your cv.pdf next to your cv.typ

BIN
fonts/Inter-VariableFont_slnt,wght.ttf

Binary file not shown.

BIN
fonts/fa-brands-400.ttf

Binary file not shown.

BIN
fonts/fa-brands-400.woff2

Binary file not shown.

BIN
fonts/fa-regular-400.ttf

Binary file not shown.

BIN
fonts/fa-regular-400.woff2

Binary file not shown.

BIN
fonts/fa-solid-900.ttf

Binary file not shown.

BIN
fonts/fa-solid-900.woff2

Binary file not shown.

BIN
fonts/fa-v4compatibility.ttf

Binary file not shown.

BIN
fonts/fa-v4compatibility.woff2

Binary file not shown.
Loading…
Cancel
Save