[enh] Use 2 open fonts instead of default ones

Crimson to replace the default serif:
http://www.fontsquirrel.com/fonts/crimson

Montserrat to replace the sans-serif title font:
http://www.fontsquirrel.com/fonts/montserrat
This commit is contained in:
kload 2016-01-12 14:33:15 +01:00
parent bee509c80f
commit aaa6f3a4e5
40 changed files with 7670 additions and 13 deletions

View File

@ -0,0 +1,86 @@
/* Montserrat: sans-serif header font */
@font-face {
font-family: 'montserratsemi_bold';
src: url('../fonts/montserrat-semibold-webfont.eot');
src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
font-weight: normal;
font-style: normal;
}
/* Crimson: serif regular font */
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-semibold-webfont.eot');
src: url('../fonts/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-semibold-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-semibold-webfont.woff') format('woff'),
url('../fonts/crimsontext-semibold-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-semibold-webfont.svg#crimson_textsemibold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-semibolditalic-webfont.eot');
src: url('../fonts/crimsontext-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-semibolditalic-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-semibolditalic-webfont.woff') format('woff'),
url('../fonts/crimsontext-semibolditalic-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-semibolditalic-webfont.svg#crimson_textsemibolditalic') format('svg');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-bold-webfont.eot');
src: url('../fonts/crimsontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-bold-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-bold-webfont.woff') format('woff'),
url('../fonts/crimsontext-bold-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-bold-webfont.svg#crimson_textbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-bolditalic-webfont.eot');
src: url('../fonts/crimsontext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-bolditalic-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-bolditalic-webfont.woff') format('woff'),
url('../fonts/crimsontext-bolditalic-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-bolditalic-webfont.svg#crimson_textbolditalic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-regular-webfont.eot');
src: url('../fonts/crimsontext-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-regular-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-regular-webfont.woff') format('woff'),
url('../fonts/crimsontext-regular-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-regular-webfont.svg#crimson_textroman') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'crimson';
src: url('../fonts/crimsontext-italic-webfont.eot');
src: url('../fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/crimsontext-italic-webfont.woff2') format('woff2'),
url('../fonts/crimsontext-italic-webfont.woff') format('woff'),
url('../fonts/crimsontext-italic-webfont.ttf') format('truetype'),
url('../fonts/crimsontext-italic-webfont.svg#crimson_textitalic') format('svg');
font-weight: normal;
font-style: italic;
}

View File

