create-revo
Version:
React Project Setup Tool built on Vite
18 lines (14 loc) • 317 B
CSS
@import url('https://fonts.googleapis.com/css2?family=ZCOOL+KuaiLe&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.zcool {
font-family: "ZCOOL KuaiLe", sans-serif;
font-weight: 400;
font-style: normal;
}