From 58c7e0bd0b400bc502b8a1b993fb983573d4c8a2 Mon Sep 17 00:00:00 2001 From: Karl Felix Schewe <107949893+kardwen@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:11:32 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68cb821..c360266 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Introduction -This crate can be added as a build dependency to automatically generate a TrueType font (`.ttf` file) from SVG icons in a directory for use with the [Iced](https://github.com/iced-rs/iced) GUI library. Essentially, it aims to provide the functionality of [`svg2tff`](https://github.com/fontello/svg2ttf) as a pure Rust library. +This crate can be added as a build dependency to automatically generate a TrueType font (`.ttf` file) from SVG icons in a directory for use with the [Iced](https://github.com/iced-rs/iced) GUI library. Essentially, it aims to provide the functionality of [`svg2ttf`](https://github.com/fontello/svg2ttf) as a pure Rust library. *This library is currently experimental.* @@ -19,7 +19,7 @@ The name "verglas" refers to a thin layer of transparent ice that forms on surfa ## Example -The [`example`](https://github.com/kardwen/verglas/tree/main/example) showcases how different SVG icon sets (in particular a subset of [Jam icons](https://github.com/michaelampr/jam) and some custom icons) can be combined into a font and loaded in an Iced app. +The [example](https://github.com/kardwen/verglas/tree/main/example) showcases how different SVG icon sets (in particular a subset of [Jam icons](https://github.com/michaelampr/jam) and some custom icons) can be combined into a font and loaded in an Iced app.