0
Validation results

Brooklyn

Brooklyn

WordPress 6.4.3 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Modification of PHP server settings Found ini_set in file Extension.php. 142: @ini_set('display_errors', 'On');
  2. Security breaches : Use of base64_decode() Found base64_decode in file GitLabApi.php. 212: return base64_decode($response->content);Found base64_decode in file GitHubApi.php. 267: return base64_decode($response->content);
  3. Security breaches : Use of base64_encode() Found base64_encode in file OAuthSignature.php.
     $parameters['oauth_signature'] = base64_encode(hash_hmac('sha1', $stringToSign, $secret, true));
  4. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <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"> in file unite-theme-ajax.php. 26: $embed_code = '<iframe height='315' width='560' src='http://www.youtube.com/embed/'.trim($
  5. Malware : Operations on file system file_get_contents was found in the file parsers.php 252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fclose was found in the file parsers.php 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fopen was found in the file parsers.php 398: $fp = $this->fopen( $file, 'r' );615: function fopen( $filename, $mode = 'r' ) {618: return fopen( $filename, $mode );fclose was found in the file parsers.php 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );fclose was found in the file parsers.php 447: $this->fclose($fp);633: function fclose( $fp ) {636: return fclose( $fp );file_get_contents was found in the file unite-demo-importer.class.php 581: $data = file_get_contents( $file );624: $data = file_get_contents( $file );file_get_contents was found in the file unite-demo-importer.class.php 581: $data = file_get_contents( $file );624: $data = file_get_contents( $file );fopen was found in the file unite-admin-functions.php 369: if ( !( $f = @fopen( $path, 'r+' ) ) )375: if ( !( $f = @fopen( $path, 'w' ) ) ) {fclose was found in the file unite-admin-functions.php 371: fclose( $f );379: fclose( $f );fopen was found in the file unite-admin-functions.php 369: if ( !( $f = @fopen( $path, 'r+' ) ) )375: if ( !( $f = @fopen( $path, 'w' ) ) ) {fclose was found in the file unite-admin-functions.php 371: fclose( $f );379: fclose( $f );fopen was found in the file ut-demo-importer.php 177: if (!($f = @fopen($path, 'r+')))183: if (!($f = @fopen($path, 'w')))fclose was found in the file ut-demo-importer.php 179: fclose($f);185: fclose($f);fopen was found in the file ut-demo-importer.php 177: if (!($f = @fopen($path, 'r+')))183: if (!($f = @fopen($path, 'w')))fclose was found in the file ut-demo-importer.php 179: fclose($f);185: fclose($f);file_get_contents was found in the file ut-demo-importer-reloaded.php 1476: $rawdata = file_get_contents( $ot_layout_file );file_get_contents was found in the file ut-layout-loader.php 80: $rawdata = file_get_contents( $ot_layout_file );file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );269: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fopen was found in the file parsers.php 415: $fp = $this->fopen( $file, 'r' );641: function fopen( $filename, $mode = 'r' ) {644: return fopen( $filename, $mode );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );fclose was found in the file parsers.php 464: $this->fclose($fp);659: function fclose( $fp ) {662: return fclose( $fp );file_get_contents was found in the file vc-params.php 1546: $svg_string = file_get_contents( THEME_DOCUMENT_ROOT . '/images/svg/separators/' . $svg['
  6. Admin menu : Themes should use add_theme_page() for adding admin pages. File unite-sidebars.class.php : 95: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_File unite-home.class.php : 65: $this->options_page = add_menu_page(File unite-import-export.class.php : 72: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_File unite-fonts.class.php : 189: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_File unite-video.class.php : 108: $this->options_page = add_submenu_page(File unite-theme-info.class.php : 178: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_File unite-license.class.php : 83: $this->options_page = add_submenu_page(File unite-demo-importer.class.php : 136: add_submenu_page( 'unite-welcome-page', $this->title, $this->title, 'manageFile unite-theme-options.class.php : 63: add_action( 'admin_menu', array( $this, 'add_options_page' ) );81: public function add_options_page() {File unite-theme-options.class.php : 83: $this->options_page = add_submenu_page('unite-welcome-page', $this->title, $this->title, 'manage_File unite-custom-fonts.class.php : 38: add_submenu_page(File ut-demo-importer.php : 27: add_submenu_page( 'unite-welcome-page' , 'Demo Installer' , 'Demo InstallerFile ut-demo-importer-reloaded.php : 1055: add_submenu_page( File ot-settings-api.php : 106: $theme_check_bs = 'add_menu_page';File ot-settings-api.php : 107: $theme_check_bs2 = 'add_submenu_page';File index.php : 45: add_submenu_page( 'unite-welcome-page' , 'Theme Sidebars' , 'Theme Sidebars
  7. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was 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.
Warning
  1. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'View details' in file UpdateChecker.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'More information about %s' in file UpdateChecker.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are 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 : Use of CDNFound the URL of a CDN in the code: maxcdn.bootstrapcdn.com/font-awesome. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme.
  3. PHP short tags : Presence of PHP short tagsPHP short tags were found in file Parsedown.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.762: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))PHP short tags were found in file ParsedownLegacy.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.760: if (preg_match('/^\[(.+?)\]:[ ]*<?(\S+?)>?(?:[ ]+['\'(](.+)['\')])?[ ]*$/', $Line['text'], $matches))
  4. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file unite-admin-backup.css.
  5. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  6. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  7. I18N implementation : Proper use of ___all(Possible variable $pointer found in translation function in unite-admin-pointers.class.php. Translation function calls should not contain PHP variables. Possible variable $pointer found in translation function in unite-admin-pointers.class.php. Translation function calls should not contain PHP variables.
  8. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  9. Date and time implementation : Use of the_time()At least one hard coded date was found in the file content-video.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-video.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-video.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-video.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-quote.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-link.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-audio.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-video.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-quote.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-link.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-gallery.php. Function get_option( 'date_format' ) should be used instead.At least one hard coded date was found in the file content-audio.php. Function get_option( 'date_format' ) should be used instead.
  10. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in ut-theme-functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file unite-home.class.php.273: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file unite-header-manager.class.php.282: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file 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 esPossible hard-coded links were found in the file unite-video.class.php.140: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file unite-theme-info.class.php.631: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file unite-license.class.php.112: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file ut-demo-importer.php.470: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file header.php.25: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file ot-settings-api.php.495: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible hard-coded links were found in the file 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 optPossible hard-coded links were found in the file 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>' ),Possible hard-coded links were found in the file functions.php.393: <a href='http://helpdesk.unitedthemes.com/'>http://helpdesk.unitedthemes.com</a>
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  10. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : UpgraderStatus.php 126: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Autoloader.php 32: include ($this->libraryDir . $this->staticMap[$className]); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : UpdateChecker.php 221: require_once( ABSPATH . '/wp-admin/includes/plugin.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : readme-parser.php 244: require_once(dirname(__FILE__) . '/Parsedown' . (version_compare(PHP_VERSIO If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : unite-demo-importer.class.php 515: require_once( $class_wp_importer );531: require_once( $class_wp_import ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : unite-theme-options.class.php 1369: include_once( $file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : unite-helpers.php 740: $google_font_cache = json_decode( include( THEME_DOCUMENT_ROOT . '/admin/assets/google/google_fonts.php' ) , If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : unite-init.php 100: include( $file );111: include( $file );116: include( $file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ut-theme-options-onepage.php 678: 2164: 3246: 4726: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or 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 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or 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 If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ut-layout-loader.php 19: include_once( THEME_DOCUMENT_ROOT . '/admin/includes/ot-functions-admin.php84: include( THEME_DOCUMENT_ROOT . '/admin/optionsdata.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : header.php 7: require_once( ABSPATH . 'wp-admin/admin-header.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ut-metaboxes.php 3217: 3396: 3837: 6038: 6049: 6060: 6089: 6100: 6141: 6149: 12131: 12143: 12175: 12184: 12387: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ut-theme-options.php 11709: 13697: 15005: 15071: 16110: 18487: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ot-loader.php 359: //include_once( $file );360: include( $file ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or 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' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : ut-theme-functions.php 296: $unicode = json_decode( include_once( THEME_DOCUMENT_ROOT . '/unite/core/admin/assets/fonts/fontawe If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : vc-config.php 7: include( THEME_DOCUMENT_ROOT . '/vc/vc-params.php' );8: include( THEME_DOCUMENT_ROOT . '/vc/vc-filters.php' ); If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes