diff options
author | Khaled Hosny <khaled@aliftype.com> | 2022-09-26 15:55:51 +0200 |
---|---|---|
committer | خالد حسني <khaled@aliftype.com> | 2022-09-27 11:30:44 +0200 |
commit | 694f8eb1f79ff28a45682c77d7bb88ad9197025b (patch) | |
tree | c31b06874a02acf893224b5106a74d76b9b22e57 /officecfg | |
parent | 093143c5754ea1f8ec5e886468e124547ec5e21a (diff) |
tdf#144348: Remove EmojiOne Color font
The EmojiFont setting is now a comma-separated list of the three common
color emoji fonts, it should fallback to the next font if the first is
missing.
Change-Id: I7aa134f914ab829704e9b707f511f166a81a0089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140623
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@aliftype.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8f12cf4a1218..235c5d2cd679 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5421,7 +5421,7 @@ <info> <desc>Special font for rendering of emojis</desc> </info> - <value>EmojiOne Color</value> + <value>Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji</value> </prop> <prop oor:name="FontsUseWinMetrics" oor:type="oor:string-list" oor:nillable="false"> <info> |