Refactor: New Home Page

This commit is contained in:
Kentai Radiquum 2024-10-18 02:36:01 +05:00
parent fa94e09a73
commit 3af083c0dd
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
35 changed files with 1952 additions and 442 deletions

View file

@ -1,3 +1,27 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Ubuntu';
src: url('/static/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
font-weight: 400;
}
@font-face {
font-family: 'Ubuntu';
src: url('/static/fonts/Ubuntu/Ubuntu-Medium.ttf') format('truetype');
font-weight: 500;
}
@font-face {
font-family: 'Ubuntu';
src: url('/static/fonts/Ubuntu/Ubuntu-Bold.ttf') format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'Ubuntu';
src: url('/static/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
font-weight: 300;
}