diff --git a/resources/css/app.css b/resources/css/app.css index a5492c0..5aaa1db 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -31,5 +31,12 @@ @source '../../vendor/m21/formkit/resources/views/**/*.blade.php'; @theme { - --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + --font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } + +@font-face { + font-family: "Nunito"; + src: url('../fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} \ No newline at end of file diff --git a/resources/fonts/Nunito/Nunito-VariableFont_wght.ttf b/resources/fonts/Nunito/Nunito-VariableFont_wght.ttf new file mode 100644 index 0000000..10387be Binary files /dev/null and b/resources/fonts/Nunito/Nunito-VariableFont_wght.ttf differ diff --git a/resources/views/livewire/applicant-form.blade.php b/resources/views/livewire/applicant-form.blade.php index 80d6f14..d1b46c2 100644 --- a/resources/views/livewire/applicant-form.blade.php +++ b/resources/views/livewire/applicant-form.blade.php @@ -1,4 +1,20 @@
+
+

Creative Faces

+

"Youth Empowerment Through Makeup Artistry"

+ +
+

+ The Ministry of Sport and Youth Affairs, in partnership with Sacha Cosmetics Ltd., invites young people to join a + two-day introductory workshop in Makeup Artistry—a creative, hands-on experience focused on developing new skills and + confidence under professional mentorship. +

+ +

Participants must bring a freestanding tabletop mirror for use during the training.

+ +

Participants must be 18 to 35 years old.

+
+
{{ $this->form }}