/**
  * Load All Fonts in Customizer
  *
  * Loads the required fonts as a json object for the live
  * theme previewer and customizer. By enqueuing the fonts
  * on the screen we redice the number of ajax requests which
  * increases performance dramatically.
  * 
  * @return array complete list of fonts
  *
  * @since  1.3
  * @version 1.3.6
  */
 public function customize_load_all_fonts()
 {
     return EGF_Font_Utilities::get_all_fonts();
 }