Skip to content

Commit

Permalink
Merge pull request AutomaApp#1691 from haikbvn/patch-1
Browse files Browse the repository at this point in the history
Fix Vietnamese Text Display
  • Loading branch information
Kholid060 authored May 6, 2024
2 parents 3bec843 + a7fed3b commit d8c16d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ html.dark {
}

body, :host {
font-family: 'Inter var' !important;
font-family: 'Inter var', sans-serif !important;
font-size: 16px !important;
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
@apply bg-gray-50 dark:bg-gray-900 leading-normal;
Expand Down Expand Up @@ -131,4 +131,4 @@ pre {

.input-label {
@apply ml-1 text-sm text-gray-600 dark:text-gray-200;
}
}

0 comments on commit d8c16d5

Please sign in to comment.