🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux in-mum-web1398.main-hosting.eu 4.18.0-553.107.1.lve.el8.x86_64 #1 SMP Tue Feb 24 21:12:31 UTC 2026 x86_64
👤 User: u344267476 (344267476)
🐘 PHP: 8.3.30
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/u344267476/domains/nawaidir.com.pk/public_html/epaper
$

📄 font.php

📁 Path: /home/u344267476/domains/raigzar.news/public_html/wp-content/themes/newsgo/font.php
📊 Size: 836 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/*--------------------------------------------------------------------*/
/*     Register Google Fonts
/*--------------------------------------------------------------------*/
function newsgo_fonts_url() {
	
    $fonts_url = '';
		
    $font_families = array();
 
	$font_families = array('Inter:300,400,500,600,700,800,900|Roboto Condensed:400,500,700,800');
 
        $query_args = array(
            'family' => urlencode( implode( '|', $font_families ) ),
            'subset' => urlencode( 'latin,latin-ext' ),
        );
 
        $fonts_url = add_query_arg( $query_args, '//fonts.googleapis.com/css' );

    return $fonts_url;
}
function newsgo_scripts_styles() {
    wp_enqueue_style( 'newsgo-fonts', newsgo_fonts_url(), array(), null );
}
add_action( 'wp_enqueue_scripts', 'newsgo_scripts_styles' );
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