Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font-Family:unset und M$ Outlook #57

Closed
Multithread opened this issue Jan 7, 2020 · 3 comments
Closed

Font-Family:unset und M$ Outlook #57

Multithread opened this issue Jan 7, 2020 · 3 comments
Labels
v0 Relates to version v0.x of Bootstrap Email

Comments

@Multithread
Copy link

Commit f2156f10f787eb915fb6553f6d707cb6febdff6a #43 creates an issue with Microsoft Outlook clients.
You are unable to set a Font, when the spezific commit does "font-family:unset".

I would advice to undo it, until a solution can be found.

@stuyam
Copy link
Member

stuyam commented Jan 7, 2020

Do you have an example of what happens in those cases? What does it do? What does it look like?

@Multithread
Copy link
Author

Multithread commented Jan 7, 2020

Without font-family:unset:
image

With font-family: unset:
image

Template:

<div class="container">
  <div class="card mb-4 borderCard" >
    <div class="card-body">
      <h1>Test</h1>
    </div>
  </div>
</div>

Css:
.borderCard{
border-top:5px solid rgb(81,87,155);
font-family:"Comic Sans MS", "Comic Sans";
padding-left:40px;
}

It is required to set the font explizit on EVERY Tag, that has been "font-family:unset"

@stuyam stuyam added the v0 Relates to version v0.x of Bootstrap Email label May 8, 2021
@stuyam
Copy link
Member

stuyam commented Sep 17, 2021

Fixed in v1

@stuyam stuyam closed this as completed Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0 Relates to version v0.x of Bootstrap Email
Projects
None yet
Development

No branches or pull requests

2 participants