add fonts
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
sasha-astiadi 2025-04-11 14:34:55 +02:00
parent 957245c21e
commit 2fe89a5f44
3 changed files with 28 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,10 +2,10 @@
<div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-3xl lg:mx-0"> <div class="mx-auto max-w-3xl lg:mx-0">
<h2 class="text-4xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-5xl">Logo and Brand Assets</h2> <h2 class="text-4xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-5xl">Logo and Brand Assets</h2>
<p class="mt-6 text-lg lg:text-xl font-normal text-gray-600">All the assets and brand resources you need to share OurWorld with the world.</p> <p class="mt-4 text-lg lg:text-xl font-normal text-gray-600">All the assets and brand resources you need to share OurWorld with the world.</p>
</div> </div>
<div class="mx-auto max-w-2xl lg:mx-0 mt-12"> <div class="mx-auto max-w-2xl lg:mx-0 mt-12">
<h2 class="text-2xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-3xl">Black Versions (PNG & SVG)</h2> <h2 class="text-3xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-4xl">Black Versions (PNG & SVG)</h2>
</div> </div>
<ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3"> <ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<li class="flex flex-col"> <li class="flex flex-col">
@ -38,7 +38,7 @@
</ul> </ul>
<div class="mx-auto max-w-2xl lg:mx-0 mt-12"> <div class="mx-auto max-w-2xl lg:mx-0 mt-12">
<h2 class="text-2xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-3xl">White Versions (PNG & SVG)</h2> <h2 class="text-3xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-4xl">White Versions (PNG & SVG)</h2>
</div> </div>
<ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3"> <ul role="list" class="mx-auto mt-6 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<li class="flex flex-col"> <li class="flex flex-col">
@ -69,5 +69,30 @@
</a> </a>
</li> </li>
</ul> </ul>
<div class="mx-auto max-w-2xl lg:mx-0 mt-24">
<h2 class="text-4xl font-semibold tracking-tight text-pretty text-gray-900 lg:text-5xl">Typography</h2>
</div>
<div class="mx-auto max-w-4xl lg:mx-0 mt-6">
<h3 class="lg:text-4xl text-2xl font-semibold tracking-tight text-gray-900 mt-12">Primary Font: Helvetica <a href="/images/download/helvetica.zip" download class="text-base text-gray-600 hover:underline ml-2">Download Font</a></h3>
<p class="mt-4 text-lg lg:text-xl font-normal text-gray-600">The primary font used in OurWorld branding is Helvetica. It is a clean and modern sans-serif typeface used primarily for titles and subtitles that enhances readability and conveys a sense of professionalism.</p>
<div class="bg-gray-100 rounded-lg p-4 mt-6">
<p class="mt-4 lg:text-4xl text-3xl font-bold text-black" style="font-family: Helvetica, sans-serif;">This is Helvetica Bold for Titles</p>
</div>
<div class="bg-gray-100 rounded-lg p-4 mt-6">
<p class="mt-4 lg:text-3xl text-2xl font-semibold text-black" style="font-family: Helvetica, sans-serif;">This is Helvetica Medium for Subtitles</p>
</div>
<div class="mx-auto max-w-4xl lg:mx-0 mt-8">
<h3 class="lg:text-4xl text-2xl font-semibold tracking-tight text-gray-900 mt-12">Secondary Font: Cercodemo <a href="/images/download/cero.zip" download class="text-base text-gray-600 hover:underline ml-2">Download Font</a></h3>
<p class="mt-4 text-lg lg:text-xl font-normal text-gray-600">The secondary font used in OurWorld branding is Cercodemo. It is a unique and stylish typeface used primarily for body texts and paragraphs that adds a touch of creativity to our designs.</p>
</div>
<div class="bg-gray-100 rounded-lg p-4 mt-6">
<p class="mt-4 lg:text-xl text-lg font-normal text-black">This is Cercodemo Regular for Body Text</p>
</div>
<div class="bg-gray-100 rounded-lg p-4 mt-6">
<p class="mt-4 lg:text-lg text-base font-normal text-black">This is Cercodemo Light for Body Text</p>
</div>
<div class="bg-gray-100 rounded-lg p-4 mt-6">
<p class="mt-4 lg:text-lg text-base font-normal text-black">This is Cercodemo Thin for Caption</p>
</div> </div>
</div> </div>