mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
22 lines
488 B
SCSS
22 lines
488 B
SCSS
@font-face {
|
|
font-family: "Material Icons";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(../assets/fonts/material-icons-v97.woff2) format("woff2");
|
|
}
|
|
|
|
.material-icons {
|
|
direction: ltr;
|
|
display: inline-block;
|
|
font-display: block;
|
|
font-family: "Material Icons";
|
|
font-size: 24px;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
line-height: 1;
|
|
text-transform: none;
|
|
white-space: nowrap;
|
|
word-wrap: normal;
|
|
}
|