css: upgrade icons to fontawesome 5

This commit is contained in:
Sebastian Castro 2020-04-06 11:10:04 +02:00 committed by muxator
parent 8a9300866b
commit ae1a2531f8
13 changed files with 932 additions and 531 deletions

View file

@ -13,13 +13,12 @@
.buttonicon {
border: none;
padding: 0;
color: #666;
background: none;
font-family: "fontawesome-etherpad";
font-size: 15px;
text-align: center;
font-style: normal;
font-weight: normal;
color: #666;
position: relative;
cursor: pointer;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@ -28,12 +27,12 @@
text-rendering: auto;
}
[class^="buttonicon-"]:before, [class*=" buttonicon-"]:before {
.buttonicon:before, [class^="buttonicon-"]:before, [class*=" buttonicon-"]:before {
font-family: "fontawesome-etherpad";
font-style: normal;
font-weight: normal;
speak: none;
font-size: 15px;
display: inline-block;
text-decoration: inherit;
width: 1em;
@ -52,112 +51,82 @@
-moz-osx-font-smoothing: grayscale;
}
.buttonicon-strikethrough:before {
content: "\e818";
}
.buttonicon-insertorderedlist:before {
content: "\e816";
content: "\e844";
}
.buttonicon-insertunorderedlist:before {
content: "\e815";
}
.buttonicon-indent:before {
content: "\e814";
}
.buttonicon-outdent:before {
content: "\e813";
}
.buttonicon-undo:before {
content: "\e823";
}
.buttonicon-redo:before {
content: "\e824";
content: "\e82a";
}
.buttonicon-clearauthorship:before {
content: "\e80d";
content: "\e843";
left: -9px;
position: absolute;
top: -7px;
}
.buttonicon-settings:before {
content: "\e833";
content: "\e851";
}
.buttonicon-import_export:before {
content: "\e834";
content: "\e837";
}
.buttonicon-embed:before {
content: "\e827";
content: "\e853";
}
.buttonicon-history:before {
content: "\e837";
}
.buttonicon-chat:before {
content: "\e829";
content: "\e82d";
}
.buttonicon-showusers:before {
content: "\e808";
}
.buttonicon-savedRevision:before {
content: "\e835";
}
.buttonicon-savedRevision:before {
content: "\e856";
}
.buttonicon-undo:before { content: '\e84b'; } /* '' */
.buttonicon-redo:before { content: '\e84c'; } /* '' */
.ep_font_size > a > .buttonicon:before { content: '\e852' !important; }
.ep_font_color .buttonicon:before { content: '\e84e' !important; border-bottom: solid 2px #e42a2a; }
.buttonicon-align-left:before { content: '\e800'; } /* '' */
.buttonicon-underline:before {
top: -7px;
left: -8px;
position: absolute;
}
/* COPY CSS GENERATED BY FONTELLO HERE */
.buttonicon-sync-alt:before { content: '\e800'; } /* '' */
.buttonicon-print:before { content: '\e801'; } /* '' */
.buttonicon-doc:before { content: '\e802'; } /* '' */
.buttonicon-file-pdf:before { content: '\e803'; } /* '' */
.buttonicon-file-word:before { content: '\e804'; } /* '' */
.buttonicon-file-excel:before { content: '\e805'; } /* '' */
.buttonicon-file-powerpoint:before { content: '\e806'; } /* '' */
.buttonicon-file-image:before { content: '\e807'; } /* '' */
.buttonicon-users:before { content: '\e808'; } /* '' */
.buttonicon-user:before { content: '\e809'; } /* '' */
.buttonicon-stop:before { content: '\e802'; } /* '' */
.buttonicon-play:before { content: '\e803'; } /* '' */
.buttonicon-align-center:before { content: '\e804'; } /* '' */
.buttonicon-align-justify:before { content: '\e805'; } /* '' */
.buttonicon-align-left:before { content: '\e806'; } /* '' */
.buttonicon-align-right:before { content: '\e807'; } /* '' */
.buttonicon-pencil-alt:before { content: '\e808'; } /* '' */
.buttonicon-file-code:before { content: '\e809'; } /* '' */
.buttonicon-mail:before { content: '\e80a'; } /* '' */
.buttonicon-videocam:before { content: '\e80b'; } /* '' */
.buttonicon-picture:before { content: '\e80c'; } /* '' */
.buttonicon-eye-off:before { content: '\e80d'; } /* '' */
.buttonicon-align-center:before { content: '\e80f'; } /* '' */
.buttonicon-align-right:before { content: '\e810'; } /* '' */
.buttonicon-align-justify:before { content: '\e811'; } /* '' */
.buttonicon-list:before { content: '\e812'; } /* '' */
.buttonicon-indent-left:before { content: '\e813'; } /* '' */
.buttonicon-indent-right:before { content: '\e814'; } /* '' */
.buttonicon-list-bullet:before { content: '\e815'; } /* '' */
.buttonicon-list-numbered:before { content: '\e816'; } /* '' */
.buttonicon-underline:before { content: '\e817'; } /* '' */
.buttonicon-strike:before { content: '\e818'; } /* '' */
.buttonicon-superscript:before { content: '\e819'; } /* '' */
.buttonicon-subscript:before { content: '\e81a'; } /* '' */
.buttonicon-font:before { content: '\e81b'; } /* '' */
.buttonicon-bold:before { content: '\e81c'; } /* '' */
.buttonicon-italic:before { content: '\e81d'; } /* '' */
.buttonicon-header:before { content: '\e81e'; } /* '' */
.buttonicon-text-height:before { content: '\e81f'; } /* '' */
.buttonicon-text-width:before { content: '\e820'; } /* '' */
.buttonicon-to-start:before { content: '\e821'; } /* '' */
.buttonicon-to-end:before { content: '\e822'; } /* '' */
.buttonicon-ccw:before { content: '\e823'; } /* '' */
.buttonicon-cw:before { content: '\e824'; } /* '' */
.buttonicon-arrows-cw:before { content: '\e825'; } /* '' */
.buttonicon-file-code:before { content: '\e826'; } /* '' */
.buttonicon-code:before { content: '\e827'; } /* '' */
.buttonicon-chat:before { content: '\e828'; } /* '' */
.buttonicon-comment-empty:before { content: '\e829'; } /* '' */
.buttonicon-trash-empty:before { content: '\e82a'; } /* '' */
.buttonicon-mic:before { content: '\e82b'; } /* '' */
.buttonicon-play:before { content: '\e82c'; } /* '' */
.buttonicon-stop:before { content: '\e82d'; } /* '' */
.buttonicon-pause:before { content: '\e82e'; } /* '' */
.buttonicon-gauge:before { content: '\e82f'; } /* '' */
.buttonicon-trash:before { content: '\e80e'; } /* '' */
.buttonicon-times:before { content: '\e826'; } /* '' */
.buttonicon-pause:before { content: '\e829'; } /* '' */
.buttonicon-list-ul:before { content: '\e82a'; } /* '' */
.buttonicon-step-backward:before { content: '\e82b'; } /* '' */
.buttonicon-step-forward:before { content: '\e82c'; } /* '' */
.buttonicon-comments:before { content: '\e82d'; } /* '' */
.buttonicon-heading:before { content: '\e82e'; } /* '' */
.buttonicon-brush:before { content: '\e830'; } /* '' */
.buttonicon-slideshare:before { content: '\e831'; } /* '' */
.buttonicon-tasks:before { content: '\e832'; } /* '' */
.buttonicon-cog:before { content: '\e833'; } /* '' */
.buttonicon-exchange:before { content: '\e834'; } /* '' */
.buttonicon-star-empty:before { content: '\e835'; } /* '' */
.buttonicon-star:before { content: '\e836'; } /* '' */
.buttonicon-clock:before { content: '\e837'; } /* '' */
.buttonicon-comment:before { content: '\e838'; } /* '' */
.buttonicon-superscript:before { content: '\e833'; } /* '' */
.buttonicon-subscript:before { content: '\e834'; } /* '' */
.buttonicon-users:before { content: '\e835'; } /* '' */
.buttonicon-gauge:before { content: '\e836'; } /* '' */
.buttonicon-exchange-alt:before { content: '\e837'; } /* '' */
.buttonicon-text-width:before { content: '\e838'; } /* '' */
.buttonicon-pencil:before { content: '\e839'; } /* '' */
.buttonicon-link:before { content: '\e83a'; } /* '' */
.buttonicon-picture:before { content: '\e83a'; } /* '' */
.buttonicon-video:before { content: '\e83b'; } /* '' */
.buttonicon-video-slash:before { content: '\e83c'; } /* '' */
.buttonicon-microphone-alt:before { content: '\e83d'; } /* '' */
@ -165,8 +134,35 @@
.buttonicon-compress:before { content: '\e83f'; } /* '' */
.buttonicon-expand:before { content: '\e840'; } /* '' */
.buttonicon-spin5:before { content: '\e841'; } /* '' */
.buttonicon-cancel:before { content: '\e842'; } /* '' */
.buttonicon-eye-slash:before { content: '\e843'; } /* '' */
.buttonicon-list-ol:before { content: '\e844'; } /* '' */
.buttonicon-bold:before { content: '\e845'; } /* '' */
.buttonicon-underline:before { content: '\e846'; } /* '' */
.buttonicon-italic:before { content: '\e847'; } /* '' */
.buttonicon-strikethrough:before { content: '\e848'; } /* '' */
.buttonicon-indent:before { content: '\e849'; } /* '' */
.buttonicon-outdent:before { content: '\e84a'; } /* '' */
.buttonicon-undo-alt:before { content: '\e84b'; } /* '' */
.buttonicon-redo-alt:before { content: '\e84c'; } /* '' */
.buttonicon-link:before { content: '\e84d'; } /* '' */
.buttonicon-font:before { content: '\e84e'; } /* '' */
.buttonicon-comment-medical:before { content: '\e84f'; } /* '' */
.buttonicon-comment:before { content: '\e850'; } /* '' */
.buttonicon-cog:before { content: '\e851'; } /* '' */
.buttonicon-text-height:before { content: '\e852'; } /* '' */
.buttonicon-share-alt:before { content: '\e853'; } /* '' */
.buttonicon-code:before { content: '\e854'; } /* '' */
.buttonicon-history:before { content: '\e855'; } /* '' */
.buttonicon-star:before { content: '\e856'; } /* '' */
.buttonicon-file-import:before { content: '\e857'; } /* '' */
.buttonicon-file-download:before { content: '\e858'; } /* '' */
.buttonicon-file-pdf:before { content: '\e859'; } /* '' */
.buttonicon-file-word:before { content: '\e85a'; } /* '' */
.buttonicon-file-alt:before { content: '\e85b'; } /* '' */
.buttonicon-file:before { content: '\e85c'; } /* '' */
.buttonicon-file-powerpoint:before { content: '\e85d'; } /* '' */
.buttonicon-table:before { content: '\f0ce'; } /* '' */
/* END Of FONTELLO GENERATED CSS */
.icon-spin {
-webkit-animation: spinAnimation 2s infinite linear;

View file

@ -1,30 +1,12 @@
.readonly .acl-write {
display: none;
}
.exporttype {
.exportlink {
margin-bottom: 5px;
display: block;
}
.exporttype:before{
font-family: "fontawesome-etherpad";
margin-right: 5px;
}
#exporthtmla .exporttype:before {
content: "\e826";
}
#exportplaina .exporttype:before {
content: "\e802";
}
#exportworda .exporttype:before {
content: "\e804";
}
#exportpdfa .exporttype:before {
content: "\e803";
}
#exportetherpada .exporttype:before {
content: "\e806";
}
#exportopena .exporttype:before {
content: "\e805";
.exporttype:before {
margin-right: 5px !important;
}
/* hidden element */

View file

@ -34,7 +34,7 @@
align-items: center;
justify-content: center;
min-width: 28px;
height: 26px;
height: 28px;
border: 1px solid #ccc;
border-radius: 3px;
background: #fff;
@ -82,14 +82,16 @@
}
.toolbar ul li[data-key=showusers] > a {
min-width: 30px;
min-width: 35px;
}
.toolbar ul li[data-key=showusers] > a .buttonicon-showusers {
padding-left: 3px;
}
.toolbar ul li[data-key=showusers] > a #online_count {
color: #777;
font-size: 11px;
position: relative;
top: 2px;
padding-left: 2px;
padding-left: 5px;
}
.toolbar #toolbar-overlay {

View file

