PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.2.7
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.2.7
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Admin/API/Settings.php +2 -2 3.6.43.2.7 View file →
@@ -147,9 +147,9 @@
147 147 if (!empty($settings['system_typography'])) {
148 148 foreach ($settings['system_typography'] as $key => $typo) {
149 149 if(!empty($typography[$typo['_id']])){
150 150 $settings['system_typography'][$key] = array_merge($typo, $typography[$typo['_id']]);
151 - if(class_exists('Elementor\Core\Files\Fonts\Google_Font') && !empty($typo['typography_font_family'])){
151 + if(class_exists('Elementor\Core\Files\Fonts\Google_Font')){
152 152 Google_Font::enqueue( $typo['typography_font_family'] );
153 153 }
154 154 }
155 155 }
@@ -157,9 +157,9 @@
157 157 if (!empty($settings['custom_typography'])) {
158 158 foreach ($settings['custom_typography'] as $key => $typo) {
159 159 if(!empty($typography[$typo['_id']])){
160 160 $settings['custom_typography'][$key] = array_merge($typo, $typography[$typo['_id']]);
161 - if(class_exists('Elementor\Core\Files\Fonts\Google_Font') && !empty($typo['typography_font_family'])){
161 + if(class_exists('Elementor\Core\Files\Fonts\Google_Font')){
162 162 Google_Font::enqueue( $typo['typography_font_family'] );
163 163 }
164 164 }
165 165 }