Astra_Font_Families::get_custom_fonts()

Custom Fonts


Description


Return

(Array) All the custom fonts in Astra


Source

File: inc/customizer/class-astra-font-families.php

		public static function get_custom_fonts() {
			$custom_fonts = array();

			return apply_filters( 'astra_custom_fonts', $custom_fonts );
		}

Changelog

Changelog
Version Description
1.0.19 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.