Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ has_toc: false
---

# Converting fonts into a Binary file
For themes on muOS, you can implement custom fonts! To do this, you can either use this [website](https://lvgl.io/tools/fontconverter), or you can do so offline using terminal commands. For the later, you must first install the script that will convert your
For themes on muOS, you can implement custom fonts! To do this, you can either use this [website](https://lvgl.io/tools/fontconverter), or you can do so offline using terminal commands. For the latter, you must first install the script that will convert your
`.ttf`, `.otf`, or `.woff` type font into a specific `.bin` file that muOS will accept.

- You will first need node.js installed. Install a pre-built packaged version of this [here](https://nodejs.org/en/download/prebuilt-installer).
Expand Down