Use Montserrat for headings

This commit is contained in:
Oliver Davies 2018-10-05 08:41:04 +01:00
parent 4bdc487506
commit 1e336c88b6
2 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@
<div class="container mx-auto px-4">
<div class="leading-normal pt-8 sm:pt-16 pb-16 sm:pb-24">
<h1 class="uppercase text-red text-center mb-6 sm:mb-12 text-bold tracking-wide">
<h1 class="uppercase text-red text-center mb-6 sm:mb-12 font-montserrat font-black tracking-wider">
{{ page.title }}
</h1>

View file

@ -111,7 +111,9 @@ classes:
---
<div class="md:max-w-lg mx-auto md:flex">
<div class="w-full md:w-1/2 px-6 mb-8 md:mb-0">
<h2 class="uppercase text-center mb-2 tracking-wide">Adults</h2>
<h2 class="uppercase text-center mb-2 font-montserrat font-black tracking-wider">
Adults
</h2>
{% include 'pages/classes/class-list' with {
classes: page.classes,
@ -120,7 +122,9 @@ classes:
</div>
<div class="w-full md:w-1/2 px-6">
<h2 class="uppercase text-center mb-2 tracking-wide">Kids</h2>
<h2 class="uppercase text-center mb-2 font-montserrat font-black tracking-wider">
Kids
</h2>
{% include 'pages/classes/class-list' with {
classes: page.classes,