소스 검색

Merge pull request #1691 from haikbvn/patch-1

Fix Vietnamese Text Display
Ahmad Kholid 1 년 전
부모
커밋
d8c16d5d2f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/assets/css/tailwind.css

+ 2 - 2
src/assets/css/tailwind.css

@@ -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;
@@ -131,4 +131,4 @@ pre {
 
 .input-label {
   @apply ml-1 text-sm text-gray-600 dark:text-gray-200;
-}
+}