0
Validation results

Brooklyn

Brooklyn

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Security breaches : Modification of PHP server settings Found ini_set in file class-wxr-import-ui.php. 367: ini_set( 'output_buffering', 'off' );368: ini_set( 'zlib.output_compression', false );
  3. 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($
  4. 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 );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 );file_get_contents was found in the file ut-demo-importer-reloaded.php 1473: $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 vc-params.php 1546: $svg_string = file_get_contents( THEME_DOCUMENT_ROOT . '/images/svg/separators/' . $svg['
  5. 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-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-custom-fonts.class.php : 38: add_submenu_page(File ut-demo-importer-reloaded.php : 1049: add_submenu_page( File ot-settings-api.php : 92: $theme_check_bs = 'add_menu_page';File ot-settings-api.php : 93: $theme_check_bs2 = 'add_submenu_page';File index.php : 45: add_submenu_page( 'unite-welcome-page' , 'Theme Sidebars' , 'Theme Sidebars
  6. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.905: $headers = wp_get_http( $url, $upload['file'] );
  7. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was bklyn-construction.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 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. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in unite-header-manager.class.php. Themes must not deregister core scripts. 101: wp_deregister_script('postbox');
  2. special URIs : Presence of bad theme tagsTheme URI and Author URI should not be the same.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Cannot import auto-draft posts' in file class-wxr-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Skipping attachment "%s", fetching attachments disabled' in file class-wxr-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You do not have permission to upload files.' in file class-wxr-import-ui.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, textdomain, wordpress-importer, pojo-cwf, tgmpa, option-tree, ut_portfolio_lang, word count: words or characters?, ut_shortcodes, js_composer.
  4. 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.
  5. Plugin territory : Plugin territory functionalitiesThe theme uses the register_taxonomy() function, which is plugin-territory functionality.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file unite-admin.min.css.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  9. Featured image : Use of the_post_thumbnail() instead of custom fields for thumbnailsNo reference to the_post_thumbnail was found in the theme.
  10. 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.
  11. 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.281: <a href='http://www.unitedthemes.com' target='_blank'><img src='<?php echo THEME_WEBPossible 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.630: <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.376: <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.930: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt943: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1979: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1992: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt930: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt943: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1979: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1992: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt930: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt943: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1979: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1992: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt930: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt943: 'desc' => 'Recommended size 720x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1979: 'desc' => 'Recommended size 1280x1280. We recommend using <a href='https://goo.gl/Sj149K' target='_blank'>Kraken.io</a> services for image opt1992: '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.4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 4934: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5062: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5174: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5309: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5460: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5585: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5697: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5813: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 5980: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6099: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6216: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6332: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6492: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6615: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6738: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6862: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 6985: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7108: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7418: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7742: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 7881: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8147: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8289: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8439: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8561: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8683: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 8800: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9008: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 9171: 'desc' => sprintf( 'Select your desired font source. The theme currently supports %s and %s. The installed theme default font is %s.', '<a href='http://www.w3schools.com/cssref/css_websafe_fonts.asp' target='_blank'>Web 14950: '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.385: <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 : 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 54: include( $file );66: include( $file );73: include( $file );136: include( THEME_DOCUMENT_ROOT . '/admin/ut-theme-options.php' ); /* needs to150: include( THEME_DOCUMENT_ROOT . '/admin/ut-theme-options-onepage.php' );575: include_once( $filename );594: include_once( $filename );605: include_once( $filename );638: include_once( $filename );655: include_once( $filename ); 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-reloa1430: 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 2791: 2966: 3287: 5225: 5236: 5247: 5276: 5287: 5328: 5336: 8074: 8086: 8118: 8127: 8330: 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 8130: 9814: 13297: 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 1223: include( 'css/global.php' );1224: include( 'css/hero.php' );1225: include( 'css/hero-animation.php' );1226: include( 'css/deprecated.php' );1227: include( 'css/navigation.php' );1228: include( 'css/navigation-advanced.php' );1229: include( 'css/side-navigation.php' );1230: include( 'css/overlay-navigation.php' );1231: include( 'css/mobile-navigation.php' );1232: include( 'css/front.php' );1233: include( 'css/onepage.php' );1234: include( 'css/blog.php' );1235: include( 'css/sidebar.php' );1236: include( 'css/page.php' );1237: include( 'css/portfolio.php' );1238: include( 'css/shortcodes.php' );1239: include( 'css/mc4wp.php' );1240: include( 'css/contact.php' );1241: include( 'css/footer.php' );1242: include( 'css/responsive.php' );1243: include( 'css/custom.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 281: $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