mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
trying to improve display for th-TH lang
This commit is contained in:
parent
1c0190d0ab
commit
856caf4a9a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
/**************************************************************/
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user