Astra_Ext_Typography_Loader::button_font_family()
Button Font Family
Description
Source
File: addons/typography/classes/class-astra-ext-typography-loader.php
public function button_font_family() { $font_family = str_replace( "'", '', astra_get_option( 'font-family-button' ) ); $font_family = explode( ',', $font_family ); return array( 'family' => $font_family[0], 'weight' => astra_get_option( 'font-weight-button' ), ); }
Expand full source code Collapse full source code View on Trac