{{-- {!! BaseHelper::googleFonts(sprintf('https://fondts.googleapis.com/css2?family=%s:wght@400;500;600', urlencode($primaryFont = theme_option('primary_font', 'Jost')))) !!} --}} @php $string = file_get_contents(base_path() . '/platform/themes/ninico/public/plugins/custom-fonts/fonts.json'); $json_file = json_decode($string, true); $primaryFont = theme_option('primary_font', 'LamaSans-Regular'); @endphp {!! Theme::header() !!} {!! apply_filters(THEME_FRONT_BODY, null) !!} @if(theme_option('preloader_enabled', 'yes') === 'yes') {!! Theme::partial('preloader') !!} @endif {!! Theme::partial('scroll-top') !!} @yield('content') {!! Theme::footer() !!}