From 94a77c49acfb58d29a16b35664ed911fa6fd779c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hanzl=C3=ADk?= Date: Fri, 29 Sep 2023 21:15:16 +0000 Subject: [PATCH 1/3] mention patcher family generation in readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index d3d98e9d20..b91f2ebd91 100644 --- a/readme.md +++ b/readme.md @@ -362,6 +362,9 @@ Patching the font of your own choosing: docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS] ``` +[!NOTE] +The resulting font's family will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`. + Full options: ``` From 1f61d816ec35b24234b8a1363c84c30257aeeb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hanzl=C3=ADk?= Date: Fri, 29 Sep 2023 21:25:29 +0000 Subject: [PATCH 2/3] fix readme alert syntax --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b91f2ebd91..0cdf442699 100644 --- a/readme.md +++ b/readme.md @@ -362,8 +362,8 @@ Patching the font of your own choosing: docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS] ``` -[!NOTE] -The resulting font's family will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`. +> [!NOTE] +> The resulting font's family will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`. Full options: From 821b41044a8300b75c3e5aefb5ac404fbd38c892 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hanzl=C3=ADk?= Date: Sat, 30 Sep 2023 13:13:01 +0000 Subject: [PATCH 3/3] make patcher's readme wording slightly clearer --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0cdf442699..497577cf0f 100644 --- a/readme.md +++ b/readme.md @@ -363,7 +363,7 @@ Patching the font of your own choosing: ``` > [!NOTE] -> The resulting font's family will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`. +> The resulting font's family (aka font name) will be set to the original family after CamelCasing, removing whitespace and appending ` Nerd Font`. For example, `iosevka term` would become `IosevkaTerm Nerd Font`. Full options: