14 lines
243 B
CSS
14 lines
243 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@font-face {
|
|
font-family: "OpenDyslexic";
|
|
src: url("/fonts/OpenDyslexic-Regular.otf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "DejaVuSansMono";
|
|
src: url("/fonts/DejaVuSansMono.ttf");
|
|
}
|