From d7f3437ade668c60a7e31f93669b73680be6512a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 31 Jul 2017 17:17:16 +0100 Subject: [PATCH] Add generic family matching for "emoji" and "math" Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94551 --- conf.d/45-generic.conf | 67 ++++++++++++++++++++++++++++++++++++++++++ conf.d/60-generic.conf | 37 +++++++++++++++++++++++ conf.d/Makefile.am | 4 +++ 3 files changed, 108 insertions(+) create mode 100644 conf.d/45-generic.conf create mode 100644 conf.d/60-generic.conf diff --git a/conf.d/45-generic.conf b/conf.d/45-generic.conf new file mode 100644 index 0000000..d3f6277 --- /dev/null +++ b/conf.d/45-generic.conf @@ -0,0 +1,67 @@ + + + + + + + + EmojiTwo + emoji + + + EmojiOne + emoji + + + Noto Color Emoji + emoji + + + Apple Color Emoji + emoji + + + Segoe UI Emoji + emoji + + + Noto Emoji + emoji + + + Android Emoji + emoji + + + + + + XITS Math + math + + + STIX Two Math + math + + + Cambria Math + math + + + Latin Modern Math + math + + + Minion Math + math + + + Lucida Math + math + + + Asana Math + math + + + diff --git a/conf.d/60-generic.conf b/conf.d/60-generic.conf new file mode 100644 index 0000000..24b7466 --- /dev/null +++ b/conf.d/60-generic.conf @@ -0,0 +1,37 @@ + + + + + + + + emoji + + EmojiTwo + EmojiOne + + Noto Color Emoji + Apple Color Emoji + Segoe UI Emoji + + Noto Emoji + Android Emoji + + + + + + + math + + XITS Math + STIX Two Math + Cambria Math + Latin Modern Math + Minion Math + Lucida Math + Asana Math + + + + diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index ac68cd1..fd50a5d 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -32,10 +32,12 @@ CONF_LINKS = \ 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ + 45-generic.conf \ 45-latin.conf \ 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ + 60-generic.conf \ 60-latin.conf \ 65-fonts-persian.conf \ 65-nonlatin.conf \ @@ -71,10 +73,12 @@ template_DATA = \ 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ + 45-generic.conf \ 45-latin.conf \ 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ + 60-generic.conf \ 60-latin.conf \ 65-fonts-persian.conf \ 65-khmer.conf \