Merge pull request #487 from cmandesign/feature/fa-lang-rtl

Feature/fa lang rtl
This commit is contained in:
Louis Lam
2021-10-01 16:28:20 +08:00
committed by GitHub
13 changed files with 272 additions and 8 deletions

View File

@@ -410,3 +410,7 @@ h2 {
.vue-image-crop-upload .vicp-wrap {
border-radius: 10px !important;
}
// Localization
@import "localization.scss";

View File

@@ -0,0 +1,5 @@
html[lang='fa'] {
#app {
font-family: 'IRANSans', 'Iranian Sans','B Nazanin', 'Tahoma', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
}