automotive-icons
Version:
Icon fonts for an automotive app
88 lines (85 loc) • 1.81 kB
CSS
@font-face {
font-family: "automotive";
src: url("./automotive.ttf?65cb1ac896588646462da7a5e3735d67") format("truetype"),
url("./automotive.woff?65cb1ac896588646462da7a5e3735d67") format("woff"),
url("./automotive.woff2?65cb1ac896588646462da7a5e3735d67") format("woff2");
}
i[class^="automotive-"]:before, i[class*=" automotive-"]:before {
font-family: automotive ;
font-style: normal;
font-weight: normal ;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.automotive-automatic:before {
content: "\f101";
}
.automotive-bike:before {
content: "\f102";
}
.automotive-calendar:before {
content: "\f103";
}
.automotive-car:before {
content: "\f104";
}
.automotive-clock:before {
content: "\f105";
}
.automotive-donutchart:before {
content: "\f106";
}
.automotive-door:before {
content: "\f107";
}
.automotive-electric:before {
content: "\f108";
}
.automotive-grid:before {
content: "\f109";
}
.automotive-home:before {
content: "\f10a";
}
.automotive-linechart:before {
content: "\f10b";
}
.automotive-list-alternative:before {
content: "\f10c";
}
.automotive-list:before {
content: "\f10d";
}
.automotive-manual:before {
content: "\f10e";
}
.automotive-nozzle:before {
content: "\f10f";
}
.automotive-odometer:before {
content: "\f110";
}
.automotive-people:before {
content: "\f111";
}
.automotive-person:before {
content: "\f112";
}
.automotive-piechart:before {
content: "\f113";
}
.automotive-plug:before {
content: "\f114";
}
.automotive-search:before {
content: "\f115";
}
.automotive-setting:before {
content: "\f116";
}
.automotive-van:before {
content: "\f117";
}