In 2019, we used to be able to target yahoo mail css with
<body>
<style>
@media screen yahoo {
.class-name {css}
}
</style>
I build a lot of custom emails for my job. Many use web fonts and not having the ability to target yahoo mail creates some problems with font size.
Is there a new method for targeting yahoo mail css in 2020?
Thanks