All in cozette font
This commit is contained in:
parent
33b291f3bf
commit
a0eaeb15fd
|
@ -54,7 +54,7 @@
|
||||||
|
|
||||||
<div class="pointer-events-auto" style="position: relative; width: 100%; height: 100%; overflow: hidden;">
|
<div class="pointer-events-auto" style="position: relative; width: 100%; height: 100%; overflow: hidden;">
|
||||||
<img id="backgroundGif" src="{BackgroundVideo}" alt="Background video"/>
|
<img id="backgroundGif" src="{BackgroundVideo}" alt="Background video"/>
|
||||||
<div class="main-title m-auto" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; gap: 2rem; color: white; padding: 1rem;">
|
<div class="main-title m-auto cozette" style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; gap: 2rem; color: white; padding: 1rem;">
|
||||||
<h1 style="font-size: {!mobile ? 5 : 3}rem; text-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.9); z-index: 100;">
|
<h1 style="font-size: {!mobile ? 5 : 3}rem; text-shadow: 0.2rem 0.2rem 1rem rgba(0, 0, 0, 0.9); z-index: 100;">
|
||||||
{#if !mobile}
|
{#if !mobile}
|
||||||
Deprived Devs
|
Deprived Devs
|
||||||
|
@ -72,8 +72,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex flex-col justify-center items-center w-full md:px-8 py-4">
|
<div class="cozette flex flex-col justify-center items-center w-full md:px-8 py-4">
|
||||||
<h2 class="prose main-title text-center" style="font-size: {!mobile ? 3 : 2}rem;">
|
<h2 class="text-center" style="font-size: {!mobile ? 3 : 2}rem;">
|
||||||
Developers
|
Developers
|
||||||
</h2>
|
</h2>
|
||||||
<div>
|
<div>
|
||||||
|
@ -241,11 +241,6 @@
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.main-title {
|
|
||||||
width: 80%;
|
|
||||||
font-family: var(--title-font);
|
|
||||||
}
|
|
||||||
|
|
||||||
#backgroundGif{
|
#backgroundGif{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<div class="bg-grid-200 border-2 border-base-300 pr-4 rounded cozette max-lg:pb-2">
|
<div class="bg-grid-200 border-2 border-base-300 pl-1 pr-4 rounded cozette max-lg:pb-2">
|
||||||
{#if !isSnorre}
|
{#if !isSnorre}
|
||||||
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-1 font-mono">
|
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-1 font-mono">
|
||||||
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>
|
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<MobileTags tags={tags} isMobile={isMobile}/>
|
<MobileTags tags={tags} isMobile={isMobile}/>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<div class="w-full">
|
<div class="w-full pl-1">
|
||||||
<div class="developersProfile absolute snorre pl-4 font-mono pointer-events-none select-none">
|
<div class="developersProfile absolute snorre pl-4 font-mono pointer-events-none select-none">
|
||||||
<pre style="font-size: {!isMobile ? 1.5 : 1.5}rem;"> </pre>
|
<pre style="font-size: {!isMobile ? 1.5 : 1.5}rem;"> </pre>
|
||||||
<span>
|
<span>
|
||||||
|
|
|
@ -13,7 +13,12 @@
|
||||||
url("/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
|
url("/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
.cozette *{
|
.cozette * {
|
||||||
|
font-family: "CozetteVector";
|
||||||
|
}
|
||||||
|
|
||||||
|
/* fuck it */
|
||||||
|
body * {
|
||||||
font-family: "CozetteVector";
|
font-family: "CozetteVector";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue