mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
RTL: Update Vazir font, fix Profile UI (#1359)
This commit is contained in:
parent
405b7cdb87
commit
35fc6b35e8
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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'),
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user