Use the correct font for alerts on IE.
parent
c02ac2ac66
commit
907c5fe198
|
@ -155,6 +155,8 @@ category: alerts
|
||||||
.alert-text {
|
.alert-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0 12px 0 10px;
|
padding: 0 12px 0 10px;
|
||||||
|
// To make sure IE picks up the correct font
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-info {
|
.alert-info {
|
||||||
|
|
Loading…
Reference in New Issue