Astra_Ext_Typography_Loader::button_font_size()

Button Font Size


Description


Source

File: addons/typography/classes/class-astra-ext-typography-loader.php

		public function button_font_size() {
			$font_size        = astra_get_option( 'font-size-button' );
			$font_size_number = $font_size['desktop'];
			$font_size_unit   = $font_size['desktop-unit'];

			return $font_size_number . $font_size_unit;
		}

User Contributed Notes

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