From 13d12e4f8fcf0fa2779ec5fdaf8769096bf9f917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 8 Jun 2026 19:19:16 +0300 Subject: [PATCH] style: update career certificate typography with new Cinzel font class and layout adjustments --- resources/views/front/career/verify.blade.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/front/career/verify.blade.php b/resources/views/front/career/verify.blade.php index d82e922..6a8d853 100644 --- a/resources/views/front/career/verify.blade.php +++ b/resources/views/front/career/verify.blade.php @@ -61,11 +61,11 @@
-

Staj Bitirme Sertifikası

+

Staj Bitirme
Sertifikası

Sayın

-

{{ $application->name }}

+

{{ $application->name }}

@@ -196,6 +196,9 @@ .font-serif { font-family: 'Cinzel', 'Playfair Display', Georgia, serif; } + .font-cinzel { + font-family: 'Cinzel', serif !important; + } .text-glow-white { text-shadow: 0 0 10px #ffffff, 0 0 6px #ffffff, 0 0 3px #ffffff;