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;
|
|
|
|
|
@tailwind utilities;
|