24 lines
614 B
Markdown
24 lines
614 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2024 Simon Bruder <simon@sbruder.de>
|
|
|
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
|
-->
|
|
|
|
# Fonts
|
|
|
|
## Iosevka li7y
|
|
|
|
This is a custom version of [Iosevka](https://typeof.net/Iosevka).
|
|
|
|
It can be built like this:
|
|
|
|
```bash
|
|
curl -L https://github.com/be5invis/Iosevka/archive/refs/tags/v30.3.2.tar.gz | tar xzf -
|
|
cd Iosevka-30.3.2
|
|
cp /path/to/li7y/assets/fonts/private-build-plans.toml .
|
|
npm install
|
|
npm run build -- ttf::IosevkaLi7y
|
|
pyftsubset dist/IosevkaLi7y/TTF/IosevkaLi7y-Regular.ttf --unicodes="U+20-7E"
|
|
cp dist/IosevkaLi7y/TTF/IosevkaLi7y-Regular.subset.ttf /path/to/li7y/assets/fonts/
|
|
```
|