[wp-meta] [Making WordPress.org] #3933: Optimize fonts for Persian language
Making WordPress.org
noreply at wordpress.org
Thu Dec 20 04:48:29 UTC 2018
#3933: Optimize fonts for Persian language
------------------------+---------------------
Reporter: parsmizban | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Resolution:
Keywords: |
------------------------+---------------------
Comment (by dd32):
Hey @parsmizban,
I think I'd prefer us to simply copy what WordPress itself does, which is
defined here:
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/l10n.css
in short, that would result in:
{{{
body.rtl {
font-family: Tahoma, Arial, sans-serif;
}
html[lang="he-IL"] body.rtl {
font-family: Arial, sans-serif;
}
}}}
Would that be enough to make the fonts more legible?
It looks like it'll need to be added to quite a few of the w.org themes,
as there isn't any shared stylesheets for everything.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3933#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list