Files
page-assist/extension/routes/tailwind.css

12 lines
184 B
CSS
Raw Normal View History

2023-04-09 23:28:52 +05:30
@font-face {
font-family: 'font';
src: url('font.ttf') format('truetype');
}
body {
font-family: 'font' !important;
}
@tailwind base;
@tailwind components;
@tailwind utilities;