mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
RTL friendly fonts from RanYanivHartstein. fixes #6616
git-svn-id: https://develop.svn.wordpress.org/trunk@8327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
body {
|
||||
font-size: 11px;;
|
||||
font-size: 11px;
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
ul, ol {
|
||||
padding: 5px 22px 5px 5px;
|
||||
@@ -16,4 +17,10 @@ input {
|
||||
#admin_email {
|
||||
direction: ltr;
|
||||
text-align: left;
|
||||
}
|
||||
.submit input, .button, .button-secondary {
|
||||
font-family: sans-serif !important;
|
||||
}
|
||||
h1 {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user