standardizing heading fonts

This commit is contained in:
Drew
2025-04-02 15:53:04 -06:00
parent 7c5307ea3f
commit 65d93c6d25
7 changed files with 8 additions and 28 deletions

View File

@ -1,5 +1,5 @@
<section>
<h2 class="text-4xl mb-4 font-iosevka">Facilitators</h2>
<h2 class="text-4xl mb-4">Facilitators</h2>
<div class="tag-cloud font-iosevka text-gray-600">
{{ $facilitators := slice }}
{{ range .Site.RegularPages }}

View File

@ -29,7 +29,7 @@
{{- if gt (len $finalArticles) 0 -}}
<div class="related-articles flex flex-col gap-4">
<h2 class="title text-3xl">Related Articles</h2>
<h2 class="title text-3xl font-bold">Related Articles</h2>
<ul class="flex flex-col gap-4 w-full">
{{ partial "article-list" (dict "Pages" $finalArticles) }}
</ul>

View File

@ -1,5 +1,5 @@
{{- if .Params.tags }}
<div class="flex flex-wrap gap-2 my-2 text-xs">
<div class="flex flex-wrap gap-2 my-2 text-xs font-iosevka">
{{- range .Params.tags }}
<a href="{{ "tags/" | relURL }}{{ . | urlize }}"
class="px-3 py-1 border border-green-100 hover:bg-green-300 text-green-900 rounded no-underline">