@ -71,15 +71,15 @@
#timeslider-slider .star {
cursor: pointer;
position: absolute;
top: -4px
top: -6px
}
#timeslider-slider .star:before{
font-family: fontawesome-etherpad;
color: #da9700;
content: "\e836";
content: "\e856";
vertical-align:middle;
font-size:16px;
margin-left: -1px;
margin-left: -2px;
}
/* BUTTONS TO MOVE SLIDER (Play/Pause, Next, Prev)*/
@ -99,11 +99,13 @@
#slider-btn-container #playpause_button_icon {
width: 40px;
height: 40px;
font-size: 22px;
padding-left: 2px;
}
#slider-btn-container #playpause_button_icon:before {
font-size: 22px;
}
#slider-btn-container #playpause_button_icon.pause:before {
content: "\e82e";
content: "\e829";
padding-left: 0;
padding-right: 2px;
}

File diff suppressed because it is too large Load diff

View file

@ -6,99 +6,43 @@
<font id="fontawesome-etherpad" horiz-adv-x="1000" >
<font-face font-family="fontawesome-etherpad" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="align-left" unicode="&#xe800;" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m-214 214v-71q0-15-11-25t-25-11h-714q-15 0-25 11t-11 25v71q0 15 11 25t25 11h714q15 0 25-11t11-25z m143 215v-72q0-14-11-25t-25-11h-857q-15 0-25 11t-11 25v72q0 14 11 25t25 10h857q14 0 25-10t11-25z m-215 214v-72q0-14-10-25t-25-10h-643q-15 0-25 10t-11 25v72q0 14 11 25t25 11h643q14 0 25-11t10-25z" horiz-adv-x="1000" />
<glyph glyph-name="sync-alt" unicode="&#xe800;" d="M724 590c-61 57-140 88-224 88-152 0-282-104-318-248-3-10-12-17-23-17h-112c-15 0-26 13-23 27 42 225 239 394 476 394 130 0 248-51 335-134l69 70c30 30 80 9 80-33v-262c0-26-21-47-46-47h-262c-42 0-63 51-33 80l81 82z m-661-318h261c42 0 63-51 34-80l-82-82c61-57 140-88 224-88 152 0 282 104 318 248 3 10 12 18 23 18h112c15 0 26-14 23-28-42-225-239-394-476-394-130 0-248 51-335 134l-69-70c-30-30-80-9-80 33v262c0 26 21 47 47 47z" horiz-adv-x="1000" />
<glyph glyph-name="print" unicode="&#xe801;" d="M214-7h500v143h-500v-143z m0 357h500v214h-89q-22 0-38 16t-16 38v89h-357v-357z m643-36q0 15-10 25t-26 11-25-11-10-25 10-25 25-10 26 10 10 25z m72 0v-232q0-7-6-12t-12-6h-125v-89q0-22-16-38t-38-16h-536q-22 0-37 16t-16 38v89h-125q-7 0-13 6t-5 12v232q0 44 32 76t75 31h36v304q0 22 16 38t37 16h375q23 0 50-12t42-26l85-85q15-16 27-43t11-49v-143h35q45 0 76-31t32-76z" horiz-adv-x="928.6" />
<glyph glyph-name="doc" unicode="&#xe802;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z" horiz-adv-x="857.1" />
<glyph glyph-name="stop" unicode="&#xe802;" d="M781 788h-687c-52 0-94-42-94-94v-688c0-52 42-94 94-94h687c52 0 94 42 94 94v688c0 52-42 94-94 94z" horiz-adv-x="875" />
<glyph glyph-name="file-pdf" unicode="&#xe803;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-287 331q18-14 47-31 33 4 65 4 82 0 99-27 9-13 1-29 0-1-1-1l-1-2v0q-3-21-39-21-27 0-64 11t-73 29q-123-13-219-46-85-146-135-146-8 0-15 4l-14 7q0 0-3 2-6 6-4 20 5 23 32 51t73 54q8 5 13-3 1-1 1-2 29 47 60 110 38 76 58 146-13 46-17 89t4 71q6 22 23 22h12q13 0 20-8 10-12 5-38-1-3-2-4 0-2 0-5v-17q-1-68-8-107 31-91 82-133z m-321-229q29 13 76 88-29-22-49-47t-27-41z m222 513q-9-23-2-73 1 4 4 24 0 2 4 24 1 3 3 5-1 0-1 1-1 1-1 2 0 12-7 20 0-1 0-1v-2z m-70-368q76 30 159 45-1 0-7 5t-9 8q-43 37-71 98-15-48-46-110-17-31-26-46z m361 9q-13 13-78 13 42-16 69-16 8 0 10 1 0 0-1 2z" horiz-adv-x="857.1" />
<glyph glyph-name="play" unicode="&#xe803;" d="M829 431l-688 406c-55 33-141 1-141-81v-812c0-74 80-118 141-81l688 406c61 37 61 126 0 162z" horiz-adv-x="875" />
<glyph glyph-name="file-word" unicode="&#xe804;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-656 500v-59h39l92-369h88l72 271q4 11 5 25 2 9 2 14h2l1-14q1-1 2-11t3-14l72-271h89l91 369h39v59h-167v-59h50l-55-245q-3-11-4-25l-1-12h-3q0 2 0 4t-1 4 0 4q-1 2-2 11t-3 14l-81 304h-63l-81-304q-1-5-2-13t-2-12l-2-12h-2l-2 12q-1 14-3 25l-56 245h50v59h-167z" horiz-adv-x="857.1" />
<glyph glyph-name="align-center" unicode="&#xe804;" d="M688 764v-78c0-17-14-31-32-31h-437c-17 0-31 14-31 31v78c0 17 14 31 31 31h437c18 0 32-14 32-31z m-657-359h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0-500h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m625 390h-437c-17 0-31-14-31-31v-78c0-17 14-31 31-31h437c18 0 32 14 32 31v78c0 17-14 31-32 31z" horiz-adv-x="875" />
<glyph glyph-name="file-excel" unicode="&#xe805;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-547 131v-59h157v59h-42l58 90q3 4 5 9t5 8 2 2h1q0-2 3-6 1-2 2-4t3-4 4-5l60-90h-43v-59h163v59h-38l-107 152 108 158h38v59h-156v-59h41l-57-89q-2-4-6-9t-5-8l-1-1h-1q0 2-3 5-3 6-9 13l-59 89h42v59h-162v-59h38l106-152-109-158h-38z" horiz-adv-x="857.1" />
<glyph glyph-name="align-justify" unicode="&#xe805;" d="M0 686v78c0 17 14 31 31 31h813c17 0 31-14 31-31v-78c0-17-14-31-31-31h-813c-17 0-31 14-31 31z m31-281h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0-500h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0 250h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z" horiz-adv-x="875" />
<glyph glyph-name="file-powerpoint" unicode="&#xe806;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-554 131v-59h183v59h-52v93h76q43 0 66 9 37 12 60 48t22 82q0 45-21 78t-56 49q-27 10-72 10h-206v-59h52v-310h-52z m197 156h-66v150h67q29 0 46-10 31-19 31-64 0-50-34-67-18-9-44-9z" horiz-adv-x="857.1" />
<glyph glyph-name="align-left" unicode="&#xe806;" d="M563 764v-78c0-17-14-31-32-31h-500c-17 0-31 14-31 31v78c0 17 14 31 31 31h500c18 0 32-14 32-31z m-563-250v-78c0-17 14-31 31-31h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31z m31-609h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m500 390h-500c-17 0-31-14-31-31v-78c0-17 14-31 31-31h500c18 0 32 14 32 31v78c0 17-14 31-32 31z" horiz-adv-x="875" />
<glyph glyph-name="file-image" unicode="&#xe807;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-72 250v-178h-571v107l107 107 71-71 215 214z m-464 108q-45 0-76 31t-31 76 31 76 76 31 76-31 31-76-31-76-76-31z" horiz-adv-x="857.1" />
<glyph glyph-name="align-right" unicode="&#xe807;" d="M313 686v78c0 17 14 31 31 31h500c17 0 31-14 31-31v-78c0-17-14-31-31-31h-500c-17 0-31 14-31 31z m-282-281h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0-500h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m313 250h500c17 0 31 14 31 31v78c0 17-14 31-31 31h-500c-17 0-31-14-31-31v-78c0-17 14-31 31-31z" horiz-adv-x="875" />
<glyph glyph-name="users" unicode="&#xe808;" d="M331 350q-90-3-148-71h-75q-45 0-77 22t-31 66q0 197 69 197 4 0 25-11t54-24 66-12q38 0 75 13-3-21-3-37 0-78 45-143z m598-356q0-66-41-105t-108-39h-488q-68 0-108 39t-41 105q0 30 2 58t8 61 14 61 24 54 35 45 48 30 62 11q6 0 24-12t41-26 59-27 76-12 75 12 60 27 41 26 24 12q34 0 62-11t47-30 35-45 24-54 15-61 8-61 2-58z m-572 713q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m393-214q0-89-63-152t-151-62-152 62-63 152 63 151 152 63 151-63 63-151z m321-126q0-43-31-66t-77-22h-75q-57 68-147 71 45 65 45 143 0 16-3 37 37-13 74-13 33 0 67 12t54 24 24 11q69 0 69-197z m-71 340q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z" horiz-adv-x="1071.4" />
<glyph glyph-name="pencil-alt" unicode="&#xe808;" d="M973 573l-91-91c-9-9-24-9-33 0l-217 217c-9 9-9 24 0 33l91 91c36 36 95 36 132 0l118-118c36-36 36-96 0-132z m-418 82l-513-513-41-237c-6-32 22-60 54-54l237 41 513 513c10 9 10 24 0 33l-216 217c-10 9-25 9-34 0z m-313-469c-10 11-10 28 0 39l301 301c11 10 28 10 39 0s11-28 0-39l-301-301c-11-11-28-11-39 0z m-70-164h94v-71l-126-22-61 61 22 126h71v-94z" horiz-adv-x="1000" />
<glyph glyph-name="user" unicode="&#xe809;" d="M714 69q0-60-35-104t-84-44h-476q-49 0-84 44t-35 104q0 48 5 90t17 85 33 73 52 50 76 19q73-72 174-72t175 72q42 0 75-19t52-50 33-73 18-85 4-90z m-143 495q0-88-62-151t-152-63-151 63-63 151 63 152 151 63 152-63 62-152z" horiz-adv-x="714.3" />
<glyph glyph-name="file-code" unicode="&#xe809;" d="M750 612v-12h-250v250h12c12 0 24-5 33-14l191-191a47 47 0 0 0 14-33z m-266-74c-25 0-46 21-46 46v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266z m-243-470a11 11 0 0 0-15-1l-127 119a11 11 0 0 0 0 15l127 119a11 11 0 0 0 15 0l38-41a11 11 0 0 0-1-15l-79-70 79-70a11 11 0 0 0 1-15l-38-41z m100-99l-54 16a11 11 0 0 0-7 13l120 413a11 11 0 0 0 13 7l54-15a11 11 0 0 0 7-13l-120-414a11 11 0 0 0-13-7z m314 217l-127-119a11 11 0 0 0-15 1l-38 41a11 11 0 0 0 1 15l79 70-79 70a11 11 0 0 0-1 15l38 41a11 11 0 0 0 15 0l127-119a11 11 0 0 0 0-15z" horiz-adv-x="750" />
<glyph glyph-name="mail" unicode="&#xe80a;" d="M929 11v428q-18-20-39-36-149-115-238-189-28-24-46-37t-48-28-57-13h-2q-26 0-57 13t-48 28-46 37q-88 74-238 189-21 16-39 36v-428q0-7 6-13t12-5h822q7 0 12 5t6 13z m0 586v14t-1 7-1 7-3 5-5 4-8 2h-822q-7 0-12-6t-6-12q0-94 83-159 107-84 223-176 4-3 20-17t25-21 25-17 28-16 24-5h2q11 0 24 5t28 16 25 17 25 21 20 17q116 92 224 176 30 24 56 65t26 73z m71 21v-607q0-37-26-63t-63-27h-822q-36 0-63 27t-26 63v607q0 37 26 63t63 26h822q37 0 63-26t26-63z" horiz-adv-x="1000" />
<glyph glyph-name="videocam" unicode="&#xe80b;" d="M1000 654v-608q0-23-22-32-7-3-14-3-15 0-25 10l-225 225v-92q0-67-47-114t-113-47h-393q-67 0-114 47t-47 114v392q0 67 47 114t114 47h393q66 0 113-47t47-114v-92l225 225q10 10 25 10 7 0 14-2 22-10 22-33z" horiz-adv-x="1000" />
<glyph glyph-name="trash" unicode="&#xe80e;" d="M844 788h-235l-18 36a47 47 0 0 1-42 26h-223a46 46 0 0 1-42-26l-18-36h-235a31 31 0 0 1-31-32v-62a31 31 0 0 1 31-31h813a31 31 0 0 1 31 31v62a31 31 0 0 1-31 32z m-740-850a94 94 0 0 1 94-88h480a94 94 0 0 1 93 88l42 662h-750z" horiz-adv-x="875" />
<glyph glyph-name="picture" unicode="&#xe80c;" d="M357 529q0-45-31-76t-76-32-76 32-31 76 31 76 76 31 76-31 31-76z m572-215v-250h-786v107l178 179 90-89 285 285z m53 393h-893q-7 0-12-5t-6-13v-678q0-7 6-13t12-5h893q7 0 13 5t5 13v678q0 8-5 13t-13 5z m89-18v-678q0-37-26-63t-63-27h-893q-36 0-63 27t-26 63v678q0 37 26 63t63 27h893q37 0 63-27t26-63z" horiz-adv-x="1071.4" />
<glyph glyph-name="times" unicode="&#xe826;" d="M474 350l196 195c24 24 24 63 0 87l-44 44c-24 24-63 24-87 0l-195-196-196 196c-24 24-63 24-87 0l-43-44c-24-24-24-62 0-87l195-195-195-195c-24-24-24-63 0-87l43-44c24-24 63-24 87 0l196 196 195-196c24-24 63-24 87 0l44 44c24 24 24 63 0 87l-196 195z" horiz-adv-x="688" />
<glyph glyph-name="eye-off" unicode="&#xe80d;" d="M310 105l43 79q-48 35-76 88t-27 114q0 67 34 125-128-65-213-197 94-144 239-209z m217 424q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m202 106q0-4 0-5-59-105-176-316t-176-316l-28-50q-5-9-15-9-7 0-75 39-9 6-9 16 0 7 25 49-80 36-147 96t-117 137q-11 17-11 38t11 39q86 131 212 207t277 76q50 0 100-10l31 54q5 9 15 9 3 0 10-3t18-9 18-10 18-10 10-7q9-5 9-15z m21-249q0-78-44-142t-117-91l157 280q4-25 4-47z m250-72q0-19-11-38-22-36-61-81-84-96-194-149t-234-53l41 74q119 10 219 76t169 171q-65 100-158 164l35 63q53-36 102-85t81-103q11-19 11-39z" horiz-adv-x="1000" />
<glyph glyph-name="pause" unicode="&#xe829;" d="M281-86h-187c-52 0-94 42-94 94v688c0 52 42 94 94 94h187c52 0 94-42 94-94v-688c0-52-42-94-94-94z m594 94v688c0 52-42 94-94 94h-187c-52 0-94-42-94-94v-688c0-52 42-94 94-94h187c52 0 94 42 94 94z" horiz-adv-x="875" />
<glyph glyph-name="align-center" unicode="&#xe80f;" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m-214 214v-71q0-15-11-25t-25-11h-500q-14 0-25 11t-11 25v71q0 15 11 25t25 11h500q15 0 25-11t11-25z m143 215v-72q0-14-11-25t-25-11h-786q-14 0-25 11t-11 25v72q0 14 11 25t25 10h786q14 0 25-10t11-25z m-215 214v-72q0-14-10-25t-25-10h-358q-14 0-25 10t-10 25v72q0 14 10 25t25 11h358q14 0 25-11t10-25z" horiz-adv-x="1000" />
<glyph glyph-name="list-ul" unicode="&#xe82a;" d="M188 663c0-52-42-94-94-94s-94 42-94 94 42 93 94 93 94-42 94-93z m-94-219c-52 0-94-42-94-94s42-94 94-94 94 42 94 94-42 94-94 94z m0-313c-52 0-94-42-94-93s42-94 94-94 94 42 94 94-42 93-94 93z m187 461h688c17 0 31 14 31 31v79c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-79c0-17 14-31 31-31z m0-312h688c17 0 31 14 31 31v78c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0-313h688c17 0 31 14 31 31v79c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-79c0-17 14-31 31-31z" horiz-adv-x="1000" />
<glyph glyph-name="align-right" unicode="&#xe810;" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 214v-71q0-15-11-25t-25-11h-714q-14 0-25 11t-11 25v71q0 15 11 25t25 11h714q15 0 25-11t11-25z m0 215v-72q0-14-11-25t-25-11h-857q-14 0-25 11t-11 25v72q0 14 11 25t25 10h857q15 0 25-10t11-25z m0 214v-72q0-14-11-25t-25-10h-643q-14 0-25 10t-10 25v72q0 14 10 25t25 11h643q15 0 25-11t11-25z" horiz-adv-x="1000" />
<glyph glyph-name="step-backward" unicode="&#xe82b;" d="M125-64v828c0 13 11 24 23 24h94c13 0 24-11 24-24v-344l382 353c40 33 102 6 102-48v-750c0-54-62-81-102-48l-382 351v-342c0-13-11-24-24-24h-94c-12 0-23 11-23 24z" horiz-adv-x="875" />
<glyph glyph-name="align-justify" unicode="&#xe811;" d="M1000 100v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 214v-71q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v71q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 215v-72q0-14-11-25t-25-11h-928q-15 0-25 11t-11 25v72q0 14 11 25t25 10h928q15 0 25-10t11-25z m0 214v-72q0-14-11-25t-25-10h-928q-15 0-25 10t-11 25v72q0 14 11 25t25 11h928q15 0 25-11t11-25z" horiz-adv-x="1000" />
<glyph glyph-name="step-forward" unicode="&#xe82c;" d="M750 764v-828c0-13-10-24-23-24h-94c-13 0-24 11-24 24v345l-381-354c-41-33-103-6-103 48v750c0 54 62 81 103 48l381-351v342c0 13 11 24 24 24h94c13 0 23-11 23-24z" horiz-adv-x="875" />
<glyph glyph-name="list" unicode="&#xe812;" d="M143 118v-107q0-7-5-13t-13-5h-107q-7 0-13 5t-5 13v107q0 7 5 12t13 6h107q7 0 13-6t5-12z m0 214v-107q0-7-5-13t-13-5h-107q-7 0-13 5t-5 13v107q0 7 5 13t13 5h107q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-107q-7 0-13 6t-5 12v107q0 8 5 13t13 5h107q7 0 13-5t5-13z m857-428v-107q0-7-5-13t-13-5h-750q-7 0-12 5t-6 13v107q0 7 6 12t12 6h750q7 0 13-6t5-12z m-857 643v-107q0-8-5-13t-13-5h-107q-7 0-13 5t-5 13v107q0 7 5 12t13 6h107q7 0 13-6t5-12z m857-429v-107q0-7-5-13t-13-5h-750q-7 0-12 5t-6 13v107q0 7 6 13t12 5h750q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-750q-7 0-12 6t-6 12v107q0 8 6 13t12 5h750q7 0 13-5t5-13z m0 215v-107q0-8-5-13t-13-5h-750q-7 0-12 5t-6 13v107q0 7 6 12t12 6h750q7 0 13-6t5-12z" horiz-adv-x="1000" />
<glyph glyph-name="comments" unicode="&#xe82d;" d="M813 475c0 173-182 313-407 313s-406-140-406-313c0-67 28-129 74-180-26-59-69-105-70-106-4-5-5-11-3-17s8-9 15-9c71 0 130 24 173 48 63-30 137-48 217-48 225 0 407 139 407 312z m238-430c47 51 74 113 74 180 0 131-104 243-252 289 1-13 2-26 2-39 0-207-210-375-469-375-21 0-41 2-62 4 62-113 206-192 375-192 80 0 154 18 217 49 43-25 102-49 173-49 7 0 12 4 15 10 2 5 1 12-3 17-1 0-44 47-70 106z" horiz-adv-x="1125" />
<glyph glyph-name="indent-left" unicode="&#xe813;" d="M214 546v-321q0-7-5-13t-13-5q-7 0-12 5l-161 161q-5 5-5 13t5 13l161 160q5 5 12 5 8 0 13-5t5-13z m786-428v-107q0-7-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z m0 214v-107q0-7-5-13t-13-5h-607q-7 0-13 5t-5 13v107q0 7 5 13t13 5h607q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-607q-7 0-13 6t-5 12v107q0 8 5 13t13 5h607q7 0 13-5t5-13z m0 215v-107q0-8-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z" horiz-adv-x="1000" />
<glyph glyph-name="indent-right" unicode="&#xe814;" d="M196 386q0-8-5-13l-160-161q-5-5-13-5-7 0-13 5t-5 13v321q0 8 5 13t13 5q8 0 13-5l160-160q5-5 5-13z m804-268v-107q0-7-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z m0 214v-107q0-7-5-13t-13-5h-607q-7 0-13 5t-5 13v107q0 7 5 13t13 5h607q7 0 13-5t5-13z m0 214v-107q0-7-5-12t-13-6h-607q-7 0-13 6t-5 12v107q0 8 5 13t13 5h607q7 0 13-5t5-13z m0 215v-107q0-8-5-13t-13-5h-964q-7 0-13 5t-5 13v107q0 7 5 12t13 6h964q7 0 13-6t5-12z" horiz-adv-x="1000" />
<glyph glyph-name="list-bullet" unicode="&#xe815;" d="M214 64q0-44-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m0 286q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-107q0-7-5-13t-13-5h-678q-8 0-13 5t-5 13v107q0 7 5 12t13 6h678q7 0 13-6t5-12z m-786 518q0-45-31-76t-76-31-76 31-31 76 31 76 76 31 76-31 31-76z m786-232v-108q0-7-5-12t-13-5h-678q-8 0-13 5t-5 12v108q0 7 5 12t13 5h678q7 0 13-5t5-12z m0 285v-107q0-7-5-12t-13-6h-678q-8 0-13 6t-5 12v107q0 8 5 13t13 5h678q7 0 13-5t5-13z" horiz-adv-x="1000" />
<glyph glyph-name="list-numbered" unicode="&#xe816;" d="M213-54q0-45-31-70t-75-26q-60 0-96 37l31 49q28-25 60-25 16 0 28 8t12 24q0 35-59 31l-14 31q4 6 18 24t24 31 20 21v1q-9 0-27-1t-27 0v-30h-59v85h186v-49l-53-65q28-6 45-27t17-49z m1 350v-89h-202q-4 20-4 30 0 29 14 52t31 38 37 27 31 24 14 25q0 14-9 22t-22 7q-25 0-45-32l-47 33q13 28 40 44t59 16q40 0 68-23t28-63q0-28-19-51t-42-36-42-28-20-30h71v34h59z m786-178v-107q0-7-5-13t-13-5h-678q-8 0-13 5t-5 13v107q0 8 5 13t13 5h678q7 0 13-6t5-12z m-786 502v-56h-187v56h60q0 22 0 67t1 68v7h-1q-5-10-28-30l-40 42 76 71h59v-225h60z m786-216v-108q0-7-5-12t-13-5h-678q-8 0-13 5t-5 12v108q0 7 5 12t13 5h678q7 0 13-5t5-12z m0 285v-107q0-7-5-12t-13-6h-678q-8 0-13 6t-5 12v107q0 8 5 13t13 5h678q7 0 13-5t5-13z" horiz-adv-x="1000" />
<glyph glyph-name="underline" unicode="&#xe817;" d="M27 726q-21 1-25 2l-2 49q7 1 22 1 34 0 63-3 74-4 93-4 47 0 93 2 65 2 82 3 31 0 48 1l-1-8 1-36v-5q-33-5-69-5-33 0-44-14-7-7-7-73 0-7 0-18t0-15l1-127 8-157q3-69 28-112 20-33 54-52 49-26 98-26 59 0 107 16 31 10 55 28 27 20 37 36 20 31 29 63 12 41 12 128 0 44-2 72t-6 68-8 89l-2 33q-3 37-13 49-19 20-43 19l-56-1-8 2 1 48h47l114-6q43-2 110 6l10-1q3-22 3-29 0-4-2-17-25-7-47-8-41-6-44-9-8-8-8-23 0-4 0-15t1-17q5-11 13-221 3-109-9-170-8-42-23-68-21-36-62-69-42-31-102-49-61-19-142-19-93 0-159 26-66 26-99 68-34 42-47 109-9 45-9 132v186q0 105-9 119-14 20-82 22z m830-787v36q0 8-5 13t-13 5h-821q-8 0-13-5t-5-13v-36q0-8 5-13t13-5h821q8 0 13 5t5 13z" horiz-adv-x="857.1" />
<glyph glyph-name="strike" unicode="&#xe818;" d="M982 350q8 0 13-5t5-13v-36q0-7-5-12t-13-5h-964q-8 0-13 5t-5 12v36q0 8 5 13t13 5h964z m-712 36q-16 19-29 44-27 55-27 105 0 101 75 173 74 71 219 71 28 0 94-11 36-7 98-27 6-21 12-66 8-68 8-102 0-10-3-25l-7-2-46 4-8 1q-28 83-58 114-49 51-117 51-64 0-101-33-38-32-38-81 0-41 37-78t156-72q38-12 96-37 33-16 53-29h-414z m283-143h229q4-22 4-51 0-62-23-119-13-31-40-58-20-19-61-45-44-27-85-37-45-12-113-12-64 0-109 13l-78 23q-32 8-40 15-5 5-5 12v8q0 60-1 87 0 17 0 38l1 20v25l57 1q8-19 17-40t12-31 7-15q20-32 45-52 24-20 59-32 33-12 73-12 36 0 78 15 43 14 68 48 26 34 26 72 0 47-45 87-19 16-76 40z" horiz-adv-x="1000" />
<glyph glyph-name="superscript" unicode="&#xe819;" d="M501 86v-93h-139l-89 141-13 23q-4 5-6 12h-2q0-2-1-4t-2-4-2-4q-5-11-14-25l-86-139h-144v93h71l110 162-103 152h-76v94h154l77-127q1-2 13-24 4-5 6-11h2q1 5 6 11l14 24 78 127h143v-94h-69l-103-149 114-165h61z m355 379v-115h-287l-1 15q-3 16-3 26 0 36 15 65t36 48 47 37 47 30 36 30 15 36q0 21-17 35t-39 13q-29 0-54-21-8-6-20-22l-59 52q15 20 35 37 47 36 105 36 61 0 99-33t38-89q0-31-13-57t-35-43-45-33-46-28-37-28-17-36h130v45h70z" horiz-adv-x="857.1" />
<glyph glyph-name="subscript" unicode="&#xe81a;" d="M501 86v-93h-139l-89 141-13 23q-4 5-6 12h-2q0-2-1-4t-2-4-2-4q-5-11-14-25l-86-139h-144v93h71l110 162-103 152h-76v94h154l77-127q1-2 13-24 4-5 6-11h2q1 5 6 11l14 24 78 127h143v-94h-69l-103-149 114-165h61z m356-121v-115h-287l-2 15q-2 25-2 26 0 35 15 65t36 48 47 37 47 30 36 30 15 36q0 21-17 35t-39 13q-28 0-54-21-8-6-20-22l-59 52q15 20 35 37 45 36 105 36 62 0 100-33t37-89q0-37-19-66t-47-48-55-35-49-35-23-41h130v45h70z" horiz-adv-x="857.1" />
<glyph glyph-name="font" unicode="&#xe81b;" d="M405 538l-95-251q18 0 76-1t89-1q11 0 32 1-48 141-102 252z m-405-617l1 44q13 4 31 7t32 6 28 8 25 17 17 28l132 344 156 404h72q4-8 6-12l114-268q19-43 60-144t63-153q9-19 33-80t40-94q11-26 19-32 11-9 49-17t47-11q4-22 4-32 0-3-1-8t0-7q-35 0-106 5t-107 4q-42 0-120-4t-99-4q0 24 2 43l73 16q1 0 7 1t9 2 8 3 9 4 6 4 5 6 1 8q0 9-17 54t-40 99-24 56l-251 1q-14-32-43-109t-28-91q0-12 8-21t24-14 27-7 32-5 23-2q1-11 1-32 0-5-1-16-33 0-98 6t-97 6q-5 0-15-3t-12-2q-45-8-105-8z" horiz-adv-x="928.6" />
<glyph glyph-name="bold" unicode="&#xe81c;" d="M310 1q41-18 78-18 210 0 210 187 0 64-23 101-15 24-34 41t-38 26-45 14-47 6-53 1q-40 0-56-6 0-29 0-88t-1-88q0-5 0-38t0-54 2-47 7-37z m-8 417q23-4 61-4 46 0 80 7t61 25 42 50 14 79q0 39-16 68t-45 46-60 24-69 8q-28 0-73-7 0-28 3-84t2-85q0-15 0-45t-1-44q0-26 1-38z m-302-497l1 53q9 2 48 9t59 15q4 7 7 15t4 19 4 18 1 21 0 19v36q0 548-12 572-2 5-12 8t-25 6-28 4-27 3-17 2l-2 46q55 1 190 6t208 6q13 0 38-1t38 0q39 0 76-7t72-24 60-39 41-59 16-76q0-29-9-54t-22-40-36-32-41-25-47-22q86-20 144-75t57-138q0-56-20-101t-52-72-77-48-91-27-98-8q-25 0-74 2t-74 1q-59 0-171-6t-129-7z" horiz-adv-x="785.7" />
<glyph glyph-name="italic" unicode="&#xe81d;" d="M0-78l10 48q12 4 34 9t40 11 33 13q16 19 23 56 1 4 35 162t63 303 29 165v14q-13 8-30 11t-39 4-32 3l10 58q19-1 67-4t84-4 67-1q27 0 55 1t68 4 54 4q-2-22-10-50-17-6-57-16t-60-19q-5-10-8-23t-5-23-4-25-4-24q-15-82-49-234t-43-198q-1-5-7-32t-11-51-9-46-4-32l1-10q9-3 103-18-2-24-9-55-6 0-18-1t-18-1q-16 0-49 6t-48 6q-77 1-115 1-28 0-79-5t-68-7z" horiz-adv-x="571.4" />
<glyph glyph-name="header" unicode="&#xe81e;" d="M939-79q-25 0-74 2t-75 2q-24 0-73-2t-74-2q-13 0-21 12t-7 25q0 18 9 26t22 9 29 4 25 9q18 11 18 78l0 218q0 12-1 17-7 3-28 3h-376q-22 0-29-3 0-5 0-17l-1-207q0-79 21-91 9-6 26-8t32-2 25-8 11-26q0-14-6-26t-21-13q-26 0-78 2t-77 2q-24 0-71-2t-71-2q-13 0-20 12t-7 25q0 17 9 25t20 10 26 4 24 9q18 13 18 80l-1 31v454q0 2 1 15t0 20-1 21-2 24-4 20-6 18-9 10q-8 5-25 7t-29 1-23 7-10 26q0 14 6 26t20 13q26 0 78-2t77-2q23 0 71 2t70 2q14 0 21-13t7-26q0-17-9-25t-22-8-27-2-24-7q-20-12-20-90l1-178q0-12 0-18 7-2 22-2h390q14 0 21 2 1 6 1 18l0 178q0 78-19 90-10 6-33 7t-37 7-14 28q0 14 7 26t21 13q24 0 74-2t73-2q24 0 72 2t72 2q14 0 21-13t7-26q0-17-10-25t-22-8-29-2-24-7q-20-13-20-90l1-526q0-66 19-78 9-6 25-8t30-2 23-9 10-25q0-14-6-26t-20-13z" horiz-adv-x="1000" />
<glyph glyph-name="text-height" unicode="&#xe81f;" d="M973 64q19 0 24-10t-6-25l-71-90q-11-15-27-15t-27 15l-71 90q-11 15-6 25t24 10h44v572h-44q-19 0-24 10t6 25l71 90q11 15 27 15t27-15l71-90q11-15 6-25t-24-10h-44v-572h44z m-928 714l30-15q7-3 118-3 25 0 74 1t73 1q21 0 60 0t60 0h164q3 0 12 0t11 0 9 1 10 5 8 10l24 1q2 0 7-1t8 0q1-62 1-187 0-45-2-61-22-8-38-10-14 24-31 71-1 5-6 27t-8 41-4 20q-3 4-7 7t-8 3-8 1-10 1-9-1q-9 0-37 1t-41 0-36-1-40-3q-5-46-4-76 0-53 1-217t1-254q0-9-1-40t0-51 7-38q22-12 69-24t67-21q2-22 2-28 0-8-1-16l-19-1q-43-1-122 5t-115 5q-28 0-85-5t-84-5q-2 29-2 29v5q9 15 34 24t55 17 44 15q10 23 10 213 0 57-1 170t-2 169v65q0 1 0 9t1 14-1 14-2 13-2 8q-7 7-91 7-18 0-52-7t-44-15q-11-7-19-40t-18-62-24-30q-23 15-31 25v214z" horiz-adv-x="1000" />
<glyph glyph-name="text-width" unicode="&#xe820;" d="M45 778l30-15q7-3 118-3 25 0 74 1t73 1q40 0 138 1t170 0 138-2q18-1 31 17l23 1q3 0 8-1t8 0q1-62 1-187 0-45-3-61-21-8-38-10-13 24-30 71-1 5-6 27t-8 41-4 20q-6 7-15 10-3 1-37 1-17 0-52 1t-57 1-53-2-53-3q-5-46-5-76l1-85v29q0-31 0-86t1-101 0-85q0-9-1-40t0-51 7-38q22-12 69-24t67-21q3-22 3-28 0-8-2-16l-19-1q-42-1-121 5t-116 5q-28 0-84-5t-85-5q-2 29-2 29v5q10 15 35 24t55 17 43 15q4 9 7 41t3 81 1 87-1 85 0 50q0 4-1 12t-2 12q0 4 1 25t0 41 0 42-1 38-4 18q-6 7-90 7-23 0-91-8t-77-14q-11-6-19-39t-18-63-24-30q-23 15-31 25v214z m686-715q7 0 24-11t32-23 33-28 20-17q14-11 14-27t-14-27q-2-2-20-17t-33-27-32-23-24-11q-7 0-11 5t-6 16-1 19 0 18 1 11h-571q0-1 1-11t1-18-2-19-5-16-12-5q-7 0-23 11t-32 23-34 27-20 17q-14 11-14 27t14 27q3 2 20 17t34 28 32 23 23 11q7 0 12-6t5-16 2-19-1-18-1-11h571q0 1-1 11t0 18 1 19 6 16 11 6z" horiz-adv-x="857.1" />
<glyph glyph-name="to-start" unicode="&#xe821;" d="M546 771q11 11 18 8t7-18v-822q0-14-7-18t-18 8l-396 396q-5 5-7 11v-379q0-14-11-25t-25-11h-71q-15 0-25 11t-11 25v786q0 14 11 25t25 11h71q15 0 25-11t11-25v-378q2 5 7 10z" horiz-adv-x="571.4" />
<glyph glyph-name="to-end" unicode="&#xe822;" d="M25-71q-10-11-18-8t-7 18v822q0 14 7 18t18-8l396-396q5-5 8-10v378q0 14 10 25t25 11h72q14 0 25-11t10-25v-786q0-14-10-25t-25-11h-72q-14 0-25 11t-10 25v379q-3-6-8-11z" horiz-adv-x="571.4" />
<glyph glyph-name="ccw" unicode="&#xe823;" d="M857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z" horiz-adv-x="857.1" />
<glyph glyph-name="cw" unicode="&#xe824;" d="M857 707v-250q0-14-10-25t-26-11h-250q-23 0-32 23-10 22 7 38l77 77q-82 77-194 77-58 0-111-23t-91-61-61-91-23-111 23-111 61-91 91-61 111-23q66 0 125 29t100 82q4 6 13 7 8 0 14-5l76-77q5-4 6-11t-5-13q-60-74-147-114t-182-41q-87 0-167 34t-136 92-92 137-34 166 34 166 92 137 136 92 167 34q82 0 158-31t137-88l72 72q17 18 39 8 22-9 22-33z" horiz-adv-x="857.1" />
<glyph glyph-name="arrows-cw" unicode="&#xe825;" d="M843 261q0-3 0-4-36-150-150-243t-267-93q-81 0-157 31t-136 88l-72-72q-11-11-25-11t-25 11-11 25v250q0 14 11 25t25 11h250q14 0 25-11t10-25-10-25l-77-77q40-36 90-57t105-20q74 0 139 37t104 99q6 10 30 66 4 13 16 13h107q8 0 13-6t5-12z m14 446v-250q0-14-10-25t-26-11h-250q-14 0-25 11t-10 25 10 25l77 77q-82 77-194 77-75 0-140-37t-104-99q-6-10-29-66-5-13-17-13h-111q-7 0-13 6t-5 12v4q36 150 151 243t268 93q81 0 158-31t137-88l72 72q11 11 25 11t26-11 10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="file-code" unicode="&#xe826;" d="M819 638q16-16 27-42t11-50v-642q0-23-15-38t-38-16h-750q-23 0-38 16t-16 38v892q0 23 16 38t38 16h500q22 0 49-11t42-27z m-248 136v-210h210q-5 17-12 23l-175 175q-6 7-23 12z m215-853v572h-232q-23 0-38 16t-16 37v233h-429v-858h715z m-518 500q4 7 12 7t13-3l28-21q7-5 7-12t-3-13l-102-136 102-136q4-6 3-13t-7-12l-28-21q-6-4-13-4t-12 7l-126 168q-8 11 0 22z m447-167q8-11 0-22l-126-168q-4-6-11-7t-14 4l-28 21q-6 5-7 12t3 13l102 136-102 136q-4 6-3 13t7 12l28 21q6 4 14 3t11-7z m-346-258q-7 1-11 8t-3 13l77 464q1 7 7 11t14 3l35-5q7-2 11-8t3-13l-77-464q-1-7-7-11t-13-3z" horiz-adv-x="857.1" />
<glyph glyph-name="code" unicode="&#xe827;" d="M344 69l-28-28q-5-5-12-5t-13 5l-260 261q-6 5-6 12t6 13l260 260q5 6 13 6t12-6l28-28q6-5 6-13t-6-12l-219-220 219-219q6-6 6-13t-6-13z m330 596l-208-721q-2-7-9-11t-13-1l-34 9q-8 3-11 9t-2 14l209 720q2 8 8 11t13 2l35-10q7-2 11-9t1-13z m367-363l-260-261q-6-5-13-5t-13 5l-28 28q-5 6-5 13t5 13l219 219-219 220q-5 5-5 12t5 13l28 28q6 6 13 6t13-6l260-260q5-5 5-13t-5-12z" horiz-adv-x="1071.4" />
<glyph glyph-name="chat" unicode="&#xe828;" d="M786 421q0-77-53-143t-143-104-197-38q-48 0-98 9-70-49-155-72-21-5-48-9h-2q-6 0-12 5t-6 12q-1 1-1 3t1 4 1 3l1 3t2 3 2 3 3 3 2 2q3 3 13 14t15 16 12 17 14 21 11 25q-69 40-108 98t-40 125q0 78 53 144t143 104 197 38 197-38 143-104 53-144z m214-142q0-67-40-126t-108-98q5-14 11-25t14-21 13-16 14-17 13-14q0 0 2-2t3-3 2-3 2-3l1-3t1-3 1-4-1-3q-2-8-7-13t-12-4q-28 4-48 9-86 23-156 72-50-9-98-9-151 0-263 74 32-3 49-3 90 0 172 25t148 72q69 52 107 119t37 141q0 43-13 85 72-39 114-99t42-128z" horiz-adv-x="1000" />
<glyph glyph-name="comment-empty" unicode="&#xe829;" d="M500 636q-114 0-213-39t-157-105-59-142q0-62 40-119t113-98l48-28-15-53q-13-51-39-97 85 36 154 96l24 21 32-3q38-5 72-5 114 0 213 39t157 105 59 142-59 142-157 105-213 39z m500-286q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12h-3q-8 0-15 6t-9 15v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 15 42q-88 50-138 123t-51 157q0 97 67 179t182 130 251 48 251-48 182-130 67-179z" horiz-adv-x="1000" />
<glyph glyph-name="trash-empty" unicode="&#xe82a;" d="M286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q23 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
<glyph glyph-name="mic" unicode="&#xe82b;" d="M643 457v-71q0-124-82-215t-204-104v-74h143q15 0 25-11t11-25-11-25-25-11h-357q-15 0-25 11t-11 25 11 25 25 11h143v74q-121 13-204 104t-82 215v71q0 15 11 25t25 11 25-11 10-25v-71q0-103 74-177t176-73 177 73 73 177v71q0 15 11 25t25 11 25-11 11-25z m-143 214v-285q0-74-52-126t-127-53-126 53-52 126v285q0 74 52 127t126 52 127-52 52-127z" horiz-adv-x="642.9" />
<glyph glyph-name="play" unicode="&#xe82c;" d="M772 333l-741-412q-13-7-22-2t-9 20v822q0 14 9 20t22-2l741-412q13-7 13-17t-13-17z" horiz-adv-x="785.7" />
<glyph glyph-name="stop" unicode="&#xe82d;" d="M857 743v-786q0-14-10-25t-26-11h-785q-15 0-25 11t-11 25v786q0 14 11 25t25 11h785q15 0 26-11t10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="pause" unicode="&#xe82e;" d="M857 743v-786q0-14-10-25t-26-11h-285q-15 0-25 11t-11 25v786q0 14 11 25t25 11h285q15 0 26-11t10-25z m-500 0v-786q0-14-10-25t-26-11h-285q-15 0-25 11t-11 25v786q0 14 11 25t25 11h285q15 0 26-11t10-25z" horiz-adv-x="857.1" />
<glyph glyph-name="gauge" unicode="&#xe82f;" d="M214 207q0 30-21 51t-50 21-51-21-21-51 21-50 51-21 50 21 21 50z m107 250q0 30-20 51t-51 21-50-21-21-51 21-50 50-21 51 21 20 50z m239-268l57 213q3 14-5 27t-21 16-27-3-17-22l-56-213q-33-3-60-25t-35-55q-11-43 11-81t66-50 81 11 50 66q9 33-4 65t-40 51z m369 18q0 30-21 51t-51 21-50-21-21-51 21-50 50-21 51 21 21 50z m-358 357q0 30-20 51t-51 21-50-21-21-51 21-50 50-21 51 21 20 50z m250-107q0 30-20 51t-51 21-50-21-21-51 21-50 50-21 51 21 20 50z m179-250q0-145-79-269-10-17-30-17h-782q-20 0-30 17-79 123-79 269 0 102 40 194t106 160 160 107 194 39 194-39 160-107 106-160 40-194z" horiz-adv-x="1000" />
<glyph glyph-name="heading" unicode="&#xe82e;" d="M969 694v62c0 18-14 32-31 32h-313c-17 0-31-14-31-32v-62c0-17 14-31 31-31h74v-250h-397v250h73c17 0 31 14 31 31v62c0 18-14 32-31 32h-312c-18 0-32-14-32-32v-62c0-17 14-31 32-31h72v-625h-72c-18 0-32-14-32-32v-62c0-18 14-32 32-32h312c17 0 31 14 31 32v62c0 18-14 32-31 32h-73v250h397v-250h-74c-17 0-31-14-31-32v-62c0-18 14-32 31-32h313c17 0 31 14 31 32v62c0 18-14 32-31 32h-73v625h73c17 0 31 14 31 31z" horiz-adv-x="1000" />
<glyph glyph-name="brush" unicode="&#xe830;" d="M901 850q39 0 69-26t29-65q0-35-25-84-185-351-260-420-54-51-121-51-71 0-121 52t-51 123q0 71 52 118l356 323q33 30 72 30z m-507-577q22-42 59-73t84-42l1-40q2-118-72-193t-195-75q-68 0-121 26t-85 71-49 102-16 123q4-3 23-17t35-25 32-20 26-9q23 0 31 20 14 37 32 63t39 42 49 27 57 14 70 6z" horiz-adv-x="1000" />
@ -106,21 +50,21 @@
<glyph glyph-name="tasks" unicode="&#xe832;" d="M571 64h358v72h-358v-72z m-214 286h572v71h-572v-71z m357 286h215v71h-215v-71z m286-465v-142q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v142q0 15 11 26t25 10h928q15 0 25-10t11-26z m0 286v-143q0-14-11-25t-25-10h-928q-15 0-25 10t-11 25v143q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 286v-143q0-14-11-25t-25-11h-928q-15 0-25 11t-11 25v143q0 14 11 25t25 11h928q15 0 25-11t11-25z" horiz-adv-x="1000" />
<glyph glyph-name="cog" unicode="&#xe833;" d="M571 350q0 59-41 101t-101 42-101-42-42-101 42-101 101-42 101 42 41 101z m286 61v-124q0-7-4-13t-11-7l-104-16q-10-30-21-51 19-27 59-77 6-6 6-13t-5-13q-15-21-55-61t-53-39q-7 0-14 5l-77 60q-25-13-51-21-9-76-16-104-4-16-20-16h-124q-8 0-14 5t-6 12l-16 103q-27 9-50 21l-79-60q-6-5-14-5-8 0-14 6-70 64-92 94-4 5-4 13 0 6 5 12 8 12 28 37t30 40q-15 28-23 55l-102 15q-7 1-11 7t-5 13v124q0 7 5 13t10 7l104 16q8 25 22 51-23 32-60 77-6 7-6 14 0 5 5 12 15 20 55 60t53 40q7 0 15-5l77-60q24 13 50 21 9 76 17 104 3 16 20 16h124q7 0 13-5t7-12l15-103q28-9 51-20l79 59q5 5 13 5 7 0 14-5 72-67 92-95 4-5 4-12 0-7-4-13-9-12-29-37t-30-40q15-28 23-54l102-16q7-1 12-7t4-13z" horiz-adv-x="857.1" />
<glyph glyph-name="superscript" unicode="&#xe833;" d="M531 475h-132c-11 0-21-6-27-15l-78-127c-5-7-9-14-13-20-3 6-7 13-11 20l-78 127c-5 9-15 15-26 15h-135c-17 0-31-14-31-31v-63c0-17 14-31 31-31h59l103-151-110-161h-52c-17 0-31-15-31-32v-62c0-17 14-32 31-32h125c11 0 21 6 27 15l87 141c4 7 8 14 12 21 3-6 7-14 12-20l89-142c6-9 16-15 26-15h122c17 0 32 15 32 32v62c0 17-15 32-32 32h-43l-114 164 103 148h54c17 0 32 14 32 31v63c0 17-15 31-32 31z m438-125h-197c7 21 37 42 71 63 32 21 69 44 98 76 34 38 51 79 51 126 0 119-99 173-191 173-83 0-150-43-185-99-9-14-5-33 9-43l59-39c14-9 33-6 43 7 15 20 36 35 62 35 37 0 51-25 51-46 0-71-233-112-233-313 0-13 1-25 2-38 3-15 16-27 31-27h329c17 0 31 14 31 31v63c0 17-14 31-31 31z" horiz-adv-x="1000" />
<glyph glyph-name="exchange" unicode="&#xe834;" d="M1000 189v-107q0-7-5-12t-13-6h-768v-107q0-7-5-12t-13-6q-6 0-13 6l-178 178q-5 6-5 13 0 8 5 13l179 178q5 5 12 5 8 0 13-5t5-13v-107h768q7 0 13-5t5-13z m0 304q0-8-5-13l-179-178q-5-6-12-6-8 0-13 6t-5 12v107h-768q-7 0-13 6t-5 12v107q0 8 5 13t13 5h768v107q0 8 5 13t13 5q6 0 13-5l178-178q5-5 5-13z" horiz-adv-x="1000" />
<glyph glyph-name="subscript" unicode="&#xe834;" d="M531 788h-132c-11 0-21-6-27-15l-78-127c-5-7-9-15-13-21-3 6-7 14-11 21l-78 127c-5 9-15 15-26 15h-135c-17 0-31-15-31-32v-62c0-17 14-31 31-31h59l103-151-110-162h-52c-17 0-31-14-31-31v-63c0-17 14-31 31-31h125c11 0 21 6 27 15l87 141c4 7 8 14 12 20 3-6 7-13 12-20l89-141c6-9 16-15 26-15h122c17 0 32 14 32 31v63c0 17-15 31-32 31h-43l-114 165 103 148h54c17 0 32 14 32 31v62c0 17-15 32-32 32z m438-750h-197c7 20 37 41 71 63 32 21 69 44 98 76 34 37 51 78 51 126 0 118-99 172-191 172-83 0-150-43-185-98-9-15-5-34 9-43l59-40c14-9 33-6 43 7 15 21 36 36 62 36 37 0 51-25 51-47 0-71-233-111-233-313 0-13 1-25 2-37 3-16 16-27 31-27h329c17 0 31 14 31 31v62c0 17-14 32-31 32z" horiz-adv-x="1000" />
<glyph glyph-name="star-empty" unicode="&#xe835;" d="M635 290l170 166-235 34-106 213-105-213-236-34 171-166-41-235 211 111 211-111z m294 199q0-12-15-27l-202-197 48-279q0-4 0-12 0-28-23-28-10 0-22 7l-251 132-250-132q-12-7-23-7-11 0-17 9t-6 19q0 4 1 12l48 279-203 197q-14 15-14 27 0 21 31 26l280 40 126 254q11 23 27 23t28-23l125-254 280-40q32-5 32-26z" horiz-adv-x="928.6" />
<glyph glyph-name="users" unicode="&#xe835;" d="M188 413c68 0 125 56 125 125s-57 125-125 125-125-57-125-125 56-125 125-125z m875 0c68 0 125 56 125 125s-57 125-125 125-125-57-125-125 56-125 125-125z m62-63h-125c-34 0-65-14-88-36 79-43 135-121 147-214h129c34 0 62 28 62 63v62c0 69-56 125-125 125z m-500 0c121 0 219 98 219 219s-98 219-219 219-219-98-219-219 98-219 219-219z m150-62h-16c-41-20-86-32-134-32s-93 12-134 32h-16c-124 0-225-101-225-225v-57c0-52 42-94 94-94h562c52 0 94 42 94 94v57c0 124-101 225-225 225z m-437 26c-23 22-54 36-88 36h-125c-69 0-125-56-125-125v-62c0-35 28-63 63-63h128c13 93 68 171 147 214z" horiz-adv-x="1250" />
<glyph glyph-name="star" unicode="&#xe836;" d="M929 489q0-12-15-27l-202-197 48-279q0-4 0-12 0-11-6-19t-17-9q-10 0-22 7l-251 132-250-132q-12-7-23-7-11 0-17 9t-6 19q0 4 1 12l48 279-203 197q-14 15-14 27 0 21 31 26l280 40 126 254q11 23 27 23t28-23l125-254 280-40q32-5 32-26z" horiz-adv-x="928.6" />
<glyph glyph-name="gauge" unicode="&#xe836;" d="M563 788c-311 0-563-252-563-563 0-103 28-200 76-283 11-19 32-30 54-30h865c22 0 43 11 54 30 48 83 76 180 76 283 0 311-252 563-562 563z m0-125c28 0 51-20 59-47-2-4-5-8-7-13l-18-54c-10-7-21-11-34-11-35 0-63 28-63 62s28 63 63 63z m-375-563c-35 0-63 28-63 63s28 62 63 62 62-28 62-62-28-63-62-63z m93 313c-34 0-62 28-62 62s28 63 62 63 63-28 63-63-28-62-63-62z m482 141l-120-359c27-23 45-57 45-95 0-23-7-44-18-62h-215c-11 18-17 39-17 62 0 66 51 120 117 124l119 360c8 24 35 38 60 29 24-8 37-34 29-59z m29-112l30 91c7 3 14 5 22 5 34 0 62-28 62-63s-28-62-62-62c-22 0-41 12-52 29z m146-342c-35 0-63 28-63 63s28 62 63 62 62-28 62-62-28-63-62-63z" horiz-adv-x="1125" />
<glyph glyph-name="clock" unicode="&#xe837;" d="M500 546v-250q0-7-5-12t-13-5h-178q-8 0-13 5t-5 12v36q0 8 5 13t13 5h125v196q0 8 5 13t12 5h36q8 0 13-5t5-13z m232-196q0 83-41 152t-110 111-152 41-153-41-110-111-41-152 41-152 110-111 153-41 152 41 110 111 41 152z m125 0q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
<glyph glyph-name="exchange-alt" unicode="&#xe837;" d="M0 522v31c0 26 21 47 47 47h703v94c0 42 51 62 80 33l156-156c19-19 19-48 0-67l-156-156c-29-29-80-9-80 33v94h-703c-26 0-47 21-47 47z m953-297h-703v94c0 41-50 62-80 33l-156-156c-19-19-19-48 0-67l156-156c29-29 80-9 80 33v94h703c26 0 47 21 47 47v31c0 26-21 47-47 47z" horiz-adv-x="1000" />
<glyph glyph-name="comment" unicode="&#xe838;" d="M1000 350q0-97-67-179t-182-130-251-48q-39 0-81 4-110-97-257-135-27-8-63-12-10-1-17 5t-10 16v1q-2 2 0 6t1 6 2 5l4 5t4 5 4 5q4 5 17 19t20 22 17 22 18 28 15 33 15 42q-88 50-138 123t-51 157q0 73 40 139t106 114 160 76 194 28q136 0 251-48t182-130 67-179z" horiz-adv-x="1000" />
<glyph glyph-name="text-width" unicode="&#xe838;" d="M31 788h813c17 0 31-14 31-32v-187c0-17-14-31-31-31h-70c-17 0-31 14-31 31v94h-232v-250h67c17 0 31-14 31-32v-62c0-17-14-31-31-31h-281c-17 0-31 14-31 31v62c0 18 14 32 31 32h67v250h-232v-94c0-17-14-31-31-31h-70c-17 0-31 14-31 31v187c0 18 14 32 31 32z m835-666l-156 156c-19 19-54 9-54-22v-93h-437v93c0 28-34 42-54 22l-156-156c-12-12-12-32 0-44l156-156c19-19 54-9 54 22v94h437v-94c0-28 34-42 54-22l156 156c12 12 12 32 0 44z" horiz-adv-x="875" />
<glyph glyph-name="pencil" unicode="&#xe839;" d="M203-7l50 51-131 131-51-51v-60h72v-71h60z m291 518q0 12-12 12-5 0-9-4l-303-302q-4-4-4-10 0-12 13-12 5 0 9 4l303 302q3 4 3 10z m-30 107l232-232-464-465h-232v233z m381-54q0-29-20-50l-93-93-232 233 93 92q20 21 50 21 29 0 51-21l131-131q20-22 20-51z" horiz-adv-x="857.1" />
<glyph glyph-name="link" unicode="&#xe83a;" d="M813 171q0 23-16 38l-116 116q-16 16-38 16-24 0-40-18 1-1 10-10t12-12 9-11 7-14 2-15q0-23-16-38t-38-16q-8 0-15 2t-14 7-11 9-12 12-10 10q-19-17-19-40 0-23 16-38l115-116q15-15 38-15 22 0 38 15l82 81q16 16 16 37z m-393 394q0 22-15 38l-115 115q-16 16-38 16-22 0-38-15l-82-82q-16-15-16-37 0-22 16-38l116-116q15-15 38-15 23 0 40 17-2 2-11 11t-12 12-8 10-7 14-2 16q0 22 15 38t38 15q9 0 16-2t14-7 11-8 12-12 10-11q18 17 18 41z m500-394q0-66-48-113l-82-81q-46-47-113-47-68 0-114 48l-115 115q-46 47-46 114 0 68 49 116l-49 49q-48-49-116-49-67 0-114 47l-116 116q-47 47-47 114t47 113l82 82q47 46 114 46 67 0 114-47l115-116q46-46 46-113 0-69-49-117l49-49q48 49 116 49 67 0 114-47l116-116q47-47 47-114z" horiz-adv-x="928.6" />
<glyph glyph-name="picture" unicode="&#xe83a;" d="M906-25h-812c-52 0-94 42-94 94v562c0 52 42 94 94 94h812c52 0 94-42 94-94v-562c0-52-42-94-94-94z m-687 641c-61 0-110-49-110-110s49-109 110-109 109 49 109 109-49 110-109 110z m-94-516h750v219l-171 171c-9 9-24 9-33 0l-265-265-108 108c-9 10-24 10-33 0l-140-139v-94z" horiz-adv-x="1000" />
<glyph glyph-name="video" unicode="&#xe83b;" d="M657 725h-564c-51 0-93-42-93-93v-564c0-51 42-93 93-93h564c51 0 93 42 93 93v564c0 51-42 93-93 93z m370-74l-214-147v-308l214-147c41-29 98 0 98 50v502c0 50-57 79-98 50z" horiz-adv-x="1125" />
@ -136,7 +80,59 @@
<glyph glyph-name="spin5" unicode="&#xe841;" d="M462 850c-6 0-11-5-11-11l0-183 0 0c0-6 5-11 11-11l69 0c1 0 1 0 1 0 7 0 12 5 12 11l0 183 0 0c0 6-5 11-12 11l-69 0c0 0 0 0-1 0z m250-47c-4 1-8-2-10-5l-91-158 0 0c-4-6-2-13 4-16l60-34c0-1 0-1 0-1 6-3 13-1 16 4l91 158c3 6 2 13-4 16l-61 35c-1 1-3 1-5 1z m-428-2c-2 0-4-1-6-2l-61-35c-5-3-7-10-4-16l91-157c0 0 0 0 0 0 3-6 10-8 16-5l61 35c5 4 7 11 4 16l-91 157c0 1 0 1 0 1-2 4-6 6-10 6z m620-163c-2 0-4 0-6-1l-157-91c0 0 0 0 0 0-6-3-8-10-5-16l35-61c4-5 11-7 16-4l157 91c1 0 1 0 1 0 6 3 7 11 4 16l-35 61c-2 4-6 6-10 5z m-810-4c-5 0-9-2-11-6l-35-61c-3-5-1-12 4-15l158-91 0 0c6-4 13-2 16 4l35 60c0 0 0 0 0 0 3 6 1 13-4 16l-158 91c-2 1-4 2-5 2z m712-235l0 0c-6 0-11-5-11-11l0-69c0-1 0-1 0-1 0-7 5-12 11-12l183 0 0 0c6 0 11 5 11 12l0 69c0 0 0 0 0 1 0 6-5 11-11 11l-183 0z m-794-5l0 0c-7 0-12-5-12-12l0-69c0 0 0 0 0-1 0-6 5-11 12-11l182 0 0 0c6 0 11 5 11 11l0 69c0 1 0 1 0 1 0 7-5 12-11 12l-182 0z m772-153c-4 0-8-2-10-6l-34-60c-1 0-1 0-1 0-3-6-1-13 4-16l158-91c6-3 13-1 16 4l35 61c3 5 1 12-4 15l-158 92 0 0c-2 1-4 1-6 1z m-566-5c-1 0-3 0-5-1l-157-91c0 0-1 0-1 0-5-3-7-10-4-16l35-61c3-5 10-7 16-4l157 91c0 0 0 0 0 0 6 3 8 10 5 16l-35 61c-3 3-7 6-11 5z m468-121c-2 0-4 0-6-1l-61-35c-5-4-7-11-4-16l91-157c0-1 0-1 0-1 3-6 11-7 16-4l61 35c5 3 7 10 4 16l-91 157c0 0 0 0 0 0-2 4-6 6-10 6z m-367-2c-4 0-8-2-10-6l-91-158c-3-6-1-13 4-16l61-35c5-3 12-1 15 4l92 158 0 0c3 6 1 13-5 16l-60 35c0 0 0 0 0 0-2 1-4 1-6 2z m149-58c-7 0-12-5-12-11l0-183 0 0c0-6 5-11 12-11l69 0c0 0 0 0 1 0 6 0 11 5 11 11l0 183 0 0c0 6-5 11-11 11l-69 0c-1 0-1 0-1 0z" horiz-adv-x="1000" />
<glyph glyph-name="cancel" unicode="&#xe842;" d="M724 112q0-22-15-38l-76-76q-16-15-38-15t-38 15l-164 165-164-165q-16-15-38-15t-38 15l-76 76q-16 16-16 38t16 38l164 164-164 164q-16 16-16 38t16 38l76 76q16 16 38 16t38-16l164-164 164 164q16 16 38 16t38-16l76-76q15-15 15-38t-15-38l-164-164 164-164q15-15 15-38z" horiz-adv-x="785.7" />
<glyph glyph-name="eye-slash" unicode="&#xe843;" d="M625 69c-148 0-268 114-279 260l-205 158c-27-34-52-69-72-108a63 63 0 0 1 0-57c106-207 316-347 556-347 53 0 103 8 152 20l-101 79a282 282 0 0 0-51-5z m613-114l-216 167a647 647 0 0 1 159 200 63 63 0 0 1 0 57c-106 206-316 346-556 346a602 602 0 0 1-288-74l-248 192a31 31 0 0 1-44-5l-38-49a31 31 0 0 1 5-44l1149-888a31 31 0 0 1 44 5l38 49a31 31 0 0 1-5 44z m-359 278l-77 59a185 185 0 0 1 11 58 185 185 0 0 1-237 180 93 93 0 0 0 18-55 91 91 0 0 0-3-19l-144 111a278 278 0 0 0 178 64 281 281 0 0 0 281-281c0-42-10-82-27-117z" horiz-adv-x="1250" />
<glyph glyph-name="list-ol" unicode="&#xe844;" d="M6 578c0 14 8 22 23 22h30v78c0 10 1 21 1 21h-1s-4-6-6-8c-8-8-20-8-30 2l-11 12c-10 11-10 22 1 32l42 39c9 8 17 12 29 12h23c15 0 23-8 23-23v-165h30c15 0 23-8 23-22v-18c0-14-8-22-23-22h-131c-15 0-23 8-23 22v18z m-2-323c0 92 100 110 100 135 0 14-12 17-18 17-6 0-13-2-19-7-10-10-20-14-31-5l-17 13c-11 9-14 20-5 30 13 18 37 37 79 37 38 0 86-20 86-77 0-75-91-91-95-111h77c14 0 22-8 22-23v-17c0-14-8-22-22-22h-133c-14 0-24 8-24 22v8z m7-293l11 18c8 13 18 14 30 6 10-4 19-6 29-6 19 0 28 7 28 16 0 13-11 18-32 18h-9c-11 0-18 4-24 16l-2 3c-5 10-2 19 6 29l11 14c13 16 24 26 24 26v1s-9-2-25-2h-25c-15 0-23 8-23 22v17c0 15 8 23 23 23h114c15 0 22-8 22-23v-6c0-11-3-19-10-28l-34-39c38-10 56-40 56-68 0-42-28-87-95-87-32 0-55 10-70 19-11 8-12 19-5 31z m270 630h688c17 0 31 14 31 31v79c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-79c0-17 14-31 31-31z m0-312h688c17 0 31 14 31 31v78c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m0-313h688c17 0 31 14 31 31v79c0 17-14 31-31 31h-688c-17 0-31-14-31-31v-79c0-17 14-31 31-31z" horiz-adv-x="1000" />
<glyph glyph-name="bold" unicode="&#xe845;" d="M595 374c66 36 105 105 105 187 0 94-51 171-134 203-48 20-96 24-156 24h-363c-17 0-31-14-31-32v-64c0-18 14-31 31-31h65v-623h-65c-17 0-31-14-31-31v-63c0-18 14-32 31-32h382c47 0 88 3 131 15 99 30 174 121 174 239 0 102-51 179-139 208z m-317 279h132c31 0 53-4 73-13 31-17 48-52 48-97 0-68-39-110-103-110h-150v220z m220-596c-20-8-44-10-62-10h-158v252h165c77 0 123-49 123-123 0-55-27-102-68-119z" horiz-adv-x="750" />
<glyph glyph-name="underline" unicode="&#xe846;" d="M438 92c-179 0-306 100-306 295v338h-55c-17 0-31 14-31 31v63c0 17 14 31 31 31h268c18 0 32-14 32-31v-63c0-17-14-31-32-31h-56v-338c0-104 55-155 149-155 92 0 148 50 148 156v337h-55c-17 0-31 14-31 31v63c0 17 14 31 31 31h267c17 0 31-14 31-31v-63c0-17-14-31-31-31h-55v-338c0-194-127-295-305-295z m-407-117h813c17 0 31-14 31-31v-63c0-17-14-31-31-31h-813c-17 0-31 14-31 31v63c0 17 14 31 31 31z" horiz-adv-x="875" />
<glyph glyph-name="italic" unicode="&#xe847;" d="M400 38h-66l121 625h80a31 31 0 0 1 30 25l13 62c3 20-11 38-31 38h-312a31 31 0 0 1-31-26l-12-62c-4-20 11-37 31-37h66l-121-625h-78a31 31 0 0 1-30-26l-12-62c-4-20 11-38 30-38h310a31 31 0 0 1 30 26l13 62c3 20-11 38-31 38z" horiz-adv-x="625" />
<glyph glyph-name="strikethrough" unicode="&#xe848;" d="M969 288h-938c-17 0-31 14-31 31v62c0 18 14 32 31 32h938c17 0 31-14 31-32v-62c0-17-14-31-31-31z m-419-32c53-25 90-56 90-110 0-64-56-104-147-104-63 0-150 23-150 86v3c0 18-14 32-32 32h-89c-17 0-31-14-31-32v-37c0-131 152-199 302-199 173 0 316 89 316 262 0 39-7 72-20 99h-239z m-61 188c-63 26-111 56-111 116 0 67 60 93 127 93 83 0 127-32 127-64v-5c0-17 14-31 31-31h89c17 0 31 14 31 31v60c0 102-140 156-278 156-166 0-294-80-294-246 0-44 9-80 25-110h253z" horiz-adv-x="1000" />
<glyph glyph-name="indent" unicode="&#xe849;" d="M0 686v78c0 17 14 31 31 31h813c17 0 31-14 31-31v-78c0-17-14-31-31-31h-813c-17 0-31 14-31 31z m344-281h500c17 0 31 14 31 31v78c0 17-14 31-31 31h-500c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m-313-500h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m313 250h500c17 0 31 14 31 31v78c0 17-14 31-31 31h-500c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m-103 217l-188 188c-19 19-53 5-53-22v-375c0-28 34-42 53-23l188 188c12 12 12 32 0 44z" horiz-adv-x="875" />
<glyph glyph-name="outdent" unicode="&#xe84a;" d="M0 686v78c0 17 14 31 31 31h813c17 0 31-14 31-31v-78c0-17-14-31-31-31h-813c-17 0-31 14-31 31z m406-281h438c17 0 31 14 31 31v78c0 17-14 31-31 31h-438c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m-375-500h813c17 0 31 14 31 31v78c0 17-14 31-31 31h-813c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m375 250h438c17 0 31 14 31 31v78c0 17-14 31-31 31h-438c-17 0-31-14-31-31v-78c0-17 14-31 31-31z m-397 173l188-188c19-19 53-5 53 23v375c0 28-34 41-53 22l-188-188c-12-12-12-32 0-44z" horiz-adv-x="875" />
<glyph glyph-name="undo-alt" unicode="&#xe84b;" d="M499 834c-129 0-247-51-334-134l-69 70c-30 30-80 9-80-33v-262c0-26 21-47 47-47h261c42 0 63 51 34 80l-82 82c60 56 138 87 221 88 181 2 333-144 331-331-1-177-145-325-328-325-80 0-156 29-216 81-9 8-23 8-32-1l-77-77c-10-10-10-26 0-35 86-77 200-124 325-124 268 0 484 217 484 484 0 267-218 485-485 484z" horiz-adv-x="1000" />
<glyph glyph-name="redo-alt" unicode="&#xe84c;" d="M501 834c129 0 247-51 334-134l69 70c30 30 80 9 80-33v-262c0-26-21-47-46-47h-262c-42 0-63 51-33 80l81 82c-60 56-138 87-221 88-181 2-333-144-331-331 1-177 145-325 328-325 80 0 156 29 216 81 9 8 23 8 32-1l78-77c9-10 9-26-1-35-86-77-200-124-325-124-267 0-484 217-484 484 0 267 218 485 485 484z" horiz-adv-x="1000" />
<glyph glyph-name="link" unicode="&#xe84d;" d="M638 488c117-117 115-304 1-419-1 0-1-1-1-1l-131-131c-116-116-304-116-420 0-116 116-116 304 0 420l72 72c20 19 53 7 54-21 1-34 7-69 19-103 3-11 1-23-8-32l-25-26c-55-54-57-143-3-199 55-56 145-56 200-1l131 132c56 55 55 144 0 198-7 8-14 13-20 17a31 31 0 0 0-13 25c-1 20 6 42 23 58l41 41c10 11 27 12 40 4a298 298 0 0 0 40-34z m275 275c-116 116-304 116-420 0l-131-131c0 0 0-1-1-1-114-115-116-302 1-419a298 298 0 0 1 40-33c13-9 30-8 40 3l42 41c16 16 23 38 22 58a31 31 0 0 1-13 25c-6 4-13 9-20 17-55 54-55 143 0 199l131 131c55 55 145 55 200-1 54-56 52-145-3-199l-25-26c-9-8-11-21-7-32 11-34 17-69 18-103 1-28 35-40 54-21l72 72c116 116 116 304 0 420z" horiz-adv-x="1000" />
<glyph glyph-name="font" unicode="&#xe84e;" d="M844 38h-52l-254 729c-4 12-16 21-29 21h-143c-13 0-25-9-29-21l-254-729h-52c-17 0-31-15-31-32v-62c0-17 14-32 31-32h266c17 0 31 15 31 32v62c0 17-14 32-31 32h-47l52 157h270l52-157h-46c-17 0-31-15-31-32v-62c0-17 14-32 31-32h266c17 0 31 15 31 32v62c0 17-14 32-31 32z m-503 288l82 242c8 30 13 55 15 68 1-13 5-38 15-68l80-242z" horiz-adv-x="875" />
<glyph glyph-name="comment-medical" unicode="&#xe84f;" d="M500 788c-276 0-500-182-500-407 0-96 42-185 111-255-24-98-106-186-107-187a16 16 0 0 1 12-27c129 0 226 62 274 101a595 595 0 0 1 210-38c276 0 500 182 500 406s-224 407-500 407z m188-454a16 16 0 0 0-16-15h-109v-110a16 16 0 0 0-16-15h-94a16 16 0 0 0-15 15v110h-110a16 16 0 0 0-15 15v94a16 16 0 0 0 15 16h110v109a16 16 0 0 0 15 16h94a16 16 0 0 0 16-16v-109h109a16 16 0 0 0 16-16z" horiz-adv-x="1000" />
<glyph glyph-name="comment" unicode="&#xe850;" d="M500 788c-276 0-500-182-500-407 0-97 42-185 111-255-24-98-106-186-107-187-4-5-5-11-3-17s8-10 15-10c129 0 226 63 274 101 64-24 135-38 210-38 276 0 500 182 500 406s-224 407-500 407z" horiz-adv-x="1000" />
<glyph glyph-name="cog" unicode="&#xe851;" d="M952 233l-83 48c8 46 8 92 0 138l83 48c10 5 14 16 11 27-22 70-59 132-107 185-8 8-20 10-29 4l-83-48c-35 30-75 54-119 69v96c0 11-8 20-18 23-72 16-145 15-214 0-10-3-18-12-18-23v-96c-43-16-84-39-119-69l-83 48c-9 6-21 4-29-4-48-53-85-115-106-185-4-11 1-22 10-28l83-48c-8-45-8-91 0-137l-83-48c-9-5-14-17-10-27 21-70 58-133 106-185 8-8 20-10 29-4l83 48c35-30 76-54 119-69v-96c0-11 8-21 19-23 71-16 145-15 213 0 11 2 18 12 18 23v96c44 16 84 39 119 69l83-48c10-6 22-4 29 4 48 52 85 115 107 185 3 11-1 22-11 27z m-452-39c-86 0-156 70-156 156s70 156 156 156 156-70 156-156-70-156-156-156z" horiz-adv-x="1000" />
<glyph glyph-name="text-height" unicode="&#xe852;" d="M31 788h563c17 0 31-14 31-32v-187c0-17-14-31-31-31h-70c-17 0-31 14-31 31v94h-107v-625h67c17 0 31-14 31-32v-62c0-18-14-32-31-32h-281c-17 0-31 14-31 32v62c0 18 14 32 31 32h67v625h-107v-94c0-17-14-31-31-31h-70c-17 0-31 14-31 31v187c0 18 14 32 31 32z m929-10l156-156c19-19 6-53-22-53h-94v-438h94c30 0 40-35 22-53l-156-156c-13-13-32-13-45 0l-156 156c-19 19-6 53 22 53h94v438h-94c-30 0-40 35-22 53l156 156c13 13 32 13 45 0z" horiz-adv-x="1125" />
<glyph glyph-name="share-alt" unicode="&#xe853;" d="M688 225c-45 0-85-15-117-41l-200 125a189 189 0 0 1 0 82l200 125c32-26 72-41 117-41 103 0 187 84 187 188s-84 187-187 187-188-84-188-187c0-14 2-28 4-41l-200-125c-32 25-72 41-116 41-104 0-188-84-188-188s84-187 188-187c44 0 84 15 116 40l200-125a188 188 0 0 1-4-40c0-104 84-188 188-188s187 84 187 188-84 187-187 187z" horiz-adv-x="875" />
<glyph glyph-name="code" unicode="&#xe854;" d="M545-149l-119 34c-13 4-20 17-16 30l266 918c4 13 17 20 29 16l119-34c13-4 20-17 16-30l-266-918c-4-13-17-20-29-16z m-223 219l85 91c9 9 8 25-1 33l-177 156 177 156c9 9 10 24 1 33l-85 91c-9 9-24 10-33 1l-282-264c-10-9-10-25 0-34l282-264c9-9 24-8 33 1z m639-1l282 264c10 9 10 25 0 34l-282 264c-9 9-24 9-33-1l-85-90c-9-10-8-25 2-34l177-156-177-156c-10-8-11-24-2-33l85-91c9-9 24-10 33-1z" horiz-adv-x="1250" />
<glyph glyph-name="history" unicode="&#xe855;" d="M984 351c1-267-217-485-484-485-115-1-221 40-304 107-22 17-23 50-4 69l22 22c17 17 44 19 63 4 61-48 139-77 223-77 199 0 359 160 359 359 0 199-160 359-359 359-95 0-182-37-246-97l99-99c20-20 6-54-22-54h-284c-17 0-31 14-31 32v284c0 27 33 41 53 22l96-97c87 83 205 134 335 134 267 0 484-216 484-483z m-353-154l19 25c16 20 12 50-8 66l-79 61v204c0 26-21 47-47 47h-32c-25 0-46-21-46-47v-265l127-99c21-16 50-12 66 8z" horiz-adv-x="1000" />
<glyph glyph-name="star" unicode="&#xe856;" d="M506 815l-127-258-285-42c-52-7-72-70-35-107l206-201-48-284c-9-51 45-90 90-66l256 134 255-134c45-24 99 15 90 66l-48 284 206 201c37 37 17 100-35 107l-285 42-127 258c-23 46-89 47-113 0z" horiz-adv-x="1125" />
<glyph glyph-name="file-import" unicode="&#xe857;" d="M31 288c-17 0-31-15-31-32v-62c0-17 14-31 31-31h219v125z m955 357l-191 191c-9 9-21 14-33 14h-12v-250h250v12c0 12-5 24-14 33z m-298-61v266h-391c-26 0-47-21-47-47v-515h250v127c0 28 34 42 54 22l186-189c13-13 13-33 0-46l-187-189c-19-19-53-6-53 22v128h-250v-266c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z" horiz-adv-x="1000" />
<glyph glyph-name="file-download" unicode="&#xe858;" d="M438 584v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z m149-412l-188-187c-13-13-34-13-47 0l-189 187c-20 19-6 53 22 53h128v156c0 18 14 32 31 32h62c18 0 32-14 32-32v-156h127c28 0 42-34 22-53z m149 473l-191 191c-9 9-21 14-33 14h-12v-250h250v12c0 12-5 24-14 33z" horiz-adv-x="750" />
<glyph glyph-name="file-pdf" unicode="&#xe859;" d="M355 350c-9 31-9 91-4 91 17 0 15-72 4-91z m-3-92c-15-40-34-85-55-123 35 14 76 34 122 43-24 19-48 46-67 80z m-184-244c0-2 26 10 68 78-13-12-56-47-68-78z m316 524h266v-641c0-26-21-47-47-47h-656c-26 0-47 21-47 47v906c0 26 21 47 47 47h391v-266c0-25 21-46 46-46z m-15-336c-39 24-65 57-84 105 9 36 23 91 13 125-10 58-83 52-94 14-10-36-1-86 16-151-23-54-56-126-80-167 0 0 0 0 0 0-53-28-144-87-107-133 11-14 32-20 42-20 35 0 70 35 120 121 50 17 105 37 154 45 42-23 92-38 125-38 57 0 61 63 39 85-28 27-107 19-144 14z m267 443l-191 191c-9 9-21 14-33 14h-12v-250h250v12c0 12-5 24-14 33z m-144-499c8 6-5 24-84 18 73-31 84-18 84-18z" horiz-adv-x="750" />
<glyph glyph-name="file-word" unicode="&#xe85a;" d="M438 584v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z m111-234h47c15 0 26-14 23-29l-75-328c-2-11-12-18-22-18h-75c-10 0-20 7-22 18-51 202-41 158-50 216h-1c-2-28-5-34-50-216-3-11-12-18-23-18h-72c-11 0-21 8-23 18l-74 329c-3 14 8 28 23 28h48c11 0 20-8 23-19 30-152 39-214 41-239 3 20 14 64 57 240 3 11 12 18 23 18h57c11 0 20-8 23-18 46-196 56-242 57-253 0 22-5 35 43 252 2 11 11 19 22 19z m201 262v-12h-250v250h12c12 0 24-5 33-14l191-191c9-9 14-21 14-33z" horiz-adv-x="750" />
<glyph glyph-name="file-alt" unicode="&#xe85b;" d="M438 584v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z m125-461c0-12-11-23-24-23h-328c-13 0-23 11-23 23v16c0 13 10 24 23 24h328c13 0 24-11 24-24v-16z m0 125c0-12-11-23-24-23h-328c-13 0-23 11-23 23v16c0 13 10 24 23 24h328c13 0 24-11 24-24v-16z m0 141v-16c0-12-11-23-24-23h-328c-13 0-23 11-23 23v16c0 13 10 24 23 24h328c13 0 24-11 24-24z m187 223v-12h-250v250h12c12 0 24-5 33-14l191-191c9-9 14-21 14-33z" horiz-adv-x="750" />
<glyph glyph-name="file" unicode="&#xe85c;" d="M438 584v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z m312 28v-12h-250v250h12c12 0 24-5 33-14l191-191c9-9 14-21 14-33z" horiz-adv-x="750" />
<glyph glyph-name="file-powerpoint" unicode="&#xe85d;" d="M378 320c18 0 31-5 40-15 19-22 19-64 0-87-10-11-24-16-42-16h-52v118h54z m358 325l-191 191c-9 9-21 14-33 14h-12v-250h250v12c0 12-5 24-14 33z m-298-61v266h-391c-26 0-47-21-47-47v-906c0-26 21-47 47-47h656c26 0 47 21 47 47v641h-266c-25 0-46 21-46 46z m103-322c0-177-173-152-217-152v-112c0-13-10-23-23-23h-61c-12 0-23 10-23 23v391c0 13 11 23 23 23h159c87 0 142-64 142-150z" horiz-adv-x="750" />
<glyph glyph-name="table" unicode="&#xf0ce;" d="M286 82v107q0 8-5 13t-13 5h-179q-7 0-12-5t-6-13v-107q0-8 6-13t12-5h179q8 0 13 5t5 13z m0 214v108q0 7-5 12t-13 5h-179q-7 0-12-5t-6-12v-108q0-7 6-12t12-5h179q8 0 13 5t5 12z m285-214v107q0 8-5 13t-12 5h-179q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h179q7 0 12 5t5 13z m-285 429v107q0 8-5 13t-13 5h-179q-7 0-12-5t-6-13v-107q0-8 6-13t12-5h179q8 0 13 5t5 13z m285-215v108q0 7-5 12t-12 5h-179q-8 0-13-5t-5-12v-108q0-7 5-12t13-5h179q7 0 12 5t5 12z m286-214v107q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h178q8 0 13 5t5 13z m-286 429v107q0 8-5 13t-12 5h-179q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h179q7 0 12 5t5 13z m286-215v108q0 7-5 12t-13 5h-178q-8 0-13-5t-5-12v-108q0-7 5-12t13-5h178q8 0 13 5t5 12z m0 215v107q0 8-5 13t-13 5h-178q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h178q8 0 13 5t5 13z m72 178v-607q0-37-27-63t-63-26h-750q-36 0-63 26t-26 63v607q0 37 26 63t63 27h750q37 0 63-27t27-63z" horiz-adv-x="928.6" />
</font>

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -18,9 +18,15 @@
.toolbar .buttonicon {
background-color: transparent;
font-size: 14px;
font-size: 15px;
color: #5f6368;
}
.buttonicon-insertorderedlist,
.buttonicon-insertunorderedlist,
.buttonicon-indent,
.buttonicon-outdent {
font-size: 16px !important;
}
.toolbar ul li.separator {
visibility: visible;
@ -75,7 +81,7 @@
.toolbar ul li[data-key=showusers] {
margin: 0;
margin-left: -10px;
margin-left: 10px;
width: 45px;
height: 100%;
}
@ -85,6 +91,13 @@
border-radius: 0 !important;
}
.toolbar .menu_right .separator {
display: none;
}
.toolbar .menu_right li {
margin-left: 8px;
}
.toolbar.cropped .menu_left {
height: 35px;
}