@ -51,7 +51,7 @@ a {
text-transform: uppercase; text-transform: uppercase;
font-size: 5.5vw; font-size: 5.5vw;
letter-spacing: 4px; letter-spacing: 4px;
font-family: sans-serif; font-family: 'montserratsemi_bold', sans-serif;
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
margin-bottom: 1px; margin-bottom: 1px;
@ -61,13 +61,13 @@ a {
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
font-size: 2.2vw; font-size: 2.2vw;
font-family: serif; font-family: 'crimson', serif;
margin-top: 1px; margin-top: 1px;
} }
.full-picture .datetime { .full-picture .datetime {
text-transform: uppercase; text-transform: uppercase;
font-family: serif; font-family: 'crimson', serif;
letter-spacing: 2px; letter-spacing: 2px;
} }
@ -98,7 +98,8 @@ a {
.text { .text {
text-align: center; text-align: center;
font-size: 25px; font-family: 'crimson', serif;
font-size: 1.5em;
margin-left: 15%; margin-left: 15%;
margin-right: 15%; margin-right: 15%;
color: #333; color: #333;
@ -108,7 +109,7 @@ footer {
margin-top: 7em; margin-top: 7em;
text-align: center; text-align: center;
position: relative; position: relative;
font-family: serif; font-family: 'crimson', serif;
font-size: 11px; font-size: 11px;
color: #555; color: #555;
background-color: #EEE; background-color: #EEE;
@ -154,7 +155,7 @@ footer {
justify-content: center; justify-content: center;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
font-family: sans-serif; font-family: 'montserratsemi_bold', sans-serif;
} }
footer p { footer p {
@ -164,6 +165,6 @@ footer p {
footer a { footer a {
text-decoration: none; text-decoration: none;
font-weight: 600; font-weight: 600;
font-family: sans-serif; font-family: 'montserratsemi_bold', sans-serif;
color: #111; color: #111;
} }

View File

@ -1,6 +1,6 @@
body { body {
color: #222; color: #222;
font-family: sans-serif; font-family: 'montserratsemi_bold', sans-serif;
background-color: #FBFBFB; background-color: #FBFBFB;
margin: 0; margin: 0;
} }
@ -111,7 +111,7 @@ body {
color: #444; color: #444;
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
font-family: serif; font-family: 'crimson', serif;
margin-top: .5em; margin-top: .5em;
} }
@ -132,13 +132,13 @@ body {
font-style: italic; font-style: italic;
margin-top: 0; margin-top: 0;
margin-bottom: .7em; margin-bottom: .7em;
font-family: serif; font-family: 'crimson', serif;
font-weight: normal; font-weight: normal;
} }
.gallery-datetime { .gallery-datetime {
margin-bottom: 1em; margin-bottom: 1em;
font-family: serif; font-family: 'crimson', serif;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; letter-spacing: 2px;
font-size: 11px; font-size: 11px;
@ -148,7 +148,7 @@ footer {
margin-top: 7em; margin-top: 7em;
text-align: center; text-align: center;
position: relative; position: relative;
font-family: serif; font-family: 'crimson', serif;
font-size: 11px; font-size: 11px;
color: #555; color: #555;
background-color: #EEE; background-color: #EEE;
@ -164,6 +164,6 @@ footer p {
footer a { footer a {
text-decoration: none; text-decoration: none;
font-weight: 600; font-weight: 600;
font-family: sans-serif; font-family: 'montserratsemi_bold', sans-serif;
color: #111; color: #111;
} }

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 193 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 187 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 184 KiB

View File

@ -0,0 +1,507 @@
<?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">
<metadata></metadata>
<defs>
<font id="montserratsemi_bold" horiz-adv-x="1220" >
<font-face units-per-em="2048" ascent="1638" descent="-410" />
<missing-glyph horiz-adv-x="493" />
<glyph unicode="&#xfb01;" horiz-adv-x="1380" d="M63 844v217h148v96q0 179 116.5 278t288.5 99q122 0 213 -43l-12 -262q-84 43 -162 43q-60 2 -95.5 -30t-35.5 -97v-84h260v-217h-260v-844h-313v844h-148zM901 1415q0 76 48 126t122 50q75 0 123.5 -49.5t48.5 -126.5t-48.5 -126.5t-123.5 -49.5q-74 0 -122 50t-48 126z M915 0v1102h314v-1102h-314z" />
<glyph unicode="&#xfb02;" horiz-adv-x="1419" d="M63 844l3 217h145v115q0 164 112 264.5t295 99.5q128 -3 211 -41l-8 -264q-60 45 -139 49q-69 2 -113.5 -43t-44.5 -115v-65h262l-2 -217h-260v-844h-313v844h-148zM942 0v1520h315v-1520h-315z" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="493" />
<glyph unicode="&#x09;" horiz-adv-x="493" />
<glyph unicode="&#xa0;" horiz-adv-x="493" />
<glyph unicode="!" horiz-adv-x="491" d="M104 145q0 72 44 117t112 45q70 0 115 -45.5t45 -116.5q0 -70 -45.5 -116.5t-114.5 -46.5q-67 0 -111.5 46t-44.5 117zM115 1061v362h299v-362l-54 -578h-192z" />
<glyph unicode="&#x22;" horiz-adv-x="847" d="M123 889v545h237v-545h-237zM487 889v545h238v-545h-238z" />
<glyph unicode="#" horiz-adv-x="1499" d="M39 328l24 227h283l37 309h-277l25 228h281l43 342h227l-43 -342h311l43 342h230l-43 -342h278l-22 -228h-285l-37 -309h277l-25 -227h-281l-41 -328h-227l41 328h-311l-41 -328h-230l41 328h-278zM573 555h312l39 309h-312z" />
<glyph unicode="$" horiz-adv-x="1304" d="M41 217l129 264q109 -97 250.5 -156t257.5 -59q100 0 156.5 35.5t56.5 101.5q0 43 -26 75.5t-70.5 53.5t-101.5 38.5t-120.5 35.5t-127 38.5t-120.5 53t-101.5 74.5t-70.5 106.5t-26 145.5q0 163 110.5 272t299.5 140v297h245v-289q250 -24 445 -152l-125 -268 q-113 67 -236.5 107t-210.5 40q-84 0 -133 -29.5t-49 -86.5q0 -42 26 -74t70.5 -53t101.5 -39.5t120.5 -37t126.5 -40t120.5 -55t101.5 -76.5t69.5 -109t25.5 -149q0 -180 -124.5 -291t-328.5 -135v-305h-245v309q-139 20 -268 76.5t-228 140.5z" />
<glyph unicode="%" horiz-adv-x="2062" d="M70 1010q0 200 105 315t286 115q183 0 288 -115t105 -315q0 -201 -105 -318t-288 -117q-181 0 -286 117t-105 318zM272 1010q0 -121 50 -188.5t139 -67.5q91 0 140.5 67t49.5 189q0 119 -50 186.5t-140 67.5q-89 0 -139 -67.5t-50 -186.5zM358 0l1037 1434h295 l-1033 -1434h-299zM1208 426q0 200 105 316t286 116q183 0 288.5 -116t105.5 -316q0 -201 -105.5 -316.5t-288.5 -115.5q-182 0 -286.5 115.5t-104.5 316.5zM1411 426q0 -120 49.5 -188t138.5 -68q90 0 140.5 68t50.5 188t-50.5 188t-140.5 68q-89 0 -138.5 -68t-49.5 -188z " />
<glyph unicode="&#x26;" horiz-adv-x="1388" d="M113 399q0 71 22.5 130.5t66.5 106.5t91 81.5t113 70.5q-125 172 -125 322q0 153 108 245.5t289 92.5q174 0 284.5 -88.5t110.5 -226.5q0 -58 -20 -109t-49.5 -89t-77.5 -75.5t-90.5 -62.5t-102.5 -56q106 -119 248 -258q67 108 109 240l200 -150q-51 -133 -135 -258 l219 -211l-160 -159l-208 205q-190 -164 -416 -164q-205 0 -341 116.5t-136 296.5zM373 422q0 -91 65 -149t164 -58q122 0 238 96q-187 187 -310 322q-76 -47 -116.5 -97.5t-40.5 -113.5zM528 1110q0 -93 84 -217q103 54 158 109t55 128q0 59 -39.5 95.5t-103.5 36.5 q-70 0 -112 -42.5t-42 -109.5z" />
<glyph unicode="'" horiz-adv-x="483" d="M123 889v545h237v-545h-237z" />
<glyph unicode="(" horiz-adv-x="690" d="M137 633q0 251 66 479t192 408h281q-115 -184 -179.5 -413t-64.5 -474q0 -246 64.5 -475.5t179.5 -411.5h-281q-125 178 -191.5 406.5t-66.5 480.5z" />
<glyph unicode=")" horiz-adv-x="724" d="M150 -254q115 183 180 412.5t65 474.5t-65 473.5t-180 413.5h282q126 -180 192 -408t66 -479q0 -252 -66.5 -480.5t-191.5 -406.5h-282z" />
<glyph unicode="*" horiz-adv-x="753" d="M47 1038l176 99l-176 96l80 145l174 -104l-4 201h160l-2 -201l172 102l80 -143l-179 -96l179 -99l-80 -143l-174 102l4 -198h-160l4 200l-174 -102z" />
<glyph unicode="+" horiz-adv-x="1036" d="M68 563v209h350v348h200v-348h351v-209h-351v-346h-200v346h-350z" />
<glyph unicode="," horiz-adv-x="475" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154z" />
<glyph unicode="-" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="." horiz-adv-x="481" d="M82 145q0 71 45 116.5t113 45.5q69 0 113 -45t44 -117q0 -71 -44 -117t-113 -46q-68 0 -113 46.5t-45 116.5z" />
<glyph unicode="/" horiz-adv-x="708" d="M-63 -229l657 1892h266l-659 -1892h-264z" />
<glyph unicode="0" horiz-adv-x="1431" d="M90 719q0 351 161.5 538t465.5 187q301 0 462.5 -187.5t161.5 -537.5q0 -352 -161.5 -540.5t-462.5 -188.5q-304 0 -465.5 188.5t-161.5 540.5zM422 719q0 -252 71 -366.5t224 -114.5q152 0 222.5 114.5t70.5 366.5q0 250 -70.5 363.5t-222.5 113.5q-153 0 -224 -113 t-71 -364z" />
<glyph unicode="1" horiz-adv-x="827" d="M18 1161v273h594v-1434h-323v1161h-271z" />
<glyph unicode="2" d="M51 1235q279 213 563 213q213 0 346.5 -102t133.5 -269q0 -199 -269 -475l-317 -332h635v-270h-1055v221l518 549q68 70 109 139.5t41 120.5q0 68 -50 106t-139 38q-88 0 -191 -48.5t-200 -132.5z" />
<glyph unicode="3" horiz-adv-x="1130" d="M0 154l131 256q161 -166 363 -166q118 0 182.5 53t62.5 147q0 96 -63 145.5t-184 49.5h-220v180l336 350h-538v263h921v-193l-375 -391l70 -8q168 -24 269.5 -126t101.5 -265q0 -206 -147 -334.5t-392 -128.5q-141 0 -280.5 46t-237.5 122z" />
<glyph unicode="4" horiz-adv-x="1273" d="M57 324v229l465 881h312l-439 -848h344v315h301v-315h199v-262h-199v-324h-301v324h-682z" />
<glyph unicode="5" horiz-adv-x="1206" d="M37 162l129 256q83 -83 179.5 -126.5t193.5 -43.5q117 0 182 55.5t65 153.5q0 92 -65 142t-182 50q-234 0 -387 -10l2 795h917v-271h-620v-252l149 2q241 0 387 -120.5t146 -313.5q0 -224 -152 -357.5t-406 -133.5q-136 0 -282 47.5t-256 126.5z" />
<glyph unicode="6" horiz-adv-x="1284" d="M88 694q0 343 176.5 548.5t472.5 205.5q116 0 239 -31.5t212 -83.5l-123 -237q-134 92 -307 92q-181 0 -271.5 -110.5t-85.5 -305.5q54 80 145.5 124t213.5 44q212 0 336.5 -126t124.5 -337q0 -226 -143 -358.5t-382 -132.5q-283 0 -445.5 189t-162.5 519zM440 473 q-2 -90 61 -153.5t181 -63.5q110 0 174 58.5t64 164.5q0 100 -61 156.5t-169 56.5q-117 0 -184.5 -62t-65.5 -157z" />
<glyph unicode="7" horiz-adv-x="1200" d="M70 963v471h1093v-232l-545 -1202h-342l529 1163h-449v-200h-286z" />
<glyph unicode="8" horiz-adv-x="1304" d="M76 399q0 124 75.5 223t204.5 146q-96 50 -151 131t-55 176q0 171 136 272t365 101q230 0 367 -103t137 -278q0 -95 -51 -175t-139 -124q122 -47 193 -145t71 -220q0 -192 -156.5 -304.5t-419.5 -112.5q-266 0 -421.5 111.5t-155.5 301.5zM383 434q0 -98 69.5 -150.5 t200.5 -52.5q128 0 199.5 52.5t71.5 148.5q0 95 -71 147t-202 52q-129 0 -198.5 -51.5t-69.5 -145.5zM422 1049q0 -83 60.5 -129t170.5 -46q109 0 168.5 46t59.5 129q0 85 -59.5 130.5t-168.5 45.5q-110 0 -170.5 -45.5t-60.5 -130.5z" />
<glyph unicode="9" horiz-adv-x="1284" d="M72 956q0 226 142.5 359t381.5 133q283 0 445.5 -189.5t162.5 -519.5q0 -343 -176.5 -548t-472.5 -205q-116 0 -239 31t-212 83l123 238q134 -92 308 -92q180 0 270.5 110.5t85.5 305.5q-54 -80 -145.5 -124t-213.5 -44q-212 0 -336 125.5t-124 336.5zM373 954 q0 -100 60.5 -156.5t168.5 -56.5q117 0 184.5 62.5t65.5 157.5q2 90 -61 153.5t-181 63.5q-110 0 -173.5 -59t-63.5 -165z" />
<glyph unicode=":" horiz-adv-x="473" d="M82 145q0 71 45 116.5t113 45.5q69 0 113 -45t44 -117q0 -71 -44 -117t-113 -46q-68 0 -113 46.5t-45 116.5zM82 754q0 71 45 116t113 45q69 0 113 -44.5t44 -116.5q0 -71 -44 -117.5t-113 -46.5q-68 0 -113 47t-45 117z" />
<glyph unicode=";" horiz-adv-x="477" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154zM82 754q0 71 45 116t113 45q69 0 113 -44.5t44 -116.5q0 -71 -44 -117.5t-113 -46.5q-68 0 -113 47t-45 117z" />
<glyph unicode="&#x3c;" horiz-adv-x="1036" d="M68 532v265l901 381v-234l-695 -278l695 -281v-233z" />
<glyph unicode="=" horiz-adv-x="1036" d="M68 344v209h901v-209h-901zM68 782v209h901v-209h-901z" />
<glyph unicode="&#x3e;" horiz-adv-x="1036" d="M68 166v233l694 279l-694 280v234l899 -381v-264z" />
<glyph unicode="?" horiz-adv-x="946" d="M6 985q4 213 124.5 332t330.5 119q199 0 314.5 -92.5t115.5 -260.5q0 -64 -17.5 -118.5t-45.5 -94t-62 -75.5t-68 -69t-62 -67.5t-45.5 -79.5t-17.5 -96h-237q0 65 14.5 120t38 92.5t51.5 70.5t56 61.5t51.5 57.5t38 66.5t14.5 80.5q0 72 -44 108t-124 36 q-173 0 -182 -193zM295 145q0 72 44.5 117t113.5 45q68 0 112.5 -45.5t44.5 -116.5q0 -70 -44.5 -116.5t-112.5 -46.5q-69 0 -113.5 46t-44.5 117z" />
<glyph unicode="@" horiz-adv-x="1916" d="M55 547q0 184 71.5 349t194 282.5t292 186.5t358.5 69t354 -66t282.5 -181t185 -277.5t67.5 -348.5q0 -228 -109.5 -367t-282.5 -139q-200 0 -239 160l-4 31q-115 -168 -324 -168q-88 0 -170.5 34.5t-145.5 95.5t-101 151t-38 194q0 132 52.5 241.5t151.5 175.5t227 66 q58 0 113.5 -17t91.5 -41.5t58.5 -45t28.5 -33.5v115h240v-697q0 -102 84 -102q70 0 123 97t53 243q0 197 -83 355t-243 251.5t-372 93.5q-197 0 -363.5 -94.5t-263 -257.5t-96.5 -356q0 -190 91.5 -344.5t251 -241t353.5 -86.5q95 0 201 31.5t188 91.5l92 -158 q-89 -66 -224.5 -106.5t-256.5 -40.5q-187 0 -352 65t-283 178t-186 272t-68 339zM709 563q0 -111 61 -188.5t158 -77.5q103 0 164 76t61 188q0 107 -63 179.5t-166 72.5q-95 0 -155 -72.5t-60 -177.5z" />
<glyph unicode="A" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557z" />
<glyph unicode="B" horiz-adv-x="1458" d="M158 0v1434h659q236 0 374 -96.5t138 -262.5q0 -117 -66.5 -201.5t-181.5 -113.5q138 -26 218.5 -124t80.5 -239q0 -184 -144.5 -290.5t-395.5 -106.5h-682zM481 264h320q116 0 181 45.5t65 128.5q0 78 -65.5 123t-180.5 45h-320v-342zM481 856h320q91 0 143.5 42.5 t52.5 117.5q0 73 -52 113t-144 40h-320v-313z" />
<glyph unicode="C" horiz-adv-x="1421" d="M55 719q0 153 58.5 287.5t160 230.5t243.5 151.5t302 55.5q155 0 307 -64.5t258 -173.5l-188 -229q-74 85 -174 135.5t-199 50.5q-185 0 -310.5 -126.5t-125.5 -313.5t125.5 -314.5t310.5 -127.5q96 0 196 45.5t177 122.5l190 -207q-115 -118 -269.5 -187t-309.5 -69 q-211 0 -383.5 96t-270.5 264t-98 373z" />
<glyph unicode="D" horiz-adv-x="1574" d="M158 0v1434h608q220 0 391.5 -90.5t267 -254t95.5 -372.5t-96.5 -372t-271 -254t-398.5 -91h-596zM481 272h293q181 0 298.5 124t117.5 319q0 196 -122 321t-308 125h-279v-889z" />
<glyph unicode="E" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114z" />
<glyph unicode="F" horiz-adv-x="1218" d="M158 0v1434h1030l-2 -269h-705v-352h647v-270h-647v-543h-323z" />
<glyph unicode="G" horiz-adv-x="1525" d="M55 717q0 204 102 370.5t281.5 261.5t399.5 95q158 0 311.5 -56.5t263.5 -152.5l-182 -231q-80 74 -184.5 116.5t-208.5 42.5q-191 0 -321 -128.5t-130 -317.5q0 -190 131 -319.5t322 -129.5q127 0 280 78v377h281v-551q-115 -84 -274 -135t-308 -51q-214 0 -389 95.5 t-275 263t-100 372.5z" />
<glyph unicode="H" horiz-adv-x="1611" d="M158 0v1434h323v-598h649v598h324v-1434h-324v565h-649v-565h-323z" />
<glyph unicode="I" horiz-adv-x="641" d="M158 0v1434h323v-1434h-323z" />
<glyph unicode="J" horiz-adv-x="1073" d="M-8 209l149 229q73 -77 153.5 -118t149.5 -41q81 0 126.5 48.5t45.5 139.5v692h-493v275h819v-975q0 -224 -128.5 -348.5t-352.5 -124.5q-278 0 -469 223z" />
<glyph unicode="K" horiz-adv-x="1509" d="M158 0v1434h323v-652l596 652h375l-539 -598l576 -836h-389l-412 584l-207 -230v-354h-323z" />
<glyph unicode="L" horiz-adv-x="1130" d="M158 0v1434h323v-1151h615v-283h-938z" />
<glyph unicode="M" horiz-adv-x="1873" d="M158 0v1434h362l418 -877l416 877h360v-1434h-291v967l-381 -822h-211l-380 822v-967h-293z" />
<glyph unicode="N" horiz-adv-x="1613" d="M158 0v1434h295l696 -922v922h307v-1434h-295l-694 920v-920h-309z" />
<glyph unicode="O" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5z" />
<glyph unicode="P" horiz-adv-x="1388" d="M158 0v1434h608q274 0 423.5 -130t149.5 -368q0 -251 -149.5 -388.5t-423.5 -137.5h-285v-410h-323zM481 680h269q136 0 209 62t73 184q0 119 -72.5 179t-209.5 60h-269v-485z" />
<glyph unicode="Q" horiz-adv-x="1669" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -237 -133 -421t-354 -263q91 -109 195 -109q106 0 251 113l117 -211q-83 -73 -192 -115.5t-213 -42.5q-145 0 -265 84t-196 234q-158 4 -297.5 61.5t-238.5 154t-156.5 230.5 t-57.5 285zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5z" />
<glyph unicode="R" horiz-adv-x="1482" d="M158 0v1434h622q281 0 434.5 -130t153.5 -368q0 -165 -68.5 -283t-199.5 -180l305 -473h-367l-227 410h-31h-299v-410h-323zM481 680h299q135 0 208 62t73 184q0 118 -73 178.5t-208 60.5h-299v-485z" />
<glyph unicode="S" horiz-adv-x="1304" d="M41 217l129 264q109 -97 250.5 -156t257.5 -59q100 0 156.5 35.5t56.5 101.5q0 43 -26 75.5t-70.5 53.5t-101.5 38.5t-120.5 35.5t-127 38.5t-120.5 53t-101.5 74.5t-70.5 106.5t-26 145.5q0 194 152 309t403 115q148 0 292 -42t253 -114l-125 -268q-113 67 -236.5 107 t-210.5 40q-84 0 -133 -29.5t-49 -86.5q0 -42 26 -74t70.5 -53t101.5 -39.5t120.5 -37t126.5 -40t120.5 -55t101.5 -76.5t69.5 -109t25.5 -149q0 -137 -75 -236t-200 -147.5t-286 -48.5q-174 0 -341.5 61t-291.5 166z" />
<glyph unicode="T" horiz-adv-x="1230" d="M16 1159v275h1198v-275h-438v-1159h-323v1159h-437z" />
<glyph unicode="U" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5z" />
<glyph unicode="V" horiz-adv-x="1466" d="M0 1434h348l391 -1082l394 1082h333l-569 -1434h-334z" />
<glyph unicode="W" horiz-adv-x="2183" d="M0 1434h348l301 -1082l299 1082h318l303 -1082l299 1082h332l-476 -1434h-333l-289 1022l-295 -1022h-334z" />
<glyph unicode="X" horiz-adv-x="1476" d="M16 0l514 733l-479 701h377l299 -439l301 439h383l-477 -686l518 -748h-387l-338 477l-332 -477h-379z" />
<glyph unicode="Y" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455z" />
<glyph unicode="Z" horiz-adv-x="1376" d="M63 0v219l803 944h-776v271h1210v-217l-800 -947h813l-2 -270h-1248z" />
<glyph unicode="[" horiz-adv-x="729" d="M158 -254v1774h530v-244h-250v-1286h250v-244h-530z" />
<glyph unicode="\" horiz-adv-x="991" d="M104 1663h267l657 -1892h-266z" />
<glyph unicode="]" horiz-adv-x="913" d="M225 -10h250v1286h-250v244h531v-1774h-531v244z" />
<glyph unicode="^" horiz-adv-x="1153" d="M63 276l379 799h267l378 -799h-231l-281 617l-280 -617h-232z" />
<glyph unicode="_" horiz-adv-x="1181" d="M0 -238h1182v-180h-1182v180z" />
<glyph unicode="`" horiz-adv-x="716" d="M94 1458l293 109l219 -334h-252z" />
<glyph unicode="a" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="b" horiz-adv-x="1398" d="M162 0v1520h315v-580q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-160h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="c" horiz-adv-x="1153" d="M57 547q0 253 156 409t410 156q157 0 280 -60t197 -171l-213 -154q-94 117 -244 117h-8q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-70 -116 -196 -179.5t-294 -63.5q-251 0 -406 154.5t-155 404.5z" />
<glyph unicode="d" horiz-adv-x="1402" d="M57 555q0 252 141 405.5t371 153.5q234 0 357 -174v580h313v-1520h-313v162q-120 -174 -348 -174q-235 0 -378 156t-143 411zM373 547q2 -136 78 -220.5t200 -84.5q122 0 198.5 85t76.5 220t-76.5 220t-198.5 85t-199 -85.5t-79 -219.5z" />
<glyph unicode="e" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175q120 -152 120 -403q0 -38 -3 -79h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65 t-87 -175z" />
<glyph unicode="f" horiz-adv-x="761" d="M63 834v219h148v104q0 119 55.5 206t146 129t203.5 42q170 0 289 -78l-112 -229q-62 47 -138 47q-58 0 -94.5 -33t-36.5 -96v-92h260v-219h-260v-834h-313v834h-148z" />
<glyph unicode="g" horiz-adv-x="1320" d="M57 590q0 233 131 377.5t342 144.5h8q213 0 332 -160v150h314v-1000q0 -234 -161.5 -373t-426.5 -139q-263 0 -479 146l116 221q154 -111 342 -111q135 0 215 66.5t80 179.5v125q-116 -160 -331 -160q-214 0 -348 147t-134 386zM352 582q2 -127 73 -206t187 -79 q115 0 186.5 79.5t71.5 205.5q0 128 -71.5 207t-186.5 79t-186.5 -79.5t-73.5 -206.5z" />
<glyph unicode="h" horiz-adv-x="1382" d="M162 0v1520h315v-613q116 204 381 207q186 0 296 -114.5t110 -307.5v-692h-316v600q0 104 -58 164.5t-159 60.5q-117 -1 -185.5 -79.5t-68.5 -202.5v-543h-315z" />
<glyph unicode="i" horiz-adv-x="618" d="M139 1415q0 77 47.5 126.5t122.5 49.5t122.5 -49.5t47.5 -126.5t-47.5 -126.5t-122.5 -49.5t-122.5 49.5t-47.5 126.5zM152 0v1102h315v-1102h-315z" />
<glyph unicode="j" horiz-adv-x="630" d="M-176 -338l86 232q67 -44 129 -44q53 0 85 32.5t32 97.5v1122h313v-1135q0 -91 -31 -164t-84 -119.5t-122 -71t-148 -24.5q-147 0 -260 74zM129 1415q0 77 51.5 126.5t130.5 49.5q82 0 132.5 -49t50.5 -127q0 -77 -51 -126.5t-132 -49.5q-78 0 -130 50t-52 126z" />
<glyph unicode="k" horiz-adv-x="1267" d="M162 0v1520h315v-836l404 416h358l-403 -424l421 -676h-372l-267 449l-141 -150v-299h-315z" />
<glyph unicode="l" horiz-adv-x="641" d="M162 0v1520h315v-1520h-315z" />
<glyph unicode="m" horiz-adv-x="2127" d="M152 0v1102h315v-191q115 200 373 203q139 0 235.5 -66.5t136.5 -187.5q106 251 398 254q183 0 290 -114t107 -308v-692h-313v600q0 105 -57 165t-156 60q-112 -1 -178 -79.5t-66 -200.5v-545h-313v600q0 105 -57 165t-154 60q-113 -1 -179.5 -79.5t-66.5 -200.5v-545 h-315z" />
<glyph unicode="n" horiz-adv-x="1372" d="M152 0v1102h315v-193q115 202 381 205q185 0 294 -114.5t109 -307.5v-692h-315v600q0 104 -58 164.5t-159 60.5q-116 -1 -184 -79.5t-68 -202.5v-543h-315z" />
<glyph unicode="o" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="p" horiz-adv-x="1400" d="M162 -397v1499h315v-162q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-557h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="q" horiz-adv-x="1402" d="M57 555q0 252 141 405.5t371 153.5q234 0 357 -174v162h313v-1499h-313v559q-120 -174 -348 -174q-235 0 -378 156t-143 411zM373 547q2 -136 78 -220.5t200 -84.5q122 0 198.5 85t76.5 220t-76.5 220t-198.5 85t-199 -85.5t-79 -219.5z" />
<glyph unicode="r" horiz-adv-x="851" d="M152 0v1102h315v-199q117 208 364 211v-297q-26 2 -51 2q-131 0 -214 -67q-99 -80 -99 -222v-530h-315z" />
<glyph unicode="s" horiz-adv-x="1021" d="M37 141l102 213q85 -65 187.5 -101t195.5 -36q63 0 101.5 21.5t38.5 64.5q0 31 -24.5 55t-65 38t-91.5 30.5t-105 31.5t-105 42t-91.5 60t-65 88t-24.5 124q0 110 59 189t156 117t219 38q236 0 430 -123l-108 -215q-190 107 -336 107q-58 0 -92.5 -20.5t-34.5 -61.5 q0 -29 25 -52t66 -37t93 -30.5t106.5 -32t106.5 -43t93 -62t65.5 -89.5t24.5 -125q0 -109 -60.5 -188t-161 -117.5t-227.5 -38.5q-135 0 -259.5 39.5t-217.5 113.5z" />
<glyph unicode="t" horiz-adv-x="872" d="M47 836v217h154v303h313v-303h299v-219h-299v-455q0 -67 28 -98q26 -29 73 -29h6q60 0 147 41l66 -232q-131 -75 -287 -75q-154 0 -250 88t-96 252v510h-154z" />
<glyph unicode="u" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5z" />
<glyph unicode="v" horiz-adv-x="1138" d="M-6 1100l325 2l261 -803l258 803h313l-416 -1102h-323z" />
<glyph unicode="w" horiz-adv-x="1890" d="M-6 1100l321 2l246 -789l238 789h309l242 -789l241 789h312l-402 -1102h-315l-238 727l-235 -727h-316z" />
<glyph unicode="x" horiz-adv-x="1206" d="M14 0l381 563l-354 539h360l203 -334l215 334h344l-350 -537l375 -565h-363l-221 360l-242 -360h-348z" />
<glyph unicode="y" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62z" />
<glyph unicode="z" horiz-adv-x="1122" d="M78 0v199l567 653l-547 2v246h940v-199l-567 -653h586v-250z" />
<glyph unicode="{" horiz-adv-x="710" d="M57 508v250h74q43 0 61.5 21.5t18.5 72.5v391q0 154 77.5 216.5t268.5 62.5h121v-244q-106 0 -146 -30t-40 -105v-271q0 -108 -36 -162.5t-124 -76.5q88 -23 124 -78.5t36 -163.5v-270q0 -75 40 -105t146 -30v-244h-121q-191 0 -268.5 63t-77.5 218v389q0 52 -18.5 74 t-61.5 22h-74z" />
<glyph unicode="|" horiz-adv-x="591" d="M178 -227v1876h236v-1876h-236z" />
<glyph unicode="}" horiz-adv-x="808" d="M178 -14q104 0 144 30t40 105v270q0 108 36.5 163.5t125.5 78.5q-89 22 -125.5 76.5t-36.5 162.5v271q0 75 -40 105t-144 30v244h121q191 0 268.5 -62.5t77.5 -216.5v-391q0 -51 18.5 -72.5t61.5 -21.5h74v-250h-74q-43 0 -61.5 -22t-18.5 -74v-389q0 -155 -77.5 -218 t-268.5 -63h-121v244z" />
<glyph unicode="~" horiz-adv-x="1036" d="M123 502q0 334 219 334q46 0 92 -17t77 -37.5t65 -37.5t57 -17q69 0 69 98h213q0 -333 -219 -333q-48 0 -94.5 16.5t-76 36.5t-62.5 36.5t-57 16.5q-70 0 -70 -96h-213z" />
<glyph unicode="&#xa1;" horiz-adv-x="489" d="M109 952q0 72 44 118t113 46q68 0 112 -46t44 -118q0 -70 -44 -115.5t-112 -45.5q-69 0 -113 45t-44 116zM113 39l53 577h192l54 -577v-363h-299v363z" />
<glyph unicode="&#xa2;" horiz-adv-x="1142" d="M57 547q0 223 122 372t329 183v323h252v-325q225 -44 340 -219l-213 -154q-96 120 -252 117q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-111 -184 -348 -231v-309h-252v305q-205 34 -328 182.5t-123 368.5z" />
<glyph unicode="&#xa3;" horiz-adv-x="1134" d="M63 0v256h160v328h-160v225h160v166q0 226 123.5 349.5t347.5 123.5q123 0 233 -46t193 -132l-123 -246q-135 141 -268 141q-180 0 -180 -196v-160h348v-225h-348v-328h543v-256h-1029z" />
<glyph unicode="&#xa4;" horiz-adv-x="1443" d="M57 168l207 209q-82 132 -82 280q0 144 76 273l-201 203l176 184l207 -207q129 80 281 80t283 -78l204 205l178 -184l-202 -203q78 -127 78 -273q0 -150 -82 -282l206 -207l-178 -184l-215 215q-128 -72 -272 -72t-272 72l-216 -215zM430 657q0 -114 85 -194t206 -80 q122 0 208.5 80t86.5 194t-87 195.5t-208 81.5t-206 -81.5t-85 -195.5z" />
<glyph unicode="&#xa5;" horiz-adv-x="1337" d="M-6 1434h325l367 -643l358 643h326l-401 -748h252v-125h-320l-51 -98v-45h371v-127h-371v-291h-326v291h-379v127h379v37l-57 106h-322v125h254z" />
<glyph unicode="&#xa6;" horiz-adv-x="591" d="M178 -227v702h236v-702h-236zM178 944v705h236v-705h-236z" />
<glyph unicode="&#xa7;" horiz-adv-x="1085" d="M37 -20l90 200q195 -139 387 -139q75 0 120.5 26.5t45.5 67.5q0 36 -33.5 63.5t-87 47t-118.5 38.5t-130 46t-118.5 62t-87 93t-33.5 133q0 94 60 163.5t167 105.5q-94 44 -131 94t-37 121q0 141 118 230t314 89q227 0 432 -121l-96 -200q-198 106 -334 106 q-70 0 -111.5 -25t-41.5 -65q0 -33 26.5 -59t70 -43t99 -35.5t113.5 -35.5t113.5 -45t99 -61.5t70 -87t26.5 -120.5q0 -89 -58 -163t-151 -108q79 -42 113.5 -89t34.5 -126q0 -141 -122.5 -231t-324.5 -90q-131 0 -257.5 41t-227.5 117zM352 639q0 -56 64 -91.5t159 -35.5 q81 0 124.5 27t43.5 71q0 55 -64.5 90t-160.5 35q-80 0 -123 -26t-43 -70z" />
<glyph unicode="&#xa8;" horiz-adv-x="768" d="M18 1421q0 67 41.5 110.5t106.5 43.5q66 0 107.5 -43t41.5 -111q0 -66 -41.5 -109.5t-107.5 -43.5q-64 0 -106 43.5t-42 109.5zM403 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42.5 -109.5t-106.5 -43.5t-106 43.5t-42 109.5z" />
<glyph unicode="&#xa9;" horiz-adv-x="1499" d="M55 713q0 187 91.5 347.5t252 255.5t351.5 95q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM203 713q0 -147 71 -271t196 -197t275 -73q152 0 279 74t198.5 199t71.5 272 t-71.5 271t-196.5 196.5t-276 72.5q-114 0 -215.5 -43.5t-174 -117t-115 -173.5t-42.5 -210zM399 715q0 146 104.5 244t258.5 98q73 0 145 -30t125 -83l-90 -108q-37 41 -84.5 64.5t-93.5 23.5q-88 0 -147.5 -59.5t-59.5 -147.5t59.5 -148.5t147.5 -60.5q44 0 92.5 21.5 t85.5 58.5l90 -99q-54 -56 -127.5 -88t-148.5 -32q-152 0 -254.5 99t-102.5 247z" />
<glyph unicode="&#xaa;" horiz-adv-x="798" d="M51 1133q0 92 68.5 142t195.5 50h185v14q0 48 -35 74.5t-103 26.5q-96 0 -217 -51l-51 145q173 70 320 70q141 0 220.5 -63t78.5 -175l2 -428h-213v90q-71 -100 -221 -100q-106 0 -168 56t-62 149zM256 1149q0 -37 26 -58.5t72 -21.5q97 0 146 78v74h-140 q-104 0 -104 -72z" />
<glyph unicode="&#xab;" horiz-adv-x="997" d="M18 543l244 370h258l-219 -370l219 -373h-258zM444 543l244 370h256l-217 -370l217 -373h-256z" />
<glyph unicode="&#xac;" horiz-adv-x="1173" d="M68 653v209h966v-577h-227v368h-739z" />
<glyph unicode="&#xad;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#xae;" horiz-adv-x="1499" d="M55 713q0 187 91.5 347.5t252 255.5t351.5 95q143 0 271.5 -55t220.5 -148.5t146 -221.5t54 -269q0 -187 -92 -348t-253 -256t-352 -95q-143 0 -271.5 55.5t-220 149.5t-145 222t-53.5 268zM203 713q0 -147 71 -271t196 -197t275 -73q152 0 279 74t198.5 199t71.5 272 t-71.5 271t-196.5 196.5t-276 72.5q-114 0 -215.5 -43.5t-174 -117t-115 -173.5t-42.5 -210zM485 403v666h283q132 0 203 -60t71 -169q0 -158 -127 -215l146 -222h-170l-107 193h-16h-135v-193h-148zM633 715h135q63 0 98 31t35 88q0 56 -34.5 86t-98.5 30h-135v-235z" />
<glyph unicode="&#xaf;" horiz-adv-x="716" d="M82 1298v222h555v-222h-555z" />
<glyph unicode="&#xb0;" horiz-adv-x="747" d="M170 1430q0 98 71 168.5t169 70.5q100 0 171.5 -70.5t71.5 -168.5t-71.5 -169t-171.5 -71q-98 0 -169 71t-71 169zM295 1430q0 -46 34 -78.5t81 -32.5q49 0 83.5 32.5t34.5 78.5q0 45 -34.5 77.5t-83.5 32.5q-47 0 -81 -33t-34 -77z" />
<glyph unicode="&#xb1;" horiz-adv-x="1036" d="M68 14v209h901v-209h-901zM68 715v203h350v335h200v-335h351v-203h-351v-336h-200v336h-350z" />
<glyph unicode="&#xb2;" horiz-adv-x="792" d="M43 1315q179 127 363 127q132 0 216.5 -61.5t84.5 -161.5q0 -125 -168 -283l-185 -180h379v-174h-663v143l317 322q86 86 86 141q0 35 -26.5 54.5t-75.5 19.5q-54 0 -118 -29t-124 -80z" />
<glyph unicode="&#xb3;" horiz-adv-x="739" d="M14 676l90 170q101 -107 222 -107q67 0 103 29t36 80q0 102 -139 102h-142v119l205 199h-332v164h586v-127l-223 -215l43 -9q100 -14 160.5 -74.5t60.5 -156.5q0 -124 -93 -201.5t-247 -77.5q-91 0 -180 28.5t-150 76.5z" />
<glyph unicode="&#xb4;" horiz-adv-x="716" d="M102 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xb5;" horiz-adv-x="1394" d="M162 -397v1499h315v-602q0 -104 56 -164t153 -60q112 1 177 79.5t65 201.5v545h315v-1102h-315v193q-114 -205 -369 -205q-41 0 -82 6v-391h-315z" />
<glyph unicode="&#xb6;" horiz-adv-x="1308" d="M-8 1092q0 85 27.5 159t83 135.5t152 97.5t222.5 36h672v-1739h-236v1552h-225v-1552h-235v901h-58q-92 0 -165 27.5t-116.5 70t-72 99t-39 109t-10.5 104.5z" />
<glyph unicode="&#xb7;" horiz-adv-x="473" d="M82 592q0 68 44 112t110 44t109.5 -43.5t43.5 -112.5q0 -70 -43.5 -115t-109.5 -45t-110 45t-44 115z" />
<glyph unicode="&#xb8;" horiz-adv-x="716" d="M141 -414l60 138q48 -41 106 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l95 203h178l-66 -131q64 -18 101.5 -61t37.5 -105q0 -94 -67 -150.5t-174 -56.5q-104 0 -191 61z" />
<glyph unicode="&#xb9;" horiz-adv-x="552" d="M25 1255v179h387v-852h-222v673h-165z" />
<glyph unicode="&#xba;" horiz-adv-x="841" d="M49 1268q0 151 102 243.5t269 92.5q168 0 270.5 -92.5t102.5 -243.5q0 -152 -102 -244t-271 -92q-167 0 -269 92t-102 244zM266 1264q0 -73 43 -118.5t111 -45.5q69 0 111 45t42 119q0 75 -42 120.5t-111 45.5q-68 0 -111 -46t-43 -120z" />
<glyph unicode="&#xbb;" horiz-adv-x="1013" d="M98 170l219 371l-219 372h258l244 -372l-244 -371h-258zM524 170l219 371l-219 372h258l244 -372l-244 -371h-258z" />
<glyph unicode="&#xbc;" horiz-adv-x="1759" d="M25 1255v179h387v-852h-222v673h-165zM125 0l1036 1434h295l-1032 -1434h-299zM977 184v150l280 518h213l-268 -508h195v188h209v-188h120v-160h-120v-184h-209v184h-420z" />
<glyph unicode="&#xbd;" horiz-adv-x="1806" d="M25 1255v179h387v-852h-222v673h-165zM125 0l1036 1434h295l-1032 -1434h-299zM1057 731q178 129 362 129q132 0 216.5 -61.5t84.5 -161.5q0 -125 -168 -283l-184 -182h379v-172h-664v143l318 320q86 86 86 143q0 35 -27 54.5t-76 19.5q-109 0 -241 -109z" />
<glyph unicode="&#xbe;" horiz-adv-x="1882" d="M14 676l90 170q101 -107 222 -107q67 0 103 29t36 80q0 102 -139 102h-142v119l205 199h-332v164h586v-127l-223 -215l43 -9q100 -14 160.5 -74.5t60.5 -156.5q0 -124 -93 -201.5t-247 -77.5q-91 0 -180 28.5t-150 76.5zM248 0l1036 1434h295l-1032 -1434h-299zM1100 184 v150l280 518h213l-268 -508h195v188h209v-188h120v-160h-120v-184h-209v184h-420z" />
<glyph unicode="&#xbf;" horiz-adv-x="946" d="M55 16q0 64 17.5 118.5t45.5 94t62 75.5t68 69t62 67.5t45.5 79.5t17.5 96h237q0 -65 -14.5 -120t-38 -92.5t-51.5 -70t-56 -61t-51.5 -57.5t-38 -66.5t-14.5 -80.5q0 -72 44.5 -108t123.5 -36q176 0 182 193l244 -2q-4 -213 -124.5 -332t-330.5 -119q-199 0 -314.5 92 t-115.5 260zM338 954q0 71 44.5 117.5t113.5 46.5q67 0 112 -46.5t45 -117.5t-44.5 -116t-112.5 -45q-69 0 -113.5 44.5t-44.5 116.5z" />
<glyph unicode="&#xc0;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM430 1792l293 109l219 -334h-252zM547 539h452l-225 557z" />
<glyph unicode="&#xc1;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557zM614 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xc2;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM424 1583l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM547 539h452l-225 557z" />
<glyph unicode="&#xc3;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM426 1608q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h195q0 -306 -205 -306q-54 0 -100.5 25.5t-80.5 50.5t-59 25q-67 0 -67 -92h-195zM547 539h452l-225 557z" />
<glyph unicode="&#xc4;" horiz-adv-x="1554" d="M-6 0l622 1434h334l613 -1434h-346l-113 279h-664l-112 -279h-334zM438 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM547 539h452l-225 557zM823 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5 q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xc5;" horiz-adv-x="1554" d="M-6 0l606 1395q-76 76 -76 180q0 107 76.5 182.5t183.5 75.5t182.5 -75.5t75.5 -182.5q0 -108 -75 -180l596 -1395h-346l-113 279h-664l-112 -279h-334zM547 539h452l-225 557zM662 1575q0 -47 35.5 -81t86.5 -34t87 34t36 81q0 49 -36 83t-87 34t-86.5 -34t-35.5 -83z " />
<glyph unicode="&#xc6;" horiz-adv-x="2222" d="M-6 0l821 1434h1288v-269h-768v-311h693v-268h-693v-316h791v-270h-1112v315h-512l-170 -315h-338zM635 561h379v615h-45z" />
<glyph unicode="&#xc7;" horiz-adv-x="1421" d="M55 719q0 153 58.5 287.5t160 230.5t243.5 151.5t302 55.5q155 0 307 -64.5t258 -173.5l-188 -229q-74 85 -174 135.5t-199 50.5q-185 0 -310.5 -126.5t-125.5 -313.5t125.5 -314.5t310.5 -127.5q96 0 196 45.5t177 122.5l190 -207q-97 -100 -225.5 -165.5t-263.5 -84.5 l-47 -94q64 -18 101.5 -61t37.5 -105q0 -94 -67 -150.5t-174 -56.5q-104 0 -191 61l59 138q48 -41 107 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l76 164q-142 15 -265 77t-211 157.5t-138 223.5t-50 271z" />
<glyph unicode="&#xc8;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM358 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xc9;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM543 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xca;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM354 1583l224 303h262l223 -303h-232l-122 174l-123 -174h-232z" />
<glyph unicode="&#xcb;" horiz-adv-x="1368" d="M158 0v1434h1091v-269h-768v-311h693v-268h-693v-318h791v-268h-1114zM369 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM754 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5 q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xcc;" horiz-adv-x="641" d="M-29 1792l293 109l219 -334h-252zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xcd;" horiz-adv-x="641" d="M156 1567l217 334l293 -111l-260 -223h-250zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xce;" horiz-adv-x="641" d="M-35 1583l223 303h263l223 -303h-232l-123 174l-122 -174h-232zM158 0v1434h323v-1434h-323z" />
<glyph unicode="&#xcf;" horiz-adv-x="641" d="M-20 1755q0 68 41.5 111t105.5 43q65 0 107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM158 0v1434h323v-1434h-323zM365 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5 q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xd0;" horiz-adv-x="1632" d="M0 629v180h215v625h608q220 0 391.5 -90.5t267 -254t95.5 -372.5t-96.5 -372t-271 -254t-398.5 -91h-596v629h-215zM539 272h292q181 0 298.5 124t117.5 319q0 196 -122 321t-308 125h-278v-352h352v-180h-352v-357z" />
<glyph unicode="&#xd1;" horiz-adv-x="1613" d="M158 0v1434h295l696 -922v922h307v-1434h-295l-694 920v-920h-309zM455 1608q0 309 204 309q40 0 79 -16t63 -35t51 -35t47 -16q68 0 68 90h194q0 -306 -205 -306q-54 0 -100 25.5t-80 50.5t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xd2;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM463 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xd3;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM647 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xd4;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM457 1583l223 303h262l223 -303h-231l-123 174l-123 -174h-231z" />
<glyph unicode="&#xd5;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM459 1608q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h194q0 -306 -204 -306q-54 0 -100.5 25.5t-80.5 50.5t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xd6;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94t392.5 -94.5t277 -261t100.5 -371.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96t-392.5 95.5t-277 263t-100.5 372.5zM387 717q0 -93 35.5 -176.5t95 -143t141 -94.5t170.5 -35q181 0 308 130.5t127 318.5t-127 316 t-308 128q-183 0 -312.5 -128.5t-129.5 -315.5zM471 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM856 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5 t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xd7;" horiz-adv-x="1036" d="M129 422l244 246l-244 245l143 148l246 -248l246 248l143 -148l-243 -245l243 -246l-143 -148l-246 248l-246 -248z" />
<glyph unicode="&#xd8;" horiz-adv-x="1650" d="M55 717q0 206 100.5 372.5t277 260.5t392.5 94q67 0 142 -10l77 223h185l-94 -271q210 -83 335 -261.5t125 -407.5q0 -204 -100.5 -371.5t-277 -263.5t-392.5 -96q-85 0 -170 16l-84 -240h-182l100 291q-198 88 -316 265t-118 399zM387 717q0 -117 55 -216t148 -161 l282 819q-14 2 -43 2q-183 0 -312.5 -128.5t-129.5 -315.5zM750 276q36 -8 79 -8q181 0 308 130.5t127 318.5q0 127 -61.5 230.5t-164.5 160.5z" />
<glyph unicode="&#xd9;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM430 1792l293 109l219 -334h-252z" />
<glyph unicode="&#xda;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM614 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xdb;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM424 1583l223 303h262l224 -303h-232l-123 174l-123 -174h-231z" />
<glyph unicode="&#xdc;" horiz-adv-x="1556" d="M131 600v834h324v-834q0 -153 90 -242.5t237 -89.5q146 0 233 89t87 243v834h323v-834q0 -284 -173 -449t-470 -165q-299 0 -475 165.5t-176 448.5zM438 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z M823 1755q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xdd;" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455zM518 1567l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xde;" horiz-adv-x="1404" d="M158 0v1434h323v-193h269q286 0 446 -129.5t160 -359.5q0 -243 -160 -379.5t-446 -136.5h-269v-236h-323zM481 494h254q141 0 215 63.5t74 183.5q0 117 -74 179.5t-215 62.5h-254v-489z" />
<glyph unicode="&#xdf;" horiz-adv-x="1351" d="M133 0v1006q0 242 146 385t397 143q230 0 371 -111t141 -295q0 -111 -57.5 -204.5t-153.5 -139.5q135 -35 216 -126t81 -222q0 -195 -153 -315.5t-406 -120.5h-103v233h97q120 0 189 55t69 148q0 96 -76.5 147.5t-214.5 51.5h-35v231q115 0 178.5 56.5t63.5 158.5 q0 98 -55 152.5t-152 54.5q-109 0 -169.5 -68.5t-60.5 -191.5v-1028h-313z" />
<glyph unicode="&#xe0;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM258 1458l293 109l219 -334h-252zM360 350 q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe1;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM442 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xe2;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM252 1249l223 303h262l224 -303h-232l-123 174 l-123 -174h-231zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe3;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM254 1274q0 309 205 309q51 0 97.5 -25.5t82 -51 t59.5 -25.5q68 0 68 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5t-46.5 15.5q-67 0 -67 -92h-195zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95z" />
<glyph unicode="&#xe4;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM266 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5 t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM360 350q0 -63 46.5 -101t125.5 -38q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM651 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5 t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xe5;" d="M66 330q0 156 109 243.5t310 88.5h303v20q0 89 -58 136.5t-171 47.5q-153 0 -328 -96l-98 217q131 65 245.5 96t252.5 31q221 0 343 -104t124 -291l2 -719h-309v129q-115 -143 -347 -143q-174 0 -276 95.5t-102 248.5zM360 350q0 -63 46.5 -101t125.5 -38 q99 0 170.5 47.5t85.5 118.5v98h-247q-92 0 -136.5 -30t-44.5 -95zM360 1417q0 100 72.5 172t173.5 72t173.5 -72t72.5 -172q0 -101 -72 -172t-174 -71t-174 71t-72 172zM489 1417q0 -47 34 -79.5t83 -32.5q50 0 84.5 32.5t34.5 79.5q0 46 -35 78.5t-84 32.5t-83 -32.5 t-34 -78.5z" />
<glyph unicode="&#xe6;" horiz-adv-x="1982" d="M66 324q0 153 109 235t312 84h306v39q0 88 -59.5 136t-172.5 48q-167 0 -354 -96l-74 221q262 123 498 123q253 0 377 -133q140 131 358 131q269 0 421 -173t140 -460h-815q22 -116 99 -181t190 -65q164 0 280 119l166 -172q-176 -192 -471 -192q-159 0 -276 62.5 t-182 178.5q-134 -243 -457 -243q-183 0 -289 93t-106 245zM360 350q0 -69 47.5 -110t127.5 -41q185 0 264 163l-4 3v120h-244q-91 0 -141 -34.5t-50 -100.5zM834 354l38 -24l-6 18zM1110 639h504q-2 110 -70 181t-174 71q-102 0 -171.5 -69.5t-88.5 -182.5z" />
<glyph unicode="&#xe7;" horiz-adv-x="1153" d="M57 547q0 253 156 409t410 156q157 0 280 -60t197 -171l-213 -154q-96 120 -252 117q-116 0 -189 -81.5t-73 -213.5q0 -133 73 -216t189 -83q173 0 256 129l217 -148q-59 -98 -158 -159t-231 -78l-49 -96q64 -18 101.5 -61t37.5 -105q0 -94 -67.5 -150.5t-174.5 -56.5 q-103 0 -190 61l59 138q48 -41 107 -41q40 0 64 22.5t24 54.5t-25 53t-69 21q-24 0 -74 -8l78 166q-219 25 -351.5 175.5t-132.5 379.5z" />
<glyph unicode="&#xe8;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM266 1458l293 109l219 -334h-252zM369 641h501q-3 109 -69 174.5t-174 65.5 q-103 0 -171 -65t-87 -175z" />
<glyph unicode="&#xe9;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175zM451 1233l217 334 l293 -111l-261 -223h-249z" />
<glyph unicode="&#xea;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM260 1249l223 303h262l224 -303h-232l-123 174l-122 -174h-232zM369 641h501 q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175z" />
<glyph unicode="&#xeb;" horiz-adv-x="1222" d="M57 547q0 254 157.5 409.5t410.5 155.5q285 0 423 -175t117 -482h-790q28 -104 103 -163t181 -59q162 0 279 117l166 -168q-175 -194 -471 -194q-263 0 -419.5 153.5t-156.5 405.5zM274 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5 t-107 -42.5t-106.5 42.5t-41.5 108.5zM369 641h501q-3 109 -69 174.5t-174 65.5q-103 0 -171 -65t-87 -175zM659 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xec;" horiz-adv-x="618" d="M-39 1458l293 109l219 -334h-252zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xed;" horiz-adv-x="618" d="M145 1233l217 334l293 -111l-260 -223h-250zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xee;" horiz-adv-x="618" d="M-45 1249l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM152 0v1102h315v-1102h-315z" />
<glyph unicode="&#xef;" horiz-adv-x="618" d="M-31 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM152 0v1102h315v-1102h-315zM354 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xf0;" horiz-adv-x="1228" d="M55 461q0 204 126.5 327t338.5 123q106 0 198 -36.5t142 -98.5q-57 175 -239 350l-326 -110l-49 151l231 80q-126 89 -254 150l211 137q182 -76 328 -191l285 97l47 -154l-197 -67q132 -139 203 -306t71 -342q0 -267 -160.5 -426t-430.5 -159q-239 0 -382 129t-143 346z M356 479q0 -101 65.5 -162t172.5 -61q110 0 176 59t66 156q0 100 -66 160.5t-176 60.5q-109 0 -173.5 -58t-64.5 -155z" />
<glyph unicode="&#xf1;" horiz-adv-x="1372" d="M152 0v1102h315v-193q115 202 381 205q185 0 294 -114.5t109 -307.5v-692h-315v600q0 104 -58 164.5t-159 60.5q-116 -1 -184 -79.5t-68 -202.5v-543h-315zM367 1274q0 309 204 309q40 0 79 -16t63 -35t51 -35t47 -16q68 0 68 90h194q0 -305 -205 -305q-54 0 -100 25 t-80 50t-59 25q-68 0 -68 -92h-194z" />
<glyph unicode="&#xf2;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM299 1458l293 109l219 -334h-252zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84 t-75.5 -219z" />
<glyph unicode="&#xf3;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM483 1233l217 334 l293 -111l-260 -223h-250z" />
<glyph unicode="&#xf4;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM295 1249l223 303h262l224 -303h-232l-123 174l-123 -174h-231zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219 t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="&#xf5;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM297 1274q0 309 205 309q51 0 97.5 -25.5t82 -51t59.5 -25.5q68 0 68 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5 t-46.5 15.5q-67 0 -67 -92h-195zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219z" />
<glyph unicode="&#xf6;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q265 0 427.5 -154t162.5 -407q0 -252 -163 -407.5t-427 -155.5q-265 0 -428.5 155.5t-163.5 407.5zM309 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5zM375 547 q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM694 1421q0 67 41.5 110.5t106.5 43.5t107 -43.5t42 -110.5q0 -66 -42 -108.5t-107 -42.5t-106.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xf7;" horiz-adv-x="1036" d="M68 563v209h901v-209h-901zM354 313q0 67 42.5 110.5t107.5 43.5q64 0 105.5 -43t41.5 -111q0 -66 -41.5 -109.5t-105.5 -43.5q-65 0 -107.5 43.5t-42.5 109.5zM354 1044q0 67 42.5 110.5t107.5 43.5q64 0 105.5 -43t41.5 -111q0 -66 -41.5 -109.5t-105.5 -43.5 q-65 0 -107.5 43.5t-42.5 109.5z" />
<glyph unicode="&#xf8;" horiz-adv-x="1296" d="M57 551q0 253 163 407t429 154q66 0 115 -8l86 266h131l-96 -297q166 -59 260 -195.5t94 -326.5q0 -252 -163 -407.5t-427 -155.5q-65 0 -112 8l-95 -289h-133l105 320q-167 59 -262 197t-95 327zM354 547q0 -96 35.5 -169.5t99.5 -115.5l199 612q-18 3 -39 3 q-131 0 -213 -91t-82 -239zM608 219q12 -2 41 -2q131 0 212 91t81 239q0 97 -35.5 170.5t-99.5 113.5z" />
<glyph unicode="&#xf9;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM317 1458l293 109l219 -334h-251z" />
<glyph unicode="&#xfa;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM502 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xfb;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM311 1249l224 303h262l223 -303h-232l-122 174l-123 -174h-232z" />
<glyph unicode="&#xfc;" horiz-adv-x="1351" d="M119 410v692h315v-602q0 -104 55.5 -164t151.5 -60q112 1 178 80t66 201v545h313v-1102h-313v195q-113 -207 -369 -207q-183 0 -290 113.5t-107 308.5zM326 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5 q-64 0 -105.5 42.5t-41.5 108.5zM711 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#xfd;" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62zM416 1233l217 334l293 -111l-260 -223h-250z" />
<glyph unicode="&#xfe;" horiz-adv-x="1400" d="M162 -397v1917h315v-580q121 172 348 172q232 0 375 -156t143 -411q0 -251 -140.5 -404t-371.5 -153q-230 0 -354 172v-557h-315zM477 555q0 -136 76.5 -220.5t198.5 -84.5q121 0 196.5 85t75.5 220q0 133 -75.5 218t-196.5 85t-198 -84.5t-77 -218.5z" />
<glyph unicode="&#xff;" horiz-adv-x="1155" d="M-20 1102h325l289 -758l260 758h315l-483 -1225q-116 -289 -403 -289q-169 0 -299 107l133 227q71 -59 143 -59q100 0 146 98l30 62zM240 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z M625 1421q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2269" d="M55 717q0 200 100 364.5t276 258.5t392 94h1327v-269h-768v-311h691v-268h-691v-316h791v-270h-1350q-214 0 -390 93t-277 257.5t-101 366.5zM387 715q0 -189 126 -315t312 -126l234 2v879h-234q-187 0 -312.5 -125.5t-125.5 -314.5z" />
<glyph unicode="&#x153;" horiz-adv-x="2101" d="M57 551q0 253 163 407t429 154q140 0 248.5 -53t177.5 -150q66 97 169.5 150t236.5 53q269 0 422 -173t141 -460h-821q22 -116 100 -181t193 -65q162 0 282 117l166 -168q-178 -194 -475 -194q-140 0 -246 52.5t-170 149.5q-69 -97 -177 -149.5t-247 -52.5 q-265 0 -428.5 155.5t-163.5 407.5zM375 547q0 -135 75.5 -219t198.5 -84q122 0 198.5 84t76.5 219t-76.5 219t-198.5 84q-123 0 -198.5 -84t-75.5 -219zM1221 639h510q-2 109 -70.5 179.5t-175.5 70.5q-104 0 -174.5 -69t-89.5 -181z" />
<glyph unicode="&#x178;" horiz-adv-x="1363" d="M-6 1434h325l367 -643l358 643h326l-522 -971v-463h-324v455zM342 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5zM727 1755q0 68 41.5 111t105.5 43q65 0 107.5 -43.5t42.5 -110.5 q0 -66 -42.5 -108.5t-107.5 -42.5q-64 0 -105.5 42.5t-41.5 108.5z" />
<glyph unicode="&#x2c6;" horiz-adv-x="716" d="M4 1253l223 303h262l224 -303h-232l-123 174l-122 -174h-232z" />
<glyph unicode="&#x2dc;" horiz-adv-x="716" d="M6 1274q0 309 205 309q40 0 79 -16t63 -35t51 -35t47 -16q67 0 67 90h195q0 -305 -205 -305q-42 0 -81 15.5t-62.5 34.5t-50 34.5t-46.5 15.5q-67 0 -67 -92h-195z" />
<glyph unicode="&#x2000;" horiz-adv-x="958" />
<glyph unicode="&#x2001;" horiz-adv-x="1917" />
<glyph unicode="&#x2002;" horiz-adv-x="958" />
<glyph unicode="&#x2003;" horiz-adv-x="1917" />
<glyph unicode="&#x2004;" horiz-adv-x="639" />
<glyph unicode="&#x2005;" horiz-adv-x="479" />
<glyph unicode="&#x2006;" horiz-adv-x="319" />
<glyph unicode="&#x2007;" horiz-adv-x="319" />
<glyph unicode="&#x2008;" horiz-adv-x="239" />
<glyph unicode="&#x2009;" horiz-adv-x="383" />
<glyph unicode="&#x200a;" horiz-adv-x="106" />
<glyph unicode="&#x2010;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2011;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2012;" horiz-adv-x="761" d="M117 522v209h528v-209h-528z" />
<glyph unicode="&#x2013;" horiz-adv-x="833" d="M0 449v208h834v-208h-834z" />
<glyph unicode="&#x2014;" horiz-adv-x="1355" d="M0 449v208h1356v-208h-1356z" />
<glyph unicode="&#x2018;" horiz-adv-x="475" d="M61 1106q0 67 43 129l138 207h153l-86 -209q62 -44 62 -125q0 -70 -44 -115t-112 -45q-64 0 -109 43t-45 115z" />
<glyph unicode="&#x2019;" horiz-adv-x="475" d="M61 942l86 207q-63 45 -63 127q0 69 45 114.5t113 45.5q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -207h-154z" />
<glyph unicode="&#x201a;" horiz-adv-x="475" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154z" />
<glyph unicode="&#x201c;" horiz-adv-x="741" d="M61 1108q0 68 43 127l138 207h153l-86 -207q64 -46 64 -127q0 -70 -45 -115t-113 -45q-64 0 -109 43t-45 117zM416 1108q0 68 43 127l137 207h154l-86 -207q63 -45 63 -127q0 -70 -45 -115t-113 -45q-64 0 -108.5 43t-44.5 117z" />
<glyph unicode="&#x201d;" horiz-adv-x="790" d="M61 942l86 207q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -207h-154zM416 942l86 207q-64 46 -64 127q0 70 45 115t113 45q64 0 109 -43t45 -117q0 -68 -43 -127l-138 -207h-153z" />
<glyph unicode="&#x201e;" horiz-adv-x="829" d="M61 -188l86 206q-63 45 -63 127q0 70 45 115t113 45q64 0 108.5 -43t44.5 -117q0 -68 -43 -127l-137 -206h-154zM416 -188l86 206q-64 46 -64 127q0 70 45 115t113 45q64 0 109 -43t45 -117q0 -68 -43 -127l-138 -206h-153z" />
<glyph unicode="&#x2022;" horiz-adv-x="638" d="M82 561q0 106 66 174t169 68q104 0 171 -68t67 -174q0 -107 -67 -176.5t-171 -69.5q-103 0 -169 69.5t-66 176.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1343" d="M82 141q0 69 44 113.5t110 44.5t109.5 -44.5t43.5 -113.5t-43.5 -113t-109.5 -44t-110 44t-44 113zM518 141q0 69 44 113.5t110 44.5t109.5 -44.5t43.5 -113.5t-43.5 -113t-109.5 -44t-110 44t-44 113zM954 141q0 69 43.5 113.5t110.5 44.5q66 0 109 -44.5t43 -113.5 t-43 -113t-109 -44q-68 0 -111 44t-43 113z" />
<glyph unicode="&#x202f;" horiz-adv-x="383" />
<glyph unicode="&#x2039;" horiz-adv-x="571" d="M18 543l244 370h258l-219 -370l219 -373h-258z" />
<glyph unicode="&#x203a;" horiz-adv-x="587" d="M98 170l219 373l-219 370h258l244 -370l-244 -373h-258z" />
<glyph unicode="&#x205f;" horiz-adv-x="479" />
<glyph unicode="&#x20ac;" horiz-adv-x="1605" d="M63 489v152h183q-4 50 -4 78q0 30 4 88h-183v151h218q76 219 272 352.5t453 133.5q156 0 307.5 -64t257.5 -174l-189 -229q-74 86 -174 136t-200 50q-117 0 -215 -55t-156 -150h473v-151h-530q-9 -41 -9 -84q0 -35 7 -82h532v-152h-475q58 -97 156 -152.5t217 -55.5 q96 0 195.5 45.5t178.5 122.5l189 -207q-114 -118 -268.5 -187t-311.5 -69q-255 0 -449.5 139t-265.5 364h-213z" />
<glyph unicode="&#x2122;" horiz-adv-x="1839" d="M-14 1243v191h700v-191h-237v-670h-230v670h-233zM782 573v861h256l228 -490l227 490h256v-861h-207v529l-199 -443h-155l-197 443v-529h-209z" />
<glyph unicode="&#x25fc;" horiz-adv-x="1105" d="M0 0v1106h1106v-1106h-1106z" />
<hkern u1="&#x27;" u2="&#x2e;" k="111" />
<hkern u1="&#x28;" u2="&#x39;" k="27" />
<hkern u1="&#x2f;" u2="&#x39;" k="39" />
<hkern u1="&#x37;" u2="&#x2e;" k="72" />
<hkern u1="D" u2="Y" k="4" />
<hkern u1="J" u2="J" k="16" />
<hkern u1="J" u2="&#x2e;" k="14" />
<hkern u1="K" u2="&#x152;" k="43" />
<hkern u1="K" u2="&#xd8;" k="43" />
<hkern u1="K" u2="&#xd6;" k="43" />
<hkern u1="K" u2="&#xd5;" k="43" />
<hkern u1="K" u2="&#xd4;" k="43" />
<hkern u1="K" u2="&#xd3;" k="43" />
<hkern u1="K" u2="&#xd2;" k="43" />
<hkern u1="K" u2="&#xc7;" k="43" />
<hkern u1="K" u2="Q" k="43" />
<hkern u1="K" u2="O" k="43" />
<hkern u1="K" u2="G" k="43" />
<hkern u1="K" u2="C" k="43" />
<hkern u1="O" u2="Y" k="4" />
<hkern u1="Q" u2="Y" k="4" />
<hkern u1="U" u2="J" k="16" />
<hkern u1="V" u2="O" k="6" />
<hkern u1="V" u2="J" k="4" />
<hkern u1="W" u2="O" k="6" />
<hkern u1="W" u2="J" k="4" />
<hkern u1="W" u2="&#x26;" k="18" />
<hkern u1="Y" u2="&#x152;" k="39" />
<hkern u1="Y" u2="&#xd8;" k="39" />
<hkern u1="Y" u2="&#xd6;" k="39" />
<hkern u1="Y" u2="&#xd5;" k="39" />
<hkern u1="Y" u2="&#xd4;" k="39" />
<hkern u1="Y" u2="&#xd3;" k="39" />
<hkern u1="Y" u2="&#xd2;" k="39" />
<hkern u1="Y" u2="&#xc7;" k="39" />
<hkern u1="Y" u2="Q" k="39" />
<hkern u1="Y" u2="O" k="39" />
<hkern u1="Y" u2="J" k="37" />
<hkern u1="Y" u2="G" k="39" />
<hkern u1="Y" u2="C" k="39" />
<hkern u1="Y" u2="&#x2e;" k="2" />
<hkern u1="Y" u2="&#x26;" k="80" />
<hkern u1="[" u2="&#x39;" k="35" />
<hkern u1="a" u2="&#x7d;" k="43" />
<hkern u1="a" u2="\" k="14" />
<hkern u1="a" u2="O" k="2" />
<hkern u1="a" u2="J" k="16" />
<hkern u1="b" u2="J" k="61" />
<hkern u1="e" u2="&#x7d;" k="55" />
<hkern u1="e" u2="\" k="20" />
<hkern u1="e" u2="J" k="61" />
<hkern u1="h" u2="O" k="2" />
<hkern u1="h" u2="J" k="16" />
<hkern u1="m" u2="O" k="2" />
<hkern u1="m" u2="J" k="16" />
<hkern u1="n" u2="O" k="2" />
<hkern u1="n" u2="J" k="16" />
<hkern u1="o" u2="J" k="61" />
<hkern u1="p" u2="J" k="61" />
<hkern u1="v" u2="J" k="18" />
<hkern u1="w" u2="J" k="18" />
<hkern u1="y" u2="J" k="6" />
<hkern u1="y" u2="&#x2e;" k="12" />
<hkern u1="&#xd0;" u2="Y" k="4" />
<hkern u1="&#xd2;" u2="Y" k="4" />
<hkern u1="&#xd3;" u2="Y" k="4" />
<hkern u1="&#xd4;" u2="Y" k="4" />
<hkern u1="&#xd5;" u2="Y" k="4" />
<hkern u1="&#xd6;" u2="Y" k="4" />
<hkern u1="&#xd8;" u2="Y" k="4" />
<hkern u1="&#xd9;" u2="J" k="16" />
<hkern u1="&#xda;" u2="J" k="16" />
<hkern u1="&#xdb;" u2="J" k="16" />
<hkern u1="&#xdc;" u2="J" k="16" />
<hkern u1="&#xdd;" u2="O" k="6" />
<hkern u1="&#xdd;" u2="J" k="4" />
<hkern u1="&#xde;" u2="Y" k="23" />
<hkern u1="&#xe0;" u2="O" k="2" />
<hkern u1="&#xe0;" u2="J" k="16" />
<hkern u1="&#xe1;" u2="O" k="2" />
<hkern u1="&#xe1;" u2="J" k="16" />
<hkern u1="&#xe2;" u2="O" k="2" />
<hkern u1="&#xe2;" u2="J" k="16" />
<hkern u1="&#xe3;" u2="O" k="2" />
<hkern u1="&#xe3;" u2="J" k="16" />
<hkern u1="&#xe4;" u2="O" k="2" />
<hkern u1="&#xe4;" u2="J" k="16" />
<hkern u1="&#xe5;" u2="O" k="2" />
<hkern u1="&#xe5;" u2="J" k="16" />
<hkern u1="&#xe8;" u2="J" k="61" />
<hkern u1="&#xe9;" u2="J" k="61" />
<hkern u1="&#xea;" u2="J" k="61" />
<hkern u1="&#xeb;" u2="J" k="61" />
<hkern u1="&#xf0;" u2="Y" k="4" />
<hkern u1="&#xf1;" u2="O" k="2" />
<hkern u1="&#xf1;" u2="J" k="16" />
<hkern u1="&#xf2;" u2="J" k="61" />
<hkern u1="&#xf3;" u2="J" k="61" />
<hkern u1="&#xf4;" u2="J" k="61" />
<hkern u1="&#xf5;" u2="J" k="61" />
<hkern u1="&#xf6;" u2="J" k="61" />
<hkern u1="&#xf8;" u2="J" k="61" />
<hkern u1="&#xfd;" u2="J" k="18" />
<hkern u1="&#xfe;" u2="J" k="61" />
<hkern u1="&#xff;" u2="J" k="18" />
<hkern u1="&#x178;" u2="O" k="6" />
<hkern u1="&#x178;" u2="J" k="4" />
<hkern u1="&#x2018;" u2="&#x2e;" k="102" />
<hkern u1="&#x2019;" u2="&#x2e;" k="100" />
<hkern u1="&#x2019;" u2="&#x26;" k="43" />
<hkern g1="s" g2="T" k="29" />
<hkern g1="s" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="s" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="s" g2="x" k="27" />
<hkern g1="C,Ccedilla" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="14" />
<hkern g1="C,Ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="C,Ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="29" />
<hkern g1="C,Ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="8" />
<hkern g1="d,l,uniFB02" g2="J" k="16" />
<hkern g1="R" g2="backslash" k="23" />
<hkern g1="R" g2="J" k="18" />
<hkern g1="R" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="v,w,y,yacute,ydieresis" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="z" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="J" k="14" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="109" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="x" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="123" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="113" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="s" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="period" k="49" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="i" k="8" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="m,n,r,ntilde" k="55" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="igrave,iacute,icircumflex,idieresis" k="8" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="ampersand" k="43" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="55" />
<hkern g1="V,W,Y,Yacute,Ydieresis" g2="p,uni00B5" k="20" />
<hkern g1="t" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-8" />
<hkern g1="t" g2="V,W,Y,Yacute,Ydieresis" k="55" />
<hkern g1="t" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="T" k="51" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="J" k="16" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="T" k="41" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="v,w,y,yacute,ydieresis" k="8" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="J" k="53" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="39" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="x" k="20" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="D,O,Q,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,eth" g2="period" k="49" />
<hkern g1="k,x" g2="v,w,y,yacute,ydieresis" k="8" />
<hkern g1="k,x" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="k,x" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="20" />
<hkern g1="k,x" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="55" />
<hkern g1="k,x" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="49" />
<hkern g1="k,x" g2="s" k="27" />
<hkern g1="k,x" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="S" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="8" />
<hkern g1="q" g2="T" k="51" />
<hkern g1="q" g2="V,W,Y,Yacute,Ydieresis" k="20" />
<hkern g1="i,uni00B5,uniFB01" g2="T" k="51" />
<hkern g1="i,uni00B5,uniFB01" g2="J" k="10" />
<hkern g1="i,uni00B5,uniFB01" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="f" g2="f,germandbls,uniFB01,uniFB02" k="-8" />
<hkern g1="f" g2="T" k="-193" />
<hkern g1="f" g2="v,w,y,yacute,ydieresis" k="-61" />
<hkern g1="f" g2="J" k="33" />
<hkern g1="f" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="27" />
<hkern g1="f" g2="V,W,Y,Yacute,Ydieresis" k="-106" />
<hkern g1="f" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-55" />
<hkern g1="f" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="20" />
<hkern g1="f" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="55" />
<hkern g1="f" g2="period" k="-12" />
<hkern g1="f" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="-27" />
<hkern g1="f" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="-12" />
<hkern g1="f" g2="b,h,k,l,thorn" k="-41" />
<hkern g1="f" g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" k="-66" />
<hkern g1="L" g2="backslash" k="106" />
<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="-8" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="backslash" k="72" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="150" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,w,y,yacute,ydieresis" k="61" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V,W,Y,Yacute,Ydieresis" k="109" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="39" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="49" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="49" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="41" />
<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="S" k="8" />
<hkern g1="P" g2="J" k="59" />
<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="100" />
<hkern g1="P" g2="period" k="78" />
<hkern g1="g,j" g2="T" k="43" />
<hkern g1="g,j" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="Thorn" g2="J" k="37" />
<hkern g1="Thorn" g2="V,W,Y,Yacute,Ydieresis" k="8" />
<hkern g1="Thorn" g2="period" k="63" />
<hkern g1="T" g2="v,w,y,yacute,ydieresis" k="51" />
<hkern g1="T" g2="z" k="43" />
<hkern g1="T" g2="J" k="29" />
<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="150" />
<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="78" />
<hkern g1="T" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="135" />
<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="43" />
<hkern g1="T" g2="s" k="20" />
<hkern g1="T" g2="period" k="113" />
<hkern g1="T" g2="m,n,r,ntilde" k="51" />
<hkern g1="T" g2="ampersand" k="102" />
<hkern g1="T" g2="t,u,ugrave,uacute,ucircumflex,udieresis" k="51" />
<hkern g1="T" g2="b,h,k,l,thorn" k="94" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="backslash" k="47" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="T" k="51" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="v,w,y,yacute,ydieresis" k="20" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="z" k="12" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="J" k="41" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="braceright" k="8" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="V,W,Y,Yacute,Ydieresis" k="88" />
<hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="12" />
<hkern g1="c,ccedilla" g2="V,W,Y,Yacute,Ydieresis" k="53" />
<hkern g1="c,ccedilla" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" />
<hkern g1="c,ccedilla" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
<hkern g1="c,ccedilla" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="29" />
<hkern g1="K,X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="r" g2="v,w,y,yacute,ydieresis" k="-49" />
<hkern g1="r" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="12" />
<hkern g1="r" g2="V,W,Y,Yacute,Ydieresis" k="41" />
<hkern g1="r" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="T" k="51" />
<hkern g1="v,w,y,yacute,ydieresis" g2="J" k="29" />
<hkern g1="v,w,y,yacute,ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="61" />
<hkern g1="v,w,y,yacute,ydieresis" g2="V,W,Y,Yacute,Ydieresis" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="x" k="8" />
<hkern g1="v,w,y,yacute,ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="8" />
<hkern g1="v,w,y,yacute,ydieresis" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="37" />
<hkern g1="v,w,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="31" />
<hkern g1="v,w,y,yacute,ydieresis" g2="s" k="14" />
<hkern g1="v,w,y,yacute,ydieresis" g2="period" k="55" />
<hkern g1="v,w,y,yacute,ydieresis" g2="m,n,r,ntilde" k="-8" />
<hkern g1="B,germandbls" g2="backslash" k="18" />
<hkern g1="B,germandbls" g2="J" k="14" />
<hkern g1="z" g2="V,W,Y,Yacute,Ydieresis" k="49" />
<hkern g1="z" g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" k="8" />
<hkern g1="z" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="12" />
<hkern g1="z" g2="m,n,r,ntilde" k="12" />
<hkern g1="F" g2="J" k="37" />
<hkern g1="F" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="66" />
<hkern g1="F" g2="period" k="72" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="J" k="31" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,AE" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="x" k="41" />
<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="period" k="35" />
<hkern g1="asterisk" g2="J" k="18" />
<hkern g1="quotesingle" g2="J" k="35" />
<hkern g1="quoteright" g2="J" k="20" />
<hkern g1="trademark" g2="J" k="12" />
<hkern g1="slash" g2="J" k="41" />
<hkern g1="slash" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="37" />
<hkern g1="slash" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="23" />
<hkern g1="bracketleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="27" />
<hkern g1="quoteleft" g2="J" k="29" />
<hkern g1="parenleft" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="-35" />
<hkern g1="parenleft" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" k="20" />
<hkern g1="guilsinglright" g2="J" k="25" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -3,6 +3,7 @@
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8"> <meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="../static/css/fonts.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="../static/css/style-page.css" media="screen,projection"/> <link type="text/css" rel="stylesheet" href="../static/css/style-page.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="../static/css/baguetteBox.min.css" media="screen,projection"/> <link type="text/css" rel="stylesheet" href="../static/css/baguetteBox.min.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="../static/css/panorama_viewer.css" media="screen,projection"/> <link type="text/css" rel="stylesheet" href="../static/css/panorama_viewer.css" media="screen,projection"/>

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="static/css/fonts.css" media="screen,projection"/>
<link type="text/css" rel="stylesheet" href="static/css/style.css" media="screen,projection"/> <link type="text/css" rel="stylesheet" href="static/css/style.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile--> <!--Let browser know website is optimized for mobile-->