From d490423b522b247916e617922a91c2769bf1f1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Mon, 14 Sep 2026 19:18:24 +0200 Subject: also greek --- bin/embolden | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'bin/embolden') 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=( # []=𝞦 # []=𝞧 # []=𝞨 +# []=𝞩 # []=𝞪 # []=𝞫 # []=𝞬 -- cgit v1.2.3