This is an automated email from the ASF dual-hosted git repository.

ababiichuk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c77399a  AMBARI-23758 Filter dropdown components not displayed properly
c77399a is described below

commit c77399a4f85a2ba7cd525ff8ff6783df65375f86
Author: Istvan Tobias <tobias.ist...@gmail.com>
AuthorDate: Mon May 7 20:43:24 2018 +0200

    AMBARI-23758 Filter dropdown components not displayed properly
---
 .../src/app/components/app.component.less          |   6 +-
 .../logs-container/logs-container.component.less   |   1 -
 .../main-container/main-container.component.less   |  21 -
 .../main-container/main-container.component.ts     |   3 +-
 .../src/assets/images/ambari-logo.png              | Bin 0 -> 2779 bytes
 .../ambari-logsearch-web/src/styles.less           |   5 +-
 .../src/vendor/css/bootstrap-logsearch.min.css     |   2 +-
 .../src/vendor/css/fonts/Roboto-Bold-webfont.eot   | Bin 0 -> 36098 bytes
 .../src/vendor/css/fonts/Roboto-Bold-webfont.svg   | 607 +++++++++++++++++++++
 .../src/vendor/css/fonts/Roboto-Bold-webfont.ttf   | Bin 0 -> 35912 bytes
 .../src/vendor/css/fonts/Roboto-Bold-webfont.woff  | Bin 0 -> 21320 bytes
 .../src/vendor/js/bootstrap-logsearch.min.js       |   4 +-
 12 files changed, 619 insertions(+), 30 deletions(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/app.component.less 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/app.component.less
index 2e1a0c6..1bce404 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/app.component.less
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/app.component.less
@@ -16,7 +16,6 @@
  */
 
 @import '../modules/shared/main';
-
 :host {
   background-color: @main-background-color; // TODO implement actual color
   display: flex;
@@ -34,11 +33,14 @@
     h1 {
       align-items: center;
       align-self: stretch;
+      background: lighten(@navbar-background-color, 5%) 
url('/resources/assets/images/ambari-logo.png') no-repeat;
+      background-position: .5em center;
+      background-size: 25px;
       background-color: lighten(@navbar-background-color, 5%);
       display: flex;
+      font-size: 20px;
       margin: 0 2em 0 0;
       padding: 0 2em;
-      text-transform: uppercase;
       &.full-flex-width {
         flex-basis: 100%;
       }
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.less
 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.less
index 68a29ff..9ce88b0 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.less
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/logs-container/logs-container.component.less
@@ -20,7 +20,6 @@
 
 :host {
   display: block;
-  overflow: hidden;
 
   .tabs-container, .auto-refresh-message {
     background-color: @filters-panel-background-color;
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.less
 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.less
deleted file mode 100644
index 54680ee..0000000
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.less
+++ /dev/null
@@ -1,21 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-:host {
-  overflow-x: hidden;
-}
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.ts
 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.ts
index 5aaeb52..cd0f1be 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.ts
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/main-container/main-container.component.ts
@@ -22,8 +22,7 @@ import {Subscription} from 'rxjs/Subscription';
 
 @Component({
   selector: 'main-container',
-  templateUrl: './main-container.component.html',
-  styleUrls: ['./main-container.component.less']
+  templateUrl: './main-container.component.html'
 })
 export class MainContainerComponent implements OnInit, OnDestroy{
 
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/assets/images/ambari-logo.png 
b/ambari-logsearch/ambari-logsearch-web/src/assets/images/ambari-logo.png
new file mode 100644
index 0000000..07d31ee
Binary files /dev/null and 
b/ambari-logsearch/ambari-logsearch-web/src/assets/images/ambari-logo.png differ
diff --git a/ambari-logsearch/ambari-logsearch-web/src/styles.less 
b/ambari-logsearch/ambari-logsearch-web/src/styles.less
index d58b1eb..0de7301 100644
--- a/ambari-logsearch/ambari-logsearch-web/src/styles.less
+++ b/ambari-logsearch/ambari-logsearch-web/src/styles.less
@@ -15,7 +15,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
+@import './app/modules/shared/main';
+body {
+  background-color: @main-background-color;
+}
 .initial-color {
   color: initial;
 }
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/bootstrap-logsearch.min.css
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/bootstrap-logsearch.min.css
index 1ceb968..aabda78 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/bootstrap-logsearch.min.css
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/bootstrap-logsearch.min.css
@@ -15,4 +15,4 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-.btn-group.open .dropdown-menu,.dropdown.open 
.dropdown-menu,.font-mixin{font-family:Roboto,sans-serif;font-weight:400;font-style:normal}.pagination-block
 .pagination-block-item a,.pagination-block .pagination-block-item 
a:focus,.pagination-block .pagination-block-item a:visited,.table.table-hover 
.action:hover,a,a:focus,a:visited{text-decoration:none}@font-face{font-family:Roboto;font-weight:400;font-style:normal;src:url(fonts/Roboto-Regular-webfont.eot);src:url(fonts/Roboto-Regular-web
 [...]
\ No newline at end of file
+@font-face{font-family:Roboto;font-weight:400;font-style:normal;src:url(fonts/Roboto-Regular-webfont.eot);src:url(fonts/Roboto-Regular-webfont.eot?#iefix)
 format('embedded-opentype'),url(fonts/Roboto-Regular-webfont.woff) 
format('woff'),url(fonts/Roboto-Regular-webfont.ttf) 
format('truetype'),url(fonts/Roboto-Regular-webfont.svg#robotoregular) 
format('svg')}@font-face{font-family:Roboto;font-weight:700;font-style:normal;src:url(fonts/Roboto-Bold-webfont.eot);src:url(fonts/Roboto-Bold-web
 [...]
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.eot
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.eot
new file mode 100644
index 0000000..94427c3
Binary files /dev/null and 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.eot
 differ
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.svg
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.svg
new file mode 100644
index 0000000..32edd3d
--- /dev/null
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.svg
@@ -0,0 +1,607 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"; >
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1">
+<metadata></metadata>
+<defs>
+<font id="robotobold" horiz-adv-x="1156" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="510" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1249" d="M181 0v877h-161v205h161v74q0 
204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230q-73 22 -132.5 
34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292zM1121 
0h-292v1082h292v-1082z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="510" />
+<glyph unicode=" "  horiz-adv-x="510" />
+<glyph unicode="&#x09;" horiz-adv-x="510" />
+<glyph unicode="&#xa0;" horiz-adv-x="510" />
+<glyph unicode="!" horiz-adv-x="557" d="M426 502h-292v954h292v-954zM426 
0h-292v256h292v-256z" />
+<glyph unicode="&#x22;" horiz-adv-x="656" d="M280 1288l-102 
-249h-128v524h230v-275zM606 1288l-102 -249h-128v524h230v-275z" />
+<glyph unicode="#" horiz-adv-x="1219" d="M650 410h-192l-71 -410h-184l72 
410h-227v169h256l51 290h-232v171h262l73 416h183l-73 -416h192l74 416h183l-73 
-416h220v-171h-250l-51 -290h225v-169h-254l-72 -410h-184zM488 579h191l51 
290h-192z" />
+<glyph unicode="$" horiz-adv-x="1175" d="M789 383q0 81 -46.5 132t-159.5 
95q-222 81 -329.5 180.5t-107.5 280.5q0 168 107.5 275.5t289.5 
126.5v215h159v-217q176 -26 276.5 -147t98.5 -314l-3 -5h-285q0 118 -48.5 
182t-132.5 64q-86 0 -128 -49.5t-42 -131.5q0 -78 44.5 -126.5t163.5 -95.5 q221 
-87 327.5 -186t106.5 -277q0 -174 -107 -278t-291 -123v-198h-159v197q-187 19 -309 
132.5t-118 333.5l2 5h285q0 -134 61.5 -192t156.5 -58q91 0 139.5 48.5t48.5 
130.5z" />
+<glyph unicode="%" horiz-adv-x="1513" d="M95 1176q0 129 83.5 215t232.5 86q151 
0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 
214v77zM289 1099q0 -58 32 -97.5t92 -39.5q58 0 89.5 39.5t31.5 97.5v77q0 58 -32 
98.5t-91 40.5t-90.5 -40.5t-31.5 -98.5v-77zM791 357q0 128 84 214 t233 86q150 0 
233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 
214.5v77zM985 280q0 -57 34.5 -97.5t90.5 -40.5q65 0 93 37.5t28 100.5v77q0 57 -32 
97.5t-91 40.5q-60 0 -91.5 -40. [...]
+<glyph unicode="&#x26;" horiz-adv-x="1346" d="M61 392q0 118 65 203.5t198 
178.5q-68 92 -101.5 168t-33.5 155q0 173 108 276.5t289 103.5q159 0 258.5 
-98.5t99.5 -238.5q0 -98 -49 -179t-134 -142l-93 -66l276 -322q36 60 56 130t20 
148h218q0 -138 -34 -254t-104 -206l208 -244l-2 -5h-324l-77 89 q-85 -55 -175 
-82.5t-193 -27.5q-218 0 -347 114.5t-129 298.5zM552 203q53 0 106 13.5t102 
40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5q0 -89 55 -146.5t144 
-57.5zM450 1100q0 -43 21.5 -88.5t64.5 -100.5l86 5 [...]
+<glyph unicode="'" horiz-adv-x="330" d="M280 1291l-102 
-283h-128v552h230v-269z" />
+<glyph unicode="(" horiz-adv-x="711" d="M124 592q0 392 152 665.5t344 
354.5h6l53 -146q-131 -98 -220 -316t-89 -556v-26q0 -339 89 -556.5t220 -318.5l-53 
-143h-6q-192 81 -344 354t-152 666v22z" />
+<glyph unicode=")" horiz-adv-x="713" d="M602 570q0 -383 -158.5 -661.5t-352.5 
-358.5h-6l-54 143q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 
142h6q194 -80 352.5 -359t158.5 -661v-22z" />
+<glyph unicode="*" horiz-adv-x="908" d="M329 966l-302 89l57 177l297 -123l-18 
347h187l-19 -353l291 120l56 -180l-306 -89l200 -265l-152 -110l-174 290l-173 
-281l-153 106z" />
+<glyph unicode="+" horiz-adv-x="1117" d="M694 
812h360v-252h-360v-414h-276v414h-362v252h362v394h276v-394z" />
+<glyph unicode="," horiz-adv-x="528" d="M417 13l-159 -315h-195l70 
324v228h284v-237z" />
+<glyph unicode="-" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
+<glyph unicode="." horiz-adv-x="596" d="M436 0h-292v256h292v-256z" />
+<glyph unicode="/" horiz-adv-x="825" d="M270 -125h-284l534 1581h284z" />
+<glyph unicode="0" horiz-adv-x="1175" d="M1080 567q0 -289 -132.5 -438.5t-358.5 
-149.5q-228 0 -361 149.5t-133 438.5v321q0 288 132.5 438.5t359.5 150.5q226 0 
359.5 -150.5t133.5 -438.5v-321zM789 918q0 173 -52 253.5t-150 80.5q-99 0 -150 
-80t-51 -254v-379q0 -176 51.5 -256t151.5 -80q98 0 149 80 t51 256v379z" />
+<glyph unicode="1" horiz-adv-x="1175" d="M759 0h-292v1198h-296v206l588 
52v-1456z" />
+<glyph unicode="2" horiz-adv-x="1175" d="M1093 0h-994v191l471 505q102 117 145 
197.5t43 149.5q0 92 -49.5 150.5t-140.5 58.5q-101 0 -153.5 -68.5t-52.5 
-182.5h-284l-2 6q-5 197 129.5 333.5t362.5 136.5q225 0 353.5 -117t128.5 -312q0 
-132 -72.5 -243.5t-239.5 -292.5l-259 -283l2 -5h612v-224z" />
+<glyph unicode="3" horiz-adv-x="1175" d="M394 852h164q104 0 154 54.5t50 
151.5q0 88 -50 141t-145 53q-82 0 -138 -48t-56 -126h-283l-2 6q-6 171 131 282t340 
111q226 0 360.5 -108t134.5 -308q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 
-132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5 q-203 0 -348.5 107.5t-140.5 
303.5l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 
168.5t-169.5 53.5h-164v219z" />
+<glyph unicode="4" horiz-adv-x="1175" d="M955 
542h165v-226h-165v-316h-291v316h-594l-13 175l604 965h294v-914zM329 
542h335v524l-6 2l-23 -41z" />
+<glyph unicode="5" horiz-adv-x="1175" d="M136 645l84 811h812v-234h-573l-40 
-336q40 30 97 49.5t126 20.5q210 3 325.5 -127t115.5 -362q0 -210 -126.5 
-349t-364.5 -139q-201 0 -344 109.5t-138 301.5l2 5l281 14q0 -97 55 -151.5t144 
-54.5q102 0 150.5 72.5t48.5 189.5q0 126 -52 202t-154 76 q-84 0 -128.5 -31t-63.5 
-84z" />
+<glyph unicode="6" horiz-adv-x="1175" d="M684 1477q82 0 151.5 -15.5t139.5 
-45.5l-52 -214q-66 23 -117.5 34.5t-119.5 11.5q-133 0 -213.5 -99.5t-74.5 
-275.5l3 -5q49 51 124 80t169 29q195 0 305.5 -138.5t110.5 -353.5q0 -220 -136.5 
-363t-353.5 -143q-231 0 -376 156.5t-145 433.5v284q0 286 165 455 t420 169zM617 
756q-81 0 -138 -26t-88 -71v-97q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 
199.5q0 121 -55 196t-147 75z" />
+<glyph unicode="7" horiz-adv-x="1175" d="M1089 1231q-234 -274 -319.5 
-511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 
493.5h-748v225h1029v-225z" />
+<glyph unicode="8" horiz-adv-x="1175" d="M1050 1070q0 -109 -57.5 -193t-158.5 
-131q116 -49 183 -140t67 -208q0 -202 -137 -310.5t-358 -108.5q-223 0 -360.5 
108.5t-137.5 310.5q0 118 66.5 208.5t183.5 140.5q-102 47 -159 130.5t-57 192.5q0 
194 127 300.5t335 106.5q207 0 335 -106.5t128 -300.5zM792 418 q0 98 -57 157t-148 
59q-92 0 -147.5 -59t-55.5 -157q0 -100 56 -157.5t149 -57.5q91 0 147 58t56 
157zM759 1057q0 88 -46.5 141.5t-125.5 53.5q-80 0 -125 -52.5t-45 -142.5q0 -91 
45.5 -144.5t126.5 -53.5q79 0 12 [...]
+<glyph unicode="9" horiz-adv-x="1175" d="M520 203q115 0 187.5 85.5t72.5 
244.5v72q-49 -62 -116.5 -94t-145.5 -32q-203 0 -319.5 132.5t-116.5 358.5q0 218 
138 362.5t351 144.5q223 0 362 -153.5t139 -431.5v-344q0 -265 -155.5 -417t-396.5 
-152q-76 0 -156.5 15.5t-149.5 45.5l34 211q65 -25 128.5 -36.5 t143.5 -11.5zM567 
693q72 0 126 27t87 72v134q0 160 -56 243t-152 83q-88 0 -143.5 -82t-55.5 -200q0 
-124 50.5 -200.5t143.5 -76.5z" />
+<glyph unicode=":" horiz-adv-x="582" d="M436 0h-292v256h292v-256zM436 
876h-292v256h292v-256z" />
+<glyph unicode=";" horiz-adv-x="562" d="M437 876h-292v256h292v-256zM468 
13l-159 -315h-195l70 324v228h284v-237z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1043" d="M339 550v-6l577 -203v-272l-862 
367v227l862 366v-272z" />
+<glyph unicode="=" horiz-adv-x="1181" d="M1032 763h-896v229h896v-229zM1032 
332h-896v229h896v-229z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1058" d="M705 548v6l-586 206v269l872 
-366v-227l-872 -367v270z" />
+<glyph unicode="?" horiz-adv-x="1021" d="M324 414q1 140 41.5 205t161.5 158q71 
58 113.5 125t42.5 150q0 92 -48.5 144t-138.5 52q-74 0 -125.5 -44t-52.5 
-129h-284l-2 6q-3 192 126.5 294t337.5 102q224 0 351.5 -113.5t127.5 -308.5q0 
-127 -74.5 -235t-186.5 -181q-61 -47 -80 -94.5t-19 -130.5h-291zM617 0 
h-294v250h294v-250z" />
+<glyph unicode="@" horiz-adv-x="1817" d="M1730 513q-9 -218 -128 -376t-356 
-158q-78 0 -135 44t-81 123q-44 -82 -109.5 -123t-153.5 -41q-141 0 -216.5 
119t-55.5 315q25 254 143.5 407t287.5 153q116 0 186.5 -26t154.5 -80l-3 -4h5l-51 
-573q-7 -95 14 -130t57 -35q115 0 184.5 109t77.5 276 q16 353 -136.5 551t-471.5 
198q-303 0 -484 -213t-196 -571q-17 -355 146 -560t469 -205q85 0 175.5 20t155.5 
50l38 -147q-67 -42 -170.5 -65.5t-202.5 -23.5q-396 0 -610.5 249t-197.5 682q18 
427 255.5 683.5t625.5 256.5q387 0  [...]
+<glyph unicode="A" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6z" />
+<glyph unicode="B" horiz-adv-x="1314" d="M136 0v1456h492q257 0 401 -100t144 
-299q0 -101 -53.5 -180.5t-155.5 -119.5q131 -28 196.5 -120t65.5 -213q0 -209 -138 
-316.5t-391 -107.5h-561zM428 644v-420h269q116 0 177 50.5t61 149.5q0 107 -52 
163.5t-164 56.5h-291zM428 846h210q117 0 180 48t63 140 q0 101 -63.5 149t-189.5 
48h-200v-385z" />
+<glyph unicode="C" horiz-adv-x="1309" d="M1235 495l2 -6q4 -235 -143.5 
-372.5t-409.5 -137.5q-263 0 -427 169t-164 435v289q0 265 160 435t416 170q270 0 
422 -138.5t148 -377.5l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 
-106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5 t65.5 
218.5h283z" />
+<glyph unicode="D" horiz-adv-x="1342" d="M136 0v1456h500q267 0 440 -170.5t173 
-437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500zM428 1231v-1007h193q157 0 246 
106t89 277v243q0 169 -89 275t-246 106h-193z" />
+<glyph unicode="E" horiz-adv-x="1176" d="M1031 
640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225z" />
+<glyph unicode="F" horiz-adv-x="1182" d="M1038 
605h-610v-605h-292v1456h1004v-225h-712v-401h610v-225z" />
+<glyph unicode="G" horiz-adv-x="1369" d="M1254 199q-65 -86 -202.5 -153t-347.5 
-67q-267 0 -436 166t-169 431v304q0 264 162.5 430.5t418.5 166.5q266 0 407.5 
-129.5t144.5 -340.5l-2 -6h-275q-8 116 -74 183.5t-193 67.5q-134 0 -216 
-103.5t-82 -266.5v-306q0 -166 85 -269.5t229 -103.5q102 0 164 21t94 52 
v270h-258v202h550v-549z" />
+<glyph unicode="H" horiz-adv-x="1450" d="M1313 
0h-291v605h-594v-605h-292v1456h292v-626h594v626h291v-1456z" />
+<glyph unicode="I" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456z" />
+<glyph unicode="J" horiz-adv-x="1169" d="M746 1456h291v-1019q0 -211 -137.5 
-334.5t-347.5 -123.5q-228 0 -361 111t-128 327l2 6h284q0 -115 55 -167.5t148 
-52.5q81 0 137.5 62.5t56.5 171.5v1019z" />
+<glyph unicode="K" horiz-adv-x="1323" d="M590 
608h-162v-608h-292v1456h292v-595h127l386 595h357l-490 -678l529 -778h-356z" />
+<glyph unicode="L" horiz-adv-x="1108" d="M428 
224h648v-224h-940v1456h292v-1232z" />
+<glyph unicode="M" horiz-adv-x="1787" d="M517 1456l371 -1073h6l374 
1073h382v-1456h-292v434l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 
-639v-434h-292v1456h381z" />
+<glyph unicode="N" horiz-adv-x="1450" d="M1313 0h-291l-588 995l-6 
-1v-994h-292v1456h292l588 -994l6 1v993h291v-1456z" />
+<glyph unicode="O" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 -443t-440.5 
-175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 
-175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z" />
+<glyph unicode="P" horiz-adv-x="1334" d="M428 528v-528h-292v1456h580q251 0 395 
-128t144 -337t-144 -336t-395 -127h-288zM428 753h288q122 0 185 66.5t63 169.5q0 
105 -62.5 173.5t-185.5 68.5h-288v-478z" />
+<glyph unicode="Q" horiz-adv-x="1433" d="M1307 597q0 -132 -43 -244.5t-123 
-195.5l241 -236l-191 -156l-262 254q-54 -19 -112 -29.5t-120 -10.5q-269 0 -437 
175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 
-442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264 q0 
-173 83 -282t231 -109q150 0 234 109t84 282v264z" />
+<glyph unicode="R" horiz-adv-x="1354" d="M428 582v-582h-292v1456h549q249 0 
389.5 -113.5t140.5 -316.5q0 -113 -59 -194t-173 -131q129 -38 185.5 -127t56.5 
-220v-107q0 -61 16.5 -127.5t56.5 -98.5v-21h-301q-40 32 -52 107t-12 142v103q0 
109 -59.5 169.5t-167.5 60.5h-278zM428 807h252q123 0 183.5 52 t60.5 154q0 100 
-60.5 159t-178.5 59h-257v-424z" />
+<glyph unicode="S" horiz-adv-x="1299" d="M922 380q0 84 -59.5 135t-208.5 
96q-260 75 -393 178t-133 282t152.5 292.5t389.5 113.5q240 0 391 -127.5t146 
-314.5l-2 -6h-283q0 101 -67.5 163.5t-189.5 62.5q-117 0 -181 -52t-64 -133q0 -74 
68.5 -121.5t236.5 -100.5q241 -67 365 -177t124 -289 q0 -187 -147.5 -295t-389.5 
-108q-238 0 -415 122.5t-172 343.5l2 6h284q0 -130 79.5 -190.5t221.5 -60.5q119 0 
182 49t63 131z" />
+<glyph unicode="T" horiz-adv-x="1169" d="M1142 
1231h-412v-1231h-292v1231h-410v225h1114v-225z" />
+<glyph unicode="U" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 -378t-424 
-133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 
215 71t78 216v966h293z" />
+<glyph unicode="V" horiz-adv-x="1303" d="M630 387l18 -79h6l17 77l317 
1071h308l-495 -1456h-300l-494 1456h308z" />
+<glyph unicode="W" horiz-adv-x="1815" d="M1288 458h6l208 998h285l-340 
-1456h-271l-267 961h-6l-267 -961h-271l-341 1456h286l209 -997l6 -1l273 998h215z" 
/>
+<glyph unicode="X" horiz-adv-x="1303" d="M649 940l273 516h340l-432 -722l457 
-734h-353l-281 525l-281 -525h-341l443 734l-432 722h338z" />
+<glyph unicode="Y" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 
-944v-512h-291v527l-491 929h320z" />
+<glyph unicode="Z" horiz-adv-x="1206" d="M430 224h712v-224h-1065v152l692 
1079h-691v225h1047v-146z" />
+<glyph unicode="[" horiz-adv-x="570" d="M553 
1475h-141v-1595h141v-216h-434v2027h434v-216z" />
+<glyph unicode="\" horiz-adv-x="863" d="M2 1456h289l608 -1581h-289z" />
+<glyph unicode="]" horiz-adv-x="570" d="M13 
1691h434v-2027h-434v216h142v1595h-142v216z" />
+<glyph unicode="^" horiz-adv-x="896" d="M275 729h-231l299 727h212l299 
-727h-231l-165 413l-8 34h-6l-7 -34z" />
+<glyph unicode="_" horiz-adv-x="914" d="M911 -219h-910v219h910v-219z" />
+<glyph unicode="`" horiz-adv-x="678" d="M585 1212h-237l-271 260l2 6h309z" />
+<glyph unicode="a" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 84q-45 
-79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 246.5t357.5 
87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 -95.5l-282 1l-1 6q-7 
137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 -76 11.5 -143t36.5 
-133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5q0 -54 
36 -87t98 -33z" />
+<glyph unicode="b" d="M1088 511q0 -242 -108 -387t-312 -145q-94 0 -164.5 
39.5t-119.5 115.5l-22 -134h-250v1560h291v-593q47 65 112.5 100t150.5 35q206 0 
314 -155.5t108 -414.5v-21zM797 532q0 158 -46.5 250.5t-158.5 92.5q-68 0 -115 
-28.5t-74 -81.5v-458q27 -49 74.5 -75t116.5 -26 q113 0 158 79.5t45 225.5v21z" />
+<glyph unicode="c" horiz-adv-x="1060" d="M566 203q78 0 125 45.5t47 121.5h265l3 
-6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153t-131 393v30q0 239 130.5 
393t372.5 154q200 0 322.5 -114t118.5 -300l-2 -6h-266q0 84 -46 139.5t-127 
55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5 t164.5 -88.5z" />
+<glyph unicode="d" d="M67 532q0 256 110.5 413t311.5 157q81 0 146 -35t114 
-100v593h293v-1560h-251l-24 132q-51 -75 -120.5 -114t-159.5 -39q-199 0 -309.5 
146t-110.5 386v21zM358 511q0 -142 48 -223.5t156 -81.5q63 0 110 25.5t77 
74.5v461q-30 51 -76.5 79.5t-108.5 28.5 q-107 0 -156.5 -95t-49.5 -248v-21z" />
+<glyph unicode="e" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 
381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 
71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 
-35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 
55.5z" />
+<glyph unicode="f" horiz-adv-x="732" d="M188 0v877h-161v205h161v120q0 182 105 
280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 3q-71 0 
-107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292z" />
+<glyph unicode="g" d="M67 532q0 256 111.5 413t312.5 157q91 0 160 -41t118 
-117l23 138h252v-1077q0 -211 -138.5 -326.5t-385.5 -115.5q-82 0 -174 22.5t-170 
61.5l54 218q67 -32 136.5 -48.5t151.5 -16.5q120 0 176.5 50t56.5 156v98q-48 -61 
-113 -93t-149 -32q-199 0 -310.5 146.5 t-111.5 385.5v21zM359 511q0 -142 48 
-223.5t156 -81.5q67 0 113.5 24.5t74.5 71.5v470q-28 49 -74.5 76t-111.5 27q-107 0 
-156.5 -95t-49.5 -248v-21z" />
+<glyph unicode="h" d="M397 945q51 74 125 115.5t164 41.5q169 0 265.5 
-112.5t96.5 -347.5v-642h-292v644q0 126 -44.5 178.5t-132.5 52.5q-60 0 -106 
-21.5t-76 -60.5v-793h-292v1560h292v-615z" />
+<glyph unicode="i" horiz-adv-x="547" d="M419 0h-292v1082h292v-1082zM419 
1341h-292v219h292v-219z" />
+<glyph unicode="j" horiz-adv-x="543" d="M427 1082v-1122q0 -190 -101 
-293.5t-281 -103.5q-40 0 -73 4t-70 13l14 223q23 -6 46 -9t49 -3q59 0 91 41.5t32 
127.5v1122h293zM421 1343h-293v217h293v-217z" />
+<glyph unicode="k" horiz-adv-x="1097" d="M484 
453h-80v-453h-292v1560h292v-885h72l251 407h338l-346 -490l399 -592h-335z" />
+<glyph unicode="l" horiz-adv-x="547" d="M419 0h-292v1560h292v-1560z" />
+<glyph unicode="m" horiz-adv-x="1772" d="M383 1082l12 -143q52 78 130.5 
120.5t181.5 42.5q104 0 178 -46t112 -139q50 87 130 136t188 49q160 0 252.5 
-110.5t92.5 -336.5v-655h-292v656q0 123 -40 171t-119 48q-62 0 -107.5 -27.5t-72.5 
-76.5q0 -19 1 -32.5t1 -27.5v-711h-291v656q0 120 -40 169.5t-120 49.5 q-59 0 
-103.5 -22.5t-73.5 -63.5v-789h-291v1082h271z" />
+<glyph unicode="n" d="M379 1082l13 -155q54 83 133 129t177 46q164 0 256 -103t92 
-323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 
-66.5v-785h-292v1082h272z" />
+<glyph unicode="o" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 -154t136 
-397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21z" />
+<glyph unicode="p" d="M1088 511q0 -240 -111 -386t-310 -146q-85 0 -151 
31.5t-113 92.5v-519h-291v1498h263l17 -128q48 71 115.5 109.5t157.5 38.5q201 0 
312 -157t111 -413v-21zM796 532q0 153 -51 248t-156 95q-66 0 -112.5 -27t-73.5 
-77v-474q27 -46 73.5 -70t114.5 -24q106 0 155.5 83 t49.5 225v21z" />
+<glyph unicode="q" d="M67 532q0 256 110.5 413t311.5 157q90 0 158 -39.5t117 
-113.5l27 133h248v-1498h-292v517q-48 -60 -112.5 -91t-147.5 -31q-199 0 -309.5 
146t-110.5 386v21zM358 511q0 -142 48 -225t156 -83q64 0 110 24t75 70v480q-29 48 
-74.5 74t-108.5 26q-107 0 -156.5 -96 t-49.5 -249v-21z" />
+<glyph unicode="r" horiz-adv-x="717" d="M681 831l-107 3q-65 0 -107 -27t-64 
-76v-731h-291v1082h271l13 -160q38 85 98.5 132.5t139.5 47.5q22 0 40.5 -3.5t37.5 
-8.5z" />
+<glyph unicode="s" horiz-adv-x="1056" d="M697 298q0 48 -46.5 83t-172.5 62q-192 
39 -289.5 115.5t-97.5 208.5q0 140 117.5 237.5t314.5 97.5q207 0 329.5 -97t117.5 
-245l-2 -6h-282q0 65 -41.5 106t-121.5 41q-71 0 -111.5 -34.5t-40.5 -86.5q0 -50 
42.5 -82t172.5 -57q200 -40 297 -117.5t97 -213.5 q0 -146 -125 -238.5t-330 
-92.5q-216 0 -341.5 109.5t-119.5 249.5l2 6h267q3 -87 57 -126t141 -39q81 0 123.5 
32t42.5 87z" />
+<glyph unicode="t" horiz-adv-x="715" d="M459 1347v-265h182v-205h-182v-551q0 
-63 26 -90t70 -27q23 0 39.5 2.5t38.5 8.5l25 -211q-44 -15 -86 -22.5t-91 
-7.5q-151 0 -232.5 83t-81.5 263v552h-158v205h158v265h292z" />
+<glyph unicode="u" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 
109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 
66.5v787h292v-1082h-249z" />
+<glyph unicode="v" horiz-adv-x="1046" d="M503 403l19 -100h6l20 100l178 
679h305l-368 -1082h-279l-368 1082h305z" />
+<glyph unicode="w" horiz-adv-x="1507" d="M1053 387h6l141 695h274l-275 
-1082h-244l-201 644h-6l-201 -644h-243l-275 1082h274l143 -693h6l202 693h195z" />
+<glyph unicode="x" horiz-adv-x="1046" d="M519 738h6l166 344h330l-326 -535l337 
-547h-329l-177 359l-177 -359h-330l337 547l-327 535h328z" />
+<glyph unicode="y" horiz-adv-x="1046" d="M502 454l12 -60h6l207 688h314l-439 
-1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 213q13 -2 28 
-4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314z" />
+<glyph unicode="z" horiz-adv-x="1046" d="M438 224h536v-224h-899v172l515 
684h-499v226h866v-167z" />
+<glyph unicode="{" horiz-adv-x="676" d="M585 -360q-195 55 -277.5 175t-82.5 
291v203q0 99 -43.5 154t-133.5 55v201q90 0 133.5 54.5t43.5 155.5v203q0 171 82.5 
290.5t277.5 174.5l56 -157q-85 -31 -120 -110.5t-35 -197.5v-203q0 -104 -44.5 
-184.5t-134.5 -125.5q90 -47 134.5 -127.5t44.5 -182.5v-203 q0 -118 35 -197.5t120 
-110.5z" />
+<glyph unicode="|" horiz-adv-x="519" d="M349 -270h-176v1726h176v-1726z" />
+<glyph unicode="}" horiz-adv-x="676" d="M34 -202q85 31 120 110.5t35 
197.5v203q0 104 46 184t140 125q-94 45 -140 125.5t-46 185.5v203q0 118 -35 
197.5t-120 110.5l56 157q194 -55 277 -174.5t83 -290.5v-203q0 -101 43 -155.5t135 
-54.5v-201q-92 0 -135 -55t-43 -154v-203q0 -171 -83 -291t-277 -175z" />
+<glyph unicode="~" horiz-adv-x="1327" d="M1220 758q0 -161 -88.5 -270.5t-223.5 
-109.5q-85 0 -157 31.5t-150 101.5q-52 44 -89.5 64t-81.5 20q-52 0 -87.5 
-51t-35.5 -122l-202 26q0 162 86.5 269.5t223.5 107.5q83 0 158.5 -33.5t151.5 
-99.5q49 -45 86.5 -64.5t81.5 -19.5q50 0 87 52t37 125z" />
+<glyph unicode="&#xa1;" horiz-adv-x="580" d="M434 -374h-292v953h292v-953zM434 
825h-292v257h292v-257z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1181" d="M576 203q78 0 125 45.5t47 
121.5h267l2 -5q3 -135 -85.5 -237t-231.5 -135v-238h-200v229q-207 23 -317.5 
172.5t-110.5 368.5v30q0 218 110.5 367.5t317.5 174.5v221h200v-229q148 -34 235 
-141.5t87 -265.5h-274q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90 t-47.5 
-232v-30q0 -145 47.5 -233.5t164.5 -88.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1216" d="M551 588l4 -85q0 -78 -30 
-150t-86 -129h713v-224h-996v224h10q47 12 70.5 95t23.5 171l-4 98h-164v225h155l-8 
214q0 210 120.5 330t322.5 120q215 0 333.5 -111.5t114.5 -294.5l-2 -6h-284q0 96 
-46 141.5t-117 45.5q-70 0 -110 -58.5t-40 -166.5l10 -214h355v-225 h-345z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1417" d="M1072 107q-77 -62 -169 
-94.5t-192 -32.5q-101 0 -193.5 32.5t-167.5 93.5l-129 -132l-141 144l135 137q-49 
76 -74.5 165.5t-25.5 187.5q0 101 28 194t81 171l-144 147l141 144l142 -145q74 55 
162.5 85t185.5 30q96 0 185 -30.5t164 -86.5l144 148l142 -145l-148 -151 q51 -78 
79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145zM301 
608q0 -185 119 -312t291 -127q170 0 289.5 127.5t119.5 311.5q0 183 -119.5 
310t-289.5 127q-172 0 -291 -127t-119 -310z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1253" d="M623 848h6l281 608h320l-382 
-714h244v-200h-324v-110h324v-200h-324v-232h-292v232h-339v200h339v110h-339v200h267l-382
 714h321z" />
+<glyph unicode="&#xa6;" horiz-adv-x="517" d="M127 -270v795h262v-795h-262zM389 
698h-262v758h262v-758z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1287" d="M1180 475q0 -91 -42 -159t-121 
-111q68 -51 102.5 -121t34.5 -168q0 -177 -140 -277t-377 -100q-232 0 -387.5 
99.5t-150.5 317.5l2 6l283 1q0 -106 72.5 -152t180.5 -46q107 0 166.5 41.5t59.5 
108.5t-61 107.5t-230 90.5q-244 64 -361 157.5t-117 265.5q0 89 42 158 t121 
113q-69 50 -103 120.5t-34 168.5q0 172 141.5 276.5t378.5 104.5q243 0 380.5 
-111t132.5 -311l-2 -6h-283q0 88 -60 145.5t-168 57.5q-114 0 -171 -43.5t-57 
-110.5q0 -75 55.5 -113.5t232.5 -86.5q247 -64 [...]
+<glyph unicode="&#xa8;" horiz-adv-x="1090" d="M922 1252h-266v204h266v-204zM422 
1252h-266v204h266v-204z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1606" d="M1109 596l2 -6q4 -151 -84 
-229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281v119q0 173 94.5 280t254.5 107q157 
0 245.5 -79.5t84.5 -228.5l-2 -6h-148q0 94 -45 136.5t-135 42.5q-94 0 -144 
-69t-50 -182v-120q0 -115 50 -183.5t144 -68.5q90 0 134.5 41.5t44.5 137.5 
h148zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 
263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5zM86 729q0 315 207 
531t503 216q295 0 502.5 -216t207.5 -53 [...]
+<glyph unicode="&#xaa;" horiz-adv-x="909" d="M604 706q-8 21 -13 44.5t-8 
49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61t-65 167q0 111 84.5 
171t246.5 60h137v51q0 62 -29.5 94.5t-86.5 32.5q-66 0 -102 -26t-36 -73l-165 
13l-1 6q-6 98 79 163t225 65q134 0 212.5 -71t78.5 -205v-314q0 -51 6 -95t20 -86 
h-177zM404 836q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78q0 -43 29 
-65.5t88 -22.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1025" d="M325 516l240 -399h-187l-280 
390v19l280 390h187zM659 516l240 -399h-187l-280 390v19l280 390h187z" />
+<glyph unicode="&#xac;" horiz-adv-x="1129" d="M961 
374h-200v260h-635v171h835v-431z" />
+<glyph unicode="&#xad;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
+<glyph unicode="&#xae;" horiz-adv-x="1606" d="M86 729q0 315 207 531t503 
216q295 0 502.5 -216t207.5 -531q0 -316 -208 -533t-502 -217q-296 0 -503 217t-207 
533zM208 729q0 -264 171.5 -444.5t416.5 -180.5q244 0 415.5 180.5t171.5 444.5q0 
263 -171.5 442.5t-415.5 179.5q-246 0 -417 -179.5t-171 -442.5z M652 
653v-337h-151v850h281q151 0 238 -68t87 -194q0 -58 -29 -101.5t-85 -74.5q58 -30 
84.5 -84.5t26.5 -128.5v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-155q-9 21 -11 
61.5t-2 82.5v54q0 71 -33.5 105t-109.5 34h-15 [...]
+<glyph unicode="&#xaf;" horiz-adv-x="1028" d="M879 1292h-731v165h731v-165z" />
+<glyph unicode="&#xb0;" horiz-adv-x="796" d="M126 1203q0 112 80.5 193t192.5 
81q110 0 189 -81t79 -193q0 -113 -79 -192t-189 -79q-113 0 -193 79t-80 192zM273 
1203q0 -53 37 -88.5t89 -35.5q51 0 86 35t35 89t-35 91t-86 37q-52 0 -89 -37t-37 
-91z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1101" d="M679 
947h327v-232h-327v-383h-256v383h-333v232h333v363h256v-363zM948 
-43h-834v228h834v-228z" />
+<glyph unicode="&#xb2;" horiz-adv-x="860" d="M736 667h-622v155l309 252q60 50 
77.5 83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 
6q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 
-165.5l-109 -93l2 -6h346v-155z" />
+<glyph unicode="&#xb3;" horiz-adv-x="856" d="M408 1139q62 0 92 24.5t30 70.5q0 
38 -28.5 63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 
162.5t222 61.5q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 
-24 107.5 -71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62 q-146 0 -240 62.5t-88 
175.5l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 
27h-111v133h111z" />
+<glyph unicode="&#xb4;" horiz-adv-x="727" d="M307 1478h309l2 -6l-277 
-260h-233z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1264" d="M430 1082v-620q0 -149 45 
-202.5t135 -53.5q75 0 125 27.5t78 79.5v769h292v-1082h-272l-6 67q-44 -43 -100.5 
-65.5t-123.5 -22.5q-51 0 -94.5 10.5t-78.5 33.5v-439h-291v1498h291z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1078" d="M636 0v520h-83q-233 0 -362.5 
129.5t-129.5 338.5q0 207 129.5 337.5t362.5 130.5h375v-1456h-292z" />
+<glyph unicode="&#xb7;" horiz-adv-x="619" d="M451 568h-292v260h292v-260z" />
+<glyph unicode="&#xb8;" horiz-adv-x="549" d="M347 6l-11 -57q64 -11 107 -52t43 
-121q0 -107 -91.5 -171t-259.5 -64l-7 161q51 0 81 20.5t30 62.5q0 41 -32 
57.5t-110 21.5l31 142h219z" />
+<glyph unicode="&#xb9;" horiz-adv-x="573" d="M416 665h-211v630h-127v159l338 
23v-812z" />
+<glyph unicode="&#xba;" horiz-adv-x="937" d="M118 1142q0 148 94 241.5t252 
93.5t252.5 -93.5t94.5 -241.5v-117q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 
92.5t-94.5 241.5v117zM293 1025q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 
136.5v117q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-117z " />
+<glyph unicode="&#xbb;" horiz-adv-x="1025" d="M290 950l280 -390v-19l-280 
-390h-188l239 399l-239 400h188zM636 950l280 -390v-19l-280 -390h-188l239 
399l-239 400h188z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1493" d="M505 664h-211v630h-127v159l338 
23v-812zM451 117l-142 75l711 1138l142 -75zM1397 
296h101v-157h-101v-139h-211v139h-410l-14 126l424 536h211v-505zM978 
296h208v257l-6 2l-13 -20z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1553" d="M464 117l-142 75l711 1138l142 
-75zM505 664h-211v630h-127v159l338 23v-812zM1547 0h-622v155l309 252q60 50 77.5 
83.5t17.5 74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 6q-6 
106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5 t-178.5 
-165.5l-109 -93l2 -6h346v-155z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1717" d="M634 117l-142 75l711 1138l142 
-75zM1586 296h101v-157h-101v-139h-211v139h-410l-14 126l424 536h211v-505zM1167 
296h208v257l-6 2l-13 -20zM424 1140q62 0 92 24.5t30 70.5q0 38 -28.5 63.5t-83.5 
25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 61.5 q152 0 240.5 
-59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 
-115.5q0 -112 -89.5 -174t-241.5 -62q-146 0 -240 62.5t-88 175.5l2 6h201q0 -42 
31.5 -65.5t91.5 -23.5q56 0 90 2 [...]
+<glyph unicode="&#xbf;" horiz-adv-x="1037" d="M726 668q-2 -141 -42.5 
-206.5t-159.5 -157.5q-72 -58 -114.5 -125.5t-42.5 -149.5q0 -90 48.5 -142t139.5 
-52q73 0 124 43t54 128h283l2 -6q2 -191 -127.5 -292.5t-335.5 -101.5q-226 0 -353 
113t-127 308q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291z M433 
1082h294v-251h-294v251z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM815 1560h-237l-271 260l2 
6h309z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM718 1826h309l2 -6l-277 
-260h-233z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1024 1615v-23h-232l-140 
133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1030 1856q0 -96 -59.5 
-163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 
-77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32 
t26 79z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM1038 
1601h-266v204h266v-204zM538 1601h-266v204h266v-204z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1311" d="M917 314h-511l-99 -314h-295l501 
1456h299l499 -1456h-295zM478 543h367l-180 572h-6zM444 1739q0 83 61.5 
139.5t151.5 56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 
-151.5 54t-61.5 138zM560 1739q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5 q0 44 
-26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1925" d="M1865 0h-898l-14 335h-440l-168 
-335h-342l784 1456h1016v-228h-596l16 -366h499v-227h-490l17 -408h616v-227zM633 
575h310l-23 559l-6 1z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1309" d="M1235 495l2 -6q4 -235 -143.5 
-372.5t-409.5 -137.5q-263 0 -427 169t-164 435v289q0 265 160 435t416 170q270 0 
422 -138.5t148 -377.5l-2 -6h-284q0 144 -69 220.5t-215 76.5q-131 0 -208 
-106.5t-77 -271.5v-291q0 -167 81 -273.5t219 -106.5q137 0 202.5 73.5 t65.5 
218.5h283zM774 5l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 
161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5l31 142h219z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1176" d="M1031 
640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM752 
1560h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1176" d="M1031 
640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM655 1826h309l2 
-6l-277 -260h-233z" />
+<glyph unicode="&#xca;" horiz-adv-x="1176" d="M1031 
640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM976 
1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1176" d="M1031 
640h-603v-416h705v-224h-997v1456h995v-225h-703v-366h603v-225zM987 
1601h-266v204h266v-204zM487 1601h-266v204h266v-204z" />
+<glyph unicode="&#xcc;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM450 
1560h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xcd;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM351 
1826h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xce;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM674 
1615v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xcf;" horiz-adv-x="601" d="M446 0h-292v1456h292v-1456zM685 
1601h-266v204h266v-204zM185 1601h-266v204h266v-204z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1372" d="M166 
0v652h-135v181h135v623h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 
-437.5t-440 -169.5h-500zM702 652h-244v-428h193q157 0 246 106t89 277v243q0 169 
-89 275t-246 106h-193v-398h244v-181z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1450" d="M1313 0h-291l-588 995l-6 
-1v-994h-292v1456h292l588 -994l6 1v993h291v-1456zM1098 1856q0 -96 -59.5 
-163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 
-77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 
79z " />
+<glyph unicode="&#xd2;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 
0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M847 
1560h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 
0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M750 1847h309l2 
-6l-277 -260h-233z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 
0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1071 
1636v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 
0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1073 1877q0 -96 
-59.5 -163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 
-77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 
79z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1399" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-269 0 -437 175t-168 443v262q0 267 167.5 442.5t436.5 175.5q271 
0 441 -175.5t170 -442.5v-262zM1015 861q0 170 -85 279t-234 109t-231 -108.5t-82 
-279.5v-264q0 -173 83 -282t231 -109q150 0 234 109t84 282v264z M1082 
1622h-266v204h266v-204zM582 1622h-266v204h266v-204z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1088" d="M64 371l309 315l-309 315l172 
164l303 -310l304 310l172 -164l-309 -315l309 -315l-172 -164l-304 309l-303 -309z" 
/>
+<glyph unicode="&#xd8;" horiz-adv-x="1410" d="M1307 597q0 -268 -169.5 
-443t-440.5 -175q-79 0 -151 16t-133 47l-80 -137h-143l119 204q-104 83 -160.5 
209.5t-56.5 278.5v262q0 267 167.5 442.5t436.5 175.5q100 0 188.5 -26.5t162.5 
-74.5l83 142h143l-130 -223q79 -83 121.5 -195t42.5 -241v-262zM383 597 q0 -74 
15.5 -137.5t45.5 -107.5l6 -1l468 803q-42 45 -98 70t-124 25q-149 0 -231 
-108.5t-82 -279.5v-264zM1015 861q0 45 -7 87t-18 73l-6 1l-449 -771q33 -22 74 
-33.5t88 -11.5q150 0 234 109t84 282v264z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 
-378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 
-71.5q137 0 215 71t78 216v966h293zM852 1560h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xda;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 
-378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 
-71.5q137 0 215 71t78 216v966h293zM755 1826h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 
-378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 
-71.5q137 0 215 71t78 216v966h293zM1076 1615v-23h-232l-140 133l-139 
-133h-227v26l282 240h169z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1407" d="M1288 1456v-966q0 -245 -162 
-378t-424 -133q-261 0 -421.5 133t-160.5 378v966h293v-966q0 -144 77 -215.5t212 
-71.5q137 0 215 71t78 216v966h293zM1087 1601h-266v204h266v-204zM587 
1601h-266v204h266v-204z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 
-944v-512h-291v527l-491 929h320zM703 1826h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xde;" horiz-adv-x="1247" d="M424 1456v-270h221q254 0 396 
-124t142 -324q0 -201 -142 -325t-396 -124h-221v-289h-292v1456h292zM424 
961v-447h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1294" d="M426 0h-291v1101q0 226 129 
349t352 123q180 0 299 -95.5t119 -271.5q0 -108 -53.5 -205.5t-53.5 -165.5q0 -56 
150 -197.5t150 -281.5q0 -189 -115 -283t-332 -94q-81 0 -160.5 15t-118.5 41l55 
223q39 -22 96 -38.5t122 -16.5q76 0 119 38t43 103q0 71 -150 205.5 t-150 276.5q0 
90 54.5 190t54.5 175q0 68 -45 113t-103 45q-76 0 -123.5 -67.5t-47.5 
-184.5v-1097z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM692 1232h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM595 1498h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM916 1293v-23h-232l-140 133l-139 
-133h-227v26l282 240h169z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM918 1534q0 -96 -59.5 -163.5t-150.5 
-67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60  [...]
+<glyph unicode="&#xe4;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM927 1279h-266v204h266v-204zM427 
1279h-266v204h266v-204z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1100" d="M747 0q-16 37 -27.5 78t-16.5 
84q-45 -79 -118.5 -131t-175.5 -52q-170 0 -262 87.5t-92 238.5q0 159 122.5 
246.5t357.5 87.5h163v86q0 78 -41 121t-121 43q-71 0 -109.5 -34.5t-38.5 
-95.5l-282 1l-1 6q-7 137 119 236.5t331 99.5q194 0 315 -98.5t121 -280.5v-447 q0 
-76 11.5 -143t36.5 -133h-292zM480 195q77 0 137 38t81 88v153h-163q-93 0 -141 
-46.5t-48 -112.5q0 -54 36 -87t98 -33zM332 1417q0 83 61.5 139.5t151.5 56.5q88 0 
149 -56.5t61 -139.5q0 -84 -60.5 -138t-14 [...]
+<glyph unicode="&#xe6;" horiz-adv-x="1729" d="M1246 -21q-129 0 -229.5 
40.5t-167.5 116.5q-60 -68 -161.5 -112.5t-240.5 -44.5q-192 0 -296.5 90.5t-104.5 
247.5q0 159 127 245t370 86h181v59q0 79 -41 124.5t-115 45.5q-81 0 -127 -37.5t-46 
-93.5l-283 18l-2 6q-6 144 121.5 238t339.5 94q102 0 186 -27.5 t143 -79.5q61 52 
142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 
-178.5t186 -66.5q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5zM503 
185q58 0 121 30.5t100 72.5v176h-17 [...]
+<glyph unicode="&#xe7;" horiz-adv-x="1060" d="M566 203q78 0 125 45.5t47 
121.5h265l3 -6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153t-131 393v30q0 
239 130.5 393t372.5 154q200 0 322.5 -114t118.5 -300l-2 -6h-266q0 84 -46 
139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5 t164.5 
-88.5zM665 5l-11 -57q64 -11 107 -52t43 -121q0 -107 -91.5 -171t-259.5 -64l-7 
161q51 0 81 20.5t30 62.5q0 41 -32 57.5t-110 21.5l31 142h219z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 
381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 
71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 
-35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 
55.5zM694 1238h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 
381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 
71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 
-35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 
55.5zM597 1504h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xea;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 
381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 
71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 
-35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 
55.5zM918 1294v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1084" d="M591 -21q-234 0 -374 150t-140 
381v40q0 241 132.5 397t355.5 155q219 0 340 -132t121 -357v-159h-646l-2 -6q8 -107 
71.5 -176t172.5 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 
-35.5zM565 877q-81 0 -128 -62t-58 -163l3 -5h358v26 q0 93 -43.5 148.5t-131.5 
55.5zM929 1280h-266v204h266v-204zM429 1280h-266v204h266v-204z" />
+<glyph unicode="&#xec;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM430 
1238h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xed;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM331 
1483h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xee;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM654 
1274v-23h-232l-140 133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xef;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082zM665 
1258h-266v204h266v-204zM165 1258h-266v204h266v-204z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1218" d="M921 1290q102 -106 158.5 
-245t56.5 -303v-196q0 -250 -157 -408.5t-392 -158.5q-238 0 -388.5 140.5t-150.5 
348.5q0 226 134.5 362.5t365.5 136.5q81 0 153 -25.5t124 -70.5l4 4q-14 83 -54 
153.5t-100 125.5l-245 -136l-78 113l192 106l-1 6q-31 16 -68 30t-77 26 l92 218q88 
-19 168.5 -52.5t149.5 -80.5l198 109l77 -113zM591 203q116 0 184.5 96.5t68.5 
246.5v118q-35 39 -99 65t-151 26q-122 0 -188 -79t-66 -208q0 -112 68 -188.5t183 
-76.5z" />
+<glyph unicode="&#xf1;" d="M379 1082l13 -155q54 83 133 129t177 46q164 0 256 
-103t92 -323v-676h-293v675q0 109 -44 154.5t-133 45.5q-58 0 -104 -23.5t-77 
-66.5v-785h-292v1082h272zM951 1534q0 -96 -59.5 -163.5t-150.5 -67.5q-70 0 -158.5 
43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5 l-156 42q0 94 59.5 163.5t149.5 
69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79z" />
+<glyph unicode="&#xf2;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 
-154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM725 1238h-237l-271 260l2 
6h309z" />
+<glyph unicode="&#xf3;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 
-154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM628 1504h309l2 -6l-277 
-260h-233z" />
+<glyph unicode="&#xf4;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 
-154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM949 1293v-23h-232l-140 
133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#xf5;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 
-154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM951 1534q0 -96 -59.5 
-163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 
-77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 
79z" />
+<glyph unicode="&#xf6;" d="M67 551q0 242 135 396.5t374 154.5q240 0 376 
-154t136 -397v-21q0 -244 -135.5 -397.5t-374.5 -153.5q-240 0 -375.5 153.5t-135.5 
397.5v21zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 
-53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5 v-21zM960 
1279h-266v204h266v-204zM460 1279h-266v204h266v-204z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1168" d="M1092 
573h-1029v227h1029v-227zM725 973h-293v233h293v-233zM725 164h-293v233h293v-233z" 
/>
+<glyph unicode="&#xf8;" d="M67 551q0 242 135 396.5t374 154.5q50 0 96.5 -8t90.5 
-22l70 143h161l-103 -211q95 -74 146 -191.5t51 -261.5v-21q0 -244 -135.5 
-397.5t-374.5 -153.5q-48 0 -92 7t-84 19l-71 -146h-161l103 211q-101 71 -153.5 
190.5t-52.5 269.5v21zM358 530q0 -62 8.5 -114 t26.5 -86l6 -1l260 531q-19 8 -39.5 
12.5t-43.5 4.5q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM796 551q0 54 -8 102t-22 
82l-6 1l-255 -521q15 -7 33.5 -9.5t39.5 -2.5q113 0 165.5 90t52.5 237v21z" />
+<glyph unicode="&#xf9;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 
109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 
66.5v787h292v-1082h-249zM724 1217h-237l-271 260l2 6h309z" />
+<glyph unicode="&#xfa;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 
109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 
66.5v787h292v-1082h-249zM627 1483h309l2 -6l-277 -260h-233z" />
+<glyph unicode="&#xfb;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 
109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 
66.5v787h292v-1082h-249zM948 1274v-23h-232l-140 133l-139 -133h-227v26l282 
240h169z" />
+<glyph unicode="&#xfc;" d="M773 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 
109.5t-96.5 340.5v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 
66.5v787h292v-1082h-249zM959 1258h-266v204h266v-204zM459 
1258h-266v204h266v-204z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1046" d="M502 454l12 -60h6l207 
688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 
213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314zM574 1483h309l2 
-6l-277 -260h-233z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1162" d="M1098 511q0 -240 -111 -386t-310 
-146q-85 0 -151 31.5t-113 92.5v-519h-291v416h-1v1560h292v-591q47 64 112 
98.5t150 34.5q201 0 312 -157t111 -413v-21zM806 532q0 153 -51 248t-156 95q-66 0 
-112.5 -27t-73.5 -77v-474q27 -46 73.5 -70t114.5 -24q106 0 155.5 83 t49.5 
225v21z" />
+<glyph unicode="&#xff;" horiz-adv-x="1046" d="M502 454l12 -60h6l207 
688h314l-439 -1244q-46 -116 -125 -195.5t-237 -79.5q-37 0 -68.5 6t-76.5 17l34 
213q13 -2 28 -4t27 -2q72 0 111 35.5t60 88.5l34 84l-384 1081h314zM908 
1258h-266v204h266v-204zM408 1258h-266v204h266v-204z" />
+<glyph unicode="&#x131;" horiz-adv-x="562" d="M425 0h-292v1082h292v-1082z" />
+<glyph unicode="&#x152;" horiz-adv-x="1984" d="M1858 0h-867q-92 -10 -156.5 
-15.5t-131.5 -5.5q-270 0 -438 165.5t-168 431.5v304q0 265 167 431t437 166q69 0 
140 -6t150 -15h865v-225h-703v-366h603v-225h-603v-416h705v-224zM703 204q40 0 
79.5 2t78.5 7v1030q-45 4 -83.5 6.5t-76.5 2.5q-148 0 -230.5 -94.5 t-82.5 
-275.5v-306q0 -182 83.5 -277t231.5 -95z" />
+<glyph unicode="&#x153;" horiz-adv-x="1848" d="M1369 -21q-127 0 -228 46t-169 
131q-67 -85 -167 -131t-227 -46q-240 0 -375.5 153.5t-135.5 397.5v21q0 242 135 
396.5t374 154.5q127 0 227 -46.5t167 -129.5q65 84 159.5 130t213.5 46q219 0 340 
-132t121 -357v-159h-646l-2 -6q8 -107 71.5 -176t172.5 -69 q97 0 161 19.5t140 
61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5zM358 530q0 -148 52 -237.5t168 
-89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 
-91.5t-52.5 -234.5v-21zM1343 877q-81 0 -12 [...]
+<glyph unicode="&#x178;" horiz-adv-x="1292" d="M643 785h6l318 671h320l-500 
-944v-512h-291v527l-491 929h320zM1035 1601h-266v204h266v-204zM535 
1601h-266v204h266v-204z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1016" d="M875 1275v-23h-232l-140 
133l-139 -133h-227v26l282 240h169z" />
+<glyph unicode="&#x2da;" horiz-adv-x="682" d="M129 1298q0 83 61.5 139.5t151.5 
56.5q88 0 149 -56.5t61 -139.5q0 -84 -60.5 -138t-149.5 -54q-90 0 -151.5 54t-61.5 
138zM245 1298q0 -43 28 -70.5t69 -27.5t67.5 27.5t26.5 70.5q0 44 -26.5 72t-67.5 
28q-42 0 -69.5 -28.5t-27.5 -71.5z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="986" d="M868 1484q0 -96 -59.5 
-163.5t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 
-77.5l-156 42q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 
79z" />
+<glyph unicode="&#x2000;" horiz-adv-x="967" />
+<glyph unicode="&#x2001;" horiz-adv-x="1935" />
+<glyph unicode="&#x2002;" horiz-adv-x="967" />
+<glyph unicode="&#x2003;" horiz-adv-x="1935" />
+<glyph unicode="&#x2004;" horiz-adv-x="645" />
+<glyph unicode="&#x2005;" horiz-adv-x="483" />
+<glyph unicode="&#x2006;" horiz-adv-x="322" />
+<glyph unicode="&#x2007;" horiz-adv-x="322" />
+<glyph unicode="&#x2008;" horiz-adv-x="241" />
+<glyph unicode="&#x2009;" horiz-adv-x="387" />
+<glyph unicode="&#x200a;" horiz-adv-x="107" />
+<glyph unicode="&#x2010;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
+<glyph unicode="&#x2011;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
+<glyph unicode="&#x2012;" horiz-adv-x="801" d="M677 510h-564v225h564v-225z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1413" d="M1235.99 
601h-1084.19v228h1084.19v-228z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1670" d="M1487.98 
601h-1334.38v228h1334.38v-228z" />
+<glyph unicode="&#x2018;" horiz-adv-x="405" d="M50 1207l162 353h143l-60 
-352v-193h-245v192z" />
+<glyph unicode="&#x2019;" horiz-adv-x="405" d="M363 1366l-162 -350h-144l60 
349v195h246v-194z" />
+<glyph unicode="&#x201a;" horiz-adv-x="406" d="M356 19l-147 -282h-159l60 
266v284h246v-268z" />
+<glyph unicode="&#x201c;" horiz-adv-x="742" d="M50 1207l162 353h143l-60 
-352v-193h-245v192zM379 1207l162 353h143l-60 -352v-193h-245v192z" />
+<glyph unicode="&#x201d;" horiz-adv-x="750" d="M363 1366l-162 -350h-144l60 
349v195h246v-194zM700 1366l-162 -350h-144l60 349v195h246v-194z" />
+<glyph unicode="&#x201e;" horiz-adv-x="732" d="M340 55l-162 -280h-128l60 
268v255h230v-243zM682 55l-162 -280h-129l60 276v247h231v-243z" />
+<glyph unicode="&#x2022;" horiz-adv-x="737" d="M135 806q0 100 65 164t172 
64q110 0 175 -63.5t65 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-174 62.5t-65 
162.5v90z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1519" d="M436 0h-292v256h292v-256zM879 
0h-292v256h292v-256zM1299 0h-292v256h292v-256z" />
+<glyph unicode="&#x202f;" horiz-adv-x="387" />
+<glyph unicode="&#x2039;" horiz-adv-x="639" d="M335 550l240 -399h-187l-280 
390v19l280 390h187z" />
+<glyph unicode="&#x203a;" horiz-adv-x="619" d="M268 950l280 -390v-19l-280 
-390h-188l239 399l-239 400h188z" />
+<glyph unicode="&#x2044;" horiz-adv-x="913" d="M171 109l-142 75l711 1138l142 
-75z" />
+<glyph unicode="&#x205f;" horiz-adv-x="483" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1116" d="M937 455h-428v-8q0 -99 67.5 
-171.5t187.5 -72.5q58 0 113.5 8.5t106.5 25.5l21 -227q-57 -15 -118 -23t-123 
-8q-245 0 -396 137.5t-151 330.5v8h-146v200h146v116h-146v200h146v13q0 203 150.5 
348t394.5 145q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5 t-112.5 
9.5q-118 0 -185.5 -80.5t-67.5 -185.5v-15h428v-200h-428v-116h428v-200z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1294" d="M994 1197l-6 1l-105 
-283h-73l-110 298l-6 -1v-297h-129v541h159l119 -362h6l120 
362h154v-541h-129v282zM494 1351h-128v-434h-144v434h-126v105h398v-105z" />
+<glyph unicode="&#x2212;" horiz-adv-x="1137" d="M980 601h-834v228h834v-228z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 
1080h1080v-1080h-1080v1080z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1279" d="M188 0v877h-161v205h161v120q0 
182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 
3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM1151 
0h-292v1560h292v-1560z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1981" d="M188 0v877h-161v205h161v120q0 
182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 
3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM913 
0v877h-161v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5 
l-42 -230q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 
-135v-74h213v-205h-213v-877h-292zM1853 0h-292v1082h292v-1082z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2011" d="M188 0v877h-161v205h161v120q0 
182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217q-24 4 -46.5 7t-52.5 
3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292zM920 
0v877h-161v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5 l-25 
-217q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 
-112v-120h215v-205h-215v-877h-292zM1883 0h-292v1560h292v-1560z" />
+<glyph horiz-adv-x="896" d="M699 296h101v-157h-101v-139h-211v139h-410l-14 
126l424 536h211v-505zM280 296h208v257l-6 2l-13 -20z" />
+<glyph horiz-adv-x="862" d="M408 473q62 0 92 24.5t30 70.5q0 38 -28.5 
63.5t-83.5 25.5q-51 0 -79.5 -22t-28.5 -53h-200l-2 6q-6 101 82 162.5t222 
61.5q152 0 240.5 -59.5t88.5 -169.5q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 
-71.5t37.5 -115.5q0 -112 -89.5 -174t-241.5 -62 q-146 0 -240 62.5t-88 175.5l2 
6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 
27h-111v133h111z" />
+<glyph horiz-adv-x="845" d="M736 0h-622v155l309 252q60 50 77.5 83.5t17.5 
74.5q0 39 -23.5 65.5t-72.5 26.5q-55 0 -83 -30t-28 -77h-201l-2 6q-6 106 82.5 
181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 
-6h346v-155z" />
+<glyph horiz-adv-x="568" d="M416 0h-211v630h-127v159l338 23v-812z" />
+<hkern u1="&#x22;" u2="w" k="-12" />
+<hkern u1="&#x27;" u2="w" k="-12" />
+<hkern u1="&#x28;" u2="&#x178;" k="-25" />
+<hkern u1="&#x28;" u2="&#xdd;" k="-25" />
+<hkern u1="&#x28;" u2="Y" k="-25" />
+<hkern u1="&#x28;" u2="W" k="-26" />
+<hkern u1="&#x28;" u2="V" k="-23" />
+<hkern u1="A" u2="w" k="39" />
+<hkern u1="A" u2="t" k="20" />
+<hkern u1="A" u2="&#x3f;" k="77" />
+<hkern u1="C" u2="&#x29;" k="30" />
+<hkern u1="D" u2="&#xc6;" k="61" />
+<hkern u1="E" u2="w" k="25" />
+<hkern u1="F" u2="&#x2026;" k="325" />
+<hkern u1="F" u2="&#x201e;" k="325" />
+<hkern u1="F" u2="&#x201a;" k="325" />
+<hkern u1="F" u2="&#x153;" k="52" />
+<hkern u1="F" u2="&#xff;" k="28" />
+<hkern u1="F" u2="&#xfd;" k="28" />
+<hkern u1="F" u2="&#xfc;" k="25" />
+<hkern u1="F" u2="&#xfb;" k="25" />
+<hkern u1="F" u2="&#xfa;" k="25" />
+<hkern u1="F" u2="&#xf9;" k="25" />
+<hkern u1="F" u2="&#xf6;" k="54" />
+<hkern u1="F" u2="&#xf5;" k="54" />
+<hkern u1="F" u2="&#xf4;" k="54" />
+<hkern u1="F" u2="&#xf3;" k="54" />
+<hkern u1="F" u2="&#xf2;" k="54" />
+<hkern u1="F" u2="&#xeb;" k="52" />
+<hkern u1="F" u2="&#xea;" k="52" />
+<hkern u1="F" u2="&#xe9;" k="52" />
+<hkern u1="F" u2="&#xe8;" k="52" />
+<hkern u1="F" u2="&#xe7;" k="52" />
+<hkern u1="F" u2="&#xe5;" k="68" />
+<hkern u1="F" u2="&#xe4;" k="68" />
+<hkern u1="F" u2="&#xe3;" k="68" />
+<hkern u1="F" u2="&#xe2;" k="68" />
+<hkern u1="F" u2="&#xe1;" k="68" />
+<hkern u1="F" u2="&#xe0;" k="68" />
+<hkern u1="F" u2="&#xc5;" k="163" />
+<hkern u1="F" u2="&#xc4;" k="163" />
+<hkern u1="F" u2="&#xc3;" k="163" />
+<hkern u1="F" u2="&#xc2;" k="163" />
+<hkern u1="F" u2="&#xc1;" k="163" />
+<hkern u1="F" u2="&#xc0;" k="163" />
+<hkern u1="F" u2="y" k="28" />
+<hkern u1="F" u2="v" k="28" />
+<hkern u1="F" u2="u" k="25" />
+<hkern u1="F" u2="r" k="30" />
+<hkern u1="F" u2="q" k="52" />
+<hkern u1="F" u2="o" k="54" />
+<hkern u1="F" u2="g" k="52" />
+<hkern u1="F" u2="e" k="52" />
+<hkern u1="F" u2="d" k="52" />
+<hkern u1="F" u2="c" k="52" />
+<hkern u1="F" u2="a" k="68" />
+<hkern u1="F" u2="T" k="-20" />
+<hkern u1="F" u2="A" k="163" />
+<hkern u1="F" u2="&#x3a;" k="325" />
+<hkern u1="F" u2="&#x2e;" k="325" />
+<hkern u1="F" u2="&#x2c;" k="325" />
+<hkern u1="K" u2="w" k="74" />
+<hkern u1="L" u2="w" k="104" />
+<hkern u1="O" u2="&#xc6;" k="61" />
+<hkern u1="P" u2="&#xc6;" k="165" />
+<hkern u1="P" u2="t" k="-16" />
+<hkern u1="Q" u2="&#x178;" k="71" />
+<hkern u1="Q" u2="&#xdd;" k="71" />
+<hkern u1="Q" u2="Y" k="71" />
+<hkern u1="Q" u2="W" k="23" />
+<hkern u1="Q" u2="V" k="33" />
+<hkern u1="Q" u2="T" k="39" />
+<hkern u1="R" u2="&#x178;" k="57" />
+<hkern u1="R" u2="&#xdd;" k="57" />
+<hkern u1="R" u2="Y" k="57" />
+<hkern u1="R" u2="V" k="22" />
+<hkern u1="R" u2="T" k="31" />
+<hkern u1="T" u2="&#xf8;" k="112" />
+<hkern u1="T" u2="&#xe6;" k="99" />
+<hkern u1="T" u2="&#xc6;" k="195" />
+<hkern u1="T" u2="&#xbb;" k="173" />
+<hkern u1="T" u2="&#xab;" k="175" />
+<hkern u1="T" u2="w" k="55" />
+<hkern u1="T" u2="r" k="77" />
+<hkern u1="V" u2="&#x7d;" k="-22" />
+<hkern u1="V" u2="r" k="35" />
+<hkern u1="V" u2="]" k="-20" />
+<hkern u1="V" u2="&#x29;" k="-23" />
+<hkern u1="W" u2="&#x7d;" k="-16" />
+<hkern u1="W" u2="r" k="24" />
+<hkern u1="W" u2="]" k="-14" />
+<hkern u1="W" u2="&#x29;" k="-17" />
+<hkern u1="Y" u2="&#x2022;" k="105" />
+<hkern u1="Y" u2="&#xf8;" k="91" />
+<hkern u1="Y" u2="&#xe6;" k="89" />
+<hkern u1="Y" u2="&#xc6;" k="136" />
+<hkern u1="Y" u2="&#xbb;" k="60" />
+<hkern u1="Y" u2="&#xab;" k="119" />
+<hkern u1="Y" u2="&#x7d;" k="-22" />
+<hkern u1="Y" u2="t" k="33" />
+<hkern u1="Y" u2="r" k="62" />
+<hkern u1="Y" u2="f" k="40" />
+<hkern u1="Y" u2="]" k="-21" />
+<hkern u1="Y" u2="&#x2a;" k="88" />
+<hkern u1="Y" u2="&#x29;" k="-23" />
+<hkern u1="Y" u2="&#x26;" k="57" />
+<hkern u1="Z" u2="w" k="31" />
+<hkern u1="[" u2="&#xdc;" k="21" />
+<hkern u1="[" u2="&#xdb;" k="21" />
+<hkern u1="[" u2="&#xda;" k="21" />
+<hkern u1="[" u2="&#xd9;" k="21" />
+<hkern u1="[" u2="U" k="21" />
+<hkern u1="[" u2="J" k="21" />
+<hkern u1="f" u2="&#x201d;" k="-34" />
+<hkern u1="f" u2="&#x201c;" k="-34" />
+<hkern u1="f" u2="&#x2019;" k="-34" />
+<hkern u1="f" u2="&#x2018;" k="-34" />
+<hkern u1="f" u2="&#x7d;" k="-37" />
+<hkern u1="f" u2="]" k="-66" />
+<hkern u1="f" u2="&#x29;" k="-53" />
+<hkern u1="f" u2="&#x27;" k="-34" />
+<hkern u1="f" u2="&#x22;" k="-34" />
+<hkern u1="k" u2="&#x153;" k="23" />
+<hkern u1="k" u2="&#xeb;" k="23" />
+<hkern u1="k" u2="&#xea;" k="23" />
+<hkern u1="k" u2="&#xe9;" k="23" />
+<hkern u1="k" u2="&#xe8;" k="23" />
+<hkern u1="k" u2="&#xe7;" k="23" />
+<hkern u1="k" u2="q" k="23" />
+<hkern u1="k" u2="g" k="23" />
+<hkern u1="k" u2="e" k="23" />
+<hkern u1="k" u2="d" k="23" />
+<hkern u1="k" u2="c" k="23" />
+<hkern u1="r" u2="w" k="-27" />
+<hkern u1="r" u2="t" k="-27" />
+<hkern u1="r" u2="f" k="-24" />
+<hkern u1="v" u2="f" k="-15" />
+<hkern u1="w" u2="&#x2026;" k="72" />
+<hkern u1="w" u2="&#x201e;" k="72" />
+<hkern u1="w" u2="&#x201a;" k="72" />
+<hkern u1="w" u2="&#x3a;" k="72" />
+<hkern u1="w" u2="&#x2e;" k="72" />
+<hkern u1="w" u2="&#x2c;" k="72" />
+<hkern u1="y" u2="f" k="-15" />
+<hkern u1="&#x7b;" u2="&#xdc;" k="23" />
+<hkern u1="&#x7b;" u2="&#xdb;" k="23" />
+<hkern u1="&#x7b;" u2="&#xda;" k="23" />
+<hkern u1="&#x7b;" u2="&#xd9;" k="23" />
+<hkern u1="&#x7b;" u2="U" k="23" />
+<hkern u1="&#x7b;" u2="J" k="23" />
+<hkern u1="&#xc0;" u2="w" k="39" />
+<hkern u1="&#xc0;" u2="t" k="20" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc1;" u2="w" k="39" />
+<hkern u1="&#xc1;" u2="t" k="20" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc2;" u2="w" k="39" />
+<hkern u1="&#xc2;" u2="t" k="20" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc3;" u2="w" k="39" />
+<hkern u1="&#xc3;" u2="t" k="20" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc4;" u2="w" k="39" />
+<hkern u1="&#xc4;" u2="t" k="20" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc5;" u2="w" k="39" />
+<hkern u1="&#xc5;" u2="t" k="20" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="77" />
+<hkern u1="&#xc7;" u2="&#x29;" k="30" />
+<hkern u1="&#xc8;" u2="w" k="25" />
+<hkern u1="&#xc9;" u2="w" k="25" />
+<hkern u1="&#xca;" u2="w" k="25" />
+<hkern u1="&#xcb;" u2="w" k="25" />
+<hkern u1="&#xd0;" u2="&#xc6;" k="61" />
+<hkern u1="&#xd2;" u2="&#xc6;" k="61" />
+<hkern u1="&#xd3;" u2="&#xc6;" k="61" />
+<hkern u1="&#xd4;" u2="&#xc6;" k="61" />
+<hkern u1="&#xd5;" u2="&#xc6;" k="61" />
+<hkern u1="&#xd6;" u2="&#xc6;" k="61" />
+<hkern u1="&#xdd;" u2="&#x2022;" k="105" />
+<hkern u1="&#xdd;" u2="&#xf8;" k="91" />
+<hkern u1="&#xdd;" u2="&#xe6;" k="89" />
+<hkern u1="&#xdd;" u2="&#xc6;" k="136" />
+<hkern u1="&#xdd;" u2="&#xbb;" k="60" />
+<hkern u1="&#xdd;" u2="&#xab;" k="119" />
+<hkern u1="&#xdd;" u2="&#x7d;" k="-22" />
+<hkern u1="&#xdd;" u2="t" k="33" />
+<hkern u1="&#xdd;" u2="r" k="62" />
+<hkern u1="&#xdd;" u2="f" k="40" />
+<hkern u1="&#xdd;" u2="]" k="-21" />
+<hkern u1="&#xdd;" u2="&#x2a;" k="88" />
+<hkern u1="&#xdd;" u2="&#x29;" k="-23" />
+<hkern u1="&#xdd;" u2="&#x26;" k="57" />
+<hkern u1="&#xfd;" u2="f" k="-15" />
+<hkern u1="&#xff;" u2="f" k="-15" />
+<hkern u1="&#x178;" u2="&#x2022;" k="105" />
+<hkern u1="&#x178;" u2="&#xf8;" k="91" />
+<hkern u1="&#x178;" u2="&#xe6;" k="89" />
+<hkern u1="&#x178;" u2="&#xc6;" k="136" />
+<hkern u1="&#x178;" u2="&#xbb;" k="60" />
+<hkern u1="&#x178;" u2="&#xab;" k="119" />
+<hkern u1="&#x178;" u2="&#x7d;" k="-22" />
+<hkern u1="&#x178;" u2="t" k="33" />
+<hkern u1="&#x178;" u2="r" k="62" />
+<hkern u1="&#x178;" u2="f" k="40" />
+<hkern u1="&#x178;" u2="]" k="-21" />
+<hkern u1="&#x178;" u2="&#x2a;" k="88" />
+<hkern u1="&#x178;" u2="&#x29;" k="-23" />
+<hkern u1="&#x178;" u2="&#x26;" k="57" />
+<hkern u1="&#x2018;" u2="w" k="-12" />
+<hkern u1="&#x2019;" u2="w" k="-12" />
+<hkern u1="&#x201c;" u2="w" k="-12" />
+<hkern u1="&#x201d;" u2="w" k="-12" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="43" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         k="174" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         k="81" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  k="92" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="m,n,p,ntilde"       k="23" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="87" />
+<hkern 
g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
g2="s"  k="87" />
+<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="285" />
+<hkern g1="B"  g2="T"  k="31" />
+<hkern g1="B"  g2="V"  k="28" />
+<hkern g1="B"  g2="Y,Yacute,Ydieresis"         k="130" />
+<hkern g1="C,Ccedilla"         g2="T"  k="34" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         
g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         k="24" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         g2="T"  
k="31" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         g2="V"  
k="25" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         
g2="Y,Yacute,Ydieresis"         k="50" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         
g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    k="88" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         g2="X"  
k="25" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis"         g2="Z"  
k="26" />
+<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis"      
g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  k="13" />
+<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis"      
g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="22" />
+<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis"      g2="T"  k="-20" />
+<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis"      
g2="u,ugrave,uacute,ucircumflex,udieresis"      k="20" />
+<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis"      
g2="v,y,yacute,ydieresis"       k="30" />
+<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis"    
g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         k="25" />
+<hkern g1="K"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="30" />
+<hkern g1="K"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="31" 
/>
+<hkern g1="K"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="26" />
+<hkern g1="K"  g2="v,y,yacute,ydieresis"       k="47" />
+<hkern g1="K"  g2="hyphen,uni00AD,endash,emdash"       k="168" />
+<hkern g1="K"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="58" />
+<hkern g1="L"  
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="298" />
+<hkern g1="L"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="-22" />
+<hkern g1="L"  g2="T"  k="213" />
+<hkern g1="L"  g2="V"  k="215" />
+<hkern g1="L"  g2="Y,Yacute,Ydieresis"         k="267" />
+<hkern g1="L"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="16" />
+<hkern g1="L"  g2="v,y,yacute,ydieresis"       k="140" />
+<hkern g1="L"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="59" />
+<hkern g1="L"  g2="U,Ugrave,Uacute,Ucircumflex,Udieresis"      k="28" />
+<hkern g1="L"  g2="W"  k="117" />
+<hkern g1="P"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="168" />
+<hkern g1="P"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
k="12" />
+<hkern g1="P"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="15" />
+<hkern g1="P"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="15" 
/>
+<hkern g1="P"  g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
k="382" />
+<hkern g1="P"  g2="X"  k="77" />
+<hkern g1="P"  g2="Z"  k="39" />
+<hkern g1="P"  g2="v,y,yacute,ydieresis"       k="-17" />
+<hkern g1="T"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="100" />
+<hkern g1="T"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
k="98" />
+<hkern g1="T"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="105" />
+<hkern g1="T"  g2="m,n,p,ntilde"       k="83" />
+<hkern g1="T"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="93" 
/>
+<hkern g1="T"  g2="s"  k="90" />
+<hkern g1="T"  g2="T"  k="-19" />
+<hkern g1="T"  g2="V"  k="-19" />
+<hkern g1="T"  g2="Y,Yacute,Ydieresis"         k="-19" />
+<hkern g1="T"  g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
k="203" />
+<hkern g1="T"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="77" />
+<hkern g1="T"  g2="v,y,yacute,ydieresis"       k="97" />
+<hkern g1="T"  g2="hyphen,uni00AD,endash,emdash"       k="200" />
+<hkern g1="T"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="33" />
+<hkern g1="T"  g2="W"  k="-17" />
+<hkern g1="T"  g2="S"  k="19" />
+<hkern g1="T"  g2="x"  k="91" />
+<hkern g1="T"  g2="z"  k="71" />
+<hkern g1="V"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="141" />
+<hkern g1="V"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
k="54" />
+<hkern g1="V"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="52" />
+<hkern g1="V"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="54" 
/>
+<hkern g1="V"  g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
k="215" />
+<hkern g1="V"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="33" />
+<hkern g1="V"  g2="v,y,yacute,ydieresis"       k="12" />
+<hkern g1="V"  g2="hyphen,uni00AD,endash,emdash"       k="73" />
+<hkern g1="V"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="30" />
+<hkern g1="W"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="73" />
+<hkern g1="W"  g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
k="39" />
+<hkern g1="W"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="36" />
+<hkern g1="W"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="36" 
/>
+<hkern g1="W"  g2="T"  k="-16" />
+<hkern g1="W"  g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
k="169" />
+<hkern g1="W"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="22" />
+<hkern g1="W"  g2="hyphen,uni00AD,endash,emdash"       k="101" />
+<hkern g1="X"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="30" />
+<hkern g1="X"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="32" 
/>
+<hkern g1="X"  g2="V"  k="-16" />
+<hkern g1="X"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="24" />
+<hkern g1="X"  g2="v,y,yacute,ydieresis"       k="51" />
+<hkern g1="X"  g2="hyphen,uni00AD,endash,emdash"       k="186" />
+<hkern g1="X"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="37" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         k="159" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         k="96" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  k="129" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="m,n,p,ntilde"       k="77" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="144" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="s"  k="121" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="T"  k="-20" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="V"  k="-21" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="Y,Yacute,Ydieresis"         k="-21" 
/>
+<hkern g1="Y,Yacute,Ydieresis"         
g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    k="247" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="u,ugrave,uacute,ucircumflex,udieresis"      k="75" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="v,y,yacute,ydieresis"       k="23" 
/>
+<hkern g1="Y,Yacute,Ydieresis"         g2="hyphen,uni00AD,endash,emdash"       
k="131" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="34" />
+<hkern g1="Y,Yacute,Ydieresis"         
g2="U,Ugrave,Uacute,Ucircumflex,Udieresis"      k="61" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="W"  k="-20" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="S"  k="19" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="x"  k="34" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="z"  k="42" />
+<hkern g1="Y,Yacute,Ydieresis"         g2="J"  k="159" />
+<hkern g1="Z"  g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring"         
k="-15" />
+<hkern g1="Z"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="24" />
+<hkern g1="Z"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="24" 
/>
+<hkern g1="Z"  g2="u,ugrave,uacute,ucircumflex,udieresis"      k="22" />
+<hkern g1="Z"  g2="v,y,yacute,ydieresis"       k="31" />
+<hkern g1="Z"  
g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE"      
k="30" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="50" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         
g2="v,y,yacute,ydieresis"       k="17" />
+<hkern g1="b,p,thorn"  
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="49" />
+<hkern g1="b,p,thorn"  g2="v,y,yacute,ydieresis"       k="12" />
+<hkern g1="b,p,thorn"  g2="x"  k="17" />
+<hkern g1="b,p,thorn"  g2="z"  k="17" />
+<hkern g1="c,ccedilla"         
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="42" />
+<hkern g1="e,egrave,eacute,ecircumflex,edieresis"      
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="38" />
+<hkern g1="e,egrave,eacute,ecircumflex,edieresis"      
g2="v,y,yacute,ydieresis"       k="15" />
+<hkern g1="h,m,n,ntilde"       
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="56" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis"       
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="61" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis"       
g2="v,y,yacute,ydieresis"       k="17" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis"       g2="x"  k="32" 
/>
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis"       g2="z"  k="19" 
/>
+<hkern g1="r"  
g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright"       
k="-19" />
+<hkern g1="r"  g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    
k="146" />
+<hkern g1="r"  g2="v,y,yacute,ydieresis"       k="-28" />
+<hkern g1="v,y,yacute,ydieresis"       
g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring"         k="17" />
+<hkern g1="v,y,yacute,ydieresis"       
g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  k="15" />
+<hkern g1="v,y,yacute,ydieresis"       
g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="17" />
+<hkern g1="v,y,yacute,ydieresis"       
g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis"    k="140" />
+<hkern g1="x"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="23" />
+<hkern g1="x"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="28" 
/>
+<hkern g1="z"  g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe"  
k="19" />
+<hkern g1="z"  g2="o,ograve,oacute,ocircumflex,otilde,odieresis"       k="19" 
/>
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.ttf
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.ttf
new file mode 100644
index 0000000..f5d90ec
Binary files /dev/null and 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.ttf
 differ
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.woff
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.woff
new file mode 100644
index 0000000..ee614ee
Binary files /dev/null and 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/css/fonts/Roboto-Bold-webfont.woff
 differ
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/js/bootstrap-logsearch.min.js
 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/js/bootstrap-logsearch.min.js
index 333e65d..8d0fd89 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/vendor/js/bootstrap-logsearch.min.js
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/vendor/js/bootstrap-logsearch.min.js
@@ -15,5 +15,5 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-"use strict";$(document).ready(function(){var 
n=$(this).find('[data-toggle="collapseAccordion"]');n.off("click").on("click",function(n){var
 l=$(this);return 
l.siblings(".panel-body").slideToggle(500),l.children().children(".panel-toggle").toggleClass("fa-angle-down
 fa-angle-up"),n.stopPropagation(),!1})});
-"use strict";!function(e){e.fn.navigationBar=function(n){var 
t=e.extend({},e.fn.navigationBar.defaults,n);return 
this.each(function(){function n(){var 
n=window.location.pathname+window.location.hash;o.find("li 
a").each(function(t,a){var 
s=e(a),i=s.attr("data-href")||s.attr("href");n.indexOf(i)!==-1&&["","#"].indexOf(i)===-1?s.parent().addClass("active"):s.parent().removeClass("active")})}function
 a(n){var 
a=e(n).parent(),s=t.activeClass,i=f+"."+s,l=d+"."+s;o.find(i).removeClass(s),o.find
 [...]
\ No newline at end of file
+"use 
strict";$(document).ready(function(){$(this).find('[data-toggle="collapseAccordion"]').off("click").on("click",function(n){var
 l=$(this);return 
l.siblings(".panel-body").slideToggle(500),l.children().children(".panel-toggle").toggleClass("fa-angle-down
 fa-angle-up"),n.stopPropagation(),!1})});
+"use strict";!function(e){e.fn.navigationBar=function(n){var 
t=e.extend({},e.fn.navigationBar.defaults,n);return 
this.each(function(){function n(){var 
n=window.location.pathname+window.location.hash;"/"!==n[n.length-1]&&(n+="/"),i.find("li
 a").each(function(t,a){var 
s=e(a),i=s.attr("data-href")||s.attr("href"),o=null==i||"/"===i[i.length-1]?i:i+"/";-1!==n.indexOf(o)&&-1===["","#"].indexOf(i)?s.parent().addClass("active"):s.parent().removeClass("active")})}function
 a(n){var a=e(n).parent( [...]

-- 
To stop receiving notification emails like this one, please contact
ababiic...@apache.org.

Reply via email to