This commit is contained in:
@@ -15,3 +15,4 @@ video{width:100%;border-radius:12px;background:#000}
|
||||
.meta{margin-top:10px;display:flex;gap:10px;align-items:center}
|
||||
input{width:220px;padding:8px 10px;border-radius:10px;border:1px solid #36446c;background:#0f1530;color:#e6eaf2}
|
||||
a{color:#90cdf4;text-decoration:none}
|
||||
.title-no-margin { margin: 0; }
|
||||
@@ -1,15 +1,3 @@
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/static/fonts/inter-regular.woff2') format('woff2');
|
||||
font-weight: 400; font-style: normal; font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/static/fonts/inter-semibold.woff2') format('woff2');
|
||||
font-weight: 600; font-style: normal; font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
src: url('/static/fonts/inter-extrabold.woff2') format('woff2');
|
||||
font-weight: 800; font-style: normal; font-display: swap;
|
||||
}
|
||||
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-semibold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: 'Inter'; src: url('/static/fonts/inter-extrabold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }
|
||||
|
||||
Reference in New Issue
Block a user