pxt-ev3/docs/static/fonts/icons/iconfont.css

88 lines
1.4 KiB
CSS
Raw Normal View History

2017-12-18 22:04:17 +01:00
@font-face {
font-family: "iconfont";
src: url("iconfont.eot?8d461ad14fbdc5b48a8749a696d345dd?#iefix") format("embedded-opentype"),
url("iconfont.woff2?8d461ad14fbdc5b48a8749a696d345dd") format("woff2"),
url("iconfont.woff?8d461ad14fbdc5b48a8749a696d345dd") format("woff");
2017-12-18 22:04:17 +01:00
}
.icon {
line-height: 1;
}
.icon:before {
font-family: iconfont !important;
font-style: normal;
font-weight: normal !important;
vertical-align: top;
}
.icon-ultrasonic:before {
content: "\f101";
}
.icon-color:before {
content: "\f102";
}
.icon-touch:before {
content: "\f103";
}
.icon-gyro:before {
content: "\f104";
}
2017-12-21 20:00:54 +01:00
.icon-addpackage:before {
content: "\f105";
}
.icon-brick:before {
2018-01-02 21:49:25 +01:00
content: "\f106";
2017-12-21 20:00:54 +01:00
}
.icon-controls:before {
2018-01-02 21:49:25 +01:00
content: "\f107";
2017-12-21 20:00:54 +01:00
}
.icon-functions:before {
2018-01-02 21:49:25 +01:00
content: "\f108";
2017-12-21 20:00:54 +01:00
}
.icon-list:before {
2018-01-02 21:49:25 +01:00
content: "\f109";
2017-12-21 20:00:54 +01:00
}
.icon-logic:before {
2018-01-02 21:49:25 +01:00
content: "\f10a";
2017-12-21 20:00:54 +01:00
}
.icon-loops:before {
2018-01-02 21:49:25 +01:00
content: "\f10b";
2017-12-21 20:00:54 +01:00
}
.icon-math:before {
2018-01-02 21:49:25 +01:00
content: "\f10c";
2017-12-21 20:00:54 +01:00
}
.icon-motors:before {
2018-01-02 21:49:25 +01:00
content: "\f10d";
2017-12-21 20:00:54 +01:00
}
.icon-music:before {
2018-01-02 21:49:25 +01:00
content: "\f10e";
2017-12-21 20:00:54 +01:00
}
.icon-sensors:before {
2018-01-02 21:49:25 +01:00
content: "\f10f";
2017-12-21 20:00:54 +01:00
}
.icon-text:before {
2018-01-02 21:49:25 +01:00
content: "\f110";
2017-12-21 20:00:54 +01:00
}
.icon-variables:before {
2018-01-02 21:49:25 +01:00
content: "\f111";
2017-12-21 20:00:54 +01:00
}
.icon-cancel:before {
2018-01-02 21:49:25 +01:00
content: "\f112";
2017-12-21 20:00:54 +01:00
}
.icon-check:before {
2018-01-02 21:49:25 +01:00
content: "\f113";
2017-12-21 20:00:54 +01:00
}
.icon-download:before {
2018-01-02 21:49:25 +01:00
content: "\f114";
2017-12-21 20:00:54 +01:00
}
.icon-save:before {
2018-01-02 21:49:25 +01:00
content: "\f115";
2017-12-21 20:00:54 +01:00
}
2018-01-03 02:30:19 +01:00
.icon-advancedcollapsed:before {
content: "\f116";
}
.icon-advancedexpanded:before {
content: "\f117";
}