jiti-meet/css/_font.scss

223 lines
3.8 KiB
SCSS
Raw Normal View History

@font-face {
font-family: 'jitsi';
src: url('../fonts/jitsi.eot?3vw865');
src: url('../fonts/jitsi.eot?3vw865#iefix') format('embedded-opentype'),
url('../fonts/jitsi.ttf?3vw865') format('truetype'),
url('../fonts/jitsi.woff?3vw865') format('woff'),
url('../fonts/jitsi.svg?3vw865#jitsi') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'jitsi';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
2016-09-15 02:20:54 +00:00
line-height: 1.22em;
font-size: 1.22em;
2016-09-26 19:46:39 +00:00
cursor: default;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2019-06-19 13:32:09 +00:00
.icon-enlarge:before {
content: "\e90a";
}
2019-04-15 16:23:28 +00:00
.icon-signal_cellular_0:before {
content: "\e901";
}
.icon-signal_cellular_1:before {
content: "\e902";
}
.icon-signal_cellular_2:before {
content: "\e907";
}
2019-02-26 10:41:57 +00:00
.icon-phone:before {
content: "\e0cd";
}
.icon-radio_button_unchecked:before {
content: "\e836";
}
.icon-radio_button_checked:before {
content: "\e837";
}
.icon-search:before {
content: "\e8b6";
}
.icon-chat-unread:before {
content: "\e0b7";
}
2019-02-21 01:12:21 +00:00
.icon-closed_caption:before {
content: "\e930";
}
.icon-tiles-many:before {
content: "\e92e";
}
2018-06-14 09:14:32 +00:00
.icon-close:before {
content: "\e5cd";
}
2019-02-21 01:12:21 +00:00
.icon-open_in_new:before {
content: "\e89e";
2018-02-02 14:50:16 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-restore:before {
content: "\e8b3";
}
2018-02-12 15:53:23 +00:00
.icon-navigate_next:before {
content: "\e409";
}
2019-02-21 01:12:21 +00:00
.icon-menu:before {
content: "\e5d2";
}
.icon-arrow_back:before {
content: "\e5c4";
}
2017-12-20 00:49:36 +00:00
.icon-public:before {
2019-02-21 01:12:21 +00:00
content: "\e80b";
2017-12-20 00:49:36 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-event_note:before {
content: "\e616";
}
.icon-bluetooth:before {
content: "\e1aa";
2018-02-14 22:19:26 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-headset:before {
content: "\e310";
}
.icon-phone-talk:before {
content: "\e61d";
2017-12-13 10:35:42 +00:00
}
2017-07-12 22:12:35 +00:00
.icon-thumb-menu:before {
2019-02-21 01:12:21 +00:00
content: "\e5d4";
2017-07-12 22:12:35 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-ninja:before {
content: "\e909";
2017-02-02 23:08:07 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-invite:before {
content: "\e145";
}
2019-02-21 01:12:21 +00:00
.icon-add:before {
content: "\e146";
}
2019-02-21 01:12:21 +00:00
.icon-play:before {
content: "\f04b";
2014-07-01 14:02:34 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-stop:before {
content: "\f04d";
2014-07-01 14:02:34 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-dominant-speaker:before {
content: "\f0a1";
}
.icon-speaker:before {
content: "\e92d";
}
.icon-rec:before {
content: "\e92b";
}
.icon-camera-take-picture:before {
content: "\e92a";
}
.icon-AUD:before {
content: "\e900";
}
.icon-HD:before {
content: "\e927";
}
.icon-LD:before {
content: "\e928";
}
.icon-SD:before {
content: "\e929";
2014-07-01 14:02:34 +00:00
}
.icon-gsm-bars:before {
2019-02-21 01:12:21 +00:00
content: "\e926";
2017-04-14 11:21:16 +00:00
}
2019-02-21 01:12:21 +00:00
.icon-info:before {
content: "\e922";
}
.icon-mic-camera-combined:before {
content: "\e903";
}
.icon-feedback:before {
content: "\e91d";
}
.icon-hangup:before {
content: "\e905";
}
.icon-chat:before {
content: "\e906";
}
2016-09-12 04:36:15 +00:00
.icon-share-doc:before {
2019-02-21 01:12:21 +00:00
content: "\e908";
}
2016-09-12 04:36:15 +00:00
.icon-kick:before {
2019-02-21 01:12:21 +00:00
content: "\e904";
}
2016-09-18 21:20:52 +00:00
.icon-menu-up:before {
2019-02-21 01:12:21 +00:00
content: "\e91f";
2016-09-18 21:20:52 +00:00
}
.icon-menu-down:before {
2019-02-21 01:12:21 +00:00
content: "\e920";
2016-09-18 21:20:52 +00:00
}
.icon-full-screen:before {
2019-02-21 01:12:21 +00:00
content: "\e90b";
}
.icon-exit-full-screen:before {
2019-02-21 01:12:21 +00:00
content: "\e90c";
}
2016-09-12 04:36:15 +00:00
.icon-security:before {
2019-02-21 01:12:21 +00:00
content: "\e90d";
}
2016-09-12 04:36:15 +00:00
.icon-security-locked:before {
2019-02-21 01:12:21 +00:00
content: "\e90e";
}
2016-09-12 04:36:15 +00:00
.icon-microphone:before {
2019-02-21 01:12:21 +00:00
content: "\e910";
2014-08-08 13:25:24 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-mic-disabled:before {
2019-02-21 01:12:21 +00:00
content: "\e912";
2017-05-25 14:59:31 +00:00
}
2016-09-14 14:00:59 +00:00
.icon-raised-hand:before {
2019-02-21 01:12:21 +00:00
content: "\e91e";
}
2016-09-12 04:36:15 +00:00
.icon-link:before {
2019-02-21 01:12:21 +00:00
content: "\e913";
}
2016-09-12 04:36:15 +00:00
.icon-shared-video:before {
2019-02-21 01:12:21 +00:00
content: "\e914";
}
2016-09-12 04:36:15 +00:00
.icon-settings:before {
2019-02-21 01:12:21 +00:00
content: "\e915";
}
.icon-star:before {
2019-02-21 01:12:21 +00:00
content: "\e916";
}
.icon-switch-camera:before {
2019-02-21 01:12:21 +00:00
content: "\e921";
}
2016-09-12 04:36:15 +00:00
.icon-share-desktop:before {
2019-02-21 01:12:21 +00:00
content: "\e917";
}
2016-09-12 04:36:15 +00:00
.icon-camera:before {
2019-02-21 01:12:21 +00:00
content: "\e918";
2016-09-12 04:36:15 +00:00
}
.icon-camera-disabled:before {
2019-02-21 01:12:21 +00:00
content: "\e919";
2016-09-12 04:36:15 +00:00
}
.icon-volume:before {
2019-02-21 01:12:21 +00:00
content: "\e91a";
2015-04-07 15:09:28 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-presentation:before {
2019-02-21 01:12:21 +00:00
content: "\e603";
}
.icon-visibility:before {
2019-02-21 01:12:21 +00:00
content: "\e923";
}
.icon-visibility-off:before {
2019-02-21 01:12:21 +00:00
content: "\e924";
}