Update font family to Open Sans in layout files and refresh cache sizes in ftp-kr.sync.cache.json

This commit is contained in:
2024-11-20 12:51:43 +01:00
parent 22f1b84cd8
commit 5b804e9779
7 changed files with 60 additions and 17 deletions

View File

@@ -63,7 +63,50 @@
"modified": false
},
"controls": {},
"factory": {},
"factory": {
"class.Crm.php": {
"type": "-",
"size": 1863,
"lmtime": 0,
"modified": false
},
"class.Cron.php": {
"type": "-",
"size": 26120,
"lmtime": 0,
"modified": false
},
"class.Finances.php": {
"type": "-",
"size": 15987,
"lmtime": 1731879288163,
"modified": false
},
"class.Projects.php": {
"type": "-",
"size": 27175,
"lmtime": 0,
"modified": false
},
"class.Tasks.php": {
"type": "-",
"size": 15215,
"lmtime": 0,
"modified": false
},
"class.Users.php": {
"type": "-",
"size": 1709,
"lmtime": 0,
"modified": false
},
"class.Wiki.php": {
"type": "-",
"size": 1911,
"lmtime": 0,
"modified": false
}
},
"view": {}
},
"ceidg.php": {
@@ -99,20 +142,20 @@
"layout": {
"style.css": {
"type": "-",
"size": 15922,
"lmtime": 1731333959971,
"size": 16849,
"lmtime": 1732087416018,
"modified": false
},
"style.css.map": {
"type": "-",
"size": 28692,
"lmtime": 1731333959971,
"size": 30257,
"lmtime": 1732087416018,
"modified": false
},
"style.scss": {
"type": "-",
"size": 19937,
"lmtime": 1731333959841,
"size": 20988,
"lmtime": 1732087415544,
"modified": false
}
},
@@ -193,7 +236,7 @@
"main-view.php": {
"type": "-",
"size": 14263,
"lmtime": 1731333019276,
"lmtime": 1731879244449,
"modified": false
},
"operation-edit.php": {
@@ -213,19 +256,19 @@
"layout-cron.php": {
"type": "-",
"size": 5804,
"lmtime": 0,
"lmtime": 1732087466498,
"modified": false
},
"layout-logged.php": {
"type": "-",
"size": 6391,
"lmtime": 1731333638711,
"lmtime": 1732087458677,
"modified": false
},
"layout-unlogged.php": {
"type": "-",
"size": 986,
"lmtime": 0,
"lmtime": 1732087463330,
"modified": false
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -75,7 +75,7 @@ table {
}
body {
font-family: "Roboto", sans-serif;
font-family: "Open Sans", sans-serif;
margin: 0;
padding: 0;
font-size: 15px;

View File

@@ -10,7 +10,7 @@
<meta name="robots" content="all">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="/libraries/framework/vendor/jquery/jquery_ui/jquery-ui.min.js"></script>
<script type="text/javascript" src="/libraries/framework/vendor/plugins/datepicker/js/bootstrap-datetimepicker.js"></script>

View File

@@ -10,7 +10,7 @@
<meta name="robots" content="all">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script type="text/javascript" src="/libraries/framework/vendor/jquery/jquery_ui/jquery-ui.min.js"></script>

View File

@@ -10,7 +10,7 @@
<meta name="robots" content="all">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="/layout/style.css">
</head>