snappymail/vendors/fontastic/styles.css

121 lines
2.1 KiB
CSS
Raw Normal View History

2016-05-01 09:07:10 +08:00
@charset "UTF-8";
2013-12-15 06:42:32 +08:00
@font-face {
font-family: "snappymail";
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
2013-12-15 06:42:32 +08:00
font-weight: normal;
font-style: normal;
font-display: swap;
2013-12-15 06:42:32 +08:00
}
2021-02-05 00:52:46 +08:00
.fontastic,
2022-01-28 07:29:54 +08:00
[data-icon]::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: "snappymail" !important;
2013-12-15 06:42:32 +08:00
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
2021-02-12 08:05:02 +08:00
line-height: 1;
2020-10-28 17:35:17 +08:00
speak: never;
2013-12-15 06:42:32 +08:00
-webkit-font-smoothing: antialiased;
}
2022-01-28 07:29:54 +08:00
[data-icon]::before {
content: attr(data-icon);
display: inline-block;
margin-right: 0.5em;
min-width: 1em;
2022-01-28 07:29:54 +08:00
}
.icon-arrows-in::before {
2013-12-15 06:42:32 +08:00
content: "\e000";
}
.icon-arrows-out::before {
2013-12-15 06:42:32 +08:00
content: "\e001";
}
.icon-user-add::before {
2013-12-15 06:42:32 +08:00
content: "\e005";
}
.icon-paper-plane::before {
2013-12-15 06:42:32 +08:00
content: "\e007";
}
.icon-right-mini::before {
content: "\e01e"; /* */
2013-12-15 06:42:32 +08:00
}
.icon-down-mini::before {
content: "\e01f"; /* rotate 90 */
2013-12-15 06:42:32 +08:00
}
.icon-warning-alt::before {
2013-12-15 06:42:32 +08:00
content: "\e02a";
}
.icon-ok::before {
content: "✔";
2013-12-15 06:42:32 +08:00
}
.icon-file::before {
2013-12-15 06:42:32 +08:00
content: "\e02f";
}
.icon-file-code::before {
2013-12-15 06:42:32 +08:00
content: "\e030";
}
2021-04-13 20:11:17 +08:00
.icon-file-presentation::before {
content: "\e031"; /* 📊 */
2013-12-15 06:42:32 +08:00
}
2021-04-13 20:11:17 +08:00
.icon-file-archive::before {
2013-12-15 06:42:32 +08:00
content: "\e032";
}
2021-04-13 20:11:17 +08:00
.icon-file-audio::before {
2013-12-15 06:42:32 +08:00
content: "\e033";
}
.icon-file-text::before {
2013-12-15 06:42:32 +08:00
content: "\e034";
}
.icon-file-image::before {
2013-12-15 06:42:32 +08:00
content: "\e036";
}
.icon-file-certificate::before {
2013-12-15 06:42:32 +08:00
content: "\e038";
}
.icon-attachment::before {
content: "📎";
2013-12-15 06:42:32 +08:00
}
2021-04-13 20:11:17 +08:00
.icon-file-spreadsheet::before {
2013-12-15 06:42:32 +08:00
content: "\e03a";
}
2021-04-13 20:11:17 +08:00
.icon-file-video::before {
2013-12-15 06:42:32 +08:00
content: "\e03b";
}
.icon-folder-add::before {
2013-12-15 06:42:32 +08:00
content: "\e03c";
}
.icon-popup::before {
2013-12-15 06:42:32 +08:00
content: "\e045";
}
.icon-mail::before {
content: "✉";
2013-12-15 06:42:32 +08:00
}
.icon-filter::before {
content: "\e061"; /* ⊆ */
}
.icon-import::before {
content: "\e066";
}
.icon-export::before {
content: "\e067";
}
.icon-copy::before {
content: "\e068";
}
.icon-help::before {
2014-04-29 23:31:49 +08:00
content: "\e06b";
}
.icon-resize-in::before {
content: "\e06c";
}
.icon-resize-out::before {
content: "⤢";
}
2021-02-05 00:52:46 +08:00
.icon-check-mark-circle-two::before {
content: "\e073";
}