2023-04-09 23:28:52 +05:30
|
|
|
@font-face {
|
|
|
|
|
font-family: 'font';
|
|
|
|
|
src: url('font.ttf') format('truetype');
|
|
|
|
|
}
|
2024-02-07 00:11:07 +05:30
|
|
|
* {
|
2023-04-09 23:28:52 +05:30
|
|
|
font-family: 'font' !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
2024-02-15 00:26:13 +05:30
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
.ant-select-selection-search-input {
|
|
|
|
|
border: none !important;
|
|
|
|
|
box-shadow: none !important;
|
|
|
|
|
}
|