branch: externals/show-font commit 225356ce0d5ce767e50fe37ee92983daba7bca9f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for Noto Sans Symbola font --- show-font.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-font.el b/show-font.el index 3598732d3b..e75e7453ac 100644 --- a/show-font.el +++ b/show-font.el @@ -314,7 +314,7 @@ Also see `show-font-greek-families' for the rationale of grouping font families in distinct variables.") (defconst show-font-symbols-families - '("Symbola") + '("Noto Sans Symbols" "Symbola") "List of families that specialise in rendering symbols. Also see `show-font-greek-families' for the rationale of grouping font families in distinct variables.")