0
Résultats de validation

Brooklyn

Brooklyn

WordPress 6.4.3 theme
0
Ce thème n'est peut être pas libre. Themecheck ne distribue pas de thèmes commerciaux.
Alertes critiques
  1. Failles de sécurité : Modification des paramètres du serveur PHP ini_set trouvé dans le fichier Extension.php. 142: @ini_set('display_errors', 'On');
  2. Failles de sécurité : Utilisation de base64_decode() base64_decode trouvé dans le fichier GitLabApi.php. 212: return base64_decode($response->content);base64_decode trouvé dans le fichier GitHubApi.php. 267: return base64_decode($response->content);
  3. Failles de sécurité : Utilisation de base64_encode() base64_encode trouvé dans le fichier OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
  4. Présence d'iframes : Les iframes sont parfois utilisées pour charger du contenu non désirés ou du code malicieux sur des sites tiers <iframe height="315" width="560" src="http://www.youtube.com/embed/'.trim($matches[1]).'?wmode=transparent&vq=hd720&autoplay=1" wmode="Opaque" allowfullscreen="" frameborder="0"> trouvé dans le fichier unite-theme-ajax.php. 26: $embed_code = '<iframe height='315' width='560' src='http://www.youtube.com/embed/'.trim($
  5. Code malveillant : Opérations sur système de fichiers file_get_contents trouvé dans le fichier parsers.php. 252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen trouvé dans le fichier parsers.php. 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );fopen trouvé dans le fichier parsers.php. 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fopen trouvé dans le fichier parsers.php. 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );fclose trouvé dans le fichier parsers.php. 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );file_get_contents trouvé dans le fichier unite-demo-importer.class.php. 581: $data = file_get_contents( $file );624: $data = file_get_contents( $file );file_get_contents trouvé dans le fichier unite-demo-importer.class.php. 581: $data = file_get_contents( $file );624: $data = file_get_contents( $file );fopen trouvé dans le fichier unite-admin-functions.php. 369: if ( !( $f = @fopen( $path, 'r+' ) ) )375: if ( !( $f = @fopen( $path, 'w' ) ) ) {fclose trouvé dans le fichier unite-admin-functions.php. 371: fclose( $f );379: fclose( $f );fopen trouvé dans le fichier unite-admin-functions.php. 369: if ( !( $f = @fopen( $path, 'r+' ) ) )375: if ( !( $f = @fopen( $path, 'w' ) ) ) {fclose trouvé dans le fichier unite-admin-functions.php. 371: fclose( $f );379: fclose( $f );fopen trouvé dans le fichier ut-demo-importer.php. 177: if (!($f = @fopen($path, 'r+')))183: if (!($f = @fopen($path, 'w')))fclose trouvé dans le fichier ut-demo-importer.php. 179: fclose($f);185: fclose($f);fopen trouvé dans le fichier ut-demo-importer.php. 177: if (!($f = @fopen($path, 'r+')))183: if (!($f = @fopen($path, 'w')))fclose trouvé dans le fichier ut-demo-importer.php. 179: fclose($f);185: fclose($f);file_get_contents trouvé dans le fichier ut-demo-importer-reloaded.php. 1476: $rawdata = file_get_contents( $ot_layout_file );file_get_contents trouvé dans le fichier ut-layout-loader.php. 80: $rawdata = file_get_contents( $ot_layout_file );file_get_contents trouvé dans le fichier parsers.php. 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents trouvé dans le fichier parsers.php. 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen trouvé dans le fichier parsers.php. 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fopen trouvé dans le fichier parsers.php. 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fopen trouvé dans le fichier parsers.php. 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fclose trouvé dans le fichier parsers.php. 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );file_get_contents trouvé dans le fichier vc-params.php. 1546: $svg_string = file_get_contents( THEME_DOCUMENT_ROOT . '/images/svg/separators/' . $svg['
  6. Menu Admin : Les thèmes doivent utiliser add_theme_page () pour ajouter des pages admin. Fichier unite-sidebars.class.php : 95: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_Fichier unite-home.class.php : 65: $this->options_page = add_menu_page(Fichier unite-import-export.class.php : 72: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_Fichier unite-fonts.class.php : 189: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_Fichier unite-video.class.php : 108: $this->options_page = add_submenu_page(Fichier unite-theme-info.class.php : 178: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_Fichier unite-license.class.php : 83: $this->options_page = add_submenu_page(Fichier unite-demo-importer.class.php : 136: add_submenu_page( 'unite-welcome-page', $this->title, $this->title, 'manageFichier unite-theme-options.class.php : 63: add_action( 'admin_menu', array( $this, 'add_options_page' ) );81: public function add_options_page() {Fichier unite-theme-options.class.php : 83: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_Fichier unite-custom-fonts.class.php : 38: add_submenu_page(Fichier ut-demo-importer.php : 27: add_submenu_page( 'unite-welcome-page' , 'Demo Installer' , 'Demo InstallerFichier ut-demo-importer-reloaded.php : 1055: add_submenu_page( Fichier ot-settings-api.php : 106: $theme_check_bs = 'add_menu_page';Fichier ot-settings-api.php : 107: $theme_check_bs2 = 'add_submenu_page';Fichier index.php : 45: add_submenu_page( 'unite-welcome-page' , 'Theme Sidebars' , 'Theme Sidebars
  7. Inclusion de plugin : Présence de fichier zip Les plugins ne sont pas autorisés dans les thèmes. Le fichier zip demo5slider.zip hero-website-42.zip bklyn-construction.zip brooklyn-hero-demo-23.zip single-portfolio-hero-slider.zip alex.zip demo22.zip demo23.zip wedding-frontpage.zip mountain-parallax-header.zip coastal-weddings.zip demo28.zip about.zip screens.zip our-story.zip home_slider_snow.zip winter.zip demo29.zip outdoor-weddings.zip hero-demo-23.zip elegant-weddings.zip demo5.zip fav-32.zip revslider.zip ut-twitter.zip ut-shortcodes.zip ut-pricing.zip js_composer.zip ut-portfolio.zip a été trouvé.
Attention
  1. Text domain : Utilisation incorrecte des fonctions de traduction.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'View details' dans le fichier UpdateChecker.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'More information about %s' dans le fichier UpdateChecker.php.Plusieurs text-domain sont utilisés dans le thème. Cela signifie que le thème n'est pas compatible avec les language packs de WordPress. Les domaines trouvés sont unite-admin, unite, unitedthemes, wordpress-importer, plugin-update-checker, , tgmpa, revslider, option-tree, brooklyn, word count: words or characters?, ut_shortcodes, js_composer.
  2. Cdn : Utilisation d'un CDNUne url de type CDN a été trouvée dans le code maxcdn.bootstrapcdn.com/font-awesome. Les fichiers CSS et JS ne doivent pas être chargés depuis un CDN. Ces ressources doivent être intégrées dans le thème.
  3. Balises courtes PHP : Présence de balises PHP courtesPrésence de balises PHP courtes dans le fichier Parsedown.php. "Il est conseillé de ne pas les utiliser car elles ne sont seulement disponibles lors de l'activation de la directive de configuration short_open_tag du php.ini, ou si PHP a été configuré avec l'option --enable-short-tags" (php.net), ce qui n'est pas le cas sur de nombreux serveurs.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))Présence de balises PHP courtes dans le fichier ParsedownLegacy.php. "Il est conseillé de ne pas les utiliser car elles ne sont seulement disponibles lors de l'activation de la directive de configuration short_open_tag du php.ini, ou si PHP a été configuré avec l'option --enable-short-tags" (php.net), ce qui n'est pas le cas sur de nombreux serveurs.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  4. Barre d'admin cachée : Barre d'admin cachée dans CSSLes thèmes ne doivent pas cacher la barre d'admin. Détecté dans le fichier unite-admin-backup.css.
  5. Eléments custom : Présence d'une entête customAucune référence à custom header n'a été trouvée dans le thème.
  6. Eléments custom : Présence d'un fond customAucune référence à custom background n'a été trouvée dans le thème.
  7. Implémentation de l'internationalisation : Utilisation correcte de ___al(La variable $pointer a été trouvée dans une fonction de traduction dans le fichier unite-admin-pointers.class.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $pointer a été trouvée dans une fonction de traduction dans le fichier unite-admin-pointers.class.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  8. Image à la une ("Featured image") : Utilisation de the_post_thumbnail() instead of custom fields for thumbnailsAucune référence à the_post_thumbnail n'a été trouvée dans le thème.
  9. Implémentation de la date et de l'heure : Utilisation de the_time()Au moins une date codée en dur a été trouvée dans le fichier content-video.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-gallery.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-audio.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-video.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-gallery.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-audio.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-video.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-gallery.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-audio.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-video.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-quote.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-link.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-gallery.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-audio.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-video.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-quote.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-link.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-gallery.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.Au moins une date codée en dur a été trouvée dans le fichier content-audio.php. Il est préférable d'utiliser la fonction get_option( 'date_format' )à la place.
  10. Screenshot : Copie d'écranMauvaise extension de fichier screenshot ! Le fichier screenshot.png n'est pas un véritable fichier JPG. Le type détecté est : "image/png".
Info
  1. présence de favicon : Gestion des faviconsDéclaration de favicon trouvée dans header.php. Les favicons sont prises en charges dans le paramètrage Site Icon depuis la version 4.3.Déclaration de favicon trouvée dans ut-theme-functions.php. Les favicons sont prises en charges dans le paramètrage Site Icon depuis la version 4.3.
  2. Liens statiques : Présence de liens codés en durLien potentiellement codés en dur trouvé dans le fichier unite-home.class.php.273: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier unite-header-manager.class.php.282: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier unite-fonts.class.php.536: <span class='ut-admin-panel-description'><?php esc_html_e( 'Type to search your desired font. A full list of avilable fonts can be found at:' , 'unite-admin' ); ?> <a href='https://www.google.com/fonts' target='_blank' title='Google Fonts'><?php esLien potentiellement codés en dur trouvé dans le fichier unite-video.class.php.140: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier unite-theme-info.class.php.631: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier unite-license.class.php.112: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier ut-demo-importer.php.470: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier header.php.25: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier ot-settings-api.php.495: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBLien potentiellement codés en dur trouvé dans le fichier ut-metaboxes.php.1237: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1251: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2288: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2301: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1237: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1251: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2288: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2301: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1237: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1251: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2288: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2301: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1237: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1251: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2288: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt2301: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image optLien potentiellement codés en dur trouvé dans le fichier ut-theme-options.php.8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 15384: 'desc' => 'For best image results, we recommend to upload an image with size of 1920x1080pixel (optimal size). Also try to avoid uploading images with more than 200-300Kb size. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for images op15395: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt15406: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt15384: 'desc' => 'For best image results, we recommend to upload an image with size of 1920x1080pixel (optimal size). Also try to avoid uploading images with more than 200-300Kb size. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for images op15395: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt15406: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt15384: 'desc' => 'For best image results, we recommend to upload an image with size of 1920x1080pixel (optimal size). Also try to avoid uploading images with more than 200-300Kb size. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for images op15395: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt15406: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt19521: 'desc' => sprintf( 'Please go to %s and create a new APP for your Website. Make sure that Request Type has been set to 'GET' inside the 'OAuth Tool' tab. Learn more about the new Twitter API here %s and here %s', '<a href='https://dev.twitter.com/apps'>Twitter Developer Apps</a>', '<a href='https:8141: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8269: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8381: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8506: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8629: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8744: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8866: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9022: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9259: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9375: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9542: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9661: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9778: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9894: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10060: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10183: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10306: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10430: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10553: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10676: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 10998: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11321: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11726: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 11868: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12018: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12140: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12262: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12379: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12587: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 12750: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19625: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 19913: 'desc' => sprintf( 'Create as many Mail Chimp Form Skins as you need. This option set is only for forms created with %s. Once you created a skin, please edit your mailchimp form, switch to the 'Appearance' tab and select your skin.', '<a href='https://mc4wp.com/' target='_blank'>Mailchimp for WordPress</a>' ),Lien potentiellement codés en dur trouvé dans le fichier functions.php.393: <a href='http://helpdesk.unitedthemes.com/'>http://helpdesk.unitedthemes.com</a>
  3. Fichiers optionnels : Présence du fichierde style pour les écritures de droite vers la gauche rtl.cssCe thème ne contient pas le fichier optionnel rtl.php.
  4. Fichiers optionnels : Présence du fichier-template de page d'accueil home.phpCe thème ne contient pas le fichier optionnel home.php.
  5. Fichiers optionnels : Présence du fichier-template de catégorie category.phpCe thème ne contient pas le fichier optionnel category.php.
  6. Fichiers optionnels : Présence du fichier-template des tags tag.phpCe thème ne contient pas le fichier optionnel tag.php.
  7. Fichiers optionnels : Présence du fichier template de taxinomie taxonomy.phpCe thème ne contient pas le fichier optionnel taxonomy.php.
  8. Fichiers optionnels : Présence de du fichier-template des dates et heures date.phpCe thème ne contient pas le fichier optionnel date.php.
  9. Fichiers optionnels : Présence du fichier-template des pièces jointes attachment.phpCe thème ne contient pas le fichier optionnel attachment.php.
  10. Fichiers optionnels : Présence du fichier-template des images image.phpCe thème ne contient pas le fichier optionnel image.php.
  11. Utilisation d'includes : Utilisation de include ou de de requireLe thème semble utiliser include ou require : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Autoloader.php 32: include ($this->libraryDir . $this->staticMap[$className]); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : UpdateChecker.php 221: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : readme-parser.php 244: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : unite-demo-importer.class.php 515: require_once( $class_wp_importer );531: require_once( $class_wp_import ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : unite-theme-options.class.php 1369: include_once( $file ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : unite-helpers.php 740: $google_font_cache = json_decode( include( THEME_DOCUMENT_ROOT . '/admin/assets/google/google_fonts.php' ) , Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : unite-init.php 100: include( $file );111: include( $file );116: include( $file ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-theme-options-onepage.php 678: 2164: 3246: 4726: Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-demo-importer-reloaded.php 6: include_once( THEME_DOCUMENT_ROOT . '/admin/includes/plugins/importer-reloa1433: include_once( THEME_DOCUMENT_ROOT . '/admin/includes/ot-functions-admin.php Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-admin-loader.php 8: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metaboxes.php' );9: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-portfolio-manager-metab11: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metabox-portfolio-setti12: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metabox-sidebar-setting13: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metabox-single-posts-he16: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metabox-post-format-set17: include( THEME_DOCUMENT_ROOT . '/admin/metaboxes/ut-metabox-post-format-man Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-layout-loader.php 19: include_once( THEME_DOCUMENT_ROOT . '/admin/includes/ot-functions-admin.php84: include( THEME_DOCUMENT_ROOT . '/admin/optionsdata.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : header.php 7: require_once( ABSPATH . 'wp-admin/admin-header.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-metaboxes.php 3217: 3396: 3837: 6038: 6049: 6060: 6089: 6100: 6141: 6149: 12131: 12143: 12175: 12184: 12387: Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-theme-options.php 11709: 13697: 15005: 15071: 16110: 18487: Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ot-loader.php 359: //include_once( $file );360: include( $file ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-theme-custom-css.php 2167: include( 'css/theme-cacheable-css.php' );2168: include( 'css/theme-non-cacheable-css.php' );2170: include( 'css/global.php' );2171: include( 'css/hero.php' );2172: include( 'css/deprecated.php' );2173: include( 'css/navigation.php' );2174: include( 'css/side-navigation.php' );2175: include( 'css/mobile-navigation.php' );2176: include( 'css/page.php' );2177: include( 'css/blog.php' );2178: include( 'css/onepage.php' );2179: include( 'css/portfolio.php' );2180: include( 'css/shortcodes.php' );2181: include( 'css/contact.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ut-theme-functions.php 296: $unicode = json_decode( include_once( THEME_DOCUMENT_ROOT . '/unite/core/admin/assets/fonts/fontawe Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc-config.php 7: include( THEME_DOCUMENT_ROOT . '/vc/vc-params.php' );8: include( THEME_DOCUMENT_ROOT . '/vc/vc-filters.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.
Other checked themes