Remove mso condition for include fonts for newsletters editor
[MAILPOET-3468]
This commit is contained in:
@ -96,7 +96,7 @@ class Menu {
|
|||||||
. '|Raleway:400,400i,700,700i'
|
. '|Raleway:400,400i,700,700i'
|
||||||
. '|Permanent+Marker:400,400i,700,700i'
|
. '|Permanent+Marker:400,400i,700,700i'
|
||||||
. '|Pacifico: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">';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user