18 lines
253 B
SCSS
18 lines
253 B
SCSS
|
|
||
|
@import "./markdown.scss";
|
||
|
|
||
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "LunaSans";
|
||
|
src: url("../fonts/LunaSans-Regular.ttf");
|
||
|
}
|
||
|
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Neucha";
|
||
|
src: url("../fonts/Neucha.ttf");
|
||
|
}
|