werefox-cafe/src/info/styles/globals.css

9 lines
173 B
CSS
Raw Normal View History

2021-04-17 21:38:19 -05:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "DejaVuSansMono";
src: url("/fonts/DejaVuSansMono-Nerd-Font-Complete-Mono.ttf");
}