View file

@ -213,22 +213,22 @@
<h2 data-l10n-id="pad.importExport.export"></h2>
<% e.begin_block("exportColumn"); %>
<a id="exportetherpada" target="_blank" class="exportlink">
<div class="exporttype" id="exportetherpad" data-l10n-id="pad.importExport.exportetherpad"></div>
<span class="exporttype buttonicon buttonicon-file-powerpoint" id="exportetherpad" data-l10n-id="pad.importExport.exportetherpad"></span>
</a>
<a id="exporthtmla" target="_blank" class="exportlink">
<div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div>
<span class="exporttype buttonicon buttonicon-file-code" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></span>
</a>
<a id="exportplaina" target="_blank" class="exportlink">
<div class="exporttype" id="exportplain" data-l10n-id="pad.importExport.exportplain"></div>
<span class="exporttype buttonicon buttonicon-file" id="exportplain" data-l10n-id="pad.importExport.exportplain"></span>
</a>
<a id="exportworda" target="_blank" class="exportlink">
<div class="exporttype" id="exportword" data-l10n-id="pad.importExport.exportword"></div>
<span class="exporttype buttonicon buttonicon-file-word" id="exportword" data-l10n-id="pad.importExport.exportword"></span>
</a>
<a id="exportpdfa" target="_blank" class="exportlink">
<div class="exporttype" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></div>
<span class="exporttype buttonicon buttonicon-file-pdf" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></span>
</a>
<a id="exportopena" target="_blank" class="exportlink">
<div class="exporttype" id="exportopen" data-l10n-id="pad.importExport.exportopen"></div>
<span class="exporttype buttonicon buttonicon-file-alt" id="exportopen" data-l10n-id="pad.importExport.exportopen"></span>
</a>
<% e.end_block(); %>
</div>

