Update README with project details, installation instructions, and application structure; change default font in CSS and adjust welcome view for Tailwind integration.

This commit is contained in:
Mekan1206
2026-08-01 01:06:27 +05:00
parent 20d032c4cc
commit cf183dd5b2
3 changed files with 180 additions and 40 deletions

View File

@@ -4,6 +4,6 @@
@source '../../storage/framework/views/*.php';
@theme {
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
--font-sans: 'Trebuchet MS', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
}

File diff suppressed because one or more lines are too long