diff --git a/src/assets/fonts/Vazir-Medium-WOL.woff b/src/assets/fonts/Vazir-Medium-WOL.woff index e83b0205a..e80a43e56 100644 Binary files a/src/assets/fonts/Vazir-Medium-WOL.woff and b/src/assets/fonts/Vazir-Medium-WOL.woff differ diff --git a/src/assets/fonts/Vazir-Medium-WOL.woff2 b/src/assets/fonts/Vazir-Medium-WOL.woff2 index d1fdddac7..d51715f5a 100644 Binary files a/src/assets/fonts/Vazir-Medium-WOL.woff2 and b/src/assets/fonts/Vazir-Medium-WOL.woff2 differ diff --git a/src/assets/fonts/Vazir-Regular-WOL.woff b/src/assets/fonts/Vazir-Regular-WOL.woff index f4397c66a..63dee727e 100644 Binary files a/src/assets/fonts/Vazir-Regular-WOL.woff and b/src/assets/fonts/Vazir-Regular-WOL.woff differ diff --git a/src/assets/fonts/Vazir-Regular-WOL.woff2 b/src/assets/fonts/Vazir-Regular-WOL.woff2 index a069388d1..9e87890a5 100644 Binary files a/src/assets/fonts/Vazir-Regular-WOL.woff2 and b/src/assets/fonts/Vazir-Regular-WOL.woff2 differ diff --git a/src/assets/fonts/roboto.css b/src/assets/fonts/roboto.css index 38909e24c..6a4a865dd 100644 --- a/src/assets/fonts/roboto.css +++ b/src/assets/fonts/roboto.css @@ -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'), diff --git a/src/components/right/ProfileInfo.scss b/src/components/right/ProfileInfo.scss index 3a87ae6e2..b352a37c8 100644 --- a/src/components/right/ProfileInfo.scss +++ b/src/components/right/ProfileInfo.scss @@ -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; } }