coliff / bootstrap-ie11

Internet Explorer 11 compatibility solution for Bootstrap 5

Home Page:https://coliff.github.io/bootstrap-ie11/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font gets overwritten

huubl opened this issue · comments

commented

Hi,

My font get overwritten by:

body {
font-family: "Segoe UI", Arial, sans-serif;
}

Did you set this for a reason?

Thanks for sharing this package BTW

Thanks for reporting the issue. That particular rule improves font-display speed as it can render before needing to run the ie11CustomProperties JS polyfill. If you're not using custom fonts then I'd recommend users add this rule to their IE11 CSS - however, I can see how it could be problematic if you are using custom fonts so I'll make a change for the alpha2 release to remove this. I should have it fixed and shipped with alpha 2 later this week. 👍

I've just released alpha2 with this fix!
https://github.com/coliff/bootstrap-ie11/releases

commented

Thank you!