Initial codebase push
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user