View file

@ -92,11 +92,11 @@
<div id="slider-btn-container">
<button id="playpause_button_icon" class="buttonicon buttonicon-play"></button>
<button id="leftstep" class="stepper buttonicon buttonicon-to-start"></button>
<button id="rightstep" class="stepper buttonicon buttonicon-to-end"></button>
<button id="leftstep" class="stepper buttonicon buttonicon-step-backward"></button>
<button id="rightstep" class="stepper buttonicon buttonicon-step-forward"></button>
<!-- Left and Right star button are actually not displayed to the screen -->
<button id="leftstar" class="stepper buttonicon buttonicon-to-start" style="display:none"></button>
<button id="rightstar" class="stepper buttonicon buttonicon-to-end" style="display:none"></button>
<button id="leftstar" class="stepper buttonicon" style="display:none"></button>
<button id="rightstar" class="stepper buttonicon" style="display:none"></button>
</div>
</div>
@ -123,13 +123,27 @@
<div id="import_export" class="popup" ><div class="popup-content">
<div id="export">
<p data-l10n-id="timeslider.exportCurrent"></p>
<a id="exportetherpada" target="_blank" class="exportlink"><div class="exporttype" id="exportetherpad" data-l10n-id="pad.importExport.exportetherpad"></div></a>
<a id="exporthtmla" target="_blank" class="exportlink"><div class="exporttype" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></div></a>
<a id="exportplaina" target="_blank" class="exportlink"><div class="exporttype" id="exportplain" data-l10n-id="pad.importExport.exportplain"></div></a>
<a id="exportworda" target="_blank" class="exportlink"><div class="exporttype" id="exportword" data-l10n-id="pad.importExport.exportword"></div></a>
<a id="exportpdfa" target="_blank" class="exportlink"><div class="exporttype" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></div></a>
<a id="exportopena" target="_blank" class="exportlink"><div class="exporttype" id="exportopen" data-l10n-id="pad.importExport.exportopen"></div></a>
<h2 data-l10n-id="timeslider.exportCurrent"></h2>
<% e.begin_block("exportColumn"); %>
<a id="exportetherpada" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file-powerpoint" id="exportetherpad" data-l10n-id="pad.importExport.exportetherpad"></span>
</a>
<a id="exporthtmla" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file-code" id="exporthtml" data-l10n-id="pad.importExport.exporthtml"></span>
</a>
<a id="exportplaina" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file" id="exportplain" data-l10n-id="pad.importExport.exportplain"></span>
</a>
<a id="exportworda" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file-word" id="exportword" data-l10n-id="pad.importExport.exportword"></span>
</a>
<a id="exportpdfa" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file-pdf" id="exportpdf" data-l10n-id="pad.importExport.exportpdf"></span>
</a>
<a id="exportopena" target="_blank" class="exportlink">
<span class="exporttype buttonicon buttonicon-file-alt" id="exportopen" data-l10n-id="pad.importExport.exportopen"></span>
</a>
<% e.end_block(); %>
</div>
</div></div>