RTL: Update Vazir font, fix Profile UI (#1359)

This commit is contained in:
Alexander Zinchuk 2021-08-05 13:29:11 +03:00
parent 405b7cdb87
commit 35fc6b35e8
6 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Persian, v29.1.0, https://github.com/rastikerdar/vazir-font */
/* Persian, v30.0.0, https://github.com/rastikerdar/vazir-font */
@font-face {
font-family: Vazir;
src: url('Vazir-Regular-WOL.woff2') format('woff2'),
@ -135,7 +135,7 @@
unicode-range:U+0627-06FF;
}
/* Persian, v29.1.0, https://github.com/rastikerdar/vazir-font */
/* Persian, v30.0.0, https://github.com/rastikerdar/vazir-font */
@font-face {
font-family: Vazir;
src: url('Vazir-Medium-WOL.woff2') format('woff2'),

View File

@ -103,14 +103,14 @@
&:dir(rtl) {
.status {
text-align: initial;
text-align: right;
unicode-bidi: plaintext;
}
}
&[dir=rtl] {
.status {
text-align: initial;
text-align: right;
unicode-bidi: plaintext;
}
}