Skip to content

Commit

Permalink
docs: update font face stuff (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Gul authored Mar 9, 2023
1 parent f1b9e2d commit a0da8f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,16 @@ Compared with other patched versions of Cascadia you will find
### How to use
You can download the patched fonts from the [Releases page](https://github.com/adam7/delugia-code/releases) of this
repo and install them as you would any other font. Once installed the font can be referenced as `Delugia *`.
So if, for example, you want to use it in Windows Terminal you should add this line to your profiles.json
So if, for example, you want to use it in Windows Terminal you should add the lines

`"fontFace" : "Delugia Complete",`
```
"font":
{
"face": "Delugia"
}
```

to the corresponding profiles in your settings.json.

### Installation with [Chocolatey](https://chocolatey.org/install)
You can install your preferred version, or versions, of Delugia using the standard Chocolatey incantations.
Expand Down

0 comments on commit a0da8f9

Please sign in to comment.