2021-04-03 17:29:37 +05:30
|
|
|
@font-face {
|
2021-05-19 13:23:21 +05:30
|
|
|
font-family: 'Material Icons Outlined';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v55/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
|
2021-04-03 17:29:37 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.material-icons {
|
2021-09-11 14:28:02 +05:30
|
|
|
font-family: 'Material Icons Outlined' !important;
|
2021-05-19 13:23:21 +05:30
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
letter-spacing: normal;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
word-wrap: normal;
|
|
|
|
|
direction: ltr;
|
|
|
|
|
-webkit-font-feature-settings: 'liga';
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2021-04-03 17:29:37 +05:30
|
|
|
}
|
2021-05-19 13:23:21 +05:30
|
|
|
|
2021-04-03 21:21:16 +05:30
|
|
|
.material-icons.play_circle_filled:before {
|
|
|
|
|
content: "\e039";
|
|
|
|
|
}
|
2021-04-03 21:23:39 +05:30
|
|
|
|
|
|
|
|
.material-icons.favorite:before {
|
|
|
|
|
content: "\e87e";
|
|
|
|
|
}
|
2021-04-06 22:32:00 +05:30
|
|
|
|
|
|
|
|
.material-icons.info_outline:before {
|
|
|
|
|
content: "\e88e";
|
|
|
|
|
}
|
2021-05-19 13:23:21 +05:30
|
|
|
|
|
|
|
|
.material-icons.add_circle:before {
|
|
|
|
|
content: "\e148";
|
2021-09-11 14:28:02 +05:30
|
|
|
}
|