diff options
author | Eyal Rozenberg <eyalroz1@gmx.com> | 2021-02-13 10:20:36 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-02-16 15:15:16 +0100 |
commit | 21da461f374357198bafaea02e28d24de02c6772 (patch) | |
tree | 9978468f69aa9d281320fcbaa74ae6e7fed09e48 /officecfg | |
parent | 5ea8d87dfee68fe3564a58230664d2f2a2852a51 (diff) |
tdf#120207 Change the order of default Hebrew font choice for spreadsheets
* Most importantly, Liberation Sans and Arial will be preferred over
Nachlieli CLM, as these are more readable at smaller sizes.
* Some other reshuffling of the order
Change-Id: I5dca98956ad0d8f77af1002daa7462991bafd916
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110790
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/VCL.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/VCL.xcu b/officecfg/registry/data/org/openoffice/VCL.xcu index 1d56233cee4d..7661c9020455 100644 --- a/officecfg/registry/data/org/openoffice/VCL.xcu +++ b/officecfg/registry/data/org/openoffice/VCL.xcu @@ -183,7 +183,7 @@ <value>Nachlieli CLM;Alef;Noto Sans Hebrew;Liberation Sans;Arial;Arial Hebrew;Lucida Sans Unicode;Lucida Grande;Arial Unicode MS</value> </prop> <prop oor:name="CTL_SPREADSHEET" oor:type="xs:string" oor:op="replace"> - <value>Nachlieli CLM;Alef;Noto Sans Hebrew;Liberation Sans;Arial;Arial Hebrew;Lucida Sans Unicode;Lucida Grande;Arial Unicode MS</value> + <value>Liberation Sans;Arial;Arial Hebrew;Noto Sans Hebrew;Nachlieli CLM;Lucida Sans Unicode;Alef;Arial Unicode MS;Lucida Grande</value> </prop> <prop oor:name="CTL_TEXT" oor:type="xs:string" oor:op="replace"> <value>David CLM;David Libre;Frank Ruehl CLM;Liberation Serif;David;Raanana;Lucida Sans Unicode;Lucida Grande;Arial Unicode MS</value> |