name1e5s / typst-font-awesome

Use font awesome in typst

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font Awesome with Typst

Usage

  1. Download the font files from Font Awesome.

  2. Unzip the downloaded file and install the fonts in the otfs folder to your system.

  3. Copy the fa.typ file in this repository to your typst project.

  4. Use the icons in your project:

import "fa.typ": *

#fa-github

Build from source

Just run:

python3 process.py <path-to-font-awesome-folder/metadata/icons.json> > fa.typ

License

The Font Awesome font files are licensed under the SIL OFL 1.1.

This project is licensed under the MIT License.

About

Use font awesome in typst

License:MIT License


Languages

Language:Python 100.0%