get_font_type() public static method

public static get_font_type ( $name )
Example #1
0
 public function test_getFontType()
 {
     $this->assertEquals('system', \Elementor\Fonts::get_font_type('Arial'));
     $this->assertFalse(\Elementor\Fonts::get_font_type('NotFoundThisFont'));
 }