Skip to content

Commit

Permalink
Update traffic-incidents.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ortega Moreno authored Sep 21, 2016
1 parent e0870f0 commit bd77619
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion traffic-incidents.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,25 @@
<link rel="import" href="../iron-icons/iron-icons.html">
<link rel="import" href="../paper-spinner/paper-spinner.html">
<link href="https://fonts.googleapis.com/css?family=Dosis" rel="stylesheet">

<!-- Fix bug with font-face and shadow dom-->
<style>
@font-face {
font-family: "Flaticon";
src: url("fonts/Flaticon.eot");
src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("fonts/Flaticon.woff") format("woff"),
url("fonts/Flaticon.ttf") format("truetype"),
url("fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("./fonts/Flaticon.svg#Flaticon") format("svg");
}
}
</style>


<dom-module id="traffic-incidents">
Expand Down

0 comments on commit bd77619

Please # to comment.