diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index b025d32c53f0c44645387e91655cb3a5799b9b05..57799b5c8821fb27abc3b74e5fdc8fe6cf466a45 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -1,9 +1,6 @@ -// -// ---------------- -// +@import url(//fonts.googleapis.com/css?family=Roboto:500,300,700,400&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic); @import "global/_variables.less"; @import "utils/_lesshat.import.less"; -@import "utils/_fonts.import.less"; @import "utils/_reset.import.less"; @import "utils/_keyframes.import.less"; @import "utils/_preloader.import.less"; @@ -34,7 +31,8 @@ a { text-decoration: none; - &:hover, &:active { + &:hover, + &:active { color: @primary-font-color; text-decoration: none; } @@ -80,7 +78,7 @@ blockquote { } } -.flex-center{ +.flex-center { display: -webkit-flex; display: flex; -webkit-align-items: center; @@ -619,7 +617,8 @@ label.required:after { margin: 5px 0; background-color: #333; opacity: .8; - .transition(transform .2s ease-out, width .2s ease-out); + .transition(transform .2s ease-out, + width .2s ease-out); &:nth-child(1) { // .transition-delay(.06s); } @@ -634,24 +633,30 @@ label.required:after { width: 25px; height: 25px; z-index: 100; - .calc(top, ~"50% - 13px"); - &:before, &:after { + .calc(top, + ~"50% - 13px"); + &:before, + &:after { content: " "; display: block; background-color: #aaa; width: 2px; height: 10px; position: absolute; - .calc(top, ~"50% - 5px"); - .calc(left, ~"50% - 5px"); + .calc(top, + ~"50% - 5px"); + .calc(left, + ~"50% - 5px"); } &:before { .transform(rotate(135deg) translateX(-4px)); - .transition(transform .185s ease-out .085s, background .15s ease-out); + .transition(transform .185s ease-out .085s, + background .15s ease-out); } &:after { .transform(rotate(-135deg) translateX(-4px)); - .transition(transform .185s ease-out, background .15s ease-out); + .transition(transform .185s ease-out, + background .15s ease-out); } &.left { &:before { @@ -669,23 +674,29 @@ label.required:after { height: 25px; z-index: 100; position: relative; - &:before, &:after { + &:before, + &:after { content: " "; display: block; background-color: #aaa; width: 2px; height: 10px; position: absolute; - .calc(top, ~"50% - 5px"); - .calc(left, ~"50% - 1px"); - .transform-origin(50%, 50%); + .calc(top, + ~"50% - 5px"); + .calc(left, + ~"50% - 1px"); + .transform-origin(50%, + 50%); } &:after { .transform(rotate(90deg)); - .transition(transform .315s ease-out .1s, background .15s ease-out); + .transition(transform .315s ease-out .1s, + background .15s ease-out); } &:before { - .transition(transform .315s ease-out .3s, background .15s ease-out); + .transition(transform .315s ease-out .3s, + background .15s ease-out); } &:hover { &:before { @@ -717,7 +728,12 @@ a.github-fork { text-transform: uppercase; font-weight: 400 !important; .transform(rotate(45deg) translateY(0)); - .transition(background-color .2s ease-out, transform .45s cubic-bezier(.15, 0, 0, 1) 2.15s, opacity .2s ease-out 2.15); + .transition(background-color .2s ease-out, + transform .45s cubic-bezier(.15, + 0, + 0, + 1) 2.15s, + opacity .2s ease-out 2.15); &:hover { background-color: #4b4b4b; color: #FFF; @@ -873,7 +889,8 @@ a.github-fork { height: 100%; .flex-center; flex-flow: row nowrap; - .calc(width, ~"100% - 60px"); + .calc(width, + ~"100% - 60px"); } h4 { display: block; @@ -921,8 +938,12 @@ a.github-fork { left: 0; padding-top: 15px; width: @rooms-box-width; - .calc(height, ~'100% - ' @header-min-height + @footer-min-height); - .transition(transform .3s cubic-bezier(.5, 0, .1, 1)); + .calc(height, + ~'100% - ' @header-min-height + @footer-min-height); + .transition(transform .3s cubic-bezier(.5, + 0, + .1, + 1)); &._hidden { .transform(translateX(-100%)); } @@ -939,7 +960,8 @@ a.github-fork { z-index: 5; position: absolute; left: 18px; - .calc(top, ~"50% - 8px"); + .calc(top, + ~"50% - 8px"); } &.offline { &:after { @@ -1037,18 +1059,30 @@ a.github-fork { overflow-x: hidden; width: @rooms-box-width; color: @tertiary-font-color; - .transition(transform .3s cubic-bezier(.5, 0, .1, 1)); - .custom-scroll(transparent, rgba(255, 255, 255, 0.05)); + .transition(transform .3s cubic-bezier(.5, + 0, + .1, + 1)); + .custom-scroll(transparent, + rgba(255, + 255, + 255, + 0.05)); &.hidden { .transform(translateX(-100%)); - header, footer, .content { + header, + footer, + .content { .transform(translateX(-100%)); } } header, footer, .content { - .transition(transform .425s cubic-bezier(0, .8, .05, 1)); + .transition(transform .425s cubic-bezier(0, + .8, + .05, + 1)); } > section { &:extend(.fill-all); @@ -1110,7 +1144,8 @@ a.github-fork { direction: rtl; position: absolute; top: @header-min-height; - .calc(height, ~"100% - " @header-min-height + @footer-min-height); + .calc(height, + ~"100% - " @header-min-height + @footer-min-height); width: 100%; overflow-x: hidden; overflow-y: scroll; @@ -1118,7 +1153,11 @@ a.github-fork { -webkit-overflow-scrolling: touch; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset; padding: 35px 10px; - .custom-scroll(transparent, rgba(255, 255, 255, 0.05)); + .custom-scroll(transparent, + rgba(255, + 255, + 255, + 0.05)); .transition-delay(.135s); background-color: @primary-background-color; &.no-shadow { @@ -1204,7 +1243,8 @@ a.github-fork { direction: rtl; position: absolute; top: @header-min-height; - .calc(height, ~"100% - " @header-min-height + @footer-min-height); + .calc(height, + ~"100% - " @header-min-height + @footer-min-height); width: 100%; overflow-x: hidden; overflow-y: auto; @@ -1212,7 +1252,11 @@ a.github-fork { -webkit-overflow-scrolling: touch; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset; background-color: lighten(@primary-background-color, 2%); - .custom-scroll(transparent, rgba(255, 255, 255, 0.05)); + .custom-scroll(transparent, + rgba(255, + 255, + 255, + 0.05)); > .wrapper { direction: ltr; padding-left: 8px; @@ -1266,8 +1310,10 @@ a.github-fork { right: 8px; z-index: 1000; cursor: pointer; - &.hover, &:hover { - &:before, &:after { + &.hover, + &:hover { + &:before, + &:after { background-color: rgba(255, 255, 255, 0.85); } } @@ -1376,7 +1422,8 @@ a.github-fork { overflow: hidden; text-overflow: ellipsis; vertical-align: middle; - .remove, .erase { + .remove, + .erase { position: absolute; display: block; right: -18px; @@ -1384,7 +1431,8 @@ a.github-fork { color: #666; opacity: 0; .transform(translateX(-10px)); - .transition(opacity .15s ease .35s, transform .12s ease-out .35s); + .transition(opacity .15s ease .35s, + transform .12s ease-out .35s); } &:hover { .opt { @@ -1450,7 +1498,8 @@ a.github-fork { display: block; top: 7px; .transform(translateX(-10px)); - .transition(opacity .12s ease .25s, transform .15s ease-out .25s); + .transition(opacity .12s ease .25s, + transform .15s ease-out .25s); i { margin: 0 1px; color: rgba(255, 255, 255, 0.5); @@ -1496,8 +1545,10 @@ a.github-fork { margin-top: 60px; padding-top: 15px; -webkit-overflow-scrolling: touch; - .calc(height, ~'100% - 60px'); - .custom-scroll(transparent, #EAEAEA); + .calc(height, + ~'100% - 60px'); + .custom-scroll(transparent, + #EAEAEA); } } @@ -1526,7 +1577,9 @@ a.github-fork { font-size: 22px; font-weight: 500; line-height: 29px; - .icon-at, .icon-hash, .icon-lock { + .icon-at, + .icon-hash, + .icon-lock { margin-right: -7px; } .icon-star, @@ -1539,7 +1592,8 @@ a.github-fork { display: none; } input[type='text'] { - .calc(width, ~'100% - 100px'); + .calc(width, + ~'100% - 100px'); vertical-align: top; margin-top: -4px; margin-left: -3px; @@ -1559,17 +1613,23 @@ a.github-fork { margin-left: @rooms-box-width; margin-top: 0; height: 100%; - .calc(width, ~'100% - ' @rooms-box-width); - .transition(width .25s cubic-bezier(.5, 0, .1, 1)); + .calc(width, + ~'100% - ' @rooms-box-width); + .transition(width .25s cubic-bezier(.5, + 0, + .1, + 1)); &.flex-opened { - .calc(width, ~'100% - ' @rooms-box-width + @flex-tab-width); + .calc(width, + ~'100% - ' @rooms-box-width + @flex-tab-width); margin-right: 420px; .flex-tab { .transform(translateX(0)); } } &.layout1 { - .calc(width, ~'100% - ' @rooms-box-width + @flex-tab-webrtc-width); + .calc(width, + ~'100% - ' @rooms-box-width + @flex-tab-webrtc-width); margin-right: 420px; .flex-tab { max-width: @flex-tab-webrtc-width; @@ -1577,7 +1637,8 @@ a.github-fork { } } &.layout2 { - .calc(width, ~'100% - ' @rooms-box-width + @flex-tab-webrtc-2-width); + .calc(width, + ~'100% - ' @rooms-box-width + @flex-tab-webrtc-2-width); margin-right: 420px; .flex-tab { max-width: @flex-tab-webrtc-2-width; @@ -1687,7 +1748,8 @@ a.github-fork { background-color: @secondary-font-color; position: absolute; right: -12px; - .calc(top, ~"50% - 2px"); + .calc(top, + ~"50% - 2px"); } &:nth-last-child(1) { &:after { @@ -1698,7 +1760,8 @@ a.github-fork { .info { display: block; float: left; - .calc(width, ~"100% - 150px"); + .calc(width, + ~"100% - 150px"); i { margin-right: 5px; width: 20px; @@ -1757,7 +1820,8 @@ a.github-fork { overflow-x: hidden; word-wrap: break-word; -webkit-overflow-scrolling: touch; - .custom-scroll(transparent, #EAEAEA); + .custom-scroll(transparent, + #EAEAEA); } .footer { position: absolute; @@ -1890,7 +1954,8 @@ a.github-fork { margin: 60px 20px 0px 0px; overflow: hidden; width: 100%; - .calc(height, ~'100% - 120px'); + .calc(height, + ~'100% - 120px'); ul { padding: 21px 0 10px; } @@ -1958,7 +2023,8 @@ a.github-fork { font-size: 12px; font-weight: 600; text-align: center; - .calc(left, ~"50% - 70px"); + .calc(left, + ~"50% - 70px"); color: @secondary-font-color; z-index: 10; padding: 0 10px; @@ -2084,7 +2150,10 @@ a.github-fork { right: 0; top: 0; .transform(translateX(100%)); - .transition(transform .25s cubic-bezier(.5, 0, .1, 1)); + .transition(transform .25s cubic-bezier(.5, + 0, + .1, + 1)); .control { height: 60px; position: relative; @@ -2092,7 +2161,8 @@ a.github-fork { z-index: 100; padding: 12px 30px 12px; background-color: @secondary-background-color; - > a, > form { + > a, + > form { float: left; } &:before { @@ -2102,7 +2172,8 @@ a.github-fork { position: absolute; background-color: @tertiary-background-color; bottom: 0px; - .calc(width, ~'100% - 30px'); + .calc(width, + ~'100% - 30px'); } .button { min-height: 36px; @@ -2120,23 +2191,28 @@ a.github-fork { color: @secondary-font-color; cursor: pointer; .transform(translateX(-27px)); - .transition(transform .25s ease-out .475s, background .075s ease-out .5s); + .transition(transform .25s ease-out .475s, + background .075s ease-out .5s); &:hover { .arrow { .arrow { - &:before, &:after { + &:before, + &:after { background-color: #4a4a4a; } } } } .arrow { - &:before, &:after { + &:before, + &:after { background-color: #7a7a7a; } } i { - .transform-origin(50%, 50%, 0); + .transform-origin(50%, + 50%, + 0); .transition(transform .3s ease-out); height: 12.5px; vertical-align: top; @@ -2148,7 +2224,8 @@ a.github-fork { .transform(translateX(0)); &:hover { .arrow { - &:before, &:after { + &:before, + &:after { background-color: #7a7a7a; } } @@ -2172,14 +2249,20 @@ a.github-fork { } .content { &:extend(.fill-all); - .custom-scroll(transparent, #DADADA); + .custom-scroll(transparent, + #DADADA); margin-top: 60px; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; - .calc(height, ~"100% - " @footer-min-height + @header-min-height); + .calc(height, + ~"100% - " @footer-min-height + @header-min-height); > div { - .transition(transform .45s cubic-bezier(.5, 0, 0, 1), opacity .125s ease-out .1s); + .transition(transform .45s cubic-bezier(.5, + 0, + 0, + 1), + opacity .125s ease-out .1s); } > .-hidden { .transform(translateX(100%)); @@ -2287,7 +2370,8 @@ a.github-fork { .info { margin-left: 120px; white-space: normal; - .calc(width, ~'100% - 120px'); + .calc(width, + ~'100% - 120px'); h3 { font-size: 24px; margin-bottom: 8px; @@ -2352,7 +2436,8 @@ a.github-fork { color: #6f6f6f; line-height: 22px; position: relative; - .transition(background .18s ease, colo .18s ease); + .transition(background .18s ease, + colo .18s ease); &:before { content: attr(data-stats); position: absolute; @@ -2484,7 +2569,8 @@ a.github-fork { position: relative; padding-left: 10px; color: @secondary-font-color; - .calc(width, ~"100% - 45px"); + .calc(width, + ~"100% - 45px"); } } a { @@ -2558,21 +2644,29 @@ a.github-fork { main { position: absolute; overflow-y: scroll; - .custom-scroll(transparent, #CFCFCF); - .calc(height, ~'100% - 112px'); + .custom-scroll(transparent, + #CFCFCF); + .calc(height, + ~'100% - 112px'); } } } &.opened { .animation(fadeIn .1s ease-out forwards); .modal { - .animation(modalEnter .35s cubic-bezier(.5, 0, .1, 1) forwards .1s); + .animation(modalEnter .35s cubic-bezier(.5, + 0, + .1, + 1) forwards .1s); } } &.closed { .animation(fadeOut .2s ease-out forwards); .modal { - .animation(modalExit .25s cubic-bezier(.5, 0, .1, 1) forwards); + .animation(modalExit .25s cubic-bezier(.5, + 0, + .1, + 1) forwards); } } &.overflow { @@ -2804,12 +2898,10 @@ a.github-fork { color: #b40202; } /* Firefox 18- */ - &::-moz-placeholder { color: #b40202; } /* Firefox 19+ */ - &:-ms-input-placeholder { color: #b40202; } @@ -2846,7 +2938,9 @@ a.github-fork { min-height: 100%; z-index: 101; background-color: darken(@primary-background-color, 10%); - .background-image(linear-gradient(darken(@primary-background-color, 10%), @primary-background-color)); + .background-image(linear-gradient(darken(@primary-background-color, + 10%), + @primary-background-color)); .wrapper { text-align: center; padding: 45px 0 35px; @@ -2894,11 +2988,17 @@ a.github-fork { .button { display: block; position: absolute; - .calc(top, ~"50% - 17px"); - .calc(left, ~"50% - 94px"); + .calc(top, + ~"50% - 17px"); + .calc(left, + ~"50% - 94px"); .transform(scale(0.75)); opacity: 0; - .transition(transform .2s cubic-bezier(0, .4, .4, 1.5), opacity .1s ease-out); + .transition(transform .2s cubic-bezier(0, + .4, + .4, + 1.5), + opacity .1s ease-out); } &:hover { .button { @@ -3014,7 +3114,8 @@ a.github-fork { padding: 12px; background-color: @secondary-background-color; border: 1px solid darken(@secondary-background-color, 10%); - .transition(background-color .15s ease-out, border-color .15s ease-out); + .transition(background-color .15s ease-out, + border-color .15s ease-out); &:first-child { margin-top: 10px; } @@ -3092,7 +3193,8 @@ a.github-fork { @media all and(max-width: 1100px) { #rocket-chat { .flex-opened { - .calc(width, ~'100% - ' @rooms-box-width); + .calc(width, + ~'100% - ' @rooms-box-width); } } } @@ -3132,7 +3234,9 @@ a.github-fork { &:nth-child(1) { opacity: 1; width: 10px; - .transform-origin(50%, 50%, 0); + .transform-origin(50%, + 50%, + 0); .transform(translateY(3px) translateX(10px) rotate(45deg)); } &:nth-child(2) { @@ -3141,7 +3245,9 @@ a.github-fork { &:nth-child(3) { opacity: 1; width: 10px; - .transform-origin(50%, 50%, 0); + .transform-origin(50%, + 50%, + 0); .transform(translateX(10px) translateY(-3px) rotate(-45deg)); } } @@ -3161,7 +3267,8 @@ a.github-fork { } .info { margin-left: 75px; - .calc(width, ~'100% - 120px'); + .calc(width, + ~'100% - 120px'); h3 { font-size: 20px; } diff --git a/public/fonts/Roboto-Light-webfont.eot b/public/fonts/Roboto-Light-webfont.eot deleted file mode 100755 index 072cdc480c81f4db452d8be35f9abd97849b1389..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Light-webfont.eot and /dev/null differ diff --git a/public/fonts/Roboto-Light-webfont.svg b/public/fonts/Roboto-Light-webfont.svg deleted file mode 100755 index db6a6171ed82280cc2db62409803df59ec720903..0000000000000000000000000000000000000000 --- a/public/fonts/Roboto-Light-webfont.svg +++ /dev/null @@ -1,641 +0,0 @@ -<?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="robotolight" horiz-adv-x="1140" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="498" /> -<glyph unicode="fi" horiz-adv-x="1100" d="M48 984v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120v984h-180zM808 0v1082h120v-1082h-120z" /> -<glyph horiz-adv-x="2048" /> -<glyph horiz-adv-x="2048" /> -<glyph unicode="
" horiz-adv-x="498" /> -<glyph unicode=" " horiz-adv-x="498" /> -<glyph unicode="	" horiz-adv-x="498" /> -<glyph unicode=" " horiz-adv-x="498" /> -<glyph unicode="!" horiz-adv-x="462" d="M158 0v167h142v-167h-142zM169 478v978h119v-978h-119z" /> -<glyph unicode=""" horiz-adv-x="588" d="M127 1083l3 255v222h102v-216l-33 -261h-72zM366 1083l4 258v219h101v-216l-33 -261h-72z" /> -<glyph unicode="#" horiz-adv-x="1270" d="M67 410v93h272l83 441h-279v96h297l79 416h100l-79 -416h314l79 416h100l-79 -416h229v-96h-247l-83 -441h255v-93h-273l-77 -410h-100l77 410h-313l-77 -410h-100l77 410h-255zM439 503h314l83 441h-314z" /> -<glyph unicode="$" horiz-adv-x="1135" d="M120 412l3 6h112q0 -177 101 -255t244 -78q148 0 234.5 77.5t86.5 196.5q0 110 -72 180t-254 135q-208 66 -308 159t-100 262q0 162 100 264t272 116v202h102v-202q175 -16 271 -131t94 -311l-3 -5h-112q0 152 -80 247t-224 95q-148 0 -224.5 -77.5t-76.5 -195.5 q0 -114 68 -183.5t261 -133.5q207 -69 306.5 -160.5t99.5 -258.5q0 -166 -104 -265.5t-280 -113.5v-190h-101v189q-181 11 -300.5 115.5t-115.5 315.5z" /> -<glyph unicode="%" horiz-adv-x="1514" d="M110 1099v77q0 127 78.5 214t206.5 87q127 0 205.5 -87t78.5 -214v-77q0 -126 -78 -212.5t-204 -86.5q-129 0 -208 86.5t-79 212.5zM206 1099q0 -88 49.5 -150t141.5 -62q89 0 137.5 62t48.5 150v77q0 88 -49 151t-139 63t-139.5 -63t-49.5 -151v-77zM386 169l711 1138 l74 -48l-711 -1138zM842 278v78q0 126 78.5 213t206.5 87q127 0 206 -87t79 -213v-78q0 -126 -78.5 -212.5t-204.5 -86.5q-129 0 -208 86.5t-79 212.5zM939 278q0 -88 49 -150t141 -62q89 0 137.5 62t48.5 150v78q0 91 -49 152t-139 61t-139 -61.5t-49 -151.5v-78z" /> -<glyph unicode="&" horiz-adv-x="1260" d="M91 371q0 120 72.5 216.5t209.5 196.5l15 11q-81 100 -120 182.5t-39 169.5q0 158 89 244t244 86q144 0 228.5 -81t84.5 -204q0 -90 -45 -155t-130 -130l-159 -122l412 -481q49 71 76 159t27 188h110q0 -128 -36.5 -235.5t-105.5 -194.5l185 -216l-2 -5h-137l-122 141 q-85 -78 -186 -120t-218 -42q-209 0 -331 107t-122 285zM211 371q0 -124 85.5 -207.5t247.5 -83.5q92 0 179.5 36t157.5 103l-414 482l-8.5 8.5t-5.5 7.5l-47 -36q-116 -94 -155.5 -170t-39.5 -140zM349 1149q0 -66 31.5 -137t96.5 -151l177 132q58 45 82.5 94t24.5 105 q0 79 -52.5 131t-146.5 52q-102 0 -157.5 -65t-55.5 -161z" /> -<glyph unicode="'" horiz-adv-x="348" d="M116 1090l8 266v204h102v-195l-38 -275h-72z" /> -<glyph unicode="(" horiz-adv-x="640" d="M140 573v15q0 363 139 651t310 386l6 -1l26 -73q-145 -103 -253 -366t-108 -594v-20q0 -331 108 -594t253 -370l-26 -70h-6q-173 100 -311 382t-138 654z" /> -<glyph unicode=")" horiz-adv-x="652" d="M18 -393q144 102 252.5 367t108.5 597v20q0 329 -110.5 595.5t-250.5 368.5l26 70h6q170 -98 309 -386t139 -651v-15q0 -372 -138 -654t-310 -382h-6z" /> -<glyph unicode="*" horiz-adv-x="869" d="M29 1108l32 101l332 -123l-4 370h104l-8 -373l324 127l33 -101l-333 -115l223 -294l-85 -63l-214 305l-204 -303l-85 61l217 300z" /> -<glyph unicode="+" horiz-adv-x="1156" d="M75 628v112h434v466h121v-466h443v-112h-443v-482h-121v482h-434z" /> -<glyph unicode="," horiz-adv-x="392" d="M83 -258l69 279v167h119v-170l-106 -276h-82z" /> -<glyph unicode="-" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" /> -<glyph unicode="." horiz-adv-x="489" d="M167 0v164h137v-164h-137z" /> -<glyph unicode="/" horiz-adv-x="813" d="M30 -125l608 1581h108l-607 -1581h-109z" /> -<glyph unicode="0" horiz-adv-x="1194" d="M135 565v325q0 281 122 434t339 153t340 -153t123 -434v-325q0 -282 -122 -434t-339 -152q-216 0 -339.5 152.5t-123.5 433.5zM255 547q0 -222 88.5 -344.5t254.5 -122.5t253.5 122t87.5 345v363q0 224 -88 344.5t-255 120.5t-254 -120.5t-87 -344.5v-363z" /> -<glyph unicode="1" horiz-adv-x="1135" d="M188 1288v84l490 88v-1467h-120v1338z" /> -<glyph unicode="2" horiz-adv-x="1135" d="M111 1043q-5 182 118 308t333 126q188 0 301 -108t113 -290q0 -120 -75.5 -243.5t-210.5 -275.5l-401 -454l2 -5h750v-101h-904v92l477 541q132 149 186.5 249.5t54.5 192.5q0 136 -76.5 218t-216.5 82q-166 0 -252 -92t-86 -246h-111z" /> -<glyph unicode="3" horiz-adv-x="1135" d="M104 389l2 6h112q0 -139 96.5 -227t249.5 -88q155 0 242 80.5t87 230.5q0 153 -91 226.5t-260 73.5h-139v102h139q159 0 241 79.5t82 204.5q0 136 -77 217t-229 81q-140 0 -229.5 -82.5t-89.5 -217.5h-112l-2 6q-5 170 119 283t314 113q195 0 310.5 -107t115.5 -297 q0 -103 -64 -193.5t-180 -134.5q136 -39 203.5 -131.5t67.5 -218.5q0 -194 -125.5 -305t-322.5 -111q-191 0 -328 108.5t-132 301.5z" /> -<glyph unicode="4" horiz-adv-x="1135" d="M69 368v68l671 1020h131v-987h228v-101h-228v-368h-119v368h-683zM211 469h541v830l-6 2l-51 -109z" /> -<glyph unicode="5" horiz-adv-x="1135" d="M174 377l2 6h107q0 -147 83.5 -225t222.5 -78q162 0 242.5 98t80.5 284q0 163 -80.5 261.5t-225.5 98.5q-140 0 -213.5 -44.5t-106.5 -134.5l-97 16l81 797h707v-111h-605l-54 -519q55 50 121 77t179 30q186 3 300 -125t114 -344q0 -221 -110.5 -353t-332.5 -132 q-180 0 -300 100.5t-115 297.5z" /> -<glyph unicode="6" horiz-adv-x="1135" d="M152 540v367q0 252 143 411t352 159q75 0 148 -17t130 -49l-31 -98q-57 32 -113 47t-134 15q-162 0 -268.5 -126t-106.5 -331v-129q60 78 153 125t206 47q196 0 310 -135t114 -352q0 -215 -122.5 -355t-318.5 -140q-201 0 -331.5 150t-130.5 411zM272 531q0 -209 96 -330 t246 -121q146 0 233.5 114.5t87.5 279.5q0 175 -85 282t-243 107q-121 0 -211.5 -63t-123.5 -162v-107z" /> -<glyph unicode="7" horiz-adv-x="1135" d="M77 1354v102h955v-102q-236 -280 -361 -568.5t-167 -663.5l-11 -122h-120l11 122q42 370 174 669.5t350 562.5h-831z" /> -<glyph unicode="8" horiz-adv-x="1135" d="M100 386q0 129 79 224.5t212 136.5q-115 40 -182.5 128t-67.5 206q0 188 118.5 292t307.5 104q188 0 308.5 -104.5t120.5 -291.5q0 -118 -69 -206.5t-184 -128.5q133 -41 213.5 -136.5t80.5 -223.5q0 -196 -131 -301.5t-337 -105.5q-210 0 -339.5 105t-129.5 302z M219 385q0 -143 97 -224t253 -81q152 0 250 81.5t98 223.5q0 138 -100 224.5t-250 86.5q-152 0 -250 -86.5t-98 -224.5zM260 1082q0 -129 86.5 -206.5t222.5 -77.5q133 0 220 77.5t87 206.5q0 126 -88.5 209.5t-220.5 83.5q-135 0 -221 -80t-86 -213z" /> -<glyph unicode="9" horiz-adv-x="1135" d="M89 958q0 221 127.5 370t315.5 149q211 0 338 -137.5t127 -399.5v-429q0 -253 -134 -392.5t-352 -139.5q-78 0 -156.5 15t-149.5 46l22 100q68 -32 134.5 -46t149.5 -14q166 0 264 111t98 318v146q-53 -92 -142.5 -142t-199.5 -50q-199 0 -320.5 138t-121.5 357zM213 958 q0 -168 86 -281t232 -113q130 0 217.5 66.5t124.5 164.5v154q0 207 -90.5 316.5t-245.5 109.5q-141 0 -232.5 -122t-91.5 -295z" /> -<glyph unicode=":" horiz-adv-x="434" d="M154 0v164h137v-164h-137zM154 916v164h137v-164h-137z" /> -<glyph unicode=";" horiz-adv-x="438" d="M106 -258l69 279v167h119v-170l-106 -276h-82zM158 918v164h137v-164h-137z" /> -<glyph unicode="<" horiz-adv-x="1047" d="M77 501v97l827 378v-126l-614 -272l-108 -28v-6l108 -28l614 -268v-126z" /> -<glyph unicode="=" horiz-adv-x="1147" d="M149 422v106h834v-106h-834zM149 833v106h834v-106h-834z" /> -<glyph unicode=">" horiz-adv-x="1061" d="M124 122v124l632 274l108 27v6l-108 29l-632 271v123l845 -378v-97z" /> -<glyph unicode="?" horiz-adv-x="930" d="M81 1122q-3 165 104 260t273 95q179 0 280.5 -101t101.5 -273q0 -135 -66.5 -239.5t-188.5 -218.5q-62 -53 -75.5 -99t-13.5 -142h-119q1 131 22 182.5t114 136.5q108 112 157.5 187.5t49.5 191.5q0 128 -68 198t-194 70q-118 0 -190 -68.5t-73 -185.5h-112zM373 0v154 h139v-154h-139z" /> -<glyph unicode="@" horiz-adv-x="1870" d="M122 478q18 424 252.5 683t609.5 259q391 0 587.5 -241.5t179.5 -665.5q-10 -216 -117 -375t-313 -159q-78 0 -130.5 51t-69.5 142q-53 -96 -131 -144.5t-180 -48.5q-131 0 -199 120t-49 317q23 254 141 407.5t286 153.5q94 0 151 -26.5t126 -81.5l-2 -2h3l-50 -574 q-10 -132 30 -180t95 -48q142 0 224.5 124.5t93.5 323.5q18 389 -150 604.5t-530 215.5q-323 0 -533 -235.5t-227 -619.5q-19 -379 163.5 -612.5t519.5 -233.5q88 0 178 22t152 57l31 -75q-64 -41 -167 -65t-198 -24q-380 0 -588 249.5t-189 681.5zM672 416 q-16 -155 26 -247t138 -92q86 0 156.5 43t122.5 157v8.5t1 7.5l47 544q-32 23 -71 36t-87 13q-134 0 -222 -119t-111 -351z" /> -<glyph unicode="A" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6z" /> -<glyph unicode="B" horiz-adv-x="1269" d="M191 0v1456h425q227 0 353.5 -95.5t126.5 -287.5q0 -112 -63.5 -195t-172.5 -115q133 -24 216 -125t83 -233q0 -195 -126.5 -300t-338.5 -105h-503zM310 101h384q161 0 253 79.5t92 222.5q0 131 -83.5 215t-242.5 84h-403v-601zM310 803h335q158 0 244.5 69.5t86.5 204.5 q0 138 -92 207.5t-268 69.5h-306v-551z" /> -<glyph unicode="C" horiz-adv-x="1313" d="M132 609v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5q184 0 285 94t124 281h112l2 -6q-19 -219 -156 -344.5t-367 -125.5 q-243 0 -392 175.5t-149 454.5z" /> -<glyph unicode="D" horiz-adv-x="1344" d="M191 0v1456h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423zM310 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-1253z" /> -<glyph unicode="E" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922z" /> -<glyph unicode="F" horiz-adv-x="1181" d="M191 0v1456h929v-102h-810v-569h708v-103h-708v-682h-119z" /> -<glyph unicode="G" horiz-adv-x="1401" d="M146 600v267q0 270 154.5 440t400.5 170q235 0 367.5 -117.5t153.5 -305.5l-2 -6h-111q-26 146 -123 236.5t-285 90.5q-196 0 -315.5 -142t-119.5 -364v-269q0 -228 127 -374t332 -146q145 0 246.5 40.5t138.5 88.5v380h-387v102h507v-518q-49 -71 -178.5 -132.5 t-326.5 -61.5q-254 0 -416.5 173t-162.5 448z" /> -<glyph unicode="H" horiz-adv-x="1448" d="M191 0v1456h119v-684h828v684h119v-1456h-119v670h-828v-670h-119z" /> -<glyph unicode="I" horiz-adv-x="554" d="M217 0v1456h120v-1456h-120z" /> -<glyph unicode="J" horiz-adv-x="1127" d="M82 395l2 6h112q0 -158 84 -239.5t240 -81.5q133 0 219 90.5t86 242.5v1043h120v-1043q0 -199 -118.5 -316.5t-306.5 -117.5q-205 0 -324 106q-114 102 -114 294v16z" /> -<glyph unicode="K" horiz-adv-x="1308" d="M191 0v1456h119v-670h199l573 670h135l2 -5l-602 -711l645 -735l-2 -5h-142l-608 685h-200v-685h-119z" /> -<glyph unicode="L" horiz-adv-x="1079" d="M191 0v1456h120v-1355h720v-101h-840z" /> -<glyph unicode="M" horiz-adv-x="1775" d="M191 0v1456h157l535 -1282h6l537 1282h158v-1456h-119v643l10 637l-6 2l-541 -1282h-83l-540 1276l-6 -1l11 -632v-643h-119z" /> -<glyph unicode="N" horiz-adv-x="1454" d="M191 0v1456h120l827 -1250l6 1v1249h119v-1456h-119l-827 1252l-6 -1v-1251h-120z" /> -<glyph unicode="O" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239z" /> -<glyph unicode="P" horiz-adv-x="1267" d="M191 0v1456h501q229 0 354.5 -116.5t125.5 -308.5q0 -194 -125.5 -310t-354.5 -116h-382v-605h-119zM310 707h382q180 0 270.5 91.5t90.5 230.5q0 140 -90 232.5t-271 92.5h-382v-647z" /> -<glyph unicode="Q" horiz-adv-x="1379" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -164 -54.5 -295.5t-155.5 -214.5l250 -236l-83 -75l-264 249q-59 -29 -124.5 -43.5t-137.5 -14.5q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5 t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380v-239z" /> -<glyph unicode="R" horiz-adv-x="1348" d="M188 0v1455h493q234 0 359 -102.5t125 -299.5q0 -116 -67 -207.5t-189 -133.5q135 -34 194.5 -121.5t59.5 -219.5v-137q0 -68 16 -122t53 -88v-24h-122q-37 36 -52 101t-15 135v133q0 134 -86.5 211.5t-241.5 77.5h-408v-658h-119zM307 760h359q197 0 288 79.5t91 214.5 q0 144 -90.5 221.5t-273.5 77.5h-374v-593z" /> -<glyph unicode="S" horiz-adv-x="1231" d="M100 408l2 6h110q0 -170 127 -252t299 -82q173 0 279.5 76t106.5 201q0 119 -89 194.5t-310 133.5q-239 60 -362 156t-123 259q0 167 137.5 272t353.5 105q225 0 363 -125q134 -121 134 -295v-10l-3 -6h-110q0 146 -103.5 240t-280.5 94q-175 0 -273.5 -78t-98.5 -194 q0 -110 91 -183.5t314 -129.5q235 -60 357.5 -162t122.5 -269q0 -174 -142.5 -277t-363.5 -103q-218 -1 -380 109q-158 106 -158 308v12z" /> -<glyph unicode="T" horiz-adv-x="1213" d="M45 1354v102h1122v-102h-501v-1354h-120v1354h-501z" /> -<glyph unicode="U" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5z" /> -<glyph unicode="V" horiz-adv-x="1263" d="M32 1456h130l438 -1210l29 -97h6l29 97l437 1210h130l-543 -1456h-113z" /> -<glyph unicode="W" horiz-adv-x="1834" d="M57 1456h123l265 -1044l44 -223l6 -1l55 224l308 1044h113l308 -1044l53 -225l6 1l47 224l263 1044h122l-374 -1456h-113l-327 1117l-38 153h-6l-37 -153l-330 -1117h-114z" /> -<glyph unicode="X" horiz-adv-x="1256" d="M59 0l500 738l-485 718h145l409 -622l411 622h145l-484 -718l500 -738h-143l-427 642l-426 -642h-145z" /> -<glyph unicode="Y" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539z" /> -<glyph unicode="Z" horiz-adv-x="1224" d="M95 0v92l858 1262h-831v102h977v-87l-861 -1268h893v-101h-1036z" /> -<glyph unicode="[" horiz-adv-x="491" d="M163 -312v1976h330v-102h-210v-1772h210v-102h-330z" /> -<glyph unicode="\" horiz-adv-x="807" d="M48 1456h117l608 -1581h-117z" /> -<glyph unicode="]" horiz-adv-x="491" d="M0 -210h211v1772h-211v102h331v-1976h-331v102z" /> -<glyph unicode="^" horiz-adv-x="852" d="M77 729l299 727h90l298 -727h-116l-196 484l-30 106h-6l-30 -106l-193 -484h-116z" /> -<glyph unicode="_" horiz-adv-x="884" d="M1 0h881v-101h-881v101z" /> -<glyph unicode="`" horiz-adv-x="585" d="M93 1471l2 5h154l202 -266h-117z" /> -<glyph unicode="a" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6v12q0 114 110 204q116 96 297 96q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5z" /> -<glyph unicode="b" d="M157 0v1560h120v-648q54 91 138 140.5t200 49.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-119 0 -205 47.5t-139 136.5l-13 -163h-103zM277 288q40 -94 119.5 -149.5t197.5 -55.5q157 0 236 116t79 312v21q0 207 -80 336.5t-237 129.5 q-125 0 -201.5 -62t-113.5 -159v-489z" /> -<glyph unicode="c" horiz-adv-x="1061" d="M97 520v42q0 236 121 388t340 152q178 0 296 -105q115 -102 115 -265v-11l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6v-11q0 -142 -120 -240q-125 -101 -289 -101 q-221 0 -341.5 151.5t-120.5 389.5z" /> -<glyph unicode="d" d="M111 511v21q0 259 109.5 414.5t305.5 155.5q113 0 196 -48t138 -136v642h119v-1560h-106l-10 157q-54 -86 -139 -132t-200 -46q-194 0 -303.5 144.5t-109.5 387.5zM231 511q0 -196 78.5 -312t236.5 -116q116 0 193.5 52t120.5 144v508q-41 94 -116 152.5t-196 58.5 q-158 0 -237.5 -129.5t-79.5 -336.5v-21z" /> -<glyph unicode="e" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5z" /> -<glyph unicode="f" horiz-adv-x="673" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179z" /> -<glyph unicode="g" horiz-adv-x="1141" d="M111 511v21q0 259 110.5 414.5t307.5 155.5q115 0 199 -50.5t139 -142.5l14 173h101v-1068q0 -209 -115.5 -330t-321.5 -121q-78 0 -166 19t-154 52l31 101q64 -32 135 -48.5t152 -16.5q158 0 238.5 91t80.5 253v136q-55 -82 -139 -126.5t-196 -44.5q-195 0 -305.5 145 t-110.5 387zM231 511q0 -195 80 -311.5t238 -116.5q116 0 193.5 53t119.5 146v502q-39 94 -114.5 154t-196.5 60q-158 0 -239 -130t-81 -336v-21z" /> -<glyph unicode="h" d="M158 0v1560h120v-663q54 97 144 151t210 54q171 0 262.5 -106t91.5 -329v-667h-120v669q0 176 -69.5 252.5t-191.5 76.5q-123 0 -205.5 -64.5t-121.5 -171.5v-762h-120z" /> -<glyph unicode="i" horiz-adv-x="465" d="M173 0v1082h119v-1082h-119zM173 1392v168h119v-168h-119z" /> -<glyph unicode="j" horiz-adv-x="484" d="M-115 -418l13 101q16 -5 44 -10t49 -5q89 0 139 61.5t50 181.5v1171h119v-1171q0 -167 -80 -257.5t-222 -90.5q-30 0 -56.5 5t-55.5 14zM174 1396v164h119v-164h-119z" /> -<glyph unicode="k" horiz-adv-x="1006" d="M159 0v1560h120v-930h126l402 452h140l2 -5l-433 -488l478 -584l-3 -5h-137l-437 527h-138v-527h-120z" /> -<glyph unicode="l" horiz-adv-x="465" d="M173 0v1560h119v-1560h-119z" /> -<glyph unicode="m" horiz-adv-x="1815" d="M152 0v1082h107l11 -179q52 95 138.5 147t206.5 52q124 0 207.5 -60t119.5 -183q49 114 139.5 178.5t220.5 64.5q173 0 267 -115t94 -356v-631h-120v633q0 200 -70.5 282.5t-196.5 82.5q-139 0 -215 -87t-94 -223q0 -7 0.5 -20t0.5 -19v-649h-121v633q0 196 -71.5 280.5 t-196.5 84.5q-127 0 -201.5 -64.5t-104.5 -173.5v-760h-121z" /> -<glyph unicode="n" d="M158 0v1082h106l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120z" /> -<glyph unicode="o" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33z" /> -<glyph unicode="p" d="M157 -416v1498h101l15 -168q54 90 139.5 139t201.5 49q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120zM277 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313v21q0 206 -82 336t-240 130 q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" /> -<glyph unicode="q" d="M111 511v21q0 259 109.5 414.5t305.5 155.5q111 0 194.5 -46.5t137.5 -132.5l12 159h104v-1498h-119v558q-55 -79 -138 -121t-193 -42q-194 0 -303.5 144.5t-109.5 387.5zM231 511q0 -196 78.5 -313.5t236.5 -117.5q112 0 188.5 50.5t120.5 137.5v530 q-41 89 -116.5 145.5t-190.5 56.5q-158 0 -237.5 -130.5t-79.5 -337.5v-21z" /> -<glyph unicode="r" horiz-adv-x="697" d="M158 0v1082h105l15 -180v-12q47 100 126 156t188 56q23 0 44.5 -3.5t35.5 -7.5l-16 -112l-89 6q-113 0 -185.5 -63.5t-103.5 -174.5v-747h-120z" /> -<glyph unicode="s" horiz-adv-x="1043" d="M110 297l2 6h110q7 -117 95.5 -170t208.5 -53q130 0 205 57t75 138q0 76 -62.5 133t-225.5 93q-194 42 -286.5 111t-92.5 195q0 124 104.5 209.5t276.5 85.5q183 0 290 -90q102 -86 102 -215v-12l-2 -6h-111q0 89 -75.5 155t-203.5 66q-131 0 -196.5 -56.5t-65.5 -132.5 q0 -75 56.5 -124t225.5 -86q193 -43 289 -117.5t96 -202.5q0 -135 -109.5 -218.5t-289.5 -83.5q-198 0 -310 94q-107 89 -106 211v13z" /> -<glyph unicode="t" horiz-adv-x="680" d="M38 984v98h187v277h121v-277h238v-98h-238v-705q0 -106 38.5 -150.5t102.5 -44.5q29 0 56.5 2.5t63.5 8.5l18 -89q-30 -13 -73 -20t-86 -7q-114 0 -177.5 72t-63.5 228v705h-187z" /> -<glyph unicode="u" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360z" /> -<glyph unicode="v" horiz-adv-x="1002" d="M44 1082h124l298 -811l35 -127h6l38 127l294 811h124l-411 -1082h-96z" /> -<glyph unicode="w" horiz-adv-x="1550" d="M65 1082h124l202 -731l41 -193h6l51 193l230 731h103l230 -731l52 -198h6l45 198l197 731h124l-315 -1082h-102l-240 740l-47 187h-6l-48 -187l-236 -740h-103z" /> -<glyph unicode="x" horiz-adv-x="1002" d="M50 0l383 551l-367 531h141l291 -442l293 442h142l-367 -531l382 -551h-140l-308 461l-308 -461h-142z" /> -<glyph unicode="y" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146z" /> -<glyph unicode="z" horiz-adv-x="1002" d="M90 0v88l652 891h-632v103h783v-89l-655 -892h703v-101h-851z" /> -<glyph unicode="{" horiz-adv-x="676" d="M68 543v104q118 0 174.5 67t56.5 190v228q0 171 77.5 290.5t260.5 174.5l26 -79q-127 -41 -185.5 -142t-58.5 -244v-228q0 -110 -45.5 -191t-138.5 -118q93 -39 138.5 -120.5t45.5 -190.5v-226q0 -143 59.5 -241.5t187.5 -140.5l-29 -80q-183 55 -260.5 173.5 t-77.5 288.5v226q0 122 -56.5 190.5t-174.5 68.5z" /> -<glyph unicode="|" horiz-adv-x="452" d="M178 -270v1726h101v-1726h-101z" /> -<glyph unicode="}" horiz-adv-x="676" d="M9 -324q127 42 187 140.5t60 241.5v226q0 112 47 193t146 117q-99 35 -146 116t-47 194v228q0 144 -58.5 244.5t-185.5 141.5l26 79q182 -55 260 -174.5t78 -290.5v-228q0 -122 56 -189.5t175 -67.5v-104q-119 0 -175 -68.5t-56 -190.5v-226q0 -170 -77.5 -288.5 t-260.5 -173.5z" /> -<glyph unicode="~" horiz-adv-x="1402" d="M143 474q0 131 79 222t202 91q87 0 160.5 -37t162.5 -113q63 -57 116.5 -82.5t110.5 -25.5q77 0 131 64t54 162l98 -15q0 -129 -81 -223t-202 -94q-88 0 -160.5 35.5t-160.5 114.5q-64 54 -118.5 80.5t-110.5 26.5q-79 0 -131.5 -60.5t-52.5 -160.5z" /> -<glyph unicode="¡" horiz-adv-x="452" d="M145 898v184h142v-184h-142zM156 -374v978h120v-978h-120z" /> -<glyph unicode="¢" horiz-adv-x="1115" d="M122 520v42q0 217 103 364.5t292 171.5v220h120v-219q158 -17 259.5 -119t98.5 -259l-3 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h107l2 -6q4 -137 -102 -234t-255 -115v-227h-120 v228q-190 23 -292.5 170.5t-102.5 366.5z" /> -<glyph unicode="£" horiz-adv-x="1170" d="M67 642v102h203l-11 296q0 204 106 320.5t284 116.5q187 0 281 -103.5t91 -277.5l-3 -6h-112q0 148 -68.5 216.5t-188.5 68.5q-125 0 -197.5 -88t-72.5 -247l11 -296h450v-102h-447l7 -176q0 -107 -25.5 -204t-71.5 -161h769v-101h-941v101h10q70 15 105 130t35 235 l-7 176h-207z" /> -<glyph unicode="¤" horiz-adv-x="1481" d="M109 60l159 161q-60 81 -92 179t-32 208q0 112 34.5 214t98.5 184l-168 171l85 87l167 -170q78 67 175 103.5t204 36.5q106 0 203 -37.5t176 -104.5l170 173l86 -88l-171 -175q62 -82 96 -182.5t34 -211.5q0 -108 -32 -206t-90 -178l163 -164l-86 -87l-158 160 q-80 -74 -180.5 -113.5t-210.5 -39.5q-111 0 -211.5 39.5t-179.5 112.5l-155 -158zM257 608q0 -215 141.5 -366t341.5 -151q198 0 339.5 151t141.5 366q0 213 -141.5 363.5t-339.5 150.5q-200 0 -341.5 -150.5t-141.5 -363.5z" /> -<glyph unicode="¥" horiz-adv-x="1223" d="M45 1456h139l423 -723l424 723h139l-455 -751h371v-102h-421v-175h421v-102h-421v-326h-119v326h-416v102h416v175h-416v102h370z" /> -<glyph unicode="¦" horiz-adv-x="444" d="M159 -270v771h120v-771h-120zM159 698v758h120v-758h-120z" /> -<glyph unicode="§" horiz-adv-x="1239" d="M108 -70l2 6l112 2q0 -173 113 -252t271 -79q163 0 255.5 70.5t92.5 181.5q0 106 -77 166t-292 121q-243 61 -360 149.5t-117 255.5q0 98 58.5 169t164.5 105q-90 49 -134 119.5t-44 175.5q0 161 128 259t343 98q222 0 346.5 -111.5t120.5 -313.5l-2 -6h-112 q0 141 -94 235t-259 94q-173 0 -262 -71t-89 -181q0 -114 74 -173t299 -122q247 -65 360 -148.5t113 -248.5q0 -98 -61 -168.5t-171 -103.5q94 -50 141 -120.5t47 -177.5q0 -166 -127.5 -261t-341.5 -95q-213 0 -358 102.5t-140 322.5zM228 553q0 -116 79 -175t323 -127 q34 -10 65 -19t60 -18q115 13 179.5 71.5t64.5 142.5q0 108 -85 170.5t-318 130.5q-40 9 -75.5 19.5t-66.5 22.5q-112 -14 -169 -73t-57 -145z" /> -<glyph unicode="¨" horiz-adv-x="959" d="M162 1299v157h174v-157h-174zM632 1299v157h173v-157h-173z" /> -<glyph unicode="©" horiz-adv-x="1637" d="M107 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM192 729q0 -279 182.5 -471.5t442.5 -192.5q257 0 440.5 192.5t183.5 471.5q0 277 -183 468.5t-441 191.5q-260 0 -442.5 -191.5t-182.5 -468.5z M474 669v119q0 172 91 279.5t242 107.5q147 0 230 -79t79 -228l-2 -6h-91q0 113 -55 168t-161 55q-110 0 -172 -83.5t-62 -212.5v-120q0 -132 61.5 -214.5t172.5 -82.5q107 0 161 54t54 170h91l2 -6q4 -150 -78.5 -229t-229.5 -79q-151 0 -242 106.5t-91 280.5z" /> -<glyph unicode="ª" horiz-adv-x="906" d="M135 920q0 105 79 163t229 58h182v61q0 85 -41 131.5t-120 46.5q-92 0 -142.5 -37.5t-50.5 -108.5l-99 9l-2 6q-5 98 77 163t217 65q123 0 196.5 -71.5t73.5 -204.5v-314q0 -48 6 -92.5t20 -88.5h-111q-9 25 -14.5 52.5t-7.5 55.5q-37 -53 -98.5 -87.5t-144.5 -34.5 q-119 0 -184 61t-65 167zM243 924q0 -66 39.5 -101.5t121.5 -35.5q70 0 135.5 38t85.5 85v147h-181q-96 0 -148.5 -38.5t-52.5 -94.5z" /> -<glyph unicode="«" horiz-adv-x="933" d="M123 541v19l295 379h105l-276 -389l276 -388h-105zM432 541v19l295 379h105l-276 -389l276 -388h-105z" /> -<glyph unicode="¬" horiz-adv-x="1117" d="M124 670v106h812v-390h-120v284h-692z" /> -<glyph unicode="­" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" /> -<glyph unicode="®" horiz-adv-x="1642" d="M102 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217q-296 0 -503 217t-207 533zM187 729q0 -279 183 -471.5t442 -192.5q258 0 441 192.5t183 471.5q0 277 -183 468.5t-441 191.5q-259 0 -442 -191.5t-183 -468.5zM552 316v850 h258q147 0 226 -63t79 -185q0 -68 -36.5 -117.5t-104.5 -79.5q68 -25 98 -78t30 -128v-56q0 -40 4 -73t13 -54v-16h-102q-10 21 -12 61.5t-2 82.5v54q0 84 -38 121t-127 37h-188v-356h-98zM650 763h181q79 0 132.5 40.5t53.5 112.5q0 85 -46 122t-161 37h-160v-312z" /> -<glyph unicode="¯" horiz-adv-x="874" d="M106 1359v97h670v-97h-670z" /> -<glyph unicode="°" horiz-adv-x="774" d="M143 1227q0 102 72 176t173 74q99 0 170.5 -74t71.5 -176q0 -104 -71 -175.5t-171 -71.5q-101 0 -173 72t-72 175zM233 1227q0 -68 44.5 -112t110.5 -44q65 0 108.5 44t43.5 112t-43.5 113.5t-108.5 45.5q-66 0 -110.5 -46t-44.5 -113z" /> -<glyph unicode="±" horiz-adv-x="1086" d="M85 728v101h414v438h110v-438h392v-101h-392v-439h-110v439h-414zM193 48v102h835v-102h-835z" /> -<glyph unicode="²" horiz-adv-x="835" d="M118 667v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188l2 -6h423v-90h-569z" /> -<glyph unicode="³" horiz-adv-x="852" d="M120 882l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5 q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5z" /> -<glyph unicode="´" horiz-adv-x="576" d="M116 1212l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="µ" d="M162 -416v1498h119v-633q0 -207 71 -288t192 -81q137 0 212 59.5t103 170.5v772h120v-1082h-103l-11 155q-48 -85 -126 -130.5t-187 -45.5q-88 0 -157 30t-114 96v-521h-119z" /> -<glyph unicode="¶" horiz-adv-x="973" d="M82 988q0 207 129.5 337.5t362.5 130.5h226v-1456h-120v520h-106q-233 0 -362.5 129.5t-129.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="503" d="M166 624v180h155v-180h-155z" /> -<glyph unicode="¸" horiz-adv-x="498" d="M98 -357q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" /> -<glyph unicode="¹" horiz-adv-x="511" d="M87 1361v93l257 23v-812h-109v703z" /> -<glyph unicode="º" horiz-adv-x="922" d="M135 1026v116q0 148 87.5 241.5t235.5 93.5t236 -93.5t88 -241.5v-116q0 -149 -87.5 -241.5t-234.5 -92.5q-149 0 -237 92.5t-88 241.5zM243 1026q0 -107 54.5 -173t162.5 -66q103 0 158.5 66.5t55.5 172.5v116q0 104 -56 171t-160 67t-159.5 -67t-55.5 -171v-116z" /> -<glyph unicode="»" horiz-adv-x="928" d="M130 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105zM445 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105z" /> -<glyph unicode="¼" horiz-adv-x="1561" d="M160 1360v93l257 23v-812h-109v703zM326 177l711 1138l74 -48l-711 -1138zM771 237l429 564h113v-541h153v-90h-153v-170h-108v170h-430zM900 260h305v402l-6 1l-25 -43z" /> -<glyph unicode="½" horiz-adv-x="1567" d="M160 1360v93l257 23v-812h-109v703zM338 177l711 1138l74 -48l-711 -1138zM912 0v90l315 282q77 71 104 115.5t27 91.5q0 64 -39 103t-118 39q-87 0 -134 -42t-47 -108h-100l-2 6q-6 97 72.5 166t210.5 69q124 0 195 -60.5t71 -173.5q0 -75 -47 -136t-150 -158l-214 -188 l2 -6h423v-90h-569z" /> -<glyph unicode="¾" horiz-adv-x="1712" d="M145 883l2 6h101q0 -63 51 -103t135 -40q90 0 140.5 38t50.5 103q0 75 -46.5 109.5t-139.5 34.5h-122v89h122q88 0 130.5 35t42.5 99q0 59 -45 96.5t-133 37.5q-75 0 -124.5 -35.5t-49.5 -93.5h-99l-2 6q-6 94 74.5 154t200.5 60q132 0 209 -58.5t77 -166.5 q0 -58 -35.5 -105t-98.5 -72q72 -22 110 -70.5t38 -119.5q0 -109 -83.5 -170t-216.5 -61q-121 0 -207.5 58.5t-81.5 168.5zM533 177l711 1138l74 -48l-711 -1138zM980 237l429 564h113v-541h153v-90h-153v-170h-108v170h-430zM1109 260h305v402l-6 1l-25 -43z" /> -<glyph unicode="¿" horiz-adv-x="958" d="M108 -20q0 133 66 237.5t189 219.5q61 52 75 98.5t14 142.5h120q-2 -131 -23.5 -183t-113.5 -136q-109 -113 -158 -188.5t-49 -189.5q0 -128 67.5 -198t194.5 -70q117 0 189 68.5t74 185.5h112l2 -6q2 -165 -105 -260t-272 -95q-180 0 -281 101t-101 273zM436 928v155 h139v-155h-139z" /> -<glyph unicode="À" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM370 1822l2 5h154l202 -266h-117z" /> -<glyph unicode="Á" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM583 1557l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="Â" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM382 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="Ã" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM313 1622q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89zM346 513h588l-290 788h-6z" /> -<glyph unicode="Ä" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM341 1641v157h174v-157h-174zM346 513h588l-290 788h-6zM811 1641v157h173v-157h-173z" /> -<glyph unicode="Å" horiz-adv-x="1279" d="M32 0l553 1456h113l549 -1456h-124l-150 406h-667l-150 -406h-124zM346 513h588l-290 788h-6zM487 1730q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117zM565 1730q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5 t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" /> -<glyph unicode="Æ" horiz-adv-x="1865" d="M17 0l881 1456h864v-102h-694l23 -545h589v-102h-585l26 -606h702v-101h-817l-17 389h-597l-229 -389h-146zM459 502h526l-35 839l-6 1l-15 -44z" /> -<glyph unicode="Ç" horiz-adv-x="1313" d="M132 609v237q0 278 149 454.5t392 176.5q232 0 368 -123t155 -346l-2 -6h-112q-24 181 -124.5 277t-284.5 96q-191 0 -306.5 -148t-115.5 -379v-239q0 -234 115.5 -381.5t306.5 -147.5q184 0 285 94t124 281h112l2 -6q-19 -219 -156 -344.5t-367 -125.5 q-243 0 -392 175.5t-149 454.5zM580 -365q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" /> -<glyph unicode="È" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM335 1822l2 5h154l202 -266h-117z" /> -<glyph unicode="É" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM548 1557l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="Ê" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM347 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="Ë" horiz-adv-x="1180" d="M191 0v1456h917v-102h-798v-547h701v-102h-701v-604h803v-101h-922zM306 1641v157h174v-157h-174zM776 1641v157h173v-157h-173z" /> -<glyph unicode="Ì" horiz-adv-x="554" d="M-9 1822l2 5h154l202 -266h-117zM217 0v1456h120v-1456h-120z" /> -<glyph unicode="Í" horiz-adv-x="554" d="M202 1557l207 266h147l3 -6l-249 -260h-108zM217 0v1456h120v-1456h-120z" /> -<glyph unicode="Î" horiz-adv-x="554" d="M3 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110zM217 0v1456h120v-1456h-120z" /> -<glyph unicode="Ï" horiz-adv-x="554" d="M-38 1641v157h174v-157h-174zM217 0v1456h120v-1456h-120zM432 1641v157h173v-157h-173z" /> -<glyph unicode="Ð" horiz-adv-x="1374" d="M68 689v102h153v665h423q267 0 441 -178t174 -457v-187q0 -280 -174 -457t-441 -177h-423v689h-153zM340 101h304q216 0 355.5 151t139.5 382v190q0 228 -140 379t-355 151h-304v-563h340v-102h-340v-588z" /> -<glyph unicode="Ñ" horiz-adv-x="1454" d="M191 0v1456h120l827 -1250l6 1v1249h119v-1456h-119l-827 1252l-6 -1v-1251h-120zM382 1622q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" /> -<glyph unicode="Ò" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM398 1843l2 5h154l202 -266h-117z" /> -<glyph unicode="Ó" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM611 1578l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="Ô" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM410 1622v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="Õ" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM341 1643q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" /> -<glyph unicode="Ö" horiz-adv-x="1378" d="M124 609v237q0 281 152 456t408 175q260 0 415 -175t155 -456v-237q0 -282 -154.5 -456t-414.5 -174q-256 0 -408.5 174t-152.5 456zM244 609q0 -238 116.5 -382t324.5 -144q213 0 331.5 143.5t118.5 382.5v239q0 236 -119.5 380t-331.5 144q-208 0 -324 -144t-116 -380 v-239zM369 1662v157h174v-157h-174zM839 1662v157h173v-157h-173z" /> -<glyph unicode="×" horiz-adv-x="1072" d="M93 318l358 365l-343 350l79 80l342 -350l343 350l79 -80l-343 -350l358 -365l-79 -79l-358 364l-357 -364z" /> -<glyph unicode="Ø" horiz-adv-x="1379" d="M124 609v237q0 281 152 456t408 175q109 0 201.5 -33t165.5 -95l96 156h104l-136 -222q67 -84 103 -195.5t36 -241.5v-237q0 -282 -154.5 -456t-414.5 -174q-92 0 -171.5 23.5t-144.5 68.5l-96 -155h-104l131 212q-86 84 -131 207.5t-45 273.5zM244 609 q0 -118 29.5 -214.5t85.5 -160.5l6 -1l627 1021q-58 57 -135.5 87.5t-172.5 30.5q-208 0 -324 -144t-116 -380v-239zM426 164q51 -40 116.5 -60.5t142.5 -20.5q213 0 331.5 143.5t118.5 382.5v239q0 97 -21.5 180.5t-60.5 144.5h-6z" /> -<glyph unicode="Ù" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM409 1822l2 5h154l202 -266h-117z" /> -<glyph unicode="Ú" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM622 1557l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="Û" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM421 1601v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="Ü" horiz-adv-x="1374" d="M167 469v987h120v-987q0 -186 110 -287.5t287 -101.5q180 0 293 101t113 288v987h119v-987q0 -238 -145.5 -364t-379.5 -126q-231 0 -374 126.5t-143 363.5zM380 1641v157h174v-157h-174zM850 1641v157h173v-157h-173z" /> -<glyph unicode="Ý" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539zM545 1550l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="Þ" horiz-adv-x="1214" d="M183 0v1456h120v-304h324q221 0 345 -115.5t124 -298.5q0 -185 -124 -299.5t-345 -114.5h-324v-324h-120zM303 425h324q173 0 261 92t88 219q0 130 -88 222.5t-261 92.5h-324v-626z" /> -<glyph unicode="ß" horiz-adv-x="1200" d="M151 0v1082q0 204 102.5 317t273.5 113q140 0 232 -79.5t92 -222.5q0 -109 -61.5 -215.5t-61.5 -184.5q0 -86 184 -228t184 -287q0 -153 -110 -234.5t-266 -81.5q-86 0 -176.5 23.5t-129.5 56.5l34 101q41 -31 114.5 -55.5t143.5 -24.5q125 0 197.5 60t72.5 155 q0 99 -184 240.5t-184 276.5q0 93 63 201.5t63 190.5q0 92 -60 149.5t-137 57.5q-121 0 -193.5 -85.5t-72.5 -243.5v-1082h-120z" /> -<glyph unicode="à" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM255 1501l2 5h154l202 -266h-117z" /> -<glyph unicode="á" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM468 1236l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="â" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM267 1280v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="ã" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM198 1301q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241 q-163 0 -260.5 -69.5t-97.5 -172.5z" /> -<glyph unicode="ä" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM226 1320v157h174v-157h-174zM696 1320v157h173v-157h-173z" /> -<glyph unicode="å" horiz-adv-x="1101" d="M103 288q0 150 129.5 240t349.5 90h239v134q0 116 -74.5 182t-208.5 66q-125 0 -207.5 -63t-82.5 -154l-110 1l-2 6q-6 121 110.5 216.5t296.5 95.5q179 0 288 -91t109 -261v-532q0 -57 6.5 -111t21.5 -107h-125q-12 55 -17 95t-5 81q-60 -85 -160 -141t-225 -56 q-158 0 -245.5 84t-87.5 225zM222 284q0 -88 60.5 -143.5t167.5 -55.5q129 0 228 60.5t143 154.5v226h-241q-163 0 -260.5 -69.5t-97.5 -172.5zM372 1409q0 69 49.5 117.5t119.5 48.5q68 0 117 -48.5t49 -117.5q0 -71 -48.5 -117t-117.5 -46q-71 0 -120 46t-49 117z M450 1409q0 -39 26.5 -65t64.5 -26q37 0 62.5 25.5t25.5 65.5t-25.5 66.5t-62.5 26.5q-38 0 -64.5 -27t-26.5 -66z" /> -<glyph unicode="æ" horiz-adv-x="1732" d="M77 293q0 158 113 248.5t326 90.5h262v88q0 134 -63 207t-187 73q-135 0 -213.5 -67t-78.5 -168l-110 12l-2 6q-5 138 106.5 228.5t297.5 90.5q124 0 212.5 -54t128.5 -157q61 99 156.5 155t209.5 56q200 0 311.5 -124t111.5 -340v-100h-754v-29q0 -191 89.5 -310 t271.5 -119q103 0 181.5 32.5t142.5 86.5l47 -87q-60 -55 -148.5 -94t-222.5 -39q-138 0 -241 55.5t-163 157.5q-49 -87 -159.5 -150t-269.5 -63q-170 0 -262.5 84.5t-92.5 229.5zM197 289q0 -97 65 -153.5t187 -56.5q102 0 197.5 53.5t131.5 115.5v288h-260 q-155 0 -238 -71t-83 -176zM912 641l2 -5h625v31q0 146 -77.5 239.5t-226.5 93.5q-138 0 -224 -101.5t-99 -257.5z" /> -<glyph unicode="ç" horiz-adv-x="1061" d="M97 520v42q0 236 121 388t340 152q178 0 296.5 -105t114.5 -276l-2 -6h-107q0 130 -87.5 207.5t-214.5 77.5q-174 0 -257.5 -124.5t-83.5 -313.5v-42q0 -192 83 -316t259 -124q119 0 210 68t91 189h106l2 -6q5 -150 -120 -251t-289 -101q-221 0 -341.5 151.5 t-120.5 389.5zM444 -365q90 0 151.5 30.5t61.5 89.5q0 57 -41.5 79.5t-145.5 30.5l29 127h93l-12 -64q79 -9 127.5 -48.5t48.5 -122.5q0 -91 -79 -145.5t-226 -54.5z" /> -<glyph unicode="è" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM274 1501l2 5h154l202 -266h-117z" /> -<glyph unicode="é" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM487 1236l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="ê" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM286 1280v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="ë" horiz-adv-x="1055" d="M92 509v55q0 232 133.5 385t323.5 153q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 191 31t135 89l51 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-203 0 -337.5 150t-134.5 380zM221 644l2 -5h634v30q0 141 -83 236t-225 95q-133 0 -223 -101.5 t-105 -254.5zM245 1320v157h174v-157h-174zM715 1320v157h173v-157h-173z" /> -<glyph unicode="ì" horiz-adv-x="456" d="M-58 1479l2 5h154l202 -266h-117zM168 0v1082h120v-1082h-120z" /> -<glyph unicode="í" horiz-adv-x="456" d="M153 1214l207 266h147l3 -6l-249 -260h-108zM168 0v1082h120v-1082h-120z" /> -<glyph unicode="î" horiz-adv-x="456" d="M-46 1258v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110zM168 0v1082h120v-1082h-120z" /> -<glyph unicode="ï" horiz-adv-x="456" d="M-87 1299v157h174v-157h-174zM168 0v1082h120v-1082h-120zM383 1299v157h173v-157h-173z" /> -<glyph unicode="ð" horiz-adv-x="1191" d="M99 455q0 235 130 372.5t348 137.5q104 0 193 -40t143 -107l4 5q-18 131 -68 234t-126 182l-308 -176l-50 74l287 164q-45 33 -94.5 61t-103.5 51l39 104q77 -30 144 -68t124 -85l257 147l51 -74l-241 -138q111 -120 169 -288.5t58 -387.5v-88q0 -245 -137 -400.5 t-344 -155.5q-208 0 -341.5 137t-133.5 339zM219 455q0 -149 97 -261t262 -112q158 0 257.5 127.5t99.5 325.5v90q0 9 -0.5 27.5t-0.5 28.5q-38 76 -128 128t-229 52q-173 0 -265.5 -115t-92.5 -291z" /> -<glyph unicode="ñ" d="M158 0v1082h106l11 -189q52 100 140.5 154.5t209.5 54.5q176 0 268 -107.5t92 -335.5v-659h-120v658q0 186 -69.5 263t-197.5 77q-126 0 -205.5 -66.5t-114.5 -176.5v-755h-120zM233 1300q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20 q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" /> -<glyph unicode="ò" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM294 1500l2 5h154 l202 -266h-117z" /> -<glyph unicode="ó" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM507 1235l207 266 h147l3 -6l-249 -260h-108z" /> -<glyph unicode="ô" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM306 1279v21 l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="õ" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM237 1300 q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" /> -<glyph unicode="ö" d="M91 524v33q0 239 131 392t347 153q217 0 348 -153t131 -392v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-218 0 -349 152.5t-131 392.5zM211 524q0 -188 95 -316t265 -128q167 0 262.5 128t95.5 316v33q0 185 -96 314t-264 129t-263 -129t-95 -314v-33zM265 1319v157h174 v-157h-174zM735 1319v157h173v-157h-173z" /> -<glyph unicode="÷" horiz-adv-x="1164" d="M72 644v116h998v-116h-998zM506 212v160h142v-160h-142zM506 1010v160h142v-160h-142z" /> -<glyph unicode="ø" horiz-adv-x="1141" d="M91 524v33q0 239 131 392t347 153q60 0 114 -12.5t102 -36.5l79 161h93l-101 -207q91 -72 141.5 -189t50.5 -261v-33q0 -240 -130.5 -392.5t-346.5 -152.5q-55 0 -104.5 10.5t-94.5 30.5l-78 -160h-93l99 202q-100 70 -154.5 190.5t-54.5 271.5zM211 524q0 -112 35 -206 t100 -149h6l385 787q-36 21 -78.5 32.5t-89.5 11.5q-168 0 -263 -129t-95 -314v-33zM418 114q33 -17 71.5 -25.5t81.5 -8.5q167 0 262.5 128t95.5 316v33q0 102 -32 192t-89 147h-6z" /> -<glyph unicode="ù" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM292 1479l2 5h154l202 -266h-117z" /> -<glyph unicode="ú" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM505 1214l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="û" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM304 1258v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="ü" d="M154 455v627h120v-629q0 -198 67.5 -284t191.5 -86q136 0 217 61t113 168v770h120v-1082h-106l-10 177q-52 -95 -140 -146.5t-208 -51.5q-171 0 -268 116t-97 360zM263 1299v157h174v-157h-174zM733 1299v157h173v-157h-173z" /> -<glyph unicode="ý" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146zM439 1214l207 266h147l3 -6l-249 -260h-108z" /> -<glyph unicode="þ" horiz-adv-x="1151" d="M161 -416v1976h120v-640q54 87 138.5 134.5t198.5 47.5q195 0 305 -155.5t110 -414.5v-21q0 -243 -110 -387.5t-303 -144.5q-114 0 -199.5 43t-139.5 123v-561h-120zM281 271q41 -89 118.5 -140t193.5 -51q157 0 238.5 118t81.5 313v21q0 206 -82 336t-240 130 q-121 0 -196.5 -57.5t-113.5 -149.5v-520z" /> -<glyph unicode="ÿ" horiz-adv-x="1002" d="M35 1082h133l297 -789l38 -129h6l327 918h134l-470 -1255q-42 -110 -109 -187t-196 -77q-21 0 -51 4.5t-44 9.5l14 100q12 -2 38.5 -4.5t38.5 -2.5q78 0 125 55.5t80 142.5l57 146zM197 1299v157h174v-157h-174zM667 1299v157h173v-157h-173z" /> -<glyph unicode="Œ" horiz-adv-x="1913" d="M108 576v304q0 264 148.5 430.5t387.5 166.5q75 0 152 -6t161 -15h862v-102h-798v-547h701v-102h-701v-604h803v-101h-867q-97 -10 -167.5 -15.5t-143.5 -5.5q-239 0 -388.5 166t-149.5 431zM228 576q0 -228 113.5 -361.5t304.5 -133.5q66 0 131.5 3.5t124.5 11.5v1264 q-60 7 -125 11t-133 4q-192 0 -304 -132t-112 -361v-306z" /> -<glyph unicode="œ" horiz-adv-x="1892" d="M94 524v33q0 239 131 392t347 153q146 0 255.5 -72.5t168.5 -199.5q59 125 166 198.5t234 73.5q199 0 313 -126t114 -336v-102h-764v-29q0 -183 97 -306t255 -123q112 0 190.5 31t134.5 89l52 -82q-61 -64 -154.5 -101.5t-222.5 -37.5q-139 0 -248.5 71.5t-168.5 197.5 q-58 -126 -167 -197.5t-253 -71.5q-218 0 -349 152.5t-131 392.5zM214 524q0 -188 95 -316t265 -128q167 0 262 128t95 316v33q0 185 -95.5 314t-263.5 129t-263 -129t-95 -314v-33zM1068 644l2 -5h633v30q0 141 -82.5 236t-224.5 95q-133 0 -223 -101.5t-105 -254.5z" /> -<glyph unicode="Ÿ" horiz-adv-x="1244" d="M33 1456h139l448 -809l451 809h139l-531 -924v-532h-119v539zM303 1634v157h174v-157h-174zM773 1634v157h173v-157h-173z" /> -<glyph unicode="ˆ" horiz-adv-x="880" d="M160 1252v21l227 221h98l230 -224v-18h-112l-167 168l-166 -168h-110z" /> -<glyph unicode="˜" horiz-adv-x="892" d="M102 1281q0 86 54 144.5t137 58.5q65 0 147 -55t135 -55q46 0 79 36t33 91l80 -20q0 -88 -55 -146t-137 -58q-74 0 -151 55t-131 55q-47 0 -79 -35t-32 -89z" /> -<glyph unicode=" " horiz-adv-x="948" /> -<glyph unicode=" " horiz-adv-x="1896" /> -<glyph unicode=" " horiz-adv-x="948" /> -<glyph unicode=" " horiz-adv-x="1896" /> -<glyph unicode=" " horiz-adv-x="632" /> -<glyph unicode=" " horiz-adv-x="474" /> -<glyph unicode=" " horiz-adv-x="316" /> -<glyph unicode=" " horiz-adv-x="316" /> -<glyph unicode=" " horiz-adv-x="237" /> -<glyph unicode=" " horiz-adv-x="379" /> -<glyph unicode=" " horiz-adv-x="105" /> -<glyph unicode="‐" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" /> -<glyph unicode="‑" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" /> -<glyph unicode="‒" horiz-adv-x="586" d="M49 570v101h479v-101h-479z" /> -<glyph unicode="–" horiz-adv-x="1414" d="M165 686v102h1086v-102h-1086z" /> -<glyph unicode="—" horiz-adv-x="1667" d="M136 686v102h1336v-102h-1336z" /> -<glyph unicode="‘" horiz-adv-x="364" d="M91 1074v174l111 312h71l-63 -312v-174h-119z" /> -<glyph unicode="’" horiz-adv-x="364" d="M91 1074l63 304v182h119v-179l-111 -307h-71z" /> -<glyph unicode="‚" horiz-adv-x="353" d="M91 -211l52 266v204h119v-194l-100 -276h-71z" /> -<glyph unicode="“" horiz-adv-x="612" d="M91 1074v174l111 312h71l-63 -312v-174h-119zM338 1074v174l111 312h71l-63 -312v-174h-119z" /> -<glyph unicode="”" horiz-adv-x="617" d="M91 1074l63 304v182h119v-179l-111 -307h-71zM343 1074l63 304v182h119v-179l-111 -307h-71z" /> -<glyph unicode="„" horiz-adv-x="593" d="M91 -202l51 295v181h120v-175l-100 -301h-71zM330 -202l52 299v177h120v-175l-100 -301h-72z" /> -<glyph unicode="•" horiz-adv-x="662" d="M146 717v65q0 78 50.5 128.5t134.5 50.5q85 0 135.5 -50.5t50.5 -128.5v-65q0 -79 -50.5 -128t-134.5 -49q-85 0 -135.5 49t-50.5 128z" /> -<glyph unicode="…" horiz-adv-x="1313" d="M188 0v164h137v-164h-137zM598 0v164h137v-164h-137zM990 0v164h137v-164h-137z" /> -<glyph unicode=" " horiz-adv-x="379" /> -<glyph unicode="‹" horiz-adv-x="609" d="M108 541v19l295 379h105l-276 -389l276 -388h-105z" /> -<glyph unicode="›" horiz-adv-x="609" d="M101 162l276 388l-276 389h105l295 -379v-19l-295 -379h-105z" /> -<glyph unicode=" " horiz-adv-x="474" /> -<glyph unicode="€" horiz-adv-x="1073" d="M80 533v102h169v168h-169v102h169v37q0 244 135.5 389.5t355.5 145.5q57 0 112.5 -8t119.5 -23l-9 -106q-54 16 -110.5 25.5t-112.5 9.5q-172 0 -272 -116t-100 -315v-39h547v-102h-547v-168h547v-102h-547v-19q0 -198 101.5 -316t272.5 -118q57 0 113 8.5t108 25.5 l9 -104q-54 -15 -112.5 -23t-117.5 -8q-220 0 -356.5 145t-136.5 390v19h-169z" /> -<glyph unicode="™" horiz-adv-x="1264" d="M96 1387v69h384v-69h-152v-468h-74v468h-158zM558 919v537h94l171 -423h6l174 423h88v-537h-73v383l-6 1l-160 -384h-51l-165 399l-6 -1v-398h-72z" /> -<glyph unicode="" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1138" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM846 0v1560h119v-1560h-119z" /> -<glyph unicode="ffi" horiz-adv-x="1773" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM721 984v98h180v138q0 172 95 266.5t264 94.5q67 0 136 -15t140 -44l-20 -103q-61 25 -118 39 t-130 14q-122 0 -184.5 -65t-62.5 -187v-138h253v-98h-253v-984h-120v984h-180zM1481 0v1082h120v-1082h-120z" /> -<glyph unicode="ffl" horiz-adv-x="1811" d="M66 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM739 984v98h179v158q0 163 81.5 252t228.5 89q33 0 67 -5t69 -14l-15 -99q-24 6 -49.5 9.5t-59.5 3.5 q-98 0 -150 -62t-52 -174v-158h258v-98h-258v-984h-120v984h-179zM1519 0v1560h119v-1560h-119z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-18" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="/" u2="/" k="224" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="61" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="234" /> -<hkern u1="F" u2="„" k="234" /> -<hkern u1="F" u2="‚" k="234" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="J" k="264" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2="." k="234" /> -<hkern u1="F" u2="," k="234" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="92" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="97" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="43" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="80" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="114" /> -<hkern u1="T" u2="Æ" k="179" /> -<hkern u1="T" u2="»" k="216" /> -<hkern u1="T" u2="«" k="328" /> -<hkern u1="T" u2="w" k="57" /> -<hkern u1="T" u2="r" k="75" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-32" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="t" u2="ö" k="20" /> -<hkern u1="t" u2="õ" k="20" /> -<hkern u1="t" u2="ô" k="20" /> -<hkern u1="t" u2="ó" k="20" /> -<hkern u1="t" u2="ò" k="20" /> -<hkern u1="t" u2="o" k="20" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="61" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="61" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="61" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="61" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="61" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="61" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="m,n,p,ntilde" k="23" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" /> -<hkern g1="L" g2="T" k="275" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" /> -<hkern g1="L" g2="V" k="175" /> -<hkern g1="L" g2="W" k="143" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" /> -<hkern g1="P" g2="X" k="31" /> -<hkern g1="P" g2="Z" k="26" /> -<hkern g1="P" g2="J" k="200" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" /> -<hkern g1="T" g2="m,n,p,ntilde" k="109" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" /> -<hkern g1="T" g2="s" k="116" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" /> -<hkern g1="T" g2="J" k="240" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/Roboto-Light-webfont.ttf b/public/fonts/Roboto-Light-webfont.ttf deleted file mode 100755 index 3b2fea0ace1aa884365c0999b71967bd90632dbe..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Light-webfont.ttf and /dev/null differ diff --git a/public/fonts/Roboto-Light-webfont.woff b/public/fonts/Roboto-Light-webfont.woff deleted file mode 100755 index cc534a3815429dc9ce2a0c49854eba221fe9fbd1..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Light-webfont.woff and /dev/null differ diff --git a/public/fonts/Roboto-Thin-webfont.eot b/public/fonts/Roboto-Thin-webfont.eot deleted file mode 100755 index 2284a3b3efbfce6ceaf6288f38089f888d69bd23..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Thin-webfont.eot and /dev/null differ diff --git a/public/fonts/Roboto-Thin-webfont.svg b/public/fonts/Roboto-Thin-webfont.svg deleted file mode 100755 index 7394e3d0a601cc4dab61e3c57e80dd7688bf8911..0000000000000000000000000000000000000000 --- a/public/fonts/Roboto-Thin-webfont.svg +++ /dev/null @@ -1,631 +0,0 @@ -<?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="robotothin" horiz-adv-x="1121" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="490" /> -<glyph unicode="fi" horiz-adv-x="1067" d="M66 1027v55h188v158q0 163 85.5 252t237.5 89q67 0 135 -13.5t133 -43.5l-8 -52q-66 29 -121.5 42t-137.5 13q-126 0 -198 -76t-72 -211v-158h286v-55h-286v-1027h-54v1027h-188zM830 0v1082h54v-1082h-54z" /> -<glyph horiz-adv-x="2048" /> -<glyph horiz-adv-x="2048" /> -<glyph unicode="
" horiz-adv-x="490" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="	" horiz-adv-x="0" /> -<glyph unicode=" " horiz-adv-x="490" /> -<glyph unicode="	" horiz-adv-x="490" /> -<glyph unicode=" " horiz-adv-x="490" /> -<glyph unicode="!" horiz-adv-x="397" d="M147 0v134h95v-134h-95zM167 478v978h54v-978h-54z" /> -<glyph unicode=""" horiz-adv-x="521" d="M120 1122l45 268v170h55v-167l-50 -271h-50zM301 1122l46 268v170h54v-167l-50 -271h-50z" /> -<glyph unicode="#" horiz-adv-x="1265" d="M65 410v52h281l95 524h-300v54h310l75 416h56l-76 -416h365l76 416h56l-76 -416h254v-54h-264l-96 -524h285v-52h-294l-75 -410h-56l75 410h-364l-74 -410h-56l74 410h-271zM402 462h363l96 524h-365z" /> -<glyph unicode="$" d="M127 403l2 6h46q0 -199 121.5 -288t289.5 -89q163 0 262 92t99 220q0 130 -79 205.5t-292 152.5q-215 71 -311.5 156t-96.5 252q0 160 104.5 259.5t281.5 106.5v187h55v-187q181 -10 281.5 -120.5t97.5 -303.5l-2 -5h-47q0 166 -95 271.5t-265 105.5q-174 0 -265.5 -91.5 t-91.5 -220.5q0 -131 73.5 -208t297.5 -150q210 -73 309 -158t99 -250q0 -161 -104 -258.5t-277 -107.5v-188h-55v187q-189 6 -316 108t-122 316z" /> -<glyph unicode="%" horiz-adv-x="1527" d="M114 1099v77q0 126 76 213.5t196 87.5q119 0 195 -87.5t76 -213.5v-77q0 -126 -75.5 -212.5t-193.5 -86.5q-122 0 -198 86.5t-76 212.5zM169 1099q0 -100 56.5 -172t162.5 -72q102 0 158 72t56 172v77q0 100 -56.5 173t-159.5 73t-160 -73.5t-57 -172.5v-77zM417 162 l711 1138l45 -31l-711 -1138zM870 279v78q0 125 75.5 212.5t195.5 87.5t196 -87t76 -213v-78q0 -126 -75.5 -213t-194.5 -87q-121 0 -197 87t-76 213zM925 279q0 -101 56 -173t162 -72q103 0 159 72t56 173v78q0 106 -56 175.5t-161 69.5q-103 0 -159.5 -70t-56.5 -175v-78z " /> -<glyph unicode="&" horiz-adv-x="1247" d="M115 352q0 114 67.5 211t188.5 199l51 41q-82 103 -121 188t-39 176q0 149 81.5 229.5t223.5 80.5q132 0 204 -72t72 -190q0 -84 -38.5 -142.5t-108.5 -114.5l-202 -161l475 -540q54 76 84.5 171t30.5 204h55q0 -125 -35 -227.5t-98 -188.5l185 -211l-2 -5h-60l-157 177 l-8 -8t-4 -5q-90 -89 -188.5 -137t-222.5 -48q-202 0 -318 100.5t-116 272.5zM169 352q0 -134 98 -226.5t282 -92.5q110 0 211 47.5t177 135.5l-449 509q-8 8 -15.5 17t-18.5 22l-52 -41q-137 -118 -185 -205.5t-48 -165.5zM317 1169q0 -79 35 -163t110 -172l209 166 q60 50 88 103.5t28 111.5q0 94 -56.5 151t-163.5 57q-120 0 -185 -72.5t-65 -181.5z" /> -<glyph unicode="'" horiz-adv-x="340" d="M120 1122l45 267v171h55v-169l-50 -269h-50z" /> -<glyph unicode="(" horiz-adv-x="607" d="M148 566v20q0 338 120.5 632.5t290.5 397.5h6l16 -36q-153 -101 -266 -387.5t-113 -602.5v-26q0 -317 113 -603.5t266 -387.5l-16 -36h-6q-172 105 -291.5 390.5t-119.5 638.5z" /> -<glyph unicode=")" horiz-adv-x="623" d="M28 -427q152 101 265.5 387.5t113.5 603.5v26q0 316 -113.5 602.5t-265.5 387.5l16 36h6q169 -103 290 -397.5t121 -632.5v-20q0 -353 -120 -638.5t-291 -390.5h-6z" /> -<glyph unicode="*" horiz-adv-x="856" d="M30 1141l18 54l362 -133l1 394h56l-7 -395l352 143l20 -53l-360 -137l249 -317l-47 -33l-242 322l-228 -325l-45 32l234 324z" /> -<glyph unicode="+" horiz-adv-x="1151" d="M73 649v53h462v504h55v-504h481v-53h-481v-503h-55v503h-462z" /> -<glyph unicode="," horiz-adv-x="383" d="M114 -258l67 246v171h54v-167l-70 -250h-51z" /> -<glyph unicode="-" horiz-adv-x="607" d="M61 599v54h470v-54h-470z" /> -<glyph unicode="." horiz-adv-x="439" d="M173 0v130h86v-130h-86z" /> -<glyph unicode="/" horiz-adv-x="782" d="M42 -125l608 1581h59l-608 -1581h-59z" /> -<glyph unicode="0" horiz-adv-x="1167" d="M140 574v308q0 284 116 439.5t327 155.5t327.5 -155.5t116.5 -439.5v-308q0 -285 -115.5 -440t-326.5 -155t-328 155.5t-117 439.5zM194 576q0 -252 100.5 -397.5t290.5 -145.5q189 0 288.5 145t99.5 398v306q0 254 -100 397.5t-290 143.5t-289.5 -143.5t-99.5 -397.5 v-306z" /> -<glyph unicode="1" d="M207 1334v46l452 84v-1477h-54v1425z" /> -<glyph unicode="2" d="M123 1052q-5 177 111.5 301t311.5 124q181 0 290.5 -102.5t109.5 -288.5q0 -121 -78.5 -247t-221.5 -293l-417 -487l2 -5h793v-54h-871v54l477 550q136 157 198.5 271t62.5 211q0 159 -88 248t-257 89q-179 0 -277 -105t-98 -272h-46z" /> -<glyph unicode="3" d="M109 399l2 6h46q0 -162 118.5 -267t297.5 -105q180 0 280 92.5t100 256.5q0 170 -114.5 251.5t-310.5 81.5h-111v56h111q183 0 288 91t105 224q0 147 -90.5 242t-266.5 95q-162 0 -269 -95t-107 -253h-46l-2 6q-5 177 118.5 286.5t305.5 109.5q188 0 299.5 -106.5 t111.5 -288.5q0 -115 -72.5 -206t-195.5 -131q142 -35 221 -127t79 -232q0 -190 -121 -298.5t-313 -108.5q-185 0 -327 109.5t-137 310.5z" /> -<glyph unicode="4" d="M82 397v30l695 1029h65v-1005h252v-54h-252v-397h-54v397h-706zM166 451h622v929l-6 2l-78 -129z" /> -<glyph unicode="5" d="M188 377l2 6h47q0 -172 96 -261t261 -89q194 0 284.5 107t90.5 322q0 184 -90.5 290t-253.5 106q-160 0 -251.5 -53.5t-131.5 -158.5l-41 16l78 794h690v-53h-641l-61 -618q63 63 137.5 95t219.5 36q174 5 287 -119t113 -333q0 -223 -105 -354t-325 -131 q-177 0 -294 100.5t-112 297.5z" /> -<glyph unicode="6" d="M170 512v448q0 227 131.5 372t321.5 145q76 0 148.5 -16.5t136.5 -53.5l-21 -51q-66 38 -122.5 52.5t-141.5 14.5q-167 0 -283 -127t-116 -335v-255q47 109 150.5 180t239.5 71q197 0 309 -136t112 -361q0 -207 -121.5 -344t-309.5 -137q-190 0 -312 145.5t-122 387.5z M224 513q0 -216 106 -348.5t274 -132.5q167 0 272 126t105 302q0 202 -96 322.5t-278 120.5q-153 0 -267.5 -102.5t-114.5 -244.5h-1v-43z" /> -<glyph unicode="7" d="M77 1402v54h930v-54q-215 -250 -365.5 -570.5t-195.5 -740.5l-6 -91h-54l6 91q43 394 183.5 719t366.5 592h-865z" /> -<glyph unicode="8" d="M98 379q0 133 84.5 231t224.5 135q-122 37 -195 127.5t-73 213.5q0 184 118.5 287.5t303.5 103.5q183 0 303 -104t120 -287q0 -122 -74.5 -213t-195.5 -128q139 -38 225.5 -136t86.5 -230q0 -192 -130.5 -296t-332.5 -104q-206 0 -335.5 104t-129.5 296zM152 374 q0 -161 115 -251t296 -90q176 0 292 90.5t116 250.5q0 154 -118 249t-292 95q-177 0 -293 -95t-116 -249zM193 1091q0 -146 104 -232.5t266 -86.5q157 0 262 87t105 232q0 143 -107 237.5t-262 94.5q-161 0 -264.5 -90.5t-103.5 -241.5z" /> -<glyph unicode="9" d="M95 978q0 207 123 353t313 146q196 0 319 -133t123 -381v-503q0 -224 -126.5 -352.5t-334.5 -128.5q-78 0 -156 16t-157 47l16 57q75 -34 143 -50t154 -16q185 0 292 113t107 312v283q-56 -109 -158.5 -171t-229.5 -62q-188 0 -308 137.5t-120 332.5zM157 978 q0 -170 100 -293.5t266 -123.5q148 0 248 85.5t140 204.5v111q0 222 -104.5 341.5t-271.5 119.5q-168 0 -273 -134t-105 -311z" /> -<glyph unicode=":" horiz-adv-x="364" d="M146 0v130h86v-130h-86zM146 949v130h86v-130h-86z" /> -<glyph unicode=";" horiz-adv-x="364" d="M115 -258l67 246v171h54v-167l-70 -250h-51zM153 952v130h86v-130h-86z" /> -<glyph unicode="<" horiz-adv-x="1053" d="M82 515v50l837 378v-58l-661 -308l-119 -37v-6l119 -36l661 -303v-59z" /> -<glyph unicode="=" horiz-adv-x="1142" d="M147 436v54h834v-54h-834zM147 843v54h834v-54h-834z" /> -<glyph unicode=">" horiz-adv-x="1053" d="M114 137v59l660 307l118 36v6l-118 37l-660 304v58l836 -378v-50z" /> -<glyph unicode="?" horiz-adv-x="893" d="M98 1122q-2 170 96.5 262.5t253.5 92.5q164 0 258.5 -101t94.5 -266q0 -141 -62.5 -243t-190.5 -217q-69 -53 -84 -101.5t-15 -148.5h-54q1 117 20.5 165.5t104.5 126.5q121 116 174 197.5t53 222.5q0 146 -78 229t-221 83q-142 0 -220 -84.5t-81 -223.5h-46zM391 0v106 h82v-106h-82z" /> -<glyph unicode="@" horiz-adv-x="1902" d="M129 478q18 427 255.5 680t616.5 253q402 0 592.5 -234t173.5 -654q-10 -219 -114 -381.5t-296 -162.5q-83 0 -135 61t-61 169q-55 -114 -139 -172t-193 -58q-136 0 -203 119t-48 318q23 250 144 401t293 151q83 0 135 -27.5t115 -82.5l-49 -565q-11 -152 36.5 -205.5 t107.5 -53.5q158 0 248.5 134.5t101.5 354.5q20 396 -154 613.5t-559 217.5q-336 0 -564.5 -239.5t-248.5 -636.5q-20 -383 174.5 -629.5t551.5 -246.5q87 0 177.5 22t152.5 58l24 -46q-62 -40 -164 -64.5t-194 -24.5q-380 0 -588 249.5t-189 681.5zM632 416 q-19 -167 31.5 -275t163.5 -108q108 0 194 66.5t144 245.5l42 486q-34 39 -82.5 60.5t-112.5 21.5q-142 0 -248 -126.5t-132 -370.5z" /> -<glyph unicode="A" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82z" /> -<glyph unicode="B" horiz-adv-x="1235" d="M200 0v1456h383q226 0 351 -93t125 -280q0 -130 -67 -219t-189 -111q136 -18 229 -119t93 -233q0 -191 -123.5 -296t-326.5 -105h-475zM254 54h421q184 0 290 91t106 254q0 134 -101.5 227t-284.5 93h-431v-665zM254 773h349q199 0 300 77.5t101 236.5 q0 156 -106.5 235.5t-314.5 79.5h-329v-629z" /> -<glyph unicode="C" horiz-adv-x="1327" d="M144 619v218q0 286 144 463t383 177q227 0 367 -119q136 -116 136 -328v-12l-2 -6h-46q0 197 -122.5 304t-332.5 107q-213 0 -343 -161t-130 -423v-220q0 -265 130 -425.5t343 -160.5q210 0 332.5 103t122.5 310h46l2 -6v-12q0 -214 -136 -330q-140 -118 -367 -119 q-239 0 -383 176.5t-144 463.5z" /> -<glyph unicode="D" horiz-adv-x="1340" d="M200 0v1456h403q251 0 426 -180t175 -459v-178q0 -280 -175 -459.5t-426 -179.5h-403zM254 54h349q227 0 387 166t160 419v181q0 250 -160 416t-387 166h-349v-1348z" /> -<glyph unicode="E" horiz-adv-x="1166" d="M200 0v1456h886v-54h-832v-616h730v-54h-730v-678h832v-54h-886z" /> -<glyph unicode="F" horiz-adv-x="1172" d="M200 0v1456h902v-54h-848v-630h746v-56h-746v-716h-54z" /> -<glyph unicode="G" horiz-adv-x="1406" d="M168 620v238q0 274 151 446.5t393 172.5q231 0 366.5 -119.5t138.5 -308.5l-2 -6h-45q-8 169 -124.5 274.5t-333.5 105.5q-221 0 -355.5 -157.5t-134.5 -405.5v-240q0 -260 139 -423.5t368 -163.5q161 0 281.5 47t161.5 101v424h-445v55h499v-504q-46 -64 -176.5 -120.5 t-320.5 -56.5q-250 0 -405.5 178t-155.5 463z" /> -<glyph unicode="H" horiz-adv-x="1438" d="M200 0v1456h54v-707h930v707h54v-1456h-54v695h-930v-695h-54z" /> -<glyph unicode="I" horiz-adv-x="534" d="M240 0v1456h54v-1456h-54z" /> -<glyph unicode="J" horiz-adv-x="1125" d="M96 395l2 6h46q0 -178 97 -273t280 -95q153 0 254 105t101 284v1034h54v-1034q0 -203 -114.5 -323t-294.5 -120q-200 0 -315 106q-110 102 -110 293v17z" /> -<glyph unicode="K" horiz-adv-x="1300" d="M200 0v1456h54v-692h238l618 692h64l2 -5l-639 -721l685 -724l-3 -6h-63l-679 711h-223v-711h-54z" /> -<glyph unicode="L" horiz-adv-x="1057" d="M200 0v1456h55v-1402h747v-54h-802z" /> -<glyph unicode="M" horiz-adv-x="1756" d="M200 0v1456h77l596 -1370h6l598 1370h79v-1456h-54v1361l-6 2l-598 -1363h-43l-595 1356l-6 -2v-1354h-54z" /> -<glyph unicode="N" horiz-adv-x="1449" d="M200 0v1456h55l934 -1353l6 2v1351h54v-1456h-54l-934 1356l-6 -2v-1354h-55z" /> -<glyph unicode="O" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z " /> -<glyph unicode="P" horiz-adv-x="1230" d="M200 0v1456h455q226 0 348 -113.5t122 -301.5q0 -190 -121.5 -303t-348.5 -113h-401v-625h-54zM254 679h401q207 0 311.5 103t104.5 257q0 158 -104 260.5t-312 102.5h-401v-723z" /> -<glyph unicode="Q" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -182 -57.5 -320.5t-164.5 -218.5l254 -248l-39 -35l-262 251q-59 -34 -129.5 -51.5t-149.5 -17.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5 t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z" /> -<glyph unicode="R" horiz-adv-x="1340" d="M195 -1v1456h464q230 0 354 -99.5t124 -290.5q0 -123 -78.5 -223.5t-214.5 -130.5q157 -27 225 -115t68 -225v-137q0 -68 16.5 -122t54.5 -88v-25h-53q-36 41 -54 101.5t-18 135.5v133q0 148 -101.5 231t-289.5 83h-443v-684h-54zM249 737h400q223 0 328.5 94t105.5 234 q0 163 -106.5 249.5t-317.5 86.5h-410v-664z" /> -<glyph unicode="S" horiz-adv-x="1223" d="M105 404l2 6h45q0 -198 146 -287.5t337 -89.5q192 0 315.5 88t123.5 228q0 137 -100.5 219t-348.5 150q-249 67 -364.5 152.5t-115.5 249.5q0 163 136 260t347 97q213 0 348 -119q131 -116 131 -295v-11l-2 -6h-46q0 163 -120 270t-311 107q-198 0 -313.5 -88.5 t-115.5 -212.5t95.5 -206t345.5 -146q242 -64 365.5 -156.5t123.5 -262.5q0 -173 -141 -272.5t-353 -99.5q-219 1 -377 103q-153 99 -153 309v13z" /> -<glyph unicode="T" horiz-adv-x="1224" d="M55 1402v54h1114v-54h-530v-1402h-54v1402h-530z" /> -<glyph unicode="U" horiz-adv-x="1365" d="M185 469v987h54v-987q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v987h54v-987q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5z" /> -<glyph unicode="V" horiz-adv-x="1223" d="M35 1456h59l489 -1314l26 -79h6l26 79l489 1314h59l-544 -1456h-66z" /> -<glyph unicode="W" horiz-adv-x="1855" d="M61 1456h60l302 -1126l63 -229h6l63 229l344 1126h60l342 -1126l62 -229h6l65 229l300 1126h59l-392 -1456h-61l-361 1214l-48 145h-6l-46 -145l-364 -1214h-61z" /> -<glyph unicode="X" horiz-adv-x="1223" d="M53 0l524 743l-504 713h68l469 -671l471 671h67l-503 -713l524 -743h-67l-492 701l-491 -701h-66z" /> -<glyph unicode="Y" horiz-adv-x="1223" d="M36 1456h66l481 -809l26 -50l27 50l483 809h66l-547 -903v-553h-55v553z" /> -<glyph unicode="Z" horiz-adv-x="1224" d="M94 0v44l929 1359h-889v53h964v-38l-930 -1364h962v-54h-1036z" /> -<glyph unicode="[" horiz-adv-x="439" d="M181 -312v1976h283v-54h-229v-1868h229v-54h-283z" /> -<glyph unicode="\" horiz-adv-x="774" d="M57 1456h58l608 -1581h-58z" /> -<glyph unicode="]" horiz-adv-x="439" d="M-8 -258h228v1868h-228v54h283v-1976h-283v54z" /> -<glyph unicode="^" horiz-adv-x="849" d="M91 729l299 727h52l299 -727h-61l-222 543l-40 114h-6l-43 -114l-219 -543h-59z" /> -<glyph unicode="_" horiz-adv-x="845" d="M-1 0h846v-54h-846v54z" /> -<glyph unicode="`" horiz-adv-x="537" d="M103 1471l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="a" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5v14q0 117 98 199q104 88 275 88q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5z" /> -<glyph unicode="b" d="M170 0v1560h54v-671q54 99 147 156t220 57q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-128 0 -223 51.5t-148 139.5l-7 -170h-45zM224 268q40 -107 134 -171t236 -64q171 0 260 132t89 356v21q0 225 -90 365.5t-261 140.5q-157 0 -244 -79 t-124 -194v-507z" /> -<glyph unicode="c" horiz-adv-x="1039" d="M97 520v42q0 242 117 391t323 149q169 0 285 -98q113 -95 112 -266v-12l-2 -6h-46q0 159 -102 243.5t-247 84.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6v-10q0 -151 -116 -243q-120 -94 -279 -95q-207 0 -324.5 149 t-117.5 392z" /> -<glyph unicode="d" d="M122 521v21q0 257 108 408.5t300 151.5q127 0 219.5 -57t147.5 -156v671h54v-1560h-52l-2 168q-54 -87 -148.5 -138t-220.5 -51q-191 0 -298.5 146t-107.5 396zM178 521q0 -224 88.5 -356t260.5 -132q141 0 234.5 64t135.5 171v507q-39 116 -126 194.5t-242 78.5 q-172 0 -261.5 -140.5t-89.5 -365.5v-21z" /> -<glyph unicode="e" horiz-adv-x="1032" d="M87 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM149 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5z" /> -<glyph unicode="f" horiz-adv-x="645" d="M66 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-1027h-54v1027h-188z" /> -<glyph unicode="g" d="M121 521v21q0 257 108 408.5t300 151.5q126 0 219 -57t148 -157l8 194h46v-1088q0 -206 -108.5 -318.5t-300.5 -112.5q-79 0 -164.5 16.5t-149.5 45.5l16 54q73 -32 141 -47.5t155 -15.5q175 0 265.5 97.5t90.5 280.5v172q-55 -86 -149 -136.5t-219 -50.5 q-191 0 -298.5 146t-107.5 396zM176 521q0 -224 89 -356t261 -132q141 0 234 63.5t135 169.5v512q-40 115 -126.5 192.5t-240.5 77.5q-172 0 -262 -140.5t-90 -365.5v-21z" /> -<glyph unicode="h" d="M172 0v1560h54v-706q50 118 147 183t237 65q169 0 256.5 -107t87.5 -337v-658h-55v660q0 213 -78.5 300.5t-209.5 87.5q-175 0 -268 -104.5t-117 -267.5v-676h-54z" /> -<glyph unicode="i" horiz-adv-x="422" d="M185 0v1082h54v-1082h-54zM185 1422v138h54v-138h-54z" /> -<glyph unicode="j" horiz-adv-x="445" d="M-157 -417l13 52q19 -6 46.5 -12t52.5 -6q110 0 170.5 77t60.5 217v1171h54v-1171q0 -167 -75 -257.5t-210 -90.5q-29 0 -55 5t-57 15zM180 1426v134h54v-134h-54z" /> -<glyph unicode="k" horiz-adv-x="969" d="M172 0v1560h54v-953h127l492 475h63l2 -6l-496 -487l534 -584l-2 -5h-63l-509 553h-148v-553h-54z" /> -<glyph unicode="l" horiz-adv-x="422" d="M185 0v1560h54v-1560h-54z" /> -<glyph unicode="m" horiz-adv-x="1836" d="M161 0v1082h47l7 -223q49 115 141 179t224 64q140 0 227.5 -71.5t120.5 -220.5q43 138 140.5 215.5t243.5 77.5q179 0 272 -117t93 -368v-617h-55v619q0 235 -84 332t-224 97q-172 0 -260 -103.5t-110 -267.5q0 -20 1 -34.5t1 -28.5v-615h-55v619q0 236 -84 332.5 t-225 96.5q-168 0 -255 -98.5t-111 -255.5v-694h-55z" /> -<glyph unicode="n" d="M172 0v1082h46l7 -223q49 116 143 179.5t232 63.5q177 0 265.5 -111.5t88.5 -353.5v-637h-54v639q0 225 -80.5 317t-218.5 92q-175 0 -264 -104.5t-111 -267.5v-676h-54z" /> -<glyph unicode="o" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z " /> -<glyph unicode="p" d="M170 -416v1498h42l11 -194q54 100 147 157t221 57q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-127 0 -221.5 51t-147.5 138v-584h-54zM224 269q40 -108 134 -172t236 -64q171 0 260.5 132t89.5 356v21q0 225 -90.5 365.5t-261.5 140.5 q-157 0 -244 -79t-124 -194v-506z" /> -<glyph unicode="q" d="M122 521v21q0 257 108 408.5t300 151.5q127 0 219.5 -57t147.5 -157l5 194h49v-1498h-54v584q-55 -87 -149 -138t-220 -51q-191 0 -298.5 146t-107.5 396zM178 521q0 -224 88.5 -356t260.5 -132q141 0 234.5 64t135.5 171v507q-39 116 -126 194.5t-242 78.5 q-172 0 -261.5 -140.5t-89.5 -365.5v-21z" /> -<glyph unicode="r" horiz-adv-x="680" d="M172 0v1082h44l10 -188v-37q45 116 134 180.5t219 64.5q23 0 42.5 -3.5t33.5 -7.5l-6 -48l-70 6q-145 0 -235.5 -93.5t-117.5 -246.5v-709h-54z" /> -<glyph unicode="s" horiz-adv-x="1019" d="M112 269l2 6h44q8 -128 110 -185t241 -57q150 0 238 70t88 162q0 86 -73.5 156.5t-256.5 110.5q-193 41 -279.5 105.5t-86.5 191.5q0 116 98 194.5t264 78.5q179 0 282 -84q98 -80 98 -207v-12l-2 -6h-46q0 106 -89.5 180.5t-242.5 74.5q-152 0 -230 -65.5t-78 -151.5 q0 -85 66 -145t262 -105q181 -42 274.5 -114.5t93.5 -202.5q0 -127 -104 -206t-276 -79q-189 1 -297 85q-101 79 -100 190v15z" /> -<glyph unicode="t" horiz-adv-x="633" d="M29 1027v55h200v292h55v-292h266v-55h-266v-748q0 -133 45 -189.5t119 -56.5q27 0 48 2t58 7l10 -49q-25 -8 -52 -11t-61 -3q-109 0 -165.5 71t-56.5 229v748h-200z" /> -<glyph unicode="u" d="M168 465v617h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v746h55v-1082h-45l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5z" /> -<glyph unicode="v" horiz-adv-x="978" d="M43 1082h58l334 -853l51 -146h6l52 146l333 853h58l-421 -1081l1 -1h-52z" /> -<glyph unicode="w" horiz-adv-x="1550" d="M83 1082h62l221 -769l56 -222l6 -1l71 223l243 769h55l242 -769l70 -223l6 1l58 222l220 769h63l-315 -1082h-54l-267 813l-48 183h-6l-52 -183l-263 -813h-54z" /> -<glyph unicode="x" horiz-adv-x="978" d="M55 0l400 555l-380 527h68l346 -480l345 480h68l-380 -527l400 -555h-67l-367 508l-366 -508h-67z" /> -<glyph unicode="y" horiz-adv-x="978" d="M43 1082h59l356 -886l40 -108h6l6 16l374 978h60l-481 -1262q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176z" /> -<glyph unicode="z" horiz-adv-x="978" d="M87 0v44l711 983h-680v55h753v-48l-711 -980h770v-54h-843z" /> -<glyph unicode="{" horiz-adv-x="660" d="M73 543v66q128 0 189 72t61 204v247q0 171 73 290.5t246 174.5l15 -45q-143 -46 -211.5 -155.5t-68.5 -264.5v-247q0 -120 -52 -202t-159 -107q107 -26 159 -109t52 -202v-245q0 -154 70.5 -260t214.5 -155l-20 -46q-173 55 -246 173t-73 288v245q0 132 -61 205t-189 73z " /> -<glyph unicode="|" horiz-adv-x="406" d="M181 -270v1726h54v-1726h-54z" /> -<glyph unicode="}" horiz-adv-x="660" d="M0 -395q143 49 213.5 155t70.5 260v245q0 119 51.5 202t159.5 109q-108 25 -159.5 107t-51.5 202v247q0 155 -68.5 264.5t-210.5 155.5l14 45q172 -55 245.5 -174.5t73.5 -290.5v-247q0 -132 61 -204t189 -72v-66q-128 0 -189 -73.5t-61 -204.5v-245q0 -171 -73 -288.5 t-246 -172.5z" /> -<glyph unicode="~" horiz-adv-x="1412" d="M156 474q0 128 73.5 214t188.5 86q86 0 158.5 -39.5t164.5 -120.5q67 -62 125 -90t121 -28q86 0 144.5 70.5t58.5 186.5l61 -13q0 -121 -75.5 -209t-188.5 -88q-87 0 -158.5 38t-162.5 121q-68 59 -127.5 88.5t-120.5 29.5q-89 0 -146 -68t-57 -190z" /> -<glyph unicode="¡" horiz-adv-x="406" d="M147 918v164h95v-164h-95zM167 -374v978h54v-978h-54z" /> -<glyph unicode="¢" horiz-adv-x="1110" d="M134 520v42q0 234 110 381.5t305 157.5v217h55v-217q158 -10 264.5 -107.5t103.5 -267.5l-3 -6h-46q0 159 -102 243.5t-247 84.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6q4 -152 -106 -245t-261 -102v-225h-55v225 q-196 11 -305.5 158t-109.5 382z" /> -<glyph unicode="£" horiz-adv-x="1150" d="M65 667v54h241l-11 319q0 204 101 320.5t270 116.5q175 0 256 -102t78 -280l-2 -5h-47q0 176 -73.5 254.5t-211.5 78.5q-147 0 -232 -100t-85 -283l11 -319h478v-54h-476l8 -201q0 -125 -36 -235.5t-102 -176.5h808l1 -54h-912v54h10q89 16 133 145.5t44 266.5l-8 201 h-243z" /> -<glyph unicode="¤" horiz-adv-x="1502" d="M114 13l179 182q-69 84 -106.5 189.5t-37.5 223.5q0 122 40 230.5t114 193.5l-189 193l40 39l188 -192q80 77 183.5 119.5t219.5 42.5q114 0 217.5 -43t185.5 -121l191 195l41 -40l-193 -196q72 -85 112 -193t40 -228q0 -117 -37 -221.5t-104 -187.5l182 -186l-41 -40 l-180 183q-82 -84 -188.5 -130t-225.5 -46q-120 0 -226.5 45.5t-188.5 128.5l-176 -180zM204 608q0 -238 159 -406.5t382 -168.5q221 0 380.5 168.5t159.5 406.5q0 237 -159.5 405t-380.5 168q-223 0 -382 -168t-159 -405z" /> -<glyph unicode="¥" horiz-adv-x="1207" d="M58 1456h65l452 -718l24 -51h5l24 51l451 718h66l-489 -780h424v-55h-452v-240h452v-55h-452v-326h-54v326h-450v55h450v240h-450v55h421z" /> -<glyph unicode="¦" horiz-adv-x="398" d="M172 -270v752h54v-752h-54zM172 698v758h54v-758h-54z" /> -<glyph unicode="§" horiz-adv-x="1223" d="M121 -69l2 5l46 2q0 -199 127 -289t304 -90q185 0 290 80.5t105 209.5q0 120 -80.5 188.5t-307.5 128.5q-245 58 -365.5 142.5t-120.5 242.5q0 108 76 179t211 92q-122 48 -182 120.5t-60 187.5q0 157 123 252t329 95q214 0 333 -111.5t115 -313.5l-2 -6h-46 q0 162 -106.5 269.5t-293.5 107.5q-197 0 -297.5 -81.5t-100.5 -208.5q0 -126 79.5 -194t316.5 -135q252 -64 365 -140.5t113 -232.5q0 -105 -82 -176t-222 -91q131 -50 195.5 -122t64.5 -191q0 -161 -122 -253.5t-328 -92.5q-205 0 -344.5 102.5t-134.5 323.5zM175 553 q0 -130 88 -195.5t361 -142.5l69 -19q161 1 254 67t93 165q0 123 -95.5 194.5t-354.5 143.5q-30 6 -57 13.5t-51 16.5q-152 -7 -229.5 -74t-77.5 -169z" /> -<glyph unicode="¨" horiz-adv-x="906" d="M155 1338v118h137v-118h-137zM625 1338v118h136v-118h-136z" /> -<glyph unicode="©" horiz-adv-x="1666" d="M123 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217t-502.5 217t-207.5 533zM179 729q0 -290 191.5 -492.5t462.5 -202.5q269 0 461.5 202.5t192.5 492.5q0 289 -192 490.5t-462 201.5q-271 0 -462.5 -201.5t-191.5 -490.5z M506 669v119q0 172 88.5 279.5t231.5 107.5q139 0 218 -79.5t76 -227.5l-3 -6h-44q0 129 -64 194.5t-183 65.5q-123 0 -194 -95t-71 -238v-120q0 -145 70.5 -238.5t194.5 -93.5q120 0 183 63.5t63 195.5h44l3 -6q3 -150 -75.5 -229t-217.5 -79q-144 0 -232 107t-88 280z" /> -<glyph unicode="ª" horiz-adv-x="898" d="M148 920q0 101 74 157t215 56h220v69q0 105 -51 163t-148 58q-114 0 -175.5 -47t-61.5 -138l-46 5l-2 6q-5 98 74.5 163t210.5 65q115 0 184.5 -71.5t69.5 -204.5v-314q0 -48 6 -92.5t20 -88.5h-58q-10 28 -15.5 58.5t-6.5 61.5q-40 -58 -106.5 -96t-154.5 -38 q-119 0 -184 61t-65 167zM202 924q0 -84 48 -130.5t148 -46.5q87 0 163 47.5t96 105.5v177h-219q-113 0 -174.5 -44t-61.5 -109z" /> -<glyph unicode="«" horiz-adv-x="905" d="M145 516v19l295 370h70l-294 -380l294 -379h-70zM432 516v19l295 370h70l-294 -380l294 -379h-70z" /> -<glyph unicode="¬" horiz-adv-x="1101" d="M122 700v53h793v-357h-54v304h-739z" /> -<glyph unicode="­" horiz-adv-x="607" d="M61 599v54h470v-54h-470z" /> -<glyph unicode="®" horiz-adv-x="1674" d="M115 729q0 315 207 531t503 216q295 0 502.5 -216t207.5 -531q0 -316 -207.5 -533t-502.5 -217q-296 0 -503 217t-207 533zM170 729q0 -290 192 -492.5t463 -202.5q269 0 461.5 202.5t192.5 492.5q0 289 -192 490.5t-462 201.5q-271 0 -463 -201.5t-192 -490.5zM593 316 v850h239q143 0 216 -61t73 -179q0 -73 -40 -125t-113 -81q70 -22 101 -75.5t31 -129.5v-56q0 -38 4 -71.5t13 -55.5v-16h-59q-10 21 -12 61.5t-2 82.5v54q0 94 -42 134t-142 40h-212v-372h-55zM648 744h205q91 0 152 48t61 135q0 96 -52.5 140t-181.5 44h-184v-367z" /> -<glyph unicode="¯" horiz-adv-x="811" d="M92 1403v53h627v-53h-627z" /> -<glyph unicode="°" horiz-adv-x="783" d="M156 1237q0 98 69 169t167 71q95 0 163.5 -71t68.5 -169q0 -100 -68.5 -168.5t-163.5 -68.5q-98 0 -167 68.5t-69 168.5zM211 1237q0 -79 51.5 -130t129.5 -51q76 0 126 51t50 130q0 80 -50 132.5t-126 52.5q-78 0 -129.5 -53t-51.5 -132z" /> -<glyph unicode="±" horiz-adv-x="1077" d="M72 751v54h443v462h54v-462h419v-54h-419v-462h-54v462h-443zM240 88v54h835v-54h-835z" /> -<glyph unicode="²" horiz-adv-x="807" d="M114 667v55l327 300q83 80 114.5 131t31.5 102q0 78 -48 123.5t-144 45.5q-104 0 -160 -51t-56 -131h-48l-3 6q-5 95 69 163t198 68q115 0 181.5 -57.5t66.5 -167.5q0 -70 -49.5 -136.5t-140.5 -154.5l-265 -235l2 -6h475v-55h-551z" /> -<glyph unicode="³" horiz-adv-x="831" d="M129 882l2 6h48q0 -78 62.5 -128t163.5 -50q106 0 164 45.5t58 125.5q0 86 -55.5 126t-165.5 40h-114v56h114q107 0 157.5 40.5t50.5 116.5q0 73 -52.5 118t-156.5 45q-92 0 -153 -45.5t-61 -119.5h-46l-2 6q-6 94 71 154t191 60q122 0 193 -57.5t71 -163.5 q0 -61 -36 -109t-101 -72q74 -21 112.5 -69.5t38.5 -123.5q0 -107 -77.5 -167.5t-200.5 -60.5q-115 0 -198 58.5t-78 168.5z" /> -<glyph unicode="´" horiz-adv-x="511" d="M109 1217l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="µ" d="M171 -416v1498h52v-642q0 -223 85 -315t221 -92q184 0 268 93t102 263v693h54v-577h2q0 -16 -0.5 -30.5t-1.5 -36.5v-438h-41l-11 205q-48 -109 -138 -167.5t-225 -58.5q-103 0 -185.5 45t-129.5 147v-587h-52z" /> -<glyph unicode="¶" horiz-adv-x="946" d="M99 988q0 207 129.5 337.5t362.5 130.5h179v-1456h-54v520h-125q-234 0 -363 129.5t-129 338.5z" /> -<glyph unicode="·" horiz-adv-x="472" d="M171 624v152h118v-152h-118z" /> -<glyph unicode="¸" horiz-adv-x="490" d="M81 -386q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" /> -<glyph unicode="¹" horiz-adv-x="471" d="M79 1398v56l220 23v-812h-54v747z" /> -<glyph unicode="º" horiz-adv-x="914" d="M148 1025v117q0 148 82 241.5t222 93.5t222.5 -93.5t82.5 -241.5v-117q0 -149 -82 -241.5t-221 -92.5q-141 0 -223.5 92.5t-82.5 241.5zM202 1025q0 -125 63 -202.5t189 -77.5q120 0 185 78.5t65 201.5v117q0 122 -65 201.5t-187 79.5q-121 0 -185.5 -79.5t-64.5 -201.5 v-117z" /> -<glyph unicode="»" horiz-adv-x="897" d="M128 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70zM418 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70z" /> -<glyph unicode="¼" horiz-adv-x="1533" d="M141 1397v56l220 23v-812h-54v747zM316 170l711 1138l45 -31l-711 -1138zM760 186v36l435 579h62v-560h176v-55h-176v-186h-55v186h-442zM843 241h359v481l-6 2l-36 -60z" /> -<glyph unicode="½" horiz-adv-x="1447" d="M141 1397v56l220 23v-812h-54v747zM328 170l711 1138l45 -31l-711 -1138zM895 0v55l327 300q83 80 114.5 131t31.5 102q0 78 -48 123.5t-144 45.5q-104 0 -160 -51t-56 -131h-48l-3 6q-5 95 69 163t198 68q115 0 181.5 -57.5t66.5 -167.5q0 -70 -49.5 -136.5 t-140.5 -154.5l-265 -235l2 -6h475v-55h-551z" /> -<glyph unicode="¾" horiz-adv-x="1653" d="M161 883l2 6h48q0 -78 62.5 -128t163.5 -50q106 0 164 45.5t58 125.5q0 86 -55.5 126t-165.5 40h-114v56h114q107 0 157.5 40.5t50.5 116.5q0 73 -52.5 118t-156.5 45q-92 0 -153 -45.5t-61 -119.5h-46l-2 6q-6 94 71 154t191 60q122 0 193 -57.5t71 -163.5 q0 -61 -36 -109t-101 -72q74 -21 112.5 -69.5t38.5 -123.5q0 -107 -77.5 -167.5t-200.5 -60.5q-115 0 -198 58.5t-78 168.5zM543 170l711 1138l45 -31l-711 -1138zM985 186v36l435 579h62v-560h176v-55h-176v-186h-55v186h-442zM1068 241h359v481l-6 2l-36 -60z" /> -<glyph unicode="¿" horiz-adv-x="912" d="M104 -27q0 140 62 242t191 218q68 52 83.5 100.5t15.5 149.5h54q-2 -118 -21.5 -166.5t-103.5 -125.5q-122 -117 -174.5 -198.5t-52.5 -221.5q0 -146 77.5 -229t221.5 -83q141 0 219 84.5t82 223.5h46l3 -6q1 -170 -97.5 -262.5t-252.5 -92.5q-165 0 -259 101t-94 266z M432 977v106h82v-106h-82z" /> -<glyph unicode="À" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82zM355 1823l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="Á" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82zM555 1561l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="Â" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82zM362 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="Ã" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM270 1615q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98zM275 489h672l-305 820l-28 82 h-6l-27 -82z" /> -<glyph unicode="Ä" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82zM317 1673v118h137v-118h-137zM787 1673v118h136v-118h-136z" /> -<glyph unicode="Å" horiz-adv-x="1223" d="M34 0l544 1456h66l545 -1456h-59l-163 435h-712l-162 -435h-59zM275 489h672l-305 820l-28 82h-6l-27 -82zM474 1726q0 56 40 97.5t96 41.5q54 0 93.5 -41t39.5 -98t-39 -96t-94 -39q-56 0 -96 39t-40 96zM531 1726q0 -34 23 -56.5t56 -22.5q32 0 54 22t22 57t-22 58.5 t-54 23.5q-33 0 -56 -23.5t-23 -58.5z" /> -<glyph unicode="Æ" horiz-adv-x="1816" d="M50 0l881 1456h776v-54h-696l26 -616h588v-54h-586l28 -678h701v-54h-752l-18 425h-628l-255 -425h-65zM402 478h594l-39 924l-5 1l-57 -105z" /> -<glyph unicode="Ç" horiz-adv-x="1327" d="M144 619v218q0 286 144 463t383 177q228 0 367.5 -119t135.5 -340l-2 -6h-46q0 197 -122.5 304t-332.5 107q-213 0 -343 -161t-130 -423v-220q0 -265 130 -425.5t343 -160.5q210 0 332.5 103t122.5 310h46l2 -6q4 -224 -135.5 -342.5t-367.5 -118.5q-239 0 -383 176.5 t-144 463.5zM553 -395q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" /> -<glyph unicode="È" horiz-adv-x="1166" d="M200 0v1456h886v-54h-832v-616h730v-54h-730v-678h832v-54h-886zM362 1823l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="É" horiz-adv-x="1166" d="M200 0v1456h886v-54h-832v-616h730v-54h-730v-678h832v-54h-886zM562 1561l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="Ê" horiz-adv-x="1166" d="M200 0v1456h886v-54h-832v-616h730v-54h-730v-678h832v-54h-886zM369 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="Ë" horiz-adv-x="1166" d="M200 0v1456h886v-54h-832v-616h730v-54h-730v-678h832v-54h-886zM324 1673v118h137v-118h-137zM794 1673v118h136v-118h-136z" /> -<glyph unicode="Ì" horiz-adv-x="534" d="M12 1823l2 5h89l220 -261l-2 -5h-75zM240 0v1456h54v-1456h-54z" /> -<glyph unicode="Í" horiz-adv-x="534" d="M211 1561l220 261h78l2 -5l-231 -261h-67zM240 0v1456h54v-1456h-54z" /> -<glyph unicode="Î" horiz-adv-x="534" d="M19 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66zM240 0v1456h54v-1456h-54z" /> -<glyph unicode="Ï" horiz-adv-x="534" d="M-26 1673v118h137v-118h-137zM240 0v1456h54v-1456h-54zM444 1673v118h136v-118h-136z" /> -<glyph unicode="Ð" horiz-adv-x="1370" d="M90 713v54h140v689h403q251 0 426 -180t175 -459v-178q0 -280 -175 -459.5t-426 -179.5h-403v713h-140zM284 54h349q227 0 387 166t160 419v181q0 250 -160 416t-387 166h-349v-635h393v-54h-393v-659z" /> -<glyph unicode="Ñ" horiz-adv-x="1449" d="M200 0v1456h55l934 -1353l6 2v1351h54v-1456h-54l-934 1356l-6 -2v-1354h-55zM384 1615q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode="Ò" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z M419 1844l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="Ó" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z M619 1582l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="Ô" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z M426 1622v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="Õ" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z M334 1636q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode="Ö" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q256 0 403 -173t147 -467v-218q0 -295 -146 -467.5t-402 -172.5q-257 0 -403.5 172.5t-146.5 467.5zM188 619q0 -270 128.5 -428t366.5 -158t366 157.5t128 428.5v220q0 268 -129 426t-367 158q-237 0 -365 -158t-128 -426v-220z M381 1694v118h137v-118h-137zM851 1694v118h136v-118h-136z" /> -<glyph unicode="×" horiz-adv-x="1052" d="M98 289l384 393l-357 364l39 39l356 -364l357 364l39 -39l-357 -364l385 -393l-39 -37l-384 391l-384 -391z" /> -<glyph unicode="Ø" horiz-adv-x="1364" d="M133 619v218q0 294 145.5 467t402.5 173q121 0 220 -41.5t171 -118.5l113 178h66l-142 -223q59 -83 90.5 -193.5t31.5 -241.5v-218q0 -295 -146 -467.5t-402 -172.5q-99 0 -181.5 26t-148.5 77l-99 -157h-66l123 193q-87 84 -132.5 211.5t-45.5 289.5zM188 619 q0 -146 38 -261t112 -186l6 -1l699 1100q-65 73 -156 112.5t-206 39.5q-237 0 -365 -158t-128 -426v-220zM382 127q59 -47 134.5 -70.5t166.5 -23.5q238 0 366 157.5t128 428.5v220q0 115 -24.5 212t-71.5 166l-6 1z" /> -<glyph unicode="Ù" horiz-adv-x="1365" d="M185 469v987h54v-987q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v987h54v-987q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5zM440 1823l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="Ú" horiz-adv-x="1365" d="M185 469v987h54v-987q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v987h54v-987q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5zM640 1561l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="Û" horiz-adv-x="1365" d="M185 469v987h54v-987q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v987h54v-987q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5zM447 1601v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="Ü" horiz-adv-x="1365" d="M185 469v987h54v-987q0 -205 124 -320.5t320 -115.5q195 0 319 115.5t124 320.5v987h54v-987q0 -238 -138 -364t-359 -126q-223 0 -360.5 126.5t-137.5 363.5zM402 1673v118h137v-118h-137zM872 1673v118h136v-118h-136z" /> -<glyph unicode="Ý" horiz-adv-x="1223" d="M36 1456h66l481 -809l26 -50l27 50l483 809h66l-547 -903v-553h-55v553zM551 1550l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="Þ" horiz-adv-x="1219" d="M200 0v1456h54v-313h371q212 0 331 -113t119 -292q0 -180 -119 -292t-331 -112h-371v-334h-54zM254 388h371q195 0 295.5 104t100.5 244q0 144 -100 248.5t-296 104.5h-371v-701z" /> -<glyph unicode="ß" horiz-adv-x="1183" d="M164 0v1082q0 188 89 290t250 102q123 0 207.5 -73t84.5 -195q0 -101 -59.5 -204.5t-59.5 -201.5q0 -90 193 -231.5t193 -291.5q0 -141 -114 -219.5t-253 -78.5q-87 0 -179.5 26t-132.5 63l25 49q42 -34 122.5 -59.5t156.5 -25.5q140 0 230.5 71.5t90.5 182.5 q0 113 -193 252t-193 264q0 105 56.5 212t56.5 194q0 90 -67.5 151t-154.5 61q-134 0 -214.5 -87.5t-80.5 -250.5v-1082h-54z" /> -<glyph unicode="à" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM277 1503l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="á" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM477 1241l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="â" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM284 1281v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="ã" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM192 1295q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134 t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode="ä" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM239 1353v118h137v-118h-137zM709 1353v118h136v-118h-136z" /> -<glyph unicode="å" horiz-adv-x="1081" d="M92 284q0 136 128.5 228t321.5 92h309v158q0 135 -86.5 210.5t-243.5 75.5q-147 0 -236.5 -71t-89.5 -183l-45 2l-2 5q-6 126 98 213.5t275 87.5q174 0 279 -88t105 -254v-542q0 -57 6.5 -111t21.5 -107h-60q-13 71 -17.5 106.5t-4.5 76.5v17q-56 -98 -167 -159.5 t-269 -61.5q-151 0 -237 82.5t-86 222.5zM146 280q0 -109 73.5 -178.5t195.5 -69.5q161 0 272.5 71t163.5 203v243h-306q-168 0 -283.5 -77.5t-115.5 -191.5zM396 1406q0 56 40 97.5t96 41.5q54 0 93.5 -41t39.5 -98t-39 -96t-94 -39q-56 0 -96 39t-40 96zM453 1406 q0 -34 23 -56.5t56 -22.5q32 0 54 22t22 57t-22 58.5t-54 23.5q-33 0 -56 -23.5t-23 -58.5z" /> -<glyph unicode="æ" horiz-adv-x="1735" d="M93 284q0 157 111.5 251.5t318.5 94.5h290v90q0 158 -73 243t-219 85q-162 0 -254.5 -78t-92.5 -199l-45 6l-2 6q-5 138 103.5 228.5t290.5 90.5q138 0 227 -73.5t112 -214.5q53 133 157 210.5t236 77.5q188 0 296 -118.5t108 -323.5v-83h-787v-13v-64q0 -208 99 -337.5 t299 -129.5q102 0 186.5 34.5t145.5 96.5l30 -42q-65 -66 -148.5 -104.5t-213.5 -38.5q-143 0 -245 66t-155 185v-12h1q-44 -95 -153 -167t-268 -72q-169 0 -262 82t-93 223zM148 280q0 -117 77.5 -183t221.5 -66q130 0 237 65.5t129 128.5v350h-288q-185 0 -281 -84 t-96 -211zM878 637l2 -5h723v32q0 168 -91.5 276t-258.5 108q-159 0 -260.5 -116.5t-114.5 -294.5z" /> -<glyph unicode="ç" horiz-adv-x="1039" d="M97 520v42q0 242 117 391t323 149q168 0 284.5 -98.5t112.5 -277.5l-2 -6h-46q0 159 -102 243.5t-247 84.5q-190 0 -288 -136t-98 -350v-42q0 -216 98 -351.5t290 -135.5q137 0 242 75t105 225h46l2 -6q4 -159 -116.5 -253.5t-278.5 -94.5q-207 0 -324.5 149t-117.5 392z M422 -395q104 0 180.5 36t76.5 105q0 64 -45.5 89t-163.5 35l25 121h53l-11 -76q91 -7 144 -45.5t53 -123.5q0 -87 -79 -138.5t-226 -51.5z" /> -<glyph unicode="è" horiz-adv-x="1032" d="M87 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM149 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM310 1502l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="é" horiz-adv-x="1032" d="M87 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM149 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM510 1240l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="ê" horiz-adv-x="1032" d="M87 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM149 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM317 1280v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="ë" horiz-adv-x="1032" d="M87 500v64q0 233 130 385.5t321 152.5q183 0 298.5 -120t115.5 -322v-83h-811v-13v-64q0 -196 115 -331.5t285 -135.5q121 0 202.5 33t139.5 99l29 -42q-64 -71 -155.5 -107.5t-215.5 -36.5q-185 0 -319.5 149.5t-134.5 371.5zM149 637l3 -6h746v33q0 165 -100 274.5 t-260 109.5q-161 0 -268 -117.5t-121 -293.5zM272 1352v118h137v-118h-137zM742 1352v118h136v-118h-136z" /> -<glyph unicode="ì" horiz-adv-x="406" d="M-47 1480l2 5h89l220 -261l-2 -5h-75zM181 0v1082h54v-1082h-54z" /> -<glyph unicode="í" horiz-adv-x="406" d="M152 1218l220 261h78l2 -5l-231 -261h-67zM181 0v1082h54v-1082h-54z" /> -<glyph unicode="î" horiz-adv-x="406" d="M-40 1258v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66zM181 0v1082h54v-1082h-54z" /> -<glyph unicode="ï" horiz-adv-x="406" d="M-85 1331v118h137v-118h-137zM181 0v1082h54v-1082h-54zM385 1331v118h136v-118h-136z" /> -<glyph unicode="ð" horiz-adv-x="1183" d="M123 446q0 241 118.5 374t329.5 133q137 0 246.5 -51t162.5 -141l4 5q1 179 -53 308.5t-154 220.5l-360 -206l-28 48l341 195q-54 40 -116.5 73t-135.5 62l20 50q85 -34 155.5 -72.5t128.5 -82.5l260 149l29 -48l-244 -140q108 -102 161 -240.5t53 -327.5v-220 q0 -245 -131.5 -400.5t-330.5 -155.5t-327.5 134.5t-128.5 332.5zM178 446q0 -164 109.5 -286.5t295.5 -122.5q179 0 291.5 139.5t112.5 358.5v128q-43 95 -150.5 163.5t-265.5 68.5q-198 0 -295.5 -124.5t-97.5 -324.5z" /> -<glyph unicode="ñ" d="M172 0v1082h46l7 -223q49 116 143 179.5t232 63.5q177 0 265.5 -111.5t88.5 -353.5v-637h-54v639q0 225 -80.5 317t-218.5 92q-175 0 -264 -104.5t-111 -267.5v-676h-54zM236 1293q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10 q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode="ò" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z M325 1501l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="ó" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z M525 1239l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="ô" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z M332 1279v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="õ" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z M240 1293q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode="ö" d="M87 520v42q0 238 131.5 389t341.5 151q211 0 342.5 -151t131.5 -389v-42q0 -239 -131.5 -390t-340.5 -151q-211 0 -343 151t-132 390zM141 520q0 -204 114 -345.5t307 -141.5q190 0 304 142t114 345v42q0 199 -115 342.5t-305 143.5q-191 0 -305 -143.5t-114 -342.5v-42z M287 1351v118h137v-118h-137zM757 1351v118h136v-118h-136z" /> -<glyph unicode="÷" horiz-adv-x="1159" d="M73 686v52h998v-52h-998zM535 241v122h96v-122h-96zM535 1020v122h96v-122h-96z" /> -<glyph unicode="ø" d="M87 520v42q0 238 131.5 389t341.5 151q61 0 117.5 -14.5t106.5 -40.5l84 172h63l-99 -203q95 -71 148.5 -189t53.5 -265v-42q0 -239 -131.5 -390t-340.5 -151q-58 0 -111 12t-100 36l-83 -172h-63l97 201q-102 68 -158.5 189t-56.5 275zM141 520q0 -130 48 -238.5 t135 -168.5h6l429 882q-44 25 -93.5 39t-105.5 14q-191 0 -305 -143.5t-114 -342.5v-42zM375 77q41 -22 88 -33t99 -11q190 0 304 142t114 345v42q0 120 -45.5 226t-125.5 168l-6 1z" /> -<glyph unicode="ù" d="M168 465v617h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v746h55v-1082h-45l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5zM323 1480l2 5h89l220 -261l-2 -5h-75z" /> -<glyph unicode="ú" d="M168 465v617h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v746h55v-1082h-45l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5zM523 1218l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="û" d="M168 465v617h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v746h55v-1082h-45l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5zM330 1258v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="ü" d="M168 465v617h54v-619q0 -220 81 -325t219 -105q169 0 259.5 83t115.5 220v746h55v-1082h-45l-8 194q-51 -103 -145.5 -159t-229.5 -56q-167 0 -261.5 118.5t-94.5 367.5zM285 1331v118h137v-118h-137zM755 1331v118h136v-118h-136z" /> -<glyph unicode="ý" horiz-adv-x="978" d="M43 1082h59l356 -886l40 -108h6l6 16l374 978h60l-481 -1262q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176zM457 1218l220 261h78l2 -5l-231 -261h-67z" /> -<glyph unicode="þ" d="M170 -416v1976h54v-671q54 99 147 156t220 57q191 0 299.5 -151.5t108.5 -408.5v-21q0 -250 -108 -396t-298 -146q-127 0 -221.5 51t-147.5 138v-584h-54zM224 269q40 -108 134 -172t236 -64q171 0 260.5 132t89.5 356v21q0 225 -90.5 365.5t-261.5 140.5 q-157 0 -244 -79t-124 -194v-506z" /> -<glyph unicode="ÿ" horiz-adv-x="978" d="M43 1082h59l356 -886l40 -108h6l6 16l374 978h60l-481 -1262q-44 -114 -102.5 -185.5t-186.5 -71.5q-19 0 -42 3.5t-34 7.5l9 51q11 -3 33 -6t34 -3q92 0 143.5 54t91.5 160l65 176zM219 1331v118h137v-118h-137zM689 1331v118h136v-118h-136z" /> -<glyph unicode="Œ" horiz-adv-x="1873" d="M112 576v304q0 265 143 431t374 166q80 0 161.5 -6t170.5 -15h828v-54h-832v-616h730v-54h-730v-678h832v-54h-828q-103 -10 -178 -15.5t-152 -5.5q-231 0 -375 166t-144 431zM166 576q0 -240 127.5 -391.5t337.5 -151.5q73 0 143 2.5t129 9.5v1366q-60 6 -128.5 9 t-145.5 3q-211 0 -337 -149t-126 -392v-306z" /> -<glyph unicode="œ" horiz-adv-x="1921" d="M92 520v42q0 238 131.5 389t341.5 151q156 0 271 -85.5t167 -233.5q51 146 162.5 232.5t252.5 86.5q183 0 298.5 -120t115.5 -322v-83h-794q0 -3 0.5 -8t0.5 -7v-42q0 -30 -3 -59t-7 -59q28 -161 136.5 -265t255.5 -104q121 0 202.5 33t139.5 99l29 -42 q-64 -71 -155.5 -107.5t-215.5 -36.5q-136 0 -251 86t-168 230q-52 -147 -166.5 -231.5t-268.5 -84.5q-211 0 -343 151t-132 390zM146 520q0 -204 114 -345.5t307 -141.5q161 0 268.5 104t138.5 267q-4 22 -5.5 46t-1.5 50v64q0 29 1.5 55.5t6.5 51.5q-30 163 -139 270 t-271 107q-191 0 -305 -143.5t-114 -342.5v-42zM1030 673l6 -42h742v33q0 165 -100 274.5t-260 109.5q-151 0 -255.5 -105t-132.5 -270z" /> -<glyph unicode="Ÿ" horiz-adv-x="1223" d="M36 1456h66l481 -809l26 -50l27 50l483 809h66l-547 -903v-553h-55v553zM313 1662v118h137v-118h-137zM783 1662v118h136v-118h-136z" /> -<glyph unicode="ˆ" horiz-adv-x="796" d="M152 1252v17l210 206h80l214 -210v-13h-70l-185 186l-183 -186h-66z" /> -<glyph unicode="˜" horiz-adv-x="818" d="M75 1286q0 80 50 129.5t126 49.5q72 0 153 -62t134 -62q50 0 85.5 39.5t35.5 101.5l55 -10q0 -82 -51 -134t-125 -52q-76 0 -154 62.5t-133 62.5q-52 0 -86.5 -37t-34.5 -98z" /> -<glyph unicode=" " horiz-adv-x="932" /> -<glyph unicode=" " horiz-adv-x="1865" /> -<glyph unicode=" " horiz-adv-x="932" /> -<glyph unicode=" " horiz-adv-x="1865" /> -<glyph unicode=" " horiz-adv-x="621" /> -<glyph unicode=" " horiz-adv-x="466" /> -<glyph unicode=" " horiz-adv-x="310" /> -<glyph unicode=" " horiz-adv-x="310" /> -<glyph unicode=" " horiz-adv-x="233" /> -<glyph unicode=" " horiz-adv-x="373" /> -<glyph unicode=" " horiz-adv-x="103" /> -<glyph unicode="‐" horiz-adv-x="607" d="M61 599v54h470v-54h-470z" /> -<glyph unicode="‑" horiz-adv-x="607" d="M61 599v54h470v-54h-470z" /> -<glyph unicode="‒" horiz-adv-x="607" d="M61 599v54h470v-54h-470z" /> -<glyph unicode="–" horiz-adv-x="1412" d="M161 721v54h1085v-54h-1085z" /> -<glyph unicode="—" horiz-adv-x="1673" d="M131 721v54h1336v-54h-1336z" /> -<glyph unicode="‘" horiz-adv-x="320" d="M100 1123v166l70 271h50l-66 -267v-170h-54z" /> -<glyph unicode="’" horiz-adv-x="320" d="M100 1123l66 268v169h54v-166l-70 -271h-50z" /> -<glyph unicode="‚" horiz-adv-x="300" d="M100 -171l46 269v170h54v-168l-50 -271h-50z" /> -<glyph unicode="“" horiz-adv-x="500" d="M100 1123v166l70 271h50l-66 -267v-170h-54zM280 1123v166l70 271h50l-66 -267v-170h-54z" /> -<glyph unicode="”" horiz-adv-x="502" d="M100 1123l66 268v169h54v-166l-70 -271h-50zM282 1123l66 268v169h54v-166l-70 -271h-50z" /> -<glyph unicode="„" horiz-adv-x="481" d="M100 -169l45 269v169h55v-166l-50 -272h-50zM281 -169l46 269v169h54v-166l-50 -272h-50z" /> -<glyph unicode="•" horiz-adv-x="635" d="M155 703v70q0 70 45 115t121 45t122 -45.5t46 -114.5v-70q0 -70 -45.5 -114t-121.5 -44q-77 0 -122 44t-45 114z" /> -<glyph unicode="…" horiz-adv-x="1255" d="M211 0v130h86v-130h-86zM595 0v130h86v-130h-86zM964 0v130h86v-130h-86z" /> -<glyph unicode=" " horiz-adv-x="373" /> -<glyph unicode="‹" horiz-adv-x="604" d="M108 551v19l295 370h70l-294 -380l294 -379h-70z" /> -<glyph unicode="›" horiz-adv-x="604" d="M106 171l293 379l-293 390h70l294 -380v-19l-294 -370h-70z" /> -<glyph unicode=" " horiz-adv-x="466" /> -<glyph unicode="€" horiz-adv-x="1060" d="M82 553v55h187v222h-187v56h187v56q0 244 130.5 389.5t342.5 145.5q54 0 107 -8t115 -23v-58q-53 16 -109.5 25.5t-112.5 9.5q-193 0 -306 -128.5t-113 -350.5v-58h593v-56h-593v-222h593v-55h-593v-39q0 -219 114.5 -350t306.5 -131q57 0 113 8.5t107 25.5v-57 q-52 -15 -108 -23t-112 -8q-212 0 -343.5 145t-131.5 390v39h-187z" /> -<glyph unicode="™" horiz-adv-x="1247" d="M90 1399v57h384v-57h-158v-480h-56v480h-170zM552 919v537h75l181 -452h6l183 452h69v-537h-55v421l-6 1l-169 -422h-51l-172 436l-6 -1v-435h-55z" /> -<glyph unicode="" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1067" d="M66 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-1027h-54v1027h-188zM830 0v1560h54v-1560h-54z" /> -<glyph unicode="ffi" horiz-adv-x="1712" d="M66 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-1027h-54v1027h-188zM711 1027v55h188v158q0 163 85.5 252t237.5 89q67 0 135 -13.5t133 -43.5l-8 -52 q-66 29 -121.5 42t-137.5 13q-126 0 -198 -76t-72 -211v-158h286v-55h-286v-1027h-54v1027h-188zM1475 0v1082h54v-1082h-54z" /> -<glyph unicode="ffl" horiz-adv-x="1712" d="M66 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-1027h-54v1027h-188zM711 1027v55h188v178q0 153 74.5 237t208.5 84q33 0 65.5 -4t62.5 -13l-8 -52 q-32 8 -56.5 11.5t-62.5 3.5q-108 0 -169 -71t-61 -196v-178h286v-55h-286v-1027h-54v1027h-188zM1475 0v1560h54v-1560h-54z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-18" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="61" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="234" /> -<hkern u1="F" u2="„" k="234" /> -<hkern u1="F" u2="‚" k="234" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2=":" k="234" /> -<hkern u1="F" u2="." k="234" /> -<hkern u1="F" u2="," k="234" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="92" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="97" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="43" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="80" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="114" /> -<hkern u1="T" u2="Æ" k="179" /> -<hkern u1="T" u2="»" k="216" /> -<hkern u1="T" u2="«" k="328" /> -<hkern u1="T" u2="w" k="57" /> -<hkern u1="T" u2="r" k="75" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-17" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2=":" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="61" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="61" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="61" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="61" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="61" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="61" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="102" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" /> -<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="218" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" /> -<hkern g1="T" g2="m,n,p,ntilde" k="109" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" /> -<hkern g1="T" g2="s" k="116" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" /> -<hkern g1="K" g2="m,n,p,ntilde" k="23" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" /> -<hkern g1="L" g2="W" k="143" /> -<hkern g1="L" g2="T" k="275" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="L" g2="V" k="175" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" /> -<hkern g1="P" g2="X" k="31" /> -<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="324" /> -<hkern g1="P" g2="Z" k="26" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="225" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="211" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" /> -<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/Roboto-Thin-webfont.ttf b/public/fonts/Roboto-Thin-webfont.ttf deleted file mode 100755 index 18919f7a960b132ce4fe9a0d5538f99cc4ebda7d..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Thin-webfont.ttf and /dev/null differ diff --git a/public/fonts/Roboto-Thin-webfont.woff b/public/fonts/Roboto-Thin-webfont.woff deleted file mode 100755 index f10b831e85d7430f5466eac6e3b5f138af74365c..0000000000000000000000000000000000000000 Binary files a/public/fonts/Roboto-Thin-webfont.woff and /dev/null differ diff --git a/public/fonts/roboto-bold-webfont.eot b/public/fonts/roboto-bold-webfont.eot deleted file mode 100755 index 49ccf3415f63a86c221490de0a9a25f9a9832af9..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-bold-webfont.eot and /dev/null differ diff --git a/public/fonts/roboto-bold-webfont.svg b/public/fonts/roboto-bold-webfont.svg deleted file mode 100755 index 3208a1ab5320f97e90ba4edf22b6f3f3be6e287d..0000000000000000000000000000000000000000 --- a/public/fonts/roboto-bold-webfont.svg +++ /dev/null @@ -1,599 +0,0 @@ -<?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="fi" horiz-adv-x="1249" d="M20 877v205h161v74q0 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-292v877h-161zM829 0v1082h292v-1082h-292z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="510" /> -<glyph unicode=" " horiz-adv-x="510" /> -<glyph unicode="	" horiz-adv-x="510" /> -<glyph unicode=" " horiz-adv-x="510" /> -<glyph unicode="!" horiz-adv-x="557" d="M134 0v256h292v-256h-292zM134 502v954h292v-954h-292z" /> -<glyph unicode=""" horiz-adv-x="656" d="M50 1039v524h230v-275l-102 -249h-128zM376 1039v524h230v-275l-102 -249h-128z" /> -<glyph unicode="#" horiz-adv-x="1219" d="M48 410v169h256l51 290h-232v171h262l73 416h183l-73 -416h192l74 416h183l-73 -416h220v-171h-250l-51 -290h225v-169h-254l-72 -410h-184l72 410h-192l-71 -410h-184l72 410h-227zM488 579h191l51 290h-192z" /> -<glyph unicode="$" horiz-adv-x="1175" d="M96 449l2 5h285q0 -134 61.5 -192t156.5 -58q91 0 139.5 48.5t48.5 130.5q0 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 64 q-86 0 -128 -49.5t-42 -131.5q0 -78 44.5 -126.5t163.5 -95.5q221 -87 327.5 -186t106.5 -277q0 -174 -107 -278t-291 -123v-198h-159v197q-187 19 -309 132.5t-118 333.5z" /> -<glyph unicode="%" horiz-adv-x="1513" d="M95 1099v77q0 129 83.5 215t232.5 86q151 0 234 -85.5t83 -215.5v-77q0 -129 -83 -214t-232 -85q-150 0 -234 85t-84 214zM289 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-77zM319 184l711 1138 l142 -75l-711 -1138zM791 280v77q0 128 84 214t233 86q150 0 233.5 -85.5t83.5 -214.5v-77q0 -130 -83 -215t-232 -85q-150 0 -234.5 85.5t-84.5 214.5zM985 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.5 t-31.5 -97.5v-77z" /> -<glyph unicode="&" 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.5zM353 407q0 -89 55 -146.5t144 -57.5q53 0 106 13.5t102 40.5l-300 348l-19 -13q-51 -48 -69.5 -93.5t-18.5 -91.5zM450 1100q0 -43 21.5 -88.5t64.5 -100.5l86 56q56 36 75.5 74t19.5 83q0 50 -36.5 89 t-95.5 39q-65 0 -100 -43.5t-35 -108.5z" /> -<glyph unicode="'" horiz-adv-x="330" d="M50 1008v552h230v-269l-102 -283h-128z" /> -<glyph unicode="(" horiz-adv-x="711" d="M124 570v22q0 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 666z" /> -<glyph unicode=")" horiz-adv-x="713" d="M31 -307q129 98 219 317t90 558v26q0 336 -91 556.5t-218 319.5l54 142h6q194 -80 352.5 -359t158.5 -661v-22q0 -383 -158.5 -661.5t-352.5 -358.5h-6z" /> -<glyph unicode="*" horiz-adv-x="908" d="M27 1055l57 177l297 -123l-18 347h187l-19 -353l291 120l56 -180l-306 -89l200 -265l-152 -110l-174 290l-173 -281l-153 106l209 272z" /> -<glyph unicode="+" horiz-adv-x="1117" d="M56 560v252h362v394h276v-394h360v-252h-360v-414h-276v414h-362z" /> -<glyph unicode="," horiz-adv-x="528" d="M63 -302l70 324v228h284v-237l-159 -315h-195z" /> -<glyph unicode="-" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" /> -<glyph unicode="." horiz-adv-x="596" d="M144 0v256h292v-256h-292z" /> -<glyph unicode="/" horiz-adv-x="825" d="M-14 -125l534 1581h284l-534 -1581h-284z" /> -<glyph unicode="0" horiz-adv-x="1175" d="M95 567v321q0 288 132.5 438.5t359.5 150.5q226 0 359.5 -150.5t133.5 -438.5v-321q0 -289 -132.5 -438.5t-358.5 -149.5q-228 0 -361 149.5t-133 438.5zM386 539q0 -176 51.5 -256t151.5 -80q98 0 149 80t51 256v379q0 173 -52 253.5t-150 80.5q-99 0 -150 -80t-51 -254 v-379z" /> -<glyph unicode="1" horiz-adv-x="1175" d="M171 1198v206l588 52v-1456h-292v1198h-296z" /> -<glyph unicode="2" horiz-adv-x="1175" d="M76 1007q-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-224h-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-284z" /> -<glyph unicode="3" horiz-adv-x="1175" d="M70 390l2 6h283q0 -84 60 -138.5t152 -54.5q101 0 159.5 56t58.5 152q0 115 -57.5 168.5t-169.5 53.5h-164v219h164q104 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 -308 q0 -95 -60 -180.5t-165 -133.5q121 -43 184.5 -132t63.5 -207q0 -200 -145.5 -314.5t-372.5 -114.5q-203 0 -348.5 107.5t-140.5 303.5z" /> -<glyph unicode="4" horiz-adv-x="1175" d="M57 491l604 965h294v-914h165v-226h-165v-316h-291v316h-594zM329 542h335v524l-6 2l-23 -41z" /> -<glyph unicode="5" horiz-adv-x="1175" d="M110 390l2 5l281 14q0 -97 55 -151.5t144 -54.5q102 0 150.5 72.5t48.5 189.5q0 126 -52 202t-154 76q-84 0 -128.5 -31t-63.5 -84l-257 17l84 811h812v-234h-573l-40 -336q40 30 97 49.5t126 20.5q210 3 325.5 -127t115.5 -362q0 -210 -126.5 -349t-364.5 -139 q-201 0 -344 109.5t-138 301.5z" /> -<glyph unicode="6" horiz-adv-x="1175" d="M99 569v284q0 286 165 455t420 169q82 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.5 t-145 433.5zM391 562q0 -173 62.5 -266t166.5 -93q90 0 144.5 82.5t54.5 199.5q0 121 -55 196t-147 75q-81 0 -138 -26t-88 -71v-97z" /> -<glyph unicode="7" horiz-adv-x="1175" d="M60 1231v225h1029v-225q-234 -274 -319.5 -511t-122.5 -572l-14 -148h-292l14 148q34 321 146 589.5t307 493.5h-748z" /> -<glyph unicode="8" horiz-adv-x="1175" d="M91 398q0 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.5q0 -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.5zM384 418 q0 -100 56 -157.5t149 -57.5q91 0 147 58t56 157q0 98 -57 157t-148 59q-92 0 -147.5 -59t-55.5 -157zM417 1057q0 -91 45.5 -144.5t126.5 -53.5q79 0 124.5 53.5t45.5 144.5q0 88 -46.5 141.5t-125.5 53.5q-80 0 -125 -52.5t-45 -142.5z" /> -<glyph unicode="9" horiz-adv-x="1175" d="M82 970q0 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.5t143.5 -11.5q115 0 187.5 85.5t72.5 244.5v72q-49 -62 -116.5 -94t-145.5 -32q-203 0 -319.5 132.5 t-116.5 358.5zM373 970q0 -124 50.5 -200.5t143.5 -76.5q72 0 126 27t87 72v134q0 160 -56 243t-152 83q-88 0 -143.5 -82t-55.5 -200z" /> -<glyph unicode=":" horiz-adv-x="582" d="M144 0v256h292v-256h-292zM144 876v256h292v-256h-292z" /> -<glyph unicode=";" horiz-adv-x="562" d="M114 -302l70 324v228h284v-237l-159 -315h-195zM145 876v256h292v-256h-292z" /> -<glyph unicode="<" horiz-adv-x="1043" d="M54 436v227l862 366v-272l-577 -207v-6l577 -203v-272z" /> -<glyph unicode="=" horiz-adv-x="1181" d="M136 332v229h896v-229h-896zM136 763v229h896v-229h-896z" /> -<glyph unicode=">" horiz-adv-x="1058" d="M119 69v270l586 209v6l-586 206v269l872 -366v-227z" /> -<glyph unicode="?" horiz-adv-x="1021" d="M32 1081q-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-291q1 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-284zM323 0v250 h294v-250h-294z" /> -<glyph unicode="@" horiz-adv-x="1817" d="M66 478q18 427 255.5 683.5t625.5 256.5q387 0 593 -242.5t190 -662.5q-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 -573 q-7 -95 14 -130t57 -35q115 0 184.5 109t77.5 276q16 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 682zM720 416q-10 -127 18.5 -192.5 t92.5 -65.5q56 0 101.5 26t81.5 96v6.5t1 6.5l44 496q-23 7 -46 11t-48 4q-111 0 -169 -96.5t-76 -291.5z" /> -<glyph unicode="A" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-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 224h269q116 0 177 50.5t61 149.5q0 107 -52 163.5t-164 56.5h-291v-420zM428 846h210q117 0 180 48t63 140 q0 101 -63.5 149t-189.5 48h-200v-385z" /> -<glyph unicode="C" horiz-adv-x="1309" d="M93 583v289q0 265 160 435t416 170q270 -1 422 -139q148 -135 148 -365v-12l-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.5t65.5 218.5h283l2 -6v-12q1 -227 -143 -361q-148 -138 -410 -137 q-263 0 -427 169t-164 435z" /> -<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 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-1007z" /> -<glyph unicode="E" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997z" /> -<glyph unicode="F" horiz-adv-x="1182" d="M136 0v1456h1004v-225h-712v-401h610v-225h-610v-605h-292z" /> -<glyph unicode="G" horiz-adv-x="1369" d="M99 576v304q0 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 52v270h-258v202h550v-549q-65 -86 -202.5 -153t-347.5 -67 q-267 0 -436 166t-169 431z" /> -<glyph unicode="H" horiz-adv-x="1450" d="M136 0v1456h292v-626h594v626h291v-1456h-291v605h-594v-605h-292z" /> -<glyph unicode="I" horiz-adv-x="601" d="M154 0v1456h292v-1456h-292z" /> -<glyph unicode="J" horiz-adv-x="1169" d="M63 417l2 6h284q0 -115 55 -167.5t148 -52.5q81 0 137.5 62.5t56.5 171.5v1019h291v-1019q0 -211 -137.5 -334.5t-347.5 -123.5q-228 0 -361 111q-128 107 -128 311v16z" /> -<glyph unicode="K" horiz-adv-x="1323" d="M136 0v1456h292v-595h127l386 595h357l-490 -678l529 -778h-356l-391 608h-162v-608h-292z" /> -<glyph unicode="L" horiz-adv-x="1108" d="M136 0v1456h292v-1232h648v-224h-940z" /> -<glyph unicode="M" horiz-adv-x="1787" d="M136 0v1456h381l371 -1073h6l374 1073h382v-1456h-292v434l28 643l-6 1l-390 -1078h-196l-388 1074l-6 -1l28 -639v-434h-292z" /> -<glyph unicode="N" horiz-adv-x="1450" d="M136 0v1456h292l588 -994l6 1v993h291v-1456h-291l-588 995l-6 -1v-994h-292z" /> -<glyph unicode="O" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" /> -<glyph unicode="P" horiz-adv-x="1334" d="M136 0v1456h580q251 0 395 -128t144 -337t-144 -336t-395 -127h-288v-528h-292zM428 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="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -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 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264 q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" /> -<glyph unicode="R" horiz-adv-x="1354" d="M136 0v1456h549q249 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-278v-582h-292zM428 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="M90 445l2 6h284q0 -130 79.5 -190.5t221.5 -60.5q119 0 182 49t63 131q0 84 -59.5 135t-208.5 96q-260 75 -393 178t-133 282t152.5 292.5t389.5 113.5q240 1 391 -127q146 -123 146 -303v-12l-2 -6h-283q0 101 -67.5 163.5t-189.5 62.5q-117 0 -181 -52t-64 -133 q0 -74 68.5 -121.5t236.5 -100.5q241 -67 365 -177t124 -289q0 -187 -147.5 -295t-389.5 -108q-238 1 -415 123q-172 119 -172 331v12z" /> -<glyph unicode="T" horiz-adv-x="1169" d="M28 1231v225h1114v-225h-412v-1231h-292v1231h-410z" /> -<glyph unicode="U" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378z" /> -<glyph unicode="V" horiz-adv-x="1303" d="M7 1456h308l315 -1069l18 -79h6l17 77l317 1071h308l-495 -1456h-300z" /> -<glyph unicode="W" horiz-adv-x="1815" d="M24 1456h286l209 -997l6 -1l273 998h215l275 -998h6l208 998h285l-340 -1456h-271l-267 961h-6l-267 -961h-271z" /> -<glyph unicode="X" horiz-adv-x="1303" d="M31 0l443 734l-432 722h338l269 -516l273 516h340l-432 -722l457 -734h-353l-281 525l-281 -525h-341z" /> -<glyph unicode="Y" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527z" /> -<glyph unicode="Z" horiz-adv-x="1206" d="M77 0v152l692 1079h-691v225h1047v-146l-695 -1086h712v-224h-1065z" /> -<glyph unicode="[" horiz-adv-x="570" d="M119 -336v2027h434v-216h-141v-1595h141v-216h-434z" /> -<glyph unicode="\" horiz-adv-x="863" d="M2 1456h289l608 -1581h-289z" /> -<glyph unicode="]" horiz-adv-x="570" d="M13 -120h142v1595h-142v216h434v-2027h-434v216z" /> -<glyph unicode="^" horiz-adv-x="896" d="M44 729l299 727h212l299 -727h-231l-165 413l-8 34h-6l-7 -34l-162 -413h-231z" /> -<glyph unicode="_" horiz-adv-x="914" d="M1 0h910v-219h-910v219z" /> -<glyph unicode="`" horiz-adv-x="678" d="M77 1472l2 6h309l197 -266h-237z" /> -<glyph unicode="a" horiz-adv-x="1100" d="M55 305q0 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 6v14q0 128 119 222q126 100 331 100q194 0 315 -98.5t121 -280.5v-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" /> -<glyph unicode="b" d="M112 0v1560h291v-593q47 65 112.5 100t150.5 35q206 0 314 -155.5t108 -414.5v-21q0 -242 -108 -387t-312 -145q-94 0 -164.5 39.5t-119.5 115.5l-22 -134h-250zM403 307q27 -49 74.5 -75t116.5 -26q113 0 158 79.5t45 225.5v21q0 158 -46.5 250.5t-158.5 92.5 q-68 0 -115 -28.5t-74 -81.5v-458z" /> -<glyph unicode="c" horiz-adv-x="1060" d="M62 525v30q0 239 130.5 393t372.5 154q201 0 323 -114q119 -110 118 -288v-12l-2 -6h-266q0 84 -46 139.5t-127 55.5q-116 0 -163.5 -90t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5q78 0 125 45.5t47 121.5h265l3 -6v-10q0 -156 -124 -264q-128 -110 -316 -111 q-242 0 -373 153t-131 393z" /> -<glyph unicode="d" d="M67 511v21q0 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 386zM358 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="M77 510v40q1 241 133 397q132 155 352 155h3q219 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.5q-234 0 -374 150t-140 381zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163z" /> -<glyph unicode="f" horiz-adv-x="732" d="M27 877v205h161v120q0 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-292v877h-161z" /> -<glyph unicode="g" d="M67 511v21q0 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.5zM359 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="M105 0v1560h292v-615q51 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-292z" /> -<glyph unicode="i" horiz-adv-x="547" d="M127 0v1082h292v-1082h-292zM127 1341v219h292v-219h-292z" /> -<glyph unicode="j" horiz-adv-x="543" d="M-98 -420l14 223q23 -6 46 -9t49 -3q59 0 91 41.5t32 127.5v1122h293v-1122q0 -190 -101 -293.5t-281 -103.5q-40 0 -73 4t-70 13zM128 1343v217h293v-217h-293z" /> -<glyph unicode="k" horiz-adv-x="1097" d="M112 0v1560h292v-885h72l251 407h338l-346 -490l399 -592h-335l-299 453h-80v-453h-292z" /> -<glyph unicode="l" horiz-adv-x="547" d="M127 0v1560h292v-1560h-292z" /> -<glyph unicode="m" horiz-adv-x="1772" d="M112 0v1082h271l12 -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.5 t-120 49.5q-59 0 -103.5 -22.5t-73.5 -63.5v-789h-291z" /> -<glyph unicode="n" d="M107 0v1082h272l13 -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-292z" /> -<glyph unicode="o" d="M67 530v21q0 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.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.5 v-21z" /> -<glyph unicode="p" d="M112 -416v1498h263l17 -128q48 71 115.5 109.5t157.5 38.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291zM403 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95q-66 0 -112.5 -27 t-73.5 -77v-474z" /> -<glyph unicode="q" d="M67 511v21q0 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 386zM358 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="M112 0v1082h271l13 -160q38 85 98.5 132.5t139.5 47.5q22 0 40.5 -3.5t37.5 -8.5l-31 -259l-107 3q-65 0 -107 -27t-64 -76v-731h-291z" /> -<glyph unicode="s" horiz-adv-x="1056" d="M64 338l2 6h267q3 -87 57 -126t141 -39q81 0 123.5 32t42.5 87q0 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 -97q118 -93 118 -233v-12l-2 -6h-282q0 65 -41.5 106t-121.5 41q-71 0 -111.5 -34.5t-40.5 -86.5 q0 -50 42.5 -82t172.5 -57q200 -40 297 -117.5t97 -213.5q0 -146 -125 -238.5t-330 -92.5q-215 -1 -341 109q-120 105 -120 237v13z" /> -<glyph unicode="t" horiz-adv-x="715" d="M9 877v205h158v265h292v-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-158z" /> -<glyph unicode="u" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5z" /> -<glyph unicode="v" horiz-adv-x="1046" d="M16 1082h305l182 -679l19 -100h6l20 100l178 679h305l-368 -1082h-279z" /> -<glyph unicode="w" horiz-adv-x="1507" d="M29 1082h274l143 -693h6l202 693h195l204 -695h6l141 695h274l-275 -1082h-244l-201 644h-6l-201 -644h-243z" /> -<glyph unicode="x" horiz-adv-x="1046" d="M19 0l337 547l-327 535h328l162 -344h6l166 344h330l-326 -535l337 -547h-329l-177 359l-177 -359h-330z" /> -<glyph unicode="y" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -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 84z" /> -<glyph unicode="z" horiz-adv-x="1046" d="M75 0v172l515 684h-499v226h866v-167l-519 -691h536v-224h-899z" /> -<glyph unicode="{" horiz-adv-x="676" d="M48 518v201q90 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-203q0 -118 35 -197.5t120 -110.5l-56 -158q-195 55 -277.5 175 t-82.5 291v203q0 99 -43.5 154t-133.5 55z" /> -<glyph unicode="|" horiz-adv-x="519" d="M173 -270v1726h176v-1726h-176z" /> -<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="M105 448q0 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 125l203 -27q0 -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 -122z" /> -<glyph unicode="¡" horiz-adv-x="580" d="M142 -374v953h292v-953h-292zM142 825v257h292v-257h-292z" /> -<glyph unicode="¢" horiz-adv-x="1181" d="M72 525v30q0 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 -90t-47.5 -232v-30q0 -145 47.5 -233.5t164.5 -88.5q78 0 125 45.5t47 121.5h267l2 -5q3 -135 -85.5 -237t-231.5 -135v-238h-200 v229q-207 23 -317.5 172.5t-110.5 368.5z" /> -<glyph unicode="£" horiz-adv-x="1216" d="M92 588v225h155l-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-225h-345l4 -85q0 -78 -30 -150t-86 -129h713v-224h-996v224h10q47 12 70.5 95t23.5 171l-4 98h-164 z" /> -<glyph unicode="¤" horiz-adv-x="1417" d="M80 118l135 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 -151q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145 l-132 134q-77 -62 -169 -94.5t-192 -32.5q-101 0 -193.5 32.5t-167.5 93.5l-129 -132zM301 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="¥" horiz-adv-x="1253" d="M22 1456h321l280 -608h6l281 608h320l-382 -714h244v-200h-324v-110h324v-200h-324v-232h-292v232h-339v200h339v110h-339v200h267z" /> -<glyph unicode="¦" horiz-adv-x="517" d="M127 -270v795h262v-795h-262zM127 698v758h262v-758h-262z" /> -<glyph unicode="§" horiz-adv-x="1287" d="M94 536q0 89 42 158t121 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 363.5 -157.5t116.5 -265.5 q0 -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.5zM385 562q0 -80 55.5 -121.5 t232.5 -93.5q34 -10 68.5 -20t69.5 -21q39 22 60.5 59t21.5 85q0 71 -62 116t-232 97q-40 10 -74 21t-65 22q-38 -22 -56.5 -59t-18.5 -85z" /> -<glyph unicode="¨" horiz-adv-x="1090" d="M156 1252v204h266v-204h-266zM656 1252v204h266v-204h-266z" /> -<glyph unicode="©" 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 M433 669v119q0 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.5h148l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106t-94.5 281z " /> -<glyph unicode="ª" horiz-adv-x="909" d="M112 920q0 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 -86h-177q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61 t-65 167zM287 924q0 -43 29 -65.5t88 -22.5q51 0 105 30t71 65v103h-136q-74 0 -115.5 -32t-41.5 -78z" /> -<glyph unicode="«" horiz-adv-x="1025" d="M98 507v19l280 390h187l-240 -400l240 -399h-187zM432 507v19l280 390h187l-240 -400l240 -399h-187z" /> -<glyph unicode="¬" horiz-adv-x="1129" d="M126 634v171h835v-431h-200v260h-635z" /> -<glyph unicode="­" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" /> -<glyph unicode="®" 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 M501 316v850h281q151 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-158v-337h-151zM652 787h135q71 0 120.5 30t49.5 86q0 72 -39 101 t-136 29h-130v-246z" /> -<glyph unicode="¯" horiz-adv-x="1028" d="M148 1292v165h731v-165h-731z" /> -<glyph unicode="°" 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="±" horiz-adv-x="1101" d="M90 715v232h333v363h256v-363h327v-232h-327v-383h-256v383h-333zM114 -43v228h834v-228h-834z" /> -<glyph unicode="²" horiz-adv-x="860" d="M108 1223q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155h-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-201z" /> -<glyph unicode="³" horiz-adv-x="856" d="M95 893l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111q62 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.5 t-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.5z" /> -<glyph unicode="´" horiz-adv-x="727" d="M108 1212l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="µ" horiz-adv-x="1264" d="M139 -416v1498h291v-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-291z" /> -<glyph unicode="¶" horiz-adv-x="1078" d="M61 988q0 207 129.5 337.5t362.5 130.5h375v-1456h-292v520h-83q-233 0 -362.5 129.5t-129.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="619" d="M159 568v260h292v-260h-292z" /> -<glyph unicode="¸" horiz-adv-x="549" d="M97 -136l31 142h219l-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.5z" /> -<glyph unicode="¹" horiz-adv-x="573" d="M78 1295v159l338 23v-812h-211v630h-127z" /> -<glyph unicode="º" horiz-adv-x="937" d="M118 1025v117q0 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.5zM293 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="»" horiz-adv-x="1025" d="M102 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188zM448 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188z" /> -<glyph unicode="¼" horiz-adv-x="1493" d="M167 1294v159l338 23v-812h-211v630h-127zM309 192l711 1138l142 -75l-711 -1138zM762 265l424 536h211v-505h101v-157h-101v-139h-211v139h-410zM978 296h208v257l-6 2l-13 -20z" /> -<glyph unicode="½" horiz-adv-x="1553" d="M167 1294v159l338 23v-812h-211v630h-127zM322 192l711 1138l142 -75l-711 -1138zM919 556q-6 106 82.5 181t236.5 75q144 0 223 -65t79 -183q0 -82 -53.5 -144.5t-178.5 -165.5l-109 -93l2 -6h346v-155h-622v155l309 252q60 50 77.5 83.5t17.5 74.5q0 39 -23.5 65.5 t-72.5 26.5q-55 0 -83 -30t-28 -77h-201z" /> -<glyph unicode="¾" horiz-adv-x="1717" d="M111 894l2 6h201q0 -42 31.5 -65.5t91.5 -23.5q56 0 90 24t34 68q0 50 -35 77t-102 27h-111v133h111q62 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.5 q0 -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.5zM492 192l711 1138l142 -75l-711 -1138zM951 265l424 536h211v-505h101v-157h-101v-139h-211v139h-410zM1167 296h208v257l-6 2l-13 -20z" /> -<glyph unicode="¿" horiz-adv-x="1037" d="M75 27q0 125 74 233t187 183q60 45 79.5 92.5t19.5 132.5h291q-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 308zM433 831 v251h294v-251h-294z" /> -<glyph unicode="À" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM307 1820l2 6h309l197 -266h-237zM478 543h367l-180 572h-6z" /> -<glyph unicode="Á" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM478 543h367l-180 572h-6zM519 1560l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="Â" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM286 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM478 543h367l-180 572h-6z" /> -<glyph unicode="Ã" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM281 1644q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -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.5zM478 543h367 l-180 572h-6z" /> -<glyph unicode="Ä" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM272 1601v204h266v-204h-266zM478 543h367l-180 572h-6zM772 1601v204h266v-204h-266z" /> -<glyph unicode="Å" horiz-adv-x="1311" d="M12 0l501 1456h299l499 -1456h-295l-99 314h-511l-99 -314h-295zM444 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 138zM478 543h367l-180 572h-6zM560 1739q0 -43 28 -70.5t69 -27.5t67.5 27.5 t26.5 70.5q0 44 -26.5 72t-67.5 28q-42 0 -69.5 -28.5t-27.5 -71.5z" /> -<glyph unicode="Æ" horiz-adv-x="1925" d="M3 0l784 1456h1016v-228h-596l16 -366h499v-227h-490l17 -408h616v-227h-898l-14 335h-440l-168 -335h-342zM633 575h310l-23 559l-6 1z" /> -<glyph unicode="Ç" horiz-adv-x="1309" d="M93 583v289q0 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.5t65.5 218.5h283l2 -6q4 -235 -143.5 -372.5t-409.5 -137.5q-263 0 -427 169 t-164 435zM524 -137l31 142h219l-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.5z" /> -<glyph unicode="È" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM244 1820l2 6h309l197 -266h-237z" /> -<glyph unicode="É" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM456 1560l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="Ê" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM238 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" /> -<glyph unicode="Ë" horiz-adv-x="1176" d="M136 0v1456h995v-225h-703v-366h603v-225h-603v-416h705v-224h-997zM221 1601v204h266v-204h-266zM721 1601v204h266v-204h-266z" /> -<glyph unicode="Ì" horiz-adv-x="601" d="M-58 1820l2 6h309l197 -266h-237zM154 0v1456h292v-1456h-292z" /> -<glyph unicode="Í" horiz-adv-x="601" d="M152 1560l199 266h309l2 -6l-277 -260h-233zM154 0v1456h292v-1456h-292z" /> -<glyph unicode="Î" horiz-adv-x="601" d="M-64 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM154 0v1456h292v-1456h-292z" /> -<glyph unicode="Ï" horiz-adv-x="601" d="M-81 1601v204h266v-204h-266zM154 0v1456h292v-1456h-292zM419 1601v204h266v-204h-266z" /> -<glyph unicode="Ð" horiz-adv-x="1372" d="M31 652v181h135v623h500q267 0 440 -170.5t173 -437.5v-241q0 -268 -173 -437.5t-440 -169.5h-500v652h-135zM458 224h193q157 0 246 106t89 277v243q0 169 -89 275t-246 106h-193v-398h244v-181h-244v-428z" /> -<glyph unicode="Ñ" horiz-adv-x="1450" d="M136 0v1456h292l588 -994l6 1v993h291v-1456h-291l-588 995l-6 -1v-994h-292zM349 1644q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -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.5z " /> -<glyph unicode="Ò" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM339 1820l2 6h309l197 -266h-237zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109 t-231 -108.5t-82 -279.5v-264z" /> -<glyph unicode="Ó" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264zM551 1581 l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="Ô" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM333 1613v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282 v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" /> -<glyph unicode="Õ" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM324 1665q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5t-82 -279.5v-264z" /> -<glyph unicode="Ö" horiz-adv-x="1399" d="M92 597v262q0 267 167.5 442.5t436.5 175.5q271 0 441 -175.5t170 -442.5v-262q0 -268 -169.5 -443t-440.5 -175q-269 0 -437 175t-168 443zM316 1622v204h266v-204h-266zM383 597q0 -173 83 -282t231 -109q150 0 234 109t84 282v264q0 170 -85 279t-234 109t-231 -108.5 t-82 -279.5v-264zM816 1622v204h266v-204h-266z" /> -<glyph unicode="×" 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="Ø" horiz-adv-x="1410" d="M92 597v262q0 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-262q0 -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.5zM383 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-264zM535 251q33 -22 74 -33.5t88 -11.5q150 0 234 109t84 282v264q0 45 -7 87t-18 73l-6 1z" /> -<glyph unicode="Ù" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM344 1820l2 6h309l197 -266h-237z" /> -<glyph unicode="Ú" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM556 1560l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="Û" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM338 1592v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" /> -<glyph unicode="Ü" horiz-adv-x="1407" d="M120 490v966h293v-966q0 -144 77 -215.5t212 -71.5q137 0 215 71t78 216v966h293v-966q0 -245 -162 -378t-424 -133q-261 0 -421.5 133t-160.5 378zM321 1601v204h266v-204h-266zM821 1601v204h266v-204h-266z" /> -<glyph unicode="Ý" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527zM504 1560l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="Þ" horiz-adv-x="1247" d="M132 0v1456h292v-270h221q254 0 396 -124t142 -324q0 -201 -142 -325t-396 -124h-221v-289h-292zM424 514h221q123 0 184.5 63.5t61.5 158.5t-61.5 160t-184.5 65h-221v-447z" /> -<glyph unicode="ß" horiz-adv-x="1294" d="M135 0v1101q0 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-1097h-291z" /> -<glyph unicode="à" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM184 1492l2 6h309l197 -266h-237zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" /> -<glyph unicode="á" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM396 1232l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="â" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM178 1270v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" /> -<glyph unicode="ã" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM169 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -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.5zM346 315q0 -54 36 -87t98 -33q77 0 137 38 t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5z" /> -<glyph unicode="ä" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM161 1279v204h266v-204h-266zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM661 1279v204h266v-204h-266z" /> -<glyph unicode="å" horiz-adv-x="1100" d="M55 305q0 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-447q0 -76 11.5 -143t36.5 -133h-292q-16 37 -27.5 78t-16.5 84q-45 -79 -118.5 -131 t-175.5 -52q-170 0 -262 87.5t-92 238.5zM332 1417q0 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 138zM346 315q0 -54 36 -87t98 -33q77 0 137 38t81 88v153h-163q-93 0 -141 -46.5t-48 -112.5zM448 1417 q0 -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="æ" horiz-adv-x="1729" d="M46 317q0 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.5t143 -79.5q61 52 142.5 79.5t180.5 27.5q212 0 333 -132t121 -358v-158h-650l-2 -6q4 -112 66 -178.5t186 -66.5 q92 0 154 20t140 61l77 -184q-62 -48 -169 -84.5t-233 -36.5q-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.5zM338 313q0 -59 41.5 -93.5t123.5 -34.5q58 0 121 30.5t100 72.5v176h-179q-98 0 -152.5 -44t-54.5 -107 zM1027 649l2 -5h362v28q0 94 -42.5 149.5t-125.5 55.5q-95 0 -142 -61.5t-54 -166.5z" /> -<glyph unicode="ç" horiz-adv-x="1060" d="M62 525v30q0 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.5t164.5 -88.5q78 0 125 45.5t47 121.5h265l3 -6q4 -164 -123.5 -274.5t-316.5 -110.5q-242 0 -373 153 t-131 393zM415 -137l31 142h219l-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.5z" /> -<glyph unicode="è" horiz-adv-x="1084" d="M77 510v40q0 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.5q-234 0 -374 150t-140 381zM186 1498l2 6h309l197 -266h-237zM379 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" /> -<glyph unicode="é" horiz-adv-x="1084" d="M77 510v40q0 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.5q-234 0 -374 150t-140 381zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5 q-81 0 -128 -62t-58 -163zM398 1238l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="ê" horiz-adv-x="1084" d="M77 510v40q0 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.5q-234 0 -374 150t-140 381zM180 1271v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133 h-227zM379 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163z" /> -<glyph unicode="ë" horiz-adv-x="1084" d="M77 510v40q0 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.5q-234 0 -374 150t-140 381zM163 1280v204h266v-204h-266zM379 652l3 -5h358v26 q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62t-58 -163zM663 1280v204h266v-204h-266z" /> -<glyph unicode="ì" horiz-adv-x="562" d="M-78 1498l2 6h309l197 -266h-237zM133 0v1082h292v-1082h-292z" /> -<glyph unicode="í" horiz-adv-x="562" d="M132 1217l199 266h309l2 -6l-277 -260h-233zM133 0v1082h292v-1082h-292z" /> -<glyph unicode="î" horiz-adv-x="562" d="M-84 1251v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM133 0v1082h292v-1082h-292z" /> -<glyph unicode="ï" horiz-adv-x="562" d="M-101 1258v204h266v-204h-266zM133 0v1082h292v-1082h-292zM399 1258v204h266v-204h-266z" /> -<glyph unicode="ð" horiz-adv-x="1218" d="M48 468q0 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 26l92 218q88 -19 168.5 -52.5t149.5 -80.5l198 109l77 -113l-162 -90q102 -106 158.5 -245t56.5 -303v-196 q0 -250 -157 -408.5t-392 -158.5q-238 0 -388.5 140.5t-150.5 348.5zM340 468q0 -112 68 -188.5t183 -76.5q116 0 184.5 96.5t68.5 246.5v118q-35 39 -99 65t-151 26q-122 0 -188 -79t-66 -208z" /> -<glyph unicode="ñ" d="M107 0v1082h272l13 -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-292zM202 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5 t-150.5 -67.5q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.5z" /> -<glyph unicode="ò" d="M67 530v21q0 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.5zM217 1498l2 6h309l197 -266h-237zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91 q-113 0 -165.5 -91.5t-52.5 -234.5v-21z" /> -<glyph unicode="ó" d="M67 530v21q0 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.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.5 v-21zM429 1238l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="ô" d="M67 530v21q0 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.5zM211 1270v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90 t52.5 237v21q0 144 -53 235t-167 91q-113 0 -165.5 -91.5t-52.5 -234.5v-21z" /> -<glyph unicode="õ" d="M67 530v21q0 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.5zM202 1322q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -96 -59.5 -163.5t-150.5 -67.5 q-70 0 -158.5 43.5t-140.5 43.5q-36 0 -60 -32.5t-24 -77.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-21z" /> -<glyph unicode="ö" d="M67 530v21q0 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.5zM194 1279v204h266v-204h-266zM358 530q0 -148 52 -237.5t168 -89.5q113 0 165.5 90t52.5 237v21q0 144 -53 235t-167 91 q-113 0 -165.5 -91.5t-52.5 -234.5v-21zM694 1279v204h266v-204h-266z" /> -<glyph unicode="÷" horiz-adv-x="1168" d="M63 573v227h1029v-227h-1029zM432 164v233h293v-233h-293zM432 973v233h293v-233h-293z" /> -<glyph unicode="ø" d="M67 530v21q0 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.5zM358 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-21zM505 215q15 -7 33.5 -9.5t39.5 -2.5q113 0 165.5 90t52.5 237v21q0 54 -8 102t-22 82l-6 1z" /> -<glyph unicode="ù" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM216 1477l2 6h309l197 -266h-237z" /> -<glyph unicode="ú" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM428 1217l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="û" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM210 1251v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" /> -<glyph unicode="ü" d="M105 429v653h291v-655q0 -118 40 -169.5t118 -51.5q70 0 120 22.5t82 66.5v787h292v-1082h-249l-26 156q-50 -85 -127 -131t-177 -46q-171 0 -267.5 109.5t-96.5 340.5zM193 1258v204h266v-204h-266zM693 1258v204h266v-204h-266z" /> -<glyph unicode="ý" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -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 84zM375 1217l199 266h309l2 -6l-277 -260h-233z" /> -<glyph unicode="þ" horiz-adv-x="1162" d="M121 0v1560h292v-591q47 64 112 98.5t150 34.5q201 0 312 -157t111 -413v-21q0 -240 -111 -386t-310 -146q-85 0 -151 31.5t-113 92.5v-519h-291v416h-1zM413 297q27 -46 73.5 -70t114.5 -24q106 0 155.5 83t49.5 225v21q0 153 -51 248t-156 95q-66 0 -112.5 -27 t-73.5 -77v-474z" /> -<glyph unicode="ÿ" horiz-adv-x="1046" d="M5 1082h314l183 -628l12 -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 84zM142 1258v204h266v-204h-266zM642 1258v204h266v-204h-266z" /> -<glyph unicode="Œ" horiz-adv-x="1984" d="M97 576v304q0 265 167 431t437 166q69 0 140 -6t150 -15h865v-225h-703v-366h603v-225h-603v-416h705v-224h-867q-92 -10 -156.5 -15.5t-131.5 -5.5q-270 0 -438 165.5t-168 431.5zM388 576q0 -182 83.5 -277t231.5 -95q40 0 79.5 2t78.5 7v1030q-45 4 -83.5 6.5 t-76.5 2.5q-148 0 -230.5 -94.5t-82.5 -275.5v-306z" /> -<glyph unicode="œ" horiz-adv-x="1848" d="M67 530v21q0 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 -69q97 0 161 19.5t140 61.5l79 -180q-66 -54 -173 -89.5t-238 -35.5q-127 0 -228 46t-169 131 q-67 -85 -167 -131t-227 -46q-240 0 -375.5 153.5t-135.5 397.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-21zM1157 652l3 -5h358v26q0 93 -43.5 148.5t-131.5 55.5q-81 0 -128 -62 t-58 -163z" /> -<glyph unicode="Ÿ" horiz-adv-x="1292" d="M5 1456h320l318 -671h6l318 671h320l-500 -944v-512h-291v527zM269 1601v204h266v-204h-266zM769 1601v204h266v-204h-266z" /> -<glyph unicode="ˆ" horiz-adv-x="1016" d="M137 1252v26l282 240h169l287 -243v-23h-232l-140 133l-139 -133h-227z" /> -<glyph unicode="˜" horiz-adv-x="986" d="M119 1272q0 94 59.5 163.5t149.5 69.5q56 0 152 -43.5t148 -43.5q34 0 60 32t26 79l154 -45q0 -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.5z" /> -<glyph unicode=" " horiz-adv-x="967" /> -<glyph unicode=" " horiz-adv-x="1935" /> -<glyph unicode=" " horiz-adv-x="967" /> -<glyph unicode=" " horiz-adv-x="1935" /> -<glyph unicode=" " horiz-adv-x="645" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="241" /> -<glyph unicode=" " horiz-adv-x="387" /> -<glyph unicode=" " horiz-adv-x="107" /> -<glyph unicode="‐" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" /> -<glyph unicode="‑" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" /> -<glyph unicode="‒" horiz-adv-x="801" d="M113 510v225h564v-225h-564z" /> -<glyph unicode="–" horiz-adv-x="1413" d="M141 601v228h1084v-228h-1084z" /> -<glyph unicode="—" horiz-adv-x="1670" d="M106 601v228h1334v-228h-1334z" /> -<glyph unicode="‘" horiz-adv-x="405" d="M50 1015v192l162 353h143l-60 -352v-193h-245z" /> -<glyph unicode="’" horiz-adv-x="405" d="M57 1016l60 349v195h246v-194l-162 -350h-144z" /> -<glyph unicode="‚" horiz-adv-x="406" d="M50 -263l60 266v284h246v-268l-147 -282h-159z" /> -<glyph unicode="“" horiz-adv-x="742" d="M50 1015v192l162 353h143l-60 -352v-193h-245zM379 1015v192l162 353h143l-60 -352v-193h-245z" /> -<glyph unicode="”" horiz-adv-x="750" d="M57 1016l60 349v195h246v-194l-162 -350h-144zM394 1016l60 349v195h246v-194l-162 -350h-144z" /> -<glyph unicode="„" horiz-adv-x="732" d="M50 -225l60 268v255h230v-243l-162 -280h-128zM391 -225l60 276v247h231v-243l-162 -280h-129z" /> -<glyph unicode="•" horiz-adv-x="737" d="M135 716v90q0 100 65 164t172 64q110 0 175 -63.5t65 -164.5v-90q0 -101 -64.5 -163t-173.5 -62t-174 62.5t-65 162.5z" /> -<glyph unicode="…" horiz-adv-x="1519" d="M144 0v256h292v-256h-292zM587 0v256h292v-256h-292zM1007 0v256h292v-256h-292z" /> -<glyph unicode=" " horiz-adv-x="387" /> -<glyph unicode="‹" horiz-adv-x="639" d="M108 541v19l280 390h187l-240 -400l240 -399h-187z" /> -<glyph unicode="›" horiz-adv-x="619" d="M80 151l239 399l-239 400h188l280 -390v-19l-280 -390h-188z" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode="€" horiz-adv-x="1116" d="M71 455v200h146v116h-146v200h146v13q0 203 150.5 348t394.5 145q60 0 117.5 -8t125.5 -23l-21 -229q-53 16 -109.5 25.5t-112.5 9.5q-118 0 -185.5 -80.5t-67.5 -185.5v-15h428v-200h-428v-116h428v-200h-428v-8q0 -99 67.5 -171.5t187.5 -72.5q58 0 113.5 8.5 t106.5 25.5l21 -227q-57 -15 -118 -23t-123 -8q-245 0 -396 137.5t-151 330.5v8h-146z" /> -<glyph unicode="™" horiz-adv-x="1294" d="M96 1351v105h398v-105h-128v-434h-144v434h-126zM565 915v541h159l119 -362h6l120 362h154v-541h-129v282l-6 1l-105 -283h-73l-110 298l-6 -1v-297h-129z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1279" d="M27 877v205h161v120q0 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-292v877h-161zM859 0v1560h292v-1560h-292z" /> -<glyph unicode="ffi" horiz-adv-x="1981" d="M27 877v205h161v120q0 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-292v877h-161zM752 877v205h161v74q0 204 124.5 314.5t350.5 110.5q78 0 154 -15.5t176 -44.5l-42 -230 q-73 22 -132.5 34t-136.5 12q-101 0 -151.5 -46t-50.5 -135v-74h213v-205h-213v-877h-292v877h-161zM1561 0v1082h292v-1082h-292z" /> -<glyph unicode="ffl" horiz-adv-x="2011" d="M27 877v205h161v120q0 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-292v877h-161zM759 877v205h161v120q0 182 105 280.5t295 98.5q37 0 75.5 -5.5t84.5 -15.5l-25 -217 q-24 4 -46.5 7t-52.5 3q-71 0 -107.5 -39t-36.5 -112v-120h215v-205h-215v-877h-292v877h-161zM1591 0v1560h292v-1560h-292z" /> -<hkern u1=""" u2="w" k="-12" /> -<hkern u1="'" u2="w" k="-12" /> -<hkern u1="(" u2="Ÿ" k="-25" /> -<hkern u1="(" u2="Ý" k="-25" /> -<hkern u1="(" u2="Y" k="-25" /> -<hkern u1="(" u2="W" k="-26" /> -<hkern u1="(" u2="V" k="-23" /> -<hkern u1="A" u2="w" k="39" /> -<hkern u1="A" u2="t" k="20" /> -<hkern u1="A" u2="?" k="77" /> -<hkern u1="C" u2=")" k="30" /> -<hkern u1="D" u2="Æ" k="61" /> -<hkern u1="E" u2="w" k="25" /> -<hkern u1="F" u2="…" k="325" /> -<hkern u1="F" u2="„" k="325" /> -<hkern u1="F" u2="‚" k="325" /> -<hkern u1="F" u2="œ" k="52" /> -<hkern u1="F" u2="ÿ" k="28" /> -<hkern u1="F" u2="ý" k="28" /> -<hkern u1="F" u2="ü" k="25" /> -<hkern u1="F" u2="û" k="25" /> -<hkern u1="F" u2="ú" k="25" /> -<hkern u1="F" u2="ù" k="25" /> -<hkern u1="F" u2="ö" k="54" /> -<hkern u1="F" u2="õ" k="54" /> -<hkern u1="F" u2="ô" k="54" /> -<hkern u1="F" u2="ó" k="54" /> -<hkern u1="F" u2="ò" k="54" /> -<hkern u1="F" u2="ë" k="52" /> -<hkern u1="F" u2="ê" k="52" /> -<hkern u1="F" u2="é" k="52" /> -<hkern u1="F" u2="è" k="52" /> -<hkern u1="F" u2="ç" k="52" /> -<hkern u1="F" u2="å" k="68" /> -<hkern u1="F" u2="ä" k="68" /> -<hkern u1="F" u2="ã" k="68" /> -<hkern u1="F" u2="â" k="68" /> -<hkern u1="F" u2="á" k="68" /> -<hkern u1="F" u2="à" k="68" /> -<hkern u1="F" u2="Å" k="163" /> -<hkern u1="F" u2="Ä" k="163" /> -<hkern u1="F" u2="Ã" k="163" /> -<hkern u1="F" u2="Â" k="163" /> -<hkern u1="F" u2="Á" k="163" /> -<hkern u1="F" u2="À" 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=":" k="325" /> -<hkern u1="F" u2="." k="325" /> -<hkern u1="F" u2="," k="325" /> -<hkern u1="K" u2="w" k="74" /> -<hkern u1="L" u2="w" k="104" /> -<hkern u1="O" u2="Æ" k="61" /> -<hkern u1="P" u2="Æ" k="165" /> -<hkern u1="P" u2="t" k="-16" /> -<hkern u1="Q" u2="Ÿ" k="71" /> -<hkern u1="Q" u2="Ý" 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="Ÿ" k="57" /> -<hkern u1="R" u2="Ý" 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="ø" k="112" /> -<hkern u1="T" u2="æ" k="99" /> -<hkern u1="T" u2="Æ" k="195" /> -<hkern u1="T" u2="»" k="173" /> -<hkern u1="T" u2="«" k="175" /> -<hkern u1="T" u2="w" k="55" /> -<hkern u1="T" u2="r" k="77" /> -<hkern u1="V" u2="}" k="-22" /> -<hkern u1="V" u2="r" k="35" /> -<hkern u1="V" u2="]" k="-20" /> -<hkern u1="V" u2=")" k="-23" /> -<hkern u1="W" u2="}" k="-16" /> -<hkern u1="W" u2="r" k="24" /> -<hkern u1="W" u2="]" k="-14" /> -<hkern u1="W" u2=")" k="-17" /> -<hkern u1="Y" u2="•" k="105" /> -<hkern u1="Y" u2="ø" k="91" /> -<hkern u1="Y" u2="æ" k="89" /> -<hkern u1="Y" u2="Æ" k="136" /> -<hkern u1="Y" u2="»" k="60" /> -<hkern u1="Y" u2="«" k="119" /> -<hkern u1="Y" u2="}" 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="*" k="88" /> -<hkern u1="Y" u2=")" k="-23" /> -<hkern u1="Y" u2="&" k="57" /> -<hkern u1="Z" u2="w" k="31" /> -<hkern u1="[" u2="Ü" k="21" /> -<hkern u1="[" u2="Û" k="21" /> -<hkern u1="[" u2="Ú" k="21" /> -<hkern u1="[" u2="Ù" k="21" /> -<hkern u1="[" u2="U" k="21" /> -<hkern u1="[" u2="J" k="21" /> -<hkern u1="f" u2="”" k="-34" /> -<hkern u1="f" u2="“" k="-34" /> -<hkern u1="f" u2="’" k="-34" /> -<hkern u1="f" u2="‘" k="-34" /> -<hkern u1="f" u2="}" k="-37" /> -<hkern u1="f" u2="]" k="-66" /> -<hkern u1="f" u2=")" k="-53" /> -<hkern u1="f" u2="'" k="-34" /> -<hkern u1="f" u2=""" k="-34" /> -<hkern u1="k" u2="œ" k="23" /> -<hkern u1="k" u2="ë" k="23" /> -<hkern u1="k" u2="ê" k="23" /> -<hkern u1="k" u2="é" k="23" /> -<hkern u1="k" u2="è" k="23" /> -<hkern u1="k" u2="ç" 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="…" k="72" /> -<hkern u1="w" u2="„" k="72" /> -<hkern u1="w" u2="‚" k="72" /> -<hkern u1="w" u2=":" k="72" /> -<hkern u1="w" u2="." k="72" /> -<hkern u1="w" u2="," k="72" /> -<hkern u1="y" u2="f" k="-15" /> -<hkern u1="{" u2="Ü" k="23" /> -<hkern u1="{" u2="Û" k="23" /> -<hkern u1="{" u2="Ú" k="23" /> -<hkern u1="{" u2="Ù" k="23" /> -<hkern u1="{" u2="U" k="23" /> -<hkern u1="{" u2="J" k="23" /> -<hkern u1="À" u2="w" k="39" /> -<hkern u1="À" u2="t" k="20" /> -<hkern u1="À" u2="?" k="77" /> -<hkern u1="Á" u2="w" k="39" /> -<hkern u1="Á" u2="t" k="20" /> -<hkern u1="Á" u2="?" k="77" /> -<hkern u1="Â" u2="w" k="39" /> -<hkern u1="Â" u2="t" k="20" /> -<hkern u1="Â" u2="?" k="77" /> -<hkern u1="Ã" u2="w" k="39" /> -<hkern u1="Ã" u2="t" k="20" /> -<hkern u1="Ã" u2="?" k="77" /> -<hkern u1="Ä" u2="w" k="39" /> -<hkern u1="Ä" u2="t" k="20" /> -<hkern u1="Ä" u2="?" k="77" /> -<hkern u1="Å" u2="w" k="39" /> -<hkern u1="Å" u2="t" k="20" /> -<hkern u1="Å" u2="?" k="77" /> -<hkern u1="Ç" u2=")" k="30" /> -<hkern u1="È" u2="w" k="25" /> -<hkern u1="É" u2="w" k="25" /> -<hkern u1="Ê" u2="w" k="25" /> -<hkern u1="Ë" u2="w" k="25" /> -<hkern u1="Ð" u2="Æ" k="61" /> -<hkern u1="Ò" u2="Æ" k="61" /> -<hkern u1="Ó" u2="Æ" k="61" /> -<hkern u1="Ô" u2="Æ" k="61" /> -<hkern u1="Õ" u2="Æ" k="61" /> -<hkern u1="Ö" u2="Æ" k="61" /> -<hkern u1="Ý" u2="•" k="105" /> -<hkern u1="Ý" u2="ø" k="91" /> -<hkern u1="Ý" u2="æ" k="89" /> -<hkern u1="Ý" u2="Æ" k="136" /> -<hkern u1="Ý" u2="»" k="60" /> -<hkern u1="Ý" u2="«" k="119" /> -<hkern u1="Ý" u2="}" k="-22" /> -<hkern u1="Ý" u2="t" k="33" /> -<hkern u1="Ý" u2="r" k="62" /> -<hkern u1="Ý" u2="f" k="40" /> -<hkern u1="Ý" u2="]" k="-21" /> -<hkern u1="Ý" u2="*" k="88" /> -<hkern u1="Ý" u2=")" k="-23" /> -<hkern u1="Ý" u2="&" k="57" /> -<hkern u1="ý" u2="f" k="-15" /> -<hkern u1="ÿ" u2="f" k="-15" /> -<hkern u1="Ÿ" u2="•" k="105" /> -<hkern u1="Ÿ" u2="ø" k="91" /> -<hkern u1="Ÿ" u2="æ" k="89" /> -<hkern u1="Ÿ" u2="Æ" k="136" /> -<hkern u1="Ÿ" u2="»" k="60" /> -<hkern u1="Ÿ" u2="«" k="119" /> -<hkern u1="Ÿ" u2="}" k="-22" /> -<hkern u1="Ÿ" u2="t" k="33" /> -<hkern u1="Ÿ" u2="r" k="62" /> -<hkern u1="Ÿ" u2="f" k="40" /> -<hkern u1="Ÿ" u2="]" k="-21" /> -<hkern u1="Ÿ" u2="*" k="88" /> -<hkern u1="Ÿ" u2=")" k="-23" /> -<hkern u1="Ÿ" u2="&" k="57" /> -<hkern u1="‘" u2="w" k="-12" /> -<hkern u1="’" u2="w" k="-12" /> -<hkern u1="“" u2="w" k="-12" /> -<hkern u1="”" 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/public/fonts/roboto-bold-webfont.ttf b/public/fonts/roboto-bold-webfont.ttf deleted file mode 100755 index b953257ff7b90d4b3425b92ce4fac6bdaec93a0b..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-bold-webfont.ttf and /dev/null differ diff --git a/public/fonts/roboto-bold-webfont.woff b/public/fonts/roboto-bold-webfont.woff deleted file mode 100755 index 6493e746a90504628916c6606f73d97a52b19c1a..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-bold-webfont.woff and /dev/null differ diff --git a/public/fonts/roboto-bold-webfont.woff2 b/public/fonts/roboto-bold-webfont.woff2 deleted file mode 100755 index c6d41f65628c5ffb06c7246ed66883e7d8e022ca..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-bold-webfont.woff2 and /dev/null differ diff --git a/public/fonts/roboto-medium-webfont.eot b/public/fonts/roboto-medium-webfont.eot deleted file mode 100755 index a384b817507e385a6e19a0dae6518f9eecde6d90..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-medium-webfont.eot and /dev/null differ diff --git a/public/fonts/roboto-medium-webfont.svg b/public/fonts/roboto-medium-webfont.svg deleted file mode 100755 index fb7a210ab14540062c18803f7c9b2b1f9483e9d4..0000000000000000000000000000000000000000 --- a/public/fonts/roboto-medium-webfont.svg +++ /dev/null @@ -1,599 +0,0 @@ -<?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="robotomedium" horiz-adv-x="1160" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="510" /> -<glyph unicode="fi" horiz-adv-x="1192" d="M24 902v180h165v92q0 195 115 301t322 106q72 0 143 -15.5t163 -44.5l-37 -201q-62 21 -122 34.5t-130 13.5q-109 0 -160 -48.5t-51 -145.5v-92h213v-180h-213v-902h-243v902h-165zM804 0v1082h243v-1082h-243z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="510" /> -<glyph unicode=" " horiz-adv-x="510" /> -<glyph unicode="	" horiz-adv-x="510" /> -<glyph unicode=" " horiz-adv-x="510" /> -<glyph unicode="!" horiz-adv-x="549" d="M154 0v234h243v-234h-243zM154 491v965h243v-965h-243z" /> -<glyph unicode=""" horiz-adv-x="664" d="M66 1038v524h214v-275l-102 -249h-112zM384 1038v524h214v-275l-102 -249h-112z" /> -<glyph unicode="#" horiz-adv-x="1250" d="M60 410v158h261l58 313h-243v159h273l78 416h167l-78 -416h224l78 416h168l-78 -416h208v-159h-238l-58 -313h221v-158h-251l-76 -410h-167l76 410h-225l-76 -410h-167l76 410h-231zM488 568h225l58 313h-225z" /> -<glyph unicode="$" horiz-adv-x="1164" d="M105 438l2 5h236q0 -142 69.5 -203t173.5 -61q111 0 172 54t61 147q0 85 -55.5 141t-185.5 102q-211 72 -316.5 173.5t-105.5 276.5q0 166 101 273t274 127v218h160v-220q171 -26 267.5 -146.5t96.5 -319.5h-242q0 125 -56 198t-154 73q-102 0 -153 -54.5t-51 -146.5 q0 -86 53.5 -140t192.5 -103q211 -76 314 -176t103 -274q0 -173 -105 -276t-287 -122v-195h-159v194q-179 19 -294.5 129.5t-111.5 325.5z" /> -<glyph unicode="%" horiz-adv-x="1504" d="M100 1099v77q0 128 82.5 214.5t225.5 86.5q144 0 226.5 -86t82.5 -215v-77q0 -128 -82.5 -213.5t-224.5 -85.5q-144 0 -227 85.5t-83 213.5zM269 1099q0 -64 36.5 -108.5t104.5 -44.5q66 0 101.5 44t35.5 109v77q0 65 -36.5 110t-102.5 45q-67 0 -103 -45t-36 -110v-77z M335 181l711 1138l125 -72l-711 -1138zM800 279v78q0 127 83 213.5t225 86.5q144 0 226.5 -86t82.5 -214v-78q0 -129 -82.5 -214.5t-224.5 -85.5q-144 0 -227 86t-83 214zM969 279q0 -64 37.5 -109t103.5 -45q70 0 104 43.5t34 110.5v78q0 64 -36.5 109t-103.5 45t-103 -45 t-36 -109v-78z" /> -<glyph unicode="&" horiz-adv-x="1309" d="M62 393q0 120 68 208.5t204 178.5q-73 95 -109 172t-36 157q0 171 103 269.5t278 98.5q159 0 258.5 -95.5t99.5 -230.5q0 -98 -51.5 -174.5t-145.5 -145.5l-100 -72l305 -362q40 63 62.5 138t22.5 159h197q0 -137 -36.5 -252t-110.5 -205l196 -232l-2 -5h-274l-81 95 q-82 -57 -175.5 -86.5t-197.5 -29.5q-217 0 -346 115t-129 299zM305 401q0 -100 63 -164t176 -64q62 0 123 18t116 53l-328 387l-30 -22q-72 -56 -96 -108t-24 -100zM417 1112q0 -48 24.5 -99t72.5 -113l114 76q57 37 76.5 77.5t19.5 89.5q0 54 -42.5 96.5t-111.5 42.5 q-74 0 -113.5 -49t-39.5 -121z" /> -<glyph unicode="'" horiz-adv-x="346" d="M66 1028v532h214v-249l-102 -283h-112z" /> -<glyph unicode="(" horiz-adv-x="695" d="M128 576v16q0 394 156.5 670.5t338.5 361.5l6 -1l45 -134q-134 -102 -229.5 -327t-95.5 -568v-20q0 -343 95 -568t230 -334l-45 -128h-6q-183 86 -339 362t-156 670z" /> -<glyph unicode=")" horiz-adv-x="700" d="M17 -328q133 102 229 330t96 572v20q0 340 -98.5 568.5t-226.5 332.5l46 129h6q182 -84 342 -364t160 -668v-16q0 -389 -159.5 -668t-342.5 -364h-6z" /> -<glyph unicode="*" horiz-adv-x="895" d="M27 1061l53 169l296 -117l-13 343h174l-15 -350l291 115l53 -171l-303 -88l195 -266l-141 -105l-177 287l-174 -279l-143 102l202 271z" /> -<glyph unicode="+" horiz-adv-x="1141" d="M68 579v222h382v405h236v-405h380v-222h-380v-433h-236v433h-382z" /> -<glyph unicode="," horiz-adv-x="462" d="M54 -281l70 321v198h239v-207l-155 -312h-154z" /> -<glyph unicode="-" horiz-adv-x="672" d="M71 521v196h525v-196h-525z" /> -<glyph unicode="." horiz-adv-x="572" d="M153 0v233h242v-233h-242z" /> -<glyph unicode="/" horiz-adv-x="839" d="M2 -125l573 1581h223l-573 -1581h-223z" /> -<glyph unicode="0" horiz-adv-x="1164" d="M104 561v333q0 283 128 433t349 150q220 0 349 -150t129 -433v-333q0 -284 -128 -433t-348 -149q-221 0 -350 149t-129 433zM347 526q0 -180 60.5 -266.5t175.5 -86.5t174 86t59 267v405q0 179 -60 265t-175 86t-174.5 -86t-59.5 -265v-405z" /> -<glyph unicode="1" horiz-adv-x="1164" d="M179 1225v179l539 52v-1456h-243v1225h-296z" /> -<glyph unicode="2" horiz-adv-x="1164" d="M87 1018q-5 194 127 326.5t362 132.5q210 0 332 -116t122 -303q0 -125 -70.5 -239t-218.5 -277l-324 -342l3 -6h656v-194h-967v167l474 517q116 127 160 208.5t44 159.5q0 98 -57 164t-154 66q-128 0 -190 -72t-62 -198h-235z" /> -<glyph unicode="3" horiz-adv-x="1164" d="M86 384l2 6h234q0 -97 65 -157t173 -60q113 0 178 61t65 173q0 123 -59.5 181.5t-184.5 58.5h-169v191h169q118 0 170 58.5t52 165.5q0 105 -56 162.5t-165 57.5q-99 0 -161.5 -56.5t-62.5 -148.5h-234l-2 6q-6 167 124.5 280.5t332.5 113.5q213 0 340 -108t127 -307 q0 -93 -57 -180t-162 -135q124 -44 182.5 -134t58.5 -205q0 -200 -137.5 -314.5t-351.5 -114.5q-202 0 -339.5 107.5t-131.5 297.5z" /> -<glyph unicode="4" horiz-adv-x="1164" d="M56 472l623 984h250v-937h184v-196h-184v-323h-242v323h-625zM296 519h391v591l-6 2l-20 -43z" /> -<glyph unicode="5" horiz-adv-x="1164" d="M135 384l2 5l227 8q0 -106 62 -165t161 -59q113 0 172.5 79.5t59.5 210.5q0 132 -61 214.5t-174 82.5q-100 0 -148.5 -32.5t-70.5 -93.5l-209 17l84 805h769v-210h-567l-44 -365q43 32 99.5 52.5t127.5 22.5q205 2 321 -130t116 -361q0 -214 -122 -350t-353 -136 q-192 0 -324.5 105.5t-127.5 299.5z" /> -<glyph unicode="6" horiz-adv-x="1164" d="M116 571v278q0 284 160.5 456t403.5 172q78 0 150 -16.5t129 -43.5l-46 -188q-56 24 -109 37.5t-123 13.5q-146 0 -234.5 -112.5t-88.5 -303.5v-7q60 55 139.5 85t174.5 30q195 0 308.5 -136.5t113.5 -347.5q0 -223 -130 -366t-341 -143q-222 0 -364.5 156t-142.5 436z M358 558q0 -185 74.5 -285t190.5 -100q106 0 167 91t61 224q0 131 -64 213t-175 82q-92 0 -156 -32.5t-98 -88.5v-104z" /> -<glyph unicode="7" horiz-adv-x="1164" d="M69 1261v195h1006v-195q-251 -295 -339 -532t-128 -575l-15 -154h-243l15 154q39 330 156 598.5t319 508.5h-771z" /> -<glyph unicode="8" horiz-adv-x="1164" d="M97 397q0 120 69.5 212t190.5 139q-104 44 -163 128.5t-59 195.5q0 194 122.5 299.5t323.5 105.5q199 0 323.5 -105.5t124.5 -299.5q0 -110 -60 -195t-163 -130q119 -46 189.5 -138t70.5 -212q0 -203 -134 -310.5t-349 -107.5q-218 0 -352 107.5t-134 310.5zM340 409 q0 -110 66 -173t177 -63q107 0 174 63.5t67 172.5q0 107 -68.5 174t-174.5 67q-108 0 -174.5 -66.5t-66.5 -174.5zM378 1063q0 -99 55.5 -158.5t149.5 -59.5q92 0 147.5 59.5t55.5 158.5q0 96 -57 157.5t-148 61.5q-94 0 -148.5 -59.5t-54.5 -159.5z" /> -<glyph unicode="9" horiz-adv-x="1164" d="M82 974q0 218 135 360.5t334 142.5q226 0 361 -148.5t135 -427.5v-341q0 -276 -148.5 -428.5t-383.5 -152.5q-75 0 -155 15t-147 45l32 186q61 -28 125 -40t145 -12q130 0 210 96.5t80 281.5v67q-49 -67 -119.5 -101.5t-154.5 -34.5q-208 0 -328.5 131.5t-120.5 360.5z M325 974q0 -136 60.5 -219.5t168.5 -83.5q91 0 155 36t96 93v130q0 173 -65 262.5t-185 89.5q-98 0 -164 -87.5t-66 -220.5z" /> -<glyph unicode=":" horiz-adv-x="549" d="M153 0v233h242v-233h-242zM153 876v233h242v-233h-242z" /> -<glyph unicode=";" horiz-adv-x="544" d="M105 -281l70 321v198h239v-207l-155 -312h-154zM154 876v233h242v-233h-242z" /> -<glyph unicode="<" horiz-adv-x="1041" d="M63 458v193l837 372v-242l-578 -222l-19 -3v-6l19 -3l578 -218v-243z" /> -<glyph unicode="=" horiz-adv-x="1166" d="M145 366v201h862v-201h-862zM145 790v202h862v-202h-862z" /> -<glyph unicode=">" horiz-adv-x="1066" d="M128 86v239l605 226l18 2l1 6l-19 4l-605 221v239l864 -372v-193z" /> -<glyph unicode="?" horiz-adv-x="996" d="M47 1100q-3 178 119.5 277.5t316.5 99.5q210 0 327.5 -107t117.5 -297q0 -127 -73.5 -235.5t-185.5 -198.5q-57 -50 -71.5 -95t-14.5 -132h-243q1 143 33 204.5t142 154.5q78 76 124 145.5t46 153.5q0 97 -52.5 150.5t-149.5 53.5q-83 0 -141 -45.5t-58 -134.5h-234z M339 0v233h248v-233h-248z" /> -<glyph unicode="@" horiz-adv-x="1825" d="M91 478q18 424 252 685t613 261q383 0 587 -246t188 -671q-9 -216 -124 -372t-344 -156q-75 0 -129.5 42t-78.5 119q-47 -80 -116 -119.5t-161 -39.5q-133 0 -204.5 119.5t-53.5 315.5q24 256 140.5 411t282.5 155q110 0 177.5 -26t147.5 -80l-3 -4h5l-51 -579 q-8 -101 18 -139t69 -38q119 0 190.5 110.5t79.5 280.5q16 367 -140 572t-484 205q-306 0 -489.5 -221t-198.5 -585q-18 -365 147.5 -575t475.5 -210q87 0 177 20t154 53l38 -130q-67 -42 -170.5 -65.5t-202.5 -23.5q-387 0 -598 249.5t-194 681.5zM721 416 q-10 -133 20 -202t99 -69q59 0 109 24.5t89 87.5q0 8 0.5 16t1.5 20l45 515q-23 9 -49 14.5t-54 5.5q-118 0 -180 -102.5t-81 -309.5z" /> -<glyph unicode="A" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM448 543h431l-211 622h-6z" /> -<glyph unicode="B" horiz-adv-x="1312" d="M159 0v1456h484q242 0 378 -99.5t136 -297.5q0 -99 -57 -177t-158 -116q130 -29 200 -125t70 -223q0 -205 -134 -311.5t-370 -106.5h-549zM402 194h306q126 0 194 57.5t68 166.5q0 116 -57 180t-178 64h-333v-468zM402 843h268q113 0 178.5 53.5t65.5 151.5 q0 108 -69 160.5t-202 52.5h-241v-418z" /> -<glyph unicode="C" horiz-adv-x="1302" d="M106 589v277q0 266 157.5 438.5t409.5 172.5q259 1 407 -135q145 -132 144 -353v-12l-2 -6h-235q0 147 -79.5 229t-234.5 82q-149 0 -236.5 -118t-87.5 -296v-279q0 -180 89.5 -298t241.5 -118q151 0 229 81t78 229h234l2 -6v-12q1 -213 -143 -347q-148 -138 -400 -139 q-255 0 -414.5 171.5t-159.5 438.5z" /> -<glyph unicode="D" horiz-adv-x="1346" d="M159 0v1456h472q277 0 450.5 -173t173.5 -445v-221q0 -273 -173.5 -445t-450.5 -172h-472zM402 194h222q181 0 284.5 118t103.5 305v223q0 185 -103.5 303t-284.5 118h-222v-1067z" /> -<glyph unicode="E" horiz-adv-x="1187" d="M159 0v1456h975v-195h-732v-411h637v-195h-637v-461h739v-194h-982z" /> -<glyph unicode="F" horiz-adv-x="1188" d="M159 0v1456h983v-195h-740v-445h638v-195h-638v-621h-243z" /> -<glyph unicode="G" horiz-adv-x="1383" d="M110 576v304q0 264 160.5 430.5t414.5 166.5q257 0 399.5 -126.5t145.5 -329.5l-2 -6h-230q-8 120 -85.5 193.5t-224.5 73.5q-151 0 -243.5 -113t-92.5 -287v-306q0 -176 100.5 -289.5t260.5 -113.5q114 0 185 26.5t103 62.5v296h-289v182h532v-543 q-58 -83 -190.5 -150.5t-340.5 -67.5q-263 0 -433 166.5t-170 430.5z" /> -<glyph unicode="H" horiz-adv-x="1456" d="M159 0v1456h243v-640h652v640h242v-1456h-242v621h-652v-621h-243z" /> -<glyph unicode="I" horiz-adv-x="589" d="M173 0v1456h243v-1456h-243z" /> -<glyph unicode="J" horiz-adv-x="1148" d="M64 407l2 6h235q0 -124 61.5 -182t171.5 -58q96 0 158.5 67t62.5 181v1035h243v-1035q0 -204 -130 -323t-334 -119q-219 0 -347 109q-123 105 -123 303v16z" /> -<glyph unicode="K" horiz-adv-x="1320" d="M159 0v1456h243v-617h139l457 617h288l-530 -695l571 -761h-297l-460 630h-168v-630h-243z" /> -<glyph unicode="L" horiz-adv-x="1108" d="M159 0v1456h243v-1262h669v-194h-912z" /> -<glyph unicode="M" horiz-adv-x="1794" d="M159 0v1456h315l419 -1120h6l420 1120h315v-1456h-243v496l24 631l-6 1l-432 -1128h-163l-430 1125l-6 -1l24 -628v-496h-243z" /> -<glyph unicode="N" horiz-adv-x="1456" d="M159 0v1456h243l646 -1062l6 2v1060h242v-1456h-242l-646 1063l-6 -2v-1061h-243z" /> -<glyph unicode="O" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299t-263.5 117q-160 0 -253 -117 t-93 -299v-264z" /> -<glyph unicode="P" horiz-adv-x="1323" d="M159 0v1456h569q241 0 377.5 -124.5t136.5 -327.5q0 -205 -136.5 -328.5t-377.5 -123.5h-326v-552h-243zM402 747h326q135 0 203 72t68 183t-68 185t-203 74h-326v-514z" /> -<glyph unicode="Q" horiz-adv-x="1414" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -135 -46 -251t-130 -200l242 -235l-162 -145l-268 256q-54 -22 -114 -32.5t-124 -10.5q-262 0 -425.5 175.5t-163.5 442.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264 q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264z" /> -<glyph unicode="R" horiz-adv-x="1356" d="M159 0v1456h538q244 0 377 -110t133 -314q0 -113 -58.5 -194.5t-170.5 -130.5q123 -39 177 -127.5t54 -217.5v-121q0 -64 16 -125t54 -93v-23h-250q-40 33 -51.5 104t-11.5 139v117q0 112 -64 178t-176 66h-324v-604h-243zM402 799h282q146 0 213 56t67 171 q0 110 -66 172.5t-201 62.5h-295v-462z" /> -<glyph unicode="S" horiz-adv-x="1288" d="M96 430l2 6h234q0 -133 92 -198.5t239 -65.5q135 0 210 54.5t75 147.5q0 91 -67.5 149t-238.5 104q-244 64 -375.5 169.5t-131.5 276.5q0 176 145.5 290t375.5 114q240 0 386 -129q141 -125 140 -298v-12l-2 -6h-233q0 112 -76 181.5t-217 69.5q-133 0 -204.5 -58 t-71.5 -150q0 -83 77.5 -138t256.5 -104q235 -63 357 -174t122 -283q0 -182 -145.5 -289.5t-382.5 -107.5q-228 1 -400 121q-167 117 -167 318v12z" /> -<glyph unicode="T" horiz-adv-x="1185" d="M31 1261v195h1123v-195h-440v-1261h-243v1261h-440z" /> -<glyph unicode="U" horiz-adv-x="1396" d="M134 480v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371z" /> -<glyph unicode="V" horiz-adv-x="1300" d="M15 1456h259l347 -1075l26 -101h6l25 99l348 1077h259l-520 -1456h-231z" /> -<glyph unicode="W" horiz-adv-x="1812" d="M40 1456h239l233 -1068v-2l1 5l291 1065h194l294 -1068l1 -7l1 10l230 1065h239l-346 -1456h-221l-291 1045h-6l-292 -1045h-222z" /> -<glyph unicode="X" horiz-adv-x="1300" d="M50 0l458 734l-448 722h286l304 -538l307 538h288l-448 -722l465 -734h-292l-316 547l-316 -547h-288z" /> -<glyph unicode="Y" horiz-adv-x="1270" d="M13 1456h271l350 -708l352 708h271l-505 -945v-511h-242v524z" /> -<glyph unicode="Z" horiz-adv-x="1216" d="M88 0v152l731 1109h-725v195h1018v-146l-735 -1116h760v-194h-1049z" /> -<glyph unicode="[" horiz-adv-x="561" d="M132 -324v2002h408v-190h-165v-1623h165v-189h-408z" /> -<glyph unicode="\" horiz-adv-x="855" d="M21 1456h236l608 -1581h-236z" /> -<glyph unicode="]" horiz-adv-x="561" d="M12 -135h167v1623h-167v190h410v-2002h-410v189z" /> -<glyph unicode="^" horiz-adv-x="875" d="M53 729l299 727h171l298 -727h-205l-165 413l-12 54h-6l-12 -54l-162 -413h-206z" /> -<glyph unicode="_" horiz-adv-x="924" d="M3 0h917v-191h-917v191z" /> -<glyph unicode="`" horiz-adv-x="660" d="M80 1472l2 6h268l185 -266h-196z" /> -<glyph unicode="a" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6v14q1 120 115 213q122 99 316 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5z" /> -<glyph unicode="b" d="M128 0v1560h243v-601q50 69 120 106t163 37q203 0 313.5 -158t110.5 -418v-21q0 -237 -110.5 -381.5t-311.5 -144.5q-101 0 -175.5 41t-124.5 120l-24 -140h-204zM371 313q31 -65 86 -100.5t138 -35.5q126 0 183 88.5t57 239.5v21q0 169 -58 273t-184 104 q-81 0 -135.5 -36t-86.5 -100v-454z" /> -<glyph unicode="c" horiz-adv-x="1075" d="M81 523v35q0 235 127.5 389.5t366.5 154.5q195 0 317 -114q118 -110 117 -277v-11l-2 -6h-221q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5t-57 -249.5v-35q0 -153 57 -251.5t194 -98.5q89 0 150 52.5t61 131.5h220l2 -6v-11q0 -145 -124 -251q-128 -110 -309 -110 q-239 0 -366.5 154t-127.5 390z" /> -<glyph unicode="d" d="M83 505v21q0 259 111 417.5t312 158.5q88 0 157.5 -35.5t120.5 -101.5v595h243v-1560h-204l-24 134q-52 -76 -125 -115.5t-170 -39.5q-199 0 -310 145t-111 381zM326 505q0 -150 57.5 -239t182.5 -89q77 0 130.5 33t87.5 94v472q-34 60 -88 93.5t-128 33.5 q-124 0 -183 -104.5t-59 -272.5v-21z" /> -<glyph unicode="e" horiz-adv-x="1084" d="M89 516v40q-1 236 135 392q135 155 337 154h3q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-230 0 -366.5 150.5t-136.5 386.5zM344 654l2 -5h429v25q0 103 -52.5 168t-158.5 65 q-90 0 -148 -71.5t-72 -181.5z" /> -<glyph unicode="f" horiz-adv-x="719" d="M42 902v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243v902h-165z" /> -<glyph unicode="g" d="M84 505v21q0 258 113 417t314 159q97 0 170.5 -41.5t124.5 -119.5l24 141h202v-1082q0 -209 -129 -323t-366 -114q-79 0 -170.5 22.5t-165.5 59.5l52 191q60 -31 132.5 -48.5t149.5 -17.5q132 0 193 56.5t61 173.5v111q-51 -65 -120.5 -98.5t-159.5 -33.5 q-199 0 -312 145t-113 381zM327 505q0 -149 59.5 -238.5t184.5 -89.5q78 0 131.5 32.5t86.5 93.5v474q-34 59 -87.5 92.5t-128.5 33.5q-125 0 -185.5 -105t-60.5 -272v-21z" /> -<glyph unicode="h" d="M125 0v1560h243v-618q54 76 131.5 118t171.5 42q172 0 268.5 -108.5t96.5 -334.5v-659h-243v661q0 128 -51 185t-153 57q-71 0 -127.5 -29.5t-93.5 -81.5v-792h-243z" /> -<glyph unicode="i" horiz-adv-x="531" d="M144 0v1082h243v-1082h-243zM144 1347v213h243v-213h-243z" /> -<glyph unicode="j" horiz-adv-x="537" d="M-80 -420l14 194q17 -5 42 -8.5t46 -3.5q62 0 97.5 42.5t35.5 132.5v1145h243v-1145q0 -179 -93 -276.5t-259 -97.5q-36 0 -65 4t-61 13zM149 1347v213h243v-213h-243z" /> -<glyph unicode="k" horiz-adv-x="1072" d="M129 0v1560h242v-892h101l273 414h286l-357 -492l410 -590h-282l-322 473h-109v-473h-242z" /> -<glyph unicode="l" horiz-adv-x="531" d="M144 0v1560h243v-1560h-243z" /> -<glyph unicode="m" horiz-adv-x="1781" d="M128 0v1082h222l13 -141q53 77 133 119t185 42q106 0 182 -48t114 -144q50 90 132 141t192 51q163 0 257.5 -111.5t94.5 -338.5v-652h-243v653q0 138 -47.5 194t-142.5 56q-78 0 -132 -42t-78 -113q0 -15 1 -26t1 -21v-701h-243v653q0 133 -48.5 191.5t-142.5 58.5 q-74 0 -125.5 -28.5t-81.5 -80.5v-794h-243z" /> -<glyph unicode="n" d="M126 0v1082h222l14 -156q53 83 133.5 129.5t181.5 46.5q169 0 263.5 -102.5t94.5 -319.5v-680h-243v678q0 122 -50.5 173.5t-153.5 51.5q-71 0 -127 -31.5t-92 -86.5v-785h-243z" /> -<glyph unicode="o" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21z" /> -<glyph unicode="p" d="M128 -416v1498h205l24 -136q52 76 125.5 116t170.5 40q200 0 311.5 -158.5t111.5 -417.5v-21q0 -236 -111 -381t-309 -145q-92 0 -163 33t-122 97v-525h-243zM371 291q32 -57 85 -87.5t131 -30.5q124 0 185.5 91.5t61.5 240.5v21q0 166 -62.5 271.5t-186.5 105.5 q-76 0 -129 -32.5t-85 -90.5v-489z" /> -<glyph unicode="q" d="M83 505v21q0 259 111 417.5t312 158.5q94 0 166 -39t123 -112l28 131h197v-1498h-243v518q-50 -61 -118 -92t-155 -31q-199 0 -310 145t-111 381zM326 505q0 -150 57.5 -241t182.5 -91q74 0 125.5 29.5t85.5 85.5v504q-34 54 -86 84.5t-123 30.5q-124 0 -183 -106.5 t-59 -274.5v-21z" /> -<glyph unicode="r" horiz-adv-x="709" d="M128 0v1082h222l16 -157q41 83 105.5 130t148.5 47q22 0 41 -3.5t35 -8.5l-29 -227l-104 4q-71 0 -118.5 -30t-73.5 -85v-752h-243z" /> -<glyph unicode="s" horiz-adv-x="1065" d="M88 335l2 6h226q4 -94 68 -137t156 -43q94 0 145 36t51 97q0 56 -48 93t-179 65q-194 41 -293.5 116.5t-99.5 205.5q0 136 115 232t303 96q198 0 314 -98q112 -93 112 -229v-12l-2 -6h-233q0 67 -51 115t-140 48q-88 0 -134 -39.5t-46 -96.5t43.5 -90.5t176.5 -59.5 q204 -42 302.5 -118.5t98.5 -208.5q0 -146 -120.5 -237t-317.5 -91q-211 0 -333 108q-116 103 -116 235v13z" /> -<glyph unicode="t" horiz-adv-x="712" d="M23 902v180h165v263h242v-263h194v-180h-194v-598q0 -67 29 -95.5t77 -28.5q20 0 39 3.5t36 9.5l26 -178q-31 -17 -74 -26.5t-89 -9.5q-134 0 -210 78.5t-76 246.5v598h-165z" /> -<glyph unicode="u" d="M123 435v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212l-20 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345z" /> -<glyph unicode="v" horiz-adv-x="1038" d="M32 1082h251l221 -716l18 -88h6l19 88l215 716h251l-384 -1082h-211z" /> -<glyph unicode="w" horiz-adv-x="1530" d="M37 1082h233l173 -758l6 -1l225 759h177l229 -770l6 1l169 769h233l-296 -1082h-199l-230 739l-2 10l-1 -10l-228 -739h-199z" /> -<glyph unicode="x" horiz-adv-x="1038" d="M33 0l350 547l-340 535h276l197 -371l200 371h279l-340 -535l350 -547h-276l-209 380l-209 -380h-278z" /> -<glyph unicode="y" horiz-adv-x="1038" d="M16 1082h265l206 -648l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98z" /> -<glyph unicode="z" horiz-adv-x="1038" d="M85 0v159l546 727h-535v196h842v-154l-552 -734h578v-194h-879z" /> -<glyph unicode="{" horiz-adv-x="687" d="M56 529v178q98 0 145.5 58t47.5 164v203q0 171 82.5 290.5t277.5 174.5l48 -140q-98 -33 -138.5 -117t-40.5 -208v-203q0 -104 -43 -184.5t-130 -125.5q87 -47 130 -127.5t43 -182.5v-203q0 -124 40.5 -208t138.5 -117l-48 -141q-195 55 -277.5 175t-82.5 291v203 q0 104 -47.5 162t-145.5 58z" /> -<glyph unicode="|" horiz-adv-x="514" d="M174 -270v1726h167v-1726h-167z" /> -<glyph unicode="}" horiz-adv-x="687" d="M27 -219q97 33 138.5 117t41.5 208v203q0 105 44.5 185t137.5 124q-93 43 -137.5 123.5t-44.5 187.5v203q0 124 -41.5 208t-138.5 117l48 140q194 -55 277 -174.5t83 -290.5v-203q0 -106 47 -164t147 -58v-178q-100 0 -147 -58t-47 -162v-203q0 -171 -83 -291t-277 -175z " /> -<glyph unicode="~" horiz-adv-x="1361" d="M117 460q0 150 86 252.5t221 102.5q86 0 161.5 -33.5t155.5 -101.5q54 -48 97 -69t90 -21q59 0 102 54.5t43 128.5l171 -23q0 -151 -88 -257t-221 -106q-87 0 -159.5 32.5t-155.5 103.5q-55 46 -99 68t-90 22q-60 0 -102 -51.5t-42 -123.5z" /> -<glyph unicode="¡" horiz-adv-x="542" d="M143 -374v964h243v-964h-243zM143 847v235h243v-235h-243z" /> -<glyph unicode="¢" horiz-adv-x="1149" d="M91 523v35q0 208 101.5 356t294.5 180v224h200v-225q154 -29 245 -136.5t88 -257.5l-2 -5h-222q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5t-57 -249.5v-35q0 -153 57 -251.5t194 -98.5q89 0 150 52.5t61 131.5h222l2 -5q3 -129 -92.5 -231t-240.5 -131v-235h-200v232 q-193 31 -294.5 178.5t-101.5 357.5z" /> -<glyph unicode="£" horiz-adv-x="1205" d="M81 600v195h155l-9 238q0 207 116 325.5t311 118.5q207 0 321 -108.5t110 -286.5l-2 -6h-235q0 105 -54.5 155.5t-139.5 50.5q-86 0 -135 -65.5t-49 -183.5l9 -238h389v-195h-381l5 -114q0 -82 -22.5 -158t-64.5 -134h725v-194h-986v194h10q47 13 70.5 101.5t23.5 182.5 l-5 122h-162z" /> -<glyph unicode="¤" horiz-adv-x="1437" d="M93 118l135 137q-49 76 -74.5 165.5t-25.5 187.5q0 101 28 193.5t81 171.5l-144 147l141 144l142 -145q74 55 162 85t185 30q96 0 185 -30.5t164 -86.5l145 148l142 -145l-148 -151q51 -78 79 -169.5t28 -191.5q0 -97 -25.5 -185.5t-72.5 -163.5l139 -141l-142 -145 l-132 134q-77 -61 -169.5 -94t-192.5 -33q-101 0 -193 32.5t-167 93.5l-129 -132zM313 608q0 -185 119.5 -314t290.5 -129q170 0 289.5 129t119.5 314q0 184 -119.5 312t-289.5 128q-171 0 -290.5 -128t-119.5 -312z" /> -<glyph unicode="¥" horiz-adv-x="1248" d="M26 1456h272l322 -640l323 640h271l-397 -714h276v-195h-355v-115h355v-195h-355v-237h-243v237h-357v195h357v115h-357v195h287z" /> -<glyph unicode="¦" horiz-adv-x="508" d="M136 -270v795h229v-795h-229zM136 698v758h229v-758h-229z" /> -<glyph unicode="§" horiz-adv-x="1272" d="M94 542q0 90 43.5 160t125.5 114q-67 50 -100 119.5t-33 166.5q0 169 137.5 272t367.5 103q238 0 372 -111.5t129 -312.5l-2 -6h-234q0 101 -70 168t-195 67q-130 0 -196 -50.5t-66 -127.5q0 -86 61 -129t257 -95q244 -66 358.5 -158.5t114.5 -266.5q0 -93 -44.5 -162 t-126.5 -111q67 -50 101 -119t34 -166q0 -175 -136.5 -274t-367.5 -99q-226 0 -379 101t-148 319l2 6l233 1q0 -122 85 -177t207 -55t192 49.5t70 126.5t-67 122t-254 101q-242 64 -356.5 157t-114.5 267zM336 558q0 -89 62 -134.5t256 -100.5q53 -16 88 -26.5t67 -21.5 q55 22 85 64.5t30 99.5q0 80 -68 128.5t-255 105.5q-42 10 -81 22.5t-76 26.5q-55 -21 -81.5 -63.5t-26.5 -100.5z" /> -<glyph unicode="¨" horiz-adv-x="1054" d="M164 1252v204h241v-204h-241zM647 1252v204h242v-204h-242z" /> -<glyph unicode="©" horiz-adv-x="1604" d="M87 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 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 M434 669v119q0 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.5 -69t-50.5 -182v-120q0 -115 50.5 -183.5t144.5 -68.5q90 0 134.5 41.5t44.5 137.5h148l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254.5 106 t-94.5 281z" /> -<glyph unicode="ª" horiz-adv-x="913" d="M116 920q0 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 -86h-177q-8 21 -13 44.5t-8 49.5q-33 -47 -88.5 -77.5t-133.5 -30.5q-119 0 -184 61 t-65 167zM291 924q0 -43 29 -65.5t88 -22.5q51 0 104.5 29t71.5 64v105h-136q-74 0 -115.5 -32t-41.5 -78z" /> -<glyph unicode="«" horiz-adv-x="994" d="M98 507v19l288 390h167l-247 -400l247 -399h-167zM432 507v19l288 390h167l-247 -400l247 -399h-167z" /> -<glyph unicode="¬" horiz-adv-x="1133" d="M127 634v171h835v-431h-200v260h-635z" /> -<glyph unicode="­" horiz-adv-x="672" d="M71 521v196h525v-196h-525z" /> -<glyph unicode="®" horiz-adv-x="1604" d="M87 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 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 M502 316v850h281q151 0 238 -66.5t87 -193.5q0 -59 -30.5 -104t-89.5 -76q62 -28 89.5 -82t27.5 -129v-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-158v-337h-151zM653 787h143q68 0 115 30.5t47 85.5q0 72 -39 101 t-136 29h-130v-246z" /> -<glyph unicode="¯" horiz-adv-x="987" d="M135 1298v158h727v-158h-727z" /> -<glyph unicode="°" horiz-adv-x="778" d="M127 1208q0 110 77.5 189.5t186.5 79.5q107 0 183.5 -79.5t76.5 -189.5t-76.5 -187t-183.5 -77q-109 0 -186.5 77t-77.5 187zM266 1208q0 -53 36.5 -88.5t88.5 -35.5q51 0 86.5 35t35.5 89t-35.5 91t-86.5 37q-52 0 -88.5 -37t-36.5 -91z" /> -<glyph unicode="±" horiz-adv-x="1099" d="M95 707v199h358v384h215v-384h343v-199h-343v-395h-215v395h-358zM126 -23v196h835v-196h-835z" /> -<glyph unicode="²" horiz-adv-x="865" d="M114 1231q-6 103 80 175.5t231 72.5q139 0 216.5 -65t77.5 -182q0 -81 -48.5 -140t-168.5 -164l-129 -110l2 -6h350v-145h-607v145l305 256q64 54 84 89t20 76q0 44 -25.5 72t-79.5 28q-61 0 -93 -30t-32 -78h-181z" /> -<glyph unicode="³" horiz-adv-x="867" d="M104 888l2 6h181q0 -43 34.5 -68.5t95.5 -25.5q64 0 102 26t38 71q0 56 -35.5 83.5t-104.5 27.5h-123v131h123q65 0 95.5 26.5t30.5 74.5q0 39 -32.5 65.5t-94.5 26.5q-53 0 -84.5 -22t-31.5 -56h-181l-2 6q-6 98 80 158t216 60q149 0 235 -59.5t86 -169.5 q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -90 -174t-239 -62q-135 0 -227.5 60.5t-86.5 172.5z" /> -<glyph unicode="´" horiz-adv-x="689" d="M120 1212l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="µ" horiz-adv-x="1211" d="M146 -416v1498h242v-620q0 -167 50 -227t147 -60q87 0 142.5 30.5t84.5 90.5v786h243v-1082h-223l-7 86q-45 -53 -104.5 -80t-134.5 -27q-61 0 -110.5 13.5t-87.5 41.5v-450h-242z" /> -<glyph unicode="¶" horiz-adv-x="1040" d="M62 988q0 207 129.5 337.5t362.5 130.5h326v-1456h-243v520h-83q-233 0 -362.5 129.5t-129.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="578" d="M160 594v240h242v-240h-242z" /> -<glyph unicode="¸" horiz-adv-x="528" d="M109 -136l32 139h177l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23z" /> -<glyph unicode="¹" horiz-adv-x="565" d="M87 1304v150l319 23v-812h-192v639h-127z" /> -<glyph unicode="º" horiz-adv-x="935" d="M119 1026v116q0 148 94 241.5t252 93.5t252.5 -93.5t94.5 -241.5v-116q0 -149 -94 -241.5t-251 -92.5q-159 0 -253.5 92.5t-94.5 241.5zM294 1026q0 -85 44 -136.5t129 -51.5q82 0 126 51.5t44 136.5v116q0 83 -44.5 135t-127.5 52q-84 0 -127.5 -52t-43.5 -135v-116z " /> -<glyph unicode="»" horiz-adv-x="994" d="M106 151l247 399l-247 400h167l288 -390v-19l-288 -390h-167zM452 151l247 399l-247 400h167l288 -390v-19l-288 -390h-167z" /> -<glyph unicode="¼" horiz-adv-x="1548" d="M176 1303v150l319 23v-812h-192v639h-127zM325 189l711 1138l125 -72l-711 -1138zM775 261l422 540h192v-511h114v-145h-114v-145h-191v145h-413zM977 295l3 -5h218v277l-6 2l-12 -20z" /> -<glyph unicode="½" horiz-adv-x="1638" d="M176 1303v150l319 23v-812h-192v639h-127zM338 189l711 1138l125 -72l-711 -1138zM925 564q-6 103 80 175.5t231 72.5q139 0 216.5 -65t77.5 -182q0 -81 -48.5 -140t-168.5 -164l-129 -110l2 -6h350v-145h-607v145l305 256q64 54 84 89t20 76q0 44 -25.5 72t-79.5 28 q-61 0 -93 -30t-32 -78h-181z" /> -<glyph unicode="¾" horiz-adv-x="1753" d="M120 889l2 6h181q0 -43 34.5 -68.5t95.5 -25.5q64 0 102 26t38 71q0 56 -35.5 83.5t-104.5 27.5h-123v131h123q65 0 95.5 26.5t30.5 74.5q0 39 -32.5 65.5t-94.5 26.5q-53 0 -84.5 -22t-31.5 -56h-181l-2 6q-6 98 80 158t216 60q149 0 235 -59.5t86 -169.5 q0 -55 -35.5 -100.5t-96.5 -70.5q70 -24 107.5 -71.5t37.5 -115.5q0 -112 -90 -174t-239 -62q-135 0 -227.5 60.5t-86.5 172.5zM508 189l711 1138l125 -72l-711 -1138zM964 261l422 540h192v-511h114v-145h-114v-145h-191v145h-413zM1166 295l3 -5h218v277l-6 2l-12 -20z " /> -<glyph unicode="¿" horiz-adv-x="1025" d="M96 8q0 127 73 235.5t186 198.5q56 49 71.5 94.5t15.5 132.5h242q-2 -144 -33.5 -205t-141.5 -153q-80 -79 -125 -147.5t-45 -151.5q0 -97 52 -150.5t151 -53.5q81 0 139 46t60 135h234l3 -6q1 -178 -121.5 -277.5t-314.5 -99.5q-211 0 -328.5 107t-117.5 295zM438 849 v233h248v-233h-248z" /> -<glyph unicode="À" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM346 1820l2 6h268l185 -266h-196zM448 543h431l-211 622h-6z" /> -<glyph unicode="Á" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM448 543h431l-211 622h-6zM569 1559l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Â" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM324 1597v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193zM448 543h431l-211 622h-6z" /> -<glyph unicode="Ã" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM300 1637q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5zM448 543h431 l-211 622h-6z" /> -<glyph unicode="Ä" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM298 1601v204h241v-204h-241zM448 543h431l-211 622h-6zM781 1601v204h242v-204h-242z" /> -<glyph unicode="Å" horiz-adv-x="1320" d="M16 0l535 1456h230l529 -1456h-247l-115 340h-570l-116 -340h-246zM448 543h431l-211 622h-6zM450 1737q0 84 61.5 141t150.5 57q87 0 147.5 -57t60.5 -141q0 -85 -60.5 -139.5t-147.5 -54.5q-89 0 -150.5 54.5t-61.5 139.5zM560 1737q0 -43 29.5 -72t72.5 -29 q42 0 70 28t28 73t-28 74.5t-70 30.5q-43 -1 -72.5 -30.5t-29.5 -74.5z" /> -<glyph unicode="Æ" horiz-adv-x="1925" d="M-10 0l835 1456h992v-197h-646l17 -408h548v-197h-540l20 -458h663v-196h-898l-15 340h-502l-184 -340h-290zM580 555h377l-27 637l-5 1z" /> -<glyph unicode="Ç" horiz-adv-x="1302" d="M106 589v277q0 266 157.5 438.5t409.5 172.5q258 0 406.5 -135.5t144.5 -364.5l-2 -6h-235q0 147 -79.5 229t-234.5 82q-149 0 -236.5 -118t-87.5 -296v-279q0 -180 89.5 -298t241.5 -118q151 0 229 81t78 229h234l2 -6q4 -221 -143.5 -359.5t-399.5 -138.5 q-255 0 -414.5 171.5t-159.5 438.5zM554 -140l32 139h177l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23z" /> -<glyph unicode="È" horiz-adv-x="1187" d="M159 0v1456h975v-195h-732v-411h637v-195h-637v-461h739v-194h-982zM276 1820l2 6h268l185 -266h-196z" /> -<glyph unicode="É" horiz-adv-x="1187" d="M159 0v1456h975v-195h-732v-411h637v-195h-637v-461h739v-194h-982zM499 1559l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Ê" horiz-adv-x="1187" d="M159 0v1456h975v-195h-732v-411h637v-195h-637v-461h739v-194h-982zM282 1597v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193z" /> -<glyph unicode="Ë" horiz-adv-x="1187" d="M159 0v1456h975v-195h-732v-411h637v-195h-637v-461h739v-194h-982zM255 1601v204h241v-204h-241zM738 1601v204h242v-204h-242z" /> -<glyph unicode="Ì" horiz-adv-x="589" d="M-45 1820l2 6h268l185 -266h-196zM173 0v1456h243v-1456h-243z" /> -<glyph unicode="Í" horiz-adv-x="589" d="M173 0v1456h243v-1456h-243zM176 1559l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Î" horiz-adv-x="589" d="M-39 1597v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193zM173 0v1456h243v-1456h-243z" /> -<glyph unicode="Ï" horiz-adv-x="589" d="M-66 1601v204h241v-204h-241zM173 0v1456h243v-1456h-243zM417 1601v204h242v-204h-242z" /> -<glyph unicode="Ð" horiz-adv-x="1376" d="M36 657v170h153v629h472q277 0 450.5 -173t173.5 -445v-221q0 -273 -173.5 -445t-450.5 -172h-472v657h-153zM432 194h222q181 0 284.5 118t103.5 305v223q0 185 -103.5 303t-284.5 118h-222v-434h259v-170h-259v-463z" /> -<glyph unicode="Ñ" horiz-adv-x="1456" d="M159 0v1456h243l646 -1062l6 2v1060h242v-1456h-242l-646 1063l-6 -2v-1061h-243zM366 1637q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5z " /> -<glyph unicode="Ò" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299t-263.5 117q-160 0 -253 -117 t-93 -299v-264zM358 1841l2 6h268l185 -266h-196z" /> -<glyph unicode="Ó" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299t-263.5 117q-160 0 -253 -117 t-93 -299v-264zM581 1580l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Ô" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299t-263.5 117q-160 0 -253 -117 t-93 -299v-264zM364 1618v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193z" /> -<glyph unicode="Õ" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM339 1658q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39q0 -95 -60 -162t-150 -67 q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299t-263.5 117q-160 0 -253 -117t-93 -299v-264z" /> -<glyph unicode="Ö" horiz-adv-x="1398" d="M103 597v262q0 266 163.5 442t424.5 176q267 0 435 -176t168 -442v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-262 0 -425.5 175.5t-163.5 442.5zM337 1622v204h241v-204h-241zM345 597q0 -184 93 -301.5t254 -117.5q167 0 263.5 117t96.5 302v264q0 182 -97.5 299 t-263.5 117q-160 0 -253 -117t-93 -299v-264zM820 1622v204h242v-204h-242z" /> -<glyph unicode="×" horiz-adv-x="1092" d="M77 364l316 322l-316 322l148 150l315 -322l316 322l148 -150l-316 -322l316 -322l-148 -150l-316 321l-315 -321z" /> -<glyph unicode="Ø" horiz-adv-x="1403" d="M103 597v262q0 266 163.5 442t424.5 176q97 0 182.5 -25.5t158.5 -72.5l82 139h148l-131 -222q78 -84 120.5 -196.5t42.5 -240.5v-262q0 -267 -167.5 -442.5t-434.5 -175.5q-82 0 -155.5 18t-136.5 54l-86 -146h-148l130 221q-93 84 -143 206t-50 265zM345 597 q0 -79 17.5 -146.5t50.5 -114.5l6 -1l504 858q-47 40 -105 62t-127 22q-160 0 -253 -117t-93 -299v-264zM506 232q39 -27 86 -40.5t100 -13.5q167 0 263.5 117t96.5 302v264q0 61 -12 115.5t-33 96.5l-6 1z" /> -<glyph unicode="Ù" horiz-adv-x="1396" d="M134 480v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371zM359 1820l2 6h268l185 -266h-196z" /> -<glyph unicode="Ú" horiz-adv-x="1396" d="M134 480v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371zM582 1559l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Û" horiz-adv-x="1396" d="M134 480v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371zM365 1597v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193z" /> -<glyph unicode="Ü" horiz-adv-x="1396" d="M134 480v976h243v-976q0 -153 86 -230t231 -77q150 0 239 77t89 230v976h243v-976q0 -242 -158 -371.5t-413 -129.5q-250 0 -405 130t-155 371zM338 1601v204h241v-204h-241zM821 1601v204h242v-204h-242z" /> -<glyph unicode="Ý" horiz-adv-x="1270" d="M13 1456h271l350 -708l352 708h271l-505 -945v-511h-242v524zM520 1559l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="Þ" horiz-adv-x="1226" d="M148 0v1456h243v-280h246q242 0 377.5 -121.5t135.5 -316.5q0 -196 -135.5 -317t-377.5 -121h-246v-300h-243zM391 495h246q135 0 202.5 69.5t67.5 171.5q0 104 -67.5 174.5t-202.5 70.5h-246v-486z" /> -<glyph unicode="ß" horiz-adv-x="1255" d="M136 0v1093q0 224 123 349t325 125q170 0 279.5 -91.5t109.5 -264.5q0 -113 -59 -216.5t-59 -165.5q0 -68 162 -210t162 -280q0 -180 -109 -270t-306 -90q-82 0 -166.5 17t-122.5 45l49 197q41 -25 102.5 -45t123.5 -20q93 0 140 41.5t47 112.5q0 76 -162.5 214.5 t-162.5 283.5q0 85 63 190t63 180q0 80 -47.5 128.5t-110.5 48.5q-91 0 -146.5 -74t-55.5 -207v-1091h-242z" /> -<glyph unicode="à" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM209 1498l2 6h268l185 -266h-196zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5z" /> -<glyph unicode="á" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5zM432 1237l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="â" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM215 1275v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5z" /> -<glyph unicode="ã" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM190 1315q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46 t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5z" /> -<glyph unicode="ä" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM188 1279v204h241v-204h-241zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5zM671 1279v204h242v-204h-242z" /> -<glyph unicode="å" horiz-adv-x="1114" d="M82 305q0 157 124 244.5t349 87.5h189v95q0 85 -50 133t-143 48q-83 0 -132 -40t-49 -103h-234l-1 6q-7 128 114.5 227t316.5 99q189 0 305 -96t116 -276v-481q0 -67 9 -128.5t29 -120.5h-246q-13 41 -21.5 80t-11.5 78q-50 -76 -131.5 -127.5t-182.5 -51.5 q-169 0 -259.5 87t-90.5 239zM325 309q0 -62 40.5 -98.5t115.5 -36.5q92 0 165.5 46t97.5 105v160h-193q-106 0 -166 -52.5t-60 -123.5zM339 1415q0 84 61.5 141t150.5 57q87 0 147.5 -57t60.5 -141q0 -85 -60.5 -139.5t-147.5 -54.5q-89 0 -150.5 54.5t-61.5 139.5z M449 1415q0 -43 29.5 -72t72.5 -29q42 0 70 28t28 73t-28 74.5t-70 30.5q-43 -1 -72.5 -30.5t-29.5 -74.5z" /> -<glyph unicode="æ" horiz-adv-x="1729" d="M52 312q0 158 120.5 244t351.5 86h206v71q0 91 -46.5 142.5t-132.5 51.5q-93 0 -146.5 -45t-53.5 -110l-233 18l-2 6q-6 141 115 233.5t322 92.5q107 0 192.5 -33t141.5 -97q63 63 147 96.5t184 33.5q214 0 332 -131t118 -359v-141h-680l-3 -6q4 -131 74 -211.5 t209 -80.5q98 0 161 23t144 69l73 -165q-57 -45 -158 -83t-234 -38q-132 0 -234 44.5t-169 127.5q-59 -74 -166 -123t-256 -49q-180 0 -278.5 89.5t-98.5 243.5zM295 308q0 -65 45.5 -104.5t135.5 -39.5q67 0 140 36.5t114 85.5v189h-204q-109 0 -170 -49t-61 -118zM988 647 l2 -5h438v30q0 105 -51.5 170t-158.5 65q-104 0 -162 -71.5t-68 -188.5z" /> -<glyph unicode="ç" horiz-adv-x="1075" d="M81 523v35q0 235 127.5 389.5t366.5 154.5q195 0 316.5 -113.5t117.5 -288.5l-2 -6h-221q0 89 -58.5 151t-152.5 62q-137 0 -194 -99.5t-57 -249.5v-35q0 -153 57 -251.5t194 -98.5q89 0 150 52.5t61 131.5h220l2 -6q5 -152 -123.5 -262t-309.5 -110q-239 0 -366.5 154 t-127.5 390zM427 -140l32 139h177l-11 -54q64 -11 107 -52t43 -121q0 -102 -85 -162.5t-242 -60.5l-7 137q62 0 99.5 22t37.5 67q0 44 -34.5 62t-116.5 23z" /> -<glyph unicode="è" horiz-adv-x="1084" d="M89 516v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-230 0 -366.5 150.5t-136.5 386.5zM211 1499l2 6h268l185 -266h-196zM344 654l2 -5h429 v25q0 103 -52.5 168t-158.5 65q-90 0 -148 -71.5t-72 -181.5z" /> -<glyph unicode="é" horiz-adv-x="1084" d="M89 516v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-230 0 -366.5 150.5t-136.5 386.5zM344 654l2 -5h429v25q0 103 -52.5 168t-158.5 65 q-90 0 -148 -71.5t-72 -181.5zM434 1238l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="ê" horiz-adv-x="1084" d="M89 516v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-230 0 -366.5 150.5t-136.5 386.5zM217 1276v26l264 240h143l266 -242v-24h-195 l-143 139l-142 -139h-193zM344 654l2 -5h429v25q0 103 -52.5 168t-158.5 65q-90 0 -148 -71.5t-72 -181.5z" /> -<glyph unicode="ë" horiz-adv-x="1084" d="M89 516v40q0 236 135.5 391.5t339.5 154.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-230 0 -366.5 150.5t-136.5 386.5zM190 1280v204h241v-204h-241zM344 654l2 -5h429v25 q0 103 -52.5 168t-158.5 65q-90 0 -148 -71.5t-72 -181.5zM673 1280v204h242v-204h-242z" /> -<glyph unicode="ì" horiz-adv-x="538" d="M-74 1477l2 6h268l185 -266h-196zM143 0v1082h243v-1082h-243z" /> -<glyph unicode="í" horiz-adv-x="538" d="M143 0v1082h243v-1082h-243zM147 1216l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="î" horiz-adv-x="538" d="M-68 1254v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193zM143 0v1082h243v-1082h-243z" /> -<glyph unicode="ï" horiz-adv-x="538" d="M-95 1258v204h241v-204h-241zM143 0v1082h243v-1082h-243zM388 1258v204h242v-204h-242z" /> -<glyph unicode="ð" horiz-adv-x="1210" d="M60 468q0 226 136.5 365.5t358.5 139.5q85 0 160.5 -31.5t127.5 -83.5l4 5q-12 94 -53 172.5t-105 138.5l-268 -150l-78 109l219 123v6q-33 17 -71.5 32t-77.5 27l75 196q84 -19 160 -52.5t142 -79.5l207 116l78 -109l-178 -100q98 -105 151.5 -243t53.5 -301v-207 q0 -248 -150 -405t-375 -157q-227 0 -372 140.5t-145 348.5zM303 468q0 -121 75.5 -208t202.5 -87q125 0 201.5 104t76.5 264v132q-35 48 -107.5 80t-175.5 32q-126 0 -199.5 -90t-73.5 -227z" /> -<glyph unicode="ñ" d="M126 0v1082h222l14 -156q53 83 133.5 129.5t181.5 46.5q169 0 263.5 -102.5t94.5 -319.5v-680h-243v678q0 122 -50.5 173.5t-153.5 51.5q-71 0 -127 -31.5t-92 -86.5v-785h-243zM217 1315q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78 l131 -39q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5z" /> -<glyph unicode="ò" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM238 1498l2 6h268l185 -266h-196zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21 q0 155 -64 255q-63 101 -192 101q-127 0 -190 -101q-62 -101 -62 -255v-21z" /> -<glyph unicode="ó" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101 q-127 0 -190 -101q-62 -101 -62 -255v-21zM461 1237l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="ô" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM244 1275v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193zM326 530q0 -158 62 -258 q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101q-127 0 -190 -101q-62 -101 -62 -255v-21z" /> -<glyph unicode="õ" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM219 1315q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39 q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21q0 155 -64 255q-63 101 -192 101q-127 0 -190 -101q-62 -101 -62 -255v-21z" /> -<glyph unicode="ö" d="M83 530v21q0 241 132 396q134 155 363 155q233 0 365 -155q133 -154 133 -396v-21q0 -244 -133 -398q-132 -153 -363 -153q-232 0 -365 154q-132 154 -132 397zM217 1279v204h241v-204h-241zM326 530q0 -158 62 -258q61 -99 192 -99q127 0 190 99q64 100 64 258v21 q0 155 -64 255q-63 101 -192 101q-127 0 -190 -101q-62 -101 -62 -255v-21zM700 1279v204h242v-204h-242z" /> -<glyph unicode="÷" horiz-adv-x="1169" d="M67 582v212h1012v-212h-1012zM453 170v221h243v-221h-243zM453 985v221h243v-221h-243z" /> -<glyph unicode="ø" horiz-adv-x="1161" d="M83 530v21q0 242 132.5 396.5t362.5 154.5q53 0 102.5 -9.5t94.5 -26.5l72 146h144l-104 -211q91 -74 140 -190.5t49 -259.5v-21q0 -244 -132.5 -397.5t-363.5 -153.5q-48 0 -93 7.5t-87 21.5l-72 -146h-144l102 207q-99 71 -151 191t-52 270zM326 530q0 -78 14.5 -142 t44.5 -104l6 -1l294 600q-24 11 -50.5 17.5t-56.5 6.5q-127 0 -189.5 -100.5t-62.5 -255.5v-21zM489 189q20 -8 43 -12t48 -4q127 0 190.5 99.5t63.5 257.5v21q0 68 -13 127t-37 100l-6 1z" /> -<glyph unicode="ù" d="M123 435v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212l-20 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345zM237 1477l2 6h268l185 -266h-196z" /> -<glyph unicode="ú" d="M123 435v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212l-20 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345zM460 1216l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="û" d="M123 435v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212l-20 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345zM243 1254v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193z" /> -<glyph unicode="ü" d="M123 435v647h242v-649q0 -142 46 -199t139 -57q88 0 147.5 31.5t93.5 91.5v782h243v-1082h-212l-20 158q-51 -86 -129 -132.5t-180 -46.5q-174 0 -272 111t-98 345zM216 1258v204h241v-204h-241zM699 1258v204h242v-204h-242z" /> -<glyph unicode="ý" horiz-adv-x="1038" d="M16 1082h265l206 -648l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98zM400 1216l191 266h269l2 -6l-273 -260h-189z" /> -<glyph unicode="þ" horiz-adv-x="1175" d="M138 -416v1976h243v-595q50 66 120.5 101.5t161.5 35.5q200 0 311.5 -158.5t111.5 -417.5v-21q0 -236 -111 -381t-309 -145q-92 0 -163 33t-122 97v-525h-243zM381 291q32 -57 85 -87.5t131 -30.5q124 0 185.5 91.5t61.5 240.5v21q0 166 -62.5 271.5t-186.5 105.5 q-76 0 -129 -32.5t-85 -90.5v-489z" /> -<glyph unicode="ÿ" horiz-adv-x="1038" d="M16 1082h265l206 -648l24 -108h6l237 756h266l-448 -1246q-43 -113 -121 -193t-221 -80q-30 0 -64.5 6t-66.5 14l27 188q13 -1 37 -3t36 -2q66 0 105.5 45t64.5 104l40 98zM158 1258v204h241v-204h-241zM641 1258v204h242v-204h-242z" /> -<glyph unicode="Œ" horiz-adv-x="1972" d="M101 576v304q0 265 160.5 431t419.5 166q69 0 140 -6t150 -15h888v-195h-732v-411h637v-195h-637v-461h739v-194h-895q-92 -10 -156.5 -15.5t-131.5 -5.5q-260 0 -421 165.5t-161 431.5zM343 576q0 -196 90 -299t250 -103q51 0 101.5 3.5t99.5 10.5v1080q-53 6 -103.5 10 t-99.5 4q-159 0 -248.5 -102.5t-89.5 -297.5v-306z" /> -<glyph unicode="œ" horiz-adv-x="1851" d="M83 530v21q0 242 132.5 396.5t362.5 154.5q129 0 229.5 -50.5t165.5 -141.5q64 91 160 141.5t209 50.5q219 0 335.5 -132.5t116.5 -355.5v-143h-675l-2 -5q6 -129 75.5 -211t192.5 -82q98 0 168 24t135 69l78 -159q-61 -54 -162 -91t-234 -37q-129 0 -231 49.5 t-167 139.5q-65 -91 -164.5 -140t-227.5 -49q-232 0 -364.5 154t-132.5 397zM326 530q0 -159 62 -258t192 -99q127 0 190.5 99.5t63.5 257.5v21q0 155 -63.5 255.5t-192.5 100.5q-127 0 -189.5 -100.5t-62.5 -255.5v-21zM1122 654l2 -5h429v25q0 103 -52.5 168t-158.5 65 q-90 0 -148 -71.5t-72 -181.5z" /> -<glyph unicode="Ÿ" horiz-adv-x="1270" d="M13 1456h271l350 -708l352 708h271l-505 -945v-511h-242v524zM276 1601v204h241v-204h-241zM759 1601v204h242v-204h-242z" /> -<glyph unicode="ˆ" horiz-adv-x="998" d="M155 1252v26l264 240h143l266 -242v-24h-195l-143 139l-142 -139h-193z" /> -<glyph unicode="˜" horiz-adv-x="984" d="M128 1273q0 94 59.5 163.5t149.5 69.5q56 0 145.5 -44.5t141.5 -44.5q38 0 66 32t28 78l131 -39q0 -95 -60 -162t-150 -67q-71 0 -153.5 44.5t-133.5 44.5q-39 0 -66 -32.5t-27 -77.5z" /> -<glyph unicode=" " horiz-adv-x="967" /> -<glyph unicode=" " horiz-adv-x="1935" /> -<glyph unicode=" " horiz-adv-x="967" /> -<glyph unicode=" " horiz-adv-x="1935" /> -<glyph unicode=" " horiz-adv-x="645" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="241" /> -<glyph unicode=" " horiz-adv-x="387" /> -<glyph unicode=" " horiz-adv-x="107" /> -<glyph unicode="‐" horiz-adv-x="672" d="M71 521v196h525v-196h-525z" /> -<glyph unicode="‑" horiz-adv-x="672" d="M71 521v196h525v-196h-525z" /> -<glyph unicode="‒" horiz-adv-x="672" d="M71 521v196h525v-196h-525z" /> -<glyph unicode="–" horiz-adv-x="1415" d="M156 621v196h1086v-196h-1086z" /> -<glyph unicode="—" horiz-adv-x="1665" d="M125 621v196h1336v-196h-1336z" /> -<glyph unicode="‘" horiz-adv-x="413" d="M66 1015v188l162 357h119l-60 -358v-187h-221z" /> -<glyph unicode="’" horiz-adv-x="413" d="M69 1016l60 348v196h221v-194l-162 -350h-119z" /> -<glyph unicode="‚" horiz-adv-x="413" d="M66 -262l60 265v266h221v-249l-155 -282h-126z" /> -<glyph unicode="“" horiz-adv-x="746" d="M66 1015v188l162 357h119l-60 -358v-187h-221zM395 1015v188l162 357h119l-60 -358v-187h-221z" /> -<glyph unicode="”" horiz-adv-x="754" d="M69 1016l60 348v196h221v-194l-162 -350h-119zM406 1016l60 348v196h221v-194l-162 -350h-119z" /> -<glyph unicode="„" horiz-adv-x="731" d="M66 -233l60 295v228h214v-217l-162 -306h-112zM391 -233l60 303v220h214v-217l-162 -306h-112z" /> -<glyph unicode="•" horiz-adv-x="715" d="M136 724v77q0 94 60 154.5t161 60.5q102 0 162.5 -60t60.5 -155v-77q0 -96 -60 -154.5t-162 -58.5q-101 0 -161.5 59t-60.5 154z" /> -<glyph unicode="…" horiz-adv-x="1446" d="M153 0v233h242v-233h-242zM596 0v233h242v-233h-242zM1016 0v233h242v-233h-242z" /> -<glyph unicode=" " horiz-adv-x="387" /> -<glyph unicode="‹" horiz-adv-x="626" d="M108 541v19l288 390h167l-247 -400l247 -399h-167z" /> -<glyph unicode="›" horiz-adv-x="617" d="M84 151l247 399l-247 400h167l288 -390v-19l-288 -390h-167z" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode="€" horiz-adv-x="1101" d="M75 457v195h146v128h-146v195h146v12q0 198 145.5 344t382.5 146q60 0 118 -8t125 -23l-20 -199q-54 16 -110.5 25.5t-112.5 9.5q-132 0 -208.5 -89.5t-76.5 -203.5v-14h460v-195h-460v-128h460v-195h-460v-2q0 -112 77 -197t210 -85q57 0 113 8.5t108 25.5l20 -197 q-56 -15 -117.5 -23t-123.5 -8q-237 0 -383.5 141.5t-146.5 334.5v2h-146z" /> -<glyph unicode="™" horiz-adv-x="1289" d="M100 1361v95h391v-95h-138v-443h-117v443h-136zM565 916v540h137l141 -373h6l142 373h131v-540h-110v317l-6 1l-129 -318h-61l-134 330l-6 -1v-329h-111z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1250" d="M42 902v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243v902h-165zM863 0v1560h243v-1560h-243z" /> -<glyph unicode="ffi" horiz-adv-x="1911" d="M42 902v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243v902h-165zM743 902v180h165v92q0 195 115 301t322 106q72 0 143 -15.5t163 -44.5l-37 -201 q-62 21 -122 34.5t-130 13.5q-109 0 -160 -48.5t-51 -145.5v-92h213v-180h-213v-902h-243v902h-165zM1523 0v1082h243v-1082h-243z" /> -<glyph unicode="ffl" horiz-adv-x="1969" d="M42 902v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243v902h-165zM761 902v180h165v126q0 179 97.5 276t273.5 97q35 0 71 -5.5t81 -15.5l-25 -188 q-20 4 -44.5 7t-52.5 3q-79 0 -118.5 -45t-39.5 -129v-126h220v-180h-220v-902h-243v902h-165zM1582 0v1560h243v-1560h-243z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-23" /> -<hkern u1="(" u2="Ý" k="-23" /> -<hkern u1="(" u2="Y" k="-23" /> -<hkern u1="(" u2="W" k="-32" /> -<hkern u1="(" u2="V" k="-21" /> -<hkern u1="A" u2="w" k="35" /> -<hkern u1="A" u2="t" k="18" /> -<hkern u1="A" u2="?" k="79" /> -<hkern u1="C" u2=")" k="28" /> -<hkern u1="D" u2="Æ" k="46" /> -<hkern u1="E" u2="w" k="23" /> -<hkern u1="F" u2="…" k="297" /> -<hkern u1="F" u2="„" k="297" /> -<hkern u1="F" u2="‚" k="297" /> -<hkern u1="F" u2="œ" k="35" /> -<hkern u1="F" u2="ÿ" k="26" /> -<hkern u1="F" u2="ý" k="26" /> -<hkern u1="F" u2="ü" k="23" /> -<hkern u1="F" u2="û" k="23" /> -<hkern u1="F" u2="ú" k="23" /> -<hkern u1="F" u2="ù" k="23" /> -<hkern u1="F" u2="ö" k="36" /> -<hkern u1="F" u2="õ" k="36" /> -<hkern u1="F" u2="ô" k="36" /> -<hkern u1="F" u2="ó" k="36" /> -<hkern u1="F" u2="ò" k="36" /> -<hkern u1="F" u2="ë" k="35" /> -<hkern u1="F" u2="ê" k="35" /> -<hkern u1="F" u2="é" k="35" /> -<hkern u1="F" u2="è" k="35" /> -<hkern u1="F" u2="ç" k="35" /> -<hkern u1="F" u2="å" k="50" /> -<hkern u1="F" u2="ä" k="50" /> -<hkern u1="F" u2="ã" k="50" /> -<hkern u1="F" u2="â" k="50" /> -<hkern u1="F" u2="á" k="50" /> -<hkern u1="F" u2="à" k="50" /> -<hkern u1="F" u2="Å" k="107" /> -<hkern u1="F" u2="Ä" k="107" /> -<hkern u1="F" u2="Ã" k="107" /> -<hkern u1="F" u2="Â" k="107" /> -<hkern u1="F" u2="Á" k="107" /> -<hkern u1="F" u2="À" k="107" /> -<hkern u1="F" u2="y" k="26" /> -<hkern u1="F" u2="v" k="26" /> -<hkern u1="F" u2="u" k="23" /> -<hkern u1="F" u2="r" k="28" /> -<hkern u1="F" u2="q" k="35" /> -<hkern u1="F" u2="o" k="36" /> -<hkern u1="F" u2="g" k="35" /> -<hkern u1="F" u2="e" k="35" /> -<hkern u1="F" u2="d" k="35" /> -<hkern u1="F" u2="c" k="35" /> -<hkern u1="F" u2="a" k="50" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="A" k="107" /> -<hkern u1="F" u2=":" k="297" /> -<hkern u1="F" u2="." k="297" /> -<hkern u1="F" u2="," k="297" /> -<hkern u1="K" u2="w" k="68" /> -<hkern u1="L" u2="w" k="76" /> -<hkern u1="O" u2="Æ" k="46" /> -<hkern u1="P" u2="Æ" k="235" /> -<hkern u1="P" u2="t" k="-15" /> -<hkern u1="Q" u2="Ÿ" k="51" /> -<hkern u1="Q" u2="Ý" k="51" /> -<hkern u1="Q" u2="Y" k="51" /> -<hkern u1="Q" u2="W" k="21" /> -<hkern u1="Q" u2="V" k="30" /> -<hkern u1="Q" u2="T" k="35" /> -<hkern u1="R" u2="Ÿ" k="52" /> -<hkern u1="R" u2="Ý" k="52" /> -<hkern u1="R" u2="Y" k="52" /> -<hkern u1="R" u2="V" k="20" /> -<hkern u1="R" u2="T" k="41" /> -<hkern u1="T" u2="ø" k="103" /> -<hkern u1="T" u2="æ" k="91" /> -<hkern u1="T" u2="Æ" k="192" /> -<hkern u1="T" u2="»" k="158" /> -<hkern u1="T" u2="«" k="160" /> -<hkern u1="T" u2="w" k="50" /> -<hkern u1="T" u2="r" k="70" /> -<hkern u1="V" u2="}" k="-20" /> -<hkern u1="V" u2="r" k="32" /> -<hkern u1="V" u2="]" k="-18" /> -<hkern u1="V" u2=")" k="-21" /> -<hkern u1="W" u2="}" k="-15" /> -<hkern u1="W" u2="r" k="22" /> -<hkern u1="W" u2="]" k="-13" /> -<hkern u1="W" u2=")" k="-16" /> -<hkern u1="Y" u2="•" k="73" /> -<hkern u1="Y" u2="ø" k="76" /> -<hkern u1="Y" u2="æ" k="75" /> -<hkern u1="Y" u2="Æ" k="114" /> -<hkern u1="Y" u2="»" k="55" /> -<hkern u1="Y" u2="«" k="99" /> -<hkern u1="Y" u2="}" k="-20" /> -<hkern u1="Y" u2="t" k="27" /> -<hkern u1="Y" u2="r" k="50" /> -<hkern u1="Y" u2="f" k="30" /> -<hkern u1="Y" u2="]" k="-19" /> -<hkern u1="Y" u2="*" k="67" /> -<hkern u1="Y" u2=")" k="-21" /> -<hkern u1="Y" u2="&" k="42" /> -<hkern u1="Z" u2="w" k="29" /> -<hkern u1="[" u2="Ü" k="19" /> -<hkern u1="[" u2="Û" k="19" /> -<hkern u1="[" u2="Ú" k="19" /> -<hkern u1="[" u2="Ù" k="19" /> -<hkern u1="[" u2="U" k="19" /> -<hkern u1="[" u2="J" k="19" /> -<hkern u1="f" u2="”" k="-24" /> -<hkern u1="f" u2="“" k="-24" /> -<hkern u1="f" u2="’" k="-24" /> -<hkern u1="f" u2="‘" k="-24" /> -<hkern u1="f" u2="}" k="-27" /> -<hkern u1="f" u2="]" k="-40" /> -<hkern u1="f" u2=")" k="-35" /> -<hkern u1="f" u2="'" k="-24" /> -<hkern u1="f" u2=""" k="-24" /> -<hkern u1="k" u2="œ" k="21" /> -<hkern u1="k" u2="ë" k="21" /> -<hkern u1="k" u2="ê" k="21" /> -<hkern u1="k" u2="é" k="21" /> -<hkern u1="k" u2="è" k="21" /> -<hkern u1="k" u2="ç" k="21" /> -<hkern u1="k" u2="q" k="21" /> -<hkern u1="k" u2="g" k="21" /> -<hkern u1="k" u2="e" k="21" /> -<hkern u1="k" u2="d" k="21" /> -<hkern u1="k" u2="c" k="21" /> -<hkern u1="r" u2="w" k="-21" /> -<hkern u1="r" u2="t" k="-21" /> -<hkern u1="r" u2="f" k="-19" /> -<hkern u1="v" u2="f" k="-14" /> -<hkern u1="w" u2="…" k="99" /> -<hkern u1="w" u2="„" k="99" /> -<hkern u1="w" u2="‚" k="99" /> -<hkern u1="w" u2=":" k="99" /> -<hkern u1="w" u2="." k="99" /> -<hkern u1="w" u2="," k="99" /> -<hkern u1="y" u2="f" k="-14" /> -<hkern u1="{" u2="Ü" k="21" /> -<hkern u1="{" u2="Û" k="21" /> -<hkern u1="{" u2="Ú" k="21" /> -<hkern u1="{" u2="Ù" k="21" /> -<hkern u1="{" u2="U" k="21" /> -<hkern u1="{" u2="J" k="21" /> -<hkern u1="À" u2="w" k="35" /> -<hkern u1="À" u2="t" k="18" /> -<hkern u1="À" u2="?" k="79" /> -<hkern u1="Á" u2="w" k="35" /> -<hkern u1="Á" u2="t" k="18" /> -<hkern u1="Á" u2="?" k="79" /> -<hkern u1="Â" u2="w" k="35" /> -<hkern u1="Â" u2="t" k="18" /> -<hkern u1="Â" u2="?" k="79" /> -<hkern u1="Ã" u2="w" k="35" /> -<hkern u1="Ã" u2="t" k="18" /> -<hkern u1="Ã" u2="?" k="79" /> -<hkern u1="Ä" u2="w" k="35" /> -<hkern u1="Ä" u2="t" k="18" /> -<hkern u1="Ä" u2="?" k="79" /> -<hkern u1="Å" u2="w" k="35" /> -<hkern u1="Å" u2="t" k="18" /> -<hkern u1="Å" u2="?" k="79" /> -<hkern u1="Ç" u2=")" k="28" /> -<hkern u1="È" u2="w" k="23" /> -<hkern u1="É" u2="w" k="23" /> -<hkern u1="Ê" u2="w" k="23" /> -<hkern u1="Ë" u2="w" k="23" /> -<hkern u1="Ð" u2="Æ" k="46" /> -<hkern u1="Ò" u2="Æ" k="46" /> -<hkern u1="Ó" u2="Æ" k="46" /> -<hkern u1="Ô" u2="Æ" k="46" /> -<hkern u1="Õ" u2="Æ" k="46" /> -<hkern u1="Ö" u2="Æ" k="46" /> -<hkern u1="Ý" u2="•" k="73" /> -<hkern u1="Ý" u2="ø" k="76" /> -<hkern u1="Ý" u2="æ" k="75" /> -<hkern u1="Ý" u2="Æ" k="114" /> -<hkern u1="Ý" u2="»" k="55" /> -<hkern u1="Ý" u2="«" k="99" /> -<hkern u1="Ý" u2="}" k="-20" /> -<hkern u1="Ý" u2="t" k="27" /> -<hkern u1="Ý" u2="r" k="50" /> -<hkern u1="Ý" u2="f" k="30" /> -<hkern u1="Ý" u2="]" k="-19" /> -<hkern u1="Ý" u2="*" k="67" /> -<hkern u1="Ý" u2=")" k="-21" /> -<hkern u1="Ý" u2="&" k="42" /> -<hkern u1="ý" u2="f" k="-14" /> -<hkern u1="ÿ" u2="f" k="-14" /> -<hkern u1="Ÿ" u2="•" k="73" /> -<hkern u1="Ÿ" u2="ø" k="76" /> -<hkern u1="Ÿ" u2="æ" k="75" /> -<hkern u1="Ÿ" u2="Æ" k="114" /> -<hkern u1="Ÿ" u2="»" k="55" /> -<hkern u1="Ÿ" u2="«" k="99" /> -<hkern u1="Ÿ" u2="}" k="-20" /> -<hkern u1="Ÿ" u2="t" k="27" /> -<hkern u1="Ÿ" u2="r" k="50" /> -<hkern u1="Ÿ" u2="f" k="30" /> -<hkern u1="Ÿ" u2="]" k="-19" /> -<hkern u1="Ÿ" u2="*" k="67" /> -<hkern u1="Ÿ" u2=")" k="-21" /> -<hkern u1="Ÿ" u2="&" k="42" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="40" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="145" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="64" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="74" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="21" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="89" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="89" /> -<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="285" /> -<hkern g1="B" g2="T" k="29" /> -<hkern g1="B" g2="V" k="26" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="90" /> -<hkern g1="C,Ccedilla" g2="T" k="31" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="23" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="46" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="106" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="23" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="24" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<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="18" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="28" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="23" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="28" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="29" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="24" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="43" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="166" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="43" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="276" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-20" /> -<hkern g1="L" g2="T" k="208" /> -<hkern g1="L" g2="V" k="210" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="273" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="15" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="131" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="41" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="26" /> -<hkern g1="L" g2="W" k="104" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="173" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="14" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="14" /> -<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="393" /> -<hkern g1="P" g2="X" k="63" /> -<hkern g1="P" g2="Z" k="37" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-16" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="105" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="89" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="96" /> -<hkern g1="T" g2="m,n,p,ntilde" k="86" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="85" /> -<hkern g1="T" g2="s" k="82" /> -<hkern g1="T" g2="T" k="-17" /> -<hkern g1="T" g2="V" k="-17" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-17" /> -<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="232" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="70" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="88" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="238" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="T" g2="W" k="-16" /> -<hkern g1="T" g2="S" k="17" /> -<hkern g1="T" g2="x" k="83" /> -<hkern g1="T" g2="z" k="65" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="105" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="49" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="47" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="49" /> -<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="30" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="118" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="21" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="56" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="35" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="33" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="33" /> -<hkern g1="W" g2="T" k="-15" /> -<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="155" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="79" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="28" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="26" /> -<hkern g1="X" g2="V" k="-15" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="22" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="170" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="154" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="78" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="95" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="57" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="102" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="87" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-19" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-19" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="238" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="56" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="21" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="142" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="79" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="28" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="35" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="125" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-14" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="22" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="22" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="20" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="29" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="32" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="16" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="x" k="16" /> -<hkern g1="b,p,thorn" g2="z" k="16" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="25" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="14" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="34" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="39" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="26" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="17" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-17" /> -<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="160" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-22" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="16" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="14" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="154" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="34" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="17" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="17" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/roboto-medium-webfont.ttf b/public/fonts/roboto-medium-webfont.ttf deleted file mode 100755 index 1ab402446718821df61cba55f35db4134a99ca8e..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-medium-webfont.ttf and /dev/null differ diff --git a/public/fonts/roboto-medium-webfont.woff b/public/fonts/roboto-medium-webfont.woff deleted file mode 100755 index f67b52df51d7c69ab41e12ef323c33a8343f7da4..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-medium-webfont.woff and /dev/null differ diff --git a/public/fonts/roboto-medium-webfont.woff2 b/public/fonts/roboto-medium-webfont.woff2 deleted file mode 100755 index 0e83b3fb53ae64e976b67e4720776acd4f2a6815..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-medium-webfont.woff2 and /dev/null differ diff --git a/public/fonts/roboto-regular-webfont.eot b/public/fonts/roboto-regular-webfont.eot deleted file mode 100755 index 4a92209c375cf20b131e3bd52f81ee8f362cdf8f..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-regular-webfont.eot and /dev/null differ diff --git a/public/fonts/roboto-regular-webfont.svg b/public/fonts/roboto-regular-webfont.svg deleted file mode 100755 index 5a1942359f337013bac33af3dc2b944c1ab83019..0000000000000000000000000000000000000000 --- a/public/fonts/roboto-regular-webfont.svg +++ /dev/null @@ -1,627 +0,0 @@ -<?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="robotoregular" horiz-adv-x="1164" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="509" /> -<glyph unicode="fi" horiz-adv-x="1140" d="M28 936v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5l-34 -160q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197v936h-170zM783 0v1082h198v-1082h-198z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="509" /> -<glyph unicode=" " horiz-adv-x="509" /> -<glyph unicode="	" horiz-adv-x="509" /> -<glyph unicode=" " horiz-adv-x="509" /> -<glyph unicode="!" horiz-adv-x="539" d="M171 0v204h198v-204h-198zM171 478v978h197v-978h-197z" /> -<glyph unicode=""" horiz-adv-x="668" d="M80 1040l1 240v280h197v-270l-101 -250h-97zM389 1040l1 248v272h197v-270l-101 -250h-97z" /> -<glyph unicode="#" horiz-adv-x="1276" d="M70 410v140h264l68 348h-256v142h284l82 416h151l-82 -416h255l82 416h151l-82 -416h199v-142h-226l-68 -348h219v-140h-247l-80 -410h-152l80 410h-255l-80 -410h-151l80 410h-236zM485 550h255l68 348h-255z" /> -<glyph unicode="$" horiz-adv-x="1153" d="M114 424l2 5h190q0 -154 77.5 -219.5t190.5 -65.5q129 0 201.5 61.5t72.5 170.5q0 89 -64 153t-210 114q-202 61 -305 163t-103 272q0 165 94.5 269t260.5 125v221h158v-222q168 -24 260.5 -143.5t92.5 -320.5h-196q0 136 -63 220t-175 84q-118 0 -176.5 -61.5 t-58.5 -168.5q0 -97 60.5 -157t218.5 -114q205 -66 304 -164.5t99 -267.5q0 -172 -103 -273.5t-283 -120.5v-192h-157v191q-172 18 -282 125.5t-106 315.5z" /> -<glyph unicode="%" horiz-adv-x="1498" d="M104 1099v77q0 127 82 214t219 87t219 -86.5t82 -214.5v-77q0 -127 -81.5 -213t-217.5 -86q-138 0 -220.5 86t-82.5 213zM250 1099q0 -74 40.5 -125.5t116.5 -51.5q73 0 113 51t40 126v77q0 74 -40.5 126.5t-114.5 52.5q-75 0 -115 -52.5t-40 -126.5v-77zM349 177 l711 1138l109 -67l-711 -1138zM809 279v78q0 127 82 213.5t219 86.5q136 0 218.5 -86.5t82.5 -213.5v-78q0 -128 -82 -214t-217 -86q-138 0 -220.5 86t-82.5 214zM955 279q0 -75 40.5 -126.5t116.5 -51.5q73 0 113 51.5t40 126.5v78q0 74 -41 126t-114 52q-74 0 -114.5 -52 t-40.5 -126v-78z" /> -<glyph unicode="&" horiz-adv-x="1276" d="M64 392q0 122 70.5 213.5t210.5 183.5q-78 99 -116 176.5t-38 159.5q0 169 97.5 260.5t268.5 91.5q158 0 257 -91t99 -219q0 -98 -52.5 -169.5t-155.5 -146.5l-109 -80l340 -409q41 65 64 144t23 167h176q0 -132 -39 -244t-113 -201l185 -223l-2 -5h-229l-85 102 q-80 -60 -177 -91.5t-201 -31.5q-217 0 -345.5 115t-128.5 298zM261 392q0 -113 71 -186t206 -73q72 0 142 24.5t132 70.5l-361 435l-40 -29q-91 -68 -120.5 -130t-29.5 -112zM388 1127q0 -53 27 -110.5t81 -125.5l138 95q57 38 77.5 82.5t20.5 98.5q0 61 -48.5 108 t-126.5 47q-81 0 -125 -56.5t-44 -138.5z" /> -<glyph unicode="'" horiz-adv-x="359" d="M80 1055l1 265v240h197v-223l-101 -282h-97z" /> -<glyph unicode="(" horiz-adv-x="679" d="M132 582v9q0 394 159 673t334 372l6 -1l38 -116q-137 -107 -238.5 -343t-101.5 -583v-13q0 -347 101 -583t239 -352l-38 -108h-6q-175 93 -334 371.5t-159 673.5z" /> -<glyph unicode=")" horiz-adv-x="687" d="M6 -355q135 105 237.5 345.5t102.5 589.5v13q0 342 -105.5 583.5t-234.5 351.5l38 108h6q174 -93 333.5 -372t159.5 -673v-9q0 -395 -159.5 -673.5t-333.5 -371.5h-6z" /> -<glyph unicode="*" horiz-adv-x="884" d="M28 1071l49 154l296 -111l-10 342h161l-10 -348l293 110l48 -156l-302 -89l193 -270l-131 -96l-181 287l-176 -279l-132 93l198 274z" /> -<glyph unicode="+" horiz-adv-x="1162" d="M78 605v178h402v423h197v-423h399v-178h-399v-459h-197v459h-402z" /> -<glyph unicode="," horiz-adv-x="404" d="M48 -258l70 316v163h197v-173l-150 -306h-117z" /> -<glyph unicode="-" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" /> -<glyph unicode="." horiz-adv-x="548" d="M161 0v202h197v-202h-197z" /> -<glyph unicode="/" horiz-adv-x="850" d="M16 -125l608 1581h167l-607 -1581h-168z" /> -<glyph unicode="0" horiz-adv-x="1154" d="M113 555v345q0 278 124.5 427.5t338.5 149.5q215 0 339.5 -149.5t124.5 -427.5v-345q0 -279 -123.5 -427.5t-338.5 -148.5t-340 149t-125 427zM310 515q0 -189 69 -285.5t199 -96.5t197.5 96t67.5 286v427q0 189 -68.5 284.5t-198.5 95.5t-198 -95.5t-68 -284.5v-427z " /> -<glyph unicode="1" horiz-adv-x="1153" d="M186 1260v142l495 54v-1456h-197v1264z" /> -<glyph unicode="2" horiz-adv-x="1153" d="M97 1033q-5 188 125 316t360 128q196 0 312.5 -114.5t116.5 -291.5q0 -119 -70.5 -238.5t-197.5 -256.5l-383 -417l2 -5h700v-154h-944v135l477 530q128 143 173.5 227t45.5 172q0 109 -63.5 183.5t-168.5 74.5q-151 0 -222.5 -77.5t-71.5 -217.5h-189z" /> -<glyph unicode="3" horiz-adv-x="1153" d="M100 378l3 6h188q0 -115 70.5 -183t193.5 -68q125 0 196 68t71 201q0 135 -63 199t-199 64h-172v154h172q131 0 185.5 65.5t54.5 182.5q0 125 -62 190t-183 65q-115 0 -184.5 -67.5t-69.5 -179.5h-189l-2 6q-5 165 119.5 280.5t325.5 115.5q202 0 322 -107.5t120 -306.5 q0 -90 -54.5 -179.5t-163.5 -136.5q131 -43 185.5 -135t54.5 -206q0 -199 -130.5 -313t-333.5 -114q-199 0 -329.5 107.5t-125.5 291.5z" /> -<glyph unicode="4" horiz-adv-x="1153" d="M55 336v111l642 1009h208v-966h201v-154h-201v-336h-196v336h-654zM265 490h444v683l-6 1l-19 -50z" /> -<glyph unicode="5" horiz-adv-x="1153" d="M157 377l2 6h178q0 -119 68.5 -184.5t177.5 -65.5q125 0 194 88t69 241q0 140 -70 230t-193 90q-116 0 -168 -35t-76 -107l-164 17l84 799h729v-175h-562l-48 -409q46 34 102.5 56.5t130.5 24.5q201 2 316.5 -131t115.5 -358q0 -219 -117.5 -352t-342.5 -133 q-185 0 -308 101t-118 297z" /> -<glyph unicode="6" horiz-adv-x="1153" d="M132 571v278q0 280 156 454t387 174q75 0 148.5 -17t121.5 -43l-42 -151q-49 25 -102.5 40.5t-125.5 15.5q-156 0 -251.5 -125t-95.5 -326v-23q64 56 146.5 87.5t177.5 31.5q195 0 311 -135t116 -342q0 -226 -123.5 -368.5t-329.5 -142.5q-214 0 -354 155t-140 437z M328 552q0 -201 85 -310t213 -109q121 0 188.5 102.5t67.5 254.5q0 144 -72.5 237t-201.5 93q-101 0 -172 -41t-108 -109v-118z" /> -<glyph unicode="7" horiz-adv-x="1153" d="M77 1301v155h985v-155q-264 -314 -356.5 -556.5t-133.5 -587.5l-16 -157h-197l16 157q42 344 163 615t331 529h-792z" /> -<glyph unicode="8" horiz-adv-x="1153" d="M102 394q0 123 74 217t200 138q-109 42 -171 127.5t-62 199.5q0 192 118.5 296.5t313.5 104.5q192 0 313.5 -104.5t121.5 -296.5q0 -114 -64 -199.5t-173 -127.5q126 -44 201.5 -138t75.5 -217q0 -202 -131.5 -308.5t-341.5 -106.5q-214 0 -344.5 106.5t-130.5 308.5z M299 398q0 -124 76 -194.5t202 -70.5q123 0 200 71t77 194q0 120 -79 197t-200 77q-123 0 -199.5 -77t-76.5 -197zM340 1072q0 -111 65.5 -178t171.5 -67q104 0 170 67t66 178q0 108 -67.5 179t-170.5 71q-105 0 -170 -68.5t-65 -181.5z" /> -<glyph unicode="9" horiz-adv-x="1153" d="M83 978q0 219 131.5 359t319.5 140q228 0 359.5 -142.5t131.5 -419.5v-347q0 -285 -142.5 -437t-371.5 -152q-77 0 -156.5 14.5t-142.5 44.5l30 151q59 -31 122.5 -43.5t146.5 -12.5q144 0 230.5 109t86.5 324v66q-49 -71 -122.5 -107.5t-163.5 -36.5q-211 0 -335 130.5 t-124 359.5zM280 978q0 -150 70.5 -243t191.5 -93q109 0 181.5 47t104.5 120v126q0 191 -73.5 289t-214.5 98q-108 0 -184 -96.5t-76 -247.5z" /> -<glyph unicode=":" horiz-adv-x="517" d="M161 0v202h197v-202h-197zM161 876v202h197v-202h-197z" /> -<glyph unicode=";" horiz-adv-x="525" d="M99 -258l70 316v163h197v-173l-150 -306h-117zM162 876v202h197v-202h-197z" /> -<glyph unicode="<" horiz-adv-x="1040" d="M71 466v149l816 378v-201l-559 -233l-85 -18v-6l85 -19l559 -228v-201z" /> -<glyph unicode="=" horiz-adv-x="1153" d="M152 407v164h834v-164h-834zM152 823v164h834v-164h-834z" /> -<glyph unicode=">" horiz-adv-x="1072" d="M136 87v196l598 238l85 17v6l-85 20l-598 234v195l856 -378v-149z" /> -<glyph unicode="?" horiz-adv-x="974" d="M61 1122q-3 161 113.5 258t296.5 97q197 0 306 -100.5t109 -280.5q0 -129 -70.5 -236t-186.5 -219q-54 -54 -65.5 -97t-11.5 -134h-197q1 145 25 201t126 148q99 117 141 180t42 152q0 106 -56.5 163t-161.5 57q-91 0 -155 -49.5t-64 -145.5h-188zM353 0v208h206v-208 h-206z" /> -<glyph unicode="@" horiz-adv-x="1833" d="M114 478q19 423 249 688t602 265q379 0 581.5 -250t185.5 -679q-9 -214 -120 -368.5t-332 -154.5q-73 0 -126 41.5t-76 117.5q-50 -80 -122 -119.5t-168 -39.5q-125 0 -194 120.5t-51 316.5q23 259 137.5 415.5t279.5 156.5q105 0 169 -26t139 -80l-4 -4h6l-51 -585 q-9 -110 21.5 -151.5t81.5 -41.5q123 0 197 113.5t82 288.5q16 382 -144 595.5t-496 213.5q-308 0 -495.5 -231t-202.5 -602q-18 -376 150 -594.5t482 -218.5q88 0 178.5 21.5t152.5 56.5l38 -107q-67 -42 -170.5 -65.5t-202.5 -23.5q-380 0 -587.5 249.5t-189.5 681.5z M720 416q-11 -142 21.5 -216t106.5 -74q64 0 117 24.5t97 87.5q-1 12 -0.5 25.5t2.5 29.5l47 538q-26 12 -54.5 19t-59.5 7q-125 0 -191 -109.5t-86 -331.5z" /> -<glyph unicode="A" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6z" /> -<glyph unicode="B" horiz-adv-x="1309" d="M180 0v1456h475q228 0 357 -98.5t129 -295.5q0 -97 -62 -173.5t-163 -113.5q132 -28 207.5 -129t75.5 -235q0 -200 -129.5 -305.5t-351.5 -105.5h-538zM377 154h341q134 0 209 66.5t75 188.5q0 128 -62.5 201t-192.5 73h-370v-529zM377 837h319q110 0 179 60.5t69 168.5 q0 118 -74.5 176.5t-214.5 58.5h-278v-464z" /> -<glyph unicode="C" horiz-adv-x="1297" d="M118 598v259q0 269 155.5 444.5t402.5 175.5q247 1 393 -131q142 -128 142 -337v-12l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189l2 -6v-11q0 -198 -144 -332q-148 -138 -391 -138 q-247 0 -402.5 175t-155.5 444z" /> -<glyph unicode="D" horiz-adv-x="1349" d="M180 0v1456h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447zM377 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-1147z" /> -<glyph unicode="E" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966z" /> -<glyph unicode="F" horiz-adv-x="1193" d="M180 0v1456h963v-155h-766v-502h664v-155h-664v-644h-197z" /> -<glyph unicode="G" horiz-adv-x="1396" d="M120 578v300q0 265 159 432t410 167q250 0 393 -123t146 -317l-2 -6h-188q-9 127 -96.5 209t-252.5 82q-167 0 -269 -125t-102 -317v-302q0 -194 114 -319.5t290 -125.5q124 0 203 33t113 75v331h-319v155h516v-534q-52 -80 -180.5 -147t-332.5 -67q-261 0 -431.5 167 t-170.5 432z" /> -<glyph unicode="H" horiz-adv-x="1461" d="M180 0v1456h197v-658h707v658h197v-1456h-197v643h-707v-643h-197z" /> -<glyph unicode="I" horiz-adv-x="579" d="M190 0v1456h198v-1456h-198z" /> -<glyph unicode="J" horiz-adv-x="1130" d="M66 395l2 6h189q0 -135 68.5 -201.5t193.5 -66.5q109 0 178 73.5t69 196.5v1053h197v-1053q0 -195 -123.5 -309.5t-320.5 -114.5q-210 0 -334 107q-119 102 -119 293v16z" /> -<glyph unicode="K" horiz-adv-x="1317" d="M180 0v1456h197v-644h152l521 644h218l3 -5l-565 -699l606 -747l-3 -5h-235l-527 657h-170v-657h-197z" /> -<glyph unicode="L" horiz-adv-x="1106" d="M180 0v1456h197v-1302h689v-154h-886z" /> -<glyph unicode="M" horiz-adv-x="1799" d="M180 0v1456h252l464 -1183h6l464 1183h252v-1456h-197v576l20 592l-5 1l-472 -1169h-131l-470 1166l-5 -1l19 -589v-576h-197z" /> -<glyph unicode="N" horiz-adv-x="1461" d="M180 0v1456h197l701 -1124l6 2v1122h197v-1456h-197l-701 1126l-6 -2v-1124h-197z" /> -<glyph unicode="O" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261z" /> -<glyph unicode="P" horiz-adv-x="1312" d="M180 0v1456h557q233 0 362 -120t129 -316q0 -199 -129 -317.5t-362 -118.5h-360v-584h-197zM377 738h360q148 0 221 79.5t73 200.5t-73.5 202t-220.5 81h-360v-563z" /> -<glyph unicode="Q" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -142 -50 -263t-140 -205l247 -233l-135 -129l-276 257q-56 -23 -116.5 -34.5t-124.5 -11.5q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5 t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261z" /> -<glyph unicode="R" horiz-adv-x="1357" d="M180 0v1455h527q239 0 365 -106t126 -308q0 -112 -58.5 -195t-170.5 -132q120 -39 172.5 -126.5t52.5 -216.5v-137q0 -68 15 -122t52 -88v-24h-203q-39 34 -50 100t-11 136v133q0 118 -69 190t-185 72h-366v-631h-197zM377 786h310q167 0 240.5 63.5t73.5 193.5 q0 123 -71.5 190.5t-222.5 67.5h-330v-515z" /> -<glyph unicode="S" horiz-adv-x="1277" d="M102 413l2 6h188q0 -140 103 -213t255 -73q149 0 236 63t87 171q0 100 -75 167.5t-266 113.5q-231 55 -360.5 162t-129.5 269q0 170 139.5 284t361.5 114q239 0 381 -131q137 -127 136 -292v-12l-2 -6h-188q0 128 -84.5 207t-242.5 79q-147 0 -225.5 -66.5t-78.5 -173.5 q0 -95 85 -158.5t276 -111.5q230 -57 350 -168t120 -275q0 -176 -144 -283t-376 -107q-218 0 -386 118q-163 115 -162 305v11z" /> -<glyph unicode="T" horiz-adv-x="1200" d="M34 1301v155h1132v-155h-468v-1301h-197v1301h-467z" /> -<glyph unicode="U" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5z" /> -<glyph unicode="V" horiz-adv-x="1295" d="M22 1456h214l376 -1094l33 -115h6l33 115l376 1094h213l-541 -1456h-169z" /> -<glyph unicode="W" horiz-adv-x="1809" d="M54 1456h196l222 -952l27 -182l6 -1l39 183l267 952h174l269 -952l40 -187h6l29 187l217 952h197l-351 -1456h-176l-287 1010l-26 131h-6l-25 -131l-292 -1010h-176z" /> -<glyph unicode="X" horiz-adv-x="1295" d="M66 0l472 734l-462 722h236l338 -568l340 568h238l-462 -722l472 -734h-235l-349 578l-350 -578h-238z" /> -<glyph unicode="Y" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525z" /> -<glyph unicode="Z" horiz-adv-x="1225" d="M97 0v146l778 1155h-767v155h992v-141l-781 -1161h814v-154h-1036z" /> -<glyph unicode="[" horiz-adv-x="552" d="M143 -312v1976h385v-155h-188v-1666h188v-155h-385z" /> -<glyph unicode="\" horiz-adv-x="846" d="M39 1456h186l608 -1581h-186z" /> -<glyph unicode="]" horiz-adv-x="552" d="M11 -157h189v1666h-189v155h386v-1976h-386v155z" /> -<glyph unicode="^" horiz-adv-x="856" d="M61 729l299 727h134l298 -727h-181l-166 419l-16 70h-6l-16 -70l-163 -419h-183z" /> -<glyph unicode="_" horiz-adv-x="931" d="M4 0h923v-154h-923v154z" /> -<glyph unicode="`" horiz-adv-x="641" d="M82 1471l3 6h230l175 -266h-158z" /> -<glyph unicode="a" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6v11q0 111 112 205q118 98 303 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" /> -<glyph unicode="b" d="M143 0v1560h197v-606q51 72 126.5 110t176.5 38q200 0 312 -160t112 -421v-21q0 -234 -112.5 -377.5t-309.5 -143.5q-107 0 -186 41.5t-131 122.5l-24 -143h-161zM340 309q38 -80 99.5 -125t155.5 -45q139 0 207 99t68 262v21q0 186 -68.5 303.5t-208.5 117.5 q-91 0 -153.5 -44.5t-99.5 -119.5v-469z" /> -<glyph unicode="c" horiz-adv-x="1087" d="M97 520v42q0 231 125.5 385.5t360.5 154.5q191 0 311 -112q117 -108 116 -265v-10l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6v-10q-1 -134 -125 -238 q-130 -108 -301 -109q-236 0 -361 154t-125 387z" /> -<glyph unicode="d" d="M98 500v21q0 261 111.5 421t312.5 160q95 0 168.5 -35t125.5 -102v595h197v-1560h-161l-23 133q-53 -76 -130 -115t-179 -39q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67 -262.5t208 -98.5q88 0 148 40t98 112v505q-38 67 -98.5 106.5t-145.5 39.5 q-142 0 -209.5 -117t-67.5 -304v-21z" /> -<glyph unicode="e" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM307 654l2 -5h499v26q0 116 -62 194t-184 78 q-99 0 -169 -83.5t-86 -209.5z" /> -<glyph unicode="f" horiz-adv-x="707" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169z" /> -<glyph unicode="g" d="M100 500v21q0 261 114 421t315 160q103 0 181 -41.5t130 -119.5l24 141h157v-1088q0 -208 -121 -319.5t-349 -111.5q-78 0 -168.5 21.5t-159.5 58.5l50 153q53 -30 128 -48.5t148 -18.5q144 0 209.5 65.5t65.5 199.5v122q-53 -68 -127 -102.5t-170 -34.5q-199 0 -313 144 t-114 377zM297 500q0 -163 69 -262t210 -99q89 0 149 40.5t99 114.5v498q-38 69 -99 109.5t-147 40.5q-141 0 -211 -118t-70 -303v-21z" /> -<glyph unicode="h" d="M143 0v1560h197v-623q56 78 137.5 121.5t180.5 43.5q173 0 269.5 -104t96.5 -320v-678h-197v680q0 134 -57.5 198t-171.5 64q-82 0 -148.5 -38.5t-109.5 -104.5v-799h-197z" /> -<glyph unicode="i" horiz-adv-x="516" d="M159 0v1082h197v-1082h-197zM159 1359v201h197v-201h-197z" /> -<glyph unicode="j" horiz-adv-x="530" d="M-66 -419l14 155q14 -5 40 -8.5t43 -3.5q65 0 103.5 44t38.5 143v1171h197v-1171q0 -167 -86 -257.5t-239 -90.5q-31 0 -56.5 4.5t-54.5 13.5zM167 1363v197h197v-197h-197z" /> -<glyph unicode="k" horiz-adv-x="1050" d="M144 0v1560h197v-904h126l296 426h236l-370 -492l423 -590h-232l-351 499h-128v-499h-197z" /> -<glyph unicode="l" horiz-adv-x="516" d="M159 0v1560h197v-1560h-197z" /> -<glyph unicode="m" horiz-adv-x="1790" d="M143 0v1082h176l14 -142q53 77 134.5 119.5t189.5 42.5t185.5 -50t116.5 -150q51 92 135 146t196 54q165 0 261 -113.5t96 -341.5v-647h-197v649q0 160 -55 226.5t-164 66.5q-101 0 -163.5 -70t-73.5 -177v-8v-687h-198v649q0 152 -56.5 222.5t-162.5 70.5 q-90 0 -148 -37t-89 -104v-801h-197z" /> -<glyph unicode="n" d="M143 0v1082h176l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197z" /> -<glyph unicode="o" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" /> -<glyph unicode="p" d="M143 -416v1498h151l31 -140q53 78 132 119t184 41q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197zM340 275q37 -67 97 -104.5t147 -37.5q140 0 212 102.5t72 264.5v21q0 184 -72.5 302.5t-213.5 118.5 q-85 0 -145 -38.5t-97 -105.5v-523z" /> -<glyph unicode="q" d="M98 500v21q0 261 111.5 421t312.5 160q99 0 174 -37.5t127 -109.5l29 127h150v-1498h-197v518q-52 -61 -123 -92t-162 -31q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67.5 -265.5t207.5 -101.5q81 0 138.5 36t96.5 101v546q-39 61 -96.5 96t-136.5 35 q-141 0 -209 -119.5t-68 -306.5v-21z" /> -<glyph unicode="r" horiz-adv-x="702" d="M143 0v1082h176l19 -158q46 84 113.5 131t155.5 47q22 0 42 -3.5t33 -7.5l-27 -183l-101 6q-78 0 -131.5 -37t-82.5 -104v-773h-197z" /> -<glyph unicode="s" horiz-adv-x="1071" d="M109 329l2 6h188q5 -105 78 -153.5t171 -48.5q105 0 164.5 42.5t59.5 111.5q0 65 -49.5 107t-187.5 73q-197 43 -296.5 116.5t-99.5 200.5q0 132 112 225t292 93q189 0 301 -97q107 -93 106 -224v-12l-2 -6h-188q0 71 -59.5 127.5t-157.5 56.5q-105 0 -156 -46t-51 -111 q0 -64 45 -101t183 -66q205 -44 305 -119.5t100 -202.5q0 -144 -116.5 -233t-304.5 -89q-207 0 -326 105q-113 100 -113 232v13z" /> -<glyph unicode="t" horiz-adv-x="708" d="M34 936v146h172v261h197v-261h205v-146h-205v-657q0 -76 31.5 -107t83.5 -31q17 0 37.5 4t36.5 10l26 -135q-22 -18 -64.5 -29.5t-85.5 -11.5q-120 0 -191 72.5t-71 227.5v657h-172z" /> -<glyph unicode="u" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352z" /> -<glyph unicode="v" horiz-adv-x="1030" d="M46 1082h202l256 -763l17 -76h6l19 76l249 763h201l-398 -1082h-149z" /> -<glyph unicode="w" horiz-adv-x="1550" d="M45 1082h196l179 -688l23 -131h6l28 131l216 688h158l217 -688l31 -146h6l29 146l170 688h196l-314 -1082h-159l-209 659l-45 184l-6 -1l-43 -183l-206 -659h-159z" /> -<glyph unicode="x" horiz-adv-x="1030" d="M46 0l361 547l-351 535h227l227 -399l230 399h230l-351 -535l361 -547h-226l-240 409l-240 -409h-228z" /> -<glyph unicode="y" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113z" /> -<glyph unicode="z" horiz-adv-x="1030" d="M94 0v138l585 788h-578v156h819v-134l-591 -794h625v-154h-860z" /> -<glyph unicode="{" horiz-adv-x="696" d="M63 543v147q106 0 157.5 61.5t51.5 174.5v206q0 171 82 290.5t277 174.5l40 -117q-110 -35 -156 -125.5t-46 -222.5v-206q0 -105 -42.5 -185t-127.5 -125q85 -46 127.5 -126.5t42.5 -183.5v-205q0 -132 46 -221.5t156 -125.5l-40 -118q-195 55 -277 175t-82 290v205 q0 112 -51.5 174.5t-157.5 62.5z" /> -<glyph unicode="|" horiz-adv-x="507" d="M175 -270v1726h158v-1726h-158z" /> -<glyph unicode="}" horiz-adv-x="696" d="M21 -246q109 36 156 125.5t47 221.5v205q0 107 45 187t139 123q-94 41 -139 121t-45 189v206q0 132 -47 222.5t-156 125.5l41 117q194 -55 276.5 -174.5t82.5 -290.5v-206q0 -113 50.5 -174.5t158.5 -61.5v-147q-108 0 -158.5 -62.5t-50.5 -174.5v-205q0 -170 -82.5 -290 t-276.5 -175z" /> -<glyph unicode="~" horiz-adv-x="1391" d="M128 474q0 136 85.5 232.5t217.5 96.5q88 0 163 -34.5t160 -104.5q58 -51 106 -74t100 -23q66 0 114.5 57t48.5 134l141 -18q0 -137 -87 -238t-217 -101q-90 0 -163.5 33t-158.5 107q-59 48 -108 72t-99 24q-67 0 -114.5 -53t-47.5 -128z" /> -<glyph unicode="¡" horiz-adv-x="507" d="M144 -374v978h197v-978h-197zM144 876v206h197v-206h-197z" /> -<glyph unicode="¢" horiz-adv-x="1122" d="M107 520v42q0 199 95 344.5t276 183.5v228h198v-223q157 -24 252.5 -130.5t92.5 -250.5l-2 -5h-179q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h178l3 -6q3 -122 -98 -223t-247 -126v-232 h-198v236q-182 36 -276.5 182t-94.5 347z" /> -<glyph unicode="£" horiz-adv-x="1194" d="M70 615v155h158l-10 270q0 204 112 320.5t300 116.5q200 0 310 -104.5t106 -276.5l-2 -6h-190q0 118 -63 175t-161 57q-99 0 -157 -74.5t-58 -207.5l10 -270h418v-155h-413l6 -149q0 -90 -15.5 -171.5t-44.5 -140.5h735l-1 -154h-976v154h10q48 13 72 111t24 201l-6 149 h-164z" /> -<glyph unicode="¤" horiz-adv-x="1456" d="M104 112l138 140q-50 76 -76.5 166.5t-26.5 189.5q0 102 28.5 196t82.5 172l-146 149l139 139l143 -146q74 55 163 85.5t185 30.5q97 0 186 -31t164 -87l146 149l140 -140l-150 -153q52 -78 80.5 -170.5t28.5 -193.5q0 -98 -26.5 -187.5t-74.5 -165.5l142 -143l-140 -139 l-133 135q-77 -62 -169.5 -95t-193.5 -33t-193.5 32.5t-167.5 93.5l-130 -132zM321 608q0 -188 120.5 -320.5t292.5 -132.5q170 0 290.5 132.5t120.5 320.5q0 186 -120.5 318t-290.5 132q-172 0 -292.5 -132t-120.5 -318z" /> -<glyph unicode="¥" horiz-adv-x="1243" d="M30 1456h226l359 -663l360 663h224l-418 -718h312v-155h-383v-135h383v-155h-383v-293h-197v293h-375v155h375v135h-375v155h311z" /> -<glyph unicode="¦" horiz-adv-x="499" d="M145 -270v792h197v-792h-197zM145 698v758h197v-758h-197z" /> -<glyph unicode="§" horiz-adv-x="1259" d="M94 551q0 91 47 161.5t134 111.5q-68 50 -102 119.5t-34 166.5q0 166 134 266.5t358 100.5q233 0 363 -111.5t126 -313.5l-3 -6h-188q0 118 -79 197t-219 79q-145 0 -220 -59.5t-75 -150.5q0 -99 67 -148.5t278 -107.5q244 -69 355.5 -159.5t111.5 -265.5q0 -94 -48 -164 t-135 -110q69 -51 104 -119t35 -166q0 -172 -133 -269.5t-358 -97.5q-221 0 -372 102.5t-146 322.5l2 6l188 2q0 -143 96.5 -210.5t231.5 -67.5q137 0 215.5 59.5t78.5 150.5t-72 141.5t-276 113.5q-239 63 -352 156t-113 270zM291 553q0 -100 68 -151.5t278 -110.5 q56 -17 93 -28t70 -23q72 20 112 69.5t40 118.5q0 91 -73.5 144.5t-275.5 116.5q-47 12 -88.5 24.5t-77.5 27.5q-73 -19 -109.5 -69t-36.5 -119z" /> -<glyph unicode="¨" horiz-adv-x="1021" d="M170 1256v200h219v-200h-219zM640 1256v200h219v-200h-219z" /> -<glyph unicode="©" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -265 171.5 -447t417.5 -182q245 0 417 182t172 447q0 263 -172 444t-417 181q-246 0 -417.5 -181t-171.5 -444zM436 669v119q0 173 94 280 t254 107q157 0 245.5 -79t84.5 -228l-2 -6h-146q0 95 -45.5 138.5t-136.5 43.5q-94 0 -145 -70.5t-51 -184.5v-120q0 -117 51 -187t145 -70q91 0 136 43t45 141h146l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254 106.5t-94 280.5z" /> -<glyph unicode="ª" horiz-adv-x="917" d="M120 920q0 110 84.5 170t245.5 60h139v52q0 63 -30 97t-88 34q-67 0 -103.5 -27t-36.5 -76l-162 13l-1 6q-6 98 78.5 163t224.5 65q134 0 212 -71t78 -205v-314q0 -50 6 -94t20 -87h-174q-8 21 -13 45t-8 50q-33 -47 -89.5 -78t-133.5 -31q-119 0 -184 61t-65 167z M293 924q0 -45 29 -69t89 -24q51 0 105.5 30t72.5 65v110h-138q-75 0 -116.5 -33t-41.5 -79z" /> -<glyph unicode="«" horiz-adv-x="966" d="M98 507v19l295 389h148l-255 -399l255 -398h-148zM432 507v19l295 389h148l-255 -399l255 -398h-148z" /> -<glyph unicode="¬" horiz-adv-x="1137" d="M127 637v165h835v-427h-198v262h-637z" /> -<glyph unicode="­" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" /> -<glyph unicode="®" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -266 171.5 -447.5t417.5 -181.5q244 0 416 182t172 447q0 264 -171.5 444.5t-416.5 180.5q-246 0 -417.5 -180.5t-171.5 -444.5zM504 316 v850h280q152 0 238.5 -65.5t86.5 -191.5q0 -62 -33 -109t-96 -78q66 -26 95.5 -79t29.5 -128v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-153q-9 21 -11 61.5t-2 82.5v54q0 72 -33.5 106t-110.5 34h-159v-338h-149zM653 784h152q65 1 110.5 32.5t45.5 87.5q0 73 -39.5 102.5 t-137.5 29.5h-131v-252z" /> -<glyph unicode="¯" horiz-adv-x="950" d="M123 1310v146h721v-146h-721z" /> -<glyph unicode="°" horiz-adv-x="763" d="M128 1216q0 106 76 183.5t181 77.5q103 0 177.5 -77.5t74.5 -183.5q0 -108 -74 -182.5t-178 -74.5q-106 0 -181.5 74.5t-75.5 182.5zM259 1216q0 -55 36.5 -91t89.5 -36q52 0 87.5 36t35.5 91t-36 92.5t-87 37.5q-53 0 -89.5 -37.5t-36.5 -92.5z" /> -<glyph unicode="±" horiz-adv-x="1097" d="M99 702v154h381v411h177v-411h358v-154h-358v-413h-177v413h-381zM136 4v155h835v-155h-835z" /> -<glyph unicode="²" horiz-adv-x="868" d="M119 1240q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31q-67 0 -103.5 -32t-36.5 -82h-161z" /> -<glyph unicode="³" horiz-adv-x="876" d="M112 882l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58t-84.5 169z" /> -<glyph unicode="´" horiz-adv-x="654" d="M131 1211l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="µ" d="M153 -416v1498h196v-642q2 -178 57.5 -242.5t155.5 -64.5q98 0 158.5 36t92.5 106v807h197v-1082h-177l-9 108q-44 -63 -107.5 -96t-146.5 -33q-72 0 -126.5 16.5t-94.5 51.5v-463h-196z" /> -<glyph unicode="¶" horiz-adv-x="1006" d="M63 988q0 207 129.5 337.5t362.5 130.5h281v-1456h-197v520h-84q-233 0 -362.5 129.5t-129.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="540" d="M161 624v212h198v-212h-198z" /> -<glyph unicode="¸" horiz-adv-x="509" d="M119 -326q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" /> -<glyph unicode="¹" horiz-adv-x="557" d="M95 1320v134l301 23v-812h-174v655h-127z" /> -<glyph unicode="º" horiz-adv-x="933" d="M120 1025v117q0 148 94 241.5t251 93.5q158 0 252 -93.5t94 -241.5v-117q0 -149 -93.5 -241.5t-250.5 -92.5q-158 0 -252.5 92.5t-94.5 241.5zM293 1025q0 -88 44 -140.5t130 -52.5q83 0 127.5 53t44.5 140v117q0 84 -45 137.5t-129 53.5t-128 -53.5t-44 -137.5v-117z " /> -<glyph unicode="»" horiz-adv-x="966" d="M110 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148zM456 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148z" /> -<glyph unicode="¼" horiz-adv-x="1595" d="M184 1319v134l301 23v-812h-174v655h-127zM339 185l711 1138l109 -67l-711 -1138zM785 254l422 547h173v-519h126v-130h-126v-152h-170v152h-417zM967 282h243v310l-6 1l-13 -22z" /> -<glyph unicode="½" horiz-adv-x="1708" d="M184 1319v134l301 23v-812h-174v655h-127zM352 185l711 1138l109 -67l-711 -1138zM930 573q-6 99 78 169t225 70q135 0 211 -64t76 -180q0 -80 -44.5 -136t-160.5 -161l-153 -135l2 -6h361v-130h-592v130l302 262q69 60 91 97.5t22 79.5q0 50 -28.5 81t-86.5 31 q-67 0 -103.5 -32t-36.5 -82h-161z" /> -<glyph unicode="¾" horiz-adv-x="1781" d="M128 883l1 6h163q0 -46 37.5 -74.5t100.5 -28.5q72 0 114 29.5t42 77.5q0 62 -36.5 90.5t-109.5 28.5h-132v126h132q67 0 99.5 28.5t32.5 80.5q0 43 -36.5 72t-105.5 29q-56 0 -90.5 -24t-34.5 -64h-162l-2 6q-6 94 78.5 153.5t210.5 59.5q145 0 229 -59.5t84 -169.5 q0 -55 -35.5 -100.5t-97.5 -71.5q70 -23 108 -71t38 -116q0 -111 -90 -173t-236 -62q-127 0 -217.5 58t-84.5 169zM522 185l711 1138l109 -67l-711 -1138zM974 254l422 547h173v-519h126v-130h-126v-152h-170v152h-417zM1156 282h243v310l-6 1l-13 -22z" /> -<glyph unicode="¿" horiz-adv-x="1013" d="M114 -13q0 127 70 233.5t187 220.5q53 53 65 96t12 135h197q-2 -146 -26 -202t-125 -147q-100 -118 -141.5 -181t-41.5 -150q0 -106 56 -163t162 -57q90 0 154.5 49.5t64.5 145.5h188l3 -6q2 -161 -114.5 -258t-295.5 -97q-198 0 -306.5 100.5t-108.5 280.5zM441 874v209 h206v-209h-206z" /> -<glyph unicode="À" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM378 1820l3 6h230l175 -266h-158zM420 540h490l-240 663h-6z" /> -<glyph unicode="Á" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6zM613 1556l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Â" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM356 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM420 540h490l-240 663h-6z" /> -<glyph unicode="Ã" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM316 1628q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM420 540h490l-240 663h-6z " /> -<glyph unicode="Ä" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM319 1605v200h219v-200h-219zM420 540h490l-240 663h-6zM789 1605v200h219v-200h-219z" /> -<glyph unicode="Å" horiz-adv-x="1326" d="M20 0l563 1456h169l554 -1456h-201l-136 375h-610l-138 -375h-201zM420 540h490l-240 663h-6zM457 1734q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140zM560 1734q0 -43 31 -73.5t74 -30.5q42 0 72 29.5 t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" /> -<glyph unicode="Æ" horiz-adv-x="1922" d="M-20 0l880 1456h967v-155h-691l20 -466h590v-155h-584l22 -526h705v-154h-895l-15 350h-557l-202 -350h-240zM525 529h447l-31 710l-5 2z" /> -<glyph unicode="Ç" horiz-adv-x="1297" d="M118 598v259q0 269 155.5 444.5t402.5 175.5t393 -131.5t142 -348.5l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189l2 -6q4 -205 -144 -343t-391 -138q-247 0 -402.5 175t-155.5 444zM581 -334 q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" /> -<glyph unicode="È" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM303 1820l3 6h230l175 -266h-158z" /> -<glyph unicode="É" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM538 1556l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Ê" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM322 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" /> -<glyph unicode="Ë" horiz-adv-x="1197" d="M180 0v1456h955v-155h-758v-471h667v-155h-667v-521h769v-154h-966zM284 1605v200h219v-200h-219zM754 1605v200h219v-200h-219z" /> -<glyph unicode="Ì" horiz-adv-x="579" d="M-34 1820l3 6h230l175 -266h-158zM190 0v1456h198v-1456h-198z" /> -<glyph unicode="Í" horiz-adv-x="579" d="M190 0v1456h198v-1456h-198zM199 1556l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Î" horiz-adv-x="579" d="M-15 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM190 0v1456h198v-1456h-198z" /> -<glyph unicode="Ï" horiz-adv-x="579" d="M-53 1605v200h219v-200h-219zM190 0v1456h198v-1456h-198zM417 1605v200h219v-200h-219z" /> -<glyph unicode="Ð" horiz-adv-x="1379" d="M42 663v155h168v638h447q286 0 459 -175.5t173 -453.5v-199q0 -279 -173 -453.5t-459 -174.5h-447v663h-168zM407 154h250q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-250v-483h276v-155h-276v-509z" /> -<glyph unicode="Ñ" horiz-adv-x="1461" d="M180 0v1456h197l701 -1124l6 2v1122h197v-1456h-197l-701 1126l-6 -2v-1124h-197zM381 1628q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" /> -<glyph unicode="Ò" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM373 1841l3 6h230l175 -266h-158z" /> -<glyph unicode="Ó" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM608 1577l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Ô" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM392 1622v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" /> -<glyph unicode="Õ" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM351 1649q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" /> -<glyph unicode="Ö" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261zM354 1626v200h219v-200h-219zM824 1626v200h219v-200h-219z" /> -<glyph unicode="×" horiz-adv-x="1096" d="M88 351l327 334l-327 334l126 126l326 -333l327 333l126 -126l-328 -334l328 -334l-126 -126l-327 332l-326 -332z" /> -<glyph unicode="Ø" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q94 0 178.5 -25.5t156.5 -71.5l81 137h149l-132 -221q77 -84 119.5 -197t42.5 -242v-259q0 -267 -165.5 -443t-429.5 -176q-85 0 -160.5 20.5t-139.5 60.5l-91 -154h-149l139 234q-84 84 -128.5 202t-44.5 256zM310 598 q0 -85 19 -158t54 -125l6 -1l544 916q-50 41 -112 63t-134 22q-172 0 -274.5 -128t-102.5 -328v-261zM475 208q44 -34 97 -51t115 -17q183 0 290.5 127.5t107.5 330.5v261q0 75 -16.5 142t-46.5 117l-6 1z" /> -<glyph unicode="Ù" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM372 1820l3 6h230l175 -266h-158z" /> -<glyph unicode="Ú" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM607 1556l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Û" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM391 1601v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" /> -<glyph unicode="Ü" horiz-adv-x="1386" d="M147 469v987h197v-987q0 -165 94 -250.5t248 -85.5q162 0 261.5 85.5t99.5 250.5v987h197v-987q0 -238 -154.5 -364t-403.5 -126q-240 0 -389.5 126.5t-149.5 363.5zM353 1605v200h219v-200h-219zM823 1605v200h219v-200h-219z" /> -<glyph unicode="Ý" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525zM535 1555l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="Þ" horiz-adv-x="1209" d="M163 0v1456h197v-293h269q232 0 362 -118t130 -307q0 -190 -130 -307.5t-362 -117.5h-269v-313h-197zM360 467h269q147 0 220.5 78t73.5 191q0 114 -73.5 193.5t-220.5 79.5h-269v-542z" /> -<glyph unicode="ß" horiz-adv-x="1221" d="M137 0v1082q0 223 117.5 348t300.5 125q161 0 262 -86t101 -253q0 -118 -64.5 -228t-64.5 -167q0 -82 173.5 -224t173.5 -281q0 -167 -104.5 -252t-282.5 -85q-84 0 -172.5 20.5t-125.5 50.5l44 159q43 -28 108 -52t126 -24q108 0 159 47.5t51 125.5q0 84 -173.5 227.5 t-173.5 289.5q0 80 70.5 190.5t70.5 186.5q0 93 -51 147t-117 54q-104 0 -168 -83.5t-64 -235.5v-1082h-196z" /> -<glyph unicode="à" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM230 1498l3 6h230l175 -266h-158zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" /> -<glyph unicode="á" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM465 1234l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="â" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM249 1279v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" /> -<glyph unicode="ã" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM208 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55 t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" /> -<glyph unicode="ä" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM211 1283v200h219v-200h-219zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM681 1283v200h219v-200h-219z" /> -<glyph unicode="å" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-95 0 -154.5 -48.5t-59.5 -116.5h-188l-2 6q-6 118 111.5 216t303.5 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141zM346 1412q0 84 60.5 141t147.5 57q85 0 145 -56.5t60 -141.5q0 -86 -59.5 -140t-145.5 -54q-87 0 -147.5 54t-60.5 140z M449 1412q0 -43 31 -73.5t74 -30.5q42 0 72 29.5t30 74.5t-30 76t-72 31q-43 0 -74 -31t-31 -76z" /> -<glyph unicode="æ" horiz-adv-x="1729" d="M58 304q0 158 115 244.5t335 86.5h229v85q0 106 -51.5 166.5t-149.5 60.5q-103 0 -164 -55t-61 -133l-188 18l-2 6q-5 138 109.5 228.5t305.5 90.5q114 0 201.5 -40.5t137.5 -117.5q64 75 151.5 116.5t188.5 41.5q214 0 329.5 -130t115.5 -358v-119h-709l-2 -5 q1 -159 79.5 -258t233.5 -99q103 0 169.5 27.5t144.5 78.5l67 -138q-53 -44 -147 -83t-234 -39q-136 0 -240 48.5t-170 138.5q-56 -79 -167.5 -133t-271.5 -54q-170 0 -262.5 87t-92.5 238zM255 300q0 -74 50 -120.5t147 -46.5q76 0 159 43.5t126 100.5v216h-227 q-120 0 -187.5 -56t-67.5 -137zM953 645l2 -5h508v31q0 122 -60 199t-188 77q-113 0 -182 -84.5t-80 -217.5z" /> -<glyph unicode="ç" horiz-adv-x="1087" d="M97 520v42q0 231 125.5 385.5t360.5 154.5q190 0 310.5 -112t116.5 -275l-2 -6h-178q0 99 -70 168.5t-177 69.5q-155 0 -221.5 -111.5t-66.5 -273.5v-42q0 -166 66 -276.5t222 -110.5q98 0 172.5 60.5t74.5 148.5h177l2 -6q5 -140 -124.5 -248.5t-301.5 -108.5 q-236 0 -361 154t-125 387zM440 -334q72 0 116 24.5t44 73.5q0 48 -36 67t-123 26l32 135h140l-12 -52q65 -11 108 -52t43 -121q0 -96 -79 -153t-226 -57z" /> -<glyph unicode="è" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM233 1499l3 6h230l175 -266h-158zM307 654l2 -5 h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" /> -<glyph unicode="é" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM307 654l2 -5h499v26q0 116 -62 194t-184 78 q-99 0 -169 -83.5t-86 -209.5zM468 1235l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="ê" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM252 1280v26l246 237h120l248 -238v-25h-161 l-147 148l-146 -148h-160zM307 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5z" /> -<glyph unicode="ë" horiz-adv-x="1083" d="M99 520v44q0 231 137.5 384.5t325.5 153.5q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-226 0 -359.5 150.5t-133.5 390.5zM214 1284v200h219v-200h-219zM307 654l2 -5h499 v26q0 116 -62 194t-184 78q-99 0 -169 -83.5t-86 -209.5zM684 1284v200h219v-200h-219z" /> -<glyph unicode="ì" horiz-adv-x="515" d="M-71 1477l3 6h230l175 -266h-158zM153 0v1082h197v-1082h-197z" /> -<glyph unicode="í" horiz-adv-x="515" d="M153 0v1082h197v-1082h-197zM162 1213l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="î" horiz-adv-x="515" d="M-52 1258v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM153 0v1082h197v-1082h-197z" /> -<glyph unicode="ï" horiz-adv-x="515" d="M-90 1262v200h219v-200h-219zM153 0v1082h197v-1082h-197zM380 1262v200h219v-200h-219z" /> -<glyph unicode="ð" horiz-adv-x="1202" d="M72 466q0 228 138 370t351 142q90 0 169.5 -37t131.5 -97l4 5q-9 109 -51.5 197t-110.5 154l-290 -165l-77 102l256 146q-39 22 -80.5 39t-85.5 31l60 164q79 -19 151 -52t135 -79l218 125l77 -102l-195 -112q95 -104 147 -241.5t52 -300.5v-220q0 -245 -144 -400.5 t-359 -155.5q-218 0 -357.5 140t-139.5 347zM269 466q0 -132 82 -232.5t222 -100.5q133 0 217.5 114t84.5 288v148q-35 59 -115.5 99.5t-198.5 40.5q-131 0 -211.5 -104t-80.5 -253z" /> -<glyph unicode="ñ" d="M143 0v1082h176l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-85 0 -150.5 -41t-104.5 -112v-789h-197zM231 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32 q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" /> -<glyph unicode="ò" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM257 1498l3 6h230l175 -266h-158zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113 q-141 0 -213.5 -113t-72.5 -283v-22z" /> -<glyph unicode="ó" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z M492 1234l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="ô" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM276 1279v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22 q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" /> -<glyph unicode="õ" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM235 1306q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5 t-128 46.5q-43 0 -72 -32.5t-29 -78.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" /> -<glyph unicode="ö" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM238 1283v200h219v-200h-219zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113 q-141 0 -213.5 -113t-72.5 -283v-22zM708 1283v200h219v-200h-219z" /> -<glyph unicode="÷" horiz-adv-x="1170" d="M71 597v188h998v-188h-998zM472 180v203h198v-203h-198zM472 999v203h198v-203h-198z" /> -<glyph unicode="ø" d="M97 529v22q0 240 130 395.5t353 155.5q56 0 107.5 -11t97.5 -31l74 149h129l-104 -211q88 -74 135 -190t47 -257v-22q0 -242 -130 -396t-354 -154q-51 0 -97 8.5t-88 24.5l-72 -147h-129l100 204q-96 71 -147.5 191t-51.5 269zM294 529q0 -91 20 -166.5t61 -123.5h6 l332 674q-29 16 -62.5 25t-70.5 9q-141 0 -213.5 -113t-72.5 -283v-22zM469 156q24 -12 52 -17.5t61 -5.5q141 0 214 112t73 284v22q0 80 -17.5 150.5t-49.5 117.5h-6z" /> -<glyph unicode="ù" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM255 1477l3 6h230l175 -266h-158z" /> -<glyph unicode="ú" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM490 1213l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="û" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM274 1258v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" /> -<glyph unicode="ü" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352zM236 1262v200h219v-200h-219zM706 1262v200h219v-200h-219z" /> -<glyph unicode="ý" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113zM424 1213l185 266h230l2 -6l-270 -260h-147z" /> -<glyph unicode="þ" horiz-adv-x="1186" d="M153 -416v1976h197v-598q53 68 128 104t173 36q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197zM350 275q37 -67 97 -104.5t147 -37.5q140 0 212 102.5t72 264.5v21q0 184 -72.5 302.5t-213.5 118.5 q-85 0 -145 -38.5t-97 -105.5v-523z" /> -<glyph unicode="ÿ" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113zM170 1262v200h219v-200h-219zM640 1262v200h219v-200h-219z" /> -<glyph unicode="Œ" horiz-adv-x="1960" d="M104 576v304q0 265 154.5 431t403.5 166q69 0 140.5 -6t150.5 -15h907v-155h-758v-471h667v-155h-667v-521h769v-154h-918q-92 -10 -157 -15.5t-132 -5.5q-249 0 -404.5 166t-155.5 431zM301 576q0 -214 97 -328t266 -114q61 0 122 4.5t119 13.5v1151q-61 8 -122 13.5 t-121 5.5q-169 0 -265 -113.5t-96 -326.5v-306z" /> -<glyph unicode="œ" horiz-adv-x="1854" d="M97 529v22q0 240 130 395.5t353 155.5q130 0 230 -54.5t164 -152.5q65 97 161.5 152t204.5 55q219 0 331 -132t112 -352v-123h-702l-3 -5q3 -156 79 -256.5t213 -100.5q100 0 175.5 28.5t130.5 78.5l77 -128q-58 -57 -153 -95t-230 -38q-131 0 -232.5 52.5t-166.5 148.5 q-64 -96 -163 -148.5t-226 -52.5q-224 0 -354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22zM1085 654l2 -5h499v26q0 116 -62 194t-184 78q-99 0 -169 -83.5 t-86 -209.5z" /> -<glyph unicode="Ÿ" horiz-adv-x="1250" d="M20 1456h225l380 -740l380 740h225l-511 -944v-512h-196v525zM281 1604v200h219v-200h-219zM751 1604v200h219v-200h-219z" /> -<glyph unicode="ˆ" horiz-adv-x="979" d="M171 1252v26l246 237h120l248 -238v-25h-161l-147 148l-146 -148h-160z" /> -<glyph unicode="˜" horiz-adv-x="979" d="M135 1275q0 93 59 161.5t150 68.5q56 0 140 -47t136 -47q41 0 71 32.5t30 79.5l108 -32q0 -94 -59.5 -159t-149.5 -65q-71 0 -148 46.5t-128 46.5q-43 0 -72 -32.5t-29 -78.5z" /> -<glyph unicode=" " horiz-adv-x="966" /> -<glyph unicode=" " horiz-adv-x="1932" /> -<glyph unicode=" " horiz-adv-x="966" /> -<glyph unicode=" " horiz-adv-x="1932" /> -<glyph unicode=" " horiz-adv-x="644" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="322" /> -<glyph unicode=" " horiz-adv-x="241" /> -<glyph unicode=" " horiz-adv-x="386" /> -<glyph unicode=" " horiz-adv-x="107" /> -<glyph unicode="‐" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" /> -<glyph unicode="‑" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" /> -<glyph unicode="‒" horiz-adv-x="561" d="M35 538v154h490v-154h-490z" /> -<glyph unicode="–" horiz-adv-x="1416" d="M169 648v155h1086v-155h-1086z" /> -<glyph unicode="—" horiz-adv-x="1660" d="M141 648v155h1336v-155h-1336z" /> -<glyph unicode="‘" horiz-adv-x="418" d="M80 1020v184l160 356h97l-60 -362v-178h-197z" /> -<glyph unicode="’" horiz-adv-x="418" d="M80 1021l60 343v196h197v-193l-160 -346h-97z" /> -<glyph unicode="‚" horiz-adv-x="417" d="M80 -255l60 263v241h197v-223l-160 -281h-97z" /> -<glyph unicode="“" horiz-adv-x="744" d="M80 1020v184l160 356h97l-60 -362v-178h-197zM409 1020v184l160 356h97l-60 -362v-178h-197z" /> -<glyph unicode="”" horiz-adv-x="752" d="M80 1021l60 343v196h197v-193l-160 -346h-97zM417 1021l60 343v196h197v-193l-160 -346h-97z" /> -<glyph unicode="„" horiz-adv-x="726" d="M80 -239l60 325v194h197v-184l-160 -335h-97zM388 -239l60 333v186h197v-184l-160 -335h-97z" /> -<glyph unicode="•" horiz-adv-x="695" d="M137 733v60q0 88 56 144t150 56q95 0 151.5 -56t56.5 -144v-60q0 -89 -56 -143.5t-151 -54.5t-151 55t-56 143z" /> -<glyph unicode="…" horiz-adv-x="1380" d="M161 0v202h197v-202h-197zM604 0v202h197v-202h-197zM1024 0v202h197v-202h-197z" /> -<glyph unicode=" " horiz-adv-x="386" /> -<glyph unicode="‹" horiz-adv-x="615" d="M108 541v19l295 389h148l-255 -399l255 -398h-148z" /> -<glyph unicode="›" horiz-adv-x="615" d="M88 152l255 398l-255 399h148l295 -389v-19l-295 -389h-148z" /> -<glyph unicode=" " horiz-adv-x="483" /> -<glyph unicode="€" horiz-adv-x="1088" d="M79 481v155h146v136h-146v155h146v15q0 244 141.5 389.5t372.5 145.5q59 0 117.5 -8t124.5 -23l-19 -159q-54 16 -110.5 25.5t-112.5 9.5q-146 0 -231.5 -103t-85.5 -275v-17h492v-155h-492v-136h492v-155h-485l-2 -5q-4 -138 81.5 -240.5t232.5 -102.5q57 0 113 8.5 t108 25.5l19 -157q-56 -15 -117.5 -23t-122.5 -8q-231 0 -373.5 144.5t-142.5 357.5h-146z" /> -<glyph unicode="™" horiz-adv-x="1284" d="M103 1374v82h384v-82h-145v-455h-94v455h-145zM565 919v537h116l161 -390h6l162 390h110v-537h-93v343l-6 2l-150 -345h-51l-156 359l-6 -2v-357h-93z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1223" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM866 0v1560h197v-1560h-197z" /> -<glyph unicode="ffi" horiz-adv-x="1847" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM735 936v146h170v117q0 182 106.5 282t295.5 100q67 0 132 -15.5t153 -45.5l-34 -160 q-53 21 -113 36t-123 15q-117 0 -168.5 -52t-51.5 -160v-117h215v-146h-215v-936h-197v936h-170zM1490 0v1082h198v-1082h-198z" /> -<glyph unicode="ffl" horiz-adv-x="1930" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM763 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5 l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h225v-146h-225v-936h-197v936h-169zM1573 0v1560h197v-1560h-197z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-37" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="80" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="273" /> -<hkern u1="F" u2="„" k="273" /> -<hkern u1="F" u2="‚" k="273" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2=":" k="273" /> -<hkern u1="F" u2="." k="273" /> -<hkern u1="F" u2="," k="273" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="52" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="293" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="33" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="50" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="84" /> -<hkern u1="T" u2="Æ" k="188" /> -<hkern u1="T" u2="»" k="147" /> -<hkern u1="T" u2="«" k="151" /> -<hkern u1="T" u2="w" k="47" /> -<hkern u1="T" u2="r" k="65" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-17" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2=":" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="80" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="80" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="80" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="80" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="80" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="80" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="38" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="90" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="91" /> -<hkern g1="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="282" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="121" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="162" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="255" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="L" g2="T" k="206" /> -<hkern g1="L" g2="V" k="205" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="278" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="14" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="123" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="24" /> -<hkern g1="L" g2="W" k="93" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="177" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="402" /> -<hkern g1="P" g2="X" k="50" /> -<hkern g1="P" g2="Z" k="35" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="108" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="83" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="89" /> -<hkern g1="T" g2="m,n,p,ntilde" k="89" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="79" /> -<hkern g1="T" g2="s" k="76" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="257" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="65" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="81" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="271" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="215" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="154" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="142" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="153" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="148" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="63" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="230" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="150" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="17" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="172" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,colon,quotesinglbase,quotedblbase,ellipsis" k="165" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="39" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/roboto-regular-webfont.ttf b/public/fonts/roboto-regular-webfont.ttf deleted file mode 100755 index 3059bb3fa9608b37d262556a6a87b26abc2e636b..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-regular-webfont.ttf and /dev/null differ diff --git a/public/fonts/roboto-regular-webfont.woff b/public/fonts/roboto-regular-webfont.woff deleted file mode 100755 index 67eab9c65dc189c8f834c4bd2ebe9efa9042dad2..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-regular-webfont.woff and /dev/null differ diff --git a/public/fonts/roboto-regular-webfont.woff2 b/public/fonts/roboto-regular-webfont.woff2 deleted file mode 100755 index 4d4818d040022712502b884a2d8c90972dbbb458..0000000000000000000000000000000000000000 Binary files a/public/fonts/roboto-regular-webfont.woff2 and /dev/null differ diff --git a/public/fonts/robotocondensed-bolditalic-webfont.eot b/public/fonts/robotocondensed-bolditalic-webfont.eot deleted file mode 100755 index e925a12ec9bb0630d1cd0dab0ac2c842d8a3fc31..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-bolditalic-webfont.eot and /dev/null differ diff --git a/public/fonts/robotocondensed-bolditalic-webfont.svg b/public/fonts/robotocondensed-bolditalic-webfont.svg deleted file mode 100755 index 766080d6a28f789082b6ed1bd06a10118c4f47fa..0000000000000000000000000000000000000000 --- a/public/fonts/robotocondensed-bolditalic-webfont.svg +++ /dev/null @@ -1,649 +0,0 @@ -<?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="roboto_condensedbold_italic" horiz-adv-x="960" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="439" /> -<glyph unicode="fi" horiz-adv-x="1074" d="M61 0l175 876h-126l41 206h126l14 70q44 220 171 324.5t330 104.5q63 0 129.5 -15.5t139.5 -43.5l-85 -232q-58 22 -104 34t-111 12q-70 0 -120.5 -48t-67.5 -136l-14 -70h161l-41 -206h-161l-175 -876h-282zM603 0l216 1082h283l-216 -1082h-283z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="439" /> -<glyph horiz-adv-x="26" /> -<glyph unicode="	" horiz-adv-x="26" /> -<glyph unicode=" " horiz-adv-x="439" /> -<glyph unicode="	" horiz-adv-x="439" /> -<glyph unicode=" " horiz-adv-x="439" /> -<glyph unicode="!" horiz-adv-x="500" d="M29 0l52 258h276l-52 -258h-276zM126 506l190 950h283l-190 -950h-283z" /> -<glyph unicode=""" horiz-adv-x="591" d="M147 1046l39 239l44 275h196l-42 -263l-115 -251h-122zM440 1046l41 247l43 267h193l-42 -263l-114 -251h-121z" /> -<glyph unicode="#" horiz-adv-x="993" d="M43 410l33 166h198l100 297h-178l33 167h202l140 416h170l-140 -416h121l140 416h171l-140 -416h176l-33 -167h-199l-100 -297h178l-33 -166h-201l-138 -410h-171l138 410h-122l-138 -410h-170l138 410h-175zM444 576h122l100 297h-122z" /> -<glyph unicode="$" horiz-adv-x="984" d="M82 456h282q-23 -141 7 -196.5t96 -55.5q53 0 91 49.5t51 127.5q13 87 -8 134.5t-88 94.5q-172 87 -244.5 183.5t-42.5 278.5q27 172 132.5 277t259.5 124l35 212h142l-35 -217q133 -30 198.5 -151t35.5 -309h-282q19 122 -2 182.5t-71 60.5t-85 -51t-47 -129 q-13 -78 9 -125.5t91 -96.5q169 -92 240.5 -189.5t43.5 -276.5q-29 -178 -132 -279.5t-257 -119.5l-31 -199h-143l31 200q-146 22 -229 137t-48 334z" /> -<glyph unicode="%" horiz-adv-x="1305" d="M223 184l800 1138l118 -74l-800 -1138zM225 1099l15 77q27 137 114.5 219t219.5 82q122 0 180.5 -87t33.5 -214l-15 -77q-28 -138 -114 -218.5t-219 -80.5q-122 0 -181.5 86.5t-33.5 212.5zM409 1099q-12 -60 4 -98t60 -38q40 0 72 40t44 96l15 77q12 61 -3 99.5 t-59 38.5q-40 0 -73.5 -41t-44.5 -97zM641 280l15 77q27 136 114.5 218t219.5 82q123 0 181 -87t33 -213l-15 -77q-28 -139 -113.5 -219.5t-218.5 -80.5q-122 0 -182 87t-34 213zM826 280q-13 -59 5.5 -98.5t57.5 -38.5q48 -1 76.5 37.5t40.5 99.5l15 77q12 61 -3.5 99 t-59.5 38q-40 0 -73 -40.5t-44 -96.5z" /> -<glyph unicode="&" horiz-adv-x="1181" d="M51 388q19 123 86 204.5t197 176.5q-44 94 -60 171t-3 157q28 177 138 278.5t270 101.5q132 0 206 -99.5t52 -237.5q-16 -101 -69 -179.5t-136 -137.5l-85 -62l167 -298l5 1q33 50 57 113t36 134h205q-24 -142 -69 -254.5t-119 -199.5l144 -257h-319l-45 81 q-80 -51 -157 -76.5t-161 -25.5q-178 0 -273.5 114.5t-66.5 294.5zM338 406q-15 -90 16 -145t90 -55q40 0 82 12t86 37l-189 341l-4 -3q-37 -49 -55.5 -94.5t-25.5 -92.5zM521 1100q-7 -41 3 -83t34 -91l57 40q53 36 75 73.5t30 82.5q7 51 -14 89t-64 38q-45 0 -78 -43 t-43 -106z" /> -<glyph unicode="'" horiz-adv-x="298" d="M144 1007l41 268l46 285h188l-44 -272l-110 -281h-121z" /> -<glyph unicode="(" horiz-adv-x="619" d="M129 567l4 24q64 401 231 666.5t343 348.5h6l26 -143q-114 -98 -217.5 -318t-156.5 -552l-5 -28q-55 -347 -22 -558t118 -313l-72 -141h-6q-147 82 -229 355t-20 659z" /> -<glyph unicode=")" horiz-adv-x="617" d="M-77 -306q113 98 216.5 318.5t157.5 552.5l5 28q55 345 21 558t-117 314l74 141h6q149 -81 236.5 -362t28.5 -653l-4 -24q-63 -390 -237 -661t-353 -353h-6z" /> -<glyph unicode="*" horiz-adv-x="801" d="M162 1058l86 173l221 -127l51 352h175l-87 -351l4 -4l258 122l17 -175l-273 -93l112 -269l-163 -107l-78 287l-6 1l-194 -279l-121 103l228 275z" /> -<glyph unicode="+" horiz-adv-x="959" d="M82 556l51 254h289l79 396h266l-79 -396h287l-51 -254h-287l-82 -410h-266l82 410h-289z" /> -<glyph unicode="," horiz-adv-x="454" d="M-100 -309l121 319l46 231h250l-48 -239l-205 -311h-164z" /> -<glyph unicode="-" horiz-adv-x="734" d="M140 511l46 228h478l-46 -228h-478z" /> -<glyph unicode="." horiz-adv-x="535" d="M37 0l52 258h278l-52 -258h-278z" /> -<glyph unicode="/" horiz-adv-x="625" d="M-119 -125l724 1581h204l-726 -1581h-202z" /> -<glyph unicode="0" horiz-adv-x="977" d="M108 571l63 313q61 309 198 451t329 142q174 0 261 -154t30 -439l-63 -313q-62 -310 -198.5 -451t-326.5 -141q-176 0 -263.5 153t-29.5 439zM364.5 282.5q17.5 -75.5 79.5 -67.5l6 -1q53 -7 103.5 75.5t86.5 258.5l72 361q37 187 20 262.5t-77 68.5l-6 1 q-54 6 -105.5 -76.5t-85.5 -255.5l-72 -361q-39 -190 -21.5 -265.5z" /> -<glyph unicode="1" horiz-adv-x="984" d="M271 1153l41 205l555 99l-291 -1457h-282l232 1159z" /> -<glyph unicode="2" horiz-adv-x="984" d="M12 0l31 193l458 503q92 112 136.5 194.5t56.5 151.5q15 97 -8 152t-85 55q-60 0 -106.5 -70t-63.5 -180h-274l-2 6q29 205 160.5 338.5t321.5 133.5q186 0 278 -117.5t61 -314.5q-23 -140 -98 -249t-248 -297l-213 -267l3 -5h453l-36 -227h-825z" /> -<glyph unicode="3" horiz-adv-x="984" d="M51 395l3 5h275q-14 -87 16 -140.5t89 -53.5q64 0 114 56.5t65 147.5q18 121 -11 172t-105 51h-138l24 150l11 70h138q66 0 109 54.5t58 150.5q14 88 -10.5 139.5t-87.5 51.5q-48 0 -92.5 -47.5t-56.5 -122.5h-271l-3 6q24 180 153 286t298 106q183 0 283 -109.5 t69 -305.5q-17 -103 -79 -187t-155 -130q89 -44 127.5 -132t19.5 -207q-34 -207 -172.5 -317t-332.5 -110q-162 0 -267.5 108.5t-70.5 307.5z" /> -<glyph unicode="4" horiz-adv-x="984" d="M49 318l20 178l661 960h281l-182 -910h116l-45 -228h-117l-63 -318h-281l63 318h-453zM333 546h215l98 493l-5 3l-14 -19z" /> -<glyph unicode="5" horiz-adv-x="984" d="M73 398l283 15q-16 -102 11 -154.5t86 -52.5q65 0 107.5 72.5t61.5 186.5q21 133 -0.5 206t-94.5 73q-50 0 -85 -32.5t-54 -84.5l-248 17l199 812h684l-37 -233h-454l-84 -343q33 31 80 51.5t93 22.5q175 3 247.5 -125.5t35.5 -361.5q-35 -215 -161.5 -351.5 t-325.5 -136.5q-162 0 -269 113t-75 306z" /> -<glyph unicode="6" horiz-adv-x="984" d="M98 563l48 300q47 294 210 454t384 160q66 0 120.5 -15.5t107.5 -46.5l-81 -215q-47 23 -87.5 34.5t-95.5 11.5q-93 0 -166.5 -93t-99.5 -259l3 -5q43 41 103 64.5t131 23.5q151 0 220 -140.5t35 -354.5q-36 -226 -171 -364.5t-318 -138.5q-187 0 -286.5 157.5 t-56.5 426.5zM377.5 294q26.5 -88 97.5 -82l6 -1q52 -5 100.5 76.5t66.5 194.5q19 126 -4.5 198.5t-80.5 72.5q-52 0 -93.5 -19.5t-70.5 -55.5l-19 -118q-29 -178 -2.5 -266z" /> -<glyph unicode="7" horiz-adv-x="984" d="M183 1228l37 228h849l-37 -228q-229 -252 -323.5 -480.5t-183.5 -607.5l-35 -140h-282l35 140q79 328 206 599t313 489h-579z" /> -<glyph unicode="8" horiz-adv-x="984" d="M79 398q24 126 96 215.5t177 135.5q-73 48 -105 131.5t-10 189.5q41 207 164 307t301 100q162 0 251.5 -108.5t51.5 -298.5q-24 -118 -87.5 -202t-156.5 -128q81 -51 118 -140t15 -202q-44 -217 -173.5 -318t-317.5 -101q-171 0 -267.5 110t-56.5 309zM366 259.5 q22 -53.5 82 -53.5q53 0 100.5 57.5t67.5 155.5q20 104 -2.5 158.5t-80.5 54.5q-54 0 -101 -58.5t-66 -154.5q-22 -106 0 -159.5zM513 908.5q15 -49.5 66 -49.5q47 0 83.5 53t55.5 144q18 95 3.5 144t-64.5 49q-47 0 -84.5 -52t-54.5 -141q-20 -98 -5 -147.5z" /> -<glyph unicode="9" horiz-adv-x="984" d="M124 41l64 212q50 -24 98.5 -35.5t110.5 -11.5q76 0 142.5 83t90.5 229l7 47q-46 -54 -99.5 -81.5t-109.5 -27.5q-158 0 -232 136t-37 365q36 227 174 373.5t317 146.5q176 0 269.5 -156t50.5 -429l-57 -356q-43 -266 -196 -411.5t-356 -145.5q-57 0 -122 16.5t-115 45.5 zM436.5 745.5q18.5 -75.5 79.5 -75.5q43 0 82.5 25t69.5 66l27 166q26 165 3.5 242.5t-82.5 71.5l-6 1q-52 5 -102 -82.5t-68 -202.5q-22 -136 -3.5 -211.5z" /> -<glyph unicode=":" horiz-adv-x="535" d="M41 0l52 258h278l-52 -258h-278zM206 823l52 258h278l-52 -258h-278z" /> -<glyph unicode=";" horiz-adv-x="511" d="M-58 -309l121 319l46 231h250l-48 -239l-205 -311h-164zM195 823l52 258h278l-52 -258h-278z" /> -<glyph unicode="<" horiz-adv-x="866" d="M51 431l16 81l30 149l778 364l-54 -270l-498 -209v-6l414 -203l-54 -271z" /> -<glyph unicode="=" horiz-adv-x="987" d="M99 323l45 229h739l-45 -229h-739zM185 756l46 228h739l-46 -228h-739z" /> -<glyph unicode=">" horiz-adv-x="877" d="M33 66l54 269l505 209v6l-421 206l54 269l639 -364l-17 -82h1l-30 -149z" /> -<glyph unicode="?" horiz-adv-x="872" d="M156 1075q37 197 167.5 299.5t308.5 102.5q180 0 274 -117.5t56 -310.5q-27 -134 -106.5 -234.5t-189.5 -175.5q-58 -46 -84.5 -94.5t-42.5 -131.5h-282q28 136 79 201.5t175 159.5q63 55 106.5 121.5t61.5 152.5q19 98 -4.5 149t-87.5 51q-44 0 -91.5 -47.5 t-64.5 -131.5h-273zM175 0l49 247h278l-49 -247h-278z" /> -<glyph unicode="@" horiz-adv-x="1549" d="M67 478q100 428 352 682t584 254q305 0 442 -245.5t43 -652.5q-51 -219 -186 -378t-341 -159q-64 0 -105.5 46t-46.5 128q-54 -86 -115.5 -128.5t-130.5 -42.5q-114 0 -159.5 121t9.5 313q72 252 202.5 404t273.5 152q95 0 158.5 -27.5t123.5 -78.5l-4 -4h5l-157 -569 q-24 -98 -18 -132.5t31 -26.5l6 -1q82 -6 163 106t121 277q83 350 -3 546.5t-347 196.5q-236 0 -433.5 -214t-279.5 -567q-85 -352 7.5 -557.5t343.5 -205.5q67 0 150 20t143 49l4 -148q-66 -42 -158 -65.5t-176 -23.5q-316 0 -458 253.5t-44 677.5zM602.5 222 q7.5 -67 55.5 -67q40 0 80.5 28.5t82.5 103.5l2 6l136 497q-15 5 -31.5 8t-33.5 3q-84 0 -149.5 -96.5t-117.5 -288.5q-32 -127 -24.5 -194z" /> -<glyph unicode="A" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1z" /> -<glyph unicode="B" horiz-adv-x="1097" d="M22 0l291 1456h414q203 0 311 -102q79 -75 79 -201q0 -44 -10 -95q-23 -110 -81.5 -188.5t-153.5 -116.5q104 -27 136 -117q19 -52 20 -116q0 -45 -10 -95q-45 -223 -177.5 -324t-351.5 -101h-467zM350 227h184q77 0 130 50.5t73 148.5q11 55 11 95q0 43 -12 69 q-22 52 -100 52h-203zM473 841h141q76 2 130.5 51.5t73.5 138.5q8 42 8 75q0 51 -20 78q-33 44 -124 44h-131z" /> -<glyph unicode="C" horiz-adv-x="1081" d="M109 584l58 290q57 289 203 446t356 157q213 1 325 -141q88 -111 88 -285q0 -48 -7 -101h-281q10 61 10 109q-1 71 -21 115q-34 76 -141 75q-82 0 -150 -103t-101 -270l-58 -292q-19 -92 -19 -163q0 -67 17 -115q35 -100 135 -100q89 0 144 69.5t92 219.5h273l2 -6 q-60 -251 -188 -380.5t-342 -129.5q-206 0 -326 173q-84 121 -85 284q0 70 16 148z" /> -<glyph unicode="D" horiz-adv-x="1107" d="M22 0l291 1456h391q204 0 329 -178q88 -126 89 -292q0 -69 -16 -145l-49 -245q-58 -288 -210.5 -442t-368.5 -154h-456zM350 227h157q100 0 166.5 97t101.5 272l50 247q14 72 14 131q0 88 -30 150q-50 104 -166 104h-93z" /> -<glyph unicode="E" horiz-adv-x="971" d="M22 0l291 1456h823l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-825z" /> -<glyph unicode="F" horiz-adv-x="979" d="M22 0l291 1456h830l-45 -228h-548l-79 -396h464l-45 -227h-464l-121 -605h-283z" /> -<glyph unicode="G" horiz-adv-x="1133" d="M95 506l89 444q53 268 207.5 397.5t374.5 129.5q217 0 316 -121q73 -88 73 -226q0 -52 -11 -112l-3 -5h-266q8 47 8 84q0 61 -21 95q-36 57 -133 57q-90 0 -162 -75t-101 -222l-89 -446q-15 -74 -15 -129q0 -65 22 -103q39 -68 146 -68q73 0 117 24t75 67l53 261h-174 l40 200h456l-109 -542q-76 -94 -203 -165.5t-300 -71.5q-210 0 -325 139q-80 98 -80 248q0 65 15 140z" /> -<glyph unicode="H" horiz-adv-x="1193" d="M22 0l291 1456h283l-125 -626h415l125 626h281l-291 -1456h-281l120 603h-415l-120 -603h-283z" /> -<glyph unicode="I" horiz-adv-x="523" d="M35 0l291 1456h281l-291 -1456h-281z" /> -<glyph unicode="J" horiz-adv-x="980" d="M53 427h283q-12 -60 -12 -102q0 -45 14 -70q26 -49 84 -49q49 0 101 64t74 174l202 1012h281l-202 -1012q-47 -229 -184 -347t-317 -118q-178 0 -273 115q-65 78 -65 205q0 59 14 128z" /> -<glyph unicode="K" horiz-adv-x="1053" d="M22 0l291 1456h282l-119 -594h87l325 594h370l-496 -722l217 -734h-324l-148 602h-83l-120 -602h-282z" /> -<glyph unicode="L" horiz-adv-x="927" d="M22 0l291 1456h283l-246 -1229h502l-45 -227h-785z" /> -<glyph unicode="M" horiz-adv-x="1421" d="M17 0l291 1456h366l24 -1067l6 -1l453 1068h368l-291 -1456h-281l85 423l129 533l-6 2l-444 -958h-187l-59 947l-6 1l-82 -525l-85 -423h-281z" /> -<glyph unicode="N" horiz-adv-x="1193" d="M22 0l291 1456h283l226 -905h6l181 905h281l-291 -1456h-281l-226 907h-6l-181 -907h-283z" /> -<glyph unicode="O" horiz-adv-x="1158" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181q89 -128 89 -296q0 -69 -15 -145l-52 -259q-58 -289 -218 -453t-384 -164q-209 -1 -330 179q-84 125 -84 290q0 72 16 152zM394 600q-16 -80 -16 -145q0 -81 25 -141q45 -106 154 -107q95 0 168 107.5 t108 281.5l52 261q15 74 15 135q0 86 -30 149q-50 107 -160 107q-94 0 -161.5 -106t-102.5 -281z" /> -<glyph unicode="P" horiz-adv-x="1119" d="M22 0l291 1456h488q194 0 296 -132q73 -94 73 -226q0 -52 -11 -109q-45 -223 -189.5 -345t-355.5 -122h-205l-104 -522h-283zM455 750h205q77 0 137 68.5t80 168.5q9 47 9 86q0 52 -16 90q-30 65 -114 65h-205z" /> -<glyph unicode="Q" horiz-adv-x="1196" d="M120 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181q89 -128 89 -296q0 -69 -15 -145l-52 -259q-30 -144 -85 -258.5t-132 -193.5l152 -225l-204 -150l-159 238q-42 -13 -85.5 -20.5t-88.5 -7.5q-209 0 -330 179q-84 125 -84 290q0 72 16 152zM400 600 q-16 -80 -16 -145q0 -82 25 -141q45 -107 154 -107q95 0 168 107.5t108 281.5l52 261q15 74 15 135q0 87 -30 149q-50 107 -160 107q-94 0 -161.5 -106t-102.5 -281z" /> -<glyph unicode="R" horiz-adv-x="1118" d="M23 0l291 1455h457q192 1 293 -115q73 -83 73 -210q0 -49 -11 -104q-25 -123 -89.5 -202.5t-169.5 -127.5q95 -40 127 -130q18 -51 19 -112q0 -48 -11 -102l-20 -103q-13 -64 -13 -130.5t27 -97.5l-4 -21h-292q-22 26 -22 78v22q6 69 22 151l20 99q10 52 10 92 q0 48 -16 80q-28 56 -105 57h-188l-116 -579h-282zM466 806h174q72 0 126.5 54t74.5 150q9 45 9 81q0 49 -16 81q-28 56 -108 56h-175z" /> -<glyph unicode="S" horiz-adv-x="1048" d="M93 424l2 5h275q-8 -41 -9 -74q-1 -69 37 -101q54 -48 145 -48q52 0 102 42.5t63 104.5q7 35 7 63q1 54 -23 86q-36 50 -145 108q-201 82 -293 196q-66 81 -65 197q0 46 10 97q36 180 171 278.5t321 98.5q198 0 306 -120q76 -85 76 -212q0 -53 -13 -114l-2 -5h-275 q7 35 7 65q0 57 -25 97q-38 60 -119 61q-54 0 -103 -43t-61 -104q-6 -30 -6 -56q0 -53 27 -84q40 -46 176 -113q185 -77 267 -191q56 -78 56 -191q0 -52 -12 -112q-38 -187 -171 -281.5t-321 -94.5q-194 1 -324 109q-94 78 -95 219q0 54 14 117z" /> -<glyph unicode="T" horiz-adv-x="955" d="M193 1228l45 228h893l-45 -228h-308l-245 -1228h-281l245 1228h-304z" /> -<glyph unicode="U" horiz-adv-x="1131" d="M100 465l198 991h281l-198 -991q-12 -61 -12 -106q0 -60 21 -94q37 -59 132 -59q89 0 153.5 61t91.5 198l198 991h281l-198 -991q-50 -248 -201.5 -367t-369.5 -119q-199 1 -311 129q-79 91 -79 232q0 58 13 125z" /> -<glyph unicode="V" horiz-adv-x="1090" d="M176 1456h296l49 -1084l2 -49l5 -1l17 47l398 1087h296l-618 -1456h-293z" /> -<glyph unicode="W" horiz-adv-x="1484" d="M187 1456h273v-898l6 -1l336 899h202l52 -900h6l287 900h273l-498 -1456h-263l-50 863h-6l-325 -863h-261z" /> -<glyph unicode="X" horiz-adv-x="1088" d="M-40 0l458 734l-217 722h324l95 -508l6 -1l261 509h326l-449 -722l239 -734h-340l-101 519l-6 1l-268 -520h-328z" /> -<glyph unicode="Y" horiz-adv-x="1085" d="M217 1456h308l99 -607l5 -1l344 608h307l-583 -939l-103 -517h-281l108 539z" /> -<glyph unicode="Z" horiz-adv-x="966" d="M5 143l670 1086h-439l45 227h777l-27 -138l-674 -1091h514l-45 -227h-814z" /> -<glyph unicode="[" horiz-adv-x="522" d="M-20 -339l325 2034h387l-35 -217h-102l-256 -1601h102l-34 -216h-387z" /> -<glyph unicode="\" horiz-adv-x="737" d="M209 1456h277l175 -1581h-280z" /> -<glyph unicode="]" horiz-adv-x="522" d="M-98 -339l34 216h105l256 1601h-105l35 217h388l-325 -2034h-388z" /> -<glyph unicode="^" horiz-adv-x="761" d="M100 729l386 727h204l96 -727h-216l-41 422v-1l-6 1l-206 -422h-217z" /> -<glyph unicode="_" horiz-adv-x="769" d="M-116 -220l44 220h741l-44 -220h-741z" /> -<glyph unicode="`" horiz-adv-x="618" d="M235 1477h302l124 -266h-226z" /> -<glyph unicode="a" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q8 42 8 73t-8 51q-16 40 -68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q153 0 239 -100q62 -71 61 -182q0 -45 -10 -97l-88 -438q-17 -84 -19 -150q-1 -14 -1 -29q0 -52 7 -106h-280q-6 27 -8.5 58 t-2.5 64q-50 -65 -110.5 -104t-131.5 -39q-119 -1 -183 89q-44 61 -44 149q0 40 9 85zM318 315q-5 -25 -5 -45q0 -27 9 -45q16 -32 54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5z" /> -<glyph unicode="b" d="M5 0l312 1560h282l-110 -546q44 42 92.5 65t100.5 23q159 0 225 -167q38 -95 38 -218q0 -93 -22 -201l-4 -21q-53 -262 -155 -389t-273 -127q-67 0 -120 32.5t-85 93.5l-37 -105h-244zM338 258q13 -27 39.5 -39t68.5 -12q75 0 118.5 71.5t73.5 216.5l4 21q28 137 28 223 q0 23 -2 43q-10 92 -88 92q-38 0 -74 -30t-67 -82z" /> -<glyph unicode="c" horiz-adv-x="878" d="M58 470l22 139q36 224 164.5 358.5t330.5 134.5q163 0 247 -114q62 -84 61 -213q0 -45 -7 -96h-263q6 43 6 77q-1 40 -9 67q-16 51 -71 51q-74 0 -116 -73t-61 -192l-22 -139q-12 -71 -12 -124q0 -42 8 -72q17 -68 97 -68q51 0 84.5 43t46.5 124h255l2 -6 q-26 -177 -144 -282.5t-280 -105.5q-193 1 -283 139q-65 100 -66 239q0 53 10 113z" /> -<glyph unicode="d" d="M76 534l4 21q54 272 162 409.5t275 137.5q56 0 103 -27t81 -77l113 562h282l-312 -1560h-245l4 97q-50 -57 -106 -87.5t-115 -30.5q-152 -1 -223 159q-42 95 -42 218q0 83 19 178zM339 292q13 -85 86 -85q36 0 71.5 26.5t66.5 73.5l100 498q-13 34 -38.5 51.5t-62.5 17.5 q-68 0 -119.5 -86t-80.5 -233l-4 -21q-23 -112 -22 -187q-1 -30 3 -55z" /> -<glyph unicode="e" horiz-adv-x="907" d="M73 451l24 152q36 227 163 363t318 136q176 0 258 -128q58 -91 59 -226q0 -56 -10 -119l-28 -174h-504v-4q-6 -39 -6 -73q0 -62 21 -105q33 -67 125 -67q72 0 124.5 18.5t123.5 59.5l42 -181q-62 -54 -157 -89t-203 -35q-189 0 -286 135q-72 101 -72 239q0 47 8 98z M384 645h226l7 40q7 45 7 79q0 38 -8 62q-16 48 -74 48t-97 -62.5t-61 -166.5z" /> -<glyph unicode="f" horiz-adv-x="631" d="M66 0l175 876h-126l41 206h126l24 120q39 194 146.5 286.5t276.5 92.5q30 0 62 -5.5t70 -15.5l-67 -218q-17 4 -34.5 7t-41.5 3q-46 0 -81 -39.5t-49 -110.5l-24 -120h162l-41 -206h-162l-175 -876h-282z" /> -<glyph unicode="g" d="M-15 -354l93 219q49 -32 101 -48t118 -16q77 0 134 64t79 171l5 26q-44 -40 -92 -61.5t-99 -21.5q-153 0 -224 159q-43 96 -43 219q0 82 19 177l4 21q54 272 162.5 409.5t275.5 137.5q64 0 116 -33t85 -93l37 106h245l-209 -1047q-46 -229 -187.5 -350.5t-352.5 -121.5 q-63 0 -137 23t-130 60zM340 292q13 -85 86 -85q38 0 72.5 23t63.5 66l104 521q-13 29 -39 43t-65 14q-67 0 -119 -86.5t-81 -232.5l-4 -21q-23 -110 -23 -185q0 -31 5 -57z" /> -<glyph unicode="h" d="M-3 0l312 1560h282l-118 -587l5 -3q49 63 110 97.5t127 34.5q127 0 187 -116q34 -66 34 -170q0 -80 -20 -182l-127 -634h-283l127 636q18 88 18 140q0 32 -7 50q-18 48 -81 48q-33 0 -64.5 -17.5t-58.5 -48.5l-161 -808h-282z" /> -<glyph unicode="i" horiz-adv-x="488" d="M18 0l216 1082h281l-216 -1082h-281zM287 1343l43 217h281l-43 -217h-281z" /> -<glyph unicode="j" horiz-adv-x="479" d="M-231 -419l57 223q20 -6 35.5 -9t37.5 -3q38 0 69.5 44.5t47.5 130.5l223 1115h282l-223 -1115q-41 -206 -145.5 -305t-262.5 -99q-31 0 -60 4.5t-61 13.5zM287 1343l43 217h281l-43 -217h-281z" /> -<glyph unicode="k" horiz-adv-x="934" d="M5 0l312 1560h282l-177 -886h42l244 408h324l-360 -484l190 -598h-322l-119 450h-44l-90 -450h-282z" /> -<glyph unicode="l" horiz-adv-x="488" d="M18 0l312 1560h281l-312 -1560h-281z" /> -<glyph unicode="m" horiz-adv-x="1444" d="M7 0l216 1082h263l-16 -127q55 72 123.5 109.5t149.5 37.5q70 0 119 -42.5t65 -127.5q56 82 127.5 126t157.5 44q118 0 174 -112q31 -63 31 -160q0 -77 -20 -176l-131 -654h-283l131 654q17 87 17 136q0 26 -5 41q-14 43 -67 43q-34 0 -67.5 -24t-62.5 -67 q-2 -18 -4.5 -36.5t-6.5 -38.5l-142 -708h-281l131 654q17 85 17 134q1 26 -5 42q-14 44 -68 44q-31 0 -63 -20t-61 -56l-159 -798h-280z" /> -<glyph unicode="n" d="M0 0l216 1082h263l-16 -138q57 76 127 117t145 41q121 0 177 -106q32 -60 31 -157q0 -74 -18 -168l-134 -671h-283l134 671q13 66 13 109q0 34 -8 52q-19 42 -81 42q-32 0 -64 -20t-61 -55l-159 -799h-282z" /> -<glyph unicode="o" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q192 0 284 -140q68 -102 67 -245q0 -52 -9 -110l-21 -134q-37 -228 -168 -361t-331 -133q-194 1 -286 139q-67 100 -66 240q0 54 10 115zM344 274q20 -68 100 -68q73 0 117 72t64 195l21 134q10 64 10 114q0 48 -10 83 q-20 70 -96 70q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-11 -67 -11 -118q0 -48 9 -81z" /> -<glyph unicode="p" d="M-78 -416l299 1498h262l-9 -82q46 49 98 75.5t109 26.5q153 0 222 -169q40 -99 40 -225q0 -90 -20 -193l-4 -21q-52 -258 -157.5 -386.5t-270.5 -128.5q-59 0 -108 23.5t-82 69.5l-97 -488h-282zM337 250q13 -24 39 -34t69 -10q68 0 115.5 75t76.5 213l4 21 q24 122 24 206q0 31 -3 57q-12 96 -83 96q-38 0 -73 -28t-65 -77z" /> -<glyph unicode="q" d="M76 534l4 21q54 272 162 409.5t275 137.5q63 0 114 -34t83 -94l40 108h245l-299 -1498h-283l96 483q-44 -43 -92 -65.5t-99 -22.5q-152 0 -223 159q-42 96 -42 218q0 83 19 178zM339 292q13 -86 86 -86q37 0 71 23t63 65l104 521q-13 29 -38.5 44t-62.5 15 q-68 0 -119.5 -86t-80.5 -233l-4 -21q-23 -112 -23 -187q0 -31 4 -55z" /> -<glyph unicode="r" horiz-adv-x="638" d="M5 0l216 1082h263l-16 -132l5 -3q38 74 89 114.5t109 40.5q17 0 37.5 -3.5t35.5 -8.5l-82 -267l-104 3q-38 0 -69 -22.5t-54 -62.5l-148 -741h-282z" /> -<glyph unicode="s" horiz-adv-x="857" d="M23 335l2 5h259q-4 -26 -3 -48q1 -50 19 -76q28 -38 89 -38q48 0 80.5 28.5t40.5 76.5q2 11 2 21q0 34 -22 59q-28 32 -115 82q-146 61 -212 138q-51 59 -51 145q0 26 5 55q22 137 136 228t282 91q167 0 257 -97q70 -75 70 -179q0 -31 -7 -65l-3 -6h-272q4 25 4 46 q0 38 -12 63q-18 39 -70 39q-38 0 -73 -31.5t-41 -74.5q-2 -13 -3 -25q1 -32 19 -52q24 -28 116 -81q154 -57 219 -137q50 -61 50 -151q0 -28 -5 -58q-24 -143 -141.5 -228.5t-291.5 -85.5q-173 0 -263 110q-70 86 -70 188q0 28 5 58z" /> -<glyph unicode="t" horiz-adv-x="632" d="M111 876l41 206h120l54 269h282l-54 -269h140l-41 -206h-140l-108 -543q-8 -39 -8 -65q0 -20 5 -32q12 -26 43 -26q23 0 41 2.5t40 8.5l-22 -216q-47 -14 -87 -20t-91 -6q-124 0 -182 86q-35 53 -36 142q0 56 14 125l109 544h-120z" /> -<glyph unicode="u" d="M84 428l130 654h282l-131 -656q-16 -77 -16 -125q-1 -27 5 -45q14 -48 66 -49q40 0 76 18t66 52l161 805h283l-216 -1082h-248l7 114q-54 -67 -120 -101t-141 -34q-130 -1 -190 111q-34 63 -34 164q0 76 20 174z" /> -<glyph unicode="v" horiz-adv-x="880" d="M121 1082h295l6 -674l-1 -70l6 -1l23 71l220 674h295l-457 -1082h-276z" /> -<glyph unicode="w" horiz-adv-x="1228" d="M152 0l5 1082h262l-26 -585l6 -2l254 587h182l21 -584l6 -1l207 585h261l-426 -1082h-234l-26 562l-6 1l-251 -563h-235z" /> -<glyph unicode="x" horiz-adv-x="880" d="M-51 0l347 547l-168 535h316l41 -339l6 -1l155 340h317l-338 -535l172 -547h-316l-49 349l-5 1l-161 -350h-317z" /> -<glyph unicode="y" horiz-adv-x="880" d="M-81 -413l76 212q13 -3 21 -4.5t16 -1.5q54 0 92 33.5t61 84.5l38 78l-84 1093h303l-11 -615l6 -2l264 617h301l-595 -1245q-62 -116 -143.5 -195t-217.5 -79q-32 0 -59 6t-68 18z" /> -<glyph unicode="z" horiz-adv-x="854" d="M-18 0l34 169l526 685h-379l45 228h700l-33 -165l-531 -690h398l-45 -227h-715z" /> -<glyph unicode="{" horiz-adv-x="570" d="M58 519l24 151h1l8 51q62 0 103 55.5t57 153.5l33 207q28 177 113.5 292.5t252.5 166.5l6 -1l26 -150q-61 -31 -95 -109t-53 -199l-33 -207q-18 -109 -70.5 -189.5t-140.5 -123.5q72 -47 100 -127t12 -180l-33 -206q-21 -126 -12 -201t62 -106l-79 -158q-151 55 -200 175 t-21 290l33 206q16 102 -6.5 155.5t-87.5 53.5z" /> -<glyph unicode="|" horiz-adv-x="461" d="M38 -270l276 1726h161l-276 -1726h-161z" /> -<glyph unicode="}" horiz-adv-x="570" d="M-56 -210q62 31 96 109t54 198l33 206q17 109 69.5 189t142.5 123q-73 45 -101.5 125t-11.5 183l33 207q19 124 9.5 200t-61.5 108l78 157q150 -55 199 -175t22 -290l-33 -207q-17 -103 6 -156t90 -53l-9 -54l-15 -94l-9 -54q-64 0 -105.5 -56t-56.5 -153l-33 -206 q-29 -176 -114.5 -292t-251.5 -166h-6z" /> -<glyph unicode="~" horiz-adv-x="1075" d="M89 444q27 171 114.5 276t203.5 105q63 0 120.5 -34t103.5 -98q28 -46 51.5 -65.5t54.5 -19.5q32 0 66 53t46 128l188 -28q-28 -170 -118 -276.5t-203 -106.5q-65 0 -119 32.5t-103 101.5q-29 45 -52 64.5t-56 19.5t-66.5 -52t-44.5 -126z" /> -<glyph unicode="¡" horiz-adv-x="528" d="M-37 -374l190 949h283l-190 -949h-283zM206 821l52 261h276l-52 -261h-276z" /> -<glyph unicode="¢" horiz-adv-x="997" d="M94 470l22 139q33 206 144 336.5t287 152.5l44 220h182l-47 -234q109 -38 159.5 -144t26.5 -261h-263q14 93 -2.5 144t-71.5 51q-74 0 -116 -73t-61 -192l-22 -139q-21 -129 -4 -196.5t97 -67.5q51 0 84.5 43t46.5 124h256l2 -5q-23 -157 -119 -259t-233 -124l-46 -230 h-182l48 238q-140 36 -201 166t-31 311z" /> -<glyph unicode="£" horiz-adv-x="1019" d="M60 0l45 227h7q35 12 68 94.5t51 171.5l17 98h-120l44 225h113l35 209q45 225 166.5 338.5t295.5 113.5q170 0 255.5 -115.5t48.5 -300.5h-282q20 103 -1.5 145t-64.5 36l-6 1q-36 4 -72.5 -54.5t-56.5 -163.5l-34 -209h260l-44 -225h-252l-13 -82q-17 -83 -58.5 -154.5 t-104.5 -127.5h566l-45 -227h-818z" /> -<glyph unicode="¤" horiz-adv-x="1207" d="M11 110l150 145q-29 76 -35 166t14 187q21 108 63 202.5t102 171.5l-91 145l157 137l85 -135q72 51 151 78t161 27q74 0 141 -30.5t120 -86.5l151 148l103 -138l-162 -158q30 -78 36.5 -170t-12.5 -191q-21 -104 -60 -195t-93 -164l88 -139l-158 -137l-77 124 q-76 -58 -159.5 -87.5t-168.5 -29.5q-78 0 -147.5 32.5t-121.5 93.5l-135 -132zM310 608q-41 -201 30 -324.5t213 -123.5q129 0 256.5 131.5t165.5 316.5q39 199 -31.5 322.5t-211.5 123.5q-130 0 -258 -131t-164 -315z" /> -<glyph unicode="¥" horiz-adv-x="1044" d="M86 226l38 200h253l23 111h-253l40 200h202l-158 719h307l80 -543l6 -1l295 544h307l-445 -719h175l-40 -200h-235l-23 -111h235l-38 -200h-236l-45 -226h-281l45 226h-252z" /> -<glyph unicode="¦" horiz-adv-x="461" d="M-33 -270l158 791h249l-158 -791h-249zM161 698l151 758h249l-151 -758h-249z" /> -<glyph unicode="§" horiz-adv-x="1076" d="M-3 -39l2 5h275q-23 -113 15 -153.5t115 -40.5q66 0 115 41t63 107q13 70 -22 107.5t-151 87.5q-185 64 -261 156t-42 262q18 93 65.5 161t121.5 111q-49 51 -64.5 121.5t4.5 169.5q36 184 172 282.5t338 98.5q189 0 287 -113.5t56 -309.5l-3 -5h-275q18 93 -9.5 146.5 t-100.5 53.5q-71 0 -119.5 -43t-60.5 -108q-17 -79 15 -114.5t153 -83.5q187 -63 263 -155.5t42 -262.5q-20 -95 -66.5 -162.5t-118.5 -108.5q48 -51 62.5 -121.5t-4.5 -168.5q-38 -189 -171 -283t-334 -94q-182 0 -295.5 100.5t-66.5 316.5zM394 564q-17 -86 12 -123.5 t146 -91.5q42 -16 52 -19.5t27 -9.5q28 23 48.5 57t29.5 76q14 76 -19.5 118t-145.5 95q-25 8 -44 15.5t-36 15.5q-27 -23 -44.5 -57t-25.5 -76z" /> -<glyph unicode="¨" horiz-adv-x="974" d="M273 1258l32 198h245l-32 -198h-245zM703 1258l32 198h245l-32 -198h-245z" /> -<glyph unicode="©" horiz-adv-x="1376" d="M129 729q52 327 258.5 537t459.5 210q239 0 384 -217.5t96 -529.5q-53 -328 -260.5 -539t-458.5 -211q-240 0 -385 218.5t-94 531.5zM238 729q-45 -277 68.5 -454t320.5 -176q196 -1 371.5 183t218.5 447q43 275 -70 451t-319 176q-197 0 -373 -183t-217 -444zM408 669 l19 119q28 179 124 283t235 104q130 0 196 -81t42 -233h-142q16 100 -13.5 142.5t-103.5 43.5q-73 -1 -126 -72.5t-71 -185.5l-19 -120q-20 -122 9 -190.5t106 -68.5q70 0 114 44t60 142h134l2 -6q-22 -156 -108 -232t-223 -76q-132 0 -197.5 107t-37.5 280z" /> -<glyph unicode="ª" horiz-adv-x="759" d="M196 919q22 117 102.5 173.5t217.5 56.5h96l11 53q14 70 0 103t-54 33q-44 0 -76.5 -28t-42.5 -80l-145 13l-2 6q17 104 97.5 166t196.5 62q103 0 157 -72.5t28 -203.5l-63 -315q-11 -54 -15 -96.5t-1 -84.5h-159q-2 23 -1.5 47t3.5 48q-35 -48 -84.5 -78.5t-110.5 -30.5 q-89 0 -132.5 62.5t-22.5 165.5zM355 925q-10 -48 5.5 -71.5t58.5 -23.5q32 0 79 30t69 65l23 112h-97q-51 0 -90 -35t-48 -77z" /> -<glyph unicode="«" horiz-adv-x="878" d="M71 507l1 6l3 13l299 389h173l-263 -399l104 -397h-173zM411 507l1 6l3 13l299 389h173l-263 -399l104 -397h-173z" /> -<glyph unicode="¬" horiz-adv-x="938" d="M158 638l32 163h678l-32 -163h-1l-52 -263h-180l52 263h-497z" /> -<glyph unicode="­" horiz-adv-x="734" d="M140 511l46 228h478l-46 -228h-478z" /> -<glyph unicode="®" horiz-adv-x="1376" d="M129 729q52 327 259 537t460 210q239 0 384 -218t96 -529q-53 -328 -260.5 -539t-458.5 -211q-240 0 -385.5 218.5t-94.5 531.5zM239 729q-45 -277 68.5 -454t320.5 -176q195 -1 370.5 183t218.5 447q43 275 -69.5 451t-318.5 176q-197 0 -373 -183t-217 -444zM407 316 l136 850h242q124 0 189.5 -68.5t46.5 -192.5q-10 -61 -42 -104.5t-85 -72.5q45 -30 60 -85t4 -128l-9 -56q-7 -43 -9 -74.5t2 -52.5l-2 -16h-140q-4 22 0.5 63.5t11.5 80.5l8 54q12 75 -9.5 108t-83.5 33h-128l-54 -339h-138zM619 783h104q60 0 106 31.5t56 89.5 q11 77 -15.5 105.5t-105.5 28.5h-104z" /> -<glyph unicode="¯" horiz-adv-x="927" d="M285 1297l25 160h629l-25 -160h-629z" /> -<glyph unicode="°" horiz-adv-x="704" d="M272 1203q23 119 107 196.5t183 77.5q89 0 145 -82t34 -192q-25 -121 -107.5 -196t-180.5 -75q-91 0 -147.5 80t-33.5 191zM408 1203q-12 -59 10 -94t64 -35q38 0 75 37t48 92q11 59 -9.5 95.5t-61.5 36.5q-39 0 -77.5 -39t-48.5 -93z" /> -<glyph unicode="±" horiz-adv-x="959" d="M33 7l46 230h672l-46 -230h-672zM134 721l38 235h263l58 361h248l-58 -361h262l-38 -235h-262l-61 -382h-248l61 382h-263z" /> -<glyph unicode="²" horiz-adv-x="726" d="M154 667l30 152l300 254q55 49 73 82.5t27 77.5q8 43 -1.5 68t-42.5 25t-58 -31.5t-34 -79.5h-187l-2 6q18 114 104.5 186t212.5 72q113 0 169.5 -66t34.5 -181q-18 -88 -74 -149t-184 -163l-91 -95l3 -6h267l-30 -152h-517z" /> -<glyph unicode="³" horiz-adv-x="717" d="M178 895l3 6h190q-10 -48 5.5 -71t58.5 -23q33 0 62 25t38 70q11 54 -8.5 80.5t-66.5 26.5h-87l17 89l8 38h87q41 0 67.5 26t36.5 72q8 41 -4.5 66t-49.5 25q-34 0 -57 -23t-29 -55h-186l-1 6q17 109 100 167t198 58q118 0 184 -60.5t45 -168.5q-12 -60 -50 -105t-94 -69 q51 -25 73.5 -72.5t10.5 -112.5q-25 -120 -108.5 -177.5t-213.5 -57.5q-118 0 -187.5 64t-41.5 176z" /> -<glyph unicode="´" horiz-adv-x="673" d="M225 1212l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="µ" horiz-adv-x="1078" d="M-50 -416l299 1498h283l-124 -623l-2 -8q-30 -151 -11 -196.5t85 -45.5q44 0 82.5 24.5t69.5 71.5l155 777h282l-216 -1082h-265l5 40q-38 -31 -81 -46t-89 -15q-31 0 -57 8.5t-47 25.5l-86 -429h-283z" /> -<glyph unicode="¶" horiz-adv-x="923" d="M170 988q43 220 170.5 344t318.5 124h344l-291 -1456h-284l104 520h-60q-175 0 -259 132t-43 336z" /> -<glyph unicode="·" horiz-adv-x="557" d="M165 560l52 262h273l-52 -262h-273z" /> -<glyph unicode="¸" horiz-adv-x="483" d="M-47 -454l26 155q28 0 49 21t30 63q8 45 -11 60.5t-76 20.5l54 141h211l-20 -59q45 -11 69.5 -52.5t9.5 -120.5q-24 -115 -110.5 -175t-226.5 -58z" /> -<glyph unicode="¹" horiz-adv-x="504" d="M248 665l127 634l-96 -1l31 156l298 23l-162 -812h-198z" /> -<glyph unicode="º" horiz-adv-x="784" d="M223 1025l23 117q32 158 126 246.5t227 88.5q121 0 184 -95t34 -240l-23 -117q-32 -158 -125.5 -246t-225.5 -88q-123 0 -186.5 94t-33.5 240zM382 1025q-19 -94 3 -144.5t86 -50.5q56 0 101.5 54.5t62.5 140.5l23 117q18 90 -3.5 142t-83.5 54q-58 -2 -104 -57.5 t-62 -138.5z" /> -<glyph unicode="»" horiz-adv-x="879" d="M5 152l263 398l-103 399h173l143 -389l-2 -6h1l-3 -13l-299 -389h-173zM356 152l263 398l-103 399h173l143 -389l-2 -6h1l-3 -13l-299 -389h-173z" /> -<glyph unicode="¼" horiz-adv-x="1209" d="M145 192l800 1138l118 -74l-800 -1138zM243 664l127 634l-96 -1l31 156l298 23l-162 -812h-198zM524 140l12 124l444 534l1 3h198l-101 -507h68l-31 -154h-68l-28 -140h-198l28 140h-325zM739 294h141l50 249l-6 3l-7 -9z" /> -<glyph unicode="½" horiz-adv-x="1269" d="M137 192l800 1138l118 -74l-800 -1138zM226 664l127 634l-96 -1l31 156l298 23l-162 -812h-198zM583 0l30 152l300 254q55 49 73 82.5t27 77.5q8 43 -1.5 68t-42.5 25t-58 -31.5t-34 -79.5h-187l-2 6q18 114 104.5 186t212.5 72q113 0 169.5 -66t34.5 -181 q-18 -88 -74 -149t-184 -163l-91 -95l3 -6h267l-30 -152h-517z" /> -<glyph unicode="¾" horiz-adv-x="1396" d="M161 896l3 6h190q-10 -48 5.5 -71t58.5 -23q33 0 62 25t38 70q11 54 -8.5 80.5t-66.5 26.5h-87l17 89l8 38h87q41 0 67.5 26t36.5 72q8 41 -4.5 66t-49.5 25q-34 0 -57 -23t-29 -55h-186l-1 6q17 109 100 167t198 58q118 0 184 -60.5t45 -168.5q-12 -60 -50 -105t-94 -69 q51 -25 73.5 -72.5t10.5 -112.5q-25 -120 -108.5 -177.5t-213.5 -57.5q-118 0 -187.5 64t-41.5 176zM321 192l800 1138l118 -74l-800 -1138zM669 140l12 124l444 534l1 3h198l-101 -507h68l-31 -154h-68l-28 -140h-198l28 140h-325zM884 294h141l50 249l-6 3l-7 -9z" /> -<glyph unicode="¿" horiz-adv-x="883" d="M-15 32q26 133 105 233.5t189 176.5q58 44 84.5 92.5t44.5 133.5h282q-30 -137 -81 -202.5t-175 -158.5q-64 -56 -107.5 -122.5t-59.5 -151.5q-20 -97 3 -147.5t89 -50.5q44 0 91 46.5t65 130.5h274l2 -6q-39 -196 -169.5 -298t-308.5 -102q-181 0 -273.5 117t-54.5 309z M443 834l49 248h279l-49 -248h-279z" /> -<glyph unicode="À" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1zM500 1825h302l124 -266h-226z" /> -<glyph unicode="Á" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1zM642 1560l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Â" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1zM467 1591l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="Ã" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1zM486 1645q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33 t-30.5 -79z" /> -<glyph unicode="Ä" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM453 1606l32 198h245l-32 -198h-245zM455 538h242l-19 491l-6 1zM883 1606l32 198h245l-32 -198h-245z" /> -<glyph unicode="Å" horiz-adv-x="1095" d="M-65 0l679 1456h293l96 -1456h-284l-13 309h-351l-136 -309h-284zM455 538h242l-19 491l-6 1zM631 1739q16 85 80.5 137.5t145.5 52.5q72 0 117 -55.5t30 -134.5q-18 -87 -80 -136.5t-142 -49.5q-75 0 -121.5 53.5t-29.5 132.5zM737 1739q-9 -45 8.5 -70t54.5 -25 q34 0 62 26.5t37 68.5q8 46 -8 71.5t-53 25.5q-34 0 -63.5 -27.5t-37.5 -69.5z" /> -<glyph unicode="Æ" horiz-adv-x="1593" d="M-73 0l895 1456h860l-46 -231h-454l-60 -363h375l-46 -230h-368l-67 -402h470l-46 -230h-744l56 339h-301l-196 -339h-328zM590 578h202l79 474l-5 2z" /> -<glyph unicode="Ç" horiz-adv-x="1045" d="M109 584l58 290q57 289 203 446t356 157q213 0 325 -141.5t81 -385.5h-281q24 148 -10.5 223.5t-141.5 75.5q-82 0 -150 -103t-101 -270l-58 -292q-37 -179 -2 -278.5t135 -99.5q89 0 144 69.5t92 219.5h273l2 -6q-60 -251 -188 -380.5t-342 -129.5q-206 0 -326.5 173 t-68.5 432zM264 -454l26 155q28 0 49 21t30 63q8 45 -11 60.5t-76 20.5l54 141h211l-20 -59q45 -11 69.5 -52.5t9.5 -120.5q-24 -115 -110.5 -175t-226.5 -58z" /> -<glyph unicode="È" horiz-adv-x="971" d="M22 0l291 1456h823l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-825zM439 1825h302l124 -266h-226z" /> -<glyph unicode="É" horiz-adv-x="971" d="M22 0l291 1456h823l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-825zM581 1560l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Ê" horiz-adv-x="971" d="M22 0l291 1456h823l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-825zM406 1591l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="Ë" horiz-adv-x="971" d="M22 0l291 1456h823l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-825zM392 1606l32 198h245l-32 -198h-245zM822 1606l32 198h245l-32 -198h-245z" /> -<glyph unicode="Ì" horiz-adv-x="523" d="M35 0l291 1456h281l-291 -1456h-281zM209 1825h302l124 -266h-226z" /> -<glyph unicode="Í" horiz-adv-x="523" d="M35 0l291 1456h281l-291 -1456h-281zM349 1560l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Î" horiz-adv-x="523" d="M35 0l291 1456h281l-291 -1456h-281zM176 1591l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="Ï" horiz-adv-x="523" d="M35 0l291 1456h281l-291 -1456h-281zM162 1606l32 198h245l-32 -198h-245zM592 1606l32 198h245l-32 -198h-245z" /> -<glyph unicode="Ð" horiz-adv-x="1137" d="M52 0l131 655h-103l35 175h103l125 626h391q204 0 329 -178t73 -437l-49 -245q-58 -288 -210.5 -442t-368.5 -154h-456zM380 227h157q100 0 166.5 97t101.5 272l50 247q34 177 -16 281t-166 104h-93l-79 -398h171l-35 -175h-171z" /> -<glyph unicode="Ñ" horiz-adv-x="1193" d="M22 0l291 1456h283l226 -905h6l181 905h281l-291 -1456h-281l-226 907h-6l-181 -907h-283zM527 1645q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33 t-30.5 -79z" /> -<glyph unicode="Ò" horiz-adv-x="1121" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181t74 -441l-52 -259q-58 -289 -218 -453t-384 -164q-209 0 -330 179.5t-68 441.5zM394 600q-36 -180 9 -286.5t154 -106.5q95 0 168 107.5t108 281.5l52 261q36 177 -14.5 284t-160.5 107q-94 0 -161.5 -106 t-102.5 -281zM512 1846h302l124 -266h-226z" /> -<glyph unicode="Ó" horiz-adv-x="1121" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181t74 -441l-52 -259q-58 -289 -218 -453t-384 -164q-209 0 -330 179.5t-68 441.5zM394 600q-36 -180 9 -286.5t154 -106.5q95 0 168 107.5t108 281.5l52 261q36 177 -14.5 284t-160.5 107q-94 0 -161.5 -106 t-102.5 -281zM654 1581l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Ô" horiz-adv-x="1121" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181t74 -441l-52 -259q-58 -289 -218 -453t-384 -164q-209 0 -330 179.5t-68 441.5zM394 600q-36 -180 9 -286.5t154 -106.5q95 0 168 107.5t108 281.5l52 261q36 177 -14.5 284t-160.5 107q-94 0 -161.5 -106 t-102.5 -281zM479 1612l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="Õ" horiz-adv-x="1121" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181t74 -441l-52 -259q-58 -289 -218 -453t-384 -164q-209 0 -330 179.5t-68 441.5zM394 600q-36 -180 9 -286.5t154 -106.5q95 0 168 107.5t108 281.5l52 261q36 177 -14.5 284t-160.5 107q-94 0 -161.5 -106 t-102.5 -281zM498 1666q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33t-30.5 -79z" /> -<glyph unicode="Ö" horiz-adv-x="1121" d="M114 600l52 259q58 290 212.5 454t376.5 164q211 0 337 -181t74 -441l-52 -259q-58 -289 -218 -453t-384 -164q-209 0 -330 179.5t-68 441.5zM394 600q-36 -180 9 -286.5t154 -106.5q95 0 168 107.5t108 281.5l52 261q36 177 -14.5 284t-160.5 107q-94 0 -161.5 -106 t-102.5 -281zM465 1627l32 198h245l-32 -198h-245zM895 1627l32 198h245l-32 -198h-245z" /> -<glyph unicode="×" horiz-adv-x="946" d="M50 369l322 313l-200 318l198 163l188 -300l308 300l131 -163l-326 -317l198 -314l-198 -163l-186 296l-304 -296z" /> -<glyph unicode="Ø" horiz-adv-x="1170" d="M69 -93l121 182q-69 71 -93.5 181.5t4.5 252.5l81 408q54 272 211 409t382 137q80 0 150 -25t122 -72l91 136h126l-149 -223q39 -71 49.5 -162.5t-10.5 -199.5l-81 -408q-55 -273 -212.5 -408.5t-383.5 -135.5q-57 0 -108.5 12t-95.5 36l-79 -120h-125zM365.5 429 q-3.5 -41 0.5 -65l6 -2l511 771q-13 59 -51 87t-102 28q-96 0 -167 -80.5t-101 -234.5l-82 -410q-11 -53 -14.5 -94zM414 239q19 -17 46 -24.5t62 -7.5q94 0 166 80.5t104 235.5l78 390l-6 2z" /> -<glyph unicode="Ù" horiz-adv-x="1131" d="M100 465l198 991h281l-198 -991q-28 -141 9 -200t132 -59q89 0 153.5 61t91.5 198l198 991h281l-198 -991q-50 -248 -201.5 -367t-369.5 -119q-200 0 -311.5 128.5t-65.5 357.5zM509 1825h302l124 -266h-226z" /> -<glyph unicode="Ú" horiz-adv-x="1131" d="M100 465l198 991h281l-198 -991q-28 -141 9 -200t132 -59q89 0 153.5 61t91.5 198l198 991h281l-198 -991q-50 -248 -201.5 -367t-369.5 -119q-200 0 -311.5 128.5t-65.5 357.5zM651 1560l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Û" horiz-adv-x="1131" d="M100 465l198 991h281l-198 -991q-28 -141 9 -200t132 -59q89 0 153.5 61t91.5 198l198 991h281l-198 -991q-50 -248 -201.5 -367t-369.5 -119q-200 0 -311.5 128.5t-65.5 357.5zM476 1591l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="Ü" horiz-adv-x="1131" d="M100 465l198 991h281l-198 -991q-28 -141 9 -200t132 -59q89 0 153.5 61t91.5 198l198 991h281l-198 -991q-50 -248 -201.5 -367t-369.5 -119q-200 0 -311.5 128.5t-65.5 357.5zM462 1606l32 198h245l-32 -198h-245zM892 1606l32 198h245l-32 -198h-245z" /> -<glyph unicode="Ý" horiz-adv-x="1085" d="M217 1456h308l99 -607l5 -1l344 608h307l-583 -939l-103 -517h-281l108 539zM638 1559l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="Þ" horiz-adv-x="1040" d="M20 0l291 1456h283l-54 -268h151q200 0 300.5 -126.5t61.5 -323.5q-44 -215 -184 -332.5t-358 -117.5h-151l-57 -288h-283zM406 515h150q80 0 137 64.5t76 156.5q20 101 -8.5 163t-115.5 62h-147l-3 3z" /> -<glyph unicode="ß" horiz-adv-x="1095" d="M32 0l221 1104q47 238 178.5 351.5t330.5 113.5q147 0 235.5 -97.5t54.5 -267.5q-23 -116 -81.5 -207t-72.5 -162q-12 -60 71 -198.5t56 -277.5q-42 -205 -151 -292.5t-306 -87.5q-58 0 -118.5 15t-86.5 40l94 224q25 -23 63.5 -38t91.5 -15q44 0 80.5 38.5t50.5 104.5 q16 80 -71 209t-59 267q21 104 81.5 198t75.5 168q13 67 -10.5 110t-66.5 43q-46 0 -92 -66.5t-68 -176.5l-220 -1100h-281z" /> -<glyph unicode="à" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5zM332 1503h302l124 -266h-226z" /> -<glyph unicode="á" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5zM474 1238l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="â" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM299 1269l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5z" /> -<glyph unicode="ã" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5zM318 1323q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5t-135.5 -64.5 q-53 0 -121 44t-110 44q-24 0 -47.5 -33t-30.5 -79z" /> -<glyph unicode="ä" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM285 1284l32 198h245l-32 -198h-245zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5zM715 1284l32 198h245l-32 -198h-245z" /> -<glyph unicode="å" horiz-adv-x="911" d="M33 302q34 170 146 252.5t309 82.5h96l18 88q16 84 0 124t-68 40q-39 0 -68 -35t-41 -98l-273 1l-2 6q26 151 148 245t297 94q152 0 238.5 -100t51.5 -279l-88 -438q-17 -84 -19.5 -150t6.5 -135h-280q-6 27 -8.5 58t-2.5 64q-50 -65 -110.5 -104t-131.5 -39 q-120 0 -183.5 89.5t-34.5 233.5zM318 315q-12 -58 4 -90t54 -32q36 0 72.5 22t63.5 58l40 201h-96q-53 0 -89 -45.5t-49 -113.5zM463 1417q16 85 80.5 137.5t145.5 52.5q72 0 117 -55.5t30 -134.5q-18 -87 -80 -136.5t-142 -49.5q-75 0 -121.5 53.5t-29.5 132.5zM569 1417 q-9 -45 8.5 -70t54.5 -25q34 0 62 26.5t37 68.5q8 46 -8 71.5t-53 25.5q-34 0 -63.5 -27.5t-37.5 -69.5z" /> -<glyph unicode="æ" horiz-adv-x="1420" d="M20 317q34 169 154.5 250.5t328.5 81.5h124l11 56q16 84 -1.5 126.5t-65.5 42.5q-47 0 -85.5 -37.5t-48.5 -91.5l-268 17l-2 6q26 154 148.5 244t303.5 90q72 0 132.5 -22t102.5 -65q58 43 127.5 65t149.5 22q162 0 241 -133.5t35 -353.5l-32 -160h-505 q-20 -123 9.5 -186t121.5 -63q68 0 122.5 19.5t123.5 58.5l33 -183q-59 -49 -158 -85.5t-200 -36.5q-96 0 -168.5 39t-115.5 112q-62 -66 -151 -108.5t-198 -42.5q-151 0 -225 92.5t-44 245.5zM301 313q-13 -64 7 -96.5t77 -32.5q34 0 83 27t84 64l38 191h-122 q-60 0 -107.5 -45.5t-59.5 -107.5zM910 644h228l5 27q20 100 6.5 151.5t-63.5 51.5q-62 0 -104.5 -61t-71.5 -169z" /> -<glyph unicode="ç" horiz-adv-x="878" d="M58 470l22 139q36 224 164.5 358.5t330.5 134.5q162 0 246.5 -114.5t54.5 -308.5h-263q14 93 -2.5 144t-71.5 51q-74 0 -116 -73t-61 -192l-22 -139q-21 -129 -4 -196.5t97 -67.5q51 0 84.5 43t46.5 124h255l2 -6q-26 -177 -144 -282.5t-280 -105.5q-193 0 -283.5 138.5 t-55.5 352.5zM216 -454l26 155q28 0 49 21t30 63q8 45 -11 60.5t-76 20.5l54 141h211l-20 -59q45 -11 69.5 -52.5t9.5 -120.5q-24 -115 -110.5 -175t-226.5 -58z" /> -<glyph unicode="è" horiz-adv-x="907" d="M73 451l24 152q36 227 163 363t318 136q176 0 258.5 -128.5t48.5 -344.5l-28 -174h-504v-4q-18 -111 15 -178t125 -67q72 0 124.5 18.5t123.5 59.5l42 -181q-62 -54 -157 -89t-203 -35q-189 0 -286 135t-64 337zM293 1504h302l124 -266h-226zM384 645h226l7 40 q15 94 -1.5 141.5t-73.5 47.5q-58 0 -97 -62.5t-61 -166.5z" /> -<glyph unicode="é" horiz-adv-x="907" d="M73 451l24 152q36 227 163 363t318 136q176 0 258.5 -128.5t48.5 -344.5l-28 -174h-504v-4q-18 -111 15 -178t125 -67q72 0 124.5 18.5t123.5 59.5l42 -181q-62 -54 -157 -89t-203 -35q-189 0 -286 135t-64 337zM384 645h226l7 40q15 94 -1.5 141.5t-73.5 47.5 q-58 0 -97 -62.5t-61 -166.5zM435 1239l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="ê" horiz-adv-x="907" d="M73 451l24 152q36 227 163 363t318 136q176 0 258.5 -128.5t48.5 -344.5l-28 -174h-504v-4q-18 -111 15 -178t125 -67q72 0 124.5 18.5t123.5 59.5l42 -181q-62 -54 -157 -89t-203 -35q-189 0 -286 135t-64 337zM262 1270l5 25l290 237h155l200 -240l-5 -22h-219l-80 134 l-132 -134h-214zM384 645h226l7 40q15 94 -1.5 141.5t-73.5 47.5q-58 0 -97 -62.5t-61 -166.5z" /> -<glyph unicode="ë" horiz-adv-x="907" d="M73 451l24 152q36 227 163 363t318 136q176 0 258.5 -128.5t48.5 -344.5l-28 -174h-504v-4q-18 -111 15 -178t125 -67q72 0 124.5 18.5t123.5 59.5l42 -181q-62 -54 -157 -89t-203 -35q-189 0 -286 135t-64 337zM248 1284l32 198h245l-32 -198h-245zM384 645h226l7 40 q15 94 -1.5 141.5t-73.5 47.5q-58 0 -97 -62.5t-61 -166.5zM678 1284l32 198h245l-32 -198h-245z" /> -<glyph unicode="ì" horiz-adv-x="507" d="M26 0l216 1082h283l-216 -1082h-283zM132 1482h302l124 -266h-226z" /> -<glyph unicode="í" horiz-adv-x="507" d="M26 0l216 1082h283l-216 -1082h-283zM272 1217l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="î" horiz-adv-x="507" d="M26 0l216 1082h283l-216 -1082h-283zM99 1250l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="ï" horiz-adv-x="507" d="M26 0l216 1082h283l-216 -1082h-283zM85 1263l32 198h245l-32 -198h-245zM515 1263l32 198h245l-32 -198h-245z" /> -<glyph unicode="ð" horiz-adv-x="1016" d="M46 466q48 241 180.5 369t327.5 128q53 0 101 -21t86 -59q0 79 -16 142t-44 113l-198 -119l-49 111l169 101q-25 20 -52.5 37t-57.5 32l131 217q65 -21 121.5 -56t103.5 -82l185 111l47 -110l-158 -96q71 -117 92 -274.5t-16 -345.5l-14 -71q-58 -288 -220.5 -451 t-363.5 -163q-187 0 -291.5 142t-63.5 345zM328 466q-24 -117 8 -188.5t113 -71.5q77 0 148.5 110t105.5 277l14 73v1q-19 36 -59 59.5t-97 23.5q-79 0 -143.5 -79t-89.5 -205z" /> -<glyph unicode="ñ" d="M0 0l216 1082h263l-16 -138q57 76 127 117t145 41q120 0 176.5 -106t13.5 -325l-134 -671h-283l134 671q24 119 5 161t-81 42q-32 0 -64 -20t-61 -55l-159 -799h-282zM345 1323q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45 q-17 -99 -75.5 -163.5t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33t-30.5 -79z" /> -<glyph unicode="ò" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q191 0 283.5 -140t58.5 -355l-21 -134q-37 -228 -168 -361t-331 -133q-193 0 -285.5 138.5t-56.5 355.5zM322 1503h302l124 -266h-226zM344.5 274.5q19.5 -68.5 99.5 -68.5q73 0 117 72t64 195l21 134q20 127 0.5 197 t-96.5 70q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-21 -130 -1.5 -198.5z" /> -<glyph unicode="ó" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q191 0 283.5 -140t58.5 -355l-21 -134q-37 -228 -168 -361t-331 -133q-193 0 -285.5 138.5t-56.5 355.5zM344.5 274.5q19.5 -68.5 99.5 -68.5q73 0 117 72t64 195l21 134q20 127 0.5 197t-96.5 70q-74 0 -119.5 -73.5 t-63.5 -193.5l-21 -134q-21 -130 -1.5 -198.5zM464 1238l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="ô" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q191 0 283.5 -140t58.5 -355l-21 -134q-37 -228 -168 -361t-331 -133q-193 0 -285.5 138.5t-56.5 355.5zM289 1269l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214zM344.5 274.5q19.5 -68.5 99.5 -68.5 q73 0 117 72t64 195l21 134q20 127 0.5 197t-96.5 70q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-21 -130 -1.5 -198.5z" /> -<glyph unicode="õ" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q191 0 283.5 -140t58.5 -355l-21 -134q-37 -228 -168 -361t-331 -133q-193 0 -285.5 138.5t-56.5 355.5zM308 1323q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5 t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33t-30.5 -79zM344.5 274.5q19.5 -68.5 99.5 -68.5q73 0 117 72t64 195l21 134q20 127 0.5 197t-96.5 70q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-21 -130 -1.5 -198.5z" /> -<glyph unicode="ö" d="M66 473l21 134q36 226 166.5 360.5t332.5 134.5q191 0 283.5 -140t58.5 -355l-21 -134q-37 -228 -168 -361t-331 -133q-193 0 -285.5 138.5t-56.5 355.5zM275 1284l32 198h245l-32 -198h-245zM344.5 274.5q19.5 -68.5 99.5 -68.5q73 0 117 72t64 195l21 134 q20 127 0.5 197t-96.5 70q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-21 -130 -1.5 -198.5zM705 1284l32 198h245l-32 -198h-245z" /> -<glyph unicode="÷" horiz-adv-x="969" d="M91 577l45 221h838l-45 -221h-838zM289 167l46 230h277l-46 -230h-277zM450 971l46 230h277l-46 -230h-277z" /> -<glyph unicode="ø" horiz-adv-x="962" d="M28 -143l129 218q-64 66 -88 169.5t-3 228.5l21 134q36 226 166.5 360.5t332.5 134.5q44 0 84 -8.5t75 -24.5l88 148h150l-135 -227q57 -67 77.5 -166t2.5 -217l-21 -134q-37 -228 -168 -361t-331 -133q-41 0 -77.5 7t-67.5 19l-87 -148h-148zM337 389l5 -2l275 465 q-14 10 -30.5 16t-36.5 6q-74 0 -119.5 -73.5t-63.5 -193.5l-21 -134q-5 -28 -7.5 -50.5t-1.5 -33.5zM390 218q10 -6 23.5 -9t30.5 -3q73 0 117 72t64 195l21 134q2 13 3.5 25t1.5 15l-6 2z" /> -<glyph unicode="ù" d="M84 428l130 654h282l-131 -656q-25 -122 -10.5 -170.5t65.5 -48.5q40 0 76 18t66 52l161 805h283l-216 -1082h-248l7 114q-54 -67 -120 -101t-141 -34q-129 0 -189.5 111.5t-14.5 337.5zM353 1482h302l124 -266h-226z" /> -<glyph unicode="ú" d="M84 428l130 654h282l-131 -656q-25 -122 -10.5 -170.5t65.5 -48.5q40 0 76 18t66 52l161 805h283l-216 -1082h-248l7 114q-54 -67 -120 -101t-141 -34q-129 0 -189.5 111.5t-14.5 337.5zM495 1217l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="û" d="M84 428l130 654h282l-131 -656q-25 -122 -10.5 -170.5t65.5 -48.5q40 0 76 18t66 52l161 805h283l-216 -1082h-248l7 114q-54 -67 -120 -101t-141 -34q-129 0 -189.5 111.5t-14.5 337.5zM320 1250l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="ü" d="M84 428l130 654h282l-131 -656q-25 -122 -10.5 -170.5t65.5 -48.5q40 0 76 18t66 52l161 805h283l-216 -1082h-248l7 114q-54 -67 -120 -101t-141 -34q-129 0 -189.5 111.5t-14.5 337.5zM306 1263l32 198h245l-32 -198h-245zM736 1263l32 198h245l-32 -198h-245z" /> -<glyph unicode="ý" horiz-adv-x="880" d="M-81 -413l76 212q13 -3 21 -4.5t16 -1.5q54 0 92 33.5t61 84.5l38 78l-84 1093h303l-11 -615l6 -2l264 617h301l-595 -1245q-62 -116 -143.5 -195t-217.5 -79q-32 0 -59 6t-68 18zM455 1217l209 266h295l2 -6l-280 -260h-226z" /> -<glyph unicode="þ" horiz-adv-x="964" d="M-77 -416l299 1498h1l96 478h281l-109 -545q42 42 90.5 64.5t100.5 22.5q153 0 222 -169t20 -418l-4 -21q-52 -258 -157.5 -386.5t-270.5 -128.5q-60 0 -108.5 24t-81.5 70l-14 -73l-83 -416h-282zM338 250q13 -24 39 -34t69 -10q68 0 115.5 75t76.5 213l4 21 q33 166 21 262.5t-83 96.5q-38 0 -73 -28t-65 -77z" /> -<glyph unicode="ÿ" horiz-adv-x="880" d="M-81 -413l76 212q13 -3 21 -4.5t16 -1.5q54 0 92 33.5t61 84.5l38 78l-84 1093h303l-11 -615l6 -2l264 617h301l-595 -1245q-62 -116 -143.5 -195t-217.5 -79q-32 0 -59 6t-68 18zM268 1263l32 198h245l-32 -198h-245zM698 1263l32 198h245l-32 -198h-245z" /> -<glyph unicode="Œ" horiz-adv-x="1644" d="M118 576l61 304q56 282 225.5 439.5t400.5 157.5q49 0 108 -6t116 -15h747l-45 -228h-541l-72 -362h460l-45 -227h-460l-83 -412h542l-45 -227h-749q-74 -10 -126.5 -15.5t-104.5 -5.5q-211 0 -326 168.5t-63 428.5zM399 576q-38 -191 3 -280.5t150 -89.5q34 0 73 3t80 9 l204 1019q-37 6 -74.5 9.5t-74.5 3.5q-100 0 -182.5 -96.5t-117.5 -271.5z" /> -<glyph unicode="œ" horiz-adv-x="1504" d="M97 529l4 22q52 260 189.5 405.5t339.5 145.5q80 0 143.5 -31.5t106.5 -88.5q61 58 137 89t163 31q171 0 249.5 -133t35.5 -353l-32 -161h-501q-16 -117 14 -183t113 -66q69 0 125 19t128 59l35 -181q-64 -53 -161.5 -88.5t-205.5 -35.5q-81 0 -146 32t-109 91 q-66 -61 -146 -92t-172 -31q-186 0 -272 155t-38 395zM360 289q13 -81 90 -75l6 -1q68 -5 119 82.5t81 233.5l4 22q31 156 17.5 238t-90.5 77l-6 1q-68 4 -119 -85t-79 -231l-4 -22q-32 -159 -19 -240zM973 645h222l5 27q20 102 6 152t-71 50q-51 0 -92 -62t-70 -167z" /> -<glyph unicode="Ÿ" horiz-adv-x="1085" d="M217 1456h308l99 -607l5 -1l344 608h307l-583 -939l-103 -517h-281l108 539zM449 1605l32 198h245l-32 -198h-245zM879 1605l32 198h245l-32 -198h-245z" /> -<glyph unicode="ˆ" horiz-adv-x="880" d="M282 1252l5 25l290 237h155l200 -240l-5 -22h-219l-80 134l-132 -134h-214z" /> -<glyph unicode="˜" horiz-adv-x="844" d="M246 1272q15 96 74.5 162.5t135.5 66.5q40 0 114.5 -44t117.5 -44q24 0 48 33t32 80l138 -45q-17 -99 -75.5 -163.5t-135.5 -64.5q-53 0 -121 44t-110 44q-24 0 -47.5 -33t-30.5 -79z" /> -<glyph unicode=" " horiz-adv-x="964" /> -<glyph unicode=" " horiz-adv-x="1929" /> -<glyph unicode=" " horiz-adv-x="964" /> -<glyph unicode=" " horiz-adv-x="1929" /> -<glyph unicode=" " horiz-adv-x="643" /> -<glyph unicode=" " horiz-adv-x="482" /> -<glyph unicode=" " horiz-adv-x="321" /> -<glyph unicode=" " horiz-adv-x="321" /> -<glyph unicode=" " horiz-adv-x="241" /> -<glyph unicode=" " horiz-adv-x="385" /> -<glyph unicode=" " horiz-adv-x="107" /> -<glyph unicode="‐" horiz-adv-x="734" d="M140 511l46 228h478l-46 -228h-478z" /> -<glyph unicode="‑" horiz-adv-x="734" d="M140 511l46 228h478l-46 -228h-478z" /> -<glyph unicode="‒" horiz-adv-x="734" d="M140 511l46 228h478l-46 -228h-478z" /> -<glyph unicode="–" horiz-adv-x="1166" d="M192 600l60 230h873l-59 -230h-874z" /> -<glyph unicode="—" horiz-adv-x="1373" d="M181 600l74 230h1075l-74 -230h-1075z" /> -<glyph unicode="‘" horiz-adv-x="363" d="M162 1023l38 191l212 346h135l-115 -342l-39 -195h-231z" /> -<glyph unicode="’" horiz-adv-x="363" d="M170 1024l115 344l38 192h232l-38 -192l-212 -344h-135z" /> -<glyph unicode="‚" horiz-adv-x="365" d="M-94 -257l103 267l57 285h232l-54 -271l-186 -281h-152z" /> -<glyph unicode="“" horiz-adv-x="657" d="M162 1023l38 191l212 346h135l-115 -342l-39 -195h-231zM456 1023l38 191l212 346h135l-115 -342l-39 -195h-231z" /> -<glyph unicode="”" horiz-adv-x="665" d="M164 1024l115 344l38 192h232l-38 -192l-212 -344h-135zM464 1024l115 344l38 192h232l-38 -192l-212 -344h-135z" /> -<glyph unicode="„" horiz-adv-x="652" d="M-86 -246l100 254l53 263h215l-50 -251l-199 -266h-119zM216 -246l102 261l51 256h215l-50 -251l-199 -266h-119z" /> -<glyph unicode="•" horiz-adv-x="665" d="M182 710l19 96q21 106 90.5 167t166.5 61q92 0 140 -64.5t28 -163.5l-19 -96q-22 -107 -90 -166t-167 -59q-91 0 -139.5 63.5t-28.5 161.5z" /> -<glyph unicode="…" horiz-adv-x="1307" d="M40 0l52 258h278l-52 -258h-278zM439 0l52 258h278l-52 -258h-278zM833 0l52 258h278l-52 -258h-278z" /> -<glyph unicode=" " horiz-adv-x="385" /> -<glyph unicode="‹" horiz-adv-x="549" d="M123 541l1 6l3 13l299 389h173l-263 -399l104 -397h-173z" /> -<glyph unicode="›" horiz-adv-x="527" d="M18 152l263 398l-103 399h173l143 -389l-2 -6h1l-3 -13l-299 -389h-173z" /> -<glyph unicode=" " horiz-adv-x="482" /> -<glyph unicode="€" horiz-adv-x="938" d="M74 454l38 200h112l25 116h-112l41 200h113l3 16q43 223 192 357t357 134q46 0 94 -8.5t99 -22.5l-66 -232q-40 16 -83 25.5t-89 9.5q-76 0 -139.5 -78.5t-81.5 -182.5l-4 -18h312l-41 -200h-312l-25 -116h312l-38 -200h-313l-2 -12q-23 -109 8.5 -172.5t115.5 -63.5 q43 0 92 8.5t93 24.5l-26 -229q-51 -15 -102 -23t-102 -8q-190 0 -295.5 135.5t-65.5 327.5l2 12h-112z" /> -<glyph unicode="™" horiz-adv-x="1076" d="M275 1350l21 106h325l-21 -106h-98l-87 -433h-134l87 433h-93zM568 914l108 542h146l11 -358l5 -1l153 359h140l-108 -542h-117l47 239l-5 2l-117 -241h-65l-22 255h-6l-51 -255h-119z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1119" d="M66 0l175 876h-126l41 206h126l24 120q39 194 146.5 286.5t276.5 92.5q30 0 62 -5.5t70 -15.5l-67 -218q-17 4 -34.5 7t-41.5 3q-46 0 -81 -39.5t-49 -110.5l-24 -120h162l-41 -206h-162l-175 -876h-282zM649 0l312 1560h281l-312 -1560h-281z" /> -<glyph unicode="ffi" horiz-adv-x="1705" d="M66 0l175 876h-126l41 206h126l24 120q39 194 146.5 286.5t276.5 92.5q30 0 62 -5.5t70 -15.5l-67 -218q-17 4 -34.5 7t-41.5 3q-46 0 -81 -39.5t-49 -110.5l-24 -120h162l-41 -206h-162l-175 -876h-282zM692 0l175 876h-126l41 206h126l14 70q44 220 171 324.5 t330 104.5q63 0 129.5 -15.5t139.5 -43.5l-85 -232q-58 22 -104 34t-111 12q-70 0 -120.5 -48t-67.5 -136l-14 -70h161l-41 -206h-161l-175 -876h-282zM1234 0l216 1082h283l-216 -1082h-283z" /> -<glyph unicode="ffl" horiz-adv-x="1750" d="M66 0l175 876h-126l41 206h126l24 120q39 194 146.5 286.5t276.5 92.5q30 0 62 -5.5t70 -15.5l-67 -218q-17 4 -34.5 7t-41.5 3q-46 0 -81 -39.5t-49 -110.5l-24 -120h162l-41 -206h-162l-175 -876h-282zM697 0l175 876h-126l41 206h126l24 120q39 194 146.5 286.5 t276.5 92.5q30 0 62 -5.5t70 -15.5l-67 -218q-17 4 -34.5 7t-41.5 3q-46 0 -81 -39.5t-49 -110.5l-24 -120h162l-41 -206h-162l-175 -876h-282zM1280 0l312 1560h281l-312 -1560h-281z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-18" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="/" u2="/" k="224" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="61" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="234" /> -<hkern u1="F" u2="„" k="234" /> -<hkern u1="F" u2="‚" k="234" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="J" k="264" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2="." k="234" /> -<hkern u1="F" u2="," k="234" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="92" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="97" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="43" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="80" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="114" /> -<hkern u1="T" u2="Æ" k="179" /> -<hkern u1="T" u2="»" k="216" /> -<hkern u1="T" u2="«" k="328" /> -<hkern u1="T" u2="w" k="57" /> -<hkern u1="T" u2="r" k="75" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-32" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="t" u2="ö" k="20" /> -<hkern u1="t" u2="õ" k="20" /> -<hkern u1="t" u2="ô" k="20" /> -<hkern u1="t" u2="ó" k="20" /> -<hkern u1="t" u2="ò" k="20" /> -<hkern u1="t" u2="o" k="20" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="61" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="61" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="61" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="61" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="61" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="61" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="m,n,p,ntilde" k="23" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" /> -<hkern g1="L" g2="T" k="275" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" /> -<hkern g1="L" g2="V" k="175" /> -<hkern g1="L" g2="W" k="143" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" /> -<hkern g1="P" g2="X" k="31" /> -<hkern g1="P" g2="Z" k="26" /> -<hkern g1="P" g2="J" k="200" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" /> -<hkern g1="T" g2="m,n,p,ntilde" k="109" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" /> -<hkern g1="T" g2="s" k="116" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" /> -<hkern g1="T" g2="J" k="240" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/robotocondensed-bolditalic-webfont.ttf b/public/fonts/robotocondensed-bolditalic-webfont.ttf deleted file mode 100755 index 3f67bccd62d66860ba362a98a67ffc481f8efee1..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-bolditalic-webfont.ttf and /dev/null differ diff --git a/public/fonts/robotocondensed-bolditalic-webfont.woff b/public/fonts/robotocondensed-bolditalic-webfont.woff deleted file mode 100755 index 23003ea03acd9a5d458578b5d003ed27c003b65b..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-bolditalic-webfont.woff and /dev/null differ diff --git a/public/fonts/robotocondensed-bolditalic-webfont.woff2 b/public/fonts/robotocondensed-bolditalic-webfont.woff2 deleted file mode 100755 index 8ad45492dfc25272dcd8d2e59c62f5307f433d37..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-bolditalic-webfont.woff2 and /dev/null differ diff --git a/public/fonts/robotocondensed-light-webfont.eot b/public/fonts/robotocondensed-light-webfont.eot deleted file mode 100755 index 265c1d1a3a4c9fb52b8718283cb23d4453ed884b..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-light-webfont.eot and /dev/null differ diff --git a/public/fonts/robotocondensed-light-webfont.svg b/public/fonts/robotocondensed-light-webfont.svg deleted file mode 100755 index 132f8e1b7124cbf3c4d17daa591bf22a0e1d1a1f..0000000000000000000000000000000000000000 --- a/public/fonts/robotocondensed-light-webfont.svg +++ /dev/null @@ -1,649 +0,0 @@ -<?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="roboto_condensedlight" horiz-adv-x="969" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="434" /> -<glyph unicode="fi" horiz-adv-x="941" d="M43 981v101h147v136q0 173 82 268t227 95q56 0 113 -15.5t118 -44.5l-20 -105q-46 24 -94.5 38t-107.5 14q-101 0 -149.5 -63.5t-48.5 -186.5v-136h199v-101h-199v-981h-120v981h-147zM672 0v1082h121v-1082h-121z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="434" /> -<glyph horiz-adv-x="18" /> -<glyph unicode="	" horiz-adv-x="18" /> -<glyph unicode=" " horiz-adv-x="434" /> -<glyph unicode="	" horiz-adv-x="434" /> -<glyph unicode=" " horiz-adv-x="434" /> -<glyph unicode="!" horiz-adv-x="421" d="M144 0v168h133v-168h-133zM150 478v978h119v-978h-119z" /> -<glyph unicode=""" horiz-adv-x="549" d="M113 1080l2 254v226h102v-219l-36 -261h-68zM338 1080l2 258v222h102v-219l-36 -261h-68z" /> -<glyph unicode="#" horiz-adv-x="1072" d="M65 410v96h222l68 435h-227v99h243l66 416h97l-66 -416h245l66 416h96l-66 -416h181v-99h-197l-69 -435h205v-96h-220l-65 -410h-96l65 410h-244l-65 -410h-97l65 410h-207zM384 506h244l69 435h-245z" /> -<glyph unicode="$" horiz-adv-x="964" d="M103 419h119q0 -177 78 -254.5t188 -77.5q116 0 185 77.5t69 194.5q0 110 -57 179.5t-200 133.5q-172 66 -255 159t-83 262q0 160 81.5 262t221.5 119v203h101v-203q143 -19 222 -134.5t79 -313.5h-120q0 151 -61.5 246t-171.5 95q-114 0 -173 -77t-59 -194 q0 -113 54.5 -182t205.5 -133q171 -68 252.5 -160t81.5 -260q0 -164 -85 -263.5t-232 -115.5v-190h-100v189q-148 14 -244.5 119.5t-96.5 318.5z" /> -<glyph unicode="%" horiz-adv-x="1333" d="M103 1099v77q0 127 69.5 214t182.5 87t182.5 -87t69.5 -214v-77q0 -127 -69 -213t-181 -86q-114 0 -184 86.5t-70 212.5zM200 1099q0 -87 40.5 -148.5t116.5 -61.5q74 0 114 61t40 149v77q0 87 -40.5 149.5t-115.5 62.5q-74 0 -114.5 -62.5t-40.5 -149.5v-77zM335 169 l588 1138l72 -49l-589 -1138zM735 279v78q0 126 69.5 213t182.5 87t182.5 -87t69.5 -213v-78q0 -127 -69 -213.5t-181 -86.5q-115 0 -184.5 86.5t-69.5 213.5zM831 279q0 -88 41 -149.5t117 -61.5q74 0 114 61.5t40 149.5v78q0 90 -40.5 150.5t-115.5 60.5t-115.5 -61 t-40.5 -150v-78z" /> -<glyph unicode="&" horiz-adv-x="1119" d="M82 372q0 121 64.5 217.5t188.5 195.5l7 6q-73 102 -108 184.5t-35 169.5q0 159 79.5 245.5t218.5 86.5q129 0 206.5 -81.5t77.5 -204.5q0 -91 -41.5 -156.5t-119.5 -130.5l-132 -117l345 -465l6 1q38 64 60 148.5t22 180.5h113q0 -128 -33 -235.5t-95 -193.5l166 -223 h-147l-97 132q-74 -74 -161.5 -113.5t-185.5 -39.5q-184 0 -291.5 107.5t-107.5 285.5zM204 372q0 -124 71 -206.5t206 -82.5q77 0 150.5 34.5t133.5 98.5l-355 483l-9 11l-36 -32q-96 -93 -128.5 -167.5t-32.5 -138.5zM323 1147q0 -64 26.5 -134t80.5 -146l144 126 q50 44 71 93t21 105q0 77 -45.5 128.5t-123.5 51.5q-84 0 -129 -64t-45 -160z" /> -<glyph unicode="'" horiz-adv-x="324" d="M106 1088l6 266v206h102v-197l-39 -275h-69z" /> -<glyph unicode="(" horiz-adv-x="559" d="M123 573v15q0 360 121 648.5t262 388.5h6l24 -75q-116 -105 -204 -367t-88 -592v-20q0 -330 87.5 -592t204.5 -369l-24 -72h-6q-143 101 -263 383.5t-120 651.5z" /> -<glyph unicode=")" horiz-adv-x="568" d="M20 -390q115 103 204.5 366.5t89.5 594.5v20q0 327 -91 592t-203 371l25 71h6q140 -100 261.5 -388t121.5 -649v-15q0 -369 -120.5 -651.5t-262.5 -383.5h-6z" /> -<glyph unicode="*" horiz-adv-x="778" d="M34 1105l32 104l280 -122l-4 369h104l-8 -372l276 126l31 -104l-283 -114l189 -293l-86 -64l-178 304l-172 -302l-85 63l184 299z" /> -<glyph unicode="+" horiz-adv-x="1026" d="M75 626v116h371v464h123v-464h376v-116h-376v-480h-123v480h-371z" /> -<glyph unicode="," horiz-adv-x="346" d="M69 -258l56 280v168h121v-171l-100 -277h-77z" /> -<glyph unicode="-" horiz-adv-x="497" d="M46 568v104h399v-104h-399z" /> -<glyph unicode="." horiz-adv-x="440" d="M146 0v166h130v-166h-130z" /> -<glyph unicode="/" horiz-adv-x="701" d="M30 -125l504 1581h106l-504 -1581h-106z" /> -<glyph unicode="0" horiz-adv-x="978" d="M110 564v326q0 280 100.5 433.5t277.5 153.5t278 -153t101 -434v-326q0 -282 -100.5 -433.5t-276.5 -151.5q-177 0 -278.5 152t-101.5 433zM231 545q0 -220 67 -341t192 -121t191 120.5t66 341.5v366q0 222 -66.5 341t-192.5 119q-125 0 -191 -119.5t-66 -340.5v-366z " /> -<glyph unicode="1" horiz-adv-x="964" d="M158 1285v86l419 88v-1465h-120v1332z" /> -<glyph unicode="2" horiz-adv-x="964" d="M97 1041q-4 184 99.5 310t283.5 126q158 0 252.5 -108.5t94.5 -290.5q0 -121 -61.5 -245.5t-170.5 -272.5l-332 -456h615v-104h-761v94l395 540q108 148 151.5 247.5t43.5 192.5q0 134 -60.5 215.5t-166.5 81.5q-133 0 -200.5 -90.5t-67.5 -244.5h-113z" /> -<glyph unicode="3" horiz-adv-x="964" d="M94 389l3 5h112q0 -139 73 -225t192 -86q120 0 187.5 80t67.5 229q0 152 -67.5 224.5t-198.5 72.5h-124v105h124q124 0 184.5 78t60.5 204q0 136 -60 215.5t-177 79.5q-110 0 -178.5 -81t-68.5 -215h-112l-2 5q-4 171 98 284t263 113q163 0 260 -107t97 -298 q0 -103 -51 -193t-146 -134q113 -38 166 -130t53 -219q0 -195 -105.5 -306t-270.5 -111q-162 0 -273 108t-107 302z" /> -<glyph unicode="4" horiz-adv-x="964" d="M62 366v71l549 1019h129v-986h181v-104h-181v-366h-119v366h-559zM198 470h423v805l-6 1l-34 -88z" /> -<glyph unicode="5" horiz-adv-x="964" d="M148 378l2 5h109q0 -146 64.5 -223t171.5 -77q125 0 188.5 97.5t63.5 281.5q0 162 -64.5 259.5t-178.5 97.5q-109 0 -164 -43.5t-80 -133.5l-98 17l68 797h592v-115h-490l-44 -513q44 48 96 75.5t135 30.5q158 3 253 -125t95 -345q0 -221 -93.5 -353t-278.5 -132 q-151 0 -251 101t-96 298z" /> -<glyph unicode="6" horiz-adv-x="964" d="M130 541v363q0 254 122 413.5t301 159.5q63 0 123.5 -17t104.5 -49l-29 -100q-43 30 -89 45t-110 15q-133 0 -218.5 -125.5t-85.5 -329.5v-106q52 70 126.5 110.5t162.5 40.5q162 0 257 -135.5t95 -351.5t-102 -355.5t-267 -139.5q-169 0 -280 150t-111 412zM249 532 q0 -208 77 -329t195 -121q114 0 181 114t67 278q0 173 -67 280t-189 107q-95 0 -164.5 -55.5t-99.5 -145.5v-128z" /> -<glyph unicode="7" horiz-adv-x="964" d="M73 1350v106h799v-106q-202 -270 -297 -553.5t-130 -673.5l-11 -123h-119l10 123q35 371 141.5 668.5t284.5 558.5h-678z" /> -<glyph unicode="8" horiz-adv-x="964" d="M92 386q0 128 65.5 223.5t176.5 136.5q-97 40 -152.5 128t-55.5 207q0 188 98.5 292t256.5 104q156 0 257 -104.5t101 -291.5q0 -119 -57.5 -207.5t-153.5 -127.5q110 -42 176.5 -137.5t66.5 -222.5q0 -197 -108 -302t-280 -105q-175 0 -283 105t-108 302zM213 386 q0 -142 74 -222.5t196 -80.5q117 0 192.5 80.5t75.5 222.5q0 137 -77 222.5t-193 85.5q-118 0 -193 -85.5t-75 -222.5zM247 1081q0 -129 65.5 -205.5t170.5 -76.5q102 0 168 77t66 205q0 126 -67.5 208t-168.5 82q-104 0 -169 -79t-65 -211z" /> -<glyph unicode="9" horiz-adv-x="964" d="M81 958q0 220 107 369.5t263 149.5q179 0 285.5 -138t106.5 -400v-426q0 -254 -114 -394t-297 -140q-62 0 -128 15.5t-123 44.5l21 104q54 -32 108 -46t122 -14q131 0 209.5 111t78.5 317v131q-43 -87 -113 -133.5t-155 -46.5q-168 0 -269.5 137.5t-101.5 358.5zM204 958 q0 -168 67 -280t181 -112q102 0 170 64t98 160v158q0 207 -70.5 315t-194.5 108q-107 0 -179 -121t-72 -292z" /> -<glyph unicode=":" horiz-adv-x="400" d="M139 0v166h130v-166h-130zM139 914v166h130v-166h-130z" /> -<glyph unicode=";" horiz-adv-x="405" d="M96 -258l56 280v168h121v-171l-100 -277h-77zM142 916v166h130v-166h-130z" /> -<glyph unicode="<" horiz-adv-x="884" d="M71 500v99l683 378v-129l-495 -270l-95 -27v-6l95 -28l495 -266v-130z" /> -<glyph unicode="=" horiz-adv-x="970" d="M134 421v109h691v-109h-691zM134 832v109h691v-109h-691z" /> -<glyph unicode=">" horiz-adv-x="901" d="M115 118v128l515 272l95 27v6l-95 29l-515 268v127l703 -378v-100z" /> -<glyph unicode="?" horiz-adv-x="801" d="M71 1121q-2 166 88.5 261t232.5 95q153 0 239.5 -101t86.5 -273q0 -134 -55 -236t-158 -222q-48 -53 -58.5 -98.5t-10.5 -142.5h-121q1 130 19.5 182.5t97.5 138.5q88 117 126.5 189.5t38.5 186.5q0 126 -53.5 196t-151.5 70q-90 0 -147.5 -68t-58.5 -183h-113zM313 0 v157h133v-157h-133z" /> -<glyph unicode="@" horiz-adv-x="1639" d="M114 478q15 424 218 683.5t530 259.5q338 0 510.5 -242.5t157.5 -666.5q-8 -217 -102 -375t-277 -158q-68 0 -115 49t-62 137q-46 -93 -112 -139.5t-153 -46.5q-112 0 -171.5 120t-43.5 317q20 254 122 408t248 154q84 0 135.5 -26.5t113.5 -81.5l-2 -2h3l-44 -575 q-8 -132 24 -179.5t80 -47.5q119 0 188.5 124t78.5 322q16 388 -128.5 604t-454.5 216q-278 0 -455 -235t-192 -619q-17 -379 138.5 -611.5t443.5 -232.5q77 0 155.5 21.5t133.5 57.5l28 -77q-57 -41 -146.5 -65t-173.5 -24q-331 0 -511.5 249.5t-164.5 681.5zM605 416 q-12 -155 22.5 -246t112.5 -91q69 0 126.5 39t100.5 141v14t2 20l42 548q-27 20 -59 32t-69 12q-115 0 -187 -118t-91 -351z" /> -<glyph unicode="A" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM317 514h464l-228 749h-6z" /> -<glyph unicode="B" horiz-adv-x="1080" d="M164 0v1456h366q188 0 294 -96t106 -288q0 -110 -55 -192.5t-146 -115.5q113 -23 182 -124t69 -235q0 -196 -105.5 -300.5t-284.5 -104.5h-426zM284 104h306q127 0 198.5 78.5t71.5 220.5q0 132 -63.5 215t-187.5 83h-325v-597zM284 804h284q113 3 177 72.5t64 199.5 q0 136 -71.5 205t-207.5 69h-246v-546z" /> -<glyph unicode="C" horiz-adv-x="1062" d="M110 526v403q0 261 118.5 404.5t318.5 143.5q195 0 304 -110t111 -328l-3 -6h-111q-5 173 -80 255.5t-221 82.5q-150 0 -234 -113t-84 -326v-406q0 -217 84 -330t234 -113q146 0 221 80.5t80 259.5h111l3 -6q-2 -213 -112 -325.5t-303 -112.5q-201 0 -319 142t-118 405z " /> -<glyph unicode="D" horiz-adv-x="1134" d="M164 0v1456h357q227 0 371 -178t144 -457v-188q0 -280 -144 -456.5t-371 -176.5h-357zM284 104h237q176 0 285.5 149t109.5 380v191q0 229 -109.5 377.5t-285.5 148.5h-237v-1246z" /> -<glyph unicode="E" horiz-adv-x="1001" d="M164 0v1456h771v-106h-651v-543h572v-104h-572v-599h657v-104h-777z" /> -<glyph unicode="F" horiz-adv-x="1000" d="M164 0v1456h780v-106h-660v-565h575v-106h-575v-679h-120z" /> -<glyph unicode="G" horiz-adv-x="1192" d="M123 517v433q0 255 126 391t337 136q206 0 319 -107.5t118 -299.5l-2 -6h-112q-6 147 -86 227t-237 80q-159 0 -251 -107.5t-92 -311.5v-435q0 -212 99 -323t267 -111q123 0 197 44t103 107v378h-302v105h423v-519q-40 -82 -147.5 -150.5t-273.5 -68.5q-219 0 -352.5 139 t-133.5 399z" /> -<glyph unicode="H" horiz-adv-x="1221" d="M164 0v1456h120v-683h654v683h119v-1456h-119v669h-654v-669h-120z" /> -<glyph unicode="I" horiz-adv-x="484" d="M181 0v1456h121v-1456h-121z" /> -<glyph unicode="J" horiz-adv-x="953" d="M72 396l2 5h114q0 -157 65 -237.5t186 -80.5q103 0 170 89t67 240v1044h120v-1044q0 -200 -99 -316.5t-258 -116.5q-171 0 -271 107q-96 102 -96 294v16z" /> -<glyph unicode="K" horiz-adv-x="1104" d="M164 0v1456h120v-669h152l461 669h140l-500 -715l536 -741h-149l-484 683h-156v-683h-120z" /> -<glyph unicode="L" horiz-adv-x="920" d="M164 0v1456h121v-1352h588v-104h-709z" /> -<glyph unicode="M" horiz-adv-x="1443" d="M158 0v1456h154l405 -1275h6l406 1275h155v-1456h-119v639l12 595l-6 1l-411 -1235h-80l-410 1233l-6 -1l12 -593v-639h-118z" /> -<glyph unicode="N" horiz-adv-x="1225" d="M164 0v1456h121l650 -1219l6 1v1218h120v-1456h-120l-650 1219l-6 -1v-1218h-121z" /> -<glyph unicode="O" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 z" /> -<glyph unicode="P" horiz-adv-x="1080" d="M164 0v1456h431q191 0 296 -117t105 -309q0 -194 -105 -310.5t-296 -116.5h-311v-603h-120zM284 708h311q140 0 210 91.5t70 228.5q0 139 -70 230.5t-210 91.5h-311v-642z" /> -<glyph unicode="Q" horiz-adv-x="1166" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -141 -36.5 -247t-103.5 -175l212 -237l-82 -77l-220 246q-50 -27 -108 -40.5t-124 -13.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411 q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411z" /> -<glyph unicode="R" horiz-adv-x="1137" d="M162 0v1455h418q196 0 300 -103t104 -300q0 -116 -55 -206.5t-156 -133.5q111 -34 159.5 -122t48.5 -219v-137q0 -68 13 -122t44 -88v-24h-123q-31 36 -42.5 100t-11.5 136v133q0 132 -67 210t-184 78h-328v-657h-120zM282 761h284q154 0 225.5 78.5t71.5 213.5 q0 143 -70 220t-213 77h-298v-589z" /> -<glyph unicode="S" horiz-adv-x="1044" d="M91 408l2 6h112q0 -170 98.5 -250.5t236.5 -80.5q136 0 219 75t83 199q0 119 -69.5 193.5t-244.5 131.5q-199 61 -301.5 157.5t-102.5 258.5q0 167 114.5 273t295.5 106q190 0 306 -125q113 -122 112 -296v-9l-3 -6h-113q0 145 -80.5 237.5t-221.5 92.5q-137 0 -213 -77 t-76 -193q0 -108 73.5 -181.5t249.5 -128.5q194 -60 294.5 -162.5t100.5 -269.5q0 -175 -118.5 -277.5t-304.5 -102.5q-182 0 -318 110q-131 106 -131 304v15z" /> -<glyph unicode="T" horiz-adv-x="1020" d="M43 1350v106h933v-106h-407v-1350h-120v1350h-406z" /> -<glyph unicode="U" horiz-adv-x="1119" d="M137 437v1019h118v-1019q0 -171 83.5 -262.5t217.5 -91.5q141 0 225.5 87.5t84.5 266.5v1019h119v-1019q0 -223 -119 -340.5t-310 -117.5q-187 0 -303 117.5t-116 340.5z" /> -<glyph unicode="V" horiz-adv-x="1077" d="M35 1456h130l347 -1204l24 -90h6l25 90l345 1204h130l-449 -1456h-109z" /> -<glyph unicode="W" horiz-adv-x="1531" d="M56 1456h121l208 -1039l31 -197l6 -1l41 198l244 1039h110l246 -1039l40 -200h6l33 200l205 1039h122l-304 -1456h-111l-260 1111l-28 135h-6l-26 -135l-264 -1111h-111z" /> -<glyph unicode="X" horiz-adv-x="1069" d="M59 0l408 738l-396 718h145l320 -620l321 620h145l-395 -718l408 -738h-144l-333 639l-333 -639h-146z" /> -<glyph unicode="Y" horiz-adv-x="1056" d="M35 1456h139l350 -771h6l352 771h137l-433 -922v-534h-120v540z" /> -<glyph unicode="Z" horiz-adv-x="995" d="M86 0v95l671 1256h-655v105h785v-90l-674 -1262h700v-104h-827z" /> -<glyph unicode="[" horiz-adv-x="460" d="M146 -312v1976h301v-106h-178v-1764h178v-106h-301z" /> -<glyph unicode="\" horiz-adv-x="697" d="M46 1456h116l505 -1581h-117z" /> -<glyph unicode="]" horiz-adv-x="460" d="M12 -206h178v1764h-178v106h301v-1976h-301v106z" /> -<glyph unicode="^" horiz-adv-x="725" d="M68 729l248 727h87l247 -727h-114l-155 481l-20 87h-6l-20 -87l-152 -481h-115z" /> -<glyph unicode="_" horiz-adv-x="764" d="M11 0h742v-104h-742v104z" /> -<glyph unicode="`" horiz-adv-x="541" d="M87 1471l3 5h152l170 -266h-113z" /> -<glyph unicode="a" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6v12q0 115 92 205q98 96 250 96q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5z" /> -<glyph unicode="b" d="M136 0v1560h120v-625q44 80 112 123.5t159 43.5q162 0 254 -134.5t92 -357.5v-164q0 -213 -91.5 -340t-252.5 -127q-95 0 -164.5 43t-113.5 123l-12 -145h-103zM256 275q33 -87 94 -138t152 -51q125 0 187.5 98t62.5 262v164q0 171 -63.5 277.5t-188.5 106.5 q-93 0 -152.5 -57t-91.5 -148v-514z" /> -<glyph unicode="c" horiz-adv-x="904" d="M90 456v168q0 209 100.5 343.5t287.5 134.5q152 0 250 -106q96 -102 95 -267v-10l-2 -5h-107q0 129 -67.5 205.5t-168.5 76.5q-140 0 -204 -105.5t-64 -266.5v-168q0 -163 64 -268t204 -105q94 0 165 67.5t71 186.5h106l3 -6v-8q0 -144 -101 -243q-104 -101 -244 -101 q-187 0 -287.5 133.5t-100.5 343.5z" /> -<glyph unicode="d" d="M97 510v21q0 260 91 415.5t255 155.5q89 0 155.5 -42t111.5 -119v619h120v-1560h-106l-10 140q-45 -78 -113 -119.5t-159 -41.5q-162 0 -253.5 144.5t-91.5 386.5zM219 510q0 -195 61.5 -309.5t187.5 -114.5q88 0 147.5 48t94.5 134v530q-33 87 -92 141.5t-148 54.5 q-127 0 -189 -128t-62 -335v-21z" /> -<glyph unicode="e" horiz-adv-x="900" d="M88 446v180q0 205 111.5 340.5t268.5 135.5q170 0 264 -121.5t94 -326.5v-119h-619v-89q0 -156 75 -259.5t203 -103.5q89 0 153.5 31t110.5 88l49 -85q-49 -63 -126.5 -100.5t-186.5 -37.5q-175 0 -286 131.5t-111 335.5zM207 639h499v46q0 134 -63 222.5t-175 88.5 q-113 0 -185.5 -103t-75.5 -254z" /> -<glyph unicode="f" horiz-adv-x="586" d="M63 981v101h146v156q0 164 70.5 253.5t196.5 89.5q28 0 56.5 -5.5t57.5 -14.5l-15 -101q-20 6 -40.5 9.5t-45.5 3.5q-79 0 -119.5 -61t-40.5 -174v-156h205v-101h-205v-981h-120v981h-146z" /> -<glyph unicode="g" d="M97 446v148q0 230 93 369t257 139q91 0 159.5 -44.5t113.5 -126.5l12 151h102v-1083q0 -208 -97 -322t-275 -114q-64 0 -137.5 19.5t-130.5 51.5l33 105q49 -31 109 -48.5t124 -17.5q129 0 191 83t62 243v131q-46 -73 -113 -112t-155 -39q-163 0 -255.5 127.5 t-92.5 339.5zM218 446q0 -164 63 -262t190 -98q87 0 147 47.5t95 131.5v536q-34 86 -92.5 139.5t-147.5 53.5q-127 0 -191 -111t-64 -289v-148z" /> -<glyph unicode="h" d="M136 0v1560h120v-649q45 91 117.5 141t165.5 50q143 0 220 -105.5t77 -328.5v-668h-121v670q0 174 -53.5 249t-153.5 75q-90 0 -154 -57.5t-98 -153.5v-783h-120z" /> -<glyph unicode="i" horiz-adv-x="417" d="M148 0v1082h121v-1082h-121zM148 1390v170h121v-170h-121z" /> -<glyph unicode="j" horiz-adv-x="432" d="M-72 -418l11 105q13 -6 35.5 -11t36.5 -5q67 0 106 61t39 179v1171h120v-1171q0 -167 -68 -257.5t-189 -90.5q-24 0 -45 5t-46 14zM156 1390v170h120v-170h-120z" /> -<glyph unicode="k" horiz-adv-x="864" d="M137 0v1560h119v-929h105l305 451h145l-348 -494l388 -588h-144l-337 525h-114v-525h-119z" /> -<glyph unicode="l" horiz-adv-x="417" d="M148 0v1560h121v-1560h-121z" /> -<glyph unicode="m" horiz-adv-x="1515" d="M133 0v1082h106l10 -168q43 90 114 139t167 49q98 0 165 -57.5t98 -174.5q40 108 113.5 170t177.5 62q142 0 220.5 -115.5t78.5 -354.5v-632h-121v634q0 199 -54 280t-154 81q-105 0 -164 -90t-72 -226v-28v-651h-120v633q0 195 -55.5 278t-154.5 83q-95 0 -152.5 -57.5 t-82.5 -157.5v-779h-120z" /> -<glyph unicode="n" d="M136 0v1082h107l10 -179q43 95 114.5 147t167.5 52q145 0 222.5 -107.5t77.5 -334.5v-660h-121v659q0 185 -54 260t-157 75q-92 0 -154 -60.5t-93 -161.5v-772h-120z" /> -<glyph unicode="o" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z " /> -<glyph unicode="p" d="M136 -416v1498h101l13 -149q45 81 114 125t161 44q163 0 255 -138.5t92 -369.5v-148q0 -213 -91.5 -340t-252.5 -127q-91 0 -159 38t-113 110v-543h-120zM256 258q33 -82 92 -128.5t147 -46.5q126 0 190.5 99.5t64.5 263.5v148q0 177 -65 288.5t-191 111.5 q-89 0 -147.5 -53t-90.5 -138v-545z" /> -<glyph unicode="q" d="M97 446v148q0 231 91 369.5t255 138.5q88 0 154.5 -41t111.5 -118l11 139h105v-1498h-121v538q-45 -70 -111 -106.5t-151 -36.5q-162 0 -253.5 127t-91.5 340zM219 446q0 -165 61.5 -264t187.5 -99q84 0 142 45t94 125v561q-34 82 -91.5 132t-142.5 50 q-127 0 -189 -111.5t-62 -290.5v-148z" /> -<glyph unicode="r" horiz-adv-x="601" d="M136 0v1082h106l14 -179q38 94 100.5 146.5t146.5 52.5q19 0 38 -3.5t30 -7.5l-16 -117l-79 6q-84 0 -139 -56.5t-81 -155.5v-768h-120z" /> -<glyph unicode="s" horiz-adv-x="865" d="M88 298l2 6h112q6 -116 75 -168.5t162 -52.5q101 0 159 51t58 125t-48.5 127.5t-177.5 112.5q-165 68 -241.5 138.5t-76.5 184.5q0 116 91 198t236 82q154 0 244 -91q86 -87 86 -216v-11l-2 -6h-113q0 88 -58 153t-157 65q-101 0 -154 -51t-53 -119q0 -72 42 -115.5 t180 -109.5q162 -65 242 -141.5t80 -193.5q0 -129 -92.5 -208t-244.5 -79q-167 1 -261 95q-90 90 -90 211v13z" /> -<glyph unicode="t" horiz-adv-x="592" d="M42 981v101h150v276h121v-276h188v-101h-188v-702q0 -105 30 -149t79 -44q24 0 47 3t52 9l16 -92q-24 -12 -62.5 -19.5t-77.5 -7.5q-96 0 -150.5 72t-54.5 228v702h-150z" /> -<glyph unicode="u" d="M133 454v628h120v-630q0 -197 51.5 -281.5t149.5 -84.5q103 0 167.5 55.5t92.5 152.5v788h120v-1082h-108l-8 169q-43 -91 -114 -140.5t-166 -49.5q-144 0 -224.5 115.5t-80.5 359.5z" /> -<glyph unicode="v" horiz-adv-x="856" d="M46 1082h124l235 -809l24 -105h6l26 105l232 809h123l-337 -1082h-94z" /> -<glyph unicode="w" horiz-adv-x="1302" d="M58 1082h121l161 -729l29 -169h6l36 169l188 729h100l186 -729l37 -177h6l33 177l156 729h122l-261 -1082h-100l-190 735l-39 173h-6l-37 -173l-188 -735h-100z" /> -<glyph unicode="x" horiz-adv-x="856" d="M49 0l312 550l-300 532h140l224 -440l226 440h141l-299 -532l311 -550h-140l-237 458l-237 -458h-141z" /> -<glyph unicode="y" horiz-adv-x="856" d="M36 1082h133l228 -784l28 -109h6l256 893h134l-386 -1255q-35 -108 -92.5 -186t-164.5 -78q-18 0 -45 5t-40 9l13 103q10 -2 33 -4.5t34 -2.5q61 0 99 57t61 141l45 143z" /> -<glyph unicode="z" horiz-adv-x="826" d="M81 0v90l512 885h-500v107h637v-91l-515 -887h549v-104h-683z" /> -<glyph unicode="{" horiz-adv-x="583" d="M64 543v106q94 0 139.5 67t45.5 189v227q0 171 65 289.5t217 169.5l6 -1l24 -75q-101 -40 -146 -139.5t-45 -243.5v-227q0 -110 -39.5 -191t-119.5 -119q80 -39 119.5 -120.5t39.5 -189.5v-225q0 -143 45 -240.5t147 -139.5l-25 -75l-6 -1q-152 51 -217 169t-65 287v225 q0 122 -45.5 190t-139.5 68z" /> -<glyph unicode="|" horiz-adv-x="408" d="M155 -270v1726h99v-1726h-99z" /> -<glyph unicode="}" horiz-adv-x="583" d="M20 -320q101 42 147 140t46 240v225q0 111 40.5 192t125.5 118q-85 36 -125.5 116.5t-40.5 193.5v227q0 144 -45.5 243.5t-146.5 139.5l24 75l6 1q151 -51 216.5 -169.5t65.5 -289.5v-227q0 -122 45 -189t141 -67v-106q-96 0 -141 -68t-45 -190v-225q0 -169 -65.5 -287 t-216.5 -169l-6 1z" /> -<glyph unicode="~" horiz-adv-x="1177" d="M124 474q0 132 66.5 223t171.5 91q72 0 134 -37.5t134 -111.5q51 -57 93.5 -82.5t89.5 -25.5q60 0 103 63.5t43 160.5l94 -15q0 -130 -69 -224.5t-171 -94.5q-74 0 -134 35.5t-134 114.5q-51 53 -94.5 80t-88.5 27q-62 0 -104 -60.5t-42 -159.5z" /> -<glyph unicode="¡" horiz-adv-x="408" d="M129 896v186h133v-186h-133zM135 -374v978h120v-978h-120z" /> -<glyph unicode="¢" horiz-adv-x="944" d="M107 456v168q0 188 82.5 318t237.5 155v221h121v-220q131 -19 214 -122t83 -262h-114q0 129 -67.5 205.5t-168.5 76.5q-140 0 -204 -105.5t-64 -266.5v-168q0 -163 64 -268t204 -105q94 0 165 67.5t71 186.5h107l2 -5q3 -135 -82.5 -232t-209.5 -116v-229h-121v229 q-155 24 -237.5 153.5t-82.5 318.5z" /> -<glyph unicode="£" horiz-adv-x="994" d="M65 641v104h156l-8 295q0 204 89.5 320.5t239.5 116.5q158 0 240.5 -104t79.5 -278l-2 -5h-114q0 146 -55 213.5t-149 67.5q-97 0 -153 -87t-56 -244l9 -295h364v-104h-361l6 -175q0 -107 -19.5 -203t-54.5 -159h631v-104h-789v104h7q52 14 78 127.5t26 234.5l-6 175 h-159z" /> -<glyph unicode="¤" horiz-adv-x="1302" d="M103 62l138 160q-52 80 -80 178.5t-28 207.5q0 112 30 213.5t85 182.5l-145 170l87 90l139 -164q67 64 149.5 99t173.5 35q90 0 173.5 -35.5t150.5 -99.5l142 166l88 -91l-148 -173q53 -82 82.5 -182t29.5 -211q0 -108 -27.5 -205.5t-77.5 -177.5l141 -163l-88 -89 l-131 153q-69 -70 -155 -108t-180 -38t-179.5 37.5t-154.5 107.5l-128 -151zM248 608q0 -213 118.5 -363.5t285.5 -150.5q166 0 284 150.5t118 363.5q0 211 -118 361t-284 150q-167 0 -285.5 -150t-118.5 -361z" /> -<glyph unicode="¥" horiz-adv-x="1037" d="M42 1456h139l330 -690h6l331 690h139l-373 -749h296v-104h-337v-173h337v-104h-337v-326h-121v326h-332v104h332v173h-332v104h294z" /> -<glyph unicode="¦" horiz-adv-x="401" d="M137 -270v772h120v-772h-120zM137 698v758h120v-758h-120z" /> -<glyph unicode="§" horiz-adv-x="1050" d="M94 551q0 97 48.5 167.5t137.5 105.5q-74 49 -111 119.5t-37 175.5q0 162 108 260t288 98q187 0 291.5 -111.5t101.5 -314.5l-2 -5h-113q0 140 -74 232.5t-204 92.5q-136 0 -205.5 -70t-69.5 -179q0 -113 59.5 -171.5t241.5 -121.5q205 -66 297.5 -149t92.5 -249 q0 -98 -50.5 -168.5t-141.5 -104.5q77 -50 116 -120t39 -176q0 -167 -107 -262t-287 -95q-178 0 -300 103t-118 323l3 5l112 2q0 -170 89.5 -248.5t213.5 -78.5q128 0 201 69.5t73 179.5q0 105 -63 164t-237 120q-201 62 -297 150.5t-96 256.5zM215 553q0 -115 62.5 -174 t255.5 -126q27 -9 53 -18.5t52 -19.5q87 14 136.5 72t49.5 141q0 106 -68 169t-251 130q-35 10 -64 20t-54 21q-86 -15 -129 -72.5t-43 -142.5z" /> -<glyph unicode="¨" horiz-adv-x="868" d="M152 1296v160h163v-160h-163zM562 1296v160h161v-160h-161z" /> -<glyph unicode="©" horiz-adv-x="1436" d="M97 729q0 315 180.5 531t438.5 216q257 0 437.5 -216t180.5 -531q0 -316 -180.5 -533t-437.5 -217q-258 0 -438.5 217t-180.5 533zM180 729q0 -278 157 -470.5t379 -192.5t378.5 192.5t156.5 470.5q0 276 -156.5 467t-378.5 191t-379 -191.5t-157 -466.5zM412 669v119 q0 172 80 279.5t214 107.5q131 0 204.5 -79.5t70.5 -228.5l-2 -5h-91q0 111 -46.5 165.5t-135.5 54.5q-92 0 -143.5 -82.5t-51.5 -210.5v-120q0 -132 51 -213.5t144 -81.5q89 0 135 53.5t46 168.5h91l2 -5q3 -151 -70 -230t-204 -79q-134 0 -214 106.5t-80 280.5z" /> -<glyph unicode="ª" horiz-adv-x="772" d="M116 920q0 105 67 163t195 58h139v61q0 84 -31 130t-91 46q-69 0 -107 -37.5t-38 -107.5l-99 10l-2 6q-4 98 64.5 163t181.5 65q105 0 167.5 -71.5t62.5 -204.5v-314q0 -51 5 -95t17 -86h-111q-7 25 -11 52t-6 56q-29 -54 -78.5 -88t-117.5 -34q-98 0 -152.5 61.5 t-54.5 166.5zM224 924q0 -65 29.5 -100t91.5 -35q54 0 105 37.5t67 84.5v144h-138q-74 0 -114.5 -38t-40.5 -93z" /> -<glyph unicode="«" horiz-adv-x="800" d="M103 512v19l245 379h99l-223 -389l223 -389h-99zM367 512v19l245 379h99l-223 -389l223 -389h-99z" /> -<glyph unicode="¬" horiz-adv-x="949" d="M112 668v109h680v-392h-120v283h-560z" /> -<glyph unicode="­" horiz-adv-x="497" d="M46 568v104h399v-104h-399z" /> -<glyph unicode="®" horiz-adv-x="1440" d="M95 729q0 315 180.5 531t438.5 216q257 0 437.5 -216t180.5 -531q0 -316 -180.5 -533t-437.5 -217q-258 0 -438.5 217t-180.5 533zM177 729q0 -278 157 -470.5t380 -192.5q220 0 377 192.5t157 470.5q0 275 -156.5 466.5t-377.5 191.5q-224 0 -380.5 -191t-156.5 -467z M478 316v850h230q129 0 200 -63.5t71 -185.5q0 -67 -31.5 -116t-91.5 -80q60 -25 87 -78t27 -128v-56q0 -41 3.5 -73.5t11.5 -53.5v-16h-102q-8 21 -9.5 61.5t-1.5 82.5v54q0 83 -32 119.5t-107 36.5h-157v-354h-98zM576 764h151q65 0 110 40t45 111q0 84 -39 121t-135 37 h-132v-309z" /> -<glyph unicode="¯" horiz-adv-x="797" d="M106 1356v100h595v-100h-595z" /> -<glyph unicode="°" horiz-adv-x="689" d="M130 1226q0 102 63.5 176.5t153.5 74.5q87 0 150 -74.5t63 -176.5q0 -104 -63 -176t-150 -72q-90 0 -153.5 72t-63.5 176zM218 1226q0 -67 37 -110.5t92 -43.5q53 0 88.5 43.5t35.5 110.5t-35.5 112t-88.5 45q-55 0 -92 -45t-37 -112z" /> -<glyph unicode="±" horiz-adv-x="967" d="M87 726v105h353v436h112v-436h333v-105h-333v-437h-112v437h-353zM157 46v104h691v-104h-691z" /> -<glyph unicode="²" horiz-adv-x="719" d="M108 667v92l257 281q62 69 83 113t21 92q0 64 -29 102t-89 38q-67 0 -103 -41.5t-36 -106.5h-100l-2 6q-5 97 62 166.5t179 69.5q105 0 165.5 -61t60.5 -174q0 -76 -40.5 -139.5t-125.5 -154.5l-163 -186l2 -5h336v-92h-478z" /> -<glyph unicode="³" horiz-adv-x="731" d="M106 882l2 6h100q0 -62 39 -101.5t103 -39.5q69 0 108.5 37.5t39.5 101.5q0 74 -36 108.5t-107 34.5h-104v91h104q68 0 100 34.5t32 98.5q0 58 -35 94.5t-102 36.5q-58 0 -95 -34.5t-37 -91.5h-98l-2 6q-5 95 62.5 154.5t169.5 59.5q112 0 178 -59t66 -167 q0 -58 -30 -104.5t-83 -71.5q60 -22 92 -70.5t32 -119.5q0 -109 -71 -170t-184 -61q-102 0 -175.5 58t-68.5 169z" /> -<glyph unicode="´" horiz-adv-x="538" d="M114 1212l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="µ" d="M141 -416v1498h119v-632q0 -207 55 -287t150 -80q102 0 160 52.5t83 152.5v794h121v-1082h-106l-9 139q-39 -78 -99.5 -119t-143.5 -41q-69 0 -122 27.5t-89 89.5v-512h-119z" /> -<glyph unicode="¶" horiz-adv-x="833" d="M71 988q0 207 107.5 337.5t301.5 130.5h202v-1456h-121v520h-81q-194 0 -301.5 129.5t-107.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="446" d="M145 624v181h140v-181h-140z" /> -<glyph unicode="¸" horiz-adv-x="434" d="M96 -355q69 0 115.5 30t46.5 89q0 56 -32.5 78.5t-114.5 30.5l24 127h90l-9 -63q62 -9 100.5 -49t38.5 -122q0 -92 -66 -146.5t-187 -54.5z" /> -<glyph unicode="¹" horiz-adv-x="454" d="M84 1358v96l225 23v-812h-109v700z" /> -<glyph unicode="º" horiz-adv-x="785" d="M116 1026v116q0 148 74.5 241.5t199.5 93.5q126 0 200 -93.5t74 -241.5v-116q0 -149 -74 -241.5t-198 -92.5q-126 0 -201 92.5t-75 241.5zM224 1026q0 -106 42.5 -171.5t125.5 -65.5q80 0 123 65.5t43 171.5v116q0 102 -43.5 169t-124.5 67q-80 0 -123 -67t-43 -169v-116 z" /> -<glyph unicode="»" horiz-adv-x="798" d="M105 166l222 389l-222 394h99l245 -384v-19l-245 -380h-99zM374 166l222 389l-222 394h99l245 -384v-19l-245 -380h-99z" /> -<glyph unicode="¼" horiz-adv-x="1321" d="M148 1357v96l225 23v-812h-109v700zM283 177l588 1138l72 -49l-589 -1138zM652 237l353 564h110v-540h120v-93h-120v-168h-106v168h-353zM773 261h236v387l-6 2l-17 -33z" /> -<glyph unicode="½" horiz-adv-x="1355" d="M148 1357v96l225 23v-812h-109v700zM293 177l588 1138l72 -49l-589 -1138zM771 0v92l257 281q62 69 83 113t21 92q0 64 -29 102t-89 38q-67 0 -103 -41.5t-36 -106.5h-100l-2 6q-5 97 62 166.5t179 69.5q105 0 165.5 -61t60.5 -174q0 -76 -40.5 -139.5t-125.5 -154.5 l-163 -186l2 -5h336v-92h-478z" /> -<glyph unicode="¾" horiz-adv-x="1456" d="M124 883l2 6h100q0 -62 39 -101.5t103 -39.5q69 0 108.5 37.5t39.5 101.5q0 74 -36 108.5t-107 34.5h-104v91h104q68 0 100 34.5t32 98.5q0 58 -35 94.5t-102 36.5q-58 0 -95 -34.5t-37 -91.5h-98l-2 6q-5 95 62.5 154.5t169.5 59.5q112 0 178 -59t66 -167 q0 -58 -30 -104.5t-83 -71.5q60 -22 92 -70.5t32 -119.5q0 -109 -71 -170t-184 -61q-102 0 -175.5 58t-68.5 169zM449 177l588 1138l72 -49l-589 -1138zM820 237l353 564h110v-540h120v-93h-120v-168h-106v168h-353zM941 261h236v387l-6 2l-17 -33z" /> -<glyph unicode="¿" horiz-adv-x="827" d="M101 -20q0 132 54.5 235.5t156.5 221.5q48 52 59 97.5t11 142.5h121q-2 -131 -20.5 -183.5t-96.5 -137.5q-90 -119 -128 -190.5t-38 -183.5q0 -126 53.5 -196t151.5 -70q89 0 147.5 68t58.5 183h114l2 -5q2 -166 -89 -261t-233 -95q-153 0 -238.5 101t-85.5 273zM371 925 v158h134v-158h-134z" /> -<glyph unicode="À" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM309 1822l3 5h152l170 -266h-113zM317 514h464l-228 749h-6z" /> -<glyph unicode="Á" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM317 514h464l-228 749h-6zM501 1557l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="Â" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM317 514h464l-228 749h-6zM333 1601v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="Ã" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM283 1622q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88zM317 514h464l-228 749h-6z " /> -<glyph unicode="Ä" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM286 1638v160h163v-160h-163zM317 514h464l-228 749h-6zM696 1638v160h161v-160h-161z" /> -<glyph unicode="Å" horiz-adv-x="1096" d="M35 0l461 1456h109l456 -1456h-124l-123 404h-531l-124 -404h-124zM317 514h464l-228 749h-6zM412 1731q0 70 46 119t111 49q64 0 109 -49t45 -119q0 -72 -45 -118.5t-109 -46.5q-66 0 -111.5 46.5t-45.5 118.5zM486 1731q0 -40 24 -66t59 -26q33 0 56 26t23 66t-23 67 t-56 27q-35 0 -59 -27.5t-24 -66.5z" /> -<glyph unicode="Æ" horiz-adv-x="1579" d="M13 0l730 1456h744v-106h-575l19 -540h488v-104h-484l21 -602h582v-104h-699l-14 387h-478l-187 -387h-147zM403 503h418l-27 789h-6l1 6z" /> -<glyph unicode="Ç" horiz-adv-x="1062" d="M110 526v403q0 261 118.5 404.5t318.5 143.5q195 0 304 -110t111 -328l-3 -6h-111q-5 173 -80 255.5t-221 82.5q-150 0 -234 -113t-84 -326v-406q0 -217 84 -330t234 -113q146 0 221 80.5t80 259.5h111l3 -6q-2 -213 -112 -325.5t-303 -112.5q-201 0 -319 142t-118 405z M470 -363q69 0 115.5 30t46.5 89q0 56 -32.5 78.5t-114.5 30.5l24 127h90l-9 -63q62 -9 100.5 -49t38.5 -122q0 -92 -66 -146.5t-187 -54.5z" /> -<glyph unicode="È" horiz-adv-x="1001" d="M164 0v1456h771v-106h-651v-543h572v-104h-572v-599h657v-104h-777zM266 1822l3 5h152l170 -266h-113z" /> -<glyph unicode="É" horiz-adv-x="1001" d="M164 0v1456h771v-106h-651v-543h572v-104h-572v-599h657v-104h-777zM458 1557l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="Ê" horiz-adv-x="1001" d="M164 0v1456h771v-106h-651v-543h572v-104h-572v-599h657v-104h-777zM290 1601v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="Ë" horiz-adv-x="1001" d="M164 0v1456h771v-106h-651v-543h572v-104h-572v-599h657v-104h-777zM243 1638v160h163v-160h-163zM653 1638v160h161v-160h-161z" /> -<glyph unicode="Ì" horiz-adv-x="484" d="M-16 1822l3 5h152l170 -266h-113zM181 0v1456h121v-1456h-121z" /> -<glyph unicode="Í" horiz-adv-x="484" d="M174 1557l175 266h147l2 -5l-221 -261h-103zM181 0v1456h121v-1456h-121z" /> -<glyph unicode="Î" horiz-adv-x="484" d="M8 1601v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104zM181 0v1456h121v-1456h-121z" /> -<glyph unicode="Ï" horiz-adv-x="484" d="M-39 1638v160h163v-160h-163zM181 0v1456h121v-1456h-121zM371 1638v160h161v-160h-161z" /> -<glyph unicode="Ð" horiz-adv-x="1164" d="M63 688v104h131v664h357q227 0 371 -178t144 -457v-188q0 -280 -144 -456.5t-371 -176.5h-357v688h-131zM314 104h237q176 0 285.5 149t109.5 380v191q0 229 -109.5 377.5t-285.5 148.5h-237v-558h264v-104h-264v-584z" /> -<glyph unicode="Ñ" horiz-adv-x="1225" d="M164 0v1456h121l650 -1219l6 1v1218h120v-1456h-120l-650 1219l-6 -1v-1218h-121zM326 1622q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88z" /> -<glyph unicode="Ò" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 zM300 1843l3 5h152l170 -266h-113z" /> -<glyph unicode="Ó" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 zM492 1578l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="Ô" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 zM324 1622v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="Õ" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 zM274 1643q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88z" /> -<glyph unicode="Ö" horiz-adv-x="1124" d="M105 523v408q0 265 120 405.5t331 140.5q215 0 339 -141t124 -405v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-211 0 -331.5 139.5t-120.5 404.5zM223 523q0 -219 86 -328t248 -109q166 0 254.5 109t88.5 328v411q0 216 -89 325t-255 109q-161 0 -247 -109t-86 -325v-411 zM277 1659v160h163v-160h-163zM687 1659v160h161v-160h-161z" /> -<glyph unicode="×" horiz-adv-x="957" d="M89 320l308 361l-299 351l80 82l294 -345l295 345l80 -82l-300 -350l310 -362l-80 -82l-305 356l-304 -356z" /> -<glyph unicode="Ø" horiz-adv-x="1166" d="M105 523v408q0 265 120 405.5t331 140.5q97 0 177 -30t140 -88l75 147h99l-113 -223q41 -67 63 -155.5t22 -196.5v-408q0 -265 -123.5 -404.5t-338.5 -139.5q-73 0 -135.5 16.5t-113.5 50.5l-66 -131h-98l95 188q-66 69 -100 174.5t-34 245.5zM223 523q0 -101 17.5 -177 t52.5 -123l6 -1l519 1028q-45 58 -111 88t-151 30q-161 0 -247 -109t-86 -325v-411zM359 145q38 -30 88 -44.5t110 -14.5q166 0 254.5 109t88.5 328v411q0 64 -8 117.5t-23 91.5l-5 1z" /> -<glyph unicode="Ù" horiz-adv-x="1119" d="M137 437v1019h118v-1019q0 -171 83.5 -262.5t217.5 -91.5q141 0 225.5 87.5t84.5 266.5v1019h119v-1019q0 -223 -119 -340.5t-310 -117.5q-187 0 -303 117.5t-116 340.5zM305 1822l3 5h152l170 -266h-113z" /> -<glyph unicode="Ú" horiz-adv-x="1119" d="M137 437v1019h118v-1019q0 -171 83.5 -262.5t217.5 -91.5q141 0 225.5 87.5t84.5 266.5v1019h119v-1019q0 -223 -119 -340.5t-310 -117.5q-187 0 -303 117.5t-116 340.5zM497 1557l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="Û" horiz-adv-x="1119" d="M137 437v1019h118v-1019q0 -171 83.5 -262.5t217.5 -91.5q141 0 225.5 87.5t84.5 266.5v1019h119v-1019q0 -223 -119 -340.5t-310 -117.5q-187 0 -303 117.5t-116 340.5zM329 1601v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="Ü" horiz-adv-x="1119" d="M137 437v1019h118v-1019q0 -171 83.5 -262.5t217.5 -91.5q141 0 225.5 87.5t84.5 266.5v1019h119v-1019q0 -223 -119 -340.5t-310 -117.5q-187 0 -303 117.5t-116 340.5zM282 1638v160h163v-160h-163zM692 1638v160h161v-160h-161z" /> -<glyph unicode="Ý" horiz-adv-x="1056" d="M35 1456h139l350 -771h6l352 771h137l-433 -922v-534h-120v540zM459 1550l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="Þ" horiz-adv-x="1022" d="M155 0v1456h120v-303h254q186 0 290.5 -115.5t104.5 -299.5q0 -186 -104.5 -300.5t-290.5 -114.5h-254v-323h-120zM275 427h254q136 0 205 91t69 218q0 129 -69 220.5t-205 91.5h-254v-621z" /> -<glyph unicode="ß" horiz-adv-x="1018" d="M131 0v1082q0 204 88.5 318t233.5 114q121 0 200.5 -79.5t79.5 -224.5q0 -109 -52 -216t-52 -184q0 -85 149.5 -227t149.5 -287q0 -154 -89.5 -235.5t-225.5 -81.5q-70 0 -144.5 23.5t-106.5 56.5l30 103q35 -31 94 -55.5t114 -24.5q99 0 153.5 59t54.5 155 q0 98 -150 239t-150 277q0 93 54 201.5t54 189.5q0 93 -46.5 150t-107.5 57q-96 0 -154 -85t-58 -243v-1082h-119z" /> -<glyph unicode="à" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM202 1500l3 5h152l170 -266h-113zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5z" /> -<glyph unicode="á" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5zM394 1235l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="â" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5zM226 1279v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="ã" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM176 1300q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234 h-192q-123 0 -196.5 -69.5t-73.5 -171.5z" /> -<glyph unicode="ä" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM179 1316v160h163v-160h-163zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5zM589 1316v160h161v-160h-161z" /> -<glyph unicode="å" horiz-adv-x="938" d="M98 288q0 151 106 240.5t287 89.5h189v133q0 115 -58 180t-162 65q-97 0 -159.5 -62t-62.5 -152l-112 1l-2 6q-5 122 92.5 217.5t249.5 95.5q150 0 242 -91.5t92 -261.5v-531q0 -58 5 -112t18 -106h-125q-9 56 -13.5 92t-4.5 73q-49 -81 -127.5 -133.5t-174.5 -52.5 q-134 0 -207 83.5t-73 225.5zM218 284q0 -87 46 -142t129 -55q100 0 177.5 57.5t109.5 146.5v234h-192q-123 0 -196.5 -69.5t-73.5 -171.5zM305 1409q0 70 46 119t111 49q64 0 109 -49t45 -119q0 -72 -45 -118.5t-109 -46.5q-66 0 -111.5 46.5t-45.5 118.5zM379 1409 q0 -40 24 -66t59 -26q33 0 56 26t23 66t-23 67t-56 27q-35 0 -59 -27.5t-24 -66.5z" /> -<glyph unicode="æ" horiz-adv-x="1453" d="M67 294q0 157 94.5 247.5t272.5 90.5h209v88q0 131 -49.5 203.5t-144.5 72.5q-104 0 -164 -66t-60 -166l-112 13l-2 6q-4 138 89 228.5t249 90.5q100 0 172.5 -48.5t109.5 -142.5q51 90 128 140.5t168 50.5q170 0 263 -124.5t93 -341.5v-101h-614v-25q0 -191 71 -309 t216 -118q86 0 150 32t116 86l44 -90q-42 -53 -118.5 -92.5t-191.5 -39.5q-114 0 -199 53t-137 151q-44 -85 -136 -144.5t-223 -59.5q-140 0 -217 84.5t-77 230.5zM188 290q0 -96 49.5 -152t145.5 -56q76 0 151.5 49.5t108.5 109.5v292h-208q-119 0 -183 -70t-64 -173z M772 636h491v31q0 146 -59 237.5t-177 91.5q-108 0 -175 -100.5t-80 -259.5z" /> -<glyph unicode="ç" horiz-adv-x="904" d="M90 456v168q0 209 100.5 343.5t287.5 134.5q151 0 249.5 -105.5t95.5 -277.5l-2 -5h-107q0 129 -67.5 205.5t-168.5 76.5q-140 0 -204 -105.5t-64 -266.5v-168q0 -163 64 -268t204 -105q94 0 165 67.5t71 186.5h106l3 -6q3 -150 -101 -251t-244 -101q-187 0 -287.5 133.5 t-100.5 343.5zM376 -363q69 0 115.5 30t46.5 89q0 56 -32.5 78.5t-114.5 30.5l24 127h90l-9 -63q62 -9 100.5 -49t38.5 -122q0 -92 -66 -146.5t-187 -54.5z" /> -<glyph unicode="è" horiz-adv-x="900" d="M88 446v180q0 205 111.5 340.5t268.5 135.5q170 0 264 -121.5t94 -326.5v-119h-619v-89q0 -156 75 -259.5t203 -103.5q89 0 153.5 31t110.5 88l49 -85q-49 -63 -126.5 -100.5t-186.5 -37.5q-175 0 -286 131.5t-111 335.5zM207 639h499v46q0 134 -63 222.5t-175 88.5 q-113 0 -185.5 -103t-75.5 -254zM213 1501l3 5h152l170 -266h-113z" /> -<glyph unicode="é" horiz-adv-x="900" d="M88 446v180q0 205 111.5 340.5t268.5 135.5q170 0 264 -121.5t94 -326.5v-119h-619v-89q0 -156 75 -259.5t203 -103.5q89 0 153.5 31t110.5 88l49 -85q-49 -63 -126.5 -100.5t-186.5 -37.5q-175 0 -286 131.5t-111 335.5zM207 639h499v46q0 134 -63 222.5t-175 88.5 q-113 0 -185.5 -103t-75.5 -254zM405 1236l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="ê" horiz-adv-x="900" d="M88 446v180q0 205 111.5 340.5t268.5 135.5q170 0 264 -121.5t94 -326.5v-119h-619v-89q0 -156 75 -259.5t203 -103.5q89 0 153.5 31t110.5 88l49 -85q-49 -63 -126.5 -100.5t-186.5 -37.5q-175 0 -286 131.5t-111 335.5zM207 639h499v46q0 134 -63 222.5t-175 88.5 q-113 0 -185.5 -103t-75.5 -254zM237 1280v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="ë" horiz-adv-x="900" d="M88 446v180q0 205 111.5 340.5t268.5 135.5q170 0 264 -121.5t94 -326.5v-119h-619v-89q0 -156 75 -259.5t203 -103.5q89 0 153.5 31t110.5 88l49 -85q-49 -63 -126.5 -100.5t-186.5 -37.5q-175 0 -286 131.5t-111 335.5zM190 1317v160h163v-160h-163zM207 639h499v46 q0 134 -63 222.5t-175 88.5q-113 0 -185.5 -103t-75.5 -254zM600 1317v160h161v-160h-161z" /> -<glyph unicode="ì" horiz-adv-x="412" d="M-54 1479l3 5h152l170 -266h-113zM144 0v1082h120v-1082h-120z" /> -<glyph unicode="í" horiz-adv-x="412" d="M136 1214l175 266h147l2 -5l-221 -261h-103zM144 0v1082h120v-1082h-120z" /> -<glyph unicode="î" horiz-adv-x="412" d="M-30 1258v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104zM144 0v1082h120v-1082h-120z" /> -<glyph unicode="ï" horiz-adv-x="412" d="M-77 1296v160h163v-160h-163zM144 0v1082h120v-1082h-120zM333 1296v160h161v-160h-161z" /> -<glyph unicode="ð" horiz-adv-x="1008" d="M84 456q0 233 110 371t289 138q81 0 151 -36.5t113 -97.5l4 4q-16 124 -55 222.5t-97 173.5l-247 -170l-49 76l235 162q-36 33 -76.5 60.5t-83.5 49.5l37 108q62 -29 117.5 -67t102.5 -84l210 145l50 -76l-199 -137q94 -121 143 -289.5t49 -385.5v-88 q0 -245 -115.5 -400.5t-289.5 -155.5q-175 0 -287 137t-112 340zM205 456q0 -148 76 -259.5t205 -111.5q125 0 203 126.5t78 323.5v90q0 9 -0.5 28t-0.5 28q-31 74 -103 125.5t-180 51.5q-132 0 -205 -114t-73 -288z" /> -<glyph unicode="ñ" d="M136 0v1082h107l10 -179q43 95 114.5 147t167.5 52q145 0 222.5 -107.5t77.5 -334.5v-660h-121v659q0 185 -54 260t-157 75q-92 0 -154 -60.5t-93 -161.5v-772h-120zM201 1300q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21 q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88z" /> -<glyph unicode="ò" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z M230 1500l3 5h152l170 -266h-113z" /> -<glyph unicode="ó" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z M422 1235l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="ô" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z M254 1279v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="õ" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM204 1300q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5 q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z" /> -<glyph unicode="ö" d="M86 461v159q0 210 108 346t290 136t290.5 -135.5t108.5 -346.5v-159q0 -213 -108 -347.5t-290 -134.5q-183 0 -291 134.5t-108 347.5zM207 461q0 -162 72 -270t206 -108q131 0 204 108.5t73 269.5v159q0 159 -73 267.5t-205 108.5q-133 0 -205 -108.5t-72 -267.5v-159z M207 1316v160h163v-160h-163zM617 1316v160h161v-160h-161z" /> -<glyph unicode="÷" horiz-adv-x="984" d="M68 641v120h827v-120h-827zM419 210v163h133v-163h-133zM419 1009v162h133v-162h-133z" /> -<glyph unicode="ø" horiz-adv-x="970" d="M86 461v159q0 210 108 346t290 136q48 0 93 -11t84 -31l63 154h87l-82 -201q73 -64 113.5 -166.5t40.5 -226.5v-159q0 -213 -108 -347.5t-290 -134.5q-45 0 -85.5 9t-76.5 25l-62 -153h-86l79 195q-81 62 -124.5 167.5t-43.5 238.5zM207 461q0 -90 22.5 -165.5 t66.5 -120.5l6 -1l317 782q-29 19 -63 29.5t-72 10.5q-133 0 -205 -108.5t-72 -267.5v-159zM363 113q26 -15 56.5 -22.5t65.5 -7.5q131 0 204 108.5t73 269.5v159q0 81 -20 151.5t-57 116.5l-6 1z" /> -<glyph unicode="ù" d="M133 454v628h120v-630q0 -197 51.5 -281.5t149.5 -84.5q103 0 167.5 55.5t92.5 152.5v788h120v-1082h-108l-8 169q-43 -91 -114 -140.5t-166 -49.5q-144 0 -224.5 115.5t-80.5 359.5zM229 1479l3 5h152l170 -266h-113z" /> -<glyph unicode="ú" d="M133 454v628h120v-630q0 -197 51.5 -281.5t149.5 -84.5q103 0 167.5 55.5t92.5 152.5v788h120v-1082h-108l-8 169q-43 -91 -114 -140.5t-166 -49.5q-144 0 -224.5 115.5t-80.5 359.5zM421 1214l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="û" d="M133 454v628h120v-630q0 -197 51.5 -281.5t149.5 -84.5q103 0 167.5 55.5t92.5 152.5v788h120v-1082h-108l-8 169q-43 -91 -114 -140.5t-166 -49.5q-144 0 -224.5 115.5t-80.5 359.5zM253 1258v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="ü" d="M133 454v628h120v-630q0 -197 51.5 -281.5t149.5 -84.5q103 0 167.5 55.5t92.5 152.5v788h120v-1082h-108l-8 169q-43 -91 -114 -140.5t-166 -49.5q-144 0 -224.5 115.5t-80.5 359.5zM206 1296v160h163v-160h-163zM616 1296v160h161v-160h-161z" /> -<glyph unicode="ý" horiz-adv-x="856" d="M36 1082h133l228 -784l28 -109h6l256 893h134l-386 -1255q-35 -108 -92.5 -186t-164.5 -78q-18 0 -45 5t-40 9l13 103q10 -2 33 -4.5t34 -2.5q61 0 99 57t61 141l45 143zM366 1214l175 266h147l2 -5l-221 -261h-103z" /> -<glyph unicode="þ" horiz-adv-x="982" d="M140 0v1560h121v-618q45 77 112.5 118.5t156.5 41.5q163 0 255 -138.5t92 -369.5v-148q0 -213 -91.5 -340t-252.5 -127q-91 0 -159 38t-113 110v-543h-120v416h-1zM261 258q33 -82 92 -128.5t147 -46.5q126 0 190.5 99.5t64.5 263.5v148q0 177 -65 288.5t-191 111.5 q-89 0 -147.5 -53t-90.5 -138v-545z" /> -<glyph unicode="ÿ" horiz-adv-x="856" d="M36 1082h133l228 -784l28 -109h6l256 893h134l-386 -1255q-35 -108 -92.5 -186t-164.5 -78q-18 0 -45 5t-40 9l13 103q10 -2 33 -4.5t34 -2.5q61 0 99 57t61 141l45 143zM152 1296v160h163v-160h-163zM562 1296v160h161v-160h-161z" /> -<glyph unicode="Œ" horiz-adv-x="1616" d="M98 576v304q0 265 124.5 431t326.5 166q60 0 122 -6t131 -15h721v-106h-651v-543h572v-104h-572v-599h657v-104h-727q-80 -10 -137 -15.5t-115 -5.5q-201 0 -326.5 166t-125.5 431zM218 576q0 -227 90 -360t242 -133q52 0 103.5 3.5t98.5 11.5v1260q-48 7 -99 11t-104 4 q-153 0 -242 -131.5t-89 -359.5v-306z" /> -<glyph unicode="œ" horiz-adv-x="1575" d="M88 524v32q0 240 108 393t289 153q116 0 204.5 -66t138.5 -182q51 115 137 181.5t186 66.5q171 0 265 -125.5t94 -338.5v-103h-619v-25q0 -184 75 -305.5t202 -121.5q90 0 154.5 31t110.5 88l49 -85q-49 -64 -126.5 -101t-187.5 -37q-112 0 -201.5 64.5t-139.5 179.5 q-50 -115 -138 -179.5t-202 -64.5q-183 0 -291 152t-108 393zM208 524q0 -188 72.5 -314.5t206.5 -126.5q131 0 203.5 126.5t72.5 314.5v32q0 185 -73 312.5t-205 127.5t-204.5 -127.5t-72.5 -312.5v-32zM894 639h496v30q0 141 -63.5 234t-175.5 93q-101 0 -171.5 -101 t-85.5 -256z" /> -<glyph unicode="Ÿ" horiz-adv-x="1056" d="M35 1456h139l350 -771h6l352 771h137l-433 -922v-534h-120v540zM244 1631v160h163v-160h-163zM654 1631v160h161v-160h-161z" /> -<glyph unicode="ˆ" horiz-adv-x="774" d="M145 1252v21l193 222h87l196 -224v-19h-107l-133 166l-132 -166h-104z" /> -<glyph unicode="˜" horiz-adv-x="781" d="M102 1280q0 87 46.5 146t117.5 59q52 0 120.5 -55t111.5 -55q37 0 63.5 36t26.5 91l74 -21q0 -88 -47 -146.5t-117 -58.5q-61 0 -125 54.5t-107 54.5q-38 0 -64 -35t-26 -88z" /> -<glyph unicode=" " horiz-adv-x="949" /> -<glyph unicode=" " horiz-adv-x="1899" /> -<glyph unicode=" " horiz-adv-x="949" /> -<glyph unicode=" " horiz-adv-x="1899" /> -<glyph unicode=" " horiz-adv-x="633" /> -<glyph unicode=" " horiz-adv-x="474" /> -<glyph unicode=" " horiz-adv-x="316" /> -<glyph unicode=" " horiz-adv-x="316" /> -<glyph unicode=" " horiz-adv-x="237" /> -<glyph unicode=" " horiz-adv-x="379" /> -<glyph unicode=" " horiz-adv-x="105" /> -<glyph unicode="‐" horiz-adv-x="497" d="M46 568v104h399v-104h-399z" /> -<glyph unicode="‑" horiz-adv-x="497" d="M46 568v104h399v-104h-399z" /> -<glyph unicode="‒" horiz-adv-x="497" d="M46 568v104h399v-104h-399z" /> -<glyph unicode="–" horiz-adv-x="1191" d="M151 684v104h898v-104h-898z" /> -<glyph unicode="—" horiz-adv-x="1398" d="M129 684v104h1106v-104h-1106z" /> -<glyph unicode="‘" horiz-adv-x="335" d="M81 1071v175l106 314h66l-52 -315v-174h-120z" /> -<glyph unicode="’" horiz-adv-x="335" d="M81 1071l51 306v183h121v-180l-106 -309h-66z" /> -<glyph unicode="‚" horiz-adv-x="328" d="M81 -213l45 266v205h121v-195l-100 -276h-66z" /> -<glyph unicode="“" horiz-adv-x="561" d="M81 1071v175l106 314h66l-52 -315v-174h-120zM307 1071v175l106 314h66l-52 -315v-174h-120z" /> -<glyph unicode="”" horiz-adv-x="566" d="M81 1071l51 306v183h121v-180l-106 -309h-66zM312 1071l51 306v183h121v-180l-106 -309h-66z" /> -<glyph unicode="„" horiz-adv-x="546" d="M81 -203l45 296v181h121v-175l-100 -302h-66zM298 -203l45 299v178h121v-175l-100 -302h-66z" /> -<glyph unicode="•" horiz-adv-x="603" d="M134 717v66q0 78 45 128.5t121 50.5t122 -50.5t46 -128.5v-66q0 -79 -45.5 -128t-121.5 -49q-77 0 -122 49t-45 128z" /> -<glyph unicode="…" horiz-adv-x="1124" d="M158 0v166h130v-166h-130zM507 0v166h130v-166h-130zM839 0v166h130v-166h-130z" /> -<glyph unicode=" " horiz-adv-x="379" /> -<glyph unicode="‹" horiz-adv-x="525" d="M98 546v19l245 379h99l-223 -389l223 -389h-99z" /> -<glyph unicode="›" horiz-adv-x="525" d="M87 166l222 389l-222 394h99l245 -384v-19l-245 -380h-99z" /> -<glyph unicode=" " horiz-adv-x="474" /> -<glyph unicode="€" horiz-adv-x="911" d="M75 531v104h134v167h-134v104h134v36q0 244 114 389.5t299 145.5q48 0 94.5 -8t100.5 -23l-11 -110q-44 16 -90.5 25.5t-93.5 9.5q-136 0 -214.5 -115t-78.5 -312v-38h437v-104h-437v-167h437v-104h-437v-17q0 -197 79.5 -314t214.5 -117q48 0 94.5 8.5t88.5 25.5 l11 -107q-46 -15 -95 -23t-99 -8q-185 0 -299.5 145t-114.5 390v17h-134z" /> -<glyph unicode="™" horiz-adv-x="1070" d="M90 1386v70h319v-70h-125v-467h-66v467h-128zM474 919v537h83l139 -419h6l140 419h79v-537h-66v367l-6 1l-129 -368h-42l-133 382l-6 -1v-381h-65z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1003" d="M63 981v101h146v156q0 164 70.5 253.5t196.5 89.5q28 0 56.5 -5.5t57.5 -14.5l-15 -101q-20 6 -40.5 9.5t-45.5 3.5q-79 0 -119.5 -61t-40.5 -174v-156h205v-101h-205v-981h-120v981h-146zM734 0v1560h121v-1560h-121z" /> -<glyph unicode="ffi" horiz-adv-x="1527" d="M63 981v101h146v156q0 164 70.5 253.5t196.5 89.5q28 0 56.5 -5.5t57.5 -14.5l-15 -101q-20 6 -40.5 9.5t-45.5 3.5q-79 0 -119.5 -61t-40.5 -174v-156h205v-101h-205v-981h-120v981h-146zM629 981v101h147v136q0 173 82 268t227 95q56 0 113 -15.5t118 -44.5l-20 -105 q-46 24 -94.5 38t-107.5 14q-101 0 -149.5 -63.5t-48.5 -186.5v-136h199v-101h-199v-981h-120v981h-147zM1258 0v1082h121v-1082h-121z" /> -<glyph unicode="ffl" horiz-adv-x="1589" d="M63 981v101h146v156q0 164 70.5 253.5t196.5 89.5q28 0 56.5 -5.5t57.5 -14.5l-15 -101q-20 6 -40.5 9.5t-45.5 3.5q-79 0 -119.5 -61t-40.5 -174v-156h205v-101h-205v-981h-120v981h-146zM649 981v101h146v156q0 164 70.5 253.5t196.5 89.5q28 0 56.5 -5.5t57.5 -14.5 l-15 -101q-20 6 -40.5 9.5t-45.5 3.5q-79 0 -119.5 -61t-40.5 -174v-156h205v-101h-205v-981h-120v981h-146zM1320 0v1560h121v-1560h-121z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-18" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="/" u2="/" k="224" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="61" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="234" /> -<hkern u1="F" u2="„" k="234" /> -<hkern u1="F" u2="‚" k="234" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="J" k="264" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2="." k="234" /> -<hkern u1="F" u2="," k="234" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="92" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="97" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="43" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="80" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="114" /> -<hkern u1="T" u2="Æ" k="179" /> -<hkern u1="T" u2="»" k="216" /> -<hkern u1="T" u2="«" k="328" /> -<hkern u1="T" u2="w" k="57" /> -<hkern u1="T" u2="r" k="75" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-32" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="t" u2="ö" k="20" /> -<hkern u1="t" u2="õ" k="20" /> -<hkern u1="t" u2="ô" k="20" /> -<hkern u1="t" u2="ó" k="20" /> -<hkern u1="t" u2="ò" k="20" /> -<hkern u1="t" u2="o" k="20" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="61" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="61" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="61" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="61" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="61" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="61" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="m,n,p,ntilde" k="23" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" /> -<hkern g1="L" g2="T" k="275" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" /> -<hkern g1="L" g2="V" k="175" /> -<hkern g1="L" g2="W" k="143" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" /> -<hkern g1="P" g2="X" k="31" /> -<hkern g1="P" g2="Z" k="26" /> -<hkern g1="P" g2="J" k="200" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" /> -<hkern g1="T" g2="m,n,p,ntilde" k="109" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" /> -<hkern g1="T" g2="s" k="116" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" /> -<hkern g1="T" g2="J" k="240" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/robotocondensed-light-webfont.ttf b/public/fonts/robotocondensed-light-webfont.ttf deleted file mode 100755 index eb5ced8049a87e93c3b54dbcf95be45a92e1c22d..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-light-webfont.ttf and /dev/null differ diff --git a/public/fonts/robotocondensed-light-webfont.woff b/public/fonts/robotocondensed-light-webfont.woff deleted file mode 100755 index 10375da632c7237e8347b9f2070075a02998cc79..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-light-webfont.woff and /dev/null differ diff --git a/public/fonts/robotocondensed-light-webfont.woff2 b/public/fonts/robotocondensed-light-webfont.woff2 deleted file mode 100755 index 4883c882bbfd2b9f848f3fdfc2f9d95a2061c27d..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-light-webfont.woff2 and /dev/null differ diff --git a/public/fonts/robotocondensed-regular-webfont.eot b/public/fonts/robotocondensed-regular-webfont.eot deleted file mode 100755 index 41f7be4565a11e4acd3f0f7d9576a16a9bb49969..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-regular-webfont.eot and /dev/null differ diff --git a/public/fonts/robotocondensed-regular-webfont.svg b/public/fonts/robotocondensed-regular-webfont.svg deleted file mode 100755 index 533d0b25e322260148cfbd4ad803efea7f28d44d..0000000000000000000000000000000000000000 --- a/public/fonts/robotocondensed-regular-webfont.svg +++ /dev/null @@ -1,651 +0,0 @@ -<?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="roboto_condensedregular" horiz-adv-x="995" > -<font-face units-per-em="2048" ascent="1638" descent="-410" /> -<missing-glyph horiz-adv-x="446" /> -<glyph unicode="fi" horiz-adv-x="1025" d="M29 937v145h141v111q0 186 97.5 287t271.5 101q62 0 124.5 -15.5t135.5 -44.5l-31 -158q-50 22 -102 35.5t-113 13.5q-92 0 -136 -55t-44 -164v-111h183v-145h-183v-937h-203v937h-141zM692 0v1082h203v-1082h-203z" /> -<glyph horiz-adv-x="0" /> -<glyph unicode="
" horiz-adv-x="446" /> -<glyph horiz-adv-x="0" /> -<glyph horiz-adv-x="0" /> -<glyph horiz-adv-x="16" /> -<glyph unicode="	" horiz-adv-x="16" /> -<glyph unicode=" " horiz-adv-x="446" /> -<glyph unicode="	" horiz-adv-x="446" /> -<glyph unicode=" " horiz-adv-x="446" /> -<glyph unicode="!" horiz-adv-x="474" d="M136 0v204h204v-204h-204zM136 485v971h203v-971h-203z" /> -<glyph unicode=""" horiz-adv-x="589" d="M83 1057l1 245v258h152v-249l-56 -254h-97zM354 1057l1 252v251h152v-249l-57 -254h-96z" /> -<glyph unicode="#" horiz-adv-x="1069" d="M57 410v130h217l58 368h-211v132h231l66 416h138l-65 -416h192l66 416h138l-65 -416h179v-132h-200l-57 -368h194v-130h-214l-64 -410h-139l64 410h-192l-64 -410h-139l64 410h-197zM413 540h192l58 368h-193z" /> -<glyph unicode="$" horiz-adv-x="1000" d="M93 432h202q0 -158 60.5 -226t149.5 -68q93 0 145.5 64t52.5 168q0 96 -47 158.5t-159 116.5q-179 70 -268 167.5t-89 269.5q0 163 86 267.5t233 123.5v212h131v-214q145 -24 228 -142.5t83 -314.5h-203q0 136 -48.5 219.5t-131.5 83.5q-87 0 -131.5 -65t-44.5 -168 q0 -98 45 -158t164 -117q179 -73 266.5 -169.5t87.5 -267.5q0 -168 -88.5 -269t-242.5 -120v-193h-130v193q-153 17 -252 126t-99 323z" /> -<glyph unicode="%" horiz-adv-x="1350" d="M97 1099v77q0 128 72.5 214.5t197.5 86.5q126 0 198.5 -86.5t72.5 -214.5v-77q0 -128 -72 -213.5t-197 -85.5q-126 0 -199 85.5t-73 213.5zM240 1099q0 -74 33.5 -126.5t95.5 -52.5q60 0 93 52t33 127v77q0 75 -33.5 128t-94.5 53t-94 -53t-33 -128v-77zM309 176 l601 1138l104 -63l-601 -1138zM720 279v78q0 127 73 213.5t198 86.5q126 0 198.5 -86t72.5 -214v-78q0 -129 -72.5 -214.5t-196.5 -85.5q-126 0 -199.5 86t-73.5 214zM864 279q0 -74 34.5 -127t94.5 -53q63 0 94.5 51.5t31.5 128.5v78q0 76 -33.5 128t-94.5 52t-94 -52 t-33 -128v-78z" /> -<glyph unicode="&" horiz-adv-x="1172" d="M67 383q0 121 62.5 213.5t185.5 188.5q-68 98 -101 177.5t-33 162.5q0 166 89.5 259t242.5 93q139 0 225 -89.5t86 -218.5q0 -96 -44 -168t-125 -137l-104 -86l293 -393l6 1q31 58 48.5 131.5t17.5 157.5h165q0 -131 -32 -240t-97 -195l179 -240h-237l-77 104 q-75 -61 -158 -93t-175 -32q-191 0 -304 111.5t-113 292.5zM272 388q0 -110 58 -182.5t160 -72.5q62 0 123 23.5t114 68.5l-320 433l-23 -19q-67 -72 -89.5 -134.5t-22.5 -116.5zM373 1127q0 -51 22.5 -105.5t66.5 -120.5l104 82q50 40 68.5 84t18.5 97q0 64 -38 110.5 t-102 46.5q-67 0 -103.5 -55.5t-36.5 -138.5z" /> -<glyph unicode="'" horiz-adv-x="319" d="M82 1055l1 266v239h150v-226l-55 -279h-96z" /> -<glyph unicode="(" horiz-adv-x="602" d="M117 574v16q0 379 130.5 660.5t283.5 372.5h6l37 -108q-112 -102 -193.5 -344t-81.5 -579v-20q0 -337 81.5 -578t193.5 -349l-37 -102h-6q-154 92 -284 369.5t-130 661.5z" /> -<glyph unicode=")" horiz-adv-x="606" d="M25 -355q110 102 192.5 346t82.5 581v20q0 333 -84.5 578.5t-190.5 350.5l38 102h6q154 -91 287.5 -374t133.5 -659v-16q0 -380 -133 -660t-288 -371h-6z" /> -<glyph unicode="*" horiz-adv-x="806" d="M32 1080l44 140l268 -119l-11 355h145l-12 -361l262 121l44 -141l-274 -100l179 -278l-118 -87l-162 295l-159 -289l-118 84l181 284z" /> -<glyph unicode="+" horiz-adv-x="1023" d="M67 600v174h342v432h198v-432h342v-174h-342v-454h-198v454h-342z" /> -<glyph unicode="," horiz-adv-x="397" d="M53 -271l59 302v183h189v-190l-127 -295h-121z" /> -<glyph unicode="-" horiz-adv-x="598" d="M73 542v155h446v-155h-446z" /> -<glyph unicode="." horiz-adv-x="497" d="M137 0v203h204v-203h-204z" /> -<glyph unicode="/" horiz-adv-x="693" d="M9 -125l482 1581h159l-482 -1581h-159z" /> -<glyph unicode="0" horiz-adv-x="1002" d="M96 563v329q0 281 109 433t295 152t295.5 -152t109.5 -433v-329q0 -283 -108.5 -433.5t-294.5 -150.5q-187 0 -296.5 151t-109.5 433zM299 535q0 -198 52.5 -300t150.5 -102q97 0 149 101.5t52 300.5v386q0 198 -52.5 299t-150.5 101t-149.5 -101.5t-51.5 -298.5v-386z " /> -<glyph unicode="1" horiz-adv-x="1000" d="M143 1234v131l487 92v-1459h-202v1255z" /> -<glyph unicode="2" horiz-adv-x="1000" d="M82 1028q-4 189 107 319t304 130q178 0 281.5 -112.5t103.5 -297.5q0 -125 -63.5 -246.5t-184.5 -271.5l-275 -395h563v-154h-817v135l400 526q97 137 135.5 226.5t38.5 173.5q0 115 -48.5 187.5t-133.5 72.5q-107 0 -160.5 -80t-53.5 -218h-195z" /> -<glyph unicode="3" horiz-adv-x="1000" d="M79 386l3 6h194q0 -115 57 -187t150 -72q98 0 153.5 69.5t55.5 197.5q0 136 -53 200.5t-160 64.5h-139v153h139q101 0 147.5 67.5t46.5 182.5q0 118 -48.5 185.5t-141.5 67.5q-85 0 -139.5 -67.5t-54.5 -177.5h-193l-3 6q-4 169 106 282t280 113q180 0 288 -107.5 t108 -303.5q0 -97 -51 -185.5t-145 -134.5q110 -41 163 -132.5t53 -211.5q0 -198 -116.5 -310.5t-298.5 -112.5q-170 0 -287.5 107.5t-113.5 299.5z" /> -<glyph unicode="4" horiz-adv-x="1000" d="M56 456l529 1000h208v-959h156v-155h-156v-342h-202v342h-529zM256 497h335v665l-6 1l-20 -42z" /> -<glyph unicode="5" horiz-adv-x="1000" d="M121 382l2 5l191 4q0 -124 52.5 -191t138.5 -67q99 0 149 87.5t50 242.5q0 146 -52 234.5t-149 88.5q-86 0 -128.5 -37.5t-59.5 -111.5l-175 17l70 802h653v-167h-484l-38 -432q37 38 86 62.5t112 26.5q172 2 270 -127.5t98 -353.5q0 -217 -102.5 -351.5t-299.5 -134.5 q-164 0 -276 104t-108 299z" /> -<glyph unicode="6" horiz-adv-x="1000" d="M107 558v316q0 271 135 437t339 166q66 0 127 -17t111 -46l-39 -149q-45 27 -91 41t-107 14q-122 0 -197.5 -117.5t-75.5 -314.5v-41q50 57 118 88.5t149 31.5q165 0 260.5 -136t95.5 -349q0 -220 -110 -361.5t-288 -141.5q-187 0 -307 153t-120 426zM309 546 q0 -196 63 -305t162 -109q90 0 143 101.5t53 248.5q0 148 -54.5 242t-149.5 94q-77 0 -132.5 -37t-84.5 -101v-134z" /> -<glyph unicode="7" horiz-adv-x="1000" d="M66 1300v156h850v-156q-209 -278 -286.5 -532.5t-109.5 -628.5l-13 -139h-202l12 139q33 352 131.5 634t270.5 527h-653z" /> -<glyph unicode="8" horiz-adv-x="1000" d="M89 392q0 123 63 216.5t171 138.5q-94 42 -148 128.5t-54 200.5q0 191 104 296t274 105q169 0 275 -105t106 -296q0 -115 -55 -201.5t-149 -128.5q107 -45 170.5 -138.5t63.5 -215.5q0 -200 -113.5 -306.5t-295.5 -106.5q-185 0 -298.5 106.5t-113.5 306.5zM292 399 q0 -125 56.5 -195.5t152.5 -70.5q91 0 149 71t58 195q0 120 -59 195.5t-150 75.5q-92 0 -149.5 -75t-57.5 -196zM324 1071q0 -113 48 -180t129 -67q79 0 127 67t48 180q0 110 -49 180t-128 70q-80 0 -127.5 -67.5t-47.5 -182.5z" /> -<glyph unicode="9" horiz-adv-x="1000" d="M78 957q0 223 114.5 371.5t283.5 148.5q189 0 303.5 -144t114.5 -415v-380q0 -266 -126 -412.5t-325 -146.5q-62 0 -130 15.5t-126 44.5l27 148q53 -29 107.5 -41.5t121.5 -12.5q111 0 179.5 102.5t68.5 295.5v71q-42 -71 -103 -107.5t-133 -36.5q-174 0 -275.5 134.5 t-101.5 364.5zM281 957q0 -154 51.5 -250.5t143.5 -96.5q78 0 132.5 44.5t82.5 114.5v169q0 188 -56 285.5t-156 97.5q-85 0 -141.5 -105t-56.5 -259z" /> -<glyph unicode=":" horiz-adv-x="476" d="M137 0v203h204v-203h-204zM137 878v203h204v-203h-204z" /> -<glyph unicode=";" horiz-adv-x="470" d="M91 -271l59 302v183h189v-190l-127 -295h-121zM134 879v203h204v-203h-204z" /> -<glyph unicode="<" horiz-adv-x="898" d="M61 477v151l711 374v-192l-496 -243l-64 -14v-6l64 -14l496 -240v-192z" /> -<glyph unicode="=" horiz-adv-x="1003" d="M130 390v160h732v-160h-732zM130 808v160h732v-160h-732z" /> -<glyph unicode=">" horiz-adv-x="916" d="M114 101v189l516 247l63 13v6l-63 15l-516 243v188l731 -374v-151z" /> -<glyph unicode="?" horiz-adv-x="857" d="M49 1109q-3 173 100.5 270.5t266.5 97.5q177 0 277.5 -105t100.5 -286q0 -130 -60.5 -236t-160.5 -209q-49 -51 -61.5 -97.5t-12.5 -135.5h-203q1 133 28 191t121 151q71 90 108.5 162.5t37.5 170.5q0 110 -45.5 171.5t-129.5 61.5q-70 0 -120 -56.5t-50 -156.5h-195z M295 0v198h208v-198h-208z" /> -<glyph unicode="@" horiz-adv-x="1635" d="M89 478q16 425 223 684.5t544 259.5q340 0 520 -245t166 -668q-8 -216 -109.5 -373t-301.5 -157q-69 0 -118 45t-68 127q-43 -86 -104 -128.5t-142 -42.5q-119 0 -182.5 120t-47.5 316q21 255 125 409.5t252 154.5q96 0 154.5 -26.5t128.5 -80.5l-3 -3h5l-46 -577 q-7 -115 17 -157.5t63 -42.5q108 0 172.5 117t72.5 299q15 376 -124.5 586t-433.5 210q-272 0 -438.5 -227t-178.5 -600q-16 -370 132.5 -590.5t425.5 -220.5q77 0 157 21t136 55l32 -107q-59 -42 -150.5 -65.5t-178.5 -23.5q-343 0 -529.5 249.5t-170.5 681.5zM637 416 q-10 -142 18.5 -221.5t92.5 -79.5q56 0 102 31t83 112v14.5t2 20.5l42 536q-24 11 -49 17.5t-51 6.5q-106 0 -164.5 -109t-75.5 -328z" /> -<glyph unicode="A" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM386 529h371l-182 636h-6z" /> -<glyph unicode="B" horiz-adv-x="1122" d="M141 0v1456h406q206 0 321.5 -98t115.5 -294q0 -104 -52.5 -183.5t-145.5 -116.5q118 -26 181.5 -123.5t63.5 -228.5q0 -201 -113.5 -306.5t-313.5 -105.5h-463zM344 154h260q108 0 166.5 66.5t58.5 190.5q0 123 -50 195.5t-154 72.5h-281v-525zM344 825h223 q100 0 157 60.5t57 174.5q0 120 -59.5 180t-174.5 60h-203v-475z" /> -<glyph unicode="C" horiz-adv-x="1084" d="M94 525v404q0 258 126.5 403t337.5 145q214 0 329 -117t118 -342l-3 -6h-192q-3 159 -63 234t-189 75q-125 0 -194 -101t-69 -288v-407q0 -190 70.5 -291t198.5 -101q126 0 184.5 73.5t60.5 235.5h193l3 -6q-1 -218 -116 -337.5t-325 -119.5q-214 0 -342 144t-128 402z " /> -<glyph unicode="D" horiz-adv-x="1154" d="M141 0v1456h400q232 0 378.5 -175t146.5 -450v-207q0 -276 -146.5 -450t-378.5 -174h-400zM344 154h190q153 0 241.5 131t88.5 339v209q0 206 -88.5 336.5t-241.5 130.5h-190v-1146z" /> -<glyph unicode="E" horiz-adv-x="1018" d="M141 0v1456h823v-156h-620v-469h540v-155h-540v-522h626v-154h-829z" /> -<glyph unicode="F" horiz-adv-x="1020" d="M141 0v1456h831v-156h-628v-498h541v-155h-541v-647h-203z" /> -<glyph unicode="G" horiz-adv-x="1198" d="M102 514v432q0 253 133 392t353 139q223 0 341 -112.5t126 -315.5l-2 -6h-192q-5 136 -71.5 207t-198.5 71q-133 0 -210 -95.5t-77 -277.5v-434q0 -186 82.5 -283.5t224.5 -97.5q104 0 161.5 35.5t85.5 90.5v331h-249v147h452v-530q-50 -88 -162.5 -158t-287.5 -70 q-229 0 -369 139t-140 396z" /> -<glyph unicode="H" horiz-adv-x="1246" d="M141 0v1456h203v-659h558v659h202v-1456h-202v642h-558v-642h-203z" /> -<glyph unicode="I" horiz-adv-x="513" d="M155 0v1456h202v-1456h-202z" /> -<glyph unicode="J" horiz-adv-x="989" d="M63 402l3 6h195q0 -138 53.5 -206.5t146.5 -68.5q82 0 136 77t54 207v1039h202v-1039q0 -201 -110 -319.5t-282 -118.5q-185 0 -293 107q-105 104 -105 301v15z" /> -<glyph unicode="K" horiz-adv-x="1131" d="M141 0v1456h203v-640h121l385 640h242l-458 -691l493 -765h-248l-396 653h-139v-653h-203z" /> -<glyph unicode="L" horiz-adv-x="951" d="M141 0v1456h203v-1302h568v-154h-771z" /> -<glyph unicode="M" horiz-adv-x="1483" d="M136 0v1456h261l340 -1188h6l341 1188h262v-1456h-201v559l18 560l-6 1l-350 -1120h-134l-349 1119l-6 -1l19 -559v-559h-201z" /> -<glyph unicode="N" horiz-adv-x="1247" d="M141 0v1456h203l552 -1080l6 2v1078h202v-1456h-202l-552 1083l-6 -2v-1081h-203z" /> -<glyph unicode="O" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5t-215 98.5q-137 0 -210 -98.5 t-73 -288.5v-403z" /> -<glyph unicode="P" horiz-adv-x="1132" d="M141 0v1456h478q204 0 320 -121.5t116 -319.5q0 -199 -116 -320t-320 -121h-275v-574h-203zM344 730h275q115 0 174 80.5t59 202.5q0 124 -58.5 205.5t-174.5 81.5h-275v-570z" /> -<glyph unicode="Q" horiz-adv-x="1212" d="M93 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -129 -35 -231t-99 -172l220 -234l-132 -111l-226 245q-50 -23 -105.5 -34t-115.5 -11q-222 0 -353 144.5t-131 403.5zM294 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403 q0 190 -76 288.5t-215 98.5q-137 0 -210 -98.5t-73 -288.5v-403z" /> -<glyph unicode="R" horiz-adv-x="1162" d="M141 0v1455h453q207 0 320 -107t113 -307q0 -114 -52.5 -199t-151.5 -133q109 -37 157.5 -125.5t48.5 -218.5v-127q0 -67 13.5 -124.5t46.5 -90.5v-23h-209q-34 33 -43.5 99.5t-9.5 140.5v123q0 122 -55.5 193t-152.5 71h-275v-627h-203zM344 782h240q123 0 181.5 66.5 t58.5 188.5q0 125 -57 194t-173 69h-250v-518z" /> -<glyph unicode="S" horiz-adv-x="1087" d="M83 420l2 6h195q0 -150 78.5 -222t205.5 -72q114 0 178.5 63.5t64.5 170.5q0 103 -58 169t-203 116q-208 63 -319 164.5t-111 268.5q0 172 123.5 282.5t317.5 110.5q201 1 325 -127q120 -124 120 -297v-11l-2 -6h-195q0 127 -65.5 206.5t-184.5 79.5q-113 0 -174.5 -66.5 t-61.5 -169.5q0 -93 66 -156.5t218 -115.5q199 -62 303 -169t104 -277q0 -179 -123 -284t-323 -105q-194 -1 -340 115q-141 112 -141 312v14z" /> -<glyph unicode="T" horiz-adv-x="1018" d="M35 1300v156h949v-156h-374v-1300h-203v1300h-372z" /> -<glyph unicode="U" horiz-adv-x="1160" d="M117 447v1009h201v-1009q0 -156 70 -235t189 -79q124 0 195 76t71 238v1009h202v-1009q0 -226 -129.5 -347t-338.5 -121q-206 0 -333 121t-127 347z" /> -<glyph unicode="V" horiz-adv-x="1119" d="M24 1456h216l296 -1134l20 -85h6l21 84l297 1135h215l-438 -1456h-196z" /> -<glyph unicode="W" horiz-adv-x="1551" d="M41 1456h199l197 -1038h6l248 1038h161l251 -1038h6l196 1038h199l-294 -1456h-187l-247 1034h-6l-249 -1034h-187z" /> -<glyph unicode="X" horiz-adv-x="1112" d="M48 0l388 735l-378 721h237l258 -568h6l260 568h239l-379 -721l395 -735h-243l-269 582h-6l-268 -582h-240z" /> -<glyph unicode="Y" horiz-adv-x="1100" d="M23 1456h227l297 -707h6l298 707h225l-428 -932v-524h-202v537z" /> -<glyph unicode="Z" horiz-adv-x="1010" d="M79 0v125l621 1176h-617v155h836v-121l-624 -1181h644v-154h-860z" /> -<glyph unicode="[" horiz-adv-x="503" d="M127 -319v1991h353v-153h-148v-1686h148v-152h-353z" /> -<glyph unicode="\" horiz-adv-x="736" d="M25 1456h197l515 -1581h-197z" /> -<glyph unicode="]" horiz-adv-x="503" d="M17 -167h150v1686h-150v153h355v-1991h-355v152z" /> -<glyph unicode="^" horiz-adv-x="758" d="M53 729l253 727h145l252 -727h-170l-143 444l-10 48h-6l-10 -48l-140 -444h-171z" /> -<glyph unicode="_" horiz-adv-x="793" d="M10 0h772v-152h-772v152z" /> -<glyph unicode="`" horiz-adv-x="591" d="M80 1472l2 5h227l169 -266h-170z" /> -<glyph unicode="a" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6v11q0 117 100 211q105 98 271 98q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5z" /> -<glyph unicode="b" d="M116 0v1560h203v-592q42 65 102 99.5t139 34.5q171 0 264 -137.5t93 -366.5v-147q0 -215 -93 -343.5t-262 -128.5q-85 0 -148.5 37.5t-106.5 110.5l-15 -127h-176zM319 275q27 -66 75 -102.5t117 -36.5q107 0 155.5 85t48.5 230v147q0 156 -49.5 251t-156.5 95 q-68 0 -115.5 -40.5t-74.5 -108.5v-520z" /> -<glyph unicode="c" horiz-adv-x="921" d="M75 465v149q0 212 107.5 350t308.5 138q165 0 267 -110q100 -106 99 -273v-10l-3 -6h-182q0 108 -49.5 175.5t-131.5 67.5q-116 0 -164.5 -94t-48.5 -238v-149q0 -146 48.5 -239t165.5 -93q76 0 128 58.5t52 156.5h182l2 -6v-11q0 -146 -104 -247q-108 -105 -260 -105 q-202 0 -309.5 137t-107.5 349z" /> -<glyph unicode="d" d="M78 507v21q0 259 93.5 416.5t263.5 157.5q76 0 135.5 -34t102.5 -98v590h202v-1560h-177l-15 124q-43 -71 -105.5 -108t-143.5 -37q-169 0 -262.5 144t-93.5 384zM281 507q0 -171 49 -271t155 -100q66 0 112.5 36t75.5 101v526q-29 67 -75.5 106t-110.5 39 q-106 0 -156 -115t-50 -301v-21z" /> -<glyph unicode="e" horiz-adv-x="930" d="M82 456v158q0 212 113.5 350t288.5 138q184 0 283 -125.5t99 -337.5v-140h-582v-43q0 -140 61.5 -231.5t174.5 -91.5q84 0 144 26.5t114 77.5l64 -126q-51 -58 -137 -95t-198 -37q-193 0 -309 134t-116 343zM284 644h381v41q0 115 -46 188t-135 73q-88 0 -141 -85.5 t-59 -216.5z" /> -<glyph unicode="f" horiz-adv-x="623" d="M47 937v145h140v139q0 172 82.5 266t231.5 94q29 0 59.5 -5.5t68.5 -15.5l-20 -149q-17 5 -38 8t-45 3q-67 0 -101.5 -52t-34.5 -149v-139h189v-145h-189v-937h-203v937h-140z" /> -<glyph unicode="g" horiz-adv-x="994" d="M78 451v133q0 233 95.5 375.5t265.5 142.5q82 0 144 -38.5t106 -111.5l15 130h175v-1077q0 -208 -110.5 -325t-308.5 -117q-68 0 -145.5 21t-138.5 57l43 152q51 -31 112 -48.5t127 -17.5q111 0 164.5 71t53.5 208v98q-43 -62 -102.5 -93.5t-136.5 -31.5 q-169 0 -264 129.5t-95 342.5zM281 451q0 -144 50 -229.5t157 -85.5q66 0 112.5 34t75.5 96v539q-30 64 -76 101.5t-110 37.5q-106 0 -157.5 -100t-51.5 -260v-133z" /> -<glyph unicode="h" d="M113 0v1560h203v-623q45 78 111 121.5t147 43.5q146 0 227 -108t81 -332v-662h-203v664q0 149 -43.5 214.5t-129.5 65.5q-62 0 -110.5 -35.5t-79.5 -97.5v-811h-203z" /> -<glyph unicode="i" horiz-adv-x="462" d="M129 0v1082h203v-1082h-203zM129 1366v194h203v-194h-203z" /> -<glyph unicode="j" horiz-adv-x="467" d="M-64 -419l11 155q16 -6 36.5 -10t38.5 -4q53 0 84 50.5t31 153.5v1156h203v-1156q0 -174 -78.5 -268.5t-219.5 -94.5q-30 0 -54 4.5t-52 13.5zM137 1366v194h203v-194h-203z" /> -<glyph unicode="k" horiz-adv-x="922" d="M117 0v1560h202v-909h83l239 431h237l-314 -488l359 -594h-236l-282 496h-86v-496h-202z" /> -<glyph unicode="l" horiz-adv-x="462" d="M129 0v1560h203v-1560h-203z" /> -<glyph unicode="m" horiz-adv-x="1525" d="M116 0v1082h185l11 -147q44 80 112 123.5t159 43.5q89 0 153 -49.5t97 -150.5q42 94 112 147t166 53q138 0 217.5 -113.5t79.5 -345.5v-643h-203v644q0 166 -41 233t-121 67q-69 0 -115.5 -52.5t-67.5 -139.5q-1 8 1 -25.5t2 -48.5v-678h-202v644q0 161 -42 230.5 t-122 69.5q-64 0 -109 -35.5t-70 -98.5v-810h-202z" /> -<glyph unicode="n" d="M114 0v1082h186l11 -160q45 85 114 132.5t156 47.5q142 0 221 -105t79 -326v-671h-203v669q0 151 -43 213t-130 62q-62 0 -110 -38.5t-78 -104.5v-801h-203z" /> -<glyph unicode="o" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM279 471q0 -148 54 -243t165 -95q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5t-163.5 95.5q-110 0 -164 -95 t-54 -242v-138z" /> -<glyph unicode="p" d="M116 -416v1498h181l13 -124q43 69 105 106.5t144 37.5q169 0 263 -142t94 -376v-133q0 -214 -94 -343t-261 -129q-79 0 -139 31t-103 91v-517h-203zM319 259q27 -61 73 -93.5t113 -32.5q105 0 156.5 87.5t51.5 230.5v133q0 159 -52.5 259.5t-156.5 100.5q-65 0 -111 -37 t-74 -101v-547z" /> -<glyph unicode="q" d="M78 451v133q0 234 94 376t263 142q79 0 139.5 -36t104.5 -104l15 120h176v-1498h-203v513q-43 -58 -101 -88t-132 -30q-169 0 -262.5 129t-93.5 343zM281 451q0 -144 49 -231t155 -87q63 0 108 32t74 91v561q-28 60 -73 94.5t-107 34.5q-106 0 -156 -100.5t-50 -261.5 v-133z" /> -<glyph unicode="r" horiz-adv-x="633" d="M116 0v1082h185l15 -163q34 86 89 134.5t127 48.5q20 0 41 -3.5t33 -8.5l-24 -179l-95 5q-63 0 -104.5 -38t-63.5 -107v-771h-203z" /> -<glyph unicode="s" horiz-adv-x="891" d="M69 318l2 6h189q4 -105 58 -151.5t134 -46.5q79 0 123.5 40.5t44.5 104.5q0 63 -41.5 106.5t-156.5 95.5q-167 65 -247.5 138.5t-80.5 190.5q0 125 98.5 212.5t258.5 87.5q167 0 266 -94q95 -91 95 -225v-11l-2 -6h-195q0 77 -43.5 132.5t-120.5 55.5q-76 0 -118.5 -43 t-42.5 -101q0 -62 36.5 -98t157.5 -94q170 -61 252.5 -138.5t82.5 -198.5q0 -134 -102 -218t-268 -84q-179 -1 -282 101q-98 97 -98 225v13z" /> -<glyph unicode="t" horiz-adv-x="628" d="M32 937v145h141v269h202v-269h169v-145h-169v-644q0 -84 25 -119.5t65 -35.5q24 0 44.5 3t48.5 9l21 -140q-34 -14 -76.5 -22.5t-87.5 -8.5q-115 0 -178.5 75.5t-63.5 238.5v644h-141z" /> -<glyph unicode="u" d="M112 443v639h202v-641q0 -166 39.5 -235.5t118.5 -69.5q75 0 125.5 35t80.5 100v811h203v-1082h-181l-13 145q-43 -80 -110 -123t-154 -43q-147 0 -229 113t-82 351z" /> -<glyph unicode="v" horiz-adv-x="892" d="M34 1082h210l186 -757l17 -84h6l17 84l184 757h209l-324 -1082h-179z" /> -<glyph unicode="w" horiz-adv-x="1308" d="M41 1082h194l146 -725h6l192 725h146l195 -731h6l143 731h194l-248 -1082h-167l-194 719h-6l-191 -719h-168z" /> -<glyph unicode="x" horiz-adv-x="892" d="M35 0l296 548l-287 534h230l166 -395h6l170 395h232l-287 -534l297 -548h-231l-177 408h-6l-178 -408h-231z" /> -<glyph unicode="y" horiz-adv-x="892" d="M22 1082h220l178 -709l15 -71h6l208 780h221l-379 -1250q-38 -112 -103 -190.5t-187 -78.5q-25 0 -53.5 5.5t-56.5 12.5l22 150q11 -2 30 -4t30 -2q59 0 93.5 50.5t53.5 119.5l36 110z" /> -<glyph unicode="z" horiz-adv-x="865" d="M76 0v128l474 797h-464v157h690v-126l-478 -802h499v-154h-721z" /> -<glyph unicode="{" horiz-adv-x="594" d="M55 535v146q83 0 123.5 61.5t40.5 174.5v215q0 171 69.5 290.5t233.5 174.5l39 -114q-83 -36 -117.5 -126.5t-34.5 -224.5v-215q0 -106 -40 -186.5t-121 -122.5q81 -44 121 -125t40 -186v-212q0 -134 34.5 -223t118.5 -126l-40 -115q-164 55 -233.5 174.5t-69.5 289.5 v212q0 112 -40.5 175t-123.5 63z" /> -<glyph unicode="|" horiz-adv-x="446" d="M155 -270v1726h137v-1726h-137z" /> -<glyph unicode="}" horiz-adv-x="594" d="M30 -264q83 37 119 126.5t36 222.5v212q0 108 41 188.5t126 121.5q-85 40 -126 120.5t-41 189.5v215q0 133 -35.5 223.5t-118.5 127.5l40 114q163 -55 233 -174.5t70 -290.5v-215q0 -113 39.5 -174.5t124.5 -61.5v-146q-84 0 -124 -63t-40 -175v-212q0 -170 -70 -289.5 t-233 -174.5z" /> -<glyph unicode="~" horiz-adv-x="1165" d="M108 466q0 141 72 239t185 98q72 0 135.5 -35.5t132.5 -105.5q44 -52 80.5 -75t77.5 -23q50 0 86.5 58t36.5 143l143 -20q0 -142 -74 -242.5t-185 -100.5q-73 0 -134.5 34t-131.5 108q-47 50 -83.5 74t-77.5 24q-51 0 -86 -56t-35 -140z" /> -<glyph unicode="¡" horiz-adv-x="473" d="M129 869v213h205v-213h-205zM130 -374v970h203v-970h-203z" /> -<glyph unicode="¢" horiz-adv-x="991" d="M97 465v149q0 186 84 317.5t244 162.5v224h163v-223q134 -25 215 -130.5t81 -261.5h-190q0 108 -49.5 175.5t-131.5 67.5q-116 0 -164.5 -94t-48.5 -238v-149q0 -146 48.5 -239t165.5 -93q76 0 128 58.5t52 156.5h183l3 -5q2 -133 -81.5 -232.5t-210.5 -124.5v-231h-163 v232q-160 30 -244 161t-84 317z" /> -<glyph unicode="£" horiz-adv-x="1034" d="M77 618v155h135l-8 263q0 205 98 323t263 118q175 0 270.5 -107t92.5 -282l-3 -6h-195q0 123 -46 181t-119 58t-115.5 -75t-42.5 -210l9 -263h328v-155h-322l5 -141q0 -93 -24 -177.5t-69 -145.5h629v-154h-832v154h7q42 13 63 113t21 206l-5 145h-140z" /> -<glyph unicode="¤" horiz-adv-x="1290" d="M90 92l129 147q-48 78 -73.5 172t-25.5 197q0 107 27 203t79 176l-136 157l116 120l129 -149q67 57 146.5 88t166.5 31q86 0 165.5 -31.5t147.5 -89.5l132 152l116 -121l-139 -160q49 -81 76 -176.5t27 -199.5q0 -102 -25 -194.5t-71 -170.5l132 -151l-116 -119l-121 139 q-68 -64 -151 -98t-173 -34q-91 0 -173.5 33.5t-150.5 96.5l-118 -136zM273 608q0 -198 109.5 -336.5t265.5 -138.5q154 0 263 138.5t109 336.5q0 196 -109 334t-263 138q-156 0 -265.5 -138t-109.5 -334z" /> -<glyph unicode="¥" horiz-adv-x="1070" d="M31 1456h226l273 -632h6l272 632h226l-350 -730h247v-155h-300v-137h300v-155h-300v-279h-203v279h-304v155h304v137h-304v155h256z" /> -<glyph unicode="¦" horiz-adv-x="442" d="M123 -270v784h190v-784h-190zM123 698v758h190v-758h-190z" /> -<glyph unicode="§" horiz-adv-x="1091" d="M88 546q0 91 42 160.5t121 110.5q-67 50 -100 120.5t-33 171.5q0 166 116.5 267t310.5 101q201 0 313.5 -111.5t108.5 -312.5l-2 -6h-194q0 118 -60 196t-166 78q-112 0 -168 -59t-56 -151q0 -97 52.5 -147.5t216.5 -106.5q209 -66 305 -154.5t96 -258.5 q0 -93 -43.5 -162t-122.5 -108q68 -51 102.5 -120.5t34.5 -171.5q0 -172 -115.5 -269t-310.5 -97q-191 0 -320 101.5t-124 320.5l2 6l194 2q0 -144 72.5 -209.5t175.5 -65.5q104 0 163.5 58.5t59.5 150.5q0 90 -56.5 140.5t-214.5 108.5q-205 64 -302.5 154.5t-97.5 262.5z M291 556q0 -101 52.5 -152.5t218.5 -111.5q29 -10 58 -20.5t58 -20.5q53 22 83 70t30 113q0 92 -58 146.5t-217 116.5q-36 10 -66.5 20.5t-56.5 22.5q-52 -22 -77 -70t-25 -114z" /> -<glyph unicode="¨" horiz-adv-x="940" d="M151 1271v185h208v-185h-208zM580 1271v185h207v-185h-207z" /> -<glyph unicode="©" horiz-adv-x="1440" d="M88 729q0 315 182.5 531t444.5 216q261 0 444.5 -216t183.5 -531q0 -316 -184 -533t-444 -217q-261 0 -444 217t-183 533zM190 729q0 -271 153.5 -457t371.5 -186t371.5 186t153.5 457q0 268 -153.5 453t-371.5 185q-219 0 -372 -185t-153 -453zM397 669v119 q0 173 83 280t224 107q137 0 214.5 -79.5t74.5 -228.5l-3 -6h-121q0 102 -42 150t-123 48q-86 0 -132.5 -75t-46.5 -195v-120q0 -123 46.5 -197.5t132.5 -74.5q82 0 123 47t41 152h121l3 -6q3 -150 -74 -229t-214 -79q-141 0 -224 106.5t-83 280.5z" /> -<glyph unicode="ª" horiz-adv-x="788" d="M107 919q0 109 71 168t208 59h118v56q0 71 -25.5 110t-75.5 39q-58 0 -90 -31.5t-32 -88.5l-133 12l-1 6q-5 98 66.5 163t189.5 65q112 0 178 -71t66 -205v-315q0 -51 5 -95t17 -86h-144q-7 22 -11.5 47t-7.5 53q-27 -50 -74.5 -82t-113.5 -32q-100 0 -155.5 61.5 t-55.5 166.5zM249 923q0 -53 25.5 -81.5t77.5 -28.5q45 0 91 33t61 73v124h-117q-66 0 -102 -35.5t-36 -84.5z" /> -<glyph unicode="«" horiz-adv-x="857" d="M81 507v19l243 384h139l-210 -394l210 -394h-139zM387 507v19l243 384h139l-210 -394l210 -394h-139z" /> -<glyph unicode="¬" horiz-adv-x="972" d="M115 649v143h704v-414h-162v271h-542z" /> -<glyph unicode="­" horiz-adv-x="598" d="M73 542v155h446v-155h-446z" /> -<glyph unicode="®" horiz-adv-x="1441" d="M87 729q0 315 183 531t445 216q261 0 444 -216t183 -531q0 -316 -183.5 -533t-443.5 -217q-262 0 -445 217t-183 533zM189 729q0 -271 153.5 -457t372.5 -186q217 0 370.5 186t153.5 457q0 268 -153.5 453t-370.5 185q-219 0 -372.5 -185t-153.5 -453zM459 316v850h245 q133 0 209 -65.5t76 -189.5q0 -63 -29.5 -109.5t-85.5 -77.5q58 -27 84.5 -80.5t26.5 -128.5v-56q0 -42 3 -74t11 -53v-16h-129q-8 21 -9.5 61.5t-1.5 82.5v54q0 76 -30.5 111t-99.5 35h-144v-344h-126zM585 776h131q62 0 105 35t43 97q0 77 -36 110t-124 33h-119v-275z" /> -<glyph unicode="¯" horiz-adv-x="879" d="M125 1324v132h635v-132h-635z" /> -<glyph unicode="°" horiz-adv-x="706" d="M122 1216q0 106 68.5 183.5t164.5 77.5q93 0 161 -77.5t68 -183.5q0 -108 -67.5 -182.5t-161.5 -74.5q-96 0 -164.5 74.5t-68.5 182.5zM239 1216q0 -59 33.5 -98.5t82.5 -39.5q47 0 79.5 39t32.5 99t-32.5 100.5t-79.5 40.5q-49 0 -82.5 -40.5t-33.5 -100.5z" /> -<glyph unicode="±" horiz-adv-x="986" d="M90 716v157h320v407h182v-407h308v-157h-308v-414h-182v414h-320zM123 21v155h706v-155h-706z" /> -<glyph unicode="²" horiz-adv-x="745" d="M106 1236q-5 100 67.5 171.5t194.5 71.5q117 0 182.5 -63t65.5 -179q0 -78 -43.5 -140.5t-141.5 -159.5l-122 -144l2 -5h311v-121h-513v121l260 267q55 60 72 99t17 84q0 53 -22.5 85.5t-69.5 32.5q-53 0 -80.5 -35t-27.5 -91h-150z" /> -<glyph unicode="³" horiz-adv-x="747" d="M97 885l2 6h149q0 -52 30 -83.5t84 -31.5q55 0 87.5 31t32.5 85q0 64 -31 94.5t-91 30.5h-102v113h102q56 0 83 30t27 85q0 48 -27.5 79t-81.5 31q-48 0 -75.5 -27.5t-27.5 -72.5h-148l-2 6q-6 97 67.5 157t183.5 60q124 0 196.5 -59.5t72.5 -168.5q0 -56 -30.5 -102 t-83.5 -72q60 -23 92.5 -71t32.5 -117q0 -110 -75.5 -171.5t-200.5 -61.5q-116 0 -193.5 59t-72.5 171z" /> -<glyph unicode="´" horiz-adv-x="615" d="M112 1212l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="µ" horiz-adv-x="1042" d="M132 -416v1498h202v-626q0 -185 43.5 -253.5t126.5 -68.5q75 0 122 36t73 105v807h202v-1082h-186l-6 88q-38 -53 -89.5 -81t-116.5 -28q-53 0 -94.5 15t-74.5 49v-459h-202z" /> -<glyph unicode="¶" horiz-adv-x="896" d="M62 988q0 207 109.5 337.5t306.5 130.5h275v-1456h-203v520h-72q-197 0 -306.5 129.5t-109.5 338.5z" /> -<glyph unicode="·" horiz-adv-x="505" d="M143 606v214h205v-214h-205z" /> -<glyph unicode="¸" horiz-adv-x="464" d="M100 -132l26 134h150l-10 -58q56 -10 92.5 -50.5t36.5 -121.5q0 -98 -72.5 -156t-205.5 -58l-6 113q53 0 85.5 25t32.5 76q0 50 -29 69.5t-100 26.5z" /> -<glyph unicode="¹" horiz-adv-x="491" d="M92 1328v126l268 23v-812h-159v666z" /> -<glyph unicode="º" horiz-adv-x="806" d="M109 1025v117q0 148 79.5 241.5t211.5 93.5q133 0 212 -93.5t79 -241.5v-117q0 -149 -78.5 -241.5t-210.5 -92.5q-134 0 -213.5 92.5t-79.5 241.5zM252 1025q0 -95 38 -153t112 -58q71 0 109 58t38 153v117q0 92 -38.5 150.5t-110.5 58.5t-110 -58.5t-38 -150.5v-117z " /> -<glyph unicode="»" horiz-adv-x="857" d="M85 155l209 395l-209 396h139l243 -386v-19l-243 -386h-139zM402 155l209 395l-209 396h139l243 -386v-19l-243 -386h-139z" /> -<glyph unicode="¼" horiz-adv-x="1318" d="M134 1327v126l268 23v-812h-159v666zM254 184l601 1138l104 -63l-601 -1138zM639 250l358 551h158v-524h98v-122h-98v-155h-157v155h-351zM804 277h194v321l-6 1l-11 -19z" /> -<glyph unicode="½" horiz-adv-x="1383" d="M127 1327v126l268 23v-812h-159v666zM258 184l601 1138l104 -63l-601 -1138zM752 569q-5 100 67.5 171.5t194.5 71.5q117 0 182.5 -63t65.5 -179q0 -78 -43.5 -140.5t-141.5 -159.5l-122 -144l2 -5h311v-121h-513v121l260 267q55 60 72 99t17 84q0 53 -22.5 85.5 t-69.5 32.5q-53 0 -80.5 -35t-27.5 -91h-150z" /> -<glyph unicode="¾" horiz-adv-x="1485" d="M100 886l2 6h149q0 -52 30 -83.5t84 -31.5q55 0 87.5 31t32.5 85q0 64 -31 94.5t-91 30.5h-102v113h102q56 0 83 30t27 85q0 48 -27.5 79t-81.5 31q-48 0 -75.5 -27.5t-27.5 -72.5h-148l-2 6q-6 97 67.5 157t183.5 60q124 0 196.5 -59.5t72.5 -168.5q0 -56 -30.5 -102 t-83.5 -72q60 -23 92.5 -71t32.5 -117q0 -110 -75.5 -171.5t-200.5 -61.5q-116 0 -193.5 59t-72.5 171zM425 184l601 1138l104 -63l-601 -1138zM799 250l358 551h158v-524h98v-122h-98v-155h-157v155h-351zM964 277h194v321l-6 1l-11 -19z" /> -<glyph unicode="¿" horiz-adv-x="879" d="M87 -3q0 128 59.5 234t159.5 209q48 50 61.5 96.5t13.5 136.5h203q-2 -134 -29 -192t-121 -150q-72 -92 -108.5 -163.5t-36.5 -167.5q0 -110 45 -171.5t129 -61.5q70 0 120 56t51 157h195l2 -6q2 -173 -102 -270.5t-266 -97.5q-177 0 -276.5 104.5t-99.5 286.5zM377 883 v199h208v-199h-208z" /> -<glyph unicode="À" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM291 1822l2 5h227l169 -266h-170zM386 529h371l-182 636h-6z" /> -<glyph unicode="Á" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM386 529h371l-182 636h-6zM486 1558l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="Â" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM305 1599v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161zM386 529h371l-182 636h-6z" /> -<glyph unicode="Ã" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM282 1630q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5zM386 529h371l-182 636h-6z" /> -<glyph unicode="Ä" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM271 1617v185h208v-185h-208zM386 529h371l-182 636h-6zM700 1617v185h207v-185h-207z" /> -<glyph unicode="Å" horiz-adv-x="1137" d="M27 0l448 1456h196l444 -1456h-206l-106 368h-464l-106 -368h-206zM386 529h371l-182 636h-6zM408 1734q0 78 53 131t128 53q74 0 126 -53t52 -131q0 -80 -51.5 -130.5t-126.5 -50.5q-76 0 -128.5 51t-52.5 130zM501 1734q0 -41 25.5 -68.5t62.5 -27.5q36 0 60 27t24 69 q0 43 -24 71t-60 28q-37 0 -62.5 -28.5t-25.5 -70.5z" /> -<glyph unicode="Æ" horiz-adv-x="1639" d="M3 0l703 1456h832v-157h-544l17 -467h458v-155h-453l18 -522h556v-155h-752l-13 361h-416l-164 -361h-242zM487 531h332l-24 665l-5 1z" /> -<glyph unicode="Ç" horiz-adv-x="1084" d="M94 525v404q0 258 126.5 403t337.5 145q214 0 329 -117t118 -342l-3 -6h-192q-3 159 -63 234t-189 75q-125 0 -194 -101t-69 -288v-407q0 -190 70.5 -291t198.5 -101q126 0 184.5 73.5t60.5 235.5h193l3 -6q-1 -218 -116 -337.5t-325 -119.5q-214 0 -342 144t-128 402z M459 -137l26 134h150l-10 -58q56 -10 92.5 -50.5t36.5 -121.5q0 -98 -72.5 -156t-205.5 -58l-6 113q53 0 85.5 25t32.5 76q0 50 -29 69.5t-100 26.5z" /> -<glyph unicode="È" horiz-adv-x="1018" d="M141 0v1456h823v-156h-620v-469h540v-155h-540v-522h626v-154h-829zM231 1822l2 5h227l169 -266h-170z" /> -<glyph unicode="É" horiz-adv-x="1018" d="M141 0v1456h823v-156h-620v-469h540v-155h-540v-522h626v-154h-829zM426 1558l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="Ê" horiz-adv-x="1018" d="M141 0v1456h823v-156h-620v-469h540v-155h-540v-522h626v-154h-829zM245 1599v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161z" /> -<glyph unicode="Ë" horiz-adv-x="1018" d="M141 0v1456h823v-156h-620v-469h540v-155h-540v-522h626v-154h-829zM211 1617v185h208v-185h-208zM640 1617v185h207v-185h-207z" /> -<glyph unicode="Ì" horiz-adv-x="513" d="M-39 1822l2 5h227l169 -266h-170zM155 0v1456h202v-1456h-202z" /> -<glyph unicode="Í" horiz-adv-x="513" d="M154 1558l172 266h226l2 -5l-238 -261h-162zM155 0v1456h202v-1456h-202z" /> -<glyph unicode="Î" horiz-adv-x="513" d="M-25 1599v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161zM155 0v1456h202v-1456h-202z" /> -<glyph unicode="Ï" horiz-adv-x="513" d="M-59 1617v185h208v-185h-208zM155 0v1456h202v-1456h-202zM370 1617v185h207v-185h-207z" /> -<glyph unicode="Ð" horiz-adv-x="1184" d="M44 670v141h127v645h400q232 0 378.5 -175t146.5 -450v-207q0 -276 -146.5 -450t-378.5 -174h-400v670h-127zM374 154h190q153 0 241.5 131t88.5 339v209q0 206 -88.5 336.5t-241.5 130.5h-190v-489h225v-141h-225v-516z" /> -<glyph unicode="Ñ" horiz-adv-x="1247" d="M141 0v1456h203l552 -1080l6 2v1078h202v-1456h-202l-552 1083l-6 -2v-1081h-203zM316 1630q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5z" /> -<glyph unicode="Ò" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM282 1843l2 5h227l169 -266h-170zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5 t-215 98.5q-137 0 -210 -98.5t-73 -288.5v-403z" /> -<glyph unicode="Ó" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5t-215 98.5q-137 0 -210 -98.5 t-73 -288.5v-403zM477 1579l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="Ô" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5t-215 98.5q-137 0 -210 -98.5 t-73 -288.5v-403zM296 1620v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161z" /> -<glyph unicode="Õ" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM273 1651q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63q-61 0 -131 49 t-113 49q-33 0 -56 -33.5t-23 -82.5zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5t-215 98.5q-137 0 -210 -98.5t-73 -288.5v-403z" /> -<glyph unicode="Ö" horiz-adv-x="1160" d="M91 527v400q0 258 131.5 404t352.5 146q224 0 358.5 -146t134.5 -404v-400q0 -259 -134 -403.5t-359 -144.5q-222 0 -353 144.5t-131 403.5zM262 1638v185h208v-185h-208zM292 527q0 -192 73.5 -291t209.5 -99q140 0 215.5 98.5t75.5 291.5v403q0 190 -76 288.5 t-215 98.5q-137 0 -210 -98.5t-73 -288.5v-403zM691 1638v185h207v-185h-207z" /> -<glyph unicode="×" horiz-adv-x="977" d="M76 344l293 339l-291 336l125 119l280 -324l281 324l125 -119l-292 -336l295 -339l-125 -119l-284 326l-283 -326z" /> -<glyph unicode="Ø" horiz-adv-x="1202" d="M93 527v400q0 258 131.5 404t352.5 146q91 0 170 -26t141 -75l68 136h121l-110 -219q50 -70 76.5 -162.5t26.5 -203.5v-400q0 -259 -134 -403.5t-359 -144.5q-69 0 -129.5 14t-111.5 42l-63 -125h-120l95 189q-75 70 -115 178.5t-40 249.5zM294 527q0 -76 11 -136 t33 -100l6 -1l458 915q-38 55 -95 83.5t-130 28.5q-137 0 -210 -98.5t-73 -288.5v-403zM413 189q32 -27 73 -39.5t91 -12.5q140 0 215.5 98.5t75.5 291.5v403q0 37 -3.5 70.5t-8.5 58.5l-6 1z" /> -<glyph unicode="Ù" horiz-adv-x="1160" d="M117 447v1009h201v-1009q0 -156 70 -235t189 -79q124 0 195 76t71 238v1009h202v-1009q0 -226 -129.5 -347t-338.5 -121q-206 0 -333 121t-127 347zM284 1822l2 5h227l169 -266h-170z" /> -<glyph unicode="Ú" horiz-adv-x="1160" d="M117 447v1009h201v-1009q0 -156 70 -235t189 -79q124 0 195 76t71 238v1009h202v-1009q0 -226 -129.5 -347t-338.5 -121q-206 0 -333 121t-127 347zM479 1558l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="Û" horiz-adv-x="1160" d="M117 447v1009h201v-1009q0 -156 70 -235t189 -79q124 0 195 76t71 238v1009h202v-1009q0 -226 -129.5 -347t-338.5 -121q-206 0 -333 121t-127 347zM298 1599v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161z" /> -<glyph unicode="Ü" horiz-adv-x="1160" d="M117 447v1009h201v-1009q0 -156 70 -235t189 -79q124 0 195 76t71 238v1009h202v-1009q0 -226 -129.5 -347t-338.5 -121q-206 0 -333 121t-127 347zM264 1617v185h208v-185h-208zM693 1617v185h207v-185h-207z" /> -<glyph unicode="Ý" horiz-adv-x="1100" d="M23 1456h227l297 -707h6l298 707h225l-428 -932v-524h-202v537zM450 1554l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="Þ" horiz-adv-x="1055" d="M133 0v1456h203v-290h211q205 0 319.5 -119t114.5 -309q0 -192 -114.5 -310.5t-319.5 -118.5h-211v-309h-203zM336 464h211q116 0 173.5 79t57.5 193q0 115 -57.5 195t-173.5 80h-211v-547z" /> -<glyph unicode="ß" horiz-adv-x="1079" d="M124 0v1088q0 215 103 335t275 120q143 0 236 -86.5t93 -246.5q0 -111 -49.5 -215.5t-49.5 -173.5q0 -76 136.5 -218t136.5 -283q0 -170 -93 -255.5t-259 -85.5q-69 0 -140 20t-104 50l40 154q35 -28 87 -49.5t106 -21.5q79 0 120.5 49.5t41.5 131.5q0 86 -137.5 226 t-137.5 280q0 88 52 194.5t52 184.5q0 85 -41 138t-94 53q-78 0 -125 -79.5t-47 -223.5v-1086h-202z" /> -<glyph unicode="à" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM174 1500l2 5h227l169 -266h-170zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5z" /> -<glyph unicode="á" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5zM369 1236l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="â" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM188 1277v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5z" /> -<glyph unicode="ã" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM165 1308q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221 h-154q-93 0 -144.5 -59.5t-51.5 -145.5z" /> -<glyph unicode="ä" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM154 1295v185h208v-185h-208zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5zM583 1295v185h207v-185h-207z" /> -<glyph unicode="å" horiz-adv-x="955" d="M84 297q0 155 105.5 243.5t296.5 88.5h151v111q0 99 -44 154.5t-125 55.5q-73 0 -117.5 -50t-44.5 -125l-193 1l-3 6q-5 125 100 222.5t271 97.5q160 0 259.5 -94.5t99.5 -269.5v-502q0 -63 7.5 -121.5t24.5 -114.5h-205q-11 37 -18 72.5t-9 71.5q-45 -73 -113 -119 t-151 -46q-137 0 -214.5 86.5t-77.5 231.5zM287 298q0 -73 35 -118t100 -45q71 0 129.5 42t85.5 105v221h-154q-93 0 -144.5 -59.5t-51.5 -145.5zM291 1412q0 78 53 131t128 53q74 0 126 -53t52 -131q0 -80 -51.5 -130.5t-126.5 -50.5q-76 0 -128.5 51t-52.5 130zM384 1412 q0 -41 25.5 -68.5t62.5 -27.5q36 0 60 27t24 69q0 43 -24 71t-60 28q-37 0 -62.5 -28.5t-25.5 -70.5z" /> -<glyph unicode="æ" horiz-adv-x="1479" d="M53 304q0 158 102.5 246t297.5 88h176v78q0 109 -40 169.5t-114 60.5q-80 0 -126.5 -54.5t-46.5 -134.5l-194 16l-2 6q-5 139 97.5 231t272.5 92q92 0 164.5 -33.5t119.5 -97.5q53 63 124.5 97t156.5 34q179 0 278.5 -128.5t99.5 -350.5v-124h-583q1 -166 61 -266 t185 -100q83 0 139 26.5t119 76.5l59 -132q-47 -48 -133 -86.5t-198 -38.5t-198.5 45t-142.5 129q-49 -75 -139 -124.5t-215 -49.5q-153 0 -236.5 87t-83.5 238zM256 300q0 -80 39 -126.5t118 -46.5q57 0 119.5 40t96.5 92v242h-174q-94 0 -146.5 -58.5t-52.5 -142.5z M839 639h380v30q0 124 -44 200.5t-134 76.5q-91 0 -141.5 -84t-60.5 -223z" /> -<glyph unicode="ç" horiz-adv-x="921" d="M75 465v149q0 212 107.5 350t308.5 138q164 0 266.5 -109.5t99.5 -283.5l-3 -6h-182q0 108 -49.5 175.5t-131.5 67.5q-116 0 -164.5 -94t-48.5 -238v-149q0 -146 48.5 -239t165.5 -93q76 0 128 58.5t52 156.5h182l2 -6q4 -153 -103.5 -258t-260.5 -105q-202 0 -309.5 137 t-107.5 349zM372 -137l26 134h150l-10 -58q56 -10 92.5 -50.5t36.5 -121.5q0 -98 -72.5 -156t-205.5 -58l-6 113q53 0 85.5 25t32.5 76q0 50 -29 69.5t-100 26.5z" /> -<glyph unicode="è" horiz-adv-x="930" d="M82 456v158q0 212 113.5 350t288.5 138q184 0 283 -125.5t99 -337.5v-140h-582v-43q0 -140 61.5 -231.5t174.5 -91.5q84 0 144 26.5t114 77.5l64 -126q-51 -58 -137 -95t-198 -37q-193 0 -309 134t-116 343zM177 1501l2 5h227l169 -266h-170zM284 644h381v41 q0 115 -46 188t-135 73q-88 0 -141 -85.5t-59 -216.5z" /> -<glyph unicode="é" horiz-adv-x="930" d="M82 456v158q0 212 113.5 350t288.5 138q184 0 283 -125.5t99 -337.5v-140h-582v-43q0 -140 61.5 -231.5t174.5 -91.5q84 0 144 26.5t114 77.5l64 -126q-51 -58 -137 -95t-198 -37q-193 0 -309 134t-116 343zM284 644h381v41q0 115 -46 188t-135 73q-88 0 -141 -85.5 t-59 -216.5zM372 1237l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="ê" horiz-adv-x="930" d="M82 456v158q0 212 113.5 350t288.5 138q184 0 283 -125.5t99 -337.5v-140h-582v-43q0 -140 61.5 -231.5t174.5 -91.5q84 0 144 26.5t114 77.5l64 -126q-51 -58 -137 -95t-198 -37q-193 0 -309 134t-116 343zM191 1278v23l222 232h122l226 -233v-22h-164l-123 151 l-122 -151h-161zM284 644h381v41q0 115 -46 188t-135 73q-88 0 -141 -85.5t-59 -216.5z" /> -<glyph unicode="ë" horiz-adv-x="930" d="M82 456v158q0 212 113.5 350t288.5 138q184 0 283 -125.5t99 -337.5v-140h-582v-43q0 -140 61.5 -231.5t174.5 -91.5q84 0 144 26.5t114 77.5l64 -126q-51 -58 -137 -95t-198 -37q-193 0 -309 134t-116 343zM157 1296v185h208v-185h-208zM284 644h381v41q0 115 -46 188 t-135 73q-88 0 -141 -85.5t-59 -216.5zM586 1296v185h207v-185h-207z" /> -<glyph unicode="ì" horiz-adv-x="468" d="M-64 1479l2 5h227l169 -266h-170zM129 0v1082h203v-1082h-203z" /> -<glyph unicode="í" horiz-adv-x="468" d="M129 0v1082h203v-1082h-203zM129 1215l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="î" horiz-adv-x="468" d="M-50 1256v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161zM129 0v1082h203v-1082h-203z" /> -<glyph unicode="ï" horiz-adv-x="468" d="M-84 1274v185h208v-185h-208zM129 0v1082h203v-1082h-203zM345 1274v185h207v-185h-207z" /> -<glyph unicode="ð" horiz-adv-x="1039" d="M60 462q0 230 114.5 368t303.5 138q69 0 130 -27t104 -73l4 4q-16 94 -50.5 173t-82.5 142l-218 -146l-64 94l202 135q-35 28 -71.5 50.5t-73.5 39.5l63 157q66 -25 126.5 -60.5t112.5 -81.5l195 130l63 -94l-179 -120q97 -120 150 -285t53 -369v-87q0 -251 -127 -411 t-318 -160q-192 0 -314.5 138.5t-122.5 344.5zM263 462q0 -132 64.5 -230t172.5 -98t173.5 117t65.5 299v89q0 7 -0.5 21.5t-0.5 21.5q-30 58 -91.5 96.5t-148.5 38.5q-110 0 -172.5 -101t-62.5 -254z" /> -<glyph unicode="ñ" d="M114 0v1082h186l11 -160q45 85 114 132.5t156 47.5q142 0 221 -105t79 -326v-671h-203v669q0 151 -43 213t-130 62q-62 0 -110 -38.5t-78 -104.5v-801h-203zM189 1308q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155 t-126 -63q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5z" /> -<glyph unicode="ò" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM201 1500l2 5h227l169 -266h-170zM279 471q0 -148 54 -243t165 -95q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5 t-163.5 95.5q-110 0 -164 -95t-54 -242v-138z" /> -<glyph unicode="ó" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM279 471q0 -148 54 -243t165 -95q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5t-163.5 95.5q-110 0 -164 -95 t-54 -242v-138zM396 1236l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="ô" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM215 1277v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161zM279 471q0 -148 54 -243t165 -95 q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5t-163.5 95.5q-110 0 -164 -95t-54 -242v-138z" /> -<glyph unicode="õ" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM192 1308q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63 q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5zM279 471q0 -148 54 -243t165 -95q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5t-163.5 95.5q-110 0 -164 -95t-54 -242v-138z" /> -<glyph unicode="ö" d="M76 471v138q0 215 112.5 354t308.5 139q195 0 308 -138.5t113 -354.5v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-197 0 -309.5 137.5t-112.5 354.5zM181 1295v185h208v-185h-208zM279 471q0 -148 54 -243t165 -95q108 0 162.5 95t54.5 243v138q0 146 -54.5 241.5 t-163.5 95.5q-110 0 -164 -95t-54 -242v-138zM610 1295v185h207v-185h-207z" /> -<glyph unicode="÷" horiz-adv-x="1005" d="M64 608v171h858v-171h-858zM392 188v195h205v-195h-205zM392 995v195h205v-195h-205z" /> -<glyph unicode="ø" horiz-adv-x="996" d="M76 471v138q0 215 112.5 354t308.5 139q45 0 87 -8.5t80 -24.5l60 144h121l-85 -204q76 -66 117 -170t41 -230v-138q0 -217 -112.5 -354.5t-307.5 -137.5q-42 0 -80.5 7t-73.5 20l-60 -145h-121l83 200q-83 64 -126.5 170.5t-43.5 239.5zM279 471q0 -67 10 -122.5 t32 -91.5h6l273 659q-22 14 -48 22t-55 8q-110 0 -164 -95t-54 -242v-138zM406 155q20 -11 42.5 -16.5t49.5 -5.5q108 0 162.5 95t54.5 243v138q0 58 -9 108.5t-25 85.5l-6 1z" /> -<glyph unicode="ù" d="M112 443v639h202v-641q0 -166 39.5 -235.5t118.5 -69.5q75 0 125.5 35t80.5 100v811h203v-1082h-181l-13 145q-43 -80 -110 -123t-154 -43q-147 0 -229 113t-82 351zM199 1479l2 5h227l169 -266h-170z" /> -<glyph unicode="ú" d="M112 443v639h202v-641q0 -166 39.5 -235.5t118.5 -69.5q75 0 125.5 35t80.5 100v811h203v-1082h-181l-13 145q-43 -80 -110 -123t-154 -43q-147 0 -229 113t-82 351zM394 1215l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="û" d="M112 443v639h202v-641q0 -166 39.5 -235.5t118.5 -69.5q75 0 125.5 35t80.5 100v811h203v-1082h-181l-13 145q-43 -80 -110 -123t-154 -43q-147 0 -229 113t-82 351zM213 1256v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161z" /> -<glyph unicode="ü" d="M112 443v639h202v-641q0 -166 39.5 -235.5t118.5 -69.5q75 0 125.5 35t80.5 100v811h203v-1082h-181l-13 145q-43 -80 -110 -123t-154 -43q-147 0 -229 113t-82 351zM179 1274v185h208v-185h-208zM608 1274v185h207v-185h-207z" /> -<glyph unicode="ý" horiz-adv-x="892" d="M22 1082h220l178 -709l15 -71h6l208 780h221l-379 -1250q-38 -112 -103 -190.5t-187 -78.5q-25 0 -53.5 5.5t-56.5 12.5l22 150q11 -2 30 -4t30 -2q59 0 93.5 50.5t53.5 119.5l36 110zM343 1215l172 266h226l2 -5l-238 -261h-162z" /> -<glyph unicode="þ" horiz-adv-x="1006" d="M120 0v1560h203v-590q42 64 102.5 98t138.5 34q169 0 263 -142t94 -376v-133q0 -214 -94 -343t-261 -129q-79 0 -139 31t-103 91v-517h-203v416h-1zM324 259q27 -61 73 -93.5t113 -32.5q105 0 156.5 87.5t51.5 230.5v133q0 159 -52.5 259.5t-156.5 100.5q-65 0 -111 -37 t-74 -101v-547z" /> -<glyph unicode="ÿ" horiz-adv-x="892" d="M22 1082h220l178 -709l15 -71h6l208 780h221l-379 -1250q-38 -112 -103 -190.5t-187 -78.5q-25 0 -53.5 5.5t-56.5 12.5l22 150q11 -2 30 -4t30 -2q59 0 93.5 50.5t53.5 119.5l36 110zM130 1274v185h208v-185h-208zM559 1274v185h207v-185h-207z" /> -<glyph unicode="Œ" horiz-adv-x="1681" d="M93 576v304q0 265 136 431t356 166q58 0 118.5 -6t128.5 -15h759v-156h-620v-469h540v-155h-540v-522h626v-154h-765q-78 -10 -133.5 -15.5t-112.5 -5.5q-219 0 -356 166t-137 431zM296 576q0 -210 77.5 -326t212.5 -116q46 0 92 3.5t90 10.5v1160q-45 6 -90.5 10 t-92.5 4q-135 0 -212 -115.5t-77 -324.5v-306z" /> -<glyph unicode="œ" horiz-adv-x="1584" d="M84 526v27q0 241 112 395t307 154q104 0 186.5 -46.5t138.5 -130.5q54 84 132.5 130.5t172.5 46.5q184 0 283 -129.5t99 -347.5v-126h-581q2 -161 62.5 -263.5t172.5 -102.5q85 0 144.5 26.5t114.5 77.5l64 -126q-51 -58 -137 -95t-199 -37q-104 0 -188 45.5t-140 129.5 q-55 -84 -137 -129.5t-186 -45.5q-197 0 -309 152.5t-112 394.5zM286 526q0 -172 54.5 -282.5t164.5 -110.5q108 0 162.5 110.5t54.5 282.5v27q0 170 -54.5 281.5t-164.5 111.5q-109 0 -163 -112t-54 -281v-27zM938 644h377v28q0 120 -46.5 197t-135.5 77q-80 0 -131.5 -84 t-63.5 -218z" /> -<glyph unicode="Ÿ" horiz-adv-x="1100" d="M23 1456h227l297 -707h6l298 707h225l-428 -932v-524h-202v537zM235 1613v185h208v-185h-208zM664 1613v185h207v-185h-207z" /> -<glyph unicode="ˆ" horiz-adv-x="853" d="M137 1252v23l222 232h122l226 -233v-22h-164l-123 151l-122 -151h-161z" /> -<glyph unicode="˜" horiz-adv-x="841" d="M112 1276q0 90 50 155t126 65q48 0 124 -49.5t120 -49.5q33 0 56.5 34t23.5 84l110 -31q0 -92 -50 -155t-126 -63q-61 0 -131 49t-113 49q-33 0 -56 -33.5t-23 -82.5z" /> -<glyph unicode=" " horiz-adv-x="959" /> -<glyph unicode=" " horiz-adv-x="1918" /> -<glyph unicode=" " horiz-adv-x="959" /> -<glyph unicode=" " horiz-adv-x="1918" /> -<glyph unicode=" " horiz-adv-x="639" /> -<glyph unicode=" " horiz-adv-x="479" /> -<glyph unicode=" " horiz-adv-x="319" /> -<glyph unicode=" " horiz-adv-x="319" /> -<glyph unicode=" " horiz-adv-x="239" /> -<glyph unicode=" " horiz-adv-x="383" /> -<glyph unicode=" " horiz-adv-x="106" /> -<glyph unicode="‐" horiz-adv-x="598" d="M73 542v155h446v-155h-446z" /> -<glyph unicode="‑" horiz-adv-x="598" d="M73 542v155h446v-155h-446z" /> -<glyph unicode="‒" horiz-adv-x="598" d="M73 542v155h446v-155h-446z" /> -<glyph unicode="–" horiz-adv-x="1213" d="M150 649v155h918v-155h-918z" /> -<glyph unicode="—" horiz-adv-x="1425" d="M128 649v155h1130v-155h-1130z" /> -<glyph unicode="‘" horiz-adv-x="360" d="M63 1040v182l133 338h100l-51 -339v-181h-182z" /> -<glyph unicode="’" horiz-adv-x="360" d="M67 1041l50 329v190h183v-188l-133 -331h-100z" /> -<glyph unicode="‚" horiz-adv-x="358" d="M63 -239l50 265v239h183v-225l-126 -279h-107z" /> -<glyph unicode="“" horiz-adv-x="635" d="M63 1040v182l133 338h100l-51 -339v-181h-182zM337 1040v182l133 338h100l-51 -339v-181h-182z" /> -<glyph unicode="”" horiz-adv-x="642" d="M66 1041l50 329v190h183v-188l-133 -331h-100zM345 1041l50 329v190h183v-188l-133 -331h-100z" /> -<glyph unicode="„" horiz-adv-x="623" d="M63 -219l50 294v208h176v-199l-132 -303h-94zM333 -219l50 300v202h176v-199l-132 -303h-94z" /> -<glyph unicode="•" horiz-adv-x="644" d="M129 721v72q0 87 52.5 143t140.5 56q89 0 142 -56t53 -143v-72q0 -89 -52.5 -143.5t-140.5 -54.5q-89 0 -142 54.5t-53 143.5z" /> -<glyph unicode="…" horiz-adv-x="1240" d="M142 0v203h204v-203h-204zM528 0v203h204v-203h-204zM900 0v203h204v-203h-204z" /> -<glyph unicode=" " horiz-adv-x="383" /> -<glyph unicode="‹" horiz-adv-x="547" d="M99 541v19l243 384h139l-210 -394l210 -394h-139z" /> -<glyph unicode="›" horiz-adv-x="538" d="M80 155l209 395l-209 396h139l243 -386v-19l-243 -386h-139z" /> -<glyph unicode=" " horiz-adv-x="479" /> -<glyph unicode="€" horiz-adv-x="948" d="M71 491v155h126v141h-126v155h126v23q0 223 123 367.5t323 144.5q50 0 99 -8t106 -23l-17 -160q-45 16 -92.5 25.5t-95.5 9.5q-113 0 -178 -100.5t-65 -253.5v-25h391v-155h-391v-141h391v-155h-391v-9q0 -150 66 -249.5t178 -99.5q49 0 96 8.5t91 25.5l17 -157 q-48 -15 -100 -23t-104 -8q-200 0 -323.5 142t-123.5 361v9h-126z" /> -<glyph unicode="™" horiz-adv-x="1104" d="M92 1371v85h331v-85h-117v-453h-99v453h-115zM485 917v539h116l118 -392h6l119 392h110v-539h-92v318l-6 1l-108 -319h-52l-112 331h-6v-331h-93z" /> -<glyph unicode="◼" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" /> -<glyph unicode="fl" horiz-adv-x="1085" d="M47 937v145h140v139q0 172 82.5 266t231.5 94q29 0 59.5 -5.5t68.5 -15.5l-20 -149q-17 5 -38 8t-45 3q-67 0 -101.5 -52t-34.5 -149v-139h189v-145h-189v-937h-203v937h-140zM752 0v1560h203v-1560h-203z" /> -<glyph unicode="ffi" horiz-adv-x="1648" d="M47 937v145h140v139q0 172 82.5 266t231.5 94q29 0 59.5 -5.5t68.5 -15.5l-20 -149q-17 5 -38 8t-45 3q-67 0 -101.5 -52t-34.5 -149v-139h189v-145h-189v-937h-203v937h-140zM652 937v145h141v111q0 186 97.5 287t271.5 101q62 0 124.5 -15.5t135.5 -44.5l-31 -158 q-50 22 -102 35.5t-113 13.5q-92 0 -136 -55t-44 -164v-111h183v-145h-183v-937h-203v937h-141zM1315 0v1082h203v-1082h-203z" /> -<glyph unicode="ffl" horiz-adv-x="1708" d="M47 937v145h140v139q0 172 82.5 266t231.5 94q29 0 59.5 -5.5t68.5 -15.5l-20 -149q-17 5 -38 8t-45 3q-67 0 -101.5 -52t-34.5 -149v-139h189v-145h-189v-937h-203v937h-140zM670 937v145h140v139q0 172 82.5 266t231.5 94q29 0 59.5 -5.5t68.5 -15.5l-20 -149 q-17 5 -38 8t-45 3q-67 0 -101.5 -52t-34.5 -149v-139h189v-145h-189v-937h-203v937h-140zM1375 0v1560h203v-1560h-203z" /> -<hkern u1=""" u2="w" k="-11" /> -<hkern u1="'" u2="w" k="-11" /> -<hkern u1="(" u2="Ÿ" k="-22" /> -<hkern u1="(" u2="Ý" k="-22" /> -<hkern u1="(" u2="Y" k="-22" /> -<hkern u1="(" u2="W" k="-18" /> -<hkern u1="(" u2="V" k="-20" /> -<hkern u1="/" u2="/" k="224" /> -<hkern u1="A" u2="w" k="33" /> -<hkern u1="A" u2="t" k="17" /> -<hkern u1="A" u2="?" k="61" /> -<hkern u1="C" u2="}" k="17" /> -<hkern u1="C" u2="]" k="12" /> -<hkern u1="C" u2=")" k="26" /> -<hkern u1="D" u2="Æ" k="33" /> -<hkern u1="E" u2="w" k="22" /> -<hkern u1="E" u2="f" k="18" /> -<hkern u1="F" u2="…" k="234" /> -<hkern u1="F" u2="„" k="234" /> -<hkern u1="F" u2="‚" k="234" /> -<hkern u1="F" u2="œ" k="21" /> -<hkern u1="F" u2="ÿ" k="24" /> -<hkern u1="F" u2="ý" k="24" /> -<hkern u1="F" u2="ü" k="22" /> -<hkern u1="F" u2="û" k="22" /> -<hkern u1="F" u2="ú" k="22" /> -<hkern u1="F" u2="ù" k="22" /> -<hkern u1="F" u2="ö" k="21" /> -<hkern u1="F" u2="õ" k="21" /> -<hkern u1="F" u2="ô" k="21" /> -<hkern u1="F" u2="ó" k="21" /> -<hkern u1="F" u2="ò" k="21" /> -<hkern u1="F" u2="ë" k="21" /> -<hkern u1="F" u2="ê" k="21" /> -<hkern u1="F" u2="é" k="21" /> -<hkern u1="F" u2="è" k="21" /> -<hkern u1="F" u2="ç" k="21" /> -<hkern u1="F" u2="å" k="34" /> -<hkern u1="F" u2="ä" k="34" /> -<hkern u1="F" u2="ã" k="34" /> -<hkern u1="F" u2="â" k="34" /> -<hkern u1="F" u2="á" k="34" /> -<hkern u1="F" u2="à" k="34" /> -<hkern u1="F" u2="Å" k="59" /> -<hkern u1="F" u2="Ä" k="59" /> -<hkern u1="F" u2="Ã" k="59" /> -<hkern u1="F" u2="Â" k="59" /> -<hkern u1="F" u2="Á" k="59" /> -<hkern u1="F" u2="À" k="59" /> -<hkern u1="F" u2="y" k="24" /> -<hkern u1="F" u2="v" k="24" /> -<hkern u1="F" u2="u" k="22" /> -<hkern u1="F" u2="r" k="26" /> -<hkern u1="F" u2="q" k="21" /> -<hkern u1="F" u2="o" k="21" /> -<hkern u1="F" u2="g" k="21" /> -<hkern u1="F" u2="e" k="21" /> -<hkern u1="F" u2="d" k="21" /> -<hkern u1="F" u2="c" k="21" /> -<hkern u1="F" u2="a" k="34" /> -<hkern u1="F" u2="T" k="-20" /> -<hkern u1="F" u2="J" k="264" /> -<hkern u1="F" u2="A" k="59" /> -<hkern u1="F" u2="." k="234" /> -<hkern u1="F" u2="," k="234" /> -<hkern u1="K" u2="w" k="63" /> -<hkern u1="L" u2="w" k="92" /> -<hkern u1="O" u2="Æ" k="33" /> -<hkern u1="P" u2="Æ" k="97" /> -<hkern u1="P" u2="t" k="-14" /> -<hkern u1="Q" u2="Ÿ" k="35" /> -<hkern u1="Q" u2="Ý" k="35" /> -<hkern u1="Q" u2="Y" k="35" /> -<hkern u1="Q" u2="W" k="20" /> -<hkern u1="Q" u2="V" k="28" /> -<hkern u1="Q" u2="T" k="43" /> -<hkern u1="R" u2="Ÿ" k="48" /> -<hkern u1="R" u2="Ý" k="48" /> -<hkern u1="R" u2="Y" k="48" /> -<hkern u1="R" u2="V" k="19" /> -<hkern u1="R" u2="T" k="80" /> -<hkern u1="T" u2="ø" k="95" /> -<hkern u1="T" u2="æ" k="114" /> -<hkern u1="T" u2="Æ" k="179" /> -<hkern u1="T" u2="»" k="216" /> -<hkern u1="T" u2="«" k="328" /> -<hkern u1="T" u2="w" k="57" /> -<hkern u1="T" u2="r" k="75" /> -<hkern u1="V" u2="}" k="-19" /> -<hkern u1="V" u2="r" k="30" /> -<hkern u1="V" u2="]" k="-17" /> -<hkern u1="V" u2=")" k="-20" /> -<hkern u1="W" u2="}" k="-14" /> -<hkern u1="W" u2="r" k="21" /> -<hkern u1="W" u2="]" k="-12" /> -<hkern u1="W" u2=")" k="-15" /> -<hkern u1="Y" u2="•" k="45" /> -<hkern u1="Y" u2="ø" k="64" /> -<hkern u1="Y" u2="æ" k="63" /> -<hkern u1="Y" u2="Æ" k="96" /> -<hkern u1="Y" u2="»" k="51" /> -<hkern u1="Y" u2="«" k="82" /> -<hkern u1="Y" u2="}" k="-19" /> -<hkern u1="Y" u2="t" k="22" /> -<hkern u1="Y" u2="r" k="40" /> -<hkern u1="Y" u2="f" k="22" /> -<hkern u1="Y" u2="]" k="-18" /> -<hkern u1="Y" u2="*" k="49" /> -<hkern u1="Y" u2=")" k="-20" /> -<hkern u1="Y" u2="&" k="30" /> -<hkern u1="Z" u2="w" k="27" /> -<hkern u1="[" u2="Ü" k="18" /> -<hkern u1="[" u2="Û" k="18" /> -<hkern u1="[" u2="Ú" k="18" /> -<hkern u1="[" u2="Ù" k="18" /> -<hkern u1="[" u2="U" k="18" /> -<hkern u1="[" u2="J" k="18" /> -<hkern u1="f" u2="”" k="-16" /> -<hkern u1="f" u2="“" k="-16" /> -<hkern u1="f" u2="’" k="-16" /> -<hkern u1="f" u2="‘" k="-16" /> -<hkern u1="f" u2="œ" k="24" /> -<hkern u1="f" u2="ë" k="24" /> -<hkern u1="f" u2="ê" k="24" /> -<hkern u1="f" u2="é" k="24" /> -<hkern u1="f" u2="è" k="24" /> -<hkern u1="f" u2="ç" k="24" /> -<hkern u1="f" u2="}" k="-19" /> -<hkern u1="f" u2="q" k="24" /> -<hkern u1="f" u2="g" k="24" /> -<hkern u1="f" u2="e" k="24" /> -<hkern u1="f" u2="d" k="24" /> -<hkern u1="f" u2="c" k="24" /> -<hkern u1="f" u2="]" k="-18" /> -<hkern u1="f" u2=")" k="-20" /> -<hkern u1="f" u2="'" k="-16" /> -<hkern u1="f" u2=""" k="-16" /> -<hkern u1="k" u2="œ" k="20" /> -<hkern u1="k" u2="ë" k="20" /> -<hkern u1="k" u2="ê" k="20" /> -<hkern u1="k" u2="é" k="20" /> -<hkern u1="k" u2="è" k="20" /> -<hkern u1="k" u2="ç" k="20" /> -<hkern u1="k" u2="q" k="20" /> -<hkern u1="k" u2="g" k="20" /> -<hkern u1="k" u2="e" k="20" /> -<hkern u1="k" u2="d" k="20" /> -<hkern u1="k" u2="c" k="20" /> -<hkern u1="r" u2="w" k="-17" /> -<hkern u1="r" u2="t" k="-32" /> -<hkern u1="r" u2="f" k="-15" /> -<hkern u1="t" u2="ö" k="20" /> -<hkern u1="t" u2="õ" k="20" /> -<hkern u1="t" u2="ô" k="20" /> -<hkern u1="t" u2="ó" k="20" /> -<hkern u1="t" u2="ò" k="20" /> -<hkern u1="t" u2="o" k="20" /> -<hkern u1="v" u2="f" k="-13" /> -<hkern u1="w" u2="…" k="124" /> -<hkern u1="w" u2="„" k="124" /> -<hkern u1="w" u2="‚" k="124" /> -<hkern u1="w" u2="." k="124" /> -<hkern u1="w" u2="," k="124" /> -<hkern u1="y" u2="f" k="-13" /> -<hkern u1="{" u2="Ü" k="20" /> -<hkern u1="{" u2="Û" k="20" /> -<hkern u1="{" u2="Ú" k="20" /> -<hkern u1="{" u2="Ù" k="20" /> -<hkern u1="{" u2="U" k="20" /> -<hkern u1="{" u2="J" k="20" /> -<hkern u1="À" u2="w" k="33" /> -<hkern u1="À" u2="t" k="17" /> -<hkern u1="À" u2="?" k="61" /> -<hkern u1="Á" u2="w" k="33" /> -<hkern u1="Á" u2="t" k="17" /> -<hkern u1="Á" u2="?" k="61" /> -<hkern u1="Â" u2="w" k="33" /> -<hkern u1="Â" u2="t" k="17" /> -<hkern u1="Â" u2="?" k="61" /> -<hkern u1="Ã" u2="w" k="33" /> -<hkern u1="Ã" u2="t" k="17" /> -<hkern u1="Ã" u2="?" k="61" /> -<hkern u1="Ä" u2="w" k="33" /> -<hkern u1="Ä" u2="t" k="17" /> -<hkern u1="Ä" u2="?" k="61" /> -<hkern u1="Å" u2="w" k="33" /> -<hkern u1="Å" u2="t" k="17" /> -<hkern u1="Å" u2="?" k="61" /> -<hkern u1="Ç" u2="}" k="17" /> -<hkern u1="Ç" u2="]" k="12" /> -<hkern u1="Ç" u2=")" k="26" /> -<hkern u1="È" u2="w" k="22" /> -<hkern u1="È" u2="f" k="18" /> -<hkern u1="É" u2="w" k="22" /> -<hkern u1="É" u2="f" k="18" /> -<hkern u1="Ê" u2="w" k="22" /> -<hkern u1="Ê" u2="f" k="18" /> -<hkern u1="Ë" u2="w" k="22" /> -<hkern u1="Ë" u2="f" k="18" /> -<hkern u1="Ð" u2="Æ" k="33" /> -<hkern u1="Ò" u2="Æ" k="33" /> -<hkern u1="Ó" u2="Æ" k="33" /> -<hkern u1="Ô" u2="Æ" k="33" /> -<hkern u1="Õ" u2="Æ" k="33" /> -<hkern u1="Ö" u2="Æ" k="33" /> -<hkern u1="Ý" u2="•" k="45" /> -<hkern u1="Ý" u2="ø" k="64" /> -<hkern u1="Ý" u2="æ" k="63" /> -<hkern u1="Ý" u2="Æ" k="96" /> -<hkern u1="Ý" u2="»" k="51" /> -<hkern u1="Ý" u2="«" k="82" /> -<hkern u1="Ý" u2="}" k="-19" /> -<hkern u1="Ý" u2="t" k="22" /> -<hkern u1="Ý" u2="r" k="40" /> -<hkern u1="Ý" u2="f" k="22" /> -<hkern u1="Ý" u2="]" k="-18" /> -<hkern u1="Ý" u2="*" k="49" /> -<hkern u1="Ý" u2=")" k="-20" /> -<hkern u1="Ý" u2="&" k="30" /> -<hkern u1="ý" u2="f" k="-13" /> -<hkern u1="ÿ" u2="f" k="-13" /> -<hkern u1="Ÿ" u2="•" k="45" /> -<hkern u1="Ÿ" u2="ø" k="64" /> -<hkern u1="Ÿ" u2="æ" k="63" /> -<hkern u1="Ÿ" u2="Æ" k="96" /> -<hkern u1="Ÿ" u2="»" k="51" /> -<hkern u1="Ÿ" u2="«" k="82" /> -<hkern u1="Ÿ" u2="}" k="-19" /> -<hkern u1="Ÿ" u2="t" k="22" /> -<hkern u1="Ÿ" u2="r" k="40" /> -<hkern u1="Ÿ" u2="f" k="22" /> -<hkern u1="Ÿ" u2="]" k="-18" /> -<hkern u1="Ÿ" u2="*" k="49" /> -<hkern u1="Ÿ" u2=")" k="-20" /> -<hkern u1="Ÿ" u2="&" k="30" /> -<hkern u1="‘" u2="w" k="-11" /> -<hkern u1="’" u2="w" k="-11" /> -<hkern u1="“" u2="w" k="-11" /> -<hkern u1="”" u2="w" k="-11" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="107" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="120" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="50" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="59" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="m,n,p,ntilde" k="20" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="61" /> -<hkern g1="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" g2="s" k="80" /> -<hkern g1="comma,period,quotesinglbase,quotedblbase,ellipsis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="170" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="120" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="12" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="T" k="129" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="17" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="V" k="87" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="W" k="69" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="Y,Yacute,Ydieresis" k="94" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="u,ugrave,uacute,ucircumflex,udieresis" k="11" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="v,y,yacute,ydieresis" k="50" /> -<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" g2="z" k="-12" /> -<hkern g1="B" g2="T" k="27" /> -<hkern g1="B" g2="V" k="24" /> -<hkern g1="B" g2="Y,Yacute,Ydieresis" k="55" /> -<hkern g1="C,Ccedilla" g2="T" k="29" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="21" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="T" k="27" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="V" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Y,Yacute,Ydieresis" k="43" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="102" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="X" k="22" /> -<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis" g2="Z" k="23" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="19" /> -<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="17" /> -<hkern g1="E,Egrave,Eacute,Ecircumflex,Edieresis" g2="v,y,yacute,ydieresis" k="26" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-18" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="T" k="29" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="Y,Yacute,Ydieresis" k="28" /> -<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" g2="X" k="-17" /> -<hkern g1="J,U,Ugrave,Uacute,Ucircumflex,Udieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="22" /> -<hkern g1="K" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="K" g2="m,n,p,ntilde" k="23" /> -<hkern g1="K" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="27" /> -<hkern g1="K" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="31" /> -<hkern g1="K" g2="u,ugrave,uacute,ucircumflex,udieresis" k="23" /> -<hkern g1="K" g2="v,y,yacute,ydieresis" k="40" /> -<hkern g1="K" g2="hyphen,uni00AD,endash,emdash" k="64" /> -<hkern g1="L" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="138" /> -<hkern g1="L" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-19" /> -<hkern g1="L" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="65" /> -<hkern g1="L" g2="T" k="275" /> -<hkern g1="L" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="54" /> -<hkern g1="L" g2="V" k="175" /> -<hkern g1="L" g2="W" k="143" /> -<hkern g1="L" g2="Y,Yacute,Ydieresis" k="239" /> -<hkern g1="L" g2="u,ugrave,uacute,ucircumflex,udieresis" k="44" /> -<hkern g1="L" g2="v,y,yacute,ydieresis" k="133" /> -<hkern g1="P" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="138" /> -<hkern g1="P" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="11" /> -<hkern g1="P" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="P" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="13" /> -<hkern g1="P" g2="v,y,yacute,ydieresis" k="-15" /> -<hkern g1="P" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="324" /> -<hkern g1="P" g2="X" k="31" /> -<hkern g1="P" g2="Z" k="26" /> -<hkern g1="P" g2="J" k="200" /> -<hkern g1="T" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="79" /> -<hkern g1="T" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="113" /> -<hkern g1="T" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="99" /> -<hkern g1="T" g2="m,n,p,ntilde" k="109" /> -<hkern g1="T" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="99" /> -<hkern g1="T" g2="s" k="116" /> -<hkern g1="T" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="28" /> -<hkern g1="T" g2="T" k="-16" /> -<hkern g1="T" g2="V" k="-16" /> -<hkern g1="T" g2="W" k="-15" /> -<hkern g1="T" g2="Y,Yacute,Ydieresis" k="-16" /> -<hkern g1="T" g2="u,ugrave,uacute,ucircumflex,udieresis" k="95" /> -<hkern g1="T" g2="v,y,yacute,ydieresis" k="72" /> -<hkern g1="T" g2="z" k="60" /> -<hkern g1="T" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="218" /> -<hkern g1="T" g2="hyphen,uni00AD,endash,emdash" k="232" /> -<hkern g1="T" g2="J" k="240" /> -<hkern g1="T" g2="S" k="16" /> -<hkern g1="T" g2="x" k="77" /> -<hkern g1="V" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="75" /> -<hkern g1="V" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="46" /> -<hkern g1="V" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="44" /> -<hkern g1="V" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="46" /> -<hkern g1="V" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="13" /> -<hkern g1="V" g2="u,ugrave,uacute,ucircumflex,udieresis" k="28" /> -<hkern g1="V" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="V" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="225" /> -<hkern g1="V" g2="hyphen,uni00AD,endash,emdash" k="37" /> -<hkern g1="W" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="43" /> -<hkern g1="W" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="33" /> -<hkern g1="W" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="31" /> -<hkern g1="W" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="31" /> -<hkern g1="W" g2="T" k="-14" /> -<hkern g1="W" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="W" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="W" g2="hyphen,uni00AD,endash,emdash" k="60" /> -<hkern g1="X" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="26" /> -<hkern g1="X" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="X" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="25" /> -<hkern g1="X" g2="V" k="-14" /> -<hkern g1="X" g2="u,ugrave,uacute,ucircumflex,udieresis" k="21" /> -<hkern g1="X" g2="v,y,yacute,ydieresis" k="31" /> -<hkern g1="X" g2="hyphen,uni00AD,endash,emdash" k="46" /> -<hkern g1="Y,Yacute,Ydieresis" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="94" /> -<hkern g1="Y,Yacute,Ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="73" /> -<hkern g1="Y,Yacute,Ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="m,n,p,ntilde" k="40" /> -<hkern g1="Y,Yacute,Ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="65" /> -<hkern g1="Y,Yacute,Ydieresis" g2="s" k="58" /> -<hkern g1="Y,Yacute,Ydieresis" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="29" /> -<hkern g1="Y,Yacute,Ydieresis" g2="T" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="V" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="W" k="-17" /> -<hkern g1="Y,Yacute,Ydieresis" g2="Y,Yacute,Ydieresis" k="-18" /> -<hkern g1="Y,Yacute,Ydieresis" g2="u,ugrave,uacute,ucircumflex,udieresis" k="39" /> -<hkern g1="Y,Yacute,Ydieresis" g2="v,y,yacute,ydieresis" k="20" /> -<hkern g1="Y,Yacute,Ydieresis" g2="z" k="30" /> -<hkern g1="Y,Yacute,Ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="211" /> -<hkern g1="Y,Yacute,Ydieresis" g2="X" k="-13" /> -<hkern g1="Y,Yacute,Ydieresis" g2="hyphen,uni00AD,endash,emdash" k="52" /> -<hkern g1="Y,Yacute,Ydieresis" g2="J" k="96" /> -<hkern g1="Y,Yacute,Ydieresis" g2="S" k="16" /> -<hkern g1="Y,Yacute,Ydieresis" g2="x" k="23" /> -<hkern g1="Z" g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" k="-13" /> -<hkern g1="Z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="21" /> -<hkern g1="Z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="21" /> -<hkern g1="Z" g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" k="26" /> -<hkern g1="Z" g2="u,ugrave,uacute,ucircumflex,udieresis" k="19" /> -<hkern g1="Z" g2="v,y,yacute,ydieresis" k="27" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="67" /> -<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="b,p,thorn" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="29" /> -<hkern g1="b,p,thorn" g2="v,y,yacute,ydieresis" k="11" /> -<hkern g1="b,p,thorn" g2="z" k="15" /> -<hkern g1="b,p,thorn" g2="x" k="15" /> -<hkern g1="c,ccedilla" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="11" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="14" /> -<hkern g1="e,egrave,eacute,ecircumflex,edieresis" g2="v,y,yacute,ydieresis" k="13" /> -<hkern g1="h,m,n,ntilde" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="20" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="v,y,yacute,ydieresis" k="15" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="z" k="16" /> -<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis" g2="x" k="21" /> -<hkern g1="r" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-16" /> -<hkern g1="r" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="19" /> -<hkern g1="r" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="r" g2="v,y,yacute,ydieresis" k="-18" /> -<hkern g1="r" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="123" /> -<hkern g1="v,y,yacute,ydieresis" g2="quotedbl,quotesingle,quoteleft,quoteright,quotedblleft,quotedblright" k="-15" /> -<hkern g1="v,y,yacute,ydieresis" g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="13" /> -<hkern g1="v,y,yacute,ydieresis" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="15" /> -<hkern g1="v,y,yacute,ydieresis" g2="comma,period,quotesinglbase,quotedblbase,ellipsis" k="107" /> -<hkern g1="x" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="20" /> -<hkern g1="x" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="20" /> -<hkern g1="z" g2="c,d,e,g,q,ccedilla,egrave,eacute,ecircumflex,edieresis,oe" k="16" /> -<hkern g1="z" g2="o,ograve,oacute,ocircumflex,otilde,odieresis" k="16" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/public/fonts/robotocondensed-regular-webfont.ttf b/public/fonts/robotocondensed-regular-webfont.ttf deleted file mode 100755 index 309ef8b298d5ff49db6a78e625ab129c4a567188..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-regular-webfont.ttf and /dev/null differ diff --git a/public/fonts/robotocondensed-regular-webfont.woff b/public/fonts/robotocondensed-regular-webfont.woff deleted file mode 100755 index 384f4053bec0a26c4768e9b9f3d5ebfc47f53733..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-regular-webfont.woff and /dev/null differ diff --git a/public/fonts/robotocondensed-regular-webfont.woff2 b/public/fonts/robotocondensed-regular-webfont.woff2 deleted file mode 100755 index 6fd05c2d769e68f35f61cb7b8ff7bf79da2d64a5..0000000000000000000000000000000000000000 Binary files a/public/fonts/robotocondensed-regular-webfont.woff2 and /dev/null differ