From 1fa540c11e46be221a4662bd3a688ec61056e701 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 30 Oct 2023 00:26:41 -0400 Subject: Pokemon font --- app/assets/stylesheets/application.tailwind.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 8666d2f..4908cf3 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -2,12 +2,13 @@ @tailwind components; @tailwind utilities; -/* +@font-face { + font-family: "Pokemon Classic"; + src: url("pokemon-classic.ttf") format("truetype"); +} -@layer components { - .btn-primary { - @apply py-2 px-4 bg-blue-200; +@layer base { + h1, h2, h3, h4, h5, h6, .subtitle { + font-family: "Pokemon Classic", sans-serif; } } - -*/ -- cgit v1.2.3