1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- @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;
- line-height: 0.75em;
- font-size: 1.22em;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-kick1:before {
- content: "\e60f";
- }
- .icon-kick:before {
- content: "\e610";
- }
- .icon-share-desktop:before {
- content: "\e602";
- }
- .icon-chat-simple:before {
- content: "\e606";
- }
- .icon-full-screen:before {
- content: "\e60d";
- }
- .icon-exit-full-screen:before {
- content: "\e60e";
- }
- .icon-prezi:before {
- content: "\e60c";
- }
- .icon-link:before {
- content: "\e600";
- }
- .icon-chat:before {
- content: "\e601";
- }
- .icon-presentation:before {
- content: "\e603";
- }
- .icon-security:before {
- content: "\e604";
- }
- .icon-share-doc:before {
- content: "\e605";
- }
- .icon-security-locked:before {
- content: "\e607";
- }
- .icon-camera:before {
- content: "\e608";
- }
- .icon-camera-disabled:before {
- content: "\e609";
- }
- .icon-mic-disabled:before {
- content: "\e60a";
- }
- .icon-microphone:before {
- content: "\e60b";
- }
|