diff options
| author | David Wรผhrer <def@gmx.at> | 2026-09-14 19:18:24 +0200 |
|---|---|---|
| committer | David Wรผhrer <def@gmx.at> | 2026-09-14 19:18:24 +0200 |
| commit | d490423b522b247916e617922a91c2769bf1f1ab (patch) | |
| tree | 1574a274bd3b30efa78d3cca2ffec7b7536c1cf3 /bin/embolden | |
| parent | cdd2268793b22217cc73824799faf6596cd5bb54 (diff) | |
Diffstat (limited to 'bin/embolden')
| -rwxr-xr-x | bin/embolden | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/bin/embolden b/bin/embolden index 1021089..cab9c72 100755 --- a/bin/embolden +++ b/bin/embolden @@ -408,6 +408,7 @@ declare -A bold=( [ฮง]=๐พ [ฮจ]=๐ฟ [ฮฉ]=๐ + [โ]=๐ [ฮฑ]=๐ [ฮฒ]=๐ [ฮณ]=๐ @@ -458,6 +459,7 @@ declare -A bold=( [๐ธ]=๐ฒ [๐น]=๐ณ [๐บ]=๐ด + [๐ป]=๐ต [๐ผ]=๐ถ [๐ฝ]=๐ท [๐พ]=๐ธ @@ -483,6 +485,58 @@ declare -A bold=( [๐]=๐ [๐]=๐ [๐]=๐ +# Greek sans-serif: +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ก +# []=๐ข +# []=๐ฃ +# []=๐ค +# []=๐ฅ +# []=๐ฆ +# []=๐ง +# []=๐จ +# []=๐ฉ +# []=๐ช +# []=๐ซ +# []=๐ฌ +# []=๐ญ +# []=๐ฎ +# []=๐ฏ +# []=๐ฐ +# []=๐ฑ +# []=๐ฒ +# []=๐ณ +# []=๐ด +# []=๐ต +# []=๐ถ +# []=๐ท +# []=๐ธ +# []=๐น +# []=๐บ +# []=๐ป +# []=๐ผ +# []=๐ฝ +# []=๐พ +# []=๐ฟ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐ +# []=๐
+# []=๐ +# []=๐ +# []=๐ # Greek sans-serif italic: # []=๐ # []=๐ @@ -508,6 +562,7 @@ declare -A bold=( # []=๐ฆ # []=๐ง # []=๐จ +# []=๐ฉ # []=๐ช # []=๐ซ # []=๐ฌ |
