Remove mso condition for include fonts for newsletters editor

[MAILPOET-3468]
This commit is contained in:
Jan Lysý
2021-08-04 11:17:19 +02:00
committed by Veljko V
parent f9a093c958
commit 41a3ac0268

View File

@ -96,7 +96,7 @@ class Menu {
. '|Raleway:400,400i,700,700i'
. '|Permanent+Marker:400,400i,700,700i'
. '|Pacifico:400,400i,700,700i';
echo '<!--[if !mso]><!-- --><link href="https://fonts.googleapis.com/css?family=' . $fonts . '" rel="stylesheet"><!--<![endif]-->';
echo '<link href="https://fonts.googleapis.com/css?family=' . $fonts . '" rel="stylesheet">';
});
}
}