/* Override bower's @font-face: the shipped .woff is a mis-labelled TTF,
 * Safari rejects it and breaks all zmdi-* icons. Re-declare with TTF only.
 */
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url(/static/material/vendors/bower_components/material-design-iconic-font/dist/fonts/Material-Design-Iconic-Font.ttf?v=2.1.1) format('truetype');
}
