12 lines
215 B
CSS
12 lines
215 B
CSS
@import "tailwindcss";
|
|
|
|
@font-face {
|
|
font-family: 'Hobo';
|
|
src: url('/resources/HoboStd.otf') format('otf');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@theme {
|
|
--font-hobo: 'Hobo', sans-serif;
|
|
} |