highway/app/assets/tailwind/application.css
2025-05-07 22:04:48 -04:00

12 lines
No EOL
240 B
CSS

@import "tailwindcss";
@font-face {
font-family: 'Dystopian';
src: url('/assets/dystopian.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
.font-dystopian {
font-family: 'Dystopian', sans-serif;
}