{{-- Define default PDF font family --}}
{{-- Add signature font --}}
@if ($document->atLeastOneSigned())
{{-- --}}
@endif
{{-- Add all the used Google fonts --}}
@foreach ($document->content->forPdf()->usedGoogleFonts() as $font)
@endforeach
{{-- Add the ionicons font CSS --}}
{{-- Content builder CSS for for PDF --}}
@if (is_file(base_path('resources/css/contentbuilder/pdf.css')))
@endif