2023-04-07 17:16:43 -05:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
@font-face {
|
2023-04-10 18:19:02 -05:00
|
|
|
font-family: "OpenDyslexic";
|
|
|
|
src: url("/fonts/OpenDyslexic-Regular.otf");
|
2023-04-07 17:16:43 -05:00
|
|
|
}
|
2023-04-16 21:46:10 -05:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "DejaVuSansMono";
|
|
|
|
src: url("/fonts/DejaVuSansMono.ttf");
|
|
|
|
}
|