Skip to content
Snippets Groups Projects
Commit 9a3ba4b3 authored by JaeeunCho's avatar JaeeunCho
Browse files

HTML5 - added new icons

parent 0442de14
No related branches found
No related tags found
No related merge requests found
@font-face {
font-family: 'bbb-icons';
src: url('/fonts/BbbIcons/bbb-icons.eot?j1ntjp');
src: url('/fonts/BbbIcons/bbb-icons.eot?j1ntjp#iefix') format('embedded-opentype'),
url('/fonts/BbbIcons/bbb-icons.ttf?j1ntjp') format('truetype'),
url('/fonts/BbbIcons/bbb-icons.woff?j1ntjp') format('woff'),
url('/fonts/BbbIcons/bbb-icons.svg?j1ntjp#bbb-icons') format('svg');
src: url('/fonts/BbbIcons/bbb-icons.eot?73sr34');
src: url('/fonts/BbbIcons/bbb-icons.eot?73sr34#iefix') format('embedded-opentype'),
url('/fonts/BbbIcons/bbb-icons.ttf?73sr34') format('truetype'),
url('/fonts/BbbIcons/bbb-icons.woff?73sr34') format('woff'),
url('/fonts/BbbIcons/bbb-icons.svg?73sr34#bbb-icons') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-bbb-"], [class*=" icon-bbb-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bbb-icons' !important;
speak: none;
position: relative;
/*top: 1px;*/
display: inline-block;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
width: 1.28571429em;
text-align: center;
vertical-align: middle;
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'bbb-icons' !important;
speak: none;
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;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-bbb-mute:before {
content: "\e932";
}
......@@ -188,8 +184,78 @@
content: "\e92c";
}
.icon-bbb-send:before {
content: "\e934";
content: "\e934";
}
.icon-bbb-about:before {
content: "\e933";
content: "\e933";
}
.icon-bbb-delete:before {
content: "\e936";
}
.icon-bbb-unmute_filled:before {
content: "\e937";
}
.icon-bbb-mute_filled:before {
content: "\e938";
}
.icon-bbb-listen_filled:before {
content: "\e939";
}
.icon-bbb-template_upload:before {
content: "\e93a";
}
.icon-bbb-template_download:before {
content: "\e93b";
}
.icon-bbb-save_notes:before {
content: "\e93c";
}
.icon-bbb-multi_whiteboard:before {
content: "\e93d";
}
.icon-bbb-whiteboard:before {
content: "\e93e";
}
.icon-bbb-romms:before {
content: "\e93f";
}
.icon-bbb-unlock:before {
content: "\e940";
}
.icon-bbb-record:before {
content: "\e941";
}
.icon-bbb-network:before {
content: "\e942";
}
.icon-bbb-redo:before {
content: "\e943";
}
.icon-bbb-thumbs_down_filled:before {
content: "\e944";
}
.icon-bbb-thumbs_up_filled:before {
content: "\e945";
}
.icon-bbb-checkmark:before {
content: "\e946";
}
.icon-bbb-speak_louder:before {
content: "\e947";
}
.icon-bbb-help:before {
content: "\e948";
}
.icon-bbb-refresh:before {
content: "\e949";
}
.icon-bbb-copy:before {
content: "\e94a";
}
.icon-bbb-shortcuts:before {
content: "\e94b";
}
.icon-bbb-warning:before {
content: "\e94c";
}
File added
This diff is collapsed.
This diff is collapsed.
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment