@extends('layouts.admin') @section('title', 'CSS Settings') @section('page_title', 'CSS Settings') @section('content')

CSS Settings

Configure global typography for heading tags (h1-h6).

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Select from 100 popular Google Fonts to apply to all headings.

Live Preview

Heading 1 Preview

Heading 2 Preview

Heading 3 Preview

Cancel
@push('scripts') @endpush @endsection