@extends('layouts.admin.master') @section('content')

{{ __('content.font') }}

@if (isset($font)) @if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PUT') @csrf @endif
{{ __('content.google_font_find_the_font_that_suits_you_and_copy_the_link_here') }} Google Fonts <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
{{ __('content.find_the_font_family_and_put_it_here') }}
{{ __('content.google_font_find_the_font_that_suits_you_and_copy_the_link_here') }} Google Fonts <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
{{ __('content.find_the_font_family_and_put_it_here') }}
{{ __('content.reset') }}
@else @if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@csrf @endif
{{ __('content.google_font_find_the_font_that_suits_you_and_copy_the_link_here') }} Google Fonts <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
{{ __('content.find_the_font_family_and_put_it_here') }}
{{ __('content.google_font_find_the_font_that_suits_you_and_copy_the_link_here') }} Google Fonts <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
{{ __('content.find_the_font_family_and_put_it_here') }}
@endif
@endsection