add font Inter

update UI cho main grid calendar. add hover css and state. click able on header cell
This commit is contained in:
lenhanphung
2025-09-22 15:56:50 +07:00
parent 3e96034b92
commit e6bb665c87
4 changed files with 265 additions and 24 deletions
+5 -1
View File
@@ -26,7 +26,11 @@
href="https://fonts.googleapis.com/css2?family=Cal+Sans&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<title>Twake Calendar</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&family=Cal+Sans&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<title>React App</title>
<script src="<%= assetPrefix %>/.env.js"></script>
<script src="<%= assetPrefix %>/appList.js"></script>
</head>