2023-04-25 18:30:45 +08:00
|
|
|
@font-face {
|
|
|
|
font-family: 'SN-icon-font';
|
|
|
|
src:
|
2023-05-17 17:47:25 +08:00
|
|
|
url('fonts/SN-icon-font.ttf?uw0o3v') format('truetype'),
|
|
|
|
url('fonts/SN-icon-font.woff?uw0o3v') format('woff'),
|
|
|
|
url('fonts/SN-icon-font.svg?uw0o3v#SN-icon-font') format('svg');
|
2023-04-25 18:30:45 +08:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sn-icon {
|
|
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
|
|
font-family: 'SN-icon-font' !important;
|
|
|
|
speak: never;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
/* Better Font Rendering =========== */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2023-05-17 17:47:25 +08:00
|
|
|
.sn-icon-navigator:before {
|
2023-04-25 18:30:45 +08:00
|
|
|
content: "\e900";
|
|
|
|
}
|
2023-05-17 17:47:25 +08:00
|
|
|
.sn-icon-close:before {
|
2023-04-25 18:30:45 +08:00
|
|
|
content: "\e901";
|
|
|
|
}
|
2023-05-17 17:47:25 +08:00
|
|
|
.sn-icon-right:before {
|
2023-04-25 18:30:45 +08:00
|
|
|
content: "\e902";
|
|
|
|
}
|
2023-05-17 17:47:25 +08:00
|
|
|
.sn-icon-down:before {
|
2023-04-25 18:30:45 +08:00
|
|
|
content: "\e903";
|
|
|
|
}
|
2023-05-17 17:47:25 +08:00
|
|
|
.sn-icon-mini-folder-left:before {
|
2023-04-25 18:30:45 +08:00
|
|
|
content: "\e904";
|
|
|
|
}
|