fonts = $this->treviso_get_fonts(); } /** * Render the control's content. */ protected function render_content() { $input_id = '_customize-input-' . $this->id; $description_id = '_customize-description-' . $this->id; $describedby_attr = ( ! empty( $this->description ) ) ? ' aria-describedby="' . esc_attr( $description_id ) . '" ' : ''; ?> label ) ) : ?> description ) ) : ?> description ); ?> items; } } }