Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion authored Jun 13, 2020
1 parent 3efe95f commit f3d1d1a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Custom Iosevka Nerd Font

<table>
<tr>
<td>
<img src="https://github.com/awnion/custom-iosevka-nerd-font/raw/master/docs/imgs/iosevka-custom-dark.png" alt="">
</td>
<td>
<img src="https://github.com/awnion/custom-iosevka-nerd-font/raw/master/docs/imgs/iosevka-custom-light.png" alt="">
</td>
</tr>
</table>
<p float="left">
<img src="https://github.com/awnion/custom-iosevka-nerd-font/raw/master/docs/imgs/iosevka-custom-dark.png" alt="" height="150px">
<img src="https://github.com/awnion/custom-iosevka-nerd-font/raw/master/docs/imgs/iosevka-custom-light.png" alt="" height="150px">
</p>

## Get

[Releases](https://github.com/awnion/custom-iosevka-nerd-font/releases)
## Download

Check [releases](https://github.com/awnion/custom-iosevka-nerd-font/releases) page


## Motivation

Expand All @@ -25,6 +21,7 @@
* need nerd font icons
* need oneliner to build everything :)


## Key modifications

* Changed `m i l % 0` and others
Expand All @@ -34,16 +31,18 @@

For more options edit: `private-build-plans.toml` and build


## Build it yourself with Docker

```
```bash
./build.sh
```

Fonts will be in `_output` dir.


### vscode settings.json
```
```jsonc
...
"editor.fontFamily": "Iosevka Nerd Font, Iosevka Custom",
"editor.fontWeight": "400",
Expand All @@ -52,6 +51,7 @@ Fonts will be in `_output` dir.
...
```


## Links

* Iosevka webpage https://typeof.net/Iosevka/
Expand Down

0 comments on commit f3d1d1a

Please sign in to comment.