Use the correct font for alerts on IE.

REL-1_X
Murtuza Zabuawala 2017-07-10 10:07:23 +01:00 committed by Dave Page
parent c02ac2ac66
commit 907c5fe198
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ category: alerts
.alert-text {
display: inline-block;
padding: 0 12px 0 10px;
// To make sure IE picks up the correct font
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alert-info {