Skip to content

Commit

Permalink
[FIX] Slider header not italic in Safari-browser.
Browse files Browse the repository at this point in the history
  • Loading branch information
pxamike authored and dmh committed Jun 9, 2016
1 parent eb84aea commit a82d2fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/styles/main/contentElements/slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
color: tint(@main-color, 90%);
margin-top: 10px;
font-weight: 400;
-webkit-font-smoothing: antialiased
-webkit-font-smoothing: antialiased;
font-style: italic;
}

.img-slider__caption-p{
Expand Down

0 comments on commit a82d2fc

Please sign in to comment.