'Jost', 'Lato:400,300,400italic,900,700' => 'Lato', 'Noto+Serif:400,400italic,700' => 'Noto Serif', 'Open+Sans:400,400italic,600,700' => 'Open Sans', 'Oswald:300,400,700' => 'Oswald', 'Raleway:400,300,500,600,700,900' => 'Raleway', 'Roboto:100,300,400,500,700' => 'Roboto', 'Roboto+Slab:400,300,700' => 'Roboto Slab', 'Source+Sans+Pro:400,400i,700,700i' => 'Source Sans Pro', ); //font option $defaults['global_font_family_type'] = 'google'; $defaults['site_title_font'] = 'Oswald:300,400,700'; $defaults['primary_font'] = 'Open+Sans:400,400italic,600,700'; $defaults['secondary_font'] = 'Oswald:300,400,700'; $defaults['post_format_color'] = '#ffffff'; $defaults['watch_online_background'] = '#d72924 '; $defaults['breaking_news_background'] = '#d72924 '; $defaults['global_widget_title_border'] = 'widget-title-border-bottom'; $defaults['global_scroll_to_top_position'] = 'right'; $defaults['global_show_comment_count'] = 'yes'; $defaults['global_show_view_count'] = 'yes'; $defaults['global_show_primary_menu_border'] = 'show-menu-border'; $defaults['global_show_categories'] = 'yes'; $defaults['global_number_of_categories'] = 'all'; $defaults['global_custom_number_of_categories'] = 3; $defaults['global_site_layout_setting'] = 'wide'; $defaults['global_site_layout_topbottom_gaps'] = true; $defaults['site_title_uppercase'] = true; //font size $defaults['site_title_font_size'] = 50; $defaults['title_font_weight'] = 700; $defaults['letter_spacing'] = 0; $defaults['title_line_height'] = 1.3; $defaults['line_height'] = 1.5; $defaults['global_font_size'] = 16; $defaults['title_type_1'] = 27; $defaults['title_type_2'] = 20; $defaults['title_type_3'] = 16; $defaults['title_type_4'] = 16; $defaults['morenews_page_posts_title_font_size'] = 42; $defaults['morenews_page_posts_paragraph_font_size'] = 16; $defaults['morenews_section_title_font_size'] = 16; // Pass through filter. $defaults = apply_filters('morenews_filter_default_theme_options', $defaults); return $defaults; } endif;