'#2E3739', 'page_background_color' => '#ffffff', 'site_title_color' => '#ffffff', 'site_description_color' => '#ffffff', 'headers_color' => '#282828', 'main_text_color' => '#282828', 'post_title_color' => '#282828', 'post_meta_color' => '#282828', 'link_color' => '#141414', 'link_hover_color' => '#000000', ); } add_filter( 'abc_fonts_manager_defaults', 'byline_fonts_manager_defaults' ); function byline_fonts_manager_defaults() { return array( 'site_title_font' => 'Roboto||"Roboto", sans-serif', 'site_title_font_size' => '32', 'site_description_font' => 'Roboto||"Roboto", sans-serif', 'site_description_font_size' => '16', 'main_text_font' => 'Roboto||"Roboto", sans-serif', 'main_text_font_size' => '16', 'headers_font' => 'Roboto||"Roboto", sans-serif', 'post_title_font' => 'Roboto||"Roboto", sans-serif', 'post_title_font_size' => '32', 'post_meta_font' => 'Georgia, Times, "Times New Roman", serif', 'post_meta_font_size' => '12', ); } add_filter( 'abc_fonts_manager_google_fonts_defaults', 'byline_fonts_manager_google_fonts_defaults' ); function byline_fonts_manager_google_fonts_defaults() { return array ( 'Roboto' => array( 'weight' => '300,400,400italic,500,700,700italic', 'css' => '"Roboto", sans-serif', ), ); }