trying to improve display for th-TH lang

This commit is contained in:
Silversthorn 2024-01-30 22:44:00 +01:00
parent 1c0190d0ab
commit 856caf4a9a
2 changed files with 6 additions and 2 deletions

View File

@ -261,8 +261,12 @@ div.warnings div.wssError a:hover {
/**************************************************************/
/**************************************************************/
/* CSS for ----- Displays */
/* CSS for Fonts Displays */
/**************************************************************/
*:lang(th-TH) :not(.fas) {
font-family: 'Sarabun', 'roboto', sans-serif;
font-size: medium;
}
/**************************************************************/

View File

@ -14,6 +14,7 @@
<link rel="stylesheet" href="/static/assets/vendors/ti-icons/css/themify-icons.css">
<link rel="stylesheet" href="/static/assets/vendors/typicons/typicons.css">
<link rel="stylesheet" href="/static/assets/vendors/fontawesome6/css/all.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Sarabun" media="screen">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/dt-1.10.22/fh-3.1.7/r-2.2.6/sc-2.0.3/sp-1.2.2/datatables.min.css" />
<link rel="stylesheet" href="/static/assets/vendors/css/vendor.bundle.base.css">
<link rel="stylesheet" href="/static/assets/css/crafty.css">
@ -53,7 +54,6 @@
<script src="../static/assets/vendors/js/chart.min.js"></script>
<script src="../static/assets/vendors/js/hammer.min.js"></script>
<script src="../static/assets/vendors/js/chartjs-plugin-zoom.min.js"></script>
<!-- End Bootstrap Toggle -->
</head>