feat(Layout): add custom footer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
@@ -25,6 +25,7 @@
|
||||
crossorigin
|
||||
type="font/ttf"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="preload"
|
||||
href="/fonts/Inter-Medium.ttf"
|
||||
@@ -32,6 +33,7 @@
|
||||
crossorigin
|
||||
type="font/ttf"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="preload"
|
||||
href="/fonts/Inter-Bold.ttf"
|
||||
@@ -39,6 +41,7 @@
|
||||
crossorigin
|
||||
type="font/ttf"
|
||||
/>
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Inter';
|
||||
@@ -63,6 +66,10 @@
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.tsqd-parent-container .tsqd-open-btn-container {
|
||||
transform: translateY(-40px);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user