mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Refactor: Use Inter font for cleaner seizure text
This commit is contained in:
@@ -7,10 +7,11 @@
|
|||||||
<title>Link Seized - 4ev.link</title>
|
<title>Link Seized - 4ev.link</title>
|
||||||
<link rel="icon" href="/public/icon.png">
|
<link rel="icon" href="/public/icon.png">
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<link href="https://fonts.bunny.net/css?family=allerta-stencil:400|arya:400" rel="stylesheet" />
|
<link href="https://fonts.bunny.net/css?family=allerta-stencil:400|arya:400|inter:400,600" rel="stylesheet" />
|
||||||
<style>
|
<style>
|
||||||
body{font-family:"Allerta Stencil",sans-serif}
|
body{font-family:"Allerta Stencil",sans-serif}
|
||||||
h1{font-family:"Arya",sans-serif}
|
h1{font-family:"Arya",sans-serif}
|
||||||
|
.font-clean{font-family:"Inter",sans-serif}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-black text-gray-300 h-screen w-screen overflow-hidden flex flex-col">
|
<body class="bg-black text-gray-300 h-screen w-screen overflow-hidden flex flex-col">
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
<!-- Main Content (Flex to fit viewport) -->
|
<!-- Main Content (Flex to fit viewport) -->
|
||||||
<div class="flex flex-col items-center justify-evenly flex-grow p-4 w-full max-w-5xl mx-auto text-center h-full">
|
<div class="flex flex-col items-center justify-evenly flex-grow p-4 w-full max-w-5xl mx-auto text-center h-full">
|
||||||
|
|
||||||
<h2 class="text-white font-bold text-sm md:text-xl max-w-2xl leading-snug px-4">
|
<h2 class="font-clean text-white font-bold text-sm md:text-xl max-w-2xl leading-snug px-4">
|
||||||
The 4ev.link Abuse Prevention System has seized the destination as part of an action taken against suspicious URLs.
|
The 4ev.link Abuse Prevention System has seized the destination as part of an action taken against suspicious URLs.
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user