gemini-coder / app /globals.css
osanseviero's picture
Upload 54 files
63c7991 verified
raw
history blame contribute delete
430 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Aeonik";
src: url("/Aeonik/Aeonik-Regular.ttf");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Aeonik";
src: url("/Aeonik/Aeonik-Medium.ttf");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Aeonik";
src: url("/Aeonik/Aeonik-Bold.ttf");
font-weight: 700;
font-style: normal;
}