jiti-meet/css/_font.scss

160 lines
2.9 KiB
SCSS
Raw Normal View History

@font-face {
font-family: 'jitsi';
src:url('../fonts/jitsi.eot?94d075');
src:url('../fonts/jitsi.eot?#iefix94d075') format('embedded-opentype'),
url('../fonts/jitsi.woff?94d075') format('woff'),
url('../fonts/jitsi.ttf?94d075') format('truetype'),
url('../fonts/jitsi.svg?94d075#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;
}
2014-10-10 10:57:00 +00:00
2017-07-12 22:12:35 +00:00
.icon-thumb-menu:before {
content: "\e5d4";
}
2017-02-02 23:08:07 +00:00
.icon-mic-camera-combined:before {
content: "\e903";
2017-02-02 23:08:07 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-feedback:before {
content: "\e91d";
}
2016-09-12 04:36:15 +00:00
.icon-toggle-filmstrip:before {
content: "\e91c";
}
2016-09-12 04:36:15 +00:00
.icon-avatar:before {
content: "\e901";
2014-07-01 14:02:34 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-hangup:before {
content: "\e905";
2014-07-01 14:02:34 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-chat:before {
content: "\e906";
2014-07-01 14:02:34 +00:00
}
.icon-download:before {
content: "\e902";
2017-04-14 11:21:16 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-edit:before {
content: "\e907";
}
2016-09-12 04:36:15 +00:00
.icon-share-doc:before {
content: "\e908";
}
2016-09-12 04:36:15 +00:00
.icon-kick:before {
content: "\e904";
}
2016-09-18 21:20:52 +00:00
.icon-menu-up:before {
content: "\e91f";
2016-09-18 21:20:52 +00:00
}
.icon-menu-down:before {
content: "\e920";
2016-09-18 21:20:52 +00:00
}
.icon-full-screen:before {
content: "\e90b";
}
.icon-exit-full-screen:before {
content: "\e90c";
}
2016-09-12 04:36:15 +00:00
.icon-star-full:before {
content: "\e90a";
}
2016-09-12 04:36:15 +00:00
.icon-security:before {
content: "\e90d";
}
2016-09-12 04:36:15 +00:00
.icon-security-locked:before {
content: "\e90e";
}
2016-09-12 04:36:15 +00:00
.icon-reload:before {
content: "\e90f";
}
2016-09-12 04:36:15 +00:00
.icon-microphone:before {
content: "\e910";
}
2016-09-12 04:36:15 +00:00
.icon-mic-empty:before {
content: "\e911";
2014-08-08 13:25:24 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-mic-disabled:before {
content: "\e912";
}
2017-05-25 14:59:31 +00:00
.icon-ninja:before {
content: "\e909";
}
2016-09-14 14:00:59 +00:00
.icon-raised-hand:before {
content: "\e91e";
2016-09-14 14:00:59 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-contactList:before {
content: "\e91b";
}
2016-09-12 04:36:15 +00:00
.icon-link:before {
content: "\e913";
}
2016-09-12 04:36:15 +00:00
.icon-shared-video:before {
content: "\e914";
}
2016-09-12 04:36:15 +00:00
.icon-settings:before {
content: "\e915";
}
.icon-star:before {
content: "\e916";
}
.icon-switch-camera:before {
content: "\e921";
}
2016-09-12 04:36:15 +00:00
.icon-share-desktop:before {
content: "\e917";
}
2016-09-12 04:36:15 +00:00
.icon-camera:before {
content: "\e918";
2016-09-12 04:36:15 +00:00
}
.icon-camera-disabled:before {
content: "\e919";
2016-09-12 04:36:15 +00:00
}
.icon-volume:before {
content: "\e91a";
2016-09-12 04:36:15 +00:00
}
.icon-connection-lost:before {
content: "\e900";
}
.icon-connection:before {
content: "\e61a";
}
2016-09-12 04:36:15 +00:00
.icon-recDisable:before {
content: "\e613";
2015-04-07 15:09:28 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-recEnable:before {
content: "\e614";
2015-04-07 15:09:28 +00:00
}
2016-09-12 04:36:15 +00:00
.icon-presentation:before {
content: "\e603";
}
.icon-dialpad:before {
content: "\e925";
}
.icon-visibility:before {
content: "\e923";
}
.icon-visibility-off:before {
content: "\e924";
}
2017-05-19 18:57:45 +00:00
.icon-telephone:before {
content: "\e0cd";
}
2017-06-14 18:41:22 +00:00
.icon-add:before {
content: "\e145";
}