Break everything: Delete V2 Files

This commit is contained in:
Kentai Radiquum 2024-11-30 16:33:53 +05:00
parent 044dc87794
commit b1a7c0308d
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
36 changed files with 1 additions and 5811 deletions

View file

@ -1,27 +0,0 @@
@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;
}