hteumeuleu / email-bugs

Email quirks and bugs
539 stars 20 forks source link

SFR changes `font-weight` #123

Open tdefossezbadsender opened 2 years ago

tdefossezbadsender commented 2 years ago

The desktop webmail of SFR has annoying default styles applying to all html tags without .userSignature class inside <div id="read-content-block"> #122 . This changes the font-weight of texts.

We can add a CSS reset at the top of the document:

* {
   font-weight:auto;
}