add README
This commit is contained in:
parent
a0397ba441
commit
01cd976afe
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
# var-font-setup
|
||||||
|
|
||||||
|
## Installation (Linux only)
|
||||||
|
|
||||||
|
#### Using [`typship`](https://github.com/sjfhsjfh/typship)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
typship download -n local https://imsc.uni-graz.at/git/gjankowiak/typst-var-font-setup
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```typst
|
||||||
|
#import "@local/var-font-setup:0.0.1": var-font-setup
|
||||||
|
|
||||||
|
#show: var-font-setup.with(font: "Nunito Sans 12pt", normal-weight: 100, bold-weight: 500)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Tested typst version: `0.15.2`.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue