diff --git a/ippisite/ippidb/static/css/ippidb.css b/ippisite/ippidb/static/css/ippidb.css
new file mode 100644
index 0000000000000000000000000000000000000000..2d389136bf140fccd69f66514b4aef7713485f4c
--- /dev/null
+++ b/ippisite/ippidb/static/css/ippidb.css
@@ -0,0 +1,165 @@
+/*
+Theme Name: IPPI-DB
+Theme URI: https://ippidb.pasteur.fr/
+Author: Rachel Torchet
+Description: IPPI-DB Theme
+*/
+
+/* FONTS */
+/*
+Theme Name: C3BI
+Theme URI: https://c3bitest.c3bi.pasteur.fr/
+Author: Rachel Torchet
+Description: C3BI Theme
+*/
+
+
+/* POLICE */
+
+@font-face {
+    font-family: 'BrandonGrotesqueReg';
+    src: url('../fonts/brandon_reg/brandon_reg-webfont.eot');
+    src: url('../fonts/brandon_reg/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/brandon_reg/brandon_reg-webfont.woff2') format('woff2'),
+         url('../fonts/brandon_reg/brandon_reg-webfont.woff') format('woff'),
+         url('../fonts/brandon_reg/brandon_reg-webfont.svg#brandon_grotesquereg') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'BrandonGrotesqueBld';
+    src: url('../fonts/brandon_bld/brandon_bld-webfont-webfont.eot');
+    src: url('../fonts/brandon_bld/brandon_bld-webfont-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/brandon_bld/brandon_bld-webfont-webfont.woff2') format('woff2'),
+         url('../fonts/brandon_bld/brandon_bld-webfont-webfont.woff') format('woff'),
+         url('../fonts/brandon_bld/brandon_bld-webfont-webfont.svg#brandon_grotesquebld') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'BrandonGrotesqueBlk';
+    src: url('../fonts/brandon_blk/brandon_blk-webfont.eot');
+    src: url('../fonts/brandon_blk/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/brandon_blk/brandon_blk-webfont.woff2') format('woff2'),
+         url('../fonts/brandon_blk/brandon_blk-webfont.woff') format('woff'),
+         url('../fonts/brandon_blk/brandon_blk-webfont.svg#brandon_grotesqueblk') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'PlayfairDisplayBld';
+    src: url('../fonts/playfairdisplay/playfairdisplay-bold-webfont.eot');
+    src: url('../fonts/playfairdisplay/playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/playfairdisplay/playfairdisplay-bold-webfont.woff2') format('woff2'),
+         url('../fonts/playfairdisplay/playfairdisplay-bold-webfont.woff') format('woff'),
+         url('../fonts/playfairdisplay/playfairdisplay-bold-webfont.svg#playfair_displaybld') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'PlayfairDisplayIta';
+    src: url('../fonts/playfairdisplay/playfairdisplay-italic-webfont.eot');
+    src: url('../fonts/playfairdisplay/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/playfairdisplay/playfairdisplay-italic-webfont.woff2') format('woff2'),
+         url('../fonts/playfairdisplay/playfairdisplay-italic-webfont.woff') format('woff'),
+         url('../fonts/playfairdisplay/playfairdisplay-italic-webfont.svg#playfair_displayita') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'PlayfairDisplayReg';
+    src: url('../fonts/playfairdisplay/playfairdisplay-regular-webfont.eot');
+    src: url('../fonts/playfairdisplay/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/playfairdisplay/playfairdisplay-regular-webfont.woff2') format('woff2'),
+         url('../fonts/playfairdisplay/playfairdisplay-regular-webfont.woff') format('woff'),
+         url('../fonts/playfairdisplay/playfairdisplay-regular-webfont.svg#playfair_displayreg') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+
+/* HEAD */
+html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { 
+	margin:0; 
+	padding:0; 
+	border:0; 
+	outline:0; 
+	font-size:100%; 
+	vertical-align:baseline; 
+	background:transparent; 
+	margin-left:auto; 
+	margin-right:auto; 
+	max-width: 1300px;
+	font-family:"BrandonGrotesqueReg";
+	font-size: 18px;
+}
+
+button {
+font-family:"BrandonGrotesqueReg";
+}
+
+h1 {
+    font-size: 20px;
+	font-family:"BrandonGrotesqueBlk";
+}
+
+a {
+text-decoration:none;
+color:#2D96FA;
+}
+
+a:hover {
+	text-decoration: underline;
+}
+
+article {
+display:block;
+}
+
+.main-content {
+	width: auto;
+	float: none;
+}
+
+.main__inner {
+    position: relative;
+}
+
+.btn--gift {
+    display: block;
+    text-align: center;
+    float: right;
+    background: #FFF none repeat scroll 0% 0%;
+    color: #414144;
+    font-weight: bold;
+    text-transform: uppercase;
+    font-size: 16px;
+    padding: 10px;
+    margin-top: 0px;
+    text-decoration: none;
+}
+
+.btn--gift:hover {
+    display: block;
+    text-align: center;
+    float: right;
+    background: #0275E3 none repeat scroll 0% 0%;
+    color: #FFF;
+    font-weight: bold;
+    text-transform: uppercase;
+    font-size: 16px;
+    padding: 10px;
+    margin-top: 0px;
+    text-decoration: none;
+}
+
+
+#home div.jumbotron{
+    background: url('/static/images/banner.png');
+    background-repeat: no-repeat;
+}
diff --git a/ippisite/ippidb/static/fonts/Raleway/generator_config.txt b/ippisite/ippidb/static/fonts/Raleway/generator_config.txt
new file mode 100755
index 0000000000000000000000000000000000000000..05c92572e0362b7633408f5de273e37136259dfe
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/generator_config.txt
@@ -0,0 +1,5 @@
+# Font Squirrel Font-face Generator Configuration File
+# Upload this file to the generator to recreate the settings
+# you used to create these fonts.
+
+{"mode":"expert","formats":["ttf","woff","woff2","eot","svg"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..1e640f3f1400294003351dd4450d4c73c40be71f
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewaybold';
+							}
+		</style>
+
+	<title>Raleway Bold Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Bold	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Bold</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Bold in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..80e9592574bbe24dd604031efbe6d27578f6c1e0
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..2411a2223f5ccb09c7700c152c0e3ecce2bbd355
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.svg
@@ -0,0 +1,2079 @@
+<?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="ralewaybold" horiz-adv-x="1239" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="489" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1165" d="M53 737v211h140v133q0 88 29.5 168t86 138.5t137 93.5t185.5 35q117 0 214 -38t183 -96l-110 -204q-53 47 -125 75.5t-146 28.5q-92 0 -136 -57.5t-44 -132.5v-144h575v-948h-274v737h-301v-737h-274v737h-140z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1349" d="M53 737v211h140v158q0 199 118.5 304.5t329.5 105.5q233 0 344 -111t111 -291v-764q0 -20 6 -41.5t18.5 -39t30.5 -29t45 -11.5q18 0 37.5 4.5t37 9.5t30 9t14.5 4l37 -221q-2 -2 -24.5 -10.5t-59.5 -17.5t-83 -16t-91 -7q-63 0 -113.5 18t-86.5 50t-54.5 73t-18.5 88 v836q0 39 -7 79.5t-26.5 74.5t-53.5 56.5t-89 22.5q-49 0 -83 -20.5t-55.5 -54t-30.5 -77t-9 -88.5v-94h180v-211h-180v-737h-274v737h-140z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1703" d="M53 737v211h140v66q0 90 24.5 169t70.5 136t114.5 90t154.5 33q70 0 136.5 -16.5t127.5 -43.5q57 61 143.5 97.5t198.5 36.5q106 0 208 -37t194 -97l-111 -204q-51 45 -122.5 74.5t-139.5 29.5q-100 0 -144 -57.5t-44 -132.5v-144h577v-948h-274v737h-303v-737h-275v737 h-262v-737h-274v737h-140zM467 948h262v107q0 8 1 25.5t3 37t6 35.5t9 27q-31 16 -68 22t-68 6q-41 0 -68.5 -16t-44 -42t-24.5 -59.5t-8 -66.5v-76z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1888" d="M53 737v211h140v72q0 92 25.5 170t73.5 134t115.5 87t153.5 31q72 0 135.5 -16.5t126.5 -43.5q57 66 148.5 100t208.5 34q233 0 343.5 -111t110.5 -291v-764q0 -20 5.5 -41.5t17.5 -39t30.5 -29t45.5 -11.5q18 0 38.5 4.5t38 9.5t29.5 9t14 4l37 -221q-2 -2 -24.5 -10.5 t-59.5 -17.5t-82 -16t-90 -7q-66 0 -116 18t-85.5 50t-54 73t-18.5 88v836q0 39 -7 79.5t-26.5 74.5t-53.5 56.5t-89 22.5q-49 0 -83 -20.5t-55.5 -54t-30.5 -77t-9 -88.5v-94h178v-211h-178v-737h-275v737h-264v-737h-274v737h-140zM467 948h264v105q0 10 1 28.5t2 39t4 37 t7 24.5q-31 16 -63.5 21t-60.5 5q-80 0 -117 -52t-37 -126v-82z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="489" />
+<glyph unicode="&#x09;" horiz-adv-x="489" />
+<glyph unicode="&#xa0;" horiz-adv-x="489" />
+<glyph unicode="!" horiz-adv-x="591" d="M160 0v309h274v-309h-274zM160 547v921h274v-921h-274z" />
+<glyph unicode="&#x22;" horiz-adv-x="790" d="M117 1104v377h233v-377h-233zM440 1104v377h234v-377h-234z" />
+<glyph unicode="#" horiz-adv-x="1482" d="M78 383v205h278l68 280h-250v193h297l96 393h221l-98 -393h246l94 393h221l-96 -393h250v-193h-297l-68 -280h269v-205h-318l-94 -383h-221l96 383h-246l-92 -383h-221l94 383h-229zM575 588h246l66 280h-244z" />
+<glyph unicode="$" horiz-adv-x="1298" d="M70 172l125 244q16 -16 56 -43t97.5 -53.5t126 -48t141.5 -29.5v352l-75 20q-104 29 -181 63t-128.5 79t-77 106.5t-25.5 145.5q0 104 36 185t98.5 137t148.5 89t186 41v209h123v-207q133 -10 246.5 -56t199.5 -103l-125 -230q-12 14 -45.5 34.5t-80 42t-101.5 39 t-115 23.5v-354l52 -12q106 -29 193 -61.5t147.5 -82t93.5 -118t33 -168.5q0 -113 -40 -193t-109 -131t-159 -76.5t-190 -29.5v-226h-123v228q-143 10 -280.5 58t-247.5 126zM420 1053q0 -70 49 -106t147 -64v331q-196 -11 -196 -161zM700 238q218 6 218 149q0 72 -57.5 111 t-160.5 71v-331z" />
+<glyph unicode="%" horiz-adv-x="1624" d="M78 1165q0 63 26.5 120.5t72.5 98.5t107.5 66t131.5 25q72 0 133 -25t107 -66t72 -98t26 -121q0 -66 -26 -122t-72 -98t-107 -66.5t-133 -24.5q-70 0 -131.5 24.5t-107.5 66.5t-72.5 98.5t-26.5 121.5zM195 96l577 674l533 700l125 -110l-566 -660l-545 -714zM270 1165 q0 -37 11.5 -68.5t32 -55t47 -37t55.5 -13.5q31 0 56.5 14.5t46 38t31.5 55t11 66.5q0 72 -43 122t-102 50q-31 0 -56.5 -14t-46 -37.5t-32 -54.5t-11.5 -66zM870 289q0 66 27 122t72 98t106.5 66.5t130.5 24.5q72 0 133.5 -24.5t107.5 -66.5t71.5 -98.5t25.5 -121.5 q0 -66 -25.5 -122t-71.5 -97t-107.5 -65.5t-133.5 -24.5q-70 0 -131 24.5t-106 65.5t-72 97t-27 122zM1061 289q0 -72 43 -122t102 -50q61 0 104.5 51t43.5 121q0 72 -44 123t-104 51q-31 0 -56.5 -14.5t-46 -38t-31.5 -55t-11 -66.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1466" d="M84 412q0 68 20.5 125t54.5 106t80 91t95 79q-43 49 -72 89t-47 77t-26.5 71.5t-8.5 73.5q0 78 30 142.5t83 110.5t126 71t159 25q76 0 145.5 -20.5t123.5 -60.5t86 -100.5t32 -140.5q0 -119 -70 -208t-178 -167l280 -293q31 66 48.5 145t17.5 169h223 q-2 -145 -35.5 -265t-93.5 -217l301 -315h-360l-115 121q-90 -70 -194.5 -105.5t-215.5 -35.5q-113 0 -202.5 34.5t-153 94t-98.5 138.5t-35 165zM348 410q0 -43 18.5 -83t52.5 -69t81 -46t102 -17q127 0 234 81l-336 357q-70 -51 -111 -104.5t-41 -118.5zM430 1133 q0 -35 24.5 -71t92.5 -108q80 51 124 93.5t44 99.5q0 55 -39 89t-98 34q-66 0 -107 -40t-41 -97z" />
+<glyph unicode="'" horiz-adv-x="454" d="M111 1116v365h233v-365h-233z" />
+<glyph unicode="(" horiz-adv-x="630" d="M70 711q0 104 23.5 207.5t64.5 208t96 210t119 213.5l211 -88q-33 -49 -77 -134t-84 -188.5t-68.5 -217t-28.5 -217.5q0 -166 69.5 -344.5t179.5 -368.5l-198 -101q-66 94 -121 195.5t-97 206t-65.5 209.5t-23.5 209z" />
+<glyph unicode=")" horiz-adv-x="630" d="M47 1462l211 88q63 -109 118.5 -214t96.5 -209.5t64.5 -208t23.5 -207.5t-23.5 -209t-65.5 -209.5t-98.5 -205.5t-119.5 -196l-201 101q113 190 182.5 368.5t69.5 344.5q0 104 -28.5 217.5t-68.5 217t-84 188.5t-77 134z" />
+<glyph unicode="*" horiz-adv-x="706" d="M104 1255l37 119l150 -63l-10 157h145l-10 -157l147 63l37 -119l-143 -45l96 -145l-107 -70l-92 154l-94 -154l-106 70l96 145z" />
+<glyph unicode="+" horiz-adv-x="868" d="M98 616v222h213v231h246v-231h211v-222h-211v-231h-246v231h-213z" />
+<glyph unicode="," horiz-adv-x="483" d="M66 -37q14 0 40.5 11.5t26.5 52.5v268h225v-318q0 -61 -28.5 -101t-71.5 -64.5t-94 -33.5t-98 -9v194z" />
+<glyph unicode="-" horiz-adv-x="854" d="M117 438v248h620v-248h-620z" />
+<glyph unicode="." horiz-adv-x="458" d="M117 0v295h225v-295h-225z" />
+<glyph unicode="/" horiz-adv-x="1429" d="M57 0l1014 1454h305l-1016 -1454h-303z" />
+<glyph unicode="0" horiz-adv-x="1259" d="M100 600q0 135 40 249t111 196.5t168 130t212 47.5q113 0 210 -47.5t167.5 -130t110.5 -196.5t40 -249t-40 -248.5t-110.5 -196.5t-168 -129t-209.5 -46q-115 0 -212 46t-168 129t-111 196.5t-40 248.5zM375 600q0 -82 18.5 -149.5t52 -116.5t80.5 -76t105 -27 q55 0 101 27t80 76t52.5 116.5t18.5 149.5t-18.5 150.5t-52.5 118t-80 76t-101 26.5q-57 0 -104.5 -26.5t-81 -76t-52 -118t-18.5 -150.5z" />
+<glyph unicode="1" horiz-adv-x="1007" d="M88 719v256q37 0 90 23.5t104.5 56t90.5 64.5t47 50h280v-921h261v-248h-832v248h291v620q-18 -25 -57 -50t-86.5 -47.5t-98.5 -37t-90 -14.5z" />
+<glyph unicode="2" horiz-adv-x="1165" d="M84 0q0 92 14.5 167t51 138.5t98 118.5t158.5 108q82 45 146 79t108.5 62.5t67 58.5t22.5 69q0 61 -49.5 105t-141.5 44q-49 0 -90 -13t-77 -35.5t-65.5 -50.5t-54.5 -58l-176 202q27 29 76 63t115.5 63.5t147.5 49t173 19.5q104 0 186.5 -25.5t138.5 -71.5t86 -110.5 t30 -140.5q0 -72 -27 -127.5t-68 -98.5t-89 -74.5t-93 -56.5q-37 -20 -79 -44.5t-83 -54.5t-74.5 -64.5t-52.5 -73.5h588v-248h-987z" />
+<glyph unicode="3" horiz-adv-x="1144" d="M59 -104l156 194q53 -68 126 -104.5t183 -36.5q125 0 191.5 49t66.5 152q0 106 -75.5 163.5t-229.5 57.5h-57v204h63q125 0 195 56.5t70 144.5q0 84 -56.5 125t-148.5 41q-94 0 -169 -43t-122 -121l-172 193q31 47 82 85t115.5 65.5t140.5 43t155 15.5q104 0 190.5 -27 t148 -74t95 -113.5t33.5 -148.5q0 -61 -18 -116.5t-53 -100.5t-83.5 -76t-105.5 -41q129 -23 208 -122t79 -242q0 -96 -38 -174t-107.5 -132.5t-168 -84t-218.5 -29.5q-158 0 -278 50t-198 147z" />
+<glyph unicode="4" horiz-adv-x="1157" d="M43 45v244l684 880h188v-878h181v-246h-181v-305h-274v305h-598zM317 291h355v463z" />
+<glyph unicode="5" horiz-adv-x="1136" d="M57 -53l158 164q59 -80 144 -127t178 -47q111 0 181 66.5t70 176.5q0 106 -66.5 172t-168.5 66q-68 0 -126 -31t-93 -84h-240q0 6 8.5 46t20.5 102.5t26.5 139.5t30.5 157q37 188 82 421h717v-249h-518l-58 -326q25 27 72 43t117 16q102 0 190 -33.5t152.5 -95 t100.5 -147.5t36 -191q0 -111 -41 -200.5t-112.5 -154t-170 -100.5t-212.5 -36q-160 0 -286 67.5t-192 184.5z" />
+<glyph unicode="6" horiz-adv-x="1243" d="M94 647q0 199 40 351.5t112.5 256t177 156.5t233.5 53q137 0 254 -59t197 -170l-158 -172q-49 78 -127 121t-170 43q-137 0 -218 -108.5t-85 -307.5q41 74 121 117t184 43q106 0 199.5 -37t161 -102.5t106.5 -155t39 -191.5q0 -106 -41 -198t-111.5 -161t-168 -107.5 t-209.5 -38.5q-123 0 -222.5 45t-169 131t-107.5 209.5t-38 281.5zM362 485q0 -55 22 -105t58.5 -87t85 -59.5t103.5 -22.5t103 21.5t85 59.5t58.5 88t21.5 105t-21.5 103.5t-57.5 85.5t-85 57.5t-104 20.5t-104.5 -20.5t-85 -57.5t-57.5 -85t-22 -104z" />
+<glyph unicode="7" horiz-adv-x="1175" d="M76 944v250h1093l-723 -1454h-309l600 1204h-661z" />
+<glyph unicode="8" d="M90 440q0 61 20.5 113.5t53.5 95.5t74 76t81 53q-78 37 -131 111t-53 162q0 98 44 172.5t115 126t156 78t168 26.5q84 0 170 -25.5t157 -77t115 -126t44 -172.5q0 -88 -54.5 -164t-131.5 -111q43 -23 84.5 -56.5t73.5 -77.5t51.5 -97.5t19.5 -116.5q0 -102 -42 -184 t-114.5 -141.5t-169 -91t-205.5 -31.5t-204 33.5t-166.5 95t-113.5 145.5t-42 184zM369 446q0 -49 21.5 -89t56 -68.5t80.5 -44t94 -15.5q49 0 93 16.5t78.5 45t55 68.5t20.5 87q0 51 -21.5 92.5t-56 69t-79.5 42t-93 14.5q-49 0 -94 -15.5t-79.5 -44.5t-55 -68.5 t-20.5 -89.5zM414 1042q0 -43 18.5 -74.5t48 -53t65.5 -33t72 -11.5q37 0 74 11.5t66.5 34t48 54t18.5 74.5q0 76 -61.5 121t-145.5 45t-144 -46t-60 -122z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M66 664q0 106 40.5 198t111.5 161t168 107.5t210 38.5q123 0 222.5 -45t169 -131t107.5 -210t38 -281q0 -199 -40 -351.5t-113 -256t-177.5 -156.5t-233.5 -53q-137 0 -253.5 59t-196.5 170l157 172q49 -78 127 -121t170 -43q137 0 218 108.5t86 307.5q-41 -74 -121 -117 t-185 -43q-109 0 -200.5 37t-159.5 102.5t-106.5 155t-38.5 191.5zM328 664q0 -55 21.5 -103.5t57 -85.5t85 -57.5t104.5 -20.5t104.5 20.5t85 57.5t57 85t21.5 104q0 55 -21.5 105t-58 87t-85 59.5t-103.5 22.5t-103.5 -21.5t-85 -59.5t-58 -88t-21.5 -105z" />
+<glyph unicode=":" horiz-adv-x="497" d="M137 0v295h223v-295h-223zM137 766v295h223v-295h-223z" />
+<glyph unicode=";" horiz-adv-x="512" d="M78 -37q14 0 40.5 11.5t26.5 52.5v268h226v-318q0 -61 -29 -101t-72 -64.5t-94 -33.5t-98 -9v194zM145 766v295h226v-295h-226z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1042" d="M66 457v133l864 522v-291l-465 -291l465 -278v-307z" />
+<glyph unicode="=" horiz-adv-x="894" d="M127 295v178h641v-178h-641zM127 657v179h641v-179h-641z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1042" d="M113 -55v307l465 278l-465 291v291l864 -522v-133z" />
+<glyph unicode="?" horiz-adv-x="1003" d="M74 1208q27 63 70.5 112.5t100 83.5t122 51.5t135.5 17.5q78 0 153.5 -23t136 -72t98.5 -125.5t38 -183.5q0 -66 -15.5 -116t-44 -91t-67.5 -73.5t-88 -63.5q-41 -25 -82 -47.5t-75 -50t-55.5 -63.5t-21.5 -87h-225q0 100 32.5 180t135.5 140q31 18 76 41.5t88 56.5 t72.5 77t29.5 101q0 43 -16.5 76t-43 55.5t-62.5 33.5t-72 11q-45 0 -82 -15t-68 -39t-53.5 -53.5t-38.5 -56.5zM258 0v283h227v-283h-227z" />
+<glyph unicode="@" horiz-adv-x="1712" d="M88 473q0 180 64.5 322.5t172 240t247.5 148.5t294 51q152 0 291 -51t244.5 -149.5t168 -244t62.5 -333.5q0 -45 -8 -127t-40 -163t-95.5 -140.5t-173.5 -59.5q-55 0 -91 15.5t-57.5 40t-32 54t-14.5 58.5q-63 -63 -152 -104t-200 -41q-158 0 -238.5 84t-80.5 207 q0 86 34.5 143t91 93t126 51.5t139.5 15.5q86 0 145 -16.5t90 -30.5q0 55 -10 102t-37 80t-73 51t-115 18q-84 0 -153 -24.5t-120 -65.5l-51 146q152 102 352 102q131 0 206 -41t112 -104.5t45 -138t8 -144.5v-196q0 -47 3 -88t13.5 -74t31 -51.5t56.5 -18.5q55 0 89 42 t52.5 100.5t26 123t7.5 109.5q0 139 -48.5 260t-135.5 210t-208.5 139t-269.5 50q-143 0 -263 -49t-206 -136t-134 -207t-48 -261q0 -137 45 -257t128 -209t199.5 -141t262.5 -52q96 0 167.5 21.5t147.5 55.5l35 -106q-86 -41 -176 -61.5t-183 -20.5q-154 0 -288.5 56.5 t-236 157.5t-160 243.5t-58.5 314.5zM616 297q0 -59 40 -108.5t128 -49.5q45 0 92.5 13.5t86.5 31.5q63 31 86.5 70t23.5 92v62q-29 10 -90 26.5t-139 16.5q-98 0 -163 -36t-65 -118z" />
+<glyph unicode="A" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM483 561h412l-203 588z" />
+<glyph unicode="B" horiz-adv-x="1392" d="M152 0v1454h778q76 0 137 -32.5t104 -85t67 -119t24 -134.5q0 -106 -53.5 -199t-155.5 -139q125 -37 197.5 -132t72.5 -238q0 -92 -37 -162t-101.5 -117t-149.5 -71.5t-181 -24.5h-702zM434 240h420q39 0 73 14t58.5 39.5t38.5 60.5t14 74t-13 75t-35.5 62.5t-53.5 42 t-68 15.5h-434v-383zM434 846h377q72 0 122 49t50 135q0 84 -46 133t-114 49h-389v-366z" />
+<glyph unicode="C" horiz-adv-x="1372" d="M66 737q0 133 47 263t136 232.5t218 166t295 63.5q195 0 337 -88t210 -229l-217 -150q-25 61 -64 103.5t-85 67t-95 35.5t-94 11q-100 0 -176 -43t-126.5 -111.5t-76 -155.5t-25.5 -173q0 -96 30 -185t84 -157t130 -108.5t166 -40.5q47 0 96 12t95 38.5t85 68.5t64 102 l231 -133q-33 -82 -95 -144.5t-142 -105.5t-168 -65.5t-174 -22.5q-152 0 -278 65.5t-217 171t-141 239.5t-50 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M152 0v1454h528q178 0 312 -57.5t224.5 -155.5t135.5 -230t45 -282q0 -166 -50.5 -300t-144.5 -229.5t-226 -147.5t-296 -52h-528zM434 248h246q104 0 185 37t135.5 101.5t83 152.5t28.5 190q0 104 -28.5 192.5t-84 152t-136.5 98t-183 34.5h-246v-958z" />
+<glyph unicode="E" horiz-adv-x="1236" d="M152 0v1454h991v-248h-709v-350h613v-229h-613v-379h727v-248h-1009z" />
+<glyph unicode="F" horiz-adv-x="1169" d="M152 0v1454h976v-248h-694v-375h578v-229h-578v-602h-282z" />
+<glyph unicode="G" horiz-adv-x="1452" d="M68 735q0 150 52 282t145 231.5t219 157.5t274 58q199 0 340 -86t213 -231l-211 -156q-53 109 -146.5 166t-205.5 57q-90 0 -163 -38.5t-124 -106.5t-80 -156t-29 -186q0 -102 31 -191.5t86 -155t130 -103t165 -37.5q201 0 362 198v103h-292v207h526v-748h-234v164 q-168 -174 -387 -174q-139 0 -262 61.5t-214 164.5t-143 238.5t-52 280.5z" />
+<glyph unicode="H" horiz-adv-x="1525" d="M152 0v1454h282v-588h660v588h280v-1454h-280v621h-660v-621h-282z" />
+<glyph unicode="I" horiz-adv-x="585" d="M152 0v1452h282v-1452h-282z" />
+<glyph unicode="J" horiz-adv-x="1013" d="M23 68l63 229q29 -20 96.5 -45t155.5 -25q86 0 137 30t78 91.5t35 152.5t8 214v737h283v-737q0 -166 -17.5 -302.5t-74 -232.5t-163 -149.5t-286.5 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1366" d="M152 0v1452h282v-709l629 711h293l-557 -645l592 -809h-299l-463 649l-195 -211v-438h-282z" />
+<glyph unicode="L" horiz-adv-x="1206" d="M152 0v1454h282v-1206h742v-248h-1024z" />
+<glyph unicode="M" horiz-adv-x="1771" d="M152 0v1454h303l430 -827l434 827h301v-1454h-283v963l-374 -717h-154l-375 717v-963h-282z" />
+<glyph unicode="N" horiz-adv-x="1562" d="M152 0v1454h219l757 -954v952h283v-1452h-229l-748 932v-932h-282z" />
+<glyph unicode="O" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177z" />
+<glyph unicode="P" horiz-adv-x="1271" d="M152 0v1454h616q100 0 185 -42t146.5 -110.5t96.5 -155.5t35 -175q0 -92 -33 -179t-92 -155t-143 -109t-185 -41h-344v-487h-282zM434 735h328q78 0 130 63.5t52 172.5q0 55 -16.5 99t-43 75t-62.5 46t-72 15h-316v-471z" />
+<glyph unicode="Q" horiz-adv-x="1519" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -139 -46 -265t-132 -227l207 -231h-269l-88 98q-78 -51 -169 -79.5t-195 -28.5q-154 0 -281 63.5t-218 166t-140 235.5t-49 272zM352 727q0 -94 28 -182 t80 -155.5t128 -108.5t172 -41q104 0 188 51l-219 248h268l90 -103q76 133 76 291q0 94 -28.5 182t-81 156t-127 108.5t-168.5 40.5q-98 0 -173 -42t-127 -111.5t-79 -156.5t-27 -177z" />
+<glyph unicode="R" horiz-adv-x="1380" d="M152 0v1454h643q100 0 185 -42t146.5 -110.5t96 -155.5t34.5 -175q0 -141 -70.5 -257t-191.5 -167l342 -547h-319l-305 487h-279v-487h-282zM434 735h354q39 0 73 18.5t58.5 50.5t39 75t14.5 92q0 51 -16.5 94t-44 74.5t-63.5 49t-73 17.5h-342v-471z" />
+<glyph unicode="S" horiz-adv-x="1259" d="M47 172l125 244q18 -18 66.5 -48t114 -59.5t145.5 -50t164 -20.5q233 0 233 149q0 49 -26.5 82t-76 57.5t-119 45t-155.5 42.5q-104 29 -181 63t-128 79t-77 106.5t-26 145.5q0 111 41 196.5t114 143t169 87t207 29.5q154 0 283 -48t225 -113l-125 -230q-14 14 -52 39 t-92.5 48.5t-118 40t-128.5 16.5q-117 0 -174.5 -43.5t-57.5 -120.5q0 -45 21.5 -75t62.5 -52.5t103.5 -41t144.5 -38.5q106 -29 193.5 -61.5t147.5 -82t93 -118t33 -168.5q0 -117 -44 -200t-117.5 -134t-172 -74.5t-205.5 -23.5q-164 0 -323.5 49t-286.5 139z" />
+<glyph unicode="T" horiz-adv-x="1269" d="M29 1206v248h1210v-248h-463v-1206h-282v1206h-465z" />
+<glyph unicode="U" horiz-adv-x="1531" d="M129 713v741h283v-741q0 -92 17 -177t59 -151t110 -105.5t166 -39.5q100 0 168.5 41t110.5 106.5t59.5 150.5t17.5 175v741h281v-741q0 -150 -36 -281t-112.5 -229.5t-197.5 -155.5t-289 -57q-174 0 -296 60.5t-197.5 159.5t-109.5 230t-34 273z" />
+<glyph unicode="V" horiz-adv-x="1378" d="M0 1454h297l393 -1100l389 1100h297l-567 -1454h-238z" />
+<glyph unicode="W" horiz-adv-x="2156" d="M-2 1454h305l414 -1130l180 464l-244 662h260l164 -481l164 481h262l-248 -662l185 -464l411 1130h308l-592 -1454h-238l-252 610l-252 -610h-237z" />
+<glyph unicode="X" horiz-adv-x="1318" d="M-8 1454h307l363 -541l360 541h305l-518 -737l502 -717h-305l-344 520l-347 -520h-307l502 717z" />
+<glyph unicode="Y" horiz-adv-x="1318" d="M-8 1454h307l358 -700l365 700h305l-528 -946v-508h-281v512z" />
+<glyph unicode="Z" horiz-adv-x="1275" d="M57 0v213l822 993h-799v248h1124v-213l-794 -993h800v-248h-1153z" />
+<glyph unicode="[" horiz-adv-x="616" d="M145 -82v1598h385v-220h-131v-1159h131v-219h-385z" />
+<glyph unicode="\" horiz-adv-x="1306" d="M53 1454h305l891 -1454h-303z" />
+<glyph unicode="]" horiz-adv-x="616" d="M86 -82v219h129v1159h-129v220h383v-1598h-383z" />
+<glyph unicode="^" horiz-adv-x="1202" d="M82 621l405 833h230l403 -833h-225l-293 602l-299 -602h-221z" />
+<glyph unicode="_" horiz-adv-x="782" d="M16 0h750v-248h-750v248z" />
+<glyph unicode="`" horiz-adv-x="522" d="M96 1495h254l113 -244l-176 -53z" />
+<glyph unicode="a" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5q-106 0 -174 -48t-68 -122z" />
+<glyph unicode="b" horiz-adv-x="1296" d="M123 0v1495h274v-610q57 98 150.5 152.5t216.5 54.5q104 0 191 -45.5t149.5 -121t96.5 -178t34 -215.5q0 -117 -38 -217t-105.5 -174.5t-160 -117.5t-198.5 -43q-123 0 -219 55t-152 151v-186h-239zM397 393q14 -41 42 -73.5t63 -56t75.5 -37t79.5 -13.5q66 0 120 25.5 t94 68.5t61.5 100.5t21.5 122.5q0 66 -20.5 125.5t-58 104.5t-89 71.5t-112.5 26.5q-92 0 -165 -60.5t-112 -148.5v-256z" />
+<glyph unicode="c" horiz-adv-x="1155" d="M57 537q0 113 39 213t113 175.5t178.5 121t235.5 45.5q176 0 300 -76t185 -199l-268 -82q-35 59 -92.5 91t-126.5 32q-59 0 -110.5 -23.5t-89.5 -65.5t-59.5 -101.5t-21.5 -130.5q0 -72 22.5 -131.5t60.5 -102.5t89 -66.5t109 -23.5q74 0 136 37t87 90l268 -82 q-55 -123 -182 -200.5t-305 -77.5q-131 0 -235.5 45t-178.5 121.5t-114 178t-40 212.5z" />
+<glyph unicode="d" horiz-adv-x="1329" d="M59 537q0 117 36 217t99.5 176t151.5 119t193 43q117 0 212 -57.5t148 -149.5v610h275v-1180q0 -43 16 -61t57 -21v-233q-78 -14 -131 -14q-76 2 -118 34.5t-52 92.5l-6 73q-59 -102 -159.5 -154t-213.5 -52q-111 0 -204 43t-160.5 118.5t-105.5 177t-38 218.5zM342 530 q0 -68 22.5 -125t62.5 -100t94.5 -67.5t117.5 -24.5q39 0 80 13.5t75.5 38t63.5 57t43 71.5v256q-35 90 -113.5 149.5t-164.5 59.5q-61 0 -113.5 -26.5t-89.5 -72.5t-57.5 -105.5t-20.5 -123.5z" />
+<glyph unicode="e" horiz-adv-x="1228" d="M57 530q0 115 39 216.5t113 178t179.5 122t236.5 45.5t234.5 -45.5t176 -121t110.5 -176t38 -208.5q0 -27 -1 -51.5t-5 -40.5h-830q6 -63 30.5 -112.5t63.5 -84.5t88.5 -53.5t102.5 -18.5q82 0 154.5 40t99.5 106l235 -66q-59 -123 -189 -201.5t-310 -78.5 q-129 0 -233.5 44t-178.5 119.5t-114 176t-40 210.5zM344 627h557q-10 121 -89 193.5t-191 72.5q-55 0 -103.5 -19.5t-85.5 -54.5t-60.5 -84t-27.5 -108z" />
+<glyph unicode="f" horiz-adv-x="780" d="M53 737v211h140v133q0 201 97 318t261 117q131 0 264 -64l-55 -207q-31 16 -73 27.5t-77 11.5q-143 0 -143 -192v-144h262v-211h-262v-737h-274v737h-140z" />
+<glyph unicode="g" horiz-adv-x="1296" d="M61 537q0 117 37 217t102.5 176t157 119t201.5 43q127 0 221 -56.5t154 -150.5v188h240v-1022q0 -119 -44.5 -213t-124 -159.5t-188 -100.5t-237.5 -35q-178 0 -298 58.5t-206 165.5l149 145q61 -76 154.5 -119t200.5 -43q63 0 121.5 17.5t102.5 54.5t69.5 94t25.5 135 v135q-53 -92 -149 -142t-207 -50q-106 0 -195.5 43t-153 117.5t-98.5 173t-35 209.5zM340 528q0 -66 22.5 -123t62.5 -100t94.5 -67.5t117.5 -24.5q45 0 86 14.5t74.5 39t60.5 57t41 69.5v256q-37 94 -114.5 151.5t-163.5 57.5q-63 0 -115.5 -27.5t-89.5 -73.5t-56.5 -105.5 t-19.5 -123.5z" />
+<glyph unicode="h" horiz-adv-x="1232" d="M123 0v1495h274v-621q59 104 160.5 161t224.5 57q104 0 170 -36t103 -95.5t51 -135t14 -155.5v-670h-274v602q0 127 -47 187.5t-133 60.5q-37 0 -78 -16.5t-78 -46t-67.5 -70.5t-45.5 -90v-627h-274z" />
+<glyph unicode="i" horiz-adv-x="518" d="M123 0v1073h274v-1073h-274zM123 1223v272h274v-272h-274z" />
+<glyph unicode="j" horiz-adv-x="518" d="M-248 -305l117 186q25 -23 56.5 -34t64.5 -11q53 0 93 38t40 97v1102h274v-1081q0 -86 -28.5 -159t-79.5 -125t-118.5 -80.5t-145.5 -28.5t-148 23.5t-125 72.5zM123 1223v272h274v-272h-274z" />
+<glyph unicode="k" horiz-adv-x="1140" d="M123 0v1495h274v-907l430 483h293l-401 -455l430 -616h-293l-311 465l-148 -146v-319h-274z" />
+<glyph unicode="l" horiz-adv-x="649" d="M121 248v1247h274v-1139q0 -125 113 -125q23 0 52.5 8.5t55.5 18.5l37 -219q-55 -27 -128.5 -41t-133.5 -14q-129 0 -199.5 68.5t-70.5 195.5z" />
+<glyph unicode="m" horiz-adv-x="1902" d="M123 0v1073h248v-199q59 104 162.5 161t236.5 57q135 0 208 -65.5t95 -162.5q66 111 166 169.5t229 58.5q98 0 162 -37t98.5 -96.5t48 -135t13.5 -153.5v-670h-274v602q0 129 -45.5 188.5t-122.5 59.5q-80 0 -152 -62.5t-102 -162.5v-625h-275v602q0 129 -44 188.5 t-122 59.5q-80 0 -152.5 -61.5t-103.5 -161.5v-627h-274z" />
+<glyph unicode="n" horiz-adv-x="1232" d="M123 0v1073h248v-199q59 102 171.5 160t254.5 58q100 0 163.5 -37t98.5 -96.5t48 -135t13 -153.5v-670h-274v602q0 129 -45 188.5t-125 59.5q-41 0 -84 -16.5t-81 -46t-68.5 -70.5t-45.5 -90v-627h-274z" />
+<glyph unicode="o" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM340 535q0 -72 21.5 -130.5t59.5 -101.5t89 -66.5t111 -23.5 q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129z" />
+<glyph unicode="p" horiz-adv-x="1294" d="M123 -436v1509h239v-184q59 94 153.5 148.5t217.5 54.5q109 0 201 -44t158.5 -119t104.5 -176.5t38 -213.5q0 -117 -35 -219.5t-97.5 -178t-149.5 -118.5t-189 -43q-125 0 -219 56t-148 152v-624h-274zM397 426q37 -92 113 -152.5t164 -60.5q61 0 113.5 26.5t89 71.5 t57 104.5t20.5 123.5q0 68 -22.5 126t-62.5 101t-94 67.5t-118 24.5q-39 0 -79.5 -13.5t-75.5 -38t-62.5 -57t-42.5 -71.5v-252z" />
+<glyph unicode="q" horiz-adv-x="1294" d="M59 539q0 117 38 217t105.5 175t160 118t198.5 43q123 0 217 -56.5t154 -148.5v186h239v-1179q0 -45 16.5 -62.5t57.5 -19.5v-234q-35 -6 -78 -9t-73 -3q-82 0 -139.5 52t-57.5 134v436q-59 -104 -153.5 -156t-215.5 -52q-102 0 -188 44t-148.5 119.5t-97.5 177 t-35 218.5zM340 530q0 -68 21.5 -125t59.5 -100t91 -67.5t119 -24.5q88 0 153.5 49t112.5 127v254q-12 45 -40 84t-64.5 68.5t-79.5 46t-86 16.5q-63 0 -115.5 -26.5t-90.5 -72.5t-59.5 -105.5t-21.5 -123.5z" />
+<glyph unicode="r" horiz-adv-x="792" d="M123 0v1073h252v-229q55 111 144 178.5t188 67.5q23 0 34 -1.5t21 -3.5v-249q-125 -2 -223.5 -48.5t-141.5 -138.5v-649h-274z" />
+<glyph unicode="s" horiz-adv-x="1040" d="M35 123l110 186q205 -133 396 -133q86 0 135 31t49 88t-58.5 85t-195.5 60q-104 25 -178 51.5t-119 61.5t-65.5 80t-20.5 106q0 82 33 147.5t91 111.5t137 71t171 25q115 0 228.5 -36t212.5 -97l-113 -170q-90 57 -170 82.5t-160 25.5q-74 0 -124 -28.5t-50 -92.5 q0 -55 48 -79.5t171 -55.5q115 -29 196 -57.5t133 -65.5t75.5 -85t23.5 -116q0 -78 -31.5 -141t-89 -107t-140.5 -67.5t-183 -23.5q-66 0 -136.5 10t-138 28.5t-129 45t-108.5 59.5z" />
+<glyph unicode="t" horiz-adv-x="782" d="M45 862v211h139v348h275v-348h227v-211h-227v-524q0 -57 30.5 -81t73.5 -24t84 14.5t66 24.5l55 -217q-55 -25 -136 -49t-169 -24q-57 0 -107.5 14t-88.5 46t-60.5 82t-22.5 122v616h-139z" />
+<glyph unicode="u" horiz-adv-x="1273" d="M113 401v672h274v-612q0 -248 178 -248q82 0 157 48t122 147v665h274v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -11t-57 -3q-74 0 -116 33.5t-52 93.5l-6 88q-74 -111 -185.5 -166t-248.5 -55q-166 0 -252 106.5t-86 314.5z" />
+<glyph unicode="v" horiz-adv-x="1112" d="M12 1073h283l272 -850l275 850h258l-395 -1073h-297z" />
+<glyph unicode="w" horiz-adv-x="1730" d="M8 1073h260l320 -815l131 348l-189 465h222l112 -330l115 330h221l-186 -465l129 -348l317 815h262l-448 -1073h-225l-185 471l-182 -471h-225z" />
+<glyph unicode="x" horiz-adv-x="1081" d="M4 0l389 535l-383 538h283l229 -336l19 -37l18 37l229 336h283l-381 -538l387 -535h-282l-236 334l-18 35l-19 -35l-235 -334h-283z" />
+<glyph unicode="y" horiz-adv-x="1114" d="M0 1073h283l292 -835l259 835h258l-453 -1286q-43 -123 -137 -189.5t-219 -66.5q-72 0 -146 23v237q37 -10 68 -14t53 -4q27 0 47.5 9t40 33.5t38.5 68.5t42 116z" />
+<glyph unicode="z" horiz-adv-x="1003" d="M51 0v168l596 713h-573v192h862v-168l-594 -712h604v-193h-895z" />
+<glyph unicode="{" horiz-adv-x="626" d="M80 643v193q20 0 39.5 12t33 32.5t21.5 43t8 45.5v485q0 39 18.5 50.5t28.5 11.5h314v-220h-113v-417q0 -41 -19.5 -77t-52.5 -65q31 -29 51.5 -64.5t20.5 -76.5v-440h113v-219h-314q-14 0 -30.5 12t-16.5 49v508q0 53 -30.5 91t-71.5 46z" />
+<glyph unicode="|" horiz-adv-x="518" d="M141 -266v1853h234v-1853h-234z" />
+<glyph unicode="}" horiz-adv-x="626" d="M86 -63v219h113v440q0 41 19.5 77t51.5 64q-33 29 -52 65t-19 77v417h-113v220h313q10 0 28.5 -11.5t18.5 -50.5v-485q0 -23 8.5 -45.5t21.5 -43t31.5 -32.5t41.5 -12v-193q-41 -8 -72 -46t-31 -91v-508q0 -37 -17 -49t-30 -12h-313z" />
+<glyph unicode="~" horiz-adv-x="1150" d="M111 467q0 18 14 62t47 90.5t88 82t135 35.5q55 0 101.5 -17.5t89.5 -37.5t84 -37.5t86 -17.5q43 0 70.5 15t43 33.5t21.5 36t6 21.5h152q0 -10 -14.5 -53t-48.5 -90t-91 -85t-141 -38q-55 0 -102.5 16.5t-90.5 37t-84 36.5t-84 16q-41 0 -66.5 -16t-40 -35.5t-19.5 -36 t-5 -18.5h-151z" />
+<glyph unicode="&#xa1;" horiz-adv-x="593" d="M160 -10v921h274v-921h-274zM160 1149v309h274v-309h-274z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1218" d="M84 528q0 104 31.5 198.5t94 169.5t153 126t206.5 68v231h123v-231q143 -4 260 -74t183 -199l-267 -82q-29 53 -76 82t-100 33v-631q55 10 109.5 42t70.5 79l269 -82q-31 -70 -84 -122t-116.5 -87t-129.5 -52t-119 -17v-226h-123v228q-106 8 -195 58t-153.5 126 t-100.5 170t-36 192zM367 528q0 -51 14 -98t41 -86t63.5 -68.5t83.5 -44.5v607q-47 -10 -85 -39t-64.5 -71t-39.5 -93.5t-13 -106.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1120" d="M102 178q219 182 220 395h-207v207h147q-37 78 -72.5 156t-35.5 164q0 76 32.5 142.5t90 115.5t134 77.5t164.5 28.5q125 0 237 -57t187 -158l-143 -168q-51 72 -130 116t-155 44t-124 -48t-48 -120q0 -35 11.5 -69.5t28 -70.5t36 -74t37.5 -79h377v-209h-330 q0 -94 -40 -177t-134 -181q43 14 81 19.5t73 5.5q76 0 142.5 -17.5t135.5 -17.5q37 0 73 8t81 25l67 -205q-49 -29 -112.5 -45.5t-122.5 -16.5q-47 0 -93 9.5t-93.5 20.5t-95.5 20.5t-97 9.5q-53 0 -124 -12.5t-136 -32.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1460" d="M61 1454h306l360 -700l363 700h307l-361 -631h150v-178h-246l-74 -137v-62h322v-178h-322v-268h-280v268h-318v178h318v66l-70 133h-246v178h152z" />
+<glyph unicode="&#xa6;" horiz-adv-x="526" d="M145 -266v807h234v-807h-234zM145 780v807h234v-807h-234z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1091" d="M88 1075q0 80 34 150.5t93 124t137 84t168 30.5q88 0 158 -25.5t122 -63.5t90 -82t64 -81l-211 -100q-29 53 -83 81t-123 28q-74 0 -123 -38t-49 -104q0 -76 50 -100.5t122 -26.5q76 -2 154.5 -20.5t142 -58t103.5 -105.5t40 -160q0 -59 -13.5 -103.5t-29.5 -64.5 q33 -29 52.5 -80t19.5 -129q0 -111 -45.5 -189.5t-113 -127.5t-147 -71.5t-149.5 -22.5q-82 0 -151.5 22.5t-126 55t-98.5 69.5t-66 66l176 168q61 -66 123.5 -93.5t130.5 -27.5q35 0 67.5 9t58 27.5t41 44t15.5 60.5q0 37 -15.5 58.5t-39 33t-52 15.5t-57.5 6 q-205 14 -314.5 110.5t-109.5 253.5q0 59 14.5 95t24.5 57q-29 29 -56.5 87t-27.5 138zM399 662q0 -59 32 -87t76 -38.5t92 -13.5t81 -15q16 16 26.5 41.5t10.5 50.5q0 37 -16.5 62.5t-42 41t-55.5 21.5t-56 6q-35 0 -66.5 6t-48.5 13q-14 -14 -23.5 -37.5t-9.5 -50.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="935" d="M158 1237v244h227v-244h-227zM551 1237v244h227v-244h-227z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1726" d="M90 727q0 158 57.5 293t160 233.5t242.5 154.5t306 56q168 0 311.5 -56t248 -154.5t163.5 -233.5t59 -293q0 -160 -59 -295t-163.5 -234.5t-248 -155.5t-311.5 -56q-166 0 -306 56t-242.5 155.5t-160 234.5t-57.5 295zM201 725q0 -135 49 -251t137 -202t208 -135t261 -49 t263 46t213 131t142.5 202t51.5 258q0 135 -50.5 251t-140.5 202t-213 135t-266 49q-141 0 -261 -49t-207 -135t-137 -202t-50 -251zM358 727q0 92 32 180t96.5 157t160.5 109.5t223 40.5q164 0 281 -70.5t172 -191.5l-266 -82q-31 63 -84 87t-105 24q-53 0 -96 -20.5 t-72.5 -55.5t-45 -81t-15.5 -97q0 -61 20.5 -109.5t53 -80t73.5 -49t84 -17.5q59 0 112.5 30.5t82.5 84.5l266 -80q-25 -53 -65.5 -101.5t-99 -85t-132.5 -59t-160 -22.5q-115 0 -210 37.5t-162.5 103t-105.5 155t-38 193.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="909" d="M82 928q0 53 22.5 98t63.5 77t96 50t123 18q100 0 172 -32v39q0 68 -38 105.5t-115 37.5q-59 0 -112.5 -20.5t-113.5 -61.5l-61 125q141 96 305 96q160 0 247 -77.5t87 -229.5v-213q0 -57 53 -59v-174q-29 -4 -53.5 -6.5t-42.5 -2.5q-104 2 -121 90l-4 39 q-49 -66 -116.5 -99.5t-145.5 -33.5q-53 0 -97.5 17.5t-78 49.5t-52 75t-18.5 92zM270 946q0 -45 34 -74.5t83 -29.5q41 0 81 15t62 40q29 25 29 53v80q-31 12 -66.5 18.5t-70.5 6.5q-66 0 -109 -30t-43 -79z" />
+<glyph unicode="&#xab;" horiz-adv-x="1329" d="M76 457v133l538 387v-223l-321 -224l321 -211v-225zM672 457v133l540 387v-223l-323 -224l323 -211v-225z" />
+<glyph unicode="&#xac;" horiz-adv-x="1259" d="M129 573v246h999v-602h-233v356h-766z" />
+<glyph unicode="&#xad;" horiz-adv-x="1232" d="M117 438v248h999v-248h-999z" />
+<glyph unicode="&#xae;" horiz-adv-x="1726" d="M90 727q0 158 57.5 293t161 233.5t244.5 154.5t307 56t308.5 -56t247 -154.5t163.5 -233.5t59 -293q0 -160 -59 -295t-163.5 -234.5t-247 -155.5t-308.5 -56t-307 56t-244.5 155.5t-161 234.5t-57.5 295zM205 727q0 -135 49 -252t136 -204t207 -136t263 -49q139 0 260 47 t210 131t140.5 202t51.5 257q0 135 -50.5 252t-138.5 203t-208.5 135t-264.5 49q-143 0 -263 -49t-207 -135t-136 -202t-49 -249zM528 279v901h400q63 0 115.5 -27t90 -70t59 -96t21.5 -108q0 -84 -45 -158t-118 -103l211 -339h-220l-188 303h-131v-303h-195zM723 750h188 q51 0 82 33.5t31 95.5q0 66 -35 97.5t-82 31.5h-184v-258z" />
+<glyph unicode="&#xaf;" horiz-adv-x="858" d="M123 1296v170h614v-170h-614z" />
+<glyph unicode="&#xb0;" horiz-adv-x="587" d="M84 1280q0 86 58.5 144.5t150.5 58.5t151.5 -58.5t59.5 -144.5q0 -98 -59.5 -157.5t-151.5 -59.5t-150.5 60.5t-58.5 156.5zM217 1272q0 -31 22.5 -53.5t53.5 -22.5t53.5 22.5t22.5 53.5q0 35 -20.5 56.5t-55.5 21.5q-31 0 -53.5 -21.5t-22.5 -56.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="966" d="M121 57v222h723v-222h-723zM121 662v219h239v260h246v-260h240v-219h-240v-261h-246v261h-239z" />
+<glyph unicode="&#xb2;" horiz-adv-x="854" d="M63 625q0 84 14.5 146.5t45.5 109.5t82 82.5t125 66.5q49 20 97 38.5t86 40t62.5 49.5t24.5 69q0 113 -174 112q-90 0 -153.5 -32.5t-100.5 -67.5l-102 117q14 20 47 44.5t81 46t110.5 36t140.5 14.5q166 0 250.5 -71.5t84.5 -200.5q0 -68 -26.5 -114t-67.5 -78t-88 -51 t-88 -32q-102 -31 -144 -75t-42 -91h432v-159h-697z" />
+<glyph unicode="&#xb3;" horiz-adv-x="835" d="M59 772l88 121q4 -12 21.5 -32.5t48.5 -39t75 -32t99 -13.5q86 0 148.5 25.5t62.5 79.5q0 59 -82 86.5t-223 27.5h-49v150h49q123 0 198.5 24.5t75.5 81.5q0 25 -16 42.5t-41 28.5t-55.5 17.5t-61.5 6.5q-82 0 -138 -28t-93 -73l-105 131q47 59 139.5 90t196.5 31 q74 0 138.5 -18.5t110.5 -50t72.5 -74.5t26.5 -94q0 -72 -51 -119t-143 -64q100 -14 157.5 -75.5t57.5 -145.5q0 -63 -32 -109.5t-83 -77t-118.5 -45t-137.5 -14.5q-129 0 -218 42t-118 120z" />
+<glyph unicode="&#xb4;" horiz-adv-x="522" d="M96 1251l111 244h256l-191 -297z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1304" d="M143 -434v1507h275v-612q0 -248 184 -248q76 0 150.5 48t121.5 147v665h275v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -10t-57 -2q-72 0 -116 32.5t-54 92.5l-5 88q-18 -37 -52 -76t-78 -72t-95 -53t-104 -20q-41 0 -73 12t-54.5 29.5t-36.5 39t-21 39.5l19 -534 h-277z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1335" d="M72 934q0 248 151.5 384t425.5 136h604v-205h-143v-1413h-233v590h-105v-590h-233v590q-106 0 -192.5 37t-148 103.5t-94 159.5t-32.5 208zM301 940q0 -72 19.5 -127t51 -94t74.5 -61.5t93 -26.5v618q-113 -6 -175.5 -90t-62.5 -219zM772 631h105v618h-105v-618z" />
+<glyph unicode="&#xb7;" horiz-adv-x="458" d="M117 496v309h225v-309h-225z" />
+<glyph unicode="&#xb8;" horiz-adv-x="667" d="M43 -360l55 100q25 -14 76 -26.5t107 -12.5q53 0 83.5 15.5t30.5 52.5t-29.5 52t-76.5 15q-43 0 -91 -9t-73 -15l125 245l106 -32l-71 -111q14 4 31.5 6t33.5 2q72 0 123 -33.5t51 -109.5q0 -78 -64.5 -129t-197.5 -51q-68 0 -123 12t-96 29z" />
+<glyph unicode="&#xb9;" horiz-adv-x="610" d="M66 1217v163q31 0 64.5 17.5t62 39t47 40t18.5 20.5h164v-711h145v-159h-469v159h160v535q-10 -14 -32.5 -31.5t-50.5 -34t-56.5 -27.5t-52.5 -11z" />
+<glyph unicode="&#xba;" horiz-adv-x="907" d="M72 1077q0 78 25.5 147.5t74.5 122t119.5 83t161.5 30.5q90 0 160.5 -30.5t119.5 -83t75 -122t26 -147.5q0 -76 -26 -145.5t-75 -121.5t-119.5 -84t-160.5 -32t-161 32t-120 84t-74.5 121.5t-25.5 145.5zM276 1075q0 -92 50.5 -150.5t126.5 -58.5t127 59.5t51 151.5 t-51.5 150.5t-126.5 58.5q-76 0 -126.5 -58.5t-50.5 -152.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1329" d="M117 94v225l323 211l-323 224v223l540 -387v-133zM713 94v225l323 211l-323 224v223l540 -387v-133z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1906" d="M86 1217v163q31 0 64.5 17.5t62.5 39t47.5 40t18.5 20.5h163v-711h146v-159h-469v159h160v535q-10 -14 -33 -31.5t-50.5 -34t-56 -27.5t-53.5 -11zM358 96l578 674l532 700l125 -110l-565 -660l-545 -714zM1092 190v158l503 516h111v-514h125v-160h-125v-190h-162v190 h-452zM1249 350h301v314z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1961" d="M88 1217v163q31 0 64.5 17.5t62.5 39t47.5 40t18.5 20.5h163v-711h146v-159h-469v159h160v535q-10 -14 -33 -31.5t-50.5 -34t-56 -27.5t-53.5 -11zM283 96l577 674l533 700l125 -110l-566 -660l-544 -714zM1200 0q0 84 13.5 146.5t43 109.5t77.5 83t120 67q43 18 88 36.5 t82 41t59.5 50t22.5 68.5q0 53 -43 83t-123 30q-84 0 -142.5 -34t-92.5 -69l-99 119q14 20 46 45t77 46.5t104.5 35.5t131.5 14q154 0 234.5 -71.5t80.5 -200.5q0 -68 -25.5 -114t-63.5 -76.5t-83 -50t-82 -31.5q-98 -33 -137 -77t-39 -91h432v-160h-682z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1935" d="M82 772l88 121q4 -12 21.5 -32.5t48 -39t74.5 -32t100 -13.5q86 0 148.5 25.5t62.5 79.5q0 59 -82 86.5t-224 27.5h-49v150h49q123 0 199 24.5t76 81.5q0 25 -16.5 42.5t-41 28.5t-55 17.5t-61.5 6.5q-82 0 -138.5 -28t-93.5 -73l-104 131q47 59 139 90t197 31 q74 0 138.5 -18.5t110.5 -50t72.5 -74.5t26.5 -94q0 -72 -51 -119t-144 -64q100 -14 157.5 -75.5t57.5 -145.5q0 -63 -31.5 -109.5t-82.5 -77t-118.5 -45t-137.5 -14.5q-129 0 -218 42t-118 120zM426 96l578 674l532 700l125 -110l-565 -660l-545 -714zM1112 190v158 l504 516h110v-514h125v-160h-125v-190h-161v190h-453zM1270 350h301v314z" />
+<glyph unicode="&#xbf;" horiz-adv-x="989" d="M70 -33q0 66 15 116t44 91t68 74t88 63q41 25 82 47.5t74.5 50t55 62.5t21.5 88h225q0 -100 -32.5 -180t-135.5 -139q-31 -18 -75.5 -42t-87.5 -56.5t-73 -77t-30 -101.5q0 -43 16.5 -75.5t43 -55t62.5 -34t73 -11.5q45 0 82 15.5t67.5 39t53 52t38.5 57.5l179 -123 q-27 -63 -71 -112.5t-100.5 -83t-122 -51t-134.5 -17.5q-78 0 -154 22.5t-136.5 71.5t-98 126t-37.5 183zM512 754v282h227v-282h-227z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM432 1876h254l113 -244l-176 -53zM483 561h412l-203 588z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM483 561h412l-203 588zM588 1630l110 244h256l-190 -297z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM377 1667l217 207h199l217 -207l-142 -65l-174 129l-174 -129zM483 561h412l-203 588z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM303 1606q0 18 12.5 62t40 88t73.5 78t114 34q47 0 80.5 -15.5t63.5 -33t59.5 -32.5t66.5 -15t58.5 14t32.5 32.5t14.5 35t3.5 20.5h151q0 -14 -12 -57t-42 -88.5t-78 -81t-120 -35.5q-47 0 -81.5 14 t-64.5 31.5t-59.5 32t-62.5 14.5q-35 0 -54.5 -14.5t-29.5 -33t-12 -33.5t-2 -17h-152zM483 561h412l-203 588z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM383 1618v244h227v-244h-227zM483 561h412l-203 588zM776 1618v244h228v-244h-228z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1382" d="M4 0l574 1454h229l571 -1454h-299l-133 362h-510l-133 -362h-299zM483 561h412l-203 588zM494 1716q0 76 54 117t144 41t144.5 -41t54.5 -117t-54.5 -116.5t-144.5 -40.5t-144 40.5t-54 116.5zM610 1716q0 -31 23.5 -52.5t58.5 -21.5q33 0 58.5 20.5t25.5 53.5 q0 35 -24.5 54.5t-59.5 19.5t-58.5 -19.5t-23.5 -54.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2009" d="M-29 0l910 1454h1034v-248h-682v-342h571v-248h-571v-368h700v-248h-979v362h-467l-215 -362h-301zM608 608h326v529z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1374" d="M68 737q0 133 47 263t136 232.5t218 166t295 63.5q195 0 337 -88t210 -229l-217 -150q-25 61 -64 103.5t-85 67t-95 35.5t-94 11q-100 0 -176 -43t-126.5 -111.5t-76 -155.5t-25.5 -173q0 -96 30 -185t84 -157t130 -108.5t166 -40.5q47 0 96 12t95 38.5t85 68.5t64 102 l231 -133q-31 -74 -84 -131.5t-120.5 -100.5t-145.5 -68.5t-156 -33.5l-49 -78q14 4 31.5 6t34.5 2q72 0 123 -33.5t51 -109.5q0 -78 -64.5 -129t-197.5 -51q-68 0 -123 12t-96 29l55 100q25 -14 76 -26.5t106 -12.5q53 0 84 15.5t31 52.5t-30 52t-77 15q-43 0 -91 -9 t-73 -15l91 178q-141 10 -260 77.5t-203 172t-131 234.5t-47 263z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1236" d="M152 0v1454h991v-248h-709v-350h613v-229h-613v-379h727v-248h-1009zM406 1876h253l113 -244l-176 -53z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1236" d="M152 0v1454h991v-248h-709v-350h613v-229h-613v-379h727v-248h-1009zM563 1630l111 244h256l-191 -297z" />
+<glyph unicode="&#xca;" horiz-adv-x="1236" d="M152 0v1454h991v-248h-709v-350h613v-229h-613v-379h727v-248h-1009zM350 1667l217 207h199l217 -207l-141 -65l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1236" d="M152 0v1454h991v-248h-709v-350h613v-229h-613v-379h727v-248h-1009zM356 1618v244h228v-244h-228zM750 1618v244h227v-244h-227z" />
+<glyph unicode="&#xcc;" horiz-adv-x="585" d="M31 1876h254l112 -244l-176 -53zM152 0v1452h282v-1452h-282z" />
+<glyph unicode="&#xcd;" horiz-adv-x="585" d="M152 0v1452h282v-1452h-282zM186 1630l111 244h256l-191 -297z" />
+<glyph unicode="&#xce;" horiz-adv-x="585" d="M-25 1667l218 207h198l217 -207l-141 -65l-174 129l-174 -129zM152 0v1452h282v-1452h-282z" />
+<glyph unicode="&#xcf;" horiz-adv-x="585" d="M-18 1618v244h227v-244h-227zM152 0v1452h282v-1452h-282zM375 1618v244h227v-244h-227z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1478" d="M63 629v205h99v620h528q178 0 312.5 -57.5t224.5 -155.5t135 -230t45 -282q0 -166 -50 -300t-144.5 -229.5t-226.5 -147.5t-296 -52h-528v629h-99zM444 248h246q104 0 185 37t135.5 101.5t83 152.5t28.5 190q0 104 -28.5 192.5t-84 152t-136 98t-183.5 34.5h-246v-372 h285v-205h-285v-381z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1562" d="M152 0v1454h219l757 -954v952h283v-1452h-229l-748 932v-932h-282zM391 1606q0 18 12.5 62t40 88t73.5 78t114 34q47 0 80.5 -15.5t63.5 -33t59.5 -32.5t66.5 -15t58.5 14t33 32.5t14.5 35t3 20.5h151q0 -14 -12 -57t-42 -88.5t-78 -81t-120 -35.5q-47 0 -81.5 14 t-64.5 31.5t-59.5 32t-62.5 14.5q-35 0 -54.5 -14.5t-29.5 -33t-12 -33.5t-2 -17h-152z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM500 1876h254l112 -244l-176 -53z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM657 1630l111 244h256l-190 -297z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM446 1667l218 207h198l217 -207l-141 -65l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM373 1606q0 18 12 62t40 88t74 78t113 34q47 0 81 -15.5t63.5 -33t59.5 -32.5t67 -15t58.5 14t32.5 32.5t14 35 t3 20.5h152q0 -14 -12.5 -57t-42 -88.5t-77.5 -81t-120 -35.5q-47 0 -82 14t-64.5 31.5t-59.5 32t-62 14.5q-35 0 -54.5 -14.5t-30 -33t-12.5 -33.5t-2 -17h-151z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1515" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q154 0 280.5 -64.5t217 -169t139.5 -237.5t49 -270q0 -145 -52.5 -277.5t-144.5 -233.5t-218.5 -161.5t-276.5 -60.5q-154 0 -281 62.5t-218 166t-140 236.5t-49 272zM352 727q0 -94 28 -182t80 -155.5t128 -108.5 t172 -41q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 94 -28.5 182t-81 156t-127 107.5t-168.5 39.5q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM451 1618v244h227v-244h-227zM844 1618v244h227v-244h-227z" />
+<glyph unicode="&#xd7;" horiz-adv-x="978" d="M109 354l206 209l-200 203l174 170l200 -201l203 203l168 -172l-201 -203l213 -211l-174 -170l-211 211l-211 -211z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1519" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q86 0 161.5 -20.5t143.5 -57.5l47 68h305l-157 -225q90 -104 138 -236.5t48 -269.5q0 -145 -52.5 -277.5t-144.5 -233.5t-219 -161.5t-276 -60.5q-168 0 -307 76l-46 -66h-303l154 221q-90 104 -138 234.5t-48 271.5 zM352 727q0 -152 66 -272l502 721q-35 16 -76 26t-86 10q-98 0 -173 -42t-127 -110.5t-79 -155.5t-27 -177zM596 274q74 -35 164 -34q98 0 173 42t126 111.5t77.5 156.5t26.5 177q0 147 -65 268z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1531" d="M129 713v741h283v-741q0 -92 17 -177t59 -151t110 -105.5t166 -39.5q100 0 168.5 41t110.5 106.5t59.5 150.5t17.5 175v741h281v-741q0 -150 -36 -281t-112.5 -229.5t-197.5 -155.5t-289 -57q-174 0 -296 60.5t-197.5 159.5t-109.5 230t-34 273zM504 1876h254l112 -244 l-176 -53z" />
+<glyph unicode="&#xda;" horiz-adv-x="1531" d="M129 713v741h283v-741q0 -92 17 -177t59 -151t110 -105.5t166 -39.5q100 0 168.5 41t110.5 106.5t59.5 150.5t17.5 175v741h281v-741q0 -150 -36 -281t-112.5 -229.5t-197.5 -155.5t-289 -57q-174 0 -296 60.5t-197.5 159.5t-109.5 230t-34 273zM662 1630l110 244h256 l-190 -297z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1531" d="M129 713v741h283v-741q0 -92 17 -177t59 -151t110 -105.5t166 -39.5q100 0 168.5 41t110.5 106.5t59.5 150.5t17.5 175v741h281v-741q0 -150 -36 -281t-112.5 -229.5t-197.5 -155.5t-289 -57q-174 0 -296 60.5t-197.5 159.5t-109.5 230t-34 273zM449 1667l217 207h198 l217 -207l-141 -65l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1531" d="M129 713v741h283v-741q0 -92 17 -177t59 -151t110 -105.5t166 -39.5q100 0 168.5 41t110.5 106.5t59.5 150.5t17.5 175v741h281v-741q0 -150 -36 -281t-112.5 -229.5t-197.5 -155.5t-289 -57q-174 0 -296 60.5t-197.5 159.5t-109.5 230t-34 273zM455 1618v244h227v-244 h-227zM848 1618v244h227v-244h-227z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1318" d="M-8 1454h307l358 -700l365 700h305l-528 -946v-508h-281v512zM553 1630l111 244h256l-191 -297z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M152 0v1454h282v-262h299q100 0 185.5 -42t146.5 -109.5t96 -154.5t35 -177q0 -94 -33 -181.5t-92 -155t-142 -107.5t-184 -40h-311v-225h-282zM434 473h297q39 0 73 18.5t58.5 51t38.5 74.5t14 92q0 51 -16 94t-44 74.5t-62.5 49t-73.5 17.5h-285v-471z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1142" d="M123 0v1069q0 86 35 157.5t95 124t143 82t179 29.5q86 0 160 -23.5t127 -66.5t84 -105.5t31 -140.5q0 -53 -14.5 -102t-39 -89t-56 -69.5t-68.5 -42.5q133 -37 208.5 -141t75.5 -252q0 -117 -48 -200t-128 -136t-184.5 -78.5t-218.5 -27.5v252q63 0 116.5 13t92.5 41 t60.5 68.5t21.5 98.5q0 53 -19.5 94t-51.5 69.5t-75 43t-88 14.5h-41v246h39q74 0 116 42t42 109q0 43 -16.5 72t-40 46t-52 24.5t-53.5 7.5q-49 0 -82 -19.5t-53.5 -49.5t-28.5 -66.5t-8 -71.5v-1022h-260z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM297 1495h254l113 -244l-177 -53zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5 q-106 0 -174 -48t-68 -122z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5q-106 0 -174 -48t-68 -122zM453 1251 l110 244h256l-190 -297z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM242 1288l217 207h198l217 -207l-141 -65l-174 129l-174 -129zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123 q-49 18 -106.5 29.5t-110.5 11.5q-106 0 -174 -48t-68 -122z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM168 1227q0 18 12.5 62t40 88t73.5 78t114 34q47 0 80.5 -15.5t63.5 -33t59.5 -32.5t66.5 -15t58.5 14t32.5 32.5t14 35t3 20.5h152q0 -14 -12.5 -57 t-42 -88t-77.5 -81t-120 -36q-47 0 -82 14.5t-64.5 31.5t-59 31.5t-62.5 14.5q-35 0 -54.5 -14.5t-29.5 -32.5t-12.5 -33.5t-2.5 -17.5h-151zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5q-106 0 -174 -48 t-68 -122z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM248 1237v244h227v-244h-227zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5 q-106 0 -174 -48t-68 -122zM641 1237v244h227v-244h-227z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1183" d="M51 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q72 0 140.5 -12.5t121.5 -35.5v62q0 106 -60.5 163.5t-179.5 57.5q-86 0 -167.5 -30.5t-167.5 -90.5l-84 174q207 137 446 138q231 0 359 -114t128 -329v-334q0 -43 16.5 -61t57.5 -21v-233q-39 -8 -72.5 -11t-58.5 -3 q-78 2 -119 35.5t-51 91.5l-6 59q-72 -94 -174 -143t-219 -49q-78 0 -145.5 25.5t-117 71.5t-77 107.5t-27.5 134.5zM311 342q0 -70 53.5 -116t131.5 -46q70 0 132 24.5t97 65.5q45 35 45 78v123q-49 18 -106.5 29.5t-110.5 11.5q-106 0 -174 -48t-68 -122zM358 1337 q0 76 54.5 117t144.5 41t144.5 -41t54.5 -117t-54.5 -116.5t-144.5 -40.5t-144.5 40.5t-54.5 116.5zM475 1337q0 -31 23.5 -52t58.5 -21q33 0 58.5 20.5t25.5 52.5q0 35 -24.5 54.5t-59.5 19.5t-58.5 -19.5t-23.5 -54.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1921" d="M53 319q0 76 34 140.5t94.5 109.5t144.5 71t184 26q66 0 129 -10.5t113 -30.5q2 18 6 45.5t10 44.5q-18 186 -236 186q-86 0 -167.5 -30.5t-169.5 -90.5l-82 174q207 137 446 138q127 0 221 -40t154 -112q68 70 164 111t217 41q131 0 235.5 -45.5t177 -121t111.5 -176 t39 -212.5q0 -23 -1 -47.5t-5 -40.5h-840q4 -63 29.5 -112.5t65.5 -84.5t92.5 -53.5t107.5 -18.5q82 0 154.5 40t99.5 106l236 -66q-59 -123 -189.5 -201.5t-310.5 -78.5q-154 0 -270.5 60t-188.5 161q-37 -59 -89 -100.5t-110.5 -69t-121 -39.5t-117.5 -12 q-78 0 -145.5 25.5t-116.5 71.5t-77 107.5t-28 134.5zM311 342q0 -70 54.5 -116t132.5 -46q70 0 132 24.5t99 65.5q18 16 30.5 36t12.5 38q-4 8 -8 26.5t-6 38l-4 39t-2 29.5q-45 16 -97.5 25.5t-99.5 9.5q-106 0 -175 -48t-69 -122zM1028 618h567q-10 123 -89 199t-195 76 q-117 0 -195 -76t-88 -199z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1159" d="M59 537q0 113 39 213t113 175.5t178.5 121t235.5 45.5q176 0 300 -76t185 -199l-268 -82q-35 59 -92.5 91t-126.5 32q-59 0 -110.5 -23.5t-89.5 -65.5t-59.5 -101.5t-21.5 -130.5q0 -72 22.5 -131.5t60.5 -102.5t89 -66.5t109 -23.5q74 0 136 37t87 90l268 -82 q-51 -111 -159.5 -185.5t-262.5 -88.5l-43 -70q14 4 31.5 6t34.5 2q72 0 123 -33.5t51 -109.5q0 -78 -64.5 -129t-197.5 -51q-68 0 -123 12t-96 29l55 100q25 -14 76 -26.5t106 -12.5q53 0 84 15.5t31 52.5t-30 52t-77 15q-43 0 -91 -9t-73 -15l86 170q-121 8 -216 56 t-161.5 124t-102.5 172t-36 203z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1228" d="M57 530q0 115 39 216.5t113 178t179.5 122t236.5 45.5t234.5 -45.5t176 -121t110.5 -176t38 -208.5q0 -27 -1 -51.5t-5 -40.5h-830q6 -63 30.5 -112.5t63.5 -84.5t88.5 -53.5t102.5 -18.5q82 0 154.5 40t99.5 106l235 -66q-59 -123 -189 -201.5t-310 -78.5 q-129 0 -233.5 44t-178.5 119.5t-114 176t-40 210.5zM344 627h557q-10 121 -89 193.5t-191 72.5q-55 0 -103.5 -19.5t-85.5 -54.5t-60.5 -84t-27.5 -108zM358 1495h254l113 -244l-176 -53z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1228" d="M57 530q0 115 39 216.5t113 178t179.5 122t236.5 45.5t234.5 -45.5t176 -121t110.5 -176t38 -208.5q0 -27 -1 -51.5t-5 -40.5h-830q6 -63 30.5 -112.5t63.5 -84.5t88.5 -53.5t102.5 -18.5q82 0 154.5 40t99.5 106l235 -66q-59 -123 -189 -201.5t-310 -78.5 q-129 0 -233.5 44t-178.5 119.5t-114 176t-40 210.5zM344 627h557q-10 121 -89 193.5t-191 72.5q-55 0 -103.5 -19.5t-85.5 -54.5t-60.5 -84t-27.5 -108zM514 1251l111 244h256l-191 -297z" />
+<glyph unicode="&#xea;" horiz-adv-x="1228" d="M57 530q0 115 39 216.5t113 178t179.5 122t236.5 45.5t234.5 -45.5t176 -121t110.5 -176t38 -208.5q0 -27 -1 -51.5t-5 -40.5h-830q6 -63 30.5 -112.5t63.5 -84.5t88.5 -53.5t102.5 -18.5q82 0 154.5 40t99.5 106l235 -66q-59 -123 -189 -201.5t-310 -78.5 q-129 0 -233.5 44t-178.5 119.5t-114 176t-40 210.5zM303 1288l217 207h199l217 -207l-141 -65l-174 129l-175 -129zM344 627h557q-10 121 -89 193.5t-191 72.5q-55 0 -103.5 -19.5t-85.5 -54.5t-60.5 -84t-27.5 -108z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1228" d="M57 530q0 115 39 216.5t113 178t179.5 122t236.5 45.5t234.5 -45.5t176 -121t110.5 -176t38 -208.5q0 -27 -1 -51.5t-5 -40.5h-830q6 -63 30.5 -112.5t63.5 -84.5t88.5 -53.5t102.5 -18.5q82 0 154.5 40t99.5 106l235 -66q-59 -123 -189 -201.5t-310 -78.5 q-129 0 -233.5 44t-178.5 119.5t-114 176t-40 210.5zM309 1237v244h228v-244h-228zM344 627h557q-10 121 -89 193.5t-191 72.5q-55 0 -103.5 -19.5t-85.5 -54.5t-60.5 -84t-27.5 -108zM702 1237v244h228v-244h-228z" />
+<glyph unicode="&#xec;" horiz-adv-x="518" d="M-2 1495h254l113 -244l-177 -53zM123 0v1073h274v-1073h-274z" />
+<glyph unicode="&#xed;" horiz-adv-x="518" d="M123 0v1073h274v-1073h-274zM154 1251l110 244h256l-190 -297z" />
+<glyph unicode="&#xee;" horiz-adv-x="518" d="M-57 1288l217 207h198l217 -207l-141 -65l-174 129l-174 -129zM123 0v1073h274v-1073h-274z" />
+<glyph unicode="&#xef;" horiz-adv-x="518" d="M-51 1237v244h227v-244h-227zM123 0v1073h274v-1073h-274zM342 1237v244h227v-244h-227z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1255" d="M63 477q0 100 39 190.5t105.5 156t157 104.5t192.5 39q109 0 201 -44t149 -116q-23 98 -65.5 190.5t-118.5 178.5l-193 -107l-77 107l172 96q-66 57 -146 113.5t-182 109.5h352q102 -53 187 -129l161 94l78 -108l-145 -80q131 -150 194.5 -329t63.5 -349q0 -143 -43 -257 t-119 -194t-180.5 -121.5t-227.5 -41.5q-117 0 -218 37.5t-175.5 104t-118 158t-43.5 197.5zM344 479q0 -57 21.5 -105t58.5 -84t88 -56.5t111 -20.5q61 0 113 21.5t90 58.5t59.5 86t21.5 106t-21.5 104.5t-59.5 82.5t-89 54t-110 19q-61 0 -112.5 -20t-89.5 -56 t-59.5 -84.5t-21.5 -105.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1232" d="M123 0v1073h248v-199q59 102 171.5 160t254.5 58q100 0 163.5 -37t98.5 -96.5t48 -135t13 -153.5v-670h-274v602q0 129 -45 188.5t-125 59.5q-41 0 -84 -16.5t-81 -46t-68.5 -70.5t-45.5 -90v-627h-274zM256 1227q0 18 12.5 62t40 88t73.5 78t114 34q47 0 80.5 -15.5 t63.5 -33t59.5 -32.5t66.5 -15t58.5 14t32.5 32.5t14 35t3 20.5h152q0 -14 -12.5 -57t-42 -88t-77.5 -81t-120 -36q-47 0 -82 14.5t-64.5 31.5t-59 31.5t-62.5 14.5q-35 0 -54.5 -14.5t-29.5 -32.5t-12 -33.5t-2 -17.5h-152z" />
+<glyph unicode="&#xf2;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM340 535q0 -72 21.5 -130.5t59.5 -101.5t89 -66.5t111 -23.5 q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129zM360 1495h254l113 -244l-176 -53z" />
+<glyph unicode="&#xf3;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM340 535q0 -72 21.5 -130.5t59.5 -101.5t89 -66.5t111 -23.5 q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129zM514 1251l111 244h256l-191 -297z" />
+<glyph unicode="&#xf4;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM303 1288l217 207h199l217 -207l-141 -65l-174 129l-175 -129z M340 535q0 -72 21.5 -130.5t59.5 -101.5t89 -66.5t111 -23.5q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129z" />
+<glyph unicode="&#xf5;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM231 1227q0 18 12.5 62t40 88t73.5 78t114 34q47 0 81 -15.5 t63.5 -33t59.5 -32.5t66 -15q37 0 58.5 14t33 32.5t14.5 35t3 20.5h151q0 -14 -12 -57t-41.5 -88t-77.5 -81t-120 -36q-47 0 -82 14.5t-65 31.5t-59.5 31.5t-62.5 14.5q-35 0 -54 -14.5t-29.5 -32.5t-12.5 -33.5t-2 -17.5h-152zM340 535q0 -72 21.5 -130.5t59.5 -101.5 t89 -66.5t111 -23.5q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129z" />
+<glyph unicode="&#xf6;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q131 0 234 -45.5t176 -122t112 -177t39 -212.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45t-235.5 45t-177.5 121.5t-112 177t-39 211.5zM309 1237v244h228v-244h-228zM340 535q0 -72 21.5 -130.5 t59.5 -101.5t89 -66.5t111 -23.5q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 70 -21.5 129t-59.5 102t-89 66.5t-110 23.5t-110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129zM702 1237v244h228v-244h-228z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1042" d="M109 500v219h825v-219h-825zM406 98v264h231v-264h-231zM406 858v262h231v-262h-231z" />
+<glyph unicode="&#xf8;" d="M57 535q0 113 39 213t112 176.5t177 122t236 45.5q86 0 159.5 -20.5t134.5 -55.5l56 65h155l-114 -137q82 -78 126 -183.5t44 -225.5q0 -111 -39 -211.5t-110.5 -177t-176 -121.5t-235.5 -45q-90 0 -166 20t-140 59l-57 -67h-156l119 139q-80 78 -122 182.5t-42 221.5z M340 535q0 -117 55 -201l367 483q-63 41 -141 41q-59 0 -110.5 -24.5t-89.5 -67.5t-59.5 -102t-21.5 -129zM471 258q68 -45 150 -45q59 0 110 23.5t89 66.5t59.5 102.5t21.5 131.5q0 59 -15.5 111t-43.5 93z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1273" d="M113 401v672h274v-612q0 -248 178 -248q82 0 157 48t122 147v665h274v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -11t-57 -3q-74 0 -116 33.5t-52 93.5l-6 88q-74 -111 -185.5 -166t-248.5 -55q-166 0 -252 106.5t-86 314.5zM354 1495h254l113 -244l-176 -53z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1273" d="M113 401v672h274v-612q0 -248 178 -248q82 0 157 48t122 147v665h274v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -11t-57 -3q-74 0 -116 33.5t-52 93.5l-6 88q-74 -111 -185.5 -166t-248.5 -55q-166 0 -252 106.5t-86 314.5zM508 1251l110 244h256l-190 -297z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1273" d="M113 401v672h274v-612q0 -248 178 -248q82 0 157 48t122 147v665h274v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -11t-57 -3q-74 0 -116 33.5t-52 93.5l-6 88q-74 -111 -185.5 -166t-248.5 -55q-166 0 -252 106.5t-86 314.5zM297 1288l217 207h199l217 -207 l-142 -65l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1273" d="M113 401v672h274v-612q0 -248 178 -248q82 0 157 48t122 147v665h274v-758q0 -43 16.5 -61t57.5 -21v-233q-43 -8 -76 -11t-57 -3q-74 0 -116 33.5t-52 93.5l-6 88q-74 -111 -185.5 -166t-248.5 -55q-166 0 -252 106.5t-86 314.5zM303 1237v244h227v-244h-227zM696 1237 v244h228v-244h-228z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1114" d="M0 1073h283l292 -835l259 835h258l-453 -1286q-43 -123 -137 -189.5t-219 -66.5q-72 0 -146 23v237q37 -10 68 -14t53 -4q27 0 47.5 9t40 33.5t38.5 68.5t42 116zM471 1251l111 244h256l-191 -297z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1228" d="M123 -436v1890h280v-465q27 39 84.5 77t163.5 38q119 0 216.5 -51.5t165 -134t104.5 -186.5t37 -208q0 -115 -43.5 -218t-117 -182t-171 -126t-207.5 -47q-94 0 -151.5 34.5t-80.5 69.5v-491h-280zM403 360q0 -29 20.5 -57.5t52.5 -52t72 -37.5t79 -14q57 0 105 26.5 t84 70.5t55.5 104t19.5 128q0 66 -17.5 125.5t-50 104.5t-81 71.5t-107.5 26.5q-84 0 -139.5 -48t-92.5 -120v-328z" />
+<glyph unicode="&#xff;" horiz-adv-x="1114" d="M0 1073h283l292 -835l259 835h258l-453 -1286q-43 -123 -137 -189.5t-219 -66.5q-72 0 -146 23v237q37 -10 68 -14t53 -4q27 0 47.5 9t40 33.5t38.5 68.5t42 116zM266 1237v244h228v-244h-228zM659 1237v244h228v-244h-228z" />
+<glyph unicode="&#x152;" horiz-adv-x="2232" d="M68 727q0 145 52 278.5t145 235.5t220 162.5t277 60.5q133 0 239.5 -63.5t174.5 -159.5v213h962v-248h-682v-342h572v-248h-572v-368h701v-248h-981v215q-70 -98 -178.5 -161.5t-239.5 -63.5q-154 0 -282 62.5t-218 166t-140 236.5t-50 272zM352 727q0 -94 28 -182 t80 -155.5t128 -108.5t172 -41q98 0 173 42t126 111.5t77.5 157.5t26.5 178q0 94 -28.5 181t-81 155t-127 108.5t-168.5 40.5q-98 0 -173 -42t-127 -111.5t-79 -156.5t-27 -177z" />
+<glyph unicode="&#x153;" horiz-adv-x="2072" d="M57 535q0 121 42 223t117 176t177.5 116t222.5 42q139 0 246 -64.5t178 -185.5q154 250 430 250q119 0 220.5 -40t175 -114t115.5 -176.5t47 -224.5q0 -23 -1.5 -47.5t-5.5 -40.5h-827q4 -59 28.5 -109.5t63.5 -87.5t90 -57.5t111 -20.5q86 0 158.5 43t99.5 109l227 -66 q-31 -66 -81 -117t-114.5 -88t-141 -56t-158.5 -19q-129 0 -235.5 61t-199.5 180q-94 -123 -195.5 -182t-230.5 -59q-121 0 -223 41.5t-177 115.5t-117 175.5t-42 222.5zM340 532q0 -70 21.5 -128t58.5 -101t88.5 -66.5t112.5 -23.5t112 24.5t88 67.5t58.5 101.5t21.5 128.5 t-21.5 129t-58.5 102t-88 67.5t-112 24.5q-59 0 -110.5 -24.5t-89.5 -68.5t-59.5 -103.5t-21.5 -129.5zM1186 618h561q-6 61 -29.5 111.5t-61.5 87.5t-88 56.5t-106 19.5q-115 0 -191.5 -76t-84.5 -199z" />
+<glyph unicode="&#x178;" horiz-adv-x="1318" d="M-8 1454h307l358 -700l365 700h305l-528 -946v-508h-281v512zM348 1618v244h227v-244h-227zM741 1618v244h228v-244h-228z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="755" d="M61 1288l218 207h198l217 -207l-141 -65l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="894" d="M63 1227q0 18 12.5 62t40 88t74 78t113.5 34q47 0 81 -15.5t63.5 -33t59.5 -32.5t66 -15q37 0 58.5 14t33 32.5t14.5 35t3 20.5h152q0 -14 -12.5 -57t-42 -88t-77.5 -81t-120 -36q-47 0 -82 14.5t-64.5 31.5t-59.5 31.5t-63 14.5q-35 0 -54 -14.5t-29.5 -32.5 t-12.5 -33.5t-2 -17.5h-152z" />
+<glyph unicode="&#x2000;" horiz-adv-x="938" />
+<glyph unicode="&#x2001;" horiz-adv-x="1876" />
+<glyph unicode="&#x2002;" horiz-adv-x="938" />
+<glyph unicode="&#x2003;" horiz-adv-x="1876" />
+<glyph unicode="&#x2004;" horiz-adv-x="625" />
+<glyph unicode="&#x2005;" horiz-adv-x="469" />
+<glyph unicode="&#x2006;" horiz-adv-x="312" />
+<glyph unicode="&#x2007;" horiz-adv-x="312" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="375" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="854" d="M117 438v248h620v-248h-620z" />
+<glyph unicode="&#x2011;" horiz-adv-x="854" d="M117 438v248h620v-248h-620z" />
+<glyph unicode="&#x2012;" horiz-adv-x="854" d="M117 438v248h620v-248h-620z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1232" d="M117 438v248h999v-248h-999z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1898" d="M117 438v248h1663v-248h-1663z" />
+<glyph unicode="&#x2018;" horiz-adv-x="497" d="M94 1225v270h225v-219q4 -43 30 -54.5t40 -11.5v-194q-47 0 -99 9t-95 33.5t-72 64.5t-29 102z" />
+<glyph unicode="&#x2019;" horiz-adv-x="499" d="M90 1300v195q47 0 99.5 -9t95.5 -34t71.5 -64.5t28.5 -101.5v-270h-225v219q-4 43 -30 54t-40 11z" />
+<glyph unicode="&#x201a;" horiz-adv-x="483" d="M66 -37q14 0 40.5 11.5t26.5 52.5v268h225v-318q0 -61 -28.5 -101t-71.5 -64.5t-94 -33.5t-98 -9v194z" />
+<glyph unicode="&#x201c;" horiz-adv-x="892" d="M94 1225v270h225v-219q4 -43 30 -54.5t40 -11.5v-194q-47 0 -99 9t-95 33.5t-72 64.5t-29 102zM492 1225v270h225v-219q4 -43 29.5 -54.5t39.5 -11.5v-194q-47 0 -99 9t-95 33.5t-71.5 64.5t-28.5 102z" />
+<glyph unicode="&#x201d;" horiz-adv-x="897" d="M90 1300v195q47 0 99.5 -9t95.5 -34t71.5 -64.5t28.5 -101.5v-270h-225v219q-4 43 -30 54t-40 11zM485 1300v195q47 0 99.5 -9t95.5 -34t71.5 -64.5t28.5 -101.5v-270h-225v219q-4 43 -29.5 54t-40.5 11z" />
+<glyph unicode="&#x201e;" horiz-adv-x="856" d="M66 -37q14 0 40.5 11.5t26.5 52.5v268h225v-318q0 -61 -28.5 -101t-71.5 -64.5t-94 -33.5t-98 -9v194zM438 -37q14 0 41 11.5t27 52.5v268h225v-318q0 -61 -28.5 -101t-71.5 -64.5t-94.5 -33.5t-98.5 -9v194z" />
+<glyph unicode="&#x2022;" horiz-adv-x="743" d="M158 717q0 43 17.5 82t46 68.5t68.5 46t83 16.5q45 0 84 -16.5t67.5 -46t45 -68.5t16.5 -82q0 -45 -16.5 -84t-45 -68.5t-67.5 -46t-84 -16.5q-43 0 -83 16.5t-68.5 46t-46 68.5t-17.5 84z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1230" d="M117 0v295h225v-295h-225zM504 0v295h223v-295h-223zM887 0v295h227v-295h-227z" />
+<glyph unicode="&#x202f;" horiz-adv-x="375" />
+<glyph unicode="&#x2039;" horiz-adv-x="731" d="M76 457v133l538 387v-223l-321 -224l321 -211v-225z" />
+<glyph unicode="&#x203a;" horiz-adv-x="731" d="M117 94v225l323 211l-323 224v223l540 -387v-133z" />
+<glyph unicode="&#x205f;" horiz-adv-x="469" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1597" d="M70 485l61 152h117q-6 49 -6 106h-146l62 150h100q23 113 79 215t142 181t202 126t257 47q195 0 337 -88t210 -229l-217 -150q-25 61 -64 103.5t-85 67t-95 35.5t-94 11q-78 0 -140.5 -25.5t-109.5 -69.5t-80 -102.5t-51 -121.5h530l-61 -150h-492q0 -63 6 -106h482 l-62 -152h-372q51 -111 142 -179t214 -68q47 0 96 12t95.5 38.5t85 68.5t63.5 102l231 -133q-33 -82 -95 -144.5t-142 -105.5t-168 -65.5t-174 -22.5q-117 0 -218.5 40t-184.5 107.5t-144.5 157.5t-95.5 192h-215z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1691" d="M121 1280v178h569v-178h-194v-438h-181v438h-194zM784 842v612h263l118 -321l119 321h264v-612h-178v383l-131 -297h-145l-131 297v-383h-179z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1075" d="M0 0v1075h1075v-1075h-1075z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="45" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="55" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="53" />
+<hkern u1="&#x20;" u2="Y" k="76" />
+<hkern u1="&#x20;" u2="X" k="8" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="57" />
+<hkern u1="&#x20;" u2="J" k="59" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="47" />
+<hkern u1="&#x20;" u2="&#x22;" k="29" />
+<hkern u1="&#x22;" u2="&#x20;" k="29" />
+<hkern u1="&#x23;" u2="&#x34;" k="8" />
+<hkern u1="&#x24;" u2="&#x37;" k="8" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="72" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-23" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-53" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-98" />
+<hkern u1="&#x26;" u2="z" k="-18" />
+<hkern u1="&#x26;" u2="y" k="35" />
+<hkern u1="&#x26;" u2="x" k="-57" />
+<hkern u1="&#x26;" u2="w" k="39" />
+<hkern u1="&#x26;" u2="v" k="33" />
+<hkern u1="&#x26;" u2="s" k="-16" />
+<hkern u1="&#x26;" u2="Z" k="-16" />
+<hkern u1="&#x26;" u2="Y" k="104" />
+<hkern u1="&#x26;" u2="X" k="-63" />
+<hkern u1="&#x26;" u2="W" k="88" />
+<hkern u1="&#x26;" u2="V" k="84" />
+<hkern u1="&#x26;" u2="U" k="18" />
+<hkern u1="&#x26;" u2="T" k="86" />
+<hkern u1="&#x26;" u2="J" k="-31" />
+<hkern u1="&#x26;" u2="A" k="-66" />
+<hkern u1="&#x26;" u2="&#x27;" k="76" />
+<hkern u1="&#x27;" u2="&#x2039;" k="27" />
+<hkern u1="&#x27;" u2="&#xf0;" k="88" />
+<hkern u1="&#x27;" u2="&#xef;" k="-39" />
+<hkern u1="&#x27;" u2="&#xee;" k="-20" />
+<hkern u1="&#x27;" u2="&#xc6;" k="184" />
+<hkern u1="&#x27;" u2="s" k="23" />
+<hkern u1="&#x27;" u2="o" k="45" />
+<hkern u1="&#x27;" u2="f" k="6" />
+<hkern u1="&#x27;" u2="d" k="96" />
+<hkern u1="&#x27;" u2="a" k="8" />
+<hkern u1="&#x27;" u2="O" k="12" />
+<hkern u1="&#x27;" u2="J" k="164" />
+<hkern u1="&#x27;" u2="A" k="121" />
+<hkern u1="&#x27;" u2="&#x40;" k="55" />
+<hkern u1="&#x27;" u2="&#x39;" k="27" />
+<hkern u1="&#x27;" u2="&#x35;" k="33" />
+<hkern u1="&#x27;" u2="&#x34;" k="158" />
+<hkern u1="&#x27;" u2="&#x33;" k="8" />
+<hkern u1="&#x27;" u2="&#x30;" k="10" />
+<hkern u1="&#x27;" u2="&#x2f;" k="188" />
+<hkern u1="&#x27;" u2="&#x2e;" k="244" />
+<hkern u1="&#x27;" u2="&#x20;" k="47" />
+<hkern u1="&#x28;" u2="&#xf0;" k="29" />
+<hkern u1="&#x28;" u2="&#xef;" k="-88" />
+<hkern u1="&#x28;" u2="&#xee;" k="-18" />
+<hkern u1="&#x28;" u2="&#xec;" k="-35" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-51" />
+<hkern u1="&#x28;" u2="y" k="10" />
+<hkern u1="&#x28;" u2="x" k="-20" />
+<hkern u1="&#x28;" u2="w" k="29" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="u" k="8" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-41" />
+<hkern u1="&#x28;" u2="f" k="14" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="Y" k="-39" />
+<hkern u1="&#x28;" u2="X" k="-37" />
+<hkern u1="&#x28;" u2="W" k="-35" />
+<hkern u1="&#x28;" u2="V" k="-35" />
+<hkern u1="&#x28;" u2="T" k="-8" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-12" />
+<hkern u1="&#x28;" u2="A" k="-31" />
+<hkern u1="&#x28;" u2="&#x36;" k="14" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="86" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-100" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-84" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-23" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="182" />
+<hkern u1="&#x2a;" u2="x" k="-35" />
+<hkern u1="&#x2a;" u2="w" k="-33" />
+<hkern u1="&#x2a;" u2="v" k="-27" />
+<hkern u1="&#x2a;" u2="s" k="37" />
+<hkern u1="&#x2a;" u2="o" k="55" />
+<hkern u1="&#x2a;" u2="f" k="6" />
+<hkern u1="&#x2a;" u2="d" k="70" />
+<hkern u1="&#x2a;" u2="a" k="14" />
+<hkern u1="&#x2a;" u2="Y" k="-47" />
+<hkern u1="&#x2a;" u2="X" k="-47" />
+<hkern u1="&#x2a;" u2="W" k="-45" />
+<hkern u1="&#x2a;" u2="V" k="-8" />
+<hkern u1="&#x2a;" u2="T" k="-39" />
+<hkern u1="&#x2a;" u2="O" k="6" />
+<hkern u1="&#x2a;" u2="J" k="166" />
+<hkern u1="&#x2a;" u2="A" k="117" />
+<hkern u1="&#x2b;" u2="&#x38;" k="6" />
+<hkern u1="&#x2b;" u2="&#x37;" k="18" />
+<hkern u1="&#x2b;" u2="&#x34;" k="49" />
+<hkern u1="&#x2b;" u2="&#x33;" k="16" />
+<hkern u1="&#x2b;" u2="&#x32;" k="8" />
+<hkern u1="&#x2b;" u2="&#x31;" k="8" />
+<hkern u1="&#x2c;" u2="j" k="-47" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="33" />
+<hkern u1="&#x2d;" u2="z" k="29" />
+<hkern u1="&#x2d;" u2="y" k="33" />
+<hkern u1="&#x2d;" u2="x" k="49" />
+<hkern u1="&#x2d;" u2="w" k="39" />
+<hkern u1="&#x2d;" u2="v" k="31" />
+<hkern u1="&#x2d;" u2="t" k="6" />
+<hkern u1="&#x2d;" u2="s" k="6" />
+<hkern u1="&#x2d;" u2="f" k="6" />
+<hkern u1="&#x2d;" u2="Z" k="14" />
+<hkern u1="&#x2d;" u2="Y" k="119" />
+<hkern u1="&#x2d;" u2="X" k="51" />
+<hkern u1="&#x2d;" u2="W" k="80" />
+<hkern u1="&#x2d;" u2="V" k="76" />
+<hkern u1="&#x2d;" u2="T" k="127" />
+<hkern u1="&#x2d;" u2="J" k="55" />
+<hkern u1="&#x2d;" u2="A" k="25" />
+<hkern u1="&#x2d;" u2="&#x37;" k="29" />
+<hkern u1="&#x2d;" u2="&#x34;" k="16" />
+<hkern u1="&#x2d;" u2="&#x33;" k="68" />
+<hkern u1="&#x2d;" u2="&#x32;" k="6" />
+<hkern u1="&#x2d;" u2="&#x31;" k="20" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="252" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="262" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-6" />
+<hkern u1="&#x2e;" u2="y" k="78" />
+<hkern u1="&#x2e;" u2="w" k="86" />
+<hkern u1="&#x2e;" u2="v" k="74" />
+<hkern u1="&#x2e;" u2="t" k="14" />
+<hkern u1="&#x2e;" u2="f" k="10" />
+<hkern u1="&#x2e;" u2="d" k="6" />
+<hkern u1="&#x2e;" u2="Y" k="147" />
+<hkern u1="&#x2e;" u2="W" k="135" />
+<hkern u1="&#x2e;" u2="V" k="131" />
+<hkern u1="&#x2e;" u2="U" k="29" />
+<hkern u1="&#x2e;" u2="T" k="129" />
+<hkern u1="&#x2e;" u2="O" k="18" />
+<hkern u1="&#x2e;" u2="&#x37;" k="51" />
+<hkern u1="&#x2e;" u2="&#x27;" k="244" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="74" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-78" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-10" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="195" />
+<hkern u1="&#x2f;" u2="z" k="33" />
+<hkern u1="&#x2f;" u2="y" k="31" />
+<hkern u1="&#x2f;" u2="x" k="20" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="45" />
+<hkern u1="&#x2f;" u2="s" k="72" />
+<hkern u1="&#x2f;" u2="o" k="78" />
+<hkern u1="&#x2f;" u2="n" k="47" />
+<hkern u1="&#x2f;" u2="f" k="25" />
+<hkern u1="&#x2f;" u2="d" k="78" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-35" />
+<hkern u1="&#x2f;" u2="X" k="-33" />
+<hkern u1="&#x2f;" u2="W" k="-31" />
+<hkern u1="&#x2f;" u2="V" k="-29" />
+<hkern u1="&#x2f;" u2="S" k="18" />
+<hkern u1="&#x2f;" u2="O" k="43" />
+<hkern u1="&#x2f;" u2="J" k="152" />
+<hkern u1="&#x2f;" u2="A" k="125" />
+<hkern u1="&#x2f;" u2="&#x39;" k="63" />
+<hkern u1="&#x2f;" u2="&#x38;" k="16" />
+<hkern u1="&#x2f;" u2="&#x36;" k="33" />
+<hkern u1="&#x2f;" u2="&#x35;" k="74" />
+<hkern u1="&#x2f;" u2="&#x34;" k="156" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="47" />
+<hkern u1="&#x2f;" u2="&#x31;" k="45" />
+<hkern u1="&#x2f;" u2="&#x30;" k="80" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="541" />
+<hkern u1="&#x30;" u2="&#xc6;" k="41" />
+<hkern u1="&#x30;" u2="&#xb0;" k="29" />
+<hkern u1="&#x30;" u2="\" k="70" />
+<hkern u1="&#x30;" u2="Z" k="10" />
+<hkern u1="&#x30;" u2="Y" k="86" />
+<hkern u1="&#x30;" u2="X" k="27" />
+<hkern u1="&#x30;" u2="W" k="63" />
+<hkern u1="&#x30;" u2="V" k="59" />
+<hkern u1="&#x30;" u2="T" k="74" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="31" />
+<hkern u1="&#x30;" u2="&#x37;" k="14" />
+<hkern u1="&#x30;" u2="&#x2f;" k="16" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="10" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-45" />
+<hkern u1="&#x31;" u2="&#xb7;" k="29" />
+<hkern u1="&#x31;" u2="&#xb0;" k="45" />
+<hkern u1="&#x31;" u2="\" k="82" />
+<hkern u1="&#x31;" u2="Y" k="94" />
+<hkern u1="&#x31;" u2="X" k="-16" />
+<hkern u1="&#x31;" u2="W" k="80" />
+<hkern u1="&#x31;" u2="V" k="78" />
+<hkern u1="&#x31;" u2="U" k="8" />
+<hkern u1="&#x31;" u2="T" k="86" />
+<hkern u1="&#x31;" u2="A" k="-23" />
+<hkern u1="&#x31;" u2="&#x3d;" k="8" />
+<hkern u1="&#x31;" u2="&#x37;" k="8" />
+<hkern u1="&#x31;" u2="&#x2d;" k="14" />
+<hkern u1="&#x31;" u2="&#x2b;" k="37" />
+<hkern u1="&#x31;" u2="&#x27;" k="41" />
+<hkern u1="&#x31;" u2="&#x23;" k="-12" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-23" />
+<hkern u1="&#x32;" u2="\" k="55" />
+<hkern u1="&#x32;" u2="Y" k="72" />
+<hkern u1="&#x32;" u2="W" k="49" />
+<hkern u1="&#x32;" u2="V" k="47" />
+<hkern u1="&#x32;" u2="T" k="61" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-41" />
+<hkern u1="&#x33;" u2="&#xb0;" k="31" />
+<hkern u1="&#x33;" u2="\" k="61" />
+<hkern u1="&#x33;" u2="Y" k="76" />
+<hkern u1="&#x33;" u2="X" k="-23" />
+<hkern u1="&#x33;" u2="W" k="51" />
+<hkern u1="&#x33;" u2="V" k="49" />
+<hkern u1="&#x33;" u2="T" k="63" />
+<hkern u1="&#x33;" u2="&#x37;" k="8" />
+<hkern u1="&#x33;" u2="&#x27;" k="10" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-39" />
+<hkern u1="&#x34;" u2="&#xb7;" k="27" />
+<hkern u1="&#x34;" u2="&#xb0;" k="29" />
+<hkern u1="&#x34;" u2="\" k="66" />
+<hkern u1="&#x34;" u2="Y" k="80" />
+<hkern u1="&#x34;" u2="X" k="-10" />
+<hkern u1="&#x34;" u2="W" k="66" />
+<hkern u1="&#x34;" u2="V" k="63" />
+<hkern u1="&#x34;" u2="T" k="72" />
+<hkern u1="&#x34;" u2="A" k="-16" />
+<hkern u1="&#x34;" u2="&#x37;" k="10" />
+<hkern u1="&#x34;" u2="&#x2d;" k="8" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-14" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="23" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-18" />
+<hkern u1="&#x35;" u2="&#xb7;" k="10" />
+<hkern u1="&#x35;" u2="\" k="29" />
+<hkern u1="&#x35;" u2="Y" k="45" />
+<hkern u1="&#x35;" u2="W" k="31" />
+<hkern u1="&#x35;" u2="V" k="31" />
+<hkern u1="&#x35;" u2="T" k="41" />
+<hkern u1="&#x35;" u2="A" k="-20" />
+<hkern u1="&#x35;" u2="&#x2d;" k="10" />
+<hkern u1="&#x35;" u2="&#x2b;" k="25" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="39" />
+<hkern u1="&#x36;" u2="W" k="29" />
+<hkern u1="&#x36;" u2="V" k="29" />
+<hkern u1="&#x36;" u2="T" k="8" />
+<hkern u1="&#x36;" u2="A" k="29" />
+<hkern u1="&#x36;" u2="&#x33;" k="16" />
+<hkern u1="&#x37;" u2="&#xc6;" k="102" />
+<hkern u1="&#x37;" u2="&#xb7;" k="35" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-6" />
+<hkern u1="&#x37;" u2="&#xa2;" k="33" />
+<hkern u1="&#x37;" u2="Z" k="10" />
+<hkern u1="&#x37;" u2="T" k="-10" />
+<hkern u1="&#x37;" u2="J" k="100" />
+<hkern u1="&#x37;" u2="A" k="74" />
+<hkern u1="&#x37;" u2="&#x3d;" k="10" />
+<hkern u1="&#x37;" u2="&#x37;" k="-14" />
+<hkern u1="&#x37;" u2="&#x35;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="92" />
+<hkern u1="&#x37;" u2="&#x2f;" k="102" />
+<hkern u1="&#x37;" u2="&#x2e;" k="119" />
+<hkern u1="&#x37;" u2="&#x2d;" k="49" />
+<hkern u1="&#x37;" u2="&#x2b;" k="10" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="43" />
+<hkern u1="&#x38;" u2="W" k="31" />
+<hkern u1="&#x38;" u2="V" k="31" />
+<hkern u1="&#x38;" u2="T" k="8" />
+<hkern u1="&#x38;" u2="A" k="27" />
+<hkern u1="&#x38;" u2="&#x2b;" k="6" />
+<hkern u1="&#x39;" u2="&#xb0;" k="53" />
+<hkern u1="&#x39;" u2="\" k="72" />
+<hkern u1="&#x39;" u2="Y" k="90" />
+<hkern u1="&#x39;" u2="W" k="63" />
+<hkern u1="&#x39;" u2="V" k="63" />
+<hkern u1="&#x39;" u2="T" k="82" />
+<hkern u1="&#x39;" u2="&#x37;" k="12" />
+<hkern u1="&#x39;" u2="&#x27;" k="39" />
+<hkern u1="&#x3a;" u2="Y" k="57" />
+<hkern u1="&#x3a;" u2="W" k="37" />
+<hkern u1="&#x3a;" u2="V" k="35" />
+<hkern u1="&#x3a;" u2="T" k="43" />
+<hkern u1="&#x3b;" u2="j" k="-39" />
+<hkern u1="&#x3d;" u2="&#x37;" k="18" />
+<hkern u1="&#x3d;" u2="&#x34;" k="8" />
+<hkern u1="&#x3d;" u2="&#x33;" k="20" />
+<hkern u1="&#x3d;" u2="&#x31;" k="12" />
+<hkern u1="&#x40;" u2="&#x2019;" k="55" />
+<hkern u1="&#x40;" u2="Y" k="98" />
+<hkern u1="&#x40;" u2="W" k="72" />
+<hkern u1="&#x40;" u2="V" k="70" />
+<hkern u1="&#x40;" u2="T" k="86" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="53" />
+<hkern u1="A" u2="&#x2122;" k="119" />
+<hkern u1="A" u2="&#x2039;" k="25" />
+<hkern u1="A" u2="&#x201e;" k="-8" />
+<hkern u1="A" u2="&#x201a;" k="-8" />
+<hkern u1="A" u2="&#x2019;" k="121" />
+<hkern u1="A" u2="&#x2018;" k="123" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="18" />
+<hkern u1="A" u2="&#xd0;" k="4" />
+<hkern u1="A" u2="&#xba;" k="92" />
+<hkern u1="A" u2="&#xae;" k="39" />
+<hkern u1="A" u2="&#xaa;" k="84" />
+<hkern u1="A" u2="&#xa9;" k="39" />
+<hkern u1="A" u2="y" k="68" />
+<hkern u1="A" u2="w" k="72" />
+<hkern u1="A" u2="v" k="63" />
+<hkern u1="A" u2="u" k="23" />
+<hkern u1="A" u2="t" k="55" />
+<hkern u1="A" u2="s" k="6" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="10" />
+<hkern u1="A" u2="f" k="35" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="]" k="-6" />
+<hkern u1="A" u2="\" k="119" />
+<hkern u1="A" u2="Y" k="141" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="113" />
+<hkern u1="A" u2="U" k="57" />
+<hkern u1="A" u2="T" k="135" />
+<hkern u1="A" u2="S" k="16" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="8" />
+<hkern u1="A" u2="&#x3f;" k="25" />
+<hkern u1="A" u2="&#x38;" k="27" />
+<hkern u1="A" u2="&#x37;" k="23" />
+<hkern u1="A" u2="&#x36;" k="31" />
+<hkern u1="A" u2="&#x34;" k="-27" />
+<hkern u1="A" u2="&#x32;" k="-12" />
+<hkern u1="A" u2="&#x30;" k="31" />
+<hkern u1="A" u2="&#x2f;" k="-27" />
+<hkern u1="A" u2="&#x2d;" k="25" />
+<hkern u1="A" u2="&#x2c;" k="-8" />
+<hkern u1="A" u2="&#x2a;" k="117" />
+<hkern u1="A" u2="&#x29;" k="-29" />
+<hkern u1="A" u2="&#x27;" k="121" />
+<hkern u1="A" u2="&#x26;" k="27" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="8" />
+<hkern u1="B" u2="&#xef;" k="-25" />
+<hkern u1="B" u2="&#xee;" k="-20" />
+<hkern u1="B" u2="&#xc6;" k="23" />
+<hkern u1="B" u2="z" k="10" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="23" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="u" k="6" />
+<hkern u1="B" u2="t" k="23" />
+<hkern u1="B" u2="s" k="14" />
+<hkern u1="B" u2="o" k="6" />
+<hkern u1="B" u2="n" k="6" />
+<hkern u1="B" u2="f" k="25" />
+<hkern u1="B" u2="d" k="6" />
+<hkern u1="B" u2="Z" k="4" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="29" />
+<hkern u1="B" u2="W" k="43" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="43" />
+<hkern u1="B" u2="J" k="14" />
+<hkern u1="B" u2="A" k="29" />
+<hkern u1="B" u2="&#x37;" k="10" />
+<hkern u1="B" u2="&#x33;" k="6" />
+<hkern u1="C" u2="&#x2122;" k="-25" />
+<hkern u1="C" u2="&#xf0;" k="10" />
+<hkern u1="C" u2="&#xef;" k="-63" />
+<hkern u1="C" u2="&#xee;" k="-37" />
+<hkern u1="C" u2="&#xc6;" k="16" />
+<hkern u1="C" u2="z" k="8" />
+<hkern u1="C" u2="y" k="8" />
+<hkern u1="C" u2="w" k="6" />
+<hkern u1="C" u2="u" k="6" />
+<hkern u1="C" u2="t" k="10" />
+<hkern u1="C" u2="s" k="12" />
+<hkern u1="C" u2="o" k="10" />
+<hkern u1="C" u2="n" k="6" />
+<hkern u1="C" u2="f" k="16" />
+<hkern u1="C" u2="d" k="10" />
+<hkern u1="C" u2="Y" k="35" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="8" />
+<hkern u1="C" u2="S" k="4" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-35" />
+<hkern u1="D" u2="&#x2122;" k="6" />
+<hkern u1="D" u2="&#x2018;" k="6" />
+<hkern u1="D" u2="&#xf0;" k="10" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="80" />
+<hkern u1="D" u2="z" k="10" />
+<hkern u1="D" u2="y" k="10" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="6" />
+<hkern u1="D" u2="u" k="6" />
+<hkern u1="D" u2="s" k="10" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="i" k="6" />
+<hkern u1="D" u2="h" k="6" />
+<hkern u1="D" u2="a" k="16" />
+<hkern u1="D" u2="\" k="31" />
+<hkern u1="D" u2="Z" k="27" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="53" />
+<hkern u1="D" u2="V" k="49" />
+<hkern u1="D" u2="T" k="45" />
+<hkern u1="D" u2="S" k="8" />
+<hkern u1="D" u2="J" k="59" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="6" />
+<hkern u1="D" u2="&#x2f;" k="43" />
+<hkern u1="D" u2="&#x2e;" k="16" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="8" />
+<hkern u1="E" u2="&#x2039;" k="12" />
+<hkern u1="E" u2="&#xf0;" k="29" />
+<hkern u1="E" u2="&#xef;" k="-55" />
+<hkern u1="E" u2="&#xee;" k="-37" />
+<hkern u1="E" u2="y" k="31" />
+<hkern u1="E" u2="w" k="29" />
+<hkern u1="E" u2="v" k="20" />
+<hkern u1="E" u2="u" k="18" />
+<hkern u1="E" u2="t" k="20" />
+<hkern u1="E" u2="s" k="4" />
+<hkern u1="E" u2="o" k="29" />
+<hkern u1="E" u2="n" k="4" />
+<hkern u1="E" u2="f" k="29" />
+<hkern u1="E" u2="d" k="29" />
+<hkern u1="E" u2="a" k="6" />
+<hkern u1="E" u2="S" k="18" />
+<hkern u1="E" u2="O" k="25" />
+<hkern u1="E" u2="&#x37;" k="14" />
+<hkern u1="E" u2="&#x2d;" k="14" />
+<hkern u1="F" g2="uniFB04" k="20" />
+<hkern u1="F" g2="uniFB03" k="20" />
+<hkern u1="F" u2="&#x2122;" k="-6" />
+<hkern u1="F" u2="&#x203a;" k="16" />
+<hkern u1="F" u2="&#x2039;" k="18" />
+<hkern u1="F" u2="&#xf0;" k="76" />
+<hkern u1="F" u2="&#xef;" k="-92" />
+<hkern u1="F" u2="&#xee;" k="-76" />
+<hkern u1="F" u2="&#xed;" k="16" />
+<hkern u1="F" u2="&#xec;" k="-27" />
+<hkern u1="F" u2="&#xdf;" k="10" />
+<hkern u1="F" u2="&#xc6;" k="190" />
+<hkern u1="F" u2="z" k="43" />
+<hkern u1="F" u2="y" k="23" />
+<hkern u1="F" u2="x" k="27" />
+<hkern u1="F" u2="w" k="23" />
+<hkern u1="F" u2="v" k="20" />
+<hkern u1="F" u2="u" k="37" />
+<hkern u1="F" u2="t" k="8" />
+<hkern u1="F" u2="s" k="68" />
+<hkern u1="F" u2="o" k="55" />
+<hkern u1="F" u2="n" k="43" />
+<hkern u1="F" u2="f" k="27" />
+<hkern u1="F" u2="d" k="55" />
+<hkern u1="F" u2="a" k="84" />
+<hkern u1="F" u2="S" k="35" />
+<hkern u1="F" u2="O" k="29" />
+<hkern u1="F" u2="J" k="197" />
+<hkern u1="F" u2="A" k="117" />
+<hkern u1="F" u2="&#x40;" k="6" />
+<hkern u1="F" u2="&#x3a;" k="12" />
+<hkern u1="F" u2="&#x37;" k="18" />
+<hkern u1="F" u2="&#x35;" k="27" />
+<hkern u1="F" u2="&#x34;" k="70" />
+<hkern u1="F" u2="&#x33;" k="18" />
+<hkern u1="F" u2="&#x32;" k="23" />
+<hkern u1="F" u2="&#x31;" k="12" />
+<hkern u1="F" u2="&#x2f;" k="109" />
+<hkern u1="F" u2="&#x2e;" k="109" />
+<hkern u1="F" u2="&#x2d;" k="20" />
+<hkern u1="F" u2="&#x2a;" k="-31" />
+<hkern u1="F" u2="&#x29;" k="-8" />
+<hkern u1="F" u2="&#x20;" k="47" />
+<hkern u1="G" u2="&#x2122;" k="6" />
+<hkern u1="G" u2="&#xf0;" k="6" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="29" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="14" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="16" />
+<hkern u1="G" u2="Y" k="66" />
+<hkern u1="G" u2="W" k="49" />
+<hkern u1="G" u2="V" k="47" />
+<hkern u1="G" u2="T" k="37" />
+<hkern u1="G" u2="&#x27;" k="8" />
+<hkern u1="I" u2="&#xf0;" k="23" />
+<hkern u1="I" u2="&#xef;" k="-25" />
+<hkern u1="I" u2="z" k="8" />
+<hkern u1="I" u2="y" k="6" />
+<hkern u1="I" u2="t" k="16" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="18" />
+<hkern u1="I" u2="f" k="16" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="14" />
+<hkern u1="J" u2="&#xf0;" k="25" />
+<hkern u1="J" u2="&#xef;" k="-35" />
+<hkern u1="J" u2="&#xee;" k="-18" />
+<hkern u1="J" u2="&#xc6;" k="49" />
+<hkern u1="J" u2="z" k="12" />
+<hkern u1="J" u2="x" k="8" />
+<hkern u1="J" u2="u" k="10" />
+<hkern u1="J" u2="t" k="12" />
+<hkern u1="J" u2="s" k="25" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="10" />
+<hkern u1="J" u2="l" k="6" />
+<hkern u1="J" u2="i" k="6" />
+<hkern u1="J" u2="h" k="6" />
+<hkern u1="J" u2="f" k="14" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="20" />
+<hkern u1="J" u2="J" k="31" />
+<hkern u1="J" u2="A" k="35" />
+<hkern u1="J" u2="&#x2f;" k="20" />
+<hkern u1="J" u2="&#x2e;" k="8" />
+<hkern u1="K" u2="&#x2122;" k="-25" />
+<hkern u1="K" u2="&#x203a;" k="-8" />
+<hkern u1="K" u2="&#x2039;" k="25" />
+<hkern u1="K" u2="&#x201e;" k="-27" />
+<hkern u1="K" u2="&#x201a;" k="-27" />
+<hkern u1="K" u2="&#xf8;" k="31" />
+<hkern u1="K" u2="&#xf0;" k="57" />
+<hkern u1="K" u2="&#xef;" k="-111" />
+<hkern u1="K" u2="&#xee;" k="-20" />
+<hkern u1="K" u2="&#xec;" k="-43" />
+<hkern u1="K" u2="&#xd8;" k="29" />
+<hkern u1="K" u2="&#xae;" k="31" />
+<hkern u1="K" u2="&#xa9;" k="31" />
+<hkern u1="K" u2="&#x7d;" k="-25" />
+<hkern u1="K" u2="y" k="76" />
+<hkern u1="K" u2="w" k="84" />
+<hkern u1="K" u2="v" k="78" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="37" />
+<hkern u1="K" u2="o" k="66" />
+<hkern u1="K" u2="f" k="39" />
+<hkern u1="K" u2="d" k="63" />
+<hkern u1="K" u2="a" k="10" />
+<hkern u1="K" u2="]" k="-27" />
+<hkern u1="K" u2="\" k="-20" />
+<hkern u1="K" u2="S" k="20" />
+<hkern u1="K" u2="O" k="76" />
+<hkern u1="K" u2="J" k="-8" />
+<hkern u1="K" u2="&#x3b;" k="-14" />
+<hkern u1="K" u2="&#x34;" k="-47" />
+<hkern u1="K" u2="&#x32;" k="-31" />
+<hkern u1="K" u2="&#x30;" k="6" />
+<hkern u1="K" u2="&#x2f;" k="-45" />
+<hkern u1="K" u2="&#x2d;" k="47" />
+<hkern u1="K" u2="&#x2c;" k="-27" />
+<hkern u1="K" u2="&#x2a;" k="-35" />
+<hkern u1="K" u2="&#x29;" k="-47" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="207" />
+<hkern u1="L" u2="&#x2039;" k="43" />
+<hkern u1="L" u2="&#x2019;" k="203" />
+<hkern u1="L" u2="&#x2018;" k="205" />
+<hkern u1="L" u2="&#xf0;" k="16" />
+<hkern u1="L" u2="&#xc6;" k="-20" />
+<hkern u1="L" u2="&#xba;" k="203" />
+<hkern u1="L" u2="&#xb7;" k="258" />
+<hkern u1="L" u2="&#xae;" k="20" />
+<hkern u1="L" u2="&#xaa;" k="201" />
+<hkern u1="L" u2="&#xa9;" k="20" />
+<hkern u1="L" u2="y" k="125" />
+<hkern u1="L" u2="w" k="141" />
+<hkern u1="L" u2="v" k="117" />
+<hkern u1="L" u2="u" k="10" />
+<hkern u1="L" u2="t" k="45" />
+<hkern u1="L" u2="o" k="20" />
+<hkern u1="L" u2="f" k="35" />
+<hkern u1="L" u2="d" k="23" />
+<hkern u1="L" u2="\" k="166" />
+<hkern u1="L" u2="Y" k="213" />
+<hkern u1="L" u2="W" k="195" />
+<hkern u1="L" u2="V" k="184" />
+<hkern u1="L" u2="U" k="59" />
+<hkern u1="L" u2="T" k="205" />
+<hkern u1="L" u2="S" k="4" />
+<hkern u1="L" u2="O" k="57" />
+<hkern u1="L" u2="&#x3f;" k="16" />
+<hkern u1="L" u2="&#x37;" k="8" />
+<hkern u1="L" u2="&#x2d;" k="61" />
+<hkern u1="L" u2="&#x2a;" k="207" />
+<hkern u1="L" u2="&#x27;" k="201" />
+<hkern u1="L" u2="&#x20;" k="55" />
+<hkern u1="O" u2="&#x2122;" k="6" />
+<hkern u1="O" u2="&#x2019;" k="6" />
+<hkern u1="O" u2="&#x2018;" k="6" />
+<hkern u1="O" u2="&#xf0;" k="10" />
+<hkern u1="O" u2="&#xd0;" k="14" />
+<hkern u1="O" u2="&#xc6;" k="84" />
+<hkern u1="O" u2="z" k="10" />
+<hkern u1="O" u2="y" k="4" />
+<hkern u1="O" u2="x" k="25" />
+<hkern u1="O" u2="w" k="6" />
+<hkern u1="O" u2="u" k="6" />
+<hkern u1="O" u2="s" k="10" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="6" />
+<hkern u1="O" u2="a" k="16" />
+<hkern u1="O" u2="\" k="35" />
+<hkern u1="O" u2="Z" k="31" />
+<hkern u1="O" u2="Y" k="82" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="55" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="49" />
+<hkern u1="O" u2="S" k="8" />
+<hkern u1="O" u2="J" k="59" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="8" />
+<hkern u1="O" u2="&#x2f;" k="43" />
+<hkern u1="O" u2="&#x2e;" k="18" />
+<hkern u1="O" u2="&#x2a;" k="6" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="12" />
+<hkern u1="P" u2="&#x2039;" k="25" />
+<hkern u1="P" u2="&#xf0;" k="49" />
+<hkern u1="P" u2="&#xef;" k="-45" />
+<hkern u1="P" u2="&#xee;" k="-23" />
+<hkern u1="P" u2="&#xc6;" k="178" />
+<hkern u1="P" u2="y" k="-25" />
+<hkern u1="P" u2="x" k="-10" />
+<hkern u1="P" u2="w" k="-18" />
+<hkern u1="P" u2="v" k="-14" />
+<hkern u1="P" u2="s" k="18" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="20" />
+<hkern u1="P" u2="Z" k="14" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="41" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="4" />
+<hkern u1="P" u2="J" k="178" />
+<hkern u1="P" u2="A" k="104" />
+<hkern u1="P" u2="&#x35;" k="18" />
+<hkern u1="P" u2="&#x34;" k="70" />
+<hkern u1="P" u2="&#x2f;" k="119" />
+<hkern u1="P" u2="&#x2e;" k="133" />
+<hkern u1="P" u2="&#x2d;" k="25" />
+<hkern u1="P" u2="&#x29;" k="23" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-14" />
+<hkern u1="Q" u2="&#x201a;" k="-14" />
+<hkern u1="Q" u2="&#xc6;" k="27" />
+<hkern u1="Q" u2="&#x7d;" k="-12" />
+<hkern u1="Q" u2="y" k="10" />
+<hkern u1="Q" u2="]" k="-14" />
+<hkern u1="Q" u2="X" k="23" />
+<hkern u1="Q" u2="J" k="20" />
+<hkern u1="Q" u2="A" k="14" />
+<hkern u1="Q" u2="&#x34;" k="-35" />
+<hkern u1="Q" u2="&#x32;" k="-18" />
+<hkern u1="Q" u2="&#x2f;" k="-31" />
+<hkern u1="Q" u2="&#x2c;" k="-14" />
+<hkern u1="Q" u2="&#x29;" k="-35" />
+<hkern u1="R" u2="&#x2122;" k="14" />
+<hkern u1="R" u2="&#x2039;" k="25" />
+<hkern u1="R" u2="&#x2019;" k="10" />
+<hkern u1="R" u2="&#xf0;" k="55" />
+<hkern u1="R" u2="&#xd0;" k="10" />
+<hkern u1="R" u2="y" k="18" />
+<hkern u1="R" u2="w" k="20" />
+<hkern u1="R" u2="v" k="16" />
+<hkern u1="R" u2="u" k="23" />
+<hkern u1="R" u2="t" k="20" />
+<hkern u1="R" u2="s" k="4" />
+<hkern u1="R" u2="o" k="45" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="18" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="18" />
+<hkern u1="R" u2="d" k="43" />
+<hkern u1="R" u2="a" k="25" />
+<hkern u1="R" u2="\" k="29" />
+<hkern u1="R" u2="Y" k="72" />
+<hkern u1="R" u2="W" k="57" />
+<hkern u1="R" u2="V" k="55" />
+<hkern u1="R" u2="U" k="14" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="16" />
+<hkern u1="R" u2="A" k="8" />
+<hkern u1="R" u2="&#x34;" k="-14" />
+<hkern u1="R" u2="&#x2f;" k="-12" />
+<hkern u1="R" u2="&#x2d;" k="6" />
+<hkern u1="R" u2="&#x29;" k="-14" />
+<hkern u1="S" u2="&#xf0;" k="6" />
+<hkern u1="S" u2="&#xef;" k="-47" />
+<hkern u1="S" u2="&#xee;" k="-33" />
+<hkern u1="S" u2="&#xc6;" k="14" />
+<hkern u1="S" u2="&#xaa;" k="8" />
+<hkern u1="S" u2="z" k="12" />
+<hkern u1="S" u2="y" k="41" />
+<hkern u1="S" u2="x" k="23" />
+<hkern u1="S" u2="w" k="45" />
+<hkern u1="S" u2="v" k="41" />
+<hkern u1="S" u2="u" k="10" />
+<hkern u1="S" u2="t" k="29" />
+<hkern u1="S" u2="s" k="14" />
+<hkern u1="S" u2="n" k="10" />
+<hkern u1="S" u2="l" k="6" />
+<hkern u1="S" u2="i" k="6" />
+<hkern u1="S" u2="h" k="6" />
+<hkern u1="S" u2="f" k="27" />
+<hkern u1="S" u2="a" k="6" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="31" />
+<hkern u1="S" u2="V" k="31" />
+<hkern u1="S" u2="T" k="8" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="8" />
+<hkern u1="T" g2="uniFB04" k="86" />
+<hkern u1="T" g2="uniFB03" k="33" />
+<hkern u1="T" g2="uniFB01" k="25" />
+<hkern u1="T" u2="&#x2122;" k="-8" />
+<hkern u1="T" u2="&#x203a;" k="49" />
+<hkern u1="T" u2="&#x2039;" k="106" />
+<hkern u1="T" u2="&#xf0;" k="166" />
+<hkern u1="T" u2="&#xef;" k="-94" />
+<hkern u1="T" u2="&#xee;" k="-76" />
+<hkern u1="T" u2="&#xed;" k="27" />
+<hkern u1="T" u2="&#xec;" k="-27" />
+<hkern u1="T" u2="&#xe3;" k="129" />
+<hkern u1="T" u2="&#xdf;" k="18" />
+<hkern u1="T" u2="&#xc6;" k="174" />
+<hkern u1="T" u2="&#xae;" k="23" />
+<hkern u1="T" u2="&#xa9;" k="23" />
+<hkern u1="T" u2="z" k="123" />
+<hkern u1="T" u2="y" k="92" />
+<hkern u1="T" u2="x" k="90" />
+<hkern u1="T" u2="w" k="96" />
+<hkern u1="T" u2="v" k="96" />
+<hkern u1="T" u2="u" k="137" />
+<hkern u1="T" u2="t" k="8" />
+<hkern u1="T" u2="s" k="174" />
+<hkern u1="T" u2="o" k="182" />
+<hkern u1="T" u2="n" k="104" />
+<hkern u1="T" u2="f" k="63" />
+<hkern u1="T" u2="d" k="178" />
+<hkern u1="T" u2="a" k="164" />
+<hkern u1="T" u2="S" k="14" />
+<hkern u1="T" u2="O" k="47" />
+<hkern u1="T" u2="J" k="193" />
+<hkern u1="T" u2="A" k="135" />
+<hkern u1="T" u2="&#x40;" k="88" />
+<hkern u1="T" u2="&#x3a;" k="43" />
+<hkern u1="T" u2="&#x39;" k="78" />
+<hkern u1="T" u2="&#x38;" k="6" />
+<hkern u1="T" u2="&#x37;" k="33" />
+<hkern u1="T" u2="&#x36;" k="14" />
+<hkern u1="T" u2="&#x35;" k="74" />
+<hkern u1="T" u2="&#x34;" k="121" />
+<hkern u1="T" u2="&#x33;" k="47" />
+<hkern u1="T" u2="&#x32;" k="43" />
+<hkern u1="T" u2="&#x31;" k="63" />
+<hkern u1="T" u2="&#x30;" k="72" />
+<hkern u1="T" u2="&#x2f;" k="111" />
+<hkern u1="T" u2="&#x2e;" k="129" />
+<hkern u1="T" u2="&#x2d;" k="125" />
+<hkern u1="T" u2="&#x2a;" k="-39" />
+<hkern u1="T" u2="&#x29;" k="-8" />
+<hkern u1="T" u2="&#x26;" k="8" />
+<hkern u1="T" u2="&#x20;" k="57" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-41" />
+<hkern u1="U" u2="&#xee;" k="-23" />
+<hkern u1="U" u2="&#xc6;" k="90" />
+<hkern u1="U" u2="z" k="18" />
+<hkern u1="U" u2="x" k="8" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="29" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="18" />
+<hkern u1="U" u2="l" k="12" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="14" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="57" />
+<hkern u1="U" u2="A" k="55" />
+<hkern u1="U" u2="&#x34;" k="8" />
+<hkern u1="U" u2="&#x2f;" k="43" />
+<hkern u1="U" u2="&#x2e;" k="29" />
+<hkern u1="V" u2="&#x2122;" k="-31" />
+<hkern u1="V" u2="&#x203a;" k="45" />
+<hkern u1="V" u2="&#x2039;" k="80" />
+<hkern u1="V" u2="&#x2019;" k="-10" />
+<hkern u1="V" u2="&#x2018;" k="-8" />
+<hkern u1="V" u2="&#xf0;" k="133" />
+<hkern u1="V" u2="&#xef;" k="-117" />
+<hkern u1="V" u2="&#xee;" k="-61" />
+<hkern u1="V" u2="&#xed;" k="39" />
+<hkern u1="V" u2="&#xec;" k="-51" />
+<hkern u1="V" u2="&#xe3;" k="66" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="4" />
+<hkern u1="V" u2="&#xc6;" k="174" />
+<hkern u1="V" u2="&#xae;" k="39" />
+<hkern u1="V" u2="&#xa9;" k="39" />
+<hkern u1="V" u2="z" k="55" />
+<hkern u1="V" u2="y" k="25" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="25" />
+<hkern u1="V" u2="v" k="29" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="25" />
+<hkern u1="V" u2="s" k="106" />
+<hkern u1="V" u2="o" k="123" />
+<hkern u1="V" u2="n" k="84" />
+<hkern u1="V" u2="f" k="55" />
+<hkern u1="V" u2="d" k="119" />
+<hkern u1="V" u2="a" k="109" />
+<hkern u1="V" u2="]" k="-6" />
+<hkern u1="V" u2="\" k="-27" />
+<hkern u1="V" u2="S" k="39" />
+<hkern u1="V" u2="O" k="53" />
+<hkern u1="V" u2="J" k="168" />
+<hkern u1="V" u2="A" k="113" />
+<hkern u1="V" u2="&#x40;" k="72" />
+<hkern u1="V" u2="&#x3a;" k="35" />
+<hkern u1="V" u2="&#x39;" k="53" />
+<hkern u1="V" u2="&#x38;" k="31" />
+<hkern u1="V" u2="&#x36;" k="35" />
+<hkern u1="V" u2="&#x35;" k="66" />
+<hkern u1="V" u2="&#x34;" k="115" />
+<hkern u1="V" u2="&#x33;" k="37" />
+<hkern u1="V" u2="&#x32;" k="37" />
+<hkern u1="V" u2="&#x31;" k="37" />
+<hkern u1="V" u2="&#x30;" k="59" />
+<hkern u1="V" u2="&#x2f;" k="123" />
+<hkern u1="V" u2="&#x2e;" k="129" />
+<hkern u1="V" u2="&#x2d;" k="76" />
+<hkern u1="V" u2="&#x2a;" k="-49" />
+<hkern u1="V" u2="&#x29;" k="-31" />
+<hkern u1="V" u2="&#x26;" k="35" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-35" />
+<hkern u1="W" u2="&#x203a;" k="47" />
+<hkern u1="W" u2="&#x2039;" k="82" />
+<hkern u1="W" u2="&#x2019;" k="-12" />
+<hkern u1="W" u2="&#x2018;" k="-12" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-123" />
+<hkern u1="W" u2="&#xee;" k="-61" />
+<hkern u1="W" u2="&#xed;" k="39" />
+<hkern u1="W" u2="&#xec;" k="-55" />
+<hkern u1="W" u2="&#xe4;" k="66" />
+<hkern u1="W" u2="&#xe3;" k="66" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="4" />
+<hkern u1="W" u2="&#xc6;" k="178" />
+<hkern u1="W" u2="&#xae;" k="39" />
+<hkern u1="W" u2="&#xa9;" k="39" />
+<hkern u1="W" u2="&#x7d;" k="-8" />
+<hkern u1="W" u2="z" k="57" />
+<hkern u1="W" u2="y" k="25" />
+<hkern u1="W" u2="x" k="29" />
+<hkern u1="W" u2="w" k="27" />
+<hkern u1="W" u2="v" k="29" />
+<hkern u1="W" u2="u" k="82" />
+<hkern u1="W" u2="t" k="25" />
+<hkern u1="W" u2="s" k="113" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="86" />
+<hkern u1="W" u2="f" k="59" />
+<hkern u1="W" u2="d" k="127" />
+<hkern u1="W" u2="a" k="109" />
+<hkern u1="W" u2="]" k="-10" />
+<hkern u1="W" u2="\" k="-31" />
+<hkern u1="W" u2="S" k="41" />
+<hkern u1="W" u2="O" k="55" />
+<hkern u1="W" u2="J" k="168" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="74" />
+<hkern u1="W" u2="&#x3a;" k="37" />
+<hkern u1="W" u2="&#x39;" k="57" />
+<hkern u1="W" u2="&#x38;" k="31" />
+<hkern u1="W" u2="&#x36;" k="35" />
+<hkern u1="W" u2="&#x35;" k="68" />
+<hkern u1="W" u2="&#x34;" k="117" />
+<hkern u1="W" u2="&#x33;" k="37" />
+<hkern u1="W" u2="&#x32;" k="37" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="59" />
+<hkern u1="W" u2="&#x2f;" k="129" />
+<hkern u1="W" u2="&#x2e;" k="135" />
+<hkern u1="W" u2="&#x2d;" k="80" />
+<hkern u1="W" u2="&#x2a;" k="-45" />
+<hkern u1="W" u2="&#x29;" k="-35" />
+<hkern u1="W" u2="&#x26;" k="35" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-41" />
+<hkern u1="X" u2="&#x2039;" k="33" />
+<hkern u1="X" u2="&#x2019;" k="-14" />
+<hkern u1="X" u2="&#x2018;" k="-14" />
+<hkern u1="X" u2="&#xf8;" k="45" />
+<hkern u1="X" u2="&#xf0;" k="74" />
+<hkern u1="X" u2="&#xef;" k="-123" />
+<hkern u1="X" u2="&#xee;" k="-41" />
+<hkern u1="X" u2="&#xed;" k="14" />
+<hkern u1="X" u2="&#xec;" k="-55" />
+<hkern u1="X" u2="&#xdf;" k="12" />
+<hkern u1="X" u2="&#xd8;" k="27" />
+<hkern u1="X" u2="&#xae;" k="29" />
+<hkern u1="X" u2="&#xa9;" k="29" />
+<hkern u1="X" u2="&#x7d;" k="-10" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="66" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="45" />
+<hkern u1="X" u2="t" k="29" />
+<hkern u1="X" u2="o" k="80" />
+<hkern u1="X" u2="n" k="18" />
+<hkern u1="X" u2="f" k="43" />
+<hkern u1="X" u2="d" k="76" />
+<hkern u1="X" u2="a" k="20" />
+<hkern u1="X" u2="]" k="-12" />
+<hkern u1="X" u2="\" k="-33" />
+<hkern u1="X" u2="S" k="14" />
+<hkern u1="X" u2="O" k="59" />
+<hkern u1="X" u2="&#x34;" k="-25" />
+<hkern u1="X" u2="&#x32;" k="-6" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-20" />
+<hkern u1="X" u2="&#x2d;" k="51" />
+<hkern u1="X" u2="&#x2a;" k="-47" />
+<hkern u1="X" u2="&#x29;" k="-37" />
+<hkern u1="X" u2="&#x20;" k="8" />
+<hkern u1="Y" u2="&#x2122;" k="-41" />
+<hkern u1="Y" u2="&#x203a;" k="76" />
+<hkern u1="Y" u2="&#x2039;" k="119" />
+<hkern u1="Y" u2="&#x2019;" k="-20" />
+<hkern u1="Y" u2="&#x2018;" k="-18" />
+<hkern u1="Y" u2="&#xf6;" k="96" />
+<hkern u1="Y" u2="&#xf0;" k="168" />
+<hkern u1="Y" u2="&#xef;" k="-127" />
+<hkern u1="Y" u2="&#xee;" k="-53" />
+<hkern u1="Y" u2="&#xed;" k="49" />
+<hkern u1="Y" u2="&#xec;" k="-61" />
+<hkern u1="Y" u2="&#xeb;" k="96" />
+<hkern u1="Y" u2="&#xe4;" k="59" />
+<hkern u1="Y" u2="&#xe3;" k="70" />
+<hkern u1="Y" u2="&#xdf;" k="63" />
+<hkern u1="Y" u2="&#xd0;" k="4" />
+<hkern u1="Y" u2="&#xc6;" k="205" />
+<hkern u1="Y" u2="&#xae;" k="57" />
+<hkern u1="Y" u2="&#xa9;" k="57" />
+<hkern u1="Y" u2="&#x7d;" k="-14" />
+<hkern u1="Y" u2="z" k="94" />
+<hkern u1="Y" u2="y" k="59" />
+<hkern u1="Y" u2="x" k="63" />
+<hkern u1="Y" u2="w" k="66" />
+<hkern u1="Y" u2="v" k="68" />
+<hkern u1="Y" u2="u" k="115" />
+<hkern u1="Y" u2="t" k="39" />
+<hkern u1="Y" u2="s" k="168" />
+<hkern u1="Y" u2="o" k="166" />
+<hkern u1="Y" u2="n" k="119" />
+<hkern u1="Y" u2="f" k="80" />
+<hkern u1="Y" u2="d" k="162" />
+<hkern u1="Y" u2="a" k="158" />
+<hkern u1="Y" u2="]" k="-14" />
+<hkern u1="Y" u2="\" k="-35" />
+<hkern u1="Y" u2="S" k="53" />
+<hkern u1="Y" u2="O" k="80" />
+<hkern u1="Y" u2="J" k="182" />
+<hkern u1="Y" u2="A" k="141" />
+<hkern u1="Y" u2="&#x40;" k="100" />
+<hkern u1="Y" u2="&#x3a;" k="57" />
+<hkern u1="Y" u2="&#x39;" k="82" />
+<hkern u1="Y" u2="&#x38;" k="43" />
+<hkern u1="Y" u2="&#x36;" k="49" />
+<hkern u1="Y" u2="&#x35;" k="82" />
+<hkern u1="Y" u2="&#x34;" k="137" />
+<hkern u1="Y" u2="&#x33;" k="57" />
+<hkern u1="Y" u2="&#x32;" k="57" />
+<hkern u1="Y" u2="&#x31;" k="63" />
+<hkern u1="Y" u2="&#x30;" k="86" />
+<hkern u1="Y" u2="&#x2f;" k="129" />
+<hkern u1="Y" u2="&#x2e;" k="150" />
+<hkern u1="Y" u2="&#x2d;" k="119" />
+<hkern u1="Y" u2="&#x2a;" k="-49" />
+<hkern u1="Y" u2="&#x29;" k="-41" />
+<hkern u1="Y" u2="&#x26;" k="45" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="8" />
+<hkern u1="Z" u2="&#xf0;" k="27" />
+<hkern u1="Z" u2="&#xef;" k="-55" />
+<hkern u1="Z" u2="&#xee;" k="-39" />
+<hkern u1="Z" u2="&#xae;" k="10" />
+<hkern u1="Z" u2="&#xa9;" k="10" />
+<hkern u1="Z" u2="y" k="29" />
+<hkern u1="Z" u2="w" k="29" />
+<hkern u1="Z" u2="v" k="31" />
+<hkern u1="Z" u2="u" k="25" />
+<hkern u1="Z" u2="t" k="25" />
+<hkern u1="Z" u2="s" k="6" />
+<hkern u1="Z" u2="o" k="31" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="33" />
+<hkern u1="Z" u2="d" k="31" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="29" />
+<hkern u1="Z" u2="&#x30;" k="6" />
+<hkern u1="Z" u2="&#x2d;" k="14" />
+<hkern u1="[" u2="&#xef;" k="-57" />
+<hkern u1="[" u2="&#xee;" k="-41" />
+<hkern u1="[" u2="&#xc6;" k="-29" />
+<hkern u1="[" u2="j" k="-53" />
+<hkern u1="[" u2="Y" k="-12" />
+<hkern u1="[" u2="X" k="-12" />
+<hkern u1="[" u2="W" k="-10" />
+<hkern u1="[" u2="V" k="-8" />
+<hkern u1="[" u2="A" k="-6" />
+<hkern u1="\" u2="&#x2019;" k="166" />
+<hkern u1="\" u2="&#xd8;" k="-14" />
+<hkern u1="\" u2="&#xc6;" k="-47" />
+<hkern u1="\" u2="y" k="63" />
+<hkern u1="\" u2="x" k="-18" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="57" />
+<hkern u1="\" u2="t" k="18" />
+<hkern u1="\" u2="Y" k="125" />
+<hkern u1="\" u2="X" k="-20" />
+<hkern u1="\" u2="W" k="125" />
+<hkern u1="\" u2="V" k="119" />
+<hkern u1="\" u2="U" k="39" />
+<hkern u1="\" u2="T" k="109" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-10" />
+<hkern u1="\" u2="A" k="-25" />
+<hkern u1="\" u2="&#x37;" k="14" />
+<hkern u1="\" u2="&#x36;" k="14" />
+<hkern u1="\" u2="&#x30;" k="14" />
+<hkern u1="\" u2="&#x27;" k="168" />
+<hkern u1="a" u2="&#x2122;" k="70" />
+<hkern u1="a" u2="&#x2019;" k="55" />
+<hkern u1="a" u2="&#x2018;" k="63" />
+<hkern u1="a" u2="&#xd0;" k="6" />
+<hkern u1="a" u2="&#xba;" k="31" />
+<hkern u1="a" u2="&#xaa;" k="18" />
+<hkern u1="a" u2="y" k="41" />
+<hkern u1="a" u2="w" k="53" />
+<hkern u1="a" u2="v" k="43" />
+<hkern u1="a" u2="t" k="18" />
+<hkern u1="a" u2="f" k="6" />
+<hkern u1="a" u2="\" k="96" />
+<hkern u1="a" u2="Z" k="4" />
+<hkern u1="a" u2="Y" k="166" />
+<hkern u1="a" u2="W" k="117" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="31" />
+<hkern u1="a" u2="T" k="176" />
+<hkern u1="a" u2="S" k="4" />
+<hkern u1="a" u2="O" k="18" />
+<hkern u1="a" u2="I" k="6" />
+<hkern u1="a" u2="&#x3f;" k="10" />
+<hkern u1="a" u2="&#x2a;" k="57" />
+<hkern u1="a" u2="&#x27;" k="51" />
+<hkern u1="b" u2="&#x2122;" k="66" />
+<hkern u1="b" u2="&#x2019;" k="82" />
+<hkern u1="b" u2="&#x2018;" k="92" />
+<hkern u1="b" u2="&#xd0;" k="10" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="25" />
+<hkern u1="b" u2="&#xaa;" k="6" />
+<hkern u1="b" u2="z" k="18" />
+<hkern u1="b" u2="y" k="33" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="33" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="6" />
+<hkern u1="b" u2="f" k="2" />
+<hkern u1="b" u2="\" k="78" />
+<hkern u1="b" u2="Z" k="37" />
+<hkern u1="b" u2="Y" k="160" />
+<hkern u1="b" u2="X" k="76" />
+<hkern u1="b" u2="W" k="127" />
+<hkern u1="b" u2="V" k="121" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="178" />
+<hkern u1="b" u2="S" k="20" />
+<hkern u1="b" u2="J" k="31" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="33" />
+<hkern u1="b" u2="&#x3f;" k="14" />
+<hkern u1="b" u2="&#x2e;" k="6" />
+<hkern u1="b" u2="&#x2a;" k="70" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="96" />
+<hkern u1="c" u2="&#x2122;" k="39" />
+<hkern u1="c" u2="&#x2039;" k="10" />
+<hkern u1="c" u2="&#x2019;" k="25" />
+<hkern u1="c" u2="&#x2018;" k="29" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="6" />
+<hkern u1="c" u2="&#xc6;" k="6" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="14" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="59" />
+<hkern u1="c" u2="Z" k="6" />
+<hkern u1="c" u2="Y" k="141" />
+<hkern u1="c" u2="X" k="18" />
+<hkern u1="c" u2="W" k="109" />
+<hkern u1="c" u2="V" k="109" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="164" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="12" />
+<hkern u1="c" u2="&#x3f;" k="6" />
+<hkern u1="c" u2="&#x2d;" k="16" />
+<hkern u1="c" u2="&#x2a;" k="29" />
+<hkern u1="c" u2="&#x27;" k="8" />
+<hkern u1="d" u2="&#xd0;" k="10" />
+<hkern u1="d" u2="y" k="8" />
+<hkern u1="d" u2="w" k="14" />
+<hkern u1="d" u2="v" k="10" />
+<hkern u1="d" u2="t" k="8" />
+<hkern u1="d" u2="Y" k="20" />
+<hkern u1="d" u2="W" k="18" />
+<hkern u1="d" u2="V" k="18" />
+<hkern u1="d" u2="U" k="23" />
+<hkern u1="d" u2="T" k="20" />
+<hkern u1="d" u2="O" k="18" />
+<hkern u1="e" u2="&#x2122;" k="53" />
+<hkern u1="e" u2="&#x2019;" k="43" />
+<hkern u1="e" u2="&#x2018;" k="49" />
+<hkern u1="e" u2="&#xd0;" k="8" />
+<hkern u1="e" u2="&#xc6;" k="41" />
+<hkern u1="e" u2="&#xba;" k="6" />
+<hkern u1="e" u2="z" k="14" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="37" />
+<hkern u1="e" u2="v" k="29" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="76" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="190" />
+<hkern u1="e" u2="X" k="55" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="115" />
+<hkern u1="e" u2="U" k="16" />
+<hkern u1="e" u2="T" k="188" />
+<hkern u1="e" u2="S" k="18" />
+<hkern u1="e" u2="J" k="27" />
+<hkern u1="e" u2="I" k="14" />
+<hkern u1="e" u2="A" k="29" />
+<hkern u1="e" u2="&#x3f;" k="12" />
+<hkern u1="e" u2="&#x2a;" k="49" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="39" />
+<hkern u1="f" u2="&#x2122;" k="-45" />
+<hkern u1="f" u2="&#x2039;" k="23" />
+<hkern u1="f" u2="&#x2019;" k="-14" />
+<hkern u1="f" u2="&#x2018;" k="-14" />
+<hkern u1="f" u2="&#xf0;" k="29" />
+<hkern u1="f" u2="&#xef;" k="-143" />
+<hkern u1="f" u2="&#xee;" k="-82" />
+<hkern u1="f" u2="&#xec;" k="-66" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-16" />
+<hkern u1="f" u2="z" k="4" />
+<hkern u1="f" u2="o" k="6" />
+<hkern u1="f" u2="d" k="6" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-18" />
+<hkern u1="f" u2="\" k="-45" />
+<hkern u1="f" u2="Z" k="-8" />
+<hkern u1="f" u2="Y" k="-98" />
+<hkern u1="f" u2="X" k="-100" />
+<hkern u1="f" u2="W" k="-92" />
+<hkern u1="f" u2="V" k="-90" />
+<hkern u1="f" u2="T" k="-63" />
+<hkern u1="f" u2="S" k="6" />
+<hkern u1="f" u2="J" k="113" />
+<hkern u1="f" u2="A" k="76" />
+<hkern u1="f" u2="&#x2f;" k="47" />
+<hkern u1="f" u2="&#x2e;" k="59" />
+<hkern u1="f" u2="&#x2d;" k="27" />
+<hkern u1="f" u2="&#x2a;" k="-27" />
+<hkern u1="f" u2="&#x29;" k="-59" />
+<hkern u1="f" u2="&#x20;" k="35" />
+<hkern u1="g" u2="j" k="-68" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="119" />
+<hkern u1="g" u2="X" k="18" />
+<hkern u1="g" u2="W" k="90" />
+<hkern u1="g" u2="V" k="84" />
+<hkern u1="g" u2="U" k="18" />
+<hkern u1="g" u2="T" k="113" />
+<hkern u1="g" u2="S" k="6" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="55" />
+<hkern u1="h" u2="&#x2019;" k="63" />
+<hkern u1="h" u2="&#x2018;" k="68" />
+<hkern u1="h" u2="&#xba;" k="8" />
+<hkern u1="h" u2="y" k="16" />
+<hkern u1="h" u2="w" k="20" />
+<hkern u1="h" u2="v" k="16" />
+<hkern u1="h" u2="t" k="4" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="16" />
+<hkern u1="h" u2="Y" k="143" />
+<hkern u1="h" u2="X" k="14" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="106" />
+<hkern u1="h" u2="U" k="25" />
+<hkern u1="h" u2="T" k="166" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="10" />
+<hkern u1="h" u2="&#x2a;" k="51" />
+<hkern u1="h" u2="&#x27;" k="82" />
+<hkern u1="i" u2="&#xef;" k="-41" />
+<hkern u1="i" u2="&#xee;" k="-25" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="6" />
+<hkern u1="i" u2="O" k="8" />
+<hkern u1="j" u2="j" k="-74" />
+<hkern u1="k" u2="&#x2039;" k="49" />
+<hkern u1="k" u2="&#x201e;" k="-14" />
+<hkern u1="k" u2="&#x201a;" k="-14" />
+<hkern u1="k" u2="&#x2019;" k="8" />
+<hkern u1="k" u2="&#x2018;" k="10" />
+<hkern u1="k" u2="&#xf8;" k="27" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-6" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="51" />
+<hkern u1="k" u2="f" k="6" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="20" />
+<hkern u1="k" u2="]" k="-8" />
+<hkern u1="k" u2="Y" k="70" />
+<hkern u1="k" u2="W" k="35" />
+<hkern u1="k" u2="V" k="33" />
+<hkern u1="k" u2="U" k="10" />
+<hkern u1="k" u2="T" k="96" />
+<hkern u1="k" u2="O" k="31" />
+<hkern u1="k" u2="&#x2f;" k="-27" />
+<hkern u1="k" u2="&#x2d;" k="55" />
+<hkern u1="k" u2="&#x2c;" k="-14" />
+<hkern u1="k" u2="&#x2a;" k="-27" />
+<hkern u1="k" u2="&#x29;" k="-31" />
+<hkern u1="k" u2="&#x27;" k="39" />
+<hkern u1="l" u2="&#x2122;" k="45" />
+<hkern u1="l" u2="&#x2039;" k="14" />
+<hkern u1="l" u2="&#x2019;" k="45" />
+<hkern u1="l" u2="&#x2018;" k="45" />
+<hkern u1="l" u2="&#xf0;" k="6" />
+<hkern u1="l" u2="&#xc6;" k="-6" />
+<hkern u1="l" u2="&#xba;" k="43" />
+<hkern u1="l" u2="&#xb7;" k="139" />
+<hkern u1="l" u2="&#xae;" k="6" />
+<hkern u1="l" u2="&#xaa;" k="43" />
+<hkern u1="l" u2="&#xa9;" k="6" />
+<hkern u1="l" u2="y" k="53" />
+<hkern u1="l" u2="w" k="63" />
+<hkern u1="l" u2="v" k="51" />
+<hkern u1="l" u2="t" k="27" />
+<hkern u1="l" u2="o" k="8" />
+<hkern u1="l" u2="f" k="20" />
+<hkern u1="l" u2="d" k="8" />
+<hkern u1="l" u2="\" k="35" />
+<hkern u1="l" u2="Y" k="92" />
+<hkern u1="l" u2="W" k="86" />
+<hkern u1="l" u2="V" k="84" />
+<hkern u1="l" u2="U" k="53" />
+<hkern u1="l" u2="T" k="74" />
+<hkern u1="l" u2="O" k="43" />
+<hkern u1="l" u2="I" k="10" />
+<hkern u1="l" u2="&#x2f;" k="-10" />
+<hkern u1="l" u2="&#x2d;" k="14" />
+<hkern u1="l" u2="&#x2a;" k="47" />
+<hkern u1="l" u2="&#x29;" k="-16" />
+<hkern u1="l" u2="&#x27;" k="45" />
+<hkern u1="l" u2="&#x20;" k="49" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="16" />
+<hkern u1="n" u2="w" k="20" />
+<hkern u1="n" u2="v" k="16" />
+<hkern u1="n" u2="t" k="4" />
+<hkern u1="n" u2="\" k="68" />
+<hkern u1="n" u2="Z" k="16" />
+<hkern u1="n" u2="Y" k="139" />
+<hkern u1="n" u2="X" k="14" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="106" />
+<hkern u1="n" u2="U" k="25" />
+<hkern u1="n" u2="T" k="166" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="8" />
+<hkern u1="n" u2="&#x2a;" k="31" />
+<hkern u1="n" u2="&#x27;" k="20" />
+<hkern u1="o" u2="&#x2122;" k="57" />
+<hkern u1="o" u2="&#x2019;" k="49" />
+<hkern u1="o" u2="&#x2018;" k="57" />
+<hkern u1="o" u2="&#xd0;" k="10" />
+<hkern u1="o" u2="&#xc6;" k="47" />
+<hkern u1="o" u2="&#xba;" k="8" />
+<hkern u1="o" u2="z" k="20" />
+<hkern u1="o" u2="y" k="35" />
+<hkern u1="o" u2="x" k="43" />
+<hkern u1="o" u2="w" k="41" />
+<hkern u1="o" u2="v" k="33" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="s" k="6" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="78" />
+<hkern u1="o" u2="Z" k="37" />
+<hkern u1="o" u2="Y" k="166" />
+<hkern u1="o" u2="X" k="80" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="125" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="184" />
+<hkern u1="o" u2="S" k="23" />
+<hkern u1="o" u2="J" k="31" />
+<hkern u1="o" u2="I" k="18" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="12" />
+<hkern u1="o" u2="&#x2a;" k="55" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="45" />
+<hkern u1="q" u2="&#x201e;" k="-20" />
+<hkern u1="q" u2="&#x201a;" k="-20" />
+<hkern u1="q" u2="j" k="-246" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="119" />
+<hkern u1="q" u2="X" k="18" />
+<hkern u1="q" u2="W" k="90" />
+<hkern u1="q" u2="V" k="84" />
+<hkern u1="q" u2="U" k="18" />
+<hkern u1="q" u2="T" k="113" />
+<hkern u1="q" u2="S" k="6" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-10" />
+<hkern u1="q" u2="&#x2c;" k="-20" />
+<hkern u1="r" u2="&#x203a;" k="14" />
+<hkern u1="r" u2="&#x2039;" k="51" />
+<hkern u1="r" u2="&#xf0;" k="47" />
+<hkern u1="r" u2="&#xc6;" k="113" />
+<hkern u1="r" u2="s" k="4" />
+<hkern u1="r" u2="o" k="29" />
+<hkern u1="r" u2="d" k="27" />
+<hkern u1="r" u2="a" k="16" />
+<hkern u1="r" u2="Z" k="41" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="74" />
+<hkern u1="r" u2="W" k="27" />
+<hkern u1="r" u2="V" k="25" />
+<hkern u1="r" u2="T" k="92" />
+<hkern u1="r" u2="S" k="8" />
+<hkern u1="r" u2="J" k="152" />
+<hkern u1="r" u2="I" k="8" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="10" />
+<hkern u1="r" u2="&#x2f;" k="74" />
+<hkern u1="r" u2="&#x2e;" k="94" />
+<hkern u1="r" u2="&#x2d;" k="35" />
+<hkern u1="r" u2="&#x29;" k="20" />
+<hkern u1="r" u2="&#x20;" k="41" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="6" />
+<hkern u1="s" u2="&#x2018;" k="6" />
+<hkern u1="s" u2="&#xd0;" k="8" />
+<hkern u1="s" u2="y" k="25" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="16" />
+<hkern u1="s" u2="t" k="6" />
+<hkern u1="s" u2="f" k="8" />
+<hkern u1="s" u2="\" k="53" />
+<hkern u1="s" u2="Z" k="4" />
+<hkern u1="s" u2="Y" k="131" />
+<hkern u1="s" u2="X" k="18" />
+<hkern u1="s" u2="W" k="102" />
+<hkern u1="s" u2="V" k="96" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="145" />
+<hkern u1="s" u2="O" k="10" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="8" />
+<hkern u1="s" u2="&#x2a;" k="8" />
+<hkern u1="t" u2="&#x2122;" k="20" />
+<hkern u1="t" u2="&#x2039;" k="18" />
+<hkern u1="t" u2="&#x2019;" k="6" />
+<hkern u1="t" u2="&#x2018;" k="6" />
+<hkern u1="t" u2="&#xf0;" k="18" />
+<hkern u1="t" u2="y" k="6" />
+<hkern u1="t" u2="w" k="6" />
+<hkern u1="t" u2="v" k="6" />
+<hkern u1="t" u2="t" k="6" />
+<hkern u1="t" u2="o" k="16" />
+<hkern u1="t" u2="f" k="6" />
+<hkern u1="t" u2="d" k="16" />
+<hkern u1="t" u2="\" k="37" />
+<hkern u1="t" u2="Y" k="109" />
+<hkern u1="t" u2="W" k="74" />
+<hkern u1="t" u2="V" k="70" />
+<hkern u1="t" u2="U" k="25" />
+<hkern u1="t" u2="T" k="76" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="I" k="6" />
+<hkern u1="t" u2="&#x2d;" k="14" />
+<hkern u1="t" u2="&#x27;" k="14" />
+<hkern u1="u" u2="&#x2122;" k="33" />
+<hkern u1="u" u2="&#x2019;" k="16" />
+<hkern u1="u" u2="&#x2018;" k="14" />
+<hkern u1="u" u2="&#xd0;" k="10" />
+<hkern u1="u" u2="y" k="8" />
+<hkern u1="u" u2="w" k="14" />
+<hkern u1="u" u2="v" k="10" />
+<hkern u1="u" u2="t" k="8" />
+<hkern u1="u" u2="\" k="57" />
+<hkern u1="u" u2="Z" k="4" />
+<hkern u1="u" u2="Y" k="139" />
+<hkern u1="u" u2="W" k="92" />
+<hkern u1="u" u2="V" k="88" />
+<hkern u1="u" u2="U" k="23" />
+<hkern u1="u" u2="T" k="143" />
+<hkern u1="u" u2="O" k="18" />
+<hkern u1="u" u2="&#x2a;" k="14" />
+<hkern u1="v" u2="&#x2039;" k="39" />
+<hkern u1="v" u2="&#xf0;" k="51" />
+<hkern u1="v" u2="&#xd0;" k="8" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="&#xba;" k="-8" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="33" />
+<hkern u1="v" u2="d" k="31" />
+<hkern u1="v" u2="a" k="25" />
+<hkern u1="v" u2="\" k="23" />
+<hkern u1="v" u2="Z" k="33" />
+<hkern u1="v" u2="Y" k="70" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="29" />
+<hkern u1="v" u2="V" k="27" />
+<hkern u1="v" u2="T" k="98" />
+<hkern u1="v" u2="J" k="127" />
+<hkern u1="v" u2="A" k="63" />
+<hkern u1="v" u2="&#x40;" k="6" />
+<hkern u1="v" u2="&#x2f;" k="61" />
+<hkern u1="v" u2="&#x2e;" k="74" />
+<hkern u1="v" u2="&#x2d;" k="31" />
+<hkern u1="v" u2="&#x2a;" k="-27" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x20;" k="53" />
+<hkern u1="w" u2="&#x2039;" k="49" />
+<hkern u1="w" u2="&#xf0;" k="61" />
+<hkern u1="w" u2="&#xd0;" k="8" />
+<hkern u1="w" u2="&#xc6;" k="111" />
+<hkern u1="w" u2="&#xba;" k="-10" />
+<hkern u1="w" u2="s" k="33" />
+<hkern u1="w" u2="o" k="41" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="25" />
+<hkern u1="w" u2="Z" k="33" />
+<hkern u1="w" u2="Y" k="66" />
+<hkern u1="w" u2="X" k="66" />
+<hkern u1="w" u2="W" k="27" />
+<hkern u1="w" u2="V" k="25" />
+<hkern u1="w" u2="T" k="96" />
+<hkern u1="w" u2="S" k="8" />
+<hkern u1="w" u2="O" k="6" />
+<hkern u1="w" u2="J" k="150" />
+<hkern u1="w" u2="A" k="72" />
+<hkern u1="w" u2="&#x40;" k="6" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="86" />
+<hkern u1="w" u2="&#x2d;" k="39" />
+<hkern u1="w" u2="&#x2a;" k="-33" />
+<hkern u1="w" u2="&#x29;" k="29" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="49" />
+<hkern u1="x" u2="&#xf0;" k="53" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="43" />
+<hkern u1="x" u2="f" k="6" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="63" />
+<hkern u1="x" u2="W" k="29" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="8" />
+<hkern u1="x" u2="T" k="90" />
+<hkern u1="x" u2="O" k="25" />
+<hkern u1="x" u2="&#x2f;" k="-18" />
+<hkern u1="x" u2="&#x2d;" k="49" />
+<hkern u1="x" u2="&#x2a;" k="-35" />
+<hkern u1="x" u2="&#x29;" k="-20" />
+<hkern u1="y" u2="&#x2039;" k="39" />
+<hkern u1="y" u2="&#xf0;" k="51" />
+<hkern u1="y" u2="&#xd0;" k="8" />
+<hkern u1="y" u2="&#xc6;" k="102" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="35" />
+<hkern u1="y" u2="d" k="33" />
+<hkern u1="y" u2="a" k="25" />
+<hkern u1="y" u2="\" k="27" />
+<hkern u1="y" u2="Z" k="35" />
+<hkern u1="y" u2="Y" k="78" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="37" />
+<hkern u1="y" u2="V" k="35" />
+<hkern u1="y" u2="T" k="104" />
+<hkern u1="y" u2="S" k="6" />
+<hkern u1="y" u2="J" k="123" />
+<hkern u1="y" u2="I" k="4" />
+<hkern u1="y" u2="A" k="63" />
+<hkern u1="y" u2="&#x40;" k="8" />
+<hkern u1="y" u2="&#x2f;" k="55" />
+<hkern u1="y" u2="&#x2e;" k="72" />
+<hkern u1="y" u2="&#x2d;" k="31" />
+<hkern u1="y" u2="&#x29;" k="27" />
+<hkern u1="y" u2="&#x26;" k="6" />
+<hkern u1="y" u2="&#x20;" k="51" />
+<hkern u1="z" u2="&#x2039;" k="20" />
+<hkern u1="z" u2="&#xf0;" k="27" />
+<hkern u1="z" u2="&#xd0;" k="6" />
+<hkern u1="z" u2="o" k="18" />
+<hkern u1="z" u2="d" k="18" />
+<hkern u1="z" u2="\" k="27" />
+<hkern u1="z" u2="Y" k="100" />
+<hkern u1="z" u2="W" k="61" />
+<hkern u1="z" u2="V" k="59" />
+<hkern u1="z" u2="U" k="18" />
+<hkern u1="z" u2="T" k="119" />
+<hkern u1="z" u2="O" k="10" />
+<hkern u1="z" u2="I" k="8" />
+<hkern u1="z" u2="&#x2d;" k="27" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-57" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-41" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-27" />
+<hkern u1="&#x7b;" u2="j" k="-45" />
+<hkern u1="&#x7b;" u2="Y" k="-12" />
+<hkern u1="&#x7b;" u2="X" k="-10" />
+<hkern u1="&#x7b;" u2="W" k="-8" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-29" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-10" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-14" />
+<hkern u1="&#x7c;" u2="j" k="-139" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-16" />
+<hkern u1="&#xb0;" u2="&#x39;" k="45" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="168" />
+<hkern u1="&#xb0;" u2="&#x33;" k="14" />
+<hkern u1="&#xb0;" u2="&#x31;" k="10" />
+<hkern u1="&#xb0;" u2="&#x30;" k="29" />
+<hkern u1="&#xb7;" u2="l" k="72" />
+<hkern u1="&#xb7;" u2="&#x37;" k="27" />
+<hkern u1="&#xb7;" u2="&#x34;" k="18" />
+<hkern u1="&#xb7;" u2="&#x33;" k="41" />
+<hkern u1="&#xb7;" u2="&#x32;" k="10" />
+<hkern u1="&#xb7;" u2="&#x31;" k="18" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="23" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="18" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="16" />
+<hkern u1="&#xbf;" u2="z" k="16" />
+<hkern u1="&#xbf;" u2="y" k="23" />
+<hkern u1="&#xbf;" u2="x" k="14" />
+<hkern u1="&#xbf;" u2="w" k="47" />
+<hkern u1="&#xbf;" u2="v" k="41" />
+<hkern u1="&#xbf;" u2="u" k="18" />
+<hkern u1="&#xbf;" u2="t" k="18" />
+<hkern u1="&#xbf;" u2="s" k="23" />
+<hkern u1="&#xbf;" u2="o" k="20" />
+<hkern u1="&#xbf;" u2="n" k="16" />
+<hkern u1="&#xbf;" u2="l" k="18" />
+<hkern u1="&#xbf;" u2="j" k="-168" />
+<hkern u1="&#xbf;" u2="i" k="16" />
+<hkern u1="&#xbf;" u2="h" k="16" />
+<hkern u1="&#xbf;" u2="f" k="18" />
+<hkern u1="&#xbf;" u2="d" k="20" />
+<hkern u1="&#xbf;" u2="a" k="23" />
+<hkern u1="&#xbf;" u2="Z" k="18" />
+<hkern u1="&#xbf;" u2="Y" k="98" />
+<hkern u1="&#xbf;" u2="X" k="16" />
+<hkern u1="&#xbf;" u2="W" k="78" />
+<hkern u1="&#xbf;" u2="V" k="78" />
+<hkern u1="&#xbf;" u2="U" k="18" />
+<hkern u1="&#xbf;" u2="T" k="84" />
+<hkern u1="&#xbf;" u2="S" k="18" />
+<hkern u1="&#xbf;" u2="O" k="18" />
+<hkern u1="&#xbf;" u2="J" k="43" />
+<hkern u1="&#xbf;" u2="I" k="12" />
+<hkern u1="&#xbf;" u2="A" k="18" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-14" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-20" />
+<hkern u1="&#xd8;" u2="\" k="-14" />
+<hkern u1="&#xd8;" u2="Y" k="33" />
+<hkern u1="&#xd8;" u2="X" k="25" />
+<hkern u1="&#xd8;" u2="W" k="20" />
+<hkern u1="&#xd8;" u2="V" k="18" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-31" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-20" />
+<hkern u1="&#xde;" u2="&#x2122;" k="39" />
+<hkern u1="&#xde;" u2="&#x2019;" k="45" />
+<hkern u1="&#xde;" u2="&#x2018;" k="51" />
+<hkern u1="&#xde;" u2="&#xd0;" k="8" />
+<hkern u1="&#xde;" u2="&#xc6;" k="98" />
+<hkern u1="&#xde;" u2="&#x7d;" k="18" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="16" />
+<hkern u1="&#xde;" u2="w" k="4" />
+<hkern u1="&#xde;" u2="a" k="8" />
+<hkern u1="&#xde;" u2="]" k="20" />
+<hkern u1="&#xde;" u2="\" k="57" />
+<hkern u1="&#xde;" u2="Z" k="37" />
+<hkern u1="&#xde;" u2="Y" k="111" />
+<hkern u1="&#xde;" u2="X" k="88" />
+<hkern u1="&#xde;" u2="W" k="66" />
+<hkern u1="&#xde;" u2="V" k="63" />
+<hkern u1="&#xde;" u2="T" k="74" />
+<hkern u1="&#xde;" u2="S" k="8" />
+<hkern u1="&#xde;" u2="J" k="66" />
+<hkern u1="&#xde;" u2="A" k="55" />
+<hkern u1="&#xde;" u2="&#x3f;" k="8" />
+<hkern u1="&#xde;" u2="&#x2f;" k="57" />
+<hkern u1="&#xde;" u2="&#x2e;" k="43" />
+<hkern u1="&#xde;" u2="&#x2d;" k="6" />
+<hkern u1="&#xde;" u2="&#x2a;" k="33" />
+<hkern u1="&#xde;" u2="&#x29;" k="41" />
+<hkern u1="&#xde;" u2="&#x27;" k="61" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="25" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="18" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="10" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="27" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="6" />
+<hkern u1="&#xdf;" u2="z" k="12" />
+<hkern u1="&#xdf;" u2="y" k="35" />
+<hkern u1="&#xdf;" u2="x" k="33" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="33" />
+<hkern u1="&#xdf;" u2="t" k="18" />
+<hkern u1="&#xdf;" u2="s" k="6" />
+<hkern u1="&#xdf;" u2="f" k="12" />
+<hkern u1="&#xdf;" u2="\" k="25" />
+<hkern u1="&#xdf;" u2="Z" k="20" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="51" />
+<hkern u1="&#xdf;" u2="W" k="72" />
+<hkern u1="&#xdf;" u2="V" k="72" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="55" />
+<hkern u1="&#xdf;" u2="S" k="14" />
+<hkern u1="&#xdf;" u2="O" k="12" />
+<hkern u1="&#xdf;" u2="J" k="8" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="18" />
+<hkern u1="&#xdf;" u2="&#x27;" k="20" />
+<hkern u1="&#xe7;" u2="j" k="-29" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-10" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-10" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-10" />
+<hkern u1="&#xed;" u2="\" k="-12" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-12" />
+<hkern u1="&#xed;" u2="&#x29;" k="-35" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-68" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-43" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-43" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-10" />
+<hkern u1="&#xee;" u2="&#xba;" k="-35" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-12" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-41" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-10" />
+<hkern u1="&#xee;" u2="l" k="-27" />
+<hkern u1="&#xee;" u2="i" k="-25" />
+<hkern u1="&#xee;" u2="h" k="-25" />
+<hkern u1="&#xee;" u2="]" k="-41" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-35" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-84" />
+<hkern u1="&#xee;" u2="&#x29;" k="-18" />
+<hkern u1="&#xee;" u2="&#x27;" k="-20" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-76" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-61" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-61" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-27" />
+<hkern u1="&#xef;" u2="&#xba;" k="-61" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-45" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-57" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-29" />
+<hkern u1="&#xef;" u2="l" k="-45" />
+<hkern u1="&#xef;" u2="i" k="-41" />
+<hkern u1="&#xef;" u2="h" k="-41" />
+<hkern u1="&#xef;" u2="]" k="-57" />
+<hkern u1="&#xef;" u2="\" k="-80" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-63" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-100" />
+<hkern u1="&#xef;" u2="&#x29;" k="-88" />
+<hkern u1="&#xef;" u2="&#x27;" k="-39" />
+<hkern u1="&#xef;" u2="&#x21;" k="-16" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="8" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="10" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="10" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="8" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="53" />
+<hkern u1="&#xf0;" u2="z" k="12" />
+<hkern u1="&#xf0;" u2="y" k="25" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="20" />
+<hkern u1="&#xf0;" u2="t" k="2" />
+<hkern u1="&#xf0;" u2="\" k="6" />
+<hkern u1="&#xf0;" u2="Z" k="41" />
+<hkern u1="&#xf0;" u2="Y" k="68" />
+<hkern u1="&#xf0;" u2="X" k="59" />
+<hkern u1="&#xf0;" u2="W" k="55" />
+<hkern u1="&#xf0;" u2="V" k="53" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="51" />
+<hkern u1="&#xf0;" u2="S" k="18" />
+<hkern u1="&#xf0;" u2="J" k="37" />
+<hkern u1="&#xf0;" u2="I" k="16" />
+<hkern u1="&#xf0;" u2="A" k="37" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="18" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="12" />
+<hkern u1="&#xf0;" u2="&#x29;" k="8" />
+<hkern u1="&#xf0;" u2="&#x27;" k="10" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="10" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="76" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-49" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-20" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="176" />
+<hkern u1="&#x2018;" u2="s" k="8" />
+<hkern u1="&#x2018;" u2="o" k="33" />
+<hkern u1="&#x2018;" u2="f" k="6" />
+<hkern u1="&#x2018;" u2="d" k="70" />
+<hkern u1="&#x2018;" u2="a" k="10" />
+<hkern u1="&#x2018;" u2="O" k="6" />
+<hkern u1="&#x2018;" u2="J" k="166" />
+<hkern u1="&#x2018;" u2="A" k="109" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="240" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="31" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="78" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-43" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-23" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="178" />
+<hkern u1="&#x2019;" u2="s" k="8" />
+<hkern u1="&#x2019;" u2="o" k="35" />
+<hkern u1="&#x2019;" u2="f" k="6" />
+<hkern u1="&#x2019;" u2="d" k="72" />
+<hkern u1="&#x2019;" u2="a" k="10" />
+<hkern u1="&#x2019;" u2="O" k="6" />
+<hkern u1="&#x2019;" u2="J" k="166" />
+<hkern u1="&#x2019;" u2="A" k="113" />
+<hkern u1="&#x2019;" u2="&#x40;" k="45" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="176" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="242" />
+<hkern u1="&#x2019;" u2="&#x20;" k="43" />
+<hkern u1="&#x201a;" u2="j" k="-47" />
+<hkern u1="&#x201e;" u2="j" k="-47" />
+<hkern u1="&#x2039;" u2="Y" k="78" />
+<hkern u1="&#x2039;" u2="W" k="47" />
+<hkern u1="&#x2039;" u2="V" k="45" />
+<hkern u1="&#x2039;" u2="T" k="49" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="6" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="39" />
+<hkern u1="&#x203a;" u2="z" k="20" />
+<hkern u1="&#x203a;" u2="y" k="39" />
+<hkern u1="&#x203a;" u2="x" k="49" />
+<hkern u1="&#x203a;" u2="w" k="49" />
+<hkern u1="&#x203a;" u2="v" k="39" />
+<hkern u1="&#x203a;" u2="t" k="8" />
+<hkern u1="&#x203a;" u2="s" k="8" />
+<hkern u1="&#x203a;" u2="f" k="8" />
+<hkern u1="&#x203a;" u2="Z" k="10" />
+<hkern u1="&#x203a;" u2="Y" k="119" />
+<hkern u1="&#x203a;" u2="X" k="33" />
+<hkern u1="&#x203a;" u2="W" k="82" />
+<hkern u1="&#x203a;" u2="V" k="82" />
+<hkern u1="&#x203a;" u2="T" k="106" />
+<hkern u1="&#x203a;" u2="J" k="25" />
+<hkern u1="&#x203a;" u2="A" k="25" />
+<hkern u1="&#x203a;" u2="&#x27;" k="27" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="6" />
+<hkern g1="uniFB01" u2="&#xef;" k="-14" />
+<hkern g1="uniFB03" u2="&#xef;" k="-12" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..2930e229b837f806fe2c09fd3494e4c718a6bfb8
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..8ec968dbe6a211e458e3da6802dcf27843057ae7
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..9a10a6bf880bbc555c9ce457366edcf196520b87
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-bold-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..f45c2fe1bd8d942158bd8bc83a744c16776c8f21
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewayextrabold';
+							}
+		</style>
+
+	<title>Raleway ExtraBold Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway ExtraBold	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway ExtraBold</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway ExtraBold in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway ExtraBold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..05287bedb5a34808b1e4be5c55a5e6e07b6ce315
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..c20cdeb3d3900ec5b55f908fadf7982a51252b11
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.svg
@@ -0,0 +1,2081 @@
+<?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="ralewayextrabold" horiz-adv-x="1208" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="477" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1218" d="M49 702v248h137v125q0 94 33 175t93.5 140.5t146.5 92.5t190 33q117 0 220.5 -39t209.5 -109l-127 -248q-61 53 -136 86t-146 33q-78 0 -117 -43t-39 -109v-137h594v-950h-328v702h-266v-702h-328v702h-137z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1415" d="M49 702v248h137v156q0 102 34 179t97.5 128t151.5 77t199 26q127 0 219 -31t152.5 -88.5t89 -137t28.5 -178.5v-688q0 -39 21.5 -79t72.5 -40q18 0 38 5.5t37 10.5t29.5 10t14.5 5l41 -264q-2 -2 -27.5 -11.5t-65.5 -19.5t-90 -18t-100 -8q-70 0 -125 19.5t-94 52 t-59.5 76.5t-20.5 93v776q0 37 -5 79t-22.5 78t-49 58.5t-82.5 22.5q-43 0 -73 -17.5t-48.5 -47t-26.5 -67.5t-8 -79v-78h162v-248h-162v-702h-328v702h-137z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1781" d="M49 702v248h137v58q0 94 27 175t76 138t119.5 90t160.5 33q66 0 135.5 -15.5t141.5 -44.5q59 59 150 95.5t210 36.5q104 0 213 -38t223 -110l-126 -248q-59 53 -134 86t-141 33q-86 0 -125 -43t-39 -109v-137h594v-950h-330v702h-264v-702h-327v702h-236v-702h-328v702 h-137zM514 950h236v92v20.5t2 31t3 31t5 18.5q-29 12 -62.5 18t-60.5 6q-66 0 -94.5 -44t-28.5 -103v-70z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1976" d="M49 702v248h137v62q0 96 27 176t77 136t120.5 88t156.5 32q72 0 139.5 -15.5t139.5 -44.5q63 66 160.5 99t222.5 33q254 0 372.5 -119t118.5 -316v-688q0 -39 21.5 -79t73.5 -40q18 0 37.5 5.5t37 10.5t29.5 10t14 5l41 -264q-2 -2 -27.5 -11.5t-65.5 -19.5t-90 -18 t-99 -8q-72 0 -127.5 19.5t-93 52t-58 76.5t-20.5 93v776q0 37 -6.5 79t-22.5 78t-48 58.5t-83 22.5q-43 0 -73 -17.5t-48 -47t-26.5 -67.5t-8.5 -79v-78h162v-248h-162v-702h-327v702h-236v-702h-328v702h-137zM514 950h236v90v21.5t1 32t3 32t4 19.5q-29 12 -60.5 17 t-56.5 5q-66 0 -96.5 -40t-30.5 -105v-72z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="477" />
+<glyph unicode="&#x09;" horiz-adv-x="477" />
+<glyph unicode="&#xa0;" horiz-adv-x="477" />
+<glyph unicode="!" horiz-adv-x="628" d="M152 0v340h327v-340h-327zM152 578v890h327v-890h-327z" />
+<glyph unicode="&#x22;" horiz-adv-x="876" d="M113 1063v424h278v-424h-278zM485 1063v424h277v-424h-277z" />
+<glyph unicode="#" horiz-adv-x="1513" d="M76 367v243h289l55 234h-244v225h299l94 385h262l-96 -385h189l94 385h262l-96 -385h254v-225h-310l-55 -234h264v-243h-323l-88 -367h-262l90 367h-189l-88 -367h-262l90 367h-229zM625 610h188l53 234h-186z" />
+<glyph unicode="$" horiz-adv-x="1312" d="M68 164l147 293q8 -10 45 -34t92.5 -50.5t125 -50t143.5 -31.5v272l-99 29q-100 31 -174 66.5t-123 82.5t-72.5 108.5t-23.5 143.5q0 106 37 189.5t99.5 142.5t147.5 93t183 44v207h143v-207q135 -12 250 -59t201 -96l-146 -279q-6 8 -36.5 26.5t-76.5 40t-102.5 41 t-113.5 27.5v-278l65 -17q104 -29 188.5 -62.5t143.5 -83.5t91 -122t32 -172q0 -117 -41 -199t-109.5 -134t-157.5 -78.5t-188 -30.5v-238h-143v240q-141 12 -279.5 58t-248.5 118zM477 1047q0 -51 36 -80t108 -54v252q-144 -12 -144 -118zM715 287q157 6 157 108 q0 53 -43 83t-114 54v-245z" />
+<glyph unicode="%" horiz-adv-x="1679" d="M74 1159q0 66 26.5 123t74.5 100t111.5 68t137.5 25t137.5 -25t111.5 -68t74.5 -100t26.5 -123t-26.5 -124t-74.5 -101t-111.5 -67.5t-137.5 -24.5t-137.5 24.5t-111.5 67.5t-74.5 101.5t-26.5 123.5zM215 115l578 663l524 695l147 -132l-559 -647l-545 -712zM301 1159 q0 -66 36 -112t87 -46t87 46.5t36 111.5q0 66 -37 111t-86 45q-51 0 -87 -46t-36 -110zM905 295q0 66 26.5 124t75 101t112 67.5t136.5 24.5q74 0 137.5 -24.5t111.5 -67.5t75 -101.5t27 -123.5q0 -66 -27 -123t-75 -100t-111.5 -67.5t-137.5 -24.5t-137 24.5t-111.5 67.5 t-75 100t-26.5 123zM1133 295q0 -66 35.5 -111t86.5 -45t87 46t36 110q0 66 -36.5 112t-86.5 46q-51 0 -86.5 -46.5t-35.5 -111.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1501" d="M78 426q0 66 18.5 122t50 103t72.5 88t88 76q-37 45 -63.5 82t-43 73t-23.5 69.5t-7 72.5q0 84 30.5 150.5t86 113.5t131.5 72t164 25q76 0 149.5 -19.5t130 -61.5t91 -104.5t34.5 -148.5q0 -117 -61.5 -206t-159.5 -163l227 -242q27 61 42.5 134t15.5 159h266 q-2 -152 -37 -273.5t-94 -219.5l313 -328h-430l-96 100q-90 -59 -190.5 -89.5t-204.5 -30.5q-119 0 -212.5 37.5t-157 100t-97 142.5t-33.5 166zM393 424q0 -33 14.5 -66.5t42 -60.5t68.5 -44t94 -17q94 0 185 55l-289 307q-53 -41 -84 -82t-31 -92zM467 1124 q0 -33 20.5 -60.5t73.5 -80.5q63 41 94 74t31 78t-28.5 71.5t-75.5 26.5q-53 0 -84 -31t-31 -78z" />
+<glyph unicode="'" horiz-adv-x="495" d="M111 1069v418h276v-418h-276z" />
+<glyph unicode="(" horiz-adv-x="663" d="M61 711q0 104 24 208.5t66 211t99 215t123 219.5l250 -103q-29 -45 -72 -128t-84 -187.5t-70.5 -219t-29.5 -222.5q0 -166 69.5 -341.5t177.5 -367.5l-239 -117q-63 94 -119.5 196.5t-99.5 208t-69 213.5t-26 214z" />
+<glyph unicode=")" horiz-adv-x="663" d="M41 1462l250 103q66 -111 123 -219.5t99 -215t65.5 -211t23.5 -208.5q0 -106 -25.5 -214t-68.5 -213.5t-100.5 -208t-120.5 -196.5l-238 117q109 193 178.5 368t69.5 341q0 109 -29.5 223t-70.5 218.5t-84 187.5t-72 128z" />
+<glyph unicode="*" horiz-adv-x="724" d="M96 1241l43 137l150 -69l-13 164h170l-12 -164l152 69l43 -137l-146 -43l97 -154l-121 -79l-97 161l-96 -161l-121 79l97 154z" />
+<glyph unicode="+" horiz-adv-x="872" d="M94 596v262h195v213h295v-213h192v-262h-192v-213h-295v213h-195z" />
+<glyph unicode="," horiz-adv-x="509" d="M47 -39q6 0 19.5 2t25.5 10.5t21.5 21.5t11.5 38v301h266v-363q0 -72 -33.5 -118t-84 -73.5t-111 -38.5t-115.5 -11v231z" />
+<glyph unicode="-" horiz-adv-x="849" d="M111 416v295h630v-295h-630z" />
+<glyph unicode="." horiz-adv-x="487" d="M111 0v334h266v-334h-266z" />
+<glyph unicode="/" horiz-adv-x="1503" d="M57 0l1033 1454h362l-1034 -1454h-361z" />
+<glyph unicode="0" horiz-adv-x="1257" d="M94 600q0 135 41 249t112.5 196.5t169 130t212.5 47.5t213 -47.5t169.5 -130t112.5 -196.5t41 -249t-41 -248.5t-112.5 -196.5t-170 -129t-212.5 -46q-115 0 -212.5 46t-169 129t-112.5 196.5t-41 248.5zM422 600q0 -143 57.5 -231t149.5 -88q90 0 147.5 88t57.5 231 t-57.5 232.5t-147.5 89.5q-92 0 -149.5 -89.5t-57.5 -232.5z" />
+<glyph unicode="1" horiz-adv-x="1060" d="M86 672v303q33 0 85 22.5t103.5 54t92.5 64.5t51 53h334v-874h260v-295h-885v295h291v522q-18 -25 -58.5 -50.5t-87.5 -47t-97 -34.5t-89 -13z" />
+<glyph unicode="2" horiz-adv-x="1196" d="M76 0q0 96 15 172t52 139.5t97.5 116.5t150.5 102q96 51 160.5 86t103.5 62t55.5 49.5t16.5 50.5q0 57 -42 92t-118 35q-86 0 -149.5 -42t-122.5 -109l-207 241q33 37 87 72t124 62.5t153 44t173 16.5q221 0 339.5 -96.5t118.5 -259.5q0 -68 -21.5 -121.5t-56 -95.5 t-78.5 -73.5t-89 -58.5q-31 -18 -67 -38.5t-70.5 -44t-65.5 -50t-53 -57.5h524v-295h-1030z" />
+<glyph unicode="3" horiz-adv-x="1163" d="M51 -119l176 234q53 -57 125 -87t170 -30q229 0 230 170q0 92 -69 139t-216 47h-59v236h67q113 0 177.5 47t64.5 125q0 68 -47 102.5t-125 34.5q-84 0 -152.5 -40t-116.5 -114l-206 238q33 43 87 80t121.5 62.5t145.5 40t158 14.5q109 0 198.5 -26t154 -74t99.5 -114.5 t35 -148.5q0 -61 -19.5 -116.5t-54 -100.5t-83 -75t-105.5 -40q63 -12 115.5 -43.5t90.5 -80t58.5 -111t20.5 -133.5q0 -96 -39 -173t-112 -131.5t-175 -84t-229 -29.5q-309 0 -486 182z" />
+<glyph unicode="4" horiz-adv-x="1175" d="M41 20v293l670 856h223v-854h180v-295h-180v-280h-328v280h-565zM367 315h276v363z" />
+<glyph unicode="5" horiz-adv-x="1138" d="M49 -63l184 202q59 -72 138.5 -114.5t160.5 -42.5q94 0 152.5 55t58.5 147q0 88 -54 141.5t-138 53.5q-55 0 -103.5 -24.5t-74.5 -69.5h-285q0 2 8 42t19.5 103.5t27 142t31.5 160.5q37 193 84 436h723v-299h-485l-43 -247q14 14 50 25t95 11q104 0 192.5 -34.5t153 -96 t100 -147.5t35.5 -191q0 -111 -41 -201.5t-113.5 -156t-174 -101.5t-220.5 -36q-160 0 -286.5 63.5t-194.5 178.5z" />
+<glyph unicode="6" horiz-adv-x="1243" d="M88 670q0 190 40 338.5t113.5 250t180 154.5t240.5 53q135 0 250.5 -55t203.5 -160l-184 -209q-51 66 -123 103t-152 37q-121 0 -191.5 -86t-74.5 -244q41 55 108.5 86t157.5 31q109 0 202 -37t160.5 -101.5t106.5 -152t39 -189.5q0 -106 -41 -199t-112.5 -162 t-170 -108.5t-212.5 -39.5q-127 0 -227.5 47t-170 135t-106.5 216t-37 292zM403 489q0 -47 18.5 -90t49.5 -74.5t72 -50t86 -18.5t86 18.5t71.5 50t49 74.5t18.5 90q0 45 -18.5 86t-49 71t-71.5 47.5t-86 17.5q-47 0 -88 -17.5t-72 -47.5t-48.5 -70.5t-17.5 -86.5z" />
+<glyph unicode="7" horiz-adv-x="1196" d="M70 897v299h1126l-717 -1454h-370l571 1155h-610z" />
+<glyph unicode="8" horiz-adv-x="1245" d="M84 453q0 57 18.5 107t48 91t66.5 72t72 53q-68 37 -115 108.5t-47 151.5q0 100 46 179t117.5 131.5t160 80t172.5 27.5t172 -26.5t159.5 -79t117.5 -130t46 -178.5q0 -41 -12 -79.5t-34.5 -74.5t-52.5 -63.5t-63 -46.5q37 -23 74 -55.5t66.5 -74.5t47 -93.5t17.5 -112.5 q0 -104 -43 -188t-116.5 -144.5t-172 -93t-208.5 -32.5q-109 0 -206.5 33.5t-171 95t-116.5 148.5t-43 194zM418 459q0 -41 17.5 -74t45 -56.5t64.5 -36.5t78 -13q43 0 79.5 13t64.5 37.5t44 58.5t16 73q0 86 -61 133t-143 47q-86 0 -145.5 -49t-59.5 -133zM461 1030 q0 -37 14 -63.5t37 -44t52.5 -26.5t58.5 -9t58.5 9t53 27.5t37.5 45t14 61.5q0 59 -48 97t-115 38q-70 0 -116 -38t-46 -97z" />
+<glyph unicode="9" d="M61 659q0 106 41 199.5t113 162.5t170 108.5t213 39.5q127 0 227.5 -47t170 -135t106.5 -217t37 -291q0 -190 -40 -338.5t-114 -250t-180.5 -154.5t-239.5 -53q-135 0 -250.5 55t-203.5 160l184 208q51 -66 122.5 -102.5t151.5 -36.5q121 0 191.5 86t75.5 244 q-41 -55 -109 -86t-158 -31q-109 0 -202 37t-160.5 101.5t-106.5 151.5t-39 189zM373 659q0 -47 17.5 -87t48 -69.5t71.5 -47t88 -17.5q45 0 86 17.5t71.5 47t49 69.5t18.5 87t-18.5 90.5t-49 75t-71.5 50t-86 18.5t-86 -18.5t-71.5 -50t-49 -74.5t-18.5 -91z" />
+<glyph unicode=":" horiz-adv-x="534" d="M133 0v334h268v-334h-268zM133 729v334h268v-334h-268z" />
+<glyph unicode=";" horiz-adv-x="542" d="M61 -39q6 0 18.5 2t25 10.5t22.5 21.5t12 38v301h267v-363q0 -72 -34 -118t-84 -73.5t-110.5 -38.5t-116.5 -11v231zM139 729v334h267v-334h-267z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1046" d="M66 444v156l864 524v-348l-389 -246l389 -231v-367z" />
+<glyph unicode="=" horiz-adv-x="890" d="M121 254v209h651v-209h-651zM121 668v209h651v-209h-651z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1046" d="M115 -68v367l389 231l-389 246v348l866 -524v-156z" />
+<glyph unicode="?" horiz-adv-x="1011" d="M74 1208q53 125 168.5 195t261.5 70q78 0 155.5 -23t140 -72t101.5 -126.5t39 -188.5q0 -117 -49 -196t-143 -138q-43 -29 -87.5 -51.5t-80 -47t-59 -55t-23.5 -73.5h-269q0 47 6.5 90t23.5 83t49 74.5t85 63.5q27 14 72 37.5t86 54.5t71.5 71t30.5 89q0 68 -48 105.5 t-111 37.5q-41 0 -74 -15t-57.5 -36.5t-44 -48.5t-33.5 -47zM236 0v307h268v-307h-268z" />
+<glyph unicode="@" horiz-adv-x="1720" d="M84 473q0 184 64.5 326.5t173 239t250.5 146.5t298 50q150 0 290 -48t246.5 -145.5t171 -245t64.5 -343.5q0 -29 -3 -76t-13 -100.5t-30.5 -108.5t-56.5 -100t-90 -73t-130 -28q-55 0 -93 15.5t-60.5 38t-34 51t-15.5 55.5q-66 -66 -156 -105.5t-200 -39.5 q-82 0 -142.5 23.5t-100.5 63.5t-60.5 94t-20.5 118q0 88 36 147t92.5 96t127 53.5t139.5 16.5q86 0 141.5 -17.5t84.5 -29.5q0 49 -10.5 90t-36 69.5t-68.5 45t-111 16.5q-86 0 -153.5 -23.5t-114.5 -64.5l-57 170q78 53 168 77.5t188 24.5q139 0 217 -42t116 -105.5 t46 -140t8 -144.5v-168q0 -45 2 -89t12.5 -77.5t31 -55t57.5 -21.5q51 0 82.5 39.5t49 96t22.5 117t5 99.5q0 139 -46 258t-132 206t-205.5 136t-267.5 49q-147 0 -266 -48t-203 -133t-129 -203t-45 -257q0 -133 42 -250t122 -205t193.5 -138t256.5 -50q102 0 173 22.5 t149 55.5l37 -121q-86 -41 -178 -61.5t-185 -20.5q-154 0 -289 55.5t-236 155.5t-159.5 242.5t-58.5 318.5zM635 293q0 -23 6 -46.5t22.5 -43t44 -32.5t70.5 -13t90 12.5t86 30.5q57 29 79 63.5t22 77.5v57q-29 10 -88.5 24.5t-128.5 14.5q-90 0 -146.5 -33.5t-56.5 -111.5z " />
+<glyph unicode="A" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM516 557h342l-168 541z" />
+<glyph unicode="B" horiz-adv-x="1400" d="M139 0v1454h809q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -136.5q0 -104 -52 -196t-157 -140q125 -37 197.5 -131t72.5 -241q0 -94 -38.5 -164t-106.5 -116t-158 -69.5t-190 -23.5h-709zM475 285h373q66 0 108.5 42.5t42.5 112.5q0 68 -38.5 115t-98.5 47h-387v-317z M475 866h330q55 0 98 37t43 115q0 72 -38 110.5t-91 38.5h-342v-301z" />
+<glyph unicode="C" horiz-adv-x="1357" d="M55 739q0 131 47.5 261t137.5 232.5t220 166t296 63.5q195 0 338 -88t213 -229l-258 -180q-23 57 -58 95t-76 61.5t-85 32.5t-82 9q-90 0 -156 -39t-109 -100t-64.5 -139t-21.5 -158q0 -86 26 -166t72 -141.5t111.5 -97t145.5 -35.5q41 0 85 11t85 34.5t73.5 61.5 t53.5 93l276 -161q-33 -80 -95.5 -143.5t-142 -106.5t-169 -65.5t-175.5 -22.5q-152 0 -277.5 64.5t-216.5 171t-142.5 241.5t-51.5 274z" />
+<glyph unicode="D" horiz-adv-x="1468" d="M139 0v1454h543q180 0 315.5 -57.5t226.5 -155.5t137 -230t46 -282q0 -166 -51 -300t-146.5 -229.5t-229.5 -147.5t-298 -52h-543zM475 295h207q92 0 164 32.5t120 91t73.5 137.5t25.5 173q0 96 -25.5 175t-75 136.5t-121 88t-161.5 30.5h-207v-864z" />
+<glyph unicode="E" horiz-adv-x="1230" d="M139 0v1454h1004v-295h-668v-282h574v-273h-574v-309h686v-295h-1022z" />
+<glyph unicode="F" horiz-adv-x="1157" d="M139 0v1454h987v-295h-651v-313h537v-273h-537v-573h-336z" />
+<glyph unicode="G" horiz-adv-x="1443" d="M57 737q0 150 53.5 283t147.5 231.5t221 155.5t275 57q193 0 338 -85t217 -232l-252 -189q-45 98 -130 152.5t-184 54.5q-78 0 -140 -33.5t-108 -94t-71 -140.5t-25 -172q0 -94 27 -174t74 -138.5t112.5 -91t143.5 -32.5q90 0 172 44t153 134v49h-280v244h559v-760h-279 v141q-78 -78 -165 -114.5t-189 -36.5q-137 0 -259 61.5t-213 163.5t-144.5 238.5t-53.5 283.5z" />
+<glyph unicode="H" horiz-adv-x="1529" d="M139 0v1454h336v-563h580v563h336v-1454h-336v596h-580v-596h-336z" />
+<glyph unicode="I" horiz-adv-x="614" d="M139 0v1454h336v-1454h-336z" />
+<glyph unicode="J" horiz-adv-x="1019" d="M16 68l74 274q20 -16 87 -41t155 -25q76 0 121 26t69.5 79t31.5 136t7 198v739h336v-739q0 -166 -17.5 -302.5t-76 -232.5t-171 -149.5t-300.5 -53.5q-184 0 -316 91z" />
+<glyph unicode="K" horiz-adv-x="1386" d="M139 0v1454h336v-655l561 655h348l-544 -649l581 -805h-354l-426 616l-166 -180v-436h-336z" />
+<glyph unicode="L" horiz-adv-x="1206" d="M139 0v1454h336v-1159h705v-295h-1041z" />
+<glyph unicode="M" horiz-adv-x="1761" d="M139 0v1454h365l377 -760l379 760h362v-1454h-336v870l-315 -632h-180l-316 632v-870h-336z" />
+<glyph unicode="N" horiz-adv-x="1554" d="M139 0v1454h262l678 -854v854h336v-1454h-270l-670 831v-831h-336z" />
+<glyph unicode="O" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -140.5 t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161z" />
+<glyph unicode="P" horiz-adv-x="1269" d="M139 0v1454h621q104 0 191 -43t149.5 -112.5t98.5 -157.5t36 -178q0 -96 -34 -184.5t-94 -158t-146.5 -110.5t-190.5 -41h-295v-469h-336zM475 762h275q59 0 102 51t43 150q0 51 -13.5 87.5t-36 61.5t-51 36t-57.5 11h-262v-397z" />
+<glyph unicode="Q" horiz-adv-x="1507" d="M57 729q0 143 52.5 276.5t145.5 235.5t221 162.5t280 60.5q156 0 282.5 -64.5t218 -169t140.5 -237.5t49 -270q0 -135 -45 -257t-125 -222l221 -244h-317l-80 88q-78 -47 -165 -72.5t-185 -25.5q-156 0 -283 62.5t-218 166t-141.5 236.5t-50.5 274zM399 725 q0 -84 23.5 -163t68 -139.5t111 -97t152.5 -36.5q78 0 137 30l-229 254h315l76 -84q51 113 51 240q0 84 -23.5 163t-68.5 139.5t-110.5 97t-149.5 36.5q-88 0 -154 -37.5t-110 -100t-66.5 -141.5t-22.5 -161z" />
+<glyph unicode="R" horiz-adv-x="1392" d="M139 0v1454h656q102 0 189 -43t150.5 -112.5t99.5 -157.5t36 -178q0 -68 -16.5 -130.5t-47 -118t-75 -99.5t-99.5 -74l334 -541h-379l-293 469h-219v-469h-336zM475 762h307q59 0 102.5 56t43.5 145q0 90 -49.5 143t-106.5 53h-297v-397z" />
+<glyph unicode="S" horiz-adv-x="1261" d="M37 164l147 293q10 -10 55.5 -39t111 -57.5t147.5 -51t166 -22.5q178 0 178 108q0 41 -27 67.5t-74 48t-110.5 40t-138.5 41.5q-100 31 -174 66.5t-123.5 82.5t-73 108.5t-23.5 143.5q0 115 43 203t117 148.5t171 91t206 30.5q78 0 151.5 -14t140 -36.5t126 -51.5 t106.5 -57l-145 -279q-8 8 -45 30.5t-92.5 47t-121 43t-130.5 18.5q-86 0 -132.5 -30.5t-46.5 -89.5q0 -37 20.5 -61.5t58.5 -44t94.5 -36t130.5 -37.5q104 -29 188 -62.5t143.5 -83.5t91 -122t31.5 -172q0 -123 -46 -208t-121.5 -137t-175 -75.5t-204.5 -23.5 q-80 0 -162.5 12t-162.5 35.5t-156 56.5t-139 76z" />
+<glyph unicode="T" horiz-adv-x="1273" d="M25 1159v295h1222v-295h-442v-1159h-336v1159h-444z" />
+<glyph unicode="U" horiz-adv-x="1525" d="M117 711v743h336v-743q0 -84 16 -160t53 -135.5t95.5 -94t144.5 -34.5t145.5 35.5t96 95t52 136.5t15.5 157v743h336v-743q0 -152 -38 -283t-116.5 -229.5t-200.5 -154.5t-290 -56q-174 0 -297 59t-200 158.5t-112.5 230.5t-35.5 275z" />
+<glyph unicode="V" horiz-adv-x="1376" d="M-8 1454h354l344 -1032l338 1032h354l-553 -1454h-280z" />
+<glyph unicode="W" horiz-adv-x="2162" d="M-10 1454h362l369 -1069l143 391l-241 676h311l145 -465l150 465h309l-244 -676l148 -391l366 1069h365l-580 -1454h-282l-230 569l-231 -569h-281z" />
+<glyph unicode="X" horiz-adv-x="1329" d="M-16 1454h364l318 -502l317 502h363l-504 -737l487 -717h-362l-301 481l-301 -481h-365l487 717z" />
+<glyph unicode="Y" horiz-adv-x="1327" d="M-16 1454h364l314 -668l319 668h365l-517 -958v-496h-335v500z" />
+<glyph unicode="Z" horiz-adv-x="1275" d="M55 0v252l756 907h-727v295h1116v-252l-723 -907h731v-295h-1153z" />
+<glyph unicode="[" horiz-adv-x="657" d="M137 -82v1598h438v-261h-137v-1077h137v-260h-438z" />
+<glyph unicode="\" horiz-adv-x="1363" d="M53 1454h363l891 -1454h-361z" />
+<glyph unicode="]" horiz-adv-x="657" d="M82 -82v260h137v1077h-137v261h440v-1598h-440z" />
+<glyph unicode="^" horiz-adv-x="1236" d="M78 621l405 833h273l403 -833h-266l-272 563l-281 -563h-262z" />
+<glyph unicode="_" horiz-adv-x="757" d="M10 0h738v-295h-738v295z" />
+<glyph unicode="`" horiz-adv-x="550" d="M94 1495h297l107 -266l-207 -58z" />
+<glyph unicode="a" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41t-58.5 -107z" />
+<glyph unicode="b" horiz-adv-x="1308" d="M111 0v1495h327v-596q53 92 142.5 144.5t212.5 52.5q102 0 187 -44t146.5 -120t96 -179.5t34.5 -220.5t-37.5 -218t-105 -176t-160 -116.5t-198.5 -41.5q-123 0 -214 52t-145 146v-178h-286zM438 406q35 -70 96.5 -110t129.5 -40q57 0 105 21.5t82 58.5t52.5 87t18.5 109 q0 57 -17.5 109.5t-50.5 91.5t-77 61.5t-97 22.5q-78 0 -142.5 -53t-99.5 -133v-225z" />
+<glyph unicode="c" horiz-adv-x="1167" d="M49 539q0 111 39 212t112.5 178t181 122t245.5 45q186 0 313 -79t190 -206l-319 -96q-63 102 -186 102q-102 0 -171 -75.5t-69 -202.5q0 -63 18.5 -115.5t51 -89.5t76.5 -57.5t94 -20.5q61 0 112 29.5t76 76.5l320 -98q-59 -125 -189.5 -204.5t-316.5 -79.5 q-135 0 -243 46t-182.5 122.5t-113.5 178t-39 212.5z" />
+<glyph unicode="d" horiz-adv-x="1351" d="M51 539q0 117 35 219t98.5 177t150.5 118t191 43q111 0 203 -53.5t141 -143.5v596h328v-1126q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-69 -3q-172 4 -196 137l-6 57q-59 -100 -155.5 -149t-207.5 -49t-204 41.5t-160.5 117.5t-105.5 177.5t-38 222.5z M389 532q0 -121 71.5 -198.5t186.5 -77.5q68 0 129.5 40t95.5 110v225q-31 82 -99 134t-142 52q-53 0 -97.5 -23.5t-77 -62.5t-50 -90t-17.5 -109z" />
+<glyph unicode="e" horiz-adv-x="1236" d="M49 526q0 117 39 220.5t112.5 181.5t181 123t245.5 45q137 0 243.5 -45t180 -122t111.5 -177.5t38 -210.5q0 -29 -2 -56.5t-6 -48.5h-795q8 -109 79 -165t161 -56q72 0 138.5 35t88.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-135 0 -243 44t-182.5 119.5 t-113.5 175t-39 207.5zM391 639h463q-10 102 -73.5 161.5t-157.5 59.5q-96 0 -159 -60.5t-73 -160.5z" />
+<glyph unicode="f" horiz-adv-x="808" d="M49 702v248h137v125q0 100 27 182t76 139.5t118.5 88.5t155.5 31q133 0 279 -64l-60 -246q-33 14 -72.5 23.5t-74.5 9.5q-121 0 -121 -152v-137h250v-248h-250v-702h-328v702h-137z" />
+<glyph unicode="g" horiz-adv-x="1308" d="M53 539q0 119 37 220t102.5 176t157.5 118t203 43q121 0 213 -52.5t147 -144.5v176h285v-1001q0 -123 -46 -221.5t-128 -167t-196.5 -105.5t-252.5 -37q-174 0 -296.5 55.5t-215.5 159.5l175 179q59 -68 148 -108t189 -40q59 0 112.5 16.5t94.5 50t64.5 88t23.5 130.5 v104q-49 -90 -142.5 -136t-199.5 -46t-193 43t-149.5 116.5t-97.5 172t-35 211.5zM387 530q0 -59 19.5 -109t53.5 -87t81 -57.5t102 -20.5q76 0 134.5 42t92.5 108v225q-33 86 -100.5 136t-142.5 50q-53 0 -97.5 -23.5t-76 -63.5t-49 -92t-17.5 -108z" />
+<glyph unicode="h" horiz-adv-x="1251" d="M111 0v1495h327v-600q59 96 156.5 148.5t216.5 52.5q109 0 175.5 -38t102 -96.5t48 -131t12.5 -142.5v-688h-328v604q0 104 -42 153.5t-113 49.5q-29 0 -63 -13.5t-65.5 -39t-58 -60.5t-41.5 -78v-616h-327z" />
+<glyph unicode="i" horiz-adv-x="548" d="M111 0v1075h327v-1075h-327zM111 1198v297h327v-297h-327z" />
+<glyph unicode="j" horiz-adv-x="548" d="M-244 -311l138 223q20 -23 48.5 -33t59.5 -10q47 0 78 30.5t31 82.5v1093h327v-1069q0 -92 -29.5 -170t-83 -133t-125 -86t-157.5 -31q-80 0 -153.5 26t-133.5 77zM111 1198v297h327v-297h-327z" />
+<glyph unicode="k" horiz-adv-x="1163" d="M111 0v1495h327v-866l365 446h348l-387 -463l418 -612h-348l-281 432l-115 -119v-313h-327z" />
+<glyph unicode="l" horiz-adv-x="694" d="M109 268v1227h327v-1094q0 -122 105 -122h2q23 0 52.5 8t53.5 20l43 -264q-61 -29 -141 -45t-148 -16q-141 0 -217.5 73.5t-76.5 212.5z" />
+<glyph unicode="m" horiz-adv-x="1912" d="M111 0v1075h295v-180q59 98 161.5 149.5t237.5 51.5q66 0 117 -16.5t86.5 -45t59.5 -66.5t34 -81q59 100 159.5 154.5t229.5 54.5q102 0 164.5 -38t97.5 -98.5t46 -132t11 -139.5v-688h-327v604q0 106 -38 154.5t-102 48.5q-66 0 -128 -53.5t-91 -137.5v-616h-327v604 q0 106 -38 154.5t-102 48.5q-66 0 -128 -52.5t-91 -138.5v-616h-327z" />
+<glyph unicode="n" horiz-adv-x="1251" d="M111 0v1075h295v-180q59 96 167.5 148.5t249.5 52.5q104 0 169 -38t99.5 -98.5t46 -132t11.5 -139.5v-688h-328v604q0 106 -40 154.5t-105 48.5q-35 0 -71 -14.5t-67.5 -40t-58 -60.5t-41.5 -76v-616h-327z" />
+<glyph unicode="o" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM385 537q0 -127 67.5 -204t172.5 -77q51 0 94 20.5t74.5 57.5 t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113z" />
+<glyph unicode="p" horiz-adv-x="1306" d="M111 -436v1511h286v-174q59 92 147.5 143.5t211.5 51.5q109 0 201 -43t158.5 -118t104 -176.5t37.5 -217.5q0 -121 -34.5 -223.5t-97 -177t-147.5 -117.5t-185 -43q-123 0 -213.5 51t-141.5 143v-610h-327zM438 449q33 -82 99.5 -137.5t142.5 -55.5q53 0 97 23.5t77 62.5 t50.5 91t17.5 110q0 59 -19.5 109t-53.5 87t-81 57.5t-104 20.5q-68 0 -129.5 -40t-96.5 -107v-221z" />
+<glyph unicode="q" horiz-adv-x="1306" d="M51 541q0 117 38 218t104.5 176t157.5 118t200 43q123 0 212 -53.5t148 -143.5v176h285v-1126q0 -49 18.5 -68.5t65.5 -21.5v-279q-43 -8 -93 -12t-89 -4q-47 0 -89 15t-73 43t-49.5 67t-18.5 86v399q-110 -194 -352 -194q-102 0 -187 43t-146.5 118.5t-96.5 178 t-35 221.5zM385 532q0 -121 70.5 -198.5t185.5 -77.5q72 0 129 40t98 105v228q-12 39 -36.5 73.5t-57.5 60t-69.5 40t-73.5 14.5q-53 0 -98.5 -23.5t-78 -62.5t-51 -90t-18.5 -109z" />
+<glyph unicode="r" horiz-adv-x="821" d="M111 0v1075h301v-217q57 109 144 169t185 65q41 0 52 -2v-295q-119 -2 -214.5 -39t-140.5 -111v-645h-327z" />
+<glyph unicode="s" horiz-adv-x="1058" d="M25 117l129 221q106 -61 206.5 -94t192.5 -33q72 0 109.5 22.5t37.5 65.5t-51 66.5t-176 56.5q-109 29 -184.5 57.5t-121.5 64.5t-66.5 81t-20.5 106q0 82 33.5 149.5t93 114.5t140.5 74t177 27q113 0 230.5 -34t230.5 -93l-129 -207q-100 55 -179 80.5t-153 25.5 q-61 0 -101 -21.5t-40 -68.5q0 -23 10 -38t34 -28.5t62.5 -24.5t96.5 -25q119 -31 200.5 -62t133 -68.5t74 -87t22.5 -116.5q0 -80 -32 -144.5t-91 -109.5t-143.5 -69.5t-188.5 -24.5q-68 0 -140.5 10t-144 27.5t-137 43t-114.5 56.5z" />
+<glyph unicode="t" horiz-adv-x="821" d="M41 827v248h137v342h328v-342h219v-248h-219v-448q0 -53 27.5 -76.5t68.5 -23.5q35 0 74 12t69 26l62 -260q-68 -29 -154 -53t-176 -24q-61 0 -115.5 15t-95.5 49t-64.5 89t-23.5 133v561h-137z" />
+<glyph unicode="u" horiz-adv-x="1296" d="M102 387v688h328v-616q0 -98 39 -150.5t111 -52.5q66 0 127 35t108 121v663h328v-706q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-67 -3q-172 2 -199 137l-6 65q-74 -106 -183.5 -156t-244.5 -50q-164 0 -250 103t-86 304z" />
+<glyph unicode="v" horiz-adv-x="1124" d="M4 1075h336l235 -813l238 813h307l-381 -1075h-354z" />
+<glyph unicode="w" horiz-adv-x="1753" d="M0 1075h309l291 -772l100 293l-188 479h262l103 -323l104 323h262l-190 -479l102 -293l291 772h309l-444 -1075h-269l-165 442l-164 -442h-269z" />
+<glyph unicode="x" horiz-adv-x="1103" d="M-4 0l379 537l-371 538h334l194 -303l21 -39l18 39l195 303h336l-373 -538l379 -537h-334l-203 301l-18 39l-18 -39l-203 -301h-336z" />
+<glyph unicode="y" horiz-adv-x="1116" d="M-8 1075h336l252 -794l215 794h305l-412 -1249q-45 -135 -152.5 -216t-248.5 -83q-45 0 -90 7t-91 24v280q45 -14 83 -20t67 -6q53 0 87 42t56 146z" />
+<glyph unicode="z" horiz-adv-x="1007" d="M47 0v197l549 651h-520v227h864v-196l-547 -652h559v-227h-905z" />
+<glyph unicode="{" horiz-adv-x="671" d="M68 627v225q20 0 40.5 13.5t37 34t25.5 46t9 49.5v459q0 37 17.5 49.5t29.5 12.5h361v-261h-113v-370q0 -47 -22.5 -83t-55.5 -65q31 -29 54.5 -64.5t23.5 -82.5v-393h113v-260h-361q-12 0 -29.5 12t-17.5 49v481q0 59 -34.5 98t-77.5 50z" />
+<glyph unicode="|" horiz-adv-x="540" d="M133 -266v1853h277v-1853h-277z" />
+<glyph unicode="}" horiz-adv-x="671" d="M84 -63v260h113v393q0 47 22.5 83t54.5 64q-33 29 -55 65t-22 83v370h-113v261h360q10 0 29 -12.5t19 -49.5v-459q0 -25 9 -50t24.5 -45.5t35 -34t41.5 -13.5v-225q-41 -10 -75.5 -49t-34.5 -99v-481q0 -37 -17.5 -49t-30.5 -12h-360z" />
+<glyph unicode="~" horiz-adv-x="1196" d="M102 455q0 20 15.5 69t51.5 100.5t95.5 89.5t149.5 38q57 0 105 -17.5t91 -37t86 -37t90 -17.5q43 0 71 15.5t43 34t21.5 34.5t6.5 21h174q0 -12 -15.5 -60.5t-52.5 -99.5t-97 -92t-153 -41q-57 0 -105 16t-92 35.5t-87 36t-88 16.5t-72 -15.5t-40 -35t-16 -35.5t-3 -18 h-179z" />
+<glyph unicode="&#xa1;" horiz-adv-x="628" d="M152 -12v891h327v-891h-327zM152 1116v340h327v-340h-327z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1241" d="M80 528q0 104 31.5 197.5t93 168.5t153 127t211.5 71v229h142v-229q141 -4 261 -74t191 -207l-317 -96q-23 39 -59.5 63.5t-75.5 28.5v-543q45 12 82.5 38t54.5 60l319 -98q-33 -72 -89 -125t-120.5 -89t-130 -53t-116.5 -17v-226h-142v228q-109 8 -197.5 58t-154 126 t-101.5 170t-36 192zM418 528q0 -80 40 -148.5t111 -98.5v512q-72 -23 -111.5 -97t-39.5 -168z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1155" d="M98 215q88 63 141.5 150.5t61.5 177.5h-184v243h131q-35 76 -66.5 151t-31.5 157q0 78 34.5 145.5t94 117.5t140.5 78.5t173 28.5q129 0 246.5 -56t199.5 -159l-168 -200q-53 66 -130.5 108.5t-149.5 42.5q-66 0 -108 -39t-42 -102t35 -129t66 -144h383v-243h-342 q-8 -76 -45 -144.5t-111 -146.5q47 16 85 22.5t73 6.5q70 0 136 -16.5t136 -16.5q35 0 67.5 7t73.5 21l80 -241q-47 -29 -113.5 -47.5t-125.5 -18.5q-47 0 -95.5 10.5t-98.5 21.5t-100 21.5t-100 10.5q-57 0 -130.5 -14.5t-145.5 -36.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1486" d="M63 1454h363l313 -668l320 668h366l-331 -602h141v-211h-250l-78 -145v-64h330v-211h-330v-221h-334v221h-327v211h327v68l-75 141h-250v211h143z" />
+<glyph unicode="&#xa6;" horiz-adv-x="548" d="M137 -266v798h277v-798h-277zM137 788v799h277v-799h-277z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1107" d="M84 1061q0 80 34 152.5t93 128t140 89t177 33.5q94 0 167 -28.5t129.5 -70.5t95 -90t65.5 -85l-250 -119q-27 45 -74 74t-112 29q-63 0 -99 -30t-36 -77q0 -31 10 -49.5t28.5 -28.5t43 -14t51.5 -4q78 -2 157.5 -20.5t145 -59.5t107.5 -108.5t42 -166.5q0 -59 -12 -101 t-22 -58q27 -29 44 -79t17 -128q0 -119 -46 -201t-116.5 -133t-153.5 -73.5t-155 -22.5q-84 0 -157.5 24.5t-132 59.5t-100.5 72.5t-67 66.5l209 201q59 -61 115.5 -87t116.5 -26q59 0 103 26.5t44 80.5q0 27 -11 43t-29.5 24t-41 11t-43.5 6q-217 16 -325.5 118.5 t-108.5 257.5q0 59 12.5 93t18.5 51q-23 25 -48.5 83t-25.5 136zM444 653q0 -45 25 -65.5t58.5 -29.5t71.5 -11t63 -10q14 10 21 30.5t7 38.5q0 29 -12 48.5t-31.5 31.5t-42 17.5t-43.5 5.5q-29 0 -55.5 5t-34.5 9q-27 -23 -27 -70z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1040" d="M170 1214v265h270v-265h-270zM600 1214v265h270v-265h-270z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1730" d="M84 727q0 158 58.5 293t162 233.5t245.5 154.5t308 56q170 0 314.5 -56t250 -154.5t165 -233.5t59.5 -293q0 -160 -59.5 -295t-165 -234.5t-250 -155.5t-314.5 -56q-166 0 -308 56t-245.5 155.5t-162 234.5t-58.5 295zM209 727q0 -131 49 -245.5t136 -198.5t206 -133.5 t258 -49.5t261 46.5t211 128t140.5 196.5t51.5 254q0 131 -50.5 244.5t-139.5 198.5t-210 133.5t-264 48.5q-139 0 -258 -48.5t-206 -132.5t-136 -197.5t-49 -244.5zM344 725q0 96 34 185t100.5 158t165.5 110t230 41q174 0 296 -76t182 -201l-318 -98q-29 53 -71.5 75.5 t-90.5 22.5q-86 0 -139 -61.5t-53 -155.5q0 -51 16.5 -91t44 -67.5t62.5 -42t71 -14.5q49 0 93.5 25.5t68.5 72.5l320 -96q-29 -57 -73 -108.5t-104.5 -89.5t-136 -59.5t-165.5 -21.5q-123 0 -222.5 39t-168 105.5t-105.5 156t-37 191.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="917" d="M76 926q0 55 22.5 101t63.5 79t97 51.5t124 18.5q45 0 86 -7.5t70 -23.5v31q0 127 -138 127q-59 0 -111 -20.5t-112 -61.5l-67 145q141 96 313 96q166 0 256 -79.5t90 -233.5v-182q0 -35 12.5 -49.5t44.5 -16.5v-199q-31 -6 -59.5 -9t-48.5 -3q-121 2 -137 98l-7 33 q-47 -66 -112 -99.5t-139 -33.5q-53 0 -98.5 18.5t-79 50t-52 74.5t-18.5 95zM293 946q0 -37 28.5 -62.5t71.5 -25.5q31 0 62.5 12.5t52.5 30.5q31 20 31 53v68q-25 12 -56.5 18.5t-58.5 6.5q-57 0 -94 -28t-37 -73z" />
+<glyph unicode="&#xab;" horiz-adv-x="1386" d="M70 444v156l551 395v-264l-293 -201l293 -186v-264zM721 444v156l553 395v-264l-293 -201l293 -186v-264z" />
+<glyph unicode="&#xac;" horiz-adv-x="1280" d="M115 555v295h1038v-649h-276v354h-762z" />
+<glyph unicode="&#xad;" horiz-adv-x="1259" d="M111 416v295h1038v-295h-1038z" />
+<glyph unicode="&#xae;" horiz-adv-x="1730" d="M84 727q0 158 58.5 293t162 233.5t245.5 154.5t310 56t312.5 -56t250 -154.5t165 -233.5t59.5 -293q0 -160 -59.5 -295t-165 -234.5t-250 -155.5t-312.5 -56t-310 56t-245.5 155.5t-162 234.5t-58.5 295zM217 725q0 -131 48 -244.5t133 -198.5t204 -134.5t260 -49.5 q137 0 257 47.5t208 130t138.5 197.5t50.5 250q0 131 -49.5 245.5t-136.5 198.5t-206.5 133.5t-261.5 49.5q-141 0 -260 -49.5t-204 -133.5t-133 -197.5t-48 -244.5zM522 287v889h404q63 0 116.5 -27t92.5 -70t60.5 -97t21.5 -110q0 -80 -41 -150.5t-107 -105.5l205 -329 h-256l-178 286h-88v-286h-230zM752 770h151q39 0 63.5 24.5t24.5 77.5q0 57 -28.5 80t-63.5 23h-147v-205z" />
+<glyph unicode="&#xaf;" horiz-adv-x="876" d="M127 1272v198h623v-198h-623z" />
+<glyph unicode="&#xb0;" horiz-adv-x="604" d="M76 1266q0 92 63.5 154.5t161.5 62.5q100 0 162.5 -62.5t62.5 -154.5q0 -106 -62.5 -170t-162.5 -64q-98 0 -161.5 65t-63.5 169zM229 1257q0 -14 6.5 -27t14.5 -22q23 -23 51 -22q33 0 51 22q10 8 15.5 22.5t5.5 26.5q0 29 -21 50q-18 20 -51 20q-31 0 -51 -20 q-8 -10 -14.5 -21.5t-6.5 -28.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="974" d="M113 33v260h749v-260h-749zM113 651v260h229v248h293v-248h227v-260h-227v-248h-293v248h-229z" />
+<glyph unicode="&#xb2;" horiz-adv-x="876" d="M59 606q0 86 13.5 149.5t44 111.5t83 86t130.5 71q49 20 96 38.5t85 40t61.5 48.5t23.5 63q0 51 -43 74t-119 23q-86 0 -149.5 -30t-100.5 -64l-121 139q39 49 141.5 95t256.5 46q172 0 262 -73.5t90 -211.5q0 -68 -26.5 -115.5t-65.5 -80.5t-86 -52.5t-86 -31.5 q-176 -51 -176 -139h409v-187h-723z" />
+<glyph unicode="&#xb3;" horiz-adv-x="849" d="M53 748l103 143q4 -8 20.5 -25.5t46 -36t72.5 -32t98 -13.5q80 0 138.5 21.5t58.5 68.5q0 53 -81 77t-222 24h-51v174h49q123 0 198.5 21.5t75.5 74.5q0 20 -15.5 34.5t-38 24t-50 13.5t-52.5 4q-82 0 -135 -26.5t-94 -69.5l-121 153q25 29 63 51.5t84 38t98 22.5t103 7 q78 0 144.5 -18.5t115 -51t76 -76.5t27.5 -96q0 -72 -53.5 -118.5t-145.5 -63.5q102 -14 160.5 -77.5t58.5 -149.5q0 -68 -33.5 -116t-88 -78.5t-124 -45t-143.5 -14.5q-129 0 -218 39t-124 117z" />
+<glyph unicode="&#xb4;" horiz-adv-x="550" d="M94 1229l107 266h297l-195 -324z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1335" d="M135 -436v1511h328v-616q0 -98 39 -150.5t119 -52.5q57 0 118.5 35t108.5 121v663h328v-706q0 -49 18 -68.5t66 -24.5v-276q-51 -10 -89 -13t-69 -3q-172 4 -197 137l-6 65q-12 -31 -43 -66.5t-71 -66t-88 -52t-97 -21.5q-37 0 -65.5 11t-48 26.5t-31 33t-13.5 27.5 l21 -514h-328z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1380" d="M72 924q0 254 150.5 392t426.5 138h647v-244h-143v-1374h-276v572h-86v-572h-277v572q-100 0 -181 36.5t-139.5 104t-90 163t-31.5 212.5zM342 932q0 -123 50 -198t122 -85v561q-80 -6 -126 -82.5t-46 -195.5zM791 649h86v561h-86v-561z" />
+<glyph unicode="&#xb7;" horiz-adv-x="487" d="M111 492v339h266v-339h-266z" />
+<glyph unicode="&#xb8;" horiz-adv-x="702" d="M43 -375l61 115q23 -14 76 -27.5t109 -13.5q49 0 81.5 14.5t32.5 50.5q0 35 -30.5 50.5t-79.5 15.5q-43 0 -91 -8t-71 -15l127 259l123 -37l-74 -107q27 6 62 6q74 0 129 -35.5t55 -115.5q0 -82 -69.5 -138.5t-217.5 -56.5q-72 0 -127 13.5t-96 29.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="632" d="M63 1188v190q31 0 65 18.5t61.5 40t46 40t18.5 20.5h195v-700h141v-189h-494v189h158v497q-10 -14 -32.5 -32.5t-49.5 -35t-55.5 -27.5t-53.5 -11z" />
+<glyph unicode="&#xba;" horiz-adv-x="903" d="M66 1075q0 78 25.5 147.5t74.5 123t120.5 85t164.5 31.5q92 0 164.5 -31.5t121.5 -85t75 -123t26 -147.5t-26 -147.5t-75 -122.5t-121.5 -85t-164.5 -32t-164 32t-121 85t-74.5 122.5t-25.5 147.5zM301 1075q0 -86 42 -137t108 -51t107.5 51t41.5 137t-42 137.5 t-107 51.5q-66 0 -108 -51.5t-42 -137.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1386" d="M111 80v264l295 186l-295 201v264l553 -395v-156zM764 80v264l295 186l-295 201v264l553 -395v-156z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1988" d="M84 1188v190q31 0 64.5 18.5t61.5 40t46 40t18 20.5h195v-700h141v-189h-493v189h157v497q-10 -14 -32.5 -32.5t-49 -35t-55 -27.5t-53.5 -11zM391 115l578 663l524 695l147 -132l-559 -647l-544 -712zM1151 182v187l506 514h131v-514h127v-187h-127v-180h-191v180h-446z M1331 369h275v282z" />
+<glyph unicode="&#xbd;" horiz-adv-x="2033" d="M82 1188v190q31 0 64.5 18.5t61.5 40t46 40t18 20.5h195v-700h141v-189h-493v189h157v497q-10 -14 -32.5 -32.5t-49 -35t-55.5 -27.5t-53 -11zM313 115l578 663l524 695l148 -132l-559 -647l-545 -712zM1255 0q0 86 12.5 149.5t41 111.5t78 86t120.5 71q45 20 89 38.5 t79 40t56.5 48t21.5 63.5q0 51 -40 74t-111 23q-78 0 -136.5 -31t-93.5 -66l-110 142q18 25 51 50t80 44.5t106.5 33t130.5 13.5q158 0 241 -74t83 -211q0 -68 -24.5 -116t-60.5 -80.5t-79 -52t-80 -31.5q-164 -51 -164 -140h408v-186h-699z" />
+<glyph unicode="&#xbe;" horiz-adv-x="2013" d="M78 748l102 143q4 -8 20.5 -25.5t46 -36t72.5 -32t99 -13.5q80 0 138 21.5t58 68.5q0 53 -80.5 77t-222.5 24h-51v174h49q123 0 199 21.5t76 74.5q0 20 -15.5 34.5t-38 24t-50 13.5t-52.5 4q-82 0 -135 -26.5t-94 -69.5l-121 153q25 29 62.5 51.5t83.5 38t98.5 22.5 t103.5 7q78 0 144.5 -18.5t114.5 -51t75.5 -76.5t27.5 -96q0 -72 -53 -118.5t-145 -63.5q102 -14 160.5 -77.5t58.5 -149.5q0 -68 -34 -116t-88 -78.5t-123.5 -45t-143.5 -14.5q-129 0 -218 39t-124 117zM457 115l577 663l525 695l147 -132l-559 -647l-545 -712zM1169 182 v187l506 514h131v-514h127v-187h-127v-180h-190v180h-447zM1350 369h274v282z" />
+<glyph unicode="&#xbf;" horiz-adv-x="997" d="M66 -27q0 117 49 196t143 138q43 27 87 50.5t80 48t59.5 55.5t23.5 74h268q0 -47 -6 -90.5t-23.5 -83t-49 -74.5t-85.5 -64q-29 -16 -72.5 -38.5t-84.5 -53.5t-72 -71t-31 -89q0 -68 48.5 -105.5t111.5 -37.5q41 0 73.5 15.5t57.5 37t44.5 47t33.5 47.5l211 -147 q-53 -125 -169 -194.5t-261 -69.5q-78 0 -156 22.5t-140.5 71.5t-101 127t-38.5 188zM502 729v307h268v-307h-268z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM401 1876h297l107 -266l-207 -58zM516 557h342l-168 541z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM516 557h342l-168 541zM575 1608l107 266h297l-195 -324z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM348 1653l225 221h236l223 -221l-168 -74l-174 129l-174 -129zM516 557h342l-168 541z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM276 1579q0 23 13.5 71t44.5 97t81 86t122 37q49 0 83.5 -15.5t64.5 -34t58.5 -33.5t65.5 -15q35 0 56.5 15t32.5 33.5t14 35t3 18.5h177q0 -16 -14.5 -63.5t-46.5 -98.5t-83 -90t-127 -39 q-47 0 -83 14.5t-66.5 33t-59 32.5t-63.5 14t-53.5 -14t-28.5 -32.5t-12 -34t-2 -17.5h-177zM516 557h342l-168 541z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM340 1595v265h270v-265h-270zM516 557h342l-168 541zM770 1595v265h270v-265h-270z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1378" d="M-4 0l559 1454h272l557 -1454h-356l-113 326h-452l-111 -326h-356zM471 1706q0 84 60.5 126t158.5 42t157.5 -42t59.5 -126q0 -82 -59.5 -124t-157.5 -42t-158.5 42t-60.5 124zM516 557h342l-168 541zM608 1708q0 -31 23.5 -51.5t58.5 -20.5q33 0 57.5 19.5t24.5 52.5 q0 31 -23.5 50.5t-58.5 19.5t-58.5 -19.5t-23.5 -50.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2000" d="M-37 0l895 1454h1057v-295h-635v-272h524v-293h-524v-299h653v-295h-987v326h-440l-187 -326h-356zM649 621h273v458z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1359" d="M57 739q0 131 47.5 261t137.5 232.5t220 166t296 63.5q195 0 338 -88t213 -229l-258 -180q-23 57 -58 95t-75.5 61.5t-85 32.5t-82.5 9q-90 0 -156 -39t-109 -100t-64.5 -139t-21.5 -158q0 -86 26 -166t72 -141.5t111.5 -97t145.5 -35.5q41 0 85 11t85 34.5t73.5 61.5 t53.5 93l276 -161q-29 -72 -81 -128.5t-118.5 -99.5t-143.5 -69.5t-153 -34.5l-49 -72q27 6 62 6q74 0 129 -35.5t55 -115.5q0 -82 -69.5 -138.5t-217.5 -56.5q-72 0 -127 13.5t-96 29.5l62 115q23 -14 76 -27.5t108 -13.5q49 0 82 14.5t33 50.5q0 35 -31 50.5t-80 15.5 q-43 0 -91 -8t-71 -15l90 183q-141 10 -259 78.5t-201.5 173t-131 233.5t-47.5 264z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1230" d="M139 0v1454h1004v-295h-668v-282h574v-273h-574v-309h686v-295h-1022zM369 1876h297l106 -266l-207 -58z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1230" d="M139 0v1454h1004v-295h-668v-282h574v-273h-574v-309h686v-295h-1022zM543 1608l106 266h297l-194 -324z" />
+<glyph unicode="&#xca;" horiz-adv-x="1230" d="M139 0v1454h1004v-295h-668v-282h574v-273h-574v-309h686v-295h-1022zM315 1653l226 221h235l223 -221l-168 -74l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1230" d="M139 0v1454h1004v-295h-668v-282h574v-273h-574v-309h686v-295h-1022zM307 1595v265h271v-265h-271zM737 1595v265h271v-265h-271z" />
+<glyph unicode="&#xcc;" horiz-adv-x="614" d="M16 1876h297l107 -266l-207 -58zM139 0v1454h336v-1454h-336z" />
+<glyph unicode="&#xcd;" horiz-adv-x="614" d="M139 0v1454h336v-1454h-336zM190 1608l107 266h297l-195 -324z" />
+<glyph unicode="&#xce;" horiz-adv-x="614" d="M-35 1653l225 221h236l223 -221l-168 -74l-174 129l-174 -129zM139 0v1454h336v-1454h-336z" />
+<glyph unicode="&#xcf;" horiz-adv-x="614" d="M-43 1595v265h270v-265h-270zM139 0v1454h336v-1454h-336zM387 1595v265h270v-265h-270z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1478" d="M59 610v242h88v602h543q180 0 315.5 -57.5t226.5 -155.5t137 -230t46 -282q0 -166 -51 -300t-146.5 -229.5t-229.5 -147.5t-298 -52h-543v610h-88zM483 295h207q92 0 164 32.5t120 91t73.5 137.5t25.5 173q0 96 -25.5 175t-74.5 136.5t-121 88t-162 30.5h-207v-307h262 v-242h-262v-315z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1554" d="M139 0v1454h262l678 -854v854h336v-1454h-270l-670 831v-831h-336zM358 1577q0 23 13.5 71t44 97t81 86t121.5 37q49 0 84 -15.5t65 -34t58.5 -34t65.5 -15.5q35 0 56.5 15.5t32.5 34t14 35t3 18.5h177q0 -16 -14.5 -63.5t-46.5 -98.5t-83 -90t-127 -39q-47 0 -83 14.5 t-66.5 33t-59 32.5t-63.5 14t-53.5 -14t-28.5 -32.5t-12 -34t-2 -17.5h-177z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -140.5 t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161zM467 1876h297l106 -266l-206 -58z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -140.5 t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161zM641 1608l107 266h296l-194 -324z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -140.5 t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161zM414 1653l225 221h235l224 -221l-168 -74l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM342 1579q0 23 13.5 71t44 97t80.5 86 t122 37q49 0 84 -15.5t64.5 -34t58.5 -33.5t65 -15q35 0 56.5 15t33 33.5t14.5 35t3 18.5h176q0 -16 -14.5 -63.5t-46 -98.5t-82.5 -90t-127 -39q-47 0 -83 14.5t-66.5 33t-59.5 32.5t-64 14t-53 -14t-28.5 -32.5t-12.5 -34t-2 -17.5h-176zM399 725q0 -84 23.5 -163 t68 -140.5t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1503" d="M57 729q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q156 0 282.5 -63.5t218 -168t140.5 -237.5t49 -270q0 -143 -52.5 -276.5t-144.5 -234.5t-219.5 -162.5t-279.5 -61.5q-156 0 -283 63.5t-218 167t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -140.5 t111 -98t152.5 -36.5q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 96t-149.5 35.5q-88 0 -154 -38t-110 -99t-66.5 -140t-22.5 -161zM406 1595v265h270v-265h-270zM836 1595v265h270v-265h-270z" />
+<glyph unicode="&#xd7;" horiz-adv-x="991" d="M96 371l195 194l-185 187l205 202l185 -184l184 184l203 -202l-185 -185l197 -196l-205 -203l-196 194l-195 -194z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1507" d="M55 0l172 244q-80 102 -124 227t-44 258q0 143 52.5 276.5t145.5 234.5t221 161.5t280 60.5q80 0 151.5 -17.5t137.5 -49.5l40 59h363l-174 -244q84 -104 128 -230t44 -257q0 -143 -52.5 -276.5t-144.5 -234.5t-220 -162.5t-279 -61.5q-162 0 -295 69l-41 -57h-361z M401 725q0 -106 33 -193l432 611q-27 10 -54.5 15t-57.5 5q-88 0 -153.5 -38t-110 -99t-67 -140t-22.5 -161zM635 309q57 -23 121 -22q88 0 153.5 39t109.5 101t65.5 141t21.5 161q0 100 -35 193z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1525" d="M117 711v743h336v-743q0 -84 16 -160t53 -135.5t95.5 -94t144.5 -34.5t145.5 35.5t96 95t52 136.5t15.5 157v743h336v-743q0 -152 -38 -283t-116.5 -229.5t-200.5 -154.5t-290 -56q-174 0 -297 59t-200 158.5t-112.5 230.5t-35.5 275zM473 1876h297l107 -266l-207 -58z " />
+<glyph unicode="&#xda;" horiz-adv-x="1525" d="M117 711v743h336v-743q0 -84 16 -160t53 -135.5t95.5 -94t144.5 -34.5t145.5 35.5t96 95t52 136.5t15.5 157v743h336v-743q0 -152 -38 -283t-116.5 -229.5t-200.5 -154.5t-290 -56q-174 0 -297 59t-200 158.5t-112.5 230.5t-35.5 275zM647 1608l107 266h297l-195 -324z " />
+<glyph unicode="&#xdb;" horiz-adv-x="1525" d="M117 711v743h336v-743q0 -84 16 -160t53 -135.5t95.5 -94t144.5 -34.5t145.5 35.5t96 95t52 136.5t15.5 157v743h336v-743q0 -152 -38 -283t-116.5 -229.5t-200.5 -154.5t-290 -56q-174 0 -297 59t-200 158.5t-112.5 230.5t-35.5 275zM420 1653l225 221h236l223 -221 l-168 -74l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1525" d="M117 711v743h336v-743q0 -84 16 -160t53 -135.5t95.5 -94t144.5 -34.5t145.5 35.5t96 95t52 136.5t15.5 157v743h336v-743q0 -152 -38 -283t-116.5 -229.5t-200.5 -154.5t-290 -56q-174 0 -297 59t-200 158.5t-112.5 230.5t-35.5 275zM412 1595v265h270v-265h-270z M842 1595v265h270v-265h-270z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1327" d="M-16 1454h364l314 -668l319 668h365l-517 -958v-496h-335v500zM547 1608l106 266h297l-194 -324z" />
+<glyph unicode="&#xde;" horiz-adv-x="1239" d="M139 0v1454h336v-254h252q104 0 191.5 -43t149.5 -111.5t98 -156.5t36 -178q0 -96 -33.5 -185.5t-94 -158t-145.5 -109.5t-190 -41h-264v-217h-336zM475 512h246q61 0 103 56.5t42 142.5q0 90 -48 143t-107 53h-236v-395z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1146" d="M111 0v1075q0 84 35.5 154.5t99 123t149.5 81t187 28.5q88 0 162.5 -23.5t130 -66.5t86 -106.5t30.5 -143.5q0 -53 -13 -100t-35.5 -86t-51.5 -67.5t-62 -43.5q123 -41 196 -142t73 -249q0 -125 -50.5 -210t-133.5 -137t-188 -75.5t-214 -23.5v301q102 0 172 45t70 139 q0 45 -17.5 79t-45 56.5t-61.5 33.5t-67 11h-45v293h41q59 0 90 33t31 86q0 39 -14.5 62.5t-35 37t-42 17.5t-35.5 4q-41 0 -66.5 -17.5t-40 -43t-19.5 -55.5t-5 -52v-1018h-311z" />
+<glyph unicode="&#xe0;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM276 1497h297l107 -266l-207 -57zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5 q-90 0 -148.5 -41t-58.5 -107z" />
+<glyph unicode="&#xe1;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41t-58.5 -107zM451 1229 l106 266h297l-195 -324z" />
+<glyph unicode="&#xe2;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM223 1274l226 221h235l223 -221l-168 -74l-174 129l-174 -129zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103 q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41t-58.5 -107z" />
+<glyph unicode="&#xe3;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM150 1200q0 23 13 71t44 97t81 86t122 37q49 0 83.5 -15.5t64.5 -34t58.5 -33.5t65.5 -15q35 0 56.5 15t32.5 33.5t14 35t3 18.5h177q0 -16 -14.5 -63.5 t-46.5 -98.5t-83 -90t-127 -39q-47 0 -83 14.5t-66.5 33t-59 32.5t-63.5 14t-53.5 -14t-28.5 -32.5t-12 -34t-2 -17.5h-176zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41t-58.5 -107z" />
+<glyph unicode="&#xe4;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM215 1217v264h270v-264h-270zM354 350q0 -59 45 -97t115 -38q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41 t-58.5 -107zM645 1217v264h270v-264h-270z" />
+<glyph unicode="&#xe5;" d="M45 322q0 80 34 145t95.5 112.5t145 74t186.5 26.5q68 0 131 -11.5t111 -33.5v49q0 186 -216 186q-88 0 -167.5 -29.5t-167.5 -88.5l-97 204q106 70 221 105t244 35q244 0 377 -115t133 -336v-276q0 -49 18.5 -68.5t65.5 -24.5v-276q-47 -10 -87 -13t-71 -3 q-90 2 -137 36.5t-59 100.5l-6 49q-72 -92 -171 -141t-210 -49q-80 0 -148.5 25.5t-118 71.5t-78 108.5t-28.5 136.5zM346 1327q0 84 60.5 126t158.5 42t157.5 -42t59.5 -126q0 -82 -59 -124t-158 -42q-98 0 -158.5 42t-60.5 124zM354 350q0 -59 45 -97t115 -38 q53 0 103.5 18.5t82.5 49.5q47 37 48 77v103q-43 16 -93.5 25.5t-93.5 9.5q-90 0 -148.5 -41t-58.5 -107zM483 1329q0 -31 23.5 -51.5t58.5 -20.5q33 0 57.5 19.5t24.5 52.5q0 31 -23.5 50.5t-58.5 19.5t-58.5 -19.5t-23.5 -50.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1925" d="M47 322q0 80 34 145t95.5 112.5t145.5 74t184 26.5q66 0 125 -11.5t106 -29.5q2 10 3 31.5t5 29.5q-4 86 -56 128t-157 42q-88 0 -167.5 -29.5t-165.5 -88.5l-99 204q109 70 222.5 105t242.5 35q123 0 218.5 -34t158.5 -97q70 59 162 95t209 36q137 0 244.5 -45t181 -122 t111.5 -178.5t38 -213.5q0 -25 -2 -52.5t-6 -48.5h-801q4 -53 25.5 -95t55.5 -69.5t76 -42t89 -14.5q74 0 139.5 35t87.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-160 0 -277.5 58t-191.5 157q-37 -57 -89 -98.5t-109.5 -67t-117 -37.5t-112.5 -12 q-80 0 -147.5 25.5t-117 71.5t-78 108.5t-28.5 136.5zM356 350q0 -59 45 -97t113 -38q53 0 103.5 18.5t82.5 49.5q47 37 50 75q-4 4 -5.5 19.5t-3.5 34t-3 34t-1 21.5q-41 14 -87 22.5t-87 8.5q-92 0 -149.5 -41t-57.5 -107zM1073 635h469q-10 102 -73.5 163.5t-161.5 61.5 t-161 -61.5t-73 -163.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1171" d="M51 539q0 111 39 212t112.5 178t181.5 122t245 45q186 0 313 -79t191 -206l-320 -96q-63 102 -186 102q-102 0 -171 -75.5t-69 -202.5q0 -63 18.5 -115.5t51 -89.5t77 -57.5t93.5 -20.5q61 0 112.5 29.5t75.5 76.5l320 -98q-53 -111 -163 -187.5t-265 -92.5l-41 -62 q27 6 61 6q74 0 129 -35.5t55 -115.5q0 -82 -69.5 -138.5t-216.5 -56.5q-72 0 -127.5 13.5t-96.5 29.5l62 115q23 -14 76 -27.5t108 -13.5q49 0 82 14.5t33 50.5q0 35 -31 50.5t-80 15.5q-43 0 -91 -8t-71 -15l86 175q-123 8 -220 57t-164.5 125t-103.5 172t-36 203z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1236" d="M49 526q0 117 39 220.5t112.5 181.5t181 123t245.5 45q137 0 243.5 -45t180 -122t111.5 -177.5t38 -210.5q0 -29 -2 -56.5t-6 -48.5h-795q8 -109 79 -165t161 -56q72 0 138.5 35t88.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-135 0 -243 44t-182.5 119.5 t-113.5 175t-39 207.5zM334 1497h297l106 -266l-207 -57zM391 639h463q-10 102 -73.5 161.5t-157.5 59.5q-96 0 -159 -60.5t-73 -160.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1236" d="M49 526q0 117 39 220.5t112.5 181.5t181 123t245.5 45q137 0 243.5 -45t180 -122t111.5 -177.5t38 -210.5q0 -29 -2 -56.5t-6 -48.5h-795q8 -109 79 -165t161 -56q72 0 138.5 35t88.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-135 0 -243 44t-182.5 119.5 t-113.5 175t-39 207.5zM391 639h463q-10 102 -73.5 161.5t-157.5 59.5q-96 0 -159 -60.5t-73 -160.5zM508 1229l106 266h297l-194 -324z" />
+<glyph unicode="&#xea;" horiz-adv-x="1236" d="M49 526q0 117 39 220.5t112.5 181.5t181 123t245.5 45q137 0 243.5 -45t180 -122t111.5 -177.5t38 -210.5q0 -29 -2 -56.5t-6 -48.5h-795q8 -109 79 -165t161 -56q72 0 138.5 35t88.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-135 0 -243 44t-182.5 119.5 t-113.5 175t-39 207.5zM281 1274l225 221h235l224 -221l-168 -74l-174 129l-174 -129zM391 639h463q-10 102 -73.5 161.5t-157.5 59.5q-96 0 -159 -60.5t-73 -160.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1236" d="M49 526q0 117 39 220.5t112.5 181.5t181 123t245.5 45q137 0 243.5 -45t180 -122t111.5 -177.5t38 -210.5q0 -29 -2 -56.5t-6 -48.5h-795q8 -109 79 -165t161 -56q72 0 138.5 35t88.5 94l279 -78q-63 -127 -196.5 -206.5t-319.5 -79.5q-135 0 -243 44t-182.5 119.5 t-113.5 175t-39 207.5zM274 1217v264h271v-264h-271zM391 639h463q-10 102 -73.5 161.5t-157.5 59.5q-96 0 -159 -60.5t-73 -160.5zM705 1217v264h270v-264h-270z" />
+<glyph unicode="&#xec;" horiz-adv-x="548" d="M-14 1497h297l106 -266l-207 -57zM111 0v1075h327v-1075h-327z" />
+<glyph unicode="&#xed;" horiz-adv-x="548" d="M111 0v1075h327v-1075h-327zM160 1229l106 266h297l-194 -324z" />
+<glyph unicode="&#xee;" horiz-adv-x="548" d="M-68 1274l226 221h235l223 -221l-167 -74l-175 129l-174 -129zM111 0v1075h327v-1075h-327z" />
+<glyph unicode="&#xef;" horiz-adv-x="548" d="M-76 1217v264h271v-264h-271zM111 0v1075h327v-1075h-327zM354 1217v264h271v-264h-271z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1263" d="M55 479q0 100 38 189.5t103.5 156t155.5 104.5t193 38q96 0 181 -36t142 -95q-41 172 -153 315l-176 -94l-90 125l157 84q-137 121 -344 229h408q98 -49 182 -121l158 84l90 -125l-135 -73q117 -141 178 -315.5t61 -348.5q0 -145 -42 -259t-117.5 -194t-182 -121.5 t-235.5 -41.5q-123 0 -228.5 37.5t-181.5 104t-119 158t-43 199.5zM391 479q0 -98 66.5 -160.5t171.5 -62.5q51 0 95 17.5t77 48t50 71.5t17 90q0 98 -66.5 160t-170.5 62t-172 -64t-68 -162z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1251" d="M111 0v1075h295v-180q59 96 167.5 148.5t249.5 52.5q104 0 169 -38t99.5 -98.5t46 -132t11.5 -139.5v-688h-328v604q0 106 -40 154.5t-105 48.5q-35 0 -71 -14.5t-67.5 -40t-58 -60.5t-41.5 -76v-616h-327zM248 1200q0 23 13 71t44 97t81 86t122 37q49 0 84 -15.5 t64.5 -34t58 -33.5t65.5 -15q35 0 56.5 15t33 33.5t14.5 35t3 18.5h176q0 -16 -14.5 -63.5t-46 -98.5t-82.5 -90t-127 -39q-47 0 -83 14.5t-67 33t-59.5 32.5t-63.5 14t-53 -14t-28.5 -32.5t-12.5 -34t-2 -17.5h-176z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM336 1497h297l106 -266l-207 -57zM385 537q0 -127 67.5 -204 t172.5 -77q51 0 94 20.5t74.5 57.5t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM385 537q0 -127 67.5 -204t172.5 -77q51 0 94 20.5t74.5 57.5 t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113zM508 1229l106 266h297l-194 -324z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM281 1274l225 221h235l224 -221l-168 -74l-174 129l-174 -129z M385 537q0 -127 67.5 -204t172.5 -77q51 0 94 20.5t74.5 57.5t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM209 1200q0 23 13.5 71t44 97t80.5 86t122 37q49 0 84 -15.5 t64.5 -34t58.5 -33.5t65 -15q35 0 56.5 15t33 33.5t14.5 35t3 18.5h176q0 -16 -14.5 -63.5t-46 -98.5t-82.5 -90t-127 -39q-47 0 -83 14.5t-67 33t-59.5 32.5t-63.5 14t-53 -14t-28.5 -32.5t-12.5 -34t-2 -17.5h-176zM385 537q0 -127 67.5 -204t172.5 -77q51 0 94 20.5 t74.5 57.5t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q137 0 243.5 -46t180 -123t112.5 -178.5t39 -211.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45t-245 45t-181.5 121.5t-111.5 178t-38 212.5zM274 1217v264h271v-264h-271zM385 537q0 -127 67.5 -204 t172.5 -77q51 0 94 20.5t74.5 57.5t50 89t18.5 114q0 127 -67.5 203.5t-169.5 76.5q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113zM705 1217v264h270v-264h-270z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1019" d="M96 492v260h828v-260h-828zM373 78v293h276v-293h-276zM373 872v293h276v-293h-276z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1247" d="M49 537q0 111 38 212t111.5 178t181 123t245.5 46q90 0 165.5 -20.5t139.5 -55.5l55 65h180l-127 -147q78 -78 120 -181.5t42 -219.5q0 -111 -38 -212.5t-111.5 -178t-181 -121.5t-244.5 -45q-184 0 -318 81l-61 -71h-178l133 153q-74 78 -113 179.5t-39 214.5zM385 537 q0 -88 33 -152l323 399q-55 33 -116 33q-51 0 -95.5 -20.5t-76 -57.5t-50 -89t-18.5 -113zM498 293q51 -37 127 -37q51 0 94 20.5t74.5 57.5t50 89t18.5 114q0 90 -39 157z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1296" d="M102 387v688h328v-616q0 -98 39 -150.5t111 -52.5q66 0 127 35t108 121v663h328v-706q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-67 -3q-172 2 -199 137l-6 65q-74 -106 -183.5 -156t-244.5 -50q-164 0 -250 103t-86 304zM334 1497h297l106 -266l-207 -57z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1296" d="M102 387v688h328v-616q0 -98 39 -150.5t111 -52.5q66 0 127 35t108 121v663h328v-706q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-67 -3q-172 2 -199 137l-6 65q-74 -106 -183.5 -156t-244.5 -50q-164 0 -250 103t-86 304zM508 1229l106 266h297l-194 -324z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1296" d="M102 387v688h328v-616q0 -98 39 -150.5t111 -52.5q66 0 127 35t108 121v663h328v-706q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-67 -3q-172 2 -199 137l-6 65q-74 -106 -183.5 -156t-244.5 -50q-164 0 -250 103t-86 304zM281 1274l225 221h235l224 -221 l-168 -74l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1296" d="M102 387v688h328v-616q0 -98 39 -150.5t111 -52.5q66 0 127 35t108 121v663h328v-706q0 -49 18.5 -68.5t65.5 -24.5v-276q-51 -10 -89 -13t-67 -3q-172 2 -199 137l-6 65q-74 -106 -183.5 -156t-244.5 -50q-164 0 -250 103t-86 304zM272 1217v264h271v-264h-271z M702 1217v264h271v-264h-271z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1116" d="M-8 1075h336l252 -794l215 794h305l-412 -1249q-45 -135 -152.5 -216t-248.5 -83q-45 0 -90 7t-91 24v280q45 -14 83 -20t67 -6q53 0 87 42t56 146zM465 1229l106 266h297l-194 -324z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1228" d="M111 -436v1890h335v-424q14 20 61.5 49t143.5 29q121 0 219.5 -52t167 -135t106.5 -188t38 -209q0 -115 -44 -220t-119 -185t-173 -127t-209 -47q-86 0 -132 25.5t-59 45.5v-452h-335zM446 362q0 -18 15.5 -40.5t41 -41t57.5 -30.5t65 -12q49 0 89 22.5t68.5 61t45 93 t16.5 115.5q0 57 -14.5 109.5t-42 91.5t-66.5 61.5t-90 22.5q-66 0 -110 -38t-75 -97v-318z" />
+<glyph unicode="&#xff;" horiz-adv-x="1116" d="M-8 1075h336l252 -794l215 794h305l-412 -1249q-45 -135 -152.5 -216t-248.5 -83q-45 0 -90 7t-91 24v280q45 -14 83 -20t67 -6q53 0 87 42t56 146zM229 1217v264h271v-264h-271zM659 1217v264h271v-264h-271z" />
+<glyph unicode="&#x152;" horiz-adv-x="2174" d="M57 729q0 143 52.5 276.5t145.5 235.5t221 162.5t280 60.5q111 0 203 -45t159 -116v151h971v-295h-633v-272h522v-293h-522v-299h651v-295h-989v154q-70 -72 -164 -118t-204 -46q-156 0 -283 62.5t-218 166t-141.5 236.5t-50.5 274zM399 725q0 -84 23.5 -163t68 -139.5 t111 -97t152.5 -36.5q88 0 153.5 38t109.5 100t65.5 141t21.5 161q0 84 -23.5 163t-68.5 139.5t-110.5 97t-149.5 36.5q-88 0 -154 -37.5t-110 -100t-66.5 -141.5t-22.5 -161z" />
+<glyph unicode="&#x153;" horiz-adv-x="2054" d="M49 537q0 121 43 223t119 177t180.5 117t226.5 42q131 0 232.5 -55.5t179.5 -161.5q86 111 186.5 164t229.5 53q123 0 226.5 -41t179 -116t118.5 -177.5t45 -224.5q0 -25 -2 -52.5t-6 -48.5h-795q4 -49 24.5 -90t53.5 -71.5t77 -48t93 -17.5q78 0 143.5 38t88.5 97 l268 -78q-33 -66 -85 -119t-118.5 -90t-144.5 -57t-162 -20q-121 0 -218 50t-202 154q-102 -109 -196 -156.5t-213 -47.5q-125 0 -229.5 41.5t-180.5 115.5t-119 176.5t-43 223.5zM385 537q0 -125 68 -203t172 -78t170.5 79t66.5 202t-66.5 201.5t-170.5 78.5 q-53 0 -96.5 -20.5t-76 -58.5t-50 -89t-17.5 -112zM1202 635h473q-10 102 -76.5 163.5t-162.5 61.5q-98 0 -161 -62.5t-73 -162.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1327" d="M-16 1454h364l314 -668l319 668h365l-517 -958v-496h-335v500zM311 1595v265h271v-265h-271zM741 1595v265h271v-265h-271z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="786" d="M51 1274l225 221h236l223 -221l-168 -74l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="921" d="M53 1200q0 23 13.5 71t44 97t81 86t121.5 37q49 0 84 -15.5t65 -34t58.5 -33.5t65.5 -15q35 0 56.5 15t32.5 33.5t14 35t3 18.5h176q0 -16 -14 -63.5t-46 -98.5t-83 -90t-127 -39q-47 0 -83 14.5t-66.5 33t-59.5 32.5t-63 14q-35 0 -53.5 -14t-29 -32.5t-12.5 -34 t-2 -17.5h-176z" />
+<glyph unicode="&#x2000;" horiz-adv-x="938" />
+<glyph unicode="&#x2001;" horiz-adv-x="1876" />
+<glyph unicode="&#x2002;" horiz-adv-x="938" />
+<glyph unicode="&#x2003;" horiz-adv-x="1876" />
+<glyph unicode="&#x2004;" horiz-adv-x="625" />
+<glyph unicode="&#x2005;" horiz-adv-x="469" />
+<glyph unicode="&#x2006;" horiz-adv-x="312" />
+<glyph unicode="&#x2007;" horiz-adv-x="312" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="375" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="849" d="M111 416v295h630v-295h-630z" />
+<glyph unicode="&#x2011;" horiz-adv-x="849" d="M111 416v295h630v-295h-630z" />
+<glyph unicode="&#x2012;" horiz-adv-x="849" d="M111 416v295h630v-295h-630z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1259" d="M111 416v295h1038v-295h-1038z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1918" d="M111 416v295h1697v-295h-1697z" />
+<glyph unicode="&#x2018;" horiz-adv-x="532" d="M86 1214v281h266v-217q2 -25 12.5 -38t22.5 -21.5t24.5 -10.5t18.5 -2v-231q-55 0 -115.5 11t-110.5 38t-84 73t-34 117z" />
+<glyph unicode="&#x2019;" horiz-adv-x="538" d="M84 1264v231q55 0 115.5 -11t110.5 -38t84 -74t34 -117v-280h-266v217q-2 25 -12.5 38t-22.5 21.5t-24.5 10.5t-18.5 2z" />
+<glyph unicode="&#x201a;" horiz-adv-x="509" d="M47 -39q6 0 19.5 2t25.5 10.5t21.5 21.5t11.5 38v301h266v-363q0 -72 -33.5 -118t-84 -73.5t-111 -38.5t-115.5 -11v231z" />
+<glyph unicode="&#x201c;" horiz-adv-x="980" d="M86 1214v281h266v-217q2 -25 12.5 -38t22.5 -21.5t24.5 -10.5t18.5 -2v-231q-55 0 -115.5 11t-110.5 38t-84 73t-34 117zM535 1214v281h266v-217q2 -25 12 -38t22.5 -21.5t24.5 -10.5t19 -2v-231q-55 0 -116 11t-111 38t-83.5 73t-33.5 117z" />
+<glyph unicode="&#x201d;" horiz-adv-x="987" d="M84 1264v231q55 0 115.5 -11t110.5 -38t84 -74t34 -117v-280h-266v217q-2 25 -12.5 38t-22.5 21.5t-24.5 10.5t-18.5 2zM532 1264v231q55 0 116 -11t111 -38t84 -74t34 -117v-280h-267v217q-2 25 -12 38t-22.5 21.5t-24.5 10.5t-19 2z" />
+<glyph unicode="&#x201e;" horiz-adv-x="933" d="M47 -39q6 0 19.5 2t25.5 10.5t21.5 21.5t11.5 38v301h266v-363q0 -72 -33.5 -118t-84 -73.5t-111 -38.5t-115.5 -11v231zM473 -39q6 0 19.5 2t25.5 10.5t21.5 21.5t11.5 38v301h266v-363q0 -72 -33.5 -118t-84 -73.5t-111 -38.5t-115.5 -11v231z" />
+<glyph unicode="&#x2022;" horiz-adv-x="749" d="M150 719q0 45 17 86t48 71.5t72 49t88 18.5t88 -18.5t71.5 -49t48 -71.5t17.5 -86q0 -47 -17.5 -88t-48 -72t-71.5 -48t-88 -17t-88 17t-72 48t-48 72t-17 88z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1345" d="M111 0v334h266v-334h-266zM539 0v334h268v-334h-268zM969 0v334h266v-334h-266z" />
+<glyph unicode="&#x202f;" horiz-adv-x="375" />
+<glyph unicode="&#x2039;" horiz-adv-x="733" d="M70 444v156l551 395v-264l-293 -201l293 -186v-264z" />
+<glyph unicode="&#x203a;" horiz-adv-x="733" d="M111 80v264l295 186l-295 201v264l553 -395v-156z" />
+<glyph unicode="&#x205f;" horiz-adv-x="469" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1579" d="M70 461l71 176h90q-6 49 -6 98h-141l72 176h90q25 109 82 209.5t144 176t200.5 120.5t253.5 45q195 0 338 -88t213 -229l-258 -180q-23 57 -58 95t-76 61.5t-85 32.5t-82 9q-127 0 -207 -73.5t-115 -178.5h465l-72 -176h-422q0 -55 6 -98h426l-71 -176h-291 q47 -78 118.5 -126t166.5 -48q41 0 85 11t85 34.5t73.5 61.5t53.5 93l276 -161q-33 -80 -95.5 -143.5t-142 -106.5t-169 -65.5t-175.5 -22.5q-113 0 -212 36.5t-181 101t-143.5 150.5t-97.5 185h-209z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1773" d="M123 1249v209h598v-209h-195v-415h-209v415h-194zM815 834v620h313l97 -297l98 297h313v-620h-209v356l-116 -270h-170l-117 270v-356h-209z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1075" d="M0 0v1075h1075v-1075h-1075z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="41" />
+<hkern u1="&#x20;" u2="&#xc6;" k="74" />
+<hkern u1="&#x20;" u2="y" k="53" />
+<hkern u1="&#x20;" u2="w" k="55" />
+<hkern u1="&#x20;" u2="v" k="53" />
+<hkern u1="&#x20;" u2="Y" k="74" />
+<hkern u1="&#x20;" u2="X" k="4" />
+<hkern u1="&#x20;" u2="W" k="70" />
+<hkern u1="&#x20;" u2="V" k="70" />
+<hkern u1="&#x20;" u2="T" k="57" />
+<hkern u1="&#x20;" u2="J" k="59" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="43" />
+<hkern u1="&#x20;" u2="&#x22;" k="16" />
+<hkern u1="&#x22;" u2="&#x20;" k="16" />
+<hkern u1="&#x23;" u2="&#x34;" k="4" />
+<hkern u1="&#x24;" u2="&#x37;" k="4" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="68" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-27" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-66" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-113" />
+<hkern u1="&#x26;" u2="z" k="-23" />
+<hkern u1="&#x26;" u2="y" k="33" />
+<hkern u1="&#x26;" u2="x" k="-72" />
+<hkern u1="&#x26;" u2="w" k="37" />
+<hkern u1="&#x26;" u2="v" k="31" />
+<hkern u1="&#x26;" u2="s" k="-20" />
+<hkern u1="&#x26;" u2="Z" k="-20" />
+<hkern u1="&#x26;" u2="Y" k="102" />
+<hkern u1="&#x26;" u2="X" k="-76" />
+<hkern u1="&#x26;" u2="W" k="86" />
+<hkern u1="&#x26;" u2="V" k="84" />
+<hkern u1="&#x26;" u2="U" k="23" />
+<hkern u1="&#x26;" u2="T" k="88" />
+<hkern u1="&#x26;" u2="J" k="-39" />
+<hkern u1="&#x26;" u2="A" k="-80" />
+<hkern u1="&#x26;" u2="&#x27;" k="74" />
+<hkern u1="&#x27;" u2="&#x2039;" k="33" />
+<hkern u1="&#x27;" u2="&#xf0;" k="80" />
+<hkern u1="&#x27;" u2="&#xef;" k="-47" />
+<hkern u1="&#x27;" u2="&#xee;" k="-25" />
+<hkern u1="&#x27;" u2="&#xc6;" k="180" />
+<hkern u1="&#x27;" u2="s" k="27" />
+<hkern u1="&#x27;" u2="o" k="43" />
+<hkern u1="&#x27;" u2="f" k="2" />
+<hkern u1="&#x27;" u2="d" k="76" />
+<hkern u1="&#x27;" u2="a" k="4" />
+<hkern u1="&#x27;" u2="O" k="6" />
+<hkern u1="&#x27;" u2="J" k="160" />
+<hkern u1="&#x27;" u2="A" k="113" />
+<hkern u1="&#x27;" u2="&#x40;" k="47" />
+<hkern u1="&#x27;" u2="&#x39;" k="23" />
+<hkern u1="&#x27;" u2="&#x35;" k="33" />
+<hkern u1="&#x27;" u2="&#x34;" k="154" />
+<hkern u1="&#x27;" u2="&#x33;" k="4" />
+<hkern u1="&#x27;" u2="&#x30;" k="6" />
+<hkern u1="&#x27;" u2="&#x2f;" k="188" />
+<hkern u1="&#x27;" u2="&#x2e;" k="244" />
+<hkern u1="&#x27;" u2="&#x20;" k="43" />
+<hkern u1="&#x28;" u2="&#xf8;" k="-2" />
+<hkern u1="&#x28;" u2="&#xf0;" k="27" />
+<hkern u1="&#x28;" u2="&#xef;" k="-109" />
+<hkern u1="&#x28;" u2="&#xee;" k="-23" />
+<hkern u1="&#x28;" u2="&#xec;" k="-43" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-23" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-63" />
+<hkern u1="&#x28;" u2="y" k="6" />
+<hkern u1="&#x28;" u2="x" k="-25" />
+<hkern u1="&#x28;" u2="w" k="27" />
+<hkern u1="&#x28;" u2="v" k="25" />
+<hkern u1="&#x28;" u2="u" k="4" />
+<hkern u1="&#x28;" u2="o" k="35" />
+<hkern u1="&#x28;" u2="j" k="-51" />
+<hkern u1="&#x28;" u2="f" k="16" />
+<hkern u1="&#x28;" u2="d" k="33" />
+<hkern u1="&#x28;" u2="Y" k="-47" />
+<hkern u1="&#x28;" u2="X" k="-45" />
+<hkern u1="&#x28;" u2="W" k="-43" />
+<hkern u1="&#x28;" u2="V" k="-43" />
+<hkern u1="&#x28;" u2="T" k="-10" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-16" />
+<hkern u1="&#x28;" u2="A" k="-37" />
+<hkern u1="&#x28;" u2="&#x36;" k="16" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="78" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-123" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-102" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-27" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="178" />
+<hkern u1="&#x2a;" u2="x" k="-43" />
+<hkern u1="&#x2a;" u2="w" k="-41" />
+<hkern u1="&#x2a;" u2="v" k="-33" />
+<hkern u1="&#x2a;" u2="s" k="35" />
+<hkern u1="&#x2a;" u2="o" k="51" />
+<hkern u1="&#x2a;" u2="f" k="2" />
+<hkern u1="&#x2a;" u2="d" k="61" />
+<hkern u1="&#x2a;" u2="a" k="8" />
+<hkern u1="&#x2a;" u2="Y" k="-59" />
+<hkern u1="&#x2a;" u2="X" k="-57" />
+<hkern u1="&#x2a;" u2="W" k="-55" />
+<hkern u1="&#x2a;" u2="V" k="-10" />
+<hkern u1="&#x2a;" u2="T" k="-43" />
+<hkern u1="&#x2a;" u2="O" k="4" />
+<hkern u1="&#x2a;" u2="J" k="160" />
+<hkern u1="&#x2a;" u2="A" k="111" />
+<hkern u1="&#x2b;" u2="&#x38;" k="4" />
+<hkern u1="&#x2b;" u2="&#x37;" k="10" />
+<hkern u1="&#x2b;" u2="&#x34;" k="41" />
+<hkern u1="&#x2b;" u2="&#x33;" k="8" />
+<hkern u1="&#x2b;" u2="&#x32;" k="4" />
+<hkern u1="&#x2b;" u2="&#x31;" k="4" />
+<hkern u1="&#x2c;" u2="j" k="-59" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="35" />
+<hkern u1="&#x2d;" u2="z" k="14" />
+<hkern u1="&#x2d;" u2="y" k="29" />
+<hkern u1="&#x2d;" u2="x" k="43" />
+<hkern u1="&#x2d;" u2="w" k="35" />
+<hkern u1="&#x2d;" u2="v" k="27" />
+<hkern u1="&#x2d;" u2="t" k="4" />
+<hkern u1="&#x2d;" u2="s" k="4" />
+<hkern u1="&#x2d;" u2="f" k="2" />
+<hkern u1="&#x2d;" u2="Z" k="8" />
+<hkern u1="&#x2d;" u2="Y" k="111" />
+<hkern u1="&#x2d;" u2="X" k="47" />
+<hkern u1="&#x2d;" u2="W" k="76" />
+<hkern u1="&#x2d;" u2="V" k="72" />
+<hkern u1="&#x2d;" u2="T" k="123" />
+<hkern u1="&#x2d;" u2="J" k="31" />
+<hkern u1="&#x2d;" u2="A" k="23" />
+<hkern u1="&#x2d;" u2="&#x37;" k="14" />
+<hkern u1="&#x2d;" u2="&#x34;" k="8" />
+<hkern u1="&#x2d;" u2="&#x33;" k="59" />
+<hkern u1="&#x2d;" u2="&#x32;" k="4" />
+<hkern u1="&#x2d;" u2="&#x31;" k="12" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="244" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="258" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-8" />
+<hkern u1="&#x2e;" u2="y" k="70" />
+<hkern u1="&#x2e;" u2="w" k="82" />
+<hkern u1="&#x2e;" u2="v" k="66" />
+<hkern u1="&#x2e;" u2="t" k="18" />
+<hkern u1="&#x2e;" u2="f" k="14" />
+<hkern u1="&#x2e;" u2="d" k="2" />
+<hkern u1="&#x2e;" u2="Y" k="143" />
+<hkern u1="&#x2e;" u2="W" k="129" />
+<hkern u1="&#x2e;" u2="V" k="123" />
+<hkern u1="&#x2e;" u2="U" k="25" />
+<hkern u1="&#x2e;" u2="T" k="125" />
+<hkern u1="&#x2e;" u2="O" k="10" />
+<hkern u1="&#x2e;" u2="&#x37;" k="45" />
+<hkern u1="&#x2e;" u2="&#x27;" k="244" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="70" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-96" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-14" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="197" />
+<hkern u1="&#x2f;" u2="z" k="41" />
+<hkern u1="&#x2f;" u2="y" k="29" />
+<hkern u1="&#x2f;" u2="x" k="25" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="31" />
+<hkern u1="&#x2f;" u2="u" k="45" />
+<hkern u1="&#x2f;" u2="s" k="76" />
+<hkern u1="&#x2f;" u2="o" k="78" />
+<hkern u1="&#x2f;" u2="n" k="47" />
+<hkern u1="&#x2f;" u2="f" k="31" />
+<hkern u1="&#x2f;" u2="d" k="80" />
+<hkern u1="&#x2f;" u2="a" k="63" />
+<hkern u1="&#x2f;" u2="Y" k="-43" />
+<hkern u1="&#x2f;" u2="X" k="-41" />
+<hkern u1="&#x2f;" u2="W" k="-37" />
+<hkern u1="&#x2f;" u2="V" k="-35" />
+<hkern u1="&#x2f;" u2="S" k="23" />
+<hkern u1="&#x2f;" u2="O" k="43" />
+<hkern u1="&#x2f;" u2="J" k="147" />
+<hkern u1="&#x2f;" u2="A" k="123" />
+<hkern u1="&#x2f;" u2="&#x39;" k="66" />
+<hkern u1="&#x2f;" u2="&#x38;" k="20" />
+<hkern u1="&#x2f;" u2="&#x36;" k="33" />
+<hkern u1="&#x2f;" u2="&#x35;" k="78" />
+<hkern u1="&#x2f;" u2="&#x34;" k="158" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="47" />
+<hkern u1="&#x2f;" u2="&#x31;" k="47" />
+<hkern u1="&#x2f;" u2="&#x30;" k="84" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="561" />
+<hkern u1="&#x30;" u2="&#xc6;" k="41" />
+<hkern u1="&#x30;" u2="&#xb0;" k="25" />
+<hkern u1="&#x30;" u2="\" k="70" />
+<hkern u1="&#x30;" u2="Z" k="6" />
+<hkern u1="&#x30;" u2="Y" k="82" />
+<hkern u1="&#x30;" u2="X" k="25" />
+<hkern u1="&#x30;" u2="W" k="61" />
+<hkern u1="&#x30;" u2="V" k="57" />
+<hkern u1="&#x30;" u2="T" k="59" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="31" />
+<hkern u1="&#x30;" u2="&#x37;" k="8" />
+<hkern u1="&#x30;" u2="&#x2f;" k="20" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="6" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-53" />
+<hkern u1="&#x31;" u2="&#xb7;" k="25" />
+<hkern u1="&#x31;" u2="&#xb0;" k="47" />
+<hkern u1="&#x31;" u2="\" k="86" />
+<hkern u1="&#x31;" u2="Y" k="92" />
+<hkern u1="&#x31;" u2="X" k="-20" />
+<hkern u1="&#x31;" u2="W" k="78" />
+<hkern u1="&#x31;" u2="V" k="78" />
+<hkern u1="&#x31;" u2="U" k="4" />
+<hkern u1="&#x31;" u2="T" k="72" />
+<hkern u1="&#x31;" u2="A" k="-27" />
+<hkern u1="&#x31;" u2="&#x3d;" k="4" />
+<hkern u1="&#x31;" u2="&#x37;" k="4" />
+<hkern u1="&#x31;" u2="&#x2d;" k="8" />
+<hkern u1="&#x31;" u2="&#x2b;" k="35" />
+<hkern u1="&#x31;" u2="&#x27;" k="45" />
+<hkern u1="&#x31;" u2="&#x23;" k="-16" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-27" />
+<hkern u1="&#x32;" u2="\" k="59" />
+<hkern u1="&#x32;" u2="Y" k="68" />
+<hkern u1="&#x32;" u2="W" k="47" />
+<hkern u1="&#x32;" u2="V" k="45" />
+<hkern u1="&#x32;" u2="T" k="43" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-49" />
+<hkern u1="&#x33;" u2="&#xb0;" k="27" />
+<hkern u1="&#x33;" u2="\" k="61" />
+<hkern u1="&#x33;" u2="Y" k="72" />
+<hkern u1="&#x33;" u2="X" k="-27" />
+<hkern u1="&#x33;" u2="W" k="47" />
+<hkern u1="&#x33;" u2="V" k="47" />
+<hkern u1="&#x33;" u2="T" k="47" />
+<hkern u1="&#x33;" u2="&#x37;" k="4" />
+<hkern u1="&#x33;" u2="&#x27;" k="6" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-47" />
+<hkern u1="&#x34;" u2="&#xb7;" k="27" />
+<hkern u1="&#x34;" u2="&#xb0;" k="29" />
+<hkern u1="&#x34;" u2="\" k="68" />
+<hkern u1="&#x34;" u2="Y" k="78" />
+<hkern u1="&#x34;" u2="X" k="-14" />
+<hkern u1="&#x34;" u2="W" k="63" />
+<hkern u1="&#x34;" u2="V" k="63" />
+<hkern u1="&#x34;" u2="T" k="55" />
+<hkern u1="&#x34;" u2="A" k="-20" />
+<hkern u1="&#x34;" u2="&#x37;" k="6" />
+<hkern u1="&#x34;" u2="&#x2d;" k="4" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-16" />
+<hkern u1="&#x34;" u2="&#x2b;" k="33" />
+<hkern u1="&#x34;" u2="&#x27;" k="27" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-23" />
+<hkern u1="&#x35;" u2="&#xb7;" k="6" />
+<hkern u1="&#x35;" u2="\" k="35" />
+<hkern u1="&#x35;" u2="Y" k="47" />
+<hkern u1="&#x35;" u2="W" k="33" />
+<hkern u1="&#x35;" u2="V" k="33" />
+<hkern u1="&#x35;" u2="T" k="23" />
+<hkern u1="&#x35;" u2="A" k="-25" />
+<hkern u1="&#x35;" u2="&#x2d;" k="6" />
+<hkern u1="&#x35;" u2="&#x2b;" k="12" />
+<hkern u1="&#x36;" u2="&#xc6;" k="33" />
+<hkern u1="&#x36;" u2="Y" k="35" />
+<hkern u1="&#x36;" u2="W" k="27" />
+<hkern u1="&#x36;" u2="V" k="27" />
+<hkern u1="&#x36;" u2="T" k="4" />
+<hkern u1="&#x36;" u2="A" k="27" />
+<hkern u1="&#x36;" u2="&#x33;" k="20" />
+<hkern u1="&#x37;" u2="&#xc6;" k="98" />
+<hkern u1="&#x37;" u2="&#xb7;" k="31" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-8" />
+<hkern u1="&#x37;" u2="&#xa2;" k="31" />
+<hkern u1="&#x37;" u2="Z" k="6" />
+<hkern u1="&#x37;" u2="T" k="-33" />
+<hkern u1="&#x37;" u2="J" k="96" />
+<hkern u1="&#x37;" u2="A" k="72" />
+<hkern u1="&#x37;" u2="&#x3d;" k="6" />
+<hkern u1="&#x37;" u2="&#x37;" k="-18" />
+<hkern u1="&#x37;" u2="&#x35;" k="33" />
+<hkern u1="&#x37;" u2="&#x34;" k="88" />
+<hkern u1="&#x37;" u2="&#x2f;" k="104" />
+<hkern u1="&#x37;" u2="&#x2e;" k="115" />
+<hkern u1="&#x37;" u2="&#x2d;" k="47" />
+<hkern u1="&#x37;" u2="&#x2b;" k="6" />
+<hkern u1="&#x38;" u2="&#xc6;" k="29" />
+<hkern u1="&#x38;" u2="Y" k="41" />
+<hkern u1="&#x38;" u2="W" k="31" />
+<hkern u1="&#x38;" u2="V" k="31" />
+<hkern u1="&#x38;" u2="T" k="4" />
+<hkern u1="&#x38;" u2="A" k="27" />
+<hkern u1="&#x38;" u2="&#x2b;" k="4" />
+<hkern u1="&#x39;" u2="&#xb0;" k="49" />
+<hkern u1="&#x39;" u2="\" k="76" />
+<hkern u1="&#x39;" u2="Y" k="86" />
+<hkern u1="&#x39;" u2="W" k="63" />
+<hkern u1="&#x39;" u2="V" k="61" />
+<hkern u1="&#x39;" u2="T" k="70" />
+<hkern u1="&#x39;" u2="&#x37;" k="6" />
+<hkern u1="&#x39;" u2="&#x27;" k="37" />
+<hkern u1="&#x3a;" u2="Y" k="59" />
+<hkern u1="&#x3a;" u2="W" k="39" />
+<hkern u1="&#x3a;" u2="V" k="37" />
+<hkern u1="&#x3a;" u2="T" k="23" />
+<hkern u1="&#x3b;" u2="j" k="-47" />
+<hkern u1="&#x3d;" u2="&#x37;" k="10" />
+<hkern u1="&#x3d;" u2="&#x34;" k="4" />
+<hkern u1="&#x3d;" u2="&#x33;" k="12" />
+<hkern u1="&#x3d;" u2="&#x31;" k="6" />
+<hkern u1="&#x40;" u2="&#x2019;" k="49" />
+<hkern u1="&#x40;" u2="Y" k="94" />
+<hkern u1="&#x40;" u2="W" k="70" />
+<hkern u1="&#x40;" u2="V" k="68" />
+<hkern u1="&#x40;" u2="T" k="74" />
+<hkern u1="&#x40;" u2="A" k="20" />
+<hkern u1="&#x40;" u2="&#x27;" k="47" />
+<hkern u1="A" u2="&#x2122;" k="115" />
+<hkern u1="A" u2="&#x2039;" k="23" />
+<hkern u1="A" u2="&#x201e;" k="-10" />
+<hkern u1="A" u2="&#x201a;" k="-10" />
+<hkern u1="A" u2="&#x2019;" k="113" />
+<hkern u1="A" u2="&#x2018;" k="117" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="23" />
+<hkern u1="A" u2="&#xd0;" k="2" />
+<hkern u1="A" u2="&#xba;" k="88" />
+<hkern u1="A" u2="&#xae;" k="37" />
+<hkern u1="A" u2="&#xaa;" k="80" />
+<hkern u1="A" u2="&#xa9;" k="37" />
+<hkern u1="A" u2="y" k="68" />
+<hkern u1="A" u2="w" k="74" />
+<hkern u1="A" u2="v" k="63" />
+<hkern u1="A" u2="u" k="20" />
+<hkern u1="A" u2="t" k="59" />
+<hkern u1="A" u2="s" k="2" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="12" />
+<hkern u1="A" u2="f" k="37" />
+<hkern u1="A" u2="d" k="33" />
+<hkern u1="A" u2="a" k="18" />
+<hkern u1="A" u2="]" k="-8" />
+<hkern u1="A" u2="\" k="115" />
+<hkern u1="A" u2="Y" k="137" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="111" />
+<hkern u1="A" u2="U" k="57" />
+<hkern u1="A" u2="T" k="131" />
+<hkern u1="A" u2="S" k="12" />
+<hkern u1="A" u2="O" k="55" />
+<hkern u1="A" u2="&#x40;" k="4" />
+<hkern u1="A" u2="&#x3f;" k="12" />
+<hkern u1="A" u2="&#x38;" k="27" />
+<hkern u1="A" u2="&#x37;" k="12" />
+<hkern u1="A" u2="&#x36;" k="31" />
+<hkern u1="A" u2="&#x34;" k="-33" />
+<hkern u1="A" u2="&#x32;" k="-16" />
+<hkern u1="A" u2="&#x30;" k="31" />
+<hkern u1="A" u2="&#x2f;" k="-33" />
+<hkern u1="A" u2="&#x2d;" k="23" />
+<hkern u1="A" u2="&#x2c;" k="-10" />
+<hkern u1="A" u2="&#x2a;" k="111" />
+<hkern u1="A" u2="&#x29;" k="-35" />
+<hkern u1="A" u2="&#x27;" k="113" />
+<hkern u1="A" u2="&#x26;" k="27" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="10" />
+<hkern u1="B" u2="&#xef;" k="-29" />
+<hkern u1="B" u2="&#xee;" k="-25" />
+<hkern u1="B" u2="&#xc6;" k="23" />
+<hkern u1="B" u2="z" k="12" />
+<hkern u1="B" u2="y" k="23" />
+<hkern u1="B" u2="x" k="29" />
+<hkern u1="B" u2="w" k="23" />
+<hkern u1="B" u2="v" k="20" />
+<hkern u1="B" u2="u" k="8" />
+<hkern u1="B" u2="t" k="23" />
+<hkern u1="B" u2="s" k="16" />
+<hkern u1="B" u2="o" k="8" />
+<hkern u1="B" u2="n" k="8" />
+<hkern u1="B" u2="f" k="25" />
+<hkern u1="B" u2="d" k="8" />
+<hkern u1="B" u2="Z" k="2" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="29" />
+<hkern u1="B" u2="W" k="45" />
+<hkern u1="B" u2="V" k="43" />
+<hkern u1="B" u2="T" k="35" />
+<hkern u1="B" u2="J" k="8" />
+<hkern u1="B" u2="A" k="27" />
+<hkern u1="B" u2="&#x37;" k="6" />
+<hkern u1="B" u2="&#x33;" k="4" />
+<hkern u1="C" u2="&#x2122;" k="-29" />
+<hkern u1="C" u2="&#xf0;" k="12" />
+<hkern u1="C" u2="&#xef;" k="-78" />
+<hkern u1="C" u2="&#xee;" k="-45" />
+<hkern u1="C" u2="&#xc6;" k="16" />
+<hkern u1="C" u2="z" k="10" />
+<hkern u1="C" u2="y" k="10" />
+<hkern u1="C" u2="w" k="8" />
+<hkern u1="C" u2="u" k="8" />
+<hkern u1="C" u2="t" k="14" />
+<hkern u1="C" u2="s" k="16" />
+<hkern u1="C" u2="o" k="12" />
+<hkern u1="C" u2="n" k="8" />
+<hkern u1="C" u2="f" k="20" />
+<hkern u1="C" u2="d" k="12" />
+<hkern u1="C" u2="Y" k="37" />
+<hkern u1="C" u2="X" k="10" />
+<hkern u1="C" u2="W" k="25" />
+<hkern u1="C" u2="V" k="25" />
+<hkern u1="C" u2="T" k="4" />
+<hkern u1="C" u2="S" k="2" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="23" />
+<hkern u1="C" u2="&#x2a;" k="-43" />
+<hkern u1="D" u2="&#x2122;" k="2" />
+<hkern u1="D" u2="&#x2018;" k="2" />
+<hkern u1="D" u2="&#xf0;" k="12" />
+<hkern u1="D" u2="&#xd0;" k="14" />
+<hkern u1="D" u2="&#xc6;" k="82" />
+<hkern u1="D" u2="z" k="12" />
+<hkern u1="D" u2="y" k="12" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="8" />
+<hkern u1="D" u2="u" k="8" />
+<hkern u1="D" u2="s" k="14" />
+<hkern u1="D" u2="n" k="12" />
+<hkern u1="D" u2="i" k="8" />
+<hkern u1="D" u2="h" k="8" />
+<hkern u1="D" u2="a" k="16" />
+<hkern u1="D" u2="\" k="31" />
+<hkern u1="D" u2="Z" k="23" />
+<hkern u1="D" u2="Y" k="78" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="53" />
+<hkern u1="D" u2="V" k="51" />
+<hkern u1="D" u2="T" k="37" />
+<hkern u1="D" u2="S" k="10" />
+<hkern u1="D" u2="J" k="55" />
+<hkern u1="D" u2="A" k="53" />
+<hkern u1="D" u2="&#x34;" k="4" />
+<hkern u1="D" u2="&#x2f;" k="45" />
+<hkern u1="D" u2="&#x2e;" k="8" />
+<hkern u1="D" u2="&#x29;" k="27" />
+<hkern u1="D" u2="&#x27;" k="4" />
+<hkern u1="E" u2="&#x2039;" k="6" />
+<hkern u1="E" u2="&#xf0;" k="25" />
+<hkern u1="E" u2="&#xef;" k="-68" />
+<hkern u1="E" u2="&#xee;" k="-45" />
+<hkern u1="E" u2="y" k="23" />
+<hkern u1="E" u2="w" k="20" />
+<hkern u1="E" u2="v" k="10" />
+<hkern u1="E" u2="u" k="14" />
+<hkern u1="E" u2="t" k="18" />
+<hkern u1="E" u2="s" k="2" />
+<hkern u1="E" u2="o" k="25" />
+<hkern u1="E" u2="n" k="2" />
+<hkern u1="E" u2="f" k="27" />
+<hkern u1="E" u2="d" k="25" />
+<hkern u1="E" u2="a" k="4" />
+<hkern u1="E" u2="S" k="14" />
+<hkern u1="E" u2="O" k="23" />
+<hkern u1="E" u2="&#x37;" k="8" />
+<hkern u1="E" u2="&#x2d;" k="8" />
+<hkern u1="F" g2="uniFB04" k="10" />
+<hkern u1="F" g2="uniFB03" k="10" />
+<hkern u1="F" u2="&#x2122;" k="-8" />
+<hkern u1="F" u2="&#x203a;" k="8" />
+<hkern u1="F" u2="&#x2039;" k="10" />
+<hkern u1="F" u2="&#xf0;" k="72" />
+<hkern u1="F" u2="&#xef;" k="-115" />
+<hkern u1="F" u2="&#xee;" k="-92" />
+<hkern u1="F" u2="&#xed;" k="20" />
+<hkern u1="F" u2="&#xec;" k="-33" />
+<hkern u1="F" u2="&#xdf;" k="6" />
+<hkern u1="F" u2="&#xc6;" k="168" />
+<hkern u1="F" u2="z" k="35" />
+<hkern u1="F" u2="y" k="12" />
+<hkern u1="F" u2="x" k="14" />
+<hkern u1="F" u2="w" k="12" />
+<hkern u1="F" u2="v" k="12" />
+<hkern u1="F" u2="u" k="31" />
+<hkern u1="F" u2="t" k="4" />
+<hkern u1="F" u2="s" k="63" />
+<hkern u1="F" u2="o" k="53" />
+<hkern u1="F" u2="n" k="35" />
+<hkern u1="F" u2="f" k="25" />
+<hkern u1="F" u2="d" k="53" />
+<hkern u1="F" u2="a" k="66" />
+<hkern u1="F" u2="S" k="29" />
+<hkern u1="F" u2="O" k="25" />
+<hkern u1="F" u2="J" k="168" />
+<hkern u1="F" u2="A" k="109" />
+<hkern u1="F" u2="&#x40;" k="4" />
+<hkern u1="F" u2="&#x3a;" k="6" />
+<hkern u1="F" u2="&#x37;" k="10" />
+<hkern u1="F" u2="&#x35;" k="25" />
+<hkern u1="F" u2="&#x34;" k="61" />
+<hkern u1="F" u2="&#x33;" k="10" />
+<hkern u1="F" u2="&#x32;" k="12" />
+<hkern u1="F" u2="&#x31;" k="6" />
+<hkern u1="F" u2="&#x2f;" k="104" />
+<hkern u1="F" u2="&#x2e;" k="90" />
+<hkern u1="F" u2="&#x2d;" k="12" />
+<hkern u1="F" u2="&#x2a;" k="-37" />
+<hkern u1="F" u2="&#x29;" k="-10" />
+<hkern u1="F" u2="&#x20;" k="47" />
+<hkern u1="G" u2="&#x2122;" k="2" />
+<hkern u1="G" u2="&#xf0;" k="8" />
+<hkern u1="G" u2="y" k="27" />
+<hkern u1="G" u2="w" k="29" />
+<hkern u1="G" u2="v" k="23" />
+<hkern u1="G" u2="t" k="14" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="20" />
+<hkern u1="G" u2="Y" k="68" />
+<hkern u1="G" u2="W" k="51" />
+<hkern u1="G" u2="V" k="49" />
+<hkern u1="G" u2="T" k="33" />
+<hkern u1="G" u2="&#x27;" k="4" />
+<hkern u1="I" u2="&#xf0;" k="23" />
+<hkern u1="I" u2="&#xef;" k="-31" />
+<hkern u1="I" u2="z" k="10" />
+<hkern u1="I" u2="y" k="8" />
+<hkern u1="I" u2="t" k="18" />
+<hkern u1="I" u2="s" k="14" />
+<hkern u1="I" u2="o" k="20" />
+<hkern u1="I" u2="f" k="18" />
+<hkern u1="I" u2="d" k="18" />
+<hkern u1="I" u2="a" k="16" />
+<hkern u1="J" u2="&#xf0;" k="27" />
+<hkern u1="J" u2="&#xef;" k="-43" />
+<hkern u1="J" u2="&#xee;" k="-23" />
+<hkern u1="J" u2="&#xc6;" k="51" />
+<hkern u1="J" u2="z" k="16" />
+<hkern u1="J" u2="x" k="10" />
+<hkern u1="J" u2="u" k="14" />
+<hkern u1="J" u2="t" k="14" />
+<hkern u1="J" u2="s" k="25" />
+<hkern u1="J" u2="o" k="20" />
+<hkern u1="J" u2="n" k="12" />
+<hkern u1="J" u2="l" k="8" />
+<hkern u1="J" u2="i" k="8" />
+<hkern u1="J" u2="h" k="8" />
+<hkern u1="J" u2="f" k="16" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="23" />
+<hkern u1="J" u2="J" k="29" />
+<hkern u1="J" u2="A" k="35" />
+<hkern u1="J" u2="&#x2f;" k="25" />
+<hkern u1="J" u2="&#x2e;" k="4" />
+<hkern u1="K" u2="&#x2122;" k="-29" />
+<hkern u1="K" u2="&#x203a;" k="-10" />
+<hkern u1="K" u2="&#x2039;" k="23" />
+<hkern u1="K" u2="&#x201e;" k="-33" />
+<hkern u1="K" u2="&#x201a;" k="-33" />
+<hkern u1="K" u2="&#xf8;" k="37" />
+<hkern u1="K" u2="&#xf0;" k="61" />
+<hkern u1="K" u2="&#xef;" k="-137" />
+<hkern u1="K" u2="&#xee;" k="-25" />
+<hkern u1="K" u2="&#xec;" k="-51" />
+<hkern u1="K" u2="&#xd8;" k="35" />
+<hkern u1="K" u2="&#xae;" k="29" />
+<hkern u1="K" u2="&#xa9;" k="29" />
+<hkern u1="K" u2="&#x7d;" k="-31" />
+<hkern u1="K" u2="y" k="78" />
+<hkern u1="K" u2="w" k="88" />
+<hkern u1="K" u2="v" k="80" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="41" />
+<hkern u1="K" u2="o" k="70" />
+<hkern u1="K" u2="f" k="43" />
+<hkern u1="K" u2="d" k="66" />
+<hkern u1="K" u2="a" k="14" />
+<hkern u1="K" u2="]" k="-33" />
+<hkern u1="K" u2="\" k="-25" />
+<hkern u1="K" u2="S" k="20" />
+<hkern u1="K" u2="O" k="78" />
+<hkern u1="K" u2="J" k="-10" />
+<hkern u1="K" u2="&#x3b;" k="-18" />
+<hkern u1="K" u2="&#x34;" k="-57" />
+<hkern u1="K" u2="&#x32;" k="-37" />
+<hkern u1="K" u2="&#x30;" k="4" />
+<hkern u1="K" u2="&#x2f;" k="-53" />
+<hkern u1="K" u2="&#x2d;" k="43" />
+<hkern u1="K" u2="&#x2c;" k="-33" />
+<hkern u1="K" u2="&#x2a;" k="-43" />
+<hkern u1="K" u2="&#x29;" k="-59" />
+<hkern u1="K" u2="&#x20;" k="25" />
+<hkern u1="L" u2="&#x2122;" k="199" />
+<hkern u1="L" u2="&#x2039;" k="23" />
+<hkern u1="L" u2="&#x2019;" k="195" />
+<hkern u1="L" u2="&#x2018;" k="197" />
+<hkern u1="L" u2="&#xf0;" k="8" />
+<hkern u1="L" u2="&#xc6;" k="-25" />
+<hkern u1="L" u2="&#xba;" k="195" />
+<hkern u1="L" u2="&#xb7;" k="240" />
+<hkern u1="L" u2="&#xae;" k="10" />
+<hkern u1="L" u2="&#xaa;" k="193" />
+<hkern u1="L" u2="&#xa9;" k="10" />
+<hkern u1="L" u2="y" k="111" />
+<hkern u1="L" u2="w" k="133" />
+<hkern u1="L" u2="v" k="104" />
+<hkern u1="L" u2="u" k="6" />
+<hkern u1="L" u2="t" k="49" />
+<hkern u1="L" u2="o" k="12" />
+<hkern u1="L" u2="f" k="39" />
+<hkern u1="L" u2="d" k="12" />
+<hkern u1="L" u2="\" k="162" />
+<hkern u1="L" u2="Y" k="201" />
+<hkern u1="L" u2="W" k="186" />
+<hkern u1="L" u2="V" k="170" />
+<hkern u1="L" u2="U" k="47" />
+<hkern u1="L" u2="T" k="193" />
+<hkern u1="L" u2="S" k="2" />
+<hkern u1="L" u2="O" k="45" />
+<hkern u1="L" u2="&#x3f;" k="8" />
+<hkern u1="L" u2="&#x37;" k="4" />
+<hkern u1="L" u2="&#x2d;" k="33" />
+<hkern u1="L" u2="&#x2a;" k="199" />
+<hkern u1="L" u2="&#x27;" k="195" />
+<hkern u1="L" u2="&#x20;" k="57" />
+<hkern u1="O" u2="&#x2122;" k="4" />
+<hkern u1="O" u2="&#x2019;" k="2" />
+<hkern u1="O" u2="&#x2018;" k="4" />
+<hkern u1="O" u2="&#xf0;" k="12" />
+<hkern u1="O" u2="&#xd0;" k="16" />
+<hkern u1="O" u2="&#xc6;" k="84" />
+<hkern u1="O" u2="z" k="12" />
+<hkern u1="O" u2="y" k="2" />
+<hkern u1="O" u2="x" k="27" />
+<hkern u1="O" u2="w" k="8" />
+<hkern u1="O" u2="u" k="8" />
+<hkern u1="O" u2="s" k="12" />
+<hkern u1="O" u2="n" k="12" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="8" />
+<hkern u1="O" u2="a" k="16" />
+<hkern u1="O" u2="\" k="35" />
+<hkern u1="O" u2="Z" k="27" />
+<hkern u1="O" u2="Y" k="82" />
+<hkern u1="O" u2="X" k="59" />
+<hkern u1="O" u2="W" k="55" />
+<hkern u1="O" u2="V" k="53" />
+<hkern u1="O" u2="T" k="41" />
+<hkern u1="O" u2="S" k="10" />
+<hkern u1="O" u2="J" k="55" />
+<hkern u1="O" u2="A" k="55" />
+<hkern u1="O" u2="&#x34;" k="4" />
+<hkern u1="O" u2="&#x2f;" k="45" />
+<hkern u1="O" u2="&#x2e;" k="10" />
+<hkern u1="O" u2="&#x2a;" k="2" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="6" />
+<hkern u1="P" u2="&#x2039;" k="25" />
+<hkern u1="P" u2="&#xf0;" k="49" />
+<hkern u1="P" u2="&#xef;" k="-53" />
+<hkern u1="P" u2="&#xee;" k="-27" />
+<hkern u1="P" u2="&#xc6;" k="174" />
+<hkern u1="P" u2="y" k="-29" />
+<hkern u1="P" u2="x" k="-14" />
+<hkern u1="P" u2="w" k="-23" />
+<hkern u1="P" u2="v" k="-16" />
+<hkern u1="P" u2="s" k="18" />
+<hkern u1="P" u2="o" k="25" />
+<hkern u1="P" u2="d" k="23" />
+<hkern u1="P" u2="a" k="23" />
+<hkern u1="P" u2="Z" k="12" />
+<hkern u1="P" u2="Y" k="35" />
+<hkern u1="P" u2="X" k="43" />
+<hkern u1="P" u2="W" k="23" />
+<hkern u1="P" u2="V" k="23" />
+<hkern u1="P" u2="T" k="2" />
+<hkern u1="P" u2="J" k="170" />
+<hkern u1="P" u2="A" k="109" />
+<hkern u1="P" u2="&#x35;" k="23" />
+<hkern u1="P" u2="&#x34;" k="72" />
+<hkern u1="P" u2="&#x2f;" k="123" />
+<hkern u1="P" u2="&#x2e;" k="125" />
+<hkern u1="P" u2="&#x2d;" k="20" />
+<hkern u1="P" u2="&#x29;" k="27" />
+<hkern u1="P" u2="&#x20;" k="57" />
+<hkern u1="Q" u2="&#x201e;" k="-16" />
+<hkern u1="Q" u2="&#x201a;" k="-16" />
+<hkern u1="Q" u2="&#xc6;" k="33" />
+<hkern u1="Q" u2="&#x7d;" k="-16" />
+<hkern u1="Q" u2="y" k="12" />
+<hkern u1="Q" u2="x" k="2" />
+<hkern u1="Q" u2="]" k="-16" />
+<hkern u1="Q" u2="X" k="27" />
+<hkern u1="Q" u2="J" k="25" />
+<hkern u1="Q" u2="A" k="18" />
+<hkern u1="Q" u2="&#x34;" k="-43" />
+<hkern u1="Q" u2="&#x32;" k="-23" />
+<hkern u1="Q" u2="&#x2f;" k="-39" />
+<hkern u1="Q" u2="&#x2c;" k="-16" />
+<hkern u1="Q" u2="&#x29;" k="-43" />
+<hkern u1="R" u2="&#x2122;" k="16" />
+<hkern u1="R" u2="&#x2039;" k="23" />
+<hkern u1="R" u2="&#x2019;" k="14" />
+<hkern u1="R" u2="&#xf0;" k="55" />
+<hkern u1="R" u2="&#xd0;" k="12" />
+<hkern u1="R" u2="y" k="23" />
+<hkern u1="R" u2="w" k="25" />
+<hkern u1="R" u2="v" k="20" />
+<hkern u1="R" u2="u" k="25" />
+<hkern u1="R" u2="t" k="25" />
+<hkern u1="R" u2="s" k="2" />
+<hkern u1="R" u2="o" k="47" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="20" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="12" />
+<hkern u1="R" u2="f" k="23" />
+<hkern u1="R" u2="d" k="45" />
+<hkern u1="R" u2="a" k="27" />
+<hkern u1="R" u2="\" k="35" />
+<hkern u1="R" u2="Y" k="78" />
+<hkern u1="R" u2="W" k="61" />
+<hkern u1="R" u2="V" k="59" />
+<hkern u1="R" u2="U" k="16" />
+<hkern u1="R" u2="T" k="37" />
+<hkern u1="R" u2="O" k="20" />
+<hkern u1="R" u2="A" k="4" />
+<hkern u1="R" u2="&#x34;" k="-16" />
+<hkern u1="R" u2="&#x2f;" k="-16" />
+<hkern u1="R" u2="&#x2d;" k="4" />
+<hkern u1="R" u2="&#x29;" k="-18" />
+<hkern u1="S" u2="&#xf0;" k="8" />
+<hkern u1="S" u2="&#xef;" k="-59" />
+<hkern u1="S" u2="&#xee;" k="-41" />
+<hkern u1="S" u2="&#xc6;" k="18" />
+<hkern u1="S" u2="&#xaa;" k="4" />
+<hkern u1="S" u2="z" k="16" />
+<hkern u1="S" u2="y" k="39" />
+<hkern u1="S" u2="x" k="25" />
+<hkern u1="S" u2="w" k="43" />
+<hkern u1="S" u2="v" k="39" />
+<hkern u1="S" u2="u" k="12" />
+<hkern u1="S" u2="t" k="31" />
+<hkern u1="S" u2="s" k="16" />
+<hkern u1="S" u2="n" k="14" />
+<hkern u1="S" u2="l" k="8" />
+<hkern u1="S" u2="i" k="8" />
+<hkern u1="S" u2="h" k="8" />
+<hkern u1="S" u2="f" k="27" />
+<hkern u1="S" u2="a" k="8" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="16" />
+<hkern u1="S" u2="W" k="29" />
+<hkern u1="S" u2="V" k="29" />
+<hkern u1="S" u2="T" k="4" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="4" />
+<hkern u1="T" g2="uniFB04" k="82" />
+<hkern u1="T" g2="uniFB03" k="18" />
+<hkern u1="T" g2="uniFB01" k="12" />
+<hkern u1="T" u2="&#x2122;" k="-10" />
+<hkern u1="T" u2="&#x203a;" k="27" />
+<hkern u1="T" u2="&#x2039;" k="96" />
+<hkern u1="T" u2="&#xf0;" k="160" />
+<hkern u1="T" u2="&#xef;" k="-117" />
+<hkern u1="T" u2="&#xee;" k="-94" />
+<hkern u1="T" u2="&#xed;" k="33" />
+<hkern u1="T" u2="&#xec;" k="-33" />
+<hkern u1="T" u2="&#xe3;" k="111" />
+<hkern u1="T" u2="&#xdf;" k="10" />
+<hkern u1="T" u2="&#xc6;" k="170" />
+<hkern u1="T" u2="&#xae;" k="12" />
+<hkern u1="T" u2="&#xa9;" k="12" />
+<hkern u1="T" u2="z" k="104" />
+<hkern u1="T" u2="y" k="68" />
+<hkern u1="T" u2="x" k="70" />
+<hkern u1="T" u2="w" k="74" />
+<hkern u1="T" u2="v" k="74" />
+<hkern u1="T" u2="u" k="115" />
+<hkern u1="T" u2="t" k="4" />
+<hkern u1="T" u2="s" k="162" />
+<hkern u1="T" u2="o" k="168" />
+<hkern u1="T" u2="n" k="74" />
+<hkern u1="T" u2="f" k="63" />
+<hkern u1="T" u2="d" k="166" />
+<hkern u1="T" u2="a" k="150" />
+<hkern u1="T" u2="S" k="12" />
+<hkern u1="T" u2="O" k="39" />
+<hkern u1="T" u2="J" k="184" />
+<hkern u1="T" u2="A" k="131" />
+<hkern u1="T" u2="&#x40;" k="76" />
+<hkern u1="T" u2="&#x3a;" k="23" />
+<hkern u1="T" u2="&#x39;" k="63" />
+<hkern u1="T" u2="&#x38;" k="4" />
+<hkern u1="T" u2="&#x37;" k="18" />
+<hkern u1="T" u2="&#x36;" k="8" />
+<hkern u1="T" u2="&#x35;" k="59" />
+<hkern u1="T" u2="&#x34;" k="115" />
+<hkern u1="T" u2="&#x33;" k="25" />
+<hkern u1="T" u2="&#x32;" k="23" />
+<hkern u1="T" u2="&#x31;" k="47" />
+<hkern u1="T" u2="&#x30;" k="57" />
+<hkern u1="T" u2="&#x2f;" k="106" />
+<hkern u1="T" u2="&#x2e;" k="125" />
+<hkern u1="T" u2="&#x2d;" k="121" />
+<hkern u1="T" u2="&#x2a;" k="-43" />
+<hkern u1="T" u2="&#x29;" k="-10" />
+<hkern u1="T" u2="&#x26;" k="4" />
+<hkern u1="T" u2="&#x20;" k="57" />
+<hkern u1="U" u2="&#xf0;" k="31" />
+<hkern u1="U" u2="&#xef;" k="-49" />
+<hkern u1="U" u2="&#xee;" k="-27" />
+<hkern u1="U" u2="&#xc6;" k="92" />
+<hkern u1="U" u2="z" k="20" />
+<hkern u1="U" u2="x" k="10" />
+<hkern u1="U" u2="u" k="18" />
+<hkern u1="U" u2="t" k="12" />
+<hkern u1="U" u2="s" k="31" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="20" />
+<hkern u1="U" u2="l" k="10" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="16" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="29" />
+<hkern u1="U" u2="J" k="57" />
+<hkern u1="U" u2="A" k="55" />
+<hkern u1="U" u2="&#x34;" k="4" />
+<hkern u1="U" u2="&#x2f;" k="45" />
+<hkern u1="U" u2="&#x2e;" k="25" />
+<hkern u1="V" u2="&#x2122;" k="-39" />
+<hkern u1="V" u2="&#x203a;" k="41" />
+<hkern u1="V" u2="&#x2039;" k="76" />
+<hkern u1="V" u2="&#x2019;" k="-12" />
+<hkern u1="V" u2="&#x2018;" k="-10" />
+<hkern u1="V" u2="&#xf0;" k="133" />
+<hkern u1="V" u2="&#xef;" k="-145" />
+<hkern u1="V" u2="&#xee;" k="-74" />
+<hkern u1="V" u2="&#xed;" k="47" />
+<hkern u1="V" u2="&#xec;" k="-63" />
+<hkern u1="V" u2="&#xe3;" k="80" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="2" />
+<hkern u1="V" u2="&#xc6;" k="174" />
+<hkern u1="V" u2="&#xae;" k="37" />
+<hkern u1="V" u2="&#xa9;" k="37" />
+<hkern u1="V" u2="z" k="63" />
+<hkern u1="V" u2="y" k="23" />
+<hkern u1="V" u2="x" k="29" />
+<hkern u1="V" u2="w" k="23" />
+<hkern u1="V" u2="v" k="27" />
+<hkern u1="V" u2="u" k="80" />
+<hkern u1="V" u2="t" k="29" />
+<hkern u1="V" u2="s" k="109" />
+<hkern u1="V" u2="o" k="123" />
+<hkern u1="V" u2="n" k="84" />
+<hkern u1="V" u2="f" k="59" />
+<hkern u1="V" u2="d" k="117" />
+<hkern u1="V" u2="a" k="111" />
+<hkern u1="V" u2="]" k="-8" />
+<hkern u1="V" u2="\" k="-33" />
+<hkern u1="V" u2="S" k="41" />
+<hkern u1="V" u2="O" k="55" />
+<hkern u1="V" u2="J" k="166" />
+<hkern u1="V" u2="A" k="111" />
+<hkern u1="V" u2="&#x40;" k="68" />
+<hkern u1="V" u2="&#x3a;" k="37" />
+<hkern u1="V" u2="&#x39;" k="51" />
+<hkern u1="V" u2="&#x38;" k="31" />
+<hkern u1="V" u2="&#x36;" k="33" />
+<hkern u1="V" u2="&#x35;" k="63" />
+<hkern u1="V" u2="&#x34;" k="109" />
+<hkern u1="V" u2="&#x33;" k="33" />
+<hkern u1="V" u2="&#x32;" k="33" />
+<hkern u1="V" u2="&#x31;" k="35" />
+<hkern u1="V" u2="&#x30;" k="55" />
+<hkern u1="V" u2="&#x2f;" k="121" />
+<hkern u1="V" u2="&#x2e;" k="121" />
+<hkern u1="V" u2="&#x2d;" k="72" />
+<hkern u1="V" u2="&#x2a;" k="-61" />
+<hkern u1="V" u2="&#x29;" k="-39" />
+<hkern u1="V" u2="&#x26;" k="33" />
+<hkern u1="V" u2="&#x20;" k="70" />
+<hkern u1="W" u2="&#x2122;" k="-43" />
+<hkern u1="W" u2="&#x203a;" k="43" />
+<hkern u1="W" u2="&#x2039;" k="80" />
+<hkern u1="W" u2="&#x2019;" k="-16" />
+<hkern u1="W" u2="&#x2018;" k="-16" />
+<hkern u1="W" u2="&#xf0;" k="137" />
+<hkern u1="W" u2="&#xef;" k="-150" />
+<hkern u1="W" u2="&#xee;" k="-74" />
+<hkern u1="W" u2="&#xed;" k="47" />
+<hkern u1="W" u2="&#xec;" k="-68" />
+<hkern u1="W" u2="&#xe4;" k="80" />
+<hkern u1="W" u2="&#xe3;" k="80" />
+<hkern u1="W" u2="&#xdf;" k="47" />
+<hkern u1="W" u2="&#xd0;" k="2" />
+<hkern u1="W" u2="&#xc6;" k="176" />
+<hkern u1="W" u2="&#xae;" k="37" />
+<hkern u1="W" u2="&#xa9;" k="37" />
+<hkern u1="W" u2="&#x7d;" k="-10" />
+<hkern u1="W" u2="z" k="66" />
+<hkern u1="W" u2="y" k="25" />
+<hkern u1="W" u2="x" k="31" />
+<hkern u1="W" u2="w" k="25" />
+<hkern u1="W" u2="v" k="27" />
+<hkern u1="W" u2="u" k="82" />
+<hkern u1="W" u2="t" k="29" />
+<hkern u1="W" u2="s" k="117" />
+<hkern u1="W" u2="o" k="131" />
+<hkern u1="W" u2="n" k="88" />
+<hkern u1="W" u2="f" k="63" />
+<hkern u1="W" u2="d" k="125" />
+<hkern u1="W" u2="a" k="109" />
+<hkern u1="W" u2="]" k="-12" />
+<hkern u1="W" u2="\" k="-39" />
+<hkern u1="W" u2="S" k="43" />
+<hkern u1="W" u2="O" k="55" />
+<hkern u1="W" u2="J" k="166" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="72" />
+<hkern u1="W" u2="&#x3a;" k="39" />
+<hkern u1="W" u2="&#x39;" k="55" />
+<hkern u1="W" u2="&#x38;" k="31" />
+<hkern u1="W" u2="&#x36;" k="33" />
+<hkern u1="W" u2="&#x35;" k="68" />
+<hkern u1="W" u2="&#x34;" k="113" />
+<hkern u1="W" u2="&#x33;" k="35" />
+<hkern u1="W" u2="&#x32;" k="35" />
+<hkern u1="W" u2="&#x31;" k="37" />
+<hkern u1="W" u2="&#x30;" k="57" />
+<hkern u1="W" u2="&#x2f;" k="129" />
+<hkern u1="W" u2="&#x2e;" k="129" />
+<hkern u1="W" u2="&#x2d;" k="76" />
+<hkern u1="W" u2="&#x2a;" k="-55" />
+<hkern u1="W" u2="&#x29;" k="-43" />
+<hkern u1="W" u2="&#x26;" k="33" />
+<hkern u1="W" u2="&#x20;" k="70" />
+<hkern u1="X" u2="&#x2122;" k="-47" />
+<hkern u1="X" u2="&#x2039;" k="31" />
+<hkern u1="X" u2="&#x2019;" k="-16" />
+<hkern u1="X" u2="&#x2018;" k="-16" />
+<hkern u1="X" u2="&#xf8;" k="55" />
+<hkern u1="X" u2="&#xf0;" k="76" />
+<hkern u1="X" u2="&#xef;" k="-152" />
+<hkern u1="X" u2="&#xee;" k="-49" />
+<hkern u1="X" u2="&#xed;" k="16" />
+<hkern u1="X" u2="&#xec;" k="-70" />
+<hkern u1="X" u2="&#xdf;" k="16" />
+<hkern u1="X" u2="&#xd8;" k="33" />
+<hkern u1="X" u2="&#xae;" k="27" />
+<hkern u1="X" u2="&#xa9;" k="27" />
+<hkern u1="X" u2="&#x7d;" k="-12" />
+<hkern u1="X" u2="y" k="61" />
+<hkern u1="X" u2="w" k="66" />
+<hkern u1="X" u2="v" k="63" />
+<hkern u1="X" u2="u" k="47" />
+<hkern u1="X" u2="t" k="35" />
+<hkern u1="X" u2="o" k="84" />
+<hkern u1="X" u2="n" k="20" />
+<hkern u1="X" u2="f" k="49" />
+<hkern u1="X" u2="d" k="78" />
+<hkern u1="X" u2="a" k="25" />
+<hkern u1="X" u2="]" k="-16" />
+<hkern u1="X" u2="\" k="-41" />
+<hkern u1="X" u2="S" k="12" />
+<hkern u1="X" u2="O" k="61" />
+<hkern u1="X" u2="&#x34;" k="-29" />
+<hkern u1="X" u2="&#x32;" k="-8" />
+<hkern u1="X" u2="&#x30;" k="23" />
+<hkern u1="X" u2="&#x2f;" k="-25" />
+<hkern u1="X" u2="&#x2d;" k="47" />
+<hkern u1="X" u2="&#x2a;" k="-57" />
+<hkern u1="X" u2="&#x29;" k="-45" />
+<hkern u1="X" u2="&#x20;" k="4" />
+<hkern u1="Y" u2="&#x2122;" k="-51" />
+<hkern u1="Y" u2="&#x203a;" k="70" />
+<hkern u1="Y" u2="&#x2039;" k="113" />
+<hkern u1="Y" u2="&#x2019;" k="-25" />
+<hkern u1="Y" u2="&#x2018;" k="-23" />
+<hkern u1="Y" u2="&#xf6;" k="119" />
+<hkern u1="Y" u2="&#xf0;" k="164" />
+<hkern u1="Y" u2="&#xef;" k="-158" />
+<hkern u1="Y" u2="&#xee;" k="-66" />
+<hkern u1="Y" u2="&#xed;" k="61" />
+<hkern u1="Y" u2="&#xec;" k="-76" />
+<hkern u1="Y" u2="&#xeb;" k="119" />
+<hkern u1="Y" u2="&#xe4;" k="72" />
+<hkern u1="Y" u2="&#xe3;" k="84" />
+<hkern u1="Y" u2="&#xdf;" k="63" />
+<hkern u1="Y" u2="&#xd0;" k="2" />
+<hkern u1="Y" u2="&#xc6;" k="201" />
+<hkern u1="Y" u2="&#xae;" k="53" />
+<hkern u1="Y" u2="&#xa9;" k="53" />
+<hkern u1="Y" u2="&#x7d;" k="-16" />
+<hkern u1="Y" u2="z" k="100" />
+<hkern u1="Y" u2="y" k="53" />
+<hkern u1="Y" u2="x" k="59" />
+<hkern u1="Y" u2="w" k="59" />
+<hkern u1="Y" u2="v" k="61" />
+<hkern u1="Y" u2="u" k="111" />
+<hkern u1="Y" u2="t" k="41" />
+<hkern u1="Y" u2="s" k="164" />
+<hkern u1="Y" u2="o" k="162" />
+<hkern u1="Y" u2="n" k="113" />
+<hkern u1="Y" u2="f" k="84" />
+<hkern u1="Y" u2="d" k="158" />
+<hkern u1="Y" u2="a" k="152" />
+<hkern u1="Y" u2="]" k="-18" />
+<hkern u1="Y" u2="\" k="-43" />
+<hkern u1="Y" u2="S" k="55" />
+<hkern u1="Y" u2="O" k="80" />
+<hkern u1="Y" u2="J" k="178" />
+<hkern u1="Y" u2="A" k="137" />
+<hkern u1="Y" u2="&#x40;" k="96" />
+<hkern u1="Y" u2="&#x3a;" k="59" />
+<hkern u1="Y" u2="&#x39;" k="78" />
+<hkern u1="Y" u2="&#x38;" k="41" />
+<hkern u1="Y" u2="&#x36;" k="47" />
+<hkern u1="Y" u2="&#x35;" k="80" />
+<hkern u1="Y" u2="&#x34;" k="131" />
+<hkern u1="Y" u2="&#x33;" k="51" />
+<hkern u1="Y" u2="&#x32;" k="53" />
+<hkern u1="Y" u2="&#x31;" k="61" />
+<hkern u1="Y" u2="&#x30;" k="82" />
+<hkern u1="Y" u2="&#x2f;" k="125" />
+<hkern u1="Y" u2="&#x2e;" k="145" />
+<hkern u1="Y" u2="&#x2d;" k="111" />
+<hkern u1="Y" u2="&#x2a;" k="-61" />
+<hkern u1="Y" u2="&#x29;" k="-51" />
+<hkern u1="Y" u2="&#x26;" k="41" />
+<hkern u1="Y" u2="&#x20;" k="76" />
+<hkern u1="Z" u2="&#x2039;" k="4" />
+<hkern u1="Z" u2="&#xf0;" k="25" />
+<hkern u1="Z" u2="&#xef;" k="-70" />
+<hkern u1="Z" u2="&#xee;" k="-47" />
+<hkern u1="Z" u2="&#xae;" k="6" />
+<hkern u1="Z" u2="&#xa9;" k="6" />
+<hkern u1="Z" u2="y" k="25" />
+<hkern u1="Z" u2="w" k="25" />
+<hkern u1="Z" u2="v" k="25" />
+<hkern u1="Z" u2="u" k="20" />
+<hkern u1="Z" u2="t" k="27" />
+<hkern u1="Z" u2="s" k="8" />
+<hkern u1="Z" u2="o" k="27" />
+<hkern u1="Z" u2="n" k="14" />
+<hkern u1="Z" u2="f" k="37" />
+<hkern u1="Z" u2="d" k="27" />
+<hkern u1="Z" u2="a" k="12" />
+<hkern u1="Z" u2="O" k="25" />
+<hkern u1="Z" u2="&#x30;" k="4" />
+<hkern u1="Z" u2="&#x2d;" k="8" />
+<hkern u1="[" u2="&#xef;" k="-72" />
+<hkern u1="[" u2="&#xee;" k="-49" />
+<hkern u1="[" u2="&#xc6;" k="-35" />
+<hkern u1="[" u2="j" k="-66" />
+<hkern u1="[" u2="Y" k="-16" />
+<hkern u1="[" u2="X" k="-16" />
+<hkern u1="[" u2="W" k="-12" />
+<hkern u1="[" u2="V" k="-10" />
+<hkern u1="[" u2="A" k="-8" />
+<hkern u1="\" u2="&#x2019;" k="162" />
+<hkern u1="\" u2="&#xd8;" k="-16" />
+<hkern u1="\" u2="&#xc6;" k="-57" />
+<hkern u1="\" u2="y" k="59" />
+<hkern u1="\" u2="x" k="-23" />
+<hkern u1="\" u2="w" k="70" />
+<hkern u1="\" u2="v" k="55" />
+<hkern u1="\" u2="t" k="23" />
+<hkern u1="\" u2="Y" k="121" />
+<hkern u1="\" u2="X" k="-25" />
+<hkern u1="\" u2="W" k="123" />
+<hkern u1="\" u2="V" k="115" />
+<hkern u1="\" u2="U" k="39" />
+<hkern u1="\" u2="T" k="104" />
+<hkern u1="\" u2="O" k="39" />
+<hkern u1="\" u2="J" k="-14" />
+<hkern u1="\" u2="A" k="-31" />
+<hkern u1="\" u2="&#x37;" k="8" />
+<hkern u1="\" u2="&#x36;" k="18" />
+<hkern u1="\" u2="&#x30;" k="16" />
+<hkern u1="\" u2="&#x27;" k="164" />
+<hkern u1="a" u2="&#x2122;" k="74" />
+<hkern u1="a" u2="&#x2019;" k="59" />
+<hkern u1="a" u2="&#x2018;" k="68" />
+<hkern u1="a" u2="&#xd0;" k="4" />
+<hkern u1="a" u2="&#xba;" k="33" />
+<hkern u1="a" u2="&#xaa;" k="23" />
+<hkern u1="a" u2="y" k="43" />
+<hkern u1="a" u2="w" k="57" />
+<hkern u1="a" u2="v" k="45" />
+<hkern u1="a" u2="t" k="18" />
+<hkern u1="a" u2="f" k="8" />
+<hkern u1="a" u2="\" k="100" />
+<hkern u1="a" u2="Z" k="2" />
+<hkern u1="a" u2="Y" k="162" />
+<hkern u1="a" u2="W" k="117" />
+<hkern u1="a" u2="V" k="111" />
+<hkern u1="a" u2="U" k="35" />
+<hkern u1="a" u2="T" k="162" />
+<hkern u1="a" u2="S" k="2" />
+<hkern u1="a" u2="O" k="20" />
+<hkern u1="a" u2="I" k="8" />
+<hkern u1="a" u2="&#x3f;" k="6" />
+<hkern u1="a" u2="&#x2a;" k="59" />
+<hkern u1="a" u2="&#x27;" k="55" />
+<hkern u1="b" u2="&#x2122;" k="66" />
+<hkern u1="b" u2="&#x2019;" k="70" />
+<hkern u1="b" u2="&#x2018;" k="78" />
+<hkern u1="b" u2="&#xd0;" k="6" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="23" />
+<hkern u1="b" u2="&#xaa;" k="2" />
+<hkern u1="b" u2="z" k="14" />
+<hkern u1="b" u2="y" k="33" />
+<hkern u1="b" u2="x" k="41" />
+<hkern u1="b" u2="w" k="41" />
+<hkern u1="b" u2="v" k="31" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="6" />
+<hkern u1="b" u2="f" k="2" />
+<hkern u1="b" u2="\" k="80" />
+<hkern u1="b" u2="Z" k="35" />
+<hkern u1="b" u2="Y" k="156" />
+<hkern u1="b" u2="X" k="78" />
+<hkern u1="b" u2="W" k="125" />
+<hkern u1="b" u2="V" k="119" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="166" />
+<hkern u1="b" u2="S" k="23" />
+<hkern u1="b" u2="J" k="25" />
+<hkern u1="b" u2="I" k="18" />
+<hkern u1="b" u2="A" k="31" />
+<hkern u1="b" u2="&#x3f;" k="8" />
+<hkern u1="b" u2="&#x2e;" k="2" />
+<hkern u1="b" u2="&#x2a;" k="61" />
+<hkern u1="b" u2="&#x29;" k="33" />
+<hkern u1="b" u2="&#x27;" k="76" />
+<hkern u1="c" u2="&#x2122;" k="37" />
+<hkern u1="c" u2="&#x2039;" k="6" />
+<hkern u1="c" u2="&#x2019;" k="20" />
+<hkern u1="c" u2="&#x2018;" k="27" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="2" />
+<hkern u1="c" u2="&#xc6;" k="8" />
+<hkern u1="c" u2="y" k="18" />
+<hkern u1="c" u2="x" k="10" />
+<hkern u1="c" u2="w" k="20" />
+<hkern u1="c" u2="v" k="12" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="10" />
+<hkern u1="c" u2="d" k="10" />
+<hkern u1="c" u2="\" k="59" />
+<hkern u1="c" u2="Z" k="8" />
+<hkern u1="c" u2="Y" k="137" />
+<hkern u1="c" u2="X" k="23" />
+<hkern u1="c" u2="W" k="109" />
+<hkern u1="c" u2="V" k="106" />
+<hkern u1="c" u2="U" k="14" />
+<hkern u1="c" u2="T" k="150" />
+<hkern u1="c" u2="S" k="14" />
+<hkern u1="c" u2="O" k="12" />
+<hkern u1="c" u2="A" k="14" />
+<hkern u1="c" u2="&#x3f;" k="4" />
+<hkern u1="c" u2="&#x2d;" k="8" />
+<hkern u1="c" u2="&#x2a;" k="27" />
+<hkern u1="c" u2="&#x27;" k="4" />
+<hkern u1="d" u2="&#xd0;" k="14" />
+<hkern u1="d" u2="y" k="10" />
+<hkern u1="d" u2="w" k="16" />
+<hkern u1="d" u2="v" k="14" />
+<hkern u1="d" u2="t" k="10" />
+<hkern u1="d" u2="Y" k="25" />
+<hkern u1="d" u2="W" k="23" />
+<hkern u1="d" u2="V" k="23" />
+<hkern u1="d" u2="U" k="25" />
+<hkern u1="d" u2="T" k="25" />
+<hkern u1="d" u2="O" k="20" />
+<hkern u1="e" u2="&#x2122;" k="51" />
+<hkern u1="e" u2="&#x2019;" k="41" />
+<hkern u1="e" u2="&#x2018;" k="47" />
+<hkern u1="e" u2="&#xd0;" k="4" />
+<hkern u1="e" u2="&#xc6;" k="41" />
+<hkern u1="e" u2="&#xba;" k="2" />
+<hkern u1="e" u2="z" k="14" />
+<hkern u1="e" u2="y" k="31" />
+<hkern u1="e" u2="x" k="39" />
+<hkern u1="e" u2="w" k="37" />
+<hkern u1="e" u2="v" k="27" />
+<hkern u1="e" u2="t" k="12" />
+<hkern u1="e" u2="\" k="76" />
+<hkern u1="e" u2="Z" k="33" />
+<hkern u1="e" u2="Y" k="184" />
+<hkern u1="e" u2="X" k="59" />
+<hkern u1="e" u2="W" k="121" />
+<hkern u1="e" u2="V" k="115" />
+<hkern u1="e" u2="U" k="18" />
+<hkern u1="e" u2="T" k="180" />
+<hkern u1="e" u2="S" k="20" />
+<hkern u1="e" u2="J" k="25" />
+<hkern u1="e" u2="I" k="16" />
+<hkern u1="e" u2="A" k="31" />
+<hkern u1="e" u2="&#x3f;" k="6" />
+<hkern u1="e" u2="&#x2a;" k="47" />
+<hkern u1="e" u2="&#x29;" k="31" />
+<hkern u1="e" u2="&#x27;" k="39" />
+<hkern u1="f" u2="&#x2122;" k="-43" />
+<hkern u1="f" u2="&#x2039;" k="12" />
+<hkern u1="f" u2="&#x2019;" k="-16" />
+<hkern u1="f" u2="&#x2018;" k="-16" />
+<hkern u1="f" u2="&#xf0;" k="20" />
+<hkern u1="f" u2="&#xef;" k="-166" />
+<hkern u1="f" u2="&#xee;" k="-100" />
+<hkern u1="f" u2="&#xec;" k="-78" />
+<hkern u1="f" u2="&#xc6;" k="92" />
+<hkern u1="f" u2="&#x7d;" k="-14" />
+<hkern u1="f" u2="z" k="2" />
+<hkern u1="f" u2="o" k="4" />
+<hkern u1="f" u2="d" k="2" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-16" />
+<hkern u1="f" u2="\" k="-47" />
+<hkern u1="f" u2="Z" k="-4" />
+<hkern u1="f" u2="Y" k="-106" />
+<hkern u1="f" u2="X" k="-106" />
+<hkern u1="f" u2="W" k="-100" />
+<hkern u1="f" u2="V" k="-100" />
+<hkern u1="f" u2="T" k="-68" />
+<hkern u1="f" u2="S" k="8" />
+<hkern u1="f" u2="J" k="111" />
+<hkern u1="f" u2="A" k="74" />
+<hkern u1="f" u2="&#x2f;" k="45" />
+<hkern u1="f" u2="&#x2e;" k="55" />
+<hkern u1="f" u2="&#x2d;" k="14" />
+<hkern u1="f" u2="&#x2a;" k="-27" />
+<hkern u1="f" u2="&#x29;" k="-66" />
+<hkern u1="f" u2="&#x20;" k="37" />
+<hkern u1="g" u2="j" k="-63" />
+<hkern u1="g" u2="Z" k="12" />
+<hkern u1="g" u2="Y" k="113" />
+<hkern u1="g" u2="X" k="20" />
+<hkern u1="g" u2="W" k="94" />
+<hkern u1="g" u2="V" k="86" />
+<hkern u1="g" u2="U" k="20" />
+<hkern u1="g" u2="T" k="82" />
+<hkern u1="g" u2="S" k="8" />
+<hkern u1="g" u2="O" k="12" />
+<hkern u1="h" u2="&#x2122;" k="55" />
+<hkern u1="h" u2="&#x2019;" k="51" />
+<hkern u1="h" u2="&#x2018;" k="55" />
+<hkern u1="h" u2="&#xba;" k="4" />
+<hkern u1="h" u2="y" k="14" />
+<hkern u1="h" u2="w" k="20" />
+<hkern u1="h" u2="v" k="14" />
+<hkern u1="h" u2="t" k="2" />
+<hkern u1="h" u2="\" k="70" />
+<hkern u1="h" u2="Z" k="18" />
+<hkern u1="h" u2="Y" k="137" />
+<hkern u1="h" u2="X" k="16" />
+<hkern u1="h" u2="W" k="111" />
+<hkern u1="h" u2="V" k="104" />
+<hkern u1="h" u2="U" k="27" />
+<hkern u1="h" u2="T" k="147" />
+<hkern u1="h" u2="S" k="12" />
+<hkern u1="h" u2="O" k="12" />
+<hkern u1="h" u2="&#x3f;" k="6" />
+<hkern u1="h" u2="&#x2a;" k="43" />
+<hkern u1="h" u2="&#x27;" k="59" />
+<hkern u1="i" u2="&#xef;" k="-51" />
+<hkern u1="i" u2="&#xee;" k="-29" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="8" />
+<hkern u1="i" u2="O" k="10" />
+<hkern u1="j" u2="j" k="-78" />
+<hkern u1="k" u2="&#x2039;" k="45" />
+<hkern u1="k" u2="&#x201e;" k="-18" />
+<hkern u1="k" u2="&#x201a;" k="-18" />
+<hkern u1="k" u2="&#x2019;" k="4" />
+<hkern u1="k" u2="&#x2018;" k="6" />
+<hkern u1="k" u2="&#xf8;" k="33" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-8" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="53" />
+<hkern u1="k" u2="f" k="8" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="20" />
+<hkern u1="k" u2="]" k="-10" />
+<hkern u1="k" u2="Y" k="68" />
+<hkern u1="k" u2="W" k="37" />
+<hkern u1="k" u2="V" k="33" />
+<hkern u1="k" u2="U" k="14" />
+<hkern u1="k" u2="T" k="76" />
+<hkern u1="k" u2="O" k="33" />
+<hkern u1="k" u2="&#x2f;" k="-33" />
+<hkern u1="k" u2="&#x2d;" k="49" />
+<hkern u1="k" u2="&#x2c;" k="-18" />
+<hkern u1="k" u2="&#x2a;" k="-33" />
+<hkern u1="k" u2="&#x29;" k="-37" />
+<hkern u1="k" u2="&#x27;" k="20" />
+<hkern u1="l" u2="&#x2122;" k="49" />
+<hkern u1="l" u2="&#x2039;" k="8" />
+<hkern u1="l" u2="&#x2019;" k="49" />
+<hkern u1="l" u2="&#x2018;" k="49" />
+<hkern u1="l" u2="&#xf0;" k="8" />
+<hkern u1="l" u2="&#xc6;" k="-8" />
+<hkern u1="l" u2="&#xba;" k="47" />
+<hkern u1="l" u2="&#xb7;" k="135" />
+<hkern u1="l" u2="&#xae;" k="4" />
+<hkern u1="l" u2="&#xaa;" k="47" />
+<hkern u1="l" u2="&#xa9;" k="4" />
+<hkern u1="l" u2="y" k="61" />
+<hkern u1="l" u2="w" k="74" />
+<hkern u1="l" u2="v" k="59" />
+<hkern u1="l" u2="t" k="33" />
+<hkern u1="l" u2="o" k="10" />
+<hkern u1="l" u2="f" k="25" />
+<hkern u1="l" u2="d" k="10" />
+<hkern u1="l" u2="\" k="37" />
+<hkern u1="l" u2="Y" k="106" />
+<hkern u1="l" u2="W" k="98" />
+<hkern u1="l" u2="V" k="96" />
+<hkern u1="l" u2="U" k="61" />
+<hkern u1="l" u2="T" k="84" />
+<hkern u1="l" u2="O" k="47" />
+<hkern u1="l" u2="I" k="12" />
+<hkern u1="l" u2="&#x2f;" k="-6" />
+<hkern u1="l" u2="&#x2d;" k="8" />
+<hkern u1="l" u2="&#x2a;" k="49" />
+<hkern u1="l" u2="&#x29;" k="-16" />
+<hkern u1="l" u2="&#x27;" k="47" />
+<hkern u1="l" u2="&#x20;" k="45" />
+<hkern u1="n" u2="&#x2122;" k="43" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="33" />
+<hkern u1="n" u2="y" k="14" />
+<hkern u1="n" u2="w" k="18" />
+<hkern u1="n" u2="v" k="14" />
+<hkern u1="n" u2="t" k="2" />
+<hkern u1="n" u2="\" k="68" />
+<hkern u1="n" u2="Z" k="18" />
+<hkern u1="n" u2="Y" k="135" />
+<hkern u1="n" u2="X" k="16" />
+<hkern u1="n" u2="W" k="111" />
+<hkern u1="n" u2="V" k="104" />
+<hkern u1="n" u2="U" k="27" />
+<hkern u1="n" u2="T" k="147" />
+<hkern u1="n" u2="S" k="12" />
+<hkern u1="n" u2="O" k="12" />
+<hkern u1="n" u2="&#x3f;" k="4" />
+<hkern u1="n" u2="&#x2a;" k="29" />
+<hkern u1="n" u2="&#x27;" k="23" />
+<hkern u1="o" u2="&#x2122;" k="55" />
+<hkern u1="o" u2="&#x2019;" k="45" />
+<hkern u1="o" u2="&#x2018;" k="57" />
+<hkern u1="o" u2="&#xd0;" k="6" />
+<hkern u1="o" u2="&#xc6;" k="47" />
+<hkern u1="o" u2="&#xba;" k="4" />
+<hkern u1="o" u2="z" k="16" />
+<hkern u1="o" u2="y" k="35" />
+<hkern u1="o" u2="x" k="43" />
+<hkern u1="o" u2="w" k="43" />
+<hkern u1="o" u2="v" k="33" />
+<hkern u1="o" u2="t" k="14" />
+<hkern u1="o" u2="s" k="6" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="78" />
+<hkern u1="o" u2="Z" k="35" />
+<hkern u1="o" u2="Y" k="162" />
+<hkern u1="o" u2="X" k="84" />
+<hkern u1="o" u2="W" k="131" />
+<hkern u1="o" u2="V" k="125" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="170" />
+<hkern u1="o" u2="S" k="25" />
+<hkern u1="o" u2="J" k="27" />
+<hkern u1="o" u2="I" k="20" />
+<hkern u1="o" u2="A" k="33" />
+<hkern u1="o" u2="&#x3f;" k="6" />
+<hkern u1="o" u2="&#x2a;" k="51" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="43" />
+<hkern u1="q" u2="&#x201e;" k="-25" />
+<hkern u1="q" u2="&#x201a;" k="-25" />
+<hkern u1="q" u2="j" k="-266" />
+<hkern u1="q" u2="Z" k="12" />
+<hkern u1="q" u2="Y" k="113" />
+<hkern u1="q" u2="X" k="20" />
+<hkern u1="q" u2="W" k="94" />
+<hkern u1="q" u2="V" k="86" />
+<hkern u1="q" u2="U" k="20" />
+<hkern u1="q" u2="T" k="82" />
+<hkern u1="q" u2="S" k="8" />
+<hkern u1="q" u2="O" k="12" />
+<hkern u1="q" u2="&#x3b;" k="-12" />
+<hkern u1="q" u2="&#x2c;" k="-25" />
+<hkern u1="r" u2="&#x203a;" k="8" />
+<hkern u1="r" u2="&#x2039;" k="39" />
+<hkern u1="r" u2="&#xf0;" k="39" />
+<hkern u1="r" u2="&#xc6;" k="113" />
+<hkern u1="r" u2="s" k="2" />
+<hkern u1="r" u2="o" k="20" />
+<hkern u1="r" u2="d" k="18" />
+<hkern u1="r" u2="a" k="16" />
+<hkern u1="r" u2="Z" k="37" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="78" />
+<hkern u1="r" u2="W" k="31" />
+<hkern u1="r" u2="V" k="29" />
+<hkern u1="r" u2="T" k="74" />
+<hkern u1="r" u2="S" k="10" />
+<hkern u1="r" u2="J" k="147" />
+<hkern u1="r" u2="I" k="10" />
+<hkern u1="r" u2="A" k="94" />
+<hkern u1="r" u2="&#x40;" k="6" />
+<hkern u1="r" u2="&#x2f;" k="74" />
+<hkern u1="r" u2="&#x2e;" k="92" />
+<hkern u1="r" u2="&#x2d;" k="18" />
+<hkern u1="r" u2="&#x29;" k="25" />
+<hkern u1="r" u2="&#x20;" k="41" />
+<hkern u1="s" u2="&#x2122;" k="35" />
+<hkern u1="s" u2="&#x2019;" k="2" />
+<hkern u1="s" u2="&#x2018;" k="2" />
+<hkern u1="s" u2="&#xd0;" k="4" />
+<hkern u1="s" u2="y" k="23" />
+<hkern u1="s" u2="x" k="14" />
+<hkern u1="s" u2="w" k="23" />
+<hkern u1="s" u2="v" k="16" />
+<hkern u1="s" u2="t" k="6" />
+<hkern u1="s" u2="f" k="10" />
+<hkern u1="s" u2="\" k="55" />
+<hkern u1="s" u2="Z" k="2" />
+<hkern u1="s" u2="Y" k="127" />
+<hkern u1="s" u2="X" k="23" />
+<hkern u1="s" u2="W" k="104" />
+<hkern u1="s" u2="V" k="96" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="127" />
+<hkern u1="s" u2="O" k="14" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="16" />
+<hkern u1="s" u2="&#x2d;" k="4" />
+<hkern u1="s" u2="&#x2a;" k="4" />
+<hkern u1="t" u2="&#x2122;" k="25" />
+<hkern u1="t" u2="&#x2039;" k="10" />
+<hkern u1="t" u2="&#x2019;" k="2" />
+<hkern u1="t" u2="&#x2018;" k="4" />
+<hkern u1="t" u2="&#xf0;" k="14" />
+<hkern u1="t" u2="y" k="6" />
+<hkern u1="t" u2="w" k="8" />
+<hkern u1="t" u2="v" k="6" />
+<hkern u1="t" u2="t" k="8" />
+<hkern u1="t" u2="o" k="14" />
+<hkern u1="t" u2="f" k="6" />
+<hkern u1="t" u2="d" k="12" />
+<hkern u1="t" u2="\" k="39" />
+<hkern u1="t" u2="Y" k="113" />
+<hkern u1="t" u2="W" k="80" />
+<hkern u1="t" u2="V" k="76" />
+<hkern u1="t" u2="U" k="25" />
+<hkern u1="t" u2="T" k="63" />
+<hkern u1="t" u2="O" k="20" />
+<hkern u1="t" u2="I" k="8" />
+<hkern u1="t" u2="&#x2d;" k="8" />
+<hkern u1="t" u2="&#x27;" k="8" />
+<hkern u1="u" u2="&#x2122;" k="33" />
+<hkern u1="u" u2="&#x2019;" k="20" />
+<hkern u1="u" u2="&#x2018;" k="16" />
+<hkern u1="u" u2="&#xd0;" k="14" />
+<hkern u1="u" u2="y" k="10" />
+<hkern u1="u" u2="w" k="16" />
+<hkern u1="u" u2="v" k="14" />
+<hkern u1="u" u2="t" k="10" />
+<hkern u1="u" u2="\" k="61" />
+<hkern u1="u" u2="Z" k="2" />
+<hkern u1="u" u2="Y" k="137" />
+<hkern u1="u" u2="W" k="94" />
+<hkern u1="u" u2="V" k="92" />
+<hkern u1="u" u2="U" k="27" />
+<hkern u1="u" u2="T" k="121" />
+<hkern u1="u" u2="O" k="20" />
+<hkern u1="u" u2="&#x2a;" k="16" />
+<hkern u1="v" u2="&#x2039;" k="35" />
+<hkern u1="v" u2="&#xf0;" k="51" />
+<hkern u1="v" u2="&#xd0;" k="4" />
+<hkern u1="v" u2="&#xc6;" k="102" />
+<hkern u1="v" u2="&#xba;" k="-10" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="33" />
+<hkern u1="v" u2="d" k="31" />
+<hkern u1="v" u2="a" k="25" />
+<hkern u1="v" u2="\" k="23" />
+<hkern u1="v" u2="Z" k="27" />
+<hkern u1="v" u2="Y" k="63" />
+<hkern u1="v" u2="X" k="63" />
+<hkern u1="v" u2="W" k="27" />
+<hkern u1="v" u2="V" k="25" />
+<hkern u1="v" u2="T" k="76" />
+<hkern u1="v" u2="J" k="115" />
+<hkern u1="v" u2="A" k="63" />
+<hkern u1="v" u2="&#x40;" k="4" />
+<hkern u1="v" u2="&#x2f;" k="57" />
+<hkern u1="v" u2="&#x2e;" k="66" />
+<hkern u1="v" u2="&#x2d;" k="27" />
+<hkern u1="v" u2="&#x2a;" k="-33" />
+<hkern u1="v" u2="&#x29;" k="25" />
+<hkern u1="v" u2="&#x20;" k="53" />
+<hkern u1="w" u2="&#x2039;" k="45" />
+<hkern u1="w" u2="&#xf0;" k="61" />
+<hkern u1="w" u2="&#xd0;" k="4" />
+<hkern u1="w" u2="&#xc6;" k="111" />
+<hkern u1="w" u2="&#xba;" k="-14" />
+<hkern u1="w" u2="s" k="35" />
+<hkern u1="w" u2="o" k="43" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="31" />
+<hkern u1="w" u2="\" k="25" />
+<hkern u1="w" u2="Z" k="27" />
+<hkern u1="w" u2="Y" k="59" />
+<hkern u1="w" u2="X" k="66" />
+<hkern u1="w" u2="W" k="25" />
+<hkern u1="w" u2="V" k="23" />
+<hkern u1="w" u2="T" k="74" />
+<hkern u1="w" u2="S" k="10" />
+<hkern u1="w" u2="O" k="8" />
+<hkern u1="w" u2="J" k="145" />
+<hkern u1="w" u2="A" k="74" />
+<hkern u1="w" u2="&#x40;" k="4" />
+<hkern u1="w" u2="&#x2f;" k="76" />
+<hkern u1="w" u2="&#x2e;" k="82" />
+<hkern u1="w" u2="&#x2d;" k="35" />
+<hkern u1="w" u2="&#x2a;" k="-41" />
+<hkern u1="w" u2="&#x29;" k="27" />
+<hkern u1="w" u2="&#x20;" k="55" />
+<hkern u1="x" u2="&#x2039;" k="45" />
+<hkern u1="x" u2="&#xf0;" k="53" />
+<hkern u1="x" u2="s" k="8" />
+<hkern u1="x" u2="o" k="43" />
+<hkern u1="x" u2="f" k="6" />
+<hkern u1="x" u2="d" k="41" />
+<hkern u1="x" u2="a" k="16" />
+<hkern u1="x" u2="Y" k="61" />
+<hkern u1="x" u2="W" k="31" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="10" />
+<hkern u1="x" u2="T" k="70" />
+<hkern u1="x" u2="O" k="27" />
+<hkern u1="x" u2="&#x2f;" k="-23" />
+<hkern u1="x" u2="&#x2d;" k="43" />
+<hkern u1="x" u2="&#x2a;" k="-43" />
+<hkern u1="x" u2="&#x29;" k="-25" />
+<hkern u1="y" u2="&#x2039;" k="33" />
+<hkern u1="y" u2="&#xf0;" k="49" />
+<hkern u1="y" u2="&#xd0;" k="4" />
+<hkern u1="y" u2="&#xc6;" k="102" />
+<hkern u1="y" u2="s" k="27" />
+<hkern u1="y" u2="o" k="33" />
+<hkern u1="y" u2="d" k="31" />
+<hkern u1="y" u2="a" k="25" />
+<hkern u1="y" u2="\" k="25" />
+<hkern u1="y" u2="Z" k="29" />
+<hkern u1="y" u2="Y" k="74" />
+<hkern u1="y" u2="X" k="70" />
+<hkern u1="y" u2="W" k="35" />
+<hkern u1="y" u2="V" k="35" />
+<hkern u1="y" u2="T" k="82" />
+<hkern u1="y" u2="S" k="8" />
+<hkern u1="y" u2="J" k="111" />
+<hkern u1="y" u2="I" k="2" />
+<hkern u1="y" u2="A" k="59" />
+<hkern u1="y" u2="&#x40;" k="4" />
+<hkern u1="y" u2="&#x2f;" k="51" />
+<hkern u1="y" u2="&#x2e;" k="61" />
+<hkern u1="y" u2="&#x2d;" k="25" />
+<hkern u1="y" u2="&#x29;" k="27" />
+<hkern u1="y" u2="&#x26;" k="4" />
+<hkern u1="y" u2="&#x20;" k="49" />
+<hkern u1="z" u2="&#x2039;" k="12" />
+<hkern u1="z" u2="&#xf0;" k="23" />
+<hkern u1="z" u2="&#xd0;" k="2" />
+<hkern u1="z" u2="o" k="16" />
+<hkern u1="z" u2="d" k="14" />
+<hkern u1="z" u2="\" k="33" />
+<hkern u1="z" u2="Y" k="104" />
+<hkern u1="z" u2="W" k="68" />
+<hkern u1="z" u2="V" k="63" />
+<hkern u1="z" u2="U" k="20" />
+<hkern u1="z" u2="T" k="102" />
+<hkern u1="z" u2="O" k="12" />
+<hkern u1="z" u2="I" k="10" />
+<hkern u1="z" u2="&#x2d;" k="14" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-72" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-49" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-33" />
+<hkern u1="&#x7b;" u2="j" k="-53" />
+<hkern u1="&#x7b;" u2="Y" k="-16" />
+<hkern u1="&#x7b;" u2="X" k="-12" />
+<hkern u1="&#x7b;" u2="W" k="-10" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-35" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-14" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-18" />
+<hkern u1="&#x7c;" u2="j" k="-143" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-20" />
+<hkern u1="&#xb0;" u2="&#x39;" k="41" />
+<hkern u1="&#xb0;" u2="&#x35;" k="37" />
+<hkern u1="&#xb0;" u2="&#x34;" k="164" />
+<hkern u1="&#xb0;" u2="&#x33;" k="8" />
+<hkern u1="&#xb0;" u2="&#x31;" k="6" />
+<hkern u1="&#xb0;" u2="&#x30;" k="25" />
+<hkern u1="&#xb7;" u2="l" k="68" />
+<hkern u1="&#xb7;" u2="&#x37;" k="14" />
+<hkern u1="&#xb7;" u2="&#x34;" k="10" />
+<hkern u1="&#xb7;" u2="&#x33;" k="33" />
+<hkern u1="&#xb7;" u2="&#x32;" k="6" />
+<hkern u1="&#xb7;" u2="&#x31;" k="10" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="12" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="10" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="8" />
+<hkern u1="&#xbf;" u2="z" k="8" />
+<hkern u1="&#xbf;" u2="y" k="12" />
+<hkern u1="&#xbf;" u2="x" k="8" />
+<hkern u1="&#xbf;" u2="w" k="39" />
+<hkern u1="&#xbf;" u2="v" k="33" />
+<hkern u1="&#xbf;" u2="u" k="10" />
+<hkern u1="&#xbf;" u2="t" k="10" />
+<hkern u1="&#xbf;" u2="s" k="12" />
+<hkern u1="&#xbf;" u2="o" k="12" />
+<hkern u1="&#xbf;" u2="n" k="8" />
+<hkern u1="&#xbf;" u2="l" k="10" />
+<hkern u1="&#xbf;" u2="j" k="-162" />
+<hkern u1="&#xbf;" u2="i" k="8" />
+<hkern u1="&#xbf;" u2="h" k="8" />
+<hkern u1="&#xbf;" u2="f" k="10" />
+<hkern u1="&#xbf;" u2="d" k="12" />
+<hkern u1="&#xbf;" u2="a" k="12" />
+<hkern u1="&#xbf;" u2="Z" k="10" />
+<hkern u1="&#xbf;" u2="Y" k="86" />
+<hkern u1="&#xbf;" u2="X" k="8" />
+<hkern u1="&#xbf;" u2="W" k="70" />
+<hkern u1="&#xbf;" u2="V" k="68" />
+<hkern u1="&#xbf;" u2="U" k="10" />
+<hkern u1="&#xbf;" u2="T" k="61" />
+<hkern u1="&#xbf;" u2="S" k="10" />
+<hkern u1="&#xbf;" u2="O" k="10" />
+<hkern u1="&#xbf;" u2="J" k="35" />
+<hkern u1="&#xbf;" u2="I" k="6" />
+<hkern u1="&#xbf;" u2="A" k="10" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-16" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-25" />
+<hkern u1="&#xd8;" u2="\" k="-18" />
+<hkern u1="&#xd8;" u2="Y" k="41" />
+<hkern u1="&#xd8;" u2="X" k="29" />
+<hkern u1="&#xd8;" u2="W" k="25" />
+<hkern u1="&#xd8;" u2="V" k="23" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-37" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-25" />
+<hkern u1="&#xde;" u2="&#x2122;" k="41" />
+<hkern u1="&#xde;" u2="&#x2019;" k="39" />
+<hkern u1="&#xde;" u2="&#x2018;" k="45" />
+<hkern u1="&#xde;" u2="&#xd0;" k="10" />
+<hkern u1="&#xde;" u2="&#xc6;" k="102" />
+<hkern u1="&#xde;" u2="&#x7d;" k="23" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="16" />
+<hkern u1="&#xde;" u2="w" k="2" />
+<hkern u1="&#xde;" u2="a" k="10" />
+<hkern u1="&#xde;" u2="]" k="25" />
+<hkern u1="&#xde;" u2="\" k="59" />
+<hkern u1="&#xde;" u2="Z" k="33" />
+<hkern u1="&#xde;" u2="Y" k="109" />
+<hkern u1="&#xde;" u2="X" k="88" />
+<hkern u1="&#xde;" u2="W" k="68" />
+<hkern u1="&#xde;" u2="V" k="63" />
+<hkern u1="&#xde;" u2="T" k="55" />
+<hkern u1="&#xde;" u2="S" k="10" />
+<hkern u1="&#xde;" u2="J" k="51" />
+<hkern u1="&#xde;" u2="A" k="57" />
+<hkern u1="&#xde;" u2="&#x3f;" k="4" />
+<hkern u1="&#xde;" u2="&#x2f;" k="61" />
+<hkern u1="&#xde;" u2="&#x2e;" k="35" />
+<hkern u1="&#xde;" u2="&#x2d;" k="2" />
+<hkern u1="&#xde;" u2="&#x2a;" k="29" />
+<hkern u1="&#xde;" u2="&#x29;" k="43" />
+<hkern u1="&#xde;" u2="&#x27;" k="47" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="18" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="16" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="6" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="27" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="2" />
+<hkern u1="&#xdf;" u2="z" k="12" />
+<hkern u1="&#xdf;" u2="y" k="33" />
+<hkern u1="&#xdf;" u2="x" k="33" />
+<hkern u1="&#xdf;" u2="w" k="39" />
+<hkern u1="&#xdf;" u2="v" k="33" />
+<hkern u1="&#xdf;" u2="t" k="20" />
+<hkern u1="&#xdf;" u2="s" k="8" />
+<hkern u1="&#xdf;" u2="f" k="14" />
+<hkern u1="&#xdf;" u2="\" k="27" />
+<hkern u1="&#xdf;" u2="Z" k="20" />
+<hkern u1="&#xdf;" u2="Y" k="92" />
+<hkern u1="&#xdf;" u2="X" k="53" />
+<hkern u1="&#xdf;" u2="W" k="74" />
+<hkern u1="&#xdf;" u2="V" k="72" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="51" />
+<hkern u1="&#xdf;" u2="S" k="16" />
+<hkern u1="&#xdf;" u2="O" k="14" />
+<hkern u1="&#xdf;" u2="J" k="4" />
+<hkern u1="&#xdf;" u2="I" k="20" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="18" />
+<hkern u1="&#xdf;" u2="&#x27;" k="20" />
+<hkern u1="&#xe7;" u2="j" k="-35" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-12" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-12" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-12" />
+<hkern u1="&#xed;" u2="\" k="-16" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-16" />
+<hkern u1="&#xed;" u2="&#x29;" k="-43" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-76" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-51" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-51" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-14" />
+<hkern u1="&#xee;" u2="&#xba;" k="-43" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-16" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-49" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-14" />
+<hkern u1="&#xee;" u2="l" k="-33" />
+<hkern u1="&#xee;" u2="i" k="-29" />
+<hkern u1="&#xee;" u2="h" k="-29" />
+<hkern u1="&#xee;" u2="]" k="-49" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-43" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-102" />
+<hkern u1="&#xee;" u2="&#x29;" k="-23" />
+<hkern u1="&#xee;" u2="&#x27;" k="-25" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-94" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-74" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-74" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-33" />
+<hkern u1="&#xef;" u2="&#xba;" k="-76" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-55" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-72" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-35" />
+<hkern u1="&#xef;" u2="l" k="-55" />
+<hkern u1="&#xef;" u2="i" k="-51" />
+<hkern u1="&#xef;" u2="h" k="-51" />
+<hkern u1="&#xef;" u2="]" k="-72" />
+<hkern u1="&#xef;" u2="\" k="-98" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-78" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-123" />
+<hkern u1="&#xef;" u2="&#x29;" k="-109" />
+<hkern u1="&#xef;" u2="&#x27;" k="-47" />
+<hkern u1="&#xef;" u2="&#x21;" k="-20" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="4" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="6" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="6" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="4" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="55" />
+<hkern u1="&#xf0;" u2="z" k="10" />
+<hkern u1="&#xf0;" u2="y" k="25" />
+<hkern u1="&#xf0;" u2="x" k="29" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="20" />
+<hkern u1="&#xf0;" u2="t" k="2" />
+<hkern u1="&#xf0;" u2="\" k="4" />
+<hkern u1="&#xf0;" u2="Z" k="35" />
+<hkern u1="&#xf0;" u2="Y" k="63" />
+<hkern u1="&#xf0;" u2="X" k="59" />
+<hkern u1="&#xf0;" u2="W" k="53" />
+<hkern u1="&#xf0;" u2="V" k="51" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="47" />
+<hkern u1="&#xf0;" u2="S" k="20" />
+<hkern u1="&#xf0;" u2="J" k="33" />
+<hkern u1="&#xf0;" u2="I" k="16" />
+<hkern u1="&#xf0;" u2="A" k="39" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="23" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="6" />
+<hkern u1="&#xf0;" u2="&#x29;" k="4" />
+<hkern u1="&#xf0;" u2="&#x27;" k="6" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="14" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="66" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-61" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-25" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="168" />
+<hkern u1="&#x2018;" u2="s" k="4" />
+<hkern u1="&#x2018;" u2="o" k="29" />
+<hkern u1="&#x2018;" u2="f" k="2" />
+<hkern u1="&#x2018;" u2="d" k="51" />
+<hkern u1="&#x2018;" u2="a" k="6" />
+<hkern u1="&#x2018;" u2="O" k="2" />
+<hkern u1="&#x2018;" u2="J" k="162" />
+<hkern u1="&#x2018;" u2="A" k="100" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="229" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="29" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="68" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-51" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-27" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="170" />
+<hkern u1="&#x2019;" u2="s" k="4" />
+<hkern u1="&#x2019;" u2="o" k="31" />
+<hkern u1="&#x2019;" u2="f" k="2" />
+<hkern u1="&#x2019;" u2="d" k="53" />
+<hkern u1="&#x2019;" u2="a" k="6" />
+<hkern u1="&#x2019;" u2="O" k="4" />
+<hkern u1="&#x2019;" u2="J" k="162" />
+<hkern u1="&#x2019;" u2="A" k="104" />
+<hkern u1="&#x2019;" u2="&#x40;" k="35" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="174" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="231" />
+<hkern u1="&#x2019;" u2="&#x20;" k="37" />
+<hkern u1="&#x201a;" u2="j" k="-59" />
+<hkern u1="&#x201e;" u2="j" k="-59" />
+<hkern u1="&#x2039;" u2="Y" k="70" />
+<hkern u1="&#x2039;" u2="W" k="43" />
+<hkern u1="&#x2039;" u2="V" k="41" />
+<hkern u1="&#x2039;" u2="T" k="27" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="43" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="4" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="35" />
+<hkern u1="&#x203a;" u2="z" k="12" />
+<hkern u1="&#x203a;" u2="y" k="35" />
+<hkern u1="&#x203a;" u2="x" k="45" />
+<hkern u1="&#x203a;" u2="w" k="45" />
+<hkern u1="&#x203a;" u2="v" k="35" />
+<hkern u1="&#x203a;" u2="t" k="4" />
+<hkern u1="&#x203a;" u2="s" k="4" />
+<hkern u1="&#x203a;" u2="f" k="4" />
+<hkern u1="&#x203a;" u2="Z" k="6" />
+<hkern u1="&#x203a;" u2="Y" k="113" />
+<hkern u1="&#x203a;" u2="X" k="31" />
+<hkern u1="&#x203a;" u2="W" k="80" />
+<hkern u1="&#x203a;" u2="V" k="78" />
+<hkern u1="&#x203a;" u2="T" k="96" />
+<hkern u1="&#x203a;" u2="J" k="12" />
+<hkern u1="&#x203a;" u2="A" k="23" />
+<hkern u1="&#x203a;" u2="&#x27;" k="33" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="4" />
+<hkern g1="uniFB01" u2="&#xef;" k="-16" />
+<hkern g1="uniFB03" u2="&#xef;" k="-16" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..210d158591eb14a57b46de3f3cfafe01ae01adbd
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..edbc2594fb73c8ecf67be3c37ea85963ddc3157e
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..f3f773ecc2b101520306725d8b3620cee20c77d7
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extrabold-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..ac01fdebe72c7b74be11f12730328e18dffa0e4f
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewayextralight';
+							}
+		</style>
+
+	<title>Raleway ExtraLight Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway ExtraLight	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway ExtraLight</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway ExtraLight in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway ExtraLight in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..acf955cdde9738c93936c416eac21c7acf45e517
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..bfd25654b188067ca1fc3a4d8b31bba525937186
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.svg
@@ -0,0 +1,1982 @@
+<?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="ralewayextralight" horiz-adv-x="1564" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="542" />
+<glyph unicode="&#xfb01;" horiz-adv-x="960" d="M63 879v61h152v164q0 68 18.5 140.5t59.5 133t106.5 99.5t161.5 39q55 0 101.5 -10.5t81 -24t55 -25.5t26.5 -18l-43 -47q-23 23 -82 41t-137 18q-76 0 -128 -32t-86 -82t-49 -111.5t-15 -120.5v-164h512v-940h-70v879h-442v-879h-70v879h-152z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1103" d="M63 879v61h152v166q0 86 18.5 160.5t58.5 130t102.5 87.5t150.5 32q154 0 233.5 -80t79.5 -197v-1057q0 -45 31 -87t90 -42q41 0 81 10.5t42 10.5l22 -62q-4 -4 -52 -13t-107 -9q-84 0 -130.5 51t-46.5 123v1067q0 39 -13 79t-41.5 70.5t-75 50t-113.5 19.5 q-70 0 -119 -32t-81 -82t-46 -112.5t-14 -125.5v-158h247v-61h-247v-879h-70v879h-152z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1398" d="M63 879v61h152v100q0 72 17.5 142.5t54.5 126t93 90.5t136 35t133 -17.5t82 -36.5q41 59 106.5 97.5t159.5 38.5q55 0 101.5 -10.5t81 -24t56 -25.5t28.5 -18l-43 -47q-23 23 -82.5 41t-137.5 18q-76 0 -128 -32t-85.5 -82t-49 -111.5t-15.5 -120.5v-164h512v-940h-70 v879h-442v-879h-70v879h-368v-879h-70v879h-152zM285 940h368v160q0 53 12.5 112.5t39.5 110.5q-37 29 -89.5 38t-93.5 9q-68 0 -114 -33.5t-73.5 -83t-38.5 -106.5t-11 -105v-102z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1550" d="M63 879v61h152v119q0 78 20.5 146.5t60.5 118.5t100.5 80t138.5 30t122.5 -17.5t71.5 -34.5q41 61 105.5 97.5t156.5 36.5q154 0 234 -80t80 -197v-1057q0 -45 30.5 -87t89.5 -42q20 0 42 3t40.5 7.5t30.5 7.5l12 3l21 -62q-2 -4 -51.5 -13t-108.5 -9q-84 0 -130 51 t-46 123v1067q0 39 -13.5 79t-42 70.5t-74.5 50t-114 19.5q-70 0 -119 -32t-79.5 -82t-45 -112.5t-14.5 -125.5v-158h246v-61h-246v-879h-69v879h-379v-879h-70v879h-152zM285 940h379v160q0 59 8 118.5t30 106.5q-35 29 -77.5 37t-83.5 8q-68 0 -117 -27.5t-80 -71.5 t-45 -99.5t-14 -110.5v-121z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="542" />
+<glyph unicode="&#x09;" horiz-adv-x="542" />
+<glyph unicode="&#xa0;" horiz-adv-x="542" />
+<glyph unicode="!" horiz-adv-x="450" d="M190 0v188h70v-188h-70zM190 426v1042h70v-1042h-70z" />
+<glyph unicode="&#x22;" horiz-adv-x="460" d="M133 1260v198h64v-198h-64zM262 1260v198h66v-198h-66z" />
+<glyph unicode="#" horiz-adv-x="1357" d="M84 444v62h246l112 465h-276v59h291l102 424h66l-105 -424h461l102 424h66l-105 -424h234v-59h-250l-113 -465h279v-62h-293l-106 -444h-66l109 444h-461l-107 -444h-65l110 444h-231zM393 506h461l113 465h-463z" />
+<glyph unicode="$" horiz-adv-x="1245" d="M78 211l41 51q94 -98 212 -150.5t269 -60.5v649q-115 23 -203 49.5t-148.5 67.5t-91 100.5t-30.5 147.5q0 184 128 285.5t343 111.5v207h51v-205q135 -2 239.5 -43t190.5 -129l-39 -53q-78 86 -172 122t-221 38v-641q119 -25 214 -53.5t163 -72.5t103.5 -108.5 t35.5 -161.5q0 -92 -36.5 -160.5t-103.5 -115.5t-162 -71.5t-212 -24.5v-187h-51v189q-158 6 -285 60t-235 159zM199 1075q0 -72 23.5 -120t72.5 -82.5t125 -58t180 -46.5v629q-213 -8 -307 -94.5t-94 -227.5zM647 51q203 0 323 75.5t120 227.5q0 76 -27 128.5t-82 91 t-138 65.5t-196 51v-639z" />
+<glyph unicode="%" horiz-adv-x="1411" d="M100 1188q0 59 22.5 111.5t61.5 91.5t92.5 61.5t112.5 22.5t112.5 -22.5t92.5 -61.5t61.5 -91.5t22.5 -111.5t-22.5 -111.5t-61.5 -90.5t-92.5 -60.5t-112.5 -22.5t-112.5 22.5t-92.5 60.5t-61.5 90t-22.5 112zM113 33l571 710l567 715l45 -35l-573 -714l-565 -713z M160 1188q0 -49 18.5 -91t49 -74t72.5 -50.5t89 -18.5q49 0 91 19.5t73 51.5t48 74t17 89q0 49 -18 92t-50 73.5t-74 49t-87 18.5q-49 0 -91 -19.5t-72.5 -51t-48 -74.5t-17.5 -88zM733 266q0 59 22.5 111.5t62.5 90.5t93.5 60.5t112.5 22.5t112.5 -22.5t92.5 -60.5 t61.5 -90t22.5 -112q0 -59 -22.5 -111.5t-61.5 -91t-92.5 -61t-112.5 -22.5t-112.5 22.5t-93.5 61t-62.5 91t-22.5 111.5zM793 266q0 -49 18 -92t50 -73.5t74 -49t89 -18.5t89 18.5t73 51t49 74.5t18 89t-18 90t-50 75t-74 50.5t-87 18.5q-49 0 -91 -19.5t-73 -51.5t-49 -75 t-18 -88z" />
+<glyph unicode="&#x26;" horiz-adv-x="1329" d="M106 356q0 74 27 135.5t73 116t106.5 101.5t129.5 94q-61 66 -104 117t-69.5 94t-38 81t-11.5 74q0 61 26.5 115.5t75 96.5t112 67t136.5 25q68 0 125.5 -20.5t100.5 -57.5t66.5 -86t23.5 -105q0 -63 -29 -117.5t-78 -103.5t-111.5 -96t-129.5 -92l467 -484 q47 84 73.5 182.5t26.5 202.5h63q0 -117 -30.5 -227.5t-89.5 -202.5l256 -266h-95l-202 211q-80 -104 -195 -167.5t-256 -63.5q-86 0 -167 25.5t-143.5 73.5t-100.5 117.5t-38 159.5zM174 352q0 -80 35 -138t91 -97t125.5 -58.5t137.5 -19.5q127 0 228.5 58.5t173.5 156.5 l-482 506q-63 -43 -119.5 -87t-98.5 -93.5t-66.5 -105.5t-24.5 -122zM287 1169q0 -27 8 -56.5t30.5 -68t63.5 -89t107 -117.5q74 49 133 93t101 87t64.5 87t22.5 95q0 92 -70.5 151.5t-179.5 59.5q-59 0 -110 -19.5t-89 -52t-59.5 -77t-21.5 -93.5z" />
+<glyph unicode="'" horiz-adv-x="292" d="M115 1298v160h63v-160h-63z" />
+<glyph unicode="(" horiz-adv-x="505" d="M102 707q0 104 21.5 204.5t59.5 197.5t88.5 193.5t107.5 192.5l53 -33q-47 -70 -94 -162t-85 -193t-61.5 -206.5t-23.5 -200.5q0 -158 68.5 -350t195.5 -377l-53 -32q-133 195 -205 386.5t-72 379.5z" />
+<glyph unicode=")" horiz-adv-x="505" d="M74 1462l55 33q57 -96 107.5 -192.5t88 -193.5t59.5 -197.5t22 -204.5q0 -188 -73 -380t-204 -386l-53 32q125 184 194.5 377t69.5 350q0 94 -23.5 200t-62.5 207t-86 193.5t-94 161.5z" />
+<glyph unicode="*" horiz-adv-x="638" d="M139 1309l15 49l139 -47l-6 145h63l-6 -145l139 47l15 -49l-138 -45l86 -119l-43 -31l-86 121l-84 -121l-40 31l83 119z" />
+<glyph unicode="+" horiz-adv-x="849" d="M115 696v62h276v299h68v-299h276v-62h-276v-299h-68v299h-276z" />
+<glyph unicode="," horiz-adv-x="387" d="M135 -29q33 0 33 33v148h63v-152q0 -45 -27.5 -66.5t-68.5 -21.5v59z" />
+<glyph unicode="-" horiz-adv-x="872" d="M143 522v68h586v-68h-586z" />
+<glyph unicode="." horiz-adv-x="350" d="M143 0v152h64v-152h-64z" />
+<glyph unicode="/" horiz-adv-x="1144" d="M61 0l943 1454h83l-944 -1454h-82z" />
+<glyph unicode="0" horiz-adv-x="1261" d="M125 600q0 135 38 249t105.5 196.5t159.5 130t203 47.5t203 -47.5t159.5 -130t105.5 -196.5t38 -249t-38 -248.5t-105.5 -196.5t-160 -129t-202.5 -46q-111 0 -203 46t-159.5 129t-105.5 196.5t-38 248.5zM195 600q0 -123 31.5 -225.5t89 -175t138.5 -112.5t177 -40 t176 40t137 112.5t89 175t32 225.5t-32 225.5t-89 176t-137 113.5t-176 40t-177 -40t-138.5 -113.5t-89 -176t-31.5 -225.5z" />
+<glyph unicode="1" horiz-adv-x="808" d="M96 901v74q53 0 111.5 28.5t108 63.5t82 66.5t34.5 35.5h72v-1103h260v-66h-623v66h291v1007q-16 -25 -56 -54.5t-88 -55t-99.5 -44t-92.5 -18.5z" />
+<glyph unicode="2" horiz-adv-x="1054" d="M117 0q0 47 9 116.5t44 146.5t103.5 149.5t189.5 126.5q57 25 123.5 52t124 66t95.5 91.5t38 128.5q0 45 -19.5 89t-58.5 78.5t-98.5 57t-139.5 22.5q-74 0 -133 -22.5t-102 -52t-69.5 -59t-37.5 -42.5l-51 47q4 4 33 35t80 67t123.5 64.5t165.5 28.5q92 0 162.5 -26.5 t118.5 -69.5t72.5 -99.5t24.5 -113.5q0 -90 -40.5 -151.5t-100 -104.5t-129.5 -73t-125 -54q-92 -41 -154.5 -101.5t-100.5 -123t-55 -119t-20 -88.5h748v-66h-821z" />
+<glyph unicode="3" horiz-adv-x="1073" d="M92 -47l55 37q37 -102 137.5 -164t241.5 -62q172 0 272.5 92.5t100.5 249.5q0 160 -102.5 253.5t-284.5 93.5h-47v63h49q174 0 266 76t92 207q0 72 -26.5 130t-72.5 99t-109.5 63.5t-139.5 22.5q-125 0 -221 -60.5t-137 -160.5l-51 35q43 115 156.5 183.5t256.5 68.5 q90 0 166 -28t131.5 -77t87 -116.5t31.5 -147.5q0 -129 -78 -220.5t-213 -107.5q143 -20 229.5 -124.5t86.5 -256.5q0 -90 -33 -163.5t-91.5 -127t-140 -83t-180.5 -29.5q-154 0 -269.5 68.5t-162.5 185.5z" />
+<glyph unicode="4" horiz-adv-x="1087" d="M43 135v60l750 974h49v-968h180v-66h-180v-395h-70v395h-729zM127 201h649v852z" />
+<glyph unicode="5" horiz-adv-x="1124" d="M88 -12l59 20q55 -111 163 -179.5t239 -68.5q86 0 162.5 30t133 84t89.5 130t33 166q0 86 -32 158.5t-87 125t-129 82t-158 29.5q-111 0 -210 -49t-163 -141h-71q2 16 11 59t21.5 101.5t25.5 128t28 141.5q33 164 73 364h695v-67h-639l-125 -623q68 72 161 112t197 40 q98 0 183.5 -34t150 -95.5t101 -146.5t36.5 -185q0 -106 -39 -194.5t-106.5 -151t-155.5 -96t-186 -33.5q-78 0 -147.5 21.5t-130 59.5t-106.5 92t-77 120z" />
+<glyph unicode="6" horiz-adv-x="1239" d="M121 557q0 233 38 404.5t107.5 283t165.5 165.5t211 54q147 0 262 -78.5t164 -214.5l-55 -32q-39 117 -140.5 188.5t-228.5 71.5q-102 0 -185 -50.5t-142.5 -145.5t-92 -233.5t-32.5 -316.5q23 72 67.5 130.5t104 100.5t132 65.5t150.5 23.5q102 0 192.5 -39t158 -106.5 t106.5 -158t39 -192.5q0 -104 -39 -194t-107.5 -158t-161 -106.5t-198.5 -38.5q-111 0 -205 39.5t-163.5 114.5t-108.5 181.5t-39 241.5zM201 477q0 -88 34.5 -167t95 -137t139.5 -93t169 -35t169 34t138.5 92t94 137t34.5 167t-34.5 168t-95 138.5t-139.5 93t-167 34.5 q-90 0 -170 -34.5t-139.5 -93t-94 -137.5t-34.5 -167z" />
+<glyph unicode="7" horiz-adv-x="1099" d="M102 1126v68h961l-741 -1454h-80l708 1386h-848z" />
+<glyph unicode="8" horiz-adv-x="1212" d="M113 395q0 74 27.5 137.5t73.5 112.5t104.5 83t117.5 52q-55 20 -104 50t-86 71t-58.5 91t-21.5 110q0 86 39 151.5t101.5 109.5t141 67.5t158.5 23.5t159 -23.5t140.5 -67.5t100 -109.5t38.5 -151.5q0 -59 -22.5 -109.5t-59 -90.5t-86 -70.5t-104.5 -51.5 q68 -20 127 -57t103.5 -87t69 -111.5t24.5 -133.5q0 -92 -40 -168t-108.5 -128t-159 -80.5t-190.5 -28.5q-111 0 -200 33.5t-152.5 90t-98 130t-34.5 155.5zM184 393q0 -82 39 -146.5t100.5 -108.5t136.5 -67.5t148 -23.5q76 0 151 24.5t134 69.5t96 110.5t37 145.5 q0 84 -39 149.5t-100.5 109.5t-136 68t-148.5 24q-76 0 -150.5 -26t-134 -72t-96.5 -111.5t-37 -145.5zM236 1096q0 -70 33.5 -123t87 -90t119 -55.5t128.5 -18.5t129 19.5t120 56.5t88 91t34 124t-32 123t-84 90t-119.5 56.5t-137.5 19.5q-72 0 -137.5 -19.5t-116.5 -57.5 t-81.5 -92t-30.5 -124z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M84 672q0 104 39 194t107.5 158t160.5 106.5t199 38.5q111 0 205 -39.5t163.5 -114.5t108.5 -181.5t39 -241.5q0 -233 -39 -404.5t-107.5 -283t-165 -165.5t-210.5 -54q-147 0 -262 78.5t-164 213.5l55 33q39 -117 140.5 -188.5t228.5 -71.5q100 0 184 50t143.5 145.5 t92 233.5t32.5 317q-23 -72 -67.5 -130.5t-104 -100.5t-132.5 -65.5t-150 -23.5q-102 0 -192.5 39t-158 106.5t-106.5 158t-39 192.5zM152 674q0 -90 34.5 -169t95 -137.5t139.5 -93t167 -34.5q90 0 170 34.5t139 93t94 137.5t35 167t-35 167t-95 137t-140 93t-168 35 q-90 0 -169 -34t-138.5 -92t-94 -137t-34.5 -167z" />
+<glyph unicode=":" horiz-adv-x="356" d="M145 0v152h64v-152h-64zM145 907v152h64v-152h-64z" />
+<glyph unicode=";" horiz-adv-x="393" d="M139 -29q31 0 31 33v148h63v-152q0 -45 -26.5 -66.5t-67.5 -21.5v59zM170 907v152h63v-152h-63z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1034" d="M72 506v47l854 512v-76l-754 -459l754 -460v-76z" />
+<glyph unicode="=" horiz-adv-x="909" d="M152 451v59h606v-59h-606zM152 621v59h606v-59h-606z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1034" d="M106 -6v76l756 460l-756 459v76l857 -512v-47z" />
+<glyph unicode="?" horiz-adv-x="968" d="M74 1208q29 63 75 112.5t102 83.5t119.5 51.5t129.5 17.5q74 0 144.5 -25t123.5 -73t86 -119.5t33 -168.5q0 -90 -29 -148t-73 -99t-99 -70t-108 -57q-35 -18 -64 -41t-51.5 -58.5t-34.5 -91t-12 -141.5h-64q0 88 12.5 149.5t36 104.5t55 69.5t72.5 49.5q45 25 97.5 49 t96.5 61t72.5 91.5t28.5 138.5q0 82 -27.5 141t-72.5 98t-103.5 57.5t-119.5 18.5q-119 0 -220.5 -62.5t-152.5 -166.5zM352 0v186h66v-186h-66z" />
+<glyph unicode="@" horiz-adv-x="1681" d="M111 471q0 168 62.5 309.5t165.5 241.5t238.5 156.5t280.5 56.5q152 0 285 -59.5t233.5 -165t157.5 -247.5t57 -308q0 -29 -3 -77t-13 -102.5t-29.5 -109.5t-51.5 -99t-80 -72t-114 -28q-49 0 -78.5 15.5t-46 43t-22.5 64.5t-10 78q-27 -31 -65 -57.5t-82 -46t-94 -32 t-103 -12.5q-139 0 -220 75t-81 192q0 74 32.5 124t86 80.5t120 43t133.5 12.5q92 0 165 -17.5t108 -29.5q0 82 -12.5 149.5t-42 116.5t-81 75.5t-128.5 26.5q-78 0 -153 -25.5t-140 -72.5l-29 47q72 47 153 77t173 30q104 0 166.5 -37t95.5 -95.5t43 -132t10 -149.5v-299 q0 -92 18.5 -142.5t88.5 -50.5t114.5 45.5t71.5 112t38 143t11 138.5q0 152 -53 284.5t-145.5 231t-217.5 156t-268 57.5q-137 0 -263 -53.5t-222.5 -148.5t-153.5 -226t-57 -287q0 -152 54 -283t147.5 -228t219.5 -153.5t271 -56.5q162 0 311 78l23 -45q-80 -41 -164 -61.5 t-170 -20.5q-152 0 -287 59.5t-236.5 163t-159.5 243.5t-58 304zM553 287q0 -49 20.5 -89t54.5 -67t79 -41t94 -14q53 0 105 13.5t91 31.5q49 23 77 51.5t43.5 59t19.5 61.5t4 61v92q-12 0 -36 8.5t-59.5 17.5t-81.5 16.5t-102 7.5q-57 0 -112.5 -10.5t-99.5 -35 t-70.5 -64.5t-26.5 -99z" />
+<glyph unicode="A" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801z" />
+<glyph unicode="B" horiz-adv-x="1355" d="M201 0v1454h659q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -134.5q0 -111 -56.5 -203t-152.5 -135q61 -18 111.5 -54t86.5 -85t54 -107.5t18 -121.5q0 -78 -29.5 -146.5t-80.5 -120t-120 -81t-146 -29.5h-676zM270 66h607q63 0 119.5 26.5t97.5 71.5t64.5 102.5 t23.5 116.5q0 61 -21.5 119.5t-60.5 102.5t-92.5 70.5t-116.5 26.5h-621v-636zM270 766h564q63 0 115 26.5t91 70.5t60.5 99.5t21.5 114.5q0 61 -20.5 117.5t-57 99.5t-87 69t-111.5 26h-576v-623z" />
+<glyph unicode="C" horiz-adv-x="1429" d="M102 737q0 131 46.5 260t133.5 232.5t215 168t291 64.5q195 0 331 -89t202 -228l-61 -29q-41 78 -95.5 131t-118 86t-131 47.5t-135.5 14.5q-145 0 -258.5 -58.5t-191.5 -152.5t-118 -213t-40 -240q0 -133 47 -256t130 -216t195.5 -148.5t241.5 -55.5q70 0 142.5 17.5 t140.5 53.5t125 91t98 133l62 -24q-37 -82 -100.5 -145.5t-141.5 -106.5t-164 -64.5t-170 -21.5q-147 0 -272 65.5t-214 171t-139.5 239.5t-50.5 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M201 0v1454h473q172 0 301 -57.5t214 -155.5t128 -230t43 -282q0 -166 -48 -300t-137.5 -229.5t-216.5 -147.5t-284 -52h-473zM270 66h404q152 0 267.5 50t193 139t116.5 211t39 263q0 143 -41 264t-118.5 209t-193.5 137.5t-263 49.5h-404v-1323z" />
+<glyph unicode="E" horiz-adv-x="1263" d="M201 0v1454h942v-65h-873v-613h764v-65h-764v-645h891v-66h-960z" />
+<glyph unicode="F" horiz-adv-x="1214" d="M201 0v1454h940v-65h-871v-615h742v-63h-742v-711h-69z" />
+<glyph unicode="G" horiz-adv-x="1490" d="M104 727q0 143 49.5 276.5t137.5 235.5t210 163.5t267 61.5q111 0 199 -23.5t155.5 -65.5t116.5 -100t84 -128l-59 -31q-80 150 -207 215.5t-289 65.5q-137 0 -247.5 -58.5t-187.5 -152.5t-118 -214t-41 -245q0 -133 48 -254t131 -213t196 -147.5t242 -55.5 q139 0 263 63.5t240 201.5v315h-336v61h402v-698h-66v238q-217 -248 -506 -248q-150 0 -275.5 64.5t-215.5 169t-141.5 236.5t-51.5 267z" />
+<glyph unicode="H" horiz-adv-x="1507" d="M201 0v1454h69v-678h967v678h72v-1454h-72v711h-967v-711h-69z" />
+<glyph unicode="I" horiz-adv-x="471" d="M201 0v1452h69v-1452h-69z" />
+<glyph unicode="J" horiz-adv-x="987" d="M45 68l27 57q115 -80 288 -80q125 0 199 45t113 131t50 211t11 283v737h70v-737q0 -166 -14.5 -302.5t-60.5 -232.5t-133 -149.5t-235 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1286" d="M201 0v1452h69v-913l889 915h88l-612 -637l643 -817h-84l-606 774l-318 -323v-451h-69z" />
+<glyph unicode="L" horiz-adv-x="1210" d="M201 0v1454h69v-1388h893v-66h-962z" />
+<glyph unicode="M" horiz-adv-x="1812" d="M201 0v1454h65l641 -1083l639 1083h66v-1454h-70v1315l-612 -1032h-47l-613 1032v-1315h-69z" />
+<glyph unicode="N" horiz-adv-x="1593" d="M201 0v1454h53l1069 -1341v1339h70v-1452h-70l-1053 1319v-1319h-69z" />
+<glyph unicode="O" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245z" />
+<glyph unicode="P" horiz-adv-x="1273" d="M201 0v1454h594q90 0 166.5 -39t132 -101.5t86 -142t30.5 -161.5q0 -86 -28.5 -167t-81.5 -143.5t-127 -100.5t-164 -38h-539v-561h-69zM270 627h537q78 0 139.5 32.5t104.5 87t66.5 123t23.5 140.5q0 74 -28 142.5t-75 120.5t-110.5 84t-134.5 32h-523v-762z" />
+<glyph unicode="Q" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -156 -58.5 -295t-158.5 -244l154 -188h-78l-121 147q-86 -74 -191.5 -115.5t-224.5 -41.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727 q0 -131 45 -252t126 -214t192.5 -148.5t244.5 -55.5q111 0 205 38t170 104l-162 200h78l127 -157q92 98 141.5 225t49.5 260q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245z" />
+<glyph unicode="R" horiz-adv-x="1335" d="M201 0v1454h598q90 0 166.5 -39t132 -101.5t86 -142t30.5 -161.5q0 -84 -25.5 -160t-73.5 -135.5t-113.5 -98t-145.5 -47.5l367 -569h-82l-363 561h-508v-561h-69zM270 627h541q76 0 137.5 32.5t104.5 86t66.5 123t23.5 141.5q0 74 -28 142.5t-75 120.5t-109.5 84 t-133.5 32h-527v-762z" />
+<glyph unicode="S" horiz-adv-x="1251" d="M84 211l41 51q102 -104 233 -157.5t297 -53.5q205 0 323 75t118 228q0 78 -29 132.5t-87 92t-146.5 65.5t-208.5 52q-119 25 -211 51.5t-154.5 67.5t-94.5 100.5t-32 149.5q0 96 37 171t103.5 125t160.5 76.5t211 26.5q141 0 246.5 -41t193.5 -131l-38 -53 q-78 88 -174.5 124t-225.5 36q-233 0 -337.5 -88t-104.5 -236q0 -74 25.5 -124t80 -85t138 -58.5t200.5 -47.5q119 -25 215.5 -53.5t164 -72.5t104 -109.5t36.5 -162.5q0 -92 -36.5 -161.5t-104 -116.5t-163 -70.5t-212.5 -23.5q-174 0 -313 54t-256 167z" />
+<glyph unicode="T" horiz-adv-x="1251" d="M45 1389v65h1161v-65h-544v-1389h-72v1389h-545z" />
+<glyph unicode="U" horiz-adv-x="1554" d="M178 725v729h70v-729q0 -127 24.5 -247t86 -213t162.5 -150.5t255 -57.5q156 0 259.5 58.5t162.5 152.5t84 214t25 243v729h71v-729q0 -145 -30.5 -278.5t-101 -234.5t-185.5 -161.5t-283 -60.5q-172 0 -287.5 63.5t-185 167t-98.5 235.5t-29 269z" />
+<glyph unicode="V" horiz-adv-x="1390" d="M37 1454h74l585 -1366l582 1366h76l-625 -1454h-67z" />
+<glyph unicode="W" horiz-adv-x="2134" d="M37 1454h76l585 -1370l326 758l-258 600h72l227 -537l229 537h70l-258 -600l328 -758l585 1370h78l-627 -1454h-69l-334 774l-336 -774h-67z" />
+<glyph unicode="X" horiz-adv-x="1277" d="M18 1454h84l537 -684l539 684h82l-580 -737l563 -717h-82l-522 664l-520 -664h-84l563 717z" />
+<glyph unicode="Y" horiz-adv-x="1288" d="M29 1454h77l537 -825l539 825h80l-584 -897v-557h-70v561z" />
+<glyph unicode="Z" horiz-adv-x="1280" d="M59 0v61l1076 1328h-1063v65h1147v-61l-1072 -1327h1065v-66h-1153z" />
+<glyph unicode="[" horiz-adv-x="452" d="M184 -82v1598h174v-64h-106v-1470h106v-64h-174z" />
+<glyph unicode="\" horiz-adv-x="1093" d="M57 1454h84l891 -1454h-82z" />
+<glyph unicode="]" horiz-adv-x="452" d="M94 -18h107v1470h-107v64h174v-1598h-174v64z" />
+<glyph unicode="^" horiz-adv-x="1060" d="M96 621l406 833h59l404 -833h-68l-365 753l-370 -753h-66z" />
+<glyph unicode="_" horiz-adv-x="884" d="M43 0h799v-66h-799v66z" />
+<glyph unicode="`" horiz-adv-x="419" d="M102 1495h91l129 -162l-50 -26z" />
+<glyph unicode="a" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5z" />
+<glyph unicode="b" horiz-adv-x="1243" d="M164 0v1495h69v-672q78 115 182.5 186.5t243.5 71.5q115 0 206 -49t154.5 -127t97.5 -177t34 -200q0 -109 -39 -208t-108.5 -174.5t-162.5 -120.5t-202 -45q-61 0 -121.5 18t-115 50t-98.5 75t-75 94v-217h-65zM233 348q6 -61 46 -116.5t98.5 -97.5t126.5 -65.5 t127 -23.5q98 0 180 42t142.5 109.5t93 154.5t32.5 177q0 94 -31.5 182.5t-88 156t-136.5 108.5t-174 41q-72 0 -135 -24.5t-116.5 -65.5t-94.5 -94.5t-70 -112.5v-371z" />
+<glyph unicode="c" horiz-adv-x="1112" d="M92 537q0 115 39 214t108.5 172.5t165 115.5t205.5 42q139 0 247 -64.5t163 -176.5l-70 -25q-49 94 -142 147.5t-204 53.5q-92 0 -173 -37t-141.5 -101.5t-94 -152.5t-33.5 -188t35.5 -189.5t96 -157t141.5 -106.5t171 -39q59 0 117.5 17.5t108 46t85 66.5t48.5 81 l67 -20q-18 -55 -59 -102.5t-97.5 -81.5t-124 -53t-139.5 -19q-109 0 -203 44t-164.5 119.5t-111.5 177t-41 216.5z" />
+<glyph unicode="d" horiz-adv-x="1249" d="M92 528q0 111 37 211.5t102.5 176t155.5 120.5t197 45q72 0 135 -20.5t116.5 -56t97.5 -83t77 -98.5v672h69v-1384q0 -45 37 -45v-66q-6 -2 -18 -2q-35 0 -59.5 27.5t-24.5 60.5v131q-33 -53 -79 -97t-99.5 -75t-113 -48t-118.5 -17q-111 0 -205 47t-162.5 123.5 t-106.5 175t-38 202.5zM162 528q0 -96 34.5 -183t96 -153.5t143.5 -106.5t176 -40q59 0 127 24.5t126.5 66.5t98.5 98.5t46 117.5v367q-23 61 -68 115.5t-101.5 94.5t-121 63.5t-125.5 23.5q-98 0 -178 -42t-136.5 -110.5t-87 -155.5t-30.5 -180z" />
+<glyph unicode="e" horiz-adv-x="1189" d="M92 539q0 113 39 211t108.5 171.5t162 116.5t200.5 43q109 0 203 -43t163.5 -117.5t110.5 -175t41 -213.5q0 -4 -1 -16t-1 -14h-954q6 -98 45 -183.5t99.5 -146.5t138 -97t165.5 -36q59 0 115.5 15.5t106 44t86 68.5t59.5 87l63 -16q-23 -55 -66.5 -103.5t-101 -82.5 t-125 -53t-139.5 -19q-109 0 -203 44t-164.5 120.5t-110.5 178t-40 216.5zM162 561h889q-6 100 -43 184t-97.5 145.5t-138.5 95.5t-168 34t-168 -35t-137 -96.5t-95 -145.5t-42 -182z" />
+<glyph unicode="f" horiz-adv-x="669" d="M63 879v61h152v164q0 195 78 303.5t213 108.5q59 0 114.5 -19.5t88.5 -50.5l-35 -45q-27 23 -69 37t-89 14q-113 0 -172 -89t-59 -259v-164h311v-61h-311v-879h-70v879h-152z" />
+<glyph unicode="g" horiz-adv-x="1243" d="M92 528q0 109 36 208.5t101.5 176t156.5 122.5t200 46q72 0 133 -20.5t114.5 -55t98.5 -81.5t82 -101v242h65v-1098q0 -109 -40 -187.5t-107.5 -132t-155.5 -79t-182 -25.5t-167 18.5t-128 51.5t-97 79t-73 101l51 29q66 -115 176.5 -166t237.5 -51q84 0 159.5 22.5 t132 68.5t90.5 113.5t34 157.5v250q-33 -53 -79 -96t-99.5 -74t-113 -48t-118.5 -17q-111 0 -204 47t-160.5 123.5t-105.5 175t-38 200.5zM162 528q0 -96 34.5 -183t96 -153.5t143.5 -106.5t176 -40q72 0 140.5 27.5t124 71.5t91.5 98.5t42 109.5v367q-25 63 -69 118.5 t-99.5 94.5t-119 61.5t-128.5 22.5q-102 0 -182 -43t-135.5 -112.5t-85 -157t-29.5 -175.5z" />
+<glyph unicode="h" horiz-adv-x="1161" d="M164 0v1495h69v-696q33 63 81 115.5t104.5 89t121 57t132.5 20.5q174 0 256 -125t82 -354v-602h-70v594q0 422 -281 422q-70 0 -137 -26.5t-124.5 -74t-100.5 -112t-64 -137.5v-666h-69z" />
+<glyph unicode="i" horiz-adv-x="397" d="M164 0v1065h69v-1065h-69zM164 1323v172h69v-172h-69z" />
+<glyph unicode="j" horiz-adv-x="397" d="M-264 -283l43 45q35 -31 79 -41t85 -10t80.5 17.5t70.5 47t50.5 69.5t19.5 87v1133h69v-1131q0 -63 -25.5 -116.5t-65.5 -91t-91 -59t-102 -21.5q-61 0 -116.5 15t-96.5 56zM164 1323v172h69v-172h-69z" />
+<glyph unicode="k" horiz-adv-x="1048" d="M164 0v1495h69v-1071l689 637h86l-455 -426l467 -635h-80l-434 590l-273 -248v-342h-69z" />
+<glyph unicode="l" horiz-adv-x="483" d="M174 168v1327h68v-1313q0 -59 36.5 -94t96.5 -35q23 0 54.5 5t57.5 16l17 -58q-31 -10 -77 -18t-79 -8q-78 0 -126 48t-48 130z" />
+<glyph unicode="m" horiz-adv-x="1861" d="M164 0v1065h65v-266q70 135 176.5 208.5t235.5 73.5q135 0 220 -81.5t102 -217.5q154 299 421 299q170 0 248 -121.5t78 -357.5v-602h-70v594q0 217 -66.5 319.5t-203.5 102.5q-72 0 -135.5 -26.5t-115.5 -73t-90 -112t-58 -140.5v-664h-70v594q0 219 -64.5 320.5 t-203.5 101.5q-141 0 -247.5 -96.5t-152.5 -253.5v-666h-69z" />
+<glyph unicode="n" horiz-adv-x="1163" d="M164 0v1065h65v-266q33 63 83 115.5t111.5 89t130.5 57t140 20.5q168 0 242 -119.5t74 -359.5v-602h-70v594q0 219 -61.5 320.5t-196.5 101.5q-74 0 -144.5 -26.5t-131 -74t-106.5 -111t-67 -138.5v-666h-69z" />
+<glyph unicode="o" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5z" />
+<glyph unicode="p" horiz-adv-x="1241" d="M164 -436v1501h65v-221q33 51 78 95t99.5 76t113 49t119.5 17q113 0 207 -47t161.5 -125t105.5 -177t38 -202q0 -111 -36 -211t-100.5 -174.5t-154.5 -119.5t-201 -45q-70 0 -132 20t-116.5 55t-99.5 82t-78 101v-674h-69zM233 342q27 -61 70 -115.5t97.5 -94.5 t117.5 -63.5t131 -23.5q98 0 178 42t135.5 110.5t86 155.5t30.5 177q0 94 -34.5 182.5t-95 156t-142.5 107.5t-176 40q-59 0 -127 -25.5t-126.5 -67.5t-98 -97.5t-46.5 -116.5v-367z" />
+<glyph unicode="q" horiz-adv-x="1241" d="M92 530q0 109 40 209.5t108.5 176t162 120.5t199.5 45q63 0 123.5 -18.5t114 -50t97.5 -75.5t75 -93v221h65v-1389q0 -45 39 -47v-63q-6 -2 -18 -2q-39 0 -64.5 26.5t-25.5 67.5v580q-86 -127 -193.5 -192.5t-232.5 -65.5q-111 0 -201 47t-154.5 123.5t-99.5 176 t-35 203.5zM162 528q0 -96 32.5 -183t90 -153.5t136.5 -106.5t173 -40q72 0 134.5 23.5t114.5 63.5t94 93.5t71 110.5v369q-6 61 -45 117.5t-96.5 99.5t-125 68.5t-131.5 25.5q-98 0 -180 -42t-142.5 -110.5t-93 -157t-32.5 -178.5z" />
+<glyph unicode="r" horiz-adv-x="681" d="M164 0v1065h67v-270q55 113 147.5 184.5t196.5 83.5q20 0 37 1t29 1v-66q-147 -6 -256 -93t-152 -236v-670h-69z" />
+<glyph unicode="s" horiz-adv-x="974" d="M72 147l39 48q86 -78 176 -117t200 -39q150 0 242 63.5t92 178.5q0 53 -23.5 89t-68.5 61.5t-111.5 45t-152.5 39.5q-88 20 -152.5 39.5t-107.5 46.5t-63.5 68t-20.5 104q0 80 30.5 137.5t83 95t121 56t146.5 18.5q129 0 222 -43t136 -108l-47 -35q-45 61 -132 94 t-185 33q-63 0 -118.5 -13.5t-97.5 -43t-67 -74.5t-25 -107q0 -49 16.5 -81.5t52.5 -54t90 -37t132 -33.5q98 -23 174 -45.5t129.5 -53t81 -76t27.5 -114.5q0 -72 -28.5 -128.5t-81 -97t-127.5 -62t-165 -21.5q-123 0 -229 40.5t-188 126.5z" />
+<glyph unicode="t" horiz-adv-x="626" d="M55 1004v61h152v367h69v-367h254v-61h-254v-828q4 -59 45 -90t95 -31q33 0 62.5 7.5t53 16.5t37 17t17.5 10l26 -57q-4 -2 -21.5 -11t-45 -20.5t-63.5 -19.5t-79 -8q-39 0 -74.5 12t-62 34.5t-43 55.5t-16.5 74v838h-152z" />
+<glyph unicode="u" horiz-adv-x="1187" d="M152 459v606h69v-598q0 -422 287 -422q72 0 141.5 25.5t128 70.5t102.5 108.5t68 139.5v676h70v-954q0 -45 37 -45v-66q-6 -2 -11.5 -2h-9.5q-35 0 -58.5 28.5t-23.5 59.5v176q-70 -131 -192.5 -206.5t-265.5 -75.5q-170 0 -256 120.5t-86 358.5z" />
+<glyph unicode="v" horiz-adv-x="1071" d="M47 1065h74l416 -985l415 985h72l-455 -1065h-67z" />
+<glyph unicode="w" horiz-adv-x="1638" d="M47 1065h70l424 -981l241 559l-180 420h66l151 -358l152 358h65l-178 -420l240 -559l424 981h71l-463 -1065h-59l-252 582l-250 -582h-59z" />
+<glyph unicode="x" horiz-adv-x="995" d="M35 1065h82l364 -463l17 -27l16 27l365 463h82l-422 -537l417 -528h-82l-360 459l-16 24l-17 -24l-360 -459h-82l418 528z" />
+<glyph unicode="y" horiz-adv-x="1107" d="M39 1065h76l446 -991l422 991h70l-611 -1425q-25 -57 -62.5 -76t-90.5 -19h-41v64q37 0 64.5 4t37.5 12q6 4 15.5 20.5t29 56.5t50 111.5t79.5 186.5z" />
+<glyph unicode="z" horiz-adv-x="991" d="M61 0v57l785 949h-772v59h854v-57l-783 -949h777v-59h-861z" />
+<glyph unicode="{" horiz-adv-x="460" d="M123 709v61q20 0 33.5 12.5t21.5 27.5t10 31.5t2 24.5v588q0 41 18.5 51.5t29.5 10.5h131v-64h-113v-596q0 -8 -1 -21.5t-6 -31t-14.5 -34.5t-25.5 -32q33 -29 40 -66.5t7 -52.5v-618h113v-63h-131q-16 0 -32 13t-16 48v610q0 35 -15 66t-52 35z" />
+<glyph unicode="|" horiz-adv-x="425" d="M180 -266v1853h66v-1853h-66z" />
+<glyph unicode="}" horiz-adv-x="460" d="M94 0h113v618q0 14 6 52.5t39 66.5q-16 14 -25.5 31.5t-13.5 35t-5 31t-1 21.5v596h-113v64h131q8 0 27.5 -10.5t19.5 -51.5v-588q0 -8 2 -24.5t9.5 -31.5t19.5 -27.5t35 -12.5v-61q-37 -4 -51.5 -35t-14.5 -66v-610q0 -35 -15 -48t-32 -13h-131v63z" />
+<glyph unicode="~" horiz-adv-x="983" d="M145 508q0 6 10.5 33.5t33 60.5t57.5 58.5t86 25.5q43 0 82 -19.5t75.5 -42t74.5 -42t79 -19.5q37 0 64.5 15.5t45 36t25.5 38t8 21.5l54 -2q0 -2 -9.5 -28t-33 -56.5t-61.5 -55t-93 -24.5q-49 0 -91 19.5t-81 42t-74 42t-67 19.5q-33 0 -57.5 -18.5t-41 -41t-24.5 -42 t-8 -21.5h-54z" />
+<glyph unicode="&#xa1;" horiz-adv-x="452" d="M193 -2v1042h69v-1042h-69zM193 1278v188h69v-188h-69z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1132" d="M100 528q0 104 34 200.5t96.5 172.5t149.5 125t193 55v240h52v-240q158 -4 253 -70.5t148 -170.5l-65 -25q-55 100 -142.5 148.5t-193.5 52.5v-971q47 0 102 15.5t106.5 43t89.5 66.5t50 86l69 -20q-23 -63 -68.5 -111.5t-104 -80.5t-123 -48t-121.5 -16v-226h-52v228 q-104 8 -191 58t-149.5 126t-97.5 170t-35 192zM170 528q0 -90 30.5 -172t85 -147.5t128 -108.5t159.5 -51v965q-96 -6 -170.5 -51t-127 -114t-79 -153t-26.5 -168z" />
+<glyph unicode="&#xa3;" horiz-adv-x="989" d="M106 692v62h216q-25 47 -51.5 91t-50 88t-38 90t-14.5 99q0 70 27.5 132.5t73.5 109.5t108.5 73.5t134.5 26.5q104 0 196.5 -58t147.5 -157l-49 -43q-49 92 -129 143.5t-170 51.5q-55 0 -104.5 -21.5t-86 -59.5t-58 -88t-21.5 -108q0 -49 15 -95t38.5 -91t51.5 -90 t52 -94h357v-62h-330q16 -41 26.5 -87t10.5 -99t-12.5 -103.5t-40 -103.5t-71.5 -112.5t-110 -129.5q76 16 148 17q45 0 84 -6.5t73.5 -13.5t68.5 -13t73 -6q41 0 88 9t108 32l19 -60q-113 -47 -219 -47q-45 0 -83 7.5t-76 14.5t-77 14t-86 7q-45 0 -99 -7t-102 -19l-24 53 q80 82 132 145.5t83 116.5t43 101.5t12 99.5q0 53 -11 100t-30 90h-244z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1351" d="M59 1454h80l535 -825l540 825h78l-483 -741h186v-58h-221l-63 -98v-51h284v-57h-284v-449h-72v449h-283v57h283v55l-59 94h-224v58h189z" />
+<glyph unicode="&#xa6;" horiz-adv-x="434" d="M184 -266v846h66v-846h-66zM184 741v846h66v-846h-66z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1026" d="M106 1133q0 78 35 139t89.5 104t123 65.5t135.5 22.5q141 0 220 -46t131 -120l-58 -26q-20 39 -54 63.5t-74 39t-82 19.5t-80 5q-57 0 -113.5 -18.5t-102 -52.5t-73 -84t-27.5 -111q0 -70 23.5 -117t66.5 -77t101.5 -43t128.5 -13q72 0 142.5 -16.5t126.5 -53.5t91 -95.5 t35 -139.5q0 -59 -19.5 -112.5t-52.5 -86.5q106 -59 107 -217q0 -84 -37 -148.5t-93.5 -107.5t-126 -64.5t-134.5 -21.5q-135 0 -229.5 52t-160.5 122l48 43q82 -76 161.5 -113t177.5 -37q57 0 115 18.5t104 54.5t74.5 86t28.5 114q0 70 -27.5 112.5t-71.5 67.5t-98.5 33 t-109.5 10q-80 2 -149.5 21.5t-123 58.5t-84 97t-30.5 138q0 53 17.5 105.5t45.5 83.5q-53 33 -85 97.5t-32 148.5zM229 694q0 -76 28 -123t72 -73.5t100 -39t114.5 -19.5t113 -13t95.5 -23q35 29 53 76t18 99q0 70 -30.5 116.5t-78.5 74.5t-105.5 39t-112.5 11t-109.5 9.5 t-97.5 27.5q-29 -27 -44.5 -71t-15.5 -91z" />
+<glyph unicode="&#xa8;" horiz-adv-x="538" d="M109 1325v168h63v-168h-63zM367 1325v168h63v-168h-63z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1710" d="M113 727q0 158 56 293t154.5 233.5t234.5 154.5t296 56t297 -56t236.5 -154.5t155.5 -233.5t56 -293q0 -160 -56 -295t-155.5 -234.5t-236.5 -155.5t-297 -56t-296 56t-234.5 155.5t-154.5 234.5t-56 295zM162 725q0 -147 52 -274t145.5 -219.5t220 -144.5t276.5 -52 q145 0 272 50t220.5 140t146.5 216t53 280q0 150 -52 277.5t-144 220t-219 144.5t-277 52t-276.5 -52t-220 -144.5t-145.5 -218.5t-52 -275zM412 727q0 82 26.5 167t80.5 153.5t137 111.5t198 43q59 0 115.5 -13t103.5 -39t84 -66t57 -93l-65 -22q-23 53 -59.5 85.5 t-77.5 51t-83 25t-75 6.5q-96 0 -166 -37t-115 -96.5t-67.5 -132t-22.5 -144.5q0 -96 36 -172t91.5 -128t122 -78.5t129.5 -26.5q43 0 89 12t88 34.5t76 56.5t52 75l68 -19q-10 -31 -41 -68.5t-79 -72.5t-110.5 -58.5t-136.5 -23.5q-82 0 -163.5 32t-146 92t-105.5 147 t-41 198z" />
+<glyph unicode="&#xaa;" horiz-adv-x="878" d="M104 936q0 96 85 154.5t221 58.5q59 0 119.5 -9.5t107.5 -27.5v68q0 96 -58.5 153.5t-160.5 57.5q-109 0 -236 -84l-30 51q143 94 272 94q135 0 214 -73.5t79 -207.5v-333q0 -35 31 -37v-72q-8 -2 -23 -2q-74 0 -78 66l-2 57q-51 -66 -129 -99.5t-170 -33.5 q-51 0 -95 17.5t-77 46t-51.5 68.5t-18.5 87zM180 940q0 -68 53.5 -114t131.5 -46q49 0 97 13.5t87 35t63.5 50t24.5 59.5v119q-49 23 -104.5 30t-112.5 7q-106 0 -173 -41t-67 -113z" />
+<glyph unicode="&#xab;" horiz-adv-x="1107" d="M98 506v47l494 352v-67l-432 -308l432 -307v-67zM477 506v47l492 352v-67l-430 -308l430 -307v-67z" />
+<glyph unicode="&#xac;" horiz-adv-x="1179" d="M180 641v68h846v-430h-65v362h-781z" />
+<glyph unicode="&#xad;" horiz-adv-x="1134" d="M143 522v68h848v-68h-848z" />
+<glyph unicode="&#xae;" horiz-adv-x="1710" d="M113 727q0 158 56 293t154.5 233.5t234.5 154.5t296 56t297 -56t236.5 -154.5t155.5 -233.5t56 -293q0 -160 -56 -295t-155.5 -234.5t-236.5 -155.5t-297 -56t-296 56t-234.5 155.5t-154.5 234.5t-56 295zM164 727q0 -150 52 -276.5t144.5 -220t218 -145.5t275.5 -52 q147 0 273 50t219.5 141t146.5 219t53 284q0 147 -52 273t-144.5 218.5t-219 144.5t-276.5 52t-275.5 -52t-218 -144.5t-144.5 -218.5t-52 -273zM553 252v940h387q59 0 108.5 -24.5t85 -65.5t55 -93.5t19.5 -105.5t-16 -102t-47 -87t-74 -62.5t-94 -30.5l235 -369h-69 l-232 364h-297v-364h-61zM614 672h334q98 0 149.5 68.5t51.5 162.5q0 47 -15.5 89t-43 73t-66.5 49.5t-86 18.5h-324v-461z" />
+<glyph unicode="&#xaf;" horiz-adv-x="788" d="M104 1391v57h580v-57h-580z" />
+<glyph unicode="&#xb0;" horiz-adv-x="524" d="M113 1333q0 63 44 106.5t105 43.5q63 0 106.5 -43t43.5 -107q0 -63 -43 -106t-107 -43q-61 0 -105 43t-44 106zM164 1333q0 -43 29 -67q31 -31 69 -31q39 0 70 31q29 29 28 67q0 20 -8 38t-20 32q-27 27 -70 27q-42 0 -69 -27q-29 -29 -29 -70z" />
+<glyph unicode="&#xb1;" horiz-adv-x="929" d="M152 160v63h628v-63h-628zM152 700v64h280v301h66v-301h282v-64h-282v-301h-66v301h-280z" />
+<glyph unicode="&#xb2;" horiz-adv-x="770" d="M82 692q0 78 17.5 135.5t49 100.5t78.5 72.5t109 52.5q45 18 96 34.5t92 40t69 57.5t28 85q0 70 -55.5 122t-170.5 52q-55 0 -98 -12.5t-75 -31t-54.5 -40t-36.5 -37.5l-39 37q4 6 24.5 27.5t59.5 46t95.5 44t129.5 19.5q141 0 210 -68.5t69 -160.5q0 -61 -31 -103.5 t-75 -70t-95 -45t-94 -29.5q-78 -23 -123 -57.5t-67.5 -72.5t-28.5 -76t-6 -69h520v-53h-598z" />
+<glyph unicode="&#xb3;" horiz-adv-x="784" d="M82 874l39 27q2 -31 23.5 -60.5t57.5 -53t84 -37t103 -13.5q53 0 100.5 12.5t81 34t53 52t19.5 67.5q0 78 -83 124t-222 46h-45v49h45q133 0 205.5 39t72.5 113q0 78 -68.5 125t-172.5 47q-86 0 -149.5 -34t-92.5 -87l-39 39q33 61 110 97t171 36q63 0 118.5 -16.5 t96.5 -46t63.5 -69.5t22.5 -87q0 -141 -184 -178q96 -16 152 -71.5t56 -133.5q0 -47 -24.5 -87t-66.5 -67.5t-99.5 -43t-120.5 -15.5q-129 0 -214 53t-93 139z" />
+<glyph unicode="&#xb4;" horiz-adv-x="419" d="M102 1333l127 162h93l-170 -188z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1183" d="M176 -434v1499h70v-598q0 -422 286 -422q72 0 140.5 25.5t127 70.5t102.5 108.5t69 139.5v676h69v-954q0 -45 39 -45v-66q-10 -2 -22 -2q-35 0 -57.5 26.5t-22.5 61.5v176q-33 -63 -81 -115.5t-106.5 -89.5t-124 -57t-135.5 -20q-111 0 -181 51t-105 149v-614h-68z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1169" d="M76 975q0 223 152.5 351t424.5 128h434v-61h-143v-1557h-63v662h-176v-662h-66v662q-131 2 -235.5 35.5t-177 95t-111.5 148.5t-39 198zM139 977q0 -109 40 -185.5t108.5 -127t160 -76t191.5 -29.5v834q-244 0 -372 -109.5t-128 -306.5zM705 559h176v834h-176v-834z" />
+<glyph unicode="&#xb7;" horiz-adv-x="350" d="M143 510v186h64v-186h-64z" />
+<glyph unicode="&#xb8;" horiz-adv-x="534" d="M47 -301l25 45q29 -14 77 -25.5t101 -11.5q59 0 89 17.5t30 58.5q0 43 -28 59.5t-73 16.5q-43 0 -90 -10.5t-76 -20.5l113 199l47 -25l-69 -115q20 8 43.5 10.5t39.5 2.5q143 0 144 -115q0 -66 -46 -95.5t-132 -29.5q-55 0 -105.5 11.5t-89.5 27.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="530" d="M72 1331v55q33 0 66.5 16.5t62 37t47 38t20.5 19.5h58v-752h157v-55h-383v55h168v685q-10 -12 -33.5 -30t-51 -33t-57.5 -25.5t-54 -10.5z" />
+<glyph unicode="&#xba;" horiz-adv-x="923" d="M98 1083q0 76 28 142.5t76 117t114.5 80t144.5 29.5t144.5 -29.5t115.5 -80t76.5 -117t27.5 -142.5q0 -74 -27.5 -140t-76.5 -116.5t-115.5 -80t-144.5 -29.5t-144.5 29.5t-114.5 80t-76 117t-28 139.5zM180 1081q0 -61 21.5 -115.5t60.5 -94.5t89 -62.5t110 -22.5 q57 0 109.5 24t90 64.5t60 95t22.5 115.5t-22.5 114.5t-60 93.5t-90 63.5t-109.5 23.5t-108.5 -23.5t-89.5 -63.5t-60.5 -95.5t-22.5 -116.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1107" d="M139 156v67l430 307l-430 308v67l492 -352v-47zM516 156v67l432 307l-432 308v67l494 -352v-47z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1593" d="M98 1331v55q33 0 67 16.5t62.5 37t47 38t20.5 19.5h57v-752h158v-55h-383v55h168v685q-10 -12 -33.5 -30t-51.5 -33t-57.5 -25.5t-54.5 -10.5zM231 33l572 710l567 715l45 -35l-573 -714l-566 -713zM866 221v49l492 525h39v-521h114v-53h-114v-221h-56v221h-475zM936 274 h405v433z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1687" d="M106 1331v55q33 0 67 16.5t62.5 37t47 38t20.5 19.5h57v-752h158v-55h-383v55h168v685q-10 -12 -33.5 -30t-51.5 -33t-57.5 -25.5t-54.5 -10.5zM168 33l571 710l568 715l45 -35l-574 -714l-565 -713zM995 0q0 154 64.5 234.5t187.5 125.5q45 16 95.5 34t91.5 41.5 t68.5 57t27.5 85.5q0 68 -55.5 121t-167.5 53q-55 0 -98.5 -12.5t-75 -31t-54 -40t-35.5 -37.5l-38 37q4 6 24.5 27.5t58 46t94 44t130.5 19.5q139 0 207.5 -68.5t68.5 -161.5q0 -61 -29.5 -102t-74.5 -68.5t-95.5 -45t-93.5 -31.5q-78 -27 -122 -62t-67.5 -72.5 t-29.5 -73.5t-6 -67h520v-53h-596z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1628" d="M96 874l39 27q2 -31 23.5 -60.5t57.5 -53t84 -37t103 -13.5q53 0 100.5 12.5t81 34t53 52t19.5 67.5q0 78 -82.5 124t-222.5 46h-45v49h45q133 0 206 39t73 113q0 78 -68.5 125t-173.5 47q-86 0 -149.5 -34t-92.5 -87l-38 39q33 61 109.5 97t170.5 36q63 0 118.5 -16.5 t96.5 -46t63.5 -69.5t22.5 -87q0 -141 -184 -178q96 -16 152.5 -71.5t56.5 -133.5q0 -47 -24.5 -87t-66.5 -67.5t-100 -43t-121 -15.5q-129 0 -214 53t-93 139zM303 33l571 710l568 715l45 -35l-574 -714l-565 -713zM889 221v49l491 525h39v-521h115v-53h-115v-221h-55v221 h-475zM958 274h406v433z" />
+<glyph unicode="&#xbf;" horiz-adv-x="954" d="M74 -51q0 90 27.5 148.5t72.5 99.5t100.5 69.5t108.5 57.5q33 18 62.5 40.5t52 58.5t35 91t12.5 141h63q0 -90 -12 -150.5t-35.5 -103.5t-56.5 -70.5t-72 -47.5q-47 -25 -98 -49.5t-95 -61.5t-73 -91t-29 -138q0 -82 28 -141.5t73 -98.5t103 -57.5t120 -18.5 q119 0 220 62.5t153 167.5l53 -29q-29 -63 -75 -112.5t-102.5 -83t-121 -51t-127.5 -17.5q-74 0 -144.5 24.5t-124 72.5t-86 120t-32.5 168zM543 850v186h65v-186h-65z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM547 1880h90l129 -162l-49 -26z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM633 1718l127 162h92l-170 -188z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM479 1722l193 158h53l195 -158l-48 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM408 1708q0 6 5 31.5t22.5 52.5t49 48.5t84.5 21.5q41 0 72 -12.5t58.5 -28t57 -27.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47 t-92 -20q-45 0 -78.5 12t-63.5 26.5t-56.5 26.5t-59.5 12t-53 -13t-30.5 -30.5t-14.5 -34t-4 -20.5h-55z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM539 1710v168h63v-168h-63zM797 1710v168h63v-168h-63z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1396" d="M43 0l627 1454h59l627 -1454h-78l-215 502h-729l-215 -502h-76zM354 563h686l-340 801zM573 1759q0 53 36 87t89 34q55 0 91 -34t36 -87t-35.5 -88t-91.5 -35q-53 0 -89 35t-36 88zM616 1759q0 -35 24 -59.5t58 -24.5q33 0 58.5 23.5t25.5 60.5t-24.5 59.5t-59.5 22.5 t-58.5 -22.5t-23.5 -59.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2041" d="M10 0l953 1454h958v-65h-870v-613h759v-65h-759v-645h888v-66h-958v502h-561l-328 -502h-82zM455 567h524v791z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1431" d="M104 737q0 131 46.5 260t133.5 232.5t215 168t292 64.5q195 0 330.5 -89t201.5 -228l-61 -29q-41 78 -95.5 131t-118 86t-131 47.5t-135.5 14.5q-145 0 -258.5 -58.5t-191.5 -152.5t-118 -213t-40 -240q0 -133 47 -256t130 -216t195.5 -148.5t241.5 -55.5q70 0 143 17.5 t140.5 53.5t124.5 91t98 133l62 -24q-35 -78 -94.5 -139.5t-133 -103.5t-155.5 -65.5t-162 -27.5l-61 -103q20 8 43.5 10.5t40.5 2.5q143 0 143 -115q0 -66 -46 -95.5t-132 -29.5q-55 0 -105.5 11.5t-89.5 27.5l25 45q29 -14 77 -25.5t101 -11.5q59 0 89 17.5t30 58.5 q0 43 -28 59.5t-73 16.5q-43 0 -90 -10.5t-76 -20.5l91 162q-141 6 -260 72.5t-205 172t-133.5 236.5t-47.5 266z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1263" d="M201 0v1454h942v-65h-873v-613h764v-65h-764v-645h891v-66h-960zM551 1880h90l129 -162l-49 -26z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1263" d="M201 0v1454h942v-65h-873v-613h764v-65h-764v-645h891v-66h-960zM637 1718l127 162h92l-170 -188z" />
+<glyph unicode="&#xca;" horiz-adv-x="1263" d="M201 0v1454h942v-65h-873v-613h764v-65h-764v-645h891v-66h-960zM483 1722l193 158h53l195 -158l-47 -30l-175 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1263" d="M201 0v1454h942v-65h-873v-613h764v-65h-764v-645h891v-66h-960zM543 1710v168h63v-168h-63zM801 1710v168h63v-168h-63z" />
+<glyph unicode="&#xcc;" horiz-adv-x="471" d="M82 1880h90l129 -162l-49 -26zM201 0v1452h69v-1452h-69z" />
+<glyph unicode="&#xcd;" horiz-adv-x="471" d="M170 1718l127 162h92l-170 -188zM201 0v1452h69v-1452h-69z" />
+<glyph unicode="&#xce;" horiz-adv-x="471" d="M16 1722l193 158h53l195 -158l-47 -30l-174 129l-175 -129zM201 0v1452h69v-1452h-69z" />
+<glyph unicode="&#xcf;" horiz-adv-x="471" d="M74 1710v168h63v-168h-63zM201 0v1452h69v-1452h-69zM332 1710v168h63v-168h-63z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1482" d="M72 700v62h141v692h473q172 0 301 -57.5t214 -155.5t128 -230t43 -282q0 -166 -48 -300t-137 -229.5t-216 -147.5t-285 -52h-473v700h-141zM283 66h403q152 0 267.5 50t193.5 139t117 211t39 263q0 143 -41 264t-119 209t-193.5 137.5t-263.5 49.5h-403v-627h381v-62 h-381v-634z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1593" d="M201 0v1454h53l1069 -1341v1339h70v-1452h-70l-1053 1319v-1319h-69zM514 1708q0 6 5 31.5t22.5 52.5t49.5 48.5t85 21.5q41 0 71.5 -12.5t58.5 -28t57.5 -27.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47t-92 -20 q-45 0 -79 12t-63.5 26.5t-56 26.5t-59.5 12t-53.5 -13t-30.5 -30.5t-14.5 -34t-4.5 -20.5h-55z" />
+<glyph unicode="&#xd2;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM631 1880h90l129 -162l-49 -26z" />
+<glyph unicode="&#xd3;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM717 1718l127 162h92l-170 -188z" />
+<glyph unicode="&#xd4;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM563 1722l193 158h53l195 -158l-48 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM492 1708q0 6 5 31.5t22.5 52.5t49 48.5t84.5 21.5q41 0 72 -12.5t58.5 -28t57 -27.5 t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47t-92 -20q-45 0 -78.5 12t-63.5 26.5t-56.5 26.5t-59.5 12t-53.5 -13t-30.5 -30.5t-14 -34t-4 -20.5h-55z" />
+<glyph unicode="&#xd6;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-215.5 -161.5t-267.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139.5 235.5t-49.5 272zM174 727q0 -131 45 -252t126 -214 t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 244q0 131 -46.5 252t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM623 1710v168h63v-168h-63zM881 1710v168h63v-168h-63z" />
+<glyph unicode="&#xd7;" horiz-adv-x="929" d="M150 289l266 266l-266 268l47 47l268 -268l268 270l47 -49l-270 -268l270 -268l-47 -47l-268 268l-268 -268z" />
+<glyph unicode="&#xd8;" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q104 0 193.5 -30.5t167.5 -83.5l67 104h84l-96 -147q123 -109 191.5 -263.5t68.5 -316.5q0 -147 -52 -280.5t-143 -234.5t-215 -161.5t-268 -60.5q-104 0 -195 30.5t-167 83.5l-68 -104h-82l95 147 q-123 104 -192 259t-69 321zM174 727q0 -154 60.5 -291t166.5 -233l705 1087q-70 49 -151 78t-173 29q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245zM457 160q70 -47 151.5 -75t173.5 -28q137 0 249 58.5t192 152.5t124 215t44 244q0 152 -61.5 288t-168.5 232z " />
+<glyph unicode="&#xd9;" horiz-adv-x="1554" d="M178 725v729h70v-729q0 -127 24.5 -247t86 -213t162.5 -150.5t255 -57.5q156 0 259.5 58.5t162.5 152.5t84 214t25 243v729h71v-729q0 -145 -30.5 -278.5t-101 -234.5t-185.5 -161.5t-283 -60.5q-172 0 -287.5 63.5t-185 167t-98.5 235.5t-29 269zM625 1880h90l129 -162 l-49 -26z" />
+<glyph unicode="&#xda;" horiz-adv-x="1554" d="M178 725v729h70v-729q0 -127 24.5 -247t86 -213t162.5 -150.5t255 -57.5q156 0 259.5 58.5t162.5 152.5t84 214t25 243v729h71v-729q0 -145 -30.5 -278.5t-101 -234.5t-185.5 -161.5t-283 -60.5q-172 0 -287.5 63.5t-185 167t-98.5 235.5t-29 269zM713 1718l127 162h92 l-170 -188z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1554" d="M178 725v729h70v-729q0 -127 24.5 -247t86 -213t162.5 -150.5t255 -57.5q156 0 259.5 58.5t162.5 152.5t84 214t25 243v729h71v-729q0 -145 -30.5 -278.5t-101 -234.5t-185.5 -161.5t-283 -60.5q-172 0 -287.5 63.5t-185 167t-98.5 235.5t-29 269zM559 1722l193 158h53 l194 -158l-47 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1554" d="M178 725v729h70v-729q0 -127 24.5 -247t86 -213t162.5 -150.5t255 -57.5q156 0 259.5 58.5t162.5 152.5t84 214t25 243v729h71v-729q0 -145 -30.5 -278.5t-101 -234.5t-185.5 -161.5t-283 -60.5q-172 0 -287.5 63.5t-185 167t-98.5 235.5t-29 269zM618 1710v168h64v-168 h-64zM877 1710v168h63v-168h-63z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1288" d="M29 1454h77l537 -825l539 825h80l-584 -897v-557h-70v561zM578 1718l127 162h92l-170 -188z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M201 0v1454h69v-301h486q90 0 165.5 -39t131 -102.5t87 -143.5t31.5 -161q0 -86 -29.5 -167t-82.5 -142.5t-127 -99.5t-164 -38h-498v-260h-69zM270 326h498q78 0 139.5 32.5t104.5 87t65.5 122t22.5 139.5q0 74 -26.5 142.5t-74 120.5t-111 83.5t-134.5 31.5h-484v-759z " />
+<glyph unicode="&#xdf;" horiz-adv-x="1120" d="M164 0v1047q0 92 28.5 168.5t80 132t122 85t156.5 29.5q80 0 147.5 -24.5t117.5 -67.5t79 -102.5t29 -128.5q0 -55 -18.5 -107.5t-51.5 -94.5t-76 -70.5t-92 -39.5q166 -35 254 -142t88 -267q0 -203 -144.5 -311.5t-410.5 -118.5v65q231 4 358 97.5t127 269.5 q0 82 -28.5 150.5t-80.5 117.5t-126 76t-162 27h-35v65h33q63 0 117.5 20.5t94.5 56.5t62.5 85t22.5 108t-24.5 109.5t-65.5 86.5t-98.5 55.5t-120.5 19.5q-74 0 -132.5 -25.5t-99.5 -73t-62.5 -113t-21.5 -145.5v-1040h-67z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM375 1495h90 l129 -162l-49 -26z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM463 1333l127 162h92 l-170 -188z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM309 1337l193 158h53 l195 -158l-48 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM238 1323q0 6 5 31.5 t22.5 52.5t49 48.5t84.5 21.5q41 0 72 -12.5t58.5 -28t57 -27.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47.5t-92 -20.5q-45 0 -78.5 12.5t-63.5 27t-56.5 26.5t-59.5 12t-53 -13t-30.5 -30.5t-14.5 -34t-4 -20.5h-55z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM367 1325v168h63 v-168h-63zM625 1325v168h63v-168h-63z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1089" d="M74 307q0 68 32.5 124t91 97t139.5 63.5t179 22.5q88 0 180 -14t164 -43v115q0 160 -91 255t-245 95q-78 0 -165 -34t-177 -97l-32 51q207 139 378 139q186 0 294 -110.5t108 -302.5v-557q0 -45 37 -45v-66q-6 -2 -17 -2q-35 0 -60.5 25.5t-25.5 62.5v94 q-72 -96 -189.5 -148t-252.5 -52q-74 0 -137.5 25.5t-110.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t60.5 -86t91.5 -57.5t114.5 -20.5q129 0 235.5 48t159.5 130q33 43 33 82v201q-158 61 -340 61q-170 0 -273.5 -68.5t-103.5 -183.5zM401 1374q0 53 36 87 t89 34q55 0 91 -34t36 -87t-35.5 -88t-91.5 -35q-53 0 -89 35t-36 88zM444 1374q0 -35 24 -59.5t58 -24.5q33 0 58.5 23.5t25.5 60.5t-24.5 59.5t-59.5 22.5t-58.5 -22.5t-23.5 -59.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1902" d="M76 307q0 68 31.5 124t90 97t139.5 63.5t179 22.5q72 0 148.5 -11t142.5 -30q6 100 43 191q-25 119 -110 188.5t-214 69.5q-78 0 -166 -34t-178 -97l-30 51q205 139 376 139q135 0 230.5 -63.5t136.5 -177.5q66 109 175.5 175t244.5 66q117 0 212 -46t162.5 -125 t105.5 -184t38 -224h-961q8 -98 46 -183.5t99.5 -146.5t140.5 -97t169 -36q59 0 115.5 15.5t105.5 44t86 68.5t60 87l61 -16q-23 -55 -65.5 -103.5t-100 -82.5t-125 -53t-139.5 -19q-135 0 -246.5 66.5t-181.5 176.5q-33 -66 -87 -111.5t-118.5 -74.5t-135.5 -43t-134 -14 q-74 0 -136.5 25.5t-109.5 69.5t-73.5 103.5t-26.5 128.5zM143 309q0 -57 22.5 -106t61.5 -86t91.5 -57.5t113.5 -20.5q76 0 148.5 18.5t131 52t98.5 80t50 99.5q-25 51 -38 110.5t-15 118.5q-135 43 -287 43q-170 0 -273.5 -68.5t-103.5 -183.5zM872 557h891 q-6 100 -43 185t-96 146.5t-138 96.5t-169 35t-169 -35t-138.5 -96.5t-95 -146.5t-42.5 -185z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1114" d="M94 537q0 115 39 214t108.5 172.5t165 115.5t205.5 42q139 0 247 -64.5t163 -176.5l-70 -25q-49 94 -142 147.5t-204 53.5q-92 0 -173 -37t-141.5 -101.5t-94 -152.5t-33.5 -188t36 -189.5t96 -157t141 -106.5t171 -39q59 0 117.5 17.5t108 46t85 66.5t48.5 81l67 -20 q-18 -53 -57 -99.5t-92.5 -80t-118 -54t-131.5 -22.5l-55 -93q20 8 43.5 10.5t40.5 2.5q143 0 143 -115q0 -66 -46 -95.5t-132 -29.5q-55 0 -105.5 11.5t-89.5 27.5l25 45q29 -14 77 -25.5t101 -11.5q59 0 89 17.5t30 58.5q0 43 -28 59.5t-73 16.5q-43 0 -90 -10.5 t-76 -20.5l86 154q-102 8 -189 54t-152.5 120.5t-102.5 172t-37 208.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1189" d="M92 539q0 113 39 211t108.5 171.5t162 116.5t200.5 43q109 0 203 -43t163.5 -117.5t110.5 -175t41 -213.5q0 -4 -1 -16t-1 -14h-954q6 -98 45 -183.5t99.5 -146.5t138 -97t165.5 -36q59 0 115.5 15.5t106 44t86 68.5t59.5 87l63 -16q-23 -55 -66.5 -103.5t-101 -82.5 t-125 -53t-139.5 -19q-109 0 -203 44t-164.5 120.5t-110.5 178t-40 216.5zM162 561h889q-6 100 -43 184t-97.5 145.5t-138.5 95.5t-168 34t-168 -35t-137 -96.5t-95 -145.5t-42 -182zM449 1495h90l129 -162l-50 -26z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1189" d="M92 539q0 113 39 211t108.5 171.5t162 116.5t200.5 43q109 0 203 -43t163.5 -117.5t110.5 -175t41 -213.5q0 -4 -1 -16t-1 -14h-954q6 -98 45 -183.5t99.5 -146.5t138 -97t165.5 -36q59 0 115.5 15.5t106 44t86 68.5t59.5 87l63 -16q-23 -55 -66.5 -103.5t-101 -82.5 t-125 -53t-139.5 -19q-109 0 -203 44t-164.5 120.5t-110.5 178t-40 216.5zM162 561h889q-6 100 -43 184t-97.5 145.5t-138.5 95.5t-168 34t-168 -35t-137 -96.5t-95 -145.5t-42 -182zM537 1333l127 162h92l-170 -188z" />
+<glyph unicode="&#xea;" horiz-adv-x="1189" d="M92 539q0 113 39 211t108.5 171.5t162 116.5t200.5 43q109 0 203 -43t163.5 -117.5t110.5 -175t41 -213.5q0 -4 -1 -16t-1 -14h-954q6 -98 45 -183.5t99.5 -146.5t138 -97t165.5 -36q59 0 115.5 15.5t106 44t86 68.5t59.5 87l63 -16q-23 -55 -66.5 -103.5t-101 -82.5 t-125 -53t-139.5 -19q-109 0 -203 44t-164.5 120.5t-110.5 178t-40 216.5zM162 561h889q-6 100 -43 184t-97.5 145.5t-138.5 95.5t-168 34t-168 -35t-137 -96.5t-95 -145.5t-42 -182zM383 1337l192 158h54l194 -158l-47 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1189" d="M92 539q0 113 39 211t108.5 171.5t162 116.5t200.5 43q109 0 203 -43t163.5 -117.5t110.5 -175t41 -213.5q0 -4 -1 -16t-1 -14h-954q6 -98 45 -183.5t99.5 -146.5t138 -97t165.5 -36q59 0 115.5 15.5t106 44t86 68.5t59.5 87l63 -16q-23 -55 -66.5 -103.5t-101 -82.5 t-125 -53t-139.5 -19q-109 0 -203 44t-164.5 120.5t-110.5 178t-40 216.5zM162 561h889q-6 100 -43 184t-97.5 145.5t-138.5 95.5t-168 34t-168 -35t-137 -96.5t-95 -145.5t-42 -182zM442 1325v168h64v-168h-64zM700 1325v168h64v-168h-64z" />
+<glyph unicode="&#xec;" horiz-adv-x="397" d="M45 1495h90l129 -162l-49 -26zM164 0v1065h69v-1065h-69z" />
+<glyph unicode="&#xed;" horiz-adv-x="397" d="M133 1333l127 162h92l-170 -188zM164 0v1065h69v-1065h-69z" />
+<glyph unicode="&#xee;" horiz-adv-x="397" d="M-20 1337l192 158h53l195 -158l-47 -30l-174 129l-174 -129zM164 0v1065h69v-1065h-69z" />
+<glyph unicode="&#xef;" horiz-adv-x="397" d="M39 1325v168h63v-168h-63zM164 0v1065h69v-1065h-69zM297 1325v168h63v-168h-63z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1222" d="M96 475q0 100 40 191.5t108.5 159t161 107.5t194.5 40q76 0 146.5 -20.5t129 -58.5t103.5 -89t72 -113q-8 70 -26.5 142.5t-53.5 145.5t-89.5 146.5t-136.5 147.5l-247 -160l-27 39l238 152q-57 47 -125 95t-150 95h98q66 -41 122.5 -80t105.5 -80l192 125l29 -39 l-184 -118q102 -92 165.5 -188.5t99.5 -195t48 -197.5t12 -200q0 -115 -41 -213t-111.5 -172t-163.5 -115.5t-200 -41.5q-106 0 -199.5 38.5t-162 106.5t-108.5 158t-40 192zM166 473q0 -88 35 -166t94 -136t140 -92t171 -34q92 0 173 37t141.5 99.5t95.5 145.5t35 175 q0 84 -35 157.5t-95.5 129t-141.5 88t-171 32.5t-170 -34.5t-140 -94t-96 -139.5t-36 -168z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1163" d="M164 0v1065h65v-266q33 63 83 115.5t111.5 89t130.5 57t140 20.5q168 0 242 -119.5t74 -359.5v-602h-70v594q0 219 -61.5 320.5t-196.5 101.5q-74 0 -144.5 -26.5t-131 -74t-106.5 -111t-67 -138.5v-666h-69zM289 1323q0 6 5 31.5t22.5 52.5t49 48.5t85.5 21.5 q41 0 71.5 -12.5t58 -28t57.5 -27.5t69 -12q43 0 66.5 14t35.5 31.5t15 33t3 19.5h54q0 -8 -6.5 -32.5t-25 -51.5t-53 -47.5t-91.5 -20.5q-45 0 -79 12.5t-64 27t-56.5 26.5t-59.5 12t-53 -13t-30.5 -30.5t-14.5 -34t-4 -20.5h-55z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM451 1495h90l129 -162l-49 -26z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM539 1333l127 162h92l-170 -188z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM385 1337l193 158h53l194 -158l-47 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM313 1323q0 6 5.5 31.5t22.5 52.5t49 48.5t85 21.5q41 0 72 -12.5t58.5 -28t57 -27.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53 q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47.5t-92 -20.5q-45 0 -79 12.5t-63.5 27t-56 26.5t-59.5 12t-53.5 -13t-30.5 -30.5t-14 -34t-4 -20.5h-56z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44t200.5 -44t164 -119.5t109.5 -176t40 -213.5q0 -111 -40 -211t-109.5 -174.5t-164 -118.5t-200.5 -44q-109 0 -202 44t-162.5 118.5t-108.5 175t-39 210.5zM162 526q0 -98 34.5 -186t94 -153.5t140.5 -103.5t171 -38 t171 39t141.5 104.5t96.5 154.5t36 187t-36 187.5t-96.5 155t-140.5 104.5t-170 39t-170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM442 1325v168h64v-168h-64zM700 1325v168h64v-168h-64z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1124" d="M150 530v64h825v-64h-825zM530 178v146h64v-146h-64zM530 797v147h64v-147h-64z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1208" d="M92 528q0 113 40 213.5t109.5 176t163 119.5t199.5 44q72 0 139.5 -21.5t126.5 -60.5l41 66h66l-64 -98q92 -78 148.5 -191.5t56.5 -247.5q0 -111 -40 -211t-109.5 -174.5t-163.5 -118.5t-201 -44q-145 0 -266 79l-39 -59h-63l59 90q-94 76 -148.5 190.5t-54.5 247.5z M162 526q0 -117 47 -216t125 -165l500 799q-51 35 -109.5 53.5t-120.5 18.5q-90 0 -170 -39t-140.5 -105.5t-96 -156t-35.5 -189.5zM375 115q100 -70 227 -70q90 0 171 39t141.5 104.5t96.5 154.5t36 187q0 115 -47.5 214.5t-125.5 166.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1187" d="M152 459v606h69v-598q0 -422 287 -422q72 0 141.5 25.5t128 70.5t102.5 108.5t68 139.5v676h70v-954q0 -45 37 -45v-66q-6 -2 -11.5 -2h-9.5q-35 0 -58.5 28.5t-23.5 59.5v176q-70 -131 -192.5 -206.5t-265.5 -75.5q-170 0 -256 120.5t-86 358.5zM426 1495h90l129 -162 l-49 -26z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1187" d="M152 459v606h69v-598q0 -422 287 -422q72 0 141.5 25.5t128 70.5t102.5 108.5t68 139.5v676h70v-954q0 -45 37 -45v-66q-6 -2 -11.5 -2h-9.5q-35 0 -58.5 28.5t-23.5 59.5v176q-70 -131 -192.5 -206.5t-265.5 -75.5q-170 0 -256 120.5t-86 358.5zM514 1333l127 162h92 l-170 -188z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1187" d="M152 459v606h69v-598q0 -422 287 -422q72 0 141.5 25.5t128 70.5t102.5 108.5t68 139.5v676h70v-954q0 -45 37 -45v-66q-6 -2 -11.5 -2h-9.5q-35 0 -58.5 28.5t-23.5 59.5v176q-70 -131 -192.5 -206.5t-265.5 -75.5q-170 0 -256 120.5t-86 358.5zM360 1337l193 158h53 l195 -158l-47 -30l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1187" d="M152 459v606h69v-598q0 -422 287 -422q72 0 141.5 25.5t128 70.5t102.5 108.5t68 139.5v676h70v-954q0 -45 37 -45v-66q-6 -2 -11.5 -2h-9.5q-35 0 -58.5 28.5t-23.5 59.5v176q-70 -131 -192.5 -206.5t-265.5 -75.5q-170 0 -256 120.5t-86 358.5zM420 1325v168h63v-168 h-63zM678 1325v168h63v-168h-63z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1107" d="M39 1065h76l446 -991l422 991h70l-611 -1425q-25 -57 -62.5 -76t-90.5 -19h-41v64q37 0 64.5 4t37.5 12q6 4 15.5 20.5t29 56.5t50 111.5t79.5 186.5zM496 1333l127 162h92l-170 -188z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1234" d="M164 -436v1890h72v-618q74 106 174 175.5t235 69.5q117 0 210 -49t156.5 -128t97.5 -178.5t34 -197.5q-4 -109 -44 -209t-108.5 -176.5t-162 -122t-201.5 -45.5q-61 0 -118.5 17.5t-109 48.5t-93.5 72t-70 88v-637h-72zM236 348q0 -61 38.5 -116.5t97 -97.5t127 -66.5 t128.5 -24.5q98 0 180 42t141.5 109.5t92 154.5t32.5 179q0 94 -30.5 182.5t-88 156t-136.5 108.5t-175 41q-72 0 -133 -24.5t-113.5 -64.5t-92.5 -92.5t-68 -109.5v-377z" />
+<glyph unicode="&#xff;" horiz-adv-x="1107" d="M39 1065h76l446 -991l422 991h70l-611 -1425q-25 -57 -62.5 -76t-90.5 -19h-41v64q37 0 64.5 4t37.5 12q6 4 15.5 20.5t29 56.5t50 111.5t79.5 186.5zM399 1325v168h64v-168h-64zM657 1325v168h64v-168h-64z" />
+<glyph unicode="&#x152;" horiz-adv-x="2451" d="M104 727q0 145 52.5 278.5t143.5 235.5t215 162.5t269 60.5q111 0 206 -35.5t173 -98t135.5 -146.5t92.5 -178v448h940v-65h-869v-613h758v-65h-758v-645h887v-66h-958v446q-35 -96 -94.5 -179t-138.5 -144.5t-173 -97t-199 -35.5q-152 0 -276.5 62.5t-214.5 166 t-140.5 236.5t-50.5 272zM174 727q0 -131 45 -252t126 -214t192.5 -148.5t244.5 -55.5q137 0 249 58.5t192 152.5t124 215t44 246q0 129 -46.5 250t-128 214t-192.5 148.5t-242 55.5q-137 0 -248.5 -58.5t-191.5 -152.5t-124 -214t-44 -245z" />
+<glyph unicode="&#x153;" horiz-adv-x="2146" d="M94 526q0 115 40 216.5t109.5 176t163 118.5t201.5 44q82 0 158 -27.5t137.5 -76.5t106.5 -120t69 -157q47 178 175 279.5t307 101.5q104 0 198 -41t164 -115.5t111 -182t41 -240.5h-955q8 -98 47 -182t102.5 -146.5t145.5 -98.5t174 -36q61 0 118.5 15.5t107 44t86 68.5 t55.5 87l61 -16q-25 -57 -68.5 -104.5t-101 -81.5t-125 -53t-137.5 -19q-84 0 -163 27.5t-144.5 78.5t-116.5 120.5t-78 153.5q-27 -86 -73.5 -156.5t-110 -120.5t-139.5 -76.5t-158 -26.5q-106 0 -199.5 43t-162 116.5t-107.5 173t-39 213.5zM164 524q0 -100 34.5 -188 t94 -152.5t139.5 -101.5t172 -37t173 38t141.5 103.5t95.5 153.5t35 188t-35 189.5t-95.5 156t-140.5 104.5t-170 38q-92 0 -173 -39t-141.5 -105.5t-95 -156.5t-34.5 -191zM1120 557h885q-6 100 -43 185t-96.5 146.5t-138 96.5t-168.5 35t-168 -35t-136.5 -96.5 t-94.5 -146.5t-40 -185z" />
+<glyph unicode="&#x178;" horiz-adv-x="1288" d="M29 1454h77l537 -825l539 825h80l-584 -897v-557h-70v561zM481 1710v168h64v-168h-64zM739 1710v168h64v-168h-64z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="634" d="M98 1337l193 158h53l195 -158l-47 -30l-175 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="798" d="M102 1323q0 6 5.5 31.5t22.5 52.5t49 48.5t85 21.5q41 0 72 -12.5t58.5 -28t57 -27.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h53q0 -8 -6 -32.5t-24.5 -51.5t-53.5 -47.5t-92 -20.5q-45 0 -78.5 12.5t-63.5 27t-56.5 26.5t-59.5 12t-53.5 -13t-30.5 -30.5 t-14 -34t-4 -20.5h-56z" />
+<glyph unicode="&#x2000;" horiz-adv-x="940" />
+<glyph unicode="&#x2001;" horiz-adv-x="1880" />
+<glyph unicode="&#x2002;" horiz-adv-x="940" />
+<glyph unicode="&#x2003;" horiz-adv-x="1880" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="470" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="235" />
+<glyph unicode="&#x2009;" horiz-adv-x="376" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="872" d="M143 522v68h586v-68h-586z" />
+<glyph unicode="&#x2011;" horiz-adv-x="872" d="M143 522v68h586v-68h-586z" />
+<glyph unicode="&#x2012;" horiz-adv-x="872" d="M143 522v68h586v-68h-586z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1134" d="M143 522v68h848v-68h-848z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1818" d="M143 522v68h1532v-68h-1532z" />
+<glyph unicode="&#x2018;" horiz-adv-x="358" d="M131 1262v233h64v-231q0 -18 7 -24.5t23 -6.5v-62q-41 0 -67.5 23t-26.5 68z" />
+<glyph unicode="&#x2019;" horiz-adv-x="356" d="M117 1434v61q41 0 67.5 -22.5t26.5 -67.5v-234h-64v232q0 18 -7 24.5t-23 6.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="387" d="M135 -29q33 0 33 33v148h63v-152q0 -45 -27.5 -66.5t-68.5 -21.5v59z" />
+<glyph unicode="&#x201c;" horiz-adv-x="550" d="M131 1262v233h64v-231q0 -18 7 -24.5t23 -6.5v-62q-41 0 -67.5 23t-26.5 68zM324 1262v233h63v-231q0 -18 7 -24.5t24 -6.5v-62q-41 0 -67.5 23t-26.5 68z" />
+<glyph unicode="&#x201d;" horiz-adv-x="548" d="M117 1434v61q41 0 67.5 -22.5t26.5 -67.5v-234h-64v232q0 18 -7 24.5t-23 6.5zM309 1434v61q41 0 67.5 -22.5t26.5 -67.5v-234h-63v232q0 18 -7 24.5t-24 6.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="557" d="M135 -29q33 0 33 33v148h63v-152q0 -45 -27.5 -66.5t-68.5 -21.5v59zM307 -29q33 0 33 33v148h63v-152q0 -45 -27.5 -66.5t-68.5 -21.5v59z" />
+<glyph unicode="&#x2022;" horiz-adv-x="718" d="M193 705q0 68 49 116.5t118 48.5q70 0 118 -48.5t48 -116.5q0 -72 -48 -120t-118 -48t-118.5 48t-48.5 120z" />
+<glyph unicode="&#x2026;" horiz-adv-x="786" d="M143 0v152h64v-152h-64zM362 0v152h64v-152h-64zM580 0v152h63v-152h-63z" />
+<glyph unicode="&#x202f;" horiz-adv-x="376" />
+<glyph unicode="&#x2039;" horiz-adv-x="729" d="M98 506v47l494 352v-67l-432 -308l432 -307v-67z" />
+<glyph unicode="&#x203a;" horiz-adv-x="729" d="M139 156v67l430 307l-430 308v67l492 -352v-47z" />
+<glyph unicode="&#x205f;" horiz-adv-x="470" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1667" d="M70 582l24 55h213q-4 25 -5 54.5t-1 84.5h-156l25 53h137q14 119 66.5 234t139.5 203t206 142t268 54q195 0 331 -89t202 -228l-62 -29q-41 78 -95 131t-117.5 86t-131 47.5t-135.5 14.5q-131 0 -236.5 -47.5t-181.5 -126t-123 -181t-61 -211.5h774l-25 -53h-753 q-4 -10 -4 -22.5v-24.5q0 -23 2 -46.5t6 -45.5h694l-24 -55h-660q23 -111 78 -206t134 -167t177 -113t209 -41q70 0 142.5 17.5t140 53.5t125 91t98.5 133l61 -24q-37 -82 -100 -145.5t-141 -106.5t-164 -64.5t-170 -21.5q-127 0 -236.5 49t-195.5 131t-144.5 189.5 t-83.5 224.5h-247z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1378" d="M121 1401v57h446v-57h-194v-520h-58v520h-194zM662 881v573h69l205 -416l203 416h71v-573h-57v477l-192 -391h-50l-192 391v-477h-57z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1064" d="M0 0v1065h1065v-1065h-1065z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="68" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="57" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="57" />
+<hkern u1="&#x20;" u2="Y" k="78" />
+<hkern u1="&#x20;" u2="X" k="23" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="53" />
+<hkern u1="&#x20;" u2="J" k="55" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="68" />
+<hkern u1="&#x20;" u2="&#x22;" k="82" />
+<hkern u1="&#x22;" u2="&#x20;" k="82" />
+<hkern u1="&#x23;" u2="&#x34;" k="23" />
+<hkern u1="&#x24;" u2="&#x37;" k="27" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="86" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-2" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-6" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-37" />
+<hkern u1="&#x26;" u2="z" k="-2" />
+<hkern u1="&#x26;" u2="y" k="43" />
+<hkern u1="&#x26;" u2="x" k="-6" />
+<hkern u1="&#x26;" u2="w" k="41" />
+<hkern u1="&#x26;" u2="v" k="41" />
+<hkern u1="&#x26;" u2="s" k="-2" />
+<hkern u1="&#x26;" u2="Z" k="-2" />
+<hkern u1="&#x26;" u2="Y" k="113" />
+<hkern u1="&#x26;" u2="X" k="-16" />
+<hkern u1="&#x26;" u2="W" k="90" />
+<hkern u1="&#x26;" u2="V" k="90" />
+<hkern u1="&#x26;" u2="U" k="2" />
+<hkern u1="&#x26;" u2="T" k="84" />
+<hkern u1="&#x26;" u2="J" k="-4" />
+<hkern u1="&#x26;" u2="A" k="-8" />
+<hkern u1="&#x26;" u2="&#x27;" k="84" />
+<hkern u1="&#x27;" u2="&#x2039;" k="4" />
+<hkern u1="&#x27;" u2="&#xf0;" k="127" />
+<hkern u1="&#x27;" u2="&#xef;" k="-4" />
+<hkern u1="&#x27;" u2="&#xee;" k="-2" />
+<hkern u1="&#x27;" u2="&#xc6;" k="207" />
+<hkern u1="&#x27;" u2="s" k="2" />
+<hkern u1="&#x27;" u2="o" k="47" />
+<hkern u1="&#x27;" u2="f" k="16" />
+<hkern u1="&#x27;" u2="d" k="176" />
+<hkern u1="&#x27;" u2="a" k="20" />
+<hkern u1="&#x27;" u2="O" k="35" />
+<hkern u1="&#x27;" u2="J" k="180" />
+<hkern u1="&#x27;" u2="A" k="154" />
+<hkern u1="&#x27;" u2="&#x40;" k="86" />
+<hkern u1="&#x27;" u2="&#x39;" k="37" />
+<hkern u1="&#x27;" u2="&#x35;" k="29" />
+<hkern u1="&#x27;" u2="&#x34;" k="180" />
+<hkern u1="&#x27;" u2="&#x33;" k="25" />
+<hkern u1="&#x27;" u2="&#x30;" k="29" />
+<hkern u1="&#x27;" u2="&#x2f;" k="193" />
+<hkern u1="&#x27;" u2="&#x2e;" k="250" />
+<hkern u1="&#x27;" u2="&#x20;" k="68" />
+<hkern u1="&#x28;" u2="&#xf0;" k="35" />
+<hkern u1="&#x28;" u2="&#xef;" k="-10" />
+<hkern u1="&#x28;" u2="&#xee;" k="-2" />
+<hkern u1="&#x28;" u2="&#xec;" k="-4" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-2" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-6" />
+<hkern u1="&#x28;" u2="y" k="29" />
+<hkern u1="&#x28;" u2="x" k="-2" />
+<hkern u1="&#x28;" u2="w" k="31" />
+<hkern u1="&#x28;" u2="v" k="29" />
+<hkern u1="&#x28;" u2="u" k="20" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-4" />
+<hkern u1="&#x28;" u2="f" k="2" />
+<hkern u1="&#x28;" u2="d" k="37" />
+<hkern u1="&#x28;" u2="Y" k="-4" />
+<hkern u1="&#x28;" u2="X" k="-4" />
+<hkern u1="&#x28;" u2="W" k="-4" />
+<hkern u1="&#x28;" u2="V" k="-4" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-2" />
+<hkern u1="&#x28;" u2="A" k="-4" />
+<hkern u1="&#x28;" u2="&#x36;" k="2" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="113" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-12" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-10" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-2" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="205" />
+<hkern u1="&#x2a;" u2="x" k="-4" />
+<hkern u1="&#x2a;" u2="w" k="-4" />
+<hkern u1="&#x2a;" u2="v" k="-4" />
+<hkern u1="&#x2a;" u2="s" k="39" />
+<hkern u1="&#x2a;" u2="o" k="68" />
+<hkern u1="&#x2a;" u2="f" k="14" />
+<hkern u1="&#x2a;" u2="d" k="104" />
+<hkern u1="&#x2a;" u2="a" k="37" />
+<hkern u1="&#x2a;" u2="Y" k="-6" />
+<hkern u1="&#x2a;" u2="X" k="-6" />
+<hkern u1="&#x2a;" u2="W" k="-6" />
+<hkern u1="&#x2a;" u2="T" k="-25" />
+<hkern u1="&#x2a;" u2="O" k="18" />
+<hkern u1="&#x2a;" u2="J" k="188" />
+<hkern u1="&#x2a;" u2="A" k="143" />
+<hkern u1="&#x2b;" u2="&#x38;" k="18" />
+<hkern u1="&#x2b;" u2="&#x37;" k="55" />
+<hkern u1="&#x2b;" u2="&#x34;" k="82" />
+<hkern u1="&#x2b;" u2="&#x33;" k="47" />
+<hkern u1="&#x2b;" u2="&#x32;" k="23" />
+<hkern u1="&#x2b;" u2="&#x31;" k="25" />
+<hkern u1="&#x2c;" u2="j" k="-6" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="31" />
+<hkern u1="&#x2d;" u2="z" k="78" />
+<hkern u1="&#x2d;" u2="y" k="55" />
+<hkern u1="&#x2d;" u2="x" k="72" />
+<hkern u1="&#x2d;" u2="w" k="53" />
+<hkern u1="&#x2d;" u2="v" k="51" />
+<hkern u1="&#x2d;" u2="t" k="18" />
+<hkern u1="&#x2d;" u2="s" k="18" />
+<hkern u1="&#x2d;" u2="f" k="14" />
+<hkern u1="&#x2d;" u2="Z" k="37" />
+<hkern u1="&#x2d;" u2="Y" k="152" />
+<hkern u1="&#x2d;" u2="X" k="61" />
+<hkern u1="&#x2d;" u2="W" k="94" />
+<hkern u1="&#x2d;" u2="V" k="94" />
+<hkern u1="&#x2d;" u2="T" k="143" />
+<hkern u1="&#x2d;" u2="J" k="156" />
+<hkern u1="&#x2d;" u2="A" k="33" />
+<hkern u1="&#x2d;" u2="&#x37;" k="78" />
+<hkern u1="&#x2d;" u2="&#x34;" k="43" />
+<hkern u1="&#x2d;" u2="&#x33;" k="98" />
+<hkern u1="&#x2d;" u2="&#x32;" k="18" />
+<hkern u1="&#x2d;" u2="&#x31;" k="59" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="279" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="283" />
+<hkern u1="&#x2e;" u2="y" k="111" />
+<hkern u1="&#x2e;" u2="w" k="106" />
+<hkern u1="&#x2e;" u2="v" k="104" />
+<hkern u1="&#x2e;" u2="t" k="2" />
+<hkern u1="&#x2e;" u2="f" k="2" />
+<hkern u1="&#x2e;" u2="d" k="14" />
+<hkern u1="&#x2e;" u2="Y" k="170" />
+<hkern u1="&#x2e;" u2="W" k="160" />
+<hkern u1="&#x2e;" u2="V" k="160" />
+<hkern u1="&#x2e;" u2="U" k="45" />
+<hkern u1="&#x2e;" u2="T" k="147" />
+<hkern u1="&#x2e;" u2="O" k="49" />
+<hkern u1="&#x2e;" u2="&#x37;" k="74" />
+<hkern u1="&#x2e;" u2="&#x27;" k="250" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="86" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-10" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-2" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="188" />
+<hkern u1="&#x2f;" u2="z" k="4" />
+<hkern u1="&#x2f;" u2="y" k="33" />
+<hkern u1="&#x2f;" u2="x" k="2" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="41" />
+<hkern u1="&#x2f;" u2="s" k="61" />
+<hkern u1="&#x2f;" u2="o" k="74" />
+<hkern u1="&#x2f;" u2="n" k="43" />
+<hkern u1="&#x2f;" u2="f" k="2" />
+<hkern u1="&#x2f;" u2="d" k="76" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-4" />
+<hkern u1="&#x2f;" u2="X" k="-4" />
+<hkern u1="&#x2f;" u2="W" k="-4" />
+<hkern u1="&#x2f;" u2="V" k="-4" />
+<hkern u1="&#x2f;" u2="S" k="2" />
+<hkern u1="&#x2f;" u2="O" k="37" />
+<hkern u1="&#x2f;" u2="J" k="170" />
+<hkern u1="&#x2f;" u2="A" k="133" />
+<hkern u1="&#x2f;" u2="&#x39;" k="55" />
+<hkern u1="&#x2f;" u2="&#x38;" k="2" />
+<hkern u1="&#x2f;" u2="&#x36;" k="27" />
+<hkern u1="&#x2f;" u2="&#x35;" k="66" />
+<hkern u1="&#x2f;" u2="&#x34;" k="154" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="43" />
+<hkern u1="&#x2f;" u2="&#x31;" k="37" />
+<hkern u1="&#x2f;" u2="&#x30;" k="70" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="463" />
+<hkern u1="&#x30;" u2="&#xc6;" k="45" />
+<hkern u1="&#x30;" u2="&#xb0;" k="45" />
+<hkern u1="&#x30;" u2="\" k="63" />
+<hkern u1="&#x30;" u2="Z" k="31" />
+<hkern u1="&#x30;" u2="Y" k="102" />
+<hkern u1="&#x30;" u2="X" k="29" />
+<hkern u1="&#x30;" u2="W" k="70" />
+<hkern u1="&#x30;" u2="V" k="68" />
+<hkern u1="&#x30;" u2="T" k="131" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="37" />
+<hkern u1="&#x30;" u2="&#x37;" k="37" />
+<hkern u1="&#x30;" u2="&#x2f;" k="2" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="29" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-6" />
+<hkern u1="&#x31;" u2="&#xb7;" k="47" />
+<hkern u1="&#x31;" u2="&#xb0;" k="37" />
+<hkern u1="&#x31;" u2="\" k="74" />
+<hkern u1="&#x31;" u2="Y" k="102" />
+<hkern u1="&#x31;" u2="X" k="-2" />
+<hkern u1="&#x31;" u2="W" k="82" />
+<hkern u1="&#x31;" u2="V" k="82" />
+<hkern u1="&#x31;" u2="U" k="23" />
+<hkern u1="&#x31;" u2="T" k="135" />
+<hkern u1="&#x31;" u2="A" k="-2" />
+<hkern u1="&#x31;" u2="&#x3d;" k="25" />
+<hkern u1="&#x31;" u2="&#x37;" k="27" />
+<hkern u1="&#x31;" u2="&#x2d;" k="39" />
+<hkern u1="&#x31;" u2="&#x2b;" k="45" />
+<hkern u1="&#x31;" u2="&#x27;" k="25" />
+<hkern u1="&#x31;" u2="&#x23;" k="-2" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-2" />
+<hkern u1="&#x32;" u2="\" k="47" />
+<hkern u1="&#x32;" u2="Y" k="82" />
+<hkern u1="&#x32;" u2="W" k="55" />
+<hkern u1="&#x32;" u2="V" k="55" />
+<hkern u1="&#x32;" u2="T" k="127" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-4" />
+<hkern u1="&#x33;" u2="&#xb0;" k="49" />
+<hkern u1="&#x33;" u2="\" k="55" />
+<hkern u1="&#x33;" u2="Y" k="92" />
+<hkern u1="&#x33;" u2="X" k="-2" />
+<hkern u1="&#x33;" u2="W" k="61" />
+<hkern u1="&#x33;" u2="V" k="61" />
+<hkern u1="&#x33;" u2="T" k="129" />
+<hkern u1="&#x33;" u2="&#x37;" k="25" />
+<hkern u1="&#x33;" u2="&#x27;" k="31" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-4" />
+<hkern u1="&#x34;" u2="&#xb7;" k="33" />
+<hkern u1="&#x34;" u2="&#xb0;" k="25" />
+<hkern u1="&#x34;" u2="\" k="57" />
+<hkern u1="&#x34;" u2="Y" k="88" />
+<hkern u1="&#x34;" u2="X" k="-2" />
+<hkern u1="&#x34;" u2="W" k="68" />
+<hkern u1="&#x34;" u2="V" k="68" />
+<hkern u1="&#x34;" u2="T" k="133" />
+<hkern u1="&#x34;" u2="A" k="-2" />
+<hkern u1="&#x34;" u2="&#x37;" k="29" />
+<hkern u1="&#x34;" u2="&#x2d;" k="20" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-2" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="2" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-2" />
+<hkern u1="&#x35;" u2="&#xb7;" k="31" />
+<hkern u1="&#x35;" u2="\" k="4" />
+<hkern u1="&#x35;" u2="Y" k="43" />
+<hkern u1="&#x35;" u2="W" k="25" />
+<hkern u1="&#x35;" u2="V" k="25" />
+<hkern u1="&#x35;" u2="T" k="115" />
+<hkern u1="&#x35;" u2="A" k="-2" />
+<hkern u1="&#x35;" u2="&#x2d;" k="29" />
+<hkern u1="&#x35;" u2="&#x2b;" k="66" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="51" />
+<hkern u1="&#x36;" u2="W" k="37" />
+<hkern u1="&#x36;" u2="V" k="37" />
+<hkern u1="&#x36;" u2="T" k="27" />
+<hkern u1="&#x36;" u2="A" k="31" />
+<hkern u1="&#x36;" u2="&#x33;" k="2" />
+<hkern u1="&#x37;" u2="&#xc6;" k="111" />
+<hkern u1="&#x37;" u2="&#xb7;" k="49" />
+<hkern u1="&#x37;" u2="&#xa2;" k="35" />
+<hkern u1="&#x37;" u2="Z" k="31" />
+<hkern u1="&#x37;" u2="T" k="70" />
+<hkern u1="&#x37;" u2="J" k="113" />
+<hkern u1="&#x37;" u2="A" k="86" />
+<hkern u1="&#x37;" u2="&#x3d;" k="31" />
+<hkern u1="&#x37;" u2="&#x37;" k="-2" />
+<hkern u1="&#x37;" u2="&#x35;" k="29" />
+<hkern u1="&#x37;" u2="&#x34;" k="102" />
+<hkern u1="&#x37;" u2="&#x2f;" k="100" />
+<hkern u1="&#x37;" u2="&#x2e;" k="141" />
+<hkern u1="&#x37;" u2="&#x2d;" k="55" />
+<hkern u1="&#x37;" u2="&#x2b;" k="29" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="51" />
+<hkern u1="&#x38;" u2="W" k="37" />
+<hkern u1="&#x38;" u2="V" k="37" />
+<hkern u1="&#x38;" u2="T" k="20" />
+<hkern u1="&#x38;" u2="A" k="33" />
+<hkern u1="&#x38;" u2="&#x2b;" k="18" />
+<hkern u1="&#x39;" u2="&#xb0;" k="63" />
+<hkern u1="&#x39;" u2="\" k="63" />
+<hkern u1="&#x39;" u2="Y" k="104" />
+<hkern u1="&#x39;" u2="W" k="70" />
+<hkern u1="&#x39;" u2="V" k="70" />
+<hkern u1="&#x39;" u2="T" k="135" />
+<hkern u1="&#x39;" u2="&#x37;" k="35" />
+<hkern u1="&#x39;" u2="&#x27;" k="47" />
+<hkern u1="&#x3a;" u2="Y" k="55" />
+<hkern u1="&#x3a;" u2="W" k="29" />
+<hkern u1="&#x3a;" u2="V" k="29" />
+<hkern u1="&#x3a;" u2="T" k="119" />
+<hkern u1="&#x3b;" u2="j" k="-4" />
+<hkern u1="&#x3d;" u2="&#x37;" k="51" />
+<hkern u1="&#x3d;" u2="&#x34;" k="25" />
+<hkern u1="&#x3d;" u2="&#x33;" k="59" />
+<hkern u1="&#x3d;" u2="&#x31;" k="35" />
+<hkern u1="&#x40;" u2="&#x2019;" k="78" />
+<hkern u1="&#x40;" u2="Y" k="117" />
+<hkern u1="&#x40;" u2="W" k="78" />
+<hkern u1="&#x40;" u2="V" k="78" />
+<hkern u1="&#x40;" u2="T" k="129" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="78" />
+<hkern u1="A" u2="&#x2122;" k="139" />
+<hkern u1="A" u2="&#x2039;" k="33" />
+<hkern u1="A" u2="&#x2019;" k="147" />
+<hkern u1="A" u2="&#x2018;" k="150" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="2" />
+<hkern u1="A" u2="&#xd0;" k="12" />
+<hkern u1="A" u2="&#xba;" k="109" />
+<hkern u1="A" u2="&#xae;" k="47" />
+<hkern u1="A" u2="&#xaa;" k="98" />
+<hkern u1="A" u2="&#xa9;" k="47" />
+<hkern u1="A" u2="y" k="74" />
+<hkern u1="A" u2="w" k="70" />
+<hkern u1="A" u2="v" k="68" />
+<hkern u1="A" u2="u" k="29" />
+<hkern u1="A" u2="t" k="41" />
+<hkern u1="A" u2="s" k="14" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="2" />
+<hkern u1="A" u2="f" k="27" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="\" k="129" />
+<hkern u1="A" u2="Y" k="154" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="115" />
+<hkern u1="A" u2="U" k="61" />
+<hkern u1="A" u2="T" k="152" />
+<hkern u1="A" u2="S" k="25" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="27" />
+<hkern u1="A" u2="&#x3f;" k="66" />
+<hkern u1="A" u2="&#x38;" k="31" />
+<hkern u1="A" u2="&#x37;" k="61" />
+<hkern u1="A" u2="&#x36;" k="35" />
+<hkern u1="A" u2="&#x34;" k="-4" />
+<hkern u1="A" u2="&#x32;" k="-2" />
+<hkern u1="A" u2="&#x30;" k="37" />
+<hkern u1="A" u2="&#x2f;" k="-4" />
+<hkern u1="A" u2="&#x2d;" k="33" />
+<hkern u1="A" u2="&#x2a;" k="143" />
+<hkern u1="A" u2="&#x29;" k="-4" />
+<hkern u1="A" u2="&#x27;" k="154" />
+<hkern u1="A" u2="&#x26;" k="31" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xef;" k="-2" />
+<hkern u1="B" u2="&#xee;" k="-2" />
+<hkern u1="B" u2="&#xc6;" k="18" />
+<hkern u1="B" u2="z" k="2" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="18" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="t" k="16" />
+<hkern u1="B" u2="s" k="2" />
+<hkern u1="B" u2="f" k="18" />
+<hkern u1="B" u2="Z" k="12" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="35" />
+<hkern u1="B" u2="W" k="41" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="80" />
+<hkern u1="B" u2="J" k="39" />
+<hkern u1="B" u2="A" k="31" />
+<hkern u1="B" u2="&#x37;" k="31" />
+<hkern u1="B" u2="&#x33;" k="18" />
+<hkern u1="C" u2="&#x2122;" k="-2" />
+<hkern u1="C" u2="&#xf0;" k="2" />
+<hkern u1="C" u2="&#xef;" k="-8" />
+<hkern u1="C" u2="&#xee;" k="-4" />
+<hkern u1="C" u2="&#xc6;" k="10" />
+<hkern u1="C" u2="t" k="2" />
+<hkern u1="C" u2="s" k="2" />
+<hkern u1="C" u2="o" k="2" />
+<hkern u1="C" u2="f" k="2" />
+<hkern u1="C" u2="d" k="2" />
+<hkern u1="C" u2="Y" k="33" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="20" />
+<hkern u1="C" u2="S" k="12" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-4" />
+<hkern u1="D" u2="&#x2122;" k="16" />
+<hkern u1="D" u2="&#x2018;" k="14" />
+<hkern u1="D" u2="&#xf0;" k="2" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="72" />
+<hkern u1="D" u2="z" k="2" />
+<hkern u1="D" u2="y" k="2" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="s" k="2" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="a" k="10" />
+<hkern u1="D" u2="\" k="27" />
+<hkern u1="D" u2="Z" k="37" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="47" />
+<hkern u1="D" u2="V" k="47" />
+<hkern u1="D" u2="T" k="80" />
+<hkern u1="D" u2="J" k="82" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="18" />
+<hkern u1="D" u2="&#x2f;" k="35" />
+<hkern u1="D" u2="&#x2e;" k="43" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="25" />
+<hkern u1="E" u2="&#x2039;" k="35" />
+<hkern u1="E" u2="&#xf0;" k="47" />
+<hkern u1="E" u2="&#xef;" k="-6" />
+<hkern u1="E" u2="&#xee;" k="-4" />
+<hkern u1="E" u2="y" k="61" />
+<hkern u1="E" u2="w" k="57" />
+<hkern u1="E" u2="v" k="57" />
+<hkern u1="E" u2="u" k="31" />
+<hkern u1="E" u2="t" k="29" />
+<hkern u1="E" u2="s" k="12" />
+<hkern u1="E" u2="o" k="45" />
+<hkern u1="E" u2="n" k="10" />
+<hkern u1="E" u2="f" k="35" />
+<hkern u1="E" u2="d" k="45" />
+<hkern u1="E" u2="a" k="18" />
+<hkern u1="E" u2="S" k="27" />
+<hkern u1="E" u2="O" k="27" />
+<hkern u1="E" u2="&#x37;" k="41" />
+<hkern u1="E" u2="&#x2d;" k="37" />
+<hkern u1="F" g2="uniFB04" k="57" />
+<hkern u1="F" g2="uniFB03" k="57" />
+<hkern u1="F" u2="&#x203a;" k="45" />
+<hkern u1="F" u2="&#x2039;" k="51" />
+<hkern u1="F" u2="&#xf0;" k="98" />
+<hkern u1="F" u2="&#xef;" k="-12" />
+<hkern u1="F" u2="&#xee;" k="-10" />
+<hkern u1="F" u2="&#xed;" k="2" />
+<hkern u1="F" u2="&#xec;" k="-4" />
+<hkern u1="F" u2="&#xdf;" k="33" />
+<hkern u1="F" u2="&#xc6;" k="272" />
+<hkern u1="F" u2="z" k="78" />
+<hkern u1="F" u2="y" k="61" />
+<hkern u1="F" u2="x" k="74" />
+<hkern u1="F" u2="w" k="61" />
+<hkern u1="F" u2="v" k="59" />
+<hkern u1="F" u2="u" k="59" />
+<hkern u1="F" u2="t" k="20" />
+<hkern u1="F" u2="s" k="78" />
+<hkern u1="F" u2="o" k="63" />
+<hkern u1="F" u2="n" k="70" />
+<hkern u1="F" u2="f" k="35" />
+<hkern u1="F" u2="d" k="63" />
+<hkern u1="F" u2="a" k="147" />
+<hkern u1="F" u2="S" k="57" />
+<hkern u1="F" u2="O" k="39" />
+<hkern u1="F" u2="J" k="299" />
+<hkern u1="F" u2="A" k="150" />
+<hkern u1="F" u2="&#x40;" k="18" />
+<hkern u1="F" u2="&#x3a;" k="35" />
+<hkern u1="F" u2="&#x37;" k="55" />
+<hkern u1="F" u2="&#x35;" k="39" />
+<hkern u1="F" u2="&#x34;" k="100" />
+<hkern u1="F" u2="&#x33;" k="51" />
+<hkern u1="F" u2="&#x32;" k="63" />
+<hkern u1="F" u2="&#x31;" k="35" />
+<hkern u1="F" u2="&#x2f;" k="117" />
+<hkern u1="F" u2="&#x2e;" k="176" />
+<hkern u1="F" u2="&#x2d;" k="59" />
+<hkern u1="F" u2="&#x2a;" k="-4" />
+<hkern u1="F" u2="&#x20;" k="43" />
+<hkern u1="G" u2="&#x2122;" k="16" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="25" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="10" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="2" />
+<hkern u1="G" u2="Y" k="59" />
+<hkern u1="G" u2="W" k="41" />
+<hkern u1="G" u2="V" k="39" />
+<hkern u1="G" u2="T" k="55" />
+<hkern u1="G" u2="&#x27;" k="20" />
+<hkern u1="I" u2="&#xf0;" k="18" />
+<hkern u1="I" u2="&#xef;" k="-2" />
+<hkern u1="I" u2="t" k="14" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="16" />
+<hkern u1="I" u2="f" k="14" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="12" />
+<hkern u1="J" u2="&#xf0;" k="23" />
+<hkern u1="J" u2="&#xef;" k="-4" />
+<hkern u1="J" u2="&#xee;" k="-2" />
+<hkern u1="J" u2="&#xc6;" k="37" />
+<hkern u1="J" u2="z" k="2" />
+<hkern u1="J" u2="u" k="2" />
+<hkern u1="J" u2="t" k="10" />
+<hkern u1="J" u2="s" k="20" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="2" />
+<hkern u1="J" u2="f" k="12" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="18" />
+<hkern u1="J" u2="J" k="33" />
+<hkern u1="J" u2="A" k="31" />
+<hkern u1="J" u2="&#x2f;" k="2" />
+<hkern u1="J" u2="&#x2e;" k="25" />
+<hkern u1="K" u2="&#x2122;" k="-2" />
+<hkern u1="K" u2="&#x2039;" k="33" />
+<hkern u1="K" u2="&#x201e;" k="-4" />
+<hkern u1="K" u2="&#x201a;" k="-4" />
+<hkern u1="K" u2="&#xf8;" k="4" />
+<hkern u1="K" u2="&#xf0;" k="47" />
+<hkern u1="K" u2="&#xef;" k="-14" />
+<hkern u1="K" u2="&#xee;" k="-2" />
+<hkern u1="K" u2="&#xec;" k="-4" />
+<hkern u1="K" u2="&#xd8;" k="4" />
+<hkern u1="K" u2="&#xae;" k="33" />
+<hkern u1="K" u2="&#xa9;" k="33" />
+<hkern u1="K" u2="&#x7d;" k="-2" />
+<hkern u1="K" u2="y" k="70" />
+<hkern u1="K" u2="w" k="70" />
+<hkern u1="K" u2="v" k="70" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="14" />
+<hkern u1="K" u2="o" k="57" />
+<hkern u1="K" u2="f" k="18" />
+<hkern u1="K" u2="d" k="55" />
+<hkern u1="K" u2="a" k="2" />
+<hkern u1="K" u2="]" k="-4" />
+<hkern u1="K" u2="\" k="-2" />
+<hkern u1="K" u2="S" k="16" />
+<hkern u1="K" u2="O" k="68" />
+<hkern u1="K" u2="&#x3b;" k="-2" />
+<hkern u1="K" u2="&#x34;" k="-6" />
+<hkern u1="K" u2="&#x32;" k="-4" />
+<hkern u1="K" u2="&#x30;" k="18" />
+<hkern u1="K" u2="&#x2f;" k="-6" />
+<hkern u1="K" u2="&#x2d;" k="57" />
+<hkern u1="K" u2="&#x2c;" k="-4" />
+<hkern u1="K" u2="&#x2a;" k="-4" />
+<hkern u1="K" u2="&#x29;" k="-6" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="238" />
+<hkern u1="L" u2="&#x2039;" k="123" />
+<hkern u1="L" u2="&#x2019;" k="231" />
+<hkern u1="L" u2="&#x2018;" k="231" />
+<hkern u1="L" u2="&#xf0;" k="47" />
+<hkern u1="L" u2="&#xc6;" k="-2" />
+<hkern u1="L" u2="&#xba;" k="233" />
+<hkern u1="L" u2="&#xb7;" k="328" />
+<hkern u1="L" u2="&#xae;" k="57" />
+<hkern u1="L" u2="&#xaa;" k="233" />
+<hkern u1="L" u2="&#xa9;" k="57" />
+<hkern u1="L" u2="y" k="184" />
+<hkern u1="L" u2="w" k="172" />
+<hkern u1="L" u2="v" k="170" />
+<hkern u1="L" u2="u" k="29" />
+<hkern u1="L" u2="t" k="29" />
+<hkern u1="L" u2="o" k="59" />
+<hkern u1="L" u2="f" k="16" />
+<hkern u1="L" u2="d" k="61" />
+<hkern u1="L" u2="\" k="184" />
+<hkern u1="L" u2="Y" k="254" />
+<hkern u1="L" u2="W" k="233" />
+<hkern u1="L" u2="V" k="233" />
+<hkern u1="L" u2="U" k="102" />
+<hkern u1="L" u2="T" k="248" />
+<hkern u1="L" u2="S" k="12" />
+<hkern u1="L" u2="O" k="111" />
+<hkern u1="L" u2="&#x3f;" k="43" />
+<hkern u1="L" u2="&#x37;" k="25" />
+<hkern u1="L" u2="&#x2d;" k="172" />
+<hkern u1="L" u2="&#x2a;" k="236" />
+<hkern u1="L" u2="&#x27;" k="225" />
+<hkern u1="L" u2="&#x20;" k="53" />
+<hkern u1="O" u2="&#x2122;" k="18" />
+<hkern u1="O" u2="&#x2019;" k="16" />
+<hkern u1="O" u2="&#x2018;" k="18" />
+<hkern u1="O" u2="&#xf0;" k="2" />
+<hkern u1="O" u2="&#xd0;" k="12" />
+<hkern u1="O" u2="&#xc6;" k="78" />
+<hkern u1="O" u2="z" k="2" />
+<hkern u1="O" u2="y" k="10" />
+<hkern u1="O" u2="x" k="23" />
+<hkern u1="O" u2="s" k="2" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="a" k="12" />
+<hkern u1="O" u2="\" k="31" />
+<hkern u1="O" u2="Z" k="45" />
+<hkern u1="O" u2="Y" k="88" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="51" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="80" />
+<hkern u1="O" u2="J" k="82" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="23" />
+<hkern u1="O" u2="&#x2f;" k="37" />
+<hkern u1="O" u2="&#x2e;" k="49" />
+<hkern u1="O" u2="&#x2a;" k="14" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="35" />
+<hkern u1="P" u2="&#x2039;" k="29" />
+<hkern u1="P" u2="&#xf0;" k="45" />
+<hkern u1="P" u2="&#xef;" k="-6" />
+<hkern u1="P" u2="&#xee;" k="-2" />
+<hkern u1="P" u2="&#xc6;" k="201" />
+<hkern u1="P" u2="y" k="-2" />
+<hkern u1="P" u2="x" k="-2" />
+<hkern u1="P" u2="w" k="-2" />
+<hkern u1="P" u2="v" k="-2" />
+<hkern u1="P" u2="s" k="12" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="18" />
+<hkern u1="P" u2="Z" k="20" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="33" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="10" />
+<hkern u1="P" u2="J" k="209" />
+<hkern u1="P" u2="A" k="90" />
+<hkern u1="P" u2="&#x35;" k="2" />
+<hkern u1="P" u2="&#x34;" k="68" />
+<hkern u1="P" u2="&#x2f;" k="104" />
+<hkern u1="P" u2="&#x2e;" k="164" />
+<hkern u1="P" u2="&#x2d;" k="37" />
+<hkern u1="P" u2="&#x29;" k="2" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-2" />
+<hkern u1="Q" u2="&#x201a;" k="-2" />
+<hkern u1="Q" u2="&#xc6;" k="4" />
+<hkern u1="Q" u2="&#x7d;" k="-2" />
+<hkern u1="Q" u2="y" k="2" />
+<hkern u1="Q" u2="]" k="-2" />
+<hkern u1="Q" u2="X" k="2" />
+<hkern u1="Q" u2="J" k="2" />
+<hkern u1="Q" u2="A" k="2" />
+<hkern u1="Q" u2="&#x34;" k="-4" />
+<hkern u1="Q" u2="&#x32;" k="-2" />
+<hkern u1="Q" u2="&#x2f;" k="-4" />
+<hkern u1="Q" u2="&#x2c;" k="-2" />
+<hkern u1="Q" u2="&#x29;" k="-4" />
+<hkern u1="R" u2="&#x2122;" k="2" />
+<hkern u1="R" u2="&#x2039;" k="33" />
+<hkern u1="R" u2="&#x2019;" k="2" />
+<hkern u1="R" u2="&#xf0;" k="49" />
+<hkern u1="R" u2="&#xd0;" k="2" />
+<hkern u1="R" u2="y" k="2" />
+<hkern u1="R" u2="w" k="2" />
+<hkern u1="R" u2="v" k="2" />
+<hkern u1="R" u2="u" k="16" />
+<hkern u1="R" u2="t" k="2" />
+<hkern u1="R" u2="s" k="12" />
+<hkern u1="R" u2="o" k="39" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="10" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="2" />
+<hkern u1="R" u2="d" k="37" />
+<hkern u1="R" u2="a" k="18" />
+<hkern u1="R" u2="\" k="4" />
+<hkern u1="R" u2="Y" k="47" />
+<hkern u1="R" u2="W" k="35" />
+<hkern u1="R" u2="V" k="35" />
+<hkern u1="R" u2="U" k="2" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="2" />
+<hkern u1="R" u2="A" k="20" />
+<hkern u1="R" u2="&#x34;" k="-2" />
+<hkern u1="R" u2="&#x2f;" k="-2" />
+<hkern u1="R" u2="&#x2d;" k="18" />
+<hkern u1="R" u2="&#x29;" k="-2" />
+<hkern u1="S" u2="&#xef;" k="-6" />
+<hkern u1="S" u2="&#xee;" k="-4" />
+<hkern u1="S" u2="&#xc6;" k="2" />
+<hkern u1="S" u2="&#xaa;" k="23" />
+<hkern u1="S" u2="z" k="2" />
+<hkern u1="S" u2="y" k="47" />
+<hkern u1="S" u2="x" k="16" />
+<hkern u1="S" u2="w" k="47" />
+<hkern u1="S" u2="v" k="47" />
+<hkern u1="S" u2="u" k="2" />
+<hkern u1="S" u2="t" k="20" />
+<hkern u1="S" u2="s" k="2" />
+<hkern u1="S" u2="n" k="2" />
+<hkern u1="S" u2="f" k="20" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="33" />
+<hkern u1="S" u2="V" k="33" />
+<hkern u1="S" u2="T" k="23" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="27" />
+<hkern u1="T" g2="uniFB04" k="98" />
+<hkern u1="T" g2="uniFB03" k="92" />
+<hkern u1="T" g2="uniFB01" k="66" />
+<hkern u1="T" u2="&#x203a;" k="133" />
+<hkern u1="T" u2="&#x2039;" k="145" />
+<hkern u1="T" u2="&#xf0;" k="188" />
+<hkern u1="T" u2="&#xef;" k="-12" />
+<hkern u1="T" u2="&#xee;" k="-10" />
+<hkern u1="T" u2="&#xed;" k="4" />
+<hkern u1="T" u2="&#xec;" k="-4" />
+<hkern u1="T" u2="&#xe3;" k="203" />
+<hkern u1="T" u2="&#xdf;" k="55" />
+<hkern u1="T" u2="&#xc6;" k="184" />
+<hkern u1="T" u2="&#xae;" k="61" />
+<hkern u1="T" u2="&#xa9;" k="61" />
+<hkern u1="T" u2="z" k="186" />
+<hkern u1="T" u2="y" k="182" />
+<hkern u1="T" u2="x" k="170" />
+<hkern u1="T" u2="w" k="186" />
+<hkern u1="T" u2="v" k="186" />
+<hkern u1="T" u2="u" k="227" />
+<hkern u1="T" u2="t" k="25" />
+<hkern u1="T" u2="s" k="223" />
+<hkern u1="T" u2="o" k="233" />
+<hkern u1="T" u2="n" k="225" />
+<hkern u1="T" u2="f" k="59" />
+<hkern u1="T" u2="d" k="231" />
+<hkern u1="T" u2="a" k="221" />
+<hkern u1="T" u2="S" k="20" />
+<hkern u1="T" u2="O" k="80" />
+<hkern u1="T" u2="J" k="231" />
+<hkern u1="T" u2="A" k="152" />
+<hkern u1="T" u2="&#x40;" k="135" />
+<hkern u1="T" u2="&#x3a;" k="119" />
+<hkern u1="T" u2="&#x39;" k="133" />
+<hkern u1="T" u2="&#x38;" k="18" />
+<hkern u1="T" u2="&#x37;" k="92" />
+<hkern u1="T" u2="&#x36;" k="39" />
+<hkern u1="T" u2="&#x35;" k="135" />
+<hkern u1="T" u2="&#x34;" k="143" />
+<hkern u1="T" u2="&#x33;" k="131" />
+<hkern u1="T" u2="&#x32;" k="123" />
+<hkern u1="T" u2="&#x31;" k="129" />
+<hkern u1="T" u2="&#x30;" k="131" />
+<hkern u1="T" u2="&#x2f;" k="131" />
+<hkern u1="T" u2="&#x2e;" k="147" />
+<hkern u1="T" u2="&#x2d;" k="143" />
+<hkern u1="T" u2="&#x2a;" k="-25" />
+<hkern u1="T" u2="&#x26;" k="23" />
+<hkern u1="T" u2="&#x20;" k="53" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-4" />
+<hkern u1="U" u2="&#xee;" k="-2" />
+<hkern u1="U" u2="&#xc6;" k="88" />
+<hkern u1="U" u2="z" k="10" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="27" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="10" />
+<hkern u1="U" u2="l" k="14" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="12" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="63" />
+<hkern u1="U" u2="A" k="61" />
+<hkern u1="U" u2="&#x34;" k="27" />
+<hkern u1="U" u2="&#x2f;" k="37" />
+<hkern u1="U" u2="&#x2e;" k="43" />
+<hkern u1="V" u2="&#x2122;" k="-4" />
+<hkern u1="V" u2="&#x203a;" k="63" />
+<hkern u1="V" u2="&#x2039;" k="94" />
+<hkern u1="V" u2="&#x2019;" k="-2" />
+<hkern u1="V" u2="&#xf0;" k="139" />
+<hkern u1="V" u2="&#xef;" k="-14" />
+<hkern u1="V" u2="&#xee;" k="-8" />
+<hkern u1="V" u2="&#xed;" k="4" />
+<hkern u1="V" u2="&#xec;" k="-6" />
+<hkern u1="V" u2="&#xe3;" k="8" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="12" />
+<hkern u1="V" u2="&#xc6;" k="180" />
+<hkern u1="V" u2="&#xae;" k="47" />
+<hkern u1="V" u2="&#xa9;" k="47" />
+<hkern u1="V" u2="z" k="27" />
+<hkern u1="V" u2="y" k="31" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="33" />
+<hkern u1="V" u2="v" k="35" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="16" />
+<hkern u1="V" u2="s" k="100" />
+<hkern u1="V" u2="o" k="129" />
+<hkern u1="V" u2="n" k="78" />
+<hkern u1="V" u2="f" k="41" />
+<hkern u1="V" u2="d" k="127" />
+<hkern u1="V" u2="a" k="102" />
+<hkern u1="V" u2="\" k="-4" />
+<hkern u1="V" u2="S" k="33" />
+<hkern u1="V" u2="O" k="51" />
+<hkern u1="V" u2="J" k="176" />
+<hkern u1="V" u2="A" k="115" />
+<hkern u1="V" u2="&#x40;" k="82" />
+<hkern u1="V" u2="&#x3a;" k="29" />
+<hkern u1="V" u2="&#x39;" k="61" />
+<hkern u1="V" u2="&#x38;" k="37" />
+<hkern u1="V" u2="&#x36;" k="43" />
+<hkern u1="V" u2="&#x35;" k="72" />
+<hkern u1="V" u2="&#x34;" k="137" />
+<hkern u1="V" u2="&#x33;" k="49" />
+<hkern u1="V" u2="&#x32;" k="45" />
+<hkern u1="V" u2="&#x31;" k="39" />
+<hkern u1="V" u2="&#x30;" k="68" />
+<hkern u1="V" u2="&#x2f;" k="131" />
+<hkern u1="V" u2="&#x2e;" k="160" />
+<hkern u1="V" u2="&#x2d;" k="94" />
+<hkern u1="V" u2="&#x2a;" k="-6" />
+<hkern u1="V" u2="&#x29;" k="-4" />
+<hkern u1="V" u2="&#x26;" k="43" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-4" />
+<hkern u1="W" u2="&#x203a;" k="63" />
+<hkern u1="W" u2="&#x2039;" k="94" />
+<hkern u1="W" u2="&#x2019;" k="-2" />
+<hkern u1="W" u2="&#x2018;" k="-2" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-14" />
+<hkern u1="W" u2="&#xee;" k="-8" />
+<hkern u1="W" u2="&#xed;" k="4" />
+<hkern u1="W" u2="&#xec;" k="-6" />
+<hkern u1="W" u2="&#xe4;" k="8" />
+<hkern u1="W" u2="&#xe3;" k="8" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="12" />
+<hkern u1="W" u2="&#xc6;" k="180" />
+<hkern u1="W" u2="&#xae;" k="47" />
+<hkern u1="W" u2="&#xa9;" k="47" />
+<hkern u1="W" u2="z" k="27" />
+<hkern u1="W" u2="y" k="31" />
+<hkern u1="W" u2="x" k="27" />
+<hkern u1="W" u2="w" k="33" />
+<hkern u1="W" u2="v" k="35" />
+<hkern u1="W" u2="u" k="78" />
+<hkern u1="W" u2="t" k="16" />
+<hkern u1="W" u2="s" k="102" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="78" />
+<hkern u1="W" u2="f" k="41" />
+<hkern u1="W" u2="d" k="129" />
+<hkern u1="W" u2="a" k="102" />
+<hkern u1="W" u2="]" k="-2" />
+<hkern u1="W" u2="\" k="-4" />
+<hkern u1="W" u2="S" k="33" />
+<hkern u1="W" u2="O" k="51" />
+<hkern u1="W" u2="J" k="176" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="82" />
+<hkern u1="W" u2="&#x3a;" k="29" />
+<hkern u1="W" u2="&#x39;" k="63" />
+<hkern u1="W" u2="&#x38;" k="37" />
+<hkern u1="W" u2="&#x36;" k="43" />
+<hkern u1="W" u2="&#x35;" k="72" />
+<hkern u1="W" u2="&#x34;" k="139" />
+<hkern u1="W" u2="&#x33;" k="49" />
+<hkern u1="W" u2="&#x32;" k="45" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="68" />
+<hkern u1="W" u2="&#x2f;" k="133" />
+<hkern u1="W" u2="&#x2e;" k="160" />
+<hkern u1="W" u2="&#x2d;" k="94" />
+<hkern u1="W" u2="&#x2a;" k="-6" />
+<hkern u1="W" u2="&#x29;" k="-4" />
+<hkern u1="W" u2="&#x26;" k="43" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-14" />
+<hkern u1="X" u2="&#x2039;" k="39" />
+<hkern u1="X" u2="&#x2019;" k="-2" />
+<hkern u1="X" u2="&#x2018;" k="-2" />
+<hkern u1="X" u2="&#xf8;" k="6" />
+<hkern u1="X" u2="&#xf0;" k="66" />
+<hkern u1="X" u2="&#xef;" k="-14" />
+<hkern u1="X" u2="&#xee;" k="-4" />
+<hkern u1="X" u2="&#xed;" k="2" />
+<hkern u1="X" u2="&#xec;" k="-6" />
+<hkern u1="X" u2="&#xdf;" k="2" />
+<hkern u1="X" u2="&#xd8;" k="4" />
+<hkern u1="X" u2="&#xae;" k="31" />
+<hkern u1="X" u2="&#xa9;" k="31" />
+<hkern u1="X" u2="&#x7d;" k="-2" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="61" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="43" />
+<hkern u1="X" u2="t" k="4" />
+<hkern u1="X" u2="o" k="70" />
+<hkern u1="X" u2="n" k="10" />
+<hkern u1="X" u2="f" k="18" />
+<hkern u1="X" u2="d" k="68" />
+<hkern u1="X" u2="a" k="2" />
+<hkern u1="X" u2="]" k="-2" />
+<hkern u1="X" u2="\" k="-4" />
+<hkern u1="X" u2="S" k="16" />
+<hkern u1="X" u2="O" k="57" />
+<hkern u1="X" u2="&#x34;" k="-2" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-2" />
+<hkern u1="X" u2="&#x2d;" k="61" />
+<hkern u1="X" u2="&#x2a;" k="-6" />
+<hkern u1="X" u2="&#x29;" k="-4" />
+<hkern u1="X" u2="&#x20;" k="23" />
+<hkern u1="Y" u2="&#x2122;" k="-4" />
+<hkern u1="Y" u2="&#x203a;" k="102" />
+<hkern u1="Y" u2="&#x2039;" k="143" />
+<hkern u1="Y" u2="&#x2019;" k="-2" />
+<hkern u1="Y" u2="&#x2018;" k="-2" />
+<hkern u1="Y" u2="&#xf6;" k="12" />
+<hkern u1="Y" u2="&#xf0;" k="188" />
+<hkern u1="Y" u2="&#xef;" k="-16" />
+<hkern u1="Y" u2="&#xee;" k="-6" />
+<hkern u1="Y" u2="&#xed;" k="6" />
+<hkern u1="Y" u2="&#xec;" k="-8" />
+<hkern u1="Y" u2="&#xeb;" k="12" />
+<hkern u1="Y" u2="&#xe4;" k="6" />
+<hkern u1="Y" u2="&#xe3;" k="8" />
+<hkern u1="Y" u2="&#xdf;" k="68" />
+<hkern u1="Y" u2="&#xd0;" k="12" />
+<hkern u1="Y" u2="&#xc6;" k="219" />
+<hkern u1="Y" u2="&#xae;" k="74" />
+<hkern u1="Y" u2="&#xa9;" k="74" />
+<hkern u1="Y" u2="&#x7d;" k="-2" />
+<hkern u1="Y" u2="z" k="72" />
+<hkern u1="Y" u2="y" k="84" />
+<hkern u1="Y" u2="x" k="76" />
+<hkern u1="Y" u2="w" k="88" />
+<hkern u1="Y" u2="v" k="90" />
+<hkern u1="Y" u2="u" k="133" />
+<hkern u1="Y" u2="t" k="31" />
+<hkern u1="Y" u2="s" k="182" />
+<hkern u1="Y" u2="o" k="184" />
+<hkern u1="Y" u2="n" k="141" />
+<hkern u1="Y" u2="f" k="68" />
+<hkern u1="Y" u2="d" k="180" />
+<hkern u1="Y" u2="a" k="180" />
+<hkern u1="Y" u2="]" k="-2" />
+<hkern u1="Y" u2="\" k="-4" />
+<hkern u1="Y" u2="S" k="41" />
+<hkern u1="Y" u2="O" k="86" />
+<hkern u1="Y" u2="J" k="197" />
+<hkern u1="Y" u2="A" k="154" />
+<hkern u1="Y" u2="&#x40;" k="123" />
+<hkern u1="Y" u2="&#x3a;" k="55" />
+<hkern u1="Y" u2="&#x39;" k="98" />
+<hkern u1="Y" u2="&#x38;" k="49" />
+<hkern u1="Y" u2="&#x36;" k="61" />
+<hkern u1="Y" u2="&#x35;" k="94" />
+<hkern u1="Y" u2="&#x34;" k="162" />
+<hkern u1="Y" u2="&#x33;" k="80" />
+<hkern u1="Y" u2="&#x32;" k="78" />
+<hkern u1="Y" u2="&#x31;" k="76" />
+<hkern u1="Y" u2="&#x30;" k="102" />
+<hkern u1="Y" u2="&#x2f;" k="143" />
+<hkern u1="Y" u2="&#x2e;" k="172" />
+<hkern u1="Y" u2="&#x2d;" k="152" />
+<hkern u1="Y" u2="&#x2a;" k="-6" />
+<hkern u1="Y" u2="&#x29;" k="-4" />
+<hkern u1="Y" u2="&#x26;" k="55" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="27" />
+<hkern u1="Z" u2="&#xf0;" k="35" />
+<hkern u1="Z" u2="&#xef;" k="-6" />
+<hkern u1="Z" u2="&#xee;" k="-4" />
+<hkern u1="Z" u2="&#xae;" k="33" />
+<hkern u1="Z" u2="&#xa9;" k="33" />
+<hkern u1="Z" u2="y" k="51" />
+<hkern u1="Z" u2="w" k="51" />
+<hkern u1="Z" u2="v" k="53" />
+<hkern u1="Z" u2="u" k="35" />
+<hkern u1="Z" u2="t" k="16" />
+<hkern u1="Z" u2="o" k="39" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="23" />
+<hkern u1="Z" u2="d" k="39" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="43" />
+<hkern u1="Z" u2="&#x30;" k="18" />
+<hkern u1="Z" u2="&#x2d;" k="39" />
+<hkern u1="[" u2="&#xef;" k="-6" />
+<hkern u1="[" u2="&#xee;" k="-4" />
+<hkern u1="[" u2="&#xc6;" k="-4" />
+<hkern u1="[" u2="j" k="-6" />
+<hkern u1="[" u2="Y" k="-2" />
+<hkern u1="[" u2="X" k="-2" />
+<hkern u1="[" u2="W" k="-2" />
+<hkern u1="\" u2="&#x2019;" k="174" />
+<hkern u1="\" u2="&#xd8;" k="-2" />
+<hkern u1="\" u2="&#xc6;" k="-6" />
+<hkern u1="\" u2="y" k="74" />
+<hkern u1="\" u2="x" k="-2" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="70" />
+<hkern u1="\" u2="t" k="2" />
+<hkern u1="\" u2="Y" k="141" />
+<hkern u1="\" u2="X" k="-2" />
+<hkern u1="\" u2="W" k="131" />
+<hkern u1="\" u2="V" k="129" />
+<hkern u1="\" u2="U" k="35" />
+<hkern u1="\" u2="T" k="131" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-2" />
+<hkern u1="\" u2="A" k="-2" />
+<hkern u1="\" u2="&#x37;" k="37" />
+<hkern u1="\" u2="&#x36;" k="2" />
+<hkern u1="\" u2="&#x30;" k="2" />
+<hkern u1="\" u2="&#x27;" k="182" />
+<hkern u1="a" u2="&#x2122;" k="53" />
+<hkern u1="a" u2="&#x2019;" k="41" />
+<hkern u1="a" u2="&#x2018;" k="43" />
+<hkern u1="a" u2="&#xd0;" k="18" />
+<hkern u1="a" u2="&#xba;" k="18" />
+<hkern u1="a" u2="&#xaa;" k="2" />
+<hkern u1="a" u2="y" k="33" />
+<hkern u1="a" u2="w" k="33" />
+<hkern u1="a" u2="v" k="35" />
+<hkern u1="a" u2="t" k="12" />
+<hkern u1="a" u2="\" k="74" />
+<hkern u1="a" u2="Z" k="10" />
+<hkern u1="a" u2="Y" k="176" />
+<hkern u1="a" u2="W" k="113" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="18" />
+<hkern u1="a" u2="T" k="238" />
+<hkern u1="a" u2="S" k="10" />
+<hkern u1="a" u2="O" k="12" />
+<hkern u1="a" u2="&#x3f;" k="33" />
+<hkern u1="a" u2="&#x2a;" k="51" />
+<hkern u1="a" u2="&#x27;" k="31" />
+<hkern u1="b" u2="&#x2122;" k="70" />
+<hkern u1="b" u2="&#x2019;" k="135" />
+<hkern u1="b" u2="&#x2018;" k="141" />
+<hkern u1="b" u2="&#xd0;" k="29" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="33" />
+<hkern u1="b" u2="&#xaa;" k="14" />
+<hkern u1="b" u2="z" k="27" />
+<hkern u1="b" u2="y" k="39" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="39" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="f" k="8" />
+<hkern u1="b" u2="\" k="76" />
+<hkern u1="b" u2="Z" k="45" />
+<hkern u1="b" u2="Y" k="180" />
+<hkern u1="b" u2="X" k="70" />
+<hkern u1="b" u2="W" k="129" />
+<hkern u1="b" u2="V" k="129" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="231" />
+<hkern u1="b" u2="S" k="14" />
+<hkern u1="b" u2="J" k="53" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="35" />
+<hkern u1="b" u2="&#x3f;" k="37" />
+<hkern u1="b" u2="&#x2e;" k="14" />
+<hkern u1="b" u2="&#x2a;" k="102" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="176" />
+<hkern u1="c" u2="&#x2122;" k="41" />
+<hkern u1="c" u2="&#x2039;" k="33" />
+<hkern u1="c" u2="&#x2019;" k="35" />
+<hkern u1="c" u2="&#x2018;" k="37" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="16" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="16" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="55" />
+<hkern u1="c" u2="Y" k="164" />
+<hkern u1="c" u2="X" k="2" />
+<hkern u1="c" u2="W" k="115" />
+<hkern u1="c" u2="V" k="115" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="213" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="10" />
+<hkern u1="c" u2="&#x3f;" k="18" />
+<hkern u1="c" u2="&#x2d;" k="43" />
+<hkern u1="c" u2="&#x2a;" k="41" />
+<hkern u1="c" u2="&#x27;" k="23" />
+<hkern u1="d" u2="&#xd0;" k="2" />
+<hkern u1="d" u2="w" k="2" />
+<hkern u1="d" u2="v" k="2" />
+<hkern u1="d" u2="Y" k="2" />
+<hkern u1="d" u2="W" k="2" />
+<hkern u1="d" u2="V" k="2" />
+<hkern u1="d" u2="U" k="14" />
+<hkern u1="d" u2="T" k="2" />
+<hkern u1="d" u2="O" k="10" />
+<hkern u1="e" u2="&#x2122;" k="55" />
+<hkern u1="e" u2="&#x2019;" k="51" />
+<hkern u1="e" u2="&#x2018;" k="57" />
+<hkern u1="e" u2="&#xd0;" k="25" />
+<hkern u1="e" u2="&#xc6;" k="35" />
+<hkern u1="e" u2="&#xba;" k="14" />
+<hkern u1="e" u2="z" k="18" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="31" />
+<hkern u1="e" u2="v" k="31" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="72" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="213" />
+<hkern u1="e" u2="X" k="39" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="119" />
+<hkern u1="e" u2="U" k="14" />
+<hkern u1="e" u2="T" k="223" />
+<hkern u1="e" u2="S" k="10" />
+<hkern u1="e" u2="J" k="39" />
+<hkern u1="e" u2="I" k="12" />
+<hkern u1="e" u2="A" k="27" />
+<hkern u1="e" u2="&#x3f;" k="35" />
+<hkern u1="e" u2="&#x2a;" k="61" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="43" />
+<hkern u1="f" u2="&#x2122;" k="-47" />
+<hkern u1="f" u2="&#x2039;" k="61" />
+<hkern u1="f" u2="&#x2019;" k="-2" />
+<hkern u1="f" u2="&#x2018;" k="-2" />
+<hkern u1="f" u2="&#xf0;" k="55" />
+<hkern u1="f" u2="&#xef;" k="-53" />
+<hkern u1="f" u2="&#xee;" k="-10" />
+<hkern u1="f" u2="&#xec;" k="-20" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-18" />
+<hkern u1="f" u2="z" k="10" />
+<hkern u1="f" u2="o" k="18" />
+<hkern u1="f" u2="d" k="16" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-20" />
+<hkern u1="f" u2="\" k="-43" />
+<hkern u1="f" u2="Z" k="-23" />
+<hkern u1="f" u2="Y" k="-63" />
+<hkern u1="f" u2="X" k="-74" />
+<hkern u1="f" u2="W" k="-53" />
+<hkern u1="f" u2="V" k="-53" />
+<hkern u1="f" u2="T" k="-49" />
+<hkern u1="f" u2="J" k="125" />
+<hkern u1="f" u2="A" k="82" />
+<hkern u1="f" u2="&#x2f;" k="59" />
+<hkern u1="f" u2="&#x2e;" k="72" />
+<hkern u1="f" u2="&#x2d;" k="74" />
+<hkern u1="f" u2="&#x2a;" k="-23" />
+<hkern u1="f" u2="&#x29;" k="-37" />
+<hkern u1="f" u2="&#x20;" k="33" />
+<hkern u1="g" u2="j" k="-82" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="141" />
+<hkern u1="g" u2="X" k="10" />
+<hkern u1="g" u2="W" k="80" />
+<hkern u1="g" u2="V" k="78" />
+<hkern u1="g" u2="U" k="10" />
+<hkern u1="g" u2="T" k="225" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="59" />
+<hkern u1="h" u2="&#x2019;" k="106" />
+<hkern u1="h" u2="&#x2018;" k="111" />
+<hkern u1="h" u2="&#xba;" k="20" />
+<hkern u1="h" u2="y" k="25" />
+<hkern u1="h" u2="w" k="27" />
+<hkern u1="h" u2="v" k="25" />
+<hkern u1="h" u2="t" k="10" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="14" />
+<hkern u1="h" u2="Y" k="166" />
+<hkern u1="h" u2="X" k="2" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="109" />
+<hkern u1="h" u2="U" k="16" />
+<hkern u1="h" u2="T" k="236" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="33" />
+<hkern u1="h" u2="&#x2a;" k="78" />
+<hkern u1="h" u2="&#x27;" k="166" />
+<hkern u1="i" u2="&#xef;" k="-4" />
+<hkern u1="i" u2="&#xee;" k="-2" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="j" u2="j" k="-59" />
+<hkern u1="k" u2="&#x2039;" k="66" />
+<hkern u1="k" u2="&#x201e;" k="-2" />
+<hkern u1="k" u2="&#x201a;" k="-2" />
+<hkern u1="k" u2="&#x2019;" k="23" />
+<hkern u1="k" u2="&#x2018;" k="33" />
+<hkern u1="k" u2="&#xf8;" k="4" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="49" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="16" />
+<hkern u1="k" u2="Y" k="78" />
+<hkern u1="k" u2="W" k="27" />
+<hkern u1="k" u2="V" k="27" />
+<hkern u1="k" u2="U" k="2" />
+<hkern u1="k" u2="T" k="174" />
+<hkern u1="k" u2="O" k="25" />
+<hkern u1="k" u2="&#x2f;" k="-4" />
+<hkern u1="k" u2="&#x2d;" k="78" />
+<hkern u1="k" u2="&#x2c;" k="-2" />
+<hkern u1="k" u2="&#x2a;" k="-4" />
+<hkern u1="k" u2="&#x29;" k="-4" />
+<hkern u1="k" u2="&#x27;" k="109" />
+<hkern u1="l" u2="&#x2122;" k="35" />
+<hkern u1="l" u2="&#x2039;" k="41" />
+<hkern u1="l" u2="&#x2019;" k="37" />
+<hkern u1="l" u2="&#x2018;" k="37" />
+<hkern u1="l" u2="&#xba;" k="35" />
+<hkern u1="l" u2="&#xb7;" k="152" />
+<hkern u1="l" u2="&#xae;" k="18" />
+<hkern u1="l" u2="&#xaa;" k="35" />
+<hkern u1="l" u2="&#xa9;" k="18" />
+<hkern u1="l" u2="y" k="23" />
+<hkern u1="l" u2="w" k="27" />
+<hkern u1="l" u2="v" k="25" />
+<hkern u1="l" u2="t" k="4" />
+<hkern u1="l" u2="f" k="2" />
+<hkern u1="l" u2="\" k="23" />
+<hkern u1="l" u2="Y" k="35" />
+<hkern u1="l" u2="W" k="33" />
+<hkern u1="l" u2="V" k="31" />
+<hkern u1="l" u2="U" k="25" />
+<hkern u1="l" u2="T" k="35" />
+<hkern u1="l" u2="O" k="23" />
+<hkern u1="l" u2="I" k="2" />
+<hkern u1="l" u2="&#x2f;" k="-31" />
+<hkern u1="l" u2="&#x2d;" k="39" />
+<hkern u1="l" u2="&#x2a;" k="39" />
+<hkern u1="l" u2="&#x29;" k="-12" />
+<hkern u1="l" u2="&#x27;" k="33" />
+<hkern u1="l" u2="&#x20;" k="61" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="23" />
+<hkern u1="n" u2="w" k="23" />
+<hkern u1="n" u2="v" k="23" />
+<hkern u1="n" u2="t" k="10" />
+<hkern u1="n" u2="\" k="63" />
+<hkern u1="n" u2="Z" k="14" />
+<hkern u1="n" u2="Y" k="160" />
+<hkern u1="n" u2="X" k="2" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="109" />
+<hkern u1="n" u2="U" k="16" />
+<hkern u1="n" u2="T" k="233" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="27" />
+<hkern u1="n" u2="&#x2a;" k="39" />
+<hkern u1="n" u2="&#x27;" k="18" />
+<hkern u1="o" u2="&#x2122;" k="59" />
+<hkern u1="o" u2="&#x2019;" k="57" />
+<hkern u1="o" u2="&#x2018;" k="61" />
+<hkern u1="o" u2="&#xd0;" k="29" />
+<hkern u1="o" u2="&#xc6;" k="43" />
+<hkern u1="o" u2="&#xba;" k="20" />
+<hkern u1="o" u2="z" k="29" />
+<hkern u1="o" u2="y" k="41" />
+<hkern u1="o" u2="x" k="39" />
+<hkern u1="o" u2="w" k="39" />
+<hkern u1="o" u2="v" k="39" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="74" />
+<hkern u1="o" u2="Z" k="45" />
+<hkern u1="o" u2="Y" k="184" />
+<hkern u1="o" u2="X" k="70" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="129" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="233" />
+<hkern u1="o" u2="S" k="14" />
+<hkern u1="o" u2="J" k="51" />
+<hkern u1="o" u2="I" k="16" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="35" />
+<hkern u1="o" u2="&#x2a;" k="68" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="47" />
+<hkern u1="q" u2="&#x201e;" k="-2" />
+<hkern u1="q" u2="&#x201a;" k="-2" />
+<hkern u1="q" u2="j" k="-166" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="141" />
+<hkern u1="q" u2="X" k="10" />
+<hkern u1="q" u2="W" k="80" />
+<hkern u1="q" u2="V" k="78" />
+<hkern u1="q" u2="U" k="10" />
+<hkern u1="q" u2="T" k="225" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-2" />
+<hkern u1="q" u2="&#x2c;" k="-2" />
+<hkern u1="r" u2="&#x203a;" k="37" />
+<hkern u1="r" u2="&#x2039;" k="98" />
+<hkern u1="r" u2="&#xf0;" k="84" />
+<hkern u1="r" u2="&#xc6;" k="109" />
+<hkern u1="r" u2="s" k="12" />
+<hkern u1="r" u2="o" k="59" />
+<hkern u1="r" u2="d" k="59" />
+<hkern u1="r" u2="a" k="23" />
+<hkern u1="r" u2="Z" k="57" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="53" />
+<hkern u1="r" u2="W" k="16" />
+<hkern u1="r" u2="V" k="16" />
+<hkern u1="r" u2="T" k="158" />
+<hkern u1="r" u2="J" k="174" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="33" />
+<hkern u1="r" u2="&#x2f;" k="80" />
+<hkern u1="r" u2="&#x2e;" k="100" />
+<hkern u1="r" u2="&#x2d;" k="98" />
+<hkern u1="r" u2="&#x29;" k="2" />
+<hkern u1="r" u2="&#x20;" k="47" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="14" />
+<hkern u1="s" u2="&#x2018;" k="16" />
+<hkern u1="s" u2="&#xd0;" k="23" />
+<hkern u1="s" u2="y" k="27" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="23" />
+<hkern u1="s" u2="\" k="51" />
+<hkern u1="s" u2="Z" k="10" />
+<hkern u1="s" u2="Y" k="154" />
+<hkern u1="s" u2="X" k="2" />
+<hkern u1="s" u2="W" k="94" />
+<hkern u1="s" u2="V" k="92" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="215" />
+<hkern u1="s" u2="O" k="2" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="20" />
+<hkern u1="s" u2="&#x2a;" k="23" />
+<hkern u1="t" u2="&#x2122;" k="2" />
+<hkern u1="t" u2="&#x2039;" k="53" />
+<hkern u1="t" u2="&#x2019;" k="16" />
+<hkern u1="t" u2="&#x2018;" k="18" />
+<hkern u1="t" u2="&#xf0;" k="27" />
+<hkern u1="t" u2="o" k="25" />
+<hkern u1="t" u2="d" k="25" />
+<hkern u1="t" u2="\" k="25" />
+<hkern u1="t" u2="Y" k="92" />
+<hkern u1="t" u2="W" k="49" />
+<hkern u1="t" u2="V" k="47" />
+<hkern u1="t" u2="U" k="20" />
+<hkern u1="t" u2="T" k="121" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="&#x2d;" k="37" />
+<hkern u1="t" u2="&#x27;" k="39" />
+<hkern u1="u" u2="&#x2122;" k="27" />
+<hkern u1="u" u2="&#x2019;" k="2" />
+<hkern u1="u" u2="&#x2018;" k="2" />
+<hkern u1="u" u2="&#xd0;" k="2" />
+<hkern u1="u" u2="w" k="2" />
+<hkern u1="u" u2="v" k="2" />
+<hkern u1="u" u2="\" k="47" />
+<hkern u1="u" u2="Z" k="10" />
+<hkern u1="u" u2="Y" k="145" />
+<hkern u1="u" u2="W" k="80" />
+<hkern u1="u" u2="V" k="80" />
+<hkern u1="u" u2="U" k="14" />
+<hkern u1="u" u2="T" k="227" />
+<hkern u1="u" u2="O" k="10" />
+<hkern u1="u" u2="&#x2a;" k="2" />
+<hkern u1="v" u2="&#x2039;" k="57" />
+<hkern u1="v" u2="&#xf0;" k="55" />
+<hkern u1="v" u2="&#xd0;" k="23" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="39" />
+<hkern u1="v" u2="d" k="37" />
+<hkern u1="v" u2="a" k="29" />
+<hkern u1="v" u2="\" k="29" />
+<hkern u1="v" u2="Z" k="55" />
+<hkern u1="v" u2="Y" k="92" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="35" />
+<hkern u1="v" u2="V" k="35" />
+<hkern u1="v" u2="T" k="186" />
+<hkern u1="v" u2="J" k="168" />
+<hkern u1="v" u2="A" k="70" />
+<hkern u1="v" u2="&#x40;" k="18" />
+<hkern u1="v" u2="&#x2f;" k="72" />
+<hkern u1="v" u2="&#x2e;" k="104" />
+<hkern u1="v" u2="&#x2d;" k="51" />
+<hkern u1="v" u2="&#x2a;" k="-4" />
+<hkern u1="v" u2="&#x29;" k="29" />
+<hkern u1="v" u2="&#x20;" k="57" />
+<hkern u1="w" u2="&#x2039;" k="57" />
+<hkern u1="w" u2="&#xf0;" k="57" />
+<hkern u1="w" u2="&#xd0;" k="23" />
+<hkern u1="w" u2="&#xc6;" k="104" />
+<hkern u1="w" u2="&#xba;" k="-2" />
+<hkern u1="w" u2="s" k="27" />
+<hkern u1="w" u2="o" k="39" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="31" />
+<hkern u1="w" u2="Z" k="55" />
+<hkern u1="w" u2="Y" k="90" />
+<hkern u1="w" u2="X" k="61" />
+<hkern u1="w" u2="W" k="33" />
+<hkern u1="w" u2="V" k="33" />
+<hkern u1="w" u2="T" k="186" />
+<hkern u1="w" u2="J" k="172" />
+<hkern u1="w" u2="A" k="70" />
+<hkern u1="w" u2="&#x40;" k="18" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="106" />
+<hkern u1="w" u2="&#x2d;" k="53" />
+<hkern u1="w" u2="&#x2a;" k="-4" />
+<hkern u1="w" u2="&#x29;" k="31" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="63" />
+<hkern u1="x" u2="&#xf0;" k="47" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="39" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="76" />
+<hkern u1="x" u2="W" k="27" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="T" k="170" />
+<hkern u1="x" u2="O" k="23" />
+<hkern u1="x" u2="&#x2f;" k="-2" />
+<hkern u1="x" u2="&#x2d;" k="72" />
+<hkern u1="x" u2="&#x2a;" k="-4" />
+<hkern u1="x" u2="&#x29;" k="-2" />
+<hkern u1="y" u2="&#x2039;" k="61" />
+<hkern u1="y" u2="&#xf0;" k="59" />
+<hkern u1="y" u2="&#xd0;" k="25" />
+<hkern u1="y" u2="&#xc6;" k="109" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="43" />
+<hkern u1="y" u2="d" k="41" />
+<hkern u1="y" u2="a" k="31" />
+<hkern u1="y" u2="\" k="33" />
+<hkern u1="y" u2="Z" k="61" />
+<hkern u1="y" u2="Y" k="96" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="39" />
+<hkern u1="y" u2="V" k="39" />
+<hkern u1="y" u2="T" k="190" />
+<hkern u1="y" u2="J" k="170" />
+<hkern u1="y" u2="I" k="10" />
+<hkern u1="y" u2="A" k="74" />
+<hkern u1="y" u2="&#x40;" k="23" />
+<hkern u1="y" u2="&#x2f;" k="74" />
+<hkern u1="y" u2="&#x2e;" k="109" />
+<hkern u1="y" u2="&#x2d;" k="53" />
+<hkern u1="y" u2="&#x29;" k="33" />
+<hkern u1="y" u2="&#x26;" k="18" />
+<hkern u1="y" u2="&#x20;" k="57" />
+<hkern u1="z" u2="&#x2039;" k="59" />
+<hkern u1="z" u2="&#xf0;" k="39" />
+<hkern u1="z" u2="&#xd0;" k="14" />
+<hkern u1="z" u2="o" k="27" />
+<hkern u1="z" u2="d" k="27" />
+<hkern u1="z" u2="\" k="4" />
+<hkern u1="z" u2="Y" k="92" />
+<hkern u1="z" u2="W" k="39" />
+<hkern u1="z" u2="V" k="39" />
+<hkern u1="z" u2="U" k="12" />
+<hkern u1="z" u2="T" k="184" />
+<hkern u1="z" u2="O" k="2" />
+<hkern u1="z" u2="&#x2d;" k="72" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-6" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-4" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-4" />
+<hkern u1="&#x7b;" u2="j" k="-6" />
+<hkern u1="&#x7b;" u2="Y" k="-2" />
+<hkern u1="&#x7b;" u2="X" k="-2" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-4" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-2" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-2" />
+<hkern u1="&#x7c;" u2="j" k="-123" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-2" />
+<hkern u1="&#xb0;" u2="&#x39;" k="57" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="180" />
+<hkern u1="&#xb0;" u2="&#x33;" k="41" />
+<hkern u1="&#xb0;" u2="&#x31;" k="33" />
+<hkern u1="&#xb0;" u2="&#x30;" k="45" />
+<hkern u1="&#xb7;" u2="l" k="82" />
+<hkern u1="&#xb7;" u2="&#x37;" k="72" />
+<hkern u1="&#xb7;" u2="&#x34;" k="49" />
+<hkern u1="&#xb7;" u2="&#x33;" k="78" />
+<hkern u1="&#xb7;" u2="&#x32;" k="31" />
+<hkern u1="&#xb7;" u2="&#x31;" k="51" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="63" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="53" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="47" />
+<hkern u1="&#xbf;" u2="z" k="45" />
+<hkern u1="&#xbf;" u2="y" k="61" />
+<hkern u1="&#xbf;" u2="x" k="41" />
+<hkern u1="&#xbf;" u2="w" k="78" />
+<hkern u1="&#xbf;" u2="v" k="78" />
+<hkern u1="&#xbf;" u2="u" k="53" />
+<hkern u1="&#xbf;" u2="t" k="55" />
+<hkern u1="&#xbf;" u2="s" k="61" />
+<hkern u1="&#xbf;" u2="o" k="59" />
+<hkern u1="&#xbf;" u2="n" k="45" />
+<hkern u1="&#xbf;" u2="l" k="49" />
+<hkern u1="&#xbf;" u2="j" k="-190" />
+<hkern u1="&#xbf;" u2="i" k="45" />
+<hkern u1="&#xbf;" u2="h" k="45" />
+<hkern u1="&#xbf;" u2="f" k="49" />
+<hkern u1="&#xbf;" u2="d" k="59" />
+<hkern u1="&#xbf;" u2="a" k="61" />
+<hkern u1="&#xbf;" u2="Z" k="55" />
+<hkern u1="&#xbf;" u2="Y" k="143" />
+<hkern u1="&#xbf;" u2="X" k="43" />
+<hkern u1="&#xbf;" u2="W" k="115" />
+<hkern u1="&#xbf;" u2="V" k="115" />
+<hkern u1="&#xbf;" u2="U" k="55" />
+<hkern u1="&#xbf;" u2="T" k="168" />
+<hkern u1="&#xbf;" u2="S" k="49" />
+<hkern u1="&#xbf;" u2="O" k="55" />
+<hkern u1="&#xbf;" u2="J" k="72" />
+<hkern u1="&#xbf;" u2="I" k="35" />
+<hkern u1="&#xbf;" u2="A" k="53" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-2" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-2" />
+<hkern u1="&#xd8;" u2="\" k="-2" />
+<hkern u1="&#xd8;" u2="Y" k="4" />
+<hkern u1="&#xd8;" u2="X" k="2" />
+<hkern u1="&#xd8;" u2="W" k="2" />
+<hkern u1="&#xd8;" u2="V" k="2" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-4" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-2" />
+<hkern u1="&#xde;" u2="&#x2122;" k="31" />
+<hkern u1="&#xde;" u2="&#x2019;" k="68" />
+<hkern u1="&#xde;" u2="&#x2018;" k="74" />
+<hkern u1="&#xde;" u2="&#xc6;" k="90" />
+<hkern u1="&#xde;" u2="&#x7d;" k="2" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="12" />
+<hkern u1="&#xde;" u2="w" k="10" />
+<hkern u1="&#xde;" u2="]" k="2" />
+<hkern u1="&#xde;" u2="\" k="49" />
+<hkern u1="&#xde;" u2="Z" k="57" />
+<hkern u1="&#xde;" u2="Y" k="119" />
+<hkern u1="&#xde;" u2="X" k="94" />
+<hkern u1="&#xde;" u2="W" k="59" />
+<hkern u1="&#xde;" u2="V" k="59" />
+<hkern u1="&#xde;" u2="T" k="141" />
+<hkern u1="&#xde;" u2="J" k="125" />
+<hkern u1="&#xde;" u2="A" k="53" />
+<hkern u1="&#xde;" u2="&#x3f;" k="25" />
+<hkern u1="&#xde;" u2="&#x2f;" k="45" />
+<hkern u1="&#xde;" u2="&#x2e;" k="76" />
+<hkern u1="&#xde;" u2="&#x2d;" k="14" />
+<hkern u1="&#xde;" u2="&#x2a;" k="51" />
+<hkern u1="&#xde;" u2="&#x29;" k="33" />
+<hkern u1="&#xde;" u2="&#x27;" k="119" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="33" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="20" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="31" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="16" />
+<hkern u1="&#xdf;" u2="z" k="16" />
+<hkern u1="&#xdf;" u2="y" k="37" />
+<hkern u1="&#xdf;" u2="x" k="37" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="37" />
+<hkern u1="&#xdf;" u2="t" k="12" />
+<hkern u1="&#xdf;" u2="f" k="10" />
+<hkern u1="&#xdf;" u2="\" k="23" />
+<hkern u1="&#xdf;" u2="Z" k="25" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="43" />
+<hkern u1="&#xdf;" u2="W" k="66" />
+<hkern u1="&#xdf;" u2="V" k="66" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="74" />
+<hkern u1="&#xdf;" u2="S" k="2" />
+<hkern u1="&#xdf;" u2="O" k="10" />
+<hkern u1="&#xdf;" u2="J" k="23" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="23" />
+<hkern u1="&#xdf;" u2="&#x27;" k="25" />
+<hkern u1="&#xe7;" u2="j" k="-4" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-2" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-2" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-2" />
+<hkern u1="&#xed;" u2="\" k="-2" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-2" />
+<hkern u1="&#xed;" u2="&#x29;" k="-4" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-29" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-4" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-4" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-2" />
+<hkern u1="&#xee;" u2="&#xba;" k="-4" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-2" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-4" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-2" />
+<hkern u1="&#xee;" u2="l" k="-4" />
+<hkern u1="&#xee;" u2="i" k="-2" />
+<hkern u1="&#xee;" u2="h" k="-2" />
+<hkern u1="&#xee;" u2="]" k="-4" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-4" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-10" />
+<hkern u1="&#xee;" u2="&#x29;" k="-2" />
+<hkern u1="&#xee;" u2="&#x27;" k="-2" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-10" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-8" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-8" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-4" />
+<hkern u1="&#xef;" u2="&#xba;" k="-8" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-6" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-6" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-4" />
+<hkern u1="&#xef;" u2="l" k="-6" />
+<hkern u1="&#xef;" u2="i" k="-4" />
+<hkern u1="&#xef;" u2="h" k="-4" />
+<hkern u1="&#xef;" u2="]" k="-6" />
+<hkern u1="&#xef;" u2="\" k="-10" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-8" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-12" />
+<hkern u1="&#xef;" u2="&#x29;" k="-10" />
+<hkern u1="&#xef;" u2="&#x27;" k="-4" />
+<hkern u1="&#xef;" u2="&#x21;" k="-2" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="25" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="33" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="33" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="20" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="45" />
+<hkern u1="&#xf0;" u2="z" k="14" />
+<hkern u1="&#xf0;" u2="y" k="29" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="27" />
+<hkern u1="&#xf0;" u2="t" k="8" />
+<hkern u1="&#xf0;" u2="\" k="18" />
+<hkern u1="&#xf0;" u2="Z" k="63" />
+<hkern u1="&#xf0;" u2="Y" k="76" />
+<hkern u1="&#xf0;" u2="X" k="53" />
+<hkern u1="&#xf0;" u2="W" k="63" />
+<hkern u1="&#xf0;" u2="V" k="61" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="68" />
+<hkern u1="&#xf0;" u2="S" k="12" />
+<hkern u1="&#xf0;" u2="J" k="53" />
+<hkern u1="&#xf0;" u2="I" k="10" />
+<hkern u1="&#xf0;" u2="A" k="35" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="2" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="35" />
+<hkern u1="&#xf0;" u2="&#x29;" k="20" />
+<hkern u1="&#xf0;" u2="&#x27;" k="29" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="2" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="117" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-6" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-2" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="203" />
+<hkern u1="&#x2018;" u2="s" k="23" />
+<hkern u1="&#x2018;" u2="o" k="55" />
+<hkern u1="&#x2018;" u2="f" k="14" />
+<hkern u1="&#x2018;" u2="d" k="133" />
+<hkern u1="&#x2018;" u2="a" k="31" />
+<hkern u1="&#x2018;" u2="O" k="16" />
+<hkern u1="&#x2018;" u2="J" k="184" />
+<hkern u1="&#x2018;" u2="A" k="145" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="276" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="43" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="117" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-4" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-2" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="205" />
+<hkern u1="&#x2019;" u2="s" k="25" />
+<hkern u1="&#x2019;" u2="o" k="57" />
+<hkern u1="&#x2019;" u2="f" k="16" />
+<hkern u1="&#x2019;" u2="d" k="135" />
+<hkern u1="&#x2019;" u2="a" k="33" />
+<hkern u1="&#x2019;" u2="O" k="18" />
+<hkern u1="&#x2019;" u2="J" k="184" />
+<hkern u1="&#x2019;" u2="A" k="147" />
+<hkern u1="&#x2019;" u2="&#x40;" k="84" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="184" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="279" />
+<hkern u1="&#x2019;" u2="&#x20;" k="66" />
+<hkern u1="&#x201a;" u2="j" k="-6" />
+<hkern u1="&#x201e;" u2="j" k="-6" />
+<hkern u1="&#x2039;" u2="Y" k="104" />
+<hkern u1="&#x2039;" u2="W" k="63" />
+<hkern u1="&#x2039;" u2="V" k="63" />
+<hkern u1="&#x2039;" u2="T" k="133" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="18" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="51" />
+<hkern u1="&#x203a;" u2="z" k="59" />
+<hkern u1="&#x203a;" u2="y" k="59" />
+<hkern u1="&#x203a;" u2="x" k="63" />
+<hkern u1="&#x203a;" u2="w" k="57" />
+<hkern u1="&#x203a;" u2="v" k="57" />
+<hkern u1="&#x203a;" u2="t" k="25" />
+<hkern u1="&#x203a;" u2="s" k="20" />
+<hkern u1="&#x203a;" u2="f" k="20" />
+<hkern u1="&#x203a;" u2="Z" k="29" />
+<hkern u1="&#x203a;" u2="Y" k="143" />
+<hkern u1="&#x203a;" u2="X" k="39" />
+<hkern u1="&#x203a;" u2="W" k="94" />
+<hkern u1="&#x203a;" u2="V" k="94" />
+<hkern u1="&#x203a;" u2="T" k="145" />
+<hkern u1="&#x203a;" u2="J" k="66" />
+<hkern u1="&#x203a;" u2="A" k="33" />
+<hkern u1="&#x203a;" u2="&#x27;" k="4" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="18" />
+<hkern g1="uniFB01" u2="&#xef;" k="-2" />
+<hkern g1="uniFB03" u2="&#xef;" k="-2" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..007286ee76eb65eff16754b8d20dd966dbefc673
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..5e9cb3dca3381502c134322a87b8f392a312754d
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..74f69f1d6415627764bee13085e3e7a06c1b8f5e
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-extralight-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..81105dde2a1c769591e207815ca7edf28afeb123
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewayheavy';
+							}
+		</style>
+
+	<title>Raleway Heavy Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Heavy	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Heavy</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Heavy in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Heavy in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																														 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..003eeb69cf72fb730a0b19c5b449f2ccc0830f30
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..112b716cb7a3bb4ff58654b04e9c722bb33ac244
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.svg
@@ -0,0 +1,1883 @@
+<?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="ralewayheavy" horiz-adv-x="1257" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="460" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1280" d="M47 659v293h133v117q0 100 36 183t101.5 141.5t154.5 90.5t198 32q119 0 230.5 -40t240.5 -124l-148 -295q-72 61 -148.5 96t-148.5 35q-59 0 -93 -25.5t-34 -79.5v-131h613v-952h-389v659h-224v-659h-389v659h-133z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1488" d="M47 659v293h133v154q0 106 38 184t105.5 128t163 74t209.5 24q139 0 239.5 -34t166 -95.5t96.5 -148.5t31 -194v-600q0 -39 19.5 -77.5t68.5 -38.5q16 0 36.5 5t37 11t29 11t14.5 5l47 -311q-2 -2 -31 -13t-73 -23.5t-99 -21.5t-111 -9q-78 0 -138 20.5t-102 56 t-64.5 81.5t-22.5 100v708q0 37 -4.5 79t-17.5 78t-40.5 59.5t-77.5 23.5q-74 0 -102.5 -52.5t-28.5 -123.5v-60h142v-293h-142v-659h-389v659h-133z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1873" d="M47 659v293h133v47q0 100 28 183.5t80 141.5t126.5 90t167.5 32q127 0 290 -62q66 61 163.5 96.5t219.5 35.5q104 0 222 -39t256 -125l-148 -295q-66 59 -145.5 95t-141.5 36q-137 0 -137 -105v-131h615v-952h-392v659h-223v-659h-389v659h-203v-659h-389v659h-133z M569 952h203v148q-29 8 -57.5 13t-50.5 5q-94 0 -95 -104v-62z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2078" d="M47 659v293h133v47q0 100 29 183.5t80 141.5t123.5 90t162.5 32q135 0 299 -62q68 68 173.5 100t238.5 32q139 0 239.5 -34t166 -95.5t96.5 -148.5t31 -194v-600q0 -39 19.5 -77.5t68.5 -38.5q16 0 36.5 5t37 11t28.5 11t14 5l48 -311q-2 -2 -31 -13t-73 -23.5 t-99.5 -21.5t-110.5 -9q-78 0 -138 20.5t-102 56t-64.5 81.5t-22.5 100v708q0 37 -4.5 79t-17.5 78t-41 59.5t-77 23.5q-74 0 -102.5 -52.5t-28.5 -123.5v-60h141v-293h-141v-659h-389v659h-201v-659h-389v659h-133zM569 952h201v150q-59 16 -106 16q-94 0 -95 -104v-62z " />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="460" />
+<glyph unicode="&#x09;" horiz-adv-x="460" />
+<glyph unicode="&#xa0;" horiz-adv-x="460" />
+<glyph unicode="!" horiz-adv-x="671" d="M141 0v377h389v-377h-389zM141 614v854h389v-854h-389z" />
+<glyph unicode="&#x22;" horiz-adv-x="974" d="M109 1016v479h327v-479h-327zM539 1016v479h327v-479h-327z" />
+<glyph unicode="#" horiz-adv-x="1550" d="M74 348v287h299l41 178h-236v266h301l92 375h310l-95 -375h123l92 375h310l-94 -375h260v-266h-326l-41 -178h262v-287h-332l-84 -348h-309l86 348h-123l-84 -348h-309l86 348h-229zM680 635h123l41 178h-123z" />
+<glyph unicode="$" horiz-adv-x="1329" d="M66 152l172 350q55 -35 118 -66q53 -27 124 -52.5t145 -35.5v180q-63 16 -127 39q-96 33 -166 71t-115 86t-66.5 109.5t-21.5 141.5q0 111 37 195.5t100.5 146t148.5 98.5t181 47v207h164v-209q68 -8 131 -24.5t121.5 -38t110 -45t94.5 -43.5l-173 -330q-45 29 -98 53 q-45 23 -101.5 42.5t-113.5 29.5v-184q18 -4 39 -11.5t43 -13.5q100 -31 181 -67.5t138.5 -87t88 -122t30.5 -174.5q0 -121 -42 -205.5t-110.5 -139t-156.5 -82t-182 -33.5v-248h-164v252q-141 12 -280.5 55t-249.5 109zM543 1040q0 -31 20.5 -50t61.5 -36v156 q-82 -11 -82 -70zM731 342q49 4 69.5 20.5t20.5 43.5q0 29 -24.5 50t-65.5 38v-152z" />
+<glyph unicode="%" horiz-adv-x="1742" d="M68 1151q0 68 27.5 127t76.5 102t115.5 69t144.5 26q76 0 142.5 -26t115.5 -69t78 -102t29 -127t-29 -127t-78 -102t-115.5 -69t-142.5 -26q-78 0 -144.5 26t-115.5 69t-76.5 102t-27.5 127zM240 133l579 653l514 691l170 -154l-555 -633l-538 -710zM334 1151 q0 -57 28.5 -98t69.5 -41t69.5 41t28.5 98t-28.5 98t-69.5 41t-69.5 -41t-28.5 -98zM946 303q0 68 27.5 127t77 102t116 69t144.5 26q76 0 142.5 -26t115.5 -69t77.5 -102t28.5 -127t-28.5 -127t-77.5 -102t-115.5 -68.5t-142.5 -25.5q-78 0 -144.5 25.5t-116 68.5 t-77 102.5t-27.5 126.5zM1212 303q0 -57 29 -98t70 -41t69.5 41t28.5 98t-28.5 98t-69.5 41t-70 -41t-29 -98z" />
+<glyph unicode="&#x26;" horiz-adv-x="1542" d="M72 442q0 125 60.5 216.5t143.5 158.5q-66 80 -92 142.5t-26 138.5q0 88 32.5 158.5t89 117.5t134.5 73t170 26q80 0 156.5 -19.5t137 -61.5t97.5 -108.5t37 -161.5q0 -111 -51.5 -198.5t-137.5 -161.5l168 -178q23 57 35 123.5t12 144.5h314q-2 -158 -37 -284t-94 -226 l325 -342h-510l-78 82q-88 -53 -183 -77.5t-191 -24.5q-127 0 -222.5 40.5t-160 106.5t-97 148.5t-32.5 166.5zM444 442q0 -23 9.5 -50t31 -52t56.5 -41t84 -16q61 0 120 26l-231 248q-70 -57 -70 -115zM510 1114q0 -27 15.5 -46t52.5 -54q41 29 59 50t18 54 q0 35 -19.5 53.5t-51.5 18.5q-35 0 -54.5 -21.5t-19.5 -54.5z" />
+<glyph unicode="'" horiz-adv-x="544" d="M109 1016v479h327v-479h-327z" />
+<glyph unicode="(" horiz-adv-x="700" d="M51 713q0 104 24.5 209.5t67.5 213t101.5 219t126.5 226.5l297 -119q-25 -39 -67 -119.5t-84 -185t-72.5 -222.5t-30.5 -228q0 -168 70.5 -340t172.5 -365l-282 -137q-63 94 -121.5 197.5t-104 211t-72 218t-26.5 221.5z" />
+<glyph unicode=")" horiz-adv-x="700" d="M33 1462l297 119q68 -115 126 -226.5t101 -219t67.5 -213t24.5 -209.5q0 -111 -26.5 -221.5t-71.5 -218t-103.5 -211t-121.5 -197.5l-283 137q102 193 173 365t71 340q0 111 -31 228.5t-73 222t-84 185t-66 119.5z" />
+<glyph unicode="*" horiz-adv-x="745" d="M86 1225l49 157l154 -73l-15 168h197l-14 -168l153 73l49 -157l-147 -43l100 -160l-141 -92l-98 170l-99 -170l-141 92l100 160z" />
+<glyph unicode="+" horiz-adv-x="876" d="M90 573v308h174v194h348v-194h174v-308h-174v-194h-348v194h-174z" />
+<glyph unicode="," horiz-adv-x="538" d="M27 -41q6 0 20 2t28.5 11.5t26 24.5t13.5 44v336h315v-414q0 -84 -40 -137t-99.5 -84t-131 -43t-132.5 -12v272z" />
+<glyph unicode="-" horiz-adv-x="845" d="M102 391v348h641v-348h-641z" />
+<glyph unicode="." horiz-adv-x="520" d="M102 0v377h316v-377h-316z" />
+<glyph unicode="/" horiz-adv-x="1589" d="M55 0l1055 1454h430l-1057 -1454h-428z" />
+<glyph unicode="0" d="M86 600q0 135 41 249t113.5 196.5t172 130t216.5 47.5t216 -47.5t172 -130t113.5 -196.5t40.5 -249t-40.5 -248.5t-113.5 -196.5t-172.5 -129t-215.5 -46q-117 0 -216.5 46t-172 129t-113.5 196.5t-41 248.5zM475 600q0 -119 42 -191.5t112 -72.5q66 0 107.5 72.5 t41.5 191.5t-42 192.5t-107 73.5q-70 0 -112 -73.5t-42 -192.5z" />
+<glyph unicode="1" horiz-adv-x="1120" d="M84 618v357q29 0 80 21.5t102 51t93 63.5t55 58h397v-821h260v-348h-948v348h291v408q-18 -25 -57.5 -48.5t-87.5 -44t-97 -33t-88 -12.5z" />
+<glyph unicode="2" horiz-adv-x="1228" d="M66 0q0 102 16 180t53 140.5t95.5 111.5t144.5 96q111 59 175 95t97 59t42 38t9 34q0 51 -32.5 75.5t-90.5 24.5q-68 0 -128 -35t-125 -112l-246 288q39 43 100.5 79t136 61.5t158.5 40t172 14.5q236 0 357.5 -97.5t121.5 -271.5q0 -63 -16 -112.5t-44 -89t-67 -72.5 t-82 -62q-51 -35 -107 -66.5t-112 -70.5h451v-348h-1079z" />
+<glyph unicode="3" horiz-adv-x="1185" d="M41 -137l199 282q59 -47 125.5 -68.5t152.5 -21.5q104 0 152.5 32t48.5 101q0 78 -61.5 112t-200.5 34h-64v270h72q98 0 157.5 38t59.5 103q0 49 -35 77t-98 28q-72 0 -134.5 -36t-109.5 -107l-246 288q37 41 93.5 75t127 58.5t150.5 38t164 13.5q113 0 207 -26 t159.5 -73t102.5 -113.5t37 -148.5q0 -61 -20.5 -116.5t-55.5 -100.5t-83 -76t-105 -41q63 -10 115.5 -42.5t90 -82t59 -112t21.5 -131.5q0 -96 -41 -174t-115.5 -132.5t-183 -83t-243.5 -28.5q-158 0 -279 40t-219 124z" />
+<glyph unicode="4" horiz-adv-x="1196" d="M41 -6v348l649 827h266v-827h181v-348h-181v-254h-389v254h-526zM424 342h188v246z" />
+<glyph unicode="5" horiz-adv-x="1142" d="M41 -76l213 246q59 -63 132 -99t142 -36q76 0 119 41t43 110q0 68 -39 109t-102 41q-43 0 -79 -19.5t-54 -52.5h-334l172 905h729v-354h-448l-23 -158q8 2 23 5q10 2 28 4t43 2q106 0 194.5 -35t153 -97.5t100.5 -149.5t36 -191q0 -111 -41 -203t-116 -157.5 t-178.5 -102.5t-228.5 -37q-160 0 -287.5 59.5t-197.5 169.5z" />
+<glyph unicode="6" horiz-adv-x="1245" d="M80 696q0 180 40 322.5t115.5 242t184 152.5t246.5 53q266 0 462 -196l-215 -250q-111 111 -254 110q-100 0 -158.5 -60t-62.5 -171q78 70 221 70q111 0 204 -36t162 -100.5t107.5 -151.5t38.5 -189q0 -109 -40.5 -202t-114.5 -162t-173.5 -108.5t-215.5 -39.5 q-262 0 -404.5 188t-142.5 528zM453 492q0 -37 14 -71t37.5 -59.5t55.5 -41t67 -15.5t66.5 15.5t55 41t38 59.5t14.5 71q0 72 -51.5 122t-122.5 50q-72 0 -123 -50.5t-51 -121.5z" />
+<glyph unicode="7" horiz-adv-x="1218" d="M61 842v354h1168l-711 -1454h-440l538 1100h-555z" />
+<glyph unicode="8" horiz-adv-x="1253" d="M78 465q0 55 16.5 102t42 86t56 70t61.5 53q-59 35 -97 104.5t-38 141.5q0 104 48 185t121.5 136.5t164 83t174.5 27.5t174 -27.5t164.5 -81t123 -134.5t48.5 -185q0 -72 -39 -143.5t-99 -106.5q31 -23 63 -54.5t56.5 -72.5t41 -90t16.5 -106q0 -106 -43 -193.5 t-118 -150t-175.5 -96t-212.5 -33.5q-109 0 -208.5 33.5t-175 97t-120.5 153.5t-45 201zM473 475q0 -59 44 -100t110 -41q68 0 110.5 41t42.5 100q0 68 -44 104.5t-109 36.5q-68 0 -111 -37.5t-43 -103.5zM514 1014q0 -55 36 -82t77 -27t77.5 26.5t36.5 82.5 q0 41 -31.5 69.5t-82.5 28.5t-82 -28.5t-31 -69.5z" />
+<glyph unicode="9" horiz-adv-x="1208" d="M55 657q0 106 41 200.5t115 163.5t173 108.5t216 39.5q131 0 232.5 -48t171 -140t106.5 -225t37 -303q0 -180 -40 -322.5t-116 -242t-184.5 -152.5t-245.5 -53q-266 0 -463 196l215 250q111 -111 254 -111q100 0 158.5 60.5t62.5 171.5q-78 -70 -221 -70q-111 0 -204 36 t-161.5 100.5t-107.5 151.5t-39 189zM426 657q0 -72 51 -122t123 -50t123 50.5t51 121.5q0 37 -14.5 71t-38 59.5t-55 41t-66.5 15.5t-66.5 -15.5t-55 -41t-38 -59.5t-14.5 -71z" />
+<glyph unicode=":" horiz-adv-x="577" d="M131 0v377h315v-377h-315zM131 686v377h315v-377h-315z" />
+<glyph unicode=";" horiz-adv-x="577" d="M43 -41q6 0 20.5 2t28.5 11.5t25.5 24.5t13.5 44v336h315v-414q0 -84 -39.5 -137t-99 -84t-131.5 -43t-133 -12v272zM131 686v377h315v-377h-315z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1048" d="M63 430v180l869 529v-414l-303 -195l303 -178v-434z" />
+<glyph unicode="=" horiz-adv-x="886" d="M113 207v246h661v-246h-661zM113 678v246h661v-246h-661z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1048" d="M117 -82v434l303 178l-303 195v414l868 -529v-180z" />
+<glyph unicode="?" horiz-adv-x="1021" d="M76 1208q53 125 167.5 195t262.5 70q78 0 157.5 -23t144 -72t104.5 -129t40 -194q0 -98 -35.5 -179t-128.5 -143q-45 -31 -92 -53.5t-87 -45t-65.5 -47t-25.5 -57.5h-317q0 43 4 85t20.5 80t49 73t87.5 63q23 12 65 33t84 49.5t72.5 64.5t30.5 79q0 47 -36.5 74.5 t-85.5 27.5q-37 0 -64 -14.5t-46.5 -34.5t-32.5 -41.5t-25 -36.5zM207 0v336h317v-336h-317z" />
+<glyph unicode="@" horiz-adv-x="1730" d="M78 473q0 188 65.5 330.5t175 239t252.5 144.5t301 48q150 0 291.5 -46t251 -141.5t175 -243t65.5 -351.5q0 -29 -3 -76t-13.5 -100.5t-32 -108.5t-58.5 -100t-92 -73t-133 -28q-57 0 -96 14.5t-63.5 37t-37 49t-16.5 49.5q-70 -66 -159 -105t-199 -39q-84 0 -146.5 23.5 t-103.5 65.5t-60.5 97.5t-19.5 119.5q0 92 36 153.5t93 100t128 55t142 16.5q84 0 135.5 -16.5t79.5 -30.5q0 41 -10 76t-34.5 59.5t-66.5 37.5t-106 13q-86 0 -152.5 -22.5t-107.5 -61.5l-65 199q78 53 170 76.5t194 23.5q147 0 229 -43t121 -108.5t46.5 -141t7.5 -143.5 v-137q0 -45 2 -90t12 -82t29.5 -59.5t56.5 -22.5q49 0 76.5 39t43 93t19.5 109.5t4 88.5q0 137 -45 252.5t-129 199.5t-202.5 131.5t-268.5 47.5q-147 0 -265 -47.5t-199 -130.5t-124 -196.5t-43 -248.5q0 -129 40 -242.5t117 -198.5t187.5 -134.5t253.5 -49.5 q53 0 96.5 7.5t81 17.5t72.5 24.5t74 28.5l41 -139q-88 -41 -183.5 -61.5t-187.5 -20.5q-154 0 -289 54.5t-236 154.5t-159.5 242.5t-58.5 320.5zM653 295q0 -14 4.5 -34.5t16.5 -39t35.5 -32t64.5 -13.5t86 12.5t84 30.5q47 23 68.5 51.5t21.5 69.5v47q-31 12 -87 25.5 t-116 13.5q-84 0 -131 -32t-47 -99z" />
+<glyph unicode="A" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM553 551h264l-129 487z" />
+<glyph unicode="B" horiz-adv-x="1411" d="M125 0v1454h844q76 0 137 -32.5t104 -85t66.5 -119t23.5 -136.5q0 -102 -52 -195t-156 -141q125 -37 197.5 -127.5t72.5 -244.5q0 -98 -41 -169t-112.5 -116t-167 -66.5t-201.5 -21.5h-715zM524 336h316q49 0 82.5 31t33.5 88q0 53 -28.5 89t-73.5 36h-330v-244zM524 891 h273q41 0 74.5 22.5t33.5 90.5q0 59 -28.5 84.5t-67.5 25.5h-285v-223z" />
+<glyph unicode="C" horiz-adv-x="1341" d="M45 739q0 133 47 262t138.5 231.5t221.5 166t296 63.5q195 0 340 -87t215 -230l-306 -217q-18 53 -47.5 88t-64.5 55.5t-74 28.5t-72 8q-76 0 -130 -34t-90 -88t-52 -122.5t-16 -136.5q0 -76 19 -145.5t57 -122.5t92.5 -85t123.5 -32q35 0 72 9t71 30.5t61.5 55.5 t43.5 83l326 -194q-31 -80 -93.5 -143.5t-142.5 -106.5t-170 -65.5t-176 -22.5q-152 0 -278.5 64.5t-218 171t-142.5 241.5t-51 274z" />
+<glyph unicode="D" horiz-adv-x="1468" d="M125 0v1454h559q180 0 317.5 -57.5t229.5 -155.5t139 -230t47 -282q0 -166 -52 -300t-148.5 -229.5t-231.5 -147.5t-301 -52h-559zM524 348h160q78 0 139.5 29t103.5 80t63.5 120.5t21.5 151.5q0 84 -22.5 153.5t-64.5 119t-103.5 77t-137.5 27.5h-160v-758z" />
+<glyph unicode="E" horiz-adv-x="1222" d="M125 0v1454h1018v-348h-619v-205h529v-323h-529v-230h637v-348h-1036z" />
+<glyph unicode="F" horiz-adv-x="1144" d="M125 0v1454h997v-348h-598v-242h488v-323h-488v-541h-399z" />
+<glyph unicode="G" horiz-adv-x="1431" d="M47 739q0 154 54.5 286t149.5 229.5t224 153.5t277 56q92 0 176 -21.5t155.5 -63.5t128 -100t93.5 -132l-297 -227q-37 86 -112 138t-159 52q-61 0 -113.5 -28.5t-90 -80t-59 -122t-21.5 -154.5q0 -86 21.5 -155.5t60 -120t93 -78t120.5 -27.5q74 0 142 37t128 106h-256 v287h598v-774h-330v119q-137 -129 -317 -129q-135 0 -256 60.5t-212 162.5t-144.5 238.5t-53.5 287.5z" />
+<glyph unicode="H" horiz-adv-x="1536" d="M125 0v1454h399v-536h488v536h399v-1454h-399v569h-488v-569h-399z" />
+<glyph unicode="I" horiz-adv-x="649" d="M125 0v1454h399v-1454h-399z" />
+<glyph unicode="J" horiz-adv-x="1028" d="M10 68l84 325q6 -4 26.5 -14t51.5 -20.5t71 -18.5t83 -8q63 0 102 20.5t59.5 66.5t26.5 118.5t6 177.5v739h400v-739q0 -166 -18.5 -302.5t-80 -232.5t-179.5 -149.5t-316 -53.5q-184 0 -316 91z" />
+<glyph unicode="K" horiz-adv-x="1411" d="M125 0v1454h399v-594l484 594h409l-528 -651l565 -803h-418l-383 580l-129 -148v-432h-399z" />
+<glyph unicode="L" horiz-adv-x="1204" d="M125 0v1454h399v-1106h660v-348h-1059z" />
+<glyph unicode="M" horiz-adv-x="1748" d="M125 0v1454h436l313 -684l316 684h434v-1454h-399v766l-244 -539h-213l-244 539v-766h-399z" />
+<glyph unicode="N" horiz-adv-x="1544" d="M125 0v1454h311l584 -739v739h399v-1454h-317l-578 715v-715h-399z" />
+<glyph unicode="O" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM453 725q0 -74 17 -142.5t54 -121.5 t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5z" />
+<glyph unicode="P" horiz-adv-x="1269" d="M125 0v1454h627q106 0 196 -44t154.5 -114.5t101.5 -162t37 -183.5q0 -96 -35 -187t-97 -162t-151.5 -113t-195.5 -42h-238v-446h-399zM524 795h211q37 0 69 33.5t32 121.5q0 90 -37 123t-74 33h-201v-311z" />
+<glyph unicode="Q" horiz-adv-x="1495" d="M47 729q0 143 52.5 276.5t146.5 235.5t222 162.5t282 60.5q156 0 283.5 -64.5t218.5 -169t140.5 -237.5t49.5 -272q0 -129 -42 -248t-118 -217l238 -256h-373l-72 78q-72 -41 -156.5 -64.5t-177.5 -23.5q-156 0 -283.5 62.5t-219 166t-141.5 236.5t-50 274zM453 725 q0 -74 17 -142.5t54 -121.5t92 -85t129 -32q35 0 76 10l-239 260h372l56 -59q14 41 20 85t6 89q0 74 -18.5 142.5t-54 122t-91 85t-129.5 31.5q-76 0 -130 -34t-90 -88t-53 -122.5t-17 -140.5z" />
+<glyph unicode="R" horiz-adv-x="1404" d="M125 0v1454h668q106 0 196 -44t154.5 -114.5t101.5 -162t37 -183.5q0 -127 -55.5 -236.5t-153.5 -178.5l328 -535h-451l-276 446h-150v-446h-399zM524 795h252q37 0 69 41t32 114q0 76 -37 116t-74 40h-242v-311z" />
+<glyph unicode="S" horiz-adv-x="1263" d="M27 152l172 350q72 -45 149 -80q66 -31 149 -55.5t169 -24.5q66 0 91 17.5t25 46.5q0 31 -25.5 52t-70.5 37.5t-103.5 33t-123.5 38.5q-96 33 -166 71t-115 86t-66.5 109.5t-21.5 141.5q0 121 44 213t120 153.5t173 93t206 31.5q80 0 155.5 -15t146.5 -38.5t132 -51.5 t111 -52l-172 -330q-61 37 -127 65q-55 25 -124 46.5t-134 21.5q-53 0 -85 -16.5t-32 -55.5q0 -29 18.5 -47t53 -33.5t85 -30t113.5 -34.5q100 -31 181 -67.5t138.5 -87t88 -122t30.5 -174.5q0 -131 -48 -220t-127 -142t-178 -76.5t-200 -23.5q-80 0 -163.5 12t-166.5 34.5 t-160 53.5t-142 70z" />
+<glyph unicode="T" horiz-adv-x="1277" d="M20 1106v348h1237v-348h-417v-1106h-400v1106h-420z" />
+<glyph unicode="U" horiz-adv-x="1517" d="M102 707v747h400v-747q0 -72 14 -138.5t45 -117t79 -80t118 -29.5t119 30.5t79.5 81t45 116t14.5 137.5v747h399v-747q0 -152 -39 -284t-120.5 -228.5t-205.5 -151.5t-292 -55q-174 0 -298 58t-204 156.5t-117 228.5t-37 276z" />
+<glyph unicode="V" horiz-adv-x="1372" d="M-18 1454h421l285 -952l281 952h420l-535 -1454h-332z" />
+<glyph unicode="W" horiz-adv-x="2168" d="M-23 1454h433l315 -997l100 303l-235 694h366l127 -448l129 448h367l-240 -694l105 -303l313 997h434l-569 -1454h-332l-207 520l-204 -520h-332z" />
+<glyph unicode="X" horiz-adv-x="1341" d="M-25 1454h433l264 -459l264 459h430l-485 -737l469 -717h-430l-248 438l-248 -438h-432l469 717z" />
+<glyph unicode="Y" horiz-adv-x="1335" d="M-27 1454h433l260 -629l266 629h434l-502 -973v-481h-397v485z" />
+<glyph unicode="Z" horiz-adv-x="1273" d="M55 0v297l680 809h-649v348h1110v-297l-639 -809h651v-348h-1153z" />
+<glyph unicode="[" horiz-adv-x="706" d="M125 -82v1598h502v-308h-144v-983h144v-307h-502z" />
+<glyph unicode="\" horiz-adv-x="1427" d="M51 1454h430l891 -1454h-428z" />
+<glyph unicode="]" horiz-adv-x="706" d="M80 -82v307h143v983h-143v308h502v-1598h-502z" />
+<glyph unicode="^" horiz-adv-x="1280" d="M74 621l405 833h324l403 -833h-313l-252 518l-258 -518h-309z" />
+<glyph unicode="_" horiz-adv-x="727" d="M2 0h723v-348h-723v348z" />
+<glyph unicode="`" horiz-adv-x="581" d="M92 1495h346l103 -291l-246 -65z" />
+<glyph unicode="a" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5z" />
+<glyph unicode="b" horiz-adv-x="1325" d="M98 0v1495h389v-577q47 88 133.5 134t202.5 46q98 0 183.5 -43t146.5 -118t96 -178.5t35 -223.5q0 -121 -38 -222.5t-104.5 -175.5t-159 -115.5t-198.5 -41.5q-244 0 -348 188v-168h-338zM487 418q76 -111 185 -111q96 0 154.5 61.5t58.5 163.5q0 49 -15.5 92.5t-41 76 t-61.5 51t-79 18.5q-61 0 -116.5 -44t-84.5 -116v-192z" />
+<glyph unicode="c" horiz-adv-x="1179" d="M39 539q0 111 39 212t113.5 178t185 123t254.5 46q197 0 329 -82t197 -211l-379 -115q-55 80 -149 80q-80 0 -135.5 -60.5t-55.5 -170.5q0 -111 55.5 -171.5t135.5 -60.5q94 0 149 80l379 -115q-66 -129 -198 -210.5t-328 -81.5q-143 0 -254 46t-185.5 122.5t-113.5 178 t-39 212.5z" />
+<glyph unicode="d" horiz-adv-x="1376" d="M41 541q0 119 35 221t97.5 177t148.5 117t190 42t191.5 -47t134.5 -133v577h389v-1065q0 -55 20.5 -76.5t73.5 -25.5v-328q-59 -10 -104.5 -15t-79.5 -5q-199 0 -230 149l-8 39q-55 -98 -149.5 -143t-200.5 -45q-111 0 -204 40.5t-160.5 115.5t-105.5 178.5t-38 226.5z M442 532q0 -102 58.5 -163.5t154.5 -61.5q106 0 185 111v192q-29 72 -84.5 116t-116.5 44q-43 0 -79 -18.5t-61.5 -51t-41 -75.5t-15.5 -93z" />
+<glyph unicode="e" horiz-adv-x="1249" d="M39 524q0 117 38 221.5t112.5 182.5t184 124t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -201.5 -210.5t-334.5 -81.5q-141 0 -252 44t-185.5 119.5 t-113.5 174t-39 206.5zM444 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123z" />
+<glyph unicode="f" horiz-adv-x="841" d="M47 659v293h133v117q0 100 29 183t80 141.5t123.5 90.5t162.5 32q135 0 299 -62l-65 -295q-35 12 -75 20.5t-70 8.5q-94 0 -95 -105v-131h236v-293h-236v-659h-389v659h-133z" />
+<glyph unicode="g" horiz-adv-x="1325" d="M43 541q0 121 37 223t103.5 176t158.5 116t203 42q117 0 205 -46t139 -134v159h338v-979q0 -127 -47 -229t-133 -174t-207 -112t-269 -40q-172 0 -299 53.5t-225 153.5l205 213q59 -55 142 -93t177 -38q53 0 101.5 14.5t85.5 46t58.5 83t21.5 122.5v70 q-47 -86 -134.5 -127t-191.5 -41t-191.5 42t-148.5 114.5t-95 171t-34 213.5zM440 530q0 -100 59.5 -161.5t151.5 -61.5q59 0 103.5 27.5t83.5 83.5v192q-29 74 -85.5 117t-117.5 43q-41 0 -77 -19.5t-62.5 -51t-41 -75.5t-14.5 -94z" />
+<glyph unicode="h" horiz-adv-x="1271" d="M98 0v1495h389v-577q57 88 149.5 134t207.5 46q113 0 180.5 -39t102 -97.5t45 -126t10.5 -126.5v-709h-389v606q0 80 -36 116t-89 36q-18 0 -44 -11.5t-51.5 -31t-48 -48t-37.5 -63.5v-604h-389z" />
+<glyph unicode="i" horiz-adv-x="585" d="M98 0v1077h389v-1077h-389zM98 1167v328h389v-328h-389z" />
+<glyph unicode="j" horiz-adv-x="585" d="M-240 -317l160 264q37 -41 96 -41q82 0 82 88v1083h389v-1052q0 -100 -30.5 -183.5t-87 -143.5t-134 -93t-169.5 -33q-86 0 -164 28.5t-142 82.5zM98 1167v328h389v-328h-389z" />
+<glyph unicode="k" horiz-adv-x="1191" d="M98 0v1495h389v-817l287 399h410l-371 -471l408 -606h-412l-244 393l-78 -86v-307h-389z" />
+<glyph unicode="l" horiz-adv-x="743" d="M92 291v1204h389v-1040q0 -123 101 -123q25 0 53.5 8t52.5 22l49 -313q-70 -33 -156.5 -51t-164.5 -18q-156 0 -240 79.5t-84 231.5z" />
+<glyph unicode="m" horiz-adv-x="1925" d="M98 0v1077h351v-159q57 88 157.5 134t237.5 46q66 0 115 -15.5t84.5 -42t57 -59.5t34.5 -70q57 88 156.5 137.5t226.5 49.5q106 0 168.5 -40t95.5 -99.5t43 -127t10 -122.5v-709h-389v606q0 80 -32 116t-77 36q-47 0 -99 -43t-77 -111v-604h-389v606q0 80 -31.5 116 t-76.5 36q-47 0 -99.5 -43t-77.5 -111v-604h-389z" />
+<glyph unicode="n" horiz-adv-x="1271" d="M98 0v1077h351v-159q57 88 160.5 134t244.5 46q111 0 175.5 -40t98 -99.5t44 -127t10.5 -122.5v-709h-389v606q0 80 -36 116t-83 36q-49 0 -104.5 -43t-82.5 -111v-604h-389z" />
+<glyph unicode="o" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM438 539q0 -109 53.5 -170.5t137.5 -61.5t137 61.5 t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170z" />
+<glyph unicode="p" horiz-adv-x="1323" d="M98 -436v1513h338v-162q57 88 141.5 135.5t206.5 47.5q106 0 198.5 -42t158 -116t103.5 -176t38 -221q0 -121 -35 -224.5t-96 -179.5t-145.5 -117.5t-182.5 -41.5q-117 0 -202.5 46t-133.5 134v-596h-389zM487 473q29 -72 84.5 -119t116.5 -47q43 0 79 18.5t61.5 51.5 t41 76t15.5 92q0 102 -58.5 163.5t-154.5 61.5q-109 0 -185 -111v-186z" />
+<glyph unicode="q" horiz-adv-x="1323" d="M41 543q0 119 38 221t103.5 176t156.5 116t200 42q123 0 206.5 -49.5t141.5 -137.5v166h338v-1063q0 -55 20.5 -76.5t73.5 -25.5v-328q-51 -10 -110.5 -15t-104.5 -5q-55 0 -103.5 17.5t-85 48t-58 74.5t-21.5 99v357q-47 -88 -133 -134t-203 -46q-98 0 -182.5 41.5 t-145.5 117.5t-96 179.5t-35 224.5zM438 532q0 -102 58.5 -163.5t154.5 -61.5q106 0 185 111v192q-29 72 -84.5 116t-116.5 44q-43 0 -79 -18.5t-61.5 -51t-41 -75.5t-15.5 -93z" />
+<glyph unicode="r" horiz-adv-x="854" d="M98 0v1077h357v-205q57 109 142 167.5t183 58.5q39 0 49 -2v-351q-113 0 -205 -24.5t-137 -81.5v-639h-389z" />
+<glyph unicode="s" horiz-adv-x="1079" d="M14 109l150 264q113 -59 215 -90t190 -31q102 0 103 51q0 27 -41 47.5t-156 48.5q-115 31 -192.5 62t-124.5 68.5t-67.5 83.5t-20.5 108q0 82 33.5 151.5t95 120.5t146.5 79t185 28q109 0 233 -31t253 -90l-150 -248q-115 53 -190.5 76.5t-145.5 23.5q-45 0 -72.5 -13 t-27.5 -42q0 -16 8 -27.5t28.5 -21.5t56.5 -21.5t89 -23.5q123 -31 207 -64.5t134.5 -73.5t72 -90.5t21.5 -115.5q0 -166 -126 -262t-343 -96q-68 0 -146 10t-152.5 26.5t-144 40t-121.5 52.5z" />
+<glyph unicode="t" horiz-adv-x="868" d="M39 784v293h133v338h389v-338h211v-293h-211v-356q0 -53 22.5 -74.5t61.5 -21.5q29 0 66 9t73 26l70 -308q-82 -35 -175 -58.5t-183 -23.5q-66 0 -125.5 16.5t-103.5 53.5t-69.5 96.5t-25.5 147.5v493h-133z" />
+<glyph unicode="u" horiz-adv-x="1323" d="M90 369v708h389v-620q0 -72 32 -111t87 -39q45 0 92 20.5t94 90.5v659h390v-647q0 -55 20 -76.5t74 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-76 -100 -180.5 -144t-239.5 -44q-164 0 -250 99t-86 290z" />
+<glyph unicode="v" horiz-adv-x="1136" d="M-6 1077h399l193 -772l194 772h363l-363 -1077h-424z" />
+<glyph unicode="w" horiz-adv-x="1781" d="M-12 1077h366l260 -723l68 232l-193 491h310l92 -315l92 315h309l-192 -491l67 -232l260 723h367l-440 -1077h-318l-145 410l-146 -410h-317z" />
+<glyph unicode="x" horiz-adv-x="1130" d="M-14 0l370 539l-360 538h395l154 -264l20 -43l21 43l153 264h396l-361 -538l371 -539h-395l-166 264l-19 41l-18 -41l-166 -264h-395z" />
+<glyph unicode="y" horiz-adv-x="1118" d="M-20 1077h399l205 -747l166 747h362l-364 -1206q-25 -80 -70 -144.5t-107.5 -110.5t-138.5 -70.5t-158 -24.5q-104 0 -200 39v331q91 -34 155 -34h4q125 0 138 143z" />
+<glyph unicode="z" horiz-adv-x="1011" d="M45 0v229l492 582h-461v266h866v-229l-489 -582h508v-266h-916z" />
+<glyph unicode="{" horiz-adv-x="720" d="M55 606v266q20 0 43 13.5t40.5 35t28.5 49t11 56.5v428q0 37 17.5 49.5t29.5 12.5h414v-308h-113v-315q0 -57 -25.5 -92t-58.5 -64q31 -29 57.5 -64.5t26.5 -90.5v-338h113v-307h-414q-12 0 -29.5 11t-17.5 50v451q0 66 -40 106.5t-83 50.5z" />
+<glyph unicode="|" horiz-adv-x="569" d="M121 -266v1853h328v-1853h-328z" />
+<glyph unicode="}" horiz-adv-x="720" d="M82 -63v307h113v338q0 55 26.5 91t57.5 64q-33 29 -58.5 64t-25.5 92v315h-113v308h414q12 0 29.5 -12.5t17.5 -49.5v-428q0 -29 11 -56.5t28.5 -49t39 -35t44.5 -13.5v-266q-43 -10 -83 -51t-40 -106v-451q0 -39 -17.5 -50t-29.5 -11h-414z" />
+<glyph unicode="~" horiz-adv-x="1247" d="M92 442q0 25 16.5 79t56.5 108.5t104.5 95.5t162.5 41q61 0 111.5 -16.5t95.5 -36t88 -35.5t92 -16q45 0 74 15t43 33.5t19.5 35t5.5 20.5h204q0 -16 -17.5 -68.5t-57 -110t-106 -101.5t-167.5 -44q-59 0 -108.5 15.5t-95.5 34t-90 34t-93 15.5q-47 0 -73.5 -14.5 t-39 -33t-15.5 -34t-3 -17.5h-207z" />
+<glyph unicode="&#xa1;" horiz-adv-x="671" d="M141 -14v854h389v-854h-389zM141 1077v377h389v-377h-389z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1267" d="M76 528q0 104 30.5 196.5t92 167.5t153.5 127t215 75v227h164v-227q135 -4 262 -75t203 -214l-379 -115q-14 25 -38.5 44.5t-47.5 23.5v-441q33 14 53.5 32t32.5 38l379 -115q-35 -74 -93.5 -129t-124 -91t-132 -54t-115.5 -18v-226h-164v228q-109 8 -198.5 58t-154 126 t-101.5 170t-37 192zM477 528q0 -57 21.5 -107t68.5 -85v403q-41 -23 -65.5 -79t-24.5 -132z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1193" d="M94 256q63 37 110.5 105.5t65.5 146.5h-151v287h112q-29 72 -57.5 143.5t-28.5 148.5q0 80 36 149t99.5 119t147.5 79.5t182 29.5q135 0 259 -56t212 -159l-196 -239q-27 31 -60.5 56.5t-70.5 43.5t-75 29.5t-71 11.5q-55 0 -87 -28.5t-32 -78.5q0 -53 30 -114.5 t59 -134.5h387v-287h-365q-14 -55 -45 -105.5t-82 -103.5q49 16 87 23.5t73 7.5q66 0 133.5 -15.5t132.5 -15.5q35 0 63.5 6t65.5 21l94 -287q-47 -31 -114.5 -50.5t-128.5 -19.5q-47 0 -98.5 10.5t-103.5 23.5t-105.5 23.5t-104.5 10.5q-59 0 -138 -15.5t-157 -39.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1519" d="M63 1454h433l260 -629l266 629h434l-295 -569h131v-246h-258l-80 -158v-67h340v-246h-340v-168h-397v168h-338v246h338v71l-78 154h-258v246h133z" />
+<glyph unicode="&#xa6;" horiz-adv-x="577" d="M125 -266v786h328v-786h-328zM125 801v786h328v-786h-328z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1128" d="M78 1044q0 80 33.5 155t94 134.5t145.5 95t188 35.5q98 0 176 -32.5t136 -79.5t100 -98.5t69 -90.5l-297 -139q-23 37 -59.5 66.5t-100.5 29.5q-53 0 -72.5 -20.5t-19.5 -48.5q0 -41 26.5 -49.5t61.5 -10.5q78 -4 161 -22.5t150.5 -60.5t111.5 -110.5t44 -170.5 q0 -59 -11.5 -99.5t-15.5 -52.5q18 -29 35 -78t17 -127q0 -127 -49.5 -213t-123 -139t-159.5 -75.5t-160 -22.5q-88 0 -165 26.5t-138 64.5t-104 78t-64 66l248 238q53 -59 104.5 -82t100.5 -23q45 0 74.5 16.5t29.5 51.5t-26.5 42t-55.5 9q-115 8 -197.5 42t-138 86 t-82 119t-26.5 144q0 61 11 90t13 43q-16 23 -40.5 79.5t-24.5 133.5zM496 643q0 -29 16 -42t38.5 -19.5t47.5 -7.5t41 -7q10 8 14 21.5t4 25.5q0 39 -28.5 53.5t-53.5 14.5q-10 0 -20 1t-20 3t-21 4q-18 -14 -18 -47z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1159" d="M184 1188v287h320v-287h-320zM655 1188v287h320v-287h-320z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1734" d="M78 727q0 158 58.5 293t162.5 233.5t247.5 154.5t311.5 56q172 0 319.5 -56t254 -154.5t167 -233.5t60.5 -293q0 -160 -60.5 -295t-167 -234.5t-254 -155.5t-319.5 -56q-168 0 -311.5 56t-247.5 155.5t-162.5 234.5t-58.5 295zM221 727q0 -127 48 -238.5t133 -194.5 t202 -130t254 -47t258 45t209 125t139.5 192.5t51.5 247.5q0 125 -50.5 235.5t-137.5 193.5t-208 130t-262 47q-135 0 -252 -47t-203 -130t-134 -193.5t-48 -235.5zM328 725q0 98 35.5 188.5t105.5 159t173 109.5t237 41q188 0 315 -82t190 -211l-378 -115q-47 80 -129 80 q-61 0 -105.5 -44t-44.5 -126t44 -126t106 -44q82 0 129 80l378 -115q-63 -129 -190 -211t-315 -82q-133 0 -236.5 41t-173.5 109.5t-105.5 159t-35.5 188.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="927" d="M70 924q0 57 22.5 104t63.5 81t97 53.5t124 19.5q86 0 139 -29v23q0 53 -26.5 79.5t-92.5 26.5q-59 0 -110 -20.5t-109 -61.5l-78 168q141 96 324 96q174 0 266 -80.5t92 -240.5v-146q0 -39 14.5 -54t49.5 -17v-230q-35 -8 -68 -11t-57 -3q-72 0 -109 25.5t-47 78.5 l-6 29q-97 -133 -240 -133q-53 0 -99 18.5t-80 50t-52 75.5t-18 98zM319 948q0 -31 22.5 -51t57.5 -20q20 0 44 8t40 20q33 23 33 53v56q-20 10 -46 15t-46 5q-45 0 -75 -24.5t-30 -61.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1452" d="M61 430v180l568 406v-311l-262 -175l262 -157v-312zM780 430v180l568 406v-311l-263 -175l263 -157v-312z" />
+<glyph unicode="&#xac;" horiz-adv-x="1304" d="M100 535v348h1084v-701h-328v353h-756z" />
+<glyph unicode="&#xad;" horiz-adv-x="1288" d="M102 391v348h1084v-348h-1084z" />
+<glyph unicode="&#xae;" horiz-adv-x="1734" d="M78 727q0 158 58.5 293t162.5 233.5t248.5 154.5t314.5 56t316.5 -56t253 -154.5t167 -233.5t60.5 -293q0 -160 -60.5 -295t-167 -234.5t-253 -155.5t-316.5 -56t-314.5 56t-248.5 155.5t-162.5 234.5t-58.5 295zM229 725q0 -127 47.5 -237.5t131.5 -193.5t200.5 -131 t255.5 -48q135 0 253 46t205 127t136 191.5t49 241.5q0 129 -48 240.5t-134 194.5t-203.5 130t-257.5 47q-139 0 -255.5 -47t-200.5 -130t-131.5 -193.5t-47.5 -237.5zM514 295v876h408q63 0 118.5 -26.5t94.5 -70.5t61.5 -99t22.5 -111q0 -72 -35 -139.5t-92 -108.5 l196 -321h-301l-166 268h-37v-268h-270zM784 793h109q23 0 41 14t18 57q0 47 -20.5 59.5t-42.5 12.5h-105v-143z" />
+<glyph unicode="&#xaf;" horiz-adv-x="897" d="M131 1243v232h635v-232h-635z" />
+<glyph unicode="&#xb0;" horiz-adv-x="622" d="M68 1249q0 100 67.5 167t175.5 67q109 0 176.5 -66.5t67.5 -167.5q0 -117 -67.5 -185.5t-176.5 -68.5t-176 70.5t-67 183.5zM246 1239q0 -29 19.5 -47t45.5 -18q27 0 45.5 19t18.5 46q0 29 -18.5 46.5t-45.5 17.5q-25 0 -45 -17.5t-20 -46.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="985" d="M102 2v307h779v-307h-779zM104 639v307h215v236h349v-236h215v-307h-215v-236h-349v236h-215z" />
+<glyph unicode="&#xb2;" horiz-adv-x="903" d="M53 586q0 88 12.5 152.5t43 114.5t84 89t135.5 74q49 20 96 39.5t84 41t59.5 46t22.5 59.5q0 47 -40 62.5t-108 15.5q-78 0 -141 -27.5t-104 -62.5l-140 164q45 59 153.5 101t264.5 42q178 0 273.5 -74.5t95.5 -222.5q0 -70 -25.5 -119t-63.5 -83.5t-83 -55t-84 -31.5 q-74 -20 -119 -42.5t-45 -63.5h383v-219h-754z" />
+<glyph unicode="&#xb3;" horiz-adv-x="864" d="M43 1382q27 29 68 50.5t89 36t100 21.5t103 7q82 0 153 -18.5t121 -52t78.5 -78.5t28.5 -97q0 -74 -54 -122t-146 -62q104 -14 162.5 -79.5t58.5 -156.5q0 -72 -36 -120.5t-93.5 -79.5t-132 -45.5t-150.5 -14.5q-123 0 -214 35t-132 111l117 172q8 -8 24.5 -23.5t46 -31 t71.5 -26.5t102 -11q31 0 60.5 4t54 12t40 22.5t15.5 34.5q0 47 -81 64.5t-223 17.5h-51v203h49q121 0 198 18.5t77 61.5q0 18 -14.5 29.5t-36 16.5t-45 7t-39.5 2q-84 0 -134.5 -24.5t-93.5 -65.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="581" d="M92 1204l103 291h346l-203 -356z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1370" d="M125 -436v1513h389v-620q0 -72 30.5 -111t96.5 -39q37 0 84 20.5t94 90.5v659h389v-647q0 -55 20.5 -76.5t74.5 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-8 -23 -34 -54.5t-62.5 -61t-79.5 -51t-89 -21.5q-31 0 -54 10t-38.5 22.5t-23.5 23.5 t-11 15l25 -487h-389z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1429" d="M70 911q0 262 150.5 402.5t426.5 140.5h699v-287h-144v-1331h-328v549h-63v-549h-328v549q-92 0 -167.5 39t-131 107.5t-85 165.5t-29.5 214zM391 922q0 -102 25.5 -172t66.5 -78v495q-41 -8 -66.5 -76.5t-25.5 -168.5zM811 672h63v495h-63v-495z" />
+<glyph unicode="&#xb7;" horiz-adv-x="520" d="M102 487v377h316v-377h-316z" />
+<glyph unicode="&#xb8;" horiz-adv-x="741" d="M41 -393l72 131q23 -14 76 -27.5t108 -13.5q47 0 81 14.5t34 48.5q0 35 -31 48.5t-82 13.5q-43 0 -91 -7.5t-71 -11.5l131 271l142 -39l-74 -105q12 2 25.5 3t29.5 1q37 0 72 -9t61.5 -27.5t43 -49t16.5 -73.5q0 -86 -75 -148.5t-237 -62.5q-74 0 -132 13t-99 30z" />
+<glyph unicode="&#xb9;" horiz-adv-x="657" d="M61 1153v223q31 0 65 18.5t61.5 41t46 41t18.5 20.5h225v-688h137v-219h-518v219h156v453q-10 -14 -32.5 -33t-49.5 -36t-55.5 -28.5t-53.5 -11.5z" />
+<glyph unicode="&#xba;" horiz-adv-x="899" d="M57 1073q0 78 26 148.5t75 125t121.5 86t169.5 31.5q96 0 169.5 -31.5t123 -86t74 -125t24.5 -148.5t-24.5 -148.5t-74 -125t-123 -86t-169.5 -31.5t-169 31.5t-122 86t-75 125t-26 148.5zM330 1073q0 -76 32.5 -119t86.5 -43q53 0 85.5 43t32.5 119t-32.5 119t-85.5 43 t-86 -43t-33 -119z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1452" d="M104 61v312l263 157l-263 175v311l568 -406v-180zM823 61v312l262 157l-262 175v311l568 -406v-180z" />
+<glyph unicode="&#xbc;" horiz-adv-x="2082" d="M80 1153v223q31 0 64.5 18.5t61 41t46 41t18.5 20.5h226v-688h137v-219h-518v219h155v453q-10 -14 -32.5 -33t-49 -36t-55.5 -28.5t-53 -11.5zM430 133l580 653l514 691l170 -154l-555 -633l-539 -710zM1219 172v219l510 512h151v-512h131v-219h-131v-170h-221v170h-440z M1425 391h242v248z" />
+<glyph unicode="&#xbd;" horiz-adv-x="2115" d="M76 1153v223q31 0 64.5 18.5t61 41t46 41t18.5 20.5h226v-688h137v-219h-518v219h155v453q-10 -14 -32.5 -33t-49 -36t-55.5 -28.5t-53 -11.5zM348 133l580 653l514 691l170 -154l-555 -633l-539 -710zM1319 0q0 88 11 152.5t39 114.5t76 89t124 74q45 20 87 39.5 t75.5 41t54 46.5t20.5 59q0 47 -36.5 62.5t-98.5 15.5q-72 0 -129 -27.5t-94 -62.5l-127 164q41 59 140.5 101t242.5 42q160 0 247 -74.5t87 -222.5q0 -70 -23.5 -119t-58.5 -83.5t-76 -55t-76 -30.5q-68 -20 -108.5 -43t-40.5 -64h385v-219h-721z" />
+<glyph unicode="&#xbe;" horiz-adv-x="2105" d="M70 1382q27 29 67.5 50.5t88.5 36t100.5 21.5t103.5 7q82 0 152.5 -18.5t121 -52t79 -78.5t28.5 -97q0 -74 -54.5 -122t-146.5 -62q104 -14 162.5 -79.5t58.5 -156.5q0 -72 -35.5 -120.5t-93 -79.5t-132 -45.5t-150.5 -14.5q-123 0 -214 35t-132 111l116 172 q8 -8 24.5 -23.5t46.5 -31t72 -26.5t101 -11q31 0 60.5 4t54 12t40 22.5t15.5 34.5q0 47 -81 64.5t-222 17.5h-51v203h49q121 0 197.5 18.5t76.5 61.5q0 18 -14 29.5t-35.5 16.5t-45 7t-40.5 2q-84 0 -134 -24.5t-93 -65.5zM494 133l579 653l514 691l170 -154l-555 -633 l-538 -710zM1237 172v219l510 512h151v-512h132v-219h-132v-170h-221v170h-440zM1444 391h242v248z" />
+<glyph unicode="&#xbf;" horiz-adv-x="1007" d="M63 -18q0 98 36 179t128 142q45 31 92.5 53.5t87 45t65.5 46t26 58.5h317q0 -43 -4 -85t-20.5 -80t-49 -73t-88.5 -63q-23 -12 -65.5 -32.5t-83.5 -49.5t-72 -64.5t-31 -78.5q0 -47 37 -75t86 -28q37 0 63.5 14.5t46 35t33 42t25.5 35.5l248 -176q-53 -125 -168 -194.5 t-262 -69.5q-78 0 -158 22.5t-144.5 71.5t-104.5 129t-40 195zM492 700v336h317v-336h-317z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM367 1874h346l102 -291l-246 -65zM553 551h264l-129 487z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM553 551h264l-129 487zM561 1581l103 291h346l-203 -356z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM317 1636l232 236h278l232 -236l-197 -86l-174 129l-174 -129zM553 551h264l-129 487z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM244 1548q0 27 15 81t50 107.5t88.5 94.5t130.5 41q49 0 86 -16.5t68 -36t59.5 -36t63.5 -16.5q33 0 53.5 15.5t31.5 35t14 36t3 18.5h205q0 -18 -16.5 -70.5t-51 -109t-90 -100.5t-135.5 -44 q-47 0 -83 15.5t-66.5 34t-60 34t-64.5 15.5t-53.5 -14.5t-27.5 -33t-11 -34t-2 -17.5h-207zM553 551h264l-129 487z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM293 1567v286h319v-286h-319zM553 551h264l-129 487zM764 1567v286h319v-286h-319z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1374" d="M-16 0l542 1454h324l541 -1454h-422l-88 285h-387l-86 -285h-424zM449 1694q0 90 64.5 134t174.5 44q111 0 175.5 -44t64.5 -134t-64.5 -134t-175.5 -44t-175 44t-64 134zM553 551h264l-129 487zM606 1696q0 -31 23.5 -50.5t58.5 -19.5t58.5 19.5t23.5 50.5 q0 29 -23.5 47t-58.5 18t-58.5 -18.5t-23.5 -46.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1990" d="M-49 0l883 1454h1079v-348h-578v-193h467v-348h-467v-217h596v-348h-993v285h-412l-153 -285h-422zM694 633h213v381z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1343" d="M47 739q0 133 47 262t138.5 231.5t221.5 166t296 63.5q195 0 340 -87t215 -230l-306 -217q-18 53 -47.5 88t-64.5 55.5t-74 28.5t-72 8q-76 0 -130 -34t-90 -88t-52 -122.5t-16 -136.5q0 -76 19.5 -145.5t57 -122.5t92 -85t123.5 -32q35 0 72 9t71 30.5t61.5 55.5 t43.5 83l326 -194q-27 -70 -77 -126.5t-114.5 -97.5t-139.5 -68.5t-150 -37.5l-45 -66q12 2 25 3t30 1q37 0 71.5 -9t61.5 -27.5t43 -49t16 -73.5q0 -86 -74.5 -148.5t-236.5 -62.5q-74 0 -132 13t-99 30l71 131q23 -14 76 -27.5t109 -13.5q47 0 80.5 14.5t33.5 48.5 q0 35 -30.5 48.5t-81.5 13.5q-43 0 -91.5 -7.5t-70.5 -11.5l90 189q-141 10 -258 78.5t-202 172t-131 233.5t-46 263z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1222" d="M125 0v1454h1018v-348h-619v-205h529v-323h-529v-230h637v-348h-1036zM326 1874h346l102 -291l-246 -65z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1222" d="M125 0v1454h1018v-348h-619v-205h529v-323h-529v-230h637v-348h-1036zM520 1581l103 291h346l-203 -356z" />
+<glyph unicode="&#xca;" horiz-adv-x="1222" d="M125 0v1454h1018v-348h-619v-205h529v-323h-529v-230h637v-348h-1036zM276 1636l232 236h278l232 -236l-197 -86l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1222" d="M125 0v1454h1018v-348h-619v-205h529v-323h-529v-230h637v-348h-1036zM252 1567v286h319v-286h-319zM723 1567v286h319v-286h-319z" />
+<glyph unicode="&#xcc;" horiz-adv-x="649" d="M2 1874h346l103 -291l-246 -65zM125 0v1454h399v-1454h-399z" />
+<glyph unicode="&#xcd;" horiz-adv-x="649" d="M125 0v1454h399v-1454h-399zM197 1581l102 291h346l-203 -356z" />
+<glyph unicode="&#xce;" horiz-adv-x="649" d="M-47 1636l231 236h279l231 -236l-196 -86l-174 129l-174 -129zM125 0v1454h399v-1454h-399z" />
+<glyph unicode="&#xcf;" horiz-adv-x="649" d="M-72 1567v286h320v-286h-320zM125 0v1454h399v-1454h-399zM399 1567v286h320v-286h-320z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1476" d="M57 588v286h76v580h559q180 0 317.5 -57.5t229.5 -155.5t139 -230t47 -282q0 -166 -52 -300t-148.5 -229.5t-231.5 -147.5t-301 -52h-559v588h-76zM532 348h160q78 0 139.5 29t103.5 80t63.5 120.5t21.5 151.5q0 84 -22.5 153.5t-64.5 119t-103.5 77t-137.5 27.5h-160 v-232h234v-286h-234v-240z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1544" d="M125 0v1454h311l584 -739v739h399v-1454h-317l-578 715v-715h-399zM322 1546q0 27 15 81t50 107.5t88 94.5t131 41q49 0 86 -16.5t68 -36t59.5 -36t63.5 -16.5q33 0 53 15.5t31.5 35t14.5 36t3 18.5h205q0 -18 -16.5 -70.5t-51.5 -109t-90 -100.5t-135 -44 q-47 0 -83 15.5t-66.5 34t-60.5 34t-64 15.5q-35 0 -53.5 -14.5t-28 -33t-11.5 -34t-2 -17.5h-206z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM428 1874h346l103 -291l-246 -65z M453 725q0 -74 17 -142.5t54 -121.5t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM453 725q0 -74 17 -142.5t54 -121.5 t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5zM623 1581l102 291h346l-203 -356z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM379 1636l231 236h279l231 -236 l-196 -86l-174 129l-175 -129zM453 725q0 -74 17 -142.5t54 -121.5t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM305 1548q0 27 15.5 81t50.5 107.5 t88 94.5t131 41q49 0 86 -16.5t67.5 -36t59 -36t63.5 -16.5q33 0 53.5 15.5t32 35t14.5 36t3 18.5h205q0 -18 -16.5 -70.5t-51.5 -109t-90 -100.5t-135 -44q-47 0 -83 15.5t-67 34t-60.5 34t-64.5 15.5t-53 -14.5t-27.5 -33t-11.5 -34t-2 -17.5h-207zM453 725 q0 -74 17 -142.5t54 -121.5t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1488" d="M47 729q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q156 0 283.5 -63.5t218.5 -168t140.5 -237.5t49.5 -272q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-156 0 -283.5 63.5t-219 167t-141.5 236.5t-50 274zM354 1567v286h320v-286h-320zM453 725 q0 -74 17 -142.5t54 -121.5t92.5 -86t128.5 -33q76 0 131.5 34t90 88t52 123.5t17.5 141.5q0 74 -18.5 142.5t-54 120.5t-91 84t-129.5 32q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5zM825 1567v286h320v-286h-320z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1005" d="M84 391l176 176l-164 166l244 242l164 -164l164 164l239 -242l-164 -164l181 -178l-244 -241l-178 178l-178 -178z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1492" d="M4 0l195 268q-72 98 -111 217t-39 244q0 143 52.5 276.5t146.5 234.5t222 161.5t282 60.5q145 0 270 -57l37 49h430l-197 -270q72 -100 112 -220t40 -243q0 -143 -52.5 -275.5t-144.5 -233.5t-221 -162.5t-283 -61.5q-78 0 -146.5 15t-129.5 44l-35 -47h-428zM455 725 q0 -49 6 -94l342 471q-29 6 -58 6q-76 0 -130 -33t-90 -87t-53 -122.5t-17 -140.5zM684 348q31 -6 64 -6q76 0 131 34t90 88t52 123.5t17 141.5q0 23 -2 47.5t-6 46.5z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1517" d="M102 707v747h400v-747q0 -72 14 -138.5t45 -117t79 -80t118 -29.5t119 30.5t79.5 81t45 116t14.5 137.5v747h399v-747q0 -152 -39 -284t-120.5 -228.5t-205.5 -151.5t-292 -55q-174 0 -298 58t-204 156.5t-117 228.5t-37 276zM436 1874h346l103 -291l-246 -65z" />
+<glyph unicode="&#xda;" horiz-adv-x="1517" d="M102 707v747h400v-747q0 -72 14 -138.5t45 -117t79 -80t118 -29.5t119 30.5t79.5 81t45 116t14.5 137.5v747h399v-747q0 -152 -39 -284t-120.5 -228.5t-205.5 -151.5t-292 -55q-174 0 -298 58t-204 156.5t-117 228.5t-37 276zM631 1581l102 291h346l-202 -356z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1517" d="M102 707v747h400v-747q0 -72 14 -138.5t45 -117t79 -80t118 -29.5t119 30.5t79.5 81t45 116t14.5 137.5v747h399v-747q0 -152 -39 -284t-120.5 -228.5t-205.5 -151.5t-292 -55q-174 0 -298 58t-204 156.5t-117 228.5t-37 276zM387 1636l231 236h279l231 -236l-196 -86 l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1517" d="M102 707v747h400v-747q0 -72 14 -138.5t45 -117t79 -80t118 -29.5t119 30.5t79.5 81t45 116t14.5 137.5v747h399v-747q0 -152 -39 -284t-120.5 -228.5t-205.5 -151.5t-292 -55q-174 0 -298 58t-204 156.5t-117 228.5t-37 276zM362 1567v286h320v-286h-320zM834 1567v286 h319v-286h-319z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1335" d="M-27 1454h433l260 -629l266 629h434l-502 -973v-481h-397v485zM539 1581l102 291h346l-203 -356z" />
+<glyph unicode="&#xde;" horiz-adv-x="1239" d="M125 0v1454h399v-242h197q106 0 196.5 -44t155 -114.5t101 -160.5t36.5 -182q0 -98 -34.5 -188.5t-97 -161t-151.5 -112.5t-196 -42h-207v-207h-399zM524 555h187q39 0 69.5 42t30.5 114q0 76 -36 114.5t-75 38.5h-176v-309z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1153" d="M98 0v1083q0 82 38 151t104.5 120t155.5 79.5t194 28.5q90 0 167 -22.5t132 -66.5t87 -108.5t32 -146.5q0 -51 -12.5 -98t-32 -85t-46 -66.5t-55.5 -43.5q117 -45 184.5 -143t67.5 -246q0 -133 -54 -220t-139 -137t-190.5 -70.5t-210.5 -20.5v356q76 0 130.5 36t54.5 105 q0 37 -15.5 62.5t-38 42t-46 24t-42.5 7.5h-47v348h43q43 0 61.5 22.5t18.5 57.5q0 33 -13.5 50t-29.5 25.5t-29.5 9.5t-15.5 1q-31 0 -48.5 -15.5t-25.5 -36t-9 -41t-1 -30.5v-1012h-369z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM252 1497h346l102 -291l-245 -65zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5 t-46.5 -88.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5zM446 1204l103 291h346 l-203 -356z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM203 1260l231 235h279l231 -235l-196 -86l-175 129l-174 -129zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20 t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM129 1171q0 27 15.5 81.5t50 107.5t88 94t131.5 41q49 0 86 -16.5t67.5 -36t59 -35.5t63.5 -16q33 0 53.5 15t31.5 34.5t14.5 36t3.5 18.5h204q0 -18 -16 -70.5 t-51 -108.5t-90 -100.5t-135 -44.5q-47 0 -83 15.5t-67 34t-60.5 34t-64.5 15.5t-53.5 -14.5t-27.5 -33t-11 -33.5t-2 -18h-207zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5z " />
+<glyph unicode="&#xe4;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM178 1190v287h320v-287h-320zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5 t-46.5 -88.5zM649 1190v287h320v-287h-320z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1236" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q0 76 -44 113t-142 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q258 0 397.5 -115t139.5 -344v-209q0 -55 20.5 -76.5t73.5 -25.5v-328q-53 -10 -100 -15t-84 -5q-104 0 -158.5 37.5 t-70.5 111.5l-9 39q-72 -92 -166 -140t-200 -48q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM334 1317q0 90 64.5 134t174.5 44q111 0 175.5 -44t64.5 -134t-64.5 -134t-175.5 -44t-175 44t-64 134zM406 360q0 -45 35.5 -73.5t90.5 -28.5q35 0 72 11.5t66 29.5 q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5zM492 1319q0 -31 23.5 -50.5t57.5 -19.5q35 0 58.5 19.5t23.5 50.5q0 29 -23.5 47t-58.5 18t-58 -18t-23 -47z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1931" d="M39 326q0 82 35 149.5t96 116.5t146 75.5t188 26.5q131 0 217 -41v33q-2 76 -45 113t-141 37q-92 0 -170 -30t-164 -87l-113 242q213 137 485 137q240 0 379 -103q70 47 159 75t200 28q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755 q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -202 -210.5t-334 -81.5q-164 0 -284 57t-193 151q-39 -55 -90.5 -95t-106.5 -64.5t-112.5 -36.5t-108.5 -12q-80 0 -149.5 26.5t-120 72.5t-79 109.5t-28.5 137.5zM406 360q0 -45 35.5 -73.5t90.5 -28.5 q35 0 72 11.5t66 29.5q23 16 37 35.5t14 40.5v80q-35 12 -76 20t-74 8q-72 0 -118.5 -34.5t-46.5 -88.5zM1126 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1183" d="M41 539q0 111 39 212t113.5 178t185 123t254.5 46q197 0 329 -82t197 -211l-379 -115q-55 80 -149 80q-80 0 -135.5 -60.5t-55.5 -170.5q0 -111 55.5 -171.5t135.5 -60.5q94 0 149 80l379 -115q-59 -115 -166.5 -191.5t-267.5 -94.5l-37 -56q12 2 25.5 3t29.5 1 q37 0 72 -9t61.5 -27.5t43 -49t16.5 -73.5q0 -86 -75 -148.5t-236 -62.5q-74 0 -132.5 13t-99.5 30l72 131q23 -14 76 -27.5t108 -13.5q47 0 81 14.5t34 48.5q0 35 -31 48.5t-82 13.5q-43 0 -91 -7.5t-71 -11.5l86 179q-129 8 -229 57t-167.5 125t-102.5 173t-35 202z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1249" d="M39 524q0 117 38 221.5t112.5 182.5t184 124t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -201.5 -210.5t-334.5 -81.5q-141 0 -252 44t-185.5 119.5 t-113.5 174t-39 206.5zM307 1497h346l103 -291l-246 -65zM444 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1249" d="M39 524q0 117 38 221.5t112.5 182.5t184 124t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -201.5 -210.5t-334.5 -81.5q-141 0 -252 44t-185.5 119.5 t-113.5 174t-39 206.5zM444 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123zM502 1204l102 291h346l-202 -356z" />
+<glyph unicode="&#xea;" horiz-adv-x="1249" d="M39 524q0 117 38 221.5t112.5 182.5t184 124t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -201.5 -210.5t-334.5 -81.5q-141 0 -252 44t-185.5 119.5 t-113.5 174t-39 206.5zM258 1260l231 235h279l231 -235l-196 -86l-174 129l-174 -129zM444 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1249" d="M39 524q0 117 38 221.5t112.5 182.5t184 124t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -31 -3.5 -63t-7.5 -56h-755q6 -86 63 -124t125 -38q63 0 119.5 28.5t75.5 80.5l329 -95q-66 -129 -201.5 -210.5t-334.5 -81.5q-141 0 -252 44t-185.5 119.5 t-113.5 174t-39 206.5zM233 1190v287h320v-287h-320zM444 653h357q-10 78 -57.5 123t-120.5 45q-74 0 -121 -45t-58 -123zM705 1190v287h319v-287h-319z" />
+<glyph unicode="&#xec;" horiz-adv-x="585" d="M-29 1497h346l103 -291l-246 -65zM98 0v1077h389v-1077h-389z" />
+<glyph unicode="&#xed;" horiz-adv-x="585" d="M98 0v1077h389v-1077h-389zM166 1204l102 291h346l-202 -356z" />
+<glyph unicode="&#xee;" horiz-adv-x="585" d="M-78 1260l232 235h278l232 -235l-197 -86l-174 129l-174 -129zM98 0v1077h389v-1077h-389z" />
+<glyph unicode="&#xef;" horiz-adv-x="585" d="M-102 1190v287h319v-287h-319zM98 0v1077h389v-1077h-389zM369 1190v287h319v-287h-319z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1273" d="M45 479q0 102 38 190.5t103.5 154t154.5 103.5t191 38q82 0 158 -25t135 -70q-18 68 -47.5 130.5t-72.5 121.5l-156 -78l-107 146l138 70q-137 125 -359 235h471q47 -23 93 -50.5t89 -64.5l148 78l106 -145l-127 -66q104 -135 164 -303t60 -348q0 -145 -41 -259 t-117 -194t-185.5 -121.5t-246.5 -41.5q-129 0 -237.5 36.5t-187.5 103t-122 158t-43 201.5zM444 481q0 -78 52.5 -126t138.5 -48t138 48t52 126t-52 126t-138 48t-138.5 -48t-52.5 -126z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1271" d="M98 0v1077h351v-159q57 88 160.5 134t244.5 46q111 0 175.5 -40t98 -99.5t44 -127t10.5 -122.5v-709h-389v606q0 80 -36 116t-83 36q-49 0 -104.5 -43t-82.5 -111v-604h-389zM238 1171q0 27 15 81.5t50 107.5t88 94t131 41q49 0 86 -16.5t68 -36t59.5 -35.5t63.5 -16 q33 0 53 15t31.5 34.5t14.5 36t3 18.5h205q0 -18 -16.5 -70.5t-51 -108.5t-90 -100.5t-135.5 -44.5q-47 0 -83 15.5t-66.5 34t-60.5 34t-64 15.5q-35 0 -53.5 -14.5t-27.5 -33t-11.5 -33.5t-2.5 -18h-206z" />
+<glyph unicode="&#xf2;" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM307 1497h346l103 -291l-246 -65zM438 539 q0 -109 53.5 -170.5t137.5 -61.5t137 61.5t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170z" />
+<glyph unicode="&#xf3;" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM438 539q0 -109 53.5 -170.5t137.5 -61.5t137 61.5 t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170zM502 1204l102 291h346l-202 -356z" />
+<glyph unicode="&#xf4;" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM258 1260l231 235h279l231 -235l-196 -86l-174 129 l-174 -129zM438 539q0 -109 53.5 -170.5t137.5 -61.5t137 61.5t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170z" />
+<glyph unicode="&#xf5;" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM184 1171q0 27 15.5 81.5t50.5 107.5t88 94t131 41 q49 0 86 -16.5t67.5 -36t59.5 -35.5t63 -16q33 0 53.5 15t32 34.5t14.5 36t3 18.5h205q0 -18 -16.5 -70.5t-51.5 -108.5t-90 -100.5t-135 -44.5q-47 0 -83 15.5t-66.5 34t-60.5 34t-65 15.5t-53 -14.5t-27.5 -33t-11.5 -33.5t-2 -18h-207zM438 539q0 -109 53.5 -170.5 t137.5 -61.5t137 61.5t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170z" />
+<glyph unicode="&#xf6;" d="M39 539q0 111 38 212t112.5 178t184 123t255.5 46q143 0 253.5 -46t185.5 -123t113 -178.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-145 0 -255 46t-184.5 122.5t-112.5 178t-38 212.5zM233 1190v287h320v-287h-320zM438 539 q0 -109 53.5 -170.5t137.5 -61.5t137 61.5t53 170.5t-53 170t-137 61t-137.5 -61t-53.5 -170zM705 1190v287h319v-287h-319z" />
+<glyph unicode="&#xf7;" horiz-adv-x="995" d="M84 481v307h827v-307h-827zM336 55v328h326v-328h-326zM336 891v328h326v-328h-326z" />
+<glyph unicode="&#xf8;" d="M29 -12l151 170q-72 78 -106.5 175t-34.5 206q0 111 38 212t112.5 178t184 123t255.5 46q94 0 172 -19.5t143 -54.5l60 66h206l-143 -160q76 -78 114 -179.5t38 -211.5q0 -111 -38 -212.5t-113 -178t-185.5 -122.5t-253.5 -46q-98 0 -181 21.5t-149 59.5l-66 -73h-204z M438 539q0 -25 3 -46.5t8 -41.5l266 299q-45 20 -86 20q-84 0 -137.5 -61t-53.5 -170zM530 334q42 -27 99 -27q84 0 137 61.5t53 170.5q0 57 -16 102z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1323" d="M90 369v708h389v-620q0 -72 32 -111t87 -39q45 0 92 20.5t94 90.5v659h390v-647q0 -55 20 -76.5t74 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-76 -100 -180.5 -144t-239.5 -44q-164 0 -250 99t-86 290zM311 1497h346l103 -291l-246 -65z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1323" d="M90 369v708h389v-620q0 -72 32 -111t87 -39q45 0 92 20.5t94 90.5v659h390v-647q0 -55 20 -76.5t74 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-76 -100 -180.5 -144t-239.5 -44q-164 0 -250 99t-86 290zM506 1204l102 291h346l-202 -356z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1323" d="M90 369v708h389v-620q0 -72 32 -111t87 -39q45 0 92 20.5t94 90.5v659h390v-647q0 -55 20 -76.5t74 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-76 -100 -180.5 -144t-239.5 -44q-164 0 -250 99t-86 290zM262 1260l232 235h278l232 -235l-197 -86 l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1323" d="M90 369v708h389v-620q0 -72 32 -111t87 -39q45 0 92 20.5t94 90.5v659h390v-647q0 -55 20 -76.5t74 -25.5v-328q-59 -10 -104.5 -15t-80.5 -5q-199 0 -229 149l-8 39q-76 -100 -180.5 -144t-239.5 -44q-164 0 -250 99t-86 290zM238 1190v287h319v-287h-319zM709 1190v287 h319v-287h-319z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1118" d="M-20 1077h399l205 -747l166 747h362l-364 -1206q-25 -80 -70 -144.5t-107.5 -110.5t-138.5 -70.5t-158 -24.5q-104 0 -200 39v331q94 -35 159 -34q125 0 138 143zM457 1204l102 291h346l-203 -356z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1226" d="M98 -436v1890h400v-379q12 10 34 19q18 8 47 14t74 6q123 0 221.5 -53t169 -137t108.5 -190t38 -212q0 -117 -44 -222t-120 -186t-176 -129t-211 -48q-74 0 -105.5 16t-35.5 20v-409h-400zM498 367q0 -10 10 -24.5t26.5 -27t40 -21.5t50.5 -9q72 0 119 67t47 178 q0 98 -41 167t-121 69q-47 0 -77 -25.5t-54 -70.5v-303z" />
+<glyph unicode="&#xff;" horiz-adv-x="1118" d="M-20 1077h399l205 -747l166 747h362l-364 -1206q-25 -80 -70 -144.5t-107.5 -110.5t-138.5 -70.5t-158 -24.5q-104 0 -200 39v331q94 -35 159 -34q125 0 138 143zM188 1190v287h320v-287h-320zM659 1190v287h320v-287h-320z" />
+<glyph unicode="&#x152;" horiz-adv-x="2109" d="M47 729q0 143 52.5 276.5t146.5 235.5t222 162.5t282 60.5q86 0 161.5 -24.5t143.5 -67.5v82h977v-348h-578v-193h467v-348h-467v-217h596v-348h-995v84q-70 -43 -149 -68.5t-165 -25.5q-156 0 -283.5 62.5t-219 166t-141.5 236.5t-50 274zM453 725q0 -74 17 -142.5 t54 -121.5t92 -85t129 -32q76 0 131.5 34t90 88t52 122.5t17.5 140.5q0 74 -18.5 142.5t-54 122t-91 85t-129.5 31.5q-76 0 -130 -34t-90 -88t-53 -122.5t-17 -140.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="2031" d="M39 539q0 123 43 225t120 177t184.5 116t234.5 41q123 0 218 -42t179 -134q96 94 189 135t212 41q127 0 234.5 -42t184.5 -116t120 -176t43 -225q0 -31 -3 -63t-7 -56h-756q4 -74 59.5 -122t135.5 -48q66 0 122 32.5t76 84.5l320 -95q-72 -137 -212.5 -214.5 t-318.5 -77.5q-55 0 -102 8t-94 27.5t-96.5 51t-106.5 76.5q-57 -47 -105.5 -77.5t-94.5 -50t-93 -27.5t-100 -8q-129 0 -236.5 40.5t-185.5 115.5t-121 177.5t-43 225.5zM438 539q0 -104 52.5 -168t138.5 -64t138 63.5t52 168.5q0 104 -52 167.5t-138 63.5t-138.5 -63.5 t-52.5 -167.5zM1223 653h368q-10 78 -59 123t-125 45q-78 0 -127 -45t-57 -123z" />
+<glyph unicode="&#x178;" horiz-adv-x="1335" d="M-27 1454h433l260 -629l266 629h434l-502 -973v-481h-397v485zM270 1567v286h320v-286h-320zM741 1567v286h320v-286h-320z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M41 1260l231 235h279l231 -235l-196 -86l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="950" d="M41 1171q0 27 15.5 81.5t50 107.5t88 94t131.5 41q49 0 86 -16.5t67.5 -36t59 -35.5t63.5 -16q33 0 53.5 15t31.5 34.5t14.5 36t3.5 18.5h204q0 -18 -16 -70.5t-51 -108.5t-90.5 -100.5t-135.5 -44.5q-47 0 -82.5 15.5t-66.5 34t-60.5 34t-64.5 15.5t-53.5 -14.5 t-27.5 -33t-11 -33.5t-2 -18h-207z" />
+<glyph unicode="&#x2000;" horiz-adv-x="937" />
+<glyph unicode="&#x2001;" horiz-adv-x="1874" />
+<glyph unicode="&#x2002;" horiz-adv-x="937" />
+<glyph unicode="&#x2003;" horiz-adv-x="1874" />
+<glyph unicode="&#x2004;" horiz-adv-x="624" />
+<glyph unicode="&#x2005;" horiz-adv-x="468" />
+<glyph unicode="&#x2006;" horiz-adv-x="312" />
+<glyph unicode="&#x2007;" horiz-adv-x="312" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="374" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="845" d="M102 391v348h641v-348h-641z" />
+<glyph unicode="&#x2011;" horiz-adv-x="845" d="M102 391v348h641v-348h-641z" />
+<glyph unicode="&#x2012;" horiz-adv-x="845" d="M102 391v348h641v-348h-641z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1288" d="M102 391v348h1084v-348h-1084z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1941" d="M102 391v348h1737v-348h-1737z" />
+<glyph unicode="&#x2018;" horiz-adv-x="573" d="M76 1204v291h315v-213q2 -29 13.5 -44t25.5 -24.5t28.5 -11.5t20.5 -2v-272q-61 0 -133 12t-131 43t-99 84t-40 137z" />
+<glyph unicode="&#x2019;" horiz-adv-x="581" d="M76 1223v272q61 0 133 -12.5t131 -43t99 -85t40 -135.5v-291h-315v213q-2 27 -13.5 43t-25.5 25.5t-28.5 11.5t-20.5 2z" />
+<glyph unicode="&#x201a;" horiz-adv-x="538" d="M27 -41q6 0 20 2t28.5 11.5t26 24.5t13.5 44v336h315v-414q0 -84 -40 -137t-99.5 -84t-131 -43t-132.5 -12v272z" />
+<glyph unicode="&#x201c;" horiz-adv-x="1083" d="M76 1204v291h315v-213q2 -29 13.5 -44t25.5 -24.5t28.5 -11.5t20.5 -2v-272q-61 0 -133 12t-131 43t-99 84t-40 137zM586 1204v291h315v-213q2 -29 13.5 -44t25.5 -24.5t28.5 -11.5t20.5 -2v-272q-61 0 -133 12t-131 43t-99 84t-40 137z" />
+<glyph unicode="&#x201d;" horiz-adv-x="1091" d="M76 1223v272q61 0 133 -12.5t131 -43t99 -85t40 -135.5v-291h-315v213q-2 27 -13.5 43t-25.5 25.5t-28.5 11.5t-20.5 2zM586 1223v272q61 0 133 -12.5t131 -43t99 -85t40 -135.5v-291h-315v213q-2 27 -13.5 43t-25.5 25.5t-28.5 11.5t-20.5 2z" />
+<glyph unicode="&#x201e;" horiz-adv-x="1024" d="M27 -41q6 0 20 2t28.5 11.5t26 24.5t13.5 44v336h315v-414q0 -84 -40 -137t-99.5 -84t-131 -43t-132.5 -12v272zM512 -41q6 0 20.5 2t28.5 11.5t25.5 24.5t13.5 44v336h315v-414q0 -84 -39.5 -137t-99 -84t-131.5 -43t-133 -12v272z" />
+<glyph unicode="&#x2022;" horiz-adv-x="757" d="M139 723q0 49 19.5 93t51.5 76t76 51.5t93 19.5t93 -19.5t77 -51.5t51 -76t18 -93t-18 -93t-51 -77t-77 -51.5t-93 -18.5t-93 18.5t-76 51.5t-51.5 77t-19.5 93z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1478" d="M102 0v377h316v-377h-316zM582 0v377h315v-377h-315zM1061 0v377h315v-377h-315z" />
+<glyph unicode="&#x202f;" horiz-adv-x="374" />
+<glyph unicode="&#x2039;" horiz-adv-x="733" d="M61 430v180l568 406v-311l-262 -175l262 -157v-312z" />
+<glyph unicode="&#x203a;" horiz-adv-x="733" d="M104 61v312l263 157l-263 175v311l568 -406v-180z" />
+<glyph unicode="&#x205f;" horiz-adv-x="468" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1558" d="M70 432l82 205h63q-4 23 -4 44t-2 44h-139l82 205h81q27 106 86.5 202.5t145.5 170t198.5 116.5t247.5 43q195 0 340.5 -87t214.5 -230l-305 -217q-18 53 -48 88t-64.5 55.5t-73.5 28.5t-72 8q-94 0 -154.5 -51t-95.5 -127h385l-82 -205h-342q0 -45 7 -88h360l-82 -205 h-186q37 -41 86 -65.5t108 -24.5q35 0 72 9t70.5 30.5t61.5 55.5t44 83l326 -194q-31 -80 -93.5 -143.5t-142.5 -106.5t-170 -65.5t-176 -22.5q-111 0 -207 33.5t-176 94t-142.5 141.5t-101.5 175h-202z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1867" d="M123 1212v246h635v-246h-195v-391h-246v391h-194zM852 821v633h371l71 -268l72 268h373v-633h-246v330l-98 -244h-199l-98 244v-330h-246z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1075" d="M0 0v1075h1075v-1075h-1075z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="35" />
+<hkern u1="&#x20;" u2="v" k="51" />
+<hkern u1="&#x20;" u2="V" k="70" />
+<hkern u1="&#x22;" u2="&#xef;" k="-57" />
+<hkern u1="&#x22;" u2="&#xee;" k="-31" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="63" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-33" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-80" />
+<hkern u1="&#x26;" u2="x" k="-86" />
+<hkern u1="&#x26;" u2="v" k="29" />
+<hkern u1="&#x26;" u2="X" k="-90" />
+<hkern u1="&#x26;" u2="V" k="82" />
+<hkern u1="&#x27;" u2="&#xef;" k="-57" />
+<hkern u1="&#x27;" u2="&#xee;" k="-31" />
+<hkern u1="&#x28;" u2="&#xf8;" k="-2" />
+<hkern u1="&#x28;" u2="&#xf0;" k="25" />
+<hkern u1="&#x28;" u2="&#xef;" k="-131" />
+<hkern u1="&#x28;" u2="&#xee;" k="-27" />
+<hkern u1="&#x28;" u2="&#xec;" k="-51" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-27" />
+<hkern u1="&#x28;" u2="x" k="-31" />
+<hkern u1="&#x28;" u2="v" k="25" />
+<hkern u1="&#x28;" u2="j" k="-61" />
+<hkern u1="&#x28;" u2="f" k="20" />
+<hkern u1="&#x28;" u2="X" k="-55" />
+<hkern u1="&#x28;" u2="V" k="-51" />
+<hkern u1="&#x28;" u2="&#x36;" k="20" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="70" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-150" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-125" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-33" />
+<hkern u1="&#x2a;" u2="x" k="-53" />
+<hkern u1="&#x2a;" u2="v" k="-41" />
+<hkern u1="&#x2a;" u2="X" k="-70" />
+<hkern u1="&#x2a;" u2="V" k="-12" />
+<hkern u1="&#x2b;" u2="&#x34;" k="31" />
+<hkern u1="&#x2c;" u2="j" k="-72" />
+<hkern u1="&#x2d;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="66" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-117" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-16" />
+<hkern u1="&#x2f;" u2="x" k="29" />
+<hkern u1="&#x2f;" u2="v" k="31" />
+<hkern u1="&#x2f;" u2="f" k="37" />
+<hkern u1="&#x2f;" u2="X" k="-49" />
+<hkern u1="&#x2f;" u2="V" k="-43" />
+<hkern u1="&#x2f;" u2="&#x39;" k="68" />
+<hkern u1="&#x2f;" u2="&#x38;" k="25" />
+<hkern u1="&#x2f;" u2="&#x36;" k="35" />
+<hkern u1="&#x2f;" u2="&#x35;" k="80" />
+<hkern u1="&#x2f;" u2="&#x34;" k="158" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="49" />
+<hkern u1="&#x2f;" u2="&#x31;" k="49" />
+<hkern u1="&#x2f;" u2="&#x30;" k="86" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="584" />
+<hkern u1="&#x30;" u2="&#xc6;" k="39" />
+<hkern u1="&#x30;" u2="&#xb0;" k="20" />
+<hkern u1="&#x30;" u2="\" k="72" />
+<hkern u1="&#x30;" u2="Y" k="78" />
+<hkern u1="&#x30;" u2="X" k="25" />
+<hkern u1="&#x30;" u2="W" k="59" />
+<hkern u1="&#x30;" u2="V" k="55" />
+<hkern u1="&#x30;" u2="T" k="41" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="29" />
+<hkern u1="&#x30;" u2="&#x2f;" k="25" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-66" />
+<hkern u1="&#x31;" u2="&#xb7;" k="20" />
+<hkern u1="&#x31;" u2="&#xb0;" k="49" />
+<hkern u1="&#x31;" u2="\" k="88" />
+<hkern u1="&#x31;" u2="Y" k="90" />
+<hkern u1="&#x31;" u2="X" k="-25" />
+<hkern u1="&#x31;" u2="W" k="78" />
+<hkern u1="&#x31;" u2="V" k="76" />
+<hkern u1="&#x31;" u2="T" k="57" />
+<hkern u1="&#x31;" u2="A" k="-33" />
+<hkern u1="&#x31;" u2="&#x2b;" k="33" />
+<hkern u1="&#x31;" u2="&#x23;" k="-18" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-33" />
+<hkern u1="&#x32;" u2="\" k="61" />
+<hkern u1="&#x32;" u2="Y" k="66" />
+<hkern u1="&#x32;" u2="W" k="45" />
+<hkern u1="&#x32;" u2="V" k="43" />
+<hkern u1="&#x32;" u2="T" k="23" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-59" />
+<hkern u1="&#x33;" u2="&#xb0;" k="20" />
+<hkern u1="&#x33;" u2="\" k="63" />
+<hkern u1="&#x33;" u2="Y" k="68" />
+<hkern u1="&#x33;" u2="X" k="-33" />
+<hkern u1="&#x33;" u2="W" k="45" />
+<hkern u1="&#x33;" u2="V" k="43" />
+<hkern u1="&#x33;" u2="T" k="27" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-57" />
+<hkern u1="&#x34;" u2="&#xb7;" k="25" />
+<hkern u1="&#x34;" u2="&#xb0;" k="31" />
+<hkern u1="&#x34;" u2="\" k="70" />
+<hkern u1="&#x34;" u2="Y" k="76" />
+<hkern u1="&#x34;" u2="X" k="-16" />
+<hkern u1="&#x34;" u2="W" k="63" />
+<hkern u1="&#x34;" u2="V" k="61" />
+<hkern u1="&#x34;" u2="T" k="37" />
+<hkern u1="&#x34;" u2="A" k="-25" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-20" />
+<hkern u1="&#x34;" u2="&#x2b;" k="33" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-27" />
+<hkern u1="&#x35;" u2="\" k="43" />
+<hkern u1="&#x35;" u2="Y" k="47" />
+<hkern u1="&#x35;" u2="W" k="35" />
+<hkern u1="&#x35;" u2="V" k="35" />
+<hkern u1="&#x35;" u2="A" k="-31" />
+<hkern u1="&#x36;" u2="&#xc6;" k="33" />
+<hkern u1="&#x36;" u2="Y" k="31" />
+<hkern u1="&#x36;" u2="W" k="25" />
+<hkern u1="&#x36;" u2="V" k="25" />
+<hkern u1="&#x36;" u2="A" k="27" />
+<hkern u1="&#x36;" u2="&#x33;" k="25" />
+<hkern u1="&#x37;" u2="&#xc6;" k="96" />
+<hkern u1="&#x37;" u2="&#xb7;" k="27" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-10" />
+<hkern u1="&#x37;" u2="&#xa2;" k="31" />
+<hkern u1="&#x37;" u2="T" k="-57" />
+<hkern u1="&#x37;" u2="J" k="92" />
+<hkern u1="&#x37;" u2="A" k="68" />
+<hkern u1="&#x37;" u2="&#x37;" k="-23" />
+<hkern u1="&#x37;" u2="&#x35;" k="33" />
+<hkern u1="&#x37;" u2="&#x34;" k="86" />
+<hkern u1="&#x37;" u2="&#x2f;" k="104" />
+<hkern u1="&#x37;" u2="&#x2d;" k="45" />
+<hkern u1="&#x38;" u2="&#xc6;" k="29" />
+<hkern u1="&#x38;" u2="Y" k="39" />
+<hkern u1="&#x38;" u2="W" k="29" />
+<hkern u1="&#x38;" u2="V" k="29" />
+<hkern u1="&#x38;" u2="A" k="25" />
+<hkern u1="&#x39;" u2="&#xb0;" k="47" />
+<hkern u1="&#x39;" u2="\" k="78" />
+<hkern u1="&#x39;" u2="Y" k="82" />
+<hkern u1="&#x39;" u2="W" k="61" />
+<hkern u1="&#x39;" u2="V" k="59" />
+<hkern u1="&#x39;" u2="T" k="53" />
+<hkern u1="&#x3b;" u2="j" k="-57" />
+<hkern u1="&#x40;" u2="&#x2019;" k="43" />
+<hkern u1="&#x40;" u2="Y" k="90" />
+<hkern u1="&#x40;" u2="W" k="68" />
+<hkern u1="&#x40;" u2="V" k="66" />
+<hkern u1="&#x40;" u2="T" k="61" />
+<hkern u1="&#x40;" u2="A" k="20" />
+<hkern u1="A" u2="&#x201e;" k="-12" />
+<hkern u1="A" u2="&#x201a;" k="-12" />
+<hkern u1="A" u2="&#xd8;" k="27" />
+<hkern u1="A" u2="&#x38;" k="25" />
+<hkern u1="A" u2="&#x36;" k="29" />
+<hkern u1="A" u2="&#x34;" k="-41" />
+<hkern u1="A" u2="&#x32;" k="-18" />
+<hkern u1="A" u2="&#x30;" k="29" />
+<hkern u1="A" u2="&#x2c;" k="-12" />
+<hkern u1="B" u2="&#xf0;" k="12" />
+<hkern u1="B" u2="&#xef;" k="-35" />
+<hkern u1="B" u2="&#xee;" k="-29" />
+<hkern u1="B" u2="x" k="29" />
+<hkern u1="B" u2="v" k="20" />
+<hkern u1="B" u2="X" k="27" />
+<hkern u1="B" u2="V" k="43" />
+<hkern u1="C" u2="&#xef;" k="-94" />
+<hkern u1="C" u2="&#xee;" k="-55" />
+<hkern u1="D" u2="&#xd0;" k="14" />
+<hkern u1="E" u2="&#xef;" k="-82" />
+<hkern u1="E" u2="&#xee;" k="-55" />
+<hkern u1="F" u2="&#x2122;" k="-10" />
+<hkern u1="F" u2="&#xf0;" k="66" />
+<hkern u1="F" u2="&#xef;" k="-139" />
+<hkern u1="F" u2="&#xee;" k="-113" />
+<hkern u1="F" u2="&#xed;" k="25" />
+<hkern u1="F" u2="&#xec;" k="-39" />
+<hkern u1="F" u2="&#x35;" k="20" />
+<hkern u1="F" u2="&#x34;" k="51" />
+<hkern u1="F" u2="&#x2f;" k="102" />
+<hkern u1="F" u2="&#x2a;" k="-45" />
+<hkern u1="F" u2="&#x29;" k="-12" />
+<hkern u1="F" u2="&#x20;" k="49" />
+<hkern u1="H" u2="&#xef;" k="-37" />
+<hkern u1="I" u2="&#xef;" k="-37" />
+<hkern u1="J" u2="&#xef;" k="-53" />
+<hkern u1="J" u2="&#xee;" k="-27" />
+<hkern u1="K" u2="&#x201e;" k="-41" />
+<hkern u1="K" u2="&#x201a;" k="-41" />
+<hkern u1="K" u2="&#xf8;" k="45" />
+<hkern u1="K" u2="&#xef;" k="-166" />
+<hkern u1="K" u2="&#xee;" k="-31" />
+<hkern u1="K" u2="&#xec;" k="-63" />
+<hkern u1="K" u2="&#xd8;" k="43" />
+<hkern u1="K" u2="&#x3b;" k="-23" />
+<hkern u1="K" u2="&#x34;" k="-70" />
+<hkern u1="K" u2="&#x32;" k="-45" />
+<hkern u1="K" u2="&#x2c;" k="-41" />
+<hkern u1="L" u2="&#xb7;" k="219" />
+<hkern u1="M" u2="&#xef;" k="-37" />
+<hkern u1="N" u2="&#xef;" k="-37" />
+<hkern u1="O" u2="&#xd0;" k="16" />
+<hkern u1="P" u2="&#xf0;" k="51" />
+<hkern u1="P" u2="&#xef;" k="-66" />
+<hkern u1="P" u2="&#xee;" k="-33" />
+<hkern u1="P" u2="x" k="-16" />
+<hkern u1="P" u2="v" k="-20" />
+<hkern u1="P" u2="X" k="45" />
+<hkern u1="P" u2="V" k="23" />
+<hkern u1="P" u2="&#x35;" k="27" />
+<hkern u1="P" u2="&#x34;" k="72" />
+<hkern u1="P" u2="&#x2f;" k="127" />
+<hkern u1="P" u2="&#x29;" k="33" />
+<hkern u1="P" u2="&#x20;" k="57" />
+<hkern u1="Q" u2="&#x201e;" k="-20" />
+<hkern u1="Q" u2="&#x201a;" k="-20" />
+<hkern u1="Q" u2="&#xff;" k="14" />
+<hkern u1="Q" u2="&#xfd;" k="14" />
+<hkern u1="Q" u2="&#xd0;" k="16" />
+<hkern u1="Q" u2="&#xc6;" k="39" />
+<hkern u1="Q" u2="&#xc5;" k="23" />
+<hkern u1="Q" u2="&#xc4;" k="23" />
+<hkern u1="Q" u2="&#xc3;" k="23" />
+<hkern u1="Q" u2="&#xc2;" k="23" />
+<hkern u1="Q" u2="&#xc1;" k="23" />
+<hkern u1="Q" u2="&#xc0;" k="23" />
+<hkern u1="Q" u2="&#x7d;" k="-18" />
+<hkern u1="Q" u2="y" k="14" />
+<hkern u1="Q" u2="x" k="2" />
+<hkern u1="Q" u2="]" k="-20" />
+<hkern u1="Q" u2="X" k="33" />
+<hkern u1="Q" u2="J" k="29" />
+<hkern u1="Q" u2="A" k="23" />
+<hkern u1="Q" u2="&#x34;" k="-51" />
+<hkern u1="Q" u2="&#x32;" k="-27" />
+<hkern u1="Q" u2="&#x2f;" k="-47" />
+<hkern u1="Q" u2="&#x2c;" k="-20" />
+<hkern u1="Q" u2="&#x29;" k="-51" />
+<hkern u1="R" u2="&#xd0;" k="14" />
+<hkern u1="R" u2="&#x34;" k="-20" />
+<hkern u1="S" u2="&#xef;" k="-72" />
+<hkern u1="S" u2="&#xee;" k="-49" />
+<hkern u1="T" g2="uniFB04" k="78" />
+<hkern u1="T" u2="&#xef;" k="-141" />
+<hkern u1="T" u2="&#xee;" k="-115" />
+<hkern u1="T" u2="&#xed;" k="41" />
+<hkern u1="T" u2="&#xec;" k="-41" />
+<hkern u1="T" u2="&#xe3;" k="88" />
+<hkern u1="T" u2="&#x40;" k="61" />
+<hkern u1="T" u2="&#x39;" k="47" />
+<hkern u1="T" u2="&#x35;" k="41" />
+<hkern u1="T" u2="&#x34;" k="109" />
+<hkern u1="T" u2="&#x31;" k="27" />
+<hkern u1="T" u2="&#x30;" k="39" />
+<hkern u1="U" u2="&#xef;" k="-59" />
+<hkern u1="U" u2="&#xee;" k="-33" />
+<hkern u1="V" u2="&#x2122;" k="-47" />
+<hkern u1="V" u2="&#xf0;" k="131" />
+<hkern u1="V" u2="&#xef;" k="-176" />
+<hkern u1="V" u2="&#xee;" k="-90" />
+<hkern u1="V" u2="&#xed;" k="57" />
+<hkern u1="V" u2="&#xec;" k="-76" />
+<hkern u1="V" u2="&#xe3;" k="96" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xae;" k="35" />
+<hkern u1="V" u2="&#xa9;" k="35" />
+<hkern u1="V" u2="x" k="29" />
+<hkern u1="V" u2="v" k="25" />
+<hkern u1="V" u2="]" k="-10" />
+<hkern u1="V" u2="\" k="-39" />
+<hkern u1="V" u2="&#x40;" k="66" />
+<hkern u1="V" u2="&#x39;" k="49" />
+<hkern u1="V" u2="&#x38;" k="29" />
+<hkern u1="V" u2="&#x36;" k="31" />
+<hkern u1="V" u2="&#x35;" k="61" />
+<hkern u1="V" u2="&#x34;" k="100" />
+<hkern u1="V" u2="&#x33;" k="29" />
+<hkern u1="V" u2="&#x32;" k="31" />
+<hkern u1="V" u2="&#x31;" k="35" />
+<hkern u1="V" u2="&#x30;" k="53" />
+<hkern u1="V" u2="&#x2f;" k="119" />
+<hkern u1="V" u2="&#x2a;" k="-74" />
+<hkern u1="V" u2="&#x29;" k="-47" />
+<hkern u1="V" u2="&#x26;" k="31" />
+<hkern u1="V" u2="&#x20;" k="70" />
+<hkern u1="W" u2="&#xef;" k="-182" />
+<hkern u1="W" u2="&#xee;" k="-90" />
+<hkern u1="W" u2="&#xed;" k="57" />
+<hkern u1="W" u2="&#xec;" k="-82" />
+<hkern u1="W" u2="&#xe4;" k="96" />
+<hkern u1="W" u2="&#xe3;" k="96" />
+<hkern u1="W" u2="&#xdf;" k="47" />
+<hkern u1="W" u2="&#x40;" k="70" />
+<hkern u1="W" u2="&#x39;" k="53" />
+<hkern u1="W" u2="&#x38;" k="29" />
+<hkern u1="W" u2="&#x36;" k="31" />
+<hkern u1="W" u2="&#x35;" k="66" />
+<hkern u1="W" u2="&#x34;" k="106" />
+<hkern u1="W" u2="&#x33;" k="31" />
+<hkern u1="W" u2="&#x32;" k="33" />
+<hkern u1="W" u2="&#x31;" k="37" />
+<hkern u1="W" u2="&#x30;" k="55" />
+<hkern u1="X" u2="&#x2122;" k="-55" />
+<hkern u1="X" u2="&#xf8;" k="68" />
+<hkern u1="X" u2="&#xf0;" k="78" />
+<hkern u1="X" u2="&#xef;" k="-184" />
+<hkern u1="X" u2="&#xee;" k="-59" />
+<hkern u1="X" u2="&#xed;" k="20" />
+<hkern u1="X" u2="&#xec;" k="-84" />
+<hkern u1="X" u2="&#xdf;" k="18" />
+<hkern u1="X" u2="&#xd8;" k="39" />
+<hkern u1="X" u2="&#xae;" k="27" />
+<hkern u1="X" u2="&#xa9;" k="27" />
+<hkern u1="X" u2="&#x7d;" k="-14" />
+<hkern u1="X" u2="v" k="63" />
+<hkern u1="X" u2="]" k="-18" />
+<hkern u1="X" u2="\" k="-49" />
+<hkern u1="X" u2="&#x34;" k="-35" />
+<hkern u1="X" u2="&#x32;" k="-10" />
+<hkern u1="X" u2="&#x30;" k="23" />
+<hkern u1="X" u2="&#x2f;" k="-31" />
+<hkern u1="X" u2="&#x2a;" k="-70" />
+<hkern u1="X" u2="&#x29;" k="-55" />
+<hkern u1="Y" u2="&#xf6;" k="143" />
+<hkern u1="Y" u2="&#xef;" k="-190" />
+<hkern u1="Y" u2="&#xee;" k="-80" />
+<hkern u1="Y" u2="&#xed;" k="74" />
+<hkern u1="Y" u2="&#xec;" k="-92" />
+<hkern u1="Y" u2="&#xeb;" k="143" />
+<hkern u1="Y" u2="&#xe4;" k="88" />
+<hkern u1="Y" u2="&#xe3;" k="102" />
+<hkern u1="Y" u2="&#xdf;" k="61" />
+<hkern u1="Y" u2="&#x40;" k="90" />
+<hkern u1="Y" u2="&#x39;" k="74" />
+<hkern u1="Y" u2="&#x38;" k="39" />
+<hkern u1="Y" u2="&#x36;" k="43" />
+<hkern u1="Y" u2="&#x35;" k="76" />
+<hkern u1="Y" u2="&#x34;" k="123" />
+<hkern u1="Y" u2="&#x33;" k="45" />
+<hkern u1="Y" u2="&#x32;" k="47" />
+<hkern u1="Y" u2="&#x31;" k="57" />
+<hkern u1="Y" u2="&#x30;" k="78" />
+<hkern u1="Z" u2="&#xef;" k="-84" />
+<hkern u1="Z" u2="&#xee;" k="-57" />
+<hkern u1="[" u2="&#xef;" k="-86" />
+<hkern u1="[" u2="&#xee;" k="-59" />
+<hkern u1="[" u2="j" k="-80" />
+<hkern u1="[" u2="X" k="-18" />
+<hkern u1="[" u2="V" k="-12" />
+<hkern u1="\" u2="&#x2019;" k="160" />
+<hkern u1="\" u2="&#xd8;" k="-20" />
+<hkern u1="\" u2="x" k="-27" />
+<hkern u1="\" u2="v" k="51" />
+<hkern u1="\" u2="X" k="-29" />
+<hkern u1="\" u2="V" k="113" />
+<hkern u1="\" u2="&#x36;" k="23" />
+<hkern u1="\" u2="&#x30;" k="20" />
+<hkern u1="a" u2="W" k="119" />
+<hkern u1="a" u2="V" k="111" />
+<hkern u1="c" u2="&#xc6;" k="10" />
+<hkern u1="c" u2="Z" k="10" />
+<hkern u1="c" u2="X" k="27" />
+<hkern u1="c" u2="W" k="106" />
+<hkern u1="c" u2="V" k="104" />
+<hkern u1="c" u2="S" k="14" />
+<hkern u1="d" u2="&#xd0;" k="16" />
+<hkern u1="d" u2="W" k="27" />
+<hkern u1="d" u2="V" k="27" />
+<hkern u1="f" u2="&#x2122;" k="-43" />
+<hkern u1="f" u2="&#xef;" k="-193" />
+<hkern u1="f" u2="&#xee;" k="-123" />
+<hkern u1="f" u2="&#xec;" k="-90" />
+<hkern u1="f" u2="&#xc6;" k="92" />
+<hkern u1="f" u2="&#x7d;" k="-14" />
+<hkern u1="f" u2="]" k="-16" />
+<hkern u1="f" u2="\" k="-47" />
+<hkern u1="f" u2="X" k="-115" />
+<hkern u1="f" u2="W" k="-113" />
+<hkern u1="f" u2="V" k="-111" />
+<hkern u1="f" u2="S" k="10" />
+<hkern u1="f" u2="J" k="106" />
+<hkern u1="f" u2="&#x2f;" k="41" />
+<hkern u1="f" u2="&#x2a;" k="-29" />
+<hkern u1="f" u2="&#x29;" k="-74" />
+<hkern u1="f" u2="&#x20;" k="37" />
+<hkern u1="g" u2="&#x152;" k="12" />
+<hkern u1="g" u2="&#xd5;" k="12" />
+<hkern u1="g" u2="j" k="-59" />
+<hkern u1="g" u2="Z" k="12" />
+<hkern u1="g" u2="Y" k="106" />
+<hkern u1="g" u2="X" k="23" />
+<hkern u1="g" u2="W" k="96" />
+<hkern u1="g" u2="V" k="88" />
+<hkern u1="g" u2="U" k="23" />
+<hkern u1="g" u2="T" k="49" />
+<hkern u1="g" u2="S" k="10" />
+<hkern u1="g" u2="Q" k="12" />
+<hkern u1="g" u2="O" k="12" />
+<hkern u1="g" u2="G" k="12" />
+<hkern u1="g" u2="C" k="12" />
+<hkern u1="h" u2="Z" k="18" />
+<hkern u1="h" u2="X" k="20" />
+<hkern u1="h" u2="W" k="111" />
+<hkern u1="h" u2="V" k="104" />
+<hkern u1="h" u2="S" k="12" />
+<hkern u1="i" u2="&#xef;" k="-61" />
+<hkern u1="i" u2="&#xee;" k="-35" />
+<hkern u1="j" u2="&#xef;" k="-61" />
+<hkern u1="j" u2="&#xee;" k="-35" />
+<hkern u1="j" u2="j" k="-82" />
+<hkern u1="k" u2="&#x201e;" k="-23" />
+<hkern u1="k" u2="&#x201a;" k="-23" />
+<hkern u1="k" u2="&#xf8;" k="39" />
+<hkern u1="k" u2="W" k="39" />
+<hkern u1="k" u2="V" k="35" />
+<hkern u1="k" u2="&#x2c;" k="-23" />
+<hkern u1="l" u2="&#xc6;" k="-10" />
+<hkern u1="l" u2="&#xb7;" k="131" />
+<hkern u1="l" u2="W" k="115" />
+<hkern u1="l" u2="V" k="113" />
+<hkern u1="o" u2="&#xc6;" k="49" />
+<hkern u1="o" u2="Z" k="33" />
+<hkern u1="o" u2="X" k="86" />
+<hkern u1="o" u2="W" k="131" />
+<hkern u1="o" u2="V" k="123" />
+<hkern u1="o" u2="S" k="27" />
+<hkern u1="o" u2="J" k="20" />
+<hkern u1="q" u2="&#x201e;" k="-31" />
+<hkern u1="q" u2="&#x201a;" k="-31" />
+<hkern u1="q" u2="&#x152;" k="12" />
+<hkern u1="q" u2="&#xd5;" k="12" />
+<hkern u1="q" u2="j" k="-291" />
+<hkern u1="q" u2="Z" k="12" />
+<hkern u1="q" u2="Y" k="106" />
+<hkern u1="q" u2="X" k="23" />
+<hkern u1="q" u2="W" k="96" />
+<hkern u1="q" u2="V" k="88" />
+<hkern u1="q" u2="U" k="23" />
+<hkern u1="q" u2="T" k="49" />
+<hkern u1="q" u2="S" k="10" />
+<hkern u1="q" u2="Q" k="12" />
+<hkern u1="q" u2="O" k="12" />
+<hkern u1="q" u2="G" k="12" />
+<hkern u1="q" u2="C" k="12" />
+<hkern u1="q" u2="&#x3b;" k="-14" />
+<hkern u1="q" u2="&#x2c;" k="-31" />
+<hkern u1="r" u2="&#xc6;" k="115" />
+<hkern u1="r" u2="Z" k="33" />
+<hkern u1="r" u2="X" k="84" />
+<hkern u1="r" u2="W" k="33" />
+<hkern u1="r" u2="V" k="31" />
+<hkern u1="r" u2="S" k="12" />
+<hkern u1="r" u2="J" k="141" />
+<hkern u1="s" u2="X" k="27" />
+<hkern u1="s" u2="W" k="106" />
+<hkern u1="s" u2="V" k="98" />
+<hkern u1="t" u2="W" k="88" />
+<hkern u1="t" u2="V" k="82" />
+<hkern u1="u" u2="&#xd0;" k="16" />
+<hkern u1="u" u2="W" k="98" />
+<hkern u1="u" u2="V" k="94" />
+<hkern u1="v" u2="&#xf0;" k="49" />
+<hkern u1="v" u2="&#xc6;" k="102" />
+<hkern u1="v" u2="&#xba;" k="-12" />
+<hkern u1="v" u2="\" k="20" />
+<hkern u1="v" u2="Z" k="18" />
+<hkern u1="v" u2="X" k="63" />
+<hkern u1="v" u2="W" k="25" />
+<hkern u1="v" u2="V" k="23" />
+<hkern u1="v" u2="J" k="102" />
+<hkern u1="v" u2="&#x2f;" k="55" />
+<hkern u1="v" u2="&#x2a;" k="-41" />
+<hkern u1="v" u2="&#x29;" k="25" />
+<hkern u1="v" u2="&#x20;" k="51" />
+<hkern u1="w" u2="&#xc6;" k="113" />
+<hkern u1="w" u2="Z" k="20" />
+<hkern u1="w" u2="X" k="68" />
+<hkern u1="w" u2="W" k="23" />
+<hkern u1="w" u2="V" k="20" />
+<hkern u1="w" u2="S" k="12" />
+<hkern u1="w" u2="J" k="139" />
+<hkern u1="x" u2="&#xf0;" k="55" />
+<hkern u1="x" u2="W" k="31" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="&#x2f;" k="-27" />
+<hkern u1="x" u2="&#x2a;" k="-53" />
+<hkern u1="x" u2="&#x29;" k="-31" />
+<hkern u1="y" u2="&#xc6;" k="100" />
+<hkern u1="y" u2="Z" k="20" />
+<hkern u1="y" u2="X" k="70" />
+<hkern u1="y" u2="W" k="35" />
+<hkern u1="y" u2="V" k="33" />
+<hkern u1="y" u2="S" k="10" />
+<hkern u1="y" u2="J" k="96" />
+<hkern u1="z" u2="W" k="74" />
+<hkern u1="z" u2="V" k="70" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-86" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-59" />
+<hkern u1="&#x7b;" u2="j" k="-66" />
+<hkern u1="&#x7b;" u2="X" k="-14" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-43" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-16" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-23" />
+<hkern u1="&#x7c;" u2="j" k="-147" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-25" />
+<hkern u1="&#xb0;" u2="&#x39;" k="37" />
+<hkern u1="&#xb0;" u2="&#x35;" k="37" />
+<hkern u1="&#xb0;" u2="&#x34;" k="160" />
+<hkern u1="&#xb0;" u2="&#x30;" k="20" />
+<hkern u1="&#xb7;" u2="l" k="66" />
+<hkern u1="&#xb7;" u2="&#x33;" k="23" />
+<hkern u1="&#xbf;" u2="v" k="23" />
+<hkern u1="&#xbf;" u2="j" k="-156" />
+<hkern u1="&#xbf;" u2="V" k="57" />
+<hkern u1="&#xc0;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc0;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc0;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc0;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xc1;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc1;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc1;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc1;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xc2;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc2;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc2;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc2;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xc3;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc3;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc3;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc3;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xc4;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc4;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc4;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc4;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xc5;" u2="&#x201e;" k="-12" />
+<hkern u1="&#xc5;" u2="&#x201a;" k="-12" />
+<hkern u1="&#xc5;" u2="&#xd8;" k="27" />
+<hkern u1="&#xc5;" u2="&#x2c;" k="-12" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-20" />
+<hkern u1="&#xd0;" u2="&#xd0;" k="14" />
+<hkern u1="&#xd2;" u2="&#xd0;" k="16" />
+<hkern u1="&#xd3;" u2="&#xd0;" k="16" />
+<hkern u1="&#xd4;" u2="&#xd0;" k="16" />
+<hkern u1="&#xd5;" u2="&#xd0;" k="16" />
+<hkern u1="&#xd6;" u2="&#xd0;" k="16" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-29" />
+<hkern u1="&#xd8;" u2="&#x178;" k="49" />
+<hkern u1="&#xd8;" u2="&#xdd;" k="49" />
+<hkern u1="&#xd8;" u2="\" k="-23" />
+<hkern u1="&#xd8;" u2="Y" k="49" />
+<hkern u1="&#xd8;" u2="X" k="35" />
+<hkern u1="&#xd8;" u2="W" k="29" />
+<hkern u1="&#xd8;" u2="V" k="27" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-45" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-29" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="61" />
+<hkern u1="&#xde;" u2="&#x2122;" k="43" />
+<hkern u1="&#xde;" u2="&#xd0;" k="12" />
+<hkern u1="&#xde;" u2="&#x7d;" k="27" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="18" />
+<hkern u1="&#xde;" u2="]" k="29" />
+<hkern u1="&#xde;" u2="\" k="61" />
+<hkern u1="&#xde;" u2="X" k="86" />
+<hkern u1="&#xde;" u2="V" k="66" />
+<hkern u1="&#xde;" u2="&#x2f;" k="66" />
+<hkern u1="&#xde;" u2="&#x2a;" k="25" />
+<hkern u1="&#xde;" u2="&#x29;" k="45" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="18" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="29" />
+<hkern u1="&#xdf;" u2="x" k="31" />
+<hkern u1="&#xdf;" u2="v" k="31" />
+<hkern u1="&#xdf;" u2="\" k="27" />
+<hkern u1="&#xdf;" u2="Z" k="18" />
+<hkern u1="&#xdf;" u2="Y" k="92" />
+<hkern u1="&#xdf;" u2="X" k="55" />
+<hkern u1="&#xdf;" u2="W" k="76" />
+<hkern u1="&#xdf;" u2="V" k="74" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="S" k="20" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="16" />
+<hkern u1="&#xe7;" u2="j" k="-43" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-14" />
+<hkern u1="&#xed;" u2="&#x201d;" k="-14" />
+<hkern u1="&#xed;" u2="&#x201c;" k="-14" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-14" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-14" />
+<hkern u1="&#xed;" u2="\" k="-18" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-18" />
+<hkern u1="&#xed;" u2="&#x29;" k="-51" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-88" />
+<hkern u1="&#xee;" u2="&#x201d;" k="-63" />
+<hkern u1="&#xee;" u2="&#x201c;" k="-63" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-63" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-63" />
+<hkern u1="&#xee;" u2="&#xfe;" k="-35" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-16" />
+<hkern u1="&#xee;" u2="&#xba;" k="-53" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-18" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-59" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-16" />
+<hkern u1="&#xee;" u2="l" k="-41" />
+<hkern u1="&#xee;" u2="k" k="-35" />
+<hkern u1="&#xee;" u2="j" k="-35" />
+<hkern u1="&#xee;" u2="i" k="-35" />
+<hkern u1="&#xee;" u2="h" k="-35" />
+<hkern u1="&#xee;" u2="b" k="-35" />
+<hkern u1="&#xee;" u2="]" k="-59" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-53" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-125" />
+<hkern u1="&#xee;" u2="&#x29;" k="-27" />
+<hkern u1="&#xee;" u2="&#x27;" k="-31" />
+<hkern u1="&#xee;" u2="&#x22;" k="-31" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-115" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-90" />
+<hkern u1="&#xef;" u2="&#x201c;" k="-90" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-90" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-90" />
+<hkern u1="&#xef;" u2="&#xfe;" k="-61" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-41" />
+<hkern u1="&#xef;" u2="&#xba;" k="-92" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-68" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-86" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-43" />
+<hkern u1="&#xef;" u2="l" k="-68" />
+<hkern u1="&#xef;" u2="k" k="-61" />
+<hkern u1="&#xef;" u2="j" k="-61" />
+<hkern u1="&#xef;" u2="i" k="-61" />
+<hkern u1="&#xef;" u2="h" k="-61" />
+<hkern u1="&#xef;" u2="b" k="-61" />
+<hkern u1="&#xef;" u2="]" k="-86" />
+<hkern u1="&#xef;" u2="\" k="-119" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-94" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-150" />
+<hkern u1="&#xef;" u2="&#x29;" k="-131" />
+<hkern u1="&#xef;" u2="&#x27;" k="-57" />
+<hkern u1="&#xef;" u2="&#x22;" k="-57" />
+<hkern u1="&#xef;" u2="&#x21;" k="-25" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="57" />
+<hkern u1="&#xf0;" u2="x" k="29" />
+<hkern u1="&#xf0;" u2="v" k="18" />
+<hkern u1="&#xf0;" u2="Z" k="29" />
+<hkern u1="&#xf0;" u2="Y" k="61" />
+<hkern u1="&#xf0;" u2="X" k="61" />
+<hkern u1="&#xf0;" u2="W" k="51" />
+<hkern u1="&#xf0;" u2="V" k="49" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="S" k="23" />
+<hkern u1="&#xf0;" u2="J" k="29" />
+<hkern u1="&#xf0;" u2="A" k="39" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="27" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="16" />
+<hkern u1="&#x178;" u2="&#xdf;" k="61" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-74" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-29" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-63" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-33" />
+<hkern u1="&#x2019;" u2="&#x40;" k="23" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="172" />
+<hkern u1="&#x2019;" u2="&#x20;" k="29" />
+<hkern u1="&#x201a;" u2="j" k="-72" />
+<hkern u1="&#x201c;" u2="&#xef;" k="-74" />
+<hkern u1="&#x201c;" u2="&#xee;" k="-29" />
+<hkern u1="&#x201d;" u2="&#xef;" k="-63" />
+<hkern u1="&#x201d;" u2="&#xee;" k="-35" />
+<hkern u1="&#x201e;" u2="j" k="-72" />
+<hkern g1="uniFB01" u2="&#xef;" k="-20" />
+<hkern g1="uniFB03" u2="&#xef;" k="-18" />
+<hkern g1="slash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="121" />
+<hkern g1="slash" 	g2="AE" 	k="199" />
+<hkern g1="slash" 	g2="J" 	k="143" />
+<hkern g1="slash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="slash" 	g2="S" 	k="27" />
+<hkern g1="slash" 	g2="W" 	k="-45" />
+<hkern g1="slash" 	g2="Y,Yacute,Ydieresis" 	k="-51" />
+<hkern g1="slash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="63" />
+<hkern g1="slash" 	g2="d,g,q" 	k="80" />
+<hkern g1="slash" 	g2="m,n,p,r,ntilde" 	k="49" />
+<hkern g1="slash" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="80" />
+<hkern g1="slash" 	g2="s" 	k="78" />
+<hkern g1="slash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="47" />
+<hkern g1="slash" 	g2="w" 	k="33" />
+<hkern g1="slash" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="slash" 	g2="z" 	k="49" />
+<hkern g1="ampersand" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-98" />
+<hkern g1="ampersand" 	g2="AE" 	k="-131" />
+<hkern g1="ampersand" 	g2="J" 	k="-47" />
+<hkern g1="ampersand" 	g2="W" 	k="86" />
+<hkern g1="ampersand" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="ampersand" 	g2="s" 	k="-25" />
+<hkern g1="ampersand" 	g2="w" 	k="37" />
+<hkern g1="ampersand" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="ampersand" 	g2="z" 	k="-27" />
+<hkern g1="ampersand" 	g2="T" 	k="88" />
+<hkern g1="ampersand" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="ampersand" 	g2="Z" 	k="-25" />
+<hkern g1="ampersand" 	g2="quotedbl,quotesingle" 	k="72" />
+<hkern g1="asterisk" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="asterisk" 	g2="AE" 	k="172" />
+<hkern g1="asterisk" 	g2="J" 	k="154" />
+<hkern g1="asterisk" 	g2="W" 	k="-68" />
+<hkern g1="asterisk" 	g2="Y,Yacute,Ydieresis" 	k="-72" />
+<hkern g1="asterisk" 	g2="d,g,q" 	k="51" />
+<hkern g1="asterisk" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="asterisk" 	g2="s" 	k="35" />
+<hkern g1="asterisk" 	g2="w" 	k="-49" />
+<hkern g1="asterisk" 	g2="T" 	k="-47" />
+<hkern g1="at" 	g2="quotedbl,quotesingle" 	k="39" />
+<hkern g1="backslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-37" />
+<hkern g1="backslash" 	g2="AE" 	k="-70" />
+<hkern g1="backslash" 	g2="J" 	k="-16" />
+<hkern g1="backslash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="39" />
+<hkern g1="backslash" 	g2="W" 	k="121" />
+<hkern g1="backslash" 	g2="Y,Yacute,Ydieresis" 	k="117" />
+<hkern g1="backslash" 	g2="w" 	k="70" />
+<hkern g1="backslash" 	g2="y,yacute,ydieresis" 	k="57" />
+<hkern g1="backslash" 	g2="T" 	k="98" />
+<hkern g1="backslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="backslash" 	g2="quotedbl,quotesingle" 	k="160" />
+<hkern g1="backslash" 	g2="t" 	k="27" />
+<hkern g1="braceleft" 	g2="AE" 	k="-41" />
+<hkern g1="braceleft" 	g2="W" 	k="-12" />
+<hkern g1="braceleft" 	g2="Y,Yacute,Ydieresis" 	k="-18" />
+<hkern g1="bracketleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-10" />
+<hkern g1="bracketleft" 	g2="AE" 	k="-43" />
+<hkern g1="bracketleft" 	g2="W" 	k="-14" />
+<hkern g1="bracketleft" 	g2="Y,Yacute,Ydieresis" 	k="-18" />
+<hkern g1="colon,semicolon" 	g2="W" 	k="41" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="colon,semicolon" 	g2="V" 	k="39" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="39" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="61" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="V" 	k="37" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="guillemotright,guilsinglright" 	g2="AE" 	k="31" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="76" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="104" />
+<hkern g1="guillemotright,guilsinglright" 	g2="w" 	k="43" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="84" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="41" />
+<hkern g1="guillemotright,guilsinglright" 	g2="V" 	k="74" />
+<hkern g1="guillemotright,guilsinglright" 	g2="X" 	k="29" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="43" />
+<hkern g1="guillemotright,guilsinglright" 	g2="v" 	k="29" />
+<hkern g1="guillemotright,guilsinglright" 	g2="x" 	k="41" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="AE" 	k="35" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="W" 	k="72" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="w" 	k="31" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="T" 	k="119" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="V" 	k="68" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="X" 	k="45" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="v" 	k="20" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="x" 	k="37" />
+<hkern g1="parenleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-45" />
+<hkern g1="parenleft" 	g2="AE" 	k="-76" />
+<hkern g1="parenleft" 	g2="J" 	k="-18" />
+<hkern g1="parenleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="parenleft" 	g2="W" 	k="-53" />
+<hkern g1="parenleft" 	g2="Y,Yacute,Ydieresis" 	k="-57" />
+<hkern g1="parenleft" 	g2="d,g,q" 	k="33" />
+<hkern g1="parenleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="parenleft" 	g2="w" 	k="27" />
+<hkern g1="parenleft" 	g2="T" 	k="-12" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="AE" 	k="-10" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="121" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="w" 	k="76" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="121" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="242" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="t" 	k="23" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="V" 	k="115" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="236" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="v" 	k="55" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="252" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="seven" 	k="39" />
+<hkern g1="questiondown" 	g2="J" 	k="27" />
+<hkern g1="questiondown" 	g2="W" 	k="59" />
+<hkern g1="questiondown" 	g2="Y,Yacute,Ydieresis" 	k="74" />
+<hkern g1="questiondown" 	g2="w" 	k="29" />
+<hkern g1="questiondown" 	g2="T" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="90" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="160" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="156" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d,g,q" 	k="33" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="eth" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="219" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="94" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="162" />
+<hkern g1="quoteright,quotedblright" 	g2="J" 	k="156" />
+<hkern g1="quoteright,quotedblright" 	g2="d,g,q" 	k="35" />
+<hkern g1="quoteright,quotedblright" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="quoteright,quotedblright" 	g2="eth" 	k="55" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="221" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="174" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="156" />
+<hkern g1="quotedbl,quotesingle" 	g2="d,g,q" 	k="53" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="eth" 	k="68" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="242" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="186" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="147" />
+<hkern g1="quotedbl,quotesingle" 	g2="nine" 	k="20" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="37" />
+<hkern g1="space" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="63" />
+<hkern g1="space" 	g2="AE" 	k="74" />
+<hkern g1="space" 	g2="J" 	k="61" />
+<hkern g1="space" 	g2="W" 	k="70" />
+<hkern g1="space" 	g2="Y,Yacute,Ydieresis" 	k="74" />
+<hkern g1="space" 	g2="w" 	k="55" />
+<hkern g1="space" 	g2="y,yacute,ydieresis" 	k="53" />
+<hkern g1="space" 	g2="T" 	k="59" />
+<hkern g1="space" 	g2="quotedbl,quotesingle" 	k="37" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="55" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="S" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="115" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="133" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="d,g,q" 	k="33" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="18" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="w" 	k="74" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="127" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quotedbl,quotesingle" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="t" 	k="63" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V" 	k="111" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="104" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="v" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="39" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteleft,quotedblleft" 	k="109" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="eth" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="slash" 	k="-39" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="space" 	k="63" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ampersand" 	k="25" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="asterisk" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="backslash" 	k="113" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="bracketright" 	k="-10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="copyright" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="l" 	k="14" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ordfeminine" 	k="76" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ordmasculine" 	k="84" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="parenright" 	k="-43" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="registered" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="trademark" 	k="109" />
+<hkern g1="B" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="27" />
+<hkern g1="B" 	g2="AE" 	k="25" />
+<hkern g1="B" 	g2="W" 	k="45" />
+<hkern g1="B" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="B" 	g2="d,g,q" 	k="10" />
+<hkern g1="B" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="B" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="B" 	g2="s" 	k="20" />
+<hkern g1="B" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="B" 	g2="w" 	k="25" />
+<hkern g1="B" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="B" 	g2="z" 	k="14" />
+<hkern g1="B" 	g2="T" 	k="25" />
+<hkern g1="B" 	g2="t" 	k="25" />
+<hkern g1="B" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="AE" 	k="18" />
+<hkern g1="C,Ccedilla" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="W" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="37" />
+<hkern g1="C,Ccedilla" 	g2="d,g,q" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="s" 	k="18" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="z" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="V" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="X" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="eth" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="asterisk" 	k="-51" />
+<hkern g1="C,Ccedilla" 	g2="trademark" 	k="-35" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="53" />
+<hkern g1="D,Eth" 	g2="AE" 	k="84" />
+<hkern g1="D,Eth" 	g2="J" 	k="49" />
+<hkern g1="D,Eth" 	g2="S" 	k="12" />
+<hkern g1="D,Eth" 	g2="W" 	k="55" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="D,Eth" 	g2="m,n,p,r,ntilde" 	k="12" />
+<hkern g1="D,Eth" 	g2="s" 	k="16" />
+<hkern g1="D,Eth" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="D,Eth" 	g2="w" 	k="10" />
+<hkern g1="D,Eth" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="D,Eth" 	g2="z" 	k="14" />
+<hkern g1="D,Eth" 	g2="T" 	k="27" />
+<hkern g1="D,Eth" 	g2="Z" 	k="20" />
+<hkern g1="D,Eth" 	g2="b,h,k,germandbls,thorn" 	k="10" />
+<hkern g1="D,Eth" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="D,Eth" 	g2="V" 	k="51" />
+<hkern g1="D,Eth" 	g2="X" 	k="57" />
+<hkern g1="D,Eth" 	g2="x" 	k="20" />
+<hkern g1="D,Eth" 	g2="eth" 	k="14" />
+<hkern g1="D,Eth" 	g2="slash" 	k="47" />
+<hkern g1="D,Eth" 	g2="backslash" 	k="33" />
+<hkern g1="D,Eth" 	g2="parenright" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="S" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d,g,q" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="eth" 	k="20" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="98" />
+<hkern g1="F" 	g2="AE" 	k="143" />
+<hkern g1="F" 	g2="J" 	k="137" />
+<hkern g1="F" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="F" 	g2="S" 	k="23" />
+<hkern g1="F" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="F" 	g2="d,g,q" 	k="51" />
+<hkern g1="F" 	g2="m,n,p,r,ntilde" 	k="27" />
+<hkern g1="F" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="F" 	g2="s" 	k="61" />
+<hkern g1="F" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="F" 	g2="z" 	k="25" />
+<hkern g1="F" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="23" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="70" />
+<hkern g1="G" 	g2="W" 	k="53" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="G" 	g2="w" 	k="31" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="G" 	g2="T" 	k="27" />
+<hkern g1="G" 	g2="t" 	k="16" />
+<hkern g1="G" 	g2="V" 	k="51" />
+<hkern g1="G" 	g2="v" 	k="23" />
+<hkern g1="G" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="12" />
+<hkern g1="G" 	g2="eth" 	k="10" />
+<hkern g1="G" 	g2="backslash" 	k="25" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="d,g,q" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="s" 	k="14" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="z" 	k="12" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="t" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="eth" 	k="25" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="J" 	g2="AE" 	k="55" />
+<hkern g1="J" 	g2="J" 	k="29" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="J" 	g2="d,g,q" 	k="18" />
+<hkern g1="J" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="J" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="J" 	g2="s" 	k="27" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="J" 	g2="z" 	k="18" />
+<hkern g1="J" 	g2="b,h,k,germandbls,thorn" 	k="10" />
+<hkern g1="J" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="J" 	g2="t" 	k="14" />
+<hkern g1="J" 	g2="x" 	k="12" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="J" 	g2="eth" 	k="27" />
+<hkern g1="J" 	g2="slash" 	k="31" />
+<hkern g1="J" 	g2="l" 	k="10" />
+<hkern g1="K" 	g2="J" 	k="-12" />
+<hkern g1="K" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="80" />
+<hkern g1="K" 	g2="S" 	k="23" />
+<hkern g1="K" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="K" 	g2="d,g,q" 	k="68" />
+<hkern g1="K" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="72" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="K" 	g2="w" 	k="92" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="80" />
+<hkern g1="K" 	g2="t" 	k="47" />
+<hkern g1="K" 	g2="v" 	k="82" />
+<hkern g1="K" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="49" />
+<hkern g1="K" 	g2="eth" 	k="63" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="K" 	g2="slash" 	k="-66" />
+<hkern g1="K" 	g2="space" 	k="25" />
+<hkern g1="K" 	g2="asterisk" 	k="-51" />
+<hkern g1="K" 	g2="backslash" 	k="-29" />
+<hkern g1="K" 	g2="bracketright" 	k="-39" />
+<hkern g1="K" 	g2="copyright" 	k="29" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="K" 	g2="parenright" 	k="-72" />
+<hkern g1="K" 	g2="registered" 	k="29" />
+<hkern g1="K" 	g2="trademark" 	k="-35" />
+<hkern g1="K" 	g2="braceright" 	k="-37" />
+<hkern g1="K" 	g2="guillemotright,guilsinglright" 	k="-12" />
+<hkern g1="L" 	g2="AE" 	k="-29" />
+<hkern g1="L" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="L" 	g2="W" 	k="174" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="188" />
+<hkern g1="L" 	g2="w" 	k="123" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="92" />
+<hkern g1="L" 	g2="T" 	k="180" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="186" />
+<hkern g1="L" 	g2="t" 	k="53" />
+<hkern g1="L" 	g2="V" 	k="156" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="186" />
+<hkern g1="L" 	g2="v" 	k="88" />
+<hkern g1="L" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="45" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="188" />
+<hkern g1="L" 	g2="space" 	k="57" />
+<hkern g1="L" 	g2="asterisk" 	k="190" />
+<hkern g1="L" 	g2="backslash" 	k="158" />
+<hkern g1="L" 	g2="ordfeminine" 	k="182" />
+<hkern g1="L" 	g2="ordmasculine" 	k="184" />
+<hkern g1="L" 	g2="trademark" 	k="188" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="55" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="86" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="49" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="S" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="57" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="m,n,p,r,ntilde" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="w" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="z" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="31" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="b,h,k,germandbls,thorn" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="V" 	k="53" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="X" 	k="59" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="x" 	k="27" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="eth" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="slash" 	k="47" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="backslash" 	k="37" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="parenright" 	k="29" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="113" />
+<hkern g1="P" 	g2="AE" 	k="168" />
+<hkern g1="P" 	g2="J" 	k="162" />
+<hkern g1="P" 	g2="W" 	k="23" />
+<hkern g1="P" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="P" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="P" 	g2="d,g,q" 	k="23" />
+<hkern g1="P" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="P" 	g2="s" 	k="20" />
+<hkern g1="P" 	g2="w" 	k="-27" />
+<hkern g1="P" 	g2="y,yacute,ydieresis" 	k="-35" />
+<hkern g1="P" 	g2="Z" 	k="10" />
+<hkern g1="P" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="115" />
+<hkern g1="P" 	g2="guillemotleft,guilsinglleft" 	k="23" />
+<hkern g1="P" 	g2="hyphen,uni00AD,endash,emdash" 	k="16" />
+<hkern g1="R" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="R" 	g2="W" 	k="68" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="86" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="R" 	g2="d,g,q" 	k="47" />
+<hkern g1="R" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="R" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="R" 	g2="w" 	k="29" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="R" 	g2="T" 	k="37" />
+<hkern g1="R" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="R" 	g2="b,h,k,germandbls,thorn" 	k="12" />
+<hkern g1="R" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="14" />
+<hkern g1="R" 	g2="t" 	k="31" />
+<hkern g1="R" 	g2="V" 	k="66" />
+<hkern g1="R" 	g2="quoteright,quotedblright" 	k="16" />
+<hkern g1="R" 	g2="v" 	k="25" />
+<hkern g1="R" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="27" />
+<hkern g1="R" 	g2="eth" 	k="57" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="R" 	g2="slash" 	k="-18" />
+<hkern g1="R" 	g2="backslash" 	k="43" />
+<hkern g1="R" 	g2="l" 	k="23" />
+<hkern g1="R" 	g2="parenright" 	k="-23" />
+<hkern g1="R" 	g2="trademark" 	k="20" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="S" 	g2="AE" 	k="23" />
+<hkern g1="S" 	g2="W" 	k="29" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="39" />
+<hkern g1="S" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="S" 	g2="m,n,p,r,ntilde" 	k="16" />
+<hkern g1="S" 	g2="s" 	k="20" />
+<hkern g1="S" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="S" 	g2="w" 	k="43" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="S" 	g2="z" 	k="18" />
+<hkern g1="S" 	g2="b,h,k,germandbls,thorn" 	k="10" />
+<hkern g1="S" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="S" 	g2="t" 	k="33" />
+<hkern g1="S" 	g2="V" 	k="29" />
+<hkern g1="S" 	g2="X" 	k="16" />
+<hkern g1="S" 	g2="v" 	k="37" />
+<hkern g1="S" 	g2="x" 	k="27" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="29" />
+<hkern g1="S" 	g2="eth" 	k="10" />
+<hkern g1="S" 	g2="l" 	k="10" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="127" />
+<hkern g1="T" 	g2="AE" 	k="168" />
+<hkern g1="T" 	g2="J" 	k="172" />
+<hkern g1="T" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="T" 	g2="S" 	k="10" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="131" />
+<hkern g1="T" 	g2="d,g,q" 	k="150" />
+<hkern g1="T" 	g2="m,n,p,r,ntilde" 	k="39" />
+<hkern g1="T" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="154" />
+<hkern g1="T" 	g2="s" 	k="147" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="88" />
+<hkern g1="T" 	g2="w" 	k="47" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="T" 	g2="z" 	k="86" />
+<hkern g1="T" 	g2="v" 	k="47" />
+<hkern g1="T" 	g2="x" 	k="45" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="66" />
+<hkern g1="T" 	g2="eth" 	k="154" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="119" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="84" />
+<hkern g1="T" 	g2="slash" 	k="100" />
+<hkern g1="T" 	g2="space" 	k="59" />
+<hkern g1="T" 	g2="asterisk" 	k="-47" />
+<hkern g1="T" 	g2="hyphen,uni00AD,endash,emdash" 	k="117" />
+<hkern g1="T" 	g2="parenright" 	k="-12" />
+<hkern g1="T" 	g2="trademark" 	k="-12" />
+<hkern g1="Thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="Thorn" 	g2="AE" 	k="104" />
+<hkern g1="Thorn" 	g2="J" 	k="33" />
+<hkern g1="Thorn" 	g2="S" 	k="12" />
+<hkern g1="Thorn" 	g2="W" 	k="70" />
+<hkern g1="Thorn" 	g2="Y,Yacute,Ydieresis" 	k="106" />
+<hkern g1="Thorn" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="Thorn" 	g2="T" 	k="35" />
+<hkern g1="Thorn" 	g2="Z" 	k="27" />
+<hkern g1="Thorn" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="Thorn" 	g2="quoteright,quotedblright" 	k="33" />
+<hkern g1="Thorn" 	g2="quoteleft,quotedblleft" 	k="39" />
+<hkern g1="Thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="53" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="92" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d,g,q" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,p,r,ntilde" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b,h,k,germandbls,thorn" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="x" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="eth" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="10" />
+<hkern g1="V" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="111" />
+<hkern g1="V" 	g2="AE" 	k="172" />
+<hkern g1="V" 	g2="J" 	k="164" />
+<hkern g1="V" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="55" />
+<hkern g1="V" 	g2="S" 	k="43" />
+<hkern g1="V" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="113" />
+<hkern g1="V" 	g2="d,g,q" 	k="115" />
+<hkern g1="V" 	g2="m,n,p,r,ntilde" 	k="86" />
+<hkern g1="V" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="121" />
+<hkern g1="V" 	g2="s" 	k="111" />
+<hkern g1="V" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="80" />
+<hkern g1="V" 	g2="w" 	k="20" />
+<hkern g1="V" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="V" 	g2="z" 	k="72" />
+<hkern g1="V" 	g2="t" 	k="31" />
+<hkern g1="V" 	g2="quoteright,quotedblright" 	k="-14" />
+<hkern g1="V" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="63" />
+<hkern g1="V" 	g2="quoteleft,quotedblleft" 	k="-12" />
+<hkern g1="V" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="113" />
+<hkern g1="V" 	g2="guillemotleft,guilsinglleft" 	k="72" />
+<hkern g1="V" 	g2="hyphen,uni00AD,endash,emdash" 	k="68" />
+<hkern g1="V" 	g2="guillemotright,guilsinglright" 	k="37" />
+<hkern g1="V" 	g2="colon,semicolon" 	k="39" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="115" />
+<hkern g1="W" 	g2="AE" 	k="176" />
+<hkern g1="W" 	g2="J" 	k="164" />
+<hkern g1="W" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="57" />
+<hkern g1="W" 	g2="S" 	k="45" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="111" />
+<hkern g1="W" 	g2="d,g,q" 	k="125" />
+<hkern g1="W" 	g2="m,n,p,r,ntilde" 	k="90" />
+<hkern g1="W" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="131" />
+<hkern g1="W" 	g2="s" 	k="119" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="84" />
+<hkern g1="W" 	g2="w" 	k="23" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="W" 	g2="z" 	k="76" />
+<hkern g1="W" 	g2="t" 	k="31" />
+<hkern g1="W" 	g2="quoteright,quotedblright" 	k="-18" />
+<hkern g1="W" 	g2="v" 	k="25" />
+<hkern g1="W" 	g2="x" 	k="31" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="68" />
+<hkern g1="W" 	g2="quoteleft,quotedblleft" 	k="-18" />
+<hkern g1="W" 	g2="eth" 	k="137" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="121" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="76" />
+<hkern g1="W" 	g2="slash" 	k="127" />
+<hkern g1="W" 	g2="space" 	k="70" />
+<hkern g1="W" 	g2="ampersand" 	k="31" />
+<hkern g1="W" 	g2="asterisk" 	k="-68" />
+<hkern g1="W" 	g2="backslash" 	k="-47" />
+<hkern g1="W" 	g2="bracketright" 	k="-14" />
+<hkern g1="W" 	g2="copyright" 	k="35" />
+<hkern g1="W" 	g2="hyphen,uni00AD,endash,emdash" 	k="72" />
+<hkern g1="W" 	g2="parenright" 	k="-53" />
+<hkern g1="W" 	g2="registered" 	k="35" />
+<hkern g1="W" 	g2="trademark" 	k="-51" />
+<hkern g1="W" 	g2="braceright" 	k="-12" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="39" />
+<hkern g1="W" 	g2="colon,semicolon" 	k="41" />
+<hkern g1="X" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="61" />
+<hkern g1="X" 	g2="S" 	k="12" />
+<hkern g1="X" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="X" 	g2="d,g,q" 	k="80" />
+<hkern g1="X" 	g2="m,n,p,r,ntilde" 	k="23" />
+<hkern g1="X" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="86" />
+<hkern g1="X" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="47" />
+<hkern g1="X" 	g2="w" 	k="68" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="X" 	g2="t" 	k="43" />
+<hkern g1="X" 	g2="quoteright,quotedblright" 	k="-20" />
+<hkern g1="X" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="57" />
+<hkern g1="X" 	g2="quoteleft,quotedblleft" 	k="-20" />
+<hkern g1="X" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="45" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="133" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="197" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="174" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="S" 	k="59" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d,g,q" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,p,r,ntilde" 	k="106" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="158" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="160" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="106" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="51" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="109" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="43" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quoteright,quotedblright" 	k="-29" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v" 	k="55" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="55" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="88" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quoteleft,quotedblleft" 	k="-27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="eth" 	k="158" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="139" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="104" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="slash" 	k="121" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="space" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="ampersand" 	k="39" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="asterisk" 	k="-74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="backslash" 	k="-53" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="bracketright" 	k="-23" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="copyright" 	k="49" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="100" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="parenright" 	k="-61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="registered" 	k="49" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="trademark" 	k="-61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="braceright" 	k="-20" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="59" />
+<hkern g1="Z" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="Z" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="Z" 	g2="d,g,q" 	k="25" />
+<hkern g1="Z" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="Z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="Z" 	g2="s" 	k="10" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="18" />
+<hkern g1="Z" 	g2="w" 	k="18" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="Z" 	g2="t" 	k="29" />
+<hkern g1="Z" 	g2="v" 	k="18" />
+<hkern g1="Z" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="39" />
+<hkern g1="Z" 	g2="eth" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="160" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="w" 	k="63" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="143" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="61" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="t" 	k="20" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="63" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="v" 	k="47" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteleft,quotedblleft" 	k="74" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="asterisk" 	k="61" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="backslash" 	k="106" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordfeminine" 	k="27" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordmasculine" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="trademark" 	k="78" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="b,p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="b,p,thorn" 	g2="AE" 	k="43" />
+<hkern g1="b,p,thorn" 	g2="J" 	k="18" />
+<hkern g1="b,p,thorn" 	g2="S" 	k="25" />
+<hkern g1="b,p,thorn" 	g2="W" 	k="125" />
+<hkern g1="b,p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="150" />
+<hkern g1="b,p,thorn" 	g2="s" 	k="8" />
+<hkern g1="b,p,thorn" 	g2="w" 	k="41" />
+<hkern g1="b,p,thorn" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="b,p,thorn" 	g2="z" 	k="12" />
+<hkern g1="b,p,thorn" 	g2="T" 	k="150" />
+<hkern g1="b,p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="b,p,thorn" 	g2="Z" 	k="33" />
+<hkern g1="b,p,thorn" 	g2="quotedbl,quotesingle" 	k="53" />
+<hkern g1="b,p,thorn" 	g2="t" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="V" 	k="117" />
+<hkern g1="b,p,thorn" 	g2="X" 	k="80" />
+<hkern g1="b,p,thorn" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="b,p,thorn" 	g2="v" 	k="29" />
+<hkern g1="b,p,thorn" 	g2="x" 	k="41" />
+<hkern g1="b,p,thorn" 	g2="quoteleft,quotedblleft" 	k="63" />
+<hkern g1="b,p,thorn" 	g2="asterisk" 	k="51" />
+<hkern g1="b,p,thorn" 	g2="backslash" 	k="80" />
+<hkern g1="b,p,thorn" 	g2="ordmasculine" 	k="20" />
+<hkern g1="b,p,thorn" 	g2="parenright" 	k="33" />
+<hkern g1="b,p,thorn" 	g2="trademark" 	k="63" />
+<hkern g1="b,p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="131" />
+<hkern g1="c,ccedilla" 	g2="d,g,q" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="s" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="w" 	k="20" />
+<hkern g1="c,ccedilla" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="135" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="v" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="x" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="quoteleft,quotedblleft" 	k="25" />
+<hkern g1="c,ccedilla" 	g2="eth" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="asterisk" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="backslash" 	k="61" />
+<hkern g1="c,ccedilla" 	g2="trademark" 	k="37" />
+<hkern g1="d" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="d" 	g2="w" 	k="20" />
+<hkern g1="d" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="d" 	g2="T" 	k="29" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="d" 	g2="t" 	k="12" />
+<hkern g1="d" 	g2="v" 	k="16" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="AE" 	k="43" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="121" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="178" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="w" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="z" 	k="12" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="170" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="t" 	k="12" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="V" 	k="113" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="X" 	k="63" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="v" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="x" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="asterisk" 	k="43" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="backslash" 	k="78" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="parenright" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="trademark" 	k="51" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="eth" 	g2="w" 	k="27" />
+<hkern g1="eth" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="eth" 	g2="z" 	k="10" />
+<hkern g1="eth" 	g2="T" 	k="43" />
+<hkern g1="eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="f" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="72" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-117" />
+<hkern g1="f" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="f" 	g2="T" 	k="-72" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-20" />
+<hkern g1="f" 	g2="quoteleft,quotedblleft" 	k="-20" />
+<hkern g1="f" 	g2="eth" 	k="12" />
+<hkern g1="f" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="51" />
+<hkern g1="germandbls" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="germandbls" 	g2="s" 	k="10" />
+<hkern g1="germandbls" 	g2="w" 	k="39" />
+<hkern g1="germandbls" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="germandbls" 	g2="z" 	k="10" />
+<hkern g1="germandbls" 	g2="T" 	k="47" />
+<hkern g1="germandbls" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="germandbls" 	g2="t" 	k="23" />
+<hkern g1="germandbls" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="germandbls" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="14" />
+<hkern g1="germandbls" 	g2="quoteleft,quotedblleft" 	k="16" />
+<hkern g1="germandbls" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="20" />
+<hkern g1="h" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="h" 	g2="Y,Yacute,Ydieresis" 	k="129" />
+<hkern g1="h" 	g2="w" 	k="18" />
+<hkern g1="h" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="h" 	g2="T" 	k="127" />
+<hkern g1="h" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="h" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="h" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="h" 	g2="v" 	k="12" />
+<hkern g1="h" 	g2="quoteleft,quotedblleft" 	k="43" />
+<hkern g1="h" 	g2="asterisk" 	k="35" />
+<hkern g1="h" 	g2="backslash" 	k="70" />
+<hkern g1="h" 	g2="trademark" 	k="53" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="S" 	k="10" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="Z" 	k="12" />
+<hkern g1="k" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="k" 	g2="d,g,q" 	k="49" />
+<hkern g1="k" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="53" />
+<hkern g1="k" 	g2="s" 	k="10" />
+<hkern g1="k" 	g2="T" 	k="53" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="k" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="10" />
+<hkern g1="k" 	g2="eth" 	k="59" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="k" 	g2="slash" 	k="-41" />
+<hkern g1="k" 	g2="asterisk" 	k="-41" />
+<hkern g1="k" 	g2="bracketright" 	k="-12" />
+<hkern g1="k" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="k" 	g2="parenright" 	k="-45" />
+<hkern g1="k" 	g2="braceright" 	k="-10" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="53" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="Y,Yacute,Ydieresis" 	k="123" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="d,g,q" 	k="12" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="w" 	k="84" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="y,yacute,ydieresis" 	k="70" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="T" 	k="96" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="70" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quotedbl,quotesingle" 	k="51" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="t" 	k="41" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="v" 	k="68" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="31" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quoteleft,quotedblleft" 	k="51" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="eth" 	k="10" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="space" 	k="41" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="asterisk" 	k="51" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="backslash" 	k="41" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="ordfeminine" 	k="49" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="ordmasculine" 	k="49" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="parenright" 	k="-18" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="trademark" 	k="51" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="14" />
+<hkern g1="m,n,ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="m,n,ntilde" 	g2="S" 	k="12" />
+<hkern g1="m,n,ntilde" 	g2="W" 	k="111" />
+<hkern g1="m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="129" />
+<hkern g1="m,n,ntilde" 	g2="w" 	k="18" />
+<hkern g1="m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="m,n,ntilde" 	g2="T" 	k="127" />
+<hkern g1="m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="m,n,ntilde" 	g2="Z" 	k="18" />
+<hkern g1="m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="m,n,ntilde" 	g2="V" 	k="104" />
+<hkern g1="m,n,ntilde" 	g2="X" 	k="20" />
+<hkern g1="m,n,ntilde" 	g2="quoteright,quotedblright" 	k="29" />
+<hkern g1="m,n,ntilde" 	g2="v" 	k="12" />
+<hkern g1="m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="33" />
+<hkern g1="m,n,ntilde" 	g2="asterisk" 	k="27" />
+<hkern g1="m,n,ntilde" 	g2="backslash" 	k="70" />
+<hkern g1="m,n,ntilde" 	g2="trademark" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="s" 	k="8" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="w" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="z" 	k="14" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="156" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="t" 	k="14" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="v" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="x" 	k="45" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="8" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="55" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="asterisk" 	k="47" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="backslash" 	k="80" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="parenright" 	k="35" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="trademark" 	k="55" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="20" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="94" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="r" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="r" 	g2="d,g,q" 	k="8" />
+<hkern g1="r" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="r" 	g2="T" 	k="53" />
+<hkern g1="r" 	g2="eth" 	k="29" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="90" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="r" 	g2="slash" 	k="72" />
+<hkern g1="r" 	g2="space" 	k="39" />
+<hkern g1="r" 	g2="parenright" 	k="29" />
+<hkern g1="r" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="s" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="s" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="121" />
+<hkern g1="s" 	g2="w" 	k="23" />
+<hkern g1="s" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="s" 	g2="T" 	k="106" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="s" 	g2="t" 	k="8" />
+<hkern g1="s" 	g2="v" 	k="14" />
+<hkern g1="s" 	g2="x" 	k="14" />
+<hkern g1="s" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="12" />
+<hkern g1="s" 	g2="backslash" 	k="55" />
+<hkern g1="s" 	g2="trademark" 	k="35" />
+<hkern g1="s" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="t" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="117" />
+<hkern g1="t" 	g2="d,g,q" 	k="10" />
+<hkern g1="t" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="t" 	g2="w" 	k="10" />
+<hkern g1="t" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="t" 	g2="T" 	k="51" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="t" 	g2="t" 	k="10" />
+<hkern g1="t" 	g2="v" 	k="8" />
+<hkern g1="t" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="8" />
+<hkern g1="t" 	g2="eth" 	k="12" />
+<hkern g1="t" 	g2="backslash" 	k="43" />
+<hkern g1="t" 	g2="trademark" 	k="29" />
+<hkern g1="t" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="135" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="w" 	k="20" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="94" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="t" 	k="12" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quoteright,quotedblright" 	k="25" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="v" 	k="16" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="asterisk" 	k="20" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="backslash" 	k="63" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="trademark" 	k="35" />
+<hkern g1="v" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="v" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="v" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="v" 	g2="d,g,q" 	k="29" />
+<hkern g1="v" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="v" 	g2="s" 	k="27" />
+<hkern g1="v" 	g2="T" 	k="49" />
+<hkern g1="v" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="55" />
+<hkern g1="v" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="v" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="74" />
+<hkern g1="w" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="51" />
+<hkern g1="w" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="w" 	g2="d,g,q" 	k="39" />
+<hkern g1="w" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="w" 	g2="s" 	k="37" />
+<hkern g1="w" 	g2="T" 	k="47" />
+<hkern g1="w" 	g2="eth" 	k="63" />
+<hkern g1="w" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="76" />
+<hkern g1="w" 	g2="guillemotleft,guilsinglleft" 	k="43" />
+<hkern g1="w" 	g2="slash" 	k="76" />
+<hkern g1="w" 	g2="space" 	k="55" />
+<hkern g1="w" 	g2="asterisk" 	k="-49" />
+<hkern g1="w" 	g2="backslash" 	k="23" />
+<hkern g1="w" 	g2="hyphen,uni00AD,endash,emdash" 	k="31" />
+<hkern g1="w" 	g2="ordmasculine" 	k="-16" />
+<hkern g1="w" 	g2="parenright" 	k="27" />
+<hkern g1="x" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="x" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="x" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="x" 	g2="d,g,q" 	k="41" />
+<hkern g1="x" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="45" />
+<hkern g1="x" 	g2="s" 	k="8" />
+<hkern g1="x" 	g2="T" 	k="45" />
+<hkern g1="x" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="x" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="8" />
+<hkern g1="x" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="x" 	g2="hyphen,uni00AD,endash,emdash" 	k="37" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="y,yacute,ydieresis" 	g2="d,g,q" 	k="29" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="s" 	k="27" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="55" />
+<hkern g1="y,yacute,ydieresis" 	g2="eth" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="51" />
+<hkern g1="y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="27" />
+<hkern g1="y,yacute,ydieresis" 	g2="slash" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="space" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="backslash" 	k="23" />
+<hkern g1="y,yacute,ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="18" />
+<hkern g1="y,yacute,ydieresis" 	g2="parenright" 	k="25" />
+<hkern g1="z" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="106" />
+<hkern g1="z" 	g2="d,g,q" 	k="12" />
+<hkern g1="z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="14" />
+<hkern g1="z" 	g2="T" 	k="82" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="z" 	g2="eth" 	k="18" />
+<hkern g1="z" 	g2="backslash" 	k="39" />
+<hkern g1="z" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="one" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="109" />
+<hkern g1="g,q" 	g2="backslash" 	k="47" />
+<hkern g1="g,q" 	g2="trademark" 	k="18" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..9bc70e0dd92357c78cc5827ae81327b6ef428a34
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..118bb9696237e39c0deeda808aa6398305635580
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..9deeb1e0982872f108c9ac031727240b2e871204
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-heavy-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-light-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..2a47bf1191f82b9d99547e6ef21dcf00b6b4630f
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-light-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewaylight';
+							}
+		</style>
+
+	<title>Raleway Light Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Light	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Light</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Light in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Light in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..2fc188d09142454cb0892bda7f283158246db6a5
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..a4b3d040e53e5371071cf98f562c2a8619b7bd1d
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.svg
@@ -0,0 +1,2079 @@
+<?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="ralewaylight" horiz-adv-x="1556" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="534" />
+<glyph unicode="&#xfb01;" horiz-adv-x="993" d="M61 856v84h150v160q0 70 20.5 144.5t63.5 134t111.5 98.5t164.5 39q55 0 103.5 -10.5t85.5 -24t61.5 -28.5t36.5 -23l-53 -72q-29 27 -90.5 46t-139.5 19q-70 0 -119.5 -29.5t-81.5 -75.5t-46.5 -103.5t-14.5 -112.5v-162h523v-940h-103v856h-420v-856h-102v856h-150z " />
+<glyph unicode="&#xfb02;" horiz-adv-x="1142" d="M61 856v84h150v166q0 88 20.5 162.5t63.5 130t108.5 86.5t155.5 31q82 0 145.5 -23t106.5 -62.5t64.5 -94t21.5 -117.5v-1010q0 -43 28.5 -85t88.5 -42q41 0 81 10t42 10l24 -86q-4 -4 -57 -16t-119 -12q-92 0 -141 55t-49 129v1030q0 39 -12.5 79t-40 71.5t-72.5 51 t-109 19.5q-68 0 -115 -29.5t-76.5 -77.5t-43 -107.5t-13.5 -118.5v-150h238v-84h-238v-856h-102v856h-150z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1447" d="M61 856v84h150v96q0 74 18.5 145.5t57.5 128t97 91.5t138 35q78 0 134.5 -17.5t88.5 -38.5q43 59 112 97.5t167 38.5q55 0 102.5 -10.5t84 -24t62 -28.5t38.5 -23l-54 -72q-27 25 -88 45t-137 20q-72 0 -122 -29.5t-81.5 -75.5t-46 -103.5t-14.5 -112.5v-162h522v-940 h-102v856h-420v-856h-102v856h-353v-856h-102v856h-150zM313 940h353v152q0 47 11 104t34 104q-35 27 -84 35t-90 8q-63 0 -106.5 -30.5t-69 -75.5t-37 -99.5t-11.5 -99.5v-98z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1603" d="M61 856v84h150v113q0 80 21.5 150.5t62.5 121.5t102.5 81t141.5 30q78 0 126 -17.5t80 -36.5q41 63 110 98.5t167 35.5q82 0 144.5 -23t105.5 -62.5t64.5 -94t21.5 -117.5v-1010q0 -43 28.5 -85t88.5 -42q41 0 80.5 10t43.5 10l23 -86q0 -2 -16.5 -6t-41 -9t-55 -9 t-61.5 -4q-92 0 -142.5 55t-50.5 129v1030q0 39 -12 79t-39.5 71.5t-73 51t-108.5 19.5q-68 0 -114 -29.5t-75.5 -77.5t-43 -107.5t-13.5 -118.5v-150h236v-84h-236v-856h-102v856h-361v-856h-102v856h-150zM313 940h361v152q0 53 8 111.5t27 99.5q-35 27 -75 33.5t-81 6.5 q-63 0 -108.5 -25.5t-75 -65.5t-43 -92t-13.5 -103v-117z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="534" />
+<glyph unicode="&#x09;" horiz-adv-x="534" />
+<glyph unicode="&#xa0;" horiz-adv-x="534" />
+<glyph unicode="!" horiz-adv-x="473" d="M186 0v209h103v-209h-103zM186 446v1022h103v-1022h-103z" />
+<glyph unicode="&#x22;" horiz-adv-x="514" d="M131 1235v227h92v-227h-92zM291 1235v227h92v-227h-92z" />
+<glyph unicode="#" horiz-adv-x="1378" d="M82 434v84h252l104 436h-270v80h291l102 420h90l-104 -420h426l102 420h90l-104 -420h237v-80h-258l-104 -436h276v-84h-297l-104 -434h-90l106 434h-426l-104 -434h-90l106 434h-231zM422 518h426l106 436h-428z" />
+<glyph unicode="$" horiz-adv-x="1253" d="M76 205l55 84q84 -88 203 -143.5t268 -65.5v604q-117 25 -205 52.5t-148.5 69.5t-91 101.5t-30.5 149.5q0 94 34 166.5t95 125t148.5 81t193.5 32.5v207h64v-205q135 -4 240.5 -46t191.5 -124l-54 -82q-139 152 -385 158v-596q119 -25 215.5 -54.5t163 -74.5t102 -110.5 t35.5 -161.5t-36.5 -167t-104 -119t-162 -72.5t-206.5 -26.5v-191h-64v193q-307 16 -522 215zM233 1071q0 -66 21.5 -111t67 -76.5t115 -54t165.5 -43.5v582q-195 -8 -282 -87t-87 -210zM655 80q190 0 298 69.5t108 210.5q0 68 -25.5 116t-76 84t-127 62.5t-177.5 49.5v-592 z" />
+<glyph unicode="%" horiz-adv-x="1445" d="M96 1184q0 61 23.5 113.5t63.5 92.5t94.5 62.5t115.5 22.5t115.5 -22.5t94.5 -62.5t63.5 -92.5t23.5 -113.5q0 -59 -23.5 -112.5t-63.5 -92.5t-94.5 -61.5t-115.5 -22.5t-115.5 22.5t-94.5 61.5t-63.5 92t-23.5 113zM127 43l573 705l562 712l57 -47l-574 -706l-561 -713z M176 1184q0 -47 17.5 -87t47 -71t69.5 -48t83 -17q45 0 85 18t68.5 49t46 72t17.5 84q0 47 -17.5 88t-48 71.5t-69.5 48t-82 17.5q-45 0 -85 -18.5t-68.5 -49t-46 -71.5t-17.5 -86zM756 270q0 59 23.5 112.5t63.5 92.5t94 61.5t116 22.5q61 0 115.5 -22.5t94.5 -61.5 t63.5 -92t23.5 -113q0 -61 -23.5 -113.5t-63.5 -92t-94.5 -62t-115.5 -22.5t-115.5 22.5t-94.5 62t-63.5 92t-23.5 113.5zM836 270q0 -47 17 -88t47 -71.5t69 -48t84 -17.5t85 18.5t68.5 49t46 71.5t17.5 86t-17.5 86t-48 72t-69.5 48.5t-82 17.5q-45 0 -85 -18.5t-69 -49.5 t-46 -72t-17 -84z" />
+<glyph unicode="&#x26;" horiz-adv-x="1351" d="M102 365q0 74 26 135t70 114.5t102 99.5t124 91q-57 61 -97 111.5t-65.5 91.5t-37 78.5t-11.5 74.5q0 63 27.5 119.5t76 99.5t113 68t139.5 25q70 0 130.5 -21.5t104.5 -58.5t68.5 -88.5t24.5 -110.5q0 -61 -26.5 -115.5t-72.5 -101.5t-106.5 -92t-128.5 -88l438 -459 q47 82 72 176t25 199h88q0 -123 -32 -234.5t-91 -204.5l264 -274h-135l-186 195q-84 -98 -198 -156.5t-249 -58.5q-92 0 -174 26.5t-145.5 76.5t-100.5 120.5t-37 161.5zM203 360q0 -74 32.5 -129t85 -93t117.5 -56.5t131 -18.5q117 0 212.5 52.5t164.5 140.5l-463 487 q-59 -41 -109 -83t-89 -88t-60.5 -98t-21.5 -114zM309 1163q0 -27 7.5 -53.5t29 -62t59 -80.5t99.5 -109q68 45 122 85t93 79t60.5 80t21.5 88q0 86 -65.5 142.5t-166.5 56.5q-55 0 -102 -18.5t-83 -49.5t-55.5 -72t-19.5 -86z" />
+<glyph unicode="'" horiz-adv-x="319" d="M115 1270v192h90v-192h-90z" />
+<glyph unicode="(" horiz-adv-x="526" d="M96 707q0 104 21.5 205.5t60.5 199.5t89 195.5t110 195.5l80 -41q-45 -66 -92.5 -157t-85 -193t-62 -208.5t-24.5 -203.5q0 -160 69.5 -349t192.5 -374l-76 -45q-133 193 -208 387.5t-75 387.5z" />
+<glyph unicode=")" horiz-adv-x="526" d="M70 1462l80 41q57 -98 108 -195.5t90 -195.5t60.5 -199.5t21.5 -205.5q0 -193 -74.5 -387.5t-205.5 -387.5l-78 45q123 184 192.5 374t69.5 349q0 96 -24.5 203t-63.5 209t-85 193.5t-91 156.5z" />
+<glyph unicode="*" horiz-adv-x="649" d="M133 1300l19 60l141 -49l-6 147h75l-6 -147l140 49l18 -60l-139 -45l88 -122l-53 -37l-86 125l-86 -125l-52 37l86 122z" />
+<glyph unicode="+" horiz-adv-x="854" d="M113 684v86h266v289h96v-289h266v-86h-266v-289h-96v289h-266z" />
+<glyph unicode="," horiz-adv-x="401" d="M125 -29q14 0 25.5 7.5t11.5 29.5v166h90v-178q0 -57 -39 -82t-88 -25v82z" />
+<glyph unicode="-" horiz-adv-x="868" d="M139 510v94h590v-94h-590z" />
+<glyph unicode="." horiz-adv-x="368" d="M139 0v174h90v-174h-90z" />
+<glyph unicode="/" horiz-adv-x="1189" d="M61 0l953 1454h119l-955 -1454h-117z" />
+<glyph unicode="0" horiz-adv-x="1261" d="M121 600q0 135 38 249t106.5 196.5t161.5 130t204 47.5t204 -47.5t160.5 -130t106.5 -196.5t39 -249t-39 -248.5t-106.5 -196.5t-161 -129t-203.5 -46q-111 0 -204 46t-161.5 129t-106.5 196.5t-38 248.5zM223 600q0 -117 30 -213t83 -165.5t129 -107.5t166 -38t164.5 38 t128 107.5t83 165.5t29.5 213t-29.5 214t-83 166t-128 107.5t-164.5 38.5t-166 -38.5t-129 -107.5t-83 -166t-30 -214z" />
+<glyph unicode="1" horiz-adv-x="839" d="M94 872v103q51 0 108.5 27.5t106.5 62.5t83 66.5t38 37.5h105v-1075h260v-94h-656v94h291v946q-16 -25 -56 -53.5t-88 -54t-99.5 -43t-92.5 -17.5z" />
+<glyph unicode="2" horiz-adv-x="1071" d="M111 0q0 59 10 130t46 141.5t103.5 139t184.5 126.5q49 25 113.5 53t122 66t97 88.5t39.5 117.5q0 43 -18 85t-54 75t-89.5 53.5t-124.5 20.5q-74 0 -130.5 -20.5t-98.5 -48.5t-70.5 -56.5t-42.5 -46.5l-70 71q25 27 64.5 62t93 63.5t120 49t148.5 20.5q90 0 160.5 -25.5 t120 -70.5t75 -103.5t25.5 -124.5q0 -84 -38 -144t-95.5 -103.5t-122 -74t-119.5 -50.5q-96 -39 -158.5 -84t-100.5 -96.5t-54.5 -106.5t-20.5 -113h731v-94h-847z" />
+<glyph unicode="3" horiz-adv-x="1085" d="M86 -55l76 61q41 -98 135 -155.5t231 -57.5q162 0 256.5 84t94.5 234t-97.5 237.5t-275.5 87.5h-49v90h53q166 0 254 75t88 200q0 68 -24.5 120t-67.5 89t-102.5 56t-129.5 19q-123 0 -215 -56t-135 -152l-69 57q25 55 66.5 100t98 78t123 50.5t140.5 17.5 q92 0 168.5 -27t133 -76t88 -116.5t31.5 -149.5q0 -63 -19 -118.5t-56 -98.5t-89.5 -73t-115.5 -38q139 -23 223 -125t84 -252q0 -92 -33.5 -166.5t-94 -128t-144.5 -83t-187 -29.5q-154 0 -270.5 65.5t-169.5 180.5z" />
+<glyph unicode="4" horiz-adv-x="1097" d="M43 121v90l739 958h72v-954h180v-94h-180v-381h-102v381h-709zM158 215h602v789z" />
+<glyph unicode="5" horiz-adv-x="1126" d="M84 -18l74 43q57 -106 160.5 -171t228.5 -65q82 0 153.5 27.5t124 79t83 121t30.5 155.5q0 82 -29.5 149.5t-81 116.5t-120 76t-148.5 27q-104 0 -196.5 -46t-151.5 -133h-98q2 14 11 57.5t20.5 103t25.5 131t29 143.5q35 168 75 372h697v-96h-619l-112 -575 q59 66 145 101.5t184 35.5t184.5 -34t151 -95.5t101 -146.5t36.5 -187q0 -109 -39.5 -196t-107.5 -150.5t-158 -97t-190 -33.5q-78 0 -148.5 20.5t-131 58.5t-106.5 90t-77 118z" />
+<glyph unicode="6" horiz-adv-x="1239" d="M117 571q0 229 39 397.5t108.5 279t166.5 163.5t214 53q147 0 262 -75.5t168 -206.5l-71 -56q-41 111 -138.5 178.5t-220.5 67.5q-96 0 -175 -46t-134 -135t-87 -218t-32 -295q23 66 66 120t99 93t123.5 60.5t141.5 21.5q104 0 195.5 -39t159 -106.5t106.5 -158 t39 -192.5q0 -104 -40 -194t-108.5 -158t-163 -106.5t-200.5 -38.5q-113 0 -208 40.5t-163.5 116.5t-107.5 185.5t-39 248.5zM227 477q0 -84 33 -157.5t89.5 -129t131 -87t158.5 -31.5t157.5 31.5t129 87t88.5 129t33 157.5t-33 158t-88.5 129t-130 88t-158.5 33t-159 -33 t-130 -88t-88 -129t-33 -158z" />
+<glyph unicode="7" horiz-adv-x="1112" d="M98 1098v96h981l-737 -1454h-117l693 1358h-820z" />
+<glyph unicode="8" horiz-adv-x="1216" d="M109 403q0 72 26.5 133.5t70.5 109.5t99 82t113 52q-53 18 -99.5 49t-81 70t-55 88t-20.5 105q0 88 40 155.5t103.5 113.5t143 69.5t159.5 23.5t160 -23.5t143.5 -69.5t103.5 -112.5t40 -154.5q0 -57 -21.5 -105.5t-56.5 -88.5t-83 -70.5t-99 -49.5q63 -23 120.5 -58.5 t99.5 -84.5t66.5 -109.5t24.5 -130.5q0 -94 -41 -169.5t-110.5 -130t-161 -83t-191.5 -28.5q-111 0 -201 33.5t-155.5 90t-101 132t-35.5 161.5zM213 403q0 -78 36 -138t93 -102t128 -64.5t140 -22.5q70 0 140.5 23.5t126 66.5t90 103.5t34.5 136.5q0 78 -35.5 139t-93 103 t-128 64.5t-140.5 22.5q-72 0 -141.5 -23.5t-124.5 -66.5t-90 -104.5t-35 -137.5zM264 1087q0 -66 32 -114.5t81 -83.5t109.5 -52.5t119.5 -17.5t120.5 18.5t111 53.5t81 85t31.5 116q0 63 -29.5 113t-77.5 84t-110.5 52.5t-128.5 18.5t-127 -18.5t-108 -54.5t-76 -86.5 t-29 -113.5z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M80 672q0 104 40 194t108.5 158t161.5 106.5t202 38.5q113 0 207 -41t163.5 -116.5t108.5 -186t39 -247.5q0 -229 -39 -397.5t-108.5 -279t-167 -163.5t-213.5 -53q-147 0 -262 75.5t-168 206.5l71 56q41 -111 138.5 -178.5t220.5 -67.5q96 0 175 46t134 135t87 218 t32 295q-23 -66 -66 -120t-99.5 -93t-124 -60.5t-140.5 -21.5q-104 0 -195.5 39t-159 106.5t-106.5 158t-39 192.5zM180 672q0 -84 33 -158t88 -129t130 -88t159 -33t158.5 33t130 88t88 129t32.5 158q0 82 -32.5 155.5t-89 129t-131 88t-158.5 32.5t-158 -31.5t-129 -87 t-88 -129t-33 -157.5z" />
+<glyph unicode=":" horiz-adv-x="378" d="M145 0v174h88v-174h-88zM145 885v174h88v-174h-88z" />
+<glyph unicode=";" horiz-adv-x="411" d="M129 -29q16 0 26.5 7.5t10.5 29.5v166h90v-178q0 -57 -39 -82t-88 -25v82zM166 885v174h90v-174h-90z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1034" d="M70 498v61l856 514v-110l-707 -433l707 -432v-112z" />
+<glyph unicode="=" horiz-adv-x="907" d="M147 426v78h613v-78h-613zM147 627v78h613v-78h-613z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1034" d="M109 -14v112l708 432l-708 433v110l856 -514v-61z" />
+<glyph unicode="?" horiz-adv-x="974" d="M74 1208q27 63 73 112.5t102 83.5t120.5 51.5t130.5 17.5q76 0 146.5 -25t125.5 -73t88 -120.5t33 -169.5q0 -86 -27.5 -145t-71.5 -102t-99.5 -73t-108.5 -56q-35 -18 -64.5 -39t-51 -54.5t-33 -87t-11.5 -133.5h-90q0 80 11 137.5t33.5 99.5t55.5 71.5t74 54.5 q43 25 94 50.5t95 61t73 89t29 133.5q0 74 -25.5 129t-67.5 92t-96.5 54t-111.5 17q-117 0 -211 -61t-142 -160zM338 0v201h90v-201h-90z" />
+<glyph unicode="@" horiz-adv-x="1685" d="M106 471q0 172 62.5 312.5t167 240.5t240 155.5t282.5 55.5q152 0 286 -58.5t235.5 -162t159.5 -246.5t58 -313q0 -29 -3 -77t-13 -102.5t-29.5 -109.5t-52.5 -99t-81 -72t-115 -28q-49 0 -80 15.5t-48.5 42t-24.5 62.5t-11 75q-55 -59 -146.5 -102.5t-197.5 -43.5 q-141 0 -223.5 76t-82.5 193q0 76 34 128t87.5 82.5t121 44t134.5 13.5q90 0 161 -17.5t106 -29.5q0 78 -12.5 142.5t-41 110.5t-80 71.5t-127.5 25.5q-80 0 -153.5 -25.5t-136.5 -72.5l-31 63q72 47 153.5 77t176.5 30q109 0 173 -37t98 -97.5t43 -135t9 -148.5v-283 q0 -92 18.5 -144t88.5 -52q68 0 110.5 45t68.5 109.5t36 138t10 133.5q0 150 -52 281.5t-144.5 228t-216.5 153t-267 56.5q-139 0 -263 -52.5t-219 -146.5t-150.5 -223t-55.5 -283q0 -147 52 -277.5t144.5 -226.5t216.5 -151.5t269 -55.5q86 0 161.5 19.5t151.5 58.5l23 -55 q-80 -41 -166 -61.5t-172 -20.5q-152 0 -287 58.5t-236.5 162t-160 243.5t-58.5 306zM563 289q0 -47 18.5 -85t50.5 -63.5t74 -40t91 -14.5q53 0 104 13.5t90 31.5q45 20 73 47t43 56.5t19 59.5t4 60v86q-25 4 -95 25.5t-177 21.5q-55 0 -108.5 -10t-94.5 -32.5t-66.5 -60.5 t-25.5 -95z" />
+<glyph unicode="A" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762z" />
+<glyph unicode="B" horiz-adv-x="1361" d="M193 0v1454h677q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -134.5q0 -111 -55 -203t-154 -135q125 -37 198 -138t73 -230q0 -80 -31 -148.5t-84 -120t-125 -80t-152 -28.5h-679zM297 94h575q61 0 113.5 24.5t90.5 66.5t60.5 95.5t22.5 110.5t-20.5 111.5t-57.5 96.5 t-87 66.5t-107 24.5h-590v-596zM297 778h532q59 0 108.5 24.5t85.5 64.5t56.5 93.5t20.5 108.5q0 59 -19.5 111.5t-53.5 92.5t-81 63.5t-104 23.5h-545v-582z" />
+<glyph unicode="C" horiz-adv-x="1421" d="M96 737q0 131 46 261t134.5 232.5t216.5 167t291 64.5q195 0 332 -89t203 -228l-86 -49q-37 76 -89 127t-112.5 82.5t-126 46t-129.5 14.5q-139 0 -245.5 -56.5t-180.5 -146.5t-111.5 -203.5t-37.5 -228.5q0 -129 45 -245.5t122.5 -206t184 -142.5t229.5 -53 q66 0 134.5 16.5t133 51t120 89t92.5 128.5l88 -43q-37 -82 -99.5 -145.5t-140.5 -106.5t-165 -64.5t-171 -21.5q-150 0 -273.5 65.5t-213.5 171t-140.5 239.5t-50.5 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M193 0v1454h483q172 0 302 -57.5t216 -155.5t129 -230t43 -282q0 -166 -48 -300t-138 -229.5t-218 -147.5t-286 -52h-483zM297 94h379q143 0 252.5 48t183.5 134t112 202t38 251q0 137 -39 253t-114 200t-183.5 131t-249.5 47h-379v-1266z" />
+<glyph unicode="E" horiz-adv-x="1259" d="M193 0v1454h950v-94h-846v-572h739v-90h-739v-604h864v-94h-968z" />
+<glyph unicode="F" horiz-adv-x="1206" d="M193 0v1454h946v-94h-842v-578h715v-90h-715v-692h-104z" />
+<glyph unicode="G" horiz-adv-x="1484" d="M98 729q0 143 50.5 276.5t139.5 235.5t211 162.5t267 60.5q111 0 198 -23.5t154.5 -65.5t117.5 -100t85 -128l-84 -51q-76 143 -197.5 207.5t-275.5 64.5q-129 0 -232.5 -55.5t-177 -145.5t-112.5 -204.5t-39 -235.5q0 -129 45 -244.5t124 -204t185.5 -140.5t228.5 -52 q133 0 251 61.5t231 192.5v283h-330v84h422v-707h-92v225q-210 -235 -486 -235h-2q-147 0 -273 63.5t-216 168t-141.5 237.5t-51.5 270z" />
+<glyph unicode="H" horiz-adv-x="1511" d="M193 0v1454h104v-663h917v663h105v-1454h-105v696h-917v-696h-104z" />
+<glyph unicode="I" horiz-adv-x="489" d="M193 0v1452h104v-1452h-104z" />
+<glyph unicode="J" horiz-adv-x="991" d="M41 68l33 84q51 -35 122.5 -56.5t159.5 -21.5q119 0 188.5 43t106.5 125t48.5 201.5t11.5 271.5v737h104v-737q0 -166 -14.5 -302.5t-62.5 -232.5t-138 -149.5t-244 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1298" d="M193 0v1452h104v-881l848 883h121l-604 -637l634 -817h-118l-584 754l-297 -305v-449h-104z" />
+<glyph unicode="L" horiz-adv-x="1210" d="M193 0v1454h104v-1360h868v-94h-972z" />
+<glyph unicode="M" horiz-adv-x="1806" d="M193 0v1454h104l606 -1040l606 1040h105v-1454h-105v1257l-573 -981h-66l-573 981v-1257h-104z" />
+<glyph unicode="N" horiz-adv-x="1589" d="M193 0v1454h79l1020 -1280v1278h105v-1452h-97l-1003 1257v-1257h-104z" />
+<glyph unicode="O" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5z" />
+<glyph unicode="P" horiz-adv-x="1273" d="M193 0v1454h598q92 0 169.5 -39t134 -103.5t88 -145.5t31.5 -162q0 -88 -29.5 -170t-83.5 -145.5t-129 -101.5t-167 -38h-508v-549h-104zM297 645h502q72 0 129 30t97 80t61.5 114.5t21.5 134.5q0 72 -25.5 136t-69.5 113.5t-102.5 78t-124.5 28.5h-489v-715z" />
+<glyph unicode="Q" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -154 -56 -291t-155 -241l162 -195h-106l-115 137q-86 -70 -189.5 -108.5t-220.5 -38.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727 q0 -125 42 -240.5t118.5 -204.5t182 -142.5t232.5 -53.5q102 0 188.5 35t157.5 94l-172 207h109l123 -150q82 92 126 211t44 244t-43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5z" />
+<glyph unicode="R" horiz-adv-x="1343" d="M193 0v1454h606q92 0 170 -39t133 -103.5t87 -145.5t32 -162q0 -80 -25 -155t-70 -134.5t-108.5 -98t-138.5 -51.5l362 -565h-121l-352 549h-471v-549h-104zM297 645h510q70 0 127 31t98 81t62.5 114.5t21.5 132.5q0 70 -25.5 134t-69.5 113t-102.5 79t-125.5 30h-496 v-715z" />
+<glyph unicode="S" horiz-adv-x="1251" d="M78 205l55 84q92 -96 225.5 -152.5t298.5 -56.5q190 0 298 69.5t108 210.5q0 72 -27.5 122t-85 87t-142.5 63.5t-200 51.5q-117 25 -206 52.5t-150.5 69.5t-92 101.5t-30.5 149.5q0 98 38 174t105.5 128t161.5 78.5t209 26.5q141 0 252 -42t201 -128l-54 -82 q-141 158 -399 158q-213 0 -310 -81t-97 -218q0 -70 24.5 -117t76.5 -78.5t133 -55t192 -46.5q119 -25 213 -54.5t160.5 -74.5t102.5 -110.5t36 -161.5t-38 -168t-106.5 -120t-164 -72.5t-212.5 -24.5q-340 0 -575 217z" />
+<glyph unicode="T" horiz-adv-x="1255" d="M43 1360v94h1169v-94h-532v-1360h-105v1360h-532z" />
+<glyph unicode="U" horiz-adv-x="1550" d="M170 723v731h104v-731q0 -121 24 -235.5t81 -203.5t153.5 -143.5t241.5 -54.5q147 0 244.5 55.5t155 145.5t81 204.5t23.5 231.5v731h104v-731q0 -145 -31.5 -278.5t-103 -234.5t-187.5 -160.5t-284 -59.5q-172 0 -288.5 62.5t-187.5 166t-100.5 234.5t-29.5 270z" />
+<glyph unicode="V" horiz-adv-x="1388" d="M31 1454h108l555 -1323l553 1323h111l-617 -1454h-94z" />
+<glyph unicode="W" horiz-adv-x="2138" d="M31 1454h112l559 -1331l302 708l-256 613h102l217 -529l217 529h102l-256 -613l306 -708l557 1331h114l-622 -1454h-96l-320 748l-321 -748h-97z" />
+<glyph unicode="X" horiz-adv-x="1284" d="M14 1454h121l508 -661l508 661h119l-570 -737l553 -717h-118l-492 641l-491 -641h-121l553 717z" />
+<glyph unicode="Y" horiz-adv-x="1292" d="M23 1454h114l508 -805l512 805h115l-574 -905v-549h-104v553z" />
+<glyph unicode="Z" horiz-adv-x="1280" d="M59 0v86l1033 1274h-1020v94h1145v-86l-1029 -1274h1024v-94h-1153z" />
+<glyph unicode="[" horiz-adv-x="479" d="M178 -82v1598h207v-89h-109v-1421h109v-88h-207z" />
+<glyph unicode="\" horiz-adv-x="1126" d="M57 1454h119l891 -1454h-117z" />
+<glyph unicode="]" horiz-adv-x="479" d="M94 6h109v1421h-109v89h207v-1598h-207v88z" />
+<glyph unicode="^" horiz-adv-x="1083" d="M94 621l406 833h88l403 -833h-94l-354 729l-359 -729h-90z" />
+<glyph unicode="_" horiz-adv-x="868" d="M39 0h790v-94h-790v94z" />
+<glyph unicode="`" horiz-adv-x="436" d="M100 1495h117l127 -174l-70 -33z" />
+<glyph unicode="a" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5z" />
+<glyph unicode="b" horiz-adv-x="1251" d="M158 0v1495h102v-661q76 111 178.5 180t237.5 69q113 0 204 -48t153.5 -127t96 -178t33.5 -202q0 -111 -39 -210t-107.5 -173.5t-162 -119.5t-199.5 -45q-127 0 -235.5 65.5t-169.5 167.5v-213h-92zM260 356q6 -59 44 -111t93.5 -90t119 -60.5t118.5 -22.5q92 0 170 39 t134 103.5t88 146t32 167.5q0 90 -30 173t-83 147.5t-128 103.5t-165 39q-68 0 -128 -23.5t-110 -62.5t-89 -90t-66 -106v-353z" />
+<glyph unicode="c" horiz-adv-x="1118" d="M86 537q0 113 39 213t109.5 173.5t167 116.5t210.5 43q145 0 255 -65.5t167 -181.5l-100 -33q-47 88 -135 138t-193 50q-88 0 -163.5 -34.5t-132 -96t-88.5 -144.5t-32 -179t34 -181.5t90.5 -148t132 -99t161.5 -36.5q55 0 109.5 16t100.5 43t80 62.5t46 74.5l100 -28 q-20 -55 -62 -103.5t-99.5 -83.5t-126 -54t-142.5 -19q-113 0 -209 44t-166.5 120.5t-111.5 177t-41 215.5z" />
+<glyph unicode="d" horiz-adv-x="1261" d="M86 530q0 111 37 211.5t102.5 176t154.5 120.5t195 45q70 0 132.5 -20.5t114.5 -54t95.5 -78.5t73.5 -96v661h103v-1352q0 -51 43 -51v-92q-10 -2 -18.5 -2h-16.5q-45 0 -73 28.5t-28 63.5v123q-66 -106 -175 -169.5t-228 -63.5q-111 0 -205 46t-162.5 122.5t-106.5 176 t-38 205.5zM190 528q0 -92 33 -174t91.5 -145.5t135 -100t166.5 -36.5q55 0 119 22.5t119 62.5t93 91t44 110v351q-23 57 -64.5 109t-95 90t-115 60.5t-118.5 22.5q-92 0 -167 -40t-129 -104.5t-83 -147.5t-29 -171z" />
+<glyph unicode="e" horiz-adv-x="1196" d="M86 537q0 113 40 212t109.5 173.5t166 117.5t206.5 43q113 0 208 -44t165 -118.5t109.5 -174t39.5 -209.5q0 -10 -1 -25.5t-1 -19.5h-935q6 -92 42.5 -171t93 -136.5t130 -90.5t157.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t57 83l90 -24q-25 -57 -69 -105.5 t-102.5 -83.5t-128 -54t-143.5 -19q-113 0 -209 44t-166.5 120.5t-110.5 177t-40 215.5zM190 573h840q-6 94 -42 172t-92 134.5t-130 88t-158 31.5t-157.5 -31.5t-130 -88t-90 -135t-40.5 -171.5z" />
+<glyph unicode="f" horiz-adv-x="688" d="M61 856v84h150v160q0 197 81 306.5t222 109.5q59 0 116.5 -18.5t94.5 -49.5l-37 -74q-29 23 -71 37t-87 14q-104 0 -160.5 -82.5t-56.5 -240.5v-162h303v-84h-303v-856h-102v856h-150z" />
+<glyph unicode="g" horiz-adv-x="1251" d="M88 530q0 109 36 209.5t101.5 177t156.5 121.5t200 45q139 0 242.5 -72.5t176.5 -176.5v231h93v-1085q0 -109 -41 -191t-110 -136t-160 -82t-191 -28q-92 0 -166 17.5t-130 49.5t-100 78t-77 101l69 47q63 -109 172 -159t232 -50q82 0 154.5 22.5t127 66.5t86 109.5 t31.5 154.5v233q-66 -102 -174 -165.5t-225 -63.5q-111 0 -203 46t-159.5 122.5t-104.5 175t-37 202.5zM190 528q0 -92 33 -174t91.5 -145.5t135 -100t166.5 -36.5q68 0 131.5 25.5t115.5 66.5t87 92t41 102v351q-25 61 -65.5 113t-93 89t-113 58.5t-121.5 21.5 q-96 0 -172 -41t-128 -106.5t-80 -148.5t-28 -167z" />
+<glyph unicode="h" horiz-adv-x="1173" d="M158 0v1495h102v-684q66 125 181.5 198.5t248.5 73.5q88 0 151.5 -32.5t105.5 -94t61.5 -148.5t19.5 -196v-612h-102v594q0 199 -67.5 297t-196.5 98q-66 0 -129.5 -24.5t-118 -69.5t-95 -105.5t-59.5 -130.5v-659h-102z" />
+<glyph unicode="i" horiz-adv-x="417" d="M158 0v1065h102v-1065h-102zM158 1307v188h102v-188h-102z" />
+<glyph unicode="j" horiz-adv-x="417" d="M-262 -287l55 68q35 -29 76 -39t82 -10q39 0 75.5 15t65.5 43t47.5 66t18.5 83v1126h102v-1122q0 -68 -25.5 -123.5t-68.5 -96t-96.5 -63t-108.5 -22.5q-66 0 -122 17t-101 58zM158 1307v188h102v-188h-102z" />
+<glyph unicode="k" horiz-adv-x="1062" d="M158 0v1495h102v-1044l647 612h119l-446 -432l460 -631h-112l-416 569l-252 -231v-338h-102z" />
+<glyph unicode="l" horiz-adv-x="509" d="M164 180v1315h104v-1284q0 -59 34 -94t93 -35q23 0 54.5 5t58.5 15l20 -82q-35 -14 -86 -23t-88 -9q-86 0 -138 52t-52 140z" />
+<glyph unicode="m" horiz-adv-x="1867" d="M158 0v1065h94v-254q68 129 174 200.5t236 71.5q135 0 218 -79.5t99 -208.5q155 288 416 288h2q176 0 250.5 -123.5t74.5 -347.5v-612h-102v594q0 203 -62.5 299t-191.5 96q-68 0 -127 -24.5t-107.5 -68.5t-84 -104.5t-56.5 -134.5v-657h-102v594q0 205 -61.5 300 t-190.5 95q-66 0 -125 -23.5t-108.5 -67.5t-86 -104.5t-57.5 -134.5v-659h-102z" />
+<glyph unicode="n" horiz-adv-x="1173" d="M158 0v1065h94v-254q33 61 82 111.5t108.5 86t128 55t140.5 19.5q174 0 245.5 -121.5t71.5 -349.5v-612h-102v594q0 207 -58.5 301t-187.5 94q-68 0 -134.5 -24.5t-122.5 -69.5t-99 -105.5t-64 -130.5v-659h-102z" />
+<glyph unicode="o" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5z" />
+<glyph unicode="p" horiz-adv-x="1251" d="M158 -436v1501h92v-213q66 102 174 166.5t231 64.5q111 0 204 -47t160.5 -123.5t105.5 -177t38 -205.5q0 -111 -34.5 -211t-99 -175.5t-154.5 -119.5t-199 -44q-137 0 -243.5 72.5t-172.5 176.5v-665h-102zM260 354q25 -59 66 -110t92 -90t111.5 -60.5t123.5 -21.5 q92 0 167 39t128 103.5t82 147t29 168.5q0 92 -33 175t-90 146.5t-135 101.5t-166 38q-55 0 -118.5 -23.5t-119 -63.5t-93.5 -91t-44 -108v-351z" />
+<glyph unicode="q" horiz-adv-x="1251" d="M86 530q0 111 40 211.5t108.5 176t161.5 120.5t200 45q125 0 233.5 -66.5t169.5 -166.5v215h95v-1354q0 -51 43 -53v-90q-10 -2 -18.5 -2h-18.5q-47 0 -78 30.5t-31 77.5v555q-82 -123 -188.5 -186t-229.5 -63q-111 0 -199.5 46t-153 122.5t-99.5 176t-35 205.5zM190 528 q0 -92 31 -174t85 -145.5t129 -100t165 -36.5q68 0 126 22.5t107.5 59t89.5 87t68 105.5v348q-8 59 -45 112.5t-91 94.5t-117.5 65.5t-125.5 24.5q-92 0 -169.5 -40t-134 -104.5t-87.5 -148.5t-31 -170z" />
+<glyph unicode="r" horiz-adv-x="698" d="M158 0v1065h96v-262q55 113 146.5 183.5t195.5 80.5q20 0 36.5 1t29.5 1v-96q-145 -4 -252 -85t-150 -222v-666h-102z" />
+<glyph unicode="s" horiz-adv-x="985" d="M66 143l51 70q86 -78 178 -115t203 -37q139 0 224 58.5t85 163.5q0 49 -21.5 82.5t-64.5 57t-106.5 42t-147.5 39.5q-90 20 -156.5 40.5t-109.5 49.5t-64.5 70t-21.5 104q0 80 30.5 139.5t85 98t125 58t150.5 19.5q125 0 221 -42t150 -107l-58 -55q-53 61 -138 91.5 t-181 30.5q-59 0 -111.5 -12t-91.5 -38.5t-61.5 -68.5t-22.5 -100q0 -47 15.5 -75.5t49 -49t87 -36t127.5 -33.5q100 -25 178 -47.5t130 -55t79.5 -78t27.5 -114.5q0 -143 -111.5 -228t-297.5 -85q-123 0 -235.5 40.5t-196.5 122.5z" />
+<glyph unicode="t" horiz-adv-x="651" d="M53 981v84h150v365h102v-365h250v-84h-250v-778q0 -59 41 -89t94 -30q63 0 109.5 21.5t56.5 27.5l31 -82q-8 -4 -27.5 -15t-49.5 -21.5t-66.5 -18.5t-79.5 -8t-81 12t-66.5 36.5t-46 59.5t-17.5 82v803h-150z" />
+<glyph unicode="u" horiz-adv-x="1202" d="M145 451v614h103v-600q0 -393 268 -393q68 0 132.5 23.5t119.5 65.5t97 101.5t67 130.5v672h102v-922q0 -51 43 -51v-92q-12 -2 -20 -2h-17q-43 0 -70.5 25.5t-27.5 66.5v162q-72 -129 -193 -200.5t-262 -71.5q-342 0 -342 471z" />
+<glyph unicode="v" horiz-adv-x="1077" d="M41 1065h109l391 -963l395 963h100l-444 -1065h-107z" />
+<glyph unicode="w" horiz-adv-x="1652" d="M41 1065h100l408 -952l223 524l-182 426h90l147 -352l146 352h90l-180 -426l223 -524l405 952h103l-461 -1065h-86l-240 563l-239 -563h-88z" />
+<glyph unicode="x" horiz-adv-x="1009" d="M31 1065h114l342 -440l17 -29l18 29l342 440h113l-414 -535l414 -530h-115l-340 438l-18 27l-17 -27l-340 -438h-114l413 530z" />
+<glyph unicode="y" horiz-adv-x="1110" d="M33 1065h108l422 -965l395 965h101l-584 -1401q-31 -74 -81 -97.5t-122 -23.5h-20t-21 2v93q18 0 54.5 2t54.5 12q8 4 19.5 19.5t30 52t47 103.5t71.5 173z" />
+<glyph unicode="z" horiz-adv-x="993" d="M59 0v74l756 911h-741v80h854v-74l-752 -911h750v-80h-867z" />
+<glyph unicode="{" horiz-adv-x="487" d="M117 698v82q20 0 34.5 12.5t22.5 29t11 33.5t3 28v571q0 41 18.5 51.5t29.5 10.5h161v-89h-112v-567q0 -20 -9.5 -57t-42.5 -66q33 -29 42.5 -66.5t9.5 -56.5v-589h112v-88h-161q-16 0 -32 13t-16 48v594q0 37 -17 69.5t-54 36.5z" />
+<glyph unicode="|" horiz-adv-x="440" d="M174 -266v1853h92v-1853h-92z" />
+<glyph unicode="}" horiz-adv-x="487" d="M92 25h113v589q0 18 9 56.5t42 66.5q-33 29 -42 66t-9 57v567h-113v89h162q8 0 27.5 -10.5t19.5 -51.5v-571q0 -10 3 -27.5t11.5 -34t21.5 -29t36 -12.5v-82q-39 -4 -55.5 -36.5t-16.5 -69.5v-594q0 -35 -15.5 -48t-31.5 -13h-162v88z" />
+<glyph unicode="~" horiz-adv-x="1009" d="M139 502q0 6 11.5 37.5t35 66.5t62.5 62.5t94 27.5q45 0 84 -19.5t78 -42t76.5 -42t81.5 -19.5q39 0 65.5 15.5t42.5 35t24.5 37t8.5 21.5h69q0 -4 -10 -31.5t-34.5 -61.5t-65.5 -60.5t-103 -26.5q-49 0 -92 18.5t-82 42t-74.5 42t-70.5 18.5t-59.5 -18.5t-40 -41 t-23.5 -41t-8 -20.5h-70z" />
+<glyph unicode="&#xa1;" horiz-adv-x="475" d="M186 -2v1022h103v-1022h-103zM186 1257v209h103v-209h-103z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1146" d="M98 528q0 104 34 200.5t95.5 171.5t149.5 124t196 57v240h62v-240q156 -4 255 -69.5t154 -175.5l-98 -33q-51 92 -132 137t-179 49v-915q43 0 95 14t98 40t81 61.5t47 78.5l103 -28q-25 -66 -72 -114t-106.5 -81t-124 -49t-121.5 -16v-226h-62v228q-104 8 -191 58 t-150.5 126t-98.5 170t-35 192zM203 528q0 -84 27.5 -160.5t77.5 -138t118 -101.5t147 -50v907q-88 -6 -156.5 -48t-116.5 -106.5t-72.5 -143.5t-24.5 -159z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1009" d="M109 674v84h204q-25 45 -50 88t-46.5 86t-36 89t-14.5 97q0 72 28.5 134.5t76.5 109.5t113 74.5t138 27.5q109 0 203 -58t154 -157l-64 -63q-49 88 -129 139t-168 51q-53 0 -99 -20.5t-81 -56t-54.5 -83t-19.5 -102.5q0 -47 14.5 -91t37 -87t49 -87t49.5 -91h360v-84 h-325q12 -37 19 -76t7 -82q0 -53 -12 -102t-39 -100.5t-70 -106.5t-104 -123q78 16 149 16q45 0 82 -6t72 -13t69.5 -13.5t71.5 -6.5q41 0 86 9.5t105 29.5l26 -82q-111 -49 -221 -49q-45 0 -85 7.5t-79 15.5t-79.5 15t-88.5 7q-47 0 -104 -8t-104 -20l-33 75 q76 76 127 137.5t81.5 114t43 99.5t12.5 98q0 45 -8 86t-23 78h-241z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1370" d="M59 1454h117l508 -805l510 805h115l-463 -723h180v-78h-225l-66 -104v-53h291v-76h-291v-420h-104v420h-289v76h289v57l-62 100h-227v78h182z" />
+<glyph unicode="&#xa6;" horiz-adv-x="448" d="M178 -266v839h92v-839h-92zM178 748v839h92v-839h-92z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1036" d="M102 1124q0 78 35 140.5t90.5 107.5t125 68.5t141.5 23.5q147 0 230 -52t134 -128l-82 -37q-18 37 -50 60.5t-70 37t-78.5 19.5t-77.5 6q-53 0 -106.5 -16.5t-94.5 -48t-66.5 -77.5t-25.5 -104q0 -66 21.5 -108.5t61.5 -69t93 -39t119 -14.5q74 -2 146.5 -18.5t129 -53.5 t92 -95t35.5 -144q0 -59 -19 -110.5t-48 -82.5q100 -61 100 -217q0 -88 -38 -154.5t-96.5 -110.5t-129 -65.5t-137.5 -21.5q-70 0 -128.5 15t-107.5 41t-89 58.5t-73 65.5l68 63q78 -74 156.5 -109.5t171.5 -35.5q53 0 106 17.5t96 49t70 79t27 106.5q0 63 -26 103t-67 61.5 t-92 30t-100 10.5q-84 4 -155.5 24.5t-124 60.5t-83 99t-30.5 139q0 55 17 104.5t40 78.5q-47 33 -79 96t-32 147zM256 688q0 -72 25.5 -115t66.5 -67.5t93.5 -34.5t106.5 -16t104 -13.5t87 -21.5q31 27 49.5 71t18.5 91q0 63 -28.5 106t-72.5 69.5t-97.5 37t-102.5 10.5 q-113 0 -195 35q-25 -25 -40 -67t-15 -85z" />
+<glyph unicode="&#xa8;" horiz-adv-x="602" d="M117 1311v180h90v-180h-90zM395 1311v180h90v-180h-90z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1712" d="M109 727q0 158 56 293t155.5 233.5t236.5 154.5t297 56q162 0 300 -56t238.5 -154.5t157 -233.5t56.5 -293q0 -160 -56.5 -295t-157 -234.5t-238.5 -155.5t-300 -56q-160 0 -297 56t-236.5 155.5t-155.5 234.5t-56 295zM168 725q0 -145 52 -270t144.5 -216.5 t218.5 -143.5t273 -52q145 0 271 49t218.5 139.5t145.5 214t53 275.5q0 147 -52 273t-144.5 218.5t-218 143.5t-273.5 51q-147 0 -273 -51t-218.5 -142.5t-144.5 -216.5t-52 -272zM403 727q0 84 27 169t83 153.5t141 111.5t202 43q129 0 230.5 -55t146.5 -164l-98 -33 q-23 49 -58 81t-72.5 49.5t-77.5 23.5t-71 6q-88 0 -153.5 -35t-108.5 -90t-64.5 -123.5t-21.5 -136.5q0 -92 32.5 -162.5t85 -119t115 -74t121.5 -25.5q41 0 84 11.5t83 33t72 53t50 70.5l98 -29q-12 -35 -43.5 -74.5t-81 -74.5t-114 -58.5t-140.5 -23.5q-88 0 -172 32.5 t-149.5 94t-105.5 149.5t-40 197z" />
+<glyph unicode="&#xaa;" horiz-adv-x="882" d="M100 936q0 96 85 156.5t221 60.5q59 0 115.5 -9t103.5 -28v64q0 92 -55.5 146t-153.5 54q-109 0 -234 -84l-37 64q143 94 279 94q139 0 219 -74.5t80 -212.5v-313q0 -37 35 -41v-88q-8 -2 -15.5 -2h-13.5q-41 0 -64.5 17.5t-25.5 52.5l-2 53q-51 -66 -128 -99.5 t-167 -33.5q-51 0 -95 17.5t-77 47t-51.5 70.5t-18.5 88zM195 942q0 -66 50 -108.5t124 -42.5q45 0 91 12t83 32.5t59.5 47t22.5 57.5v113q-47 20 -99.5 27t-105.5 7q-100 0 -162.5 -39.5t-62.5 -105.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1142" d="M94 498v61l502 359v-93l-416 -295l416 -292v-93zM508 498v61l500 359v-93l-414 -295l414 -292v-93z" />
+<glyph unicode="&#xac;" horiz-adv-x="1191" d="M170 631v94h872v-457h-92v363h-780z" />
+<glyph unicode="&#xad;" horiz-adv-x="1150" d="M139 510v94h873v-94h-873z" />
+<glyph unicode="&#xae;" horiz-adv-x="1712" d="M109 727q0 158 56 293t155.5 233.5t236.5 154.5t299 56t299 -56t237.5 -154.5t157 -233.5t56.5 -293q0 -160 -56.5 -295t-157 -234.5t-237.5 -155.5t-299 -56t-299 56t-236.5 155.5t-155.5 234.5t-56 295zM170 727q0 -147 51 -272t143.5 -216.5t218.5 -143.5t273 -52 q145 0 270 49t217.5 139.5t145.5 216t53 279.5q0 145 -51 269t-143.5 215.5t-218 143.5t-273.5 52q-147 0 -273 -52t-218.5 -143.5t-143.5 -215.5t-51 -269zM549 256v934h389q59 0 109.5 -25.5t86 -66.5t56 -93.5t20.5 -105.5q0 -51 -16 -98t-45 -85t-70 -63.5t-90 -31.5 l232 -365h-95l-223 354h-270v-354h-84zM633 684h309q92 0 139 63.5t47 151.5q0 92 -54 152.5t-140 60.5h-301v-428z" />
+<glyph unicode="&#xaf;" horiz-adv-x="798" d="M109 1376v76h583v-76h-583z" />
+<glyph unicode="&#xb0;" horiz-adv-x="534" d="M109 1325q0 66 46 112t111 46q68 0 114 -46t46 -112q0 -70 -46 -116t-114 -46q-66 0 -111.5 47t-45.5 115zM174 1323q0 -39 27 -66q12 -12 28.5 -20t36.5 -8t38 8t30 20q27 27 26 66q0 37 -26 68q-25 27 -68 26q-40 1 -65 -26q-27 -31 -27 -68z" />
+<glyph unicode="&#xb1;" horiz-adv-x="935" d="M147 143v88h644v-88h-644zM147 694v88h273v295h96v-295h275v-88h-275v-295h-96v295h-273z" />
+<glyph unicode="&#xb2;" horiz-adv-x="782" d="M78 682q0 78 16.5 136.5t49 101.5t80.5 73.5t110 55.5q47 18 97 34.5t91 40t67.5 57t26.5 83.5q0 66 -53 114.5t-164 48.5q-53 0 -95 -12t-74.5 -29.5t-55 -38t-37.5 -36.5l-49 49q6 8 28.5 30.5t62.5 46t97.5 42t133.5 18.5q72 0 126 -18.5t90 -51t53 -74.5t17 -91 q0 -63 -29.5 -106.5t-73.5 -72t-94 -47t-93 -32.5q-74 -25 -117 -57t-65.5 -65.5t-30 -67.5t-7.5 -62h506v-70h-614z" />
+<glyph unicode="&#xb3;" horiz-adv-x="794" d="M78 858l47 43q2 -29 22.5 -57.5t55.5 -51t83 -36t103 -13.5q104 0 176 43t72 113q0 76 -83 119t-222 43h-47v65h47q131 0 203.5 36t72.5 108q0 37 -18.5 65.5t-49 50t-72.5 33t-89 11.5q-86 0 -148.5 -32t-91.5 -85l-51 53q35 59 115 95t176 36q66 0 122 -17.5t97 -47 t64.5 -70.5t23.5 -88q0 -141 -184 -178q96 -16 152.5 -72.5t56.5 -134.5q0 -49 -26 -90t-69 -70t-101 -44t-124 -15q-129 0 -215 51t-98 137z" />
+<glyph unicode="&#xb4;" horiz-adv-x="436" d="M100 1321l125 174h119l-172 -207z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1204" d="M170 -434v1499h102v-600q0 -393 271 -393q68 0 131 23.5t118.5 65.5t97.5 101.5t66 130.5v672h103v-922q0 -51 43 -51v-92q-12 -2 -20.5 -2h-16.5q-41 0 -69.5 25.5t-28.5 66.5v162q-31 -59 -76 -109.5t-101.5 -86.5t-120 -56t-130.5 -20q-104 0 -171 50t-100 138v-602 h-98z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1196" d="M76 969q0 229 151.5 357t425.5 128h461v-84h-143v-1534h-90v649h-166v-649h-92v649q-127 2 -228.5 36t-172 96.5t-108.5 150.5t-38 201zM166 971q0 -102 37 -176t99.5 -122t145 -73t175.5 -29v799q-223 -2 -340 -107.5t-117 -291.5zM715 571h166v799h-166v-799z" />
+<glyph unicode="&#xb7;" horiz-adv-x="368" d="M139 508v207h90v-207h-90z" />
+<glyph unicode="&#xb8;" horiz-adv-x="555" d="M47 -311l29 55q29 -14 77 -26.5t101 -12.5q119 0 119 76q0 41 -28 57.5t-73 16.5q-43 0 -90 -10.5t-76 -18.5l115 205l55 -25l-69 -115q18 8 41.5 10.5t40.5 2.5q70 0 108.5 -31t38.5 -90q0 -66 -49 -99.5t-141 -33.5q-59 0 -109.5 11t-89.5 28z" />
+<glyph unicode="&#xb9;" horiz-adv-x="542" d="M70 1313v71q33 0 67.5 16.5t63 37t47 39t18.5 20.5h74v-745h156v-72h-396v72h166v659q-10 -12 -32.5 -29.5t-50 -33t-58.5 -25.5t-55 -10z" />
+<glyph unicode="&#xba;" horiz-adv-x="921" d="M94 1081q0 76 28 143.5t76 119t114.5 81t146.5 29.5t147.5 -29.5t115.5 -81t75.5 -119t27.5 -143.5q0 -74 -26.5 -140.5t-75.5 -117.5t-116.5 -80.5t-147.5 -29.5t-146.5 29.5t-116 80.5t-76 118t-26.5 140zM195 1079q0 -59 20.5 -109t56 -89t83.5 -60.5t104 -21.5 q55 0 103 22.5t85 61.5t57.5 90t20.5 110t-20.5 110.5t-57.5 89.5t-85 59.5t-103 21.5q-53 0 -101.5 -22.5t-84 -60.5t-57 -90.5t-21.5 -111.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1142" d="M135 145v93l414 292l-414 295v93l500 -359v-61zM549 145v93l414 292l-414 295v93l500 -359v-61z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1644" d="M94 1313v71q33 0 68 16.5t63.5 37t47 39t18.5 20.5h74v-745h155v-72h-395v72h166v659q-10 -12 -32.5 -29.5t-50.5 -33t-58.5 -25.5t-55.5 -10zM252 43l573 705l561 712l58 -47l-574 -706l-561 -713zM903 217v66l492 522h51v-518h117v-70h-117v-217h-72v217h-471zM985 287 h389v413z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1730" d="M102 1313v71q33 0 68 16.5t63.5 37t47 39t18.5 20.5h74v-745h155v-72h-395v72h166v659q-10 -12 -32.5 -29.5t-50.5 -33t-58.5 -25.5t-55.5 -10zM186 43l574 705l561 712l57 -47l-573 -706l-561 -713zM1026 0q0 156 65.5 239t188.5 130q45 18 94 34.5t89 39t66.5 56 t26.5 83.5q0 66 -51 114.5t-162 48.5q-53 0 -94 -12t-72.5 -29.5t-54 -38t-37.5 -38.5l-49 51q6 8 28.5 30.5t61.5 46t96.5 42t131.5 18.5q141 0 211.5 -68.5t70.5 -166.5q0 -63 -28.5 -106.5t-71.5 -72t-93 -47t-93 -32.5q-72 -25 -115 -57t-65.5 -65.5t-28.5 -67.5t-6 -62 h503v-70h-612z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1677" d="M94 858l47 43q2 -29 22.5 -57.5t55.5 -51t83 -36t104 -13.5q104 0 175.5 43t71.5 113q0 76 -83 119t-222 43h-47v65h47q131 0 204 36t73 108q0 37 -18.5 65.5t-49.5 50t-73 33t-89 11.5q-86 0 -148.5 -32t-90.5 -85l-52 53q35 59 115 95t176 36q66 0 122 -17.5t97 -47 t64.5 -70.5t23.5 -88q0 -141 -184 -178q96 -16 152.5 -72.5t56.5 -134.5q0 -49 -25.5 -90t-68.5 -70t-101 -44t-124 -15q-129 0 -215.5 51t-98.5 137zM324 43l573 705l561 712l58 -47l-574 -706l-561 -713zM926 217v66l491 522h51v-518h117v-70h-117v-217h-71v217h-471z M1008 287h389v413z" />
+<glyph unicode="&#xbf;" horiz-adv-x="960" d="M74 -49q0 86 27.5 145.5t71.5 102.5t99.5 72.5t108.5 56.5q35 18 64.5 38.5t51 54.5t33 87t11.5 133h90q0 -80 -11.5 -137.5t-34 -99.5t-55 -71.5t-73.5 -53.5q-43 -25 -94.5 -50.5t-95.5 -61.5t-72.5 -89t-28.5 -133q0 -74 25.5 -129.5t67.5 -92t96.5 -54t111.5 -17.5 q117 0 211 61.5t141 159.5l74 -45q-29 -63 -74 -112.5t-101 -83t-121 -51t-130 -17.5q-76 0 -146.5 24.5t-126 72.5t-88 121t-32.5 169zM539 836v200h90v-200h-90z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM526 1880h117l127 -174l-70 -33z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM625 1704l125 174h118l-172 -207z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM463 1712l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM391 1692q0 8 6 35.5t25.5 57.5t53.5 53.5t89 23.5q41 0 73 -13.5t60.5 -29t58 -27.5t68.5 -12q41 0 64.5 14t35 31.5t14.5 33t3 19.5h70q0 -10 -7.5 -38t-27 -56.5t-56.5 -52 t-98 -23.5q-45 0 -79.5 12.5t-63.5 27.5t-56.5 28.5t-58.5 13.5q-35 0 -55.5 -14.5t-30.5 -32t-14 -32.5t-4 -19h-70z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM514 1696v180h90v-180h-90zM793 1696v180h90v-180h-90z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1394" d="M37 0l618 1454h86l619 -1454h-113l-203 479h-694l-203 -479h-110zM375 565h641l-318 762zM559 1751q0 55 40 91t99 36t99.5 -36t40.5 -91q0 -57 -40 -93t-100 -36q-59 0 -99 36t-40 93zM616 1751q0 -35 24 -58.5t58 -23.5q33 0 58.5 23.5t25.5 58.5q0 37 -24.5 58.5 t-59.5 21.5t-58.5 -21.5t-23.5 -58.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2035" d="M4 0l946 1454h969v-94h-840v-569h729v-97h-729v-600h858v-94h-960v479h-547l-309 -479h-117zM481 573h490v750z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1423" d="M98 737q0 131 46 261t134.5 232.5t216.5 167t291 64.5q195 0 332 -89t203 -228l-86 -49q-37 76 -89 127t-112.5 82.5t-126 46t-129.5 14.5q-139 0 -245.5 -56.5t-180 -146.5t-111.5 -203.5t-38 -228.5q0 -129 45 -245.5t123 -206t184.5 -142.5t228.5 -53q66 0 134.5 16.5 t133 51t120 89t92.5 128.5l88 -43q-35 -78 -93.5 -138.5t-131 -103.5t-153.5 -66.5t-161 -27.5l-59 -99q18 8 41.5 10.5t40.5 2.5q70 0 108.5 -31t38.5 -90q0 -66 -49 -99.5t-141 -33.5q-59 0 -109.5 11t-89.5 28l29 55q29 -14 77 -26.5t101 -12.5q119 0 119 76 q0 41 -28 57.5t-73 16.5q-43 0 -90 -10.5t-76 -18.5l90 164q-143 6 -262 73.5t-203.5 172t-132 235.5t-47.5 266z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1259" d="M193 0v1454h950v-94h-846v-572h739v-90h-739v-604h864v-94h-968zM526 1880h117l127 -174l-70 -33z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1259" d="M193 0v1454h950v-94h-846v-572h739v-90h-739v-604h864v-94h-968zM625 1704l125 174h118l-172 -207z" />
+<glyph unicode="&#xca;" horiz-adv-x="1259" d="M193 0v1454h950v-94h-846v-572h739v-90h-739v-604h864v-94h-968zM463 1712l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1259" d="M193 0v1454h950v-94h-846v-572h739v-90h-739v-604h864v-94h-968zM514 1696v180h90v-180h-90zM793 1696v180h90v-180h-90z" />
+<glyph unicode="&#xcc;" horiz-adv-x="489" d="M72 1880h116l127 -174l-69 -33zM193 0v1452h104v-1452h-104z" />
+<glyph unicode="&#xcd;" horiz-adv-x="489" d="M172 1704l125 174h119l-172 -207zM193 0v1452h104v-1452h-104z" />
+<glyph unicode="&#xce;" horiz-adv-x="489" d="M10 1712l197 166h76l198 -166l-61 -35l-174 129l-174 -129zM193 0v1452h104v-1452h-104z" />
+<glyph unicode="&#xcf;" horiz-adv-x="489" d="M59 1696v180h91v-180h-91zM193 0v1452h104v-1452h-104zM338 1696v180h90v-180h-90z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1482" d="M72 688v86h133v680h483q172 0 302 -57.5t216 -155.5t129 -230t43 -282q0 -166 -48 -300t-138 -229.5t-218 -147.5t-286 -52h-483v688h-133zM309 94h379q143 0 253 48t183.5 134t111.5 202t38 251q0 137 -39 253t-113.5 200t-183.5 131t-250 47h-379v-586h365v-86h-365 v-594z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1589" d="M193 0v1454h79l1020 -1280v1278h105v-1452h-97l-1003 1257v-1257h-104zM496 1692q0 8 6 35.5t25.5 57.5t53 53.5t89.5 23.5q41 0 72.5 -13.5t60 -29t58.5 -27.5t69 -12q41 0 64.5 14t34.5 31.5t14.5 33t3.5 19.5h69q0 -10 -7 -38t-26.5 -56.5t-56.5 -52t-98 -23.5 q-45 0 -80 12.5t-63.5 27.5t-56.5 28.5t-58 13.5q-35 0 -55.5 -14.5t-31 -32t-14.5 -32.5t-4 -19h-69z" />
+<glyph unicode="&#xd2;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM608 1880h117l127 -174l-70 -33z" />
+<glyph unicode="&#xd3;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM707 1704l124 174h119l-172 -207z" />
+<glyph unicode="&#xd4;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM545 1712l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM473 1692q0 8 6 35.5t25.5 57.5t53.5 53.5t89 23.5q41 0 73 -13.5t60.5 -29 t58 -27.5t68.5 -12q41 0 64.5 14t35 31.5t14.5 33t3 19.5h70q0 -10 -7.5 -38t-27 -56.5t-56.5 -52t-98 -23.5q-45 0 -79.5 12.5t-63.5 27.5t-56.5 28.5t-58.5 13.5q-35 0 -55.5 -14.5t-30.5 -32t-14 -32.5t-4 -19h-70z" />
+<glyph unicode="&#xd6;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q152 0 277 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143.5 -234.5t-215.5 -161.5t-269 -60.5q-152 0 -276.5 63.5t-214.5 166t-139.5 235.5t-49.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5 t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5q0 125 -43 240.5t-120 205t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM596 1696v180h90v-180h-90zM874 1696v180h91v-180h-91z" />
+<glyph unicode="&#xd7;" horiz-adv-x="937" d="M143 299l256 256l-256 260l68 66l258 -258l258 260l66 -68l-258 -260l260 -258l-68 -66l-258 258l-260 -258z" />
+<glyph unicode="&#xd8;" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q100 0 188.5 -28.5t161.5 -79.5l66 98h119l-105 -160q117 -109 182.5 -259t65.5 -308q0 -147 -52 -280.5t-143.5 -234.5t-215 -161.5t-269.5 -60.5q-100 2 -189 29.5t-165 78.5l-64 -98h-116l102 158 q-117 106 -182.5 255.5t-65.5 313.5zM203 727q0 -141 52 -268t146 -219l676 1034q-66 45 -140.5 69.5t-158.5 24.5q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5zM477 178q66 -43 140.5 -67.5t160.5 -24.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 233.5 q0 139 -53.5 265t-145.5 218z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1550" d="M170 723v731h104v-731q0 -121 24 -235.5t81 -203.5t153.5 -143.5t241.5 -54.5q147 0 244.5 55.5t155 145.5t81 204.5t23.5 231.5v731h104v-731q0 -145 -31.5 -278.5t-103 -234.5t-187.5 -160.5t-284 -59.5q-172 0 -288.5 62.5t-187.5 166t-100.5 234.5t-29.5 270z M604 1880h117l127 -174l-70 -33z" />
+<glyph unicode="&#xda;" horiz-adv-x="1550" d="M170 723v731h104v-731q0 -121 24 -235.5t81 -203.5t153.5 -143.5t241.5 -54.5q147 0 244.5 55.5t155 145.5t81 204.5t23.5 231.5v731h104v-731q0 -145 -31.5 -278.5t-103 -234.5t-187.5 -160.5t-284 -59.5q-172 0 -288.5 62.5t-187.5 166t-100.5 234.5t-29.5 270z M702 1704l125 174h119l-172 -207z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1550" d="M170 723v731h104v-731q0 -121 24 -235.5t81 -203.5t153.5 -143.5t241.5 -54.5q147 0 244.5 55.5t155 145.5t81 204.5t23.5 231.5v731h104v-731q0 -145 -31.5 -278.5t-103 -234.5t-187.5 -160.5t-284 -59.5q-172 0 -288.5 62.5t-187.5 166t-100.5 234.5t-29.5 270z M541 1712l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1550" d="M170 723v731h104v-731q0 -121 24 -235.5t81 -203.5t153.5 -143.5t241.5 -54.5q147 0 244.5 55.5t155 145.5t81 204.5t23.5 231.5v731h104v-731q0 -145 -31.5 -278.5t-103 -234.5t-187.5 -160.5t-284 -59.5q-172 0 -288.5 62.5t-187.5 166t-100.5 234.5t-29.5 270z M592 1696v180h90v-180h-90zM870 1696v180h91v-180h-91z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1292" d="M23 1454h114l508 -805l512 805h115l-574 -905v-549h-104v553zM571 1704l125 174h119l-172 -207z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M193 0v1454h104v-295h455q92 0 169.5 -39t134 -103.5t88.5 -145t32 -164.5q0 -88 -30 -170t-84 -144.5t-130 -100.5t-168 -38h-467v-254h-104zM297 350h465q72 0 129 31t97 81t61.5 113.5t21.5 131.5q0 70 -25.5 134t-69.5 113.5t-102.5 79t-125.5 29.5h-451v-713z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1124" d="M158 0v1051q0 92 29.5 167.5t82 130t125 84t160.5 29.5q80 0 148.5 -24.5t119.5 -67.5t80 -103.5t29 -129.5q0 -55 -18.5 -106.5t-49 -93.5t-71.5 -71.5t-88 -40.5q160 -35 246.5 -142.5t86.5 -262.5q0 -203 -150.5 -313.5t-410.5 -118.5v94q213 4 334 90t121 254 q0 78 -26.5 141.5t-76 109.5t-118 70.5t-150.5 24.5h-37v96h35q59 0 109.5 18.5t87.5 52.5t57.5 80t20.5 101q0 57 -23 103.5t-60.5 79t-90 50t-109.5 17.5q-72 0 -126 -25.5t-92 -69.5t-57.5 -105.5t-19.5 -133.5v-1036h-98z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM360 1495 h117l127 -174l-69 -33z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM461 1321 l125 174h119l-173 -207z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM299 1329 l197 166h75l199 -166l-61 -35l-174 129l-175 -129z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM227 1309 q0 8 6.5 35.5t26 57.5t53 53.5t88.5 23.5q41 0 73 -13.5t60.5 -29t58.5 -27.5t69 -12q41 0 64.5 14t34.5 31.5t14 33t3 19.5h70q0 -10 -7 -37.5t-26.5 -56.5t-57 -52.5t-98.5 -23.5q-45 0 -79.5 12.5t-63.5 27.5t-56.5 28.5t-58.5 13.5q-35 0 -55 -14.5t-30.5 -32 t-14.5 -32.5t-4 -19h-70z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM348 1311 v180h90v-180h-90zM627 1311v180h90v-180h-90z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1103" d="M70 309q0 70 32.5 127.5t92 99.5t140.5 65.5t179 23.5q86 0 174 -15.5t158 -42.5v105q0 152 -86 240.5t-234 88.5q-80 0 -167 -32.5t-175 -94.5l-41 70q207 139 389 139q193 0 304.5 -111.5t111.5 -307.5v-521q0 -51 43 -51v-92q-10 -2 -19 -2h-18q-37 0 -67.5 25.5 t-30.5 66.5v88q-74 -96 -187.5 -147t-246.5 -51q-74 0 -138.5 25.5t-112.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 20.5 -100t57.5 -81t87 -53.5t107 -19.5q119 0 219.5 44.5t149.5 119.5q35 41 35 82v189q-156 57 -320 57q-160 0 -258 -65.5t-98 -172.5zM393 1368 q0 55 40 91t99 36t99.5 -36t40.5 -91q0 -57 -40 -93t-100 -36q-59 0 -99 36t-40 93zM451 1368q0 -35 23.5 -58.5t57.5 -23.5q33 0 58.5 23.5t25.5 58.5q0 37 -24.5 58.5t-59.5 21.5t-58 -21.5t-23 -58.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1906" d="M72 309q0 70 32.5 127.5t91 99.5t140.5 65.5t180 23.5q72 0 145.5 -11.5t135.5 -29.5q6 90 41 172q-23 115 -104 180t-208 65q-78 0 -165 -32.5t-177 -94.5l-39 70q207 139 390 139q135 0 229 -59t137 -168q68 102 175.5 164.5t238.5 62.5q113 0 209 -43t166.5 -118.5 t110.5 -176t40 -213.5v-21t-2 -19h-944q6 -92 43 -171t95.5 -136.5t134 -90.5t159.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t56 83l90 -24q-23 -57 -66.5 -105.5t-102 -83.5t-128 -54t-143.5 -19q-139 0 -251.5 65.5t-182.5 173.5q-35 -63 -88 -108t-116.5 -75t-132.5 -43 t-132 -13q-74 0 -137.5 25.5t-111.5 69.5t-74.5 104.5t-26.5 129.5zM170 315q0 -53 21.5 -100t58.5 -81t86 -53.5t106 -19.5q121 0 220.5 44.5t150.5 119.5q29 39 35 72q-23 47 -36 104.5t-15 110.5q-129 41 -271 41q-80 0 -145.5 -17.5t-112.5 -48t-72.5 -74.5t-25.5 -98z M895 567h846q-6 94 -41 174t-91.5 137.5t-131 89t-160.5 31.5t-162 -32.5t-132 -90t-90 -136t-38 -173.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1122" d="M88 537q0 113 39 213t109.5 173.5t167 116.5t210.5 43q145 0 255 -65.5t167 -181.5l-100 -33q-47 88 -135 138t-193 50q-88 0 -163.5 -34.5t-132 -96t-88 -144.5t-31.5 -179t33.5 -181.5t90 -148t132 -99t161.5 -36.5q55 0 109.5 16t100.5 43t80 62.5t46 74.5l101 -28 q-18 -53 -58.5 -99.5t-93.5 -80t-117.5 -55t-134.5 -23.5l-53 -91q18 8 41.5 10.5t40.5 2.5q70 0 108.5 -31t38.5 -90q0 -66 -49 -99.5t-141 -33.5q-59 0 -109.5 11t-89.5 28l29 55q29 -14 77 -26.5t101 -12.5q119 0 119 76q0 41 -28 57.5t-73 16.5q-43 0 -90 -10.5 t-76 -18.5l86 156q-104 8 -193 54t-154.5 121.5t-102.5 173t-37 206.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1196" d="M86 537q0 113 40 212t109.5 173.5t166 117.5t206.5 43q113 0 208 -44t165 -118.5t109.5 -174t39.5 -209.5q0 -10 -1 -25.5t-1 -19.5h-935q6 -92 42.5 -171t93 -136.5t130 -90.5t157.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t57 83l90 -24q-25 -57 -69 -105.5 t-102.5 -83.5t-128 -54t-143.5 -19q-113 0 -209 44t-166.5 120.5t-110.5 177t-40 215.5zM190 573h840q-6 94 -42 172t-92 134.5t-130 88t-158 31.5t-157.5 -31.5t-130 -88t-90 -135t-40.5 -171.5zM434 1495h117l127 -174l-70 -33z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1196" d="M86 537q0 113 40 212t109.5 173.5t166 117.5t206.5 43q113 0 208 -44t165 -118.5t109.5 -174t39.5 -209.5q0 -10 -1 -25.5t-1 -19.5h-935q6 -92 42.5 -171t93 -136.5t130 -90.5t157.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t57 83l90 -24q-25 -57 -69 -105.5 t-102.5 -83.5t-128 -54t-143.5 -19q-113 0 -209 44t-166.5 120.5t-110.5 177t-40 215.5zM190 573h840q-6 94 -42 172t-92 134.5t-130 88t-158 31.5t-157.5 -31.5t-130 -88t-90 -135t-40.5 -171.5zM532 1321l125 174h119l-172 -207z" />
+<glyph unicode="&#xea;" horiz-adv-x="1196" d="M86 537q0 113 40 212t109.5 173.5t166 117.5t206.5 43q113 0 208 -44t165 -118.5t109.5 -174t39.5 -209.5q0 -10 -1 -25.5t-1 -19.5h-935q6 -92 42.5 -171t93 -136.5t130 -90.5t157.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t57 83l90 -24q-25 -57 -69 -105.5 t-102.5 -83.5t-128 -54t-143.5 -19q-113 0 -209 44t-166.5 120.5t-110.5 177t-40 215.5zM190 573h840q-6 94 -42 172t-92 134.5t-130 88t-158 31.5t-157.5 -31.5t-130 -88t-90 -135t-40.5 -171.5zM371 1329l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1196" d="M86 537q0 113 40 212t109.5 173.5t166 117.5t206.5 43q113 0 208 -44t165 -118.5t109.5 -174t39.5 -209.5q0 -10 -1 -25.5t-1 -19.5h-935q6 -92 42.5 -171t93 -136.5t130 -90.5t157.5 -33q55 0 109.5 15.5t100.5 42t82 64.5t57 83l90 -24q-25 -57 -69 -105.5 t-102.5 -83.5t-128 -54t-143.5 -19q-113 0 -209 44t-166.5 120.5t-110.5 177t-40 215.5zM190 573h840q-6 94 -42 172t-92 134.5t-130 88t-158 31.5t-157.5 -31.5t-130 -88t-90 -135t-40.5 -171.5zM422 1311v180h90v-180h-90zM700 1311v180h91v-180h-91z" />
+<glyph unicode="&#xec;" horiz-adv-x="417" d="M37 1495h117l127 -174l-70 -33zM158 0v1065h102v-1065h-102z" />
+<glyph unicode="&#xed;" horiz-adv-x="417" d="M135 1321l125 174h119l-172 -207zM158 0v1065h102v-1065h-102z" />
+<glyph unicode="&#xee;" horiz-adv-x="417" d="M-27 1329l197 166h76l198 -166l-61 -35l-174 129l-174 -129zM158 0v1065h102v-1065h-102z" />
+<glyph unicode="&#xef;" horiz-adv-x="417" d="M25 1311v180h90v-180h-90zM158 0v1065h102v-1065h-102zM303 1311v180h90v-180h-90z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1228" d="M90 475q0 100 40 190.5t108.5 158t159.5 107.5t196 40q147 0 263 -72t171 -188q-18 135 -79.5 272t-207.5 274l-237 -151l-37 51l229 141q-59 49 -128.5 98.5t-155.5 98.5h145q61 -37 115.5 -75t101.5 -79l187 119l34 -49l-176 -111q94 -90 155.5 -185t96.5 -190.5 t48.5 -191.5t13.5 -190q0 -123 -42 -225.5t-114 -178.5t-168 -117.5t-203 -41.5q-106 0 -200.5 38.5t-164 106.5t-110.5 158t-41 192zM195 473q0 -84 32.5 -156.5t89 -127t131 -86t160.5 -31.5t163 33.5t134.5 92t90 136.5t32.5 164q0 80 -32.5 149.5t-90 121.5t-132.5 83 t-161 31t-161.5 -33t-133 -88t-90 -130t-32.5 -159z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1173" d="M158 0v1065h94v-254q33 61 82 111.5t108.5 86t128 55t140.5 19.5q174 0 245.5 -121.5t71.5 -349.5v-612h-102v594q0 207 -58.5 301t-187.5 94q-68 0 -134.5 -24.5t-122.5 -69.5t-99 -105.5t-64 -130.5v-659h-102zM285 1309q0 8 6 35.5t25.5 57.5t53 53.5t89.5 23.5 q41 0 72.5 -13.5t60.5 -29t58.5 -27.5t68.5 -12q41 0 64.5 14t34.5 31.5t14.5 33t3.5 19.5h69q0 -10 -7 -37.5t-26.5 -56.5t-56.5 -52.5t-98 -23.5q-45 0 -80 12.5t-63.5 27.5t-56.5 28.5t-58 13.5q-35 0 -55.5 -14.5t-31 -32t-14.5 -32.5t-4 -19h-69z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM436 1495h117l127 -174l-70 -33z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM532 1321l125 174h119l-172 -207z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM371 1329l196 166h76l199 -166l-62 -35l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM301 1309q0 8 6 35.5t25.5 57.5t53.5 53.5t89 23.5q41 0 73 -13.5t60.5 -29t58 -27.5t68.5 -12q41 0 64.5 14t35 31.5 t14.5 33t3 19.5h70q0 -10 -7.5 -37.5t-27 -56.5t-56.5 -52.5t-98 -23.5q-45 0 -80 12.5t-63.5 27.5t-56 28.5t-58.5 13.5q-35 0 -55.5 -14.5t-30.5 -32t-14 -32.5t-4 -19h-70z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q111 0 206 -44t166 -119.5t110.5 -176t39.5 -213.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-113 0 -208 44t-164.5 119.5t-108.5 176t-39 210.5zM190 526q0 -94 33 -177t89.5 -144.5t132 -97 t161.5 -35.5t162 35.5t132 99t90 146.5t34 179q0 94 -34 177.5t-90 146t-132 99t-162 36.5q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM422 1311v180h90v-180h-90zM700 1311v180h91v-180h-91z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1112" d="M143 526v88h826v-88h-826zM510 166v164h90v-164h-90zM510 807v166h90v-166h-90z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1212" d="M86 530q0 113 40 213.5t110.5 176t165 119.5t204.5 44q76 0 143.5 -21.5t127.5 -57.5l45 63h79l-73 -102q92 -78 146 -190.5t54 -244.5q0 -111 -39.5 -211t-109.5 -175.5t-166 -119.5t-207 -44q-78 0 -144.5 20t-125.5 57l-43 -59h-78l70 96q-92 78 -145.5 191.5 t-53.5 244.5zM190 526q0 -109 41 -198.5t111 -153.5l481 748q-47 33 -102 51t-115 18q-84 0 -159.5 -36.5t-133 -100t-90.5 -149t-33 -179.5zM389 137q47 -31 102.5 -48t114.5 -17q86 0 162 35.5t132 99t90 146.5t34 179q0 104 -42 195.5t-112 155.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1202" d="M145 451v614h103v-600q0 -393 268 -393q68 0 132.5 23.5t119.5 65.5t97 101.5t67 130.5v672h102v-922q0 -51 43 -51v-92q-12 -2 -20 -2h-17q-43 0 -70.5 25.5t-27.5 66.5v162q-72 -129 -193 -200.5t-262 -71.5q-342 0 -342 471zM414 1495h116l127 -174l-69 -33z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1202" d="M145 451v614h103v-600q0 -393 268 -393q68 0 132.5 23.5t119.5 65.5t97 101.5t67 130.5v672h102v-922q0 -51 43 -51v-92q-12 -2 -20 -2h-17q-43 0 -70.5 25.5t-27.5 66.5v162q-72 -129 -193 -200.5t-262 -71.5q-342 0 -342 471zM512 1321l125 174h119l-172 -207z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1202" d="M145 451v614h103v-600q0 -393 268 -393q68 0 132.5 23.5t119.5 65.5t97 101.5t67 130.5v672h102v-922q0 -51 43 -51v-92q-12 -2 -20 -2h-17q-43 0 -70.5 25.5t-27.5 66.5v162q-72 -129 -193 -200.5t-262 -71.5q-342 0 -342 471zM350 1329l197 166h76l198 -166l-61 -35 l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1202" d="M145 451v614h103v-600q0 -393 268 -393q68 0 132.5 23.5t119.5 65.5t97 101.5t67 130.5v672h102v-922q0 -51 43 -51v-92q-12 -2 -20 -2h-17q-43 0 -70.5 25.5t-27.5 66.5v162q-72 -129 -193 -200.5t-262 -71.5q-342 0 -342 471zM401 1311v180h91v-180h-91zM680 1311v180 h90v-180h-90z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1110" d="M33 1065h108l422 -965l395 965h101l-584 -1401q-31 -74 -81 -97.5t-122 -23.5h-20t-21 2v93q18 0 54.5 2t54.5 12q8 4 19.5 19.5t30 52t47 103.5t71.5 173zM489 1321l125 174h119l-172 -207z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1232" d="M158 -436v1890h104v-592q66 94 160 158.5t225 64.5q117 0 210 -50t157.5 -130t98.5 -179.5t34 -197.5q-2 -111 -43 -211t-109.5 -177t-163 -123t-202.5 -46q-59 0 -113.5 16.5t-102.5 45t-86 65.5t-65 80v-614h-104zM262 350q0 -55 36 -106t90 -90t118.5 -62.5 t120.5 -23.5q92 0 168.5 38.5t132 103t86 147.5t30.5 171q0 90 -28.5 173t-81.5 147.5t-127 103.5t-164 39q-68 0 -125 -22.5t-105 -60.5t-86 -87t-65 -102v-369z" />
+<glyph unicode="&#xff;" horiz-adv-x="1110" d="M33 1065h108l422 -965l395 965h101l-584 -1401q-31 -74 -81 -97.5t-122 -23.5h-20t-21 2v93q18 0 54.5 2t54.5 12q8 4 19.5 19.5t30 52t47 103.5t71.5 173zM379 1311v180h90v-180h-90zM657 1311v180h91v-180h-91z" />
+<glyph unicode="&#x152;" horiz-adv-x="2416" d="M98 727q0 145 52.5 278.5t143.5 235.5t216 162.5t270 60.5q102 0 192.5 -33.5t164 -91t129 -134.5t90.5 -163v412h944v-94h-840v-569h729v-97h-729v-600h858v-94h-962v410q-35 -88 -92.5 -165t-131 -133.5t-162.5 -89t-188 -32.5q-152 0 -277.5 62.5t-215.5 166 t-140.5 236.5t-50.5 272zM203 727q0 -125 42 -240.5t118.5 -204.5t182 -142.5t232.5 -53.5q131 0 236.5 55.5t181.5 146.5t117 205.5t41 235.5q0 125 -43 239.5t-120 204t-182.5 142.5t-230.5 53q-131 0 -237.5 -55.5t-181 -146.5t-115.5 -205.5t-41 -233.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="2134" d="M88 528q0 117 40 217.5t110.5 176t166 118.5t205.5 43q80 0 154 -25.5t133 -72.5t105.5 -113.5t70.5 -148.5q53 170 177 265t296 95q113 0 208 -42t165 -119.5t108.5 -186t38.5 -243.5h-933q6 -90 43.5 -168t96 -136.5t136.5 -92.5t164 -34q57 0 112.5 15.5t101.5 42 t81 64.5t53 83l88 -24q-25 -59 -70 -107.5t-103 -82.5t-128 -53t-141 -19q-80 0 -155 25.5t-139.5 73.5t-114.5 113.5t-81 145.5q-31 -82 -79 -148.5t-108.5 -112.5t-133 -71.5t-152.5 -25.5q-109 0 -203 43t-163.5 116.5t-109.5 174t-40 214.5zM193 524q0 -96 32.5 -178 t88 -143.5t131 -96t161.5 -34.5q88 0 164 35.5t132 97t89 145.5t33 180t-33 180.5t-88 147t-131 98t-162 35.5t-162.5 -36.5t-133 -100t-89 -148.5t-32.5 -182zM1130 567h836q-6 94 -41 174t-91 137.5t-131 89t-159 31.5t-157.5 -32.5t-129 -90t-89 -136t-38.5 -173.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1292" d="M23 1454h114l508 -805l512 805h115l-574 -905v-549h-104v553zM461 1696v180h90v-180h-90zM739 1696v180h90v-180h-90z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="655" d="M92 1329l197 166h76l198 -166l-61 -35l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="813" d="M96 1309q0 8 6.5 35.5t25.5 57.5t53 53.5t89 23.5q41 0 73 -13.5t60.5 -29t58.5 -27.5t68 -12q41 0 64.5 14t35 31.5t14.5 33t3 19.5h70q0 -10 -7.5 -37.5t-26.5 -56.5t-56.5 -52.5t-98.5 -23.5q-45 0 -79.5 12.5t-63.5 27.5t-56.5 28.5t-58.5 13.5q-35 0 -55 -14.5 t-30.5 -32t-14.5 -32.5t-4 -19h-70z" />
+<glyph unicode="&#x2000;" horiz-adv-x="940" />
+<glyph unicode="&#x2001;" horiz-adv-x="1880" />
+<glyph unicode="&#x2002;" horiz-adv-x="940" />
+<glyph unicode="&#x2003;" horiz-adv-x="1880" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="470" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="235" />
+<glyph unicode="&#x2009;" horiz-adv-x="376" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="868" d="M139 510v94h590v-94h-590z" />
+<glyph unicode="&#x2011;" horiz-adv-x="868" d="M139 510v94h590v-94h-590z" />
+<glyph unicode="&#x2012;" horiz-adv-x="868" d="M139 510v94h590v-94h-590z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1150" d="M139 510v94h873v-94h-873z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1830" d="M139 510v94h1553v-94h-1553z" />
+<glyph unicode="&#x2018;" horiz-adv-x="380" d="M125 1255v240h90v-229q0 -23 10.5 -30t26.5 -7v-82q-51 0 -89 25.5t-38 82.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="378" d="M113 1413v82q51 0 89 -25.5t38 -83.5v-239h-90v229q0 23 -10.5 30t-26.5 7z" />
+<glyph unicode="&#x201a;" horiz-adv-x="401" d="M125 -29q14 0 25.5 7.5t11.5 29.5v166h90v-178q0 -57 -39 -82t-88 -25v82z" />
+<glyph unicode="&#x201c;" horiz-adv-x="606" d="M125 1255v240h90v-229q0 -23 10.5 -30t26.5 -7v-82q-51 0 -89 25.5t-38 82.5zM350 1255v240h90v-229q0 -23 10.5 -30t26.5 -7v-82q-51 0 -89 25.5t-38 82.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="604" d="M113 1413v82q51 0 89 -25.5t38 -83.5v-239h-90v229q0 23 -10.5 30t-26.5 7zM338 1413v82q51 0 89 -25.5t38 -83.5v-239h-90v229q0 23 -10.5 30t-26.5 7z" />
+<glyph unicode="&#x201e;" horiz-adv-x="606" d="M125 -29q14 0 25.5 7.5t11.5 29.5v166h90v-178q0 -57 -39 -82t-88 -25v82zM330 -29q14 0 25.5 7.5t11.5 29.5v166h90v-178q0 -57 -39 -82t-88 -25v82z" />
+<glyph unicode="&#x2022;" horiz-adv-x="722" d="M186 707q0 35 14.5 66.5t38 55t55.5 38t68 14.5q37 0 69 -14.5t55.5 -38t37 -55t13.5 -66.5q0 -74 -51.5 -125.5t-123.5 -51.5q-37 0 -68.5 13.5t-55 38t-38 56.5t-14.5 69z" />
+<glyph unicode="&#x2026;" horiz-adv-x="858" d="M139 0v174h90v-174h-90zM385 0v174h88v-174h-88zM629 0v174h90v-174h-90z" />
+<glyph unicode="&#x202f;" horiz-adv-x="376" />
+<glyph unicode="&#x2039;" horiz-adv-x="729" d="M94 498v61l502 359v-93l-416 -295l416 -292v-93z" />
+<glyph unicode="&#x203a;" horiz-adv-x="729" d="M135 145v93l414 292l-414 295v93l500 -359v-61z" />
+<glyph unicode="&#x205f;" horiz-adv-x="470" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1656" d="M70 567l30 70h197q-6 49 -6 100v33h-154l31 70h129q16 119 69.5 231.5t140.5 199.5t205.5 139t266.5 52q195 0 332 -89t202 -228l-86 -49q-37 76 -89 127t-112.5 82.5t-126 46t-128.5 14.5q-123 0 -220.5 -44t-170 -118t-117.5 -169t-60 -195h736l-31 -70h-713v-39 q0 -49 6 -94h662l-33 -70h-616q25 -102 77 -190t125.5 -152.5t165.5 -102.5t195 -38q66 0 134.5 16.5t133 51t119.5 89t92 128.5l88 -43q-37 -82 -99.5 -145.5t-140 -106.5t-164.5 -64.5t-171 -21.5q-127 0 -235.5 47t-194.5 127t-144.5 185.5t-85.5 219.5h-239z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1429" d="M121 1380v78h467v-78h-195v-506h-78v506h-194zM682 874v580h100l191 -399l188 399h103v-580h-76v463l-182 -376h-66l-182 376v-463h-76z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1064" d="M0 0v1065h1065v-1065h-1065z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="63" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="57" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="57" />
+<hkern u1="&#x20;" u2="Y" k="78" />
+<hkern u1="&#x20;" u2="X" k="20" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="53" />
+<hkern u1="&#x20;" u2="J" k="55" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="63" />
+<hkern u1="&#x20;" u2="&#x22;" k="74" />
+<hkern u1="&#x22;" u2="&#x20;" k="74" />
+<hkern u1="&#x23;" u2="&#x34;" k="20" />
+<hkern u1="&#x24;" u2="&#x37;" k="23" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="84" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-6" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-14" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-47" />
+<hkern u1="&#x26;" u2="z" k="-4" />
+<hkern u1="&#x26;" u2="y" k="41" />
+<hkern u1="&#x26;" u2="x" k="-16" />
+<hkern u1="&#x26;" u2="w" k="41" />
+<hkern u1="&#x26;" u2="v" k="39" />
+<hkern u1="&#x26;" u2="s" k="-4" />
+<hkern u1="&#x26;" u2="Z" k="-4" />
+<hkern u1="&#x26;" u2="Y" k="111" />
+<hkern u1="&#x26;" u2="X" k="-25" />
+<hkern u1="&#x26;" u2="W" k="90" />
+<hkern u1="&#x26;" u2="V" k="88" />
+<hkern u1="&#x26;" u2="U" k="4" />
+<hkern u1="&#x26;" u2="T" k="84" />
+<hkern u1="&#x26;" u2="J" k="-8" />
+<hkern u1="&#x26;" u2="A" k="-16" />
+<hkern u1="&#x26;" u2="&#x27;" k="82" />
+<hkern u1="&#x27;" u2="&#x2039;" k="8" />
+<hkern u1="&#x27;" u2="&#xf0;" k="121" />
+<hkern u1="&#x27;" u2="&#xef;" k="-10" />
+<hkern u1="&#x27;" u2="&#xee;" k="-6" />
+<hkern u1="&#x27;" u2="&#xc6;" k="203" />
+<hkern u1="&#x27;" u2="s" k="6" />
+<hkern u1="&#x27;" u2="o" k="47" />
+<hkern u1="&#x27;" u2="f" k="14" />
+<hkern u1="&#x27;" u2="d" k="164" />
+<hkern u1="&#x27;" u2="a" k="18" />
+<hkern u1="&#x27;" u2="O" k="31" />
+<hkern u1="&#x27;" u2="J" k="178" />
+<hkern u1="&#x27;" u2="A" k="147" />
+<hkern u1="&#x27;" u2="&#x40;" k="82" />
+<hkern u1="&#x27;" u2="&#x39;" k="35" />
+<hkern u1="&#x27;" u2="&#x35;" k="29" />
+<hkern u1="&#x27;" u2="&#x34;" k="176" />
+<hkern u1="&#x27;" u2="&#x33;" k="23" />
+<hkern u1="&#x27;" u2="&#x30;" k="25" />
+<hkern u1="&#x27;" u2="&#x2f;" k="193" />
+<hkern u1="&#x27;" u2="&#x2e;" k="248" />
+<hkern u1="&#x27;" u2="&#x20;" k="63" />
+<hkern u1="&#x28;" u2="&#xf0;" k="33" />
+<hkern u1="&#x28;" u2="&#xef;" k="-23" />
+<hkern u1="&#x28;" u2="&#xee;" k="-4" />
+<hkern u1="&#x28;" u2="&#xec;" k="-8" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-4" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-14" />
+<hkern u1="&#x28;" u2="y" k="25" />
+<hkern u1="&#x28;" u2="x" k="-6" />
+<hkern u1="&#x28;" u2="w" k="31" />
+<hkern u1="&#x28;" u2="v" k="29" />
+<hkern u1="&#x28;" u2="u" k="18" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-10" />
+<hkern u1="&#x28;" u2="f" k="4" />
+<hkern u1="&#x28;" u2="d" k="37" />
+<hkern u1="&#x28;" u2="Y" k="-10" />
+<hkern u1="&#x28;" u2="X" k="-10" />
+<hkern u1="&#x28;" u2="W" k="-8" />
+<hkern u1="&#x28;" u2="V" k="-8" />
+<hkern u1="&#x28;" u2="T" k="-2" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-4" />
+<hkern u1="&#x28;" u2="A" k="-8" />
+<hkern u1="&#x28;" u2="&#x36;" k="4" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="109" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-27" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-23" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-6" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="201" />
+<hkern u1="&#x2a;" u2="x" k="-8" />
+<hkern u1="&#x2a;" u2="w" k="-8" />
+<hkern u1="&#x2a;" u2="v" k="-8" />
+<hkern u1="&#x2a;" u2="s" k="39" />
+<hkern u1="&#x2a;" u2="o" k="66" />
+<hkern u1="&#x2a;" u2="f" k="14" />
+<hkern u1="&#x2a;" u2="d" k="98" />
+<hkern u1="&#x2a;" u2="a" k="33" />
+<hkern u1="&#x2a;" u2="Y" k="-12" />
+<hkern u1="&#x2a;" u2="X" k="-12" />
+<hkern u1="&#x2a;" u2="W" k="-12" />
+<hkern u1="&#x2a;" u2="V" k="-2" />
+<hkern u1="&#x2a;" u2="T" k="-27" />
+<hkern u1="&#x2a;" u2="O" k="16" />
+<hkern u1="&#x2a;" u2="J" k="184" />
+<hkern u1="&#x2a;" u2="A" k="139" />
+<hkern u1="&#x2b;" u2="&#x38;" k="16" />
+<hkern u1="&#x2b;" u2="&#x37;" k="49" />
+<hkern u1="&#x2b;" u2="&#x34;" k="76" />
+<hkern u1="&#x2b;" u2="&#x33;" k="43" />
+<hkern u1="&#x2b;" u2="&#x32;" k="20" />
+<hkern u1="&#x2b;" u2="&#x31;" k="23" />
+<hkern u1="&#x2c;" u2="j" k="-12" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="31" />
+<hkern u1="&#x2d;" u2="z" k="70" />
+<hkern u1="&#x2d;" u2="y" k="51" />
+<hkern u1="&#x2d;" u2="x" k="68" />
+<hkern u1="&#x2d;" u2="w" k="51" />
+<hkern u1="&#x2d;" u2="v" k="47" />
+<hkern u1="&#x2d;" u2="t" k="16" />
+<hkern u1="&#x2d;" u2="s" k="16" />
+<hkern u1="&#x2d;" u2="f" k="14" />
+<hkern u1="&#x2d;" u2="Z" k="33" />
+<hkern u1="&#x2d;" u2="Y" k="145" />
+<hkern u1="&#x2d;" u2="X" k="59" />
+<hkern u1="&#x2d;" u2="W" k="92" />
+<hkern u1="&#x2d;" u2="V" k="90" />
+<hkern u1="&#x2d;" u2="T" k="141" />
+<hkern u1="&#x2d;" u2="J" k="139" />
+<hkern u1="&#x2d;" u2="A" k="33" />
+<hkern u1="&#x2d;" u2="&#x37;" k="70" />
+<hkern u1="&#x2d;" u2="&#x34;" k="39" />
+<hkern u1="&#x2d;" u2="&#x33;" k="94" />
+<hkern u1="&#x2d;" u2="&#x32;" k="16" />
+<hkern u1="&#x2d;" u2="&#x31;" k="53" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="274" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="279" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-2" />
+<hkern u1="&#x2e;" u2="y" k="104" />
+<hkern u1="&#x2e;" u2="w" k="102" />
+<hkern u1="&#x2e;" u2="v" k="100" />
+<hkern u1="&#x2e;" u2="t" k="4" />
+<hkern u1="&#x2e;" u2="f" k="2" />
+<hkern u1="&#x2e;" u2="d" k="14" />
+<hkern u1="&#x2e;" u2="Y" k="166" />
+<hkern u1="&#x2e;" u2="W" k="156" />
+<hkern u1="&#x2e;" u2="V" k="156" />
+<hkern u1="&#x2e;" u2="U" k="43" />
+<hkern u1="&#x2e;" u2="T" k="143" />
+<hkern u1="&#x2e;" u2="O" k="45" />
+<hkern u1="&#x2e;" u2="&#x37;" k="70" />
+<hkern u1="&#x2e;" u2="&#x27;" k="248" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="84" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-20" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-2" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="190" />
+<hkern u1="&#x2f;" u2="z" k="8" />
+<hkern u1="&#x2f;" u2="y" k="33" />
+<hkern u1="&#x2f;" u2="x" k="6" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="41" />
+<hkern u1="&#x2f;" u2="s" k="63" />
+<hkern u1="&#x2f;" u2="o" k="74" />
+<hkern u1="&#x2f;" u2="n" k="43" />
+<hkern u1="&#x2f;" u2="f" k="6" />
+<hkern u1="&#x2f;" u2="d" k="76" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-8" />
+<hkern u1="&#x2f;" u2="X" k="-8" />
+<hkern u1="&#x2f;" u2="W" k="-8" />
+<hkern u1="&#x2f;" u2="V" k="-8" />
+<hkern u1="&#x2f;" u2="S" k="4" />
+<hkern u1="&#x2f;" u2="O" k="39" />
+<hkern u1="&#x2f;" u2="J" k="166" />
+<hkern u1="&#x2f;" u2="A" k="131" />
+<hkern u1="&#x2f;" u2="&#x39;" k="55" />
+<hkern u1="&#x2f;" u2="&#x38;" k="4" />
+<hkern u1="&#x2f;" u2="&#x36;" k="29" />
+<hkern u1="&#x2f;" u2="&#x35;" k="66" />
+<hkern u1="&#x2f;" u2="&#x34;" k="154" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="43" />
+<hkern u1="&#x2f;" u2="&#x31;" k="37" />
+<hkern u1="&#x2f;" u2="&#x30;" k="72" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="475" />
+<hkern u1="&#x30;" u2="&#xc6;" k="45" />
+<hkern u1="&#x30;" u2="&#xb0;" k="43" />
+<hkern u1="&#x30;" u2="\" k="66" />
+<hkern u1="&#x30;" u2="Z" k="27" />
+<hkern u1="&#x30;" u2="Y" k="100" />
+<hkern u1="&#x30;" u2="X" k="29" />
+<hkern u1="&#x30;" u2="W" k="68" />
+<hkern u1="&#x30;" u2="V" k="68" />
+<hkern u1="&#x30;" u2="T" k="123" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="35" />
+<hkern u1="&#x30;" u2="&#x37;" k="33" />
+<hkern u1="&#x30;" u2="&#x2f;" k="4" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="25" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-12" />
+<hkern u1="&#x31;" u2="&#xb7;" k="43" />
+<hkern u1="&#x31;" u2="&#xb0;" k="37" />
+<hkern u1="&#x31;" u2="\" k="74" />
+<hkern u1="&#x31;" u2="Y" k="102" />
+<hkern u1="&#x31;" u2="X" k="-4" />
+<hkern u1="&#x31;" u2="W" k="82" />
+<hkern u1="&#x31;" u2="V" k="82" />
+<hkern u1="&#x31;" u2="U" k="20" />
+<hkern u1="&#x31;" u2="T" k="127" />
+<hkern u1="&#x31;" u2="A" k="-6" />
+<hkern u1="&#x31;" u2="&#x3d;" k="23" />
+<hkern u1="&#x31;" u2="&#x37;" k="23" />
+<hkern u1="&#x31;" u2="&#x2d;" k="35" />
+<hkern u1="&#x31;" u2="&#x2b;" k="43" />
+<hkern u1="&#x31;" u2="&#x27;" k="27" />
+<hkern u1="&#x31;" u2="&#x23;" k="-4" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-6" />
+<hkern u1="&#x32;" u2="\" k="47" />
+<hkern u1="&#x32;" u2="Y" k="80" />
+<hkern u1="&#x32;" u2="W" k="53" />
+<hkern u1="&#x32;" u2="V" k="53" />
+<hkern u1="&#x32;" u2="T" k="117" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-10" />
+<hkern u1="&#x33;" u2="&#xb0;" k="45" />
+<hkern u1="&#x33;" u2="\" k="57" />
+<hkern u1="&#x33;" u2="Y" k="90" />
+<hkern u1="&#x33;" u2="X" k="-6" />
+<hkern u1="&#x33;" u2="W" k="59" />
+<hkern u1="&#x33;" u2="V" k="59" />
+<hkern u1="&#x33;" u2="T" k="119" />
+<hkern u1="&#x33;" u2="&#x37;" k="23" />
+<hkern u1="&#x33;" u2="&#x27;" k="27" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-10" />
+<hkern u1="&#x34;" u2="&#xb7;" k="31" />
+<hkern u1="&#x34;" u2="&#xb0;" k="25" />
+<hkern u1="&#x34;" u2="\" k="59" />
+<hkern u1="&#x34;" u2="Y" k="88" />
+<hkern u1="&#x34;" u2="X" k="-2" />
+<hkern u1="&#x34;" u2="W" k="68" />
+<hkern u1="&#x34;" u2="V" k="68" />
+<hkern u1="&#x34;" u2="T" k="123" />
+<hkern u1="&#x34;" u2="A" k="-4" />
+<hkern u1="&#x34;" u2="&#x37;" k="25" />
+<hkern u1="&#x34;" u2="&#x2d;" k="18" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-4" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="6" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-4" />
+<hkern u1="&#x35;" u2="&#xb7;" k="27" />
+<hkern u1="&#x35;" u2="\" k="8" />
+<hkern u1="&#x35;" u2="Y" k="43" />
+<hkern u1="&#x35;" u2="W" k="27" />
+<hkern u1="&#x35;" u2="V" k="27" />
+<hkern u1="&#x35;" u2="T" k="102" />
+<hkern u1="&#x35;" u2="A" k="-6" />
+<hkern u1="&#x35;" u2="&#x2d;" k="25" />
+<hkern u1="&#x35;" u2="&#x2b;" k="59" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="49" />
+<hkern u1="&#x36;" u2="W" k="35" />
+<hkern u1="&#x36;" u2="V" k="35" />
+<hkern u1="&#x36;" u2="T" k="23" />
+<hkern u1="&#x36;" u2="A" k="31" />
+<hkern u1="&#x36;" u2="&#x33;" k="4" />
+<hkern u1="&#x37;" u2="&#xc6;" k="111" />
+<hkern u1="&#x37;" u2="&#xb7;" k="47" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-2" />
+<hkern u1="&#x37;" u2="&#xa2;" k="35" />
+<hkern u1="&#x37;" u2="Z" k="27" />
+<hkern u1="&#x37;" u2="T" k="57" />
+<hkern u1="&#x37;" u2="J" k="111" />
+<hkern u1="&#x37;" u2="A" k="84" />
+<hkern u1="&#x37;" u2="&#x3d;" k="27" />
+<hkern u1="&#x37;" u2="&#x37;" k="-4" />
+<hkern u1="&#x37;" u2="&#x35;" k="29" />
+<hkern u1="&#x37;" u2="&#x34;" k="100" />
+<hkern u1="&#x37;" u2="&#x2f;" k="100" />
+<hkern u1="&#x37;" u2="&#x2e;" k="137" />
+<hkern u1="&#x37;" u2="&#x2d;" k="53" />
+<hkern u1="&#x37;" u2="&#x2b;" k="25" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="49" />
+<hkern u1="&#x38;" u2="W" k="35" />
+<hkern u1="&#x38;" u2="V" k="35" />
+<hkern u1="&#x38;" u2="T" k="18" />
+<hkern u1="&#x38;" u2="A" k="31" />
+<hkern u1="&#x38;" u2="&#x2b;" k="16" />
+<hkern u1="&#x39;" u2="&#xb0;" k="61" />
+<hkern u1="&#x39;" u2="\" k="63" />
+<hkern u1="&#x39;" u2="Y" k="102" />
+<hkern u1="&#x39;" u2="W" k="68" />
+<hkern u1="&#x39;" u2="V" k="68" />
+<hkern u1="&#x39;" u2="T" k="125" />
+<hkern u1="&#x39;" u2="&#x37;" k="31" />
+<hkern u1="&#x39;" u2="&#x27;" k="45" />
+<hkern u1="&#x3a;" u2="Y" k="55" />
+<hkern u1="&#x3a;" u2="W" k="31" />
+<hkern u1="&#x3a;" u2="V" k="31" />
+<hkern u1="&#x3a;" u2="T" k="106" />
+<hkern u1="&#x3b;" u2="j" k="-10" />
+<hkern u1="&#x3d;" u2="&#x37;" k="45" />
+<hkern u1="&#x3d;" u2="&#x34;" k="23" />
+<hkern u1="&#x3d;" u2="&#x33;" k="53" />
+<hkern u1="&#x3d;" u2="&#x31;" k="31" />
+<hkern u1="&#x40;" u2="&#x2019;" k="74" />
+<hkern u1="&#x40;" u2="Y" k="113" />
+<hkern u1="&#x40;" u2="W" k="76" />
+<hkern u1="&#x40;" u2="V" k="76" />
+<hkern u1="&#x40;" u2="T" k="123" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="74" />
+<hkern u1="A" u2="&#x2122;" k="135" />
+<hkern u1="A" u2="&#x2039;" k="33" />
+<hkern u1="A" u2="&#x201e;" k="-2" />
+<hkern u1="A" u2="&#x201a;" k="-2" />
+<hkern u1="A" u2="&#x2019;" k="143" />
+<hkern u1="A" u2="&#x2018;" k="145" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="4" />
+<hkern u1="A" u2="&#xd0;" k="10" />
+<hkern u1="A" u2="&#xba;" k="106" />
+<hkern u1="A" u2="&#xae;" k="45" />
+<hkern u1="A" u2="&#xaa;" k="96" />
+<hkern u1="A" u2="&#xa9;" k="45" />
+<hkern u1="A" u2="y" k="72" />
+<hkern u1="A" u2="w" k="70" />
+<hkern u1="A" u2="v" k="68" />
+<hkern u1="A" u2="u" k="27" />
+<hkern u1="A" u2="t" k="43" />
+<hkern u1="A" u2="s" k="14" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="2" />
+<hkern u1="A" u2="f" k="29" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="]" k="-2" />
+<hkern u1="A" u2="\" k="127" />
+<hkern u1="A" u2="Y" k="152" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="115" />
+<hkern u1="A" u2="U" k="61" />
+<hkern u1="A" u2="T" k="150" />
+<hkern u1="A" u2="S" k="25" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="23" />
+<hkern u1="A" u2="&#x3f;" k="59" />
+<hkern u1="A" u2="&#x38;" k="31" />
+<hkern u1="A" u2="&#x37;" k="55" />
+<hkern u1="A" u2="&#x36;" k="35" />
+<hkern u1="A" u2="&#x34;" k="-8" />
+<hkern u1="A" u2="&#x32;" k="-4" />
+<hkern u1="A" u2="&#x30;" k="35" />
+<hkern u1="A" u2="&#x2f;" k="-8" />
+<hkern u1="A" u2="&#x2d;" k="33" />
+<hkern u1="A" u2="&#x2c;" k="-2" />
+<hkern u1="A" u2="&#x2a;" k="139" />
+<hkern u1="A" u2="&#x29;" k="-8" />
+<hkern u1="A" u2="&#x27;" k="147" />
+<hkern u1="A" u2="&#x26;" k="31" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="2" />
+<hkern u1="B" u2="&#xef;" k="-6" />
+<hkern u1="B" u2="&#xee;" k="-6" />
+<hkern u1="B" u2="&#xc6;" k="18" />
+<hkern u1="B" u2="z" k="2" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="18" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="u" k="2" />
+<hkern u1="B" u2="t" k="18" />
+<hkern u1="B" u2="s" k="4" />
+<hkern u1="B" u2="o" k="2" />
+<hkern u1="B" u2="n" k="2" />
+<hkern u1="B" u2="f" k="20" />
+<hkern u1="B" u2="d" k="2" />
+<hkern u1="B" u2="Z" k="12" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="33" />
+<hkern u1="B" u2="W" k="41" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="74" />
+<hkern u1="B" u2="J" k="35" />
+<hkern u1="B" u2="A" k="31" />
+<hkern u1="B" u2="&#x37;" k="27" />
+<hkern u1="B" u2="&#x33;" k="16" />
+<hkern u1="C" u2="&#x2122;" k="-6" />
+<hkern u1="C" u2="&#xf0;" k="2" />
+<hkern u1="C" u2="&#xef;" k="-16" />
+<hkern u1="C" u2="&#xee;" k="-10" />
+<hkern u1="C" u2="&#xc6;" k="12" />
+<hkern u1="C" u2="z" k="2" />
+<hkern u1="C" u2="y" k="2" />
+<hkern u1="C" u2="w" k="2" />
+<hkern u1="C" u2="u" k="2" />
+<hkern u1="C" u2="t" k="2" />
+<hkern u1="C" u2="s" k="4" />
+<hkern u1="C" u2="o" k="2" />
+<hkern u1="C" u2="n" k="2" />
+<hkern u1="C" u2="f" k="4" />
+<hkern u1="C" u2="d" k="2" />
+<hkern u1="C" u2="Y" k="33" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="18" />
+<hkern u1="C" u2="S" k="10" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-8" />
+<hkern u1="D" u2="&#x2122;" k="14" />
+<hkern u1="D" u2="&#x2018;" k="14" />
+<hkern u1="D" u2="&#xf0;" k="2" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="74" />
+<hkern u1="D" u2="z" k="2" />
+<hkern u1="D" u2="y" k="2" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="2" />
+<hkern u1="D" u2="u" k="2" />
+<hkern u1="D" u2="s" k="2" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="i" k="2" />
+<hkern u1="D" u2="h" k="2" />
+<hkern u1="D" u2="a" k="12" />
+<hkern u1="D" u2="\" k="27" />
+<hkern u1="D" u2="Z" k="35" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="49" />
+<hkern u1="D" u2="V" k="47" />
+<hkern u1="D" u2="T" k="74" />
+<hkern u1="D" u2="S" k="2" />
+<hkern u1="D" u2="J" k="78" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="16" />
+<hkern u1="D" u2="&#x2f;" k="35" />
+<hkern u1="D" u2="&#x2e;" k="39" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="23" />
+<hkern u1="E" u2="&#x2039;" k="31" />
+<hkern u1="E" u2="&#xf0;" k="43" />
+<hkern u1="E" u2="&#xef;" k="-14" />
+<hkern u1="E" u2="&#xee;" k="-10" />
+<hkern u1="E" u2="y" k="57" />
+<hkern u1="E" u2="w" k="53" />
+<hkern u1="E" u2="v" k="51" />
+<hkern u1="E" u2="u" k="29" />
+<hkern u1="E" u2="t" k="27" />
+<hkern u1="E" u2="s" k="10" />
+<hkern u1="E" u2="o" k="43" />
+<hkern u1="E" u2="n" k="8" />
+<hkern u1="E" u2="f" k="33" />
+<hkern u1="E" u2="d" k="43" />
+<hkern u1="E" u2="a" k="16" />
+<hkern u1="E" u2="S" k="27" />
+<hkern u1="E" u2="O" k="27" />
+<hkern u1="E" u2="&#x37;" k="37" />
+<hkern u1="E" u2="&#x2d;" k="33" />
+<hkern u1="F" g2="uniFB04" k="51" />
+<hkern u1="F" g2="uniFB03" k="51" />
+<hkern u1="F" u2="&#x2122;" k="-2" />
+<hkern u1="F" u2="&#x203a;" k="41" />
+<hkern u1="F" u2="&#x2039;" k="45" />
+<hkern u1="F" u2="&#xf0;" k="94" />
+<hkern u1="F" u2="&#xef;" k="-25" />
+<hkern u1="F" u2="&#xee;" k="-20" />
+<hkern u1="F" u2="&#xed;" k="4" />
+<hkern u1="F" u2="&#xec;" k="-8" />
+<hkern u1="F" u2="&#xdf;" k="29" />
+<hkern u1="F" u2="&#xc6;" k="260" />
+<hkern u1="F" u2="z" k="72" />
+<hkern u1="F" u2="y" k="55" />
+<hkern u1="F" u2="x" k="66" />
+<hkern u1="F" u2="w" k="55" />
+<hkern u1="F" u2="v" k="53" />
+<hkern u1="F" u2="u" k="55" />
+<hkern u1="F" u2="t" k="18" />
+<hkern u1="F" u2="s" k="76" />
+<hkern u1="F" u2="o" k="63" />
+<hkern u1="F" u2="n" k="66" />
+<hkern u1="F" u2="f" k="35" />
+<hkern u1="F" u2="d" k="61" />
+<hkern u1="F" u2="a" k="137" />
+<hkern u1="F" u2="S" k="53" />
+<hkern u1="F" u2="O" k="37" />
+<hkern u1="F" u2="J" k="283" />
+<hkern u1="F" u2="A" k="143" />
+<hkern u1="F" u2="&#x40;" k="16" />
+<hkern u1="F" u2="&#x3a;" k="31" />
+<hkern u1="F" u2="&#x37;" k="49" />
+<hkern u1="F" u2="&#x35;" k="37" />
+<hkern u1="F" u2="&#x34;" k="96" />
+<hkern u1="F" u2="&#x33;" k="45" />
+<hkern u1="F" u2="&#x32;" k="57" />
+<hkern u1="F" u2="&#x31;" k="31" />
+<hkern u1="F" u2="&#x2f;" k="117" />
+<hkern u1="F" u2="&#x2e;" k="166" />
+<hkern u1="F" u2="&#x2d;" k="53" />
+<hkern u1="F" u2="&#x2a;" k="-8" />
+<hkern u1="F" u2="&#x29;" k="-2" />
+<hkern u1="F" u2="&#x20;" k="43" />
+<hkern u1="G" u2="&#x2122;" k="14" />
+<hkern u1="G" u2="&#xf0;" k="2" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="25" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="10" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="4" />
+<hkern u1="G" u2="Y" k="61" />
+<hkern u1="G" u2="W" k="41" />
+<hkern u1="G" u2="V" k="41" />
+<hkern u1="G" u2="T" k="51" />
+<hkern u1="G" u2="&#x27;" k="18" />
+<hkern u1="I" u2="&#xf0;" k="18" />
+<hkern u1="I" u2="&#xef;" k="-6" />
+<hkern u1="I" u2="z" k="2" />
+<hkern u1="I" u2="y" k="2" />
+<hkern u1="I" u2="t" k="14" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="16" />
+<hkern u1="I" u2="f" k="14" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="12" />
+<hkern u1="J" u2="&#xf0;" k="23" />
+<hkern u1="J" u2="&#xef;" k="-8" />
+<hkern u1="J" u2="&#xee;" k="-4" />
+<hkern u1="J" u2="&#xc6;" k="39" />
+<hkern u1="J" u2="z" k="4" />
+<hkern u1="J" u2="x" k="2" />
+<hkern u1="J" u2="u" k="2" />
+<hkern u1="J" u2="t" k="10" />
+<hkern u1="J" u2="s" k="20" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="2" />
+<hkern u1="J" u2="l" k="2" />
+<hkern u1="J" u2="i" k="2" />
+<hkern u1="J" u2="h" k="2" />
+<hkern u1="J" u2="f" k="12" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="18" />
+<hkern u1="J" u2="J" k="33" />
+<hkern u1="J" u2="A" k="31" />
+<hkern u1="J" u2="&#x2f;" k="6" />
+<hkern u1="J" u2="&#x2e;" k="23" />
+<hkern u1="K" u2="&#x2122;" k="-6" />
+<hkern u1="K" u2="&#x203a;" k="-2" />
+<hkern u1="K" u2="&#x2039;" k="33" />
+<hkern u1="K" u2="&#x201e;" k="-8" />
+<hkern u1="K" u2="&#x201a;" k="-8" />
+<hkern u1="K" u2="&#xf8;" k="8" />
+<hkern u1="K" u2="&#xf0;" k="49" />
+<hkern u1="K" u2="&#xef;" k="-29" />
+<hkern u1="K" u2="&#xee;" k="-6" />
+<hkern u1="K" u2="&#xec;" k="-10" />
+<hkern u1="K" u2="&#xd8;" k="8" />
+<hkern u1="K" u2="&#xae;" k="33" />
+<hkern u1="K" u2="&#xa9;" k="33" />
+<hkern u1="K" u2="&#x7d;" k="-6" />
+<hkern u1="K" u2="y" k="72" />
+<hkern u1="K" u2="w" k="72" />
+<hkern u1="K" u2="v" k="70" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="18" />
+<hkern u1="K" u2="o" k="57" />
+<hkern u1="K" u2="f" k="23" />
+<hkern u1="K" u2="d" k="57" />
+<hkern u1="K" u2="a" k="2" />
+<hkern u1="K" u2="]" k="-8" />
+<hkern u1="K" u2="\" k="-6" />
+<hkern u1="K" u2="S" k="16" />
+<hkern u1="K" u2="O" k="70" />
+<hkern u1="K" u2="J" k="-2" />
+<hkern u1="K" u2="&#x3b;" k="-4" />
+<hkern u1="K" u2="&#x34;" k="-12" />
+<hkern u1="K" u2="&#x32;" k="-8" />
+<hkern u1="K" u2="&#x30;" k="16" />
+<hkern u1="K" u2="&#x2f;" k="-12" />
+<hkern u1="K" u2="&#x2d;" k="55" />
+<hkern u1="K" u2="&#x2c;" k="-8" />
+<hkern u1="K" u2="&#x2a;" k="-8" />
+<hkern u1="K" u2="&#x29;" k="-12" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="233" />
+<hkern u1="L" u2="&#x2039;" k="111" />
+<hkern u1="L" u2="&#x2019;" k="227" />
+<hkern u1="L" u2="&#x2018;" k="227" />
+<hkern u1="L" u2="&#xf0;" k="43" />
+<hkern u1="L" u2="&#xc6;" k="-6" />
+<hkern u1="L" u2="&#xba;" k="229" />
+<hkern u1="L" u2="&#xb7;" k="317" />
+<hkern u1="L" u2="&#xae;" k="51" />
+<hkern u1="L" u2="&#xaa;" k="227" />
+<hkern u1="L" u2="&#xa9;" k="51" />
+<hkern u1="L" u2="y" k="174" />
+<hkern u1="L" u2="w" k="168" />
+<hkern u1="L" u2="v" k="160" />
+<hkern u1="L" u2="u" k="25" />
+<hkern u1="L" u2="t" k="31" />
+<hkern u1="L" u2="o" k="53" />
+<hkern u1="L" u2="f" k="20" />
+<hkern u1="L" u2="d" k="55" />
+<hkern u1="L" u2="\" k="180" />
+<hkern u1="L" u2="Y" k="248" />
+<hkern u1="L" u2="W" k="227" />
+<hkern u1="L" u2="V" k="225" />
+<hkern u1="L" u2="U" k="96" />
+<hkern u1="L" u2="T" k="242" />
+<hkern u1="L" u2="S" k="10" />
+<hkern u1="L" u2="O" k="100" />
+<hkern u1="L" u2="&#x3f;" k="39" />
+<hkern u1="L" u2="&#x37;" k="23" />
+<hkern u1="L" u2="&#x2d;" k="156" />
+<hkern u1="L" u2="&#x2a;" k="231" />
+<hkern u1="L" u2="&#x27;" k="221" />
+<hkern u1="L" u2="&#x20;" k="53" />
+<hkern u1="O" u2="&#x2122;" k="16" />
+<hkern u1="O" u2="&#x2019;" k="14" />
+<hkern u1="O" u2="&#x2018;" k="16" />
+<hkern u1="O" u2="&#xf0;" k="2" />
+<hkern u1="O" u2="&#xd0;" k="12" />
+<hkern u1="O" u2="&#xc6;" k="80" />
+<hkern u1="O" u2="z" k="2" />
+<hkern u1="O" u2="y" k="8" />
+<hkern u1="O" u2="x" k="23" />
+<hkern u1="O" u2="w" k="2" />
+<hkern u1="O" u2="u" k="2" />
+<hkern u1="O" u2="s" k="2" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="2" />
+<hkern u1="O" u2="a" k="12" />
+<hkern u1="O" u2="\" k="31" />
+<hkern u1="O" u2="Z" k="43" />
+<hkern u1="O" u2="Y" k="86" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="51" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="76" />
+<hkern u1="O" u2="S" k="2" />
+<hkern u1="O" u2="J" k="78" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="20" />
+<hkern u1="O" u2="&#x2f;" k="39" />
+<hkern u1="O" u2="&#x2e;" k="45" />
+<hkern u1="O" u2="&#x2a;" k="14" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="31" />
+<hkern u1="P" u2="&#x2039;" k="29" />
+<hkern u1="P" u2="&#xf0;" k="45" />
+<hkern u1="P" u2="&#xef;" k="-12" />
+<hkern u1="P" u2="&#xee;" k="-6" />
+<hkern u1="P" u2="&#xc6;" k="197" />
+<hkern u1="P" u2="y" k="-6" />
+<hkern u1="P" u2="x" k="-2" />
+<hkern u1="P" u2="w" k="-4" />
+<hkern u1="P" u2="v" k="-4" />
+<hkern u1="P" u2="s" k="14" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="18" />
+<hkern u1="P" u2="Z" k="18" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="35" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="8" />
+<hkern u1="P" u2="J" k="205" />
+<hkern u1="P" u2="A" k="92" />
+<hkern u1="P" u2="&#x35;" k="4" />
+<hkern u1="P" u2="&#x34;" k="68" />
+<hkern u1="P" u2="&#x2f;" k="106" />
+<hkern u1="P" u2="&#x2e;" k="160" />
+<hkern u1="P" u2="&#x2d;" k="35" />
+<hkern u1="P" u2="&#x29;" k="6" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-4" />
+<hkern u1="Q" u2="&#x201a;" k="-4" />
+<hkern u1="Q" u2="&#xc6;" k="8" />
+<hkern u1="Q" u2="&#x7d;" k="-4" />
+<hkern u1="Q" u2="y" k="2" />
+<hkern u1="Q" u2="]" k="-4" />
+<hkern u1="Q" u2="X" k="6" />
+<hkern u1="Q" u2="J" k="6" />
+<hkern u1="Q" u2="A" k="4" />
+<hkern u1="Q" u2="&#x34;" k="-8" />
+<hkern u1="Q" u2="&#x32;" k="-4" />
+<hkern u1="Q" u2="&#x2f;" k="-8" />
+<hkern u1="Q" u2="&#x2c;" k="-4" />
+<hkern u1="Q" u2="&#x29;" k="-8" />
+<hkern u1="R" u2="&#x2122;" k="4" />
+<hkern u1="R" u2="&#x2039;" k="33" />
+<hkern u1="R" u2="&#x2019;" k="2" />
+<hkern u1="R" u2="&#xf0;" k="51" />
+<hkern u1="R" u2="&#xd0;" k="2" />
+<hkern u1="R" u2="y" k="4" />
+<hkern u1="R" u2="w" k="6" />
+<hkern u1="R" u2="v" k="4" />
+<hkern u1="R" u2="u" k="18" />
+<hkern u1="R" u2="t" k="6" />
+<hkern u1="R" u2="s" k="10" />
+<hkern u1="R" u2="o" k="41" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="12" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="4" />
+<hkern u1="R" u2="d" k="39" />
+<hkern u1="R" u2="a" k="20" />
+<hkern u1="R" u2="\" k="8" />
+<hkern u1="R" u2="Y" k="51" />
+<hkern u1="R" u2="W" k="39" />
+<hkern u1="R" u2="V" k="39" />
+<hkern u1="R" u2="U" k="4" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="4" />
+<hkern u1="R" u2="A" k="18" />
+<hkern u1="R" u2="&#x34;" k="-4" />
+<hkern u1="R" u2="&#x2f;" k="-4" />
+<hkern u1="R" u2="&#x2d;" k="16" />
+<hkern u1="R" u2="&#x29;" k="-4" />
+<hkern u1="S" u2="&#xf0;" k="2" />
+<hkern u1="S" u2="&#xef;" k="-12" />
+<hkern u1="S" u2="&#xee;" k="-8" />
+<hkern u1="S" u2="&#xc6;" k="4" />
+<hkern u1="S" u2="&#xaa;" k="20" />
+<hkern u1="S" u2="z" k="4" />
+<hkern u1="S" u2="y" k="45" />
+<hkern u1="S" u2="x" k="18" />
+<hkern u1="S" u2="w" k="47" />
+<hkern u1="S" u2="v" k="45" />
+<hkern u1="S" u2="u" k="2" />
+<hkern u1="S" u2="t" k="20" />
+<hkern u1="S" u2="s" k="4" />
+<hkern u1="S" u2="n" k="2" />
+<hkern u1="S" u2="l" k="2" />
+<hkern u1="S" u2="i" k="2" />
+<hkern u1="S" u2="h" k="2" />
+<hkern u1="S" u2="f" k="23" />
+<hkern u1="S" u2="a" k="2" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="33" />
+<hkern u1="S" u2="V" k="33" />
+<hkern u1="S" u2="T" k="20" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="23" />
+<hkern u1="T" g2="uniFB04" k="96" />
+<hkern u1="T" g2="uniFB03" k="82" />
+<hkern u1="T" g2="uniFB01" k="59" />
+<hkern u1="T" u2="&#x2122;" k="-2" />
+<hkern u1="T" u2="&#x203a;" k="121" />
+<hkern u1="T" u2="&#x2039;" k="139" />
+<hkern u1="T" u2="&#xf0;" k="184" />
+<hkern u1="T" u2="&#xef;" k="-25" />
+<hkern u1="T" u2="&#xee;" k="-20" />
+<hkern u1="T" u2="&#xed;" k="8" />
+<hkern u1="T" u2="&#xec;" k="-8" />
+<hkern u1="T" u2="&#xe3;" k="190" />
+<hkern u1="T" u2="&#xdf;" k="49" />
+<hkern u1="T" u2="&#xc6;" k="182" />
+<hkern u1="T" u2="&#xae;" k="55" />
+<hkern u1="T" u2="&#xa9;" k="55" />
+<hkern u1="T" u2="z" k="176" />
+<hkern u1="T" u2="y" k="168" />
+<hkern u1="T" u2="x" k="158" />
+<hkern u1="T" u2="w" k="172" />
+<hkern u1="T" u2="v" k="172" />
+<hkern u1="T" u2="u" k="213" />
+<hkern u1="T" u2="t" k="23" />
+<hkern u1="T" u2="s" k="215" />
+<hkern u1="T" u2="o" k="223" />
+<hkern u1="T" u2="n" k="205" />
+<hkern u1="T" u2="f" k="59" />
+<hkern u1="T" u2="d" k="223" />
+<hkern u1="T" u2="a" k="213" />
+<hkern u1="T" u2="S" k="18" />
+<hkern u1="T" u2="O" k="74" />
+<hkern u1="T" u2="J" k="225" />
+<hkern u1="T" u2="A" k="150" />
+<hkern u1="T" u2="&#x40;" k="127" />
+<hkern u1="T" u2="&#x3a;" k="106" />
+<hkern u1="T" u2="&#x39;" k="125" />
+<hkern u1="T" u2="&#x38;" k="16" />
+<hkern u1="T" u2="&#x37;" k="82" />
+<hkern u1="T" u2="&#x36;" k="35" />
+<hkern u1="T" u2="&#x35;" k="125" />
+<hkern u1="T" u2="&#x34;" k="139" />
+<hkern u1="T" u2="&#x33;" k="119" />
+<hkern u1="T" u2="&#x32;" k="111" />
+<hkern u1="T" u2="&#x31;" k="119" />
+<hkern u1="T" u2="&#x30;" k="121" />
+<hkern u1="T" u2="&#x2f;" k="127" />
+<hkern u1="T" u2="&#x2e;" k="143" />
+<hkern u1="T" u2="&#x2d;" k="139" />
+<hkern u1="T" u2="&#x2a;" k="-27" />
+<hkern u1="T" u2="&#x29;" k="-2" />
+<hkern u1="T" u2="&#x26;" k="20" />
+<hkern u1="T" u2="&#x20;" k="53" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-10" />
+<hkern u1="U" u2="&#xee;" k="-6" />
+<hkern u1="U" u2="&#xc6;" k="88" />
+<hkern u1="U" u2="z" k="12" />
+<hkern u1="U" u2="x" k="2" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="27" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="12" />
+<hkern u1="U" u2="l" k="14" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="12" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="61" />
+<hkern u1="U" u2="A" k="59" />
+<hkern u1="U" u2="&#x34;" k="23" />
+<hkern u1="U" u2="&#x2f;" k="39" />
+<hkern u1="U" u2="&#x2e;" k="41" />
+<hkern u1="V" u2="&#x2122;" k="-8" />
+<hkern u1="V" u2="&#x203a;" k="59" />
+<hkern u1="V" u2="&#x2039;" k="92" />
+<hkern u1="V" u2="&#x2019;" k="-2" />
+<hkern u1="V" u2="&#x2018;" k="-2" />
+<hkern u1="V" u2="&#xf0;" k="137" />
+<hkern u1="V" u2="&#xef;" k="-31" />
+<hkern u1="V" u2="&#xee;" k="-16" />
+<hkern u1="V" u2="&#xed;" k="10" />
+<hkern u1="V" u2="&#xec;" k="-14" />
+<hkern u1="V" u2="&#xe3;" k="16" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="10" />
+<hkern u1="V" u2="&#xc6;" k="178" />
+<hkern u1="V" u2="&#xae;" k="45" />
+<hkern u1="V" u2="&#xa9;" k="45" />
+<hkern u1="V" u2="z" k="31" />
+<hkern u1="V" u2="y" k="29" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="31" />
+<hkern u1="V" u2="v" k="33" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="16" />
+<hkern u1="V" u2="s" k="102" />
+<hkern u1="V" u2="o" k="127" />
+<hkern u1="V" u2="n" k="80" />
+<hkern u1="V" u2="f" k="43" />
+<hkern u1="V" u2="d" k="127" />
+<hkern u1="V" u2="a" k="104" />
+<hkern u1="V" u2="]" k="-2" />
+<hkern u1="V" u2="\" k="-8" />
+<hkern u1="V" u2="S" k="35" />
+<hkern u1="V" u2="O" k="51" />
+<hkern u1="V" u2="J" k="176" />
+<hkern u1="V" u2="A" k="115" />
+<hkern u1="V" u2="&#x40;" k="80" />
+<hkern u1="V" u2="&#x3a;" k="31" />
+<hkern u1="V" u2="&#x39;" k="61" />
+<hkern u1="V" u2="&#x38;" k="35" />
+<hkern u1="V" u2="&#x36;" k="41" />
+<hkern u1="V" u2="&#x35;" k="70" />
+<hkern u1="V" u2="&#x34;" k="133" />
+<hkern u1="V" u2="&#x33;" k="47" />
+<hkern u1="V" u2="&#x32;" k="45" />
+<hkern u1="V" u2="&#x31;" k="39" />
+<hkern u1="V" u2="&#x30;" k="68" />
+<hkern u1="V" u2="&#x2f;" k="131" />
+<hkern u1="V" u2="&#x2e;" k="156" />
+<hkern u1="V" u2="&#x2d;" k="90" />
+<hkern u1="V" u2="&#x2a;" k="-12" />
+<hkern u1="V" u2="&#x29;" k="-8" />
+<hkern u1="V" u2="&#x26;" k="41" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-8" />
+<hkern u1="W" u2="&#x203a;" k="61" />
+<hkern u1="W" u2="&#x2039;" k="92" />
+<hkern u1="W" u2="&#x2019;" k="-4" />
+<hkern u1="W" u2="&#x2018;" k="-4" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-33" />
+<hkern u1="W" u2="&#xee;" k="-16" />
+<hkern u1="W" u2="&#xed;" k="10" />
+<hkern u1="W" u2="&#xec;" k="-14" />
+<hkern u1="W" u2="&#xe4;" k="16" />
+<hkern u1="W" u2="&#xe3;" k="16" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="10" />
+<hkern u1="W" u2="&#xc6;" k="180" />
+<hkern u1="W" u2="&#xae;" k="45" />
+<hkern u1="W" u2="&#xa9;" k="45" />
+<hkern u1="W" u2="&#x7d;" k="-2" />
+<hkern u1="W" u2="z" k="31" />
+<hkern u1="W" u2="y" k="29" />
+<hkern u1="W" u2="x" k="27" />
+<hkern u1="W" u2="w" k="31" />
+<hkern u1="W" u2="v" k="33" />
+<hkern u1="W" u2="u" k="78" />
+<hkern u1="W" u2="t" k="16" />
+<hkern u1="W" u2="s" k="104" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="80" />
+<hkern u1="W" u2="f" k="45" />
+<hkern u1="W" u2="d" k="129" />
+<hkern u1="W" u2="a" k="104" />
+<hkern u1="W" u2="]" k="-2" />
+<hkern u1="W" u2="\" k="-8" />
+<hkern u1="W" u2="S" k="35" />
+<hkern u1="W" u2="O" k="51" />
+<hkern u1="W" u2="J" k="176" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="82" />
+<hkern u1="W" u2="&#x3a;" k="31" />
+<hkern u1="W" u2="&#x39;" k="61" />
+<hkern u1="W" u2="&#x38;" k="35" />
+<hkern u1="W" u2="&#x36;" k="41" />
+<hkern u1="W" u2="&#x35;" k="72" />
+<hkern u1="W" u2="&#x34;" k="135" />
+<hkern u1="W" u2="&#x33;" k="47" />
+<hkern u1="W" u2="&#x32;" k="45" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="68" />
+<hkern u1="W" u2="&#x2f;" k="133" />
+<hkern u1="W" u2="&#x2e;" k="156" />
+<hkern u1="W" u2="&#x2d;" k="92" />
+<hkern u1="W" u2="&#x2a;" k="-12" />
+<hkern u1="W" u2="&#x29;" k="-8" />
+<hkern u1="W" u2="&#x26;" k="41" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-18" />
+<hkern u1="X" u2="&#x2039;" k="37" />
+<hkern u1="X" u2="&#x2019;" k="-4" />
+<hkern u1="X" u2="&#x2018;" k="-4" />
+<hkern u1="X" u2="&#xf8;" k="12" />
+<hkern u1="X" u2="&#xf0;" k="66" />
+<hkern u1="X" u2="&#xef;" k="-33" />
+<hkern u1="X" u2="&#xee;" k="-10" />
+<hkern u1="X" u2="&#xed;" k="4" />
+<hkern u1="X" u2="&#xec;" k="-14" />
+<hkern u1="X" u2="&#xdf;" k="4" />
+<hkern u1="X" u2="&#xd8;" k="8" />
+<hkern u1="X" u2="&#xae;" k="31" />
+<hkern u1="X" u2="&#xa9;" k="31" />
+<hkern u1="X" u2="&#x7d;" k="-2" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="61" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="43" />
+<hkern u1="X" u2="t" k="8" />
+<hkern u1="X" u2="o" k="72" />
+<hkern u1="X" u2="n" k="12" />
+<hkern u1="X" u2="f" k="23" />
+<hkern u1="X" u2="d" k="70" />
+<hkern u1="X" u2="a" k="6" />
+<hkern u1="X" u2="]" k="-4" />
+<hkern u1="X" u2="\" k="-8" />
+<hkern u1="X" u2="S" k="16" />
+<hkern u1="X" u2="O" k="57" />
+<hkern u1="X" u2="&#x34;" k="-6" />
+<hkern u1="X" u2="&#x32;" k="-2" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-6" />
+<hkern u1="X" u2="&#x2d;" k="59" />
+<hkern u1="X" u2="&#x2a;" k="-12" />
+<hkern u1="X" u2="&#x29;" k="-10" />
+<hkern u1="X" u2="&#x20;" k="20" />
+<hkern u1="Y" u2="&#x2122;" k="-10" />
+<hkern u1="Y" u2="&#x203a;" k="98" />
+<hkern u1="Y" u2="&#x2039;" k="139" />
+<hkern u1="Y" u2="&#x2019;" k="-6" />
+<hkern u1="Y" u2="&#x2018;" k="-4" />
+<hkern u1="Y" u2="&#xf6;" k="25" />
+<hkern u1="Y" u2="&#xf0;" k="184" />
+<hkern u1="Y" u2="&#xef;" k="-33" />
+<hkern u1="Y" u2="&#xee;" k="-14" />
+<hkern u1="Y" u2="&#xed;" k="12" />
+<hkern u1="Y" u2="&#xec;" k="-16" />
+<hkern u1="Y" u2="&#xeb;" k="25" />
+<hkern u1="Y" u2="&#xe4;" k="16" />
+<hkern u1="Y" u2="&#xe3;" k="18" />
+<hkern u1="Y" u2="&#xdf;" k="68" />
+<hkern u1="Y" u2="&#xd0;" k="12" />
+<hkern u1="Y" u2="&#xc6;" k="217" />
+<hkern u1="Y" u2="&#xae;" k="72" />
+<hkern u1="Y" u2="&#xa9;" k="72" />
+<hkern u1="Y" u2="&#x7d;" k="-4" />
+<hkern u1="Y" u2="z" k="76" />
+<hkern u1="Y" u2="y" k="80" />
+<hkern u1="Y" u2="x" k="74" />
+<hkern u1="Y" u2="w" k="84" />
+<hkern u1="Y" u2="v" k="86" />
+<hkern u1="Y" u2="u" k="129" />
+<hkern u1="Y" u2="t" k="31" />
+<hkern u1="Y" u2="s" k="180" />
+<hkern u1="Y" u2="o" k="180" />
+<hkern u1="Y" u2="n" k="137" />
+<hkern u1="Y" u2="f" k="70" />
+<hkern u1="Y" u2="d" k="176" />
+<hkern u1="Y" u2="a" k="176" />
+<hkern u1="Y" u2="]" k="-4" />
+<hkern u1="Y" u2="\" k="-8" />
+<hkern u1="Y" u2="S" k="43" />
+<hkern u1="Y" u2="O" k="84" />
+<hkern u1="Y" u2="J" k="195" />
+<hkern u1="Y" u2="A" k="152" />
+<hkern u1="Y" u2="&#x40;" k="119" />
+<hkern u1="Y" u2="&#x3a;" k="55" />
+<hkern u1="Y" u2="&#x39;" k="96" />
+<hkern u1="Y" u2="&#x38;" k="47" />
+<hkern u1="Y" u2="&#x36;" k="59" />
+<hkern u1="Y" u2="&#x35;" k="92" />
+<hkern u1="Y" u2="&#x34;" k="158" />
+<hkern u1="Y" u2="&#x33;" k="76" />
+<hkern u1="Y" u2="&#x32;" k="74" />
+<hkern u1="Y" u2="&#x31;" k="74" />
+<hkern u1="Y" u2="&#x30;" k="100" />
+<hkern u1="Y" u2="&#x2f;" k="141" />
+<hkern u1="Y" u2="&#x2e;" k="168" />
+<hkern u1="Y" u2="&#x2d;" k="145" />
+<hkern u1="Y" u2="&#x2a;" k="-12" />
+<hkern u1="Y" u2="&#x29;" k="-10" />
+<hkern u1="Y" u2="&#x26;" k="53" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="23" />
+<hkern u1="Z" u2="&#xf0;" k="33" />
+<hkern u1="Z" u2="&#xef;" k="-14" />
+<hkern u1="Z" u2="&#xee;" k="-10" />
+<hkern u1="Z" u2="&#xae;" k="29" />
+<hkern u1="Z" u2="&#xa9;" k="29" />
+<hkern u1="Z" u2="y" k="47" />
+<hkern u1="Z" u2="w" k="47" />
+<hkern u1="Z" u2="v" k="49" />
+<hkern u1="Z" u2="u" k="33" />
+<hkern u1="Z" u2="t" k="16" />
+<hkern u1="Z" u2="s" k="2" />
+<hkern u1="Z" u2="o" k="39" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="25" />
+<hkern u1="Z" u2="d" k="39" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="41" />
+<hkern u1="Z" u2="&#x30;" k="16" />
+<hkern u1="Z" u2="&#x2d;" k="35" />
+<hkern u1="[" u2="&#xef;" k="-16" />
+<hkern u1="[" u2="&#xee;" k="-10" />
+<hkern u1="[" u2="&#xc6;" k="-8" />
+<hkern u1="[" u2="j" k="-14" />
+<hkern u1="[" u2="Y" k="-4" />
+<hkern u1="[" u2="X" k="-4" />
+<hkern u1="[" u2="W" k="-2" />
+<hkern u1="[" u2="V" k="-2" />
+<hkern u1="[" u2="A" k="-2" />
+<hkern u1="\" u2="&#x2019;" k="174" />
+<hkern u1="\" u2="&#xd8;" k="-4" />
+<hkern u1="\" u2="&#xc6;" k="-12" />
+<hkern u1="\" u2="y" k="72" />
+<hkern u1="\" u2="x" k="-4" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="68" />
+<hkern u1="\" u2="t" k="4" />
+<hkern u1="\" u2="Y" k="139" />
+<hkern u1="\" u2="X" k="-6" />
+<hkern u1="\" u2="W" k="129" />
+<hkern u1="\" u2="V" k="127" />
+<hkern u1="\" u2="U" k="35" />
+<hkern u1="\" u2="T" k="127" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-2" />
+<hkern u1="\" u2="A" k="-6" />
+<hkern u1="\" u2="&#x37;" k="33" />
+<hkern u1="\" u2="&#x36;" k="4" />
+<hkern u1="\" u2="&#x30;" k="4" />
+<hkern u1="\" u2="&#x27;" k="180" />
+<hkern u1="a" u2="&#x2122;" k="55" />
+<hkern u1="a" u2="&#x2019;" k="43" />
+<hkern u1="a" u2="&#x2018;" k="47" />
+<hkern u1="a" u2="&#xd0;" k="16" />
+<hkern u1="a" u2="&#xba;" k="20" />
+<hkern u1="a" u2="&#xaa;" k="4" />
+<hkern u1="a" u2="y" k="35" />
+<hkern u1="a" u2="w" k="37" />
+<hkern u1="a" u2="v" k="35" />
+<hkern u1="a" u2="t" k="14" />
+<hkern u1="a" u2="f" k="2" />
+<hkern u1="a" u2="\" k="78" />
+<hkern u1="a" u2="Z" k="8" />
+<hkern u1="a" u2="Y" k="174" />
+<hkern u1="a" u2="W" k="113" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="20" />
+<hkern u1="a" u2="T" k="227" />
+<hkern u1="a" u2="S" k="8" />
+<hkern u1="a" u2="O" k="14" />
+<hkern u1="a" u2="I" k="2" />
+<hkern u1="a" u2="&#x3f;" k="29" />
+<hkern u1="a" u2="&#x2a;" k="53" />
+<hkern u1="a" u2="&#x27;" k="35" />
+<hkern u1="b" u2="&#x2122;" k="70" />
+<hkern u1="b" u2="&#x2019;" k="127" />
+<hkern u1="b" u2="&#x2018;" k="133" />
+<hkern u1="b" u2="&#xd0;" k="25" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="31" />
+<hkern u1="b" u2="&#xaa;" k="14" />
+<hkern u1="b" u2="z" k="27" />
+<hkern u1="b" u2="y" k="37" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="37" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="2" />
+<hkern u1="b" u2="f" k="6" />
+<hkern u1="b" u2="\" k="76" />
+<hkern u1="b" u2="Z" k="45" />
+<hkern u1="b" u2="Y" k="176" />
+<hkern u1="b" u2="X" k="72" />
+<hkern u1="b" u2="W" k="129" />
+<hkern u1="b" u2="V" k="127" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="223" />
+<hkern u1="b" u2="S" k="16" />
+<hkern u1="b" u2="J" k="49" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="35" />
+<hkern u1="b" u2="&#x3f;" k="33" />
+<hkern u1="b" u2="&#x2e;" k="14" />
+<hkern u1="b" u2="&#x2a;" k="96" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="164" />
+<hkern u1="c" u2="&#x2122;" k="41" />
+<hkern u1="c" u2="&#x2039;" k="29" />
+<hkern u1="c" u2="&#x2019;" k="33" />
+<hkern u1="c" u2="&#x2018;" k="35" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="14" />
+<hkern u1="c" u2="&#xc6;" k="2" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="16" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="55" />
+<hkern u1="c" u2="Z" k="2" />
+<hkern u1="c" u2="Y" k="160" />
+<hkern u1="c" u2="X" k="4" />
+<hkern u1="c" u2="W" k="113" />
+<hkern u1="c" u2="V" k="113" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="205" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="10" />
+<hkern u1="c" u2="&#x3f;" k="16" />
+<hkern u1="c" u2="&#x2d;" k="39" />
+<hkern u1="c" u2="&#x2a;" k="39" />
+<hkern u1="c" u2="&#x27;" k="20" />
+<hkern u1="d" u2="&#xd0;" k="2" />
+<hkern u1="d" u2="y" k="2" />
+<hkern u1="d" u2="w" k="4" />
+<hkern u1="d" u2="v" k="2" />
+<hkern u1="d" u2="t" k="2" />
+<hkern u1="d" u2="Y" k="6" />
+<hkern u1="d" u2="W" k="4" />
+<hkern u1="d" u2="V" k="4" />
+<hkern u1="d" u2="U" k="16" />
+<hkern u1="d" u2="T" k="6" />
+<hkern u1="d" u2="O" k="12" />
+<hkern u1="e" u2="&#x2122;" k="55" />
+<hkern u1="e" u2="&#x2019;" k="51" />
+<hkern u1="e" u2="&#x2018;" k="55" />
+<hkern u1="e" u2="&#xd0;" k="23" />
+<hkern u1="e" u2="&#xc6;" k="37" />
+<hkern u1="e" u2="&#xba;" k="14" />
+<hkern u1="e" u2="z" k="18" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="33" />
+<hkern u1="e" u2="v" k="31" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="72" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="209" />
+<hkern u1="e" u2="X" k="41" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="119" />
+<hkern u1="e" u2="U" k="14" />
+<hkern u1="e" u2="T" k="217" />
+<hkern u1="e" u2="S" k="12" />
+<hkern u1="e" u2="J" k="37" />
+<hkern u1="e" u2="I" k="12" />
+<hkern u1="e" u2="A" k="27" />
+<hkern u1="e" u2="&#x3f;" k="31" />
+<hkern u1="e" u2="&#x2a;" k="59" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="43" />
+<hkern u1="f" u2="&#x2122;" k="-47" />
+<hkern u1="f" u2="&#x2039;" k="55" />
+<hkern u1="f" u2="&#x2019;" k="-4" />
+<hkern u1="f" u2="&#x2018;" k="-4" />
+<hkern u1="f" u2="&#xf0;" k="51" />
+<hkern u1="f" u2="&#xef;" k="-68" />
+<hkern u1="f" u2="&#xee;" k="-23" />
+<hkern u1="f" u2="&#xec;" k="-29" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-18" />
+<hkern u1="f" u2="z" k="8" />
+<hkern u1="f" u2="o" k="16" />
+<hkern u1="f" u2="d" k="14" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-20" />
+<hkern u1="f" u2="\" k="-43" />
+<hkern u1="f" u2="Z" k="-20" />
+<hkern u1="f" u2="Y" k="-70" />
+<hkern u1="f" u2="X" k="-78" />
+<hkern u1="f" u2="W" k="-59" />
+<hkern u1="f" u2="V" k="-59" />
+<hkern u1="f" u2="T" k="-51" />
+<hkern u1="f" u2="S" k="2" />
+<hkern u1="f" u2="J" k="123" />
+<hkern u1="f" u2="A" k="80" />
+<hkern u1="f" u2="&#x2f;" k="57" />
+<hkern u1="f" u2="&#x2e;" k="70" />
+<hkern u1="f" u2="&#x2d;" k="66" />
+<hkern u1="f" u2="&#x2a;" k="-23" />
+<hkern u1="f" u2="&#x29;" k="-41" />
+<hkern u1="f" u2="&#x20;" k="33" />
+<hkern u1="g" u2="j" k="-80" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="137" />
+<hkern u1="g" u2="X" k="12" />
+<hkern u1="g" u2="W" k="82" />
+<hkern u1="g" u2="V" k="80" />
+<hkern u1="g" u2="U" k="12" />
+<hkern u1="g" u2="T" k="207" />
+<hkern u1="g" u2="S" k="2" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="59" />
+<hkern u1="h" u2="&#x2019;" k="100" />
+<hkern u1="h" u2="&#x2018;" k="104" />
+<hkern u1="h" u2="&#xba;" k="18" />
+<hkern u1="h" u2="y" k="25" />
+<hkern u1="h" u2="w" k="25" />
+<hkern u1="h" u2="v" k="25" />
+<hkern u1="h" u2="t" k="8" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="14" />
+<hkern u1="h" u2="Y" k="162" />
+<hkern u1="h" u2="X" k="4" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="109" />
+<hkern u1="h" u2="U" k="16" />
+<hkern u1="h" u2="T" k="225" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="29" />
+<hkern u1="h" u2="&#x2a;" k="74" />
+<hkern u1="h" u2="&#x27;" k="154" />
+<hkern u1="i" u2="&#xef;" k="-10" />
+<hkern u1="i" u2="&#xee;" k="-6" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="2" />
+<hkern u1="i" u2="O" k="2" />
+<hkern u1="j" u2="j" k="-61" />
+<hkern u1="k" u2="&#x2039;" k="63" />
+<hkern u1="k" u2="&#x201e;" k="-4" />
+<hkern u1="k" u2="&#x201a;" k="-4" />
+<hkern u1="k" u2="&#x2019;" k="20" />
+<hkern u1="k" u2="&#x2018;" k="29" />
+<hkern u1="k" u2="&#xf8;" k="8" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-2" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="49" />
+<hkern u1="k" u2="f" k="2" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="16" />
+<hkern u1="k" u2="]" k="-2" />
+<hkern u1="k" u2="Y" k="78" />
+<hkern u1="k" u2="W" k="29" />
+<hkern u1="k" u2="V" k="29" />
+<hkern u1="k" u2="U" k="2" />
+<hkern u1="k" u2="T" k="162" />
+<hkern u1="k" u2="O" k="27" />
+<hkern u1="k" u2="&#x2f;" k="-8" />
+<hkern u1="k" u2="&#x2d;" k="74" />
+<hkern u1="k" u2="&#x2c;" k="-4" />
+<hkern u1="k" u2="&#x2a;" k="-8" />
+<hkern u1="k" u2="&#x29;" k="-8" />
+<hkern u1="k" u2="&#x27;" k="98" />
+<hkern u1="l" u2="&#x2122;" k="37" />
+<hkern u1="l" u2="&#x2039;" k="37" />
+<hkern u1="l" u2="&#x2019;" k="37" />
+<hkern u1="l" u2="&#x2018;" k="37" />
+<hkern u1="l" u2="&#xf0;" k="2" />
+<hkern u1="l" u2="&#xc6;" k="-2" />
+<hkern u1="l" u2="&#xba;" k="35" />
+<hkern u1="l" u2="&#xb7;" k="150" />
+<hkern u1="l" u2="&#xae;" k="16" />
+<hkern u1="l" u2="&#xaa;" k="35" />
+<hkern u1="l" u2="&#xa9;" k="16" />
+<hkern u1="l" u2="y" k="27" />
+<hkern u1="l" u2="w" k="33" />
+<hkern u1="l" u2="v" k="29" />
+<hkern u1="l" u2="t" k="8" />
+<hkern u1="l" u2="o" k="2" />
+<hkern u1="l" u2="f" k="6" />
+<hkern u1="l" u2="d" k="2" />
+<hkern u1="l" u2="\" k="25" />
+<hkern u1="l" u2="Y" k="43" />
+<hkern u1="l" u2="W" k="41" />
+<hkern u1="l" u2="V" k="41" />
+<hkern u1="l" u2="U" k="29" />
+<hkern u1="l" u2="T" k="41" />
+<hkern u1="l" u2="O" k="27" />
+<hkern u1="l" u2="I" k="2" />
+<hkern u1="l" u2="&#x2f;" k="-27" />
+<hkern u1="l" u2="&#x2d;" k="35" />
+<hkern u1="l" u2="&#x2a;" k="39" />
+<hkern u1="l" u2="&#x29;" k="-12" />
+<hkern u1="l" u2="&#x27;" k="35" />
+<hkern u1="l" u2="&#x20;" k="59" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="20" />
+<hkern u1="n" u2="w" k="23" />
+<hkern u1="n" u2="v" k="20" />
+<hkern u1="n" u2="t" k="8" />
+<hkern u1="n" u2="\" k="63" />
+<hkern u1="n" u2="Z" k="14" />
+<hkern u1="n" u2="Y" k="156" />
+<hkern u1="n" u2="X" k="4" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="109" />
+<hkern u1="n" u2="U" k="16" />
+<hkern u1="n" u2="T" k="223" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="23" />
+<hkern u1="n" u2="&#x2a;" k="39" />
+<hkern u1="n" u2="&#x27;" k="18" />
+<hkern u1="o" u2="&#x2122;" k="59" />
+<hkern u1="o" u2="&#x2019;" k="57" />
+<hkern u1="o" u2="&#x2018;" k="61" />
+<hkern u1="o" u2="&#xd0;" k="25" />
+<hkern u1="o" u2="&#xc6;" k="43" />
+<hkern u1="o" u2="&#xba;" k="18" />
+<hkern u1="o" u2="z" k="29" />
+<hkern u1="o" u2="y" k="39" />
+<hkern u1="o" u2="x" k="39" />
+<hkern u1="o" u2="w" k="39" />
+<hkern u1="o" u2="v" k="37" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="s" k="2" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="74" />
+<hkern u1="o" u2="Z" k="43" />
+<hkern u1="o" u2="Y" k="180" />
+<hkern u1="o" u2="X" k="72" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="129" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="225" />
+<hkern u1="o" u2="S" k="16" />
+<hkern u1="o" u2="J" k="47" />
+<hkern u1="o" u2="I" k="16" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="31" />
+<hkern u1="o" u2="&#x2a;" k="66" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="47" />
+<hkern u1="q" u2="&#x201e;" k="-6" />
+<hkern u1="q" u2="&#x201a;" k="-6" />
+<hkern u1="q" u2="j" k="-178" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="137" />
+<hkern u1="q" u2="X" k="12" />
+<hkern u1="q" u2="W" k="82" />
+<hkern u1="q" u2="V" k="80" />
+<hkern u1="q" u2="U" k="12" />
+<hkern u1="q" u2="T" k="207" />
+<hkern u1="q" u2="S" k="2" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-2" />
+<hkern u1="q" u2="&#x2c;" k="-6" />
+<hkern u1="r" u2="&#x203a;" k="33" />
+<hkern u1="r" u2="&#x2039;" k="90" />
+<hkern u1="r" u2="&#xf0;" k="78" />
+<hkern u1="r" u2="&#xc6;" k="109" />
+<hkern u1="r" u2="s" k="12" />
+<hkern u1="r" u2="o" k="55" />
+<hkern u1="r" u2="d" k="53" />
+<hkern u1="r" u2="a" k="20" />
+<hkern u1="r" u2="Z" k="55" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="57" />
+<hkern u1="r" u2="W" k="18" />
+<hkern u1="r" u2="V" k="16" />
+<hkern u1="r" u2="T" k="147" />
+<hkern u1="r" u2="S" k="2" />
+<hkern u1="r" u2="J" k="170" />
+<hkern u1="r" u2="I" k="2" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="29" />
+<hkern u1="r" u2="&#x2f;" k="78" />
+<hkern u1="r" u2="&#x2e;" k="98" />
+<hkern u1="r" u2="&#x2d;" k="88" />
+<hkern u1="r" u2="&#x29;" k="6" />
+<hkern u1="r" u2="&#x20;" k="45" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="14" />
+<hkern u1="s" u2="&#x2018;" k="14" />
+<hkern u1="s" u2="&#xd0;" k="20" />
+<hkern u1="s" u2="y" k="27" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="20" />
+<hkern u1="s" u2="t" k="2" />
+<hkern u1="s" u2="f" k="2" />
+<hkern u1="s" u2="\" k="51" />
+<hkern u1="s" u2="Z" k="8" />
+<hkern u1="s" u2="Y" k="150" />
+<hkern u1="s" u2="X" k="4" />
+<hkern u1="s" u2="W" k="94" />
+<hkern u1="s" u2="V" k="92" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="205" />
+<hkern u1="s" u2="O" k="2" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="18" />
+<hkern u1="s" u2="&#x2a;" k="20" />
+<hkern u1="t" u2="&#x2122;" k="6" />
+<hkern u1="t" u2="&#x2039;" k="47" />
+<hkern u1="t" u2="&#x2019;" k="14" />
+<hkern u1="t" u2="&#x2018;" k="16" />
+<hkern u1="t" u2="&#xf0;" k="27" />
+<hkern u1="t" u2="y" k="2" />
+<hkern u1="t" u2="w" k="2" />
+<hkern u1="t" u2="v" k="2" />
+<hkern u1="t" u2="t" k="2" />
+<hkern u1="t" u2="o" k="25" />
+<hkern u1="t" u2="f" k="2" />
+<hkern u1="t" u2="d" k="25" />
+<hkern u1="t" u2="\" k="27" />
+<hkern u1="t" u2="Y" k="94" />
+<hkern u1="t" u2="W" k="53" />
+<hkern u1="t" u2="V" k="51" />
+<hkern u1="t" u2="U" k="20" />
+<hkern u1="t" u2="T" k="113" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="I" k="2" />
+<hkern u1="t" u2="&#x2d;" k="33" />
+<hkern u1="t" u2="&#x27;" k="35" />
+<hkern u1="u" u2="&#x2122;" k="29" />
+<hkern u1="u" u2="&#x2019;" k="4" />
+<hkern u1="u" u2="&#x2018;" k="4" />
+<hkern u1="u" u2="&#xd0;" k="2" />
+<hkern u1="u" u2="y" k="2" />
+<hkern u1="u" u2="w" k="4" />
+<hkern u1="u" u2="v" k="2" />
+<hkern u1="u" u2="t" k="2" />
+<hkern u1="u" u2="\" k="49" />
+<hkern u1="u" u2="Z" k="8" />
+<hkern u1="u" u2="Y" k="143" />
+<hkern u1="u" u2="W" k="82" />
+<hkern u1="u" u2="V" k="80" />
+<hkern u1="u" u2="U" k="14" />
+<hkern u1="u" u2="T" k="215" />
+<hkern u1="u" u2="O" k="12" />
+<hkern u1="u" u2="&#x2a;" k="4" />
+<hkern u1="v" u2="&#x2039;" k="53" />
+<hkern u1="v" u2="&#xf0;" k="55" />
+<hkern u1="v" u2="&#xd0;" k="20" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="&#xba;" k="-2" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="37" />
+<hkern u1="v" u2="d" k="35" />
+<hkern u1="v" u2="a" k="29" />
+<hkern u1="v" u2="\" k="27" />
+<hkern u1="v" u2="Z" k="51" />
+<hkern u1="v" u2="Y" k="88" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="33" />
+<hkern u1="v" u2="V" k="33" />
+<hkern u1="v" u2="T" k="172" />
+<hkern u1="v" u2="J" k="162" />
+<hkern u1="v" u2="A" k="68" />
+<hkern u1="v" u2="&#x40;" k="16" />
+<hkern u1="v" u2="&#x2f;" k="70" />
+<hkern u1="v" u2="&#x2e;" k="100" />
+<hkern u1="v" u2="&#x2d;" k="47" />
+<hkern u1="v" u2="&#x2a;" k="-8" />
+<hkern u1="v" u2="&#x29;" k="29" />
+<hkern u1="v" u2="&#x20;" k="57" />
+<hkern u1="w" u2="&#x2039;" k="57" />
+<hkern u1="w" u2="&#xf0;" k="57" />
+<hkern u1="w" u2="&#xd0;" k="20" />
+<hkern u1="w" u2="&#xc6;" k="106" />
+<hkern u1="w" u2="&#xba;" k="-2" />
+<hkern u1="w" u2="s" k="29" />
+<hkern u1="w" u2="o" k="39" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="29" />
+<hkern u1="w" u2="Z" k="51" />
+<hkern u1="w" u2="Y" k="86" />
+<hkern u1="w" u2="X" k="61" />
+<hkern u1="w" u2="W" k="31" />
+<hkern u1="w" u2="V" k="31" />
+<hkern u1="w" u2="T" k="172" />
+<hkern u1="w" u2="S" k="2" />
+<hkern u1="w" u2="O" k="2" />
+<hkern u1="w" u2="J" k="168" />
+<hkern u1="w" u2="A" k="70" />
+<hkern u1="w" u2="&#x40;" k="16" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="102" />
+<hkern u1="w" u2="&#x2d;" k="51" />
+<hkern u1="w" u2="&#x2a;" k="-8" />
+<hkern u1="w" u2="&#x29;" k="31" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="61" />
+<hkern u1="x" u2="&#xf0;" k="49" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="39" />
+<hkern u1="x" u2="f" k="2" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="74" />
+<hkern u1="x" u2="W" k="27" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="2" />
+<hkern u1="x" u2="T" k="158" />
+<hkern u1="x" u2="O" k="23" />
+<hkern u1="x" u2="&#x2f;" k="-4" />
+<hkern u1="x" u2="&#x2d;" k="68" />
+<hkern u1="x" u2="&#x2a;" k="-8" />
+<hkern u1="x" u2="&#x29;" k="-6" />
+<hkern u1="y" u2="&#x2039;" k="57" />
+<hkern u1="y" u2="&#xf0;" k="59" />
+<hkern u1="y" u2="&#xd0;" k="23" />
+<hkern u1="y" u2="&#xc6;" k="106" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="41" />
+<hkern u1="y" u2="d" k="41" />
+<hkern u1="y" u2="a" k="29" />
+<hkern u1="y" u2="\" k="31" />
+<hkern u1="y" u2="Z" k="57" />
+<hkern u1="y" u2="Y" k="92" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="39" />
+<hkern u1="y" u2="V" k="39" />
+<hkern u1="y" u2="T" k="176" />
+<hkern u1="y" u2="S" k="2" />
+<hkern u1="y" u2="J" k="162" />
+<hkern u1="y" u2="I" k="8" />
+<hkern u1="y" u2="A" k="72" />
+<hkern u1="y" u2="&#x40;" k="20" />
+<hkern u1="y" u2="&#x2f;" k="70" />
+<hkern u1="y" u2="&#x2e;" k="102" />
+<hkern u1="y" u2="&#x2d;" k="49" />
+<hkern u1="y" u2="&#x29;" k="31" />
+<hkern u1="y" u2="&#x26;" k="16" />
+<hkern u1="y" u2="&#x20;" k="55" />
+<hkern u1="z" u2="&#x2039;" k="53" />
+<hkern u1="z" u2="&#xf0;" k="37" />
+<hkern u1="z" u2="&#xd0;" k="14" />
+<hkern u1="z" u2="o" k="27" />
+<hkern u1="z" u2="d" k="27" />
+<hkern u1="z" u2="\" k="8" />
+<hkern u1="z" u2="Y" k="92" />
+<hkern u1="z" u2="W" k="43" />
+<hkern u1="z" u2="V" k="43" />
+<hkern u1="z" u2="U" k="14" />
+<hkern u1="z" u2="T" k="174" />
+<hkern u1="z" u2="O" k="2" />
+<hkern u1="z" u2="I" k="2" />
+<hkern u1="z" u2="&#x2d;" k="63" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-16" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-10" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-8" />
+<hkern u1="&#x7b;" u2="j" k="-12" />
+<hkern u1="&#x7b;" u2="Y" k="-4" />
+<hkern u1="&#x7b;" u2="X" k="-2" />
+<hkern u1="&#x7b;" u2="W" k="-2" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-8" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-2" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-4" />
+<hkern u1="&#x7c;" u2="j" k="-125" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-4" />
+<hkern u1="&#xb0;" u2="&#x39;" k="55" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="178" />
+<hkern u1="&#xb0;" u2="&#x33;" k="37" />
+<hkern u1="&#xb0;" u2="&#x31;" k="29" />
+<hkern u1="&#xb0;" u2="&#x30;" k="43" />
+<hkern u1="&#xb7;" u2="l" k="80" />
+<hkern u1="&#xb7;" u2="&#x37;" k="63" />
+<hkern u1="&#xb7;" u2="&#x34;" k="45" />
+<hkern u1="&#xb7;" u2="&#x33;" k="72" />
+<hkern u1="&#xb7;" u2="&#x32;" k="27" />
+<hkern u1="&#xb7;" u2="&#x31;" k="45" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="57" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="47" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="43" />
+<hkern u1="&#xbf;" u2="z" k="41" />
+<hkern u1="&#xbf;" u2="y" k="55" />
+<hkern u1="&#xbf;" u2="x" k="37" />
+<hkern u1="&#xbf;" u2="w" k="74" />
+<hkern u1="&#xbf;" u2="v" k="72" />
+<hkern u1="&#xbf;" u2="u" k="47" />
+<hkern u1="&#xbf;" u2="t" k="49" />
+<hkern u1="&#xbf;" u2="s" k="55" />
+<hkern u1="&#xbf;" u2="o" k="53" />
+<hkern u1="&#xbf;" u2="n" k="41" />
+<hkern u1="&#xbf;" u2="l" k="45" />
+<hkern u1="&#xbf;" u2="j" k="-186" />
+<hkern u1="&#xbf;" u2="i" k="41" />
+<hkern u1="&#xbf;" u2="h" k="41" />
+<hkern u1="&#xbf;" u2="f" k="45" />
+<hkern u1="&#xbf;" u2="d" k="53" />
+<hkern u1="&#xbf;" u2="a" k="55" />
+<hkern u1="&#xbf;" u2="Z" k="49" />
+<hkern u1="&#xbf;" u2="Y" k="135" />
+<hkern u1="&#xbf;" u2="X" k="39" />
+<hkern u1="&#xbf;" u2="W" k="109" />
+<hkern u1="&#xbf;" u2="V" k="109" />
+<hkern u1="&#xbf;" u2="U" k="49" />
+<hkern u1="&#xbf;" u2="T" k="156" />
+<hkern u1="&#xbf;" u2="S" k="45" />
+<hkern u1="&#xbf;" u2="O" k="49" />
+<hkern u1="&#xbf;" u2="J" k="68" />
+<hkern u1="&#xbf;" u2="I" k="31" />
+<hkern u1="&#xbf;" u2="A" k="47" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-4" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-6" />
+<hkern u1="&#xd8;" u2="\" k="-4" />
+<hkern u1="&#xd8;" u2="Y" k="8" />
+<hkern u1="&#xd8;" u2="X" k="6" />
+<hkern u1="&#xd8;" u2="W" k="6" />
+<hkern u1="&#xd8;" u2="V" k="4" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-8" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-6" />
+<hkern u1="&#xde;" u2="&#x2122;" k="33" />
+<hkern u1="&#xde;" u2="&#x2019;" k="63" />
+<hkern u1="&#xde;" u2="&#x2018;" k="70" />
+<hkern u1="&#xde;" u2="&#xd0;" k="2" />
+<hkern u1="&#xde;" u2="&#xc6;" k="90" />
+<hkern u1="&#xde;" u2="&#x7d;" k="4" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="12" />
+<hkern u1="&#xde;" u2="w" k="8" />
+<hkern u1="&#xde;" u2="a" k="2" />
+<hkern u1="&#xde;" u2="]" k="6" />
+<hkern u1="&#xde;" u2="\" k="49" />
+<hkern u1="&#xde;" u2="Z" k="53" />
+<hkern u1="&#xde;" u2="Y" k="119" />
+<hkern u1="&#xde;" u2="X" k="92" />
+<hkern u1="&#xde;" u2="W" k="61" />
+<hkern u1="&#xde;" u2="V" k="59" />
+<hkern u1="&#xde;" u2="T" k="131" />
+<hkern u1="&#xde;" u2="S" k="2" />
+<hkern u1="&#xde;" u2="J" k="115" />
+<hkern u1="&#xde;" u2="A" k="53" />
+<hkern u1="&#xde;" u2="&#x3f;" k="23" />
+<hkern u1="&#xde;" u2="&#x2f;" k="47" />
+<hkern u1="&#xde;" u2="&#x2e;" k="70" />
+<hkern u1="&#xde;" u2="&#x2d;" k="14" />
+<hkern u1="&#xde;" u2="&#x2a;" k="47" />
+<hkern u1="&#xde;" u2="&#x29;" k="35" />
+<hkern u1="&#xde;" u2="&#x27;" k="111" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="33" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="20" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="27" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="14" />
+<hkern u1="&#xdf;" u2="z" k="16" />
+<hkern u1="&#xdf;" u2="y" k="37" />
+<hkern u1="&#xdf;" u2="x" k="37" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="37" />
+<hkern u1="&#xdf;" u2="t" k="14" />
+<hkern u1="&#xdf;" u2="s" k="2" />
+<hkern u1="&#xdf;" u2="f" k="10" />
+<hkern u1="&#xdf;" u2="\" k="23" />
+<hkern u1="&#xdf;" u2="Z" k="25" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="43" />
+<hkern u1="&#xdf;" u2="W" k="68" />
+<hkern u1="&#xdf;" u2="V" k="68" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="70" />
+<hkern u1="&#xdf;" u2="S" k="4" />
+<hkern u1="&#xdf;" u2="O" k="10" />
+<hkern u1="&#xdf;" u2="J" k="20" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="23" />
+<hkern u1="&#xdf;" u2="&#x27;" k="25" />
+<hkern u1="&#xe7;" u2="j" k="-8" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-2" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-2" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-2" />
+<hkern u1="&#xed;" u2="\" k="-4" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-4" />
+<hkern u1="&#xed;" u2="&#x29;" k="-8" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-35" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-10" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-10" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-2" />
+<hkern u1="&#xee;" u2="&#xba;" k="-8" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-4" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-10" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-2" />
+<hkern u1="&#xee;" u2="l" k="-8" />
+<hkern u1="&#xee;" u2="i" k="-6" />
+<hkern u1="&#xee;" u2="h" k="-6" />
+<hkern u1="&#xee;" u2="]" k="-10" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-8" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-23" />
+<hkern u1="&#xee;" u2="&#x29;" k="-4" />
+<hkern u1="&#xee;" u2="&#x27;" k="-6" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-20" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-16" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-16" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-8" />
+<hkern u1="&#xef;" u2="&#xba;" k="-16" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-12" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-16" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-8" />
+<hkern u1="&#xef;" u2="l" k="-12" />
+<hkern u1="&#xef;" u2="i" k="-10" />
+<hkern u1="&#xef;" u2="h" k="-10" />
+<hkern u1="&#xef;" u2="]" k="-16" />
+<hkern u1="&#xef;" u2="\" k="-20" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-16" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-27" />
+<hkern u1="&#xef;" u2="&#x29;" k="-23" />
+<hkern u1="&#xef;" u2="&#x27;" k="-10" />
+<hkern u1="&#xef;" u2="&#x21;" k="-4" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="23" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="29" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="29" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="18" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="45" />
+<hkern u1="&#xf0;" u2="z" k="14" />
+<hkern u1="&#xf0;" u2="y" k="29" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="25" />
+<hkern u1="&#xf0;" u2="t" k="6" />
+<hkern u1="&#xf0;" u2="\" k="16" />
+<hkern u1="&#xf0;" u2="Z" k="59" />
+<hkern u1="&#xf0;" u2="Y" k="76" />
+<hkern u1="&#xf0;" u2="X" k="55" />
+<hkern u1="&#xf0;" u2="W" k="61" />
+<hkern u1="&#xf0;" u2="V" k="61" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="66" />
+<hkern u1="&#xf0;" u2="S" k="14" />
+<hkern u1="&#xf0;" u2="J" k="51" />
+<hkern u1="&#xf0;" u2="I" k="12" />
+<hkern u1="&#xf0;" u2="A" k="35" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="4" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="31" />
+<hkern u1="&#xf0;" u2="&#x29;" k="18" />
+<hkern u1="&#xf0;" u2="&#x27;" k="25" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="2" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="111" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-12" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-6" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="199" />
+<hkern u1="&#x2018;" u2="s" k="20" />
+<hkern u1="&#x2018;" u2="o" k="51" />
+<hkern u1="&#x2018;" u2="f" k="14" />
+<hkern u1="&#x2018;" u2="d" k="123" />
+<hkern u1="&#x2018;" u2="a" k="27" />
+<hkern u1="&#x2018;" u2="O" k="14" />
+<hkern u1="&#x2018;" u2="J" k="180" />
+<hkern u1="&#x2018;" u2="A" k="139" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="270" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="41" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="111" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-10" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-6" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="201" />
+<hkern u1="&#x2019;" u2="s" k="23" />
+<hkern u1="&#x2019;" u2="o" k="53" />
+<hkern u1="&#x2019;" u2="f" k="14" />
+<hkern u1="&#x2019;" u2="d" k="125" />
+<hkern u1="&#x2019;" u2="a" k="29" />
+<hkern u1="&#x2019;" u2="O" k="16" />
+<hkern u1="&#x2019;" u2="J" k="180" />
+<hkern u1="&#x2019;" u2="A" k="141" />
+<hkern u1="&#x2019;" u2="&#x40;" k="78" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="182" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="272" />
+<hkern u1="&#x2019;" u2="&#x20;" k="61" />
+<hkern u1="&#x201a;" u2="j" k="-12" />
+<hkern u1="&#x201e;" u2="j" k="-12" />
+<hkern u1="&#x2039;" u2="Y" k="100" />
+<hkern u1="&#x2039;" u2="W" k="61" />
+<hkern u1="&#x2039;" u2="V" k="59" />
+<hkern u1="&#x2039;" u2="T" k="121" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="16" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="49" />
+<hkern u1="&#x203a;" u2="z" k="53" />
+<hkern u1="&#x203a;" u2="y" k="55" />
+<hkern u1="&#x203a;" u2="x" k="61" />
+<hkern u1="&#x203a;" u2="w" k="57" />
+<hkern u1="&#x203a;" u2="v" k="53" />
+<hkern u1="&#x203a;" u2="t" k="23" />
+<hkern u1="&#x203a;" u2="s" k="18" />
+<hkern u1="&#x203a;" u2="f" k="18" />
+<hkern u1="&#x203a;" u2="Z" k="25" />
+<hkern u1="&#x203a;" u2="Y" k="139" />
+<hkern u1="&#x203a;" u2="X" k="37" />
+<hkern u1="&#x203a;" u2="W" k="92" />
+<hkern u1="&#x203a;" u2="V" k="92" />
+<hkern u1="&#x203a;" u2="T" k="139" />
+<hkern u1="&#x203a;" u2="J" k="59" />
+<hkern u1="&#x203a;" u2="A" k="33" />
+<hkern u1="&#x203a;" u2="&#x27;" k="8" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="16" />
+<hkern g1="uniFB01" u2="&#xef;" k="-4" />
+<hkern g1="uniFB03" u2="&#xef;" k="-4" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..5620fa14613533e6026e8c52ba524cb8514ab2a9
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..677ddcc19e3d2a3b7a7993e77a2a169baafb39de
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..24a5eddbaa20d9d1c973dbc3456cd1570b32d36d
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-light-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..c95badfff64522bd1eb1e4483cc40d00dd5de057
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewaymedium';
+							}
+		</style>
+
+	<title>Raleway Medium Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Medium	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Medium</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Medium in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Medium in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..12fc748d59b93bd2ebe4ddc08cfb6e4cfbb1ab7c
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..7d393b1c7125047444bdfce3999d52265bbeab78
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.svg
@@ -0,0 +1,2079 @@
+<?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="ralewaymedium" horiz-adv-x="1140" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="514" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1071" d="M57 803v141h146v148q0 80 24.5 155.5t73.5 135t123 96.5t174 37q115 0 200 -36t136 -71l-78 -133q-41 35 -106.5 59.5t-141.5 24.5q-59 0 -101 -23.5t-69.5 -60.5t-41 -84t-13.5 -94v-154h547v-944h-180v803h-367v-803h-180v803h-146z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1236" d="M57 803v141h146v162q0 186 99 298t294 112q98 0 172 -26t122 -72t72.5 -108.5t24.5 -138.5v-899q0 -20 6 -42.5t20.5 -41t34 -30t48.5 -11.5q39 0 78.5 12.5t42.5 12.5l30 -147q-2 -2 -20.5 -8.5t-49 -13.5t-67.5 -12t-76 -5q-109 0 -168 60t-59 144v943q0 39 -10.5 79.5 t-34 73.5t-63.5 53.5t-101 20.5q-59 0 -99 -25.5t-66.5 -66.5t-38 -93.5t-11.5 -105.5v-125h211v-141h-211v-803h-180v803h-146z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1562" d="M57 803v141h146v82q0 82 21.5 155.5t63.5 131t104.5 91.5t146.5 34q74 0 134 -16.5t107 -39.5q49 59 126 96.5t181 37.5q109 0 196 -36t142 -71l-77 -133q-39 35 -105.5 59.5t-138.5 24.5q-61 0 -105.5 -23.5t-72 -60.5t-40 -84t-12.5 -94v-154h547v-944h-180v803h-367 v-803h-180v803h-311v-803h-180v803h-146zM383 944h311v131q0 35 8.5 86t24.5 84q-33 23 -77 30t-79 7q-53 0 -89 -23.5t-58.5 -60.5t-31.5 -81t-9 -85v-88z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1732" d="M57 803v141h146v94q0 86 23.5 159t67.5 127t108.5 84t146.5 30q76 0 130 -16.5t101 -39.5q102 133 314 134q98 0 170.5 -26t121 -72t73 -108.5t24.5 -138.5v-899q0 -20 6 -42.5t20.5 -41t34 -30t47.5 -11.5q39 0 79 12.5t44 12.5l29 -147q0 -2 -19.5 -8.5t-49 -13.5 t-67.5 -12t-75 -5q-109 0 -169 60t-60 144v943q0 39 -10.5 79.5t-34 73.5t-63.5 53.5t-99 20.5t-100.5 -25.5t-67 -66.5t-36.5 -93.5t-11 -105.5v-125h209v-141h-209v-803h-181v803h-317v-803h-180v803h-146zM383 944h317v129q0 39 5.5 92.5t19.5 81.5q-33 23 -70 29t-71 6 q-53 0 -91 -20.5t-62.5 -53t-36 -75.5t-11.5 -89v-100z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="514" />
+<glyph unicode="&#x09;" horiz-adv-x="514" />
+<glyph unicode="&#xa0;" horiz-adv-x="514" />
+<glyph unicode="!" horiz-adv-x="526" d="M174 0v254h180v-254h-180zM174 492v976h180v-976h-180z" />
+<glyph unicode="&#x22;" horiz-adv-x="638" d="M125 1176v294h156v-294h-156zM358 1176v294h156v-294h-156z" />
+<glyph unicode="#" horiz-adv-x="1425" d="M80 412v139h264l88 364h-262v132h295l98 407h150l-101 -407h344l99 407h149l-100 -407h242v-132h-275l-88 -364h272v-139h-305l-100 -412h-150l103 412h-344l-101 -412h-149l102 412h-231zM492 551h344l88 364h-344z" />
+<glyph unicode="$" horiz-adv-x="1273" d="M74 190l88 156q31 -31 76 -62.5t103 -58t126 -46t141 -25.5v489l-30 8q-111 27 -195 57.5t-140.5 73.5t-85 104.5t-28.5 147.5q0 98 35 175t97.5 131.5t148.5 85t188 36.5v207h90v-207q135 -6 244.5 -49t195.5 -115l-86 -149q-25 27 -61.5 52.5t-84.5 47t-103.5 34.5 t-116.5 15v-485l26 -6q113 -25 204 -56.5t155.5 -78.5t98.5 -115t34 -166q0 -102 -39 -178t-106.5 -125t-160.5 -74.5t-200 -27.5v-205h-90v207q-299 18 -524 202zM319 1063q0 -51 17.5 -88t52.5 -63.5t90.5 -46t128.5 -38.5v471q-150 -8 -219.5 -69.5t-69.5 -165.5z M676 152q154 0 237.5 55t83.5 166q0 53 -21.5 91t-62.5 67.5t-100 52t-137 43.5v-475z" />
+<glyph unicode="%" horiz-adv-x="1525" d="M88 1176q0 61 24.5 116.5t67.5 95t100.5 63.5t122.5 24q66 0 123.5 -24t100.5 -63.5t67.5 -95t24.5 -116.5t-24.5 -116.5t-67.5 -95.5t-100.5 -63.5t-123.5 -23.5t-123 23.5t-100 63.5t-67.5 95t-24.5 117zM158 68l573 690l549 706l88 -75l-567 -687l-557 -712zM219 1176 q0 -41 14.5 -78t40 -64.5t59 -43t70.5 -15.5q39 0 73 16.5t58.5 44t39 63.5t14.5 77t-15.5 77.5t-40 64.5t-58.5 43t-71 15q-39 0 -72.5 -16.5t-58 -44t-39 -64.5t-14.5 -75zM807 279q0 61 24.5 116.5t67.5 95t100.5 63.5t122.5 24q66 0 123.5 -24t100.5 -63.5t67.5 -95 t24.5 -116.5t-24.5 -117t-67.5 -95.5t-100.5 -63t-123.5 -23.5t-123 23.5t-100 63t-67.5 95t-24.5 117.5zM938 279q0 -41 14.5 -78t40 -64.5t59 -43t70.5 -15.5q39 0 73 16.5t58.5 44t39 63.5t14.5 77t-15.5 77.5t-40 64.5t-58.5 43t-71 15q-39 0 -72.5 -16.5t-58 -44 t-39 -64.5t-14.5 -75z" />
+<glyph unicode="&#x26;" horiz-adv-x="1402" d="M94 385q0 72 23.5 132.5t63.5 111.5t92.5 95t109.5 85q-51 55 -86 100t-56.5 85t-31.5 76t-10 75q0 70 28.5 130t78.5 104t119 69t148 25q74 0 138.5 -20.5t112.5 -59.5t76 -94.5t28 -122.5q0 -61 -23.5 -114.5t-63.5 -100t-95.5 -87t-116.5 -81.5l370 -390 q39 74 60.5 161t21.5 186h150q-2 -133 -34 -248t-91 -209l280 -293h-237l-152 158q-88 -86 -197.5 -132t-234.5 -46q-100 0 -186 30.5t-149.5 85t-99.5 128t-36 161.5zM268 383q0 -61 27 -110.5t71 -82t100.5 -50t117.5 -17.5q92 0 172 37t143 102l-414 436 q-96 -70 -156.5 -144.5t-60.5 -170.5zM365 1149q0 -23 7 -45.5t24.5 -50t48 -64.5t77.5 -88q104 70 172 131.5t68 138.5q0 72 -53.5 118t-135.5 46q-92 0 -150 -54t-58 -132z" />
+<glyph unicode="'" horiz-adv-x="380" d="M113 1200v270h155v-270h-155z" />
+<glyph unicode="(" horiz-adv-x="573" d="M84 709q0 104 22.5 206.5t62.5 204t92 201.5t114 203l139 -62q-39 -59 -85 -147t-85 -190.5t-65.5 -212t-26.5 -210.5q0 -162 69.5 -347t188.5 -371l-133 -70q-129 193 -211 394.5t-82 400.5z" />
+<glyph unicode=")" horiz-adv-x="573" d="M59 1462l140 62q61 -102 113.5 -202.5t92 -202t62 -204t22.5 -206.5q0 -199 -81.5 -401t-210.5 -394l-134 70q119 186 189 371.5t70 346.5q0 100 -27 210t-66 212.5t-85 190.5t-85 147z" />
+<glyph unicode="*" horiz-adv-x="675" d="M121 1280l26 86l144 -55l-6 151h104l-6 -151l143 55l27 -86l-141 -45l92 -133l-78 -51l-88 137l-90 -137l-76 51l90 133z" />
+<glyph unicode="+" horiz-adv-x="860" d="M106 653v148h242v262h164v-262h242v-148h-242v-262h-164v262h-242z" />
+<glyph unicode="," horiz-adv-x="438" d="M98 -33q14 0 33 9.5t19 39.5v213h149v-241q0 -43 -18.5 -73t-47 -47.5t-64.5 -25.5t-71 -8v133z" />
+<glyph unicode="-" horiz-adv-x="862" d="M129 477v164h604v-164h-604z" />
+<glyph unicode="." horiz-adv-x="409" d="M129 0v229h152v-229h-152z" />
+<glyph unicode="/" horiz-adv-x="1298" d="M59 0l981 1454h203l-983 -1454h-201z" />
+<glyph unicode="0" horiz-adv-x="1259" d="M113 600q0 135 38.5 249t107.5 196.5t164 130t208 47.5q111 0 206 -47.5t164.5 -130t108.5 -196.5t39 -249t-39 -248.5t-108.5 -196.5t-165 -129t-205.5 -46q-113 0 -208 46t-164 129t-107.5 196.5t-38.5 248.5zM293 600q0 -102 24.5 -185t68.5 -142.5t106.5 -92.5 t138.5 -33q74 0 135 33t106.5 92.5t70 142.5t24.5 185q0 100 -24.5 184t-70 144.5t-106.5 93.5t-135 33q-76 0 -138.5 -33t-106.5 -93.5t-68.5 -144.5t-24.5 -184z" />
+<glyph unicode="1" horiz-adv-x="915" d="M92 803v172q45 0 100.5 25.5t105.5 59.5t86 65.5t42 43.5h184v-1005h260v-164h-735v164h291v799q-18 -25 -57 -52.5t-87.5 -51t-99.5 -40t-90 -16.5z" />
+<glyph unicode="2" horiz-adv-x="1114" d="M98 0q0 82 13.5 153.5t50.5 137t101.5 125t168.5 119.5q61 33 125 64.5t116 67t86 76.5t34 97q0 35 -16.5 69.5t-47.5 61t-77 43t-105 16.5q-61 0 -111.5 -17.5t-89.5 -43t-67.5 -54t-47.5 -51.5l-116 131q16 18 55 50t98.5 65t137 56.5t174.5 23.5q94 0 169.5 -25.5 t128 -70.5t81 -105.5t28.5 -128.5q0 -80 -34.5 -139t-85 -104.5t-108 -77t-102.5 -54.5t-101 -54.5t-107.5 -71.5t-89 -89t-48.5 -106h699v-164h-912z" />
+<glyph unicode="3" horiz-adv-x="1112" d="M74 -78l121 121q47 -84 126.5 -132t208.5 -48q141 0 222.5 63.5t81.5 192.5t-87.5 205.5t-252.5 76.5h-54v152h58q147 0 226 70.5t79 179.5t-76 162t-190 53q-113 0 -198 -48t-132 -134l-111 114q27 51 73 93t106.5 73t131 47.5t148.5 16.5q96 0 177 -27t139.5 -74 t90 -114.5t31.5 -149.5q0 -61 -17.5 -116.5t-51 -100.5t-82 -75t-107.5 -40q131 -23 208 -121t77 -243q0 -94 -35 -172t-99.5 -133.5t-154.5 -85t-201 -29.5q-156 0 -273.5 58.5t-182.5 164.5z" />
+<glyph unicode="4" horiz-adv-x="1124" d="M43 86v160l715 923h123v-919h180v-164h-180v-346h-181v346h-657zM229 250h490v641z" />
+<glyph unicode="5" horiz-adv-x="1130" d="M72 -35l112 98q57 -94 152.5 -151t206.5 -57q70 0 130 23.5t104 65.5t68.5 101t24.5 131q0 68 -24.5 125t-66.5 98t-99 63.5t-123 22.5q-88 0 -165 -38.5t-126 -110.5h-162q2 10 10.5 52t20.5 102.5t26.5 134t28.5 149.5q35 176 78 395h707v-165h-574l-88 -463 q45 47 113 74.5t154 27.5q100 0 187 -34t150.5 -95t100.5 -147t37 -189q0 -109 -40 -198t-109.5 -152.5t-164 -98t-200.5 -34.5q-156 0 -281 73.5t-188 196.5z" />
+<glyph unicode="6" horiz-adv-x="1241" d="M106 606q0 215 39 376t111 268.5t172 160.5t223 53q141 0 257 -67.5t182 -190.5l-111 -108q-45 96 -133 152.5t-197 56.5q-84 0 -151.5 -38t-116.5 -112t-75.5 -179.5t-29.5 -240.5q45 106 145.5 170t229.5 64q104 0 196.5 -38t160 -104.5t106.5 -156t39 -191.5 q0 -104 -40 -195t-110.5 -160t-165 -107.5t-204.5 -38.5q-117 0 -214 43t-167 123.5t-108 196.5t-38 263zM289 481q0 -72 27.5 -134t74.5 -109.5t109.5 -75t134.5 -27.5q70 0 133 27.5t110.5 75t75 110t27.5 133.5q0 70 -27.5 133.5t-75 109.5t-110.5 73.5t-133 27.5 q-72 0 -134.5 -27.5t-109.5 -73.5t-74.5 -109.5t-27.5 -133.5z" />
+<glyph unicode="7" d="M88 1028v166h1032l-731 -1454h-205l652 1288h-748z" />
+<glyph unicode="8" horiz-adv-x="1226" d="M100 420q0 68 25 125t62.5 102t87 79t98.5 52q-45 18 -86 48t-72 68t-48 83t-17 96q0 92 41.5 163t108.5 120t148.5 73.5t163.5 24.5t165 -24.5t149.5 -72.5t108.5 -119t42 -163q0 -102 -67.5 -180t-159.5 -117q55 -23 105.5 -57.5t87 -80.5t59 -103t22.5 -125 q0 -98 -42 -177t-112.5 -134.5t-163.5 -86t-198 -30.5q-109 0 -202 33.5t-160.5 92t-106.5 138.5t-39 172zM285 422q0 -66 29.5 -117t76.5 -86t105.5 -54.5t117.5 -19.5q61 0 120 20.5t105 57.5t74.5 88.5t28.5 112.5q0 66 -29.5 118t-77 88t-106.5 54t-119 18 q-61 0 -119.5 -19t-104.5 -56t-73.5 -89.5t-27.5 -115.5zM332 1067q0 -55 25.5 -97t66.5 -71t90 -43t98 -14t98.5 15t90.5 44t66.5 72t25.5 98q0 51 -23.5 92t-62.5 70t-90 44t-107 15q-55 0 -105 -15t-88 -45t-61.5 -72t-23.5 -93z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M74 668q0 104 40 195t110.5 160t164.5 107.5t205 38.5q117 0 214 -43t166.5 -123.5t107.5 -196.5t38 -263q0 -215 -39 -376t-110.5 -268.5t-172 -160.5t-223.5 -53q-141 0 -256.5 67.5t-181.5 190.5l111 108q45 -96 133 -152.5t197 -56.5q168 0 268 149.5t104 420.5 q-45 -106 -145 -170t-230 -64q-104 0 -196 38t-159.5 103.5t-106.5 156t-39 192.5zM246 668q0 -72 27.5 -134.5t74.5 -108.5t109.5 -73.5t134.5 -27.5t134 27.5t109.5 73.5t75 108.5t27.5 134.5q0 70 -27.5 133t-75 110t-110.5 75t-133 28q-72 0 -134.5 -28t-109.5 -75 t-74.5 -109.5t-27.5 -133.5z" />
+<glyph unicode=":" horiz-adv-x="432" d="M141 0v229h150v-229h-150zM141 831v230h150v-230h-150z" />
+<glyph unicode=";" horiz-adv-x="456" d="M106 -33q14 0 33 9.5t19 39.5v213h149v-241q0 -43 -18.5 -73t-47 -47.5t-64.5 -25.5t-71 -8v133zM158 831v230h149v-230h-149z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1038" d="M68 479v94l860 519v-193l-598 -369l598 -362v-201z" />
+<glyph unicode="=" horiz-adv-x="901" d="M139 367v122h625v-122h-625zM139 641v123h625v-123h-625z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1038" d="M111 -33v201l598 362l-598 369v193l860 -519v-94z" />
+<glyph unicode="?" horiz-adv-x="987" d="M72 1208q27 63 71.5 112.5t102 83.5t122 51.5t132.5 17.5q76 0 149.5 -24t131 -73t92 -122.5t34.5 -174.5q0 -78 -21.5 -133t-56 -96t-82 -71.5t-98.5 -59.5q-37 -20 -73.5 -43t-64.5 -54.5t-45 -76.5t-17 -113h-152q0 111 39 194t133 142q37 25 85 51.5t91 62.5t73 86 t30 119q0 57 -21.5 101.5t-56.5 74t-80 45t-94 15.5q-51 0 -97.5 -15.5t-85.5 -42t-69.5 -62.5t-50.5 -75zM301 0v238h152v-238h-152z" />
+<glyph unicode="@" horiz-adv-x="1697" d="M98 471q0 176 63.5 317.5t169 240.5t243.5 152.5t288 53.5q152 0 288 -55.5t239.5 -156.5t164 -245.5t60.5 -322.5q0 -29 -3 -77t-13.5 -101.5t-30 -108.5t-54 -100t-85 -73t-119.5 -28q-53 0 -86 15.5t-52.5 41t-27.5 58.5t-13 68q-59 -61 -149 -103.5t-199 -42.5 q-150 0 -230.5 79t-80.5 200q0 80 34 135t89 88t123.5 47t136.5 14q88 0 153.5 -17.5t98.5 -29.5q0 68 -11.5 124t-39 96t-75.5 62.5t-122 22.5q-82 0 -153.5 -25.5t-129.5 -68.5l-40 100q74 49 158.5 77t180.5 28q119 0 189 -39t104.5 -100.5t44 -136t9.5 -146.5v-244 q0 -45 3 -84t13 -67.5t31.5 -45t56.5 -16.5q61 0 100 43t62.5 105.5t32 131.5t8.5 122q0 147 -50.5 273t-140.5 220.5t-213 147.5t-266 53q-141 0 -264 -51t-214 -141.5t-143.5 -216.5t-52.5 -273q0 -143 49.5 -268t137.5 -218.5t208.5 -147.5t264.5 -54q92 0 165.5 21.5 t149.5 56.5l29 -78q-84 -41 -171 -61.5t-175 -20.5q-154 0 -289 57.5t-236.5 159.5t-160 243.5t-58.5 309.5zM588 291q0 -78 55 -129t148 -51q49 0 99 13.5t89 31.5q80 37 102.5 89t22.5 105v76q-27 4 -93.5 24.5t-158.5 20.5q-53 0 -100 -9t-84 -30.5t-58.5 -55.5 t-21.5 -85z" />
+<glyph unicode="A" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM426 569h532l-262 672z" />
+<glyph unicode="B" horiz-adv-x="1376" d="M174 0v1454h723q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -134.5q0 -109 -54.5 -200.5t-154.5 -137.5q125 -37 197.5 -136t72.5 -234q0 -84 -33.5 -153.5t-92 -119t-135.5 -76t-165 -26.5h-690zM358 160h506q51 0 94 20.5t76 54t51.5 79t18.5 94.5t-17.5 95t-47 80.5 t-70.5 55t-90 20.5h-521v-499zM358 809h463q49 0 90 19.5t71 52t47.5 76.5t17.5 94q0 51 -16.5 96t-44.5 77.5t-67.5 51t-84.5 18.5h-476v-485z" />
+<glyph unicode="C" horiz-adv-x="1398" d="M82 737q0 131 46 261t135 233.5t218 167t293 63.5q195 0 334 -88t207 -229l-146 -94q-33 70 -79 116.5t-100 75.5t-111.5 41t-112.5 12q-121 0 -214 -50t-156.5 -131t-95.5 -182.5t-32 -203.5q0 -115 38 -218t105.5 -183t160 -127t200.5 -47q57 0 117.5 14t116 46 t103.5 80t79 116l153 -84q-35 -82 -97 -144.5t-141 -105.5t-167 -65.5t-172 -22.5q-150 0 -274.5 65.5t-216 171t-141.5 239.5t-50 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M174 0v1454h504q174 0 306 -57.5t220 -155.5t132 -230t44 -282q0 -166 -49 -300t-141 -229.5t-222 -147.5t-290 -52h-504zM358 164h320q125 0 222 43t161.5 118.5t98.5 179t34 224.5q0 123 -34 226.5t-100.5 177t-162.5 115.5t-219 42h-320v-1126z" />
+<glyph unicode="E" horiz-adv-x="1249" d="M174 0v1454h969v-164h-785v-471h682v-153h-682v-502h803v-164h-987z" />
+<glyph unicode="F" horiz-adv-x="1189" d="M174 0v1454h961v-164h-777v-485h654v-154h-654v-651h-184z" />
+<glyph unicode="G" horiz-adv-x="1470" d="M84 731q0 147 51 279.5t141.5 234t215 160.5t270.5 59q211 0 347 -88t208 -229l-141 -98q-66 127 -174.5 188t-243.5 61q-111 0 -201 -48t-153.5 -127t-98.5 -182t-35 -214q0 -117 39 -220.5t106.5 -182t160 -123.5t200.5 -45q238 0 428 229v201h-313v139h469v-725h-156 v197q-193 -207 -442 -207q-145 0 -269 63.5t-214.5 167t-142.5 236.5t-52 274z" />
+<glyph unicode="H" horiz-adv-x="1517" d="M174 0v1454h184v-629h801v629h184v-1454h-184v662h-801v-662h-184z" />
+<glyph unicode="I" horiz-adv-x="532" d="M174 0v1452h184v-1452h-184z" />
+<glyph unicode="J" horiz-adv-x="1001" d="M33 68l47 149q41 -29 110.5 -51.5t157.5 -22.5q104 0 165.5 37t93.5 109.5t42 179t10 246.5v737h185v-737q0 -166 -15.5 -302.5t-67.5 -232.5t-149.5 -149.5t-263.5 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1329" d="M174 0v1452h184v-803l750 805h199l-584 -641l616 -813h-200l-529 707l-252 -263v-444h-184z" />
+<glyph unicode="L" horiz-adv-x="1208" d="M174 0v1454h184v-1290h811v-164h-995z" />
+<glyph unicode="M" horiz-adv-x="1789" d="M174 0v1454h195l526 -944l528 944h193v-1454h-184v1124l-484 -862h-104l-486 862v-1124h-184z" />
+<glyph unicode="N" horiz-adv-x="1576" d="M174 0v1454h143l902 -1132v1130h184v-1452h-156l-889 1110v-1110h-184z" />
+<glyph unicode="O" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5z" />
+<glyph unicode="P" horiz-adv-x="1271" d="M174 0v1454h606q96 0 177 -40t139.5 -106.5t91.5 -149.5t33 -169q0 -90 -31 -174t-87 -149.5t-135 -104.5t-175 -39h-435v-522h-184zM358 686h424q57 0 103.5 23.5t79 65.5t51 97.5t18.5 116.5q0 63 -21.5 118.5t-57 96.5t-84 63.5t-101.5 22.5h-412v-604z" />
+<glyph unicode="Q" horiz-adv-x="1540" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -147 -52 -279.5t-145 -234.5l183 -211h-180l-103 119q-82 -59 -180 -94t-209 -35q-154 0 -280 63.5t-216 166t-139 235.5t-49 272zM270 727q0 -111 36 -214 t101.5 -183t157.5 -127t205 -47q80 0 149.5 24.5t127.5 67.5l-195 227h180l111 -129q59 80 92 178.5t33 202.5q0 111 -36 214t-102.5 183t-157.5 127t-202 47q-117 0 -209 -49t-156.5 -130t-99.5 -183t-35 -209z" />
+<glyph unicode="R" horiz-adv-x="1359" d="M174 0v1454h623q96 0 177 -40t139 -106.5t91 -149.5t33 -169q0 -76 -21.5 -146.5t-61.5 -128t-96.5 -98.5t-125.5 -59l352 -557h-209l-332 522h-385v-522h-184zM358 686h441q57 0 103 24.5t79 66.5t51.5 97.5t18.5 114.5q0 61 -21.5 115.5t-57.5 96.5t-84 65.5t-102 23.5 h-428v-604z" />
+<glyph unicode="S" horiz-adv-x="1255" d="M63 190l89 156q33 -35 85 -69.5t118.5 -62.5t143 -45t160.5 -17q156 0 242 55t86 166q0 61 -27.5 103t-81 73t-132 54.5t-179.5 47.5q-111 27 -194.5 57.5t-140 73.5t-85 104.5t-28.5 147.5q0 104 39 184t108.5 135.5t165.5 83t209 27.5q147 0 266 -45t211 -121l-86 -149 q-25 29 -65.5 55.5t-92 48t-112 34.5t-125.5 13q-170 0 -249 -63t-79 -174q0 -59 22.5 -98t71 -67t120 -48.5t169.5 -42.5q113 -25 204 -56.5t155.5 -78.5t98.5 -115t34 -166q0 -104 -41 -181t-111.5 -127t-167 -73.5t-209.5 -23.5q-168 0 -318.5 52t-273.5 152z" />
+<glyph unicode="T" horiz-adv-x="1261" d="M37 1290v164h1188v-164h-502v-1290h-184v1290h-502z" />
+<glyph unicode="U" horiz-adv-x="1542" d="M152 719v735h184v-735q0 -109 21.5 -210t71.5 -179t133 -126t208 -48q127 0 211 49t134 128t70.5 180t20.5 206v735h185v-735q0 -147 -34 -279.5t-107.5 -233t-191.5 -158.5t-286 -58q-174 0 -293 61.5t-191.5 162.5t-104 233.5t-31.5 271.5z" />
+<glyph unicode="V" horiz-adv-x="1384" d="M16 1454h195l481 -1223l479 1223h195l-594 -1454h-160z" />
+<glyph unicode="W" horiz-adv-x="2146" d="M16 1454h199l494 -1241l247 600l-251 633h174l192 -506l195 506h174l-252 -633l250 -600l491 1241h201l-608 -1454h-160l-289 686l-291 -686h-159z" />
+<glyph unicode="X" horiz-adv-x="1300" d="M4 1454h205l442 -606l443 606h202l-546 -737l530 -717h-203l-426 586l-426 -586h-205l531 717z" />
+<glyph unicode="Y" horiz-adv-x="1304" d="M8 1454h203l440 -758l445 758h200l-553 -924v-530h-184v535z" />
+<glyph unicode="Z" horiz-adv-x="1277" d="M57 0v143l938 1147h-919v164h1134v-143l-921 -1147h921v-164h-1153z" />
+<glyph unicode="[" horiz-adv-x="540" d="M164 -82v1598h287v-148h-119v-1302h119v-148h-287z" />
+<glyph unicode="\" horiz-adv-x="1208" d="M55 1454h203l891 -1454h-201z" />
+<glyph unicode="]" horiz-adv-x="540" d="M90 66h119v1302h-119v148h287v-1598h-287v148z" />
+<glyph unicode="^" horiz-adv-x="1136" d="M88 621l406 833h151l404 -833h-154l-326 671l-331 -671h-150z" />
+<glyph unicode="_" horiz-adv-x="829" d="M29 0h772v-164h-772v164z" />
+<glyph unicode="`" horiz-adv-x="475" d="M98 1495h178l121 -207l-116 -41z" />
+<glyph unicode="a" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5z" />
+<glyph unicode="b" horiz-adv-x="1271" d="M141 0v1495h181v-639q68 104 166 167.5t229 63.5q111 0 199 -47t150 -123.5t96 -178t34 -208.5q0 -113 -39 -213t-106.5 -174.5t-161 -118.5t-199.5 -44q-125 0 -227.5 61t-161.5 160v-201h-160zM322 373q10 -51 43.5 -94t80 -75t98.5 -50.5t101 -18.5q80 0 147.5 33 t116.5 88t76 126t27 148q0 78 -25.5 151t-72 128t-111 89t-141.5 34q-57 0 -108.5 -20.5t-95.5 -54.5t-78 -79t-58 -96v-309z" />
+<glyph unicode="c" horiz-adv-x="1134" d="M74 537q0 113 39 213t110.5 174.5t171 118.5t221.5 44q160 0 276 -70.5t175 -189.5l-176 -55q-41 76 -115 118t-164 42q-74 0 -139 -30t-112.5 -83t-75 -124.5t-27.5 -157.5q0 -84 28.5 -158t77 -128t113 -85t137.5 -31q47 0 93.5 13.5t84 36t66.5 52t41 64.5l176 -53 q-25 -59 -68.5 -108.5t-103 -84.5t-132.5 -55t-153 -20q-121 0 -221 45t-171.5 120.5t-111.5 177t-40 214.5z" />
+<glyph unicode="d" horiz-adv-x="1292" d="M74 532q0 113 35.5 214.5t100 177t154 119.5t195.5 44q129 0 230.5 -67.5t160.5 -163.5v639h180v-1274q0 -63 58 -65v-156q-23 -4 -40.5 -6t-31.5 -2q-61 0 -98 31.5t-39 76.5l-4 101q-63 -104 -168.5 -162.5t-222.5 -58.5q-111 0 -205 45t-161.5 120.5t-105.5 176 t-38 210.5zM260 530q0 -80 28.5 -152.5t78 -125.5t116 -85t144.5 -32q49 0 101 18.5t98 51.5t80 77t44 93v307q-18 51 -55 97t-83 80t-98 53.5t-104 19.5q-80 0 -144.5 -34t-110.5 -90t-70.5 -129t-24.5 -149z" />
+<glyph unicode="e" horiz-adv-x="1210" d="M74 535q0 113 40 213t112.5 175.5t173 119.5t221.5 44t220 -45t168.5 -119.5t107.5 -174t38 -205.5q0 -23 -1 -41.5t-3 -28.5h-887q6 -80 37 -145.5t80 -112.5t111.5 -73.5t132.5 -26.5q49 0 96 13t88 35.5t72.5 55.5t48.5 74l155 -43q-27 -59 -72.5 -108.5t-106 -85.5 t-134.5 -56t-154 -20q-121 0 -221 44t-171.5 119.5t-111.5 177t-40 214.5zM260 606h725q-6 76 -38 140.5t-80 109.5t-111.5 70.5t-134.5 25.5q-72 0 -135.5 -25.5t-111.5 -71.5t-78 -109.5t-36 -139.5z" />
+<glyph unicode="f" horiz-adv-x="729" d="M57 803v141h146v148q0 199 88 311.5t239 112.5q63 0 125 -17.5t111 -48.5l-45 -133q-29 20 -71 32.5t-83 12.5q-90 0 -137 -67.5t-47 -196.5v-154h285v-141h-285v-803h-180v803h-146z" />
+<glyph unicode="g" horiz-adv-x="1271" d="M76 532q0 113 35.5 214.5t101.5 177t157 119.5t201 44q135 0 233.5 -65.5t166.5 -165.5v213h159v-1057q0 -115 -43 -201.5t-116.5 -146t-173 -90.5t-211.5 -31q-182 0 -296 62.5t-190 173.5l105 92q63 -94 163.5 -141t217.5 -47q74 0 140.5 20.5t115.5 61t78.5 102 t29.5 145.5v189q-31 -49 -72.5 -89t-91 -68t-105 -42t-112.5 -14q-109 0 -199.5 45t-156.5 120.5t-101.5 174t-35.5 204.5zM258 528q0 -80 28.5 -151.5t78 -124.5t116 -85t144.5 -32q57 0 110 20.5t98.5 54.5t76 77t40.5 88v307q-23 55 -58.5 100t-80.5 79t-97 52.5 t-106 18.5q-82 0 -146.5 -35t-109.5 -92t-69.5 -130t-24.5 -147z" />
+<glyph unicode="h" horiz-adv-x="1200" d="M141 0v1495h181v-655q63 117 171.5 182t237.5 65q94 0 159.5 -34.5t104.5 -94t56.5 -142.5t17.5 -177v-639h-180v598q0 166 -57.5 247t-167.5 81q-53 0 -106.5 -21.5t-99.5 -58.5t-82 -88t-54 -113v-645h-181z" />
+<glyph unicode="i" horiz-adv-x="462" d="M141 0v1069h181v-1069h-181zM141 1270v225h181v-225h-181z" />
+<glyph unicode="j" horiz-adv-x="462" d="M-256 -295l84 121q29 -27 66.5 -37t74.5 -10q33 0 63.5 13t55.5 35.5t39 55.5t14 70v1116h181v-1104q0 -76 -28 -139.5t-74 -109.5t-105 -71.5t-125 -25.5q-72 0 -134.5 20.5t-111.5 65.5zM141 1270v225h181v-225h-181z" />
+<glyph unicode="k" horiz-adv-x="1097" d="M141 0v1495h181v-983l548 555h199l-426 -442l447 -625h-195l-369 522l-204 -192v-330h-181z" />
+<glyph unicode="l" horiz-adv-x="573" d="M145 211v1284h181v-1219q0 -59 31.5 -92.5t88.5 -33.5q23 0 53.5 7t57.5 17l29 -145q-45 -18 -106.5 -30.5t-108.5 -12.5q-104 0 -165 59t-61 166z" />
+<glyph unicode="m" horiz-adv-x="1884" d="M141 0v1069h164v-229q66 119 170.5 183t235.5 64q135 0 214 -72.5t97 -187.5q143 260 408 260q92 0 154.5 -33.5t99 -94t53 -142.5t16.5 -178v-639h-180v598q0 168 -54.5 248t-160.5 80q-111 0 -198 -79t-124 -204v-643h-180v598q0 172 -53 250t-160 78q-109 0 -197 -77 t-124 -204v-645h-181z" />
+<glyph unicode="n" horiz-adv-x="1200" d="M141 0v1069h164v-229q63 113 183 180t262 67q92 0 153.5 -33.5t98 -94t52 -142.5t15.5 -178v-639h-180v598q0 172 -52.5 250t-158.5 78q-55 0 -110.5 -21.5t-104.5 -58.5t-86 -88t-55 -113v-645h-181z" />
+<glyph unicode="o" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157z" />
+<glyph unicode="p" horiz-adv-x="1269" d="M141 -436v1505h160v-201q63 98 164.5 158.5t224.5 60.5q111 0 203 -45t159.5 -121.5t105.5 -177t38 -208.5q0 -115 -35 -216.5t-98.5 -176t-151.5 -118.5t-194 -44q-133 0 -234.5 65.5t-160.5 165.5v-647h-181zM322 387q23 -53 57.5 -99t79.5 -80t96.5 -53.5t106.5 -19.5 q80 0 144 34t110.5 90t71 128t24.5 148q0 80 -29 152.5t-78 126.5t-115.5 86t-144.5 32q-49 0 -101 -19.5t-98.5 -51.5t-80 -76t-43.5 -93v-305z" />
+<glyph unicode="q" horiz-adv-x="1269" d="M74 535q0 113 39 213t107.5 175.5t160.5 119.5t199 44q125 0 227 -61t162 -160v203h159v-1276q0 -63 58 -65v-156q-41 -6 -86 -6q-63 0 -107.5 40t-44.5 103v502q-147 -231 -395 -231q-106 0 -194.5 45t-152 121.5t-98 177t-34.5 211.5zM258 530q0 -80 26.5 -152.5 t74 -125.5t112.5 -85t143 -32q115 0 198 66.5t136 163.5v307q-10 51 -43 99t-79 83t-100 56.5t-108 21.5q-80 0 -145 -34t-113.5 -90t-75 -129t-26.5 -149z" />
+<glyph unicode="r" horiz-adv-x="741" d="M141 0v1069h168v-248q55 111 145.5 183.5t192.5 72.5h34.5t25.5 -2v-164q-135 -4 -238.5 -69.5t-146.5 -182.5v-659h-181z" />
+<glyph unicode="s" horiz-adv-x="1009" d="M51 135l78 121q94 -72 188.5 -107.5t198.5 -35.5q117 0 185.5 46t68.5 130q0 39 -18.5 66.5t-55.5 48t-94 37t-133 34.5q-96 25 -166 47.5t-115 53t-65.5 73.5t-20.5 107q0 80 32 142.5t87 104t130 63t161 21.5q121 0 225.5 -38.5t175.5 -102.5l-82 -108 q-68 59 -151.5 88.5t-171.5 29.5q-98 0 -167 -42t-69 -134q0 -37 13.5 -61.5t44 -43t79 -32.5t115.5 -31q106 -25 185 -50t131.5 -60t78 -82t25.5 -115q0 -150 -114.5 -237.5t-309.5 -87.5q-129 0 -254 39.5t-215 115.5z" />
+<glyph unicode="t" horiz-adv-x="710" d="M49 928v141h146v356h180v-356h239v-141h-239v-664q4 -59 39 -85.5t82 -26.5q53 0 97 17t60 28l43 -144q-16 -8 -42.5 -19t-60.5 -22.5t-74 -18.5t-83 -7q-98 0 -169.5 54t-71.5 169v719h-146z" />
+<glyph unicode="u" horiz-adv-x="1234" d="M131 428v641h180v-606q0 -328 228 -328q111 0 208 70.5t144 193.5v670h180v-848q0 -63 57 -65v-156q-23 -4 -40 -6t-31 -2q-61 0 -96 29.5t-39 78.5l-7 129q-72 -121 -188.5 -185t-255.5 -64q-168 0 -254 112.5t-86 335.5z" />
+<glyph unicode="v" horiz-adv-x="1093" d="M29 1069h186l338 -911l340 911h172l-422 -1069h-192z" />
+<glyph unicode="w" horiz-adv-x="1687" d="M27 1069h172l368 -891l181 445l-185 444h150l131 -342l131 342h149l-182 -444l180 -445l367 891h174l-455 -1069h-149l-215 522l-213 -522h-150z" />
+<glyph unicode="x" horiz-adv-x="1042" d="M20 0l402 532l-399 537h188l293 -393l16 -33l19 33l290 393h191l-399 -537l401 -532h-191l-292 391l-19 31l-16 -31l-293 -391h-191z" />
+<glyph unicode="y" horiz-adv-x="1112" d="M18 1069h187l364 -907l332 907h172l-524 -1350q-37 -96 -106.5 -138t-163.5 -42q-23 0 -45.5 2t-45.5 8v158q55 -6 99 -6q18 0 34.5 8t37 39t47 90.5t65.5 161.5z" />
+<glyph unicode="z" horiz-adv-x="997" d="M55 0v117l684 821h-665v131h858v-117l-680 -821h682v-131h-879z" />
+<glyph unicode="{" horiz-adv-x="550" d="M100 674v131q20 0 37 12t28 30.5t16 38t5 36.5v532q0 39 18.5 50.5t28.5 11.5h230v-148h-113v-500q0 -29 -13 -65.5t-46 -65.5q31 -29 45 -65.5t14 -65.5v-522h113v-147h-230q-16 0 -31.5 13t-15.5 48v555q0 45 -23.5 80t-62.5 41z" />
+<glyph unicode="|" horiz-adv-x="475" d="M160 -266v1853h155v-1853h-155z" />
+<glyph unicode="}" horiz-adv-x="550" d="M90 -63v147h113v522q0 29 13 66t46 65q-33 29 -46 66t-13 65v500h-113v148h229q10 0 29 -11.5t19 -50.5v-532q0 -16 5 -36t16 -38.5t26.5 -30.5t38.5 -12v-131q-41 -6 -63.5 -41t-22.5 -80v-555q0 -35 -16.5 -48t-31.5 -13h-229z" />
+<glyph unicode="~" horiz-adv-x="1073" d="M127 485q0 12 12.5 49t41 77t73.5 72t113 32q49 0 92 -18.5t83 -40t80 -40t83 -18.5q39 0 66.5 15.5t43.5 34t23.5 35.5t7.5 22h106q0 -6 -12 -41t-41 -75t-77 -72t-120 -32q-53 0 -97 17.5t-85 39t-79 40t-76 18.5q-37 0 -63 -17.5t-41 -39t-21.5 -39t-6.5 -19.5h-106z " />
+<glyph unicode="&#xa1;" horiz-adv-x="528" d="M174 -6v977h180v-977h-180zM174 1208v254h180v-254h-180z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1179" d="M92 528q0 104 33 199.5t94.5 170.5t150.5 125t201 62v236h91v-236q150 -4 257 -71.5t166 -186.5l-174 -55q-41 74 -106.5 112t-142.5 42v-787q37 2 76.5 15.5t76.5 34t65.5 49t39.5 63.5l176 -53q-27 -68 -77 -118t-111.5 -84t-126 -50t-119.5 -16v-226h-91v228 q-104 8 -192 58t-151.5 126t-99.5 170t-36 192zM276 528q0 -68 21.5 -131t61.5 -114.5t93.5 -87t118.5 -48.5v773q-70 -8 -125 -45t-93 -91.5t-57.5 -121t-19.5 -134.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1060" d="M111 115q131 125 187 221t56 196q0 49 -12 97h-231v139h178q-20 43 -43 84t-42.5 82t-31.5 85t-12 91q0 74 30.5 138.5t83 112.5t123 75.5t150.5 27.5q117 0 219 -57t168 -158l-100 -110q-49 80 -129 128t-162 48q-47 0 -86 -17.5t-69 -46t-46 -69.5t-16 -86 q0 -41 13 -81t32.5 -80t43 -81t44.5 -86h366v-139h-321q4 -23 6 -44.5t2 -43.5q0 -100 -45 -190.5t-156 -209.5q76 20 152 21q82 0 148.5 -18.5t138.5 -18.5q41 0 80.5 9t93.5 28l45 -137q-53 -27 -111.5 -41.5t-116.5 -14.5q-47 0 -89 8.5t-85 17.5t-87 17t-91 8 q-51 0 -114.5 -10t-118.5 -26z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1411" d="M61 1454h201l440 -758l445 758h203l-418 -682h166v-123h-234l-69 -119v-57h305v-123h-305v-350h-185v350h-301v123h301v62l-65 114h-236v123h170z" />
+<glyph unicode="&#xa6;" horiz-adv-x="483" d="M164 -266v825h155v-825h-155zM164 762v825h155v-825h-155z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1060" d="M96 1102q0 78 35 144.5t91.5 114.5t130 75.5t153.5 27.5t142.5 -19.5t110.5 -50t83 -68.5t59 -75l-139 -65q-35 63 -104.5 90t-141.5 27q-47 0 -89 -13.5t-76 -40t-53 -63.5t-19 -82q0 -53 18 -88t50 -56.5t76 -30.5t95 -9q74 0 149.5 -17.5t135 -56.5t97.5 -100.5 t38 -151.5q0 -59 -17 -107t-40 -75q88 -59 88 -213q0 -98 -41 -170t-103.5 -118t-137.5 -68.5t-144 -22.5q-74 0 -138.5 18.5t-116.5 47t-93 63.5t-70 65l117 111q72 -70 142.5 -101.5t152.5 -31.5q45 0 89 13t78.5 39t56 63.5t21.5 85.5q0 51 -20.5 82.5t-54 48t-74.5 23.5 t-80 9q-92 6 -167 30t-128 67t-83 104t-30 141q0 57 15.5 100.5t34.5 67.5q-39 31 -69 92.5t-30 143.5zM322 676q0 -86 44 -123t106.5 -52.5t129 -18.5t111.5 -21q25 20 39 56t14 73q0 51 -23.5 87t-58.5 56.5t-78 29.5t-82 9q-94 0 -157 27q-20 -20 -32.5 -54t-12.5 -69z " />
+<glyph unicode="&#xa8;" horiz-adv-x="753" d="M135 1278v209h152v-209h-152zM467 1278v209h151v-209h-151z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1718" d="M100 727q0 158 57.5 293t158 233.5t238.5 154.5t302 56t304 -56t242.5 -154.5t160 -233.5t57.5 -293q0 -160 -57.5 -295t-160 -234.5t-242.5 -155.5t-304 -56t-302 56t-238.5 155.5t-158 234.5t-57.5 295zM182 725q0 -141 51.5 -262t141.5 -210t213 -139.5t268 -50.5 q143 0 267 48.5t216.5 135.5t144.5 207.5t52 268.5q0 141 -51 263t-142.5 211t-215 139t-271.5 50q-145 0 -268 -50t-213 -139t-141.5 -210t-51.5 -262zM383 727q0 88 29.5 174t89 154.5t149.5 110.5t211 42q143 0 253 -61.5t159 -175.5l-174 -56q-18 41 -48 68t-62 42 t-65.5 21.5t-62.5 6.5q-74 0 -129 -28t-92 -74t-55.5 -104.5t-18.5 -119.5q0 -78 28 -138.5t71 -101.5t96 -62.5t104 -21.5q72 0 142.5 38t103.5 106l174 -53q-16 -41 -53 -85t-90 -80t-122 -58.5t-149 -22.5q-100 0 -189 34.5t-155.5 98t-105.5 152t-39 194.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="894" d="M92 932q0 102 85 165.5t220 63.5q53 0 104.5 -9t92.5 -26v52q0 82 -47 129t-135 47q-57 0 -113.5 -21.5t-118.5 -62.5l-47 92q143 94 291 94q147 0 231 -75.5t84 -219.5v-268q0 -47 43 -49v-127q-31 -6 -55 -6q-49 0 -77.5 20.5t-31.5 59.5l-2 47q-51 -66 -123.5 -99.5 t-156.5 -33.5q-51 0 -96 17t-78 48t-51.5 72t-18.5 90zM229 944q0 -55 42.5 -93t105.5 -38q39 0 78 11.5t69.5 29.5t50 42t19.5 48v98q-39 16 -84 23.5t-88 7.5q-86 0 -139.5 -34.5t-53.5 -94.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1226" d="M86 479v94l518 371v-151l-373 -263l373 -256v-151zM582 479v94l518 371v-151l-373 -263l373 -256v-151z" />
+<glyph unicode="&#xac;" horiz-adv-x="1222" d="M152 604v164h929v-522h-155v358h-774z" />
+<glyph unicode="&#xad;" horiz-adv-x="1187" d="M129 477v164h930v-164h-930z" />
+<glyph unicode="&#xae;" horiz-adv-x="1718" d="M100 727q0 158 57.5 293t159 233.5t239.5 154.5t302 56t303 -56t241.5 -154.5t160 -233.5t57.5 -293q0 -160 -57.5 -295t-160 -234.5t-241.5 -155.5t-303 -56t-302 56t-239.5 155.5t-159 234.5t-57.5 295zM186 727q0 -141 50.5 -263t139.5 -211t213 -140.5t269 -51.5 q143 0 266 48.5t214.5 136.5t143.5 210t52 269q0 141 -51 262t-141.5 210t-214 139t-269.5 50q-145 0 -269 -50t-213 -139t-139.5 -210t-50.5 -260zM541 266v920h393q61 0 112.5 -25.5t88 -67.5t57 -95.5t20.5 -106.5q0 -96 -54 -173t-142 -100l223 -352h-149l-209 332h-207 v-332h-133zM674 715h254q74 0 113.5 49t39.5 127t-46 126t-113 48h-248v-350z" />
+<glyph unicode="&#xaf;" horiz-adv-x="825" d="M115 1339v119h598v-119h-598z" />
+<glyph unicode="&#xb0;" horiz-adv-x="559" d="M96 1305q0 76 52.5 127t130.5 51t130 -51.5t52 -126.5q0 -82 -52.5 -134.5t-129.5 -52.5q-78 0 -130.5 53.5t-52.5 133.5zM193 1300q0 -35 24 -59q27 -27 62 -27q39 0 61 27q25 25 25 59q0 33 -25 62q-23 25 -61 24q-37 1 -62 -24q-25 -29 -24 -62z" />
+<glyph unicode="&#xb1;" horiz-adv-x="950" d="M135 104v148h680v-148h-680zM135 680v147h258v279h164v-279h258v-147h-258v-279h-164v279h-258z" />
+<glyph unicode="&#xb2;" horiz-adv-x="815" d="M72 655q0 80 15 140.5t47 105.5t81 79t117 60q47 18 97 36t90 41.5t65.5 54t25.5 75.5q0 59 -50 99t-148 40t-162 -36.5t-96 -71.5l-74 80q10 14 36.5 37.5t70.5 46t104.5 39t136.5 16.5q154 0 231.5 -70.5t77.5 -181.5q0 -66 -28.5 -109.5t-71.5 -73.5t-92 -48.5 t-90 -30.5q-63 -20 -103.5 -47t-63 -55.5t-30.5 -58t-8 -56.5h473v-111h-651z" />
+<glyph unicode="&#xb3;" horiz-adv-x="813" d="M70 819l65 78q2 -23 21.5 -46.5t53.5 -45t80 -34.5t101 -13q96 0 163 35.5t67 97.5q0 68 -82 103.5t-224 35.5h-47v105h47q129 0 203 30.5t74 96.5q0 61 -62.5 96t-142.5 35q-84 0 -143.5 -31t-91.5 -80l-76 88q41 59 127 93t184 34q70 0 129 -17.5t103.5 -48t69 -72.5 t24.5 -91q0 -72 -48.5 -117t-140.5 -64q98 -14 154.5 -73.5t56.5 -139.5q0 -55 -27.5 -99t-75.5 -72.5t-109.5 -44t-129.5 -15.5q-129 0 -216 47t-107 129z" />
+<glyph unicode="&#xb4;" horiz-adv-x="475" d="M98 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1249" d="M158 -434v1503h180v-606q0 -328 231 -328q53 0 106.5 18.5t99.5 52.5t83 83t62 110v670h180v-848q0 -63 57 -65v-156q-23 -4 -41 -6t-33 -2q-59 0 -94 29.5t-39 78.5l-6 129q-25 -49 -65.5 -94t-91 -80t-108.5 -55t-120 -20q-94 0 -151.5 46t-79.5 111v-571h-170z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1259" d="M74 952q0 238 151.5 370t425.5 132h527v-139h-144v-1479h-155v623h-138v-623h-155v623q-117 2 -212 36.5t-162 98t-102.5 154.5t-35.5 204zM227 956q0 -88 29 -152.5t78 -109.5t113.5 -68.5t138.5 -27.5v717q-174 -4 -266.5 -99.5t-92.5 -259.5zM741 598h138v717h-138 v-717z" />
+<glyph unicode="&#xb7;" horiz-adv-x="409" d="M129 502v254h152v-254h-152z" />
+<glyph unicode="&#xb8;" horiz-adv-x="606" d="M45 -334l41 76q27 -14 77 -26.5t103 -12.5q55 0 86 16.5t31 55.5q0 41 -28.5 56t-75.5 15q-43 0 -90.5 -9t-73.5 -17l118 223l80 -29l-71 -112q16 6 36.5 8t36.5 2q72 0 117 -33t45 -98q0 -72 -57.5 -113t-167.5 -41q-61 0 -113.5 11.5t-93.5 27.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="573" d="M68 1270v112q33 0 66.5 17.5t62 38t47 39t18.5 20.5h115v-729h151v-113h-430v113h164v602q-10 -12 -32.5 -29.5t-50 -33t-57.5 -26.5t-54 -11z" />
+<glyph unicode="&#xba;" horiz-adv-x="915" d="M84 1079q0 76 26.5 144.5t76 121t118 82t152.5 29.5t152.5 -29.5t117.5 -82t75.5 -121t26.5 -144.5q0 -74 -26.5 -142.5t-75.5 -119.5t-117.5 -81.5t-152.5 -30.5t-152.5 30.5t-118 81.5t-76 120t-26.5 142zM231 1077q0 -53 17.5 -98t48.5 -78t72 -52.5t88 -19.5t88 19.5 t71.5 53.5t48 80t17.5 99t-17.5 98.5t-48 79t-71.5 52t-88 18.5t-88 -19.5t-72 -53t-48.5 -80t-17.5 -99.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1226" d="M127 123v151l373 256l-373 263v151l518 -371v-94zM623 123v151l372 256l-372 263v151l518 -371v-94z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1763" d="M90 1270v112q33 0 66.5 17.5t62.5 38t47.5 39t18.5 20.5h114v-729h152v-113h-430v113h164v602q-10 -12 -33 -29.5t-50.5 -33t-57 -26.5t-54.5 -11zM301 68l573 690l549 706l88 -75l-567 -687l-557 -712zM989 205v108l498 518h78v-516h121v-110h-121v-205h-113v205h-463z M1106 315h350v369z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1835" d="M96 1270v112q33 0 67 17.5t62.5 38t47 39t18.5 20.5h115v-729h151v-113h-430v113h164v602q-10 -12 -32.5 -29.5t-50.5 -33t-57.5 -26.5t-54.5 -11zM231 68l574 690l549 706l88 -75l-568 -687l-557 -712zM1106 0q0 80 14.5 140.5t45 105.5t78.5 78.5t114 60.5 q45 18 92 35.5t86 40t63.5 53.5t24.5 76q0 61 -48 101t-142 40q-47 0 -86 -10t-70 -26.5t-54.5 -36t-39.5 -37.5l-70 81q10 14 36 38t68 46.5t99 39t131 16.5q150 0 224.5 -71t74.5 -183q0 -66 -27.5 -109t-67.5 -72.5t-88 -48t-87 -30.5q-61 -20 -100.5 -47t-61 -55.5 t-28.5 -58.5t-7 -56h469v-111h-643z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1794" d="M88 819l66 78q2 -23 21.5 -46.5t53 -45t79.5 -34.5t102 -13q96 0 162.5 35.5t66.5 97.5q0 68 -82 103.5t-223 35.5h-47v105h47q129 0 202.5 30.5t73.5 96.5q0 61 -62.5 96t-141.5 35q-84 0 -143.5 -31t-92.5 -80l-76 88q41 59 127 93t185 34q70 0 129 -17.5t103 -48 t68.5 -72.5t24.5 -91q0 -72 -48 -117t-140 -64q98 -14 154.5 -73.5t56.5 -139.5q0 -55 -28 -99t-76 -72.5t-109 -44t-129 -15.5q-129 0 -216 47t-108 129zM371 68l573 690l549 706l88 -75l-567 -687l-557 -712zM1010 205v108l497 518h78v-516h121v-110h-121v-205h-112v205 h-463zM1126 315h351v369z" />
+<glyph unicode="&#xbf;" horiz-adv-x="972" d="M74 -43q0 78 21.5 133t56 96t82 72t98.5 59q37 20 73.5 43t64.5 54.5t45 77t17 112.5h152q0 -111 -39 -193.5t-133 -142.5q-37 -25 -85 -51.5t-91 -62t-73 -86t-30 -119.5q0 -57 21.5 -101.5t56.5 -74t80 -45t94 -15.5q51 0 97.5 15.5t85.5 42t69.5 62.5t50.5 75l121 -80 q-29 -63 -72.5 -112.5t-101 -83t-122 -51t-132.5 -17.5q-76 0 -149.5 23.5t-131 72.5t-92 123t-34.5 174zM528 799v237h152v-237h-152z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM426 569h532l-262 672zM483 1878h179l120 -207l-116 -41z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM426 569h532l-262 672zM608 1669l119 207h180l-180 -248z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM424 1692l207 184h131l207 -184l-99 -50l-174 130l-174 -130zM426 569h532l-262 672z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM352 1653q0 12 9.5 47t32 71.5t61.5 64.5t100 28q43 0 76 -13.5t62.5 -31t59 -30.5t66.5 -13q39 0 61.5 14t35 32.5t15.5 34t3 19.5h106q0 -12 -9 -46t-33.5 -71t-66.5 -65.5t-108 -28.5 q-47 0 -80.5 13.5t-63.5 29.5t-58.5 29.5t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -31.5t-13 -33.5t-3 -18.5h-107zM426 569h532l-262 672z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM426 569h532l-262 672zM455 1661v209h151v-209h-151zM786 1661v209h152v-209h-152z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1388" d="M23 0l598 1454h151l596 -1454h-197l-172 426h-610l-170 -426h-196zM426 569h532l-262 672zM528 1735q0 66 47.5 103.5t118.5 37.5q74 0 120 -38t46 -103q0 -66 -46 -104t-120 -38q-72 0 -119 38t-47 104zM612 1735q0 -33 23.5 -55.5t58.5 -22.5q33 0 58.5 21.5t25.5 56.5 t-24.5 56t-59.5 21t-58.5 -21.5t-23.5 -55.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2023" d="M-10 0l928 1454h999v-164h-768v-467h657v-164h-657v-495h786v-164h-968v426h-510l-267 -426h-200zM539 590h415v649z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1400" d="M84 737q0 131 46 261t135 233.5t218 167t293 63.5q195 0 334 -88t207 -229l-146 -94q-33 70 -78.5 116.5t-100 75.5t-112 41t-112.5 12q-121 0 -214 -50t-156.5 -131t-95.5 -182.5t-32 -203.5q0 -115 38 -218t105.5 -183t160 -127t200.5 -47q57 0 117.5 14t116 46 t103.5 80t79 116l153 -84q-33 -76 -89 -135.5t-126.5 -102.5t-149.5 -67.5t-159 -30.5l-55 -88q16 6 36.5 8t37.5 2q72 0 116.5 -33t44.5 -98q0 -72 -57 -113t-168 -41q-61 0 -113.5 11.5t-93.5 27.5l41 76q27 -14 77 -26.5t103 -12.5q55 0 86 16.5t31 55.5q0 41 -28.5 56 t-75.5 15q-43 0 -90 -9t-74 -17l90 170q-141 8 -260 75.5t-204 172t-132 235.5t-47 264z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1249" d="M174 0v1454h969v-164h-785v-471h682v-153h-682v-502h803v-164h-987zM471 1878h178l121 -207l-117 -41z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1249" d="M174 0v1454h969v-164h-785v-471h682v-153h-682v-502h803v-164h-987zM596 1669l119 207h180l-180 -248z" />
+<glyph unicode="&#xca;" horiz-adv-x="1249" d="M174 0v1454h969v-164h-785v-471h682v-153h-682v-502h803v-164h-987zM412 1692l206 184h132l206 -184l-98 -50l-174 130l-174 -130z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1249" d="M174 0v1454h969v-164h-785v-471h682v-153h-682v-502h803v-164h-987zM442 1661v209h152v-209h-152zM774 1661v209h152v-209h-152z" />
+<glyph unicode="&#xcc;" horiz-adv-x="532" d="M53 1878h178l121 -207l-116 -41zM174 0v1452h184v-1452h-184z" />
+<glyph unicode="&#xcd;" horiz-adv-x="532" d="M174 0v1452h184v-1452h-184zM178 1669l119 207h180l-180 -248z" />
+<glyph unicode="&#xce;" horiz-adv-x="532" d="M-6 1692l207 184h131l207 -184l-99 -50l-174 130l-174 -130zM174 0v1452h184v-1452h-184z" />
+<glyph unicode="&#xcf;" horiz-adv-x="532" d="M25 1661v209h151v-209h-151zM174 0v1452h184v-1452h-184zM356 1661v209h152v-209h-152z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1480" d="M68 662v139h116v653h504q174 0 306 -57.5t220.5 -155.5t132.5 -230t44 -282q0 -166 -49.5 -300t-141.5 -229.5t-222 -147.5t-290 -52h-504v662h-116zM369 164h319q125 0 222.5 43t162 118.5t98 179t33.5 224.5q0 123 -33.5 226.5t-100 177t-163 115.5t-219.5 42h-319 v-489h329v-139h-329v-498z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1576" d="M174 0v1454h143l902 -1132v1130h184v-1452h-156l-889 1110v-1110h-184zM449 1653q0 12 9 47t31.5 71.5t61.5 64.5t100 28q43 0 76 -13.5t62.5 -31t59.5 -30.5t66 -13q39 0 61.5 14t35 32.5t15.5 34t3 19.5h107q0 -12 -9.5 -46t-34 -71t-66 -65.5t-107.5 -28.5 q-47 0 -81 13.5t-64 29.5t-58.5 29.5t-61.5 13.5q-35 0 -54 -14.5t-29.5 -31.5t-13.5 -33.5t-3 -18.5h-106z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM559 1878h178l121 -207l-117 -41z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM684 1669l119 207h180l-180 -248z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM500 1692l207 184h131l206 -184l-98 -50l-174 130l-174 -130z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM428 1653q0 12 9 47t32 71.5t61.5 64.5t100.5 28q43 0 75.5 -13.5t62.5 -31t59.5 -30.5t66.5 -13q39 0 61.5 14 t35 32.5t15.5 34t3 19.5h106q0 -12 -9 -46t-33.5 -71t-66.5 -65.5t-108 -28.5q-47 0 -81 13.5t-63.5 29.5t-58 29.5t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -31.5t-13 -33.5t-3 -18.5h-107z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1538" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q154 0 279 -64.5t215 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-154 0 -280 62.5t-216 166t-139 236.5t-49 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127 t205 -47q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -36 214t-102.5 182t-157.5 126t-202 47q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM530 1661v209h152v-209h-152zM862 1661v209h152v-209h-152z" />
+<glyph unicode="&#xd7;" horiz-adv-x="956" d="M127 324l235 235l-231 234l115 112l231 -231l234 233l112 -114l-231 -234l237 -237l-114 -113l-238 237l-237 -237z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1540" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q92 0 175 -24.5t155 -69.5l57 84h203l-127 -188q104 -109 161.5 -251.5t57.5 -289.5q0 -145 -52 -278.5t-143.5 -234.5t-217.5 -161.5t-273 -60.5q-94 0 -178 23.5t-156 68.5l-55 -82h-201l125 186 q-104 104 -161.5 245.5t-57.5 295.5zM270 727q0 -111 34 -213t99 -180l605 895q-109 68 -238 67q-117 0 -209 -49t-156.5 -129t-99.5 -182.5t-35 -208.5zM528 223q109 -68 242 -67q117 0 209 50t156.5 131t98.5 183.5t34 206.5q0 111 -35 211t-98 178z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1542" d="M152 719v735h184v-735q0 -109 21.5 -210t71.5 -179t133 -126t208 -48q127 0 211 49t134 128t70.5 180t20.5 206v735h185v-735q0 -147 -34 -279.5t-107.5 -233t-191.5 -158.5t-286 -58q-174 0 -293 61.5t-191.5 162.5t-104 233.5t-31.5 271.5zM559 1878h178l121 -207 l-117 -41z" />
+<glyph unicode="&#xda;" horiz-adv-x="1542" d="M152 719v735h184v-735q0 -109 21.5 -210t71.5 -179t133 -126t208 -48q127 0 211 49t134 128t70.5 180t20.5 206v735h185v-735q0 -147 -34 -279.5t-107.5 -233t-191.5 -158.5t-286 -58q-174 0 -293 61.5t-191.5 162.5t-104 233.5t-31.5 271.5zM684 1669l119 207h180 l-180 -248z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1542" d="M152 719v735h184v-735q0 -109 21.5 -210t71.5 -179t133 -126t208 -48q127 0 211 49t134 128t70.5 180t20.5 206v735h185v-735q0 -147 -34 -279.5t-107.5 -233t-191.5 -158.5t-286 -58q-174 0 -293 61.5t-191.5 162.5t-104 233.5t-31.5 271.5zM500 1692l207 184h131 l206 -184l-98 -50l-174 130l-174 -130z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1542" d="M152 719v735h184v-735q0 -109 21.5 -210t71.5 -179t133 -126t208 -48q127 0 211 49t134 128t70.5 180t20.5 206v735h185v-735q0 -147 -34 -279.5t-107.5 -233t-191.5 -158.5t-286 -58q-174 0 -293 61.5t-191.5 162.5t-104 233.5t-31.5 271.5zM530 1661v209h152v-209h-152 zM862 1661v209h152v-209h-152z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1304" d="M8 1454h203l440 -758l445 758h200l-553 -924v-530h-184v535zM563 1669l119 207h180l-180 -248z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M174 0v1454h184v-280h385q96 0 177 -40t139.5 -106.5t91.5 -149.5t33 -169q0 -90 -31 -175t-87 -150t-135 -103.5t-175 -38.5h-398v-242h-184zM358 406h390q57 0 104 25.5t80 67.5t50 96t17 114q0 61 -21.5 115.5t-57 96.5t-84 65.5t-101.5 23.5h-377v-604z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1132" d="M141 0v1059q0 88 32 162.5t88 128t134 83t170 29.5q82 0 152.5 -23.5t123 -67.5t82 -104.5t29.5 -133.5q0 -55 -16 -105.5t-44 -92.5t-64.5 -70.5t-79.5 -41.5q74 -16 131 -52t97 -88t60.5 -117.5t20.5 -139.5q0 -104 -42 -185t-118 -135.5t-180.5 -84t-227.5 -33.5v166 q84 2 154 18t121 51t78.5 89.5t27.5 127.5q0 133 -85 212t-224 79h-39v164h37q98 0 159.5 57.5t61.5 153.5q0 51 -18.5 89t-49 62.5t-70.5 37t-83 12.5q-63 0 -109.5 -22.5t-77 -61.5t-45 -88.5t-14.5 -104.5v-1030h-172z" />
+<glyph unicode="&#xe0;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5zM332 1495h178l121 -207l-117 -41z" />
+<glyph unicode="&#xe1;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5zM457 1288l118 207h181l-181 -248z" />
+<glyph unicode="&#xe2;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5zM272 1311l207 184h131l207 -184l-98 -49l-174 129l-174 -129z" />
+<glyph unicode="&#xe3;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM201 1272q0 12 9 47t31.5 71.5t61.5 64.5t100 28q43 0 76 -13.5t62.5 -31t59.5 -30.5t67 -13q39 0 61.5 14t34.5 32.5t15 34 t3 19.5h107q0 -12 -9.5 -46t-34 -71t-66 -65.5t-107.5 -28.5q-47 0 -81 13.5t-63.5 29.5t-58.5 29.5t-61 13.5q-35 0 -54.5 -14.5t-30 -31.5t-13.5 -33.5t-3 -18.5h-106zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157 q-63 25 -134 38.5t-136 13.5q-139 0 -223.5 -56.5t-84.5 -154.5z" />
+<glyph unicode="&#xe4;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5zM303 1278v209h152v-209h-152zM635 1278v209h151v-209h-151z" />
+<glyph unicode="&#xe5;" d="M61 307q0 76 33 138.5t93.5 106.5t143.5 67.5t181 23.5q78 0 158 -14.5t141 -38.5v86q0 131 -73.5 205.5t-209.5 74.5q-162 0 -340 -125l-59 117q104 70 206.5 104.5t213.5 34.5q205 0 323.5 -112.5t118.5 -317.5v-436q0 -63 58 -65v-156q-20 -4 -39 -6t-35 -2 q-45 0 -88 24.5t-47 83.5l-4 76q-37 -49 -84 -86t-100.5 -61.5t-110 -36.5t-111.5 -12q-80 0 -147.5 25.5t-116.5 69.5t-77 104.5t-28 127.5zM233 324q0 -41 16.5 -79t47.5 -66.5t76 -46t102 -17.5q86 0 168 36.5t129 90.5q39 45 39 84v157q-63 25 -134 38.5t-136 13.5 q-139 0 -223.5 -56.5t-84.5 -154.5zM377 1354q0 66 47 103.5t119 37.5q74 0 120 -38t46 -103q0 -66 -46.5 -104t-119.5 -38q-72 0 -119 38t-47 104zM461 1354q0 -33 23.5 -55.5t58.5 -22.5q33 0 58.5 21.5t25.5 56.5t-24.5 56.5t-59.5 21.5t-58.5 -21.5t-23.5 -56.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1912" d="M66 313q0 74 32.5 134.5t92 103.5t142.5 67.5t181 24.5q70 0 138.5 -11t125.5 -30q4 33 10.5 70t18.5 65q-16 104 -87 161.5t-190 57.5q-160 0 -340 -125l-59 117q211 139 416 139q131 0 225 -51t146 -143q68 88 170 141t229 53q121 0 221 -44t171 -119.5t111 -176 t40 -212.5q0 -12 -1 -32t-4 -30h-907q6 -80 39 -145.5t84 -112.5t117.5 -73.5t140.5 -26.5q49 0 96.5 13t88 35.5t72.5 55.5t48 74l156 -43q-27 -59 -73 -108.5t-106.5 -85.5t-134 -56t-153.5 -20q-145 0 -260 63t-186 168q-35 -61 -88.5 -105.5t-115 -72t-127 -40.5 t-124.5 -13q-76 0 -140.5 25.5t-112.5 70.5t-75.5 105.5t-27.5 131.5zM236 328q0 -45 18 -84t49 -68t74 -45t92 -16q98 0 180 35.5t127 95.5q35 35 39 71q-16 35 -25.5 87.5t-11.5 91.5q-55 18 -116.5 28.5t-120.5 10.5q-135 0 -220 -57.5t-85 -149.5zM946 590h742 q-6 80 -37 146.5t-80 114.5t-114.5 74.5t-141.5 26.5t-141.5 -26.5t-114.5 -74.5t-79 -114.5t-34 -146.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1138" d="M76 537q0 113 39 213t110.5 174.5t171 118.5t221.5 44q160 0 276 -70.5t175 -189.5l-176 -55q-41 76 -114.5 118t-164.5 42q-74 0 -139 -30t-112.5 -83t-75 -124.5t-27.5 -157.5q0 -84 28.5 -158t77 -128t113 -85t137.5 -31q47 0 93.5 13.5t84 36t66.5 52t41 64.5 l176 -53q-45 -111 -154.5 -182.5t-254.5 -83.5l-52 -80q16 6 37 8t37 2q72 0 117 -33t45 -98q0 -72 -57.5 -113t-167.5 -41q-61 0 -113.5 11.5t-93.5 27.5l41 76q27 -14 77 -26.5t103 -12.5q55 0 86 16.5t31 55.5q0 41 -29 56t-76 15q-43 0 -90 -9t-74 -17l86 162 q-111 8 -202.5 55t-158.5 123t-102.5 172t-35.5 205z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1210" d="M74 535q0 113 40 213t112.5 175.5t173 119.5t221.5 44t220 -45t168.5 -119.5t107.5 -174t38 -205.5q0 -23 -1 -41.5t-3 -28.5h-887q6 -80 37 -145.5t80 -112.5t111.5 -73.5t132.5 -26.5q49 0 96 13t88 35.5t72.5 55.5t48.5 74l155 -43q-27 -59 -72.5 -108.5t-106 -85.5 t-134.5 -56t-154 -20q-121 0 -221 44t-171.5 119.5t-111.5 177t-40 214.5zM260 606h725q-6 76 -38 140.5t-80 109.5t-111.5 70.5t-134.5 25.5q-72 0 -135.5 -25.5t-111.5 -71.5t-78 -109.5t-36 -139.5zM399 1495h179l120 -207l-116 -41z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1210" d="M74 535q0 113 40 213t112.5 175.5t173 119.5t221.5 44t220 -45t168.5 -119.5t107.5 -174t38 -205.5q0 -23 -1 -41.5t-3 -28.5h-887q6 -80 37 -145.5t80 -112.5t111.5 -73.5t132.5 -26.5q49 0 96 13t88 35.5t72.5 55.5t48.5 74l155 -43q-27 -59 -72.5 -108.5t-106 -85.5 t-134.5 -56t-154 -20q-121 0 -221 44t-171.5 119.5t-111.5 177t-40 214.5zM260 606h725q-6 76 -38 140.5t-80 109.5t-111.5 70.5t-134.5 25.5q-72 0 -135.5 -25.5t-111.5 -71.5t-78 -109.5t-36 -139.5zM524 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xea;" horiz-adv-x="1210" d="M74 535q0 113 40 213t112.5 175.5t173 119.5t221.5 44t220 -45t168.5 -119.5t107.5 -174t38 -205.5q0 -23 -1 -41.5t-3 -28.5h-887q6 -80 37 -145.5t80 -112.5t111.5 -73.5t132.5 -26.5q49 0 96 13t88 35.5t72.5 55.5t48.5 74l155 -43q-27 -59 -72.5 -108.5t-106 -85.5 t-134.5 -56t-154 -20q-121 0 -221 44t-171.5 119.5t-111.5 177t-40 214.5zM260 606h725q-6 76 -38 140.5t-80 109.5t-111.5 70.5t-134.5 25.5q-72 0 -135.5 -25.5t-111.5 -71.5t-78 -109.5t-36 -139.5zM340 1311l207 184h131l207 -184l-99 -49l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1210" d="M74 535q0 113 40 213t112.5 175.5t173 119.5t221.5 44t220 -45t168.5 -119.5t107.5 -174t38 -205.5q0 -23 -1 -41.5t-3 -28.5h-887q6 -80 37 -145.5t80 -112.5t111.5 -73.5t132.5 -26.5q49 0 96 13t88 35.5t72.5 55.5t48.5 74l155 -43q-27 -59 -72.5 -108.5t-106 -85.5 t-134.5 -56t-154 -20q-121 0 -221 44t-171.5 119.5t-111.5 177t-40 214.5zM260 606h725q-6 76 -38 140.5t-80 109.5t-111.5 70.5t-134.5 25.5q-72 0 -135.5 -25.5t-111.5 -71.5t-78 -109.5t-36 -139.5zM371 1278v209h151v-209h-151zM702 1278v209h152v-209h-152z" />
+<glyph unicode="&#xec;" horiz-adv-x="462" d="M18 1495h179l120 -207l-116 -41zM141 0v1069h181v-1069h-181z" />
+<glyph unicode="&#xed;" horiz-adv-x="462" d="M141 0v1069h181v-1069h-181zM143 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xee;" horiz-adv-x="462" d="M-41 1311l207 184h131l207 -184l-98 -49l-175 129l-174 -129zM141 0v1069h181v-1069h-181z" />
+<glyph unicode="&#xef;" horiz-adv-x="462" d="M-10 1278v209h151v-209h-151zM141 0v1069h181v-1069h-181zM322 1278v209h151v-209h-151z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1241" d="M78 477q0 100 39 189.5t106.5 157t158.5 106.5t196 39q129 0 234.5 -58.5t160.5 -156.5q-20 123 -73.5 237.5t-164.5 229.5l-219 -131l-55 75l203 121q-121 106 -304 209h254q104 -61 191 -139l172 104l55 -76l-160 -94q80 -84 134.5 -175t88 -181t48 -177t14.5 -163 q0 -143 -44 -257t-119.5 -194t-176 -121.5t-211.5 -41.5q-109 0 -205 38.5t-167.5 105t-113.5 158t-42 195.5zM262 477q0 -72 27.5 -134t75 -108.5t111 -73t136.5 -26.5q76 0 141.5 29t115 77t77 112.5t27.5 135.5q0 70 -27.5 131.5t-76 105.5t-112 69.5t-136.5 25.5 q-76 0 -141.5 -26.5t-114 -73.5t-76 -109.5t-27.5 -134.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1200" d="M141 0v1069h164v-229q63 113 183 180t262 67q92 0 153.5 -33.5t98 -94t52 -142.5t15.5 -178v-639h-180v598q0 172 -52.5 250t-158.5 78q-55 0 -110.5 -21.5t-104.5 -58.5t-86 -88t-55 -113v-645h-181zM272 1272q0 12 9.5 47t32 71.5t61.5 64.5t100 28q43 0 76 -13.5 t62.5 -31t59 -30.5t66.5 -13q39 0 61.5 14t35 32.5t15.5 34t3 19.5h107q0 -12 -9.5 -46t-34 -71t-66.5 -65.5t-108 -28.5q-47 0 -80.5 13.5t-63.5 29.5t-58.5 29.5t-61.5 13.5q-35 0 -54 -14.5t-29.5 -31.5t-13.5 -33.5t-3 -18.5h-107z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157zM401 1495h179l120 -207l-116 -41z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157zM524 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157zM340 1311l207 184h131l207 -184l-99 -49l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157zM270 1272q0 12 9.5 47t32 71.5t61.5 64.5t100 28q43 0 76 -13.5t62.5 -31t59 -30.5t66.5 -13q39 0 61.5 14t35 32.5t15.5 34t3 19.5h106 q0 -12 -9 -46t-33.5 -71t-66.5 -65.5t-108 -28.5q-47 0 -80.5 13.5t-63.5 29.5t-58.5 29.5t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -31.5t-13 -33.5t-3 -18.5h-107z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q119 0 219.5 -45t171 -120.5t110.5 -176t40 -213.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45t-220 45t-169.5 120.5t-109.5 176t-39 210.5zM258 530q0 -84 27.5 -155.5t76 -124.5t113 -84t137.5 -31 q74 0 138.5 31t113.5 85t77 127t28 157q0 82 -28 154.5t-77 126.5t-113.5 85t-138.5 31t-138 -32t-112.5 -86t-76 -127t-27.5 -157zM371 1278v209h151v-209h-151zM702 1278v209h152v-209h-152z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1079" d="M127 514v148h825v-148h-825zM463 135v209h153v-209h-153zM463 829v209h153v-209h-153z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1224" d="M74 532q0 113 40 213.5t110.5 176t170 120.5t217.5 45q80 0 152 -20t131 -57l49 63h115l-92 -117q88 -78 137 -188.5t49 -235.5q0 -111 -39 -211t-110.5 -175.5t-171 -120.5t-220.5 -45q-160 0 -286 79l-50 -63h-112l92 115q-86 78 -134 187.5t-48 233.5zM258 530 q0 -86 28.5 -158.5t78.5 -125.5l432 628q-41 27 -87 42.5t-98 15.5q-74 0 -138 -32t-112.5 -86t-76 -127t-27.5 -157zM426 193q82 -58 186 -58q74 0 138.5 31t113.5 85t77 127t28 157q0 86 -30 158.5t-79 125.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1234" d="M131 428v641h180v-606q0 -328 228 -328q111 0 208 70.5t144 193.5v670h180v-848q0 -63 57 -65v-156q-23 -4 -40 -6t-31 -2q-61 0 -96 29.5t-39 78.5l-7 129q-72 -121 -188.5 -185t-255.5 -64q-168 0 -254 112.5t-86 335.5zM387 1495h178l121 -207l-117 -41z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1234" d="M131 428v641h180v-606q0 -328 228 -328q111 0 208 70.5t144 193.5v670h180v-848q0 -63 57 -65v-156q-23 -4 -40 -6t-31 -2q-61 0 -96 29.5t-39 78.5l-7 129q-72 -121 -188.5 -185t-255.5 -64q-168 0 -254 112.5t-86 335.5zM510 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1234" d="M131 428v641h180v-606q0 -328 228 -328q111 0 208 70.5t144 193.5v670h180v-848q0 -63 57 -65v-156q-23 -4 -40 -6t-31 -2q-61 0 -96 29.5t-39 78.5l-7 129q-72 -121 -188.5 -185t-255.5 -64q-168 0 -254 112.5t-86 335.5zM326 1311l206 184h132l206 -184l-98 -49 l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1234" d="M131 428v641h180v-606q0 -328 228 -328q111 0 208 70.5t144 193.5v670h180v-848q0 -63 57 -65v-156q-23 -4 -40 -6t-31 -2q-61 0 -96 29.5t-39 78.5l-7 129q-72 -121 -188.5 -185t-255.5 -64q-168 0 -254 112.5t-86 335.5zM356 1278v209h152v-209h-152zM688 1278v209h152 v-209h-152z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1112" d="M18 1069h187l364 -907l332 907h172l-524 -1350q-37 -96 -106.5 -138t-163.5 -42q-23 0 -45.5 2t-45.5 8v158q55 -6 99 -6q18 0 34.5 8t37 39t47 90.5t65.5 161.5zM481 1288l119 207h180l-180 -248z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1230" d="M141 -436v1890h185v-534q49 70 125.5 122t197.5 52q119 0 213 -50.5t159.5 -132.5t101.5 -183.5t36 -201.5q-2 -111 -43 -213t-112.5 -180t-167 -124t-205.5 -46q-106 0 -186 48t-119 112v-559h-185zM326 354q0 -43 28.5 -84t73.5 -72.5t97.5 -51t101.5 -19.5 q76 0 140 34t110.5 89t72 127.5t25.5 150.5q0 80 -23.5 153t-67.5 128t-106.5 88t-138.5 33q-55 0 -102.5 -18.5t-86 -49.5t-70.5 -71.5t-54 -85.5v-351z" />
+<glyph unicode="&#xff;" horiz-adv-x="1112" d="M18 1069h187l364 -907l332 907h172l-524 -1350q-37 -96 -106.5 -138t-163.5 -42q-23 0 -45.5 2t-45.5 8v158q55 -6 99 -6q18 0 34.5 8t37 39t47 90.5t65.5 161.5zM328 1278v209h151v-209h-151zM659 1278v209h152v-209h-152z" />
+<glyph unicode="&#x152;" horiz-adv-x="2332" d="M84 727q0 145 52 278.5t144.5 235.5t218.5 162.5t273 60.5q86 0 163 -25.5t140.5 -70.5t113.5 -105.5t85 -129.5v321h952v-164h-768v-467h658v-164h-658v-495h787v-164h-971v322q-35 -72 -86 -132.5t-116.5 -104.5t-141.5 -69.5t-160 -25.5q-154 0 -279.5 62.5t-216 166 t-140.5 236.5t-50 272zM270 727q0 -111 36 -214t101.5 -183t157.5 -127t205 -47q117 0 209 49t156.5 130t98.5 184.5t34 209.5q0 111 -36 213t-102.5 182t-157.5 127t-202 47q-117 0 -209 -49t-156.5 -130t-99.5 -183t-35 -209z" />
+<glyph unicode="&#x153;" horiz-adv-x="2107" d="M74 530q0 119 41 220.5t113.5 176t171 117.5t212.5 43q152 0 269.5 -82.5t177.5 -228.5q63 150 179 230.5t273 80.5q115 0 210.5 -39.5t166 -112.5t112.5 -174.5t48 -225.5v-32t-2 -30h-887q6 -76 38 -141.5t82 -114.5t115.5 -76.5t139.5 -27.5q51 0 100 13t90 36.5 t71 56.5t46 74l152 -43q-29 -61 -76 -110.5t-108.5 -85.5t-134 -55t-148.5 -19q-147 0 -268 81.5t-197 223.5q-76 -145 -191 -225t-260 -80q-115 0 -213 41.5t-169.5 116.5t-112.5 175.5t-41 216.5zM258 528q0 -84 27.5 -155.5t75 -124.5t112.5 -83t139 -30q76 0 140.5 31 t112.5 84t76 126t28 156q0 84 -28 157t-75 127t-112.5 85t-139.5 31t-139 -32t-113.5 -86t-76 -128t-27.5 -158zM1155 590h719q-6 80 -37 146.5t-80 114.5t-113.5 74.5t-136.5 26.5t-134 -26.5t-109 -74.5t-76 -114.5t-33 -146.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1304" d="M8 1454h203l440 -758l445 758h200l-553 -924v-530h-184v535zM410 1661v209h151v-209h-151zM741 1661v209h152v-209h-152z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="700" d="M78 1311l207 184h131l207 -184l-99 -49l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="849" d="M82 1272q0 12 9 47t31.5 71.5t61.5 64.5t101 28q43 0 75.5 -13.5t62.5 -31t59.5 -30.5t66.5 -13q39 0 61.5 14t34.5 32.5t15.5 34t3.5 19.5h106q0 -12 -9 -46t-34 -71t-66.5 -65.5t-107.5 -28.5q-47 0 -81 13.5t-63.5 29.5t-58 29.5t-61.5 13.5q-35 0 -54.5 -14.5 t-29.5 -31.5t-13.5 -33.5t-3.5 -18.5h-106z" />
+<glyph unicode="&#x2000;" horiz-adv-x="939" />
+<glyph unicode="&#x2001;" horiz-adv-x="1878" />
+<glyph unicode="&#x2002;" horiz-adv-x="939" />
+<glyph unicode="&#x2003;" horiz-adv-x="1878" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="469" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="375" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="862" d="M129 477v164h604v-164h-604z" />
+<glyph unicode="&#x2011;" horiz-adv-x="862" d="M129 477v164h604v-164h-604z" />
+<glyph unicode="&#x2012;" horiz-adv-x="862" d="M129 477v164h604v-164h-604z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1187" d="M129 477v164h930v-164h-930z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1861" d="M129 477v164h1604v-164h-1604z" />
+<glyph unicode="&#x2018;" horiz-adv-x="434" d="M111 1241v254h151v-225q0 -31 18.5 -40t32.5 -9v-134q-35 0 -71.5 8.5t-65.5 26t-47 47t-18 72.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="434" d="M102 1362v133q35 0 71 -8t65.5 -25.5t48 -47.5t18.5 -73v-254h-151v226q0 31 -18.5 40t-33.5 9z" />
+<glyph unicode="&#x201a;" horiz-adv-x="438" d="M98 -33q14 0 33 9.5t19 39.5v213h149v-241q0 -43 -18.5 -73t-47 -47.5t-64.5 -25.5t-71 -8v133z" />
+<glyph unicode="&#x201c;" horiz-adv-x="735" d="M111 1241v254h151v-225q0 -31 18.5 -40t32.5 -9v-134q-35 0 -71.5 8.5t-65.5 26t-47 47t-18 72.5zM414 1241v254h151v-225q0 -31 18.5 -40t32.5 -9v-134q-35 0 -71.5 8.5t-65 26t-47 47t-18.5 72.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="737" d="M102 1362v133q35 0 71 -8t65.5 -25.5t48 -47.5t18.5 -73v-254h-151v226q0 31 -18.5 40t-33.5 9zM406 1362v133q35 0 70.5 -8t65 -25.5t48 -47.5t18.5 -73v-254h-151v226q0 31 -18.5 40t-32.5 9z" />
+<glyph unicode="&#x201e;" horiz-adv-x="718" d="M98 -33q14 0 33 9.5t19 39.5v213h149v-241q0 -43 -18.5 -73t-47 -47.5t-64.5 -25.5t-71 -8v133zM379 -33q14 0 32.5 9.5t18.5 39.5v213h150v-241q0 -43 -18.5 -73t-47.5 -47.5t-64.5 -25.5t-70.5 -8v133z" />
+<glyph unicode="&#x2022;" horiz-adv-x="731" d="M174 711q0 39 15.5 73.5t42 61t61.5 42t74 15.5t74.5 -15.5t61 -42t41 -61t15.5 -73.5q0 -41 -15.5 -76t-41 -60.5t-61 -41t-74.5 -15.5t-74 15.5t-61.5 41t-42 60.5t-15.5 76z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1026" d="M129 0v229h152v-229h-152zM438 0v229h150v-229h-150zM745 0v229h152v-229h-152z" />
+<glyph unicode="&#x202f;" horiz-adv-x="375" />
+<glyph unicode="&#x2039;" horiz-adv-x="731" d="M86 479v94l518 371v-151l-373 -263l373 -256v-151z" />
+<glyph unicode="&#x203a;" horiz-adv-x="731" d="M127 123v151l373 256l-373 263v151l518 -371v-94z" />
+<glyph unicode="&#x205f;" horiz-adv-x="469" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1630" d="M70 530l45 107h159q-4 25 -5 52.5t-1 68.5h-149l45 106h115q20 117 74.5 224.5t141.5 190.5t203.5 133t262.5 50q195 0 334 -88t206 -229l-145 -94q-33 70 -79 116.5t-100.5 75.5t-111.5 41t-113 12q-102 0 -183 -35.5t-142.5 -95t-101.5 -137.5t-58 -164h645l-45 -106 h-612q0 -45 1 -72t5 -49h579l-45 -107h-510q27 -80 72 -149.5t106.5 -119.5t136 -78.5t158.5 -28.5q57 0 118 14t116 46t103 80t79 116l154 -84q-35 -82 -97.5 -144.5t-141.5 -105.5t-167 -65.5t-172 -22.5q-123 0 -228.5 44t-189 117.5t-144 172t-91.5 208.5h-227z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1548" d="M121 1335v123h512v-123h-195v-475h-123v475h-194zM727 860v594h174l158 -364l158 364h176v-594h-123v426l-160 -340h-100l-160 340v-426h-123z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1064" d="M0 0v1065h1065v-1065h-1065z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="55" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="55" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="55" />
+<hkern u1="&#x20;" u2="Y" k="76" />
+<hkern u1="&#x20;" u2="X" k="14" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="55" />
+<hkern u1="&#x20;" u2="J" k="57" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="57" />
+<hkern u1="&#x20;" u2="&#x22;" k="53" />
+<hkern u1="&#x22;" u2="&#x20;" k="53" />
+<hkern u1="&#x23;" u2="&#x34;" k="14" />
+<hkern u1="&#x24;" u2="&#x37;" k="16" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="78" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-12" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-33" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-70" />
+<hkern u1="&#x26;" u2="z" k="-10" />
+<hkern u1="&#x26;" u2="y" k="39" />
+<hkern u1="&#x26;" u2="x" k="-35" />
+<hkern u1="&#x26;" u2="w" k="39" />
+<hkern u1="&#x26;" u2="v" k="37" />
+<hkern u1="&#x26;" u2="s" k="-10" />
+<hkern u1="&#x26;" u2="Z" k="-10" />
+<hkern u1="&#x26;" u2="Y" k="109" />
+<hkern u1="&#x26;" u2="X" k="-43" />
+<hkern u1="&#x26;" u2="W" k="88" />
+<hkern u1="&#x26;" u2="V" k="86" />
+<hkern u1="&#x26;" u2="U" k="10" />
+<hkern u1="&#x26;" u2="T" k="86" />
+<hkern u1="&#x26;" u2="J" k="-18" />
+<hkern u1="&#x26;" u2="A" k="-39" />
+<hkern u1="&#x26;" u2="&#x27;" k="80" />
+<hkern u1="&#x27;" u2="&#x2039;" k="16" />
+<hkern u1="&#x27;" u2="&#xf0;" k="106" />
+<hkern u1="&#x27;" u2="&#xef;" k="-23" />
+<hkern u1="&#x27;" u2="&#xee;" k="-12" />
+<hkern u1="&#x27;" u2="&#xc6;" k="195" />
+<hkern u1="&#x27;" u2="s" k="12" />
+<hkern u1="&#x27;" u2="o" k="45" />
+<hkern u1="&#x27;" u2="f" k="10" />
+<hkern u1="&#x27;" u2="d" k="133" />
+<hkern u1="&#x27;" u2="a" k="14" />
+<hkern u1="&#x27;" u2="O" k="23" />
+<hkern u1="&#x27;" u2="J" k="172" />
+<hkern u1="&#x27;" u2="A" k="135" />
+<hkern u1="&#x27;" u2="&#x40;" k="70" />
+<hkern u1="&#x27;" u2="&#x39;" k="31" />
+<hkern u1="&#x27;" u2="&#x35;" k="31" />
+<hkern u1="&#x27;" u2="&#x34;" k="168" />
+<hkern u1="&#x27;" u2="&#x33;" k="16" />
+<hkern u1="&#x27;" u2="&#x30;" k="18" />
+<hkern u1="&#x27;" u2="&#x2f;" k="190" />
+<hkern u1="&#x27;" u2="&#x2e;" k="246" />
+<hkern u1="&#x27;" u2="&#x20;" k="57" />
+<hkern u1="&#x28;" u2="&#xf0;" k="31" />
+<hkern u1="&#x28;" u2="&#xef;" k="-53" />
+<hkern u1="&#x28;" u2="&#xee;" k="-10" />
+<hkern u1="&#x28;" u2="&#xec;" k="-20" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-10" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-31" />
+<hkern u1="&#x28;" u2="y" k="18" />
+<hkern u1="&#x28;" u2="x" k="-12" />
+<hkern u1="&#x28;" u2="w" k="29" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="u" k="14" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-25" />
+<hkern u1="&#x28;" u2="f" k="8" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="Y" k="-23" />
+<hkern u1="&#x28;" u2="X" k="-23" />
+<hkern u1="&#x28;" u2="W" k="-20" />
+<hkern u1="&#x28;" u2="V" k="-20" />
+<hkern u1="&#x28;" u2="T" k="-4" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-8" />
+<hkern u1="&#x28;" u2="A" k="-18" />
+<hkern u1="&#x28;" u2="&#x36;" k="8" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="98" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-59" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-49" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-12" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="193" />
+<hkern u1="&#x2a;" u2="x" k="-20" />
+<hkern u1="&#x2a;" u2="w" k="-20" />
+<hkern u1="&#x2a;" u2="v" k="-16" />
+<hkern u1="&#x2a;" u2="s" k="37" />
+<hkern u1="&#x2a;" u2="o" k="61" />
+<hkern u1="&#x2a;" u2="f" k="10" />
+<hkern u1="&#x2a;" u2="d" k="86" />
+<hkern u1="&#x2a;" u2="a" k="25" />
+<hkern u1="&#x2a;" u2="Y" k="-29" />
+<hkern u1="&#x2a;" u2="X" k="-29" />
+<hkern u1="&#x2a;" u2="W" k="-27" />
+<hkern u1="&#x2a;" u2="V" k="-4" />
+<hkern u1="&#x2a;" u2="T" k="-33" />
+<hkern u1="&#x2a;" u2="O" k="12" />
+<hkern u1="&#x2a;" u2="J" k="176" />
+<hkern u1="&#x2a;" u2="A" k="129" />
+<hkern u1="&#x2b;" u2="&#x38;" k="12" />
+<hkern u1="&#x2b;" u2="&#x37;" k="35" />
+<hkern u1="&#x2b;" u2="&#x34;" k="63" />
+<hkern u1="&#x2b;" u2="&#x33;" k="31" />
+<hkern u1="&#x2b;" u2="&#x32;" k="14" />
+<hkern u1="&#x2b;" u2="&#x31;" k="16" />
+<hkern u1="&#x2c;" u2="j" k="-29" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="33" />
+<hkern u1="&#x2d;" u2="z" k="51" />
+<hkern u1="&#x2d;" u2="y" k="43" />
+<hkern u1="&#x2d;" u2="x" k="59" />
+<hkern u1="&#x2d;" u2="w" k="45" />
+<hkern u1="&#x2d;" u2="v" k="41" />
+<hkern u1="&#x2d;" u2="t" k="12" />
+<hkern u1="&#x2d;" u2="s" k="12" />
+<hkern u1="&#x2d;" u2="f" k="10" />
+<hkern u1="&#x2d;" u2="Z" k="25" />
+<hkern u1="&#x2d;" u2="Y" k="133" />
+<hkern u1="&#x2d;" u2="X" k="55" />
+<hkern u1="&#x2d;" u2="W" k="86" />
+<hkern u1="&#x2d;" u2="V" k="84" />
+<hkern u1="&#x2d;" u2="T" k="135" />
+<hkern u1="&#x2d;" u2="J" k="102" />
+<hkern u1="&#x2d;" u2="A" k="29" />
+<hkern u1="&#x2d;" u2="&#x37;" k="51" />
+<hkern u1="&#x2d;" u2="&#x34;" k="29" />
+<hkern u1="&#x2d;" u2="&#x33;" k="82" />
+<hkern u1="&#x2d;" u2="&#x32;" k="12" />
+<hkern u1="&#x2d;" u2="&#x31;" k="39" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="264" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="272" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-4" />
+<hkern u1="&#x2e;" u2="y" k="92" />
+<hkern u1="&#x2e;" u2="w" k="96" />
+<hkern u1="&#x2e;" u2="v" k="88" />
+<hkern u1="&#x2e;" u2="t" k="8" />
+<hkern u1="&#x2e;" u2="f" k="6" />
+<hkern u1="&#x2e;" u2="d" k="10" />
+<hkern u1="&#x2e;" u2="Y" k="158" />
+<hkern u1="&#x2e;" u2="W" k="147" />
+<hkern u1="&#x2e;" u2="V" k="143" />
+<hkern u1="&#x2e;" u2="U" k="37" />
+<hkern u1="&#x2e;" u2="T" k="137" />
+<hkern u1="&#x2e;" u2="O" k="33" />
+<hkern u1="&#x2e;" u2="&#x37;" k="61" />
+<hkern u1="&#x2e;" u2="&#x27;" k="246" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="80" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-47" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-6" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="193" />
+<hkern u1="&#x2f;" u2="z" k="20" />
+<hkern u1="&#x2f;" u2="y" k="31" />
+<hkern u1="&#x2f;" u2="x" k="12" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="43" />
+<hkern u1="&#x2f;" u2="s" k="68" />
+<hkern u1="&#x2f;" u2="o" k="76" />
+<hkern u1="&#x2f;" u2="n" k="45" />
+<hkern u1="&#x2f;" u2="f" k="14" />
+<hkern u1="&#x2f;" u2="d" k="78" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-20" />
+<hkern u1="&#x2f;" u2="X" k="-20" />
+<hkern u1="&#x2f;" u2="W" k="-18" />
+<hkern u1="&#x2f;" u2="V" k="-16" />
+<hkern u1="&#x2f;" u2="S" k="10" />
+<hkern u1="&#x2f;" u2="O" k="41" />
+<hkern u1="&#x2f;" u2="J" k="160" />
+<hkern u1="&#x2f;" u2="A" k="129" />
+<hkern u1="&#x2f;" u2="&#x39;" k="59" />
+<hkern u1="&#x2f;" u2="&#x38;" k="10" />
+<hkern u1="&#x2f;" u2="&#x36;" k="31" />
+<hkern u1="&#x2f;" u2="&#x35;" k="70" />
+<hkern u1="&#x2f;" u2="&#x34;" k="156" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="45" />
+<hkern u1="&#x2f;" u2="&#x31;" k="41" />
+<hkern u1="&#x2f;" u2="&#x30;" k="76" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="506" />
+<hkern u1="&#x30;" u2="&#xc6;" k="43" />
+<hkern u1="&#x30;" u2="&#xb0;" k="37" />
+<hkern u1="&#x30;" u2="\" k="68" />
+<hkern u1="&#x30;" u2="Z" k="20" />
+<hkern u1="&#x30;" u2="Y" k="94" />
+<hkern u1="&#x30;" u2="X" k="27" />
+<hkern u1="&#x30;" u2="W" k="66" />
+<hkern u1="&#x30;" u2="V" k="63" />
+<hkern u1="&#x30;" u2="T" k="100" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="33" />
+<hkern u1="&#x30;" u2="&#x37;" k="25" />
+<hkern u1="&#x30;" u2="&#x2f;" k="10" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="18" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-27" />
+<hkern u1="&#x31;" u2="&#xb7;" k="37" />
+<hkern u1="&#x31;" u2="&#xb0;" k="41" />
+<hkern u1="&#x31;" u2="\" k="78" />
+<hkern u1="&#x31;" u2="Y" k="98" />
+<hkern u1="&#x31;" u2="X" k="-10" />
+<hkern u1="&#x31;" u2="W" k="80" />
+<hkern u1="&#x31;" u2="V" k="80" />
+<hkern u1="&#x31;" u2="U" k="14" />
+<hkern u1="&#x31;" u2="T" k="109" />
+<hkern u1="&#x31;" u2="A" k="-12" />
+<hkern u1="&#x31;" u2="&#x3d;" k="16" />
+<hkern u1="&#x31;" u2="&#x37;" k="16" />
+<hkern u1="&#x31;" u2="&#x2d;" k="27" />
+<hkern u1="&#x31;" u2="&#x2b;" k="41" />
+<hkern u1="&#x31;" u2="&#x27;" k="33" />
+<hkern u1="&#x31;" u2="&#x23;" k="-8" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-12" />
+<hkern u1="&#x32;" u2="\" k="51" />
+<hkern u1="&#x32;" u2="Y" k="76" />
+<hkern u1="&#x32;" u2="W" k="51" />
+<hkern u1="&#x32;" u2="V" k="51" />
+<hkern u1="&#x32;" u2="T" k="92" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-25" />
+<hkern u1="&#x33;" u2="&#xb0;" k="39" />
+<hkern u1="&#x33;" u2="\" k="59" />
+<hkern u1="&#x33;" u2="Y" k="84" />
+<hkern u1="&#x33;" u2="X" k="-12" />
+<hkern u1="&#x33;" u2="W" k="55" />
+<hkern u1="&#x33;" u2="V" k="55" />
+<hkern u1="&#x33;" u2="T" k="94" />
+<hkern u1="&#x33;" u2="&#x37;" k="16" />
+<hkern u1="&#x33;" u2="&#x27;" k="20" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-23" />
+<hkern u1="&#x34;" u2="&#xb7;" k="29" />
+<hkern u1="&#x34;" u2="&#xb0;" k="27" />
+<hkern u1="&#x34;" u2="\" k="61" />
+<hkern u1="&#x34;" u2="Y" k="84" />
+<hkern u1="&#x34;" u2="X" k="-6" />
+<hkern u1="&#x34;" u2="W" k="66" />
+<hkern u1="&#x34;" u2="V" k="66" />
+<hkern u1="&#x34;" u2="T" k="100" />
+<hkern u1="&#x34;" u2="A" k="-10" />
+<hkern u1="&#x34;" u2="&#x37;" k="18" />
+<hkern u1="&#x34;" u2="&#x2d;" k="14" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-8" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="12" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-10" />
+<hkern u1="&#x35;" u2="&#xb7;" k="20" />
+<hkern u1="&#x35;" u2="\" k="16" />
+<hkern u1="&#x35;" u2="Y" k="45" />
+<hkern u1="&#x35;" u2="W" k="29" />
+<hkern u1="&#x35;" u2="V" k="29" />
+<hkern u1="&#x35;" u2="T" k="76" />
+<hkern u1="&#x35;" u2="A" k="-12" />
+<hkern u1="&#x35;" u2="&#x2d;" k="18" />
+<hkern u1="&#x35;" u2="&#x2b;" k="43" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="45" />
+<hkern u1="&#x36;" u2="W" k="33" />
+<hkern u1="&#x36;" u2="V" k="33" />
+<hkern u1="&#x36;" u2="T" k="16" />
+<hkern u1="&#x36;" u2="A" k="29" />
+<hkern u1="&#x36;" u2="&#x33;" k="10" />
+<hkern u1="&#x37;" u2="&#xc6;" k="106" />
+<hkern u1="&#x37;" u2="&#xb7;" k="41" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-4" />
+<hkern u1="&#x37;" u2="&#xa2;" k="33" />
+<hkern u1="&#x37;" u2="Z" k="20" />
+<hkern u1="&#x37;" u2="T" k="27" />
+<hkern u1="&#x37;" u2="J" k="106" />
+<hkern u1="&#x37;" u2="A" k="80" />
+<hkern u1="&#x37;" u2="&#x3d;" k="20" />
+<hkern u1="&#x37;" u2="&#x37;" k="-8" />
+<hkern u1="&#x37;" u2="&#x35;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="96" />
+<hkern u1="&#x37;" u2="&#x2f;" k="102" />
+<hkern u1="&#x37;" u2="&#x2e;" k="129" />
+<hkern u1="&#x37;" u2="&#x2d;" k="51" />
+<hkern u1="&#x37;" u2="&#x2b;" k="18" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="47" />
+<hkern u1="&#x38;" u2="W" k="33" />
+<hkern u1="&#x38;" u2="V" k="33" />
+<hkern u1="&#x38;" u2="T" k="14" />
+<hkern u1="&#x38;" u2="A" k="29" />
+<hkern u1="&#x38;" u2="&#x2b;" k="12" />
+<hkern u1="&#x39;" u2="&#xb0;" k="57" />
+<hkern u1="&#x39;" u2="\" k="68" />
+<hkern u1="&#x39;" u2="Y" k="96" />
+<hkern u1="&#x39;" u2="W" k="66" />
+<hkern u1="&#x39;" u2="V" k="66" />
+<hkern u1="&#x39;" u2="T" k="106" />
+<hkern u1="&#x39;" u2="&#x37;" k="23" />
+<hkern u1="&#x39;" u2="&#x27;" k="43" />
+<hkern u1="&#x3a;" u2="Y" k="57" />
+<hkern u1="&#x3a;" u2="W" k="33" />
+<hkern u1="&#x3a;" u2="V" k="33" />
+<hkern u1="&#x3a;" u2="T" k="78" />
+<hkern u1="&#x3b;" u2="j" k="-23" />
+<hkern u1="&#x3d;" u2="&#x37;" k="33" />
+<hkern u1="&#x3d;" u2="&#x34;" k="16" />
+<hkern u1="&#x3d;" u2="&#x33;" k="39" />
+<hkern u1="&#x3d;" u2="&#x31;" k="23" />
+<hkern u1="&#x40;" u2="&#x2019;" k="66" />
+<hkern u1="&#x40;" u2="Y" k="106" />
+<hkern u1="&#x40;" u2="W" k="74" />
+<hkern u1="&#x40;" u2="V" k="74" />
+<hkern u1="&#x40;" u2="T" k="106" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="66" />
+<hkern u1="A" u2="&#x2122;" k="129" />
+<hkern u1="A" u2="&#x2039;" k="29" />
+<hkern u1="A" u2="&#x201e;" k="-4" />
+<hkern u1="A" u2="&#x201a;" k="-4" />
+<hkern u1="A" u2="&#x2019;" k="133" />
+<hkern u1="A" u2="&#x2018;" k="135" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="10" />
+<hkern u1="A" u2="&#xd0;" k="8" />
+<hkern u1="A" u2="&#xba;" k="100" />
+<hkern u1="A" u2="&#xae;" k="43" />
+<hkern u1="A" u2="&#xaa;" k="90" />
+<hkern u1="A" u2="&#xa9;" k="43" />
+<hkern u1="A" u2="y" k="70" />
+<hkern u1="A" u2="w" k="72" />
+<hkern u1="A" u2="v" k="66" />
+<hkern u1="A" u2="u" k="25" />
+<hkern u1="A" u2="t" k="49" />
+<hkern u1="A" u2="s" k="10" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="6" />
+<hkern u1="A" u2="f" k="31" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="]" k="-4" />
+<hkern u1="A" u2="\" k="123" />
+<hkern u1="A" u2="Y" k="147" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="113" />
+<hkern u1="A" u2="U" k="59" />
+<hkern u1="A" u2="T" k="143" />
+<hkern u1="A" u2="S" k="20" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="16" />
+<hkern u1="A" u2="&#x3f;" k="43" />
+<hkern u1="A" u2="&#x38;" k="29" />
+<hkern u1="A" u2="&#x37;" k="41" />
+<hkern u1="A" u2="&#x36;" k="33" />
+<hkern u1="A" u2="&#x34;" k="-16" />
+<hkern u1="A" u2="&#x32;" k="-8" />
+<hkern u1="A" u2="&#x30;" k="33" />
+<hkern u1="A" u2="&#x2f;" k="-16" />
+<hkern u1="A" u2="&#x2d;" k="29" />
+<hkern u1="A" u2="&#x2c;" k="-4" />
+<hkern u1="A" u2="&#x2a;" k="129" />
+<hkern u1="A" u2="&#x29;" k="-16" />
+<hkern u1="A" u2="&#x27;" k="135" />
+<hkern u1="A" u2="&#x26;" k="29" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="4" />
+<hkern u1="B" u2="&#xef;" k="-14" />
+<hkern u1="B" u2="&#xee;" k="-12" />
+<hkern u1="B" u2="&#xc6;" k="20" />
+<hkern u1="B" u2="z" k="6" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="20" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="u" k="4" />
+<hkern u1="B" u2="t" k="20" />
+<hkern u1="B" u2="s" k="8" />
+<hkern u1="B" u2="o" k="4" />
+<hkern u1="B" u2="n" k="4" />
+<hkern u1="B" u2="f" k="23" />
+<hkern u1="B" u2="d" k="4" />
+<hkern u1="B" u2="Z" k="8" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="31" />
+<hkern u1="B" u2="W" k="43" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="59" />
+<hkern u1="B" u2="J" k="27" />
+<hkern u1="B" u2="A" k="29" />
+<hkern u1="B" u2="&#x37;" k="20" />
+<hkern u1="B" u2="&#x33;" k="12" />
+<hkern u1="C" u2="&#x2122;" k="-14" />
+<hkern u1="C" u2="&#xf0;" k="6" />
+<hkern u1="C" u2="&#xef;" k="-37" />
+<hkern u1="C" u2="&#xee;" k="-23" />
+<hkern u1="C" u2="&#xc6;" k="14" />
+<hkern u1="C" u2="z" k="4" />
+<hkern u1="C" u2="y" k="4" />
+<hkern u1="C" u2="w" k="4" />
+<hkern u1="C" u2="u" k="4" />
+<hkern u1="C" u2="t" k="6" />
+<hkern u1="C" u2="s" k="8" />
+<hkern u1="C" u2="o" k="6" />
+<hkern u1="C" u2="n" k="4" />
+<hkern u1="C" u2="f" k="10" />
+<hkern u1="C" u2="d" k="6" />
+<hkern u1="C" u2="Y" k="35" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="14" />
+<hkern u1="C" u2="S" k="8" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-20" />
+<hkern u1="D" u2="&#x2122;" k="10" />
+<hkern u1="D" u2="&#x2018;" k="10" />
+<hkern u1="D" u2="&#xf0;" k="6" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="76" />
+<hkern u1="D" u2="z" k="6" />
+<hkern u1="D" u2="y" k="6" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="4" />
+<hkern u1="D" u2="u" k="4" />
+<hkern u1="D" u2="s" k="6" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="i" k="4" />
+<hkern u1="D" u2="h" k="4" />
+<hkern u1="D" u2="a" k="14" />
+<hkern u1="D" u2="\" k="29" />
+<hkern u1="D" u2="Z" k="31" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="51" />
+<hkern u1="D" u2="V" k="49" />
+<hkern u1="D" u2="T" k="61" />
+<hkern u1="D" u2="S" k="4" />
+<hkern u1="D" u2="J" k="70" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="12" />
+<hkern u1="D" u2="&#x2f;" k="39" />
+<hkern u1="D" u2="&#x2e;" k="29" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="16" />
+<hkern u1="E" u2="&#x2039;" k="23" />
+<hkern u1="E" u2="&#xf0;" k="37" />
+<hkern u1="E" u2="&#xef;" k="-33" />
+<hkern u1="E" u2="&#xee;" k="-23" />
+<hkern u1="E" u2="y" k="45" />
+<hkern u1="E" u2="w" k="41" />
+<hkern u1="E" u2="v" k="37" />
+<hkern u1="E" u2="u" k="25" />
+<hkern u1="E" u2="t" k="25" />
+<hkern u1="E" u2="s" k="8" />
+<hkern u1="E" u2="o" k="37" />
+<hkern u1="E" u2="n" k="6" />
+<hkern u1="E" u2="f" k="31" />
+<hkern u1="E" u2="d" k="37" />
+<hkern u1="E" u2="a" k="12" />
+<hkern u1="E" u2="S" k="23" />
+<hkern u1="E" u2="O" k="25" />
+<hkern u1="E" u2="&#x37;" k="27" />
+<hkern u1="E" u2="&#x2d;" k="25" />
+<hkern u1="F" g2="uniFB04" k="37" />
+<hkern u1="F" g2="uniFB03" k="37" />
+<hkern u1="F" u2="&#x2122;" k="-4" />
+<hkern u1="F" u2="&#x203a;" k="29" />
+<hkern u1="F" u2="&#x2039;" k="33" />
+<hkern u1="F" u2="&#xf0;" k="86" />
+<hkern u1="F" u2="&#xef;" k="-55" />
+<hkern u1="F" u2="&#xee;" k="-45" />
+<hkern u1="F" u2="&#xed;" k="10" />
+<hkern u1="F" u2="&#xec;" k="-16" />
+<hkern u1="F" u2="&#xdf;" k="20" />
+<hkern u1="F" u2="&#xc6;" k="227" />
+<hkern u1="F" u2="z" k="59" />
+<hkern u1="F" u2="y" k="41" />
+<hkern u1="F" u2="x" k="47" />
+<hkern u1="F" u2="w" k="41" />
+<hkern u1="F" u2="v" k="39" />
+<hkern u1="F" u2="u" k="47" />
+<hkern u1="F" u2="t" k="14" />
+<hkern u1="F" u2="s" k="72" />
+<hkern u1="F" u2="o" k="59" />
+<hkern u1="F" u2="n" k="55" />
+<hkern u1="F" u2="f" k="31" />
+<hkern u1="F" u2="d" k="59" />
+<hkern u1="F" u2="a" k="113" />
+<hkern u1="F" u2="S" k="45" />
+<hkern u1="F" u2="O" k="33" />
+<hkern u1="F" u2="J" k="244" />
+<hkern u1="F" u2="A" k="131" />
+<hkern u1="F" u2="&#x40;" k="12" />
+<hkern u1="F" u2="&#x3a;" k="23" />
+<hkern u1="F" u2="&#x37;" k="35" />
+<hkern u1="F" u2="&#x35;" k="33" />
+<hkern u1="F" u2="&#x34;" k="84" />
+<hkern u1="F" u2="&#x33;" k="33" />
+<hkern u1="F" u2="&#x32;" k="41" />
+<hkern u1="F" u2="&#x31;" k="23" />
+<hkern u1="F" u2="&#x2f;" k="113" />
+<hkern u1="F" u2="&#x2e;" k="139" />
+<hkern u1="F" u2="&#x2d;" k="39" />
+<hkern u1="F" u2="&#x2a;" k="-18" />
+<hkern u1="F" u2="&#x29;" k="-4" />
+<hkern u1="F" u2="&#x20;" k="45" />
+<hkern u1="G" u2="&#x2122;" k="10" />
+<hkern u1="G" u2="&#xf0;" k="4" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="27" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="12" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="10" />
+<hkern u1="G" u2="Y" k="63" />
+<hkern u1="G" u2="W" k="45" />
+<hkern u1="G" u2="V" k="43" />
+<hkern u1="G" u2="T" k="45" />
+<hkern u1="G" u2="&#x27;" k="14" />
+<hkern u1="I" u2="&#xf0;" k="20" />
+<hkern u1="I" u2="&#xef;" k="-14" />
+<hkern u1="I" u2="z" k="4" />
+<hkern u1="I" u2="y" k="4" />
+<hkern u1="I" u2="t" k="16" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="18" />
+<hkern u1="I" u2="f" k="16" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="14" />
+<hkern u1="J" u2="&#xf0;" k="25" />
+<hkern u1="J" u2="&#xef;" k="-20" />
+<hkern u1="J" u2="&#xee;" k="-10" />
+<hkern u1="J" u2="&#xc6;" k="43" />
+<hkern u1="J" u2="z" k="8" />
+<hkern u1="J" u2="x" k="4" />
+<hkern u1="J" u2="u" k="6" />
+<hkern u1="J" u2="t" k="12" />
+<hkern u1="J" u2="s" k="23" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="6" />
+<hkern u1="J" u2="l" k="4" />
+<hkern u1="J" u2="i" k="4" />
+<hkern u1="J" u2="h" k="4" />
+<hkern u1="J" u2="f" k="14" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="20" />
+<hkern u1="J" u2="J" k="31" />
+<hkern u1="J" u2="A" k="33" />
+<hkern u1="J" u2="&#x2f;" k="12" />
+<hkern u1="J" u2="&#x2e;" k="16" />
+<hkern u1="K" u2="&#x2122;" k="-14" />
+<hkern u1="K" u2="&#x203a;" k="-4" />
+<hkern u1="K" u2="&#x2039;" k="29" />
+<hkern u1="K" u2="&#x201e;" k="-16" />
+<hkern u1="K" u2="&#x201a;" k="-16" />
+<hkern u1="K" u2="&#xf8;" k="18" />
+<hkern u1="K" u2="&#xf0;" k="53" />
+<hkern u1="K" u2="&#xef;" k="-66" />
+<hkern u1="K" u2="&#xee;" k="-12" />
+<hkern u1="K" u2="&#xec;" k="-25" />
+<hkern u1="K" u2="&#xd8;" k="16" />
+<hkern u1="K" u2="&#xae;" k="31" />
+<hkern u1="K" u2="&#xa9;" k="31" />
+<hkern u1="K" u2="&#x7d;" k="-14" />
+<hkern u1="K" u2="y" k="74" />
+<hkern u1="K" u2="w" k="78" />
+<hkern u1="K" u2="v" k="74" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="27" />
+<hkern u1="K" u2="o" k="61" />
+<hkern u1="K" u2="f" k="29" />
+<hkern u1="K" u2="d" k="59" />
+<hkern u1="K" u2="a" k="6" />
+<hkern u1="K" u2="]" k="-16" />
+<hkern u1="K" u2="\" k="-12" />
+<hkern u1="K" u2="S" k="18" />
+<hkern u1="K" u2="O" k="72" />
+<hkern u1="K" u2="J" k="-4" />
+<hkern u1="K" u2="&#x3b;" k="-8" />
+<hkern u1="K" u2="&#x34;" k="-29" />
+<hkern u1="K" u2="&#x32;" k="-18" />
+<hkern u1="K" u2="&#x30;" k="12" />
+<hkern u1="K" u2="&#x2f;" k="-27" />
+<hkern u1="K" u2="&#x2d;" k="51" />
+<hkern u1="K" u2="&#x2c;" k="-16" />
+<hkern u1="K" u2="&#x2a;" k="-20" />
+<hkern u1="K" u2="&#x29;" k="-29" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="221" />
+<hkern u1="L" u2="&#x2039;" k="80" />
+<hkern u1="L" u2="&#x2019;" k="215" />
+<hkern u1="L" u2="&#x2018;" k="217" />
+<hkern u1="L" u2="&#xf0;" k="31" />
+<hkern u1="L" u2="&#xc6;" k="-12" />
+<hkern u1="L" u2="&#xba;" k="217" />
+<hkern u1="L" u2="&#xb7;" k="291" />
+<hkern u1="L" u2="&#xae;" k="37" />
+<hkern u1="L" u2="&#xaa;" k="215" />
+<hkern u1="L" u2="&#xa9;" k="37" />
+<hkern u1="L" u2="y" k="152" />
+<hkern u1="L" u2="w" k="156" />
+<hkern u1="L" u2="v" k="141" />
+<hkern u1="L" u2="u" k="18" />
+<hkern u1="L" u2="t" k="37" />
+<hkern u1="L" u2="o" k="39" />
+<hkern u1="L" u2="f" k="27" />
+<hkern u1="L" u2="d" k="41" />
+<hkern u1="L" u2="\" k="174" />
+<hkern u1="L" u2="Y" k="231" />
+<hkern u1="L" u2="W" k="213" />
+<hkern u1="L" u2="V" k="207" />
+<hkern u1="L" u2="U" k="80" />
+<hkern u1="L" u2="T" k="225" />
+<hkern u1="L" u2="S" k="8" />
+<hkern u1="L" u2="O" k="82" />
+<hkern u1="L" u2="&#x3f;" k="29" />
+<hkern u1="L" u2="&#x37;" k="16" />
+<hkern u1="L" u2="&#x2d;" k="113" />
+<hkern u1="L" u2="&#x2a;" k="219" />
+<hkern u1="L" u2="&#x27;" k="213" />
+<hkern u1="L" u2="&#x20;" k="55" />
+<hkern u1="O" u2="&#x2122;" k="12" />
+<hkern u1="O" u2="&#x2019;" k="10" />
+<hkern u1="O" u2="&#x2018;" k="12" />
+<hkern u1="O" u2="&#xf0;" k="6" />
+<hkern u1="O" u2="&#xd0;" k="14" />
+<hkern u1="O" u2="&#xc6;" k="82" />
+<hkern u1="O" u2="z" k="6" />
+<hkern u1="O" u2="y" k="6" />
+<hkern u1="O" u2="x" k="25" />
+<hkern u1="O" u2="w" k="4" />
+<hkern u1="O" u2="u" k="4" />
+<hkern u1="O" u2="s" k="6" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="4" />
+<hkern u1="O" u2="a" k="14" />
+<hkern u1="O" u2="\" k="33" />
+<hkern u1="O" u2="Z" k="37" />
+<hkern u1="O" u2="Y" k="84" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="53" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="63" />
+<hkern u1="O" u2="S" k="4" />
+<hkern u1="O" u2="J" k="70" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="14" />
+<hkern u1="O" u2="&#x2f;" k="41" />
+<hkern u1="O" u2="&#x2e;" k="33" />
+<hkern u1="O" u2="&#x2a;" k="10" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="23" />
+<hkern u1="P" u2="&#x2039;" k="27" />
+<hkern u1="P" u2="&#xf0;" k="47" />
+<hkern u1="P" u2="&#xef;" k="-27" />
+<hkern u1="P" u2="&#xee;" k="-12" />
+<hkern u1="P" u2="&#xc6;" k="188" />
+<hkern u1="P" u2="y" k="-14" />
+<hkern u1="P" u2="x" k="-6" />
+<hkern u1="P" u2="w" k="-10" />
+<hkern u1="P" u2="v" k="-8" />
+<hkern u1="P" u2="s" k="16" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="20" />
+<hkern u1="P" u2="Z" k="16" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="37" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="6" />
+<hkern u1="P" u2="J" k="193" />
+<hkern u1="P" u2="A" k="98" />
+<hkern u1="P" u2="&#x35;" k="10" />
+<hkern u1="P" u2="&#x34;" k="70" />
+<hkern u1="P" u2="&#x2f;" k="113" />
+<hkern u1="P" u2="&#x2e;" k="147" />
+<hkern u1="P" u2="&#x2d;" k="31" />
+<hkern u1="P" u2="&#x29;" k="12" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-8" />
+<hkern u1="Q" u2="&#x201a;" k="-8" />
+<hkern u1="Q" u2="&#xc6;" k="16" />
+<hkern u1="Q" u2="&#x7d;" k="-8" />
+<hkern u1="Q" u2="y" k="6" />
+<hkern u1="Q" u2="]" k="-8" />
+<hkern u1="Q" u2="X" k="12" />
+<hkern u1="Q" u2="J" k="12" />
+<hkern u1="Q" u2="A" k="8" />
+<hkern u1="Q" u2="&#x34;" k="-20" />
+<hkern u1="Q" u2="&#x32;" k="-10" />
+<hkern u1="Q" u2="&#x2f;" k="-18" />
+<hkern u1="Q" u2="&#x2c;" k="-8" />
+<hkern u1="Q" u2="&#x29;" k="-20" />
+<hkern u1="R" u2="&#x2122;" k="8" />
+<hkern u1="R" u2="&#x2039;" k="29" />
+<hkern u1="R" u2="&#x2019;" k="6" />
+<hkern u1="R" u2="&#xf0;" k="53" />
+<hkern u1="R" u2="&#xd0;" k="6" />
+<hkern u1="R" u2="y" k="10" />
+<hkern u1="R" u2="w" k="12" />
+<hkern u1="R" u2="v" k="10" />
+<hkern u1="R" u2="u" k="20" />
+<hkern u1="R" u2="t" k="12" />
+<hkern u1="R" u2="s" k="8" />
+<hkern u1="R" u2="o" k="43" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="14" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="10" />
+<hkern u1="R" u2="d" k="41" />
+<hkern u1="R" u2="a" k="23" />
+<hkern u1="R" u2="\" k="16" />
+<hkern u1="R" u2="Y" k="59" />
+<hkern u1="R" u2="W" k="47" />
+<hkern u1="R" u2="V" k="45" />
+<hkern u1="R" u2="U" k="8" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="10" />
+<hkern u1="R" u2="A" k="14" />
+<hkern u1="R" u2="&#x34;" k="-8" />
+<hkern u1="R" u2="&#x2f;" k="-8" />
+<hkern u1="R" u2="&#x2d;" k="12" />
+<hkern u1="R" u2="&#x29;" k="-8" />
+<hkern u1="S" u2="&#xf0;" k="4" />
+<hkern u1="S" u2="&#xef;" k="-29" />
+<hkern u1="S" u2="&#xee;" k="-20" />
+<hkern u1="S" u2="&#xc6;" k="8" />
+<hkern u1="S" u2="&#xaa;" k="14" />
+<hkern u1="S" u2="z" k="8" />
+<hkern u1="S" u2="y" k="43" />
+<hkern u1="S" u2="x" k="20" />
+<hkern u1="S" u2="w" k="45" />
+<hkern u1="S" u2="v" k="43" />
+<hkern u1="S" u2="u" k="6" />
+<hkern u1="S" u2="t" k="25" />
+<hkern u1="S" u2="s" k="8" />
+<hkern u1="S" u2="n" k="6" />
+<hkern u1="S" u2="l" k="4" />
+<hkern u1="S" u2="i" k="4" />
+<hkern u1="S" u2="h" k="4" />
+<hkern u1="S" u2="f" k="25" />
+<hkern u1="S" u2="a" k="4" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="31" />
+<hkern u1="S" u2="V" k="31" />
+<hkern u1="S" u2="T" k="14" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="16" />
+<hkern u1="T" g2="uniFB04" k="92" />
+<hkern u1="T" g2="uniFB03" k="59" />
+<hkern u1="T" g2="uniFB01" k="43" />
+<hkern u1="T" u2="&#x2122;" k="-4" />
+<hkern u1="T" u2="&#x203a;" k="88" />
+<hkern u1="T" u2="&#x2039;" k="125" />
+<hkern u1="T" u2="&#xf0;" k="176" />
+<hkern u1="T" u2="&#xef;" k="-57" />
+<hkern u1="T" u2="&#xee;" k="-45" />
+<hkern u1="T" u2="&#xed;" k="16" />
+<hkern u1="T" u2="&#xec;" k="-16" />
+<hkern u1="T" u2="&#xe3;" k="164" />
+<hkern u1="T" u2="&#xdf;" k="35" />
+<hkern u1="T" u2="&#xc6;" k="178" />
+<hkern u1="T" u2="&#xae;" k="41" />
+<hkern u1="T" u2="&#xa9;" k="41" />
+<hkern u1="T" u2="z" k="152" />
+<hkern u1="T" u2="y" k="133" />
+<hkern u1="T" u2="x" k="127" />
+<hkern u1="T" u2="w" k="137" />
+<hkern u1="T" u2="v" k="137" />
+<hkern u1="T" u2="u" k="178" />
+<hkern u1="T" u2="t" k="16" />
+<hkern u1="T" u2="s" k="197" />
+<hkern u1="T" u2="o" k="205" />
+<hkern u1="T" u2="n" k="160" />
+<hkern u1="T" u2="f" k="61" />
+<hkern u1="T" u2="d" k="203" />
+<hkern u1="T" u2="a" k="190" />
+<hkern u1="T" u2="S" k="16" />
+<hkern u1="T" u2="O" k="61" />
+<hkern u1="T" u2="J" k="211" />
+<hkern u1="T" u2="A" k="143" />
+<hkern u1="T" u2="&#x40;" k="109" />
+<hkern u1="T" u2="&#x3a;" k="78" />
+<hkern u1="T" u2="&#x39;" k="104" />
+<hkern u1="T" u2="&#x38;" k="12" />
+<hkern u1="T" u2="&#x37;" k="59" />
+<hkern u1="T" u2="&#x36;" k="27" />
+<hkern u1="T" u2="&#x35;" k="102" />
+<hkern u1="T" u2="&#x34;" k="131" />
+<hkern u1="T" u2="&#x33;" k="86" />
+<hkern u1="T" u2="&#x32;" k="80" />
+<hkern u1="T" u2="&#x31;" k="94" />
+<hkern u1="T" u2="&#x30;" k="98" />
+<hkern u1="T" u2="&#x2f;" k="121" />
+<hkern u1="T" u2="&#x2e;" k="137" />
+<hkern u1="T" u2="&#x2d;" k="133" />
+<hkern u1="T" u2="&#x2a;" k="-33" />
+<hkern u1="T" u2="&#x29;" k="-4" />
+<hkern u1="T" u2="&#x26;" k="14" />
+<hkern u1="T" u2="&#x20;" k="55" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-25" />
+<hkern u1="U" u2="&#xee;" k="-12" />
+<hkern u1="U" u2="&#xc6;" k="90" />
+<hkern u1="U" u2="z" k="14" />
+<hkern u1="U" u2="x" k="4" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="29" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="14" />
+<hkern u1="U" u2="l" k="12" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="14" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="59" />
+<hkern u1="U" u2="A" k="57" />
+<hkern u1="U" u2="&#x34;" k="16" />
+<hkern u1="U" u2="&#x2f;" k="41" />
+<hkern u1="U" u2="&#x2e;" k="35" />
+<hkern u1="V" u2="&#x2122;" k="-18" />
+<hkern u1="V" u2="&#x203a;" k="53" />
+<hkern u1="V" u2="&#x2039;" k="86" />
+<hkern u1="V" u2="&#x2019;" k="-6" />
+<hkern u1="V" u2="&#x2018;" k="-4" />
+<hkern u1="V" u2="&#xf0;" k="135" />
+<hkern u1="V" u2="&#xef;" k="-70" />
+<hkern u1="V" u2="&#xee;" k="-37" />
+<hkern u1="V" u2="&#xed;" k="23" />
+<hkern u1="V" u2="&#xec;" k="-31" />
+<hkern u1="V" u2="&#xe3;" k="39" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="8" />
+<hkern u1="V" u2="&#xc6;" k="176" />
+<hkern u1="V" u2="&#xae;" k="43" />
+<hkern u1="V" u2="&#xa9;" k="43" />
+<hkern u1="V" u2="z" k="43" />
+<hkern u1="V" u2="y" k="27" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="29" />
+<hkern u1="V" u2="v" k="31" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="20" />
+<hkern u1="V" u2="s" k="104" />
+<hkern u1="V" u2="o" k="125" />
+<hkern u1="V" u2="n" k="82" />
+<hkern u1="V" u2="f" k="49" />
+<hkern u1="V" u2="d" k="123" />
+<hkern u1="V" u2="a" k="106" />
+<hkern u1="V" u2="]" k="-4" />
+<hkern u1="V" u2="\" k="-16" />
+<hkern u1="V" u2="S" k="37" />
+<hkern u1="V" u2="O" k="53" />
+<hkern u1="V" u2="J" k="172" />
+<hkern u1="V" u2="A" k="113" />
+<hkern u1="V" u2="&#x40;" k="76" />
+<hkern u1="V" u2="&#x3a;" k="33" />
+<hkern u1="V" u2="&#x39;" k="57" />
+<hkern u1="V" u2="&#x38;" k="33" />
+<hkern u1="V" u2="&#x36;" k="39" />
+<hkern u1="V" u2="&#x35;" k="68" />
+<hkern u1="V" u2="&#x34;" k="125" />
+<hkern u1="V" u2="&#x33;" k="43" />
+<hkern u1="V" u2="&#x32;" k="41" />
+<hkern u1="V" u2="&#x31;" k="37" />
+<hkern u1="V" u2="&#x30;" k="63" />
+<hkern u1="V" u2="&#x2f;" k="127" />
+<hkern u1="V" u2="&#x2e;" k="143" />
+<hkern u1="V" u2="&#x2d;" k="84" />
+<hkern u1="V" u2="&#x2a;" k="-29" />
+<hkern u1="V" u2="&#x29;" k="-18" />
+<hkern u1="V" u2="&#x26;" k="39" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-20" />
+<hkern u1="W" u2="&#x203a;" k="55" />
+<hkern u1="W" u2="&#x2039;" k="88" />
+<hkern u1="W" u2="&#x2019;" k="-8" />
+<hkern u1="W" u2="&#x2018;" k="-8" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-74" />
+<hkern u1="W" u2="&#xee;" k="-37" />
+<hkern u1="W" u2="&#xed;" k="23" />
+<hkern u1="W" u2="&#xec;" k="-33" />
+<hkern u1="W" u2="&#xe4;" k="39" />
+<hkern u1="W" u2="&#xe3;" k="39" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="8" />
+<hkern u1="W" u2="&#xc6;" k="178" />
+<hkern u1="W" u2="&#xae;" k="43" />
+<hkern u1="W" u2="&#xa9;" k="43" />
+<hkern u1="W" u2="&#x7d;" k="-4" />
+<hkern u1="W" u2="z" k="43" />
+<hkern u1="W" u2="y" k="27" />
+<hkern u1="W" u2="x" k="29" />
+<hkern u1="W" u2="w" k="29" />
+<hkern u1="W" u2="v" k="31" />
+<hkern u1="W" u2="u" k="80" />
+<hkern u1="W" u2="t" k="20" />
+<hkern u1="W" u2="s" k="109" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="82" />
+<hkern u1="W" u2="f" k="51" />
+<hkern u1="W" u2="d" k="127" />
+<hkern u1="W" u2="a" k="106" />
+<hkern u1="W" u2="]" k="-6" />
+<hkern u1="W" u2="\" k="-18" />
+<hkern u1="W" u2="S" k="37" />
+<hkern u1="W" u2="O" k="53" />
+<hkern u1="W" u2="J" k="172" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="78" />
+<hkern u1="W" u2="&#x3a;" k="33" />
+<hkern u1="W" u2="&#x39;" k="59" />
+<hkern u1="W" u2="&#x38;" k="33" />
+<hkern u1="W" u2="&#x36;" k="39" />
+<hkern u1="W" u2="&#x35;" k="70" />
+<hkern u1="W" u2="&#x34;" k="127" />
+<hkern u1="W" u2="&#x33;" k="43" />
+<hkern u1="W" u2="&#x32;" k="41" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="63" />
+<hkern u1="W" u2="&#x2f;" k="131" />
+<hkern u1="W" u2="&#x2e;" k="147" />
+<hkern u1="W" u2="&#x2d;" k="86" />
+<hkern u1="W" u2="&#x2a;" k="-27" />
+<hkern u1="W" u2="&#x29;" k="-20" />
+<hkern u1="W" u2="&#x26;" k="39" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-29" />
+<hkern u1="X" u2="&#x2039;" k="35" />
+<hkern u1="X" u2="&#x2019;" k="-8" />
+<hkern u1="X" u2="&#x2018;" k="-8" />
+<hkern u1="X" u2="&#xf8;" k="27" />
+<hkern u1="X" u2="&#xf0;" k="70" />
+<hkern u1="X" u2="&#xef;" k="-74" />
+<hkern u1="X" u2="&#xee;" k="-25" />
+<hkern u1="X" u2="&#xed;" k="8" />
+<hkern u1="X" u2="&#xec;" k="-33" />
+<hkern u1="X" u2="&#xdf;" k="8" />
+<hkern u1="X" u2="&#xd8;" k="16" />
+<hkern u1="X" u2="&#xae;" k="29" />
+<hkern u1="X" u2="&#xa9;" k="29" />
+<hkern u1="X" u2="&#x7d;" k="-6" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="63" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="45" />
+<hkern u1="X" u2="t" k="16" />
+<hkern u1="X" u2="o" k="76" />
+<hkern u1="X" u2="n" k="14" />
+<hkern u1="X" u2="f" k="31" />
+<hkern u1="X" u2="d" k="72" />
+<hkern u1="X" u2="a" k="12" />
+<hkern u1="X" u2="]" k="-8" />
+<hkern u1="X" u2="\" k="-20" />
+<hkern u1="X" u2="S" k="14" />
+<hkern u1="X" u2="O" k="59" />
+<hkern u1="X" u2="&#x34;" k="-14" />
+<hkern u1="X" u2="&#x32;" k="-4" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-12" />
+<hkern u1="X" u2="&#x2d;" k="55" />
+<hkern u1="X" u2="&#x2a;" k="-29" />
+<hkern u1="X" u2="&#x29;" k="-23" />
+<hkern u1="X" u2="&#x20;" k="14" />
+<hkern u1="Y" u2="&#x2122;" k="-25" />
+<hkern u1="Y" u2="&#x203a;" k="88" />
+<hkern u1="Y" u2="&#x2039;" k="131" />
+<hkern u1="Y" u2="&#x2019;" k="-12" />
+<hkern u1="Y" u2="&#x2018;" k="-10" />
+<hkern u1="Y" u2="&#xf6;" k="57" />
+<hkern u1="Y" u2="&#xf0;" k="178" />
+<hkern u1="Y" u2="&#xef;" k="-76" />
+<hkern u1="Y" u2="&#xee;" k="-33" />
+<hkern u1="Y" u2="&#xed;" k="29" />
+<hkern u1="Y" u2="&#xec;" k="-37" />
+<hkern u1="Y" u2="&#xeb;" k="57" />
+<hkern u1="Y" u2="&#xe4;" k="35" />
+<hkern u1="Y" u2="&#xe3;" k="41" />
+<hkern u1="Y" u2="&#xdf;" k="66" />
+<hkern u1="Y" u2="&#xd0;" k="8" />
+<hkern u1="Y" u2="&#xc6;" k="211" />
+<hkern u1="Y" u2="&#xae;" k="66" />
+<hkern u1="Y" u2="&#xa9;" k="66" />
+<hkern u1="Y" u2="&#x7d;" k="-8" />
+<hkern u1="Y" u2="z" k="84" />
+<hkern u1="Y" u2="y" k="72" />
+<hkern u1="Y" u2="x" k="70" />
+<hkern u1="Y" u2="w" k="76" />
+<hkern u1="Y" u2="v" k="78" />
+<hkern u1="Y" u2="u" k="123" />
+<hkern u1="Y" u2="t" k="35" />
+<hkern u1="Y" u2="s" k="174" />
+<hkern u1="Y" u2="o" k="174" />
+<hkern u1="Y" u2="n" k="129" />
+<hkern u1="Y" u2="f" k="74" />
+<hkern u1="Y" u2="d" k="170" />
+<hkern u1="Y" u2="a" k="168" />
+<hkern u1="Y" u2="]" k="-8" />
+<hkern u1="Y" u2="\" k="-20" />
+<hkern u1="Y" u2="S" k="47" />
+<hkern u1="Y" u2="O" k="82" />
+<hkern u1="Y" u2="J" k="188" />
+<hkern u1="Y" u2="A" k="147" />
+<hkern u1="Y" u2="&#x40;" k="111" />
+<hkern u1="Y" u2="&#x3a;" k="57" />
+<hkern u1="Y" u2="&#x39;" k="90" />
+<hkern u1="Y" u2="&#x38;" k="45" />
+<hkern u1="Y" u2="&#x36;" k="55" />
+<hkern u1="Y" u2="&#x35;" k="88" />
+<hkern u1="Y" u2="&#x34;" k="150" />
+<hkern u1="Y" u2="&#x33;" k="68" />
+<hkern u1="Y" u2="&#x32;" k="68" />
+<hkern u1="Y" u2="&#x31;" k="70" />
+<hkern u1="Y" u2="&#x30;" k="94" />
+<hkern u1="Y" u2="&#x2f;" k="135" />
+<hkern u1="Y" u2="&#x2e;" k="160" />
+<hkern u1="Y" u2="&#x2d;" k="133" />
+<hkern u1="Y" u2="&#x2a;" k="-29" />
+<hkern u1="Y" u2="&#x29;" k="-25" />
+<hkern u1="Y" u2="&#x26;" k="49" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="16" />
+<hkern u1="Z" u2="&#xf0;" k="31" />
+<hkern u1="Z" u2="&#xef;" k="-33" />
+<hkern u1="Z" u2="&#xee;" k="-23" />
+<hkern u1="Z" u2="&#xae;" k="20" />
+<hkern u1="Z" u2="&#xa9;" k="20" />
+<hkern u1="Z" u2="y" k="39" />
+<hkern u1="Z" u2="w" k="39" />
+<hkern u1="Z" u2="v" k="41" />
+<hkern u1="Z" u2="u" k="29" />
+<hkern u1="Z" u2="t" k="20" />
+<hkern u1="Z" u2="s" k="4" />
+<hkern u1="Z" u2="o" k="35" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="29" />
+<hkern u1="Z" u2="d" k="35" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="35" />
+<hkern u1="Z" u2="&#x30;" k="12" />
+<hkern u1="Z" u2="&#x2d;" k="27" />
+<hkern u1="[" u2="&#xef;" k="-35" />
+<hkern u1="[" u2="&#xee;" k="-25" />
+<hkern u1="[" u2="&#xc6;" k="-16" />
+<hkern u1="[" u2="j" k="-33" />
+<hkern u1="[" u2="Y" k="-8" />
+<hkern u1="[" u2="X" k="-8" />
+<hkern u1="[" u2="W" k="-6" />
+<hkern u1="[" u2="V" k="-4" />
+<hkern u1="[" u2="A" k="-4" />
+<hkern u1="\" u2="&#x2019;" k="170" />
+<hkern u1="\" u2="&#xd8;" k="-8" />
+<hkern u1="\" u2="&#xc6;" k="-29" />
+<hkern u1="\" u2="y" k="68" />
+<hkern u1="\" u2="x" k="-10" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="63" />
+<hkern u1="\" u2="t" k="10" />
+<hkern u1="\" u2="Y" k="133" />
+<hkern u1="\" u2="X" k="-12" />
+<hkern u1="\" u2="W" k="127" />
+<hkern u1="\" u2="V" k="123" />
+<hkern u1="\" u2="U" k="37" />
+<hkern u1="\" u2="T" k="119" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-6" />
+<hkern u1="\" u2="A" k="-14" />
+<hkern u1="\" u2="&#x37;" k="25" />
+<hkern u1="\" u2="&#x36;" k="8" />
+<hkern u1="\" u2="&#x30;" k="8" />
+<hkern u1="\" u2="&#x27;" k="174" />
+<hkern u1="a" u2="&#x2122;" k="61" />
+<hkern u1="a" u2="&#x2019;" k="49" />
+<hkern u1="a" u2="&#x2018;" k="53" />
+<hkern u1="a" u2="&#xd0;" k="12" />
+<hkern u1="a" u2="&#xba;" k="25" />
+<hkern u1="a" u2="&#xaa;" k="10" />
+<hkern u1="a" u2="y" k="37" />
+<hkern u1="a" u2="w" k="43" />
+<hkern u1="a" u2="v" k="39" />
+<hkern u1="a" u2="t" k="16" />
+<hkern u1="a" u2="f" k="4" />
+<hkern u1="a" u2="\" k="86" />
+<hkern u1="a" u2="Z" k="6" />
+<hkern u1="a" u2="Y" k="170" />
+<hkern u1="a" u2="W" k="115" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="25" />
+<hkern u1="a" u2="T" k="205" />
+<hkern u1="a" u2="S" k="6" />
+<hkern u1="a" u2="O" k="16" />
+<hkern u1="a" u2="I" k="4" />
+<hkern u1="a" u2="&#x3f;" k="20" />
+<hkern u1="a" u2="&#x2a;" k="55" />
+<hkern u1="a" u2="&#x27;" k="41" />
+<hkern u1="b" u2="&#x2122;" k="68" />
+<hkern u1="b" u2="&#x2019;" k="106" />
+<hkern u1="b" u2="&#x2018;" k="115" />
+<hkern u1="b" u2="&#xd0;" k="18" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="29" />
+<hkern u1="b" u2="&#xaa;" k="10" />
+<hkern u1="b" u2="z" k="23" />
+<hkern u1="b" u2="y" k="35" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="35" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="4" />
+<hkern u1="b" u2="f" k="4" />
+<hkern u1="b" u2="\" k="78" />
+<hkern u1="b" u2="Z" k="41" />
+<hkern u1="b" u2="Y" k="170" />
+<hkern u1="b" u2="X" k="74" />
+<hkern u1="b" u2="W" k="127" />
+<hkern u1="b" u2="V" k="125" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="203" />
+<hkern u1="b" u2="S" k="18" />
+<hkern u1="b" u2="J" k="41" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="33" />
+<hkern u1="b" u2="&#x3f;" k="25" />
+<hkern u1="b" u2="&#x2e;" k="10" />
+<hkern u1="b" u2="&#x2a;" k="84" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="133" />
+<hkern u1="c" u2="&#x2122;" k="39" />
+<hkern u1="c" u2="&#x2039;" k="20" />
+<hkern u1="c" u2="&#x2019;" k="29" />
+<hkern u1="c" u2="&#x2018;" k="33" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="10" />
+<hkern u1="c" u2="&#xc6;" k="4" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="14" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="57" />
+<hkern u1="c" u2="Z" k="4" />
+<hkern u1="c" u2="Y" k="152" />
+<hkern u1="c" u2="X" k="10" />
+<hkern u1="c" u2="W" k="111" />
+<hkern u1="c" u2="V" k="111" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="186" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="12" />
+<hkern u1="c" u2="&#x3f;" k="12" />
+<hkern u1="c" u2="&#x2d;" k="29" />
+<hkern u1="c" u2="&#x2a;" k="35" />
+<hkern u1="c" u2="&#x27;" k="14" />
+<hkern u1="d" u2="&#xd0;" k="6" />
+<hkern u1="d" u2="y" k="4" />
+<hkern u1="d" u2="w" k="8" />
+<hkern u1="d" u2="v" k="6" />
+<hkern u1="d" u2="t" k="4" />
+<hkern u1="d" u2="Y" k="12" />
+<hkern u1="d" u2="W" k="10" />
+<hkern u1="d" u2="V" k="10" />
+<hkern u1="d" u2="U" k="18" />
+<hkern u1="d" u2="T" k="12" />
+<hkern u1="d" u2="O" k="14" />
+<hkern u1="e" u2="&#x2122;" k="53" />
+<hkern u1="e" u2="&#x2019;" k="47" />
+<hkern u1="e" u2="&#x2018;" k="53" />
+<hkern u1="e" u2="&#xd0;" k="16" />
+<hkern u1="e" u2="&#xc6;" k="39" />
+<hkern u1="e" u2="&#xba;" k="10" />
+<hkern u1="e" u2="z" k="16" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="35" />
+<hkern u1="e" u2="v" k="29" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="74" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="201" />
+<hkern u1="e" u2="X" k="47" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="117" />
+<hkern u1="e" u2="U" k="16" />
+<hkern u1="e" u2="T" k="205" />
+<hkern u1="e" u2="S" k="14" />
+<hkern u1="e" u2="J" k="33" />
+<hkern u1="e" u2="I" k="14" />
+<hkern u1="e" u2="A" k="29" />
+<hkern u1="e" u2="&#x3f;" k="23" />
+<hkern u1="e" u2="&#x2a;" k="55" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="41" />
+<hkern u1="f" u2="&#x2122;" k="-45" />
+<hkern u1="f" u2="&#x2039;" k="41" />
+<hkern u1="f" u2="&#x2019;" k="-8" />
+<hkern u1="f" u2="&#x2018;" k="-8" />
+<hkern u1="f" u2="&#xf0;" k="41" />
+<hkern u1="f" u2="&#xef;" k="-102" />
+<hkern u1="f" u2="&#xee;" k="-49" />
+<hkern u1="f" u2="&#xec;" k="-45" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-16" />
+<hkern u1="f" u2="z" k="6" />
+<hkern u1="f" u2="o" k="12" />
+<hkern u1="f" u2="d" k="10" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-18" />
+<hkern u1="f" u2="\" k="-45" />
+<hkern u1="f" u2="Z" k="-14" />
+<hkern u1="f" u2="Y" k="-82" />
+<hkern u1="f" u2="X" k="-88" />
+<hkern u1="f" u2="W" k="-74" />
+<hkern u1="f" u2="V" k="-74" />
+<hkern u1="f" u2="T" k="-57" />
+<hkern u1="f" u2="S" k="4" />
+<hkern u1="f" u2="J" k="119" />
+<hkern u1="f" u2="A" k="78" />
+<hkern u1="f" u2="&#x2f;" k="53" />
+<hkern u1="f" u2="&#x2e;" k="66" />
+<hkern u1="f" u2="&#x2d;" k="47" />
+<hkern u1="f" u2="&#x2a;" k="-25" />
+<hkern u1="f" u2="&#x29;" k="-49" />
+<hkern u1="f" u2="&#x20;" k="35" />
+<hkern u1="g" u2="j" k="-74" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="129" />
+<hkern u1="g" u2="X" k="14" />
+<hkern u1="g" u2="W" k="86" />
+<hkern u1="g" u2="V" k="82" />
+<hkern u1="g" u2="U" k="14" />
+<hkern u1="g" u2="T" k="164" />
+<hkern u1="g" u2="S" k="4" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="57" />
+<hkern u1="h" u2="&#x2019;" k="84" />
+<hkern u1="h" u2="&#x2018;" k="88" />
+<hkern u1="h" u2="&#xba;" k="14" />
+<hkern u1="h" u2="y" k="20" />
+<hkern u1="h" u2="w" k="23" />
+<hkern u1="h" u2="v" k="20" />
+<hkern u1="h" u2="t" k="6" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="16" />
+<hkern u1="h" u2="Y" k="154" />
+<hkern u1="h" u2="X" k="8" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="106" />
+<hkern u1="h" u2="U" k="20" />
+<hkern u1="h" u2="T" k="199" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="20" />
+<hkern u1="h" u2="&#x2a;" k="63" />
+<hkern u1="h" u2="&#x27;" k="121" />
+<hkern u1="i" u2="&#xef;" k="-25" />
+<hkern u1="i" u2="&#xee;" k="-14" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="4" />
+<hkern u1="i" u2="O" k="4" />
+<hkern u1="j" u2="j" k="-68" />
+<hkern u1="k" u2="&#x2039;" k="57" />
+<hkern u1="k" u2="&#x201e;" k="-8" />
+<hkern u1="k" u2="&#x201a;" k="-8" />
+<hkern u1="k" u2="&#x2019;" k="14" />
+<hkern u1="k" u2="&#x2018;" k="20" />
+<hkern u1="k" u2="&#xf8;" k="16" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-4" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="51" />
+<hkern u1="k" u2="f" k="4" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="18" />
+<hkern u1="k" u2="]" k="-4" />
+<hkern u1="k" u2="Y" k="74" />
+<hkern u1="k" u2="W" k="31" />
+<hkern u1="k" u2="V" k="31" />
+<hkern u1="k" u2="U" k="6" />
+<hkern u1="k" u2="T" k="131" />
+<hkern u1="k" u2="O" k="29" />
+<hkern u1="k" u2="&#x2f;" k="-16" />
+<hkern u1="k" u2="&#x2d;" k="66" />
+<hkern u1="k" u2="&#x2c;" k="-8" />
+<hkern u1="k" u2="&#x2a;" k="-16" />
+<hkern u1="k" u2="&#x29;" k="-18" />
+<hkern u1="k" u2="&#x27;" k="72" />
+<hkern u1="l" u2="&#x2122;" k="41" />
+<hkern u1="l" u2="&#x2039;" k="27" />
+<hkern u1="l" u2="&#x2019;" k="41" />
+<hkern u1="l" u2="&#x2018;" k="41" />
+<hkern u1="l" u2="&#xf0;" k="4" />
+<hkern u1="l" u2="&#xc6;" k="-4" />
+<hkern u1="l" u2="&#xba;" k="39" />
+<hkern u1="l" u2="&#xb7;" k="145" />
+<hkern u1="l" u2="&#xae;" k="12" />
+<hkern u1="l" u2="&#xaa;" k="39" />
+<hkern u1="l" u2="&#xa9;" k="12" />
+<hkern u1="l" u2="y" k="39" />
+<hkern u1="l" u2="w" k="47" />
+<hkern u1="l" u2="v" k="39" />
+<hkern u1="l" u2="t" k="16" />
+<hkern u1="l" u2="o" k="4" />
+<hkern u1="l" u2="f" k="12" />
+<hkern u1="l" u2="d" k="4" />
+<hkern u1="l" u2="\" k="29" />
+<hkern u1="l" u2="Y" k="66" />
+<hkern u1="l" u2="W" k="61" />
+<hkern u1="l" u2="V" k="59" />
+<hkern u1="l" u2="U" k="41" />
+<hkern u1="l" u2="T" k="55" />
+<hkern u1="l" u2="O" k="33" />
+<hkern u1="l" u2="I" k="6" />
+<hkern u1="l" u2="&#x2f;" k="-20" />
+<hkern u1="l" u2="&#x2d;" k="27" />
+<hkern u1="l" u2="&#x2a;" k="43" />
+<hkern u1="l" u2="&#x29;" k="-14" />
+<hkern u1="l" u2="&#x27;" k="39" />
+<hkern u1="l" u2="&#x20;" k="55" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="18" />
+<hkern u1="n" u2="w" k="20" />
+<hkern u1="n" u2="v" k="18" />
+<hkern u1="n" u2="t" k="6" />
+<hkern u1="n" u2="\" k="66" />
+<hkern u1="n" u2="Z" k="16" />
+<hkern u1="n" u2="Y" k="150" />
+<hkern u1="n" u2="X" k="8" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="106" />
+<hkern u1="n" u2="U" k="20" />
+<hkern u1="n" u2="T" k="197" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="16" />
+<hkern u1="n" u2="&#x2a;" k="35" />
+<hkern u1="n" u2="&#x27;" k="20" />
+<hkern u1="o" u2="&#x2122;" k="57" />
+<hkern u1="o" u2="&#x2019;" k="53" />
+<hkern u1="o" u2="&#x2018;" k="59" />
+<hkern u1="o" u2="&#xd0;" k="18" />
+<hkern u1="o" u2="&#xc6;" k="45" />
+<hkern u1="o" u2="&#xba;" k="14" />
+<hkern u1="o" u2="z" k="25" />
+<hkern u1="o" u2="y" k="37" />
+<hkern u1="o" u2="x" k="41" />
+<hkern u1="o" u2="w" k="41" />
+<hkern u1="o" u2="v" k="35" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="s" k="4" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="76" />
+<hkern u1="o" u2="Z" k="41" />
+<hkern u1="o" u2="Y" k="174" />
+<hkern u1="o" u2="X" k="76" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="127" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="207" />
+<hkern u1="o" u2="S" k="18" />
+<hkern u1="o" u2="J" k="41" />
+<hkern u1="o" u2="I" k="18" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="23" />
+<hkern u1="o" u2="&#x2a;" k="61" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="45" />
+<hkern u1="q" u2="&#x201e;" k="-12" />
+<hkern u1="q" u2="&#x201a;" k="-12" />
+<hkern u1="q" u2="j" k="-209" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="129" />
+<hkern u1="q" u2="X" k="14" />
+<hkern u1="q" u2="W" k="86" />
+<hkern u1="q" u2="V" k="82" />
+<hkern u1="q" u2="U" k="14" />
+<hkern u1="q" u2="T" k="164" />
+<hkern u1="q" u2="S" k="4" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-6" />
+<hkern u1="q" u2="&#x2c;" k="-12" />
+<hkern u1="r" u2="&#x203a;" k="25" />
+<hkern u1="r" u2="&#x2039;" k="72" />
+<hkern u1="r" u2="&#xf0;" k="63" />
+<hkern u1="r" u2="&#xc6;" k="111" />
+<hkern u1="r" u2="s" k="8" />
+<hkern u1="r" u2="o" k="43" />
+<hkern u1="r" u2="d" k="41" />
+<hkern u1="r" u2="a" k="18" />
+<hkern u1="r" u2="Z" k="49" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="63" />
+<hkern u1="r" u2="W" k="23" />
+<hkern u1="r" u2="V" k="20" />
+<hkern u1="r" u2="T" k="123" />
+<hkern u1="r" u2="S" k="4" />
+<hkern u1="r" u2="J" k="162" />
+<hkern u1="r" u2="I" k="4" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="20" />
+<hkern u1="r" u2="&#x2f;" k="76" />
+<hkern u1="r" u2="&#x2e;" k="96" />
+<hkern u1="r" u2="&#x2d;" k="63" />
+<hkern u1="r" u2="&#x29;" k="12" />
+<hkern u1="r" u2="&#x20;" k="43" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="10" />
+<hkern u1="s" u2="&#x2018;" k="10" />
+<hkern u1="s" u2="&#xd0;" k="14" />
+<hkern u1="s" u2="y" k="25" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="18" />
+<hkern u1="s" u2="t" k="4" />
+<hkern u1="s" u2="f" k="4" />
+<hkern u1="s" u2="\" k="53" />
+<hkern u1="s" u2="Z" k="6" />
+<hkern u1="s" u2="Y" k="141" />
+<hkern u1="s" u2="X" k="10" />
+<hkern u1="s" u2="W" k="98" />
+<hkern u1="s" u2="V" k="94" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="178" />
+<hkern u1="s" u2="O" k="6" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="14" />
+<hkern u1="s" u2="&#x2a;" k="14" />
+<hkern u1="t" u2="&#x2122;" k="12" />
+<hkern u1="t" u2="&#x2039;" k="35" />
+<hkern u1="t" u2="&#x2019;" k="10" />
+<hkern u1="t" u2="&#x2018;" k="12" />
+<hkern u1="t" u2="&#xf0;" k="23" />
+<hkern u1="t" u2="y" k="4" />
+<hkern u1="t" u2="w" k="4" />
+<hkern u1="t" u2="v" k="4" />
+<hkern u1="t" u2="t" k="4" />
+<hkern u1="t" u2="o" k="20" />
+<hkern u1="t" u2="f" k="4" />
+<hkern u1="t" u2="d" k="20" />
+<hkern u1="t" u2="\" k="31" />
+<hkern u1="t" u2="Y" k="100" />
+<hkern u1="t" u2="W" k="61" />
+<hkern u1="t" u2="V" k="59" />
+<hkern u1="t" u2="U" k="23" />
+<hkern u1="t" u2="T" k="96" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="I" k="4" />
+<hkern u1="t" u2="&#x2d;" k="25" />
+<hkern u1="t" u2="&#x27;" k="27" />
+<hkern u1="u" u2="&#x2122;" k="31" />
+<hkern u1="u" u2="&#x2019;" k="10" />
+<hkern u1="u" u2="&#x2018;" k="8" />
+<hkern u1="u" u2="&#xd0;" k="6" />
+<hkern u1="u" u2="y" k="4" />
+<hkern u1="u" u2="w" k="8" />
+<hkern u1="u" u2="v" k="6" />
+<hkern u1="u" u2="t" k="4" />
+<hkern u1="u" u2="\" k="53" />
+<hkern u1="u" u2="Z" k="6" />
+<hkern u1="u" u2="Y" k="141" />
+<hkern u1="u" u2="W" k="86" />
+<hkern u1="u" u2="V" k="84" />
+<hkern u1="u" u2="U" k="18" />
+<hkern u1="u" u2="T" k="182" />
+<hkern u1="u" u2="O" k="14" />
+<hkern u1="u" u2="&#x2a;" k="8" />
+<hkern u1="v" u2="&#x2039;" k="47" />
+<hkern u1="v" u2="&#xf0;" k="53" />
+<hkern u1="v" u2="&#xd0;" k="14" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="&#xba;" k="-4" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="35" />
+<hkern u1="v" u2="d" k="33" />
+<hkern u1="v" u2="a" k="27" />
+<hkern u1="v" u2="\" k="25" />
+<hkern u1="v" u2="Z" k="43" />
+<hkern u1="v" u2="Y" k="80" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="31" />
+<hkern u1="v" u2="V" k="31" />
+<hkern u1="v" u2="T" k="139" />
+<hkern u1="v" u2="J" k="145" />
+<hkern u1="v" u2="A" k="66" />
+<hkern u1="v" u2="&#x40;" k="12" />
+<hkern u1="v" u2="&#x2f;" k="66" />
+<hkern u1="v" u2="&#x2e;" k="88" />
+<hkern u1="v" u2="&#x2d;" k="41" />
+<hkern u1="v" u2="&#x2a;" k="-16" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x20;" k="55" />
+<hkern u1="w" u2="&#x2039;" k="53" />
+<hkern u1="w" u2="&#xf0;" k="59" />
+<hkern u1="w" u2="&#xd0;" k="14" />
+<hkern u1="w" u2="&#xc6;" k="109" />
+<hkern u1="w" u2="&#xba;" k="-6" />
+<hkern u1="w" u2="s" k="31" />
+<hkern u1="w" u2="o" k="41" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="27" />
+<hkern u1="w" u2="Z" k="43" />
+<hkern u1="w" u2="Y" k="78" />
+<hkern u1="w" u2="X" k="63" />
+<hkern u1="w" u2="W" k="29" />
+<hkern u1="w" u2="V" k="29" />
+<hkern u1="w" u2="T" k="137" />
+<hkern u1="w" u2="S" k="4" />
+<hkern u1="w" u2="O" k="4" />
+<hkern u1="w" u2="J" k="160" />
+<hkern u1="w" u2="A" k="72" />
+<hkern u1="w" u2="&#x40;" k="12" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="96" />
+<hkern u1="w" u2="&#x2d;" k="45" />
+<hkern u1="w" u2="&#x2a;" k="-20" />
+<hkern u1="w" u2="&#x29;" k="29" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="55" />
+<hkern u1="x" u2="&#xf0;" k="51" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="41" />
+<hkern u1="x" u2="f" k="4" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="70" />
+<hkern u1="x" u2="W" k="29" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="4" />
+<hkern u1="x" u2="T" k="127" />
+<hkern u1="x" u2="O" k="25" />
+<hkern u1="x" u2="&#x2f;" k="-10" />
+<hkern u1="x" u2="&#x2d;" k="59" />
+<hkern u1="x" u2="&#x2a;" k="-20" />
+<hkern u1="x" u2="&#x29;" k="-12" />
+<hkern u1="y" u2="&#x2039;" k="49" />
+<hkern u1="y" u2="&#xf0;" k="55" />
+<hkern u1="y" u2="&#xd0;" k="16" />
+<hkern u1="y" u2="&#xc6;" k="104" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="39" />
+<hkern u1="y" u2="d" k="37" />
+<hkern u1="y" u2="a" k="27" />
+<hkern u1="y" u2="\" k="29" />
+<hkern u1="y" u2="Z" k="47" />
+<hkern u1="y" u2="Y" k="86" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="37" />
+<hkern u1="y" u2="V" k="37" />
+<hkern u1="y" u2="T" k="143" />
+<hkern u1="y" u2="S" k="4" />
+<hkern u1="y" u2="J" k="143" />
+<hkern u1="y" u2="I" k="6" />
+<hkern u1="y" u2="A" k="68" />
+<hkern u1="y" u2="&#x40;" k="14" />
+<hkern u1="y" u2="&#x2f;" k="63" />
+<hkern u1="y" u2="&#x2e;" k="88" />
+<hkern u1="y" u2="&#x2d;" k="41" />
+<hkern u1="y" u2="&#x29;" k="29" />
+<hkern u1="y" u2="&#x26;" k="12" />
+<hkern u1="y" u2="&#x20;" k="53" />
+<hkern u1="z" u2="&#x2039;" k="39" />
+<hkern u1="z" u2="&#xf0;" k="33" />
+<hkern u1="z" u2="&#xd0;" k="10" />
+<hkern u1="z" u2="o" k="23" />
+<hkern u1="z" u2="d" k="23" />
+<hkern u1="z" u2="\" k="16" />
+<hkern u1="z" u2="Y" k="96" />
+<hkern u1="z" u2="W" k="51" />
+<hkern u1="z" u2="V" k="49" />
+<hkern u1="z" u2="U" k="16" />
+<hkern u1="z" u2="T" k="150" />
+<hkern u1="z" u2="O" k="6" />
+<hkern u1="z" u2="I" k="4" />
+<hkern u1="z" u2="&#x2d;" k="47" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-35" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-25" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-16" />
+<hkern u1="&#x7b;" u2="j" k="-27" />
+<hkern u1="&#x7b;" u2="Y" k="-8" />
+<hkern u1="&#x7b;" u2="X" k="-6" />
+<hkern u1="&#x7b;" u2="W" k="-4" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-16" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-6" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-8" />
+<hkern u1="&#x7c;" u2="j" k="-131" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-10" />
+<hkern u1="&#xb0;" u2="&#x39;" k="51" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="174" />
+<hkern u1="&#xb0;" u2="&#x33;" k="27" />
+<hkern u1="&#xb0;" u2="&#x31;" k="20" />
+<hkern u1="&#xb0;" u2="&#x30;" k="37" />
+<hkern u1="&#xb7;" u2="l" k="76" />
+<hkern u1="&#xb7;" u2="&#x37;" k="47" />
+<hkern u1="&#xb7;" u2="&#x34;" k="33" />
+<hkern u1="&#xb7;" u2="&#x33;" k="57" />
+<hkern u1="&#xb7;" u2="&#x32;" k="20" />
+<hkern u1="&#xb7;" u2="&#x31;" k="33" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="41" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="35" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="31" />
+<hkern u1="&#xbf;" u2="z" k="29" />
+<hkern u1="&#xbf;" u2="y" k="41" />
+<hkern u1="&#xbf;" u2="x" k="27" />
+<hkern u1="&#xbf;" u2="w" k="61" />
+<hkern u1="&#xbf;" u2="v" k="57" />
+<hkern u1="&#xbf;" u2="u" k="35" />
+<hkern u1="&#xbf;" u2="t" k="35" />
+<hkern u1="&#xbf;" u2="s" k="41" />
+<hkern u1="&#xbf;" u2="o" k="39" />
+<hkern u1="&#xbf;" u2="n" k="29" />
+<hkern u1="&#xbf;" u2="l" k="33" />
+<hkern u1="&#xbf;" u2="j" k="-178" />
+<hkern u1="&#xbf;" u2="i" k="29" />
+<hkern u1="&#xbf;" u2="h" k="29" />
+<hkern u1="&#xbf;" u2="f" k="33" />
+<hkern u1="&#xbf;" u2="d" k="39" />
+<hkern u1="&#xbf;" u2="a" k="41" />
+<hkern u1="&#xbf;" u2="Z" k="35" />
+<hkern u1="&#xbf;" u2="Y" k="119" />
+<hkern u1="&#xbf;" u2="X" k="29" />
+<hkern u1="&#xbf;" u2="W" k="94" />
+<hkern u1="&#xbf;" u2="V" k="94" />
+<hkern u1="&#xbf;" u2="U" k="35" />
+<hkern u1="&#xbf;" u2="T" k="123" />
+<hkern u1="&#xbf;" u2="S" k="33" />
+<hkern u1="&#xbf;" u2="O" k="35" />
+<hkern u1="&#xbf;" u2="J" k="55" />
+<hkern u1="&#xbf;" u2="I" k="23" />
+<hkern u1="&#xbf;" u2="A" k="35" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-8" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-12" />
+<hkern u1="&#xd8;" u2="\" k="-8" />
+<hkern u1="&#xd8;" u2="Y" k="20" />
+<hkern u1="&#xd8;" u2="X" k="14" />
+<hkern u1="&#xd8;" u2="W" k="12" />
+<hkern u1="&#xd8;" u2="V" k="10" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-18" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-12" />
+<hkern u1="&#xde;" u2="&#x2122;" k="35" />
+<hkern u1="&#xde;" u2="&#x2019;" k="55" />
+<hkern u1="&#xde;" u2="&#x2018;" k="61" />
+<hkern u1="&#xde;" u2="&#xd0;" k="4" />
+<hkern u1="&#xde;" u2="&#xc6;" k="94" />
+<hkern u1="&#xde;" u2="&#x7d;" k="10" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="14" />
+<hkern u1="&#xde;" u2="w" k="6" />
+<hkern u1="&#xde;" u2="a" k="4" />
+<hkern u1="&#xde;" u2="]" k="12" />
+<hkern u1="&#xde;" u2="\" k="53" />
+<hkern u1="&#xde;" u2="Z" k="47" />
+<hkern u1="&#xde;" u2="Y" k="115" />
+<hkern u1="&#xde;" u2="X" k="90" />
+<hkern u1="&#xde;" u2="W" k="63" />
+<hkern u1="&#xde;" u2="V" k="61" />
+<hkern u1="&#xde;" u2="T" k="104" />
+<hkern u1="&#xde;" u2="S" k="4" />
+<hkern u1="&#xde;" u2="J" k="92" />
+<hkern u1="&#xde;" u2="A" k="55" />
+<hkern u1="&#xde;" u2="&#x3f;" k="16" />
+<hkern u1="&#xde;" u2="&#x2f;" k="51" />
+<hkern u1="&#xde;" u2="&#x2e;" k="57" />
+<hkern u1="&#xde;" u2="&#x2d;" k="10" />
+<hkern u1="&#xde;" u2="&#x2a;" k="41" />
+<hkern u1="&#xde;" u2="&#x29;" k="37" />
+<hkern u1="&#xde;" u2="&#x27;" k="88" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="29" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="18" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="20" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="25" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="10" />
+<hkern u1="&#xdf;" u2="z" k="14" />
+<hkern u1="&#xdf;" u2="y" k="35" />
+<hkern u1="&#xdf;" u2="x" k="35" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="35" />
+<hkern u1="&#xdf;" u2="t" k="16" />
+<hkern u1="&#xdf;" u2="s" k="4" />
+<hkern u1="&#xdf;" u2="f" k="12" />
+<hkern u1="&#xdf;" u2="\" k="25" />
+<hkern u1="&#xdf;" u2="Z" k="23" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="47" />
+<hkern u1="&#xdf;" u2="W" k="70" />
+<hkern u1="&#xdf;" u2="V" k="70" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="63" />
+<hkern u1="&#xdf;" u2="S" k="8" />
+<hkern u1="&#xdf;" u2="O" k="12" />
+<hkern u1="&#xdf;" u2="J" k="14" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="20" />
+<hkern u1="&#xdf;" u2="&#x27;" k="23" />
+<hkern u1="&#xe7;" u2="j" k="-16" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-6" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-6" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-6" />
+<hkern u1="&#xed;" u2="\" k="-8" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-8" />
+<hkern u1="&#xed;" u2="&#x29;" k="-20" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-49" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-25" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-25" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-6" />
+<hkern u1="&#xee;" u2="&#xba;" k="-20" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-8" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-25" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-6" />
+<hkern u1="&#xee;" u2="l" k="-16" />
+<hkern u1="&#xee;" u2="i" k="-14" />
+<hkern u1="&#xee;" u2="h" k="-14" />
+<hkern u1="&#xee;" u2="]" k="-25" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-20" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-49" />
+<hkern u1="&#xee;" u2="&#x29;" k="-10" />
+<hkern u1="&#xee;" u2="&#x27;" k="-12" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-45" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-37" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-37" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-16" />
+<hkern u1="&#xef;" u2="&#xba;" k="-37" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-27" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-35" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-16" />
+<hkern u1="&#xef;" u2="l" k="-27" />
+<hkern u1="&#xef;" u2="i" k="-25" />
+<hkern u1="&#xef;" u2="h" k="-25" />
+<hkern u1="&#xef;" u2="]" k="-35" />
+<hkern u1="&#xef;" u2="\" k="-47" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-37" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-59" />
+<hkern u1="&#xef;" u2="&#x29;" k="-53" />
+<hkern u1="&#xef;" u2="&#x27;" k="-23" />
+<hkern u1="&#xef;" u2="&#x21;" k="-10" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="16" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="20" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="20" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="14" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="49" />
+<hkern u1="&#xf0;" u2="z" k="12" />
+<hkern u1="&#xf0;" u2="y" k="27" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="23" />
+<hkern u1="&#xf0;" u2="t" k="4" />
+<hkern u1="&#xf0;" u2="\" k="12" />
+<hkern u1="&#xf0;" u2="Z" k="51" />
+<hkern u1="&#xf0;" u2="Y" k="72" />
+<hkern u1="&#xf0;" u2="X" k="57" />
+<hkern u1="&#xf0;" u2="W" k="59" />
+<hkern u1="&#xf0;" u2="V" k="57" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="59" />
+<hkern u1="&#xf0;" u2="S" k="16" />
+<hkern u1="&#xf0;" u2="J" k="45" />
+<hkern u1="&#xf0;" u2="I" k="14" />
+<hkern u1="&#xf0;" u2="A" k="37" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="10" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="23" />
+<hkern u1="&#xf0;" u2="&#x29;" k="14" />
+<hkern u1="&#xf0;" u2="&#x27;" k="18" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="6" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="94" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-29" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-12" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="188" />
+<hkern u1="&#x2018;" u2="s" k="14" />
+<hkern u1="&#x2018;" u2="o" k="43" />
+<hkern u1="&#x2018;" u2="f" k="10" />
+<hkern u1="&#x2018;" u2="d" k="98" />
+<hkern u1="&#x2018;" u2="a" k="20" />
+<hkern u1="&#x2018;" u2="O" k="10" />
+<hkern u1="&#x2018;" u2="J" k="174" />
+<hkern u1="&#x2018;" u2="A" k="125" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="256" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="37" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="96" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-25" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-12" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="190" />
+<hkern u1="&#x2019;" u2="s" k="16" />
+<hkern u1="&#x2019;" u2="o" k="45" />
+<hkern u1="&#x2019;" u2="f" k="10" />
+<hkern u1="&#x2019;" u2="d" k="100" />
+<hkern u1="&#x2019;" u2="a" k="20" />
+<hkern u1="&#x2019;" u2="O" k="12" />
+<hkern u1="&#x2019;" u2="J" k="174" />
+<hkern u1="&#x2019;" u2="A" k="129" />
+<hkern u1="&#x2019;" u2="&#x40;" k="63" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="180" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="258" />
+<hkern u1="&#x2019;" u2="&#x20;" k="53" />
+<hkern u1="&#x201a;" u2="j" k="-29" />
+<hkern u1="&#x201e;" u2="j" k="-29" />
+<hkern u1="&#x2039;" u2="Y" k="90" />
+<hkern u1="&#x2039;" u2="W" k="55" />
+<hkern u1="&#x2039;" u2="V" k="53" />
+<hkern u1="&#x2039;" u2="T" k="88" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="12" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="45" />
+<hkern u1="&#x203a;" u2="z" k="39" />
+<hkern u1="&#x203a;" u2="y" k="49" />
+<hkern u1="&#x203a;" u2="x" k="55" />
+<hkern u1="&#x203a;" u2="w" k="53" />
+<hkern u1="&#x203a;" u2="v" k="47" />
+<hkern u1="&#x203a;" u2="t" k="16" />
+<hkern u1="&#x203a;" u2="s" k="14" />
+<hkern u1="&#x203a;" u2="f" k="14" />
+<hkern u1="&#x203a;" u2="Z" k="18" />
+<hkern u1="&#x203a;" u2="Y" k="131" />
+<hkern u1="&#x203a;" u2="X" k="35" />
+<hkern u1="&#x203a;" u2="W" k="88" />
+<hkern u1="&#x203a;" u2="V" k="88" />
+<hkern u1="&#x203a;" u2="T" k="125" />
+<hkern u1="&#x203a;" u2="J" k="43" />
+<hkern u1="&#x203a;" u2="A" k="29" />
+<hkern u1="&#x203a;" u2="&#x27;" k="16" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="12" />
+<hkern g1="uniFB01" u2="&#xef;" k="-8" />
+<hkern g1="uniFB03" u2="&#xef;" k="-8" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..21550fad490e89bdf9b0d62fdf86f5582dd0dc4b
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..a5c3bb8b773068aefb68539b32372624f877464e
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..adb888156f3487da6592333f47cba441658d4b76
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-medium-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..08129040e4fd2486c309e2de03b52efc15245f94
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewayregular';
+							}
+		</style>
+
+	<title>Raleway Regular Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Regular	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Regular</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Regular in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..b522d36653ec243dc20bedb2a0353710b5d2fa23
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..6c7e1247677d25d252f5a74c5769e8a6685b5e27
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.svg
@@ -0,0 +1,2079 @@
+<?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="ralewayregular" horiz-adv-x="1548" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="524" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1030" d="M59 831v111h148v154q0 74 21.5 149.5t67.5 135t117.5 97.5t170.5 38q115 0 194.5 -35t114.5 -62l-64 -100q-35 31 -98 52.5t-139 21.5q-66 0 -112 -27t-75.5 -68t-44 -94t-14.5 -104v-158h535v-942h-140v831h-395v-831h-139v831h-148z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1187" d="M59 831v111h148v164q0 90 22.5 165t68.5 129t115.5 85t164.5 31q90 0 157.5 -24t113.5 -67t68.5 -101t22.5 -128v-956q0 -43 27.5 -85t85.5 -42q39 0 78.5 11t42.5 11l28 -115q-2 -2 -19.5 -7t-44 -11t-61.5 -10t-69 -4q-98 0 -152.5 57t-54.5 135v989q0 39 -11.5 79 t-38 72t-68.5 52.5t-105 20.5q-61 0 -105.5 -28t-72 -73t-41 -100t-13.5 -113v-137h225v-111h-225v-831h-139v831h-148z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1501" d="M59 831v111h148v90q0 78 19.5 150.5t59.5 129t101.5 90.5t142.5 34q76 0 134.5 -16.5t97.5 -37.5q47 59 118.5 96.5t174.5 37.5q53 0 101 -10.5t88 -25t71 -31.5t51 -30l-66 -100q-33 29 -96 51.5t-139 22.5q-66 0 -113 -27t-76.5 -68t-43 -94t-13.5 -104v-158h533v-942 h-140v831h-393v-831h-139v831h-334v-831h-139v831h-148zM346 942h334v141q0 41 9 96.5t30 94.5q-35 25 -81 33t-85 8q-59 0 -98 -27.5t-63.5 -68.5t-35 -90.5t-10.5 -92.5v-94z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1665" d="M59 831v111h148v105q0 82 22.5 153.5t65.5 123.5t105.5 82t142.5 30q78 0 129 -16.5t90 -37.5q47 63 119.5 98.5t173.5 35.5q90 0 157.5 -24t113.5 -67t68.5 -101t22.5 -128v-956q0 -43 28 -85t85 -42q41 0 81 11t42 11l26 -115q0 -2 -17 -7t-45 -11t-61.5 -10t-68.5 -4 q-98 0 -153.5 57t-55.5 135v989q0 39 -11.5 79t-37 72t-68.5 52.5t-104 20.5q-63 0 -107.5 -28t-72 -73t-40 -100t-12.5 -113v-137h224v-111h-224v-831h-139v831h-340v-831h-139v831h-148zM346 942h340v141q0 47 7 102.5t24 90.5q-35 25 -74 32t-76 7q-59 0 -100 -22.5 t-68.5 -60.5t-40 -85t-12.5 -96v-109z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="524" />
+<glyph unicode="&#x09;" horiz-adv-x="524" />
+<glyph unicode="&#xa0;" horiz-adv-x="524" />
+<glyph unicode="!" horiz-adv-x="497" d="M180 0v229h139v-229h-139zM180 467v1001h139v-1001h-139z" />
+<glyph unicode="&#x22;" horiz-adv-x="573" d="M127 1206v260h123v-260h-123zM324 1206v260h120v-260h-120z" />
+<glyph unicode="#" horiz-adv-x="1400" d="M82 424v111h256l98 401h-268v104h295l98 414h119l-102 -414h387l100 414h119l-103 -414h240v-104h-266l-97 -401h275v-111h-301l-103 -424h-118l104 424h-387l-102 -424h-119l106 424h-231zM455 535h387l98 401h-389z" />
+<glyph unicode="$" horiz-adv-x="1263" d="M76 199l69 116q72 -78 193 -133t268 -65v547q-119 27 -208 57.5t-149.5 73.5t-90 103t-29.5 149q0 96 34 170.5t96.5 127t148.5 82t190 35.5v207h76v-205q135 -4 241.5 -48t194.5 -120l-68 -114q-59 66 -156.5 108.5t-219.5 46.5v-546q117 -23 212 -52.5t162.5 -76 t104.5 -115t37 -166.5t-38 -172t-105.5 -122t-161 -72.5t-203.5 -26.5v-199h-76v201q-305 18 -522 209zM274 1067q0 -59 19.5 -99t60.5 -70t103.5 -51.5t148.5 -41.5v530q-174 -8 -253 -78.5t-79 -189.5zM666 115q174 0 270 62.5t96 189.5q0 61 -23.5 104t-69.5 75 t-114.5 56.5t-158.5 46.5v-534z" />
+<glyph unicode="%" horiz-adv-x="1482" d="M92 1180q0 61 23.5 114.5t65.5 93t97.5 63.5t118.5 24t119.5 -24t97.5 -63.5t66 -93t25 -114.5t-25 -114.5t-66 -93.5t-97.5 -62.5t-119.5 -22.5t-118.5 22.5t-97.5 62.5t-65.5 93t-23.5 115zM141 55l574 697l555 710l71 -61l-569 -696l-559 -713zM197 1180q0 -43 16 -82 t44 -69t63.5 -46t76.5 -16q43 0 80 17t64.5 47t43 68t15.5 81q0 45 -16.5 84t-45 67.5t-65.5 45t-76 16.5q-41 0 -77.5 -17.5t-64.5 -47.5t-43 -67.5t-15 -80.5zM780 274q0 61 23.5 114.5t65.5 93.5t97.5 62.5t118.5 22.5t119 -22.5t97.5 -62.5t65.5 -93t24 -115 q0 -61 -24 -115.5t-65.5 -94t-97.5 -62t-119 -22.5t-118.5 22.5t-97.5 62t-65.5 94t-23.5 115.5zM885 274q0 -90 58 -151.5t142 -61.5q43 0 79 17.5t63.5 46.5t43 67.5t15.5 81.5t-16.5 82t-44 69t-64.5 46t-76 16q-43 0 -78.5 -17t-63.5 -47t-43 -68t-15 -81z" />
+<glyph unicode="&#x26;" horiz-adv-x="1376" d="M98 375q0 74 24.5 134t67.5 112.5t98.5 97.5t117.5 88q-55 59 -93.5 106.5t-62 87t-33.5 76.5t-10 76q0 68 27.5 126t76.5 101t116 68t144 25q72 0 133.5 -20.5t107.5 -58.5t72.5 -91.5t26.5 -116.5t-25.5 -116.5t-68.5 -100.5t-100.5 -89t-122.5 -85l407 -426 q41 78 65 169t24 191h118q-2 -127 -33.5 -239.5t-91.5 -206.5l273 -283h-185l-167 176q-86 -92 -199 -144t-244 -52q-96 0 -180 28.5t-146.5 80.5t-99.5 125t-37 161zM233 371q0 -68 30 -120t78 -88t109.5 -53.5t124.5 -17.5q104 0 193.5 44t157.5 122l-441 465 q-109 -76 -180.5 -159t-71.5 -193zM336 1157q0 -25 7 -49.5t26.5 -56t53.5 -73.5t89 -99q59 41 109.5 76.5t86 71.5t55 74t19.5 81q0 80 -59 131t-152 51q-51 0 -94 -16.5t-74.5 -45t-49 -65.5t-17.5 -80z" />
+<glyph unicode="'" horiz-adv-x="348" d="M113 1237v229h123v-229h-123z" />
+<glyph unicode="(" horiz-adv-x="548" d="M90 709q0 104 22.5 205.5t61.5 200.5t91 198.5t112 199.5l106 -51q-43 -61 -89 -151t-84 -192.5t-63.5 -210t-25.5 -206.5q0 -160 69.5 -349t190.5 -373l-104 -56q-129 193 -208 390.5t-79 394.5z" />
+<glyph unicode=")" horiz-adv-x="548" d="M66 1462l106 51q59 -100 111.5 -199.5t91.5 -198.5t61.5 -200.5t22.5 -205.5q0 -197 -79 -394.5t-208 -390.5l-104 56q121 184 190.5 373.5t69.5 348.5q0 98 -26 206t-64.5 210.5t-85 192.5t-86.5 151z" />
+<glyph unicode="*" horiz-adv-x="661" d="M127 1290l23 74l141 -53l-6 149h90l-6 -149l141 53l22 -74l-139 -45l90 -127l-65 -45l-88 133l-88 -133l-62 45l88 127z" />
+<glyph unicode="+" horiz-adv-x="856" d="M109 670v114h256v277h127v-277h256v-114h-256v-277h-127v277h-256z" />
+<glyph unicode="," horiz-adv-x="419" d="M113 -31q14 0 28.5 8.5t14.5 34.5v189h118v-209q0 -35 -14 -59.5t-37.5 -40t-52.5 -22.5t-57 -7v106z" />
+<glyph unicode="-" horiz-adv-x="866" d="M135 494v129h596v-129h-596z" />
+<glyph unicode="." horiz-adv-x="387" d="M135 0v201h119v-201h-119z" />
+<glyph unicode="/" horiz-adv-x="1241" d="M59 0l967 1454h160l-969 -1454h-158z" />
+<glyph unicode="0" horiz-adv-x="1259" d="M117 600q0 135 39 249t107.5 196.5t162.5 130t205 47.5t205 -47.5t162.5 -130t107.5 -196.5t39 -249t-39 -248.5t-107.5 -196.5t-163 -129t-204.5 -46q-111 0 -205 46t-162.5 129t-107.5 196.5t-39 248.5zM256 600q0 -111 27.5 -201t77 -154.5t118 -99t152.5 -34.5 q82 0 150.5 34.5t117.5 99t77 154.5t28 201t-28 201t-77 154.5t-117.5 100.5t-150.5 36q-84 0 -152.5 -36t-118 -100.5t-77 -154.5t-27.5 -201z" />
+<glyph unicode="1" horiz-adv-x="876" d="M94 840v135q47 0 103.5 26.5t106.5 61.5t85 65.5t39 40.5h143v-1042h260v-127h-694v127h291v877q-18 -25 -57 -53.5t-87 -53.5t-99.5 -41t-90.5 -16z" />
+<glyph unicode="2" horiz-adv-x="1091" d="M104 0q0 76 13.5 148.5t51.5 140t104.5 130t170.5 118.5q55 29 120 58.5t120 66t91 81.5t36 107q0 39 -17.5 78t-51 69.5t-84 49t-115.5 18.5q-68 0 -122 -19.5t-95 -46t-69 -56.5t-42 -48l-92 100q12 12 47 45t91 66t133 58.5t173 25.5q92 0 165 -25.5t124 -70.5 t78 -103.5t27 -124.5q0 -86 -40 -148.5t-97.5 -107.5t-118 -73.5t-99.5 -47.5q-92 -41 -153.5 -79.5t-100.5 -79.5t-58.5 -90.5t-27.5 -112.5h717v-127h-879z" />
+<glyph unicode="3" horiz-adv-x="1097" d="M80 -66l96 89q43 -90 131 -143.5t221 -53.5q154 0 242 74.5t88 214.5q0 141 -92 223t-266 82h-51v119h55q158 0 241.5 73.5t83.5 190.5q0 61 -22.5 107t-62 78t-94 48.5t-118.5 16.5q-117 0 -205.5 -52.5t-133.5 -144.5l-91 86q25 53 70 97t102.5 75t127 48.5t143.5 17.5 q94 0 173 -27t136 -75t89 -115.5t32 -149.5q0 -61 -18.5 -117.5t-53.5 -100.5t-85 -74t-113 -38q135 -23 215.5 -123t80.5 -247q0 -92 -33.5 -169t-96 -131.5t-149.5 -84t-194 -29.5q-156 0 -272.5 62.5t-175.5 172.5z" />
+<glyph unicode="4" horiz-adv-x="1110" d="M43 104v123l727 942h96v-938h181v-127h-181v-364h-139v364h-684zM190 231h549v719z" />
+<glyph unicode="5" horiz-adv-x="1128" d="M78 -27l92 70q57 -100 156.5 -161.5t218.5 -61.5q76 0 141.5 25.5t114.5 72.5t76.5 112.5t27.5 143.5q0 76 -26.5 138.5t-73.5 107.5t-109.5 69.5t-136.5 24.5q-98 0 -183 -42t-138 -122h-129q2 12 10 55.5t20.5 102.5t26.5 132t29 146q35 172 75 383h703v-129h-598 l-101 -522q53 57 130 89t169 32q100 0 186.5 -34t151 -95t101.5 -146t37 -188q0 -109 -40 -198t-109 -151.5t-161 -97t-196 -34.5q-78 0 -148.5 19.5t-130 56t-107.5 88t-79 114.5z" />
+<glyph unicode="6" horiz-adv-x="1241" d="M113 588q0 221 38.5 386t109.5 274.5t169 162.5t219 53q143 0 258 -71.5t174 -198.5l-90 -82q-41 104 -135 166.5t-209 62.5q-90 0 -163.5 -43t-126 -123.5t-82 -199.5t-29.5 -268q45 121 154.5 192.5t248.5 71.5q104 0 195.5 -38t159 -104.5t106.5 -157t39 -192.5 q0 -104 -40 -195t-108.5 -159t-163 -106.5t-202.5 -38.5q-115 0 -211 41.5t-166 119.5t-107.5 191.5t-37.5 255.5zM256 479q0 -78 30.5 -145.5t83 -119.5t121 -82t146.5 -30t146.5 30t120.5 81t82 119.5t30 146.5t-31 146.5t-82 120t-120.5 81t-145.5 29.5 q-78 0 -147.5 -29.5t-122 -81t-82 -120t-29.5 -146.5z" />
+<glyph unicode="7" horiz-adv-x="1126" d="M94 1065v129h1006l-735 -1454h-160l674 1325h-785z" />
+<glyph unicode="8" horiz-adv-x="1220" d="M104 412q0 70 26 129t67 105t93 80t105 52q-49 20 -92 50t-75.5 69t-52 86t-19.5 100q0 90 41 159t105.5 116t145 71.5t162.5 24.5t163 -24.5t145.5 -70.5t105.5 -115.5t41 -158.5q0 -53 -19.5 -100t-53.5 -87t-78 -69.5t-93 -50.5q59 -20 112.5 -56t93.5 -83 t63.5 -106.5t23.5 -129.5q0 -96 -41 -172.5t-110.5 -132t-162.5 -85t-196 -29.5q-109 0 -201 33.5t-158.5 92t-103.5 136.5t-37 166zM248 412q0 -72 32.5 -128.5t85 -95t117 -59t129.5 -20.5q66 0 130.5 21.5t115.5 61t83 96t32 126.5q0 74 -33 130t-85 95t-117.5 59.5 t-129.5 20.5q-68 0 -132 -21.5t-115.5 -61.5t-82 -97.5t-30.5 -126.5zM297 1077q0 -59 28.5 -105t73.5 -78t100.5 -48.5t110.5 -16.5q53 0 109.5 16.5t101.5 49.5t74 80t29 106q0 57 -27 103.5t-71 78t-100 48t-118 16.5q-61 0 -117.5 -17.5t-99.5 -49t-68.5 -79 t-25.5 -104.5z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M78 670q0 104 40 195t108.5 159t162.5 106.5t203 38.5q115 0 211 -42t164.5 -119.5t107.5 -191.5t39 -255q0 -221 -39 -386t-109.5 -274.5t-169 -162.5t-218.5 -53q-143 0 -258 71.5t-175 198.5l91 82q41 -104 135 -167t209 -63q90 0 163.5 43.5t126 124t82 198.5 t29.5 269q-45 -121 -154.5 -192.5t-248.5 -71.5q-104 0 -195.5 38t-159 104.5t-106.5 157t-39 192.5zM211 670q0 -78 30.5 -146.5t82 -120t120 -81t146.5 -29.5t147.5 29.5t121.5 81t82 120t30 146.5q0 76 -31 144.5t-83 120.5t-120.5 82t-146.5 30t-146.5 -30t-121 -81 t-82 -119.5t-29.5 -146.5z" />
+<glyph unicode=":" horiz-adv-x="403" d="M143 0v201h117v-201h-117zM143 860v201h117v-201h-117z" />
+<glyph unicode=";" horiz-adv-x="434" d="M119 -31q14 0 28.5 8.5t14.5 34.5v189h119v-209q0 -35 -14.5 -59.5t-38 -40t-52.5 -22.5t-57 -7v106zM162 860v201h119v-201h-119z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1036" d="M70 489v76l858 516v-149l-658 -402l658 -399v-154z" />
+<glyph unicode="=" horiz-adv-x="903" d="M143 397v101h619v-101h-619zM143 633v100h619v-100h-619z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1036" d="M109 -23v154l657 399l-657 402v149l860 -516v-76z" />
+<glyph unicode="?" horiz-adv-x="980" d="M72 1208q29 63 73.5 112.5t101 83.5t121 51.5t132.5 17.5q76 0 147.5 -24t127.5 -73t90 -122.5t34 -172.5q0 -82 -23.5 -138t-62.5 -97t-89 -71t-101 -58q-37 -20 -70 -42t-59.5 -55.5t-42 -83t-15.5 -122.5h-119q0 135 42 215t133 133q41 25 90 50.5t92 62t72.5 88 t29.5 127.5q0 68 -23.5 116.5t-62.5 82.5t-89 50.5t-103 16.5q-111 0 -198 -60.5t-132 -148.5zM319 0v219h121v-219h-121z" />
+<glyph unicode="@" horiz-adv-x="1691" d="M102 471q0 174 62.5 314.5t168 240.5t243 154.5t284.5 54.5q152 0 287 -56.5t237.5 -160t162 -246.5t59.5 -317q0 -29 -3.5 -77t-13.5 -101.5t-29.5 -108.5t-52 -100t-82 -73t-118.5 -28q-51 0 -83 15.5t-50.5 42t-26.5 60.5t-12 71q-57 -59 -147.5 -102.5t-199.5 -43.5 q-145 0 -226 77t-81 198q0 78 34 131t88 84.5t122 45t135 13.5q90 0 157.5 -17.5t102.5 -29.5q0 74 -11 134.5t-40 103.5t-78 67.5t-125 24.5q-82 0 -154.5 -25.5t-131.5 -71.5l-37 80q74 49 156.5 78t177.5 29q115 0 181 -38t101 -98.5t44 -135t9 -148.5v-264 q0 -90 17.5 -147.5t87.5 -57.5q63 0 105 44t66.5 107.5t34 136t9.5 128.5q0 147 -51 276t-142.5 224.5t-214.5 150.5t-266 55q-141 0 -265 -52t-216 -144t-146.5 -219t-54.5 -279q0 -145 51.5 -273t140.5 -223.5t211.5 -149.5t266.5 -54q88 0 163.5 20.5t151.5 56.5l27 -65 q-84 -41 -170 -61.5t-172 -20.5q-154 0 -289 57.5t-236.5 161t-160 244.5t-58.5 307zM575 289q0 -86 61.5 -138.5t158.5 -52.5q51 0 101 13.5t89 31.5q86 41 109.5 96.5t23.5 112.5v82q-27 4 -95.5 24.5t-166.5 20.5q-55 0 -105.5 -9t-89 -31.5t-62.5 -58.5t-24 -91z" />
+<glyph unicode="A" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719z" />
+<glyph unicode="B" horiz-adv-x="1368" d="M184 0v1454h699q76 0 137 -32.5t104 -85t66.5 -119t23.5 -134.5q0 -111 -55 -201.5t-153 -136.5q125 -37 197.5 -137t72.5 -233q0 -82 -33 -150.5t-88 -119t-129 -78t-158 -27.5h-684zM326 125h542q55 0 104.5 22.5t84.5 60.5t55.5 88t20.5 103t-18.5 103.5t-52.5 88.5 t-80 61.5t-99 23.5h-557v-551zM326 793h499q53 0 99.5 22.5t80 59t52 85t18.5 101.5q0 55 -17.5 104t-49 85t-75.5 57.5t-95 21.5h-512v-536z" />
+<glyph unicode="C" horiz-adv-x="1411" d="M90 737q0 131 46 261t134 232.5t217 167t293 64.5q195 0 332 -88t205 -229l-115 -70q-35 72 -84 121t-106.5 80t-119 44t-120.5 13q-131 0 -231.5 -53t-169 -139t-103.5 -193.5t-35 -218.5q0 -121 42 -231.5t115 -195.5t172.5 -135t215.5 -50q61 0 126 15t125.5 49 t111.5 84t86 122l119 -61q-35 -82 -98.5 -144.5t-141.5 -105.5t-165 -65.5t-171 -22.5q-150 0 -274.5 65.5t-215 171t-140.5 239.5t-50 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M184 0v1454h492q174 0 305 -57.5t218 -155.5t130 -230t43 -282q0 -166 -49 -300t-139 -229.5t-219 -147.5t-289 -52h-492zM326 127h350q135 0 238.5 46t173 127t105.5 190.5t36 238.5q0 131 -37 240.5t-107.5 189.5t-173 124t-235.5 44h-350v-1200z" />
+<glyph unicode="E" horiz-adv-x="1255" d="M184 0v1454h959v-127h-817v-524h712v-121h-712v-555h835v-127h-977z" />
+<glyph unicode="F" horiz-adv-x="1198" d="M184 0v1454h953v-127h-811v-534h686v-119h-686v-674h-142z" />
+<glyph unicode="G" horiz-adv-x="1478" d="M92 729q0 145 50.5 278.5t139.5 234.5t212.5 161.5t269.5 60.5q106 0 193 -23.5t156 -65.5t120 -100t86 -128l-111 -74q-72 135 -186.5 198.5t-259.5 63.5q-121 0 -218.5 -51t-166 -136t-105 -194.5t-36.5 -226.5q0 -123 41.5 -233.5t115.5 -193.5t173.5 -132t215.5 -49 q125 0 238 58.5t217 182.5v244h-322v111h445v-715h-123v211q-203 -221 -465 -221q-147 0 -271 63.5t-215 168t-142.5 236.5t-51.5 271z" />
+<glyph unicode="H" horiz-adv-x="1513" d="M184 0v1454h142v-647h862v647h143v-1454h-143v680h-862v-680h-142z" />
+<glyph unicode="I" horiz-adv-x="509" d="M184 0v1452h142v-1452h-142z" />
+<glyph unicode="J" horiz-adv-x="995" d="M37 68l41 114q45 -31 115.5 -53.5t158.5 -22.5q111 0 177.5 40t101.5 118t45 191.5t10 259.5v737h143v-737q0 -166 -15 -302.5t-64.5 -232.5t-143.5 -149.5t-254 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1312" d="M184 0v1452h142v-844l800 846h158l-594 -639l627 -815h-158l-557 731l-276 -285v-446h-142z" />
+<glyph unicode="L" horiz-adv-x="1208" d="M184 0v1454h142v-1327h841v-127h-983z" />
+<glyph unicode="M" horiz-adv-x="1798" d="M184 0v1454h146l569 -995l569 995h146v-1454h-141v1194l-531 -924h-84l-532 924v-1194h-142z" />
+<glyph unicode="N" horiz-adv-x="1583" d="M184 0v1454h111l962 -1210v1208h142v-1452h-123l-950 1188v-1188h-142z" />
+<glyph unicode="O" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5z" />
+<glyph unicode="P" horiz-adv-x="1271" d="M184 0v1454h602q94 0 173 -40t136.5 -104.5t89.5 -146.5t32 -166q0 -90 -30 -173t-85 -146.5t-132 -102t-171 -38.5h-473v-537h-142zM326 664h465q63 0 115 27.5t89 73.5t57.5 106.5t20.5 125.5q0 68 -23.5 128.5t-63.5 105.5t-94 70.5t-114 25.5h-452v-663z" />
+<glyph unicode="Q" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -150 -54 -285t-151 -237l172 -203h-141l-111 129q-84 -66 -183 -102.5t-214 -36.5q-152 0 -277.5 63.5t-216 166t-139.5 235.5t-49 272zM236 727 q0 -119 38.5 -228.5t110.5 -194.5t170 -135t219 -50q92 0 170 29.5t143 80.5l-182 217h142l116 -139q72 86 111 195.5t39 224.5q0 119 -40 228.5t-111.5 193.5t-170 135t-217.5 51q-123 0 -223 -52t-170 -138t-107.5 -195.5t-37.5 -222.5z" />
+<glyph unicode="R" horiz-adv-x="1351" d="M184 0v1454h613q94 0 174 -40t137 -104.5t89 -146.5t32 -166q0 -80 -23.5 -152.5t-66.5 -131t-102.5 -98.5t-133.5 -54l359 -561h-162l-344 537h-430v-537h-142zM326 664h477q63 0 115.5 27.5t89 74.5t57 106.5t20.5 124.5q0 66 -23.5 126.5t-63.5 105.5t-94 71.5 t-113 26.5h-465v-663z" />
+<glyph unicode="S" horiz-adv-x="1253" d="M72 199l69 116q80 -84 215.5 -142t300.5 -58q174 0 272.5 62.5t98.5 189.5q0 68 -27.5 113.5t-83 79.5t-138.5 58.5t-191 49.5q-115 27 -201 55.5t-144.5 71.5t-88 103t-29.5 149q0 100 38 179t106.5 131t163.5 79.5t210 27.5q143 0 257 -44t206 -124l-68 -114 q-61 70 -164.5 112.5t-232.5 42.5q-195 0 -283 -72.5t-88 -197.5q0 -66 23.5 -107.5t74 -72.5t127 -53.5t181.5 -45.5q117 -25 209 -54t157.5 -75.5t100.5 -113t35 -164.5q0 -100 -39 -174t-108.5 -123t-166 -72.5t-209.5 -23.5q-342 0 -583 211z" />
+<glyph unicode="T" horiz-adv-x="1257" d="M39 1327v127h1180v-127h-519v-1327h-143v1327h-518z" />
+<glyph unicode="U" horiz-adv-x="1546" d="M162 721v733h141v-733q0 -115 22.5 -223.5t77 -192.5t144.5 -135t225 -51q137 0 228.5 52t145.5 137t75.5 193.5t21.5 219.5v733h143v-733q0 -147 -32.5 -279.5t-105 -232.5t-189.5 -159.5t-285 -59.5q-174 0 -290.5 62.5t-188.5 164.5t-102.5 233.5t-30.5 270.5z" />
+<glyph unicode="V" horiz-adv-x="1386" d="M25 1454h149l520 -1276l516 1276h152l-606 -1454h-125z" />
+<glyph unicode="W" horiz-adv-x="2142" d="M25 1454h151l529 -1288l276 657l-254 621h137l205 -516l207 516h135l-254 -621l279 -657l526 1288h156l-615 -1454h-127l-305 719l-307 -719h-127z" />
+<glyph unicode="X" horiz-adv-x="1292" d="M10 1454h160l477 -635l477 635h158l-559 -737l543 -717h-158l-461 614l-461 -614h-159l542 717z" />
+<glyph unicode="Y" horiz-adv-x="1298" d="M16 1454h156l477 -782l479 782h156l-565 -913v-541h-141v545z" />
+<glyph unicode="Z" horiz-adv-x="1277" d="M57 0v113l990 1214h-973v127h1138v-113l-976 -1214h974v-127h-1153z" />
+<glyph unicode="[" horiz-adv-x="507" d="M172 -82v1598h244v-117h-113v-1364h113v-117h-244z" />
+<glyph unicode="\" horiz-adv-x="1165" d="M55 1454h160l891 -1454h-158z" />
+<glyph unicode="]" horiz-adv-x="507" d="M92 35h115v1364h-115v117h244v-1598h-244v117z" />
+<glyph unicode="^" horiz-adv-x="1107" d="M90 621l406 833h118l404 -833h-123l-340 702l-346 -702h-119z" />
+<glyph unicode="_" horiz-adv-x="849" d="M35 0h780v-127h-780v127z" />
+<glyph unicode="`" horiz-adv-x="454" d="M100 1495h146l123 -190l-90 -35z" />
+<glyph unicode="a" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5z" />
+<glyph unicode="b" horiz-adv-x="1261" d="M150 0v1495h139v-651q72 109 172 175t235 66q111 0 201 -47t152.5 -125.5t96.5 -178t34 -204.5q0 -113 -39 -213t-107.5 -174.5t-162 -118.5t-199.5 -44q-125 0 -231.5 63t-166.5 164v-207h-124zM289 365q8 -55 44 -103.5t87 -83.5t108.5 -55.5t110.5 -20.5 q88 0 160.5 36t125 96.5t82 137.5t29.5 158q0 84 -27.5 162t-77.5 138.5t-120 96.5t-154 36q-63 0 -118.5 -21.5t-102.5 -58.5t-85 -85t-62 -102v-331z" />
+<glyph unicode="c" horiz-adv-x="1126" d="M80 537q0 113 39 213t109.5 174.5t169 117.5t216.5 43q152 0 264.5 -68.5t170.5 -185.5l-136 -43q-45 82 -124.5 128.5t-178.5 46.5q-82 0 -152.5 -33t-122.5 -89.5t-82 -134t-30 -169.5q0 -90 31 -170t84 -138.5t123.5 -92.5t150.5 -34q51 0 101.5 14.5t93.5 40 t73.5 58.5t43.5 70l135 -41q-23 -57 -66 -105.5t-101 -84.5t-129 -55t-147 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5z" />
+<glyph unicode="d" horiz-adv-x="1275" d="M80 530q0 113 37 214.5t101.5 177t153.5 119.5t195 44q135 0 239.5 -70.5t166.5 -170.5v651h139v-1315q0 -57 49 -57v-123q-35 -6 -55 -6q-51 0 -84 29.5t-33 70.5v113q-66 -104 -173 -165.5t-224 -61.5q-111 0 -205 46t-162.5 121.5t-106.5 175t-38 207.5zM223 530 q0 -86 31 -163.5t84 -136t126 -93.5t157 -35q53 0 111.5 20.5t108.5 56.5t87 84t45 104v329q-20 55 -60.5 103.5t-90.5 85.5t-106.5 57.5t-111.5 20.5q-86 0 -156.5 -37t-119.5 -97.5t-77 -138.5t-28 -160z" />
+<glyph unicode="e" horiz-adv-x="1202" d="M80 537q0 113 40 212t111.5 173.5t169 118.5t213.5 44q117 0 214.5 -44t167 -119.5t108.5 -174t39 -208.5q0 -16 -1 -33t-3 -23h-912q6 -86 40 -158.5t86.5 -126t121 -83t146.5 -29.5q53 0 104 14.5t94 39t77 60.5t52 79l121 -33q-25 -59 -70 -107.5t-104 -84.5t-131 -55 t-148 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5zM223 590h787q-6 86 -40 156.5t-86.5 122t-122 80t-147.5 28.5t-147.5 -28.5t-121.5 -80t-84 -123t-38 -155.5z" />
+<glyph unicode="f" horiz-adv-x="706" d="M59 831v111h148v154q0 197 84 308.5t231 111.5q61 0 120.5 -18.5t102.5 -49.5l-43 -100q-29 23 -70.5 35t-82.5 12q-98 0 -150.5 -76t-52.5 -219v-158h295v-111h-295v-831h-139v831h-148z" />
+<glyph unicode="g" horiz-adv-x="1261" d="M82 530q0 111 36 212.5t101.5 177t156.5 120.5t202 45q137 0 237 -68.5t172 -172.5v223h125v-1071q0 -111 -42 -196t-112.5 -142t-167 -86t-202.5 -29q-182 0 -295 65.5t-182 176.5l86 68q63 -102 167.5 -150.5t223.5 -48.5q78 0 148.5 21.5t122.5 63.5t83 106.5 t31 150.5v211q-63 -102 -168.5 -161.5t-222.5 -59.5q-111 0 -202 46t-157.5 121.5t-103.5 174t-37 202.5zM223 528q0 -86 31 -163.5t84 -136t126 -92.5t157 -34q61 0 120.5 22.5t107.5 60.5t81 85t43 97v329q-23 57 -63 106.5t-89 84.5t-105.5 55.5t-113.5 20.5 q-90 0 -159.5 -38t-119 -99.5t-75 -139.5t-25.5 -158z" />
+<glyph unicode="h" horiz-adv-x="1185" d="M150 0v1495h139v-670q66 121 178.5 190.5t241.5 69.5q92 0 156.5 -33.5t104.5 -94t58.5 -145.5t18.5 -187v-625h-140v596q0 182 -62.5 272t-182.5 90q-59 0 -118 -23.5t-110 -64.5t-89 -96t-56 -121v-653h-139z" />
+<glyph unicode="i" horiz-adv-x="438" d="M150 0v1067h139v-1067h-139zM150 1290v205h139v-205h-139z" />
+<glyph unicode="j" horiz-adv-x="438" d="M-258 -291l68 94q33 -29 71.5 -39t77.5 -10q37 0 70.5 14.5t60.5 40t43.5 60.5t16.5 76v1122h139v-1114q0 -72 -26.5 -131.5t-71 -102.5t-101 -66.5t-115.5 -23.5q-68 0 -127 18.5t-106 61.5zM150 1290v205h139v-205h-139z" />
+<glyph unicode="k" horiz-adv-x="1079" d="M150 0v1495h139v-1016l600 586h158l-437 -436l453 -629h-152l-393 547l-229 -213v-334h-139z" />
+<glyph unicode="l" horiz-adv-x="540" d="M156 195v1300h139v-1253q0 -59 32.5 -93t92.5 -34q23 0 53.5 6t56.5 16l25 -112q-39 -16 -95.5 -26.5t-97.5 -10.5q-96 0 -151 54t-55 153z" />
+<glyph unicode="m" horiz-adv-x="1875" d="M150 0v1067h126v-242q66 123 172.5 191.5t235.5 68.5q135 0 217 -75.5t98 -198.5q150 274 414 274q88 0 150.5 -32.5t100.5 -93t55.5 -145.5t17.5 -189v-625h-140v596q0 186 -58 274t-177 88q-61 0 -115.5 -22.5t-100.5 -63.5t-81 -97t-53 -124v-651h-140v596 q0 190 -57 276t-176 86q-121 0 -215 -83.5t-135 -221.5v-653h-139z" />
+<glyph unicode="n" horiz-adv-x="1185" d="M150 0v1067h126v-242q33 57 81.5 105.5t107.5 83.5t125.5 53t138.5 18q90 0 150.5 -32.5t97.5 -92t53.5 -145.5t16.5 -190v-625h-140v596q0 190 -55 276t-172 86q-61 0 -122.5 -22.5t-115 -63.5t-93.5 -97t-60 -122v-653h-139z" />
+<glyph unicode="o" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169z" />
+<glyph unicode="p" horiz-adv-x="1259" d="M150 -436v1503h124v-207q66 100 170.5 162.5t227.5 62.5q111 0 204 -46t160.5 -122.5t105.5 -177t38 -207.5q0 -113 -35 -213t-99.5 -175.5t-154 -119.5t-195.5 -44q-135 0 -239.5 68.5t-167.5 172.5v-657h-139zM289 371q25 -57 62.5 -106.5t85.5 -85.5t104.5 -56.5 t115.5 -20.5q86 0 156 37t120 97.5t76.5 137.5t26.5 158q0 86 -30.5 164t-84 137.5t-126 94.5t-156.5 35q-53 0 -110.5 -21.5t-108.5 -57.5t-87 -84t-44 -102v-327z" />
+<glyph unicode="q" horiz-adv-x="1259" d="M80 532q0 111 39 211.5t107.5 176t161.5 120.5t200 45q125 0 230.5 -64.5t166.5 -162.5v209h125v-1317q0 -57 49 -59v-121q-29 -6 -59 -6q-53 0 -91 37t-38 90v530q-78 -119 -181.5 -180t-226.5 -61q-109 0 -198 46t-152 122.5t-98 176t-35 207.5zM223 530 q0 -86 29 -163.5t79 -136t120.5 -93.5t154.5 -35q63 0 117.5 20.5t100.5 54.5t82 80t65 97v330q-8 55 -43 105.5t-85 89.5t-109.5 61.5t-117.5 22.5q-86 0 -158.5 -37t-124.5 -97.5t-81 -138.5t-29 -160z" />
+<glyph unicode="r" horiz-adv-x="718" d="M150 0v1067h131v-256q55 113 145 187.5t195 74.5h34.5t26.5 -2v-127q-141 -4 -245.5 -77.5t-147.5 -202.5v-664h-139z" />
+<glyph unicode="s" horiz-adv-x="997" d="M59 139l64 94q90 -74 183 -110.5t200 -36.5q129 0 205.5 52t76.5 149q0 45 -20 74.5t-60 52t-100.5 40t-140.5 35.5q-92 23 -159.5 45.5t-111.5 51t-65.5 70.5t-21.5 106q0 80 31.5 141.5t86 101t127 60t154.5 20.5q123 0 223 -39.5t162 -105.5l-68 -82q-59 61 -144 92 t-177 31q-55 0 -102.5 -11.5t-83 -36t-56 -62t-20.5 -89.5q0 -43 14 -69.5t47 -46t83 -35t122 -31.5q102 -25 180 -49.5t130 -57t79 -79.5t27 -115q0 -147 -113 -233t-303 -86q-125 0 -244 40.5t-205 118.5z" />
+<glyph unicode="t" horiz-adv-x="679" d="M51 956v111h148v360h139v-360h246v-111h-246v-725q4 -59 41 -86.5t88 -27.5q59 0 104 19.5t58 27.5l37 -113q-12 -6 -36 -16t-54.5 -20.5t-69.5 -18.5t-82 -8q-45 0 -86 12t-71.5 37.5t-49 64.5t-18.5 91v763h-148z" />
+<glyph unicode="u" horiz-adv-x="1216" d="M139 440v627h140v-602q0 -362 247 -363q61 0 121 20.5t110 59.5t90 92.5t64 120.5v672h140v-887q0 -57 51 -57v-123q-41 -6 -58 -6q-47 0 -80.5 28.5t-33.5 71.5v148q-72 -125 -191 -193.5t-260 -68.5q-168 0 -254 115.5t-86 344.5z" />
+<glyph unicode="v" horiz-adv-x="1085" d="M35 1067h145l367 -938l368 938h136l-435 -1067h-147z" />
+<glyph unicode="w" horiz-adv-x="1669" d="M35 1067h133l389 -924l203 488l-182 434h118l140 -348l137 348h119l-181 -434l203 -488l387 924h135l-456 -1067h-117l-227 545l-228 -545h-116z" />
+<glyph unicode="x" horiz-adv-x="1024" d="M27 0l407 530l-407 537h149l320 -418l16 -31l18 31l318 418h149l-407 -537l407 -530h-149l-318 416l-18 28l-16 -28l-318 -416h-151z" />
+<glyph unicode="y" horiz-adv-x="1110" d="M27 1067h145l395 -938l365 938h133l-555 -1376q-31 -76 -83 -113t-146 -37q-39 0 -70 6v123q10 -2 20.5 -3t20.5 -1q20 0 43.5 4t34.5 8q10 4 21 17.5t28.5 47.5t44.5 94.5t68 162.5z" />
+<glyph unicode="z" horiz-adv-x="995" d="M57 0v94l721 869h-704v104h856v-94l-717 -869h717v-104h-873z" />
+<glyph unicode="{" horiz-adv-x="518" d="M109 686v107q20 0 35.5 12t25.5 28.5t14 36t4 31.5v553q0 39 18.5 50.5t29.5 11.5h192v-117h-113v-535q0 -25 -11 -61.5t-44 -65.5q33 -29 44 -66.5t11 -60.5v-557h113v-116h-192q-16 0 -32 13t-16 48v575q0 41 -20.5 75t-58.5 38z" />
+<glyph unicode="|" horiz-adv-x="456" d="M168 -266v1853h121v-1853h-121z" />
+<glyph unicode="}" horiz-adv-x="518" d="M92 53h113v557q0 23 10 61t43 66q-33 29 -43 66t-10 61v535h-113v117h193q10 0 28.5 -11.5t18.5 -50.5v-553q0 -12 4 -31.5t13 -36t23.5 -28.5t37.5 -12v-107q-39 -4 -58.5 -38t-19.5 -75v-575q0 -35 -15.5 -48t-31.5 -13h-193v116z" />
+<glyph unicode="~" horiz-adv-x="1040" d="M133 494q0 10 11.5 43.5t38 70.5t68.5 67t103 30q47 0 88 -18.5t80 -41t78 -41t82 -18.5q39 0 65.5 15t44 33.5t24.5 36t7 21.5h88q0 -4 -11 -35.5t-37.5 -67.5t-72 -65.5t-110.5 -29.5q-51 0 -94 18t-83 40.5t-77 41t-74 18.5t-61.5 -18.5t-39.5 -40t-22.5 -39.5 t-7.5 -20h-88z" />
+<glyph unicode="&#xa1;" horiz-adv-x="499" d="M180 -4v1001h139v-1001h-139zM180 1235v229h139v-229h-139z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1161" d="M94 528q0 104 34 199.5t95.5 171.5t149.5 125t198 59v238h76v-238q154 -4 256.5 -70.5t159.5 -181.5l-133 -43q-47 84 -121 125t-162 45v-854q41 2 87 16.5t88 37t74 55.5t44 72l135 -41q-25 -66 -74 -116t-108 -83t-125 -49t-121 -16v-226h-76v228q-104 8 -192 58 t-150.5 126t-98.5 170t-36 192zM238 528q0 -76 24.5 -146.5t69.5 -126.5t106.5 -94t132.5 -50v843q-80 -8 -141 -47t-104 -98t-65.5 -133t-22.5 -148z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1034" d="M109 651v111h192q-23 43 -47.5 85t-45 85t-33.5 88t-13 94q0 74 29.5 137.5t80 110.5t118 74.5t145.5 27.5q111 0 210 -57t160 -158l-82 -86q-49 86 -128 135.5t-165 49.5q-49 0 -93 -18.5t-75.5 -51.5t-50 -77t-18.5 -95q0 -45 14.5 -87t34.5 -84t45 -84t47 -89h365 v-111h-324q16 -61 17 -123q0 -102 -47.5 -197t-165.5 -220q76 18 151 18q43 0 80 -6t71.5 -12.5t68.5 -12.5t71 -6q41 0 84 9.5t98 27.5l35 -106q-111 -53 -223 -54q-47 0 -88 7.5t-82 16.5t-83 17t-89 8t-107.5 -9t-113.5 -25l-37 102q70 70 119 128t78.5 109.5t43 99.5 t13.5 97q0 35 -5.5 68t-15.5 63h-239z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1388" d="M61 1454h156l475 -782l479 782h158l-442 -704h172v-99h-228l-67 -110v-56h297v-98h-297v-387h-143v387h-293v98h293v60l-64 106h-229v99h176z" />
+<glyph unicode="&#xa6;" horiz-adv-x="464" d="M172 -266v833h121v-833h-121zM172 754v833h121v-833h-121z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1048" d="M100 1110q0 80 34 144.5t90.5 111.5t131 72.5t158.5 25.5q131 0 221 -58t144 -136l-109 -51q-35 66 -109.5 92t-146.5 26q-53 0 -103.5 -14t-88 -44t-60 -73t-22.5 -100q0 -70 31.5 -110t74.5 -59t89 -24.5t75 -7.5q82 -4 155.5 -22.5t130 -54t90.5 -94t34 -142.5 q0 -63 -17.5 -113.5t-44.5 -79.5q47 -29 70.5 -83t23.5 -126q0 -98 -39 -167.5t-99 -114.5t-135 -66.5t-144 -21.5q-66 0 -125.5 16.5t-110.5 43t-93 59t-73 67.5l90 86q147 -139 303 -139q53 0 103.5 14.5t90.5 44t64.5 72.5t24.5 100q0 59 -25.5 94t-64.5 53.5t-84 24.5 t-84 11q-193 16 -296 95t-103 230q0 61 15 107.5t38 74.5q-43 31 -74 94.5t-31 141.5zM287 674q0 -92 50 -132t120.5 -56.5t145.5 -21.5t124 -24q29 23 44 64t15 84q0 59 -25.5 97t-65.5 61.5t-88 32.5t-93 12q-47 2 -88 6t-88 22q-23 -23 -37 -60.5t-14 -84.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="673" d="M125 1296v193h119v-193h-119zM430 1296v193h119v-193h-119z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1716" d="M104 727q0 158 56.5 293t157 233.5t238.5 154.5t300 56t301 -56t239.5 -154.5t158 -233.5t57.5 -293q0 -160 -57.5 -295t-158 -234.5t-239.5 -155.5t-301 -56t-300 56t-238.5 155.5t-157 234.5t-56.5 295zM174 725q0 -143 51 -266t142.5 -213t216.5 -141.5t272 -51.5 q143 0 268 49.5t217.5 137.5t145.5 210.5t53 272.5q0 145 -51 268t-143.5 213t-217 141.5t-272.5 51.5q-145 0 -270 -51.5t-216 -140.5t-143.5 -213t-52.5 -267zM393 727q0 86 29 172t86 153.5t145 110.5t207 43q135 0 239.5 -58t151.5 -169l-133 -43q-20 45 -52 73.5 t-67.5 45t-71.5 22.5t-67 6q-82 0 -142.5 -31.5t-100 -81.5t-60 -114.5t-20.5 -128.5q0 -84 30.5 -150.5t77.5 -111.5t105.5 -68.5t113.5 -23.5q78 0 156 42t113 113l135 -39q-14 -37 -49 -78.5t-86.5 -77.5t-118 -58.5t-144.5 -22.5q-92 0 -179 33.5t-152.5 95 t-105.5 149.5t-40 197z" />
+<glyph unicode="&#xaa;" horiz-adv-x="888" d="M96 934q0 49 22.5 90t63.5 70.5t96.5 46t122.5 16.5q57 0 111.5 -9t97.5 -28v58q0 88 -52 139t-144 51q-106 0 -234 -84l-41 76q143 94 285 94q143 0 225 -74.5t82 -214.5v-293q0 -43 39 -45v-106q-14 -2 -25.5 -3t-21.5 -1q-41 0 -66.5 19.5t-27.5 54.5l-2 51 q-51 -66 -126 -99.5t-161 -33.5q-51 0 -96 17t-78 48t-51.5 72t-18.5 88zM211 942q0 -59 46 -100t116 -41q43 0 85 12t75.5 31.5t55 45t21.5 52.5v107q-43 18 -92 25t-96 7q-94 0 -152.5 -37.5t-58.5 -101.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1183" d="M90 489v76l510 365v-121l-395 -279l395 -274v-121zM543 489v76l508 365v-121l-394 -279l394 -274v-121z" />
+<glyph unicode="&#xac;" horiz-adv-x="1206" d="M162 618v127h899v-487h-123v360h-776z" />
+<glyph unicode="&#xad;" horiz-adv-x="1167" d="M135 494v129h899v-129h-899z" />
+<glyph unicode="&#xae;" horiz-adv-x="1716" d="M104 727q0 158 56.5 293t157 233.5t238.5 154.5t300 56t301 -56t239.5 -154.5t158 -233.5t57.5 -293q0 -160 -57.5 -295t-158 -234.5t-239.5 -155.5t-301 -56t-300 56t-238.5 155.5t-157 234.5t-56.5 295zM178 727q0 -145 51.5 -268t141.5 -214t214 -142.5t271 -51.5 q143 0 268 49.5t217.5 137.5t144.5 211.5t52 275.5q0 143 -51 266t-142.5 213t-216 141.5t-272.5 51.5q-147 0 -271 -51.5t-214 -141.5t-141.5 -212t-51.5 -265zM545 260v928h391q59 0 109.5 -25.5t87 -67.5t57 -94.5t20.5 -105.5q0 -100 -57 -179t-152 -98l228 -358h-119 l-217 344h-242v-344h-106zM651 698h285q84 0 127 56.5t43 140.5q0 86 -50 140.5t-128 54.5h-277v-392z" />
+<glyph unicode="&#xaf;" horiz-adv-x="811" d="M111 1358v96h591v-96h-591z" />
+<glyph unicode="&#xb0;" horiz-adv-x="546" d="M102 1315q0 72 49.5 120t120.5 48q72 0 121 -48.5t49 -119.5q0 -74 -49 -123t-121 -49t-121 49t-49 123zM182 1313q0 -37 27 -64t63 -26q39 0 66 26q25 29 24 64q0 35 -24 63q-25 27 -66 27q-38 0 -63 -27q-27 -27 -27 -63z" />
+<glyph unicode="&#xb1;" horiz-adv-x="942" d="M141 125v117h662v-117h-662zM141 688v117h267v287h127v-287h268v-117h-268v-287h-127v287h-267z" />
+<glyph unicode="&#xb2;" horiz-adv-x="798" d="M76 670q0 80 15 138t47 102t81 76t115 58q47 18 96 36t90 40.5t67.5 55t26.5 79.5q0 63 -52 107.5t-156 44.5q-51 0 -92.5 -11.5t-74 -28.5t-56 -36.5t-38.5 -36.5l-61 64q8 10 32.5 33.5t66.5 47t100.5 41t134.5 17.5q150 0 224.5 -69.5t74.5 -170.5q0 -72 -33 -116.5 t-79 -72.5t-95 -43t-82 -28q-66 -23 -107.5 -50t-66.5 -58t-34 -63.5t-9 -67.5h496v-88h-631z" />
+<glyph unicode="&#xb3;" horiz-adv-x="802" d="M74 840l55 59q2 -25 22.5 -51.5t55.5 -48t82 -35.5t102 -14q100 0 169 39.5t69 105.5q0 72 -82 112t-223 40h-48v83h48q129 0 202.5 34t73.5 102t-64.5 107.5t-152.5 39.5q-86 0 -146.5 -31.5t-91.5 -83.5l-63 70q37 59 120 94t181 35q68 0 125 -17.5t100 -47t66.5 -70.5 t23.5 -90q0 -141 -186 -180q98 -14 154.5 -72.5t56.5 -136.5q0 -53 -26.5 -95.5t-72.5 -71t-105.5 -44t-127.5 -15.5q-129 0 -215 49.5t-102 133.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="454" d="M100 1305l121 190h148l-176 -225z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1224" d="M164 -434v1501h139v-602q0 -362 252 -363q61 0 119.5 20.5t109 59.5t90 92.5t64.5 120.5v672h139v-887q0 -57 51 -57v-123q-20 -4 -33.5 -5t-25.5 -1q-47 0 -80 28.5t-33 71.5v148q-29 -55 -71.5 -102.5t-96 -83.5t-115 -56t-124.5 -20q-100 0 -161.5 48t-90.5 126v-588 h-133z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1226" d="M74 961q0 233 151.5 363t425.5 130h494v-111h-144v-1507h-122v637h-152v-637h-121v637q-123 2 -221 36t-168 97.5t-106.5 152.5t-36.5 202zM195 965q0 -96 32.5 -166t89 -116t131 -70.5t158.5 -28.5v759q-201 -2 -306 -103t-105 -275zM727 584h152v759h-152v-759z" />
+<glyph unicode="&#xb7;" horiz-adv-x="387" d="M135 504v229h119v-229h-119z" />
+<glyph unicode="&#xb8;" horiz-adv-x="579" d="M45 -322l35 64q29 -14 78 -25.5t102 -11.5q117 0 117 72q0 41 -27.5 57t-75.5 16q-43 0 -90 -9t-73 -19l116 215l68 -27l-72 -114q18 8 40 10t38 2q72 0 114 -32t42 -93q0 -70 -53.5 -106.5t-155.5 -36.5q-59 0 -110.5 11t-92.5 27z" />
+<glyph unicode="&#xb9;" horiz-adv-x="557" d="M70 1292v92q33 0 66.5 16.5t62 37t47 39t18.5 20.5h94v-737h154v-92h-414v92h166v633q-10 -12 -32.5 -29.5t-50 -33t-57.5 -27t-54 -11.5z" />
+<glyph unicode="&#xba;" horiz-adv-x="917" d="M90 1081q0 76 26.5 143.5t76 119t117 81t149.5 29.5t149.5 -29.5t116.5 -81t75.5 -119t26.5 -143.5q0 -74 -26.5 -141.5t-75.5 -118.5t-116.5 -81.5t-149.5 -30.5t-149.5 30.5t-117 81.5t-76 119t-26.5 141zM213 1079q0 -55 19.5 -104t52 -85t78 -56.5t96.5 -20.5 t95 21.5t78 58.5t53.5 86t19.5 104t-19.5 104.5t-53.5 84.5t-78 55.5t-95 20.5t-95.5 -20.5t-78 -56.5t-53 -85.5t-19.5 -106.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1183" d="M131 135v121l395 274l-395 279v121l508 -365v-76zM584 135v121l393 274l-393 279v121l508 -365v-76z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1699" d="M94 1292v92q33 0 67 16.5t62.5 37t47 39t18.5 20.5h94v-737h154v-92h-414v92h166v633q-10 -12 -33 -29.5t-50.5 -33t-57 -27t-54.5 -11.5zM274 55l574 697l555 710l72 -61l-570 -696l-559 -713zM944 211v86l496 520h63v-516h117v-90h-117v-211h-92v211h-467zM1042 301 h371v391z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1779" d="M100 1292v92q33 0 67 16.5t62.5 37t47 39t18.5 20.5h94v-737h154v-92h-414v92h166v633q-10 -12 -32.5 -29.5t-50.5 -33t-57.5 -27t-54.5 -11.5zM207 55l573 697l555 710l72 -61l-569 -696l-559 -713zM1065 0q0 80 15.5 138.5t47 103.5t78.5 77.5t111 57.5q45 18 93 34.5 t88 40t65.5 55.5t25.5 79q0 63 -50 108t-153 45q-49 0 -90 -11t-71.5 -28.5t-54 -38t-37.5 -36.5l-60 65q8 10 32.5 32.5t64.5 46.5t97.5 41t131.5 17q145 0 218 -69.5t73 -173.5q0 -63 -29 -106.5t-71 -72t-90 -47t-89 -30.5q-68 -23 -112 -51.5t-69.5 -61.5t-36.5 -65.5 t-11 -59.5h510v-90h-627z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1732" d="M90 840l55 59q2 -25 22.5 -51.5t55.5 -48t82 -35.5t103 -14q100 0 168.5 39.5t68.5 105.5q0 72 -82 112t-223 40h-47v83h47q129 0 202.5 34t73.5 102t-64.5 107.5t-152.5 39.5q-86 0 -146 -31.5t-91 -83.5l-64 70q37 59 120 94t181 35q68 0 125.5 -17.5t100.5 -47 t66.5 -70.5t23.5 -90q0 -141 -187 -180q98 -14 154.5 -72.5t56.5 -136.5q0 -53 -26.5 -95.5t-72.5 -71t-105 -44t-127 -15.5q-129 0 -215.5 49.5t-102.5 133.5zM346 55l574 697l555 710l71 -61l-569 -696l-559 -713zM965 211v86l495 520h64v-516h116v-90h-116v-211h-92v211 h-467zM1063 301h371v391z" />
+<glyph unicode="&#xbf;" horiz-adv-x="966" d="M74 -45q0 82 23.5 138.5t62.5 97t88 70.5t102 58q37 20 70 42t59.5 56t42 83t15.5 123h118q0 -135 -42 -215t-132 -134q-41 -25 -90 -50t-92 -62t-72.5 -88t-29.5 -127q0 -68 23.5 -117t62.5 -83t89 -50t103 -16q111 0 198 60t132 148l96 -61q-29 -63 -74 -112.5 t-101 -83t-120.5 -51t-132.5 -17.5q-76 0 -147.5 23.5t-128 72.5t-90 123t-33.5 172zM532 817v219h121v-219h-121z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719zM508 1878h145l123 -190l-90 -35z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719zM618 1688l121 190h148l-176 -225z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719zM444 1704l201 174h103l202 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM373 1673q0 10 7 42t27.5 64.5t57.5 58.5t94 26q43 0 75 -13.5t60.5 -30t58 -29.5t68.5 -13t62.5 14t36 32.5t15.5 34t3 19.5h86q0 -10 -8 -41t-29.5 -63.5t-62 -58t-101.5 -25.5q-47 0 -80.5 12 t-63.5 27.5t-57.5 29t-60.5 13.5q-35 0 -54.5 -14.5t-30.5 -32t-14 -33t-3 -19.5h-86zM399 567h590l-291 719z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719zM485 1679v193h119v-193h-119zM791 1679v193h118v-193h-118z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1390" d="M31 0l608 1454h117l608 -1454h-154l-188 455h-653l-187 -455h-151zM399 567h590l-291 719zM545 1745q0 59 43 96t108 37q66 0 109 -37t43 -96q0 -61 -43 -98t-109 -37t-108.5 37t-42.5 98zM614 1745q0 -35 24 -57.5t58 -22.5q33 0 58.5 22.5t25.5 57.5t-24.5 56.5 t-59.5 21.5t-58.5 -21.5t-23.5 -56.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2029" d="M-2 0l936 1454h985v-127h-807v-522h696v-127h-696v-551h825v-127h-964v455h-531l-288 -455h-156zM508 582h455v700z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1413" d="M92 737q0 131 46 261t134 232.5t217 167t293 64.5q195 0 332 -88t205 -229l-115 -70q-35 72 -84 121t-106.5 80t-118.5 44t-121 13q-131 0 -231.5 -53t-169 -139t-103 -193.5t-34.5 -218.5q0 -121 41.5 -231.5t114.5 -195.5t172.5 -135t215.5 -50q61 0 126 15t125.5 49 t111.5 84t86 122l119 -61q-33 -76 -90.5 -136.5t-129 -102.5t-152.5 -66.5t-161 -30.5l-57 -94q18 8 39.5 10t38.5 2q72 0 113.5 -32t41.5 -93q0 -70 -53 -106.5t-156 -36.5q-59 0 -110 11t-92 27l34 64q29 -14 78 -25.5t103 -11.5q117 0 116 72q0 41 -27.5 57t-74.5 16 q-43 0 -90 -9t-74 -19l90 168q-141 8 -260 75.5t-204 172t-132 234.5t-47 265z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1255" d="M184 0v1454h959v-127h-817v-524h712v-121h-712v-555h835v-127h-977zM502 1878h145l123 -190l-90 -35z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1255" d="M184 0v1454h959v-127h-817v-524h712v-121h-712v-555h835v-127h-977zM612 1688l121 190h148l-176 -225z" />
+<glyph unicode="&#xca;" horiz-adv-x="1255" d="M184 0v1454h959v-127h-817v-524h712v-121h-712v-555h835v-127h-977zM438 1704l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1255" d="M184 0v1454h959v-127h-817v-524h712v-121h-712v-555h835v-127h-977zM479 1679v193h119v-193h-119zM784 1679v193h119v-193h-119z" />
+<glyph unicode="&#xcc;" horiz-adv-x="509" d="M63 1878h146l123 -190l-90 -35zM184 0v1452h142v-1452h-142z" />
+<glyph unicode="&#xcd;" horiz-adv-x="509" d="M176 1688l121 190h147l-176 -225zM184 0v1452h142v-1452h-142z" />
+<glyph unicode="&#xce;" horiz-adv-x="509" d="M2 1704l201 174h102l203 -174l-80 -43l-174 129l-174 -129zM184 0v1452h142v-1452h-142z" />
+<glyph unicode="&#xcf;" horiz-adv-x="509" d="M43 1679v193h119v-193h-119zM184 0v1452h142v-1452h-142zM348 1679v193h119v-193h-119z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1480" d="M70 676v110h125v668h491q174 0 305 -57.5t218 -155.5t130 -230t43 -282q0 -166 -49 -300t-139 -229.5t-219 -147.5t-289 -52h-491v676h-125zM336 127h350q135 0 238.5 46t173 127t105.5 190.5t36 238.5q0 131 -37 240.5t-107.5 189.5t-173 124t-235.5 44h-350v-541h350 v-110h-350v-549z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1583" d="M184 0v1454h111l962 -1210v1208h142v-1452h-123l-950 1188v-1188h-142zM473 1673q0 10 7 42t27.5 64.5t57.5 58.5t94 26q43 0 75 -13.5t60.5 -30t58.5 -29.5t69 -13t62.5 14t35.5 32.5t15 34t3 19.5h86q0 -10 -8 -41t-29.5 -63.5t-61.5 -58t-101 -25.5q-47 0 -81 12 t-63.5 27.5t-57.5 29t-60 13.5q-35 0 -54.5 -14.5t-31 -32t-14.5 -33t-3 -19.5h-86z" />
+<glyph unicode="&#xd2;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM586 1878h145l123 -190l-90 -35z" />
+<glyph unicode="&#xd3;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM696 1688l121 190h148l-177 -225z" />
+<glyph unicode="&#xd4;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM524 1704l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM453 1673q0 10 7 42t27.5 64.5t57.5 58.5t94 26q43 0 74.5 -13.5t60.5 -30t58.5 -29.5t68.5 -13 t62.5 14t36 32.5t15.5 34t3 19.5h86q0 -10 -8.5 -41t-30 -63.5t-61.5 -58t-101 -25.5q-47 0 -81 12t-63.5 27.5t-57 29t-60.5 13.5q-35 0 -54.5 -14.5t-30.5 -32t-14 -33t-3 -19.5h-86z" />
+<glyph unicode="&#xd6;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q152 0 278 -64.5t215 -169t138 -236.5t49 -269q0 -145 -52 -278.5t-143.5 -234.5t-216.5 -161.5t-270 -60.5q-152 0 -277.5 62.5t-216 166t-139.5 236.5t-49 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5 t170 -135t219 -50q123 0 223.5 53t170 139t107.5 194.5t38 221.5q0 119 -40 228.5t-111.5 193.5t-170 134t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM563 1679v193h119v-193h-119zM868 1679v193h119v-193h-119z" />
+<glyph unicode="&#xd7;" horiz-adv-x="946" d="M135 311l248 246l-246 248l90 88l246 -246l246 248l88 -90l-246 -248l250 -248l-90 -88l-248 248l-250 -248z" />
+<glyph unicode="&#xd8;" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q96 0 182 -26.5t158 -73.5l62 90h159l-116 -174q111 -109 173 -255t62 -300q0 -145 -52 -278.5t-143.5 -234.5t-216 -161.5t-270.5 -60.5q-98 0 -185 26.5t-161 73.5l-59 -90h-158l115 172 q-111 106 -172.5 251.5t-61.5 303.5zM236 727q0 -127 44 -241.5t121 -200.5l641 966q-59 39 -125.5 60.5t-142.5 21.5q-123 0 -223 -52t-170 -138t-107.5 -194.5t-37.5 -221.5zM502 201q59 -39 126.5 -60.5t145.5 -21.5q123 0 223.5 53t170 139t107.5 194.5t38 221.5 q0 125 -45 238.5t-123 199.5z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1546" d="M162 721v733h141v-733q0 -115 22.5 -223.5t77 -192.5t144.5 -135t225 -51q137 0 228.5 52t145.5 137t75.5 193.5t21.5 219.5v733h143v-733q0 -147 -32.5 -279.5t-105 -232.5t-189.5 -159.5t-285 -59.5q-174 0 -290.5 62.5t-188.5 164.5t-102.5 233.5t-30.5 270.5z M584 1878h145l123 -190l-90 -35z" />
+<glyph unicode="&#xda;" horiz-adv-x="1546" d="M162 721v733h141v-733q0 -115 22.5 -223.5t77 -192.5t144.5 -135t225 -51q137 0 228.5 52t145.5 137t75.5 193.5t21.5 219.5v733h143v-733q0 -147 -32.5 -279.5t-105 -232.5t-189.5 -159.5t-285 -59.5q-174 0 -290.5 62.5t-188.5 164.5t-102.5 233.5t-30.5 270.5z M694 1688l121 190h148l-177 -225z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1546" d="M162 721v733h141v-733q0 -115 22.5 -223.5t77 -192.5t144.5 -135t225 -51q137 0 228.5 52t145.5 137t75.5 193.5t21.5 219.5v733h143v-733q0 -147 -32.5 -279.5t-105 -232.5t-189.5 -159.5t-285 -59.5q-174 0 -290.5 62.5t-188.5 164.5t-102.5 233.5t-30.5 270.5z M522 1704l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1546" d="M162 721v733h141v-733q0 -115 22.5 -223.5t77 -192.5t144.5 -135t225 -51q137 0 228.5 52t145.5 137t75.5 193.5t21.5 219.5v733h143v-733q0 -147 -32.5 -279.5t-105 -232.5t-189.5 -159.5t-285 -59.5q-174 0 -290.5 62.5t-188.5 164.5t-102.5 233.5t-30.5 270.5z M563 1679v193h119v-193h-119zM868 1679v193h119v-193h-119z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1298" d="M16 1454h156l477 -782l479 782h156l-565 -913v-541h-141v545zM569 1688l121 190h148l-176 -225z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M184 0v1454h142v-289h422q94 0 172.5 -40t136 -104.5t90.5 -146t33 -165.5q0 -90 -31 -173t-86 -146.5t-132 -102.5t-171 -39h-434v-248h-142zM326 377h430q63 0 115.5 27.5t89 73.5t56 106.5t19.5 124.5q0 66 -23.5 126t-63.5 105t-93 71.5t-115 26.5h-415v-661z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1128" d="M150 0v1055q0 90 30.5 164.5t84.5 129t129 84t165 29.5q82 0 151.5 -24.5t121 -67.5t81 -103.5t29.5 -131.5q0 -55 -17.5 -106.5t-47 -92.5t-68.5 -70.5t-84 -40.5q154 -33 238 -142.5t84 -258.5q0 -104 -41 -183t-115 -134.5t-177.5 -85t-230.5 -33.5v129 q190 2 305 79.5t115 235.5q0 72 -24.5 131.5t-69.5 101.5t-108.5 65.5t-139.5 23.5h-37v127h35q111 0 180.5 64.5t69.5 168.5q0 55 -20.5 97t-55.5 71t-81 43t-97 14q-68 0 -119 -23.5t-85 -65.5t-51 -97t-17 -119v-1034h-133z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM348 1495h146l122 -190l-90 -35z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM459 1305l121 190h147l-176 -225z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM287 1321l200 174h103l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM215 1290q0 10 7 42t27.5 65t57.5 58.5t94 25.5q43 0 75 -13.5t60.5 -30t58.5 -29.5t69 -13t62.5 14t35.5 32.5t15 34t3 19.5h86q0 -10 -8 -41t-29.5 -63.5t-61.5 -58t-101 -25.5q-47 0 -81 12t-63.5 27.5t-57.5 29t-61 13.5q-35 0 -54 -14.5 t-30.5 -32t-14.5 -33t-3 -19.5h-86z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM326 1296v193h118v-193h-118zM631 1296v193h119v-193h-119z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1122" d="M66 305q0 74 32.5 134.5t92 103.5t142.5 66.5t183 23.5q80 0 164 -14.5t149 -40.5v96q0 141 -80.5 224t-218.5 83q-86 0 -171 -33t-173 -94l-49 92q104 70 202.5 104.5t205.5 34.5q195 0 309.5 -112.5t114.5 -310.5v-482q0 -57 49 -57v-123q-16 -2 -30.5 -3t-24.5 -1 q-41 0 -75 24.5t-38 73.5l-4 84q-70 -94 -183.5 -146t-230.5 -52q-82 0 -149.5 25.5t-115.5 70.5t-74.5 104.5t-26.5 124.5zM201 317q0 -43 16 -83.5t50 -73.5t83 -53.5t117 -20.5q92 0 183 40t145 110q14 18 24 39.5t10 39.5v174q-70 27 -145.5 41.5t-146.5 14.5 q-150 0 -243 -60.5t-93 -167.5zM385 1362q0 59 43 96t109 37t108.5 -37t42.5 -96q0 -61 -43 -98t-108 -37q-66 0 -109 37t-43 98zM455 1362q0 -35 23.5 -57.5t58.5 -22.5q33 0 58.5 22.5t25.5 57.5t-24.5 56.5t-59.5 21.5t-58.5 -21.5t-23.5 -56.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1908" d="M70 311q0 70 32.5 129.5t91 102.5t140.5 66.5t180 23.5q72 0 143.5 -11.5t130.5 -29.5q4 39 11.5 80t23.5 76q-18 111 -95 172t-200 61q-80 0 -164.5 -33t-175.5 -94l-49 92q207 139 402 139q133 0 227 -55t141 -158q68 96 173.5 154.5t234.5 58.5q117 0 214 -44 t167.5 -118.5t110.5 -176t40 -214.5v-25.5t-2 -23.5h-927q6 -86 40.5 -158.5t90 -126t127 -83t151.5 -29.5q51 0 102.5 14.5t95.5 39t77.5 60.5t52.5 79l121 -33q-25 -59 -70 -107.5t-104.5 -84.5t-131 -55t-149.5 -19q-141 0 -255 64.5t-183 170.5q-35 -61 -88.5 -106.5 t-117 -74t-130 -41.5t-127.5 -13q-74 0 -138.5 25.5t-112.5 70.5t-74.5 105.5t-26.5 129.5zM201 322q0 -49 19.5 -92.5t54 -75t81 -50t99.5 -18.5q111 0 202 41t138 109q33 33 36 71q-20 41 -30 95.5t-13 101.5q-123 41 -256 41q-147 0 -239 -61.5t-92 -161.5zM920 578h796 q-6 88 -38.5 160.5t-86 126t-124 83t-152.5 29.5t-151.5 -29.5t-123 -83t-85 -127t-35.5 -159.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1130" d="M82 537q0 113 39 213t109.5 174.5t169 117.5t216.5 43q152 0 264.5 -68.5t170.5 -185.5l-136 -43q-45 82 -124.5 128.5t-178.5 46.5q-82 0 -152.5 -33t-122.5 -89.5t-82 -134t-30 -169.5q0 -90 31 -170t84 -138.5t124 -92.5t150 -34q51 0 101.5 14.5t93.5 40t73.5 58.5 t43.5 70l135 -41q-20 -55 -60 -101.5t-93.5 -80t-118 -55t-134.5 -25.5l-53 -86q18 8 40 10t38 2q72 0 114 -32t42 -93q0 -70 -53.5 -106.5t-155.5 -36.5q-59 0 -110.5 11t-92.5 27l35 64q29 -14 78 -25.5t102 -11.5q117 0 117 72q0 41 -28 57t-75 16q-43 0 -90 -9t-74 -19 l86 160q-109 8 -198.5 55t-155 121.5t-102.5 172t-37 206.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1202" d="M80 537q0 113 40 212t111.5 173.5t169 118.5t213.5 44q117 0 214.5 -44t167 -119.5t108.5 -174t39 -208.5q0 -16 -1 -33t-3 -23h-912q6 -86 40 -158.5t86.5 -126t121 -83t146.5 -29.5q53 0 104 14.5t94 39t77 60.5t52 79l121 -33q-25 -59 -70 -107.5t-104 -84.5t-131 -55 t-148 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5zM223 590h787q-6 86 -40 156.5t-86.5 122t-122 80t-147.5 28.5t-147.5 -28.5t-121.5 -80t-84 -123t-38 -155.5zM418 1495h145l123 -190l-90 -35z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1202" d="M80 537q0 113 40 212t111.5 173.5t169 118.5t213.5 44q117 0 214.5 -44t167 -119.5t108.5 -174t39 -208.5q0 -16 -1 -33t-3 -23h-912q6 -86 40 -158.5t86.5 -126t121 -83t146.5 -29.5q53 0 104 14.5t94 39t77 60.5t52 79l121 -33q-25 -59 -70 -107.5t-104 -84.5t-131 -55 t-148 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5zM223 590h787q-6 86 -40 156.5t-86.5 122t-122 80t-147.5 28.5t-147.5 -28.5t-121.5 -80t-84 -123t-38 -155.5zM528 1305l121 190h148l-176 -225z" />
+<glyph unicode="&#xea;" horiz-adv-x="1202" d="M80 537q0 113 40 212t111.5 173.5t169 118.5t213.5 44q117 0 214.5 -44t167 -119.5t108.5 -174t39 -208.5q0 -16 -1 -33t-3 -23h-912q6 -86 40 -158.5t86.5 -126t121 -83t146.5 -29.5q53 0 104 14.5t94 39t77 60.5t52 79l121 -33q-25 -59 -70 -107.5t-104 -84.5t-131 -55 t-148 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5zM223 590h787q-6 86 -40 156.5t-86.5 122t-122 80t-147.5 28.5t-147.5 -28.5t-121.5 -80t-84 -123t-38 -155.5zM356 1321l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1202" d="M80 537q0 113 40 212t111.5 173.5t169 118.5t213.5 44q117 0 214.5 -44t167 -119.5t108.5 -174t39 -208.5q0 -16 -1 -33t-3 -23h-912q6 -86 40 -158.5t86.5 -126t121 -83t146.5 -29.5q53 0 104 14.5t94 39t77 60.5t52 79l121 -33q-25 -59 -70 -107.5t-104 -84.5t-131 -55 t-148 -19q-117 0 -215 44t-169.5 120.5t-111.5 177t-40 215.5zM223 590h787q-6 86 -40 156.5t-86.5 122t-122 80t-147.5 28.5t-147.5 -28.5t-121.5 -80t-84 -123t-38 -155.5zM397 1296v193h119v-193h-119zM702 1296v193h119v-193h-119z" />
+<glyph unicode="&#xec;" horiz-adv-x="438" d="M29 1495h145l123 -190l-90 -35zM150 0v1067h139v-1067h-139z" />
+<glyph unicode="&#xed;" horiz-adv-x="438" d="M139 1305l121 190h148l-177 -225zM150 0v1067h139v-1067h-139z" />
+<glyph unicode="&#xee;" horiz-adv-x="438" d="M-33 1321l201 174h102l203 -174l-80 -43l-174 129l-174 -129zM150 0v1067h139v-1067h-139z" />
+<glyph unicode="&#xef;" horiz-adv-x="438" d="M8 1296v193h119v-193h-119zM150 0v1067h139v-1067h-139zM313 1296v193h119v-193h-119z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1234" d="M84 477q0 100 40 190.5t107.5 158t158.5 106.5t196 39q137 0 248.5 -66.5t166.5 -173.5q-20 129 -77.5 256t-186.5 254l-227 -143l-45 63l215 133q-115 98 -293 201h197q113 -68 204 -147l181 112l45 -61l-170 -105q88 -86 145.5 -179t92 -186t49 -184.5t14.5 -177.5 q0 -133 -43 -240.5t-117 -185.5t-172 -119.5t-207 -41.5t-203 38.5t-165.5 106.5t-112.5 158t-41 194zM227 475q0 -78 30 -145.5t82 -118.5t121.5 -80t149.5 -29q82 0 153 32t124 85t83.5 124t30.5 151q0 76 -30.5 141t-82.5 114.5t-122 77t-150 27.5t-151.5 -29.5 t-123.5 -81t-83 -121t-31 -147.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1185" d="M150 0v1067h126v-242q33 57 81.5 105.5t107.5 83.5t125.5 53t138.5 18q90 0 150.5 -32.5t97.5 -92t53.5 -145.5t16.5 -190v-625h-140v596q0 190 -55 276t-172 86q-61 0 -122.5 -22.5t-115 -63.5t-93.5 -97t-60 -122v-653h-139zM279 1290q0 10 7 42t27.5 65t57.5 58.5 t94 25.5q43 0 74.5 -13.5t60.5 -30t58.5 -29.5t68.5 -13t62.5 14t36 32.5t15.5 34t3 19.5h86q0 -10 -8.5 -41t-30 -63.5t-61.5 -58t-101 -25.5q-47 0 -81 12t-63.5 27.5t-57 29t-60.5 13.5q-35 0 -54.5 -14.5t-30.5 -32t-14 -33t-3 -19.5h-86z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM420 1495h145l123 -190l-90 -35z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM530 1305l121 190h148l-176 -225z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM356 1321l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM287 1290q0 10 7 42t27.5 65t57.5 58.5t94 25.5q43 0 75 -13.5t60.5 -30t58 -29.5t68.5 -13t62.5 14t36 32.5t15.5 34t3 19.5 h86q0 -10 -8 -41t-29.5 -63.5t-62 -58t-101.5 -25.5q-47 0 -80.5 12t-63.5 27.5t-57.5 29t-60.5 13.5q-35 0 -54.5 -14.5t-30.5 -32t-14 -33t-3 -19.5h-86z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q115 0 212.5 -45t168 -120.5t110.5 -176t40 -213.5q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-117 0 -214 44t-167.5 119.5t-109.5 176t-39 210.5zM223 528q0 -90 30 -166.5t82 -135t122.5 -91.5 t150.5 -33t150.5 34t124 92.5t84 136t30.5 167.5q0 88 -30.5 167t-84 137.5t-123 92.5t-149.5 34t-150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM397 1296v193h119v-193h-119zM702 1296v193h119v-193h-119z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1095" d="M135 520v117h826v-117h-826zM487 152v184h121v-184h-121zM487 817v187h121v-187h-121z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1218" d="M80 530q0 113 40 213.5t110.5 176t168 120.5t211.5 45q78 0 146.5 -20.5t128.5 -56.5l47 63h96l-82 -110q92 -78 143.5 -190t51.5 -241q0 -111 -40 -211t-110.5 -175.5t-168 -119.5t-212.5 -44q-80 0 -150.5 20t-129.5 57l-45 -59h-95l80 104q-90 78 -140 188.5 t-50 239.5zM223 528q0 -98 35 -180t94 -141l459 692q-45 29 -96 46.5t-105 17.5q-80 0 -150.5 -34t-122.5 -93.5t-83 -138.5t-31 -169zM408 164q89 -62 200 -62q80 0 150.5 34t124 92.5t84 136t30.5 167.5q0 96 -35.5 179.5t-95.5 142.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1216" d="M139 440v627h140v-602q0 -362 247 -363q61 0 121 20.5t110 59.5t90 92.5t64 120.5v672h140v-887q0 -57 51 -57v-123q-41 -6 -58 -6q-47 0 -80.5 28.5t-33.5 71.5v148q-72 -125 -191 -193.5t-260 -68.5q-168 0 -254 115.5t-86 344.5zM401 1495h146l123 -190l-90 -35z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1216" d="M139 440v627h140v-602q0 -362 247 -363q61 0 121 20.5t110 59.5t90 92.5t64 120.5v672h140v-887q0 -57 51 -57v-123q-41 -6 -58 -6q-47 0 -80.5 28.5t-33.5 71.5v148q-72 -125 -191 -193.5t-260 -68.5q-168 0 -254 115.5t-86 344.5zM512 1305l121 190h147l-176 -225z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1216" d="M139 440v627h140v-602q0 -362 247 -363q61 0 121 20.5t110 59.5t90 92.5t64 120.5v672h140v-887q0 -57 51 -57v-123q-41 -6 -58 -6q-47 0 -80.5 28.5t-33.5 71.5v148q-72 -125 -191 -193.5t-260 -68.5q-168 0 -254 115.5t-86 344.5zM340 1321l201 174h102l203 -174 l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1216" d="M139 440v627h140v-602q0 -362 247 -363q61 0 121 20.5t110 59.5t90 92.5t64 120.5v672h140v-887q0 -57 51 -57v-123q-41 -6 -58 -6q-47 0 -80.5 28.5t-33.5 71.5v148q-72 -125 -191 -193.5t-260 -68.5q-168 0 -254 115.5t-86 344.5zM379 1296v193h119v-193h-119z M684 1296v193h119v-193h-119z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1110" d="M27 1067h145l395 -938l365 938h133l-555 -1376q-31 -76 -83 -113t-146 -37q-39 0 -70 6v123q10 -2 20.5 -3t20.5 -1q20 0 43.5 4t34.5 8q10 4 21 17.5t28.5 47.5t44.5 94.5t68 162.5zM487 1305l121 190h148l-176 -225z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1232" d="M150 -436v1890h143v-565q59 84 144 142.5t210 58.5q119 0 212 -50.5t158.5 -131.5t100.5 -181.5t35 -200.5q-2 -111 -43 -212t-111.5 -178t-165 -123t-204.5 -46q-111 0 -201 55.5t-135 129.5v-588h-143zM293 352q0 -49 32.5 -96t82 -82t107.5 -56.5t112 -21.5 q84 0 154.5 37t121.5 96.5t80 137t29 161.5t-27 163t-76 139.5t-117.5 96.5t-150.5 36q-61 0 -114.5 -20.5t-96.5 -55.5t-78 -80t-59 -94v-361z" />
+<glyph unicode="&#xff;" horiz-adv-x="1110" d="M27 1067h145l395 -938l365 938h133l-555 -1376q-31 -76 -83 -113t-146 -37q-39 0 -70 6v123q10 -2 20.5 -3t20.5 -1q20 0 43.5 4t34.5 8q10 4 21 17.5t28.5 47.5t44.5 94.5t68 162.5zM354 1296v193h119v-193h-119zM659 1296v193h119v-193h-119z" />
+<glyph unicode="&#x152;" horiz-adv-x="2375" d="M92 727q0 145 52.5 278.5t144.5 235.5t217 162.5t270 60.5q94 0 178 -29.5t154 -80.5t122 -121t87 -148v369h948v-127h-805v-522h694v-127h-694v-551h824v-127h-967v369q-35 -80 -89 -149.5t-124 -121t-153 -80t-175 -28.5q-152 0 -277.5 62.5t-215.5 166t-140.5 236.5 t-50.5 272zM236 727q0 -119 38.5 -228.5t110.5 -194.5t170 -135t219 -50q123 0 223.5 52t170 138t107.5 195.5t38 224.5q0 117 -40 226.5t-111.5 194.5t-170 135t-217.5 50q-123 0 -223 -52t-170 -138t-107.5 -195.5t-37.5 -222.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="2121" d="M82 528q0 117 41 219.5t111.5 177t168 117.5t207.5 43q158 0 280 -91t177 -246q57 160 177 248.5t286 88.5q113 0 206 -39.5t161.5 -111.5t110.5 -174.5t50 -227.5v-25.5t-2 -23.5h-911q6 -84 41 -156.5t90 -126t127 -84t151 -30.5q55 0 107.5 14.5t96.5 39t77 60.5 t49 79l117 -33q-27 -59 -73 -108.5t-106.5 -84.5t-130 -54t-143.5 -19q-78 0 -149.5 23.5t-133 67.5t-112.5 105.5t-84 136.5q-68 -156 -187.5 -244.5t-273.5 -88.5q-113 0 -209 43t-166.5 116.5t-110.5 174t-40 214.5zM223 526q0 -90 30 -167.5t82 -134t122.5 -89.5 t152.5 -33t153 33t123 91.5t81.5 136t29.5 167.5t-29.5 169t-81.5 137.5t-123 92.5t-151 34t-151.5 -34t-123.5 -93.5t-83 -139.5t-31 -170zM1143 578h780q-6 88 -40 160.5t-87 126t-122.5 83t-147.5 29.5t-146.5 -29.5t-119 -83t-82 -127t-35.5 -159.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1298" d="M16 1454h156l477 -782l479 782h156l-565 -913v-541h-141v545zM436 1679v193h119v-193h-119zM741 1679v193h119v-193h-119z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="675" d="M86 1321l201 174h102l203 -174l-80 -43l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="831" d="M90 1290q0 10 7 42t27.5 65t57.5 58.5t94 25.5q43 0 75 -13.5t60.5 -30t58.5 -29.5t69 -13t62.5 14t35.5 32.5t15 34t3 19.5h86q0 -10 -8 -41t-29.5 -63.5t-61.5 -58t-101 -25.5q-47 0 -81 12t-63.5 27.5t-57.5 29t-60 13.5q-35 0 -54.5 -14.5t-31 -32t-14.5 -33 t-3 -19.5h-86z" />
+<glyph unicode="&#x2000;" horiz-adv-x="939" />
+<glyph unicode="&#x2001;" horiz-adv-x="1878" />
+<glyph unicode="&#x2002;" horiz-adv-x="939" />
+<glyph unicode="&#x2003;" horiz-adv-x="1878" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="469" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="375" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="866" d="M135 494v129h596v-129h-596z" />
+<glyph unicode="&#x2011;" horiz-adv-x="866" d="M135 494v129h596v-129h-596z" />
+<glyph unicode="&#x2012;" horiz-adv-x="866" d="M135 494v129h596v-129h-596z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1167" d="M135 494v129h899v-129h-899z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1845" d="M135 494v129h1577v-129h-1577z" />
+<glyph unicode="&#x2018;" horiz-adv-x="405" d="M119 1249v246h119v-227q0 -27 14 -35t29 -8v-107q-31 0 -59.5 7.5t-51.5 22.5t-37 40.5t-14 60.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="405" d="M109 1389v106q31 0 59.5 -7t51 -22.5t36.5 -41t14 -60.5v-246h-118v228q0 27 -14.5 35t-28.5 8z" />
+<glyph unicode="&#x201a;" horiz-adv-x="419" d="M113 -31q14 0 28.5 8.5t14.5 34.5v189h118v-209q0 -35 -14 -59.5t-37.5 -40t-52.5 -22.5t-57 -7v106z" />
+<glyph unicode="&#x201c;" horiz-adv-x="667" d="M119 1249v246h119v-227q0 -27 14 -35t29 -8v-107q-31 0 -59.5 7.5t-51.5 22.5t-37 40.5t-14 60.5zM381 1249v246h119v-227q0 -27 14 -35t29 -8v-107q-31 0 -59.5 7.5t-51 22.5t-37 40.5t-14.5 60.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="667" d="M109 1389v106q31 0 59.5 -7t51 -22.5t36.5 -41t14 -60.5v-246h-118v228q0 27 -14.5 35t-28.5 8zM371 1389v106q31 0 59.5 -7t51 -22.5t36.5 -41t14 -60.5v-246h-118v228q0 27 -14.5 35t-28.5 8z" />
+<glyph unicode="&#x201e;" horiz-adv-x="659" d="M113 -31q14 0 28.5 8.5t14.5 34.5v189h118v-209q0 -35 -14 -59.5t-37.5 -40t-52.5 -22.5t-57 -7v106zM352 -31q14 0 28.5 8.5t14.5 34.5v189h119v-209q0 -35 -14.5 -59.5t-38 -40t-52 -22.5t-57.5 -7v106z" />
+<glyph unicode="&#x2022;" horiz-adv-x="727" d="M180 709q0 37 14.5 69.5t40 58t59.5 40t71 14.5t70.5 -14.5t58 -40t39 -58t14.5 -69.5q0 -78 -53.5 -131.5t-128.5 -53.5q-76 0 -130.5 53.5t-54.5 131.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="937" d="M135 0v201h119v-201h-119zM410 0v201h118v-201h-118zM684 0v201h119v-201h-119z" />
+<glyph unicode="&#x202f;" horiz-adv-x="375" />
+<glyph unicode="&#x2039;" horiz-adv-x="731" d="M90 489v76l510 365v-121l-395 -279l395 -274v-121z" />
+<glyph unicode="&#x203a;" horiz-adv-x="731" d="M131 135v121l395 274l-395 279v121l508 -365v-76z" />
+<glyph unicode="&#x205f;" horiz-adv-x="469" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1644" d="M70 549l36 88h181q-4 25 -5 52.5t-1 74.5h-152l37 88h123q18 117 71.5 226.5t140.5 195.5t204.5 137t265.5 51q195 0 332 -88t204 -229l-114 -70q-35 72 -84 121t-106.5 80t-119 44t-120.5 13q-113 0 -203 -40t-156.5 -106.5t-109.5 -153.5t-60 -181h692l-36 -88h-666 q0 -49 1 -77t5 -50h623l-39 -88h-565q25 -92 74.5 -171t117.5 -137.5t150.5 -91t177.5 -32.5q61 0 125.5 15t125 49t111.5 84t86 122l119 -61q-35 -82 -98.5 -144.5t-141 -105.5t-165 -65.5t-170.5 -22.5q-125 0 -232.5 46t-192.5 122.5t-144.5 178t-88.5 214.5h-233z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1484" d="M121 1360v98h487v-98h-194v-492h-99v492h-194zM702 868v586h136l176 -383l174 383h137v-586h-98v445l-172 -359h-82l-172 359v-445h-99z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1064" d="M0 0v1065h1065v-1065h-1065z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="59" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="55" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="55" />
+<hkern u1="&#x20;" u2="Y" k="76" />
+<hkern u1="&#x20;" u2="X" k="16" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="55" />
+<hkern u1="&#x20;" u2="J" k="57" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="61" />
+<hkern u1="&#x20;" u2="&#x22;" k="63" />
+<hkern u1="&#x22;" u2="&#x20;" k="63" />
+<hkern u1="&#x23;" u2="&#x34;" k="16" />
+<hkern u1="&#x24;" u2="&#x37;" k="20" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="80" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-8" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-23" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-57" />
+<hkern u1="&#x26;" u2="z" k="-8" />
+<hkern u1="&#x26;" u2="y" k="41" />
+<hkern u1="&#x26;" u2="x" k="-25" />
+<hkern u1="&#x26;" u2="w" k="39" />
+<hkern u1="&#x26;" u2="v" k="39" />
+<hkern u1="&#x26;" u2="s" k="-8" />
+<hkern u1="&#x26;" u2="Z" k="-8" />
+<hkern u1="&#x26;" u2="Y" k="111" />
+<hkern u1="&#x26;" u2="X" k="-33" />
+<hkern u1="&#x26;" u2="W" k="88" />
+<hkern u1="&#x26;" u2="V" k="88" />
+<hkern u1="&#x26;" u2="U" k="8" />
+<hkern u1="&#x26;" u2="T" k="86" />
+<hkern u1="&#x26;" u2="J" k="-12" />
+<hkern u1="&#x26;" u2="A" k="-27" />
+<hkern u1="&#x26;" u2="&#x27;" k="82" />
+<hkern u1="&#x27;" u2="&#x2039;" k="12" />
+<hkern u1="&#x27;" u2="&#xf0;" k="115" />
+<hkern u1="&#x27;" u2="&#xef;" k="-16" />
+<hkern u1="&#x27;" u2="&#xee;" k="-8" />
+<hkern u1="&#x27;" u2="&#xc6;" k="199" />
+<hkern u1="&#x27;" u2="s" k="8" />
+<hkern u1="&#x27;" u2="o" k="45" />
+<hkern u1="&#x27;" u2="f" k="12" />
+<hkern u1="&#x27;" u2="d" k="150" />
+<hkern u1="&#x27;" u2="a" k="16" />
+<hkern u1="&#x27;" u2="O" k="27" />
+<hkern u1="&#x27;" u2="J" k="174" />
+<hkern u1="&#x27;" u2="A" k="141" />
+<hkern u1="&#x27;" u2="&#x40;" k="76" />
+<hkern u1="&#x27;" u2="&#x39;" k="33" />
+<hkern u1="&#x27;" u2="&#x35;" k="31" />
+<hkern u1="&#x27;" u2="&#x34;" k="172" />
+<hkern u1="&#x27;" u2="&#x33;" k="18" />
+<hkern u1="&#x27;" u2="&#x30;" k="23" />
+<hkern u1="&#x27;" u2="&#x2f;" k="190" />
+<hkern u1="&#x27;" u2="&#x2e;" k="248" />
+<hkern u1="&#x27;" u2="&#x20;" k="61" />
+<hkern u1="&#x28;" u2="&#xf0;" k="33" />
+<hkern u1="&#x28;" u2="&#xef;" k="-37" />
+<hkern u1="&#x28;" u2="&#xee;" k="-8" />
+<hkern u1="&#x28;" u2="&#xec;" k="-14" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-8" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-23" />
+<hkern u1="&#x28;" u2="y" k="23" />
+<hkern u1="&#x28;" u2="x" k="-8" />
+<hkern u1="&#x28;" u2="w" k="29" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="u" k="16" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-16" />
+<hkern u1="&#x28;" u2="f" k="6" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="Y" k="-16" />
+<hkern u1="&#x28;" u2="X" k="-16" />
+<hkern u1="&#x28;" u2="W" k="-14" />
+<hkern u1="&#x28;" u2="V" k="-14" />
+<hkern u1="&#x28;" u2="T" k="-2" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-6" />
+<hkern u1="&#x28;" u2="A" k="-12" />
+<hkern u1="&#x28;" u2="&#x36;" k="6" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="104" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-41" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-35" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-8" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="197" />
+<hkern u1="&#x2a;" u2="x" k="-14" />
+<hkern u1="&#x2a;" u2="w" k="-14" />
+<hkern u1="&#x2a;" u2="v" k="-12" />
+<hkern u1="&#x2a;" u2="s" k="37" />
+<hkern u1="&#x2a;" u2="o" k="63" />
+<hkern u1="&#x2a;" u2="f" k="12" />
+<hkern u1="&#x2a;" u2="d" k="92" />
+<hkern u1="&#x2a;" u2="a" k="29" />
+<hkern u1="&#x2a;" u2="Y" k="-20" />
+<hkern u1="&#x2a;" u2="X" k="-20" />
+<hkern u1="&#x2a;" u2="W" k="-18" />
+<hkern u1="&#x2a;" u2="V" k="-2" />
+<hkern u1="&#x2a;" u2="T" k="-31" />
+<hkern u1="&#x2a;" u2="O" k="14" />
+<hkern u1="&#x2a;" u2="J" k="180" />
+<hkern u1="&#x2a;" u2="A" k="135" />
+<hkern u1="&#x2b;" u2="&#x38;" k="14" />
+<hkern u1="&#x2b;" u2="&#x37;" k="43" />
+<hkern u1="&#x2b;" u2="&#x34;" k="70" />
+<hkern u1="&#x2b;" u2="&#x33;" k="37" />
+<hkern u1="&#x2b;" u2="&#x32;" k="16" />
+<hkern u1="&#x2b;" u2="&#x31;" k="18" />
+<hkern u1="&#x2c;" u2="j" k="-20" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="33" />
+<hkern u1="&#x2d;" u2="z" k="61" />
+<hkern u1="&#x2d;" u2="y" k="47" />
+<hkern u1="&#x2d;" u2="x" k="63" />
+<hkern u1="&#x2d;" u2="w" k="47" />
+<hkern u1="&#x2d;" u2="v" k="45" />
+<hkern u1="&#x2d;" u2="t" k="14" />
+<hkern u1="&#x2d;" u2="s" k="14" />
+<hkern u1="&#x2d;" u2="f" k="12" />
+<hkern u1="&#x2d;" u2="Z" k="29" />
+<hkern u1="&#x2d;" u2="Y" k="139" />
+<hkern u1="&#x2d;" u2="X" k="57" />
+<hkern u1="&#x2d;" u2="W" k="88" />
+<hkern u1="&#x2d;" u2="V" k="88" />
+<hkern u1="&#x2d;" u2="T" k="137" />
+<hkern u1="&#x2d;" u2="J" k="123" />
+<hkern u1="&#x2d;" u2="A" k="31" />
+<hkern u1="&#x2d;" u2="&#x37;" k="61" />
+<hkern u1="&#x2d;" u2="&#x34;" k="35" />
+<hkern u1="&#x2d;" u2="&#x33;" k="88" />
+<hkern u1="&#x2d;" u2="&#x32;" k="14" />
+<hkern u1="&#x2d;" u2="&#x31;" k="47" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="270" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="276" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-2" />
+<hkern u1="&#x2e;" u2="y" k="98" />
+<hkern u1="&#x2e;" u2="w" k="100" />
+<hkern u1="&#x2e;" u2="v" k="94" />
+<hkern u1="&#x2e;" u2="t" k="6" />
+<hkern u1="&#x2e;" u2="f" k="4" />
+<hkern u1="&#x2e;" u2="d" k="12" />
+<hkern u1="&#x2e;" u2="Y" k="162" />
+<hkern u1="&#x2e;" u2="W" k="152" />
+<hkern u1="&#x2e;" u2="V" k="150" />
+<hkern u1="&#x2e;" u2="U" k="39" />
+<hkern u1="&#x2e;" u2="T" k="141" />
+<hkern u1="&#x2e;" u2="O" k="39" />
+<hkern u1="&#x2e;" u2="&#x37;" k="66" />
+<hkern u1="&#x2e;" u2="&#x27;" k="248" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="82" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-33" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-4" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="190" />
+<hkern u1="&#x2f;" u2="z" k="14" />
+<hkern u1="&#x2f;" u2="y" k="31" />
+<hkern u1="&#x2f;" u2="x" k="8" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="43" />
+<hkern u1="&#x2f;" u2="s" k="66" />
+<hkern u1="&#x2f;" u2="o" k="76" />
+<hkern u1="&#x2f;" u2="n" k="45" />
+<hkern u1="&#x2f;" u2="f" k="10" />
+<hkern u1="&#x2f;" u2="d" k="78" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-14" />
+<hkern u1="&#x2f;" u2="X" k="-14" />
+<hkern u1="&#x2f;" u2="W" k="-12" />
+<hkern u1="&#x2f;" u2="V" k="-12" />
+<hkern u1="&#x2f;" u2="S" k="8" />
+<hkern u1="&#x2f;" u2="O" k="39" />
+<hkern u1="&#x2f;" u2="J" k="164" />
+<hkern u1="&#x2f;" u2="A" k="131" />
+<hkern u1="&#x2f;" u2="&#x39;" k="57" />
+<hkern u1="&#x2f;" u2="&#x38;" k="8" />
+<hkern u1="&#x2f;" u2="&#x36;" k="29" />
+<hkern u1="&#x2f;" u2="&#x35;" k="68" />
+<hkern u1="&#x2f;" u2="&#x34;" k="156" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="45" />
+<hkern u1="&#x2f;" u2="&#x31;" k="39" />
+<hkern u1="&#x2f;" u2="&#x30;" k="74" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="489" />
+<hkern u1="&#x30;" u2="&#xc6;" k="43" />
+<hkern u1="&#x30;" u2="&#xb0;" k="39" />
+<hkern u1="&#x30;" u2="\" k="66" />
+<hkern u1="&#x30;" u2="Z" k="25" />
+<hkern u1="&#x30;" u2="Y" k="96" />
+<hkern u1="&#x30;" u2="X" k="27" />
+<hkern u1="&#x30;" u2="W" k="68" />
+<hkern u1="&#x30;" u2="V" k="66" />
+<hkern u1="&#x30;" u2="T" k="113" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="35" />
+<hkern u1="&#x30;" u2="&#x37;" k="29" />
+<hkern u1="&#x30;" u2="&#x2f;" k="8" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="23" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-18" />
+<hkern u1="&#x31;" u2="&#xb7;" k="41" />
+<hkern u1="&#x31;" u2="&#xb0;" k="39" />
+<hkern u1="&#x31;" u2="\" k="76" />
+<hkern u1="&#x31;" u2="Y" k="100" />
+<hkern u1="&#x31;" u2="X" k="-8" />
+<hkern u1="&#x31;" u2="W" k="80" />
+<hkern u1="&#x31;" u2="V" k="80" />
+<hkern u1="&#x31;" u2="U" k="16" />
+<hkern u1="&#x31;" u2="T" k="119" />
+<hkern u1="&#x31;" u2="A" k="-8" />
+<hkern u1="&#x31;" u2="&#x3d;" k="18" />
+<hkern u1="&#x31;" u2="&#x37;" k="20" />
+<hkern u1="&#x31;" u2="&#x2d;" k="31" />
+<hkern u1="&#x31;" u2="&#x2b;" k="43" />
+<hkern u1="&#x31;" u2="&#x27;" k="31" />
+<hkern u1="&#x31;" u2="&#x23;" k="-6" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-8" />
+<hkern u1="&#x32;" u2="\" k="49" />
+<hkern u1="&#x32;" u2="Y" k="78" />
+<hkern u1="&#x32;" u2="W" k="53" />
+<hkern u1="&#x32;" u2="V" k="53" />
+<hkern u1="&#x32;" u2="T" k="104" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-16" />
+<hkern u1="&#x33;" u2="&#xb0;" k="43" />
+<hkern u1="&#x33;" u2="\" k="57" />
+<hkern u1="&#x33;" u2="Y" k="86" />
+<hkern u1="&#x33;" u2="X" k="-8" />
+<hkern u1="&#x33;" u2="W" k="57" />
+<hkern u1="&#x33;" u2="V" k="57" />
+<hkern u1="&#x33;" u2="T" k="106" />
+<hkern u1="&#x33;" u2="&#x37;" k="18" />
+<hkern u1="&#x33;" u2="&#x27;" k="25" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-16" />
+<hkern u1="&#x34;" u2="&#xb7;" k="31" />
+<hkern u1="&#x34;" u2="&#xb0;" k="27" />
+<hkern u1="&#x34;" u2="\" k="59" />
+<hkern u1="&#x34;" u2="Y" k="86" />
+<hkern u1="&#x34;" u2="X" k="-4" />
+<hkern u1="&#x34;" u2="W" k="66" />
+<hkern u1="&#x34;" u2="V" k="66" />
+<hkern u1="&#x34;" u2="T" k="113" />
+<hkern u1="&#x34;" u2="A" k="-8" />
+<hkern u1="&#x34;" u2="&#x37;" k="23" />
+<hkern u1="&#x34;" u2="&#x2d;" k="16" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-6" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="8" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-8" />
+<hkern u1="&#x35;" u2="&#xb7;" k="25" />
+<hkern u1="&#x35;" u2="\" k="12" />
+<hkern u1="&#x35;" u2="Y" k="45" />
+<hkern u1="&#x35;" u2="W" k="27" />
+<hkern u1="&#x35;" u2="V" k="27" />
+<hkern u1="&#x35;" u2="T" k="90" />
+<hkern u1="&#x35;" u2="A" k="-8" />
+<hkern u1="&#x35;" u2="&#x2d;" k="23" />
+<hkern u1="&#x35;" u2="&#x2b;" k="51" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="47" />
+<hkern u1="&#x36;" u2="W" k="35" />
+<hkern u1="&#x36;" u2="V" k="35" />
+<hkern u1="&#x36;" u2="T" k="20" />
+<hkern u1="&#x36;" u2="A" k="29" />
+<hkern u1="&#x36;" u2="&#x33;" k="8" />
+<hkern u1="&#x37;" u2="&#xc6;" k="109" />
+<hkern u1="&#x37;" u2="&#xb7;" k="43" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-2" />
+<hkern u1="&#x37;" u2="&#xa2;" k="33" />
+<hkern u1="&#x37;" u2="Z" k="25" />
+<hkern u1="&#x37;" u2="T" k="43" />
+<hkern u1="&#x37;" u2="J" k="109" />
+<hkern u1="&#x37;" u2="A" k="82" />
+<hkern u1="&#x37;" u2="&#x3d;" k="25" />
+<hkern u1="&#x37;" u2="&#x37;" k="-6" />
+<hkern u1="&#x37;" u2="&#x35;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="98" />
+<hkern u1="&#x37;" u2="&#x2f;" k="102" />
+<hkern u1="&#x37;" u2="&#x2e;" k="133" />
+<hkern u1="&#x37;" u2="&#x2d;" k="53" />
+<hkern u1="&#x37;" u2="&#x2b;" k="23" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="49" />
+<hkern u1="&#x38;" u2="W" k="35" />
+<hkern u1="&#x38;" u2="V" k="35" />
+<hkern u1="&#x38;" u2="T" k="16" />
+<hkern u1="&#x38;" u2="A" k="31" />
+<hkern u1="&#x38;" u2="&#x2b;" k="14" />
+<hkern u1="&#x39;" u2="&#xb0;" k="59" />
+<hkern u1="&#x39;" u2="\" k="66" />
+<hkern u1="&#x39;" u2="Y" k="98" />
+<hkern u1="&#x39;" u2="W" k="68" />
+<hkern u1="&#x39;" u2="V" k="68" />
+<hkern u1="&#x39;" u2="T" k="117" />
+<hkern u1="&#x39;" u2="&#x37;" k="27" />
+<hkern u1="&#x39;" u2="&#x27;" k="45" />
+<hkern u1="&#x3a;" u2="Y" k="57" />
+<hkern u1="&#x3a;" u2="W" k="31" />
+<hkern u1="&#x3a;" u2="V" k="31" />
+<hkern u1="&#x3a;" u2="T" k="92" />
+<hkern u1="&#x3b;" u2="j" k="-16" />
+<hkern u1="&#x3d;" u2="&#x37;" k="39" />
+<hkern u1="&#x3d;" u2="&#x34;" k="18" />
+<hkern u1="&#x3d;" u2="&#x33;" k="47" />
+<hkern u1="&#x3d;" u2="&#x31;" k="27" />
+<hkern u1="&#x40;" u2="&#x2019;" k="70" />
+<hkern u1="&#x40;" u2="Y" k="111" />
+<hkern u1="&#x40;" u2="W" k="76" />
+<hkern u1="&#x40;" u2="V" k="76" />
+<hkern u1="&#x40;" u2="T" k="115" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="70" />
+<hkern u1="A" u2="&#x2122;" k="133" />
+<hkern u1="A" u2="&#x2039;" k="31" />
+<hkern u1="A" u2="&#x201e;" k="-2" />
+<hkern u1="A" u2="&#x201a;" k="-2" />
+<hkern u1="A" u2="&#x2019;" k="139" />
+<hkern u1="A" u2="&#x2018;" k="141" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="8" />
+<hkern u1="A" u2="&#xd0;" k="10" />
+<hkern u1="A" u2="&#xba;" k="102" />
+<hkern u1="A" u2="&#xae;" k="45" />
+<hkern u1="A" u2="&#xaa;" k="92" />
+<hkern u1="A" u2="&#xa9;" k="45" />
+<hkern u1="A" u2="y" k="72" />
+<hkern u1="A" u2="w" k="72" />
+<hkern u1="A" u2="v" k="66" />
+<hkern u1="A" u2="u" k="27" />
+<hkern u1="A" u2="t" k="47" />
+<hkern u1="A" u2="s" k="12" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="4" />
+<hkern u1="A" u2="f" k="29" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="]" k="-2" />
+<hkern u1="A" u2="\" k="125" />
+<hkern u1="A" u2="Y" k="150" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="113" />
+<hkern u1="A" u2="U" k="59" />
+<hkern u1="A" u2="T" k="145" />
+<hkern u1="A" u2="S" k="23" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="20" />
+<hkern u1="A" u2="&#x3f;" k="51" />
+<hkern u1="A" u2="&#x38;" k="29" />
+<hkern u1="A" u2="&#x37;" k="49" />
+<hkern u1="A" u2="&#x36;" k="33" />
+<hkern u1="A" u2="&#x34;" k="-12" />
+<hkern u1="A" u2="&#x32;" k="-6" />
+<hkern u1="A" u2="&#x30;" k="35" />
+<hkern u1="A" u2="&#x2f;" k="-12" />
+<hkern u1="A" u2="&#x2d;" k="31" />
+<hkern u1="A" u2="&#x2c;" k="-2" />
+<hkern u1="A" u2="&#x2a;" k="135" />
+<hkern u1="A" u2="&#x29;" k="-12" />
+<hkern u1="A" u2="&#x27;" k="141" />
+<hkern u1="A" u2="&#x26;" k="29" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="2" />
+<hkern u1="B" u2="&#xef;" k="-10" />
+<hkern u1="B" u2="&#xee;" k="-8" />
+<hkern u1="B" u2="&#xc6;" k="20" />
+<hkern u1="B" u2="z" k="4" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="20" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="u" k="2" />
+<hkern u1="B" u2="t" k="18" />
+<hkern u1="B" u2="s" k="6" />
+<hkern u1="B" u2="o" k="2" />
+<hkern u1="B" u2="n" k="2" />
+<hkern u1="B" u2="f" k="20" />
+<hkern u1="B" u2="d" k="2" />
+<hkern u1="B" u2="Z" k="10" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="33" />
+<hkern u1="B" u2="W" k="43" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="68" />
+<hkern u1="B" u2="J" k="31" />
+<hkern u1="B" u2="A" k="29" />
+<hkern u1="B" u2="&#x37;" k="25" />
+<hkern u1="B" u2="&#x33;" k="14" />
+<hkern u1="C" u2="&#x2122;" k="-10" />
+<hkern u1="C" u2="&#xf0;" k="4" />
+<hkern u1="C" u2="&#xef;" k="-27" />
+<hkern u1="C" u2="&#xee;" k="-16" />
+<hkern u1="C" u2="&#xc6;" k="12" />
+<hkern u1="C" u2="z" k="2" />
+<hkern u1="C" u2="y" k="2" />
+<hkern u1="C" u2="w" k="2" />
+<hkern u1="C" u2="u" k="2" />
+<hkern u1="C" u2="t" k="4" />
+<hkern u1="C" u2="s" k="6" />
+<hkern u1="C" u2="o" k="4" />
+<hkern u1="C" u2="n" k="2" />
+<hkern u1="C" u2="f" k="8" />
+<hkern u1="C" u2="d" k="4" />
+<hkern u1="C" u2="Y" k="35" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="16" />
+<hkern u1="C" u2="S" k="10" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-14" />
+<hkern u1="D" u2="&#x2122;" k="12" />
+<hkern u1="D" u2="&#x2018;" k="12" />
+<hkern u1="D" u2="&#xf0;" k="4" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="74" />
+<hkern u1="D" u2="z" k="4" />
+<hkern u1="D" u2="y" k="4" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="2" />
+<hkern u1="D" u2="u" k="2" />
+<hkern u1="D" u2="s" k="4" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="i" k="2" />
+<hkern u1="D" u2="h" k="2" />
+<hkern u1="D" u2="a" k="12" />
+<hkern u1="D" u2="\" k="29" />
+<hkern u1="D" u2="Z" k="33" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="49" />
+<hkern u1="D" u2="V" k="49" />
+<hkern u1="D" u2="T" k="68" />
+<hkern u1="D" u2="S" k="2" />
+<hkern u1="D" u2="J" k="74" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="14" />
+<hkern u1="D" u2="&#x2f;" k="37" />
+<hkern u1="D" u2="&#x2e;" k="35" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="18" />
+<hkern u1="E" u2="&#x2039;" k="27" />
+<hkern u1="E" u2="&#xf0;" k="41" />
+<hkern u1="E" u2="&#xef;" k="-23" />
+<hkern u1="E" u2="&#xee;" k="-16" />
+<hkern u1="E" u2="y" k="51" />
+<hkern u1="E" u2="w" k="47" />
+<hkern u1="E" u2="v" k="45" />
+<hkern u1="E" u2="u" k="27" />
+<hkern u1="E" u2="t" k="27" />
+<hkern u1="E" u2="s" k="10" />
+<hkern u1="E" u2="o" k="39" />
+<hkern u1="E" u2="n" k="8" />
+<hkern u1="E" u2="f" k="33" />
+<hkern u1="E" u2="d" k="39" />
+<hkern u1="E" u2="a" k="14" />
+<hkern u1="E" u2="S" k="25" />
+<hkern u1="E" u2="O" k="25" />
+<hkern u1="E" u2="&#x37;" k="33" />
+<hkern u1="E" u2="&#x2d;" k="29" />
+<hkern u1="F" g2="uniFB04" k="45" />
+<hkern u1="F" g2="uniFB03" k="45" />
+<hkern u1="F" u2="&#x2122;" k="-2" />
+<hkern u1="F" u2="&#x203a;" k="35" />
+<hkern u1="F" u2="&#x2039;" k="39" />
+<hkern u1="F" u2="&#xf0;" k="90" />
+<hkern u1="F" u2="&#xef;" k="-39" />
+<hkern u1="F" u2="&#xee;" k="-33" />
+<hkern u1="F" u2="&#xed;" k="8" />
+<hkern u1="F" u2="&#xec;" k="-12" />
+<hkern u1="F" u2="&#xdf;" k="25" />
+<hkern u1="F" u2="&#xc6;" k="244" />
+<hkern u1="F" u2="z" k="66" />
+<hkern u1="F" u2="y" k="49" />
+<hkern u1="F" u2="x" k="57" />
+<hkern u1="F" u2="w" k="49" />
+<hkern u1="F" u2="v" k="47" />
+<hkern u1="F" u2="u" k="51" />
+<hkern u1="F" u2="t" k="16" />
+<hkern u1="F" u2="s" k="74" />
+<hkern u1="F" u2="o" k="61" />
+<hkern u1="F" u2="n" k="61" />
+<hkern u1="F" u2="f" k="33" />
+<hkern u1="F" u2="d" k="61" />
+<hkern u1="F" u2="a" k="125" />
+<hkern u1="F" u2="S" k="49" />
+<hkern u1="F" u2="O" k="35" />
+<hkern u1="F" u2="J" k="264" />
+<hkern u1="F" u2="A" k="137" />
+<hkern u1="F" u2="&#x40;" k="14" />
+<hkern u1="F" u2="&#x3a;" k="27" />
+<hkern u1="F" u2="&#x37;" k="43" />
+<hkern u1="F" u2="&#x35;" k="35" />
+<hkern u1="F" u2="&#x34;" k="90" />
+<hkern u1="F" u2="&#x33;" k="39" />
+<hkern u1="F" u2="&#x32;" k="49" />
+<hkern u1="F" u2="&#x31;" k="27" />
+<hkern u1="F" u2="&#x2f;" k="115" />
+<hkern u1="F" u2="&#x2e;" k="154" />
+<hkern u1="F" u2="&#x2d;" k="47" />
+<hkern u1="F" u2="&#x2a;" k="-12" />
+<hkern u1="F" u2="&#x29;" k="-2" />
+<hkern u1="F" u2="&#x20;" k="45" />
+<hkern u1="G" u2="&#x2122;" k="12" />
+<hkern u1="G" u2="&#xf0;" k="2" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="27" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="12" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="8" />
+<hkern u1="G" u2="Y" k="61" />
+<hkern u1="G" u2="W" k="43" />
+<hkern u1="G" u2="V" k="41" />
+<hkern u1="G" u2="T" k="49" />
+<hkern u1="G" u2="&#x27;" k="16" />
+<hkern u1="I" u2="&#xf0;" k="20" />
+<hkern u1="I" u2="&#xef;" k="-10" />
+<hkern u1="I" u2="z" k="2" />
+<hkern u1="I" u2="y" k="2" />
+<hkern u1="I" u2="t" k="16" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="18" />
+<hkern u1="I" u2="f" k="16" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="14" />
+<hkern u1="J" u2="&#xf0;" k="25" />
+<hkern u1="J" u2="&#xef;" k="-14" />
+<hkern u1="J" u2="&#xee;" k="-8" />
+<hkern u1="J" u2="&#xc6;" k="41" />
+<hkern u1="J" u2="z" k="6" />
+<hkern u1="J" u2="x" k="2" />
+<hkern u1="J" u2="u" k="4" />
+<hkern u1="J" u2="t" k="12" />
+<hkern u1="J" u2="s" k="23" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="4" />
+<hkern u1="J" u2="l" k="2" />
+<hkern u1="J" u2="i" k="2" />
+<hkern u1="J" u2="h" k="2" />
+<hkern u1="J" u2="f" k="14" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="20" />
+<hkern u1="J" u2="J" k="31" />
+<hkern u1="J" u2="A" k="33" />
+<hkern u1="J" u2="&#x2f;" k="8" />
+<hkern u1="J" u2="&#x2e;" k="18" />
+<hkern u1="K" u2="&#x2122;" k="-10" />
+<hkern u1="K" u2="&#x203a;" k="-2" />
+<hkern u1="K" u2="&#x2039;" k="31" />
+<hkern u1="K" u2="&#x201e;" k="-12" />
+<hkern u1="K" u2="&#x201a;" k="-12" />
+<hkern u1="K" u2="&#xf8;" k="12" />
+<hkern u1="K" u2="&#xf0;" k="51" />
+<hkern u1="K" u2="&#xef;" k="-47" />
+<hkern u1="K" u2="&#xee;" k="-8" />
+<hkern u1="K" u2="&#xec;" k="-16" />
+<hkern u1="K" u2="&#xd8;" k="12" />
+<hkern u1="K" u2="&#xae;" k="31" />
+<hkern u1="K" u2="&#xa9;" k="31" />
+<hkern u1="K" u2="&#x7d;" k="-10" />
+<hkern u1="K" u2="y" k="72" />
+<hkern u1="K" u2="w" k="76" />
+<hkern u1="K" u2="v" k="72" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="23" />
+<hkern u1="K" u2="o" k="59" />
+<hkern u1="K" u2="f" k="25" />
+<hkern u1="K" u2="d" k="57" />
+<hkern u1="K" u2="a" k="4" />
+<hkern u1="K" u2="]" k="-12" />
+<hkern u1="K" u2="\" k="-8" />
+<hkern u1="K" u2="S" k="18" />
+<hkern u1="K" u2="O" k="70" />
+<hkern u1="K" u2="J" k="-2" />
+<hkern u1="K" u2="&#x3b;" k="-6" />
+<hkern u1="K" u2="&#x34;" k="-20" />
+<hkern u1="K" u2="&#x32;" k="-12" />
+<hkern u1="K" u2="&#x30;" k="14" />
+<hkern u1="K" u2="&#x2f;" k="-18" />
+<hkern u1="K" u2="&#x2d;" k="53" />
+<hkern u1="K" u2="&#x2c;" k="-12" />
+<hkern u1="K" u2="&#x2a;" k="-14" />
+<hkern u1="K" u2="&#x29;" k="-20" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="227" />
+<hkern u1="L" u2="&#x2039;" k="96" />
+<hkern u1="L" u2="&#x2019;" k="221" />
+<hkern u1="L" u2="&#x2018;" k="223" />
+<hkern u1="L" u2="&#xf0;" k="37" />
+<hkern u1="L" u2="&#xc6;" k="-8" />
+<hkern u1="L" u2="&#xba;" k="223" />
+<hkern u1="L" u2="&#xb7;" k="305" />
+<hkern u1="L" u2="&#xae;" k="45" />
+<hkern u1="L" u2="&#xaa;" k="221" />
+<hkern u1="L" u2="&#xa9;" k="45" />
+<hkern u1="L" u2="y" k="164" />
+<hkern u1="L" u2="w" k="162" />
+<hkern u1="L" u2="v" k="152" />
+<hkern u1="L" u2="u" k="23" />
+<hkern u1="L" u2="t" k="35" />
+<hkern u1="L" u2="o" k="47" />
+<hkern u1="L" u2="f" k="23" />
+<hkern u1="L" u2="d" k="49" />
+<hkern u1="L" u2="\" k="178" />
+<hkern u1="L" u2="Y" k="240" />
+<hkern u1="L" u2="W" k="221" />
+<hkern u1="L" u2="V" k="217" />
+<hkern u1="L" u2="U" k="88" />
+<hkern u1="L" u2="T" k="233" />
+<hkern u1="L" u2="S" k="10" />
+<hkern u1="L" u2="O" k="92" />
+<hkern u1="L" u2="&#x3f;" k="35" />
+<hkern u1="L" u2="&#x37;" k="18" />
+<hkern u1="L" u2="&#x2d;" k="135" />
+<hkern u1="L" u2="&#x2a;" k="225" />
+<hkern u1="L" u2="&#x27;" k="217" />
+<hkern u1="L" u2="&#x20;" k="55" />
+<hkern u1="O" u2="&#x2122;" k="14" />
+<hkern u1="O" u2="&#x2019;" k="12" />
+<hkern u1="O" u2="&#x2018;" k="14" />
+<hkern u1="O" u2="&#xf0;" k="4" />
+<hkern u1="O" u2="&#xd0;" k="14" />
+<hkern u1="O" u2="&#xc6;" k="80" />
+<hkern u1="O" u2="z" k="4" />
+<hkern u1="O" u2="y" k="8" />
+<hkern u1="O" u2="x" k="25" />
+<hkern u1="O" u2="w" k="2" />
+<hkern u1="O" u2="u" k="2" />
+<hkern u1="O" u2="s" k="4" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="2" />
+<hkern u1="O" u2="a" k="14" />
+<hkern u1="O" u2="\" k="33" />
+<hkern u1="O" u2="Z" k="39" />
+<hkern u1="O" u2="Y" k="86" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="53" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="70" />
+<hkern u1="O" u2="S" k="2" />
+<hkern u1="O" u2="J" k="74" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="16" />
+<hkern u1="O" u2="&#x2f;" k="39" />
+<hkern u1="O" u2="&#x2e;" k="39" />
+<hkern u1="O" u2="&#x2a;" k="12" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="27" />
+<hkern u1="P" u2="&#x2039;" k="27" />
+<hkern u1="P" u2="&#xf0;" k="47" />
+<hkern u1="P" u2="&#xef;" k="-18" />
+<hkern u1="P" u2="&#xee;" k="-8" />
+<hkern u1="P" u2="&#xc6;" k="193" />
+<hkern u1="P" u2="y" k="-10" />
+<hkern u1="P" u2="x" k="-4" />
+<hkern u1="P" u2="w" k="-8" />
+<hkern u1="P" u2="v" k="-6" />
+<hkern u1="P" u2="s" k="14" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="20" />
+<hkern u1="P" u2="Z" k="18" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="35" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="8" />
+<hkern u1="P" u2="J" k="199" />
+<hkern u1="P" u2="A" k="96" />
+<hkern u1="P" u2="&#x35;" k="8" />
+<hkern u1="P" u2="&#x34;" k="70" />
+<hkern u1="P" u2="&#x2f;" k="111" />
+<hkern u1="P" u2="&#x2e;" k="154" />
+<hkern u1="P" u2="&#x2d;" k="33" />
+<hkern u1="P" u2="&#x29;" k="8" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-6" />
+<hkern u1="Q" u2="&#x201a;" k="-6" />
+<hkern u1="Q" u2="&#xc6;" k="12" />
+<hkern u1="Q" u2="&#x7d;" k="-6" />
+<hkern u1="Q" u2="y" k="4" />
+<hkern u1="Q" u2="]" k="-6" />
+<hkern u1="Q" u2="X" k="8" />
+<hkern u1="Q" u2="J" k="8" />
+<hkern u1="Q" u2="A" k="6" />
+<hkern u1="Q" u2="&#x34;" k="-14" />
+<hkern u1="Q" u2="&#x32;" k="-8" />
+<hkern u1="Q" u2="&#x2f;" k="-12" />
+<hkern u1="Q" u2="&#x2c;" k="-6" />
+<hkern u1="Q" u2="&#x29;" k="-14" />
+<hkern u1="R" u2="&#x2122;" k="6" />
+<hkern u1="R" u2="&#x2039;" k="31" />
+<hkern u1="R" u2="&#x2019;" k="4" />
+<hkern u1="R" u2="&#xf0;" k="51" />
+<hkern u1="R" u2="&#xd0;" k="4" />
+<hkern u1="R" u2="y" k="8" />
+<hkern u1="R" u2="w" k="8" />
+<hkern u1="R" u2="v" k="8" />
+<hkern u1="R" u2="u" k="18" />
+<hkern u1="R" u2="t" k="8" />
+<hkern u1="R" u2="s" k="10" />
+<hkern u1="R" u2="o" k="41" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="12" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="8" />
+<hkern u1="R" u2="d" k="39" />
+<hkern u1="R" u2="a" k="20" />
+<hkern u1="R" u2="\" k="12" />
+<hkern u1="R" u2="Y" k="55" />
+<hkern u1="R" u2="W" k="43" />
+<hkern u1="R" u2="V" k="41" />
+<hkern u1="R" u2="U" k="6" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="8" />
+<hkern u1="R" u2="A" k="16" />
+<hkern u1="R" u2="&#x34;" k="-6" />
+<hkern u1="R" u2="&#x2f;" k="-6" />
+<hkern u1="R" u2="&#x2d;" k="14" />
+<hkern u1="R" u2="&#x29;" k="-6" />
+<hkern u1="S" u2="&#xf0;" k="2" />
+<hkern u1="S" u2="&#xef;" k="-20" />
+<hkern u1="S" u2="&#xee;" k="-14" />
+<hkern u1="S" u2="&#xc6;" k="6" />
+<hkern u1="S" u2="&#xaa;" k="16" />
+<hkern u1="S" u2="z" k="6" />
+<hkern u1="S" u2="y" k="45" />
+<hkern u1="S" u2="x" k="18" />
+<hkern u1="S" u2="w" k="45" />
+<hkern u1="S" u2="v" k="45" />
+<hkern u1="S" u2="u" k="4" />
+<hkern u1="S" u2="t" k="23" />
+<hkern u1="S" u2="s" k="6" />
+<hkern u1="S" u2="n" k="4" />
+<hkern u1="S" u2="l" k="2" />
+<hkern u1="S" u2="i" k="2" />
+<hkern u1="S" u2="h" k="2" />
+<hkern u1="S" u2="f" k="23" />
+<hkern u1="S" u2="a" k="2" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="31" />
+<hkern u1="S" u2="V" k="31" />
+<hkern u1="S" u2="T" k="16" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="20" />
+<hkern u1="T" g2="uniFB04" k="94" />
+<hkern u1="T" g2="uniFB03" k="72" />
+<hkern u1="T" g2="uniFB01" k="51" />
+<hkern u1="T" u2="&#x2122;" k="-2" />
+<hkern u1="T" u2="&#x203a;" k="104" />
+<hkern u1="T" u2="&#x2039;" k="133" />
+<hkern u1="T" u2="&#xf0;" k="180" />
+<hkern u1="T" u2="&#xef;" k="-41" />
+<hkern u1="T" u2="&#xee;" k="-33" />
+<hkern u1="T" u2="&#xed;" k="12" />
+<hkern u1="T" u2="&#xec;" k="-12" />
+<hkern u1="T" u2="&#xe3;" k="178" />
+<hkern u1="T" u2="&#xdf;" k="43" />
+<hkern u1="T" u2="&#xc6;" k="180" />
+<hkern u1="T" u2="&#xae;" k="49" />
+<hkern u1="T" u2="&#xa9;" k="49" />
+<hkern u1="T" u2="z" k="164" />
+<hkern u1="T" u2="y" k="152" />
+<hkern u1="T" u2="x" k="143" />
+<hkern u1="T" u2="w" k="156" />
+<hkern u1="T" u2="v" k="156" />
+<hkern u1="T" u2="u" k="197" />
+<hkern u1="T" u2="t" k="18" />
+<hkern u1="T" u2="s" k="207" />
+<hkern u1="T" u2="o" k="215" />
+<hkern u1="T" u2="n" k="184" />
+<hkern u1="T" u2="f" k="61" />
+<hkern u1="T" u2="d" k="213" />
+<hkern u1="T" u2="a" k="203" />
+<hkern u1="T" u2="S" k="18" />
+<hkern u1="T" u2="O" k="68" />
+<hkern u1="T" u2="J" k="219" />
+<hkern u1="T" u2="A" k="145" />
+<hkern u1="T" u2="&#x40;" k="119" />
+<hkern u1="T" u2="&#x3a;" k="92" />
+<hkern u1="T" u2="&#x39;" k="115" />
+<hkern u1="T" u2="&#x38;" k="14" />
+<hkern u1="T" u2="&#x37;" k="72" />
+<hkern u1="T" u2="&#x36;" k="31" />
+<hkern u1="T" u2="&#x35;" k="115" />
+<hkern u1="T" u2="&#x34;" k="135" />
+<hkern u1="T" u2="&#x33;" k="102" />
+<hkern u1="T" u2="&#x32;" k="96" />
+<hkern u1="T" u2="&#x31;" k="106" />
+<hkern u1="T" u2="&#x30;" k="111" />
+<hkern u1="T" u2="&#x2f;" k="125" />
+<hkern u1="T" u2="&#x2e;" k="141" />
+<hkern u1="T" u2="&#x2d;" k="137" />
+<hkern u1="T" u2="&#x2a;" k="-31" />
+<hkern u1="T" u2="&#x29;" k="-2" />
+<hkern u1="T" u2="&#x26;" k="16" />
+<hkern u1="T" u2="&#x20;" k="55" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-16" />
+<hkern u1="U" u2="&#xee;" k="-8" />
+<hkern u1="U" u2="&#xc6;" k="90" />
+<hkern u1="U" u2="z" k="12" />
+<hkern u1="U" u2="x" k="2" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="29" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="12" />
+<hkern u1="U" u2="l" k="12" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="14" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="61" />
+<hkern u1="U" u2="A" k="59" />
+<hkern u1="U" u2="&#x34;" k="20" />
+<hkern u1="U" u2="&#x2f;" k="39" />
+<hkern u1="U" u2="&#x2e;" k="37" />
+<hkern u1="V" u2="&#x2122;" k="-12" />
+<hkern u1="V" u2="&#x203a;" k="57" />
+<hkern u1="V" u2="&#x2039;" k="88" />
+<hkern u1="V" u2="&#x2019;" k="-4" />
+<hkern u1="V" u2="&#x2018;" k="-2" />
+<hkern u1="V" u2="&#xf0;" k="137" />
+<hkern u1="V" u2="&#xef;" k="-49" />
+<hkern u1="V" u2="&#xee;" k="-27" />
+<hkern u1="V" u2="&#xed;" k="16" />
+<hkern u1="V" u2="&#xec;" k="-23" />
+<hkern u1="V" u2="&#xe3;" k="27" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="10" />
+<hkern u1="V" u2="&#xc6;" k="178" />
+<hkern u1="V" u2="&#xae;" k="45" />
+<hkern u1="V" u2="&#xa9;" k="45" />
+<hkern u1="V" u2="z" k="37" />
+<hkern u1="V" u2="y" k="29" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="31" />
+<hkern u1="V" u2="v" k="33" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="18" />
+<hkern u1="V" u2="s" k="102" />
+<hkern u1="V" u2="o" k="127" />
+<hkern u1="V" u2="n" k="80" />
+<hkern u1="V" u2="f" k="47" />
+<hkern u1="V" u2="d" k="125" />
+<hkern u1="V" u2="a" k="104" />
+<hkern u1="V" u2="]" k="-2" />
+<hkern u1="V" u2="\" k="-12" />
+<hkern u1="V" u2="S" k="35" />
+<hkern u1="V" u2="O" k="53" />
+<hkern u1="V" u2="J" k="174" />
+<hkern u1="V" u2="A" k="113" />
+<hkern u1="V" u2="&#x40;" k="78" />
+<hkern u1="V" u2="&#x3a;" k="31" />
+<hkern u1="V" u2="&#x39;" k="59" />
+<hkern u1="V" u2="&#x38;" k="35" />
+<hkern u1="V" u2="&#x36;" k="41" />
+<hkern u1="V" u2="&#x35;" k="70" />
+<hkern u1="V" u2="&#x34;" k="129" />
+<hkern u1="V" u2="&#x33;" k="45" />
+<hkern u1="V" u2="&#x32;" k="43" />
+<hkern u1="V" u2="&#x31;" k="37" />
+<hkern u1="V" u2="&#x30;" k="66" />
+<hkern u1="V" u2="&#x2f;" k="129" />
+<hkern u1="V" u2="&#x2e;" k="150" />
+<hkern u1="V" u2="&#x2d;" k="88" />
+<hkern u1="V" u2="&#x2a;" k="-20" />
+<hkern u1="V" u2="&#x29;" k="-12" />
+<hkern u1="V" u2="&#x26;" k="41" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-14" />
+<hkern u1="W" u2="&#x203a;" k="57" />
+<hkern u1="W" u2="&#x2039;" k="90" />
+<hkern u1="W" u2="&#x2019;" k="-6" />
+<hkern u1="W" u2="&#x2018;" k="-6" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-51" />
+<hkern u1="W" u2="&#xee;" k="-27" />
+<hkern u1="W" u2="&#xed;" k="16" />
+<hkern u1="W" u2="&#xec;" k="-23" />
+<hkern u1="W" u2="&#xe4;" k="27" />
+<hkern u1="W" u2="&#xe3;" k="27" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="10" />
+<hkern u1="W" u2="&#xc6;" k="178" />
+<hkern u1="W" u2="&#xae;" k="45" />
+<hkern u1="W" u2="&#xa9;" k="45" />
+<hkern u1="W" u2="&#x7d;" k="-2" />
+<hkern u1="W" u2="z" k="37" />
+<hkern u1="W" u2="y" k="29" />
+<hkern u1="W" u2="x" k="29" />
+<hkern u1="W" u2="w" k="31" />
+<hkern u1="W" u2="v" k="33" />
+<hkern u1="W" u2="u" k="80" />
+<hkern u1="W" u2="t" k="18" />
+<hkern u1="W" u2="s" k="106" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="80" />
+<hkern u1="W" u2="f" k="47" />
+<hkern u1="W" u2="d" k="127" />
+<hkern u1="W" u2="a" k="104" />
+<hkern u1="W" u2="]" k="-4" />
+<hkern u1="W" u2="\" k="-12" />
+<hkern u1="W" u2="S" k="35" />
+<hkern u1="W" u2="O" k="53" />
+<hkern u1="W" u2="J" k="174" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="80" />
+<hkern u1="W" u2="&#x3a;" k="31" />
+<hkern u1="W" u2="&#x39;" k="61" />
+<hkern u1="W" u2="&#x38;" k="35" />
+<hkern u1="W" u2="&#x36;" k="41" />
+<hkern u1="W" u2="&#x35;" k="70" />
+<hkern u1="W" u2="&#x34;" k="131" />
+<hkern u1="W" u2="&#x33;" k="45" />
+<hkern u1="W" u2="&#x32;" k="43" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="66" />
+<hkern u1="W" u2="&#x2f;" k="131" />
+<hkern u1="W" u2="&#x2e;" k="152" />
+<hkern u1="W" u2="&#x2d;" k="88" />
+<hkern u1="W" u2="&#x2a;" k="-18" />
+<hkern u1="W" u2="&#x29;" k="-14" />
+<hkern u1="W" u2="&#x26;" k="41" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-23" />
+<hkern u1="X" u2="&#x2039;" k="37" />
+<hkern u1="X" u2="&#x2019;" k="-6" />
+<hkern u1="X" u2="&#x2018;" k="-6" />
+<hkern u1="X" u2="&#xf8;" k="18" />
+<hkern u1="X" u2="&#xf0;" k="68" />
+<hkern u1="X" u2="&#xef;" k="-51" />
+<hkern u1="X" u2="&#xee;" k="-16" />
+<hkern u1="X" u2="&#xed;" k="6" />
+<hkern u1="X" u2="&#xec;" k="-23" />
+<hkern u1="X" u2="&#xdf;" k="6" />
+<hkern u1="X" u2="&#xd8;" k="12" />
+<hkern u1="X" u2="&#xae;" k="29" />
+<hkern u1="X" u2="&#xa9;" k="29" />
+<hkern u1="X" u2="&#x7d;" k="-4" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="63" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="45" />
+<hkern u1="X" u2="t" k="12" />
+<hkern u1="X" u2="o" k="74" />
+<hkern u1="X" u2="n" k="12" />
+<hkern u1="X" u2="f" k="27" />
+<hkern u1="X" u2="d" k="70" />
+<hkern u1="X" u2="a" k="8" />
+<hkern u1="X" u2="]" k="-6" />
+<hkern u1="X" u2="\" k="-14" />
+<hkern u1="X" u2="S" k="14" />
+<hkern u1="X" u2="O" k="59" />
+<hkern u1="X" u2="&#x34;" k="-10" />
+<hkern u1="X" u2="&#x32;" k="-2" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-8" />
+<hkern u1="X" u2="&#x2d;" k="57" />
+<hkern u1="X" u2="&#x2a;" k="-20" />
+<hkern u1="X" u2="&#x29;" k="-16" />
+<hkern u1="X" u2="&#x20;" k="16" />
+<hkern u1="Y" u2="&#x2122;" k="-16" />
+<hkern u1="Y" u2="&#x203a;" k="94" />
+<hkern u1="Y" u2="&#x2039;" k="135" />
+<hkern u1="Y" u2="&#x2019;" k="-8" />
+<hkern u1="Y" u2="&#x2018;" k="-8" />
+<hkern u1="Y" u2="&#xf6;" k="41" />
+<hkern u1="Y" u2="&#xf0;" k="182" />
+<hkern u1="Y" u2="&#xef;" k="-53" />
+<hkern u1="Y" u2="&#xee;" k="-23" />
+<hkern u1="Y" u2="&#xed;" k="20" />
+<hkern u1="Y" u2="&#xec;" k="-27" />
+<hkern u1="Y" u2="&#xeb;" k="41" />
+<hkern u1="Y" u2="&#xe4;" k="25" />
+<hkern u1="Y" u2="&#xe3;" k="29" />
+<hkern u1="Y" u2="&#xdf;" k="66" />
+<hkern u1="Y" u2="&#xd0;" k="10" />
+<hkern u1="Y" u2="&#xc6;" k="213" />
+<hkern u1="Y" u2="&#xae;" k="68" />
+<hkern u1="Y" u2="&#xa9;" k="68" />
+<hkern u1="Y" u2="&#x7d;" k="-6" />
+<hkern u1="Y" u2="z" k="80" />
+<hkern u1="Y" u2="y" k="76" />
+<hkern u1="Y" u2="x" k="72" />
+<hkern u1="Y" u2="w" k="80" />
+<hkern u1="Y" u2="v" k="82" />
+<hkern u1="Y" u2="u" k="127" />
+<hkern u1="Y" u2="t" k="33" />
+<hkern u1="Y" u2="s" k="176" />
+<hkern u1="Y" u2="o" k="178" />
+<hkern u1="Y" u2="n" k="133" />
+<hkern u1="Y" u2="f" k="72" />
+<hkern u1="Y" u2="d" k="174" />
+<hkern u1="Y" u2="a" k="172" />
+<hkern u1="Y" u2="]" k="-6" />
+<hkern u1="Y" u2="\" k="-14" />
+<hkern u1="Y" u2="S" k="45" />
+<hkern u1="Y" u2="O" k="84" />
+<hkern u1="Y" u2="J" k="190" />
+<hkern u1="Y" u2="A" k="150" />
+<hkern u1="Y" u2="&#x40;" k="115" />
+<hkern u1="Y" u2="&#x3a;" k="57" />
+<hkern u1="Y" u2="&#x39;" k="92" />
+<hkern u1="Y" u2="&#x38;" k="47" />
+<hkern u1="Y" u2="&#x36;" k="57" />
+<hkern u1="Y" u2="&#x35;" k="90" />
+<hkern u1="Y" u2="&#x34;" k="154" />
+<hkern u1="Y" u2="&#x33;" k="72" />
+<hkern u1="Y" u2="&#x32;" k="72" />
+<hkern u1="Y" u2="&#x31;" k="72" />
+<hkern u1="Y" u2="&#x30;" k="96" />
+<hkern u1="Y" u2="&#x2f;" k="137" />
+<hkern u1="Y" u2="&#x2e;" k="164" />
+<hkern u1="Y" u2="&#x2d;" k="139" />
+<hkern u1="Y" u2="&#x2a;" k="-20" />
+<hkern u1="Y" u2="&#x29;" k="-16" />
+<hkern u1="Y" u2="&#x26;" k="51" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="20" />
+<hkern u1="Z" u2="&#xf0;" k="33" />
+<hkern u1="Z" u2="&#xef;" k="-23" />
+<hkern u1="Z" u2="&#xee;" k="-16" />
+<hkern u1="Z" u2="&#xae;" k="25" />
+<hkern u1="Z" u2="&#xa9;" k="25" />
+<hkern u1="Z" u2="y" k="43" />
+<hkern u1="Z" u2="w" k="43" />
+<hkern u1="Z" u2="v" k="45" />
+<hkern u1="Z" u2="u" k="31" />
+<hkern u1="Z" u2="t" k="18" />
+<hkern u1="Z" u2="s" k="2" />
+<hkern u1="Z" u2="o" k="37" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="27" />
+<hkern u1="Z" u2="d" k="37" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="37" />
+<hkern u1="Z" u2="&#x30;" k="14" />
+<hkern u1="Z" u2="&#x2d;" k="31" />
+<hkern u1="[" u2="&#xef;" k="-25" />
+<hkern u1="[" u2="&#xee;" k="-16" />
+<hkern u1="[" u2="&#xc6;" k="-12" />
+<hkern u1="[" u2="j" k="-23" />
+<hkern u1="[" u2="Y" k="-6" />
+<hkern u1="[" u2="X" k="-6" />
+<hkern u1="[" u2="W" k="-4" />
+<hkern u1="[" u2="V" k="-2" />
+<hkern u1="[" u2="A" k="-2" />
+<hkern u1="\" u2="&#x2019;" k="172" />
+<hkern u1="\" u2="&#xd8;" k="-6" />
+<hkern u1="\" u2="&#xc6;" k="-20" />
+<hkern u1="\" u2="y" k="70" />
+<hkern u1="\" u2="x" k="-8" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="66" />
+<hkern u1="\" u2="t" k="8" />
+<hkern u1="\" u2="Y" k="135" />
+<hkern u1="\" u2="X" k="-8" />
+<hkern u1="\" u2="W" k="129" />
+<hkern u1="\" u2="V" k="125" />
+<hkern u1="\" u2="U" k="37" />
+<hkern u1="\" u2="T" k="123" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-4" />
+<hkern u1="\" u2="A" k="-10" />
+<hkern u1="\" u2="&#x37;" k="29" />
+<hkern u1="\" u2="&#x36;" k="6" />
+<hkern u1="\" u2="&#x30;" k="6" />
+<hkern u1="\" u2="&#x27;" k="176" />
+<hkern u1="a" u2="&#x2122;" k="59" />
+<hkern u1="a" u2="&#x2019;" k="47" />
+<hkern u1="a" u2="&#x2018;" k="49" />
+<hkern u1="a" u2="&#xd0;" k="14" />
+<hkern u1="a" u2="&#xba;" k="23" />
+<hkern u1="a" u2="&#xaa;" k="8" />
+<hkern u1="a" u2="y" k="35" />
+<hkern u1="a" u2="w" k="39" />
+<hkern u1="a" u2="v" k="37" />
+<hkern u1="a" u2="t" k="14" />
+<hkern u1="a" u2="f" k="2" />
+<hkern u1="a" u2="\" k="82" />
+<hkern u1="a" u2="Z" k="8" />
+<hkern u1="a" u2="Y" k="172" />
+<hkern u1="a" u2="W" k="115" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="23" />
+<hkern u1="a" u2="T" k="217" />
+<hkern u1="a" u2="S" k="8" />
+<hkern u1="a" u2="O" k="14" />
+<hkern u1="a" u2="I" k="2" />
+<hkern u1="a" u2="&#x3f;" k="25" />
+<hkern u1="a" u2="&#x2a;" k="53" />
+<hkern u1="a" u2="&#x27;" k="37" />
+<hkern u1="b" u2="&#x2122;" k="68" />
+<hkern u1="b" u2="&#x2019;" k="117" />
+<hkern u1="b" u2="&#x2018;" k="125" />
+<hkern u1="b" u2="&#xd0;" k="23" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="31" />
+<hkern u1="b" u2="&#xaa;" k="12" />
+<hkern u1="b" u2="z" k="25" />
+<hkern u1="b" u2="y" k="37" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="37" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="2" />
+<hkern u1="b" u2="f" k="6" />
+<hkern u1="b" u2="\" k="78" />
+<hkern u1="b" u2="Z" k="43" />
+<hkern u1="b" u2="Y" k="174" />
+<hkern u1="b" u2="X" k="72" />
+<hkern u1="b" u2="W" k="127" />
+<hkern u1="b" u2="V" k="127" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="213" />
+<hkern u1="b" u2="S" k="16" />
+<hkern u1="b" u2="J" k="45" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="33" />
+<hkern u1="b" u2="&#x3f;" k="29" />
+<hkern u1="b" u2="&#x2e;" k="12" />
+<hkern u1="b" u2="&#x2a;" k="90" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="150" />
+<hkern u1="c" u2="&#x2122;" k="39" />
+<hkern u1="c" u2="&#x2039;" k="25" />
+<hkern u1="c" u2="&#x2019;" k="31" />
+<hkern u1="c" u2="&#x2018;" k="35" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="12" />
+<hkern u1="c" u2="&#xc6;" k="2" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="14" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="57" />
+<hkern u1="c" u2="Z" k="2" />
+<hkern u1="c" u2="Y" k="156" />
+<hkern u1="c" u2="X" k="8" />
+<hkern u1="c" u2="W" k="113" />
+<hkern u1="c" u2="V" k="113" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="197" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="12" />
+<hkern u1="c" u2="&#x3f;" k="14" />
+<hkern u1="c" u2="&#x2d;" k="35" />
+<hkern u1="c" u2="&#x2a;" k="37" />
+<hkern u1="c" u2="&#x27;" k="16" />
+<hkern u1="d" u2="&#xd0;" k="4" />
+<hkern u1="d" u2="y" k="2" />
+<hkern u1="d" u2="w" k="6" />
+<hkern u1="d" u2="v" k="4" />
+<hkern u1="d" u2="t" k="2" />
+<hkern u1="d" u2="Y" k="8" />
+<hkern u1="d" u2="W" k="8" />
+<hkern u1="d" u2="V" k="8" />
+<hkern u1="d" u2="U" k="16" />
+<hkern u1="d" u2="T" k="8" />
+<hkern u1="d" u2="O" k="12" />
+<hkern u1="e" u2="&#x2122;" k="53" />
+<hkern u1="e" u2="&#x2019;" k="49" />
+<hkern u1="e" u2="&#x2018;" k="55" />
+<hkern u1="e" u2="&#xd0;" k="18" />
+<hkern u1="e" u2="&#xc6;" k="37" />
+<hkern u1="e" u2="&#xba;" k="12" />
+<hkern u1="e" u2="z" k="16" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="33" />
+<hkern u1="e" u2="v" k="29" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="74" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="205" />
+<hkern u1="e" u2="X" k="45" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="117" />
+<hkern u1="e" u2="U" k="16" />
+<hkern u1="e" u2="T" k="211" />
+<hkern u1="e" u2="S" k="12" />
+<hkern u1="e" u2="J" k="35" />
+<hkern u1="e" u2="I" k="14" />
+<hkern u1="e" u2="A" k="29" />
+<hkern u1="e" u2="&#x3f;" k="27" />
+<hkern u1="e" u2="&#x2a;" k="57" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="41" />
+<hkern u1="f" u2="&#x2122;" k="-45" />
+<hkern u1="f" u2="&#x2039;" k="49" />
+<hkern u1="f" u2="&#x2019;" k="-6" />
+<hkern u1="f" u2="&#x2018;" k="-6" />
+<hkern u1="f" u2="&#xf0;" k="47" />
+<hkern u1="f" u2="&#xef;" k="-84" />
+<hkern u1="f" u2="&#xee;" k="-35" />
+<hkern u1="f" u2="&#xec;" k="-37" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-16" />
+<hkern u1="f" u2="z" k="8" />
+<hkern u1="f" u2="o" k="14" />
+<hkern u1="f" u2="d" k="12" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-18" />
+<hkern u1="f" u2="\" k="-45" />
+<hkern u1="f" u2="Z" k="-16" />
+<hkern u1="f" u2="Y" k="-76" />
+<hkern u1="f" u2="X" k="-82" />
+<hkern u1="f" u2="W" k="-66" />
+<hkern u1="f" u2="V" k="-66" />
+<hkern u1="f" u2="T" k="-55" />
+<hkern u1="f" u2="S" k="2" />
+<hkern u1="f" u2="J" k="121" />
+<hkern u1="f" u2="A" k="80" />
+<hkern u1="f" u2="&#x2f;" k="55" />
+<hkern u1="f" u2="&#x2e;" k="68" />
+<hkern u1="f" u2="&#x2d;" k="57" />
+<hkern u1="f" u2="&#x2a;" k="-25" />
+<hkern u1="f" u2="&#x29;" k="-45" />
+<hkern u1="f" u2="&#x20;" k="35" />
+<hkern u1="g" u2="j" k="-76" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="133" />
+<hkern u1="g" u2="X" k="12" />
+<hkern u1="g" u2="W" k="84" />
+<hkern u1="g" u2="V" k="80" />
+<hkern u1="g" u2="U" k="12" />
+<hkern u1="g" u2="T" k="186" />
+<hkern u1="g" u2="S" k="2" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="57" />
+<hkern u1="h" u2="&#x2019;" k="92" />
+<hkern u1="h" u2="&#x2018;" k="96" />
+<hkern u1="h" u2="&#xba;" k="16" />
+<hkern u1="h" u2="y" k="23" />
+<hkern u1="h" u2="w" k="25" />
+<hkern u1="h" u2="v" k="23" />
+<hkern u1="h" u2="t" k="8" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="16" />
+<hkern u1="h" u2="Y" k="158" />
+<hkern u1="h" u2="X" k="6" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="106" />
+<hkern u1="h" u2="U" k="18" />
+<hkern u1="h" u2="T" k="213" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="25" />
+<hkern u1="h" u2="&#x2a;" k="70" />
+<hkern u1="h" u2="&#x27;" k="137" />
+<hkern u1="i" u2="&#xef;" k="-16" />
+<hkern u1="i" u2="&#xee;" k="-10" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="2" />
+<hkern u1="i" u2="O" k="2" />
+<hkern u1="j" u2="j" k="-66" />
+<hkern u1="k" u2="&#x2039;" k="59" />
+<hkern u1="k" u2="&#x201e;" k="-6" />
+<hkern u1="k" u2="&#x201a;" k="-6" />
+<hkern u1="k" u2="&#x2019;" k="16" />
+<hkern u1="k" u2="&#x2018;" k="25" />
+<hkern u1="k" u2="&#xf8;" k="12" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-2" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="51" />
+<hkern u1="k" u2="f" k="2" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="18" />
+<hkern u1="k" u2="]" k="-2" />
+<hkern u1="k" u2="Y" k="76" />
+<hkern u1="k" u2="W" k="29" />
+<hkern u1="k" u2="V" k="29" />
+<hkern u1="k" u2="U" k="4" />
+<hkern u1="k" u2="T" k="147" />
+<hkern u1="k" u2="O" k="27" />
+<hkern u1="k" u2="&#x2f;" k="-12" />
+<hkern u1="k" u2="&#x2d;" k="70" />
+<hkern u1="k" u2="&#x2c;" k="-6" />
+<hkern u1="k" u2="&#x2a;" k="-12" />
+<hkern u1="k" u2="&#x29;" k="-12" />
+<hkern u1="k" u2="&#x27;" k="86" />
+<hkern u1="l" u2="&#x2122;" k="39" />
+<hkern u1="l" u2="&#x2039;" k="33" />
+<hkern u1="l" u2="&#x2019;" k="39" />
+<hkern u1="l" u2="&#x2018;" k="39" />
+<hkern u1="l" u2="&#xf0;" k="2" />
+<hkern u1="l" u2="&#xc6;" k="-2" />
+<hkern u1="l" u2="&#xba;" k="37" />
+<hkern u1="l" u2="&#xb7;" k="147" />
+<hkern u1="l" u2="&#xae;" k="14" />
+<hkern u1="l" u2="&#xaa;" k="37" />
+<hkern u1="l" u2="&#xa9;" k="14" />
+<hkern u1="l" u2="y" k="33" />
+<hkern u1="l" u2="w" k="39" />
+<hkern u1="l" u2="v" k="33" />
+<hkern u1="l" u2="t" k="12" />
+<hkern u1="l" u2="o" k="2" />
+<hkern u1="l" u2="f" k="8" />
+<hkern u1="l" u2="d" k="2" />
+<hkern u1="l" u2="\" k="27" />
+<hkern u1="l" u2="Y" k="53" />
+<hkern u1="l" u2="W" k="51" />
+<hkern u1="l" u2="V" k="49" />
+<hkern u1="l" u2="U" k="35" />
+<hkern u1="l" u2="T" k="47" />
+<hkern u1="l" u2="O" k="29" />
+<hkern u1="l" u2="I" k="4" />
+<hkern u1="l" u2="&#x2f;" k="-25" />
+<hkern u1="l" u2="&#x2d;" k="31" />
+<hkern u1="l" u2="&#x2a;" k="41" />
+<hkern u1="l" u2="&#x29;" k="-14" />
+<hkern u1="l" u2="&#x27;" k="37" />
+<hkern u1="l" u2="&#x20;" k="57" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="20" />
+<hkern u1="n" u2="w" k="20" />
+<hkern u1="n" u2="v" k="20" />
+<hkern u1="n" u2="t" k="8" />
+<hkern u1="n" u2="\" k="66" />
+<hkern u1="n" u2="Z" k="16" />
+<hkern u1="n" u2="Y" k="154" />
+<hkern u1="n" u2="X" k="6" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="106" />
+<hkern u1="n" u2="U" k="18" />
+<hkern u1="n" u2="T" k="211" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="20" />
+<hkern u1="n" u2="&#x2a;" k="37" />
+<hkern u1="n" u2="&#x27;" k="20" />
+<hkern u1="o" u2="&#x2122;" k="57" />
+<hkern u1="o" u2="&#x2019;" k="55" />
+<hkern u1="o" u2="&#x2018;" k="59" />
+<hkern u1="o" u2="&#xd0;" k="23" />
+<hkern u1="o" u2="&#xc6;" k="45" />
+<hkern u1="o" u2="&#xba;" k="16" />
+<hkern u1="o" u2="z" k="27" />
+<hkern u1="o" u2="y" k="39" />
+<hkern u1="o" u2="x" k="41" />
+<hkern u1="o" u2="w" k="41" />
+<hkern u1="o" u2="v" k="37" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="s" k="2" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="76" />
+<hkern u1="o" u2="Z" k="43" />
+<hkern u1="o" u2="Y" k="178" />
+<hkern u1="o" u2="X" k="74" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="127" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="217" />
+<hkern u1="o" u2="S" k="16" />
+<hkern u1="o" u2="J" k="45" />
+<hkern u1="o" u2="I" k="18" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="27" />
+<hkern u1="o" u2="&#x2a;" k="63" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="45" />
+<hkern u1="q" u2="&#x201e;" k="-8" />
+<hkern u1="q" u2="&#x201a;" k="-8" />
+<hkern u1="q" u2="j" k="-193" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="133" />
+<hkern u1="q" u2="X" k="12" />
+<hkern u1="q" u2="W" k="84" />
+<hkern u1="q" u2="V" k="80" />
+<hkern u1="q" u2="U" k="12" />
+<hkern u1="q" u2="T" k="186" />
+<hkern u1="q" u2="S" k="2" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-4" />
+<hkern u1="q" u2="&#x2c;" k="-8" />
+<hkern u1="r" u2="&#x203a;" k="29" />
+<hkern u1="r" u2="&#x2039;" k="82" />
+<hkern u1="r" u2="&#xf0;" k="72" />
+<hkern u1="r" u2="&#xc6;" k="111" />
+<hkern u1="r" u2="s" k="10" />
+<hkern u1="r" u2="o" k="49" />
+<hkern u1="r" u2="d" k="47" />
+<hkern u1="r" u2="a" k="20" />
+<hkern u1="r" u2="Z" k="51" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="59" />
+<hkern u1="r" u2="W" k="20" />
+<hkern u1="r" u2="V" k="18" />
+<hkern u1="r" u2="T" k="135" />
+<hkern u1="r" u2="S" k="2" />
+<hkern u1="r" u2="J" k="166" />
+<hkern u1="r" u2="I" k="2" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="25" />
+<hkern u1="r" u2="&#x2f;" k="78" />
+<hkern u1="r" u2="&#x2e;" k="98" />
+<hkern u1="r" u2="&#x2d;" k="76" />
+<hkern u1="r" u2="&#x29;" k="8" />
+<hkern u1="r" u2="&#x20;" k="45" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="12" />
+<hkern u1="s" u2="&#x2018;" k="12" />
+<hkern u1="s" u2="&#xd0;" k="16" />
+<hkern u1="s" u2="y" k="25" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="20" />
+<hkern u1="s" u2="t" k="2" />
+<hkern u1="s" u2="f" k="2" />
+<hkern u1="s" u2="\" k="53" />
+<hkern u1="s" u2="Z" k="8" />
+<hkern u1="s" u2="Y" k="145" />
+<hkern u1="s" u2="X" k="8" />
+<hkern u1="s" u2="W" k="96" />
+<hkern u1="s" u2="V" k="94" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="193" />
+<hkern u1="s" u2="O" k="4" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="16" />
+<hkern u1="s" u2="&#x2a;" k="16" />
+<hkern u1="t" u2="&#x2122;" k="8" />
+<hkern u1="t" u2="&#x2039;" k="41" />
+<hkern u1="t" u2="&#x2019;" k="12" />
+<hkern u1="t" u2="&#x2018;" k="14" />
+<hkern u1="t" u2="&#xf0;" k="25" />
+<hkern u1="t" u2="y" k="2" />
+<hkern u1="t" u2="w" k="2" />
+<hkern u1="t" u2="v" k="2" />
+<hkern u1="t" u2="t" k="2" />
+<hkern u1="t" u2="o" k="23" />
+<hkern u1="t" u2="f" k="2" />
+<hkern u1="t" u2="d" k="23" />
+<hkern u1="t" u2="\" k="29" />
+<hkern u1="t" u2="Y" k="98" />
+<hkern u1="t" u2="W" k="57" />
+<hkern u1="t" u2="V" k="55" />
+<hkern u1="t" u2="U" k="23" />
+<hkern u1="t" u2="T" k="104" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="I" k="2" />
+<hkern u1="t" u2="&#x2d;" k="29" />
+<hkern u1="t" u2="&#x27;" k="31" />
+<hkern u1="u" u2="&#x2122;" k="29" />
+<hkern u1="u" u2="&#x2019;" k="8" />
+<hkern u1="u" u2="&#x2018;" k="6" />
+<hkern u1="u" u2="&#xd0;" k="4" />
+<hkern u1="u" u2="y" k="2" />
+<hkern u1="u" u2="w" k="6" />
+<hkern u1="u" u2="v" k="4" />
+<hkern u1="u" u2="t" k="2" />
+<hkern u1="u" u2="\" k="51" />
+<hkern u1="u" u2="Z" k="8" />
+<hkern u1="u" u2="Y" k="143" />
+<hkern u1="u" u2="W" k="84" />
+<hkern u1="u" u2="V" k="82" />
+<hkern u1="u" u2="U" k="16" />
+<hkern u1="u" u2="T" k="199" />
+<hkern u1="u" u2="O" k="12" />
+<hkern u1="u" u2="&#x2a;" k="6" />
+<hkern u1="v" u2="&#x2039;" k="51" />
+<hkern u1="v" u2="&#xf0;" k="53" />
+<hkern u1="v" u2="&#xd0;" k="16" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="&#xba;" k="-2" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="37" />
+<hkern u1="v" u2="d" k="35" />
+<hkern u1="v" u2="a" k="27" />
+<hkern u1="v" u2="\" k="27" />
+<hkern u1="v" u2="Z" k="47" />
+<hkern u1="v" u2="Y" k="84" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="33" />
+<hkern u1="v" u2="V" k="33" />
+<hkern u1="v" u2="T" k="158" />
+<hkern u1="v" u2="J" k="154" />
+<hkern u1="v" u2="A" k="68" />
+<hkern u1="v" u2="&#x40;" k="14" />
+<hkern u1="v" u2="&#x2f;" k="68" />
+<hkern u1="v" u2="&#x2e;" k="94" />
+<hkern u1="v" u2="&#x2d;" k="45" />
+<hkern u1="v" u2="&#x2a;" k="-12" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x20;" k="55" />
+<hkern u1="w" u2="&#x2039;" k="55" />
+<hkern u1="w" u2="&#xf0;" k="59" />
+<hkern u1="w" u2="&#xd0;" k="16" />
+<hkern u1="w" u2="&#xc6;" k="106" />
+<hkern u1="w" u2="&#xba;" k="-4" />
+<hkern u1="w" u2="s" k="29" />
+<hkern u1="w" u2="o" k="41" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="29" />
+<hkern u1="w" u2="Z" k="47" />
+<hkern u1="w" u2="Y" k="82" />
+<hkern u1="w" u2="X" k="63" />
+<hkern u1="w" u2="W" k="31" />
+<hkern u1="w" u2="V" k="31" />
+<hkern u1="w" u2="T" k="156" />
+<hkern u1="w" u2="S" k="2" />
+<hkern u1="w" u2="O" k="2" />
+<hkern u1="w" u2="J" k="164" />
+<hkern u1="w" u2="A" k="72" />
+<hkern u1="w" u2="&#x40;" k="14" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="100" />
+<hkern u1="w" u2="&#x2d;" k="47" />
+<hkern u1="w" u2="&#x2a;" k="-14" />
+<hkern u1="w" u2="&#x29;" k="29" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="57" />
+<hkern u1="x" u2="&#xf0;" k="49" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="41" />
+<hkern u1="x" u2="f" k="2" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="72" />
+<hkern u1="x" u2="W" k="29" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="2" />
+<hkern u1="x" u2="T" k="143" />
+<hkern u1="x" u2="O" k="25" />
+<hkern u1="x" u2="&#x2f;" k="-8" />
+<hkern u1="x" u2="&#x2d;" k="63" />
+<hkern u1="x" u2="&#x2a;" k="-14" />
+<hkern u1="x" u2="&#x29;" k="-8" />
+<hkern u1="y" u2="&#x2039;" k="53" />
+<hkern u1="y" u2="&#xf0;" k="57" />
+<hkern u1="y" u2="&#xd0;" k="18" />
+<hkern u1="y" u2="&#xc6;" k="106" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="41" />
+<hkern u1="y" u2="d" k="39" />
+<hkern u1="y" u2="a" k="29" />
+<hkern u1="y" u2="\" k="31" />
+<hkern u1="y" u2="Z" k="53" />
+<hkern u1="y" u2="Y" k="90" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="37" />
+<hkern u1="y" u2="V" k="37" />
+<hkern u1="y" u2="T" k="162" />
+<hkern u1="y" u2="S" k="2" />
+<hkern u1="y" u2="J" k="154" />
+<hkern u1="y" u2="I" k="8" />
+<hkern u1="y" u2="A" k="70" />
+<hkern u1="y" u2="&#x40;" k="16" />
+<hkern u1="y" u2="&#x2f;" k="68" />
+<hkern u1="y" u2="&#x2e;" k="96" />
+<hkern u1="y" u2="&#x2d;" k="45" />
+<hkern u1="y" u2="&#x29;" k="31" />
+<hkern u1="y" u2="&#x26;" k="14" />
+<hkern u1="y" u2="&#x20;" k="55" />
+<hkern u1="z" u2="&#x2039;" k="47" />
+<hkern u1="z" u2="&#xf0;" k="35" />
+<hkern u1="z" u2="&#xd0;" k="12" />
+<hkern u1="z" u2="o" k="25" />
+<hkern u1="z" u2="d" k="25" />
+<hkern u1="z" u2="\" k="12" />
+<hkern u1="z" u2="Y" k="94" />
+<hkern u1="z" u2="W" k="47" />
+<hkern u1="z" u2="V" k="45" />
+<hkern u1="z" u2="U" k="14" />
+<hkern u1="z" u2="T" k="162" />
+<hkern u1="z" u2="O" k="4" />
+<hkern u1="z" u2="I" k="2" />
+<hkern u1="z" u2="&#x2d;" k="55" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-25" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-16" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-12" />
+<hkern u1="&#x7b;" u2="j" k="-18" />
+<hkern u1="&#x7b;" u2="Y" k="-6" />
+<hkern u1="&#x7b;" u2="X" k="-4" />
+<hkern u1="&#x7b;" u2="W" k="-2" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-12" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-4" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-6" />
+<hkern u1="&#x7c;" u2="j" k="-129" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-8" />
+<hkern u1="&#xb0;" u2="&#x39;" k="53" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="176" />
+<hkern u1="&#xb0;" u2="&#x33;" k="33" />
+<hkern u1="&#xb0;" u2="&#x31;" k="25" />
+<hkern u1="&#xb0;" u2="&#x30;" k="39" />
+<hkern u1="&#xb7;" u2="l" k="78" />
+<hkern u1="&#xb7;" u2="&#x37;" k="55" />
+<hkern u1="&#xb7;" u2="&#x34;" k="39" />
+<hkern u1="&#xb7;" u2="&#x33;" k="66" />
+<hkern u1="&#xb7;" u2="&#x32;" k="25" />
+<hkern u1="&#xb7;" u2="&#x31;" k="39" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="49" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="41" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="37" />
+<hkern u1="&#xbf;" u2="z" k="35" />
+<hkern u1="&#xbf;" u2="y" k="49" />
+<hkern u1="&#xbf;" u2="x" k="33" />
+<hkern u1="&#xbf;" u2="w" k="68" />
+<hkern u1="&#xbf;" u2="v" k="66" />
+<hkern u1="&#xbf;" u2="u" k="41" />
+<hkern u1="&#xbf;" u2="t" k="43" />
+<hkern u1="&#xbf;" u2="s" k="49" />
+<hkern u1="&#xbf;" u2="o" k="47" />
+<hkern u1="&#xbf;" u2="n" k="35" />
+<hkern u1="&#xbf;" u2="l" k="39" />
+<hkern u1="&#xbf;" u2="j" k="-182" />
+<hkern u1="&#xbf;" u2="i" k="35" />
+<hkern u1="&#xbf;" u2="h" k="35" />
+<hkern u1="&#xbf;" u2="f" k="39" />
+<hkern u1="&#xbf;" u2="d" k="47" />
+<hkern u1="&#xbf;" u2="a" k="49" />
+<hkern u1="&#xbf;" u2="Z" k="43" />
+<hkern u1="&#xbf;" u2="Y" k="127" />
+<hkern u1="&#xbf;" u2="X" k="35" />
+<hkern u1="&#xbf;" u2="W" k="102" />
+<hkern u1="&#xbf;" u2="V" k="102" />
+<hkern u1="&#xbf;" u2="U" k="43" />
+<hkern u1="&#xbf;" u2="T" k="139" />
+<hkern u1="&#xbf;" u2="S" k="39" />
+<hkern u1="&#xbf;" u2="O" k="43" />
+<hkern u1="&#xbf;" u2="J" k="61" />
+<hkern u1="&#xbf;" u2="I" k="27" />
+<hkern u1="&#xbf;" u2="A" k="41" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-6" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-8" />
+<hkern u1="&#xd8;" u2="\" k="-6" />
+<hkern u1="&#xd8;" u2="Y" k="14" />
+<hkern u1="&#xd8;" u2="X" k="10" />
+<hkern u1="&#xd8;" u2="W" k="8" />
+<hkern u1="&#xd8;" u2="V" k="8" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-12" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-8" />
+<hkern u1="&#xde;" u2="&#x2122;" k="33" />
+<hkern u1="&#xde;" u2="&#x2019;" k="59" />
+<hkern u1="&#xde;" u2="&#x2018;" k="66" />
+<hkern u1="&#xde;" u2="&#xd0;" k="2" />
+<hkern u1="&#xde;" u2="&#xc6;" k="92" />
+<hkern u1="&#xde;" u2="&#x7d;" k="8" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="14" />
+<hkern u1="&#xde;" u2="w" k="8" />
+<hkern u1="&#xde;" u2="a" k="2" />
+<hkern u1="&#xde;" u2="]" k="8" />
+<hkern u1="&#xde;" u2="\" k="51" />
+<hkern u1="&#xde;" u2="Z" k="51" />
+<hkern u1="&#xde;" u2="Y" k="117" />
+<hkern u1="&#xde;" u2="X" k="92" />
+<hkern u1="&#xde;" u2="W" k="61" />
+<hkern u1="&#xde;" u2="V" k="61" />
+<hkern u1="&#xde;" u2="T" k="119" />
+<hkern u1="&#xde;" u2="S" k="2" />
+<hkern u1="&#xde;" u2="J" k="104" />
+<hkern u1="&#xde;" u2="A" k="55" />
+<hkern u1="&#xde;" u2="&#x3f;" k="18" />
+<hkern u1="&#xde;" u2="&#x2f;" k="49" />
+<hkern u1="&#xde;" u2="&#x2e;" k="63" />
+<hkern u1="&#xde;" u2="&#x2d;" k="12" />
+<hkern u1="&#xde;" u2="&#x2a;" k="45" />
+<hkern u1="&#xde;" u2="&#x29;" k="35" />
+<hkern u1="&#xde;" u2="&#x27;" k="100" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="31" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="18" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="25" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="25" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="12" />
+<hkern u1="&#xdf;" u2="z" k="14" />
+<hkern u1="&#xdf;" u2="y" k="35" />
+<hkern u1="&#xdf;" u2="x" k="35" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="35" />
+<hkern u1="&#xdf;" u2="t" k="14" />
+<hkern u1="&#xdf;" u2="s" k="2" />
+<hkern u1="&#xdf;" u2="f" k="12" />
+<hkern u1="&#xdf;" u2="\" k="25" />
+<hkern u1="&#xdf;" u2="Z" k="23" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="45" />
+<hkern u1="&#xdf;" u2="W" k="68" />
+<hkern u1="&#xdf;" u2="V" k="68" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="68" />
+<hkern u1="&#xdf;" u2="S" k="6" />
+<hkern u1="&#xdf;" u2="O" k="12" />
+<hkern u1="&#xdf;" u2="J" k="16" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="20" />
+<hkern u1="&#xdf;" u2="&#x27;" k="23" />
+<hkern u1="&#xe7;" u2="j" k="-12" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-4" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-4" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-4" />
+<hkern u1="&#xed;" u2="\" k="-6" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-6" />
+<hkern u1="&#xed;" u2="&#x29;" k="-14" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-41" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-16" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-16" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-4" />
+<hkern u1="&#xee;" u2="&#xba;" k="-14" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-6" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-16" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-4" />
+<hkern u1="&#xee;" u2="l" k="-12" />
+<hkern u1="&#xee;" u2="i" k="-10" />
+<hkern u1="&#xee;" u2="h" k="-10" />
+<hkern u1="&#xee;" u2="]" k="-16" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-14" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-35" />
+<hkern u1="&#xee;" u2="&#x29;" k="-8" />
+<hkern u1="&#xee;" u2="&#x27;" k="-8" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-33" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-27" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-27" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-12" />
+<hkern u1="&#xef;" u2="&#xba;" k="-27" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-18" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-25" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-12" />
+<hkern u1="&#xef;" u2="l" k="-18" />
+<hkern u1="&#xef;" u2="i" k="-16" />
+<hkern u1="&#xef;" u2="h" k="-16" />
+<hkern u1="&#xef;" u2="]" k="-25" />
+<hkern u1="&#xef;" u2="\" k="-33" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-27" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-41" />
+<hkern u1="&#xef;" u2="&#x29;" k="-37" />
+<hkern u1="&#xef;" u2="&#x27;" k="-16" />
+<hkern u1="&#xef;" u2="&#x21;" k="-8" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="18" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="25" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="25" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="16" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="47" />
+<hkern u1="&#xf0;" u2="z" k="12" />
+<hkern u1="&#xf0;" u2="y" k="27" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="25" />
+<hkern u1="&#xf0;" u2="t" k="6" />
+<hkern u1="&#xf0;" u2="\" k="14" />
+<hkern u1="&#xf0;" u2="Z" k="55" />
+<hkern u1="&#xf0;" u2="Y" k="74" />
+<hkern u1="&#xf0;" u2="X" k="55" />
+<hkern u1="&#xf0;" u2="W" k="61" />
+<hkern u1="&#xf0;" u2="V" k="59" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="61" />
+<hkern u1="&#xf0;" u2="S" k="14" />
+<hkern u1="&#xf0;" u2="J" k="47" />
+<hkern u1="&#xf0;" u2="I" k="12" />
+<hkern u1="&#xf0;" u2="A" k="37" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="8" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="27" />
+<hkern u1="&#xf0;" u2="&#x29;" k="16" />
+<hkern u1="&#xf0;" u2="&#x27;" k="23" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="4" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="102" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-20" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-8" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="195" />
+<hkern u1="&#x2018;" u2="s" k="16" />
+<hkern u1="&#x2018;" u2="o" k="47" />
+<hkern u1="&#x2018;" u2="f" k="12" />
+<hkern u1="&#x2018;" u2="d" k="111" />
+<hkern u1="&#x2018;" u2="a" k="25" />
+<hkern u1="&#x2018;" u2="O" k="12" />
+<hkern u1="&#x2018;" u2="J" k="178" />
+<hkern u1="&#x2018;" u2="A" k="133" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="264" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="39" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="104" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-16" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-8" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="197" />
+<hkern u1="&#x2019;" u2="s" k="18" />
+<hkern u1="&#x2019;" u2="o" k="49" />
+<hkern u1="&#x2019;" u2="f" k="12" />
+<hkern u1="&#x2019;" u2="d" k="113" />
+<hkern u1="&#x2019;" u2="a" k="25" />
+<hkern u1="&#x2019;" u2="O" k="14" />
+<hkern u1="&#x2019;" u2="J" k="178" />
+<hkern u1="&#x2019;" u2="A" k="135" />
+<hkern u1="&#x2019;" u2="&#x40;" k="72" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="182" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="266" />
+<hkern u1="&#x2019;" u2="&#x20;" k="57" />
+<hkern u1="&#x201a;" u2="j" k="-20" />
+<hkern u1="&#x201e;" u2="j" k="-20" />
+<hkern u1="&#x2039;" u2="Y" k="96" />
+<hkern u1="&#x2039;" u2="W" k="57" />
+<hkern u1="&#x2039;" u2="V" k="57" />
+<hkern u1="&#x2039;" u2="T" k="104" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="14" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="47" />
+<hkern u1="&#x203a;" u2="z" k="47" />
+<hkern u1="&#x203a;" u2="y" k="53" />
+<hkern u1="&#x203a;" u2="x" k="57" />
+<hkern u1="&#x203a;" u2="w" k="55" />
+<hkern u1="&#x203a;" u2="v" k="51" />
+<hkern u1="&#x203a;" u2="t" k="18" />
+<hkern u1="&#x203a;" u2="s" k="16" />
+<hkern u1="&#x203a;" u2="f" k="16" />
+<hkern u1="&#x203a;" u2="Z" k="23" />
+<hkern u1="&#x203a;" u2="Y" k="135" />
+<hkern u1="&#x203a;" u2="X" k="37" />
+<hkern u1="&#x203a;" u2="W" k="90" />
+<hkern u1="&#x203a;" u2="V" k="90" />
+<hkern u1="&#x203a;" u2="T" k="133" />
+<hkern u1="&#x203a;" u2="J" k="51" />
+<hkern u1="&#x203a;" u2="A" k="31" />
+<hkern u1="&#x203a;" u2="&#x27;" k="12" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="14" />
+<hkern g1="uniFB01" u2="&#xef;" k="-6" />
+<hkern g1="uniFB03" u2="&#xef;" k="-6" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..6ec214f3305f7cd1c25e12d42de11551159c08ec
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..eb825618deb726dfae1078a403ca49ac764291bc
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..f3ad3321a6a054b690d2831af40eb1625fcddd4b
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-regular-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..8b0b9d0efc6636733dcb142ab235d5bbd2ad493e
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewaysemibold';
+							}
+		</style>
+
+	<title>Raleway SemiBold Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway SemiBold	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway SemiBold</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway SemiBold in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway SemiBold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..5eef95702d5a86c243a80643d50f95478e8e5922
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..96d23e86dccb0a2e17bf5958eb63b2c1afdbe525
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.svg
@@ -0,0 +1,2079 @@
+<?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="ralewaysemibold" horiz-adv-x="1384" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="501" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1116" d="M55 772v174h144v141q0 84 26.5 161t78.5 136.5t130 95.5t180 36q115 0 206 -36t159 -83l-94 -168q-47 41 -115 67.5t-143 26.5q-53 0 -91 -19.5t-62.5 -52t-37 -73.5t-12.5 -84v-148h561v-946h-225v772h-336v-772h-225v772h-144z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1292" d="M55 772v174h144v160q0 193 108.5 301.5t310.5 108.5q106 0 185.5 -27t131.5 -76t77.5 -117.5t25.5 -150.5v-836q0 -20 6.5 -41.5t19.5 -40t32.5 -30t46.5 -11.5q39 0 79 13.5t42 13.5l34 -182q-2 -2 -23.5 -9.5t-54 -15.5t-73.5 -14t-84 -6q-117 0 -183.5 63.5 t-66.5 151.5v893q0 39 -8 78.5t-29.5 73.5t-59.5 55.5t-95 21.5q-53 0 -91 -23.5t-62 -60.5t-34 -85t-10 -97v-111h194v-174h-194v-772h-225v772h-144z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1630" d="M55 772v174h144v74q0 86 22.5 163t66.5 133t109.5 90t151.5 34q72 0 135.5 -16.5t116.5 -41.5q53 59 133 96.5t190 37.5q106 0 200.5 -36t166.5 -83l-92 -168q-45 39 -113.5 66.5t-140.5 27.5q-55 0 -95 -19.5t-64.5 -52t-37 -73.5t-12.5 -84v-148h561v-946h-225v772 h-336v-772h-225v772h-287v-772h-225v772h-144zM424 946h287v119q0 29 6 76t20 73q-33 18 -72.5 25.5t-72.5 7.5q-47 0 -79 -20.5t-52.5 -52t-28.5 -70.5t-8 -76v-82z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1806" d="M55 772v174h144v84q0 88 24.5 164t70.5 130t111.5 85t149.5 31q74 0 133.5 -16.5t112.5 -41.5q109 133 334 134q106 0 185 -27t131 -76t77.5 -117.5t25.5 -150.5v-836q0 -20 6.5 -41.5t19.5 -40t32.5 -30t46.5 -11.5q39 0 79 13.5t44 13.5l33 -182q-2 -2 -22.5 -9.5 t-54.5 -15.5t-75 -14t-82 -6q-119 0 -185.5 63.5t-66.5 151.5v893q0 39 -8 78.5t-29.5 73.5t-59.5 55.5t-95 21.5q-53 0 -91 -23.5t-61.5 -60.5t-34 -85t-10.5 -97v-111h195v-174h-195v-772h-225v772h-291v-772h-225v772h-144zM424 946h291v117q0 14 1 36.5t4 44t6 41 t9 32.5q-33 18 -67.5 24t-67.5 6q-47 0 -80 -17.5t-54.5 -46t-31.5 -66.5t-10 -79v-92z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="501" />
+<glyph unicode="&#x09;" horiz-adv-x="501" />
+<glyph unicode="&#xa0;" horiz-adv-x="501" />
+<glyph unicode="!" horiz-adv-x="557" d="M168 0v281h225v-281h-225zM168 518v950h225v-950h-225z" />
+<glyph unicode="&#x22;" horiz-adv-x="710" d="M121 1141v336h192v-336h-192zM397 1141v336h193v-336h-193z" />
+<glyph unicode="#" horiz-adv-x="1452" d="M78 397v172h272l78 324h-256v160h297l96 401h185l-101 -401h297l96 401h185l-99 -401h246v-160h-287l-77 -324h270v-172h-311l-97 -397h-184l100 397h-296l-97 -397h-184l98 397h-231zM532 569h297l78 324h-297z" />
+<glyph unicode="$" horiz-adv-x="1286" d="M72 182l106 197q23 -25 66 -53.5t99 -55t125 -47t144 -28.5v423q-127 33 -218 69t-150.5 82t-87 106.5t-27.5 146.5q0 100 36 179t98.5 134.5t148.5 88t186 38.5v207h107v-207q135 -8 245.5 -53t196.5 -109l-105 -188q-39 41 -133 88t-221 57v-423q123 -31 219.5 -64 t163 -80t101 -114.5t34.5 -167.5q0 -111 -40 -189t-108.5 -129t-159.5 -76.5t-193 -27.5v-215h-107v219q-147 10 -281.5 58t-244.5 134zM367 1057q0 -86 60 -128t185 -75v403q-121 -6 -183 -58t-62 -142zM688 193q129 2 199.5 49t70.5 139q0 88 -70.5 134t-199.5 83v-405z " />
+<glyph unicode="%" horiz-adv-x="1572" d="M84 1169q0 63 25.5 118.5t69.5 97.5t103.5 66t127.5 24t127 -24t103 -66t69.5 -97t25.5 -119q0 -63 -25.5 -118.5t-69.5 -96.5t-103 -64.5t-127 -23.5t-127.5 23.5t-103.5 64.5t-69.5 96.5t-25.5 118.5zM176 82l582 682l534 702l107 -92l-574 -674l-544 -712zM244 1169 q0 -39 13 -72.5t35.5 -59t52.5 -40t65 -14.5t64.5 15.5t52 41t35.5 59.5t13 70q0 39 -13 74t-36.5 60.5t-53.5 40t-62 14.5q-70 0 -118 -56.5t-48 -132.5zM838 285q0 63 25.5 118.5t69.5 96.5t103.5 64.5t126.5 23.5q68 0 127.5 -23.5t103.5 -64.5t69.5 -96.5t25.5 -118.5 t-25.5 -118.5t-69.5 -97.5t-103.5 -65.5t-127.5 -23.5t-127 23.5t-103 65.5t-69.5 97t-25.5 119zM997 285q0 -39 13.5 -74t36 -60.5t52 -40t64.5 -14.5q70 0 118 55.5t48 133.5q0 39 -13 72.5t-37 59t-53.5 40t-62.5 14.5q-35 0 -64.5 -15.5t-52 -41t-36 -59t-13.5 -70.5z " />
+<glyph unicode="&#x26;" horiz-adv-x="1433" d="M90 397q0 70 22.5 129.5t59.5 109.5t85 93t101 82q-47 51 -78.5 94t-52 81t-29 74t-8.5 75q0 74 30 136t81 107t122 70t152 25q74 0 141.5 -20.5t119 -59.5t81 -97.5t29.5 -132.5q0 -121 -79 -211t-195 -168l325 -342q35 72 54.5 154t19.5 176h186q-2 -137 -34.5 -255 t-92.5 -214l291 -303h-297l-133 139q-90 -78 -197.5 -118.5t-224.5 -40.5q-106 0 -194 32.5t-151.5 89t-98.5 133t-35 162.5zM307 395q0 -53 22.5 -97t61.5 -74.5t90.5 -48t110.5 -17.5q78 0 148.5 28.5t129.5 81.5l-378 400q-84 -59 -134.5 -125t-50.5 -148zM395 1141 q0 -20 6.5 -40t21.5 -43.5t43 -55t69 -74.5q94 61 149 113.5t55 117.5q0 66 -46 106t-118 40q-78 0 -129 -48t-51 -116z" />
+<glyph unicode="'" horiz-adv-x="415" d="M113 1161v316h192v-316h-192z" />
+<glyph unicode="(" horiz-adv-x="600" d="M78 709q0 104 23.5 206.5t63.5 206t94 207t116 207.5l172 -74q-37 -53 -82 -140t-85 -190.5t-66.5 -215t-26.5 -214.5q0 -162 69.5 -344t186.5 -370l-166 -84q-129 193 -214 396.5t-85 408.5z" />
+<glyph unicode=")" horiz-adv-x="600" d="M53 1462l174 74q61 -104 115.5 -207.5t94.5 -207t63.5 -206t23.5 -206.5q0 -102 -22.5 -205t-62.5 -204t-95 -201.5t-119 -194.5l-166 84q117 188 185.5 370.5t68.5 343.5q0 102 -26.5 214t-66.5 215.5t-85 190.5t-82 140z" />
+<glyph unicode="*" horiz-adv-x="690" d="M113 1268l32 102l146 -59l-8 155h125l-9 -155l146 59l30 -102l-141 -45l92 -138l-90 -61l-90 145l-92 -145l-90 61l92 138z" />
+<glyph unicode="+" horiz-adv-x="864" d="M102 637v180h228v248h205v-248h225v-180h-225v-248h-205v248h-228z" />
+<glyph unicode="," horiz-adv-x="460" d="M82 -35q14 0 36.5 10.5t22.5 47.5v239h187v-280q0 -51 -23.5 -86t-59.5 -55.5t-79 -30t-84 -9.5v164z" />
+<glyph unicode="-" horiz-adv-x="858" d="M123 459v203h612v-203h-612z" />
+<glyph unicode="." horiz-adv-x="434" d="M123 0v262h186v-262h-186z" />
+<glyph unicode="/" horiz-adv-x="1361" d="M59 0l996 1454h252l-998 -1454h-250z" />
+<glyph unicode="0" horiz-adv-x="1259" d="M106 600q0 135 40 249t110 196.5t166 130t209 47.5t208 -47.5t164.5 -130t109.5 -196.5t40 -249t-40 -248.5t-109.5 -196.5t-165 -129t-207.5 -46q-113 0 -209 46t-166 129t-110 196.5t-40 248.5zM332 600q0 -92 21.5 -168t61.5 -130t94 -84t122 -30q63 0 117.5 30 t94.5 84t61.5 130t21.5 168t-21.5 168t-61.5 131t-94.5 85t-117.5 30q-68 0 -122 -30t-94 -85t-61.5 -131t-21.5 -168z" />
+<glyph unicode="1" horiz-adv-x="960" d="M90 764v211q41 0 95.5 24.5t105.5 57.5t88 65.5t45 46.5h229v-966h260v-203h-780v203h291v715q-18 -25 -58 -51.5t-87.5 -49t-98.5 -38t-90 -15.5z" />
+<glyph unicode="2" horiz-adv-x="1138" d="M92 0q0 86 13.5 159.5t50.5 138t100 122t164 112.5q72 39 135 72t111.5 65.5t77 68.5t28.5 83q0 66 -56.5 118t-162.5 52q-55 0 -101 -15t-84 -39t-67 -52.5t-51 -55.5l-144 166q20 23 64.5 56.5t107 64.5t142.5 52.5t174 21.5q98 0 177 -25.5t133 -70.5t83 -107.5 t29 -134.5q0 -76 -31 -134.5t-76 -101.5t-98 -74.5t-98 -56.5q-41 -20 -91.5 -48.5t-96.5 -63.5t-81.5 -78t-50.5 -92h645v-203h-946z" />
+<glyph unicode="3" horiz-adv-x="1128" d="M68 -90l137 156q47 -76 126 -119t197 -43q135 0 208 57t73 172q0 119 -82 186.5t-242 67.5h-55v176h62q137 0 210.5 64.5t73.5 163.5q0 98 -66.5 144t-170.5 46t-184.5 -45t-127.5 -129l-139 154q59 98 188.5 158.5t286.5 60.5q100 0 183 -27t143.5 -74t93.5 -114.5 t33 -149.5q0 -61 -18.5 -116.5t-52.5 -100.5t-81 -75t-106 -40q63 -12 116.5 -43.5t90 -79t57 -109t20.5 -132.5q0 -96 -35.5 -173t-102 -132.5t-161 -85t-211.5 -29.5q-156 0 -274.5 54t-189.5 157z" />
+<glyph unicode="4" horiz-adv-x="1140" d="M43 66v200l700 903h154v-899h180v-204h-180v-326h-225v326h-629zM270 270h426v555z" />
+<glyph unicode="5" horiz-adv-x="1132" d="M66 -43l133 129q59 -86 148 -139t192 -53q63 0 116.5 20t92 58t61 90.5t22.5 115.5q0 61 -21.5 111.5t-58 86.5t-88 56.5t-108.5 20.5q-78 0 -146.5 -34t-109.5 -100h-199q2 8 9.5 49.5t18.5 102.5t25.5 137t30.5 154q35 182 80 407h713v-206h-547l-74 -398 q35 39 93.5 61.5t136.5 22.5q100 0 188 -34.5t151.5 -96t100.5 -147.5t37 -189q0 -109 -41 -198.5t-111.5 -154.5t-167 -99.5t-206.5 -34.5q-156 0 -281 70.5t-190 191.5z" />
+<glyph unicode="6" horiz-adv-x="1241" d="M100 625q0 209 40 365.5t112 262t174 158.5t229 53q139 0 255 -63.5t188 -179.5l-133 -140q-47 86 -130 136.5t-184 50.5q-154 0 -245 -130t-95 -366q43 92 134.5 145.5t207.5 53.5q106 0 198.5 -38t160 -103.5t106.5 -155t39 -191.5q0 -104 -41 -196t-111.5 -161 t-167 -107.5t-206.5 -38.5q-121 0 -218.5 44t-167 126.5t-107.5 202.5t-38 272zM324 483q0 -63 24.5 -119.5t66.5 -99.5t98.5 -67.5t119.5 -24.5t119.5 24.5t98.5 67.5t66.5 99.5t24.5 119.5t-24.5 118.5t-66.5 97.5t-98.5 67t-119.5 25t-119.5 -25t-98.5 -67t-66.5 -97 t-24.5 -119z" />
+<glyph unicode="7" horiz-adv-x="1157" d="M82 987v207h1061l-725 -1454h-256l626 1247h-706z" />
+<glyph unicode="8" horiz-adv-x="1232" d="M96 430q0 63 22.5 118.5t58.5 99.5t80 77t89 53q-84 37 -143.5 113t-59.5 172q0 94 43 167t112 123t153 75.5t165 25.5q82 0 166 -25.5t153 -74.5t112 -122t43 -167q0 -96 -60.5 -173t-146.5 -114q49 -23 95 -56.5t81 -79.5t55.5 -101t20.5 -121q0 -98 -42 -179 t-113 -138.5t-166 -88t-202 -30.5q-109 0 -203 33.5t-163.5 93t-109.5 141.5t-40 178zM326 434q0 -57 25.5 -103t66.5 -78t93 -49.5t105 -17.5q55 0 107.5 18.5t93.5 51.5t65.5 78t24.5 100q0 59 -25.5 105.5t-67.5 79t-94 49t-106 16.5q-55 0 -107 -17.5t-92 -50 t-64.5 -78.5t-24.5 -104zM371 1055q0 -49 22.5 -86t57 -61.5t78.5 -38t87 -13.5t86 13.5t78 39t57.5 63.5t22.5 87q0 45 -20.5 81t-54 61.5t-77.5 38.5t-94 13q-49 0 -93 -14t-77.5 -39.5t-53 -62.5t-19.5 -82z" />
+<glyph unicode="9" horiz-adv-x="1206" d="M70 666q0 104 41 196t111.5 161t166.5 107.5t207 38.5q119 0 217 -44t168 -127t107.5 -202.5t37.5 -271.5q0 -209 -39.5 -365.5t-111.5 -262t-175.5 -158.5t-228.5 -53q-139 0 -254.5 63.5t-187.5 179.5l133 140q47 -86 130 -136.5t183 -50.5q154 0 245 130t95 366 q-43 -92 -134 -145.5t-208 -53.5q-106 0 -198 38t-160 103.5t-106.5 155t-38.5 191.5zM285 666q0 -63 24.5 -118.5t66.5 -97.5t98 -67t120 -25q63 0 119.5 25t98.5 67t66.5 97t24.5 119q0 63 -24.5 119.5t-66.5 99.5t-98.5 67.5t-119.5 24.5t-119.5 -24.5t-98.5 -67.5 t-66.5 -99.5t-24.5 -119.5z" />
+<glyph unicode=":" horiz-adv-x="462" d="M139 0v262h185v-262h-185zM139 801v260h185v-260h-185z" />
+<glyph unicode=";" horiz-adv-x="483" d="M92 -35q14 0 37 10.5t23 47.5v239h186v-280q0 -51 -23.5 -86t-59.5 -55.5t-79 -30t-84 -9.5v164zM152 801v260h186v-260h-186z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1040" d="M68 469v113l860 520v-240l-535 -332l535 -323v-250z" />
+<glyph unicode="=" horiz-adv-x="897" d="M133 332v149h633v-149h-633zM133 649v150h633v-150h-633z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1040" d="M113 -43v250l534 323l-534 332v240l862 -520v-113z" />
+<glyph unicode="?" horiz-adv-x="995" d="M72 1208q55 127 172.5 196t255.5 69q76 0 151.5 -24t134 -72t95.5 -123.5t37 -180.5q0 -72 -17.5 -125t-49.5 -95t-76 -72.5t-95 -57.5q-39 -20 -78 -43t-69.5 -53.5t-50 -72.5t-19.5 -101h-187q0 106 36 188t134 141q35 20 82 46t89 61t72 82t30 110q0 49 -18.5 88 t-50.5 66t-71.5 40t-82.5 13q-49 0 -91.5 -15.5t-77 -41t-61 -58t-45.5 -65.5zM281 0v258h188v-258h-188z" />
+<glyph unicode="@" horiz-adv-x="1703" d="M94 471q0 178 63.5 320.5t170 240.5t245.5 150.5t291 52.5t289 -53.5t241.5 -152.5t166 -244.5t61.5 -329.5q0 -29 -3 -77t-13.5 -101.5t-30 -108.5t-54 -100t-86 -73t-122.5 -28q-53 0 -88 15.5t-55.5 40t-30 56.5t-13.5 64q-61 -63 -151 -104t-199 -41 q-154 0 -234.5 81t-80.5 204q0 82 34.5 138t90 91t124 49t138.5 14q86 0 148.5 -17t95.5 -30q0 61 -11.5 112.5t-39 88.5t-73.5 57.5t-118 20.5q-84 0 -154.5 -24.5t-124.5 -67.5l-45 123q74 49 160 75.5t184 26.5q125 0 198 -40t107.5 -101.5t44 -137t9.5 -145.5v-221 q0 -45 3 -85t13 -70.5t31.5 -48t56.5 -17.5q57 0 95 42t58.5 102.5t29 127t8.5 113.5q0 145 -49.5 270t-137.5 216t-210.5 143.5t-268.5 52.5q-143 0 -264 -50.5t-210 -139.5t-139 -212t-50 -268q0 -139 47 -262t132 -215t203.5 -145.5t262.5 -53.5q94 0 167.5 21.5 t149.5 56.5l31 -90q-84 -41 -173 -61.5t-177 -20.5q-154 0 -289 56.5t-236.5 158.5t-160 243.5t-58.5 311.5zM602 291q0 -66 47 -116t137 -50q47 0 96.5 13.5t88.5 31.5q74 35 96.5 81t22.5 97v70q-29 6 -92.5 24.5t-149.5 18.5q-49 0 -94 -9.5t-79 -29t-53.5 -52 t-19.5 -79.5z" />
+<glyph unicode="A" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM453 565h475l-234 633z" />
+<glyph unicode="B" d="M164 0v1454h749q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -134.5q0 -106 -54 -199t-155 -139q125 -37 198 -134t73 -236q0 -88 -36 -158t-96.5 -118t-142.5 -73.5t-174 -25.5h-694zM393 199h465q45 0 84 17t67.5 47t45 70t16.5 85t-15.5 86t-41 71.5t-62.5 49 t-80 18.5h-479v-444zM393 827h422q43 0 79 16.5t63.5 44t43 66.5t15.5 86q0 94 -53.5 154.5t-135.5 60.5h-434v-428z" />
+<glyph unicode="C" horiz-adv-x="1386" d="M74 737q0 131 47 261t136 233.5t218 167t293 63.5q195 0 335 -88t210 -229l-180 -121q-29 66 -72 111t-93 71.5t-103.5 37.5t-104.5 11q-111 0 -196 -46t-142 -121.5t-86 -170t-29 -188.5q0 -106 34 -202.5t95.5 -170t145.5 -117.5t184 -44q51 0 107.5 13t106.5 43t93 75 t72 108l190 -108q-35 -82 -97 -144.5t-140 -105.5t-166 -65.5t-174 -22.5q-152 0 -277 65.5t-216 171t-141 239.5t-50 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M164 0v1454h516q176 0 308 -57.5t221 -155.5t134.5 -230t45.5 -282q0 -166 -50.5 -300t-142.5 -229.5t-223 -147.5t-293 -52h-516zM393 203h287q115 0 204 40t149.5 110.5t91 166.5t30.5 209q0 115 -31.5 211t-93 165t-149.5 107.5t-201 38.5h-287v-1048z" />
+<glyph unicode="E" horiz-adv-x="1243" d="M164 0v1454h979v-203h-750v-413h649v-191h-649v-444h768v-203h-997z" />
+<glyph unicode="F" horiz-adv-x="1179" d="M164 0v1454h969v-203h-740v-434h619v-190h-619v-627h-229z" />
+<glyph unicode="G" horiz-adv-x="1462" d="M76 733q0 147 52 280.5t143 234t216 158.5t273 58q205 0 344 -87t211 -230l-176 -127q-59 119 -160.5 178t-224.5 59q-100 0 -182.5 -44t-140.5 -116.5t-90 -169t-32 -200.5q0 -111 35 -207t97.5 -167.5t146.5 -113.5t182 -42q221 0 397 215v153h-305v170h498v-735h-193 v180q-178 -190 -415 -190q-141 0 -265.5 62.5t-215.5 166t-143 237.5t-52 277z" />
+<glyph unicode="H" horiz-adv-x="1521" d="M164 0v1454h229v-608h733v608h232v-1454h-232v641h-733v-641h-229z" />
+<glyph unicode="I" horiz-adv-x="557" d="M164 0v1452h229v-1452h-229z" />
+<glyph unicode="J" horiz-adv-x="1007" d="M29 68l55 188q35 -25 103.5 -48.5t156.5 -23.5q94 0 150.5 34t86 100.5t39 166t9.5 230.5v737h231v-737q0 -166 -16.5 -302.5t-69.5 -232.5t-155.5 -149.5t-274.5 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1347" d="M164 0v1452h229v-758l692 760h246l-573 -643l606 -811h-248l-495 680l-228 -238v-442h-229z" />
+<glyph unicode="L" horiz-adv-x="1208" d="M164 0v1454h229v-1251h781v-203h-1010z" />
+<glyph unicode="M" horiz-adv-x="1781" d="M164 0v1454h246l481 -889l481 889h246v-1454h-232v1047l-432 -793h-127l-434 793v-1047h-229z" />
+<glyph unicode="N" horiz-adv-x="1570" d="M164 0v1454h180l832 -1048v1046h231v-1452h-190l-824 1024v-1024h-229z" />
+<glyph unicode="O" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5z" />
+<glyph unicode="P" horiz-adv-x="1271" d="M164 0v1454h610q98 0 181 -41t142.5 -107.5t93.5 -151.5t34 -173q0 -92 -32 -177t-89 -151.5t-138 -106.5t-180 -40h-393v-506h-229zM393 709h379q49 0 89 20.5t68.5 57t45 86t16.5 108.5q0 61 -18.5 110.5t-51 85t-74.5 55t-87 19.5h-367v-542z" />
+<glyph unicode="Q" horiz-adv-x="1529" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -143 -50 -273t-138 -231l192 -221h-221l-96 109q-80 -55 -175.5 -87t-201.5 -32q-154 0 -280 63.5t-217 166t-140 235.5t-49 272zM309 727q0 -102 32 -198.5 t91.5 -170t143.5 -117.5t188 -44q68 0 127 18t108 53l-204 238h221l100 -117q51 72 77 159t26 179q0 104 -33 199.5t-92.5 169t-143.5 117.5t-186 44q-106 0 -191.5 -46t-143.5 -120.5t-89 -170t-31 -193.5z" />
+<glyph unicode="R" horiz-adv-x="1370" d="M164 0v1454h633q98 0 181 -41t142.5 -107.5t93 -151.5t33.5 -173q0 -74 -20.5 -141.5t-57 -125t-90 -99.5t-116.5 -62l346 -553h-260l-320 506h-336v-506h-229zM393 709h402q49 0 89 21.5t68.5 59t45 87t16.5 104.5t-19.5 104.5t-51.5 86t-74 58t-87 21.5h-389v-542z" />
+<glyph unicode="S" horiz-adv-x="1257" d="M55 182l107 197q27 -27 76 -59.5t115.5 -60.5t146.5 -47t166 -19q131 0 203.5 48t72.5 140q0 55 -26.5 92t-78 64.5t-125 49t-167.5 46.5q-109 29 -190 60.5t-134 76.5t-80.5 105.5t-27.5 146.5q0 106 40 189t110.5 139.5t166.5 85t207 28.5q152 0 275.5 -47t217.5 -117 l-104 -188q-20 23 -59 48.5t-91.5 48t-116 37t-134.5 14.5q-135 0 -205 -53.5t-70 -149.5q0 -53 22.5 -87t67.5 -58.5t113 -44t158 -42.5q106 -29 195 -59.5t151.5 -76.5t97.5 -113.5t35 -167.5q0 -115 -43 -195t-116 -130t-169 -73.5t-205 -23.5q-166 0 -321.5 50 t-280.5 146z" />
+<glyph unicode="T" horiz-adv-x="1265" d="M33 1251v203h1198v-203h-483v-1251h-230v1251h-485z" />
+<glyph unicode="U" horiz-adv-x="1536" d="M141 717v737h230v-737q0 -100 19.5 -193.5t65.5 -166t122.5 -116.5t189.5 -44q115 0 190.5 45t121.5 117.5t65.5 165.5t19.5 192v737h232v-737q0 -150 -35 -282t-110.5 -231.5t-195.5 -156.5t-288 -57q-174 0 -294 60.5t-193.5 161.5t-106.5 232t-33 273z" />
+<glyph unicode="V" horiz-adv-x="1382" d="M8 1454h244l440 -1165l436 1165h242l-579 -1454h-197z" />
+<glyph unicode="W" horiz-adv-x="2150" d="M8 1454h248l457 -1188l215 535l-248 647h215l178 -494l180 494h217l-249 -647l219 -535l452 1188h250l-598 -1454h-198l-271 651l-272 -651h-197z" />
+<glyph unicode="X" horiz-adv-x="1308" d="M-2 1454h254l403 -573l404 573h252l-533 -737l516 -717h-252l-387 553l-387 -553h-254l518 717z" />
+<glyph unicode="Y" horiz-adv-x="1310" d="M0 1454h252l403 -729l406 729h250l-541 -934v-520h-231v524z" />
+<glyph unicode="Z" horiz-adv-x="1277" d="M57 0v176l883 1075h-862v203h1128v-176l-860 -1075h864v-203h-1153z" />
+<glyph unicode="[" horiz-adv-x="575" d="M156 -82v1598h333v-183h-124v-1233h124v-182h-333z" />
+<glyph unicode="\" horiz-adv-x="1255" d="M55 1454h252l891 -1454h-250z" />
+<glyph unicode="]" horiz-adv-x="575" d="M88 -82v182h125v1233h-125v183h334v-1598h-334z" />
+<glyph unicode="^" horiz-adv-x="1167" d="M84 621l405 833h191l403 -833h-188l-309 639l-318 -639h-184z" />
+<glyph unicode="_" horiz-adv-x="806" d="M23 0h761v-203h-761v203z" />
+<glyph unicode="`" horiz-adv-x="497" d="M96 1495h215l117 -225l-143 -45z" />
+<glyph unicode="a" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138z" />
+<glyph unicode="b" horiz-adv-x="1284" d="M131 0v1495h225v-627q63 102 158.5 162t224.5 60q106 0 194.5 -46.5t151 -123t96 -178t33.5 -212.5q0 -115 -38.5 -215t-106.5 -174.5t-160 -117.5t-198 -43q-125 0 -224.5 58t-156.5 157v-195h-199zM356 383q12 -47 43 -85t73 -66.5t89 -44t90 -15.5q74 0 135.5 29.5 t105.5 79t68.5 114t24.5 135.5q0 72 -23.5 138.5t-65.5 117t-100.5 81t-127.5 30.5q-53 0 -99.5 -18.5t-86.5 -50t-71.5 -73.5t-54.5 -89v-283z" />
+<glyph unicode="c" horiz-adv-x="1144" d="M66 537q0 113 38.5 213t111.5 175.5t175.5 120t229.5 44.5q166 0 285.5 -73t178.5 -194l-219 -69q-39 68 -104.5 105.5t-145.5 37.5q-68 0 -126 -26.5t-101 -74.5t-67.5 -114t-24.5 -145q0 -78 25.5 -144.5t69.5 -116t102.5 -77t123.5 -27.5q41 0 82 11.5t75 32t59.5 47 t37.5 56.5l222 -65q-53 -121 -178 -197.5t-295 -76.5q-125 0 -227.5 45t-175.5 121.5t-112.5 177t-39.5 213.5z" />
+<glyph unicode="d" horiz-adv-x="1310" d="M68 535q0 115 35.5 216t99 175.5t152.5 119t194 44.5q125 0 223 -61.5t154 -160.5v627h225v-1229q0 -70 66 -73v-193q-35 -6 -62 -8t-49 -2q-127 12 -143 116l-5 89q-61 -104 -163.5 -159.5t-219.5 -55.5q-111 0 -203.5 44t-160.5 119.5t-105.5 176t-37.5 215.5zM299 530 q0 -74 25.5 -139t69.5 -113.5t105.5 -77t133.5 -28.5q43 0 90 16.5t88 45t71.5 67.5t43.5 84v281q-18 49 -51 91t-75 73.5t-89 49t-95 17.5q-72 0 -130 -30.5t-100 -82t-64.5 -118t-22.5 -136.5z" />
+<glyph unicode="e" horiz-adv-x="1218" d="M66 532q0 113 39.5 214.5t112.5 178t175.5 121t229.5 44.5q125 0 226 -45.5t173 -120t109.5 -174t37.5 -207.5q0 -25 -2 -46.5t-4 -35.5h-858q6 -72 34 -129.5t72 -99.5t100 -64.5t118 -22.5q45 0 89 11.5t81 33t65.5 52t44.5 67.5l193 -55q-55 -121 -183 -197.5 t-298 -76.5q-125 0 -227.5 44t-175.5 119.5t-112.5 176t-39.5 212.5zM299 616h647q-6 68 -33.5 125.5t-70.5 97.5t-100.5 62.5t-120.5 22.5t-120 -22.5t-100 -62.5t-69.5 -97.5t-32.5 -125.5z" />
+<glyph unicode="f" horiz-adv-x="753" d="M55 772v174h144v141q0 199 92 314t250 115q66 0 129 -17.5t118 -48.5l-49 -168q-29 18 -70.5 30.5t-80.5 12.5q-80 0 -122 -59.5t-42 -171.5v-148h272v-174h-272v-772h-225v772h-144z" />
+<glyph unicode="g" horiz-adv-x="1284" d="M70 535q0 115 35.5 216t101 175.5t157 119t201.5 44.5q131 0 227.5 -61.5t159.5 -160.5v203h199v-1040q0 -117 -43 -207t-120 -152.5t-181.5 -95.5t-224.5 -33q-178 0 -295 60.5t-199 169.5l127 118q61 -86 158.5 -131t208.5 -45q70 0 132 18.5t109 57.5t75 98.5 t28 141.5v164q-57 -98 -157.5 -151.5t-211.5 -53.5q-109 0 -198 44t-153.5 119.5t-100 174t-35.5 207.5zM297 528q0 -74 25.5 -138t70.5 -112.5t105.5 -77t132.5 -28.5q51 0 98 17.5t87 47t68.5 67.5t41.5 81v281q-41 102 -127 166.5t-185 64.5q-74 0 -132 -31.5t-99 -84 t-63.5 -118t-22.5 -135.5z" />
+<glyph unicode="h" horiz-adv-x="1216" d="M131 0v1495h225v-639q63 111 169 172.5t231 61.5q98 0 163.5 -36t104.5 -95.5t54.5 -138.5t15.5 -167v-653h-226v600q0 147 -53 218t-151 71q-45 0 -92.5 -18.5t-89.5 -52.5t-75.5 -80t-50.5 -101v-637h-225z" />
+<glyph unicode="i" horiz-adv-x="489" d="M131 0v1071h225v-1071h-225zM131 1247v248h225v-248h-225z" />
+<glyph unicode="j" horiz-adv-x="489" d="M-252 -299l100 152q27 -25 62 -36.5t70 -11.5q59 0 105 44.5t46 111.5v1110h225v-1094q0 -82 -27.5 -149.5t-75.5 -116.5t-111.5 -75.5t-135.5 -26.5q-74 0 -139.5 22.5t-118.5 69.5zM131 1247v248h225v-248h-225z" />
+<glyph unicode="k" horiz-adv-x="1118" d="M131 0v1495h225v-948l494 522h244l-414 -448l438 -621h-241l-342 494l-179 -168v-326h-225z" />
+<glyph unicode="l" horiz-adv-x="610" d="M133 227v1268h225v-1180q0 -59 31 -93t86 -34q23 0 53.5 7.5t57.5 19.5l32 -182q-49 -23 -116.5 -36t-120.5 -13q-117 0 -182.5 63.5t-65.5 179.5z" />
+<glyph unicode="m" horiz-adv-x="1892" d="M131 0v1071h205v-215q63 113 166.5 173.5t236.5 60.5q135 0 211 -70t97 -174q68 119 170 181.5t231 62.5q94 0 156.5 -36t99.5 -95.5t52.5 -138.5t15.5 -167v-653h-226v600q0 150 -50 219.5t-142 69.5q-96 0 -176 -70.5t-115 -183.5v-635h-225v600q0 152 -48.5 220.5 t-142.5 68.5t-175 -69.5t-116 -182.5v-637h-225z" />
+<glyph unicode="n" horiz-adv-x="1216" d="M131 0v1071h205v-215q61 109 178 171.5t258 62.5q96 0 158.5 -35t98.5 -95.5t50.5 -139.5t14.5 -167v-653h-226v600q0 152 -49 220.5t-141 68.5q-49 0 -99.5 -18.5t-93.5 -52.5t-76.5 -80t-52.5 -101v-637h-225z" />
+<glyph unicode="o" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM297 532q0 -78 24.5 -143t67.5 -113.5 t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5z" />
+<glyph unicode="p" horiz-adv-x="1282" d="M131 -436v1507h199v-192q61 96 159.5 153.5t221.5 57.5q109 0 201 -45.5t159.5 -121t105 -176t37.5 -210.5q0 -117 -34.5 -218.5t-98 -176t-151 -118.5t-191.5 -44q-129 0 -226 61t-157 160v-637h-225zM356 406q20 -49 53 -92.5t74 -74t88.5 -49t96.5 -18.5 q70 0 129 30.5t100 82t64.5 117t23.5 135.5q0 74 -25.5 139t-70.5 114.5t-106.5 78t-131.5 28.5q-43 0 -90 -16.5t-89 -45t-72.5 -66.5t-43.5 -83v-280z" />
+<glyph unicode="q" horiz-adv-x="1282" d="M68 537q0 115 37.5 215t105.5 176t160 119t200 43q123 0 221.5 -59.5t157.5 -153.5v194h199v-1231q0 -39 15.5 -54t49.5 -19v-193q-27 -4 -54 -6t-52 -2q-76 0 -130 44t-54 120v471q-66 -111 -163 -166t-220 -55q-104 0 -191.5 45t-150 120.5t-97 177t-34.5 214.5z M297 530q0 -74 24.5 -139t67.5 -113.5t102.5 -77t131.5 -28.5q102 0 176.5 58.5t124.5 146.5v282q-10 49 -41 92.5t-73 75t-91 51t-96 19.5q-72 0 -131.5 -30.5t-102.5 -82t-67.5 -118t-24.5 -136.5z" />
+<glyph unicode="r" horiz-adv-x="765" d="M131 0v1071h209v-240q57 111 146 180.5t190 69.5h33.5t23.5 -2v-202q-131 -4 -231.5 -60.5t-145.5 -161.5v-655h-225z" />
+<glyph unicode="s" horiz-adv-x="1024" d="M43 129l94 152q197 -137 391 -138q102 0 162 39t60 111q0 68 -67 99.5t-212 66.5q-100 25 -172 50.5t-117 57t-65.5 75.5t-20.5 106q0 82 33 145t89 107t133 67t165 23q117 0 225.5 -37t194.5 -101l-96 -137q-154 115 -328 115q-86 0 -145.5 -36t-59.5 -114 q0 -33 12.5 -55.5t40 -38.5t72.5 -29.5t111 -29.5q111 -27 190.5 -53.5t132 -62.5t77 -84t24.5 -116q0 -76 -31 -137t-87 -104t-137.5 -66.5t-179.5 -23.5q-66 0 -132 10t-130.5 29.5t-123 47t-103.5 62.5z" />
+<glyph unicode="t" horiz-adv-x="745" d="M47 897v174h143v352h226v-352h233v-174h-233v-598q0 -57 32.5 -83t79.5 -26t90.5 16.5t63.5 26.5l49 -178q-45 -20 -119.5 -45.5t-162.5 -25.5q-53 0 -99.5 14t-82.5 43t-56.5 75t-20.5 111v670h-143z" />
+<glyph unicode="u" horiz-adv-x="1253" d="M123 416v655h225v-610q0 -289 203 -289q98 0 184 59.5t133 171.5v668h226v-805q0 -39 14 -55t51 -18v-193q-37 -6 -63.5 -8t-46.5 -2q-127 10 -144 116l-4 111q-72 -117 -186.5 -177t-253.5 -60q-166 0 -252 109.5t-86 326.5z" />
+<glyph unicode="v" horiz-adv-x="1103" d="M20 1071h234l305 -881l309 881h213l-409 -1071h-242z" />
+<glyph unicode="w" horiz-adv-x="1708" d="M18 1071h213l347 -854l155 397l-186 455h184l123 -336l123 336h184l-184 -455l156 -397l344 854h215l-453 -1071h-184l-201 498l-199 -498h-186z" />
+<glyph unicode="x" horiz-adv-x="1060" d="M12 0l396 535l-392 536h234l262 -366l18 -35l19 35l262 366h233l-391 -536l396 -535h-236l-264 365l-19 32l-16 -32l-266 -365h-236z" />
+<glyph unicode="y" horiz-adv-x="1114" d="M10 1071h232l331 -872l295 872h213l-489 -1319q-41 -111 -123 -164t-190 -53q-59 0 -115 16v195q29 -6 53.5 -8t44.5 -2q27 0 47.5 6t40 31.5t43 79t56.5 147.5z" />
+<glyph unicode="z" horiz-adv-x="1001" d="M53 0v141l643 770h-622v160h860v-141l-639 -770h645v-160h-887z" />
+<glyph unicode="{" horiz-adv-x="587" d="M90 659v160q20 0 37.5 12.5t30 32t19.5 41t7 39.5v510q0 39 18.5 50.5t28.5 11.5h271v-183h-113v-459q0 -35 -16.5 -71.5t-48.5 -65.5q31 -29 48 -65.5t17 -71.5v-481h113v-182h-271q-14 0 -30.5 13t-16.5 48v532q0 49 -26.5 85t-67.5 44z" />
+<glyph unicode="|" horiz-adv-x="495" d="M152 -266v1853h192v-1853h-192z" />
+<glyph unicode="}" horiz-adv-x="587" d="M88 -63v182h113v481q0 35 16 72t49 65q-33 29 -49 66t-16 71v459h-113v183h270q10 0 29 -11.5t19 -50.5v-510q0 -18 6 -39.5t18 -41t28.5 -32t39.5 -12.5v-160q-41 -8 -66.5 -43.5t-25.5 -85.5v-532q0 -35 -17.5 -48t-30.5 -13h-270z" />
+<glyph unicode="~" horiz-adv-x="1110" d="M119 475q0 14 13 55t44 84t81 77t124 34q51 0 96 -17.5t86 -39t81 -39t85 -17.5q41 0 68.5 15.5t44 34t22.5 35t6 20.5h127q0 -8 -13 -47t-44 -82t-83 -78t-130 -35q-53 0 -99 17.5t-87 39t-81 39t-81 17.5t-65.5 -17.5t-40 -38t-20.5 -38t-5 -19.5h-129z" />
+<glyph unicode="&#xa1;" horiz-adv-x="559" d="M168 -8v950h225v-950h-225zM168 1180v280h225v-280h-225z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1198" d="M88 528q0 104 33 198.5t94 170.5t151.5 126t204.5 64v234h105v-234q147 -4 257.5 -72.5t176.5 -191.5l-219 -69q-35 63 -92.5 97t-122.5 38v-711q33 4 67.5 15.5t65.5 30t54.5 43t33.5 52.5l221 -65q-29 -68 -81 -120t-114.5 -86t-128 -51t-118.5 -17v-226h-105v228 q-106 8 -194 58t-152.5 126t-100.5 170t-36 192zM319 528q0 -59 18.5 -115.5t51.5 -101.5t80 -77.5t102 -45.5v693q-59 -10 -106 -43t-80 -81t-49.5 -108t-16.5 -121z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1089" d="M106 145q123 109 177.5 205t54.5 195q0 14 -1 28.5t-3 28.5h-221v172h163q-41 82 -80.5 162t-39.5 170q0 74 31.5 139.5t87 114.5t129 76.5t157.5 27.5q119 0 226.5 -57t179.5 -158l-123 -139q-49 78 -129 124t-158 46q-86 0 -141.5 -55.5t-55.5 -139.5q0 -39 12.5 -76.5 t31 -75.5t40 -77t39.5 -82h373v-172h-326q2 -12 3.5 -23.5t1.5 -23.5q0 -96 -43 -183t-146 -196q41 10 79 16.5t75 6.5q39 0 74.5 -6.5t70.5 -12.5t69 -12t68 -6q39 0 77 9t87 26l55 -168q-51 -29 -111.5 -44.5t-119.5 -15.5q-47 0 -91 8.5t-89 19.5t-90 19.5t-94 8.5 q-53 0 -120 -11.5t-126 -29.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1433" d="M61 1454h252l402 -729l405 729h252l-391 -657h158v-150h-238l-72 -127v-59h312v-150h-312v-311h-231v311h-307v150h307v63l-68 123h-239v150h162z" />
+<glyph unicode="&#xa6;" horiz-adv-x="503" d="M156 -266v817h192v-817h-192zM156 770v817h192v-817h-192z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1075" d="M92 1090q0 78 34 146.5t92 118.5t134 79.5t160 29.5q86 0 151.5 -22.5t115.5 -56t86 -74.5t63 -78l-174 -82q-33 57 -94.5 85t-133.5 28q-41 0 -78.5 -12.5t-66.5 -34t-45.5 -54.5t-16.5 -71q0 -90 59.5 -122t147.5 -34q76 -2 153 -19.5t138.5 -57.5t100 -103.5 t38.5 -155.5q0 -59 -15.5 -105t-33.5 -69q37 -29 58.5 -81t21.5 -130q0 -104 -43 -180t-107.5 -123t-142.5 -69.5t-147 -22.5q-78 0 -144.5 20.5t-121 51t-96.5 65.5t-68 66l145 139q66 -68 133.5 -97.5t141.5 -29.5q41 0 79.5 11t69.5 32.5t49.5 54.5t18.5 74 q0 43 -18.5 69.5t-47.5 41t-63.5 20.5t-69.5 8q-193 12 -304.5 103.5t-111.5 248.5q0 59 14.5 98.5t30.5 61.5q-35 29 -63.5 89.5t-28.5 142.5zM358 670q0 -74 38 -106t92.5 -45t111.5 -17t96 -19q23 16 35 48t12 65q0 45 -20.5 74.5t-51 48t-67.5 27t-69 8.5q-39 0 -76 6 t-60 16q-18 -16 -29.5 -45.5t-11.5 -60.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="841" d="M145 1260v225h189v-225h-189zM508 1260v225h188v-225h-188z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1722" d="M96 727q0 158 57.5 293t159 233.5t240.5 154.5t303 56q166 0 308.5 -56t244.5 -154.5t160.5 -233.5t58.5 -293q0 -160 -58.5 -295t-160.5 -234.5t-244.5 -155.5t-308.5 -56q-164 0 -303 56t-240.5 155.5t-159 234.5t-57.5 295zM190 725q0 -137 50.5 -256t139.5 -206 t211 -137t265 -50t266 47t214 133t143.5 205t52.5 262q0 139 -51 258t-141.5 207t-214.5 137t-269 49q-141 0 -263 -49t-211 -137t-140.5 -207t-51.5 -256zM371 727q0 90 30.5 177t92 155.5t154.5 110.5t218 42q154 0 266.5 -66.5t165.5 -182.5l-219 -70q-18 37 -43.5 61.5 t-54.5 38t-58.5 19.5t-56.5 6q-66 0 -115 -24.5t-81.5 -64.5t-50 -93.5t-17.5 -108.5q0 -70 23.5 -124t62.5 -91t86 -56.5t94 -19.5q66 0 128.5 34t93.5 95l217 -65q-20 -47 -59.5 -93.5t-94.5 -82t-126 -58t-153 -22.5q-109 0 -200.5 35.5t-159.5 100t-105.5 154 t-37.5 193.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="901" d="M88 930q0 51 22.5 95t63.5 74.5t96.5 48t122.5 17.5q106 0 185 -32v45q0 76 -43 117.5t-127 41.5q-57 0 -112.5 -20.5t-115.5 -61.5l-53 109q143 94 297 94t240 -76.5t86 -224.5v-242q0 -51 47 -53v-149q-16 -4 -34 -6t-32 -2q-113 0 -125 86l-2 43q-51 -66 -121.5 -100 t-150.5 -34q-51 0 -96.5 17.5t-78 48.5t-51 73t-18.5 91zM248 944q0 -49 38 -83t95 -34q37 0 71.5 11.5t62.5 28t45.5 38t17.5 43.5v88q-35 16 -76 22.5t-80 6.5q-78 0 -126 -34t-48 -87z" />
+<glyph unicode="&#xab;" horiz-adv-x="1275" d="M80 469v113l530 379v-187l-350 -244l350 -235v-184zM625 469v113l528 379v-187l-348 -244l348 -235v-184z" />
+<glyph unicode="&#xac;" horiz-adv-x="1241" d="M141 590v203h963v-562h-193v359h-770z" />
+<glyph unicode="&#xad;" horiz-adv-x="1210" d="M123 459v203h962v-203h-962z" />
+<glyph unicode="&#xae;" horiz-adv-x="1722" d="M96 727q0 158 57.5 293t159 233.5t240.5 154.5t305 56t306.5 -56t243.5 -154.5t161.5 -233.5t58.5 -293q0 -160 -58.5 -295t-161.5 -234.5t-243.5 -155.5t-306.5 -56t-305 56t-240.5 155.5t-159 234.5t-57.5 295zM197 727q0 -139 49 -258t137 -207t210 -138t267 -50 q141 0 263 47t212 133t141.5 206t51.5 265q0 137 -50.5 256t-139.5 206t-211.5 137t-266.5 50q-145 0 -267 -50t-210 -137t-137 -205t-49 -255zM535 272v910h397q61 0 113.5 -26t89 -67.5t58 -95t21.5 -108.5q0 -92 -50 -166t-132 -101l217 -346h-182l-199 318h-170v-318 h-163zM698 731h222q63 0 98 42t35 112q0 72 -40 111.5t-98 39.5h-217v-305z" />
+<glyph unicode="&#xaf;" horiz-adv-x="841" d="M119 1319v143h606v-143h-606z" />
+<glyph unicode="&#xb0;" horiz-adv-x="573" d="M90 1292q0 82 55.5 136.5t139.5 54.5q86 0 141 -54.5t55 -136.5q0 -90 -55 -145t-141 -55q-84 0 -139.5 57t-55.5 143zM205 1288q0 -37 24.5 -59.5t55.5 -22.5q35 0 58.5 23.5t23.5 58.5t-23.5 57.5t-58.5 22.5q-31 0 -55.5 -22.5t-24.5 -57.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="958" d="M129 82v182h700v-182h-700zM129 672v182h248v268h205v-268h247v-182h-247v-271h-205v271h-248z" />
+<glyph unicode="&#xb2;" horiz-adv-x="833" d="M68 641q0 82 14 143.5t46 107.5t82 80t122 62q47 18 96 37t89 41.5t64.5 52t24.5 72.5q0 57 -48 92t-140 35q-94 0 -156.5 -35t-97.5 -69l-88 98q12 16 41.5 40.5t76 46t107.5 37t137 15.5q160 0 241 -71.5t81 -190.5q0 -66 -27.5 -111t-69.5 -75.5t-90.5 -50 t-89.5 -31.5q-115 -37 -155.5 -89.5t-40.5 -103.5h454v-133h-673z" />
+<glyph unicode="&#xb3;" horiz-adv-x="823" d="M66 797l75 98q2 -18 20.5 -39.5t51.5 -42t78 -34t100 -13.5q92 0 155.5 31.5t63.5 89.5q0 63 -80.5 95t-222.5 32h-49v125h47q127 0 202 28.5t75 87.5q0 29 -16.5 50.5t-43 36t-61.5 21.5t-70 7q-82 0 -140 -29.5t-93 -76.5l-88 108q20 31 54 53.5t77 39t92 24.5t98 8 q72 0 134.5 -17.5t107.5 -49t70.5 -74.5t25.5 -92q0 -72 -50 -118t-142 -63q98 -14 155.5 -74.5t57.5 -142.5q0 -59 -30 -104t-79 -75t-113.5 -45t-134.5 -15q-129 0 -217 45t-110 125z" />
+<glyph unicode="&#xb4;" horiz-adv-x="497" d="M96 1270l117 225h215l-184 -270z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1275" d="M152 -434v1505h225v-610q0 -289 209 -289q92 0 178 59.5t133 171.5v668h225v-805q0 -72 66 -73v-193q-37 -6 -63.5 -8t-47.5 -2q-127 10 -143 116l-4 111q-20 -43 -57 -86t-85.5 -77t-103.5 -54t-113 -20q-88 0 -139 44t-70 95l19 -553h-229z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1296" d="M74 944q0 242 150.5 376t426.5 134h563v-172h-143v-1446h-192v606h-123v-606h-193v606q-113 2 -203 38t-153.5 101.5t-98 156.5t-34.5 206zM262 948q0 -80 23.5 -140t65.5 -101t96.5 -65t115.5 -28v668q-145 -4 -223 -94t-78 -240zM756 614h123v668h-123v-668z" />
+<glyph unicode="&#xb7;" horiz-adv-x="434" d="M123 498v280h186v-280h-186z" />
+<glyph unicode="&#xb8;" horiz-adv-x="634" d="M45 -346l47 88q25 -14 76 -27.5t104 -13.5t85 16.5t32 53.5q0 41 -29.5 55t-76.5 14q-43 0 -90.5 -8t-73.5 -16l123 233l92 -31l-72 -110q16 4 34.5 6t35.5 2q72 0 120 -33t48 -104q0 -74 -60.5 -120t-183.5 -46q-66 0 -118 12.5t-93 28.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="591" d="M66 1245v135q33 0 66.5 17.5t62 39t47 40t18.5 20.5h139v-721h148v-135h-449v135h162v572q-10 -14 -32.5 -32t-50 -33t-57.5 -26.5t-54 -11.5z" />
+<glyph unicode="&#xba;" horiz-adv-x="911" d="M78 1077q0 78 26.5 146.5t75.5 121t119 83t156 30.5t155.5 -30.5t118.5 -83t75.5 -121t26.5 -146.5q0 -76 -25.5 -143.5t-74.5 -119.5t-118.5 -83t-157.5 -31q-86 0 -156 31t-119 83t-75.5 119.5t-26.5 143.5zM252 1077q0 -49 15.5 -91t43 -72.5t64.5 -48t80 -17.5 t79.5 17.5t64.5 48t43 73.5t15 92t-15 91t-43 73t-64.5 48.5t-79.5 17.5t-80 -17.5t-64.5 -48.5t-43 -74t-15.5 -92z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1275" d="M123 111v184l348 235l-348 244v187l528 -379v-113zM666 111v184l348 235l-348 244v187l528 -379v-113z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1832" d="M88 1245v135q33 0 66.5 17.5t62.5 39t47.5 40t18.5 20.5h139v-721h147v-135h-448v135h162v572q-10 -14 -33 -32t-50.5 -33t-57 -26.5t-54.5 -11.5zM330 82l581 682l535 702l106 -92l-573 -674l-545 -712zM1038 199v131l500 518h94v-516h123v-133h-123v-199h-135v199h-459 zM1176 332h325v342z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1896" d="M90 1245v135q33 0 66.5 17.5t62.5 39t47.5 40t18.5 20.5h139v-721h147v-135h-448v135h162v572q-10 -14 -33 -32t-50.5 -33t-57 -26.5t-54.5 -11.5zM256 82l582 682l534 702l107 -92l-574 -674l-545 -712zM1149 0q0 82 14.5 143.5t45 107.5t78.5 81t116 63q45 18 91 36 t84 40.5t61.5 52t23.5 72.5q0 59 -46 93t-134 34q-90 0 -149.5 -36t-92.5 -71l-84 101q12 16 41 40.5t73 46t102.5 37t129.5 15.5q152 0 228.5 -70.5t76.5 -191.5q0 -66 -26.5 -111t-65.5 -75.5t-84 -49t-84 -30.5q-111 -37 -149.5 -90.5t-38.5 -104.5h450v-133h-661z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1861" d="M86 797l76 98q2 -18 20.5 -39.5t51 -42t77.5 -34t101 -13.5q92 0 155.5 31.5t63.5 89.5q0 63 -81 95t-222 32h-49v125h47q127 0 201.5 28.5t74.5 87.5q0 29 -16.5 50.5t-43 36t-61.5 21.5t-69 7q-82 0 -140.5 -29.5t-93.5 -76.5l-88 108q20 31 54 53.5t77 39t92 24.5 t99 8q72 0 134 -17.5t107 -49t71 -74.5t26 -92q0 -72 -50.5 -118t-142.5 -63q98 -14 155.5 -74.5t57.5 -142.5q0 -59 -29.5 -104t-79 -75t-113.5 -45t-134 -15q-129 0 -217 45t-111 125zM397 82l582 682l534 702l107 -92l-573 -674l-545 -712zM1059 199v131l500 518h94v-516 h123v-133h-123v-199h-135v199h-459zM1196 332h326v342z" />
+<glyph unicode="&#xbf;" horiz-adv-x="980" d="M72 -37q0 72 17 125t49 95t76 73t95 57q39 20 78 42t69.5 52.5t50 73.5t19.5 103h187q0 -106 -36 -188.5t-134 -141.5q-35 -20 -82 -46t-89 -60.5t-72 -82t-30 -110.5q0 -49 18.5 -88t50.5 -65.5t72 -40t83 -13.5q49 0 91 15.5t76.5 41t61.5 57.5t45 66l150 -100 q-55 -127 -173 -195.5t-256 -68.5q-78 0 -152.5 23.5t-133 71.5t-95 124t-36.5 180zM520 778v258h189v-258h-189z" />
+<glyph unicode="&#xc0;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM453 565h475l-234 633zM457 1878h215l116 -225l-143 -45z" />
+<glyph unicode="&#xc1;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM453 565h475l-234 633zM598 1651l117 225h215l-185 -270z" />
+<glyph unicode="&#xc2;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM401 1681l213 195h162l213 -195l-121 -57l-174 129l-174 -129zM453 565h475l-234 633z" />
+<glyph unicode="&#xc3;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM330 1630q0 16 10 55t35.5 79t67.5 71t106 31q45 0 79 -14.5t63.5 -31t59 -30.5t66.5 -14t59.5 14t34 32.5t14.5 34t3 19.5h129q0 -12 -11.5 -51t-38 -80t-71.5 -73t-113 -32q-47 0 -81.5 13.5t-64.5 31 t-58.5 31t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -32t-13 -34t-3 -18.5h-127zM453 565h475l-234 633z" />
+<glyph unicode="&#xc4;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM420 1642v226h188v-226h-188zM453 565h475l-234 633zM782 1642v226h189v-226h-189z" />
+<glyph unicode="&#xc5;" d="M14 0l586 1454h188l584 -1454h-244l-155 395h-561l-152 -395h-246zM453 565h475l-234 633zM512 1726q0 72 50 111t130 39q82 0 132 -39t50 -111q0 -70 -50 -109.5t-132 -39.5q-80 0 -130 39.5t-50 109.5zM610 1726q0 -31 23.5 -53t58.5 -22t59.5 21.5t24.5 53.5 q0 35 -24.5 55.5t-59.5 20.5t-58.5 -20.5t-23.5 -55.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2017" d="M-18 0l917 1454h1018v-203h-727v-409h616v-203h-616v-436h745v-203h-974v395h-490l-242 -395h-247zM571 600h373v590z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1388" d="M76 737q0 131 47 261t136 233.5t218 167t293 63.5q195 0 335 -88t210 -229l-180 -121q-29 66 -72 111t-93 71.5t-103.5 37.5t-104.5 11q-111 0 -196 -46t-142 -121.5t-86 -170t-29 -188.5q0 -106 34 -202.5t95.5 -170t145.5 -117.5t184 -44q51 0 107.5 13t106.5 43t93 75 t72 108l190 -108q-31 -74 -85 -132.5t-123.5 -101.5t-147.5 -68.5t-158 -31.5l-53 -84q16 4 34.5 6t35.5 2q72 0 120 -33t48 -104q0 -74 -60.5 -120t-183.5 -46q-66 0 -118 12.5t-93 28.5l47 88q25 -14 76 -27.5t104 -13.5t85 16.5t32 53.5q0 41 -29.5 55t-76.5 14 q-43 0 -90.5 -8t-73.5 -16l90 174q-141 8 -260 76.5t-203 173t-131 234.5t-47 263z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1243" d="M164 0v1454h979v-203h-750v-413h649v-191h-649v-444h768v-203h-997zM438 1878h215l117 -225l-143 -45z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1243" d="M164 0v1454h979v-203h-750v-413h649v-191h-649v-444h768v-203h-997zM580 1651l116 225h215l-184 -270z" />
+<glyph unicode="&#xca;" horiz-adv-x="1243" d="M164 0v1454h979v-203h-750v-413h649v-191h-649v-444h768v-203h-997zM383 1681l213 195h162l213 -195l-121 -57l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1243" d="M164 0v1454h979v-203h-750v-413h649v-191h-649v-444h768v-203h-997zM401 1642v226h189v-226h-189zM764 1642v226h188v-226h-188z" />
+<glyph unicode="&#xcc;" horiz-adv-x="557" d="M41 1878h215l117 -225l-144 -45zM164 0v1452h229v-1452h-229z" />
+<glyph unicode="&#xcd;" horiz-adv-x="557" d="M164 0v1452h229v-1452h-229zM182 1651l117 225h215l-184 -270z" />
+<glyph unicode="&#xce;" horiz-adv-x="557" d="M-14 1681l213 195h161l213 -195l-120 -57l-174 129l-175 -129zM164 0v1452h229v-1452h-229z" />
+<glyph unicode="&#xcf;" horiz-adv-x="557" d="M4 1642v226h189v-226h-189zM164 0v1452h229v-1452h-229zM367 1642v226h188v-226h-188z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1480" d="M66 645v172h108v637h516q176 0 308 -57.5t221.5 -155.5t134.5 -230t45 -282q0 -166 -50.5 -300t-142.5 -229.5t-223 -147.5t-293 -52h-516v645h-108zM403 203h287q115 0 204 40t149.5 110.5t91 166.5t30.5 209q0 115 -31.5 211t-93 165t-149.5 107.5t-201 38.5h-287v-434 h310v-172h-310v-442z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1570" d="M164 0v1454h180l832 -1048v1046h231v-1452h-190l-824 1024v-1024h-229zM422 1628q0 16 10 55t36 79t68 71t105 31q45 0 79 -14.5t63.5 -31t59 -30.5t66.5 -14t59.5 14t34 32.5t14.5 34t3 19.5h129q0 -12 -11.5 -51t-38 -80t-71.5 -73t-113 -32q-47 0 -81.5 13.5t-64.5 31 t-58.5 30.5t-61.5 13q-35 0 -54.5 -14t-29.5 -31.5t-13 -34t-3 -18.5h-127z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM530 1878h215l117 -225l-143 -45z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM670 1651l116 225h215l-184 -270z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM473 1681l213 195h162l213 -195l-121 -57l-174 129l-174 -129z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM401 1630q0 16 10.5 55t36 79t67.5 71t106 31q45 0 78.5 -14.5t63.5 -31t59.5 -30.5t66.5 -14t59.5 14 t33.5 32.5t14 34t3 19.5h129q0 -12 -11 -51t-37.5 -80t-71.5 -73t-113 -32q-47 0 -82 13.5t-64.5 31t-58 31t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -32t-13.5 -34t-3.5 -18.5h-127z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1527" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 280 -64.5t216 -169t139 -236.5t49 -269q0 -145 -52 -278.5t-144.5 -234.5t-218 -161.5t-275.5 -60.5q-154 0 -280 62.5t-217 166t-140 236.5t-49 272zM309 727q0 -102 32 -198.5t91.5 -170t143 -117.5 t188.5 -44q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 104 -33 199.5t-92.5 168t-143.5 116.5t-186 44q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM492 1642v226h188v-226h-188zM854 1642v226h188v-226h-188z" />
+<glyph unicode="&#xd7;" horiz-adv-x="966" d="M117 338l223 223l-217 219l143 140l217 -218l217 220l142 -142l-217 -219l225 -225l-143 -139l-224 223l-225 -223z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1529" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q88 0 168 -22.5t149 -63.5l52 76h252l-142 -205q98 -106 151.5 -244.5t53.5 -279.5q0 -145 -52 -278.5t-144.5 -234.5t-218.5 -161.5t-275 -60.5q-90 0 -170 21.5t-150 62.5l-51 -74h-250l138 203 q-98 104 -150.5 240.5t-52.5 283.5zM309 727q0 -92 25.5 -178t73.5 -158l557 813q-92 51 -201 51q-106 0 -191.5 -46t-143.5 -119.5t-89 -169t-31 -193.5zM561 248q92 -51 203 -51q106 0 191 46t143.5 121.5t89.5 170t31 192.5q0 92 -27 177t-74 157z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1536" d="M141 717v737h230v-737q0 -100 19.5 -193.5t65.5 -166t122.5 -116.5t189.5 -44q115 0 190.5 45t121.5 117.5t65.5 165.5t19.5 192v737h232v-737q0 -150 -35 -282t-110.5 -231.5t-195.5 -156.5t-288 -57q-174 0 -294 60.5t-193.5 161.5t-106.5 232t-33 273zM532 1878h216 l116 -225l-143 -45z" />
+<glyph unicode="&#xda;" horiz-adv-x="1536" d="M141 717v737h230v-737q0 -100 19.5 -193.5t65.5 -166t122.5 -116.5t189.5 -44q115 0 190.5 45t121.5 117.5t65.5 165.5t19.5 192v737h232v-737q0 -150 -35 -282t-110.5 -231.5t-195.5 -156.5t-288 -57q-174 0 -294 60.5t-193.5 161.5t-106.5 232t-33 273zM672 1651 l116 225h216l-185 -270z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1536" d="M141 717v737h230v-737q0 -100 19.5 -193.5t65.5 -166t122.5 -116.5t189.5 -44q115 0 190.5 45t121.5 117.5t65.5 165.5t19.5 192v737h232v-737q0 -150 -35 -282t-110.5 -231.5t-195.5 -156.5t-288 -57q-174 0 -294 60.5t-193.5 161.5t-106.5 232t-33 273zM475 1681 l213 195h162l213 -195l-121 -57l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1536" d="M141 717v737h230v-737q0 -100 19.5 -193.5t65.5 -166t122.5 -116.5t189.5 -44q115 0 190.5 45t121.5 117.5t65.5 165.5t19.5 192v737h232v-737q0 -150 -35 -282t-110.5 -231.5t-195.5 -156.5t-288 -57q-174 0 -294 60.5t-193.5 161.5t-106.5 232t-33 273zM494 1642v226 h188v-226h-188zM856 1642v226h188v-226h-188z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1310" d="M0 1454h252l403 -729l406 729h250l-541 -934v-520h-231v524zM557 1651l117 225h215l-184 -270z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M164 0v1454h229v-272h346q98 0 181.5 -41t142.5 -107.5t93 -151.5t34 -173q0 -92 -32 -178.5t-89 -152t-139 -105.5t-180 -40h-357v-233h-229zM393 438h346q49 0 89 22.5t70 59.5t45 86t15 103q0 57 -18 106t-50 86t-74 57.5t-89 20.5h-334v-541z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1136" d="M131 0v1065q0 86 33 159.5t92 126t139 82t176 29.5q84 0 156 -23.5t125 -67.5t83 -105.5t30 -137.5q0 -53 -15.5 -103t-42 -91t-61.5 -69.5t-74 -41.5q141 -35 219 -141.5t78 -253.5q0 -111 -45 -192.5t-122 -136t-182.5 -82t-223.5 -29.5v207q74 2 136 17t107 46t71 79 t26 114q0 121 -79 188.5t-196 67.5h-41v204h39q86 0 138.5 50.5t52.5 132.5q0 47 -17.5 80.5t-45.5 55t-61.5 31t-68.5 9.5q-57 0 -97 -21.5t-65.5 -55.5t-37 -78t-11.5 -89v-1026h-215z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138zM313 1495h215 l117 -225l-143 -45z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138zM455 1270l116 225 h215l-184 -270z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM258 1300l213 195h162l213 -195l-121 -57l-174 129l-174 -129zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141 q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM186 1249q0 16 10.5 55t36 79t67.5 71t106 31q45 0 78.5 -14.5t63.5 -31t59.5 -30.5t66.5 -14t59.5 14t33.5 32.5t14 34t3 19.5h129q0 -12 -11 -51 t-37.5 -80t-71.5 -72.5t-113 -31.5q-47 0 -82 13t-64.5 30.5t-58.5 31t-61 13.5q-35 0 -54.5 -14.5t-30 -32t-13.5 -34t-3 -18.5h-127zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138zM276 1260v225h189 v-225h-189zM639 1260v225h188v-225h-188z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1161" d="M57 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q76 0 149.5 -13t133.5 -36v74q0 119 -68 185.5t-195 66.5q-86 0 -168.5 -32t-171.5 -91l-69 143q207 139 430 140q221 0 344 -113t123 -324v-387q0 -39 14.5 -55t48.5 -18v-193q-33 -6 -60.5 -8t-49.5 -2 q-66 4 -99.5 34.5t-42.5 81.5l-6 68q-72 -94 -177 -144t-226 -50q-78 0 -144.5 25.5t-114.5 70.5t-76 106.5t-28 132.5zM270 334q0 -80 59.5 -134.5t151.5 -54.5q82 0 155 30t114 83q43 37 43 78v141q-57 23 -122 35t-126 12q-121 0 -198 -52t-77 -138zM369 1346 q0 72 50 110.5t130 38.5q82 0 132 -39t50 -110q0 -70 -50 -110t-132 -40q-80 0 -130 40t-50 110zM467 1346q0 -31 23.5 -53.5t58.5 -22.5t59.5 21.5t24.5 54.5q0 35 -24.5 55t-59.5 20t-58.5 -20.5t-23.5 -54.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1916" d="M59 315q0 76 33 137.5t93.5 106.5t143.5 69.5t183 24.5q68 0 134.5 -10t119.5 -31q4 27 8 60t14 55q-12 98 -76.5 150.5t-181.5 52.5q-84 0 -165.5 -32t-171.5 -91l-72 143q213 139 432 140q129 0 223 -45.5t150 -129.5q68 78 167 126.5t222 48.5q127 0 229.5 -44.5 t174 -120t110.5 -177t39 -213.5q0 -16 -1 -38t-3 -36h-875q6 -72 35 -129.5t75 -99.5t104.5 -64.5t123.5 -22.5q45 0 89 11.5t82 33t66.5 52t45.5 67.5l192 -55q-55 -121 -183 -197.5t-298 -76.5q-150 0 -266.5 61t-188.5 166q-35 -61 -87 -104.5t-112.5 -71t-125 -39.5 t-121.5 -12q-76 0 -141.5 25.5t-114.5 70.5t-77 106.5t-28 132.5zM272 334q0 -41 16.5 -75t45 -59.5t66.5 -40t83 -14.5q84 0 157 30t114 83q18 16 28.5 35.5t12.5 36.5q-6 12 -11.5 32.5t-9.5 43t-6 44t-2 37.5q-51 16 -108.5 26.5t-110.5 10.5q-123 0 -199 -52t-76 -138z M985 604h657q-6 70 -32.5 129.5t-69.5 101.5t-101.5 65.5t-125.5 23.5q-68 0 -126.5 -23.5t-101.5 -66.5t-69.5 -101.5t-30.5 -128.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1148" d="M68 537q0 113 38.5 213t111.5 175.5t175.5 120t229.5 44.5q166 0 285.5 -73t178.5 -194l-219 -69q-39 68 -104.5 105.5t-145.5 37.5q-68 0 -126 -26.5t-101 -74.5t-67.5 -114t-24.5 -145q0 -78 25.5 -144.5t69.5 -116t102.5 -77t124.5 -27.5q41 0 81.5 11.5t74.5 32 t59.5 47t37.5 56.5l222 -65q-47 -111 -157 -184.5t-259 -87.5l-47 -74q16 4 34.5 6t34.5 2q72 0 120 -33t48 -104q0 -74 -60 -120t-183 -46q-66 0 -118 12.5t-93 28.5l47 88q25 -14 76 -27.5t104 -13.5t85 16.5t32 53.5q0 41 -30 55t-77 14q-43 0 -90 -8t-74 -16l86 166 q-115 8 -209 56t-160.5 123t-102 172t-35.5 204z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1218" d="M66 532q0 113 39.5 214.5t112.5 178t175.5 121t229.5 44.5q125 0 226 -45.5t173 -120t109.5 -174t37.5 -207.5q0 -25 -2 -46.5t-4 -35.5h-858q6 -72 34 -129.5t72 -99.5t100 -64.5t118 -22.5q45 0 89 11.5t81 33t65.5 52t44.5 67.5l193 -55q-55 -121 -183 -197.5 t-298 -76.5q-125 0 -227.5 44t-175.5 119.5t-112.5 176t-39.5 212.5zM299 616h647q-6 68 -33.5 125.5t-70.5 97.5t-100.5 62.5t-120.5 22.5t-120 -22.5t-100 -62.5t-69.5 -97.5t-32.5 -125.5zM379 1495h215l117 -225l-144 -45z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1218" d="M66 532q0 113 39.5 214.5t112.5 178t175.5 121t229.5 44.5q125 0 226 -45.5t173 -120t109.5 -174t37.5 -207.5q0 -25 -2 -46.5t-4 -35.5h-858q6 -72 34 -129.5t72 -99.5t100 -64.5t118 -22.5q45 0 89 11.5t81 33t65.5 52t44.5 67.5l193 -55q-55 -121 -183 -197.5 t-298 -76.5q-125 0 -227.5 44t-175.5 119.5t-112.5 176t-39.5 212.5zM299 616h647q-6 68 -33.5 125.5t-70.5 97.5t-100.5 62.5t-120.5 22.5t-120 -22.5t-100 -62.5t-69.5 -97.5t-32.5 -125.5zM518 1270l117 225h215l-184 -270z" />
+<glyph unicode="&#xea;" horiz-adv-x="1218" d="M66 532q0 113 39.5 214.5t112.5 178t175.5 121t229.5 44.5q125 0 226 -45.5t173 -120t109.5 -174t37.5 -207.5q0 -25 -2 -46.5t-4 -35.5h-858q6 -72 34 -129.5t72 -99.5t100 -64.5t118 -22.5q45 0 89 11.5t81 33t65.5 52t44.5 67.5l193 -55q-55 -121 -183 -197.5 t-298 -76.5q-125 0 -227.5 44t-175.5 119.5t-112.5 176t-39.5 212.5zM299 616h647q-6 68 -33.5 125.5t-70.5 97.5t-100.5 62.5t-120.5 22.5t-120 -22.5t-100 -62.5t-69.5 -97.5t-32.5 -125.5zM322 1300l213 195h161l213 -195l-121 -57l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1218" d="M66 532q0 113 39.5 214.5t112.5 178t175.5 121t229.5 44.5q125 0 226 -45.5t173 -120t109.5 -174t37.5 -207.5q0 -25 -2 -46.5t-4 -35.5h-858q6 -72 34 -129.5t72 -99.5t100 -64.5t118 -22.5q45 0 89 11.5t81 33t65.5 52t44.5 67.5l193 -55q-55 -121 -183 -197.5 t-298 -76.5q-125 0 -227.5 44t-175.5 119.5t-112.5 176t-39.5 212.5zM299 616h647q-6 68 -33.5 125.5t-70.5 97.5t-100.5 62.5t-120.5 22.5t-120 -22.5t-100 -62.5t-69.5 -97.5t-32.5 -125.5zM340 1260v225h188v-225h-188zM702 1260v225h189v-225h-189z" />
+<glyph unicode="&#xec;" horiz-adv-x="489" d="M8 1495h215l117 -225l-143 -45zM131 0v1071h225v-1071h-225z" />
+<glyph unicode="&#xed;" horiz-adv-x="489" d="M131 0v1071h225v-1071h-225zM147 1270l117 225h215l-184 -270z" />
+<glyph unicode="&#xee;" horiz-adv-x="489" d="M-49 1300l213 195h162l213 -195l-121 -57l-174 129l-174 -129zM131 0v1071h225v-1071h-225z" />
+<glyph unicode="&#xef;" horiz-adv-x="489" d="M-31 1260v225h189v-225h-189zM131 0v1071h225v-1071h-225zM332 1260v225h188v-225h-188z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1247" d="M72 477q0 100 39 190.5t105.5 157t156.5 105.5t194 39q119 0 218.5 -52.5t154.5 -138.5q-20 111 -69.5 215.5t-141.5 204.5l-207 -119l-65 92l188 109q-125 109 -315 215h301q104 -57 188 -133l168 98l66 -92l-152 -86q72 -80 123 -167t84 -176t48 -177t15 -168 q0 -143 -44 -257t-118.5 -194t-177 -121.5t-219.5 -41.5q-113 0 -211 37.5t-171.5 105t-115.5 159t-42 195.5zM301 477q0 -66 24.5 -121t67.5 -96t100.5 -64.5t122.5 -23.5q70 0 129.5 24.5t102.5 67.5t67.5 100.5t24.5 122.5q0 63 -24.5 119t-67.5 95.5t-100.5 62 t-122.5 22.5q-68 0 -127.5 -24.5t-103.5 -65.5t-68.5 -98.5t-24.5 -120.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1216" d="M131 0v1071h205v-215q61 109 178 171.5t258 62.5q96 0 158.5 -35t98.5 -95.5t50.5 -139.5t14.5 -167v-653h-226v600q0 152 -49 220.5t-141 68.5q-49 0 -99.5 -18.5t-93.5 -52.5t-76.5 -80t-52.5 -101v-637h-225zM266 1249q0 16 10.5 55t36 79t67.5 71t105 31 q45 0 79 -14.5t63.5 -31t59.5 -30.5t67 -14t59.5 14t33.5 32.5t14 34t3 19.5h129q0 -12 -11 -51t-37.5 -80t-71.5 -72.5t-113 -31.5q-47 0 -82 13t-64.5 30.5t-58.5 31t-61 13.5q-35 0 -54.5 -14.5t-30 -32t-13.5 -34t-3 -18.5h-127z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM297 532q0 -78 24.5 -143t67.5 -113.5 t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5zM381 1495h215l117 -225l-144 -45z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM297 532q0 -78 24.5 -143t67.5 -113.5 t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5zM518 1270l117 225h215l-184 -270z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM297 532q0 -78 24.5 -143t67.5 -113.5 t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5zM322 1300l213 195h161l213 -195l-121 -57l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM252 1249q0 16 10 55t36 79t68 71 t105 31q45 0 79 -14.5t63.5 -31t59 -30.5t66.5 -14t59.5 14t34 32.5t14.5 34t3 19.5h129q0 -12 -11.5 -51t-38 -80t-71.5 -72.5t-113 -31.5q-47 0 -81.5 13t-64.5 30.5t-58.5 31t-61.5 13.5q-35 0 -54 -14.5t-29.5 -32t-13.5 -34t-3 -18.5h-127zM297 532q0 -78 24.5 -143 t67.5 -113.5t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q125 0 226.5 -45.5t174.5 -121t111.5 -177t38.5 -211.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-127 0 -228 45t-173 120.5t-110.5 177t-38.5 212.5zM297 532q0 -78 24.5 -143t67.5 -113.5 t101.5 -76t125.5 -27.5q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 76 -24.5 142t-67.5 115.5t-101.5 77t-126.5 27.5q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5zM340 1260v225h188v-225h-188zM702 1260v225h189v-225h-189z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1060" d="M117 508v180h827v-180h-827zM436 119v233h191v-233h-191zM436 842v235h191v-235h-191z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1230" d="M66 535q0 111 38.5 212t111.5 176.5t174.5 121t225.5 45.5q84 0 156 -20.5t133 -57.5l51 65h136l-105 -127q86 -78 133 -185.5t47 -229.5q0 -111 -38.5 -212.5t-111.5 -177t-174.5 -120.5t-226.5 -45q-170 0 -297 79l-53 -65h-131l105 127q-86 78 -130 184.5t-44 229.5z M297 532q0 -72 21.5 -135t60.5 -110l401 559q-78 51 -164 51q-66 0 -124 -28.5t-101 -78t-68.5 -116t-25.5 -142.5zM446 225q76 -53 170 -53q68 0 126.5 27.5t101.5 77t67.5 115t24.5 143.5q0 72 -22.5 135t-61.5 112z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1253" d="M123 416v655h225v-610q0 -289 203 -289q98 0 184 59.5t133 171.5v668h226v-805q0 -39 14 -55t51 -18v-193q-37 -6 -63.5 -8t-46.5 -2q-127 10 -144 116l-4 111q-72 -117 -186.5 -177t-253.5 -60q-166 0 -252 109.5t-86 326.5zM371 1495h215l116 -225l-143 -45z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1253" d="M123 416v655h225v-610q0 -289 203 -289q98 0 184 59.5t133 171.5v668h226v-805q0 -39 14 -55t51 -18v-193q-37 -6 -63.5 -8t-46.5 -2q-127 10 -144 116l-4 111q-72 -117 -186.5 -177t-253.5 -60q-166 0 -252 109.5t-86 326.5zM508 1270l117 225h215l-185 -270z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1253" d="M123 416v655h225v-610q0 -289 203 -289q98 0 184 59.5t133 171.5v668h226v-805q0 -39 14 -55t51 -18v-193q-37 -6 -63.5 -8t-46.5 -2q-127 10 -144 116l-4 111q-72 -117 -186.5 -177t-253.5 -60q-166 0 -252 109.5t-86 326.5zM311 1300l213 195h162l213 -195l-121 -57 l-174 129l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1253" d="M123 416v655h225v-610q0 -289 203 -289q98 0 184 59.5t133 171.5v668h226v-805q0 -39 14 -55t51 -18v-193q-37 -6 -63.5 -8t-46.5 -2q-127 10 -144 116l-4 111q-72 -117 -186.5 -177t-253.5 -60q-166 0 -252 109.5t-86 326.5zM330 1260v225h188v-225h-188zM692 1260v225 h189v-225h-189z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1114" d="M10 1071h232l331 -872l295 872h213l-489 -1319q-41 -111 -123 -164t-190 -53q-59 0 -115 16v195q29 -6 53.5 -8t44.5 -2q27 0 47.5 6t40 31.5t43 79t56.5 147.5zM475 1270l117 225h215l-184 -270z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1230" d="M131 -436v1890h231v-502q39 55 107 100.5t180 45.5q119 0 215.5 -51.5t163 -132t102 -183.5t35.5 -205q0 -113 -43 -216t-114.5 -181t-168 -125t-206.5 -47q-100 0 -170 42t-101 91v-526h-231zM362 356q0 -35 25 -69.5t63.5 -62t86 -45t90.5 -17.5q68 0 124 29.5t98 81 t64.5 116.5t22.5 139t-21.5 139.5t-60.5 117t-94 81t-123 29.5q-98 0 -166 -58.5t-109 -140.5v-340z" />
+<glyph unicode="&#xff;" horiz-adv-x="1114" d="M10 1071h232l331 -872l295 872h213l-489 -1319q-41 -111 -123 -164t-190 -53q-59 0 -115 16v195q29 -6 53.5 -8t44.5 -2q27 0 47.5 6t40 31.5t43 79t56.5 147.5zM297 1260v225h188v-225h-188zM659 1260v225h189v-225h-189z" />
+<glyph unicode="&#x152;" horiz-adv-x="2283" d="M76 727q0 145 52 278.5t144.5 235.5t219 162.5t276.5 60.5q154 0 272.5 -80.5t186.5 -199.5v270h958v-203h-727v-409h617v-203h-617v-436h746v-203h-977v270q-35 -59 -83 -110t-107.5 -89t-128 -59.5t-144.5 -21.5q-154 0 -281 62.5t-217 166t-140 236.5t-50 272z M309 727q0 -102 32 -198.5t91.5 -170t143.5 -117.5t188 -44q106 0 191 46t143.5 120.5t89.5 171t31 194.5q0 102 -33 197.5t-92.5 169t-143.5 117.5t-186 44q-106 0 -191.5 -46t-143.5 -120.5t-89 -170t-31 -193.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="2091" d="M66 532q0 119 42 221.5t115.5 177.5t174 117t216.5 42q145 0 258 -74t179 -209q70 139 181 211t259 72q117 0 215 -40t170 -113t114 -175.5t48 -226.5v-38t-4 -36h-858q6 -68 33.5 -126.5t72.5 -101.5t103.5 -67.5t125.5 -24.5q47 0 92.5 12.5t83 35t66.5 53t43 67.5 l186 -55q-59 -125 -189 -199.5t-290 -74.5q-139 0 -252.5 72.5t-199.5 201.5q-84 -135 -193 -204.5t-244 -69.5q-119 0 -219 41.5t-174 115.5t-114.5 175.5t-40.5 219.5zM297 530q0 -78 24.5 -143t67.5 -112.5t101 -75t126 -27.5t126.5 27.5t101.5 76t67.5 115t24.5 144.5 q0 76 -24.5 142t-66.5 115.5t-100.5 77t-126.5 27.5t-127 -28.5t-102 -78t-67.5 -116t-24.5 -144.5zM1169 604h643q-6 70 -33.5 129.5t-71.5 101.5t-101.5 65.5t-120.5 23.5q-66 0 -121 -23.5t-97 -66.5t-67.5 -101.5t-30.5 -128.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1310" d="M0 1454h252l403 -729l406 729h250l-541 -934v-520h-231v524zM379 1642v226h188v-226h-188zM741 1642v226h189v-226h-189z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="727" d="M70 1300l213 195h161l213 -195l-120 -57l-175 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="872" d="M74 1249q0 16 10 55t35.5 79t67.5 71t106 31q45 0 79 -14.5t63.5 -31t59 -30.5t66.5 -14t59.5 14t34 32.5t14.5 34t3 19.5h129q0 -12 -11.5 -51t-38 -80t-71.5 -72.5t-113 -31.5q-47 0 -81.5 13t-64.5 30.5t-58.5 31t-61.5 13.5q-35 0 -54.5 -14.5t-29.5 -32t-13 -34 t-3 -18.5h-127z" />
+<glyph unicode="&#x2000;" horiz-adv-x="939" />
+<glyph unicode="&#x2001;" horiz-adv-x="1878" />
+<glyph unicode="&#x2002;" horiz-adv-x="939" />
+<glyph unicode="&#x2003;" horiz-adv-x="1878" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="469" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="234" />
+<glyph unicode="&#x2009;" horiz-adv-x="375" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="858" d="M123 459v203h612v-203h-612z" />
+<glyph unicode="&#x2011;" horiz-adv-x="858" d="M123 459v203h612v-203h-612z" />
+<glyph unicode="&#x2012;" horiz-adv-x="858" d="M123 459v203h612v-203h-612z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1210" d="M123 459v203h962v-203h-962z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1878" d="M123 459v203h1632v-203h-1632z" />
+<glyph unicode="&#x2018;" horiz-adv-x="464" d="M102 1233v262h189v-223q0 -35 22.5 -45t34.5 -10v-164q-41 0 -84 9t-78.5 29.5t-59.5 55.5t-24 86z" />
+<glyph unicode="&#x2019;" horiz-adv-x="466" d="M98 1331v164q41 0 84 -9t79 -29.5t59.5 -55.5t23.5 -86v-262h-188v223q0 35 -22.5 45t-35.5 10z" />
+<glyph unicode="&#x201a;" horiz-adv-x="460" d="M82 -35q14 0 36.5 10.5t22.5 47.5v239h187v-280q0 -51 -23.5 -86t-59.5 -55.5t-79 -30t-84 -9.5v164z" />
+<glyph unicode="&#x201c;" horiz-adv-x="811" d="M102 1233v262h189v-223q0 -35 22.5 -45t34.5 -10v-164q-41 0 -84 9t-78.5 29.5t-59.5 55.5t-24 86zM451 1233v262h188v-223q0 -35 22.5 -45t34.5 -10v-164q-41 0 -84 9t-78.5 29.5t-59 55.5t-23.5 86z" />
+<glyph unicode="&#x201d;" horiz-adv-x="813" d="M98 1331v164q41 0 84 -9t79 -29.5t59.5 -55.5t23.5 -86v-262h-188v223q0 35 -22.5 45t-35.5 10zM444 1331v164q41 0 84 -9t79 -29.5t59.5 -55.5t23.5 -86v-262h-188v223q0 35 -22.5 45t-35.5 10z" />
+<glyph unicode="&#x201e;" horiz-adv-x="784" d="M82 -35q14 0 36.5 10.5t22.5 47.5v239h187v-280q0 -51 -23.5 -86t-59.5 -55.5t-79 -30t-84 -9.5v164zM408 -35q14 0 36.5 10.5t22.5 47.5v239h186v-280q0 -51 -23.5 -86t-59 -55.5t-78.5 -30t-84 -9.5v164z" />
+<glyph unicode="&#x2022;" horiz-adv-x="737" d="M166 713q0 41 16.5 77.5t44 64.5t64.5 44t78 16q43 0 79.5 -16t64.5 -44t43 -64.5t15 -77.5q0 -86 -58 -144.5t-144 -58.5q-41 0 -78 15.5t-64.5 43t-44 64.5t-16.5 80z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1124" d="M123 0v262h186v-262h-186zM469 0v262h186v-262h-186zM813 0v262h186v-262h-186z" />
+<glyph unicode="&#x202f;" horiz-adv-x="375" />
+<glyph unicode="&#x2039;" horiz-adv-x="731" d="M80 469v113l530 379v-187l-350 -244l350 -235v-184z" />
+<glyph unicode="&#x203a;" horiz-adv-x="731" d="M123 111v184l348 235l-348 244v187l528 -379v-113z" />
+<glyph unicode="&#x205f;" horiz-adv-x="469" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1613" d="M70 510l53 127h139q-6 49 -6 100v15h-147l53 127h108q20 113 76.5 218t142.5 187t202 130t259 48q195 0 335 -88t210 -229l-180 -121q-29 66 -72 111t-93 71.5t-103.5 37.5t-104.5 11q-90 0 -162.5 -30.5t-127 -82.5t-91.5 -120t-55 -143h590l-54 -127h-553v-23 q0 -49 7 -92h532l-53 -127h-447q53 -137 163 -226t257 -89q51 0 107.5 13t106.5 43t93 75t72 108l191 -108q-35 -82 -97.5 -144.5t-140.5 -105.5t-166 -65.5t-174 -22.5q-121 0 -224.5 42t-187.5 113.5t-144 165.5t-93 201h-221z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1617" d="M121 1309v149h538v-149h-194v-457h-150v457h-194zM754 852v602h217l139 -344l139 344h217v-602h-147v405l-148 -319h-120l-148 319v-405h-149z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1075" d="M0 0v1075h1075v-1075h-1075z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="51" />
+<hkern u1="&#x20;" u2="&#xc6;" k="72" />
+<hkern u1="&#x20;" u2="y" k="55" />
+<hkern u1="&#x20;" u2="w" k="57" />
+<hkern u1="&#x20;" u2="v" k="55" />
+<hkern u1="&#x20;" u2="Y" k="76" />
+<hkern u1="&#x20;" u2="X" k="10" />
+<hkern u1="&#x20;" u2="W" k="72" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="T" k="55" />
+<hkern u1="&#x20;" u2="J" k="57" />
+<hkern u1="&#x20;" u2="A" k="63" />
+<hkern u1="&#x20;" u2="&#x27;" k="53" />
+<hkern u1="&#x20;" u2="&#x22;" k="41" />
+<hkern u1="&#x22;" u2="&#x20;" k="41" />
+<hkern u1="&#x23;" u2="&#x34;" k="10" />
+<hkern u1="&#x24;" u2="&#x37;" k="12" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="74" />
+<hkern u1="&#x26;" u2="&#xf8;" k="-16" />
+<hkern u1="&#x26;" u2="&#xd8;" k="-43" />
+<hkern u1="&#x26;" u2="&#xc6;" k="-82" />
+<hkern u1="&#x26;" u2="z" k="-14" />
+<hkern u1="&#x26;" u2="y" k="37" />
+<hkern u1="&#x26;" u2="x" k="-45" />
+<hkern u1="&#x26;" u2="w" k="39" />
+<hkern u1="&#x26;" u2="v" k="35" />
+<hkern u1="&#x26;" u2="s" k="-14" />
+<hkern u1="&#x26;" u2="Z" k="-14" />
+<hkern u1="&#x26;" u2="Y" k="106" />
+<hkern u1="&#x26;" u2="X" k="-53" />
+<hkern u1="&#x26;" u2="W" k="88" />
+<hkern u1="&#x26;" u2="V" k="86" />
+<hkern u1="&#x26;" u2="U" k="14" />
+<hkern u1="&#x26;" u2="T" k="86" />
+<hkern u1="&#x26;" u2="J" k="-25" />
+<hkern u1="&#x26;" u2="A" k="-51" />
+<hkern u1="&#x26;" u2="&#x27;" k="78" />
+<hkern u1="&#x27;" u2="&#x2039;" k="23" />
+<hkern u1="&#x27;" u2="&#xf0;" k="98" />
+<hkern u1="&#x27;" u2="&#xef;" k="-31" />
+<hkern u1="&#x27;" u2="&#xee;" k="-16" />
+<hkern u1="&#x27;" u2="&#xc6;" k="190" />
+<hkern u1="&#x27;" u2="s" k="16" />
+<hkern u1="&#x27;" u2="o" k="45" />
+<hkern u1="&#x27;" u2="f" k="8" />
+<hkern u1="&#x27;" u2="d" k="117" />
+<hkern u1="&#x27;" u2="a" k="10" />
+<hkern u1="&#x27;" u2="O" k="18" />
+<hkern u1="&#x27;" u2="J" k="168" />
+<hkern u1="&#x27;" u2="A" k="129" />
+<hkern u1="&#x27;" u2="&#x40;" k="63" />
+<hkern u1="&#x27;" u2="&#x39;" k="29" />
+<hkern u1="&#x27;" u2="&#x35;" k="31" />
+<hkern u1="&#x27;" u2="&#x34;" k="164" />
+<hkern u1="&#x27;" u2="&#x33;" k="12" />
+<hkern u1="&#x27;" u2="&#x30;" k="14" />
+<hkern u1="&#x27;" u2="&#x2f;" k="190" />
+<hkern u1="&#x27;" u2="&#x2e;" k="246" />
+<hkern u1="&#x27;" u2="&#x20;" k="53" />
+<hkern u1="&#x28;" u2="&#xf0;" k="29" />
+<hkern u1="&#x28;" u2="&#xef;" k="-70" />
+<hkern u1="&#x28;" u2="&#xee;" k="-14" />
+<hkern u1="&#x28;" u2="&#xec;" k="-27" />
+<hkern u1="&#x28;" u2="&#xd8;" k="-14" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-41" />
+<hkern u1="&#x28;" u2="y" k="14" />
+<hkern u1="&#x28;" u2="x" k="-16" />
+<hkern u1="&#x28;" u2="w" k="29" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="u" k="10" />
+<hkern u1="&#x28;" u2="o" k="33" />
+<hkern u1="&#x28;" u2="j" k="-33" />
+<hkern u1="&#x28;" u2="f" k="10" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="Y" k="-31" />
+<hkern u1="&#x28;" u2="X" k="-29" />
+<hkern u1="&#x28;" u2="W" k="-27" />
+<hkern u1="&#x28;" u2="V" k="-27" />
+<hkern u1="&#x28;" u2="T" k="-6" />
+<hkern u1="&#x28;" u2="O" k="31" />
+<hkern u1="&#x28;" u2="J" k="-10" />
+<hkern u1="&#x28;" u2="A" k="-25" />
+<hkern u1="&#x28;" u2="&#x36;" k="10" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="92" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-78" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-66" />
+<hkern u1="&#x2a;" u2="&#xec;" k="-16" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="188" />
+<hkern u1="&#x2a;" u2="x" k="-27" />
+<hkern u1="&#x2a;" u2="w" k="-27" />
+<hkern u1="&#x2a;" u2="v" k="-23" />
+<hkern u1="&#x2a;" u2="s" k="37" />
+<hkern u1="&#x2a;" u2="o" k="57" />
+<hkern u1="&#x2a;" u2="f" k="8" />
+<hkern u1="&#x2a;" u2="d" k="78" />
+<hkern u1="&#x2a;" u2="a" k="18" />
+<hkern u1="&#x2a;" u2="Y" k="-39" />
+<hkern u1="&#x2a;" u2="X" k="-37" />
+<hkern u1="&#x2a;" u2="W" k="-35" />
+<hkern u1="&#x2a;" u2="V" k="-6" />
+<hkern u1="&#x2a;" u2="T" k="-37" />
+<hkern u1="&#x2a;" u2="O" k="10" />
+<hkern u1="&#x2a;" u2="J" k="172" />
+<hkern u1="&#x2a;" u2="A" k="123" />
+<hkern u1="&#x2b;" u2="&#x38;" k="10" />
+<hkern u1="&#x2b;" u2="&#x37;" k="27" />
+<hkern u1="&#x2b;" u2="&#x34;" k="57" />
+<hkern u1="&#x2b;" u2="&#x33;" k="25" />
+<hkern u1="&#x2b;" u2="&#x32;" k="10" />
+<hkern u1="&#x2b;" u2="&#x31;" k="12" />
+<hkern u1="&#x2c;" u2="j" k="-39" />
+<hkern u1="&#x2d;" u2="&#xc6;" k="33" />
+<hkern u1="&#x2d;" u2="z" k="41" />
+<hkern u1="&#x2d;" u2="y" k="39" />
+<hkern u1="&#x2d;" u2="x" k="55" />
+<hkern u1="&#x2d;" u2="w" k="41" />
+<hkern u1="&#x2d;" u2="v" k="37" />
+<hkern u1="&#x2d;" u2="t" k="10" />
+<hkern u1="&#x2d;" u2="s" k="10" />
+<hkern u1="&#x2d;" u2="f" k="8" />
+<hkern u1="&#x2d;" u2="Z" k="18" />
+<hkern u1="&#x2d;" u2="Y" k="127" />
+<hkern u1="&#x2d;" u2="X" k="53" />
+<hkern u1="&#x2d;" u2="W" k="82" />
+<hkern u1="&#x2d;" u2="V" k="80" />
+<hkern u1="&#x2d;" u2="T" k="131" />
+<hkern u1="&#x2d;" u2="J" k="80" />
+<hkern u1="&#x2d;" u2="A" k="27" />
+<hkern u1="&#x2d;" u2="&#x37;" k="41" />
+<hkern u1="&#x2d;" u2="&#x34;" k="23" />
+<hkern u1="&#x2d;" u2="&#x33;" k="76" />
+<hkern u1="&#x2d;" u2="&#x32;" k="10" />
+<hkern u1="&#x2d;" u2="&#x31;" k="31" />
+<hkern u1="&#x2e;" u2="&#x2019;" k="258" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="268" />
+<hkern u1="&#x2e;" u2="&#xc6;" k="-6" />
+<hkern u1="&#x2e;" u2="y" k="86" />
+<hkern u1="&#x2e;" u2="w" k="92" />
+<hkern u1="&#x2e;" u2="v" k="82" />
+<hkern u1="&#x2e;" u2="t" k="12" />
+<hkern u1="&#x2e;" u2="f" k="8" />
+<hkern u1="&#x2e;" u2="d" k="8" />
+<hkern u1="&#x2e;" u2="Y" k="154" />
+<hkern u1="&#x2e;" u2="W" k="141" />
+<hkern u1="&#x2e;" u2="V" k="137" />
+<hkern u1="&#x2e;" u2="U" k="33" />
+<hkern u1="&#x2e;" u2="T" k="133" />
+<hkern u1="&#x2e;" u2="O" k="27" />
+<hkern u1="&#x2e;" u2="&#x37;" k="57" />
+<hkern u1="&#x2e;" u2="&#x27;" k="246" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="76" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-61" />
+<hkern u1="&#x2f;" u2="&#xec;" k="-8" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="195" />
+<hkern u1="&#x2f;" u2="z" k="27" />
+<hkern u1="&#x2f;" u2="y" k="31" />
+<hkern u1="&#x2f;" u2="x" k="16" />
+<hkern u1="&#x2f;" u2="w" k="33" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="u" k="43" />
+<hkern u1="&#x2f;" u2="s" k="70" />
+<hkern u1="&#x2f;" u2="o" k="76" />
+<hkern u1="&#x2f;" u2="n" k="45" />
+<hkern u1="&#x2f;" u2="f" k="18" />
+<hkern u1="&#x2f;" u2="d" k="78" />
+<hkern u1="&#x2f;" u2="a" k="61" />
+<hkern u1="&#x2f;" u2="Y" k="-27" />
+<hkern u1="&#x2f;" u2="X" k="-27" />
+<hkern u1="&#x2f;" u2="W" k="-25" />
+<hkern u1="&#x2f;" u2="V" k="-23" />
+<hkern u1="&#x2f;" u2="S" k="14" />
+<hkern u1="&#x2f;" u2="O" k="41" />
+<hkern u1="&#x2f;" u2="J" k="156" />
+<hkern u1="&#x2f;" u2="A" k="127" />
+<hkern u1="&#x2f;" u2="&#x39;" k="61" />
+<hkern u1="&#x2f;" u2="&#x38;" k="14" />
+<hkern u1="&#x2f;" u2="&#x36;" k="31" />
+<hkern u1="&#x2f;" u2="&#x35;" k="72" />
+<hkern u1="&#x2f;" u2="&#x34;" k="156" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="45" />
+<hkern u1="&#x2f;" u2="&#x31;" k="43" />
+<hkern u1="&#x2f;" u2="&#x30;" k="78" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="522" />
+<hkern u1="&#x30;" u2="&#xc6;" k="43" />
+<hkern u1="&#x30;" u2="&#xb0;" k="33" />
+<hkern u1="&#x30;" u2="\" k="68" />
+<hkern u1="&#x30;" u2="Z" k="16" />
+<hkern u1="&#x30;" u2="Y" k="90" />
+<hkern u1="&#x30;" u2="X" k="27" />
+<hkern u1="&#x30;" u2="W" k="63" />
+<hkern u1="&#x30;" u2="V" k="61" />
+<hkern u1="&#x30;" u2="T" k="88" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="33" />
+<hkern u1="&#x30;" u2="&#x37;" k="18" />
+<hkern u1="&#x30;" u2="&#x2f;" k="14" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x30;" u2="&#x27;" k="14" />
+<hkern u1="&#x31;" u2="&#xc6;" k="-35" />
+<hkern u1="&#x31;" u2="&#xb7;" k="33" />
+<hkern u1="&#x31;" u2="&#xb0;" k="43" />
+<hkern u1="&#x31;" u2="\" k="80" />
+<hkern u1="&#x31;" u2="Y" k="96" />
+<hkern u1="&#x31;" u2="X" k="-14" />
+<hkern u1="&#x31;" u2="W" k="80" />
+<hkern u1="&#x31;" u2="V" k="80" />
+<hkern u1="&#x31;" u2="U" k="10" />
+<hkern u1="&#x31;" u2="T" k="98" />
+<hkern u1="&#x31;" u2="A" k="-16" />
+<hkern u1="&#x31;" u2="&#x3d;" k="12" />
+<hkern u1="&#x31;" u2="&#x37;" k="12" />
+<hkern u1="&#x31;" u2="&#x2d;" k="20" />
+<hkern u1="&#x31;" u2="&#x2b;" k="39" />
+<hkern u1="&#x31;" u2="&#x27;" k="37" />
+<hkern u1="&#x31;" u2="&#x23;" k="-10" />
+<hkern u1="&#x32;" u2="&#xc6;" k="-16" />
+<hkern u1="&#x32;" u2="\" k="53" />
+<hkern u1="&#x32;" u2="Y" k="74" />
+<hkern u1="&#x32;" u2="W" k="49" />
+<hkern u1="&#x32;" u2="V" k="49" />
+<hkern u1="&#x32;" u2="T" k="78" />
+<hkern u1="&#x33;" u2="&#xc6;" k="-33" />
+<hkern u1="&#x33;" u2="&#xb0;" k="35" />
+<hkern u1="&#x33;" u2="\" k="59" />
+<hkern u1="&#x33;" u2="Y" k="80" />
+<hkern u1="&#x33;" u2="X" k="-16" />
+<hkern u1="&#x33;" u2="W" k="53" />
+<hkern u1="&#x33;" u2="V" k="53" />
+<hkern u1="&#x33;" u2="T" k="80" />
+<hkern u1="&#x33;" u2="&#x37;" k="12" />
+<hkern u1="&#x33;" u2="&#x27;" k="16" />
+<hkern u1="&#x34;" u2="&#xc6;" k="-31" />
+<hkern u1="&#x34;" u2="&#xb7;" k="29" />
+<hkern u1="&#x34;" u2="&#xb0;" k="27" />
+<hkern u1="&#x34;" u2="\" k="63" />
+<hkern u1="&#x34;" u2="Y" k="82" />
+<hkern u1="&#x34;" u2="X" k="-8" />
+<hkern u1="&#x34;" u2="W" k="66" />
+<hkern u1="&#x34;" u2="V" k="66" />
+<hkern u1="&#x34;" u2="T" k="86" />
+<hkern u1="&#x34;" u2="A" k="-14" />
+<hkern u1="&#x34;" u2="&#x37;" k="14" />
+<hkern u1="&#x34;" u2="&#x2d;" k="10" />
+<hkern u1="&#x34;" u2="&#x2c;" k="-10" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x34;" u2="&#x27;" k="16" />
+<hkern u1="&#x35;" u2="&#xc6;" k="-14" />
+<hkern u1="&#x35;" u2="&#xb7;" k="16" />
+<hkern u1="&#x35;" u2="\" k="23" />
+<hkern u1="&#x35;" u2="Y" k="45" />
+<hkern u1="&#x35;" u2="W" k="31" />
+<hkern u1="&#x35;" u2="V" k="31" />
+<hkern u1="&#x35;" u2="T" k="59" />
+<hkern u1="&#x35;" u2="A" k="-16" />
+<hkern u1="&#x35;" u2="&#x2d;" k="14" />
+<hkern u1="&#x35;" u2="&#x2b;" k="33" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="41" />
+<hkern u1="&#x36;" u2="W" k="31" />
+<hkern u1="&#x36;" u2="V" k="31" />
+<hkern u1="&#x36;" u2="T" k="12" />
+<hkern u1="&#x36;" u2="A" k="29" />
+<hkern u1="&#x36;" u2="&#x33;" k="14" />
+<hkern u1="&#x37;" u2="&#xc6;" k="104" />
+<hkern u1="&#x37;" u2="&#xb7;" k="37" />
+<hkern u1="&#x37;" u2="&#xb0;" k="-6" />
+<hkern u1="&#x37;" u2="&#xa2;" k="33" />
+<hkern u1="&#x37;" u2="Z" k="16" />
+<hkern u1="&#x37;" u2="T" k="8" />
+<hkern u1="&#x37;" u2="J" k="102" />
+<hkern u1="&#x37;" u2="A" k="78" />
+<hkern u1="&#x37;" u2="&#x3d;" k="16" />
+<hkern u1="&#x37;" u2="&#x37;" k="-12" />
+<hkern u1="&#x37;" u2="&#x35;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="94" />
+<hkern u1="&#x37;" u2="&#x2f;" k="102" />
+<hkern u1="&#x37;" u2="&#x2e;" k="125" />
+<hkern u1="&#x37;" u2="&#x2d;" k="49" />
+<hkern u1="&#x37;" u2="&#x2b;" k="14" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="45" />
+<hkern u1="&#x38;" u2="W" k="33" />
+<hkern u1="&#x38;" u2="V" k="33" />
+<hkern u1="&#x38;" u2="T" k="10" />
+<hkern u1="&#x38;" u2="A" k="29" />
+<hkern u1="&#x38;" u2="&#x2b;" k="10" />
+<hkern u1="&#x39;" u2="&#xb0;" k="55" />
+<hkern u1="&#x39;" u2="\" k="70" />
+<hkern u1="&#x39;" u2="Y" k="92" />
+<hkern u1="&#x39;" u2="W" k="66" />
+<hkern u1="&#x39;" u2="V" k="63" />
+<hkern u1="&#x39;" u2="T" k="94" />
+<hkern u1="&#x39;" u2="&#x37;" k="18" />
+<hkern u1="&#x39;" u2="&#x27;" k="41" />
+<hkern u1="&#x3a;" u2="Y" k="57" />
+<hkern u1="&#x3a;" u2="W" k="35" />
+<hkern u1="&#x3a;" u2="V" k="35" />
+<hkern u1="&#x3a;" u2="T" k="61" />
+<hkern u1="&#x3b;" u2="j" k="-31" />
+<hkern u1="&#x3d;" u2="&#x37;" k="27" />
+<hkern u1="&#x3d;" u2="&#x34;" k="12" />
+<hkern u1="&#x3d;" u2="&#x33;" k="31" />
+<hkern u1="&#x3d;" u2="&#x31;" k="18" />
+<hkern u1="&#x40;" u2="&#x2019;" k="61" />
+<hkern u1="&#x40;" u2="Y" k="102" />
+<hkern u1="&#x40;" u2="W" k="72" />
+<hkern u1="&#x40;" u2="V" k="72" />
+<hkern u1="&#x40;" u2="T" k="96" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="&#x40;" u2="&#x27;" k="59" />
+<hkern u1="A" u2="&#x2122;" k="125" />
+<hkern u1="A" u2="&#x2039;" k="27" />
+<hkern u1="A" u2="&#x201e;" k="-6" />
+<hkern u1="A" u2="&#x201a;" k="-6" />
+<hkern u1="A" u2="&#x2019;" k="127" />
+<hkern u1="A" u2="&#x2018;" k="129" />
+<hkern u1="A" u2="&#xf0;" k="31" />
+<hkern u1="A" u2="&#xd8;" k="14" />
+<hkern u1="A" u2="&#xd0;" k="6" />
+<hkern u1="A" u2="&#xba;" k="96" />
+<hkern u1="A" u2="&#xae;" k="41" />
+<hkern u1="A" u2="&#xaa;" k="86" />
+<hkern u1="A" u2="&#xa9;" k="41" />
+<hkern u1="A" u2="y" k="70" />
+<hkern u1="A" u2="w" k="72" />
+<hkern u1="A" u2="v" k="66" />
+<hkern u1="A" u2="u" k="23" />
+<hkern u1="A" u2="t" k="53" />
+<hkern u1="A" u2="s" k="8" />
+<hkern u1="A" u2="o" k="35" />
+<hkern u1="A" u2="l" k="8" />
+<hkern u1="A" u2="f" k="33" />
+<hkern u1="A" u2="d" k="35" />
+<hkern u1="A" u2="a" k="16" />
+<hkern u1="A" u2="]" k="-6" />
+<hkern u1="A" u2="\" k="121" />
+<hkern u1="A" u2="Y" k="143" />
+<hkern u1="A" u2="W" k="115" />
+<hkern u1="A" u2="V" k="113" />
+<hkern u1="A" u2="U" k="59" />
+<hkern u1="A" u2="T" k="139" />
+<hkern u1="A" u2="S" k="18" />
+<hkern u1="A" u2="O" k="53" />
+<hkern u1="A" u2="&#x40;" k="12" />
+<hkern u1="A" u2="&#x3f;" k="33" />
+<hkern u1="A" u2="&#x38;" k="29" />
+<hkern u1="A" u2="&#x37;" k="33" />
+<hkern u1="A" u2="&#x36;" k="33" />
+<hkern u1="A" u2="&#x34;" k="-23" />
+<hkern u1="A" u2="&#x32;" k="-10" />
+<hkern u1="A" u2="&#x30;" k="33" />
+<hkern u1="A" u2="&#x2f;" k="-20" />
+<hkern u1="A" u2="&#x2d;" k="27" />
+<hkern u1="A" u2="&#x2c;" k="-6" />
+<hkern u1="A" u2="&#x2a;" k="123" />
+<hkern u1="A" u2="&#x29;" k="-23" />
+<hkern u1="A" u2="&#x27;" k="129" />
+<hkern u1="A" u2="&#x26;" k="29" />
+<hkern u1="A" u2="&#x20;" k="63" />
+<hkern u1="B" u2="&#xf0;" k="6" />
+<hkern u1="B" u2="&#xef;" k="-18" />
+<hkern u1="B" u2="&#xee;" k="-16" />
+<hkern u1="B" u2="&#xc6;" k="20" />
+<hkern u1="B" u2="z" k="8" />
+<hkern u1="B" u2="y" k="20" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="w" k="20" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="u" k="6" />
+<hkern u1="B" u2="t" k="20" />
+<hkern u1="B" u2="s" k="10" />
+<hkern u1="B" u2="o" k="6" />
+<hkern u1="B" u2="n" k="6" />
+<hkern u1="B" u2="f" k="23" />
+<hkern u1="B" u2="d" k="6" />
+<hkern u1="B" u2="Z" k="6" />
+<hkern u1="B" u2="Y" k="59" />
+<hkern u1="B" u2="X" k="31" />
+<hkern u1="B" u2="W" k="43" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="T" k="51" />
+<hkern u1="B" u2="J" k="20" />
+<hkern u1="B" u2="A" k="29" />
+<hkern u1="B" u2="&#x37;" k="16" />
+<hkern u1="B" u2="&#x33;" k="10" />
+<hkern u1="C" u2="&#x2122;" k="-18" />
+<hkern u1="C" u2="&#xf0;" k="8" />
+<hkern u1="C" u2="&#xef;" k="-49" />
+<hkern u1="C" u2="&#xee;" k="-29" />
+<hkern u1="C" u2="&#xc6;" k="14" />
+<hkern u1="C" u2="z" k="6" />
+<hkern u1="C" u2="y" k="6" />
+<hkern u1="C" u2="w" k="6" />
+<hkern u1="C" u2="u" k="6" />
+<hkern u1="C" u2="t" k="8" />
+<hkern u1="C" u2="s" k="10" />
+<hkern u1="C" u2="o" k="8" />
+<hkern u1="C" u2="n" k="6" />
+<hkern u1="C" u2="f" k="14" />
+<hkern u1="C" u2="d" k="8" />
+<hkern u1="C" u2="Y" k="35" />
+<hkern u1="C" u2="X" k="12" />
+<hkern u1="C" u2="W" k="23" />
+<hkern u1="C" u2="V" k="23" />
+<hkern u1="C" u2="T" k="10" />
+<hkern u1="C" u2="S" k="6" />
+<hkern u1="C" u2="O" k="16" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="C" u2="&#x2a;" k="-27" />
+<hkern u1="D" u2="&#x2122;" k="8" />
+<hkern u1="D" u2="&#x2018;" k="8" />
+<hkern u1="D" u2="&#xf0;" k="8" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="D" u2="&#xc6;" k="78" />
+<hkern u1="D" u2="z" k="8" />
+<hkern u1="D" u2="y" k="8" />
+<hkern u1="D" u2="x" k="20" />
+<hkern u1="D" u2="w" k="6" />
+<hkern u1="D" u2="u" k="6" />
+<hkern u1="D" u2="s" k="8" />
+<hkern u1="D" u2="n" k="10" />
+<hkern u1="D" u2="i" k="6" />
+<hkern u1="D" u2="h" k="6" />
+<hkern u1="D" u2="a" k="14" />
+<hkern u1="D" u2="\" k="29" />
+<hkern u1="D" u2="Z" k="29" />
+<hkern u1="D" u2="Y" k="80" />
+<hkern u1="D" u2="X" k="57" />
+<hkern u1="D" u2="W" k="51" />
+<hkern u1="D" u2="V" k="49" />
+<hkern u1="D" u2="T" k="53" />
+<hkern u1="D" u2="S" k="6" />
+<hkern u1="D" u2="J" k="66" />
+<hkern u1="D" u2="A" k="51" />
+<hkern u1="D" u2="&#x34;" k="10" />
+<hkern u1="D" u2="&#x2f;" k="41" />
+<hkern u1="D" u2="&#x2e;" k="23" />
+<hkern u1="D" u2="&#x29;" k="25" />
+<hkern u1="D" u2="&#x27;" k="12" />
+<hkern u1="E" u2="&#x2039;" k="18" />
+<hkern u1="E" u2="&#xf0;" k="33" />
+<hkern u1="E" u2="&#xef;" k="-43" />
+<hkern u1="E" u2="&#xee;" k="-29" />
+<hkern u1="E" u2="y" k="39" />
+<hkern u1="E" u2="w" k="35" />
+<hkern u1="E" u2="v" k="29" />
+<hkern u1="E" u2="u" k="20" />
+<hkern u1="E" u2="t" k="23" />
+<hkern u1="E" u2="s" k="6" />
+<hkern u1="E" u2="o" k="33" />
+<hkern u1="E" u2="n" k="4" />
+<hkern u1="E" u2="f" k="29" />
+<hkern u1="E" u2="d" k="33" />
+<hkern u1="E" u2="a" k="10" />
+<hkern u1="E" u2="S" k="20" />
+<hkern u1="E" u2="O" k="25" />
+<hkern u1="E" u2="&#x37;" k="20" />
+<hkern u1="E" u2="&#x2d;" k="18" />
+<hkern u1="F" g2="uniFB04" k="29" />
+<hkern u1="F" g2="uniFB03" k="29" />
+<hkern u1="F" u2="&#x2122;" k="-6" />
+<hkern u1="F" u2="&#x203a;" k="23" />
+<hkern u1="F" u2="&#x2039;" k="27" />
+<hkern u1="F" u2="&#xf0;" k="82" />
+<hkern u1="F" u2="&#xef;" k="-74" />
+<hkern u1="F" u2="&#xee;" k="-59" />
+<hkern u1="F" u2="&#xed;" k="14" />
+<hkern u1="F" u2="&#xec;" k="-20" />
+<hkern u1="F" u2="&#xdf;" k="16" />
+<hkern u1="F" u2="&#xc6;" k="209" />
+<hkern u1="F" u2="z" k="51" />
+<hkern u1="F" u2="y" k="33" />
+<hkern u1="F" u2="x" k="37" />
+<hkern u1="F" u2="w" k="33" />
+<hkern u1="F" u2="v" k="31" />
+<hkern u1="F" u2="u" k="41" />
+<hkern u1="F" u2="t" k="10" />
+<hkern u1="F" u2="s" k="70" />
+<hkern u1="F" u2="o" k="57" />
+<hkern u1="F" u2="n" k="49" />
+<hkern u1="F" u2="f" k="29" />
+<hkern u1="F" u2="d" k="57" />
+<hkern u1="F" u2="a" k="98" />
+<hkern u1="F" u2="S" k="41" />
+<hkern u1="F" u2="O" k="31" />
+<hkern u1="F" u2="J" k="221" />
+<hkern u1="F" u2="A" k="125" />
+<hkern u1="F" u2="&#x40;" k="10" />
+<hkern u1="F" u2="&#x3a;" k="18" />
+<hkern u1="F" u2="&#x37;" k="27" />
+<hkern u1="F" u2="&#x35;" k="31" />
+<hkern u1="F" u2="&#x34;" k="78" />
+<hkern u1="F" u2="&#x33;" k="27" />
+<hkern u1="F" u2="&#x32;" k="33" />
+<hkern u1="F" u2="&#x31;" k="18" />
+<hkern u1="F" u2="&#x2f;" k="111" />
+<hkern u1="F" u2="&#x2e;" k="125" />
+<hkern u1="F" u2="&#x2d;" k="31" />
+<hkern u1="F" u2="&#x2a;" k="-25" />
+<hkern u1="F" u2="&#x29;" k="-6" />
+<hkern u1="F" u2="&#x20;" k="45" />
+<hkern u1="G" u2="&#x2122;" k="8" />
+<hkern u1="G" u2="&#xf0;" k="6" />
+<hkern u1="G" u2="y" k="25" />
+<hkern u1="G" u2="w" k="27" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="t" k="12" />
+<hkern u1="G" u2="f" k="12" />
+<hkern u1="G" u2="\" k="14" />
+<hkern u1="G" u2="Y" k="66" />
+<hkern u1="G" u2="W" k="47" />
+<hkern u1="G" u2="V" k="45" />
+<hkern u1="G" u2="T" k="41" />
+<hkern u1="G" u2="&#x27;" k="10" />
+<hkern u1="I" u2="&#xf0;" k="20" />
+<hkern u1="I" u2="&#xef;" k="-18" />
+<hkern u1="I" u2="z" k="6" />
+<hkern u1="I" u2="y" k="6" />
+<hkern u1="I" u2="t" k="16" />
+<hkern u1="I" u2="s" k="12" />
+<hkern u1="I" u2="o" k="18" />
+<hkern u1="I" u2="f" k="16" />
+<hkern u1="I" u2="d" k="16" />
+<hkern u1="I" u2="a" k="14" />
+<hkern u1="J" u2="&#xf0;" k="25" />
+<hkern u1="J" u2="&#xef;" k="-27" />
+<hkern u1="J" u2="&#xee;" k="-14" />
+<hkern u1="J" u2="&#xc6;" k="45" />
+<hkern u1="J" u2="z" k="10" />
+<hkern u1="J" u2="x" k="6" />
+<hkern u1="J" u2="u" k="8" />
+<hkern u1="J" u2="t" k="12" />
+<hkern u1="J" u2="s" k="23" />
+<hkern u1="J" u2="o" k="18" />
+<hkern u1="J" u2="n" k="8" />
+<hkern u1="J" u2="l" k="6" />
+<hkern u1="J" u2="i" k="6" />
+<hkern u1="J" u2="h" k="6" />
+<hkern u1="J" u2="f" k="14" />
+<hkern u1="J" u2="d" k="18" />
+<hkern u1="J" u2="a" k="20" />
+<hkern u1="J" u2="J" k="31" />
+<hkern u1="J" u2="A" k="33" />
+<hkern u1="J" u2="&#x2f;" k="16" />
+<hkern u1="J" u2="&#x2e;" k="12" />
+<hkern u1="K" u2="&#x2122;" k="-18" />
+<hkern u1="K" u2="&#x203a;" k="-6" />
+<hkern u1="K" u2="&#x2039;" k="27" />
+<hkern u1="K" u2="&#x201e;" k="-23" />
+<hkern u1="K" u2="&#x201a;" k="-23" />
+<hkern u1="K" u2="&#xf8;" k="25" />
+<hkern u1="K" u2="&#xf0;" k="55" />
+<hkern u1="K" u2="&#xef;" k="-88" />
+<hkern u1="K" u2="&#xee;" k="-16" />
+<hkern u1="K" u2="&#xec;" k="-33" />
+<hkern u1="K" u2="&#xd8;" k="23" />
+<hkern u1="K" u2="&#xae;" k="31" />
+<hkern u1="K" u2="&#xa9;" k="31" />
+<hkern u1="K" u2="&#x7d;" k="-18" />
+<hkern u1="K" u2="y" k="76" />
+<hkern u1="K" u2="w" k="82" />
+<hkern u1="K" u2="v" k="76" />
+<hkern u1="K" u2="u" k="33" />
+<hkern u1="K" u2="t" k="31" />
+<hkern u1="K" u2="o" k="63" />
+<hkern u1="K" u2="f" k="33" />
+<hkern u1="K" u2="d" k="61" />
+<hkern u1="K" u2="a" k="8" />
+<hkern u1="K" u2="]" k="-20" />
+<hkern u1="K" u2="\" k="-16" />
+<hkern u1="K" u2="S" k="18" />
+<hkern u1="K" u2="O" k="74" />
+<hkern u1="K" u2="J" k="-6" />
+<hkern u1="K" u2="&#x3b;" k="-12" />
+<hkern u1="K" u2="&#x34;" k="-37" />
+<hkern u1="K" u2="&#x32;" k="-25" />
+<hkern u1="K" u2="&#x30;" k="10" />
+<hkern u1="K" u2="&#x2f;" k="-35" />
+<hkern u1="K" u2="&#x2d;" k="49" />
+<hkern u1="K" u2="&#x2c;" k="-23" />
+<hkern u1="K" u2="&#x2a;" k="-27" />
+<hkern u1="K" u2="&#x29;" k="-39" />
+<hkern u1="K" u2="&#x20;" k="27" />
+<hkern u1="L" u2="&#x2122;" k="215" />
+<hkern u1="L" u2="&#x2039;" k="63" />
+<hkern u1="L" u2="&#x2019;" k="209" />
+<hkern u1="L" u2="&#x2018;" k="211" />
+<hkern u1="L" u2="&#xf0;" k="25" />
+<hkern u1="L" u2="&#xc6;" k="-16" />
+<hkern u1="L" u2="&#xba;" k="211" />
+<hkern u1="L" u2="&#xb7;" k="274" />
+<hkern u1="L" u2="&#xae;" k="29" />
+<hkern u1="L" u2="&#xaa;" k="209" />
+<hkern u1="L" u2="&#xa9;" k="29" />
+<hkern u1="L" u2="y" k="139" />
+<hkern u1="L" u2="w" k="150" />
+<hkern u1="L" u2="v" k="129" />
+<hkern u1="L" u2="u" k="14" />
+<hkern u1="L" u2="t" k="41" />
+<hkern u1="L" u2="o" k="31" />
+<hkern u1="L" u2="f" k="31" />
+<hkern u1="L" u2="d" k="33" />
+<hkern u1="L" u2="\" k="170" />
+<hkern u1="L" u2="Y" k="221" />
+<hkern u1="L" u2="W" k="205" />
+<hkern u1="L" u2="V" k="197" />
+<hkern u1="L" u2="U" k="70" />
+<hkern u1="L" u2="T" k="215" />
+<hkern u1="L" u2="S" k="6" />
+<hkern u1="L" u2="O" k="70" />
+<hkern u1="L" u2="&#x3f;" k="23" />
+<hkern u1="L" u2="&#x37;" k="12" />
+<hkern u1="L" u2="&#x2d;" k="88" />
+<hkern u1="L" u2="&#x2a;" k="213" />
+<hkern u1="L" u2="&#x27;" k="207" />
+<hkern u1="L" u2="&#x20;" k="55" />
+<hkern u1="O" u2="&#x2122;" k="10" />
+<hkern u1="O" u2="&#x2019;" k="8" />
+<hkern u1="O" u2="&#x2018;" k="10" />
+<hkern u1="O" u2="&#xf0;" k="8" />
+<hkern u1="O" u2="&#xd0;" k="14" />
+<hkern u1="O" u2="&#xc6;" k="82" />
+<hkern u1="O" u2="z" k="8" />
+<hkern u1="O" u2="y" k="4" />
+<hkern u1="O" u2="x" k="25" />
+<hkern u1="O" u2="w" k="6" />
+<hkern u1="O" u2="u" k="6" />
+<hkern u1="O" u2="s" k="8" />
+<hkern u1="O" u2="n" k="10" />
+<hkern u1="O" u2="i" k="10" />
+<hkern u1="O" u2="h" k="6" />
+<hkern u1="O" u2="a" k="14" />
+<hkern u1="O" u2="\" k="33" />
+<hkern u1="O" u2="Z" k="33" />
+<hkern u1="O" u2="Y" k="84" />
+<hkern u1="O" u2="X" k="57" />
+<hkern u1="O" u2="W" k="53" />
+<hkern u1="O" u2="V" k="51" />
+<hkern u1="O" u2="T" k="57" />
+<hkern u1="O" u2="S" k="6" />
+<hkern u1="O" u2="J" k="66" />
+<hkern u1="O" u2="A" k="53" />
+<hkern u1="O" u2="&#x34;" k="10" />
+<hkern u1="O" u2="&#x2f;" k="43" />
+<hkern u1="O" u2="&#x2e;" k="27" />
+<hkern u1="O" u2="&#x2a;" k="8" />
+<hkern u1="O" u2="&#x29;" k="29" />
+<hkern u1="O" u2="&#x27;" k="18" />
+<hkern u1="P" u2="&#x2039;" k="27" />
+<hkern u1="P" u2="&#xf0;" k="47" />
+<hkern u1="P" u2="&#xef;" k="-35" />
+<hkern u1="P" u2="&#xee;" k="-16" />
+<hkern u1="P" u2="&#xc6;" k="184" />
+<hkern u1="P" u2="y" k="-18" />
+<hkern u1="P" u2="x" k="-8" />
+<hkern u1="P" u2="w" k="-14" />
+<hkern u1="P" u2="v" k="-10" />
+<hkern u1="P" u2="s" k="16" />
+<hkern u1="P" u2="o" k="27" />
+<hkern u1="P" u2="d" k="25" />
+<hkern u1="P" u2="a" k="20" />
+<hkern u1="P" u2="Z" k="14" />
+<hkern u1="P" u2="Y" k="33" />
+<hkern u1="P" u2="X" k="39" />
+<hkern u1="P" u2="W" k="25" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="T" k="4" />
+<hkern u1="P" u2="J" k="186" />
+<hkern u1="P" u2="A" k="102" />
+<hkern u1="P" u2="&#x35;" k="14" />
+<hkern u1="P" u2="&#x34;" k="70" />
+<hkern u1="P" u2="&#x2f;" k="117" />
+<hkern u1="P" u2="&#x2e;" k="141" />
+<hkern u1="P" u2="&#x2d;" k="27" />
+<hkern u1="P" u2="&#x29;" k="16" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#x201e;" k="-10" />
+<hkern u1="Q" u2="&#x201a;" k="-10" />
+<hkern u1="Q" u2="&#xc6;" k="20" />
+<hkern u1="Q" u2="&#x7d;" k="-10" />
+<hkern u1="Q" u2="y" k="8" />
+<hkern u1="Q" u2="]" k="-10" />
+<hkern u1="Q" u2="X" k="16" />
+<hkern u1="Q" u2="J" k="16" />
+<hkern u1="Q" u2="A" k="12" />
+<hkern u1="Q" u2="&#x34;" k="-27" />
+<hkern u1="Q" u2="&#x32;" k="-14" />
+<hkern u1="Q" u2="&#x2f;" k="-25" />
+<hkern u1="Q" u2="&#x2c;" k="-10" />
+<hkern u1="Q" u2="&#x29;" k="-27" />
+<hkern u1="R" u2="&#x2122;" k="10" />
+<hkern u1="R" u2="&#x2039;" k="27" />
+<hkern u1="R" u2="&#x2019;" k="8" />
+<hkern u1="R" u2="&#xf0;" k="53" />
+<hkern u1="R" u2="&#xd0;" k="8" />
+<hkern u1="R" u2="y" k="14" />
+<hkern u1="R" u2="w" k="16" />
+<hkern u1="R" u2="v" k="14" />
+<hkern u1="R" u2="u" k="23" />
+<hkern u1="R" u2="t" k="16" />
+<hkern u1="R" u2="s" k="6" />
+<hkern u1="R" u2="o" k="45" />
+<hkern u1="R" u2="n" k="14" />
+<hkern u1="R" u2="l" k="16" />
+<hkern u1="R" u2="i" k="14" />
+<hkern u1="R" u2="h" k="10" />
+<hkern u1="R" u2="f" k="14" />
+<hkern u1="R" u2="d" k="43" />
+<hkern u1="R" u2="a" k="25" />
+<hkern u1="R" u2="\" k="23" />
+<hkern u1="R" u2="Y" k="66" />
+<hkern u1="R" u2="W" k="51" />
+<hkern u1="R" u2="V" k="49" />
+<hkern u1="R" u2="U" k="10" />
+<hkern u1="R" u2="T" k="35" />
+<hkern u1="R" u2="O" k="14" />
+<hkern u1="R" u2="A" k="10" />
+<hkern u1="R" u2="&#x34;" k="-10" />
+<hkern u1="R" u2="&#x2f;" k="-10" />
+<hkern u1="R" u2="&#x2d;" k="10" />
+<hkern u1="R" u2="&#x29;" k="-12" />
+<hkern u1="S" u2="&#xf0;" k="6" />
+<hkern u1="S" u2="&#xef;" k="-39" />
+<hkern u1="S" u2="&#xee;" k="-27" />
+<hkern u1="S" u2="&#xc6;" k="12" />
+<hkern u1="S" u2="&#xaa;" k="10" />
+<hkern u1="S" u2="z" k="10" />
+<hkern u1="S" u2="y" k="41" />
+<hkern u1="S" u2="x" k="23" />
+<hkern u1="S" u2="w" k="45" />
+<hkern u1="S" u2="v" k="41" />
+<hkern u1="S" u2="u" k="8" />
+<hkern u1="S" u2="t" k="27" />
+<hkern u1="S" u2="s" k="10" />
+<hkern u1="S" u2="n" k="8" />
+<hkern u1="S" u2="l" k="6" />
+<hkern u1="S" u2="i" k="6" />
+<hkern u1="S" u2="h" k="6" />
+<hkern u1="S" u2="f" k="25" />
+<hkern u1="S" u2="a" k="6" />
+<hkern u1="S" u2="Y" k="39" />
+<hkern u1="S" u2="X" k="18" />
+<hkern u1="S" u2="W" k="31" />
+<hkern u1="S" u2="V" k="31" />
+<hkern u1="S" u2="T" k="10" />
+<hkern u1="S" u2="A" k="29" />
+<hkern u1="S" u2="&#x37;" k="12" />
+<hkern u1="T" g2="uniFB04" k="88" />
+<hkern u1="T" g2="uniFB03" k="47" />
+<hkern u1="T" g2="uniFB01" k="33" />
+<hkern u1="T" u2="&#x2122;" k="-6" />
+<hkern u1="T" u2="&#x203a;" k="70" />
+<hkern u1="T" u2="&#x2039;" k="117" />
+<hkern u1="T" u2="&#xf0;" k="172" />
+<hkern u1="T" u2="&#xef;" k="-76" />
+<hkern u1="T" u2="&#xee;" k="-59" />
+<hkern u1="T" u2="&#xed;" k="23" />
+<hkern u1="T" u2="&#xec;" k="-23" />
+<hkern u1="T" u2="&#xe3;" k="147" />
+<hkern u1="T" u2="&#xdf;" k="27" />
+<hkern u1="T" u2="&#xc6;" k="176" />
+<hkern u1="T" u2="&#xae;" k="33" />
+<hkern u1="T" u2="&#xa9;" k="33" />
+<hkern u1="T" u2="z" k="137" />
+<hkern u1="T" u2="y" k="113" />
+<hkern u1="T" u2="x" k="109" />
+<hkern u1="T" u2="w" k="119" />
+<hkern u1="T" u2="v" k="119" />
+<hkern u1="T" u2="u" k="160" />
+<hkern u1="T" u2="t" k="12" />
+<hkern u1="T" u2="s" k="186" />
+<hkern u1="T" u2="o" k="195" />
+<hkern u1="T" u2="n" k="133" />
+<hkern u1="T" u2="f" k="61" />
+<hkern u1="T" u2="d" k="190" />
+<hkern u1="T" u2="a" k="178" />
+<hkern u1="T" u2="S" k="14" />
+<hkern u1="T" u2="O" k="55" />
+<hkern u1="T" u2="J" k="203" />
+<hkern u1="T" u2="A" k="139" />
+<hkern u1="T" u2="&#x40;" k="98" />
+<hkern u1="T" u2="&#x3a;" k="61" />
+<hkern u1="T" u2="&#x39;" k="92" />
+<hkern u1="T" u2="&#x38;" k="10" />
+<hkern u1="T" u2="&#x37;" k="47" />
+<hkern u1="T" u2="&#x36;" k="20" />
+<hkern u1="T" u2="&#x35;" k="90" />
+<hkern u1="T" u2="&#x34;" k="127" />
+<hkern u1="T" u2="&#x33;" k="68" />
+<hkern u1="T" u2="&#x32;" k="63" />
+<hkern u1="T" u2="&#x31;" k="80" />
+<hkern u1="T" u2="&#x30;" k="86" />
+<hkern u1="T" u2="&#x2f;" k="117" />
+<hkern u1="T" u2="&#x2e;" k="133" />
+<hkern u1="T" u2="&#x2d;" k="129" />
+<hkern u1="T" u2="&#x2a;" k="-37" />
+<hkern u1="T" u2="&#x29;" k="-6" />
+<hkern u1="T" u2="&#x26;" k="10" />
+<hkern u1="T" u2="&#x20;" k="55" />
+<hkern u1="U" u2="&#xf0;" k="29" />
+<hkern u1="U" u2="&#xef;" k="-33" />
+<hkern u1="U" u2="&#xee;" k="-16" />
+<hkern u1="U" u2="&#xc6;" k="90" />
+<hkern u1="U" u2="z" k="16" />
+<hkern u1="U" u2="x" k="6" />
+<hkern u1="U" u2="u" k="16" />
+<hkern u1="U" u2="t" k="10" />
+<hkern u1="U" u2="s" k="29" />
+<hkern u1="U" u2="o" k="23" />
+<hkern u1="U" u2="n" k="16" />
+<hkern u1="U" u2="l" k="12" />
+<hkern u1="U" u2="i" k="12" />
+<hkern u1="U" u2="h" k="12" />
+<hkern u1="U" u2="f" k="14" />
+<hkern u1="U" u2="d" k="23" />
+<hkern u1="U" u2="a" k="27" />
+<hkern u1="U" u2="J" k="59" />
+<hkern u1="U" u2="A" k="57" />
+<hkern u1="U" u2="&#x34;" k="12" />
+<hkern u1="U" u2="&#x2f;" k="43" />
+<hkern u1="U" u2="&#x2e;" k="31" />
+<hkern u1="V" u2="&#x2122;" k="-25" />
+<hkern u1="V" u2="&#x203a;" k="49" />
+<hkern u1="V" u2="&#x2039;" k="82" />
+<hkern u1="V" u2="&#x2019;" k="-8" />
+<hkern u1="V" u2="&#x2018;" k="-6" />
+<hkern u1="V" u2="&#xf0;" k="135" />
+<hkern u1="V" u2="&#xef;" k="-92" />
+<hkern u1="V" u2="&#xee;" k="-49" />
+<hkern u1="V" u2="&#xed;" k="31" />
+<hkern u1="V" u2="&#xec;" k="-41" />
+<hkern u1="V" u2="&#xe3;" k="51" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="6" />
+<hkern u1="V" u2="&#xc6;" k="176" />
+<hkern u1="V" u2="&#xae;" k="41" />
+<hkern u1="V" u2="&#xa9;" k="41" />
+<hkern u1="V" u2="z" k="49" />
+<hkern u1="V" u2="y" k="25" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="w" k="27" />
+<hkern u1="V" u2="v" k="29" />
+<hkern u1="V" u2="u" k="78" />
+<hkern u1="V" u2="t" k="23" />
+<hkern u1="V" u2="s" k="106" />
+<hkern u1="V" u2="o" k="125" />
+<hkern u1="V" u2="n" k="82" />
+<hkern u1="V" u2="f" k="53" />
+<hkern u1="V" u2="d" k="121" />
+<hkern u1="V" u2="a" k="109" />
+<hkern u1="V" u2="]" k="-6" />
+<hkern u1="V" u2="\" k="-20" />
+<hkern u1="V" u2="S" k="39" />
+<hkern u1="V" u2="O" k="53" />
+<hkern u1="V" u2="J" k="170" />
+<hkern u1="V" u2="A" k="113" />
+<hkern u1="V" u2="&#x40;" k="74" />
+<hkern u1="V" u2="&#x3a;" k="35" />
+<hkern u1="V" u2="&#x39;" k="55" />
+<hkern u1="V" u2="&#x38;" k="33" />
+<hkern u1="V" u2="&#x36;" k="37" />
+<hkern u1="V" u2="&#x35;" k="66" />
+<hkern u1="V" u2="&#x34;" k="119" />
+<hkern u1="V" u2="&#x33;" k="39" />
+<hkern u1="V" u2="&#x32;" k="39" />
+<hkern u1="V" u2="&#x31;" k="37" />
+<hkern u1="V" u2="&#x30;" k="61" />
+<hkern u1="V" u2="&#x2f;" k="125" />
+<hkern u1="V" u2="&#x2e;" k="137" />
+<hkern u1="V" u2="&#x2d;" k="80" />
+<hkern u1="V" u2="&#x2a;" k="-39" />
+<hkern u1="V" u2="&#x29;" k="-25" />
+<hkern u1="V" u2="&#x26;" k="37" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#x2122;" k="-27" />
+<hkern u1="W" u2="&#x203a;" k="51" />
+<hkern u1="W" u2="&#x2039;" k="86" />
+<hkern u1="W" u2="&#x2019;" k="-10" />
+<hkern u1="W" u2="&#x2018;" k="-10" />
+<hkern u1="W" u2="&#xf0;" k="139" />
+<hkern u1="W" u2="&#xef;" k="-96" />
+<hkern u1="W" u2="&#xee;" k="-49" />
+<hkern u1="W" u2="&#xed;" k="31" />
+<hkern u1="W" u2="&#xec;" k="-43" />
+<hkern u1="W" u2="&#xe4;" k="51" />
+<hkern u1="W" u2="&#xe3;" k="51" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="6" />
+<hkern u1="W" u2="&#xc6;" k="178" />
+<hkern u1="W" u2="&#xae;" k="41" />
+<hkern u1="W" u2="&#xa9;" k="41" />
+<hkern u1="W" u2="&#x7d;" k="-6" />
+<hkern u1="W" u2="z" k="49" />
+<hkern u1="W" u2="y" k="27" />
+<hkern u1="W" u2="x" k="29" />
+<hkern u1="W" u2="w" k="27" />
+<hkern u1="W" u2="v" k="29" />
+<hkern u1="W" u2="u" k="80" />
+<hkern u1="W" u2="t" k="23" />
+<hkern u1="W" u2="s" k="111" />
+<hkern u1="W" u2="o" k="129" />
+<hkern u1="W" u2="n" k="84" />
+<hkern u1="W" u2="f" k="55" />
+<hkern u1="W" u2="d" k="127" />
+<hkern u1="W" u2="a" k="106" />
+<hkern u1="W" u2="]" k="-8" />
+<hkern u1="W" u2="\" k="-25" />
+<hkern u1="W" u2="S" k="39" />
+<hkern u1="W" u2="O" k="53" />
+<hkern u1="W" u2="J" k="170" />
+<hkern u1="W" u2="A" k="115" />
+<hkern u1="W" u2="&#x40;" k="76" />
+<hkern u1="W" u2="&#x3a;" k="35" />
+<hkern u1="W" u2="&#x39;" k="57" />
+<hkern u1="W" u2="&#x38;" k="33" />
+<hkern u1="W" u2="&#x36;" k="37" />
+<hkern u1="W" u2="&#x35;" k="70" />
+<hkern u1="W" u2="&#x34;" k="123" />
+<hkern u1="W" u2="&#x33;" k="41" />
+<hkern u1="W" u2="&#x32;" k="39" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="61" />
+<hkern u1="W" u2="&#x2f;" k="131" />
+<hkern u1="W" u2="&#x2e;" k="141" />
+<hkern u1="W" u2="&#x2d;" k="82" />
+<hkern u1="W" u2="&#x2a;" k="-35" />
+<hkern u1="W" u2="&#x29;" k="-27" />
+<hkern u1="W" u2="&#x26;" k="37" />
+<hkern u1="W" u2="&#x20;" k="72" />
+<hkern u1="X" u2="&#x2122;" k="-35" />
+<hkern u1="X" u2="&#x2039;" k="33" />
+<hkern u1="X" u2="&#x2019;" k="-10" />
+<hkern u1="X" u2="&#x2018;" k="-10" />
+<hkern u1="X" u2="&#xf8;" k="35" />
+<hkern u1="X" u2="&#xf0;" k="72" />
+<hkern u1="X" u2="&#xef;" k="-98" />
+<hkern u1="X" u2="&#xee;" k="-33" />
+<hkern u1="X" u2="&#xed;" k="10" />
+<hkern u1="X" u2="&#xec;" k="-43" />
+<hkern u1="X" u2="&#xdf;" k="10" />
+<hkern u1="X" u2="&#xd8;" k="20" />
+<hkern u1="X" u2="&#xae;" k="29" />
+<hkern u1="X" u2="&#xa9;" k="29" />
+<hkern u1="X" u2="&#x7d;" k="-8" />
+<hkern u1="X" u2="y" k="59" />
+<hkern u1="X" u2="w" k="63" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="u" k="45" />
+<hkern u1="X" u2="t" k="23" />
+<hkern u1="X" u2="o" k="78" />
+<hkern u1="X" u2="n" k="16" />
+<hkern u1="X" u2="f" k="37" />
+<hkern u1="X" u2="d" k="74" />
+<hkern u1="X" u2="a" k="16" />
+<hkern u1="X" u2="]" k="-10" />
+<hkern u1="X" u2="\" k="-27" />
+<hkern u1="X" u2="S" k="14" />
+<hkern u1="X" u2="O" k="59" />
+<hkern u1="X" u2="&#x34;" k="-18" />
+<hkern u1="X" u2="&#x32;" k="-6" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x2f;" k="-16" />
+<hkern u1="X" u2="&#x2d;" k="53" />
+<hkern u1="X" u2="&#x2a;" k="-37" />
+<hkern u1="X" u2="&#x29;" k="-29" />
+<hkern u1="X" u2="&#x20;" k="10" />
+<hkern u1="Y" u2="&#x2122;" k="-33" />
+<hkern u1="Y" u2="&#x203a;" k="82" />
+<hkern u1="Y" u2="&#x2039;" k="125" />
+<hkern u1="Y" u2="&#x2019;" k="-16" />
+<hkern u1="Y" u2="&#x2018;" k="-14" />
+<hkern u1="Y" u2="&#xf6;" k="76" />
+<hkern u1="Y" u2="&#xf0;" k="174" />
+<hkern u1="Y" u2="&#xef;" k="-100" />
+<hkern u1="Y" u2="&#xee;" k="-43" />
+<hkern u1="Y" u2="&#xed;" k="39" />
+<hkern u1="Y" u2="&#xec;" k="-49" />
+<hkern u1="Y" u2="&#xeb;" k="76" />
+<hkern u1="Y" u2="&#xe4;" k="47" />
+<hkern u1="Y" u2="&#xe3;" k="53" />
+<hkern u1="Y" u2="&#xdf;" k="66" />
+<hkern u1="Y" u2="&#xd0;" k="6" />
+<hkern u1="Y" u2="&#xc6;" k="207" />
+<hkern u1="Y" u2="&#xae;" k="61" />
+<hkern u1="Y" u2="&#xa9;" k="61" />
+<hkern u1="Y" u2="&#x7d;" k="-10" />
+<hkern u1="Y" u2="z" k="90" />
+<hkern u1="Y" u2="y" k="66" />
+<hkern u1="Y" u2="x" k="66" />
+<hkern u1="Y" u2="w" k="70" />
+<hkern u1="Y" u2="v" k="74" />
+<hkern u1="Y" u2="u" k="119" />
+<hkern u1="Y" u2="t" k="37" />
+<hkern u1="Y" u2="s" k="170" />
+<hkern u1="Y" u2="o" k="170" />
+<hkern u1="Y" u2="n" k="125" />
+<hkern u1="Y" u2="f" k="78" />
+<hkern u1="Y" u2="d" k="166" />
+<hkern u1="Y" u2="a" k="162" />
+<hkern u1="Y" u2="]" k="-12" />
+<hkern u1="Y" u2="\" k="-27" />
+<hkern u1="Y" u2="S" k="49" />
+<hkern u1="Y" u2="O" k="82" />
+<hkern u1="Y" u2="J" k="184" />
+<hkern u1="Y" u2="A" k="143" />
+<hkern u1="Y" u2="&#x40;" k="106" />
+<hkern u1="Y" u2="&#x3a;" k="57" />
+<hkern u1="Y" u2="&#x39;" k="86" />
+<hkern u1="Y" u2="&#x38;" k="43" />
+<hkern u1="Y" u2="&#x36;" k="53" />
+<hkern u1="Y" u2="&#x35;" k="86" />
+<hkern u1="Y" u2="&#x34;" k="143" />
+<hkern u1="Y" u2="&#x33;" k="63" />
+<hkern u1="Y" u2="&#x32;" k="63" />
+<hkern u1="Y" u2="&#x31;" k="68" />
+<hkern u1="Y" u2="&#x30;" k="90" />
+<hkern u1="Y" u2="&#x2f;" k="131" />
+<hkern u1="Y" u2="&#x2e;" k="156" />
+<hkern u1="Y" u2="&#x2d;" k="127" />
+<hkern u1="Y" u2="&#x2a;" k="-39" />
+<hkern u1="Y" u2="&#x29;" k="-33" />
+<hkern u1="Y" u2="&#x26;" k="47" />
+<hkern u1="Y" u2="&#x20;" k="78" />
+<hkern u1="Z" u2="&#x2039;" k="12" />
+<hkern u1="Z" u2="&#xf0;" k="29" />
+<hkern u1="Z" u2="&#xef;" k="-43" />
+<hkern u1="Z" u2="&#xee;" k="-31" />
+<hkern u1="Z" u2="&#xae;" k="16" />
+<hkern u1="Z" u2="&#xa9;" k="16" />
+<hkern u1="Z" u2="y" k="35" />
+<hkern u1="Z" u2="w" k="35" />
+<hkern u1="Z" u2="v" k="37" />
+<hkern u1="Z" u2="u" k="27" />
+<hkern u1="Z" u2="t" k="23" />
+<hkern u1="Z" u2="s" k="6" />
+<hkern u1="Z" u2="o" k="33" />
+<hkern u1="Z" u2="n" k="16" />
+<hkern u1="Z" u2="f" k="31" />
+<hkern u1="Z" u2="d" k="33" />
+<hkern u1="Z" u2="a" k="10" />
+<hkern u1="Z" u2="O" k="31" />
+<hkern u1="Z" u2="&#x30;" k="10" />
+<hkern u1="Z" u2="&#x2d;" k="20" />
+<hkern u1="[" u2="&#xef;" k="-45" />
+<hkern u1="[" u2="&#xee;" k="-33" />
+<hkern u1="[" u2="&#xc6;" k="-23" />
+<hkern u1="[" u2="j" k="-43" />
+<hkern u1="[" u2="Y" k="-10" />
+<hkern u1="[" u2="X" k="-10" />
+<hkern u1="[" u2="W" k="-8" />
+<hkern u1="[" u2="V" k="-6" />
+<hkern u1="[" u2="A" k="-6" />
+<hkern u1="\" u2="&#x2019;" k="168" />
+<hkern u1="\" u2="&#xd8;" k="-10" />
+<hkern u1="\" u2="&#xc6;" k="-37" />
+<hkern u1="\" u2="y" k="66" />
+<hkern u1="\" u2="x" k="-14" />
+<hkern u1="\" u2="w" k="72" />
+<hkern u1="\" u2="v" k="61" />
+<hkern u1="\" u2="t" k="14" />
+<hkern u1="\" u2="Y" k="129" />
+<hkern u1="\" u2="X" k="-16" />
+<hkern u1="\" u2="W" k="125" />
+<hkern u1="\" u2="V" k="121" />
+<hkern u1="\" u2="U" k="37" />
+<hkern u1="\" u2="T" k="115" />
+<hkern u1="\" u2="O" k="37" />
+<hkern u1="\" u2="J" k="-8" />
+<hkern u1="\" u2="A" k="-18" />
+<hkern u1="\" u2="&#x37;" k="18" />
+<hkern u1="\" u2="&#x36;" k="12" />
+<hkern u1="\" u2="&#x30;" k="10" />
+<hkern u1="\" u2="&#x27;" k="170" />
+<hkern u1="a" u2="&#x2122;" k="66" />
+<hkern u1="a" u2="&#x2019;" k="53" />
+<hkern u1="a" u2="&#x2018;" k="57" />
+<hkern u1="a" u2="&#xd0;" k="10" />
+<hkern u1="a" u2="&#xba;" k="27" />
+<hkern u1="a" u2="&#xaa;" k="14" />
+<hkern u1="a" u2="y" k="39" />
+<hkern u1="a" u2="w" k="47" />
+<hkern u1="a" u2="v" k="41" />
+<hkern u1="a" u2="t" k="16" />
+<hkern u1="a" u2="f" k="6" />
+<hkern u1="a" u2="\" k="90" />
+<hkern u1="a" u2="Z" k="4" />
+<hkern u1="a" u2="Y" k="168" />
+<hkern u1="a" u2="W" k="115" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="U" k="29" />
+<hkern u1="a" u2="T" k="193" />
+<hkern u1="a" u2="S" k="4" />
+<hkern u1="a" u2="O" k="18" />
+<hkern u1="a" u2="I" k="6" />
+<hkern u1="a" u2="&#x3f;" k="16" />
+<hkern u1="a" u2="&#x2a;" k="57" />
+<hkern u1="a" u2="&#x27;" k="45" />
+<hkern u1="b" u2="&#x2122;" k="68" />
+<hkern u1="b" u2="&#x2019;" k="94" />
+<hkern u1="b" u2="&#x2018;" k="104" />
+<hkern u1="b" u2="&#xd0;" k="14" />
+<hkern u1="b" u2="&#xc6;" k="43" />
+<hkern u1="b" u2="&#xba;" k="27" />
+<hkern u1="b" u2="&#xaa;" k="8" />
+<hkern u1="b" u2="z" k="20" />
+<hkern u1="b" u2="y" k="35" />
+<hkern u1="b" u2="x" k="39" />
+<hkern u1="b" u2="w" k="39" />
+<hkern u1="b" u2="v" k="33" />
+<hkern u1="b" u2="t" k="14" />
+<hkern u1="b" u2="s" k="4" />
+<hkern u1="b" u2="f" k="4" />
+<hkern u1="b" u2="\" k="78" />
+<hkern u1="b" u2="Z" k="39" />
+<hkern u1="b" u2="Y" k="166" />
+<hkern u1="b" u2="X" k="76" />
+<hkern u1="b" u2="W" k="127" />
+<hkern u1="b" u2="V" k="123" />
+<hkern u1="b" u2="U" k="23" />
+<hkern u1="b" u2="T" k="190" />
+<hkern u1="b" u2="S" k="20" />
+<hkern u1="b" u2="J" k="37" />
+<hkern u1="b" u2="I" k="16" />
+<hkern u1="b" u2="A" k="33" />
+<hkern u1="b" u2="&#x3f;" k="18" />
+<hkern u1="b" u2="&#x2e;" k="8" />
+<hkern u1="b" u2="&#x2a;" k="78" />
+<hkern u1="b" u2="&#x29;" k="35" />
+<hkern u1="b" u2="&#x27;" k="117" />
+<hkern u1="c" u2="&#x2122;" k="39" />
+<hkern u1="c" u2="&#x2039;" k="16" />
+<hkern u1="c" u2="&#x2019;" k="27" />
+<hkern u1="c" u2="&#x2018;" k="31" />
+<hkern u1="c" u2="&#xf0;" k="14" />
+<hkern u1="c" u2="&#xd0;" k="8" />
+<hkern u1="c" u2="&#xc6;" k="6" />
+<hkern u1="c" u2="y" k="20" />
+<hkern u1="c" u2="x" k="8" />
+<hkern u1="c" u2="w" k="18" />
+<hkern u1="c" u2="v" k="14" />
+<hkern u1="c" u2="s" k="10" />
+<hkern u1="c" u2="o" k="12" />
+<hkern u1="c" u2="d" k="12" />
+<hkern u1="c" u2="\" k="57" />
+<hkern u1="c" u2="Z" k="6" />
+<hkern u1="c" u2="Y" k="147" />
+<hkern u1="c" u2="X" k="14" />
+<hkern u1="c" u2="W" k="111" />
+<hkern u1="c" u2="V" k="109" />
+<hkern u1="c" u2="U" k="16" />
+<hkern u1="c" u2="T" k="176" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="c" u2="O" k="10" />
+<hkern u1="c" u2="A" k="12" />
+<hkern u1="c" u2="&#x3f;" k="10" />
+<hkern u1="c" u2="&#x2d;" k="23" />
+<hkern u1="c" u2="&#x2a;" k="33" />
+<hkern u1="c" u2="&#x27;" k="10" />
+<hkern u1="d" u2="&#xd0;" k="8" />
+<hkern u1="d" u2="y" k="6" />
+<hkern u1="d" u2="w" k="10" />
+<hkern u1="d" u2="v" k="8" />
+<hkern u1="d" u2="t" k="6" />
+<hkern u1="d" u2="Y" k="16" />
+<hkern u1="d" u2="W" k="14" />
+<hkern u1="d" u2="V" k="14" />
+<hkern u1="d" u2="U" k="20" />
+<hkern u1="d" u2="T" k="16" />
+<hkern u1="d" u2="O" k="16" />
+<hkern u1="e" u2="&#x2122;" k="53" />
+<hkern u1="e" u2="&#x2019;" k="45" />
+<hkern u1="e" u2="&#x2018;" k="51" />
+<hkern u1="e" u2="&#xd0;" k="12" />
+<hkern u1="e" u2="&#xc6;" k="39" />
+<hkern u1="e" u2="&#xba;" k="8" />
+<hkern u1="e" u2="z" k="16" />
+<hkern u1="e" u2="y" k="33" />
+<hkern u1="e" u2="x" k="41" />
+<hkern u1="e" u2="w" k="35" />
+<hkern u1="e" u2="v" k="29" />
+<hkern u1="e" u2="t" k="10" />
+<hkern u1="e" u2="\" k="74" />
+<hkern u1="e" u2="Z" k="35" />
+<hkern u1="e" u2="Y" k="197" />
+<hkern u1="e" u2="X" k="51" />
+<hkern u1="e" u2="W" k="119" />
+<hkern u1="e" u2="V" k="117" />
+<hkern u1="e" u2="U" k="16" />
+<hkern u1="e" u2="T" k="197" />
+<hkern u1="e" u2="S" k="16" />
+<hkern u1="e" u2="J" k="31" />
+<hkern u1="e" u2="I" k="14" />
+<hkern u1="e" u2="A" k="29" />
+<hkern u1="e" u2="&#x3f;" k="18" />
+<hkern u1="e" u2="&#x2a;" k="53" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x27;" k="41" />
+<hkern u1="f" u2="&#x2122;" k="-45" />
+<hkern u1="f" u2="&#x2039;" k="33" />
+<hkern u1="f" u2="&#x2019;" k="-10" />
+<hkern u1="f" u2="&#x2018;" k="-10" />
+<hkern u1="f" u2="&#xf0;" k="35" />
+<hkern u1="f" u2="&#xef;" k="-121" />
+<hkern u1="f" u2="&#xee;" k="-66" />
+<hkern u1="f" u2="&#xec;" k="-55" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-16" />
+<hkern u1="f" u2="z" k="4" />
+<hkern u1="f" u2="o" k="10" />
+<hkern u1="f" u2="d" k="8" />
+<hkern u1="f" u2="a" k="16" />
+<hkern u1="f" u2="]" k="-18" />
+<hkern u1="f" u2="\" k="-45" />
+<hkern u1="f" u2="Z" k="-10" />
+<hkern u1="f" u2="Y" k="-90" />
+<hkern u1="f" u2="X" k="-94" />
+<hkern u1="f" u2="W" k="-82" />
+<hkern u1="f" u2="V" k="-82" />
+<hkern u1="f" u2="T" k="-61" />
+<hkern u1="f" u2="S" k="6" />
+<hkern u1="f" u2="J" k="117" />
+<hkern u1="f" u2="A" k="76" />
+<hkern u1="f" u2="&#x2f;" k="51" />
+<hkern u1="f" u2="&#x2e;" k="61" />
+<hkern u1="f" u2="&#x2d;" k="37" />
+<hkern u1="f" u2="&#x2a;" k="-25" />
+<hkern u1="f" u2="&#x29;" k="-55" />
+<hkern u1="f" u2="&#x20;" k="35" />
+<hkern u1="g" u2="j" k="-70" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="125" />
+<hkern u1="g" u2="X" k="16" />
+<hkern u1="g" u2="W" k="88" />
+<hkern u1="g" u2="V" k="84" />
+<hkern u1="g" u2="U" k="16" />
+<hkern u1="g" u2="T" k="139" />
+<hkern u1="g" u2="S" k="6" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="h" u2="&#x2122;" k="57" />
+<hkern u1="h" u2="&#x2019;" k="74" />
+<hkern u1="h" u2="&#x2018;" k="78" />
+<hkern u1="h" u2="&#xba;" k="10" />
+<hkern u1="h" u2="y" k="18" />
+<hkern u1="h" u2="w" k="23" />
+<hkern u1="h" u2="v" k="18" />
+<hkern u1="h" u2="t" k="4" />
+<hkern u1="h" u2="\" k="68" />
+<hkern u1="h" u2="Z" k="16" />
+<hkern u1="h" u2="Y" k="147" />
+<hkern u1="h" u2="X" k="10" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="106" />
+<hkern u1="h" u2="U" k="23" />
+<hkern u1="h" u2="T" k="182" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="h" u2="O" k="10" />
+<hkern u1="h" u2="&#x3f;" k="16" />
+<hkern u1="h" u2="&#x2a;" k="57" />
+<hkern u1="h" u2="&#x27;" k="102" />
+<hkern u1="i" u2="&#xef;" k="-33" />
+<hkern u1="i" u2="&#xee;" k="-18" />
+<hkern u1="i" u2="Z" k="12" />
+<hkern u1="i" u2="U" k="12" />
+<hkern u1="i" u2="S" k="6" />
+<hkern u1="i" u2="O" k="6" />
+<hkern u1="j" u2="j" k="-72" />
+<hkern u1="k" u2="&#x2039;" k="53" />
+<hkern u1="k" u2="&#x201e;" k="-12" />
+<hkern u1="k" u2="&#x201a;" k="-12" />
+<hkern u1="k" u2="&#x2019;" k="10" />
+<hkern u1="k" u2="&#x2018;" k="16" />
+<hkern u1="k" u2="&#xf8;" k="20" />
+<hkern u1="k" u2="&#xf0;" k="59" />
+<hkern u1="k" u2="&#x7d;" k="-6" />
+<hkern u1="k" u2="s" k="10" />
+<hkern u1="k" u2="o" k="51" />
+<hkern u1="k" u2="f" k="6" />
+<hkern u1="k" u2="d" k="49" />
+<hkern u1="k" u2="a" k="18" />
+<hkern u1="k" u2="]" k="-6" />
+<hkern u1="k" u2="Y" k="72" />
+<hkern u1="k" u2="W" k="33" />
+<hkern u1="k" u2="V" k="31" />
+<hkern u1="k" u2="U" k="8" />
+<hkern u1="k" u2="T" k="115" />
+<hkern u1="k" u2="O" k="31" />
+<hkern u1="k" u2="&#x2f;" k="-23" />
+<hkern u1="k" u2="&#x2d;" k="59" />
+<hkern u1="k" u2="&#x2c;" k="-12" />
+<hkern u1="k" u2="&#x2a;" k="-23" />
+<hkern u1="k" u2="&#x29;" k="-25" />
+<hkern u1="k" u2="&#x27;" k="55" />
+<hkern u1="l" u2="&#x2122;" k="43" />
+<hkern u1="l" u2="&#x2039;" k="20" />
+<hkern u1="l" u2="&#x2019;" k="43" />
+<hkern u1="l" u2="&#x2018;" k="43" />
+<hkern u1="l" u2="&#xf0;" k="6" />
+<hkern u1="l" u2="&#xc6;" k="-6" />
+<hkern u1="l" u2="&#xba;" k="41" />
+<hkern u1="l" u2="&#xb7;" k="141" />
+<hkern u1="l" u2="&#xae;" k="10" />
+<hkern u1="l" u2="&#xaa;" k="41" />
+<hkern u1="l" u2="&#xa9;" k="10" />
+<hkern u1="l" u2="y" k="45" />
+<hkern u1="l" u2="w" k="55" />
+<hkern u1="l" u2="v" k="45" />
+<hkern u1="l" u2="t" k="23" />
+<hkern u1="l" u2="o" k="6" />
+<hkern u1="l" u2="f" k="16" />
+<hkern u1="l" u2="d" k="6" />
+<hkern u1="l" u2="\" k="31" />
+<hkern u1="l" u2="Y" k="78" />
+<hkern u1="l" u2="W" k="74" />
+<hkern u1="l" u2="V" k="72" />
+<hkern u1="l" u2="U" k="47" />
+<hkern u1="l" u2="T" k="63" />
+<hkern u1="l" u2="O" k="37" />
+<hkern u1="l" u2="I" k="8" />
+<hkern u1="l" u2="&#x2f;" k="-16" />
+<hkern u1="l" u2="&#x2d;" k="20" />
+<hkern u1="l" u2="&#x2a;" k="45" />
+<hkern u1="l" u2="&#x29;" k="-14" />
+<hkern u1="l" u2="&#x27;" k="41" />
+<hkern u1="l" u2="&#x20;" k="51" />
+<hkern u1="n" u2="&#x2122;" k="45" />
+<hkern u1="n" u2="&#x2019;" k="29" />
+<hkern u1="n" u2="&#x2018;" k="31" />
+<hkern u1="n" u2="y" k="16" />
+<hkern u1="n" u2="w" k="20" />
+<hkern u1="n" u2="v" k="16" />
+<hkern u1="n" u2="t" k="4" />
+<hkern u1="n" u2="\" k="66" />
+<hkern u1="n" u2="Z" k="16" />
+<hkern u1="n" u2="Y" k="145" />
+<hkern u1="n" u2="X" k="10" />
+<hkern u1="n" u2="W" k="109" />
+<hkern u1="n" u2="V" k="106" />
+<hkern u1="n" u2="U" k="23" />
+<hkern u1="n" u2="T" k="182" />
+<hkern u1="n" u2="S" k="10" />
+<hkern u1="n" u2="O" k="10" />
+<hkern u1="n" u2="&#x3f;" k="12" />
+<hkern u1="n" u2="&#x2a;" k="33" />
+<hkern u1="n" u2="&#x27;" k="20" />
+<hkern u1="o" u2="&#x2122;" k="57" />
+<hkern u1="o" u2="&#x2019;" k="51" />
+<hkern u1="o" u2="&#x2018;" k="59" />
+<hkern u1="o" u2="&#xd0;" k="14" />
+<hkern u1="o" u2="&#xc6;" k="45" />
+<hkern u1="o" u2="&#xba;" k="10" />
+<hkern u1="o" u2="z" k="23" />
+<hkern u1="o" u2="y" k="37" />
+<hkern u1="o" u2="x" k="41" />
+<hkern u1="o" u2="w" k="41" />
+<hkern u1="o" u2="v" k="35" />
+<hkern u1="o" u2="t" k="16" />
+<hkern u1="o" u2="s" k="4" />
+<hkern u1="o" u2="f" k="8" />
+<hkern u1="o" u2="\" k="76" />
+<hkern u1="o" u2="Z" k="39" />
+<hkern u1="o" u2="Y" k="170" />
+<hkern u1="o" u2="X" k="78" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="127" />
+<hkern u1="o" u2="U" k="23" />
+<hkern u1="o" u2="T" k="197" />
+<hkern u1="o" u2="S" k="20" />
+<hkern u1="o" u2="J" k="37" />
+<hkern u1="o" u2="I" k="18" />
+<hkern u1="o" u2="A" k="35" />
+<hkern u1="o" u2="&#x3f;" k="18" />
+<hkern u1="o" u2="&#x2a;" k="57" />
+<hkern u1="o" u2="&#x29;" k="35" />
+<hkern u1="o" u2="&#x27;" k="45" />
+<hkern u1="q" u2="&#x201e;" k="-16" />
+<hkern u1="q" u2="&#x201a;" k="-16" />
+<hkern u1="q" u2="j" k="-227" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="125" />
+<hkern u1="q" u2="X" k="16" />
+<hkern u1="q" u2="W" k="88" />
+<hkern u1="q" u2="V" k="84" />
+<hkern u1="q" u2="U" k="16" />
+<hkern u1="q" u2="T" k="139" />
+<hkern u1="q" u2="S" k="6" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="&#x3b;" k="-8" />
+<hkern u1="q" u2="&#x2c;" k="-16" />
+<hkern u1="r" u2="&#x203a;" k="18" />
+<hkern u1="r" u2="&#x2039;" k="61" />
+<hkern u1="r" u2="&#xf0;" k="55" />
+<hkern u1="r" u2="&#xc6;" k="111" />
+<hkern u1="r" u2="s" k="6" />
+<hkern u1="r" u2="o" k="37" />
+<hkern u1="r" u2="d" k="35" />
+<hkern u1="r" u2="a" k="18" />
+<hkern u1="r" u2="Z" k="45" />
+<hkern u1="r" u2="Y" k="59" />
+<hkern u1="r" u2="X" k="68" />
+<hkern u1="r" u2="W" k="25" />
+<hkern u1="r" u2="V" k="23" />
+<hkern u1="r" u2="T" k="109" />
+<hkern u1="r" u2="S" k="6" />
+<hkern u1="r" u2="J" k="158" />
+<hkern u1="r" u2="I" k="6" />
+<hkern u1="r" u2="A" k="92" />
+<hkern u1="r" u2="&#x40;" k="16" />
+<hkern u1="r" u2="&#x2f;" k="76" />
+<hkern u1="r" u2="&#x2e;" k="94" />
+<hkern u1="r" u2="&#x2d;" k="49" />
+<hkern u1="r" u2="&#x29;" k="16" />
+<hkern u1="r" u2="&#x20;" k="43" />
+<hkern u1="s" u2="&#x2122;" k="33" />
+<hkern u1="s" u2="&#x2019;" k="8" />
+<hkern u1="s" u2="&#x2018;" k="8" />
+<hkern u1="s" u2="&#xd0;" k="10" />
+<hkern u1="s" u2="y" k="25" />
+<hkern u1="s" u2="x" k="12" />
+<hkern u1="s" u2="w" k="25" />
+<hkern u1="s" u2="v" k="18" />
+<hkern u1="s" u2="t" k="4" />
+<hkern u1="s" u2="f" k="6" />
+<hkern u1="s" u2="\" k="53" />
+<hkern u1="s" u2="Z" k="4" />
+<hkern u1="s" u2="Y" k="137" />
+<hkern u1="s" u2="X" k="14" />
+<hkern u1="s" u2="W" k="100" />
+<hkern u1="s" u2="V" k="94" />
+<hkern u1="s" u2="U" k="23" />
+<hkern u1="s" u2="T" k="162" />
+<hkern u1="s" u2="O" k="8" />
+<hkern u1="s" u2="I" k="12" />
+<hkern u1="s" u2="A" k="18" />
+<hkern u1="s" u2="&#x2d;" k="10" />
+<hkern u1="s" u2="&#x2a;" k="10" />
+<hkern u1="t" u2="&#x2122;" k="16" />
+<hkern u1="t" u2="&#x2039;" k="27" />
+<hkern u1="t" u2="&#x2019;" k="8" />
+<hkern u1="t" u2="&#x2018;" k="10" />
+<hkern u1="t" u2="&#xf0;" k="20" />
+<hkern u1="t" u2="y" k="4" />
+<hkern u1="t" u2="w" k="6" />
+<hkern u1="t" u2="v" k="4" />
+<hkern u1="t" u2="t" k="6" />
+<hkern u1="t" u2="o" k="18" />
+<hkern u1="t" u2="f" k="4" />
+<hkern u1="t" u2="d" k="18" />
+<hkern u1="t" u2="\" k="33" />
+<hkern u1="t" u2="Y" k="104" />
+<hkern u1="t" u2="W" k="68" />
+<hkern u1="t" u2="V" k="63" />
+<hkern u1="t" u2="U" k="23" />
+<hkern u1="t" u2="T" k="86" />
+<hkern u1="t" u2="O" k="18" />
+<hkern u1="t" u2="I" k="6" />
+<hkern u1="t" u2="&#x2d;" k="18" />
+<hkern u1="t" u2="&#x27;" k="20" />
+<hkern u1="u" u2="&#x2122;" k="31" />
+<hkern u1="u" u2="&#x2019;" k="14" />
+<hkern u1="u" u2="&#x2018;" k="10" />
+<hkern u1="u" u2="&#xd0;" k="8" />
+<hkern u1="u" u2="y" k="6" />
+<hkern u1="u" u2="w" k="10" />
+<hkern u1="u" u2="v" k="8" />
+<hkern u1="u" u2="t" k="6" />
+<hkern u1="u" u2="\" k="55" />
+<hkern u1="u" u2="Z" k="4" />
+<hkern u1="u" u2="Y" k="139" />
+<hkern u1="u" u2="W" k="88" />
+<hkern u1="u" u2="V" k="86" />
+<hkern u1="u" u2="U" k="20" />
+<hkern u1="u" u2="T" k="164" />
+<hkern u1="u" u2="O" k="16" />
+<hkern u1="u" u2="&#x2a;" k="10" />
+<hkern u1="v" u2="&#x2039;" k="43" />
+<hkern u1="v" u2="&#xf0;" k="53" />
+<hkern u1="v" u2="&#xd0;" k="10" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="&#xba;" k="-6" />
+<hkern u1="v" u2="s" k="27" />
+<hkern u1="v" u2="o" k="35" />
+<hkern u1="v" u2="d" k="33" />
+<hkern u1="v" u2="a" k="27" />
+<hkern u1="v" u2="\" k="25" />
+<hkern u1="v" u2="Z" k="37" />
+<hkern u1="v" u2="Y" k="76" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="29" />
+<hkern u1="v" u2="V" k="29" />
+<hkern u1="v" u2="T" k="121" />
+<hkern u1="v" u2="J" k="135" />
+<hkern u1="v" u2="A" k="66" />
+<hkern u1="v" u2="&#x40;" k="10" />
+<hkern u1="v" u2="&#x2f;" k="63" />
+<hkern u1="v" u2="&#x2e;" k="82" />
+<hkern u1="v" u2="&#x2d;" k="37" />
+<hkern u1="v" u2="&#x2a;" k="-23" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x20;" k="55" />
+<hkern u1="w" u2="&#x2039;" k="51" />
+<hkern u1="w" u2="&#xf0;" k="59" />
+<hkern u1="w" u2="&#xd0;" k="10" />
+<hkern u1="w" u2="&#xc6;" k="109" />
+<hkern u1="w" u2="&#xba;" k="-8" />
+<hkern u1="w" u2="s" k="33" />
+<hkern u1="w" u2="o" k="41" />
+<hkern u1="w" u2="d" k="39" />
+<hkern u1="w" u2="a" k="29" />
+<hkern u1="w" u2="\" k="27" />
+<hkern u1="w" u2="Z" k="39" />
+<hkern u1="w" u2="Y" k="72" />
+<hkern u1="w" u2="X" k="63" />
+<hkern u1="w" u2="W" k="27" />
+<hkern u1="w" u2="V" k="27" />
+<hkern u1="w" u2="T" k="119" />
+<hkern u1="w" u2="S" k="6" />
+<hkern u1="w" u2="O" k="6" />
+<hkern u1="w" u2="J" k="156" />
+<hkern u1="w" u2="A" k="72" />
+<hkern u1="w" u2="&#x40;" k="10" />
+<hkern u1="w" u2="&#x2f;" k="74" />
+<hkern u1="w" u2="&#x2e;" k="92" />
+<hkern u1="w" u2="&#x2d;" k="41" />
+<hkern u1="w" u2="&#x2a;" k="-27" />
+<hkern u1="w" u2="&#x29;" k="29" />
+<hkern u1="w" u2="&#x20;" k="57" />
+<hkern u1="x" u2="&#x2039;" k="51" />
+<hkern u1="x" u2="&#xf0;" k="51" />
+<hkern u1="x" u2="s" k="10" />
+<hkern u1="x" u2="o" k="41" />
+<hkern u1="x" u2="f" k="4" />
+<hkern u1="x" u2="d" k="39" />
+<hkern u1="x" u2="a" k="18" />
+<hkern u1="x" u2="Y" k="68" />
+<hkern u1="x" u2="W" k="29" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="x" u2="U" k="6" />
+<hkern u1="x" u2="T" k="109" />
+<hkern u1="x" u2="O" k="25" />
+<hkern u1="x" u2="&#x2f;" k="-14" />
+<hkern u1="x" u2="&#x2d;" k="55" />
+<hkern u1="x" u2="&#x2a;" k="-27" />
+<hkern u1="x" u2="&#x29;" k="-16" />
+<hkern u1="y" u2="&#x2039;" k="45" />
+<hkern u1="y" u2="&#xf0;" k="53" />
+<hkern u1="y" u2="&#xd0;" k="12" />
+<hkern u1="y" u2="&#xc6;" k="104" />
+<hkern u1="y" u2="s" k="29" />
+<hkern u1="y" u2="o" k="37" />
+<hkern u1="y" u2="d" k="35" />
+<hkern u1="y" u2="a" k="27" />
+<hkern u1="y" u2="\" k="27" />
+<hkern u1="y" u2="Z" k="41" />
+<hkern u1="y" u2="Y" k="82" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="37" />
+<hkern u1="y" u2="V" k="37" />
+<hkern u1="y" u2="T" k="125" />
+<hkern u1="y" u2="S" k="6" />
+<hkern u1="y" u2="J" k="133" />
+<hkern u1="y" u2="I" k="4" />
+<hkern u1="y" u2="A" k="66" />
+<hkern u1="y" u2="&#x40;" k="10" />
+<hkern u1="y" u2="&#x2f;" k="59" />
+<hkern u1="y" u2="&#x2e;" k="80" />
+<hkern u1="y" u2="&#x2d;" k="37" />
+<hkern u1="y" u2="&#x29;" k="29" />
+<hkern u1="y" u2="&#x26;" k="10" />
+<hkern u1="y" u2="&#x20;" k="51" />
+<hkern u1="z" u2="&#x2039;" k="31" />
+<hkern u1="z" u2="&#xf0;" k="29" />
+<hkern u1="z" u2="&#xd0;" k="8" />
+<hkern u1="z" u2="o" k="20" />
+<hkern u1="z" u2="d" k="20" />
+<hkern u1="z" u2="\" k="20" />
+<hkern u1="z" u2="Y" k="98" />
+<hkern u1="z" u2="W" k="55" />
+<hkern u1="z" u2="V" k="53" />
+<hkern u1="z" u2="U" k="18" />
+<hkern u1="z" u2="T" k="135" />
+<hkern u1="z" u2="O" k="8" />
+<hkern u1="z" u2="I" k="6" />
+<hkern u1="z" u2="&#x2d;" k="37" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-45" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-33" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="-23" />
+<hkern u1="&#x7b;" u2="j" k="-35" />
+<hkern u1="&#x7b;" u2="Y" k="-10" />
+<hkern u1="&#x7b;" u2="X" k="-8" />
+<hkern u1="&#x7b;" u2="W" k="-6" />
+<hkern u1="&#x7c;" u2="&#xef;" k="-23" />
+<hkern u1="&#x7c;" u2="&#xee;" k="-8" />
+<hkern u1="&#x7c;" u2="&#xcf;" k="-12" />
+<hkern u1="&#x7c;" u2="j" k="-135" />
+<hkern u1="&#xa1;" u2="&#xef;" k="-14" />
+<hkern u1="&#xb0;" u2="&#x39;" k="47" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="170" />
+<hkern u1="&#xb0;" u2="&#x33;" k="20" />
+<hkern u1="&#xb0;" u2="&#x31;" k="16" />
+<hkern u1="&#xb0;" u2="&#x30;" k="33" />
+<hkern u1="&#xb7;" u2="l" k="74" />
+<hkern u1="&#xb7;" u2="&#x37;" k="37" />
+<hkern u1="&#xb7;" u2="&#x34;" k="27" />
+<hkern u1="&#xb7;" u2="&#x33;" k="49" />
+<hkern u1="&#xb7;" u2="&#x32;" k="16" />
+<hkern u1="&#xb7;" u2="&#x31;" k="27" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="33" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="27" />
+<hkern u1="&#xbf;" u2="&#xc6;" k="25" />
+<hkern u1="&#xbf;" u2="z" k="23" />
+<hkern u1="&#xbf;" u2="y" k="33" />
+<hkern u1="&#xbf;" u2="x" k="20" />
+<hkern u1="&#xbf;" u2="w" k="55" />
+<hkern u1="&#xbf;" u2="v" k="49" />
+<hkern u1="&#xbf;" u2="u" k="27" />
+<hkern u1="&#xbf;" u2="t" k="27" />
+<hkern u1="&#xbf;" u2="s" k="33" />
+<hkern u1="&#xbf;" u2="o" k="31" />
+<hkern u1="&#xbf;" u2="n" k="23" />
+<hkern u1="&#xbf;" u2="l" k="27" />
+<hkern u1="&#xbf;" u2="j" k="-174" />
+<hkern u1="&#xbf;" u2="i" k="23" />
+<hkern u1="&#xbf;" u2="h" k="23" />
+<hkern u1="&#xbf;" u2="f" k="27" />
+<hkern u1="&#xbf;" u2="d" k="31" />
+<hkern u1="&#xbf;" u2="a" k="33" />
+<hkern u1="&#xbf;" u2="Z" k="27" />
+<hkern u1="&#xbf;" u2="Y" k="109" />
+<hkern u1="&#xbf;" u2="X" k="23" />
+<hkern u1="&#xbf;" u2="W" k="86" />
+<hkern u1="&#xbf;" u2="V" k="86" />
+<hkern u1="&#xbf;" u2="U" k="27" />
+<hkern u1="&#xbf;" u2="T" k="104" />
+<hkern u1="&#xbf;" u2="S" k="27" />
+<hkern u1="&#xbf;" u2="O" k="27" />
+<hkern u1="&#xbf;" u2="J" k="49" />
+<hkern u1="&#xbf;" u2="I" k="18" />
+<hkern u1="&#xbf;" u2="A" k="27" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-10" />
+<hkern u1="&#xd8;" u2="&#x2122;" k="-16" />
+<hkern u1="&#xd8;" u2="\" k="-12" />
+<hkern u1="&#xd8;" u2="Y" k="27" />
+<hkern u1="&#xd8;" u2="X" k="18" />
+<hkern u1="&#xd8;" u2="W" k="16" />
+<hkern u1="&#xd8;" u2="V" k="14" />
+<hkern u1="&#xd8;" u2="&#x2a;" k="-25" />
+<hkern u1="&#xd8;" u2="&#x29;" k="-16" />
+<hkern u1="&#xde;" u2="&#x2122;" k="37" />
+<hkern u1="&#xde;" u2="&#x2019;" k="51" />
+<hkern u1="&#xde;" u2="&#x2018;" k="57" />
+<hkern u1="&#xde;" u2="&#xd0;" k="6" />
+<hkern u1="&#xde;" u2="&#xc6;" k="96" />
+<hkern u1="&#xde;" u2="&#x7d;" k="14" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="14" />
+<hkern u1="&#xde;" u2="w" k="4" />
+<hkern u1="&#xde;" u2="a" k="6" />
+<hkern u1="&#xde;" u2="]" k="16" />
+<hkern u1="&#xde;" u2="\" k="55" />
+<hkern u1="&#xde;" u2="Z" k="43" />
+<hkern u1="&#xde;" u2="Y" k="113" />
+<hkern u1="&#xde;" u2="X" k="90" />
+<hkern u1="&#xde;" u2="W" k="66" />
+<hkern u1="&#xde;" u2="V" k="61" />
+<hkern u1="&#xde;" u2="T" k="90" />
+<hkern u1="&#xde;" u2="S" k="6" />
+<hkern u1="&#xde;" u2="J" k="80" />
+<hkern u1="&#xde;" u2="A" k="55" />
+<hkern u1="&#xde;" u2="&#x3f;" k="12" />
+<hkern u1="&#xde;" u2="&#x2f;" k="55" />
+<hkern u1="&#xde;" u2="&#x2e;" k="51" />
+<hkern u1="&#xde;" u2="&#x2d;" k="8" />
+<hkern u1="&#xde;" u2="&#x2a;" k="37" />
+<hkern u1="&#xde;" u2="&#x29;" k="39" />
+<hkern u1="&#xde;" u2="&#x27;" k="76" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="27" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="20" />
+<hkern u1="&#xdf;" u2="&#x2018;" k="18" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="16" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="25" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="8" />
+<hkern u1="&#xdf;" u2="z" k="14" />
+<hkern u1="&#xdf;" u2="y" k="35" />
+<hkern u1="&#xdf;" u2="x" k="35" />
+<hkern u1="&#xdf;" u2="w" k="37" />
+<hkern u1="&#xdf;" u2="v" k="35" />
+<hkern u1="&#xdf;" u2="t" k="18" />
+<hkern u1="&#xdf;" u2="s" k="6" />
+<hkern u1="&#xdf;" u2="f" k="12" />
+<hkern u1="&#xdf;" u2="\" k="25" />
+<hkern u1="&#xdf;" u2="Z" k="23" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="49" />
+<hkern u1="&#xdf;" u2="W" k="72" />
+<hkern u1="&#xdf;" u2="V" k="70" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="T" k="59" />
+<hkern u1="&#xdf;" u2="S" k="10" />
+<hkern u1="&#xdf;" u2="O" k="12" />
+<hkern u1="&#xdf;" u2="J" k="10" />
+<hkern u1="&#xdf;" u2="I" k="18" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="20" />
+<hkern u1="&#xdf;" u2="&#x27;" k="23" />
+<hkern u1="&#xe7;" u2="j" k="-23" />
+<hkern u1="&#xed;" u2="&#x2122;" k="-8" />
+<hkern u1="&#xed;" u2="&#x2019;" k="-8" />
+<hkern u1="&#xed;" u2="&#x2018;" k="-8" />
+<hkern u1="&#xed;" u2="\" k="-10" />
+<hkern u1="&#xed;" u2="&#x2a;" k="-10" />
+<hkern u1="&#xed;" u2="&#x29;" k="-27" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-57" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-33" />
+<hkern u1="&#xee;" u2="&#x2018;" k="-33" />
+<hkern u1="&#xee;" u2="&#xdf;" k="-8" />
+<hkern u1="&#xee;" u2="&#xba;" k="-27" />
+<hkern u1="&#xee;" u2="&#xaa;" k="-10" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-33" />
+<hkern u1="&#xee;" u2="&#x7c;" k="-8" />
+<hkern u1="&#xee;" u2="l" k="-23" />
+<hkern u1="&#xee;" u2="i" k="-18" />
+<hkern u1="&#xee;" u2="h" k="-18" />
+<hkern u1="&#xee;" u2="]" k="-33" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-27" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-66" />
+<hkern u1="&#xee;" u2="&#x29;" k="-14" />
+<hkern u1="&#xee;" u2="&#x27;" k="-16" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-59" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-49" />
+<hkern u1="&#xef;" u2="&#x2018;" k="-49" />
+<hkern u1="&#xef;" u2="&#xdf;" k="-23" />
+<hkern u1="&#xef;" u2="&#xba;" k="-49" />
+<hkern u1="&#xef;" u2="&#xaa;" k="-35" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-45" />
+<hkern u1="&#xef;" u2="&#x7c;" k="-23" />
+<hkern u1="&#xef;" u2="l" k="-35" />
+<hkern u1="&#xef;" u2="i" k="-33" />
+<hkern u1="&#xef;" u2="h" k="-33" />
+<hkern u1="&#xef;" u2="]" k="-45" />
+<hkern u1="&#xef;" u2="\" k="-63" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-49" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-78" />
+<hkern u1="&#xef;" u2="&#x29;" k="-70" />
+<hkern u1="&#xef;" u2="&#x27;" k="-31" />
+<hkern u1="&#xef;" u2="&#x21;" k="-14" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="12" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="16" />
+<hkern u1="&#xf0;" u2="&#x2018;" k="16" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="10" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="51" />
+<hkern u1="&#xf0;" u2="z" k="12" />
+<hkern u1="&#xf0;" u2="y" k="27" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="w" k="27" />
+<hkern u1="&#xf0;" u2="v" k="23" />
+<hkern u1="&#xf0;" u2="t" k="4" />
+<hkern u1="&#xf0;" u2="\" k="10" />
+<hkern u1="&#xf0;" u2="Z" k="47" />
+<hkern u1="&#xf0;" u2="Y" k="70" />
+<hkern u1="&#xf0;" u2="X" k="57" />
+<hkern u1="&#xf0;" u2="W" k="57" />
+<hkern u1="&#xf0;" u2="V" k="55" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="T" k="55" />
+<hkern u1="&#xf0;" u2="S" k="18" />
+<hkern u1="&#xf0;" u2="J" k="41" />
+<hkern u1="&#xf0;" u2="I" k="14" />
+<hkern u1="&#xf0;" u2="A" k="37" />
+<hkern u1="&#xf0;" u2="&#x2f;" k="14" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="18" />
+<hkern u1="&#xf0;" u2="&#x29;" k="10" />
+<hkern u1="&#xf0;" u2="&#x27;" k="14" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="8" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="86" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-39" />
+<hkern u1="&#x2018;" u2="&#xee;" k="-16" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="182" />
+<hkern u1="&#x2018;" u2="s" k="10" />
+<hkern u1="&#x2018;" u2="o" k="39" />
+<hkern u1="&#x2018;" u2="f" k="8" />
+<hkern u1="&#x2018;" u2="d" k="84" />
+<hkern u1="&#x2018;" u2="a" k="16" />
+<hkern u1="&#x2018;" u2="O" k="8" />
+<hkern u1="&#x2018;" u2="J" k="170" />
+<hkern u1="&#x2018;" u2="A" k="117" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="248" />
+<hkern u1="&#x2019;" u2="&#x2039;" k="35" />
+<hkern u1="&#x2019;" u2="&#xf0;" k="88" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-33" />
+<hkern u1="&#x2019;" u2="&#xee;" k="-16" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="184" />
+<hkern u1="&#x2019;" u2="s" k="12" />
+<hkern u1="&#x2019;" u2="o" k="41" />
+<hkern u1="&#x2019;" u2="f" k="8" />
+<hkern u1="&#x2019;" u2="d" k="86" />
+<hkern u1="&#x2019;" u2="a" k="16" />
+<hkern u1="&#x2019;" u2="O" k="10" />
+<hkern u1="&#x2019;" u2="J" k="170" />
+<hkern u1="&#x2019;" u2="A" k="121" />
+<hkern u1="&#x2019;" u2="&#x40;" k="55" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="178" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="250" />
+<hkern u1="&#x2019;" u2="&#x20;" k="47" />
+<hkern u1="&#x201a;" u2="j" k="-39" />
+<hkern u1="&#x201e;" u2="j" k="-39" />
+<hkern u1="&#x2039;" u2="Y" k="84" />
+<hkern u1="&#x2039;" u2="W" k="51" />
+<hkern u1="&#x2039;" u2="V" k="49" />
+<hkern u1="&#x2039;" u2="T" k="70" />
+<hkern u1="&#x203a;" u2="&#x2019;" k="45" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="10" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="41" />
+<hkern u1="&#x203a;" u2="z" k="31" />
+<hkern u1="&#x203a;" u2="y" k="45" />
+<hkern u1="&#x203a;" u2="x" k="51" />
+<hkern u1="&#x203a;" u2="w" k="51" />
+<hkern u1="&#x203a;" u2="v" k="43" />
+<hkern u1="&#x203a;" u2="t" k="12" />
+<hkern u1="&#x203a;" u2="s" k="10" />
+<hkern u1="&#x203a;" u2="f" k="10" />
+<hkern u1="&#x203a;" u2="Z" k="14" />
+<hkern u1="&#x203a;" u2="Y" k="125" />
+<hkern u1="&#x203a;" u2="X" k="33" />
+<hkern u1="&#x203a;" u2="W" k="86" />
+<hkern u1="&#x203a;" u2="V" k="84" />
+<hkern u1="&#x203a;" u2="T" k="117" />
+<hkern u1="&#x203a;" u2="J" k="33" />
+<hkern u1="&#x203a;" u2="A" k="27" />
+<hkern u1="&#x203a;" u2="&#x27;" k="23" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="10" />
+<hkern g1="uniFB01" u2="&#xef;" k="-10" />
+<hkern g1="uniFB03" u2="&#xef;" k="-10" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..63a67bab6106bda4855cb141f1eb8b092d406431
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..528164cf6695d02b8661c87b4af947a641cb871c
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..f3fe272b14183171cf25bbb523b56944d7276af1
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-semibold-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-demo.html b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..70040d36be65e1531b75c8925afffdf648a7ebdf
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'ralewaythin';
+							}
+		</style>
+
+	<title>Raleway Thin Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Raleway Thin	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Raleway Thin</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Raleway Thin in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Raleway Thin in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																														 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																						</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.eot b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..5e4903bf3f7119bcba7c0305b85304c5fd135379
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.svg b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..acadd60f6b4c7e8b8c7c527192b891aeb0b6410d
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.svg
@@ -0,0 +1,1641 @@
+<?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="ralewaythin" horiz-adv-x="1570" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="550" />
+<glyph unicode="&#xfb01;" horiz-adv-x="931" d="M66 897v41h153v168q0 63 16.5 136t55.5 133.5t102.5 100.5t157.5 40q55 0 100 -10.5t78 -23t50.5 -23.5t17.5 -13l-33 -25q-18 18 -76.5 36t-136.5 18q-80 0 -135.5 -34t-90 -87.5t-50 -119t-15.5 -128.5v-168h502v-938h-41v897h-461v-897h-41v897h-153z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1069" d="M66 897v41h153v168q0 84 16.5 158.5t53.5 130t96 88.5t145 33q70 0 125.5 -20.5t93 -55.5t57 -82t19.5 -101v-1099q0 -45 32 -87t91 -42q20 0 42 3t40.5 6t30.5 6l12 3l19 -39l-14 -3q-13 -3 -33.5 -6t-46 -6t-52.5 -3q-78 0 -120 50t-42 118v1097q0 41 -14 80t-45 70 t-79 50.5t-116 19.5q-74 0 -125 -33t-82.5 -86t-47 -119t-15.5 -131v-168h256v-41h-256v-897h-41v897h-153z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1355" d="M66 897v41h153v106q0 68 16.5 137.5t51.5 126t90 91.5t133 35q82 0 134 -18.5t75 -35.5q39 59 101.5 97.5t154.5 38.5q55 0 100 -10.5t78 -23t50.5 -23.5t17.5 -13l-33 -25q-18 18 -76.5 36t-136.5 18q-80 0 -135.5 -34t-90 -87.5t-50 -119t-15.5 -128.5v-168h502v-938 h-41v897h-461v-897h-41v897h-383v-897h-41v897h-153zM260 938h383v168q0 57 13.5 119.5t41.5 117.5q-37 31 -91 40.5t-97 9.5q-74 0 -122 -36t-76.5 -88t-40 -113.5t-11.5 -111.5v-106z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1503" d="M66 897v41h153v127q0 76 19.5 143.5t58.5 117.5t97.5 79t135.5 29q80 0 122 -17.5t65 -34.5q37 61 97 97.5t151 36.5q70 0 125 -20.5t93 -55.5t57.5 -82t19.5 -101v-1099q0 -45 31.5 -87t90.5 -42q20 0 42 3t40.5 6t30.5 6l12 3l19 -39l-14 -3q-13 -3 -33.5 -6t-46 -6 t-52.5 -3q-78 0 -119.5 50t-41.5 118v1097q0 41 -14.5 80t-45.5 70t-79 50.5t-115 19.5q-74 0 -125.5 -33t-83 -86t-47 -119t-15.5 -131v-168h256v-41h-256v-897h-41v897h-393v-897h-41v897h-153zM260 938h393v168q0 66 10.5 127t32.5 113q-35 29 -79 38t-87 9 q-74 0 -125 -30t-82.5 -77t-47 -105.5t-15.5 -115.5v-127z" />
+<glyph horiz-adv-x="0" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="550" />
+<glyph unicode="&#x09;" horiz-adv-x="550" />
+<glyph unicode="&#xa0;" horiz-adv-x="550" />
+<glyph unicode="!" horiz-adv-x="430" d="M195 0v172h41v-172h-41zM195 410v1058h41v-1058h-41z" />
+<glyph unicode="&#x22;" horiz-adv-x="413" d="M135 1282v172h41v-172h-41zM238 1282v172h41v-172h-41z" />
+<glyph unicode="#" horiz-adv-x="1341" d="M84 453v41h242l118 491h-278v41h289l104 428h43l-106 -428h491l105 428h43l-107 -428h232v-41h-242l-119 -491h279v-41h-289l-109 -453h-43l111 453h-492l-108 -453h-43l110 453h-231zM367 494h491l119 491h-492z" />
+<glyph unicode="$" horiz-adv-x="1236" d="M78 215l31 27q104 -117 224 -165t265 -52v690q-109 23 -196 47t-148 62t-94 96.5t-33 150.5q0 184 128 283.5t343 107.5v207h41v-205q137 -2 239.5 -42t188.5 -132l-27 -28q-86 94 -179 128.5t-222 34.5v-682q109 -25 203 -50t163.5 -66t109.5 -103.5t40 -158.5 q0 -92 -37 -162t-104.5 -117t-162.5 -71.5t-212 -24.5v-180h-41v180q-172 4 -294 60t-226 165zM168 1073q0 -80 25.5 -130t79 -84t134 -57.5t191.5 -47.5v669q-225 -8 -327.5 -100t-102.5 -250zM639 25q215 0 345 82.5t130 252.5q0 86 -35 142.5t-98 94.5t-150.5 62.5 t-191.5 47.5v-682z" />
+<glyph unicode="%" horiz-adv-x="1382" d="M102 23l1143 1433l33 -24l-1143 -1434zM102 1192q0 57 22.5 109.5t60.5 90.5t89.5 60.5t110.5 22.5q57 0 109.5 -22.5t90.5 -60.5t60.5 -90.5t22.5 -109.5q0 -59 -22.5 -110.5t-60.5 -89.5t-90.5 -60.5t-109.5 -22.5q-59 0 -110.5 22.5t-89.5 60.5t-60.5 89.5 t-22.5 110.5zM143 1192q0 -51 19.5 -95t52.5 -77t77 -51.5t93 -18.5q51 0 95 19.5t77 53.5t51.5 78t18.5 91q0 51 -19.5 95t-53.5 77t-78 51.5t-91 18.5q-51 0 -95 -19.5t-77 -53.5t-51.5 -78t-18.5 -91zM715 262q0 57 22.5 109.5t60.5 90.5t89 60.5t110 22.5 q57 0 109.5 -22.5t90.5 -60.5t60.5 -90.5t22.5 -109.5q0 -59 -22.5 -110.5t-60.5 -90t-90.5 -60t-109.5 -21.5q-59 0 -110 21.5t-89 60t-60.5 90t-22.5 110.5zM756 262q0 -51 19.5 -95t52 -77t76.5 -51.5t93 -18.5q51 0 95.5 19.5t77 53.5t51 77t18.5 92t-19.5 93t-53 77 t-78 52.5t-91.5 19.5q-51 0 -95 -19.5t-76.5 -53.5t-51 -78t-18.5 -91z" />
+<glyph unicode="&#x26;" horiz-adv-x="1310" d="M109 348q0 76 27.5 137.5t74.5 114.5t110.5 102.5t135.5 98.5q-66 68 -110 121t-70.5 97t-39 82t-12.5 75q0 57 27 111t73 95t108.5 66t133.5 25q68 0 123 -21.5t96 -57.5t63.5 -83t22.5 -101q0 -63 -30.5 -117.5t-80.5 -104.5t-114.5 -97t-134.5 -94l492 -510 q51 86 78.5 187t27.5 208h41q0 -113 -30.5 -222.5t-90.5 -201.5l250 -258h-55l-217 225q-78 -111 -193 -178t-262 -67q-84 0 -163 23.5t-142.5 70.5t-101 115.5t-37.5 158.5zM150 344q0 -84 37.5 -145.5t96 -102.5t131 -60.5t144.5 -19.5q135 0 242.5 65.5t179.5 172.5 l-500 522q-66 -47 -126 -93t-106 -98.5t-72.5 -111.5t-26.5 -129zM266 1174q0 -29 8.5 -60t33 -72t67.5 -95t112 -126q80 53 143.5 100.5t107.5 92.5t68.5 92t24.5 100q0 98 -74.5 162t-191.5 64q-63 0 -117.5 -20.5t-94.5 -55.5t-63.5 -82t-23.5 -100z" />
+<glyph unicode="'" horiz-adv-x="270" d="M115 1323v131h41v-131h-41z" />
+<glyph unicode="(" horiz-adv-x="489" d="M106 707q0 104 22 203.5t58.5 196.5t87 191.5t105.5 188.5l33 -25q-49 -72 -97.5 -165t-85 -194.5t-60.5 -205.5t-24 -197q0 -78 17.5 -168t51.5 -184t84 -190.5t114 -186.5l-33 -24q-133 195 -203 384.5t-70 375.5z" />
+<glyph unicode=")" horiz-adv-x="489" d="M78 -29q63 90 113.5 186.5t84 190.5t51 184.5t17.5 167.5q0 92 -23.5 196.5t-60.5 206t-85 195t-97 164.5l33 25q55 -94 105 -188.5t87 -191.5t58.5 -196.5t21.5 -203.5q0 -186 -69.5 -376t-202.5 -384z" />
+<glyph unicode="*" horiz-adv-x="628" d="M143 1317l13 39l137 -45v143h41v-143l137 45l12 -39l-137 -45l86 -117l-35 -25l-84 117l-84 -117l-32 25l84 117z" />
+<glyph unicode="+" horiz-adv-x="847" d="M117 707v41h286v307h41v-307h287v-41h-287v-308h-41v308h-286z" />
+<glyph unicode="," horiz-adv-x="372" d="M145 -27q27 0 27 27v131h41v-127q0 -72 -68 -72v41z" />
+<glyph unicode="-" horiz-adv-x="874" d="M147 535v40h580v-40h-580z" />
+<glyph unicode="." horiz-adv-x="335" d="M147 0v131h41v-131h-41z" />
+<glyph unicode="/" horiz-adv-x="1103" d="M61 0l932 1454h54l-934 -1454h-52z" />
+<glyph unicode="0" horiz-adv-x="1261" d="M129 600q0 135 38 249t104.5 196.5t158.5 130t201 47.5t201 -47.5t158.5 -130t104.5 -196.5t38 -249t-38 -248.5t-104.5 -196.5t-159 -129t-200.5 -46q-109 0 -201 46t-158.5 129t-104.5 196.5t-38 248.5zM170 600q0 -129 34 -235.5t94 -183.5t145 -119t188 -42 q102 0 187 42t145.5 119t94.5 183.5t34 235.5t-34 235.5t-94.5 183.5t-145.5 120t-187 43t-187.5 -43t-145.5 -120t-94 -183.5t-34 -235.5z" />
+<glyph unicode="1" horiz-adv-x="780" d="M96 926v49q55 0 114.5 29.5t109 64.5t81 65.5t33.5 34.5h41v-1128h260v-41h-592v41h291v1061q-16 -25 -56 -54.5t-88 -57t-100.5 -46t-93.5 -18.5z" />
+<glyph unicode="2" horiz-adv-x="1038" d="M121 0q0 37 8 106.5t43 148.5t105.5 155.5t193.5 128.5q57 25 124 51t125 65t97 95.5t39 136.5q0 47 -20.5 94t-61.5 84t-103.5 60.5t-146.5 23.5q-78 0 -139 -24.5t-105 -55.5t-71 -59.5t-35 -38.5l-33 24l27 31t76 67.5t119.5 66.5t160.5 30q92 0 162 -26.5t117 -69.5 t70.5 -97.5t23.5 -109.5q0 -92 -42 -155.5t-105.5 -106.5t-135 -72t-129.5 -53q-106 -47 -169.5 -114t-98.5 -134.5t-46 -125.5t-11 -85h760v-41h-799z" />
+<glyph unicode="3" horiz-adv-x="1062" d="M96 -39l39 14q18 -53 54 -96t87.5 -73.5t115 -48t134.5 -17.5q88 0 160 25.5t123 73.5t78.5 114.5t27.5 150.5q0 166 -106.5 263.5t-292.5 97.5h-45v41h47q180 0 276.5 76.5t96.5 216.5q0 76 -27.5 138t-77 107.5t-117 70t-147.5 24.5q-129 0 -227 -63.5t-139 -168.5 l-37 15q20 57 59 105t92.5 82t117 52.5t134.5 18.5q88 0 163 -28t130 -78t86 -117.5t31 -147.5q0 -131 -81 -220.5t-218 -105.5q147 -20 235 -125.5t88 -259.5q0 -90 -31.5 -162.5t-90 -126t-138.5 -82t-174 -28.5q-154 0 -268.5 70.5t-157.5 191.5z" />
+<glyph unicode="4" horiz-adv-x="1077" d="M43 147v35l760 987h28v-981h181v-41h-181v-407h-40v407h-748zM100 188h691v906z" />
+<glyph unicode="5" horiz-adv-x="1122" d="M92 -6h45q55 -117 166 -187.5t248 -70.5q92 0 172 31.5t139.5 89t94 136.5t34.5 175q0 92 -33.5 169t-92 132t-136.5 86t-168 31q-117 0 -221 -51.5t-172 -149.5h-49q4 18 13 61t21.5 101.5t26 127t27.5 138.5q33 162 72 356h690v-41h-656l-133 -665q74 80 173 122 t208 42q96 0 182 -34t150.5 -94.5t101.5 -145.5t37 -185q0 -106 -39 -193.5t-105.5 -150t-153.5 -96t-183 -33.5q-78 0 -147.5 21.5t-129 61.5t-105.5 94t-77 122z" />
+<glyph unicode="6" horiz-adv-x="1239" d="M125 545q0 240 38 412.5t106.5 285.5t162.5 167t209 54q150 0 263.5 -80.5t158.5 -220.5l-39 -14q-18 61 -56 111.5t-88.5 87t-110.5 56t-126 19.5q-106 0 -193.5 -53t-149.5 -154.5t-96 -249t-34 -335.5q25 76 71 139.5t109.5 108.5t138 69.5t156.5 24.5 q102 0 192.5 -39t158 -106.5t106.5 -159t39 -193.5t-39 -192t-107.5 -158t-161 -106.5t-196.5 -38.5q-109 0 -202 38.5t-162.5 112.5t-108.5 178.5t-39 235.5zM178 475q0 -92 37 -175t100.5 -145.5t147.5 -98.5t178 -36t178 36t146.5 97.5t98.5 144.5t36 175q0 94 -37 177 t-100.5 145.5t-146.5 99.5t-177 37t-178 -37t-146.5 -99.5t-99.5 -145.5t-37 -175z" />
+<glyph unicode="7" horiz-adv-x="1089" d="M106 1153v41h943l-746 -1454h-47l725 1413h-875z" />
+<glyph unicode="8" horiz-adv-x="1208" d="M117 389q0 76 28.5 140.5t76.5 114.5t108.5 85t122.5 51q-57 20 -108.5 51t-90.5 72t-61.5 92.5t-22.5 112.5q0 84 38 148.5t99.5 108.5t139 66.5t157.5 22.5t158 -22.5t138.5 -66.5t98 -108.5t37.5 -148.5q0 -61 -23.5 -112.5t-62.5 -92.5t-90 -71.5t-108 -51.5 q72 -20 133 -57t107 -88t72 -113.5t26 -136.5q0 -92 -40 -166t-109 -126t-158 -79.5t-187 -27.5q-111 0 -199 33.5t-150.5 89t-96 128t-33.5 152.5zM158 387q0 -88 41 -155.5t106.5 -114.5t144 -72t156.5 -25q80 0 159 26t141.5 74t102.5 116.5t40 154.5q0 88 -41 156.5 t-106.5 116t-145.5 72t-156 24.5q-80 0 -159 -26.5t-142 -76t-102 -118t-39 -152.5zM211 1104q0 -74 36 -130t93 -94t126 -58.5t136 -20.5q68 0 137.5 20.5t127 60.5t93 96t35.5 130t-33.5 130t-89 95t-127 59.5t-145.5 20.5t-144.5 -20.5t-125 -60.5t-87 -97t-32.5 -131z " />
+<glyph unicode="9" horiz-adv-x="1206" d="M86 674q0 102 39 192t107.5 158t160.5 106.5t197 38.5q109 0 202 -38.5t162.5 -112.5t108.5 -178.5t39 -235.5q0 -240 -38 -413t-106.5 -285.5t-164 -166.5t-207.5 -54q-150 0 -263.5 80.5t-158.5 220.5l39 14q18 -61 56 -111.5t88 -87.5t110.5 -56t126.5 -19 q106 0 193 53t149.5 154.5t96.5 249t34 335.5q-25 -76 -71 -139.5t-109.5 -108.5t-138 -69.5t-156.5 -24.5q-102 0 -192.5 39t-158 106.5t-106.5 159t-39 193.5zM127 676q0 -94 37 -177t99.5 -145.5t146.5 -99.5t178 -37t178 37t146.5 99.5t99.5 145.5t37 175t-37 175 t-100.5 145.5t-147.5 98t-178 35.5t-178 -35.5t-146.5 -97t-98.5 -144.5t-36 -175z" />
+<glyph unicode=":" horiz-adv-x="335" d="M147 0v131h41v-131h-41zM147 928v131h41v-131h-41z" />
+<glyph unicode=";" horiz-adv-x="376" d="M147 -27q27 0 27 27v131h41v-127q0 -72 -68 -72v41zM174 928v131h41v-131h-41z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1032" d="M72 512v37l854 510v-45l-795 -484l795 -485v-45z" />
+<glyph unicode="=" horiz-adv-x="911" d="M156 473v41h600v-41h-600zM156 616v41h600v-41h-600z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1032" d="M106 0v45l795 485l-795 484v45l855 -510v-37z" />
+<glyph unicode="?" horiz-adv-x="964" d="M74 1208q29 63 75 112.5t102 83.5t120.5 51.5t128.5 17.5q74 0 143.5 -25t122.5 -73t85 -119.5t32 -165.5q0 -92 -30 -152.5t-77 -100.5t-104.5 -68t-112.5 -58q-33 -18 -60.5 -40t-48 -60t-31.5 -96t-11 -148h-41q0 98 13 162.5t36.5 107.5t56.5 68.5t70 44.5 q49 25 101 49t96 61t73 92.5t29 143.5t-29 151.5t-77 104.5t-109.5 60.5t-124.5 19.5q-61 0 -120.5 -16.5t-111 -48.5t-92.5 -76t-67 -99zM367 0v172h41v-172h-41z" />
+<glyph unicode="@" horiz-adv-x="1677" d="M113 471q0 168 62.5 308.5t164.5 241.5t236.5 157.5t279.5 56.5q152 0 285 -61.5t231 -167t155.5 -248t57.5 -303.5q0 -29 -3 -77t-13 -102.5t-28.5 -109.5t-50.5 -99t-79 -72t-113 -28q-49 0 -77.5 15.5t-44 43t-21.5 65.5t-10 81q-53 -59 -144.5 -103t-197.5 -44 q-68 0 -123 19t-94 54t-60.5 83t-21.5 106q0 74 32.5 123t86 78.5t120 42t131.5 12.5q92 0 168 -17.5t111 -29.5q0 84 -12.5 154.5t-43 120.5t-82.5 79t-132 29q-78 0 -154 -26t-141 -73l-25 33q72 47 151 77t171 30q100 0 160.5 -36t93 -94.5t43 -132t10.5 -149.5v-313 q0 -92 19.5 -139.5t88.5 -47.5q70 0 117 46t76 114t40 145.5t11 143.5q0 154 -54 288t-147.5 233t-219.5 157.5t-267 58.5q-137 0 -264 -54.5t-224.5 -150.5t-155.5 -228t-58 -290q0 -152 55 -285t150.5 -231t222.5 -155.5t272 -57.5q80 0 159 18.5t152 59.5l21 -37 q-158 -82 -332 -82q-152 0 -287 59.5t-236.5 164t-159.5 244.5t-58 302zM545 287q0 -53 21.5 -95t57 -70t82 -42t97.5 -14q53 0 106 14.5t92 32.5q51 25 81 53.5t45.5 60t19.5 65.5t4 64v97q-12 0 -36.5 7t-60.5 16t-84 17.5t-106 8.5q-59 0 -115.5 -10.5t-102.5 -35 t-73.5 -66.5t-27.5 -103z" />
+<glyph unicode="A" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834z" />
+<glyph unicode="B" horiz-adv-x="1351" d="M207 0v1454h643q76 0 137.5 -32.5t104.5 -85t66.5 -119t23.5 -134.5q0 -111 -56.5 -203t-152.5 -135q61 -18 111.5 -55t86 -86t54 -107.5t18.5 -119.5q0 -76 -28.5 -143.5t-78 -120t-116 -83t-139.5 -30.5h-674zM248 41h633q68 0 126 28.5t102 76t68.5 108t24.5 123.5 q0 66 -23.5 126t-64.5 107t-97 75t-122 28h-647v-672zM248 754h590q68 0 123 28.5t95 75.5t62.5 105.5t22.5 119.5q0 66 -21.5 125.5t-59.5 105.5t-92.5 72.5t-117.5 26.5h-602v-659z" />
+<glyph unicode="C" horiz-adv-x="1437" d="M106 737q0 131 46.5 260t133.5 232.5t215 168t292 64.5q195 0 329.5 -89t200.5 -228l-39 -12q-43 80 -99.5 135t-123 89t-137 49t-140.5 15q-152 0 -270.5 -60.5t-200.5 -158.5t-124 -222t-42 -249q0 -139 50.5 -266t137.5 -224.5t203.5 -154.5t252.5 -57 q72 0 147.5 18.5t146 55t131 95t103.5 138.5l39 -10q-37 -82 -100.5 -145.5t-141.5 -106.5t-165 -64.5t-169 -21.5q-147 0 -272 65.5t-214 171t-139.5 239.5t-50.5 273z" />
+<glyph unicode="D" horiz-adv-x="1470" d="M207 0v1454h467q172 0 300 -57.5t213 -155.5t127 -230t42 -282q0 -166 -48 -300t-136.5 -229.5t-215.5 -147.5t-282 -52h-467zM248 41h426q158 0 277.5 52t200.5 144.5t122 218.5t41 273q0 150 -42 274.5t-124 216t-202 142.5t-273 51h-426v-1372z" />
+<glyph unicode="E" horiz-adv-x="1267" d="M207 0v1454h936v-41h-895v-649h784v-41h-784v-682h913v-41h-954z" />
+<glyph unicode="F" horiz-adv-x="1220" d="M207 0v1454h936v-41h-895v-647h764v-41h-764v-725h-41z" />
+<glyph unicode="G" horiz-adv-x="1495" d="M109 727q0 141 49 274.5t136 236.5t209 164.5t267 61.5q113 0 201 -23.5t155.5 -65.5t115.5 -100t83 -128l-39 -12q-84 154 -215 221t-301 67q-143 0 -258 -60t-195.5 -158.5t-123.5 -223.5t-43 -254q0 -137 50 -263t138 -222.5t204.5 -153.5t252.5 -57q143 0 272 65.5 t252 208.5v346h-342v41h383v-692h-41v248q-227 -258 -524 -258q-152 0 -278 64.5t-217 169t-141 236.5t-50 267z" />
+<glyph unicode="H" horiz-adv-x="1505" d="M207 0v1454h41v-690h1009v690h41v-1454h-41v723h-1009v-723h-41z" />
+<glyph unicode="I" horiz-adv-x="454" d="M207 0v1452h41v-1452h-41z" />
+<glyph unicode="J" horiz-adv-x="983" d="M47 68l23 32q119 -82 292 -82q131 0 208 48.5t117 137.5t52.5 218t12.5 293v737h41v-737q0 -166 -13.5 -302.5t-58.5 -232.5t-130 -149.5t-229 -53.5q-184 0 -315 91z" />
+<glyph unicode="K" horiz-adv-x="1275" d="M207 0v1452h41v-942l926 944h59l-621 -635l650 -819h-54l-626 791l-334 -338v-453h-41z" />
+<glyph unicode="L" horiz-adv-x="1210" d="M207 0v1454h41v-1413h913v-41h-954z" />
+<glyph unicode="M" horiz-adv-x="1818" d="M207 0v1454h33l669 -1118l670 1118h33v-1454h-41v1364l-645 -1077h-33l-645 1077v-1364h-41z" />
+<glyph unicode="N" horiz-adv-x="1597" d="M207 0v1454h31l1112 -1395v1393h41v-1452h-48l-1095 1374v-1374h-41z" />
+<glyph unicode="O" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254z" />
+<glyph unicode="P" horiz-adv-x="1273" d="M207 0v1454h592q88 0 163.5 -38t130 -100.5t85 -141t30.5 -160.5q0 -86 -28.5 -166t-80.5 -141.5t-125 -98.5t-161 -37h-565v-571h-41zM248 612h565q82 0 148.5 35t111.5 92.5t69.5 129t24.5 145.5q0 78 -28.5 149.5t-78.5 127t-118 89t-143 33.5h-551v-801z" />
+<glyph unicode="Q" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -160 -59.5 -300t-163.5 -245l147 -182h-51l-125 156q-86 -78 -193.5 -122t-230.5 -44q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727 q0 -135 48 -261t132 -223.5t200.5 -154.5t255.5 -57q119 0 219.5 43t180.5 114l-154 193h51l131 -166q98 102 152.5 236.5t54.5 275.5q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254z" />
+<glyph unicode="R" horiz-adv-x="1329" d="M207 0v1454h592q88 0 163.5 -38t130 -100.5t85 -141t30.5 -160.5q0 -84 -26.5 -162t-75.5 -138.5t-117.5 -98t-150.5 -44.5l368 -571h-49l-369 571h-540v-571h-41zM248 612h565q82 0 147.5 35t111.5 91.5t70.5 128t24.5 147.5q0 78 -28.5 149.5t-78.5 127t-118 89 t-143 33.5h-551v-801z" />
+<glyph unicode="S" horiz-adv-x="1249" d="M88 215l31 27q111 -115 240.5 -166t295.5 -51q217 0 343 80.5t126 244.5q0 82 -28.5 138.5t-88 97.5t-151.5 69.5t-217 53.5q-121 23 -214 48t-157.5 65t-97.5 100.5t-33 150.5q0 94 36 167t102.5 123t159.5 75.5t210 25.5q139 0 242.5 -40t189.5 -134l-26 -28 q-86 94 -179.5 128.5t-222.5 34.5q-125 0 -214 -24.5t-146.5 -70.5t-84 -109.5t-26.5 -143.5q0 -78 26.5 -130t82 -88t142.5 -61.5t208 -49.5q121 -25 219 -53.5t167 -71.5t105.5 -106.5t36.5 -160.5q0 -178 -136 -272t-376 -94q-176 0 -312 54t-253 171z" />
+<glyph unicode="T" horiz-adv-x="1249" d="M47 1413v41h1155v-41h-557v-1413h-41v1413h-557z" />
+<glyph unicode="U" horiz-adv-x="1558" d="M184 727v727h41v-727q0 -131 25.5 -256t89 -223t170 -157.5t268.5 -59.5q164 0 271.5 61.5t170 159.5t88 223t25.5 252v727h41v-727q0 -145 -29.5 -278.5t-99 -234.5t-183.5 -162.5t-282 -61.5q-172 0 -286.5 63.5t-183 168t-97.5 236.5t-29 269z" />
+<glyph unicode="V" horiz-adv-x="1392" d="M41 1454h43l612 -1403l611 1403h45l-633 -1454h-45z" />
+<glyph unicode="W" horiz-adv-x="2129" d="M41 1454h45l610 -1403l346 797l-260 594h45l236 -545l237 545h46l-261 -594l349 -797l610 1403h45l-633 -1454h-45l-346 797l-346 -797h-45z" />
+<glyph unicode="X" horiz-adv-x="1271" d="M23 1454h53l561 -704l561 704h51l-587 -737l571 -717h-51l-545 684l-545 -684h-53l571 717z" />
+<glyph unicode="Y" horiz-adv-x="1284" d="M33 1454h47l561 -844l563 844h47l-589 -891v-563h-41v567z" />
+<glyph unicode="Z" horiz-adv-x="1280" d="M59 0v41l1110 1372h-1099v41h1151v-41l-1110 -1372h1101v-41h-1153z" />
+<glyph unicode="[" horiz-adv-x="430" d="M190 -82v1598h144v-41h-103v-1516h103v-41h-144z" />
+<glyph unicode="\" horiz-adv-x="1062" d="M57 1454h54l890 -1454h-51z" />
+<glyph unicode="]" horiz-adv-x="430" d="M96 -41h103v1516h-103v41h144v-1598h-144v41z" />
+<glyph unicode="^" horiz-adv-x="1042" d="M98 621l406 833h37l403 -833h-47l-375 774l-381 -774h-43z" />
+<glyph unicode="_" horiz-adv-x="899" d="M47 0h805v-41h-805v41z" />
+<glyph unicode="`" horiz-adv-x="405" d="M102 1495h68l133 -149l-33 -25z" />
+<glyph unicode="a" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108z" />
+<glyph unicode="b" horiz-adv-x="1234" d="M170 0v1495h41v-680q82 115 188.5 189.5t245.5 74.5q117 0 209 -49t154.5 -128t96.5 -177t34 -197q0 -109 -39 -208t-108.5 -174.5t-162.5 -120.5t-202 -45q-63 0 -124 18t-115 51t-100 77t-77 95v-221h-41zM211 342q4 -66 46 -124t103.5 -102t133.5 -70t133 -26 q102 0 189 44.5t149.5 116t97.5 162.5t35 185q0 98 -33 190.5t-93.5 163t-143.5 113.5t-183 43q-76 0 -142.5 -25.5t-120.5 -68.5t-97 -98t-74 -117v-387z" />
+<glyph unicode="c" horiz-adv-x="1105" d="M96 537q0 115 39 214t108.5 171.5t163 114.5t201.5 42q135 0 240.5 -62.5t159.5 -174.5l-41 -15q-53 98 -150.5 154.5t-214.5 56.5q-98 0 -182 -38.5t-147.5 -106.5t-99.5 -160t-36 -196t37 -198.5t101.5 -165.5t148.5 -112t180 -41q61 0 124 18.5t115 49.5t89 72t49 84 l41 -13q-18 -53 -58 -99t-95.5 -80t-122 -53t-136.5 -19q-104 0 -198.5 44t-164 119.5t-110.5 177t-41 216.5z" />
+<glyph unicode="d" horiz-adv-x="1236" d="M96 528q0 111 37 210.5t103.5 175t156.5 120.5t197 45q74 0 138.5 -21.5t119.5 -57t99 -84t77 -101.5v680h41v-1413q0 -41 33 -41v-41q-18 0 -27 4q-23 10 -35 31.5t-12 46.5v139q-35 -53 -81 -97t-100.5 -77t-114 -50t-120.5 -17q-111 0 -205 47t-162.5 124.5 t-106.5 176t-38 200.5zM137 528q0 -100 37 -191t100.5 -162t149.5 -113t184 -42q61 0 133 27t133.5 71t103.5 103.5t46 124.5v383q-23 63 -70 119.5t-106.5 98.5t-127 66.5t-130.5 24.5q-104 0 -187.5 -44t-142.5 -115.5t-91 -163.5t-32 -187z" />
+<glyph unicode="e" horiz-adv-x="1183" d="M96 539q0 113 39 211t107.5 171.5t160 115.5t195.5 42q106 0 199.5 -43t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -64.5 -101t-98 -80t-123 -53t-136.5 -19 q-104 0 -197.5 44t-163 120.5t-110.5 178t-41 216.5zM137 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5z" />
+<glyph unicode="f" horiz-adv-x="655" d="M66 897v41h153v168q0 195 74 302.5t207 107.5q59 0 112.5 -19.5t81.5 -50.5l-32 -25q-25 25 -69 40.5t-91 15.5q-117 0 -179.5 -95.5t-62.5 -275.5v-168h318v-41h-318v-897h-41v897h-153z" />
+<glyph unicode="g" horiz-adv-x="1234" d="M96 528q0 106 36 206t101.5 176.5t156.5 122.5t200 46q72 0 134 -20.5t116.5 -56t99.5 -84t84 -103.5v248h41v-1108q0 -104 -39 -182t-104.5 -129.5t-150.5 -76t-175 -24.5q-188 0 -294.5 70t-166.5 184l39 13q66 -121 179.5 -173.5t242.5 -52.5q88 0 166 23.5t136 71 t92 116t34 160.5v266q-35 -53 -81 -97t-100.5 -77t-114 -50t-120.5 -17q-111 0 -205 47t-162.5 124.5t-106.5 176t-38 200.5zM137 528q0 -100 37 -191t100.5 -162t149.5 -113t184 -42q76 0 148.5 30t130 77t95.5 104.5t42 114.5v383q-25 68 -71 124t-103 97t-125 64.5 t-135 23.5q-109 0 -193 -46t-141 -118.5t-88 -164t-31 -181.5z" />
+<glyph unicode="h" horiz-adv-x="1150" d="M170 0v1495h41v-707q33 66 81 120.5t106.5 92t125 58t133.5 20.5q166 0 252 -122.5t86 -364.5v-592h-41v592q0 446 -295 446q-74 0 -145.5 -28.5t-131.5 -77.5t-105.5 -115.5t-65.5 -144.5v-672h-41z" />
+<glyph unicode="i" horiz-adv-x="380" d="M170 0v1063h41v-1063h-41zM170 1337v158h41v-158h-41z" />
+<glyph unicode="j" horiz-adv-x="380" d="M-266 -279l33 25q37 -33 82 -43t88 -10t83.5 18.5t74.5 49t54.5 73.5t20.5 92v1137h41v-1137q0 -59 -24.5 -109t-63.5 -87t-88 -57.5t-96 -20.5q-59 0 -111.5 14.5t-93.5 54.5zM170 1337v158h41v-158h-41z" />
+<glyph unicode="k" horiz-adv-x="1036" d="M170 0v1495h41v-1094l725 658h55l-461 -422l471 -637h-49l-452 608l-289 -262v-346h-41z" />
+<glyph unicode="l" horiz-adv-x="460" d="M180 158v1337h41v-1337q0 -59 37 -94t98 -35q23 0 54.5 5t58.5 13l14 -33q-29 -10 -70.5 -17t-70.5 -7q-72 0 -117 46t-45 122z" />
+<glyph unicode="m" horiz-adv-x="1855" d="M170 0v1063h41v-275q70 139 177.5 215t234.5 76q135 0 221 -84t102 -225q160 309 426 309q166 0 246 -119.5t80 -367.5v-592h-41v592q0 229 -68.5 337.5t-216.5 108.5q-76 0 -142.5 -27.5t-120.5 -76.5t-94 -116.5t-61 -147.5v-670h-41v592q0 231 -67.5 338.5 t-214.5 107.5q-74 0 -140.5 -26.5t-121 -74.5t-95.5 -115.5t-63 -149.5v-672h-41z" />
+<glyph unicode="n" horiz-adv-x="1153" d="M170 0v1063h41v-275q33 63 84 118t112.5 92.5t131 59t141.5 21.5q164 0 239.5 -117.5t75.5 -369.5v-592h-41v592q0 233 -64.5 339.5t-207.5 106.5q-78 0 -152.5 -27.5t-138 -76.5t-111 -116.5t-69.5 -145.5v-672h-41z" />
+<glyph unicode="o" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5z" />
+<glyph unicode="p" horiz-adv-x="1234" d="M170 -436v1499h41v-225q33 53 80 97t101 76.5t113.5 50t121.5 17.5q113 0 207 -48t161.5 -126t105.5 -176t38 -201q0 -109 -36 -208t-100.5 -174.5t-155.5 -120.5t-202 -45q-72 0 -135.5 21.5t-118.5 57t-100 83.5t-80 102v-680h-41zM211 330q29 -66 74 -122t101 -97 t121.5 -66t137.5 -25q104 0 187 44.5t142.5 116t91.5 162.5t32 185q0 100 -37 192.5t-100.5 163t-149.5 112.5t-184 42q-61 0 -133 -26.5t-133.5 -71.5t-103.5 -104.5t-46 -122.5v-383z" />
+<glyph unicode="q" horiz-adv-x="1234" d="M96 528q0 109 40 208.5t109.5 176t163 121.5t199.5 45q63 0 124 -18.5t115 -51t100 -76.5t77 -95v225h41v-1417q0 -41 33 -41v-41q-20 0 -29 4q-23 10 -34 31.5t-11 46.5v598q-90 -129 -199.5 -196.5t-234.5 -67.5q-113 0 -204 47t-155.5 123.5t-99.5 175t-35 202.5z M137 528q0 -100 34 -192t94.5 -162t143.5 -112t181 -42q76 0 141.5 26t120.5 69t98 98t74 117v383q-6 63 -47 122.5t-100.5 104.5t-130 71.5t-138.5 26.5q-104 0 -190 -44t-148.5 -116.5t-97.5 -163.5t-35 -186z" />
+<glyph unicode="r" horiz-adv-x="665" d="M170 0v1063h41v-275q55 113 148.5 186t197.5 85q20 2 37.5 3t30.5 1v-41q-152 -6 -261.5 -98.5t-152.5 -251.5v-672h-41z" />
+<glyph unicode="s" horiz-adv-x="964" d="M76 152l30 26q82 -80 171.5 -119t203.5 -39q158 0 256.5 68t98.5 191q0 57 -25 95t-72 65.5t-116.5 47t-157.5 39.5q-86 20 -149.5 38t-105.5 44.5t-63.5 66.5t-21.5 103q0 80 30.5 136.5t82 93t119 54t143.5 17.5q129 0 220 -44t126 -109l-37 -17q-39 63 -127 96 t-190 33q-66 0 -125.5 -14t-104.5 -45t-70.5 -79t-25.5 -116q0 -53 17.5 -86.5t54 -56.5t94 -39t135.5 -35q94 -23 171 -43t129 -51t81 -75t29 -113q0 -70 -29 -126.5t-80 -96t-125 -61t-162 -21.5q-248 0 -405 172z" />
+<glyph unicode="t" horiz-adv-x="604" d="M57 1022v41h154v371h41v-371h256v-41h-256v-868q0 -59 45 -91t98 -32q35 0 66 7t54.5 16t36.5 17.5t15 10.5l23 -33l-16 -10q-15 -10 -40.5 -20.5t-60.5 -19.5t-78 -9q-74 0 -129 45t-55 119v868h-154z" />
+<glyph unicode="u" horiz-adv-x="1175" d="M158 467v596h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t107.5 115.5t71 147.5v676h41v-981q0 -41 32 -41v-41q-23 0 -28 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -195 -212.5t-268 -77.5q-342 0 -342 487z" />
+<glyph unicode="v" horiz-adv-x="1064" d="M51 1063h45l436 -1004l437 1004h45l-463 -1063h-37z" />
+<glyph unicode="w" horiz-adv-x="1626" d="M51 1063h45l439 -1004l256 588l-179 414h43l158 -361l158 361h43l-178 -414l256 -588l438 1004h45l-465 -1063h-37l-260 596l-260 -596h-37z" />
+<glyph unicode="x" horiz-adv-x="983" d="M39 1063h53l383 -479l17 -25l16 25l383 479h53l-426 -535l422 -528h-53l-379 475l-16 25l-17 -25l-379 -475h-53l422 528z" />
+<glyph unicode="y" horiz-adv-x="1107" d="M45 1063h45l469 -1012l445 1012h45l-633 -1444q-25 -57 -68 -65q-41 -10 -84 -11v41q35 0 61.5 5t34.5 16q2 4 11.5 20.5t29 59.5t52 118.5t86.5 196.5z" />
+<glyph unicode="z" horiz-adv-x="989" d="M63 0v41l811 981h-800v41h852v-41l-809 -981h801v-41h-855z" />
+<glyph unicode="{" horiz-adv-x="438" d="M129 719v41q20 0 32.5 12t18.5 27.5t8 31t2 21.5v602q0 41 19.5 51.5t28.5 10.5h106v-41h-113v-623q0 -6 -1 -18.5t-5 -30t-12 -34.5t-25 -32q33 -29 38 -66.5t5 -47.5v-646h113v-40h-106q-16 0 -32 13t-16 48v625q0 31 -12 61.5t-49 34.5z" />
+<glyph unicode="|" horiz-adv-x="413" d="M186 -266v1853h41v-1853h-41z" />
+<glyph unicode="}" horiz-adv-x="438" d="M94 -23h113v646q0 10 5 48t38 66q-16 14 -24.5 31.5t-12.5 35t-5 30t-1 18.5v623h-113v41h107q8 0 27.5 -10.5t19.5 -51.5v-602q0 -6 1 -21.5t7 -31t18.5 -27.5t34.5 -12v-41q-37 -4 -49 -35t-12 -61v-625q0 -35 -15.5 -48t-31.5 -13h-107v40z" />
+<glyph unicode="~" horiz-adv-x="958" d="M150 514q0 2 9 28.5t30.5 57.5t53 55.5t79.5 24.5q41 0 78.5 -19.5t74.5 -43t74 -43t78 -19.5q37 0 63.5 15.5t45 36t26.5 38t8 21.5l41 -2q-16 -43 -41 -76q-23 -29 -56.5 -51.5t-86.5 -22.5q-49 0 -90 19.5t-78 43t-71 43t-66 19.5q-31 0 -55.5 -19.5t-42 -42t-26 -42 t-8.5 -21.5h-40z" />
+<glyph unicode="&#xa1;" horiz-adv-x="434" d="M197 0v1059h41v-1059h-41zM197 1296v172h41v-172h-41z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1120" d="M102 528q0 104 35 200.5t96.5 173.5t148.5 124t191 53v242h41v-242q160 -4 253.5 -69.5t144.5 -167.5l-39 -15q-59 106 -151.5 156.5t-207.5 54.5v-1018q49 0 109.5 15.5t114 45.5t95.5 71t54 92l41 -13q-20 -61 -65 -108t-103.5 -79t-123 -48t-122.5 -16v-226h-41v228 q-104 8 -190 58t-148.5 126t-97.5 170t-35 192zM143 528q0 -94 33 -182t91.5 -156.5t136 -113.5t169.5 -53v1015q-102 -6 -182 -53t-135 -118.5t-84 -161t-29 -177.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="970" d="M106 709v41h224q-25 47 -53.5 92t-52 90t-39 92t-15.5 102q0 70 26.5 131.5t71.5 107.5t106.5 72.5t129.5 26.5q102 0 190 -58t142 -157l-35 -24q-49 92 -129 145t-172 53q-59 0 -110.5 -22.5t-90.5 -62.5t-61.5 -93t-22.5 -115q0 -53 16.5 -99t41 -92t53 -92t53.5 -97 h354v-41h-336q20 -47 33.5 -100.5t13.5 -112.5q0 -55 -12 -106.5t-41 -105t-75 -113.5t-113 -134q35 6 71.5 10t73.5 4q47 0 86 -6t74 -14t69.5 -14.5t73.5 -6.5q43 0 91.5 10.5t111.5 32.5l12 -39q-111 -45 -217 -45q-45 0 -82 6.5t-72.5 14.5t-74.5 14t-84 6t-97.5 -7 t-95.5 -17l-20 34q82 88 136 154t86 119t44 100t12 101q0 61 -14 114.5t-37 100.5h-244z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1337" d="M59 1454h47l562 -844l563 844h47l-500 -756h191v-41h-217l-64 -94v-49h281v-41h-281v-473h-41v473h-278v41h278v53l-59 90h-219v41h192z" />
+<glyph unicode="&#xa6;" horiz-adv-x="421" d="M190 -266v850h41v-850h-41zM190 737v850h41v-850h-41z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1015" d="M109 1141q0 78 34.5 138t89 101t121 62.5t131.5 21.5q135 0 211 -40t127 -113l-37 -17q-20 39 -55 64.5t-76 40t-86 19.5t-84 5q-59 0 -119.5 -19.5t-108.5 -56t-77.5 -89t-29.5 -117.5q0 -74 25.5 -125t70.5 -83t107.5 -46.5t135.5 -14.5q72 0 141.5 -16t125 -52 t89.5 -93.5t34 -137.5q0 -59 -20.5 -113t-55.5 -89q59 -33 84.5 -87.5t25.5 -131.5q0 -80 -34.5 -142.5t-90 -104.5t-123 -63.5t-133.5 -21.5q-133 0 -223 49t-159 119l30 26q84 -78 167 -115.5t185 -37.5q61 0 122 19.5t109 57t78.5 92t30.5 122.5q0 74 -29.5 119.5 t-75.5 71.5t-105.5 35t-116.5 11q-76 2 -145.5 20.5t-122 55.5t-83 95t-30.5 138q0 53 18.5 106.5t46.5 86.5q-55 35 -87.5 100.5t-32.5 149.5zM205 698q0 -82 28.5 -132t76.5 -78.5t107.5 -41t122 -19.5t121 -14t101.5 -24q35 29 55.5 80t20.5 104q0 74 -33 124.5t-84 80 t-112.5 41.5t-119.5 12q-59 0 -116.5 9.5t-104.5 29.5q-29 -29 -46 -76t-17 -96z" />
+<glyph unicode="&#xa8;" horiz-adv-x="483" d="M102 1337v158h41v-158h-41zM340 1337v158h41v-158h-41z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1708" d="M115 727q0 158 56 293t154.5 233.5t233.5 154.5t295 56t295 -56t233.5 -154.5t154.5 -233.5t56 -293q0 -160 -56 -295t-154.5 -234.5t-233.5 -155.5t-295 -56t-295 56t-233.5 155.5t-154.5 234.5t-56 295zM158 725q0 -150 52 -278t145.5 -221t221 -146t279.5 -53 q147 0 273 50t220.5 142t147.5 220t53 282q0 152 -52 280.5t-145 222t-220 146.5t-277 53q-152 0 -278.5 -52t-221 -146.5t-146.5 -222.5t-52 -277zM420 727q0 82 25.5 166t77.5 152.5t134 111.5t195 43q115 0 211 -49t137 -154l-39 -14q-25 55 -62.5 90t-81.5 54.5 t-88 25.5t-77 6q-102 0 -176 -40t-121 -102.5t-70.5 -139t-23.5 -150.5q0 -102 38 -181t96 -133.5t129 -83t136 -28.5q45 0 93 13.5t93.5 37t81 58t54.5 77.5l39 -10q-8 -27 -37 -64.5t-75 -71.5t-107.5 -57.5t-133.5 -23.5q-78 0 -157.5 31t-144 91t-105.5 147t-41 198z " />
+<glyph unicode="&#xaa;" horiz-adv-x="874" d="M106 938q0 45 23 84t63.5 66.5t96 43t123.5 15.5q61 0 123.5 -10.5t111.5 -28.5v72q0 100 -61.5 160.5t-165.5 60.5q-111 0 -238 -84l-26 41q143 94 268 94q133 0 210 -73.5t77 -204.5v-351q0 -33 28 -32v-60q-41 0 -61.5 13.5t-22.5 48.5l-2 59q-51 -63 -132 -98 t-173 -35q-51 0 -95 17.5t-77 46t-51.5 68.5t-18.5 87zM168 940q0 -72 55 -120t137 -48q51 0 102.5 13.5t92.5 36t66.5 52t25.5 62.5v125q-53 23 -110.5 31t-116.5 8q-113 0 -182.5 -43t-69.5 -117z" />
+<glyph unicode="&#xab;" horiz-adv-x="1077" d="M102 512v37l486 346v-45l-447 -320l447 -321v-45zM451 512v37l485 346v-45l-447 -320l447 -321v-45z" />
+<glyph unicode="&#xac;" horiz-adv-x="1167" d="M186 651v41h826v-405h-41v364h-785z" />
+<glyph unicode="&#xad;" horiz-adv-x="1120" d="M147 535v40h826v-40h-826z" />
+<glyph unicode="&#xae;" horiz-adv-x="1708" d="M115 727q0 158 56 293t154.5 233.5t233.5 154.5t295 56t295 -56t233.5 -154.5t154.5 -233.5t56 -293q0 -160 -56 -295t-154.5 -234.5t-233.5 -155.5t-295 -56t-295 56t-233.5 155.5t-154.5 234.5t-56 295zM158 727q0 -152 52 -280t145.5 -221t220 -146t278.5 -53 q147 0 274 50t221.5 142t147.5 221t53 287q0 150 -52 276.5t-145 220t-221 146.5t-278 53t-277.5 -53t-221 -146.5t-145.5 -220t-52 -276.5zM557 248v946h385q57 0 106.5 -24.5t85 -65.5t55 -92t19.5 -105q0 -55 -17 -105t-49 -89t-77 -63.5t-98 -28.5l239 -373h-49 l-237 373h-320v-373h-43zM600 662h352q53 0 93 19t68 53t41 79t13 94t-16 94.5t-46 78t-72 52t-91 19.5h-342v-489z" />
+<glyph unicode="&#xaf;" horiz-adv-x="778" d="M102 1405v41h574v-41h-574z" />
+<glyph unicode="&#xb0;" horiz-adv-x="516" d="M117 1341q0 59 41 100.5t100 41.5t100 -41t41 -101q0 -59 -41 -100t-100 -41t-100 41t-41 100zM158 1341q0 -41 29.5 -70.5t70.5 -29.5q39 0 69.5 28.5t30.5 71.5q0 45 -29.5 73t-70.5 28t-70.5 -28t-29.5 -73z" />
+<glyph unicode="&#xb1;" horiz-adv-x="925" d="M156 174v41h614v-41h-614zM156 707v41h286v307h41v-307h287v-41h-287v-308h-41v308h-286z" />
+<glyph unicode="&#xb2;" horiz-adv-x="757" d="M84 702q0 152 67.5 232t184.5 123q45 16 96 32.5t93 40t70 58.5t28 88q0 35 -14.5 67.5t-43 58t-71.5 41t-103 15.5q-55 0 -99 -13t-77 -31.5t-55.5 -40t-34.5 -38.5l-31 25q2 4 21.5 25.5t56.5 46t93.5 45t129.5 20.5q70 0 120 -18.5t84 -49t50.5 -71.5t16.5 -84 q0 -61 -31 -101t-76 -67t-97 -44.5t-95 -31.5q-80 -29 -127 -65.5t-70 -75.5t-29 -78t-6 -70h533v-39h-584z" />
+<glyph unicode="&#xb3;" horiz-adv-x="778" d="M84 889l33 14q2 -35 23.5 -65.5t58.5 -54t86 -38t104 -14.5t102.5 13.5t83 36t55 55t19.5 69.5q0 82 -84 130t-221 48h-45v37h45q135 0 207 40t72 118q0 80 -71 131t-179 51q-86 0 -151.5 -34.5t-92.5 -88.5l-31 25q31 61 106 98t169 37q63 0 116.5 -16.5t92.5 -46 t61.5 -69.5t22.5 -85q0 -137 -183 -178q94 -16 150.5 -70.5t56.5 -130.5q0 -45 -23.5 -84t-64.5 -66.5t-95.5 -43t-117.5 -15.5t-117.5 14.5t-95.5 41t-65.5 62.5t-26.5 79z" />
+<glyph unicode="&#xb4;" horiz-adv-x="405" d="M102 1346l131 149h70l-168 -174z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1167" d="M180 -434v1497h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t108 115.5t70.5 147.5v676h41v-981q0 -41 33 -41v-41q-23 0 -29 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -194.5 -212.5t-268.5 -77.5q-223 0 -301 213v-627h-41z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1146" d="M76 981q0 111 39 198t113.5 148.5t182 94t242.5 32.5h412v-41h-143v-1577h-41v672h-187v-672h-41v672q-135 2 -241.5 34.5t-181 93t-114.5 147.5t-40 198zM117 981q0 -113 43 -192.5t116.5 -132t171 -78t205.5 -29.5v864q-262 0 -399 -113.5t-137 -318.5zM694 549h187 v864h-187v-864z" />
+<glyph unicode="&#xb7;" horiz-adv-x="335" d="M147 512v170h41v-170h-41z" />
+<glyph unicode="&#xb8;" horiz-adv-x="516" d="M47 -293l21 37q31 -14 78 -25.5t100 -11.5q119 0 119 78q0 43 -28 60.5t-71 17.5t-90 -11.5t-76 -21.5l111 193l37 -23l-68 -117q20 8 45 10.5t41 2.5q139 0 140 -111q0 -61 -44.5 -89t-121.5 -28q-53 0 -103.5 11.5t-89.5 27.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="518" d="M72 1348v38q33 0 67.5 16.5t63 37t47 38t20.5 19.5h41v-758h160v-39h-371v39h170v705q-10 -12 -33.5 -29.5t-51 -32t-58.5 -24.5t-55 -10z" />
+<glyph unicode="&#xba;" horiz-adv-x="925" d="M102 1083q0 76 28 142.5t76 117t113.5 80t141.5 29.5t142.5 -29.5t115.5 -80t76.5 -117t27.5 -142.5q0 -74 -27.5 -139t-76.5 -115.5t-115.5 -80t-142.5 -29.5t-141.5 29.5t-113.5 80t-76 116t-28 138.5zM166 1081q0 -63 23.5 -118.5t63.5 -97.5t93 -65.5t115 -23.5 q61 0 115.5 24.5t95.5 66.5t64.5 98.5t23.5 119.5t-23.5 120t-64.5 97.5t-95.5 65.5t-115.5 25q-59 0 -113.5 -25t-94.5 -66.5t-63.5 -99.5t-23.5 -121z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1077" d="M141 164v45l447 321l-447 320v45l486 -346v-37zM489 164v45l447 321l-447 320v45l486 -346v-37z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1550" d="M98 1348v38q33 0 68 16.5t63.5 37t47 38t20.5 19.5h41v-758h160v-39h-371v39h170v705q-10 -12 -33.5 -29.5t-51.5 -32t-58.5 -24.5t-55.5 -10zM215 23l1143 1433l33 -24l-1143 -1434zM836 225v35l489 524h29v-520h112v-39h-112v-225h-41v225h-477zM893 264h420v449z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1648" d="M109 1348v38q33 0 67.5 16.5t63 37t47 38t20.5 19.5h41v-758h160v-39h-371v39h170v705q-10 -12 -33.5 -29.5t-51 -32t-58.5 -24.5t-55 -10zM152 23l1142 1433l33 -24l-1143 -1434zM967 0q0 152 67.5 231.5t184.5 122.5q45 16 96 32.5t93 40.5t69.5 58.5t27.5 87.5 q0 35 -14 68t-43 58.5t-72 41t-102 15.5q-55 0 -99.5 -13.5t-77 -32t-55 -40t-34.5 -37.5l-31 24q2 4 21.5 26t56.5 46.5t93 45t130 20.5q70 0 120 -18.5t84 -49.5t50 -72t16 -84q0 -61 -30.5 -101t-75.5 -66.5t-97.5 -44t-95.5 -31.5q-80 -29 -127 -66t-69.5 -76 t-28.5 -77.5t-6 -69.5h532v-39h-583z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1585" d="M98 889l33 14q2 -35 23.5 -65.5t58.5 -54t86 -38t104 -14.5t102.5 13.5t83.5 36t55.5 55t19.5 69.5q0 82 -84 130t-222 48h-45v37h45q135 0 207 40t72 118q0 80 -70.5 131t-179.5 51q-86 0 -151.5 -34.5t-92.5 -88.5l-30 25q31 61 105.5 98t168.5 37q63 0 116.5 -16.5 t92.5 -46t61.5 -69.5t22.5 -85q0 -137 -182 -178q94 -16 150.5 -70.5t56.5 -130.5q0 -45 -24 -84t-65 -66.5t-95.5 -43t-117.5 -15.5t-117.5 14.5t-95 41t-65.5 62.5t-27 79zM287 23l1143 1433l32 -24l-1143 -1434zM858 225v35l490 524h28v-520h113v-39h-113v-225h-41v225 h-477zM915 264h420v449z" />
+<glyph unicode="&#xbf;" horiz-adv-x="950" d="M74 -53q0 92 29.5 152.5t76.5 100.5t104.5 67.5t112.5 58.5q33 18 60.5 39.5t48 59.5t32 96.5t11.5 148.5h41q0 -98 -13.5 -163t-37 -108t-56 -68.5t-69.5 -43.5q-49 -25 -101.5 -49.5t-96.5 -61.5t-72.5 -92t-28.5 -143t28.5 -151.5t76.5 -104.5t108.5 -60.5 t126.5 -19.5q61 0 120.5 16.5t110.5 48t92 75.5t68 99l37 -16q-29 -63 -75 -112.5t-103.5 -83t-121 -51t-126.5 -17.5q-74 0 -143.5 24.5t-123 72.5t-85 120t-31.5 166zM549 864v172h41v-172h-41z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM561 1880h68l133 -149l-33 -25z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM639 1731l131 149h70l-168 -174z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM494 1729l190 151h33l190 -151l-33 -25l-174 129l-174 -129z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM424 1722q0 4 4 27t19.5 47.5t45 44t80.5 19.5q39 0 70 -12.5t59.5 -27t58.5 -26.5t68 -12q43 0 67 14t36 31.5t15 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5 q-45 0 -78.5 12t-62.5 26.5t-56.5 27t-58.5 12.5q-33 0 -53 -13.5t-31.5 -31t-15.5 -34t-4 -20.5h-41z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM561 1722v158h41v-158h-41zM799 1722v158h41v-158h-41z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1398" d="M47 0l635 1454h37l633 -1454h-45l-228 520h-760l-227 -520h-45zM336 561h725l-361 834zM584 1763q0 49 33.5 83t82.5 34t83 -34t34 -83t-33.5 -82.5t-83.5 -33.5q-49 0 -82.5 33.5t-33.5 82.5zM616 1763q0 -35 25 -59.5t59 -24.5q31 0 57.5 23.5t26.5 60.5 q0 39 -24.5 61.5t-59.5 22.5t-59.5 -22.5t-24.5 -61.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="2045" d="M16 0l959 1454h946v-41h-895v-649h784v-41h-784v-682h913v-41h-954v520h-575l-342 -520h-52zM434 561h551v828z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1439" d="M109 737q0 131 46 260t133 232.5t215 168t292 64.5q195 0 330 -89t200 -228l-39 -12q-43 80 -99.5 135t-123 89t-137 49t-140.5 15q-152 0 -270.5 -60.5t-200.5 -158.5t-123.5 -222t-41.5 -249q0 -139 50 -266t137 -224.5t203.5 -154.5t252.5 -57q72 0 147.5 18.5t146 55 t131 95t103.5 138.5l39 -10q-37 -80 -97.5 -141.5t-135 -104.5t-157.5 -66.5t-165 -25.5l-60 -105q20 8 45 10.5t41 2.5q139 0 140 -111q0 -61 -44 -89t-122 -28q-53 0 -103.5 11.5t-89.5 27.5l21 37q31 -14 78 -25.5t100 -11.5q119 0 119 78q0 43 -28 60.5t-71 17.5 t-90 -11.5t-75 -21.5l90 160q-143 6 -262 72.5t-205 172t-133 236.5t-47 266z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1267" d="M207 0v1454h936v-41h-895v-649h784v-41h-784v-682h913v-41h-954zM569 1880h68l133 -149l-33 -25z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1267" d="M207 0v1454h936v-41h-895v-649h784v-41h-784v-682h913v-41h-954zM647 1731l131 149h70l-168 -174z" />
+<glyph unicode="&#xca;" horiz-adv-x="1267" d="M207 0v1454h936v-41h-895v-649h784v-41h-784v-682h913v-41h-954zM502 1729l190 151h33l190 -151l-32 -25l-174 129l-174 -129z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1267" d="M207 0v1454h936v-41h-895v-649h784v-41h-784v-682h913v-41h-954zM569 1722v158h41v-158h-41zM807 1722v158h41v-158h-41z" />
+<glyph unicode="&#xcc;" horiz-adv-x="454" d="M88 1880h68l133 -149l-33 -25zM207 0v1452h41v-1452h-41z" />
+<glyph unicode="&#xcd;" horiz-adv-x="454" d="M166 1731l131 149h70l-168 -174zM207 0v1452h41v-1452h-41z" />
+<glyph unicode="&#xce;" horiz-adv-x="454" d="M20 1729l191 151h33l190 -151l-33 -25l-174 129l-174 -129zM207 0v1452h41v-1452h-41z" />
+<glyph unicode="&#xcf;" horiz-adv-x="454" d="M88 1722v158h41v-158h-41zM207 0v1452h41v-1452h-41zM326 1722v158h41v-158h-41z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1482" d="M74 711v41h145v702h467q172 0 300 -57.5t213 -155.5t127 -230t42 -282q0 -166 -48 -300t-136 -229.5t-215 -147.5t-283 -52h-467v711h-145zM260 41h426q158 0 277.5 52t200.5 144.5t122 218.5t41 273q0 150 -42 274.5t-124 216t-201.5 142.5t-273.5 51h-426v-661h393v-41 h-393v-670z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1597" d="M207 0v1454h31l1112 -1395v1393h41v-1452h-48l-1095 1374v-1374h-41zM532 1722q0 4 4.5 27t19.5 47.5t45 44t81 19.5q39 0 69.5 -12.5t59.5 -27t58.5 -26.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -79 12 t-62.5 26.5t-56 27t-58.5 12.5q-33 0 -53.5 -13.5t-31.5 -31t-15.5 -34t-4.5 -20.5h-41z" />
+<glyph unicode="&#xd2;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM647 1880h68l133 -149l-33 -25z" />
+<glyph unicode="&#xd3;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM725 1731l131 149h70l-168 -174z" />
+<glyph unicode="&#xd4;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM580 1729l190 151h33l190 -151l-32 -25l-175 129l-174 -129z" />
+<glyph unicode="&#xd5;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM510 1722q0 4 4 27t19.5 47.5t45 44t80.5 19.5q39 0 70 -12.5t59.5 -27t58.5 -26.5t68 -12q43 0 67 14 t36 31.5t15 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -78.5 12t-62.5 26.5t-56.5 27t-58.5 12.5q-33 0 -53 -13.5t-31.5 -31t-15.5 -34t-4 -20.5h-41z" />
+<glyph unicode="&#xd6;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q150 0 275 -64.5t214 -169t138 -236.5t49 -267q0 -147 -52 -280.5t-143 -234.5t-214.5 -161.5t-266.5 -60.5q-152 0 -275.5 63.5t-213.5 166t-139 235.5t-49 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5 t255.5 -57q141 0 259 60.5t201 158.5t129 223t46 254q0 135 -48 261t-134 223.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM647 1722v158h41v-158h-41zM885 1722v158h41v-158h-41z" />
+<glyph unicode="&#xd7;" horiz-adv-x="923" d="M154 831l30 29l277 -276l278 278l29 -31l-279 -278l279 -277l-31 -28l-276 276l-277 -276l-28 31l274 274z" />
+<glyph unicode="&#xd8;" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q104 0 196.5 -31.5t170.5 -89.5l72 111h53l-88 -139q63 -53 113.5 -121t86 -143.5t54 -158.5t18.5 -165q0 -147 -52 -280.5t-143 -234.5t-214 -161.5t-267 -60.5q-106 0 -200 32.5t-170 88.5l-72 -111h-51l88 137 q-129 104 -200.5 261t-71.5 329zM150 727q0 -164 67.5 -310.5t183.5 -244.5l729 1137q-74 53 -159.5 83.5t-184.5 30.5q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254zM436 145q74 -53 162 -83.5t188 -30.5q141 0 259 60.5t201 158.5t129 223t46 254 q0 162 -68.5 308.5t-185.5 244.5z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1558" d="M184 727v727h41v-727q0 -131 25.5 -256t89 -223t170 -157.5t268.5 -59.5q164 0 271.5 61.5t170 159.5t88 223t25.5 252v727h41v-727q0 -145 -29.5 -278.5t-99 -234.5t-183.5 -162.5t-282 -61.5q-172 0 -286.5 63.5t-183 168t-97.5 236.5t-29 269zM641 1880h68l133 -149 l-33 -25z" />
+<glyph unicode="&#xda;" horiz-adv-x="1558" d="M184 727v727h41v-727q0 -131 25.5 -256t89 -223t170 -157.5t268.5 -59.5q164 0 271.5 61.5t170 159.5t88 223t25.5 252v727h41v-727q0 -145 -29.5 -278.5t-99 -234.5t-183.5 -162.5t-282 -61.5q-172 0 -286.5 63.5t-183 168t-97.5 236.5t-29 269zM719 1731l131 149h70 l-168 -174z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1558" d="M184 727v727h41v-727q0 -131 25.5 -256t89 -223t170 -157.5t268.5 -59.5q164 0 271.5 61.5t170 159.5t88 223t25.5 252v727h41v-727q0 -145 -29.5 -278.5t-99 -234.5t-183.5 -162.5t-282 -61.5q-172 0 -286.5 63.5t-183 168t-97.5 236.5t-29 269zM573 1729l191 151h33 l190 -151l-33 -25l-174 129l-174 -129z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1558" d="M184 727v727h41v-727q0 -131 25.5 -256t89 -223t170 -157.5t268.5 -59.5q164 0 271.5 61.5t170 159.5t88 223t25.5 252v727h41v-727q0 -145 -29.5 -278.5t-99 -234.5t-183.5 -162.5t-282 -61.5q-172 0 -286.5 63.5t-183 168t-97.5 236.5t-29 269zM641 1722v158h41v-158 h-41zM879 1722v158h41v-158h-41z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1284" d="M33 1454h47l561 -844l563 844h47l-589 -891v-563h-41v567zM580 1731l131 149h69l-168 -174z" />
+<glyph unicode="&#xde;" horiz-adv-x="1241" d="M207 0v1454h41v-307h510q88 0 163.5 -38t130 -100.5t85 -141.5t30.5 -160q0 -86 -28.5 -166t-80.5 -141.5t-125 -98.5t-161 -37h-524v-264h-41zM248 305h524q82 0 148.5 35t111.5 92t69.5 129t24.5 146q0 78 -28.5 149.5t-78.5 126.5t-117.5 89t-143.5 34h-510v-801z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1118" d="M170 0v1042q0 94 27.5 172t77 133.5t119 85t153.5 29.5q78 0 145.5 -24.5t116.5 -67.5t77.5 -102.5t28.5 -126.5q0 -55 -19 -107.5t-52 -95.5t-78 -71.5t-96 -39.5q170 -35 261 -142t91 -269q0 -199 -141.5 -308.5t-411.5 -119.5v39q248 4 380 104t132 283 q0 88 -30.5 159.5t-86 123t-132.5 80t-171 28.5h-35v41h33q68 0 125 21.5t100 60.5t66.5 90t23.5 112t-25.5 114.5t-69.5 92.5t-104.5 61.5t-129.5 22.5q-154 0 -244 -102t-90 -277v-1042h-41z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM385 1495h68l133 -149l-33 -25z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM463 1346l131 149h70l-168 -174z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM317 1343l191 152h33l190 -152l-33 -24l-174 129l-174 -129z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM248 1337q0 4 4 26.5t19.5 47.5t45 44.5t80.5 19.5q39 0 70 -12.5t59.5 -27t58 -26.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -78.5 12t-62.5 26.5 t-56.5 27t-58.5 12.5q-33 0 -53.5 -13.5t-31.5 -31t-15 -34t-4 -20.5h-41z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM385 1337v158h41v-158h-41zM623 1337v158h41v-158h-41z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1075" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q92 0 186.5 -15t169.5 -44v121q0 82 -24.5 150.5t-70.5 116.5t-110.5 74.5t-142.5 26.5t-166 -33.5t-178 -97.5l-24 33q205 139 368 139q88 0 161 -28.5t123 -82t77.5 -129t27.5 -169.5v-588q0 -41 33 -41v-41 q-23 0 -28 4q-20 8 -33 29.5t-13 48.5v98q-74 -96 -192.5 -148t-257.5 -52q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q31 43 30 84v211q-164 63 -356 63 q-90 0 -162.5 -18.5t-125 -53t-81 -82.5t-28.5 -108zM408 1378q0 49 33.5 83t82.5 34t83 -34t34 -83t-34 -82.5t-83 -33.5t-82.5 33.5t-33.5 82.5zM440 1378q0 -35 24.5 -59.5t59.5 -24.5q31 0 57.5 23.5t26.5 60.5q0 39 -24.5 61.5t-59.5 22.5t-59.5 -22.5t-24.5 -61.5z " />
+<glyph unicode="&#xe6;" horiz-adv-x="1900" d="M78 305q0 68 31.5 123t90 95t139.5 62.5t177 22.5q74 0 151.5 -11t145.5 -30q6 104 47 203q-27 123 -116 195.5t-220 72.5q-78 0 -166 -33.5t-178 -97.5l-24 33q205 139 368 139q137 0 231.5 -66.5t133.5 -187.5q66 115 178.5 184.5t247.5 69.5q106 0 199.5 -43 t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -65 -101t-98 -80t-122.5 -53t-136.5 -19q-133 0 -243.5 67.5t-180.5 179.5q-33 -66 -87 -112.5t-119.5 -76.5 t-136 -44t-136.5 -14q-72 0 -135.5 25.5t-109.5 69.5t-72.5 103.5t-26.5 126.5zM119 305q0 -59 23.5 -111.5t64.5 -91.5t96.5 -60.5t118.5 -21.5q137 0 250.5 51.5t169.5 137.5q25 37 30 72q-57 113 -59 243q-141 43 -297 43q-90 0 -162.5 -18.5t-125 -53t-81 -82.5 t-28.5 -108zM854 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1107" d="M98 537q0 115 39 214t108.5 171.5t163 114.5t201.5 42q135 0 240.5 -62.5t159.5 -174.5l-41 -15q-53 98 -150.5 154.5t-214.5 56.5q-98 0 -182 -38.5t-147.5 -106.5t-99.5 -160t-36 -196t37 -198.5t101.5 -165.5t148.5 -112t180 -41q61 0 124 18.5t115 49.5t89 72t49 84 l41 -13q-18 -53 -57 -98t-92.5 -79t-118 -53t-131.5 -21l-56 -97q20 8 45 10.5t41 2.5q139 0 140 -111q0 -61 -44 -89t-122 -28q-53 0 -103.5 11.5t-89.5 27.5l21 37q31 -14 78 -25.5t100 -11.5q119 0 119 78q0 43 -28 60.5t-71 17.5t-90 -11.5t-76 -21.5l86 152 q-98 6 -185 53t-151.5 121.5t-102.5 172t-38 208.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1183" d="M96 539q0 113 39 211t107.5 171.5t160 115.5t195.5 42q106 0 199.5 -43t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -64.5 -101t-98 -80t-123 -53t-136.5 -19 q-104 0 -197.5 44t-163 120.5t-110.5 178t-41 216.5zM137 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5zM461 1495h67l134 -149l-33 -25z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1183" d="M96 539q0 113 39 211t107.5 171.5t160 115.5t195.5 42q106 0 199.5 -43t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -64.5 -101t-98 -80t-123 -53t-136.5 -19 q-104 0 -197.5 44t-163 120.5t-110.5 178t-41 216.5zM137 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5zM539 1346l131 149h69l-168 -174z" />
+<glyph unicode="&#xea;" horiz-adv-x="1183" d="M96 539q0 113 39 211t107.5 171.5t160 115.5t195.5 42q106 0 199.5 -43t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -64.5 -101t-98 -80t-123 -53t-136.5 -19 q-104 0 -197.5 44t-163 120.5t-110.5 178t-41 216.5zM137 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5zM393 1343l191 152h32l191 -152l-33 -24l-174 129l-174 -129z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1183" d="M96 539q0 113 39 211t107.5 171.5t160 115.5t195.5 42q106 0 199.5 -43t162 -116.5t109.5 -174t41 -215.5v-22h-973q8 -102 48 -191.5t103.5 -155t146.5 -103.5t175 -38q61 0 119.5 16.5t110 46.5t90.5 71t61 90l39 -11q-23 -55 -64.5 -101t-98 -80t-123 -53t-136.5 -19 q-104 0 -197.5 44t-163 120.5t-110.5 178t-41 216.5zM137 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5t-144.5 -102t-99.5 -156t-43 -194.5zM461 1337v158h41v-158h-41zM698 1337v158h41v-158h-41z" />
+<glyph unicode="&#xec;" horiz-adv-x="380" d="M51 1495h68l133 -149l-33 -25zM170 0v1063h41v-1063h-41z" />
+<glyph unicode="&#xed;" horiz-adv-x="380" d="M129 1346l131 149h70l-168 -174zM170 0v1063h41v-1063h-41z" />
+<glyph unicode="&#xee;" horiz-adv-x="380" d="M-16 1343l190 152h33l190 -152l-32 -24l-175 129l-174 -129zM170 0v1063h41v-1063h-41z" />
+<glyph unicode="&#xef;" horiz-adv-x="380" d="M51 1337v158h41v-158h-41zM170 0v1063h41v-1063h-41zM289 1337v158h41v-158h-41z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1218" d="M100 475q0 100 40 191.5t109.5 159t162 107.5t194.5 40q80 0 152.5 -21.5t133 -61.5t106.5 -94.5t73 -119.5q-8 74 -25.5 148.5t-54.5 151.5t-96 154.5t-147 155.5l-254 -166l-21 29l246 162q-111 94 -266 184h59q135 -80 236 -166l198 131l21 -28l-191 -125 q111 -96 176.5 -193.5t101.5 -198t47 -203t11 -208.5t-40 -201.5t-108.5 -167.5t-160.5 -113.5t-197 -41.5q-104 0 -196.5 39.5t-161 107.5t-108.5 158t-40 190zM141 471q0 -92 37 -174t99.5 -143.5t146.5 -97.5t180 -36q94 0 179 39t149.5 105.5t101.5 155t37 186.5 q0 86 -37 164t-100.5 136t-148.5 92t-179 34t-179 -37t-148.5 -100.5t-100.5 -146.5t-37 -177z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1153" d="M170 0v1063h41v-275q33 63 84 118t112.5 92.5t131 59t141.5 21.5q164 0 239.5 -117.5t75.5 -369.5v-592h-41v592q0 233 -64.5 339.5t-207.5 106.5q-78 0 -152.5 -27.5t-138 -76.5t-111 -116.5t-69.5 -145.5v-672h-41zM295 1337q0 4 4 26.5t19.5 47.5t45 44.5t80.5 19.5 q39 0 70 -12.5t59.5 -27t58.5 -26.5t68 -12q43 0 67 14t36 31.5t15 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -78.5 12t-62.5 26.5t-56.5 27t-58.5 12.5q-33 0 -53 -13.5t-31.5 -31t-15.5 -34t-4 -20.5h-41z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM463 1495h67l134 -149l-33 -25z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM541 1346l131 149h69l-168 -174z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM395 1343l191 152h32l191 -152l-33 -24l-174 129l-174 -129z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM326 1337q0 4 4 26.5t19.5 47.5t45 44.5t80.5 19.5q39 0 69.5 -12.5t59.5 -27t58.5 -26.5t68.5 -12q43 0 66.5 14t36 31.5 t15.5 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -79 12t-62.5 26.5t-56 27t-58.5 12.5q-33 0 -53.5 -13.5t-31.5 -31t-15 -34t-4 -20.5h-41z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44t194.5 -44t161 -119.5t109.5 -175t41 -212.5q0 -111 -40 -211t-108.5 -174.5t-161 -118.5t-196.5 -44t-196.5 44t-161 118.5t-108.5 175t-40 210.5zM137 524q0 -102 37 -194t99.5 -161t146.5 -109t180 -40 q94 0 179 41t149.5 111t101.5 162t37 196q0 102 -37 194.5t-100.5 162t-148.5 110.5t-179 41t-179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM463 1337v158h41v-158h-41zM700 1337v158h41v-158h-41z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1136" d="M156 535v40h825v-40h-825zM547 188v131h41v-131h-41zM547 788v132h41v-132h-41z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1204" d="M96 528q0 113 40 212.5t109.5 175t162 119.5t194.5 44q72 0 137.5 -21.5t122.5 -60.5l41 66h53l-57 -92q94 -78 151.5 -192.5t57.5 -250.5q0 -111 -40 -211t-108.5 -174.5t-160.5 -118.5t-197 -44q-72 0 -138.5 20t-123.5 59l-35 -59h-51l51 84q-96 78 -152.5 193.5 t-56.5 250.5zM137 524q0 -123 51.5 -229.5t137.5 -175.5l516 844q-53 35 -113.5 55t-126.5 20q-94 0 -179 -41t-148.5 -111.5t-100.5 -164t-37 -197.5zM362 94q109 -74 238 -74q94 0 179 41t149.5 111t101.5 162t37 196q0 123 -51 227.5t-137 176.5z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1175" d="M158 467v596h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t107.5 115.5t71 147.5v676h41v-981q0 -41 32 -41v-41q-23 0 -28 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -195 -212.5t-268 -77.5q-342 0 -342 487zM436 1495h68l133 -149l-33 -25z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1175" d="M158 467v596h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t107.5 115.5t71 147.5v676h41v-981q0 -41 32 -41v-41q-23 0 -28 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -195 -212.5t-268 -77.5q-342 0 -342 487zM514 1346l131 149h70l-168 -174z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1175" d="M158 467v596h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t107.5 115.5t71 147.5v676h41v-981q0 -41 32 -41v-41q-23 0 -28 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -195 -212.5t-268 -77.5q-342 0 -342 487zM369 1343l190 152h33l190 -152l-32 -24l-175 129 l-174 -129z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1175" d="M158 467v596h41v-596q0 -446 301 -447q76 0 149.5 28t135 76t107.5 115.5t71 147.5v676h41v-981q0 -41 32 -41v-41q-23 0 -28 4q-20 8 -32.5 29.5t-12.5 48.5v188q-70 -135 -195 -212.5t-268 -77.5q-342 0 -342 487zM436 1337v158h41v-158h-41zM674 1337v158h41v-158h-41 z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1107" d="M45 1063h45l469 -1012l445 1012h45l-633 -1444q-25 -57 -68 -65q-41 -10 -84 -11v41q35 0 61.5 5t34.5 16q2 4 11.5 20.5t29 59.5t52 118.5t86.5 196.5zM498 1346l131 149h69l-168 -174z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1234" d="M170 -436v1890h41v-639q82 115 188.5 189.5t245.5 74.5q117 0 209 -49t154.5 -128t96.5 -177.5t34 -196.5q-4 -109 -43 -208t-107.5 -174.5t-161 -120.5t-200.5 -45q-63 0 -124 18t-115 51t-100 77t-77 95v-657h-41zM211 346q0 -66 42 -125t104.5 -103t135 -71t134.5 -27 q102 0 189 44.5t149.5 116t97.5 162.5t35 185q0 98 -33 190.5t-93.5 163t-143.5 113.5t-183 43q-76 0 -142.5 -25.5t-120.5 -68.5t-97 -98t-74 -117v-383z" />
+<glyph unicode="&#xff;" horiz-adv-x="1107" d="M45 1063h45l469 -1012l445 1012h45l-633 -1444q-25 -57 -68 -65q-41 -10 -84 -11v41q35 0 61.5 5t34.5 16q2 4 11.5 20.5t29 59.5t52 118.5t86.5 196.5zM420 1337v158h41v-158h-41zM657 1337v158h41v-158h-41z" />
+<glyph unicode="&#x152;" horiz-adv-x="2482" d="M109 727q0 145 52 278.5t143 235.5t215 162.5t267 60.5q117 0 217.5 -39t182.5 -106.5t141 -156.5t94 -189v481h936v-41h-895v-649h785v-41h-785v-682h914v-41h-955v479q-35 -102 -96 -192t-143 -155.5t-181.5 -103.5t-209.5 -38q-152 0 -277 62.5t-215 166t-140 236.5 t-50 272zM150 727q0 -135 48 -261t132 -223.5t200.5 -154.5t255.5 -57q141 0 259 60.5t201 158.5t129 224t46 255q0 135 -48 260t-134 222.5t-201.5 154.5t-251.5 57q-141 0 -258.5 -60t-201.5 -158.5t-130 -223.5t-46 -254z" />
+<glyph unicode="&#x153;" horiz-adv-x="2156" d="M98 526q0 115 40 215.5t108.5 176t162 118.5t199.5 43q84 0 161 -28.5t140.5 -80.5t108.5 -126t67 -164q20 92 65.5 166t109 126t143.5 79.5t170 27.5q106 0 194 -37.5t154 -109.5t106.5 -173.5t53.5 -228.5l2 -22h-973q8 -102 50 -191.5t107.5 -155t152.5 -103.5 t184 -38q63 0 123.5 16.5t110.5 46.5t88 71t59 90l38 -11q-23 -55 -66.5 -102t-100 -81t-123 -52t-134.5 -18q-86 0 -166.5 29.5t-149.5 82.5t-119 127t-74 160q-25 -90 -72 -164t-111.5 -126t-142.5 -80.5t-164 -28.5q-104 0 -195.5 43t-160 116.5t-107.5 173t-39 213.5z M139 522q0 -104 36 -195t99.5 -160t147.5 -108t180 -39t181 40t148.5 109t100.5 162t37 197t-37 197.5t-99.5 163t-147.5 109.5t-179 40q-96 0 -181 -41t-148.5 -111.5t-100.5 -163.5t-37 -200zM1110 549h930q-6 106 -45 196.5t-101.5 155t-144.5 101t-176 36.5t-176 -36.5 t-144.5 -102t-99.5 -156t-43 -194.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1284" d="M33 1454h47l561 -844l563 844h47l-589 -891v-563h-41v567zM502 1722v158h41v-158h-41zM739 1722v158h41v-158h-41z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="618" d="M102 1343l191 152h33l190 -152l-33 -24l-174 129l-174 -129z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="784" d="M109 1337q0 4 4 26.5t19 47.5t45 44.5t81 19.5q39 0 69.5 -12.5t59.5 -27t58.5 -26.5t68.5 -12q43 0 66.5 14t36 31.5t15.5 33t3 19.5h41q0 -6 -5 -28.5t-21.5 -47t-50.5 -43t-89 -18.5q-45 0 -79 12t-62.5 26.5t-56 27t-58.5 12.5q-33 0 -53.5 -13.5t-31.5 -31t-15 -34 t-4 -20.5h-41z" />
+<glyph unicode="&#x2000;" horiz-adv-x="940" />
+<glyph unicode="&#x2001;" horiz-adv-x="1880" />
+<glyph unicode="&#x2002;" horiz-adv-x="940" />
+<glyph unicode="&#x2003;" horiz-adv-x="1880" />
+<glyph unicode="&#x2004;" horiz-adv-x="626" />
+<glyph unicode="&#x2005;" horiz-adv-x="470" />
+<glyph unicode="&#x2006;" horiz-adv-x="313" />
+<glyph unicode="&#x2007;" horiz-adv-x="313" />
+<glyph unicode="&#x2008;" horiz-adv-x="235" />
+<glyph unicode="&#x2009;" horiz-adv-x="376" />
+<glyph unicode="&#x200a;" horiz-adv-x="104" />
+<glyph unicode="&#x2010;" horiz-adv-x="874" d="M147 535v40h580v-40h-580z" />
+<glyph unicode="&#x2011;" horiz-adv-x="874" d="M147 535v40h580v-40h-580z" />
+<glyph unicode="&#x2012;" horiz-adv-x="874" d="M147 535v40h580v-40h-580z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1120" d="M147 535v40h826v-40h-826z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1808" d="M147 535v40h1514v-40h-1514z" />
+<glyph unicode="&#x2018;" horiz-adv-x="339" d="M135 1266v229h41v-233q0 -27 27 -27v-41q-68 0 -68 72z" />
+<glyph unicode="&#x2019;" horiz-adv-x="335" d="M121 1454v41q68 0 67 -72v-229h-41v233q0 27 -26 27z" />
+<glyph unicode="&#x201a;" horiz-adv-x="372" d="M145 -27q27 0 27 27v131h41v-127q0 -72 -68 -72v41z" />
+<glyph unicode="&#x201c;" horiz-adv-x="503" d="M135 1266v229h41v-233q0 -27 27 -27v-41q-68 0 -68 72zM299 1266v229h41v-233q0 -27 27 -27v-41q-68 0 -68 72z" />
+<glyph unicode="&#x201d;" horiz-adv-x="499" d="M121 1454v41q68 0 67 -72v-229h-41v233q0 27 -26 27zM285 1454v41q68 0 67 -72v-229h-41v233q0 27 -26 27z" />
+<glyph unicode="&#x201e;" horiz-adv-x="516" d="M145 -27q27 0 27 27v131h41v-127q0 -72 -68 -72v41zM289 -27q27 0 26 27v131h41v-127q0 -72 -67 -72v41z" />
+<glyph unicode="&#x2022;" horiz-adv-x="714" d="M197 702q0 33 13 62t34.5 50.5t51.5 34.5t62 13q68 0 114 -47t46 -113q0 -68 -46 -114.5t-114 -46.5q-66 0 -113.5 47t-47.5 114z" />
+<glyph unicode="&#x2026;" horiz-adv-x="724" d="M147 0v131h41v-131h-41zM342 0v131h41v-131h-41zM537 0v131h41v-131h-41z" />
+<glyph unicode="&#x202f;" horiz-adv-x="376" />
+<glyph unicode="&#x2039;" horiz-adv-x="729" d="M102 512v37l486 346v-45l-447 -320l447 -321v-45z" />
+<glyph unicode="&#x203a;" horiz-adv-x="729" d="M141 164v45l447 321l-447 320v45l486 -346v-37z" />
+<glyph unicode="&#x205f;" horiz-adv-x="470" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1677" d="M70 596l20 41h223q-4 25 -5 54.5t-1 88.5h-155l20 41h139q14 121 65.5 235.5t138.5 205t207 145.5t271 55q195 0 330 -89t201 -228l-39 -12q-43 80 -99.5 135t-123 89t-137 49t-140.5 15q-139 0 -249.5 -51t-190.5 -135t-128 -191.5t-63 -222.5h807l-20 -41h-791 q-2 -12 -2 -24.5v-24.5q0 -49 6 -94h725l-20 -41h-699q23 -117 80.5 -220.5t140.5 -180t187 -121.5t223 -45q72 0 147.5 18.5t146.5 55t131.5 95t103.5 138.5l39 -10q-37 -82 -100.5 -145.5t-141.5 -106.5t-165 -64.5t-169 -21.5q-129 0 -240.5 50t-197.5 134t-143.5 193.5 t-79.5 230.5h-252z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1335" d="M121 1417v41h430v-41h-195v-530h-41v530h-194zM645 887v567h43l215 -428l215 428h45v-567h-41v489l-200 -403h-35l-201 403v-489h-41z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1064" d="M0 0v1065h1065v-1065h-1065z" />
+<hkern u1="&#x20;" u2="&#x2019;" k="70" />
+<hkern u1="&#x20;" u2="v" k="57" />
+<hkern u1="&#x20;" u2="X" k="25" />
+<hkern u1="&#x20;" u2="V" k="72" />
+<hkern u1="&#x20;" u2="&#x27;" k="70" />
+<hkern u1="&#x20;" u2="&#x22;" k="90" />
+<hkern u1="&#x22;" u2="&#x20;" k="90" />
+<hkern u1="&#x23;" u2="&#x34;" k="25" />
+<hkern u1="&#x24;" u2="&#x37;" k="29" />
+<hkern u1="&#x24;" u2="&#x33;" k="23" />
+<hkern u1="&#x26;" u2="&#x2019;" k="88" />
+<hkern u1="&#x26;" u2="v" k="41" />
+<hkern u1="&#x26;" u2="X" k="-10" />
+<hkern u1="&#x26;" u2="V" k="90" />
+<hkern u1="&#x27;" u2="&#x20;" k="70" />
+<hkern u1="&#x28;" u2="&#xf0;" k="35" />
+<hkern u1="&#x28;" u2="v" k="29" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="117" />
+<hkern u1="&#x2a;" u2="f" k="16" />
+<hkern u1="&#x2b;" u2="&#x38;" k="20" />
+<hkern u1="&#x2b;" u2="&#x37;" k="59" />
+<hkern u1="&#x2b;" u2="&#x34;" k="86" />
+<hkern u1="&#x2b;" u2="&#x33;" k="51" />
+<hkern u1="&#x2b;" u2="&#x32;" k="25" />
+<hkern u1="&#x2b;" u2="&#x31;" k="27" />
+<hkern u1="&#x2d;" u2="&#x37;" k="84" />
+<hkern u1="&#x2d;" u2="&#x34;" k="47" />
+<hkern u1="&#x2d;" u2="&#x33;" k="102" />
+<hkern u1="&#x2d;" u2="&#x32;" k="20" />
+<hkern u1="&#x2d;" u2="&#x31;" k="63" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="88" />
+<hkern u1="&#x2f;" u2="v" k="33" />
+<hkern u1="&#x2f;" u2="&#x39;" k="53" />
+<hkern u1="&#x2f;" u2="&#x36;" k="27" />
+<hkern u1="&#x2f;" u2="&#x35;" k="63" />
+<hkern u1="&#x2f;" u2="&#x34;" k="154" />
+<hkern u1="&#x2f;" u2="&#x33;" k="51" />
+<hkern u1="&#x2f;" u2="&#x32;" k="43" />
+<hkern u1="&#x2f;" u2="&#x31;" k="35" />
+<hkern u1="&#x2f;" u2="&#x30;" k="68" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="453" />
+<hkern u1="&#x30;" u2="&#xc6;" k="45" />
+<hkern u1="&#x30;" u2="&#xb0;" k="47" />
+<hkern u1="&#x30;" u2="\" k="63" />
+<hkern u1="&#x30;" u2="Z" k="33" />
+<hkern u1="&#x30;" u2="Y" k="104" />
+<hkern u1="&#x30;" u2="X" k="29" />
+<hkern u1="&#x30;" u2="W" k="70" />
+<hkern u1="&#x30;" u2="V" k="70" />
+<hkern u1="&#x30;" u2="T" k="139" />
+<hkern u1="&#x30;" u2="J" k="20" />
+<hkern u1="&#x30;" u2="A" k="37" />
+<hkern u1="&#x30;" u2="&#x37;" k="41" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x31;" u2="&#xb7;" k="49" />
+<hkern u1="&#x31;" u2="&#xb0;" k="35" />
+<hkern u1="&#x31;" u2="\" k="72" />
+<hkern u1="&#x31;" u2="Y" k="104" />
+<hkern u1="&#x31;" u2="W" k="82" />
+<hkern u1="&#x31;" u2="V" k="82" />
+<hkern u1="&#x31;" u2="U" k="25" />
+<hkern u1="&#x31;" u2="T" k="141" />
+<hkern u1="&#x31;" u2="&#x3d;" k="27" />
+<hkern u1="&#x31;" u2="&#x37;" k="29" />
+<hkern u1="&#x31;" u2="&#x2d;" k="43" />
+<hkern u1="&#x31;" u2="&#x2b;" k="45" />
+<hkern u1="&#x32;" u2="\" k="45" />
+<hkern u1="&#x32;" u2="Y" k="84" />
+<hkern u1="&#x32;" u2="W" k="55" />
+<hkern u1="&#x32;" u2="V" k="55" />
+<hkern u1="&#x32;" u2="T" k="137" />
+<hkern u1="&#x33;" u2="&#xb0;" k="51" />
+<hkern u1="&#x33;" u2="\" k="55" />
+<hkern u1="&#x33;" u2="Y" k="94" />
+<hkern u1="&#x33;" u2="W" k="63" />
+<hkern u1="&#x33;" u2="V" k="63" />
+<hkern u1="&#x33;" u2="T" k="139" />
+<hkern u1="&#x33;" u2="&#x37;" k="27" />
+<hkern u1="&#x34;" u2="&#xb7;" k="33" />
+<hkern u1="&#x34;" u2="&#xb0;" k="25" />
+<hkern u1="&#x34;" u2="\" k="57" />
+<hkern u1="&#x34;" u2="Y" k="90" />
+<hkern u1="&#x34;" u2="W" k="68" />
+<hkern u1="&#x34;" u2="V" k="68" />
+<hkern u1="&#x34;" u2="T" k="141" />
+<hkern u1="&#x34;" u2="&#x37;" k="31" />
+<hkern u1="&#x34;" u2="&#x2d;" k="23" />
+<hkern u1="&#x34;" u2="&#x2b;" k="31" />
+<hkern u1="&#x35;" u2="&#xb7;" k="33" />
+<hkern u1="&#x35;" u2="Y" k="43" />
+<hkern u1="&#x35;" u2="W" k="25" />
+<hkern u1="&#x35;" u2="V" k="25" />
+<hkern u1="&#x35;" u2="T" k="125" />
+<hkern u1="&#x35;" u2="&#x2d;" k="31" />
+<hkern u1="&#x35;" u2="&#x2b;" k="72" />
+<hkern u1="&#x36;" u2="&#xc6;" k="35" />
+<hkern u1="&#x36;" u2="Y" k="53" />
+<hkern u1="&#x36;" u2="W" k="37" />
+<hkern u1="&#x36;" u2="V" k="37" />
+<hkern u1="&#x36;" u2="T" k="29" />
+<hkern u1="&#x36;" u2="A" k="31" />
+<hkern u1="&#x37;" u2="&#xc6;" k="113" />
+<hkern u1="&#x37;" u2="&#xb7;" k="51" />
+<hkern u1="&#x37;" u2="&#xa2;" k="35" />
+<hkern u1="&#x37;" u2="Z" k="33" />
+<hkern u1="&#x37;" u2="T" k="82" />
+<hkern u1="&#x37;" u2="J" k="115" />
+<hkern u1="&#x37;" u2="A" k="88" />
+<hkern u1="&#x37;" u2="&#x3d;" k="33" />
+<hkern u1="&#x37;" u2="&#x35;" k="29" />
+<hkern u1="&#x37;" u2="&#x34;" k="104" />
+<hkern u1="&#x37;" u2="&#x2f;" k="100" />
+<hkern u1="&#x37;" u2="&#x2d;" k="55" />
+<hkern u1="&#x37;" u2="&#x2b;" k="31" />
+<hkern u1="&#x38;" u2="&#xc6;" k="31" />
+<hkern u1="&#x38;" u2="Y" k="51" />
+<hkern u1="&#x38;" u2="W" k="37" />
+<hkern u1="&#x38;" u2="V" k="37" />
+<hkern u1="&#x38;" u2="T" k="23" />
+<hkern u1="&#x38;" u2="A" k="33" />
+<hkern u1="&#x38;" u2="&#x2b;" k="20" />
+<hkern u1="&#x39;" u2="&#xb0;" k="66" />
+<hkern u1="&#x39;" u2="\" k="61" />
+<hkern u1="&#x39;" u2="Y" k="106" />
+<hkern u1="&#x39;" u2="W" k="70" />
+<hkern u1="&#x39;" u2="V" k="70" />
+<hkern u1="&#x39;" u2="T" k="141" />
+<hkern u1="&#x39;" u2="&#x37;" k="39" />
+<hkern u1="&#x3d;" u2="&#x37;" k="55" />
+<hkern u1="&#x3d;" u2="&#x34;" k="27" />
+<hkern u1="&#x3d;" u2="&#x33;" k="63" />
+<hkern u1="&#x3d;" u2="&#x31;" k="37" />
+<hkern u1="&#x40;" u2="&#x2019;" k="82" />
+<hkern u1="&#x40;" u2="Y" k="119" />
+<hkern u1="&#x40;" u2="W" k="78" />
+<hkern u1="&#x40;" u2="V" k="78" />
+<hkern u1="&#x40;" u2="T" k="135" />
+<hkern u1="&#x40;" u2="A" k="23" />
+<hkern u1="A" u2="&#xd0;" k="12" />
+<hkern u1="A" u2="&#x40;" k="29" />
+<hkern u1="A" u2="&#x38;" k="31" />
+<hkern u1="A" u2="&#x37;" k="68" />
+<hkern u1="A" u2="&#x36;" k="35" />
+<hkern u1="A" u2="&#x30;" k="37" />
+<hkern u1="B" u2="x" k="27" />
+<hkern u1="B" u2="v" k="18" />
+<hkern u1="B" u2="X" k="35" />
+<hkern u1="B" u2="V" k="41" />
+<hkern u1="B" u2="&#x37;" k="33" />
+<hkern u1="B" u2="&#x33;" k="20" />
+<hkern u1="D" u2="&#xd0;" k="12" />
+<hkern u1="F" g2="uniFB04" k="61" />
+<hkern u1="F" g2="uniFB03" k="61" />
+<hkern u1="F" u2="&#xf0;" k="100" />
+<hkern u1="F" u2="&#xdf;" k="35" />
+<hkern u1="F" u2="x" k="80" />
+<hkern u1="F" u2="v" k="66" />
+<hkern u1="F" u2="&#x40;" k="20" />
+<hkern u1="F" u2="&#x37;" k="59" />
+<hkern u1="F" u2="&#x35;" k="41" />
+<hkern u1="F" u2="&#x34;" k="104" />
+<hkern u1="F" u2="&#x33;" k="55" />
+<hkern u1="F" u2="&#x32;" k="70" />
+<hkern u1="F" u2="&#x31;" k="37" />
+<hkern u1="F" u2="&#x2f;" k="119" />
+<hkern u1="F" u2="&#x20;" k="43" />
+<hkern u1="K" u2="&#x30;" k="20" />
+<hkern u1="L" u2="&#xb7;" k="338" />
+<hkern u1="L" u2="&#x37;" k="27" />
+<hkern u1="O" u2="&#xd0;" k="12" />
+<hkern u1="P" u2="&#xf0;" k="45" />
+<hkern u1="P" u2="X" k="33" />
+<hkern u1="P" u2="V" k="25" />
+<hkern u1="P" u2="&#x34;" k="68" />
+<hkern u1="P" u2="&#x2f;" k="102" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#xd0;" k="12" />
+<hkern u1="S" u2="&#x37;" k="29" />
+<hkern u1="T" g2="uniFB04" k="100" />
+<hkern u1="T" g2="uniFB03" k="100" />
+<hkern u1="T" g2="uniFB01" k="72" />
+<hkern u1="T" u2="&#xe3;" k="213" />
+<hkern u1="T" u2="&#xdf;" k="59" />
+<hkern u1="T" u2="&#x40;" k="141" />
+<hkern u1="T" u2="&#x39;" k="141" />
+<hkern u1="T" u2="&#x38;" k="20" />
+<hkern u1="T" u2="&#x37;" k="100" />
+<hkern u1="T" u2="&#x36;" k="43" />
+<hkern u1="T" u2="&#x35;" k="143" />
+<hkern u1="T" u2="&#x34;" k="145" />
+<hkern u1="T" u2="&#x33;" k="143" />
+<hkern u1="T" u2="&#x32;" k="133" />
+<hkern u1="T" u2="&#x31;" k="139" />
+<hkern u1="T" u2="&#x30;" k="139" />
+<hkern u1="U" u2="&#x34;" k="29" />
+<hkern u1="V" u2="&#xf0;" k="139" />
+<hkern u1="V" u2="&#xdf;" k="45" />
+<hkern u1="V" u2="&#xd0;" k="12" />
+<hkern u1="V" u2="&#xae;" k="47" />
+<hkern u1="V" u2="&#xa9;" k="47" />
+<hkern u1="V" u2="x" k="27" />
+<hkern u1="V" u2="v" k="35" />
+<hkern u1="V" u2="&#x40;" k="84" />
+<hkern u1="V" u2="&#x39;" k="63" />
+<hkern u1="V" u2="&#x38;" k="37" />
+<hkern u1="V" u2="&#x36;" k="43" />
+<hkern u1="V" u2="&#x35;" k="72" />
+<hkern u1="V" u2="&#x34;" k="141" />
+<hkern u1="V" u2="&#x33;" k="51" />
+<hkern u1="V" u2="&#x32;" k="47" />
+<hkern u1="V" u2="&#x31;" k="39" />
+<hkern u1="V" u2="&#x30;" k="70" />
+<hkern u1="V" u2="&#x2f;" k="133" />
+<hkern u1="V" u2="&#x26;" k="43" />
+<hkern u1="V" u2="&#x20;" k="72" />
+<hkern u1="W" u2="&#xdf;" k="45" />
+<hkern u1="W" u2="&#xd0;" k="12" />
+<hkern u1="W" u2="&#x40;" k="84" />
+<hkern u1="W" u2="&#x39;" k="63" />
+<hkern u1="W" u2="&#x38;" k="37" />
+<hkern u1="W" u2="&#x36;" k="43" />
+<hkern u1="W" u2="&#x35;" k="72" />
+<hkern u1="W" u2="&#x34;" k="141" />
+<hkern u1="W" u2="&#x33;" k="51" />
+<hkern u1="W" u2="&#x32;" k="47" />
+<hkern u1="W" u2="&#x31;" k="39" />
+<hkern u1="W" u2="&#x30;" k="70" />
+<hkern u1="X" u2="&#x2122;" k="-10" />
+<hkern u1="X" u2="&#xf0;" k="63" />
+<hkern u1="X" u2="&#xae;" k="31" />
+<hkern u1="X" u2="&#xa9;" k="31" />
+<hkern u1="X" u2="v" k="61" />
+<hkern u1="X" u2="&#x30;" k="25" />
+<hkern u1="X" u2="&#x20;" k="25" />
+<hkern u1="Y" u2="&#xdf;" k="68" />
+<hkern u1="Y" u2="&#xd0;" k="14" />
+<hkern u1="Y" u2="&#x40;" k="125" />
+<hkern u1="Y" u2="&#x39;" k="100" />
+<hkern u1="Y" u2="&#x38;" k="49" />
+<hkern u1="Y" u2="&#x36;" k="63" />
+<hkern u1="Y" u2="&#x35;" k="96" />
+<hkern u1="Y" u2="&#x34;" k="166" />
+<hkern u1="Y" u2="&#x33;" k="84" />
+<hkern u1="Y" u2="&#x32;" k="80" />
+<hkern u1="Y" u2="&#x31;" k="78" />
+<hkern u1="Y" u2="&#x30;" k="104" />
+<hkern u1="Z" u2="&#x30;" k="20" />
+<hkern u1="\" u2="&#x2019;" k="176" />
+<hkern u1="\" u2="v" k="72" />
+<hkern u1="\" u2="V" k="131" />
+<hkern u1="\" u2="&#x37;" k="41" />
+<hkern u1="a" u2="&#xd0;" k="20" />
+<hkern u1="a" u2="Z" k="10" />
+<hkern u1="a" u2="W" k="113" />
+<hkern u1="a" u2="V" k="113" />
+<hkern u1="a" u2="S" k="10" />
+<hkern u1="b" u2="&#xd0;" k="31" />
+<hkern u1="c" u2="&#xd0;" k="18" />
+<hkern u1="c" u2="W" k="115" />
+<hkern u1="c" u2="V" k="115" />
+<hkern u1="c" u2="S" k="16" />
+<hkern u1="e" u2="&#xd0;" k="27" />
+<hkern u1="f" u2="&#x2122;" k="-47" />
+<hkern u1="f" u2="&#xef;" k="-41" />
+<hkern u1="f" u2="&#xec;" k="-14" />
+<hkern u1="f" u2="&#xc6;" k="94" />
+<hkern u1="f" u2="&#x7d;" k="-18" />
+<hkern u1="f" u2="]" k="-20" />
+<hkern u1="f" u2="\" k="-43" />
+<hkern u1="f" u2="Z" k="-25" />
+<hkern u1="f" u2="X" k="-70" />
+<hkern u1="f" u2="W" k="-49" />
+<hkern u1="f" u2="V" k="-49" />
+<hkern u1="f" u2="J" k="127" />
+<hkern u1="f" u2="&#x2f;" k="61" />
+<hkern u1="f" u2="&#x2a;" k="-23" />
+<hkern u1="f" u2="&#x29;" k="-33" />
+<hkern u1="f" u2="&#x20;" k="33" />
+<hkern u1="g" u2="&#x152;" k="10" />
+<hkern u1="g" u2="&#xd5;" k="10" />
+<hkern u1="g" u2="j" k="-84" />
+<hkern u1="g" u2="Z" k="14" />
+<hkern u1="g" u2="Y" k="143" />
+<hkern u1="g" u2="X" k="10" />
+<hkern u1="g" u2="W" k="78" />
+<hkern u1="g" u2="V" k="78" />
+<hkern u1="g" u2="U" k="10" />
+<hkern u1="g" u2="T" k="242" />
+<hkern u1="g" u2="Q" k="10" />
+<hkern u1="g" u2="O" k="10" />
+<hkern u1="g" u2="G" k="10" />
+<hkern u1="g" u2="C" k="10" />
+<hkern u1="h" u2="Z" k="14" />
+<hkern u1="h" u2="W" k="109" />
+<hkern u1="h" u2="V" k="109" />
+<hkern u1="h" u2="S" k="10" />
+<hkern u1="j" u2="j" k="-57" />
+<hkern u1="k" u2="W" k="27" />
+<hkern u1="k" u2="V" k="27" />
+<hkern u1="l" u2="&#xb7;" k="154" />
+<hkern u1="l" u2="W" k="25" />
+<hkern u1="l" u2="V" k="25" />
+<hkern u1="o" u2="&#xd0;" k="31" />
+<hkern u1="o" u2="&#xc6;" k="43" />
+<hkern u1="o" u2="Z" k="45" />
+<hkern u1="o" u2="X" k="68" />
+<hkern u1="o" u2="W" k="129" />
+<hkern u1="o" u2="V" k="129" />
+<hkern u1="o" u2="S" k="14" />
+<hkern u1="o" u2="J" k="53" />
+<hkern u1="p" u2="&#xd0;" k="31" />
+<hkern u1="q" u2="&#x152;" k="10" />
+<hkern u1="q" u2="&#xd5;" k="10" />
+<hkern u1="q" u2="j" k="-154" />
+<hkern u1="q" u2="Z" k="14" />
+<hkern u1="q" u2="Y" k="143" />
+<hkern u1="q" u2="X" k="10" />
+<hkern u1="q" u2="W" k="78" />
+<hkern u1="q" u2="V" k="78" />
+<hkern u1="q" u2="U" k="10" />
+<hkern u1="q" u2="T" k="242" />
+<hkern u1="q" u2="Q" k="10" />
+<hkern u1="q" u2="O" k="10" />
+<hkern u1="q" u2="G" k="10" />
+<hkern u1="q" u2="C" k="10" />
+<hkern u1="r" u2="&#xc6;" k="109" />
+<hkern u1="r" u2="Z" k="59" />
+<hkern u1="r" u2="X" k="51" />
+<hkern u1="r" u2="W" k="14" />
+<hkern u1="r" u2="V" k="14" />
+<hkern u1="r" u2="J" k="176" />
+<hkern u1="r" u2="&#x40;" k="35" />
+<hkern u1="s" u2="&#xd0;" k="25" />
+<hkern u1="s" u2="Z" k="10" />
+<hkern u1="s" u2="W" k="92" />
+<hkern u1="s" u2="V" k="92" />
+<hkern u1="t" u2="W" k="45" />
+<hkern u1="t" u2="V" k="45" />
+<hkern u1="u" u2="Z" k="10" />
+<hkern u1="u" u2="W" k="78" />
+<hkern u1="u" u2="V" k="78" />
+<hkern u1="v" u2="&#xf0;" k="55" />
+<hkern u1="v" u2="&#xd0;" k="25" />
+<hkern u1="v" u2="&#xc6;" k="104" />
+<hkern u1="v" u2="\" k="29" />
+<hkern u1="v" u2="Z" k="59" />
+<hkern u1="v" u2="X" k="61" />
+<hkern u1="v" u2="W" k="35" />
+<hkern u1="v" u2="V" k="35" />
+<hkern u1="v" u2="J" k="174" />
+<hkern u1="v" u2="&#x40;" k="20" />
+<hkern u1="v" u2="&#x2f;" k="74" />
+<hkern u1="v" u2="&#x29;" k="29" />
+<hkern u1="v" u2="&#x20;" k="57" />
+<hkern u1="w" u2="&#xd0;" k="25" />
+<hkern u1="w" u2="&#xc6;" k="104" />
+<hkern u1="w" u2="Z" k="59" />
+<hkern u1="w" u2="X" k="61" />
+<hkern u1="w" u2="W" k="33" />
+<hkern u1="w" u2="V" k="33" />
+<hkern u1="w" u2="J" k="174" />
+<hkern u1="w" u2="&#x40;" k="20" />
+<hkern u1="x" u2="&#xf0;" k="47" />
+<hkern u1="x" u2="W" k="27" />
+<hkern u1="x" u2="V" k="27" />
+<hkern u1="y" u2="&#xd0;" k="27" />
+<hkern u1="y" u2="&#xc6;" k="109" />
+<hkern u1="y" u2="Z" k="66" />
+<hkern u1="y" u2="X" k="68" />
+<hkern u1="y" u2="W" k="39" />
+<hkern u1="y" u2="V" k="39" />
+<hkern u1="y" u2="J" k="176" />
+<hkern u1="y" u2="&#x40;" k="25" />
+<hkern u1="z" u2="&#xd0;" k="16" />
+<hkern u1="z" u2="W" k="37" />
+<hkern u1="z" u2="V" k="37" />
+<hkern u1="&#x7c;" u2="j" k="-121" />
+<hkern u1="&#xb0;" u2="&#x39;" k="59" />
+<hkern u1="&#xb0;" u2="&#x35;" k="39" />
+<hkern u1="&#xb0;" u2="&#x34;" k="182" />
+<hkern u1="&#xb0;" u2="&#x33;" k="45" />
+<hkern u1="&#xb0;" u2="&#x31;" k="35" />
+<hkern u1="&#xb0;" u2="&#x30;" k="47" />
+<hkern u1="&#xb7;" u2="l" k="84" />
+<hkern u1="&#xb7;" u2="&#x37;" k="78" />
+<hkern u1="&#xb7;" u2="&#x34;" k="53" />
+<hkern u1="&#xb7;" u2="&#x33;" k="82" />
+<hkern u1="&#xb7;" u2="&#x32;" k="33" />
+<hkern u1="&#xb7;" u2="&#x31;" k="55" />
+<hkern u1="&#xbb;" u2="&#xd0;" k="20" />
+<hkern u1="&#xbf;" u2="&#xf0;" k="70" />
+<hkern u1="&#xbf;" u2="&#xd0;" k="57" />
+<hkern u1="&#xbf;" u2="x" k="45" />
+<hkern u1="&#xbf;" u2="v" k="82" />
+<hkern u1="&#xbf;" u2="j" k="-193" />
+<hkern u1="&#xbf;" u2="f" k="53" />
+<hkern u1="&#xbf;" u2="X" k="47" />
+<hkern u1="&#xbf;" u2="V" k="119" />
+<hkern u1="&#xc0;" u2="&#xd0;" k="12" />
+<hkern u1="&#xc1;" u2="&#xd0;" k="12" />
+<hkern u1="&#xc2;" u2="&#xd0;" k="12" />
+<hkern u1="&#xc3;" u2="&#xd0;" k="12" />
+<hkern u1="&#xc4;" u2="&#xd0;" k="12" />
+<hkern u1="&#xc5;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd0;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd2;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd3;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd4;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd5;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd6;" u2="&#xd0;" k="12" />
+<hkern u1="&#xd8;" u2="&#xd0;" k="12" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="68" />
+<hkern u1="&#xdd;" u2="&#xd0;" k="14" />
+<hkern u1="&#xde;" u2="&#x2122;" k="31" />
+<hkern u1="&#xde;" u2="y" k="12" />
+<hkern u1="&#xde;" u2="x" k="12" />
+<hkern u1="&#xde;" u2="w" k="10" />
+<hkern u1="&#xde;" u2="\" k="47" />
+<hkern u1="&#xde;" u2="X" k="94" />
+<hkern u1="&#xde;" u2="V" k="59" />
+<hkern u1="&#xde;" u2="&#x3f;" k="27" />
+<hkern u1="&#xde;" u2="&#x2f;" k="43" />
+<hkern u1="&#xde;" u2="&#x2a;" k="53" />
+<hkern u1="&#xde;" u2="&#x29;" k="33" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="35" />
+<hkern u1="&#xdf;" u2="&#xd0;" k="33" />
+<hkern u1="&#xdf;" u2="&#xc6;" k="23" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="18" />
+<hkern u1="&#xdf;" u2="x" k="37" />
+<hkern u1="&#xdf;" u2="v" k="37" />
+<hkern u1="&#xdf;" u2="\" k="23" />
+<hkern u1="&#xdf;" u2="Z" k="25" />
+<hkern u1="&#xdf;" u2="Y" k="90" />
+<hkern u1="&#xdf;" u2="X" k="41" />
+<hkern u1="&#xdf;" u2="W" k="66" />
+<hkern u1="&#xdf;" u2="V" k="66" />
+<hkern u1="&#xdf;" u2="U" k="27" />
+<hkern u1="&#xdf;" u2="J" k="25" />
+<hkern u1="&#xdf;" u2="A" k="25" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="23" />
+<hkern u1="&#xe6;" u2="&#xd0;" k="27" />
+<hkern u1="&#xee;" u2="&#x2122;" k="-25" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="27" />
+<hkern u1="&#xf0;" u2="&#xd0;" k="23" />
+<hkern u1="&#xf0;" u2="&#xc6;" k="43" />
+<hkern u1="&#xf0;" u2="x" k="31" />
+<hkern u1="&#xf0;" u2="v" k="27" />
+<hkern u1="&#xf0;" u2="\" k="20" />
+<hkern u1="&#xf0;" u2="Z" k="68" />
+<hkern u1="&#xf0;" u2="Y" k="78" />
+<hkern u1="&#xf0;" u2="X" k="53" />
+<hkern u1="&#xf0;" u2="W" k="63" />
+<hkern u1="&#xf0;" u2="V" k="63" />
+<hkern u1="&#xf0;" u2="U" k="18" />
+<hkern u1="&#xf0;" u2="S" k="12" />
+<hkern u1="&#xf0;" u2="J" k="55" />
+<hkern u1="&#xf0;" u2="A" k="35" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="39" />
+<hkern u1="&#xf0;" u2="&#x29;" k="23" />
+<hkern u1="&#xfe;" u2="&#xd0;" k="31" />
+<hkern u1="&#x153;" u2="&#xd0;" k="27" />
+<hkern u1="&#x178;" u2="&#xdf;" k="68" />
+<hkern u1="&#x178;" u2="&#xd0;" k="14" />
+<hkern u1="&#x2019;" u2="&#x40;" k="90" />
+<hkern u1="&#x2019;" u2="&#x2f;" k="184" />
+<hkern u1="&#x2019;" u2="&#x20;" k="70" />
+<hkern u1="&#x203a;" u2="&#xd0;" k="20" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="20" />
+<hkern g1="slash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="133" />
+<hkern g1="slash" 	g2="AE" 	k="188" />
+<hkern g1="slash" 	g2="J" 	k="172" />
+<hkern g1="slash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="slash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="61" />
+<hkern g1="slash" 	g2="d,g,q" 	k="76" />
+<hkern g1="slash" 	g2="m,n,p,r,ntilde" 	k="43" />
+<hkern g1="slash" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="74" />
+<hkern g1="slash" 	g2="s" 	k="59" />
+<hkern g1="slash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="41" />
+<hkern g1="slash" 	g2="w" 	k="33" />
+<hkern g1="slash" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="ampersand" 	g2="AE" 	k="-29" />
+<hkern g1="ampersand" 	g2="w" 	k="41" />
+<hkern g1="ampersand" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="ampersand" 	g2="T" 	k="84" />
+<hkern g1="ampersand" 	g2="W" 	k="90" />
+<hkern g1="ampersand" 	g2="Y,Yacute,Ydieresis" 	k="113" />
+<hkern g1="ampersand" 	g2="quotedbl,quotesingle" 	k="84" />
+<hkern g1="asterisk" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="147" />
+<hkern g1="asterisk" 	g2="AE" 	k="207" />
+<hkern g1="asterisk" 	g2="J" 	k="190" />
+<hkern g1="asterisk" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="asterisk" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="41" />
+<hkern g1="asterisk" 	g2="d,g,q" 	k="109" />
+<hkern g1="asterisk" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="70" />
+<hkern g1="asterisk" 	g2="s" 	k="39" />
+<hkern g1="asterisk" 	g2="T" 	k="-23" />
+<hkern g1="at" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="backslash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="backslash" 	g2="w" 	k="72" />
+<hkern g1="backslash" 	g2="y,yacute,ydieresis" 	k="76" />
+<hkern g1="backslash" 	g2="T" 	k="133" />
+<hkern g1="backslash" 	g2="W" 	k="131" />
+<hkern g1="backslash" 	g2="Y,Yacute,Ydieresis" 	k="143" />
+<hkern g1="backslash" 	g2="quotedbl,quotesingle" 	k="184" />
+<hkern g1="backslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="colon,semicolon" 	g2="T" 	k="129" />
+<hkern g1="colon,semicolon" 	g2="W" 	k="29" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="55" />
+<hkern g1="colon,semicolon" 	g2="V" 	k="29" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="145" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="66" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="109" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="V" 	k="66" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="guillemotright,guilsinglright" 	g2="AE" 	k="53" />
+<hkern g1="guillemotright,guilsinglright" 	g2="J" 	k="72" />
+<hkern g1="guillemotright,guilsinglright" 	g2="s" 	k="23" />
+<hkern g1="guillemotright,guilsinglright" 	g2="w" 	k="59" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="152" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="96" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="147" />
+<hkern g1="guillemotright,guilsinglright" 	g2="V" 	k="96" />
+<hkern g1="guillemotright,guilsinglright" 	g2="X" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="31" />
+<hkern g1="guillemotright,guilsinglright" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="23" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="45" />
+<hkern g1="guillemotright,guilsinglright" 	g2="t" 	k="27" />
+<hkern g1="guillemotright,guilsinglright" 	g2="v" 	k="59" />
+<hkern g1="guillemotright,guilsinglright" 	g2="x" 	k="66" />
+<hkern g1="guillemotright,guilsinglright" 	g2="z" 	k="66" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="AE" 	k="31" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="J" 	k="170" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="s" 	k="20" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="w" 	k="55" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="y,yacute,ydieresis" 	k="57" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="T" 	k="145" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="W" 	k="96" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="156" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="V" 	k="96" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="X" 	k="63" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Z" 	k="41" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="t" 	k="20" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="v" 	k="53" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="x" 	k="74" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="z" 	k="84" />
+<hkern g1="parenleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="parenleft" 	g2="d,g,q" 	k="37" />
+<hkern g1="parenleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="parenleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="parenleft" 	g2="w" 	k="31" />
+<hkern g1="parenleft" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="53" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="d,g,q" 	k="16" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="w" 	k="109" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="115" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="150" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="164" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="172" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="250" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="V" 	k="164" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="283" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="v" 	k="109" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="285" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="seven" 	k="78" />
+<hkern g1="questiondown" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="questiondown" 	g2="AE" 	k="51" />
+<hkern g1="questiondown" 	g2="J" 	k="76" />
+<hkern g1="questiondown" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="59" />
+<hkern g1="questiondown" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="68" />
+<hkern g1="questiondown" 	g2="d,g,q" 	k="66" />
+<hkern g1="questiondown" 	g2="m,n,p,r,ntilde" 	k="49" />
+<hkern g1="questiondown" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="questiondown" 	g2="s" 	k="68" />
+<hkern g1="questiondown" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="57" />
+<hkern g1="questiondown" 	g2="w" 	k="82" />
+<hkern g1="questiondown" 	g2="y,yacute,ydieresis" 	k="68" />
+<hkern g1="questiondown" 	g2="T" 	k="180" />
+<hkern g1="questiondown" 	g2="W" 	k="119" />
+<hkern g1="questiondown" 	g2="Y,Yacute,Ydieresis" 	k="150" />
+<hkern g1="questiondown" 	g2="b,h,k,germandbls,thorn" 	k="49" />
+<hkern g1="questiondown" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="49" />
+<hkern g1="questiondown" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="59" />
+<hkern g1="questiondown" 	g2="Z" 	k="59" />
+<hkern g1="questiondown" 	g2="t" 	k="59" />
+<hkern g1="questiondown" 	g2="z" 	k="49" />
+<hkern g1="questiondown" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="39" />
+<hkern g1="questiondown" 	g2="S" 	k="53" />
+<hkern g1="questiondown" 	g2="l" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="150" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="207" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="186" />
+<hkern g1="quoteleft,quotedblleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="33" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d,g,q" 	k="141" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="57" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="25" />
+<hkern g1="quoteleft,quotedblleft" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="quoteleft,quotedblleft" 	g2="eth" 	k="123" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="281" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="152" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="209" />
+<hkern g1="quoteright,quotedblright" 	g2="J" 	k="186" />
+<hkern g1="quoteright,quotedblright" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="35" />
+<hkern g1="quoteright,quotedblright" 	g2="d,g,q" 	k="143" />
+<hkern g1="quoteright,quotedblright" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="59" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="27" />
+<hkern g1="quoteright,quotedblright" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="18" />
+<hkern g1="quoteright,quotedblright" 	g2="eth" 	k="123" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="283" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="158" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="209" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="182" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="d,g,q" 	k="186" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="eth" 	k="131" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="250" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="193" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="90" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="29" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="182" />
+<hkern g1="quotedbl,quotesingle" 	g2="nine" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="three" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="31" />
+<hkern g1="space" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="63" />
+<hkern g1="space" 	g2="AE" 	k="72" />
+<hkern g1="space" 	g2="J" 	k="55" />
+<hkern g1="space" 	g2="w" 	k="57" />
+<hkern g1="space" 	g2="y,yacute,ydieresis" 	k="57" />
+<hkern g1="space" 	g2="T" 	k="53" />
+<hkern g1="space" 	g2="W" 	k="72" />
+<hkern g1="space" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="53" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="d,g,q" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="s" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="w" 	k="70" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="y,yacute,ydieresis" 	k="74" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="154" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="115" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="156" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quotedbl,quotesingle" 	k="158" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V" 	k="115" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="27" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="152" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="t" 	k="39" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="v" 	k="68" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteleft,quotedblleft" 	k="154" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="S" 	k="27" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="eth" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ampersand" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="asterisk" 	k="147" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="backslash" 	k="131" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="copyright" 	k="47" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="hyphen,uni00AD,endash,emdash" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ordfeminine" 	k="100" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="ordmasculine" 	k="111" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="question" 	k="72" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="registered" 	k="47" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="space" 	k="63" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="trademark" 	k="141" />
+<hkern g1="B" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="B" 	g2="AE" 	k="18" />
+<hkern g1="B" 	g2="J" 	k="43" />
+<hkern g1="B" 	g2="w" 	k="18" />
+<hkern g1="B" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="B" 	g2="T" 	k="84" />
+<hkern g1="B" 	g2="W" 	k="41" />
+<hkern g1="B" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="B" 	g2="Z" 	k="14" />
+<hkern g1="B" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="18" />
+<hkern g1="B" 	g2="t" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="AE" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="T" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="W" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="33" />
+<hkern g1="C,Ccedilla" 	g2="V" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="X" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="S" 	k="12" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="51" />
+<hkern g1="D,Eth" 	g2="AE" 	k="72" />
+<hkern g1="D,Eth" 	g2="J" 	k="84" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="D,Eth" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="D,Eth" 	g2="T" 	k="84" />
+<hkern g1="D,Eth" 	g2="W" 	k="47" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="D,Eth" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="D,Eth" 	g2="V" 	k="47" />
+<hkern g1="D,Eth" 	g2="X" 	k="57" />
+<hkern g1="D,Eth" 	g2="Z" 	k="39" />
+<hkern g1="D,Eth" 	g2="x" 	k="20" />
+<hkern g1="D,Eth" 	g2="quoteleft,quotedblleft" 	k="16" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="47" />
+<hkern g1="D,Eth" 	g2="slash" 	k="33" />
+<hkern g1="D,Eth" 	g2="four" 	k="20" />
+<hkern g1="D,Eth" 	g2="backslash" 	k="27" />
+<hkern g1="D,Eth" 	g2="trademark" 	k="18" />
+<hkern g1="D,Eth" 	g2="parenright" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d,g,q" 	k="47" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="s" 	k="12" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="61" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="v" 	k="61" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="seven" 	k="45" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="S" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="eth" 	k="49" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="154" />
+<hkern g1="F" 	g2="AE" 	k="285" />
+<hkern g1="F" 	g2="J" 	k="313" />
+<hkern g1="F" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="F" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="158" />
+<hkern g1="F" 	g2="d,g,q" 	k="63" />
+<hkern g1="F" 	g2="m,n,p,r,ntilde" 	k="74" />
+<hkern g1="F" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="F" 	g2="s" 	k="80" />
+<hkern g1="F" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="63" />
+<hkern g1="F" 	g2="w" 	k="68" />
+<hkern g1="F" 	g2="y,yacute,ydieresis" 	k="68" />
+<hkern g1="F" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="37" />
+<hkern g1="F" 	g2="t" 	k="23" />
+<hkern g1="F" 	g2="z" 	k="82" />
+<hkern g1="F" 	g2="S" 	k="59" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="186" />
+<hkern g1="F" 	g2="guillemotleft,guilsinglleft" 	k="55" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="63" />
+<hkern g1="F" 	g2="colon,semicolon" 	k="37" />
+<hkern g1="F" 	g2="guillemotright,guilsinglright" 	k="49" />
+<hkern g1="G" 	g2="w" 	k="25" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="G" 	g2="T" 	k="57" />
+<hkern g1="G" 	g2="W" 	k="39" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="G" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="G" 	g2="V" 	k="39" />
+<hkern g1="G" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="12" />
+<hkern g1="G" 	g2="t" 	k="10" />
+<hkern g1="G" 	g2="v" 	k="25" />
+<hkern g1="G" 	g2="trademark" 	k="18" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="d,g,q" 	k="16" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="s" 	k="12" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="14" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="t" 	k="14" />
+<hkern g1="H,I,M,N,Igrave,Iacute,Icircumflex,Idieresis,Ntilde" 	g2="eth" 	k="18" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="J" 	g2="AE" 	k="35" />
+<hkern g1="J" 	g2="J" 	k="33" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="J" 	g2="d,g,q" 	k="18" />
+<hkern g1="J" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="J" 	g2="s" 	k="20" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="12" />
+<hkern g1="J" 	g2="t" 	k="10" />
+<hkern g1="J" 	g2="eth" 	k="23" />
+<hkern g1="J" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="27" />
+<hkern g1="K" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="68" />
+<hkern g1="K" 	g2="d,g,q" 	k="55" />
+<hkern g1="K" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="K" 	g2="w" 	k="68" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="70" />
+<hkern g1="K" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="16" />
+<hkern g1="K" 	g2="t" 	k="12" />
+<hkern g1="K" 	g2="v" 	k="68" />
+<hkern g1="K" 	g2="S" 	k="16" />
+<hkern g1="K" 	g2="eth" 	k="45" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="K" 	g2="copyright" 	k="33" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="59" />
+<hkern g1="K" 	g2="registered" 	k="33" />
+<hkern g1="K" 	g2="space" 	k="27" />
+<hkern g1="L" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="117" />
+<hkern g1="L" 	g2="d,g,q" 	k="68" />
+<hkern g1="L" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="63" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="L" 	g2="w" 	k="176" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="193" />
+<hkern g1="L" 	g2="T" 	k="254" />
+<hkern g1="L" 	g2="W" 	k="240" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="260" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="229" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="109" />
+<hkern g1="L" 	g2="V" 	k="240" />
+<hkern g1="L" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="14" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="236" />
+<hkern g1="L" 	g2="t" 	k="27" />
+<hkern g1="L" 	g2="v" 	k="176" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="236" />
+<hkern g1="L" 	g2="S" 	k="12" />
+<hkern g1="L" 	g2="eth" 	k="51" />
+<hkern g1="L" 	g2="guillemotleft,guilsinglleft" 	k="133" />
+<hkern g1="L" 	g2="asterisk" 	k="240" />
+<hkern g1="L" 	g2="backslash" 	k="186" />
+<hkern g1="L" 	g2="copyright" 	k="61" />
+<hkern g1="L" 	g2="hyphen,uni00AD,endash,emdash" 	k="188" />
+<hkern g1="L" 	g2="ordfeminine" 	k="238" />
+<hkern g1="L" 	g2="ordmasculine" 	k="238" />
+<hkern g1="L" 	g2="question" 	k="47" />
+<hkern g1="L" 	g2="registered" 	k="61" />
+<hkern g1="L" 	g2="space" 	k="53" />
+<hkern g1="L" 	g2="trademark" 	k="242" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="53" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="78" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="84" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="84" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="51" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="88" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotedbl,quotesingle" 	k="37" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="V" 	k="51" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="X" 	k="57" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="47" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="x" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="53" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="slash" 	k="37" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="four" 	k="25" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="asterisk" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="backslash" 	k="31" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="trademark" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="parenright" 	k="29" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="88" />
+<hkern g1="P" 	g2="AE" 	k="203" />
+<hkern g1="P" 	g2="J" 	k="213" />
+<hkern g1="P" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="P" 	g2="d,g,q" 	k="25" />
+<hkern g1="P" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="P" 	g2="s" 	k="12" />
+<hkern g1="P" 	g2="T" 	k="10" />
+<hkern g1="P" 	g2="W" 	k="25" />
+<hkern g1="P" 	g2="Y,Yacute,Ydieresis" 	k="33" />
+<hkern g1="P" 	g2="Z" 	k="20" />
+<hkern g1="P" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="168" />
+<hkern g1="P" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="P" 	g2="hyphen,uni00AD,endash,emdash" 	k="39" />
+<hkern g1="R" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="R" 	g2="d,g,q" 	k="37" />
+<hkern g1="R" 	g2="m,n,p,r,ntilde" 	k="14" />
+<hkern g1="R" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="R" 	g2="s" 	k="12" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="R" 	g2="T" 	k="35" />
+<hkern g1="R" 	g2="W" 	k="33" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="43" />
+<hkern g1="R" 	g2="b,h,k,germandbls,thorn" 	k="10" />
+<hkern g1="R" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="14" />
+<hkern g1="R" 	g2="V" 	k="33" />
+<hkern g1="R" 	g2="l" 	k="10" />
+<hkern g1="R" 	g2="eth" 	k="49" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="R" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="S" 	g2="w" 	k="47" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="47" />
+<hkern g1="S" 	g2="T" 	k="25" />
+<hkern g1="S" 	g2="W" 	k="33" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="39" />
+<hkern g1="S" 	g2="V" 	k="33" />
+<hkern g1="S" 	g2="X" 	k="18" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="20" />
+<hkern g1="S" 	g2="t" 	k="18" />
+<hkern g1="S" 	g2="v" 	k="47" />
+<hkern g1="S" 	g2="x" 	k="16" />
+<hkern g1="S" 	g2="ordfeminine" 	k="25" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="154" />
+<hkern g1="T" 	g2="AE" 	k="186" />
+<hkern g1="T" 	g2="J" 	k="236" />
+<hkern g1="T" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="84" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="229" />
+<hkern g1="T" 	g2="d,g,q" 	k="240" />
+<hkern g1="T" 	g2="m,n,p,r,ntilde" 	k="242" />
+<hkern g1="T" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="240" />
+<hkern g1="T" 	g2="s" 	k="229" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="240" />
+<hkern g1="T" 	g2="w" 	k="199" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="195" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="59" />
+<hkern g1="T" 	g2="t" 	k="27" />
+<hkern g1="T" 	g2="v" 	k="199" />
+<hkern g1="T" 	g2="x" 	k="180" />
+<hkern g1="T" 	g2="z" 	k="195" />
+<hkern g1="T" 	g2="S" 	k="20" />
+<hkern g1="T" 	g2="eth" 	k="193" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="150" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="152" />
+<hkern g1="T" 	g2="slash" 	k="133" />
+<hkern g1="T" 	g2="ampersand" 	k="25" />
+<hkern g1="T" 	g2="asterisk" 	k="-23" />
+<hkern g1="T" 	g2="copyright" 	k="68" />
+<hkern g1="T" 	g2="hyphen,uni00AD,endash,emdash" 	k="145" />
+<hkern g1="T" 	g2="registered" 	k="68" />
+<hkern g1="T" 	g2="space" 	k="53" />
+<hkern g1="T" 	g2="colon,semicolon" 	k="129" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="145" />
+<hkern g1="Thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="53" />
+<hkern g1="Thorn" 	g2="AE" 	k="88" />
+<hkern g1="Thorn" 	g2="J" 	k="133" />
+<hkern g1="Thorn" 	g2="T" 	k="152" />
+<hkern g1="Thorn" 	g2="W" 	k="59" />
+<hkern g1="Thorn" 	g2="Y,Yacute,Ydieresis" 	k="121" />
+<hkern g1="Thorn" 	g2="quotedbl,quotesingle" 	k="127" />
+<hkern g1="Thorn" 	g2="Z" 	k="59" />
+<hkern g1="Thorn" 	g2="quoteright,quotedblright" 	k="72" />
+<hkern g1="Thorn" 	g2="quoteleft,quotedblleft" 	k="76" />
+<hkern g1="Thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="80" />
+<hkern g1="Thorn" 	g2="hyphen,uni00AD,endash,emdash" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="88" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="63" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d,g,q" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b,h,k,germandbls,thorn" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,j,igrave,iacute,icircumflex,idieresis" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="eth" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="37" />
+<hkern g1="V" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="115" />
+<hkern g1="V" 	g2="AE" 	k="180" />
+<hkern g1="V" 	g2="J" 	k="178" />
+<hkern g1="V" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="51" />
+<hkern g1="V" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="102" />
+<hkern g1="V" 	g2="d,g,q" 	k="129" />
+<hkern g1="V" 	g2="m,n,p,r,ntilde" 	k="78" />
+<hkern g1="V" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="129" />
+<hkern g1="V" 	g2="s" 	k="100" />
+<hkern g1="V" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="78" />
+<hkern g1="V" 	g2="w" 	k="33" />
+<hkern g1="V" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="V" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="39" />
+<hkern g1="V" 	g2="t" 	k="14" />
+<hkern g1="V" 	g2="z" 	k="23" />
+<hkern g1="V" 	g2="S" 	k="33" />
+<hkern g1="V" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="164" />
+<hkern g1="V" 	g2="guillemotleft,guilsinglleft" 	k="96" />
+<hkern g1="V" 	g2="hyphen,uni00AD,endash,emdash" 	k="96" />
+<hkern g1="V" 	g2="colon,semicolon" 	k="29" />
+<hkern g1="V" 	g2="guillemotright,guilsinglright" 	k="66" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="115" />
+<hkern g1="W" 	g2="AE" 	k="180" />
+<hkern g1="W" 	g2="J" 	k="178" />
+<hkern g1="W" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="51" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="102" />
+<hkern g1="W" 	g2="d,g,q" 	k="129" />
+<hkern g1="W" 	g2="m,n,p,r,ntilde" 	k="78" />
+<hkern g1="W" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="129" />
+<hkern g1="W" 	g2="s" 	k="100" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="78" />
+<hkern g1="W" 	g2="w" 	k="33" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="39" />
+<hkern g1="W" 	g2="t" 	k="14" />
+<hkern g1="W" 	g2="v" 	k="35" />
+<hkern g1="W" 	g2="x" 	k="27" />
+<hkern g1="W" 	g2="z" 	k="23" />
+<hkern g1="W" 	g2="S" 	k="33" />
+<hkern g1="W" 	g2="eth" 	k="139" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="164" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="96" />
+<hkern g1="W" 	g2="slash" 	k="133" />
+<hkern g1="W" 	g2="ampersand" 	k="43" />
+<hkern g1="W" 	g2="copyright" 	k="47" />
+<hkern g1="W" 	g2="hyphen,uni00AD,endash,emdash" 	k="96" />
+<hkern g1="W" 	g2="registered" 	k="47" />
+<hkern g1="W" 	g2="space" 	k="72" />
+<hkern g1="W" 	g2="colon,semicolon" 	k="29" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="66" />
+<hkern g1="X" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="57" />
+<hkern g1="X" 	g2="d,g,q" 	k="68" />
+<hkern g1="X" 	g2="m,n,p,r,ntilde" 	k="10" />
+<hkern g1="X" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="68" />
+<hkern g1="X" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="43" />
+<hkern g1="X" 	g2="w" 	k="61" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="X" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="14" />
+<hkern g1="X" 	g2="S" 	k="16" />
+<hkern g1="X" 	g2="guillemotleft,guilsinglleft" 	k="39" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="63" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="156" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="221" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="199" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="86" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d,g,q" 	k="182" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,p,r,ntilde" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="186" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="92" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="88" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="29" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v" 	k="92" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="S" 	k="39" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="eth" 	k="190" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="174" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="147" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="slash" 	k="145" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="ampersand" 	k="57" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="copyright" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="156" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="registered" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="space" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="55" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="106" />
+<hkern g1="Z" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="Z" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="Z" 	g2="d,g,q" 	k="41" />
+<hkern g1="Z" 	g2="m,n,p,r,ntilde" 	k="16" />
+<hkern g1="Z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="37" />
+<hkern g1="Z" 	g2="w" 	k="53" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="53" />
+<hkern g1="Z" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="20" />
+<hkern g1="Z" 	g2="t" 	k="14" />
+<hkern g1="Z" 	g2="v" 	k="55" />
+<hkern g1="Z" 	g2="eth" 	k="35" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="Z" 	g2="copyright" 	k="35" />
+<hkern g1="Z" 	g2="hyphen,uni00AD,endash,emdash" 	k="43" />
+<hkern g1="Z" 	g2="registered" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="w" 	k="31" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="246" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="178" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="t" 	k="12" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="v" 	k="33" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteleft,quotedblleft" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="asterisk" 	k="51" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="backslash" 	k="72" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordmasculine" 	k="16" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="question" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="trademark" 	k="51" />
+<hkern g1="b,p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="b,p,thorn" 	g2="AE" 	k="43" />
+<hkern g1="b,p,thorn" 	g2="J" 	k="55" />
+<hkern g1="b,p,thorn" 	g2="w" 	k="39" />
+<hkern g1="b,p,thorn" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="b,p,thorn" 	g2="T" 	k="240" />
+<hkern g1="b,p,thorn" 	g2="W" 	k="129" />
+<hkern g1="b,p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="182" />
+<hkern g1="b,p,thorn" 	g2="quotedbl,quotesingle" 	k="186" />
+<hkern g1="b,p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="b,p,thorn" 	g2="V" 	k="129" />
+<hkern g1="b,p,thorn" 	g2="X" 	k="70" />
+<hkern g1="b,p,thorn" 	g2="Z" 	k="47" />
+<hkern g1="b,p,thorn" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="8" />
+<hkern g1="b,p,thorn" 	g2="quoteright,quotedblright" 	k="143" />
+<hkern g1="b,p,thorn" 	g2="t" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="v" 	k="39" />
+<hkern g1="b,p,thorn" 	g2="x" 	k="39" />
+<hkern g1="b,p,thorn" 	g2="z" 	k="29" />
+<hkern g1="b,p,thorn" 	g2="quoteleft,quotedblleft" 	k="147" />
+<hkern g1="b,p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="S" 	k="14" />
+<hkern g1="b,p,thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="asterisk" 	k="106" />
+<hkern g1="b,p,thorn" 	g2="backslash" 	k="76" />
+<hkern g1="b,p,thorn" 	g2="ordfeminine" 	k="16" />
+<hkern g1="b,p,thorn" 	g2="ordmasculine" 	k="33" />
+<hkern g1="b,p,thorn" 	g2="question" 	k="41" />
+<hkern g1="b,p,thorn" 	g2="trademark" 	k="70" />
+<hkern g1="b,p,thorn" 	g2="parenright" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="d,g,q" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="s" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="w" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="219" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="166" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="c,ccedilla" 	g2="v" 	k="16" />
+<hkern g1="c,ccedilla" 	g2="x" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="quoteleft,quotedblleft" 	k="37" />
+<hkern g1="c,ccedilla" 	g2="eth" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="guillemotleft,guilsinglleft" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="asterisk" 	k="43" />
+<hkern g1="c,ccedilla" 	g2="backslash" 	k="55" />
+<hkern g1="c,ccedilla" 	g2="hyphen,uni00AD,endash,emdash" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="question" 	k="20" />
+<hkern g1="c,ccedilla" 	g2="trademark" 	k="41" />
+<hkern g1="d" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="AE" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="w" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="227" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="119" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="217" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="V" 	k="119" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="X" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="t" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="v" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="x" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="z" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="57" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="asterisk" 	k="63" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="backslash" 	k="72" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="ordmasculine" 	k="16" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="question" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="trademark" 	k="55" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="parenright" 	k="29" />
+<hkern g1="eth" 	g2="w" 	k="27" />
+<hkern g1="eth" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="eth" 	g2="T" 	k="70" />
+<hkern g1="eth" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="eth" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="eth" 	g2="t" 	k="8" />
+<hkern g1="eth" 	g2="z" 	k="14" />
+<hkern g1="eth" 	g2="quoteleft,quotedblleft" 	k="35" />
+<hkern g1="eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="f" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="82" />
+<hkern g1="f" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="f" 	g2="d,g,q" 	k="18" />
+<hkern g1="f" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="f" 	g2="T" 	k="-47" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-59" />
+<hkern g1="f" 	g2="z" 	k="10" />
+<hkern g1="f" 	g2="eth" 	k="59" />
+<hkern g1="f" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="74" />
+<hkern g1="f" 	g2="guillemotleft,guilsinglleft" 	k="68" />
+<hkern g1="f" 	g2="hyphen,uni00AD,endash,emdash" 	k="80" />
+<hkern g1="germandbls" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="germandbls" 	g2="w" 	k="37" />
+<hkern g1="germandbls" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="germandbls" 	g2="T" 	k="76" />
+<hkern g1="germandbls" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="germandbls" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="10" />
+<hkern g1="germandbls" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="germandbls" 	g2="t" 	k="12" />
+<hkern g1="germandbls" 	g2="z" 	k="16" />
+<hkern g1="germandbls" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="germandbls" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="h" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="h" 	g2="w" 	k="27" />
+<hkern g1="h" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="h" 	g2="T" 	k="246" />
+<hkern g1="h" 	g2="Y,Yacute,Ydieresis" 	k="170" />
+<hkern g1="h" 	g2="quotedbl,quotesingle" 	k="178" />
+<hkern g1="h" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="h" 	g2="quoteright,quotedblright" 	k="113" />
+<hkern g1="h" 	g2="t" 	k="10" />
+<hkern g1="h" 	g2="v" 	k="27" />
+<hkern g1="h" 	g2="quoteleft,quotedblleft" 	k="117" />
+<hkern g1="h" 	g2="asterisk" 	k="82" />
+<hkern g1="h" 	g2="backslash" 	k="68" />
+<hkern g1="h" 	g2="ordmasculine" 	k="23" />
+<hkern g1="h" 	g2="question" 	k="35" />
+<hkern g1="h" 	g2="trademark" 	k="59" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="i,j,igrave,iacute,icircumflex,idieresis,uniFB01,uniFB03" 	g2="Z" 	k="12" />
+<hkern g1="k" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="k" 	g2="d,g,q" 	k="49" />
+<hkern g1="k" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="k" 	g2="s" 	k="10" />
+<hkern g1="k" 	g2="T" 	k="184" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="k" 	g2="quotedbl,quotesingle" 	k="119" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="25" />
+<hkern g1="k" 	g2="quoteleft,quotedblleft" 	k="35" />
+<hkern g1="k" 	g2="eth" 	k="59" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="68" />
+<hkern g1="k" 	g2="hyphen,uni00AD,endash,emdash" 	k="82" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="w" 	k="23" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="T" 	k="29" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="v" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="quoteleft,quotedblleft" 	k="35" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="slash" 	k="-33" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="asterisk" 	k="37" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="backslash" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="copyright" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="hyphen,uni00AD,endash,emdash" 	k="43" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="ordfeminine" 	k="33" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="ordmasculine" 	k="33" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="registered" 	k="20" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="space" 	k="63" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="trademark" 	k="33" />
+<hkern g1="l,uniFB02,uniFB04" 	g2="parenright" 	k="-12" />
+<hkern g1="m,n,ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="m,n,ntilde" 	g2="w" 	k="23" />
+<hkern g1="m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="m,n,ntilde" 	g2="T" 	k="244" />
+<hkern g1="m,n,ntilde" 	g2="W" 	k="109" />
+<hkern g1="m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="162" />
+<hkern g1="m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="m,n,ntilde" 	g2="V" 	k="109" />
+<hkern g1="m,n,ntilde" 	g2="Z" 	k="14" />
+<hkern g1="m,n,ntilde" 	g2="quoteright,quotedblright" 	k="29" />
+<hkern g1="m,n,ntilde" 	g2="t" 	k="10" />
+<hkern g1="m,n,ntilde" 	g2="v" 	k="23" />
+<hkern g1="m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="31" />
+<hkern g1="m,n,ntilde" 	g2="S" 	k="10" />
+<hkern g1="m,n,ntilde" 	g2="asterisk" 	k="41" />
+<hkern g1="m,n,ntilde" 	g2="backslash" 	k="63" />
+<hkern g1="m,n,ntilde" 	g2="question" 	k="29" />
+<hkern g1="m,n,ntilde" 	g2="trademark" 	k="45" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="w" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="240" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="186" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="47" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="f,uniFB01,uniFB02,uniFB03,uniFB04" 	k="8" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="59" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="t" 	k="16" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="v" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="x" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="z" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="asterisk" 	k="70" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="backslash" 	k="74" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="ordmasculine" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="question" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="trademark" 	k="59" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="parenright" 	k="35" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="92" />
+<hkern g1="r" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="r" 	g2="d,g,q" 	k="63" />
+<hkern g1="r" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="63" />
+<hkern g1="r" 	g2="s" 	k="14" />
+<hkern g1="r" 	g2="T" 	k="168" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="59" />
+<hkern g1="r" 	g2="eth" 	k="88" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="100" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="104" />
+<hkern g1="r" 	g2="slash" 	k="80" />
+<hkern g1="r" 	g2="hyphen,uni00AD,endash,emdash" 	k="106" />
+<hkern g1="r" 	g2="space" 	k="47" />
+<hkern g1="r" 	g2="guillemotright,guilsinglright" 	k="41" />
+<hkern g1="s" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="18" />
+<hkern g1="s" 	g2="w" 	k="25" />
+<hkern g1="s" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="s" 	g2="T" 	k="225" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="156" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="16" />
+<hkern g1="s" 	g2="v" 	k="23" />
+<hkern g1="s" 	g2="x" 	k="12" />
+<hkern g1="s" 	g2="quoteleft,quotedblleft" 	k="18" />
+<hkern g1="s" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="s" 	g2="asterisk" 	k="25" />
+<hkern g1="s" 	g2="backslash" 	k="51" />
+<hkern g1="s" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="s" 	g2="trademark" 	k="33" />
+<hkern g1="t" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="t" 	g2="d,g,q" 	k="27" />
+<hkern g1="t" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="t" 	g2="T" 	k="127" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="90" />
+<hkern g1="t" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="t" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="t" 	g2="eth" 	k="29" />
+<hkern g1="t" 	g2="guillemotleft,guilsinglleft" 	k="57" />
+<hkern g1="t" 	g2="backslash" 	k="23" />
+<hkern g1="t" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="240" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="145" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="backslash" 	k="45" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="trademark" 	k="27" />
+<hkern g1="v" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="v" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="v" 	g2="d,g,q" 	k="37" />
+<hkern g1="v" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="v" 	g2="s" 	k="27" />
+<hkern g1="v" 	g2="T" 	k="199" />
+<hkern g1="v" 	g2="Y,Yacute,Ydieresis" 	k="94" />
+<hkern g1="v" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="109" />
+<hkern g1="v" 	g2="guillemotleft,guilsinglleft" 	k="59" />
+<hkern g1="v" 	g2="hyphen,uni00AD,endash,emdash" 	k="53" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="w" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="w" 	g2="d,g,q" 	k="39" />
+<hkern g1="w" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="w" 	g2="s" 	k="27" />
+<hkern g1="w" 	g2="T" 	k="199" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="94" />
+<hkern g1="w" 	g2="eth" 	k="57" />
+<hkern g1="w" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="109" />
+<hkern g1="w" 	g2="guillemotleft,guilsinglleft" 	k="59" />
+<hkern g1="w" 	g2="slash" 	k="74" />
+<hkern g1="w" 	g2="backslash" 	k="31" />
+<hkern g1="w" 	g2="hyphen,uni00AD,endash,emdash" 	k="55" />
+<hkern g1="w" 	g2="space" 	k="57" />
+<hkern g1="w" 	g2="parenright" 	k="31" />
+<hkern g1="x" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="x" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="x" 	g2="d,g,q" 	k="39" />
+<hkern g1="x" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="x" 	g2="s" 	k="10" />
+<hkern g1="x" 	g2="T" 	k="180" />
+<hkern g1="x" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="x" 	g2="guillemotleft,guilsinglleft" 	k="66" />
+<hkern g1="x" 	g2="hyphen,uni00AD,endash,emdash" 	k="74" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="76" />
+<hkern g1="y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="d,g,q" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="s" 	k="29" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="203" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="y,yacute,ydieresis" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="y,yacute,ydieresis" 	g2="eth" 	k="61" />
+<hkern g1="y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="113" />
+<hkern g1="y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="63" />
+<hkern g1="y,yacute,ydieresis" 	g2="slash" 	k="76" />
+<hkern g1="y,yacute,ydieresis" 	g2="ampersand" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="backslash" 	k="33" />
+<hkern g1="y,yacute,ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="57" />
+<hkern g1="y,yacute,ydieresis" 	g2="space" 	k="57" />
+<hkern g1="y,yacute,ydieresis" 	g2="parenright" 	k="33" />
+<hkern g1="z" 	g2="d,g,q" 	k="29" />
+<hkern g1="z" 	g2="c,e,o,ccedilla,egrave,eacute,ecircumflex,edieresis,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="z" 	g2="T" 	k="195" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="90" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="z" 	g2="eth" 	k="41" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="66" />
+<hkern g1="z" 	g2="hyphen,uni00AD,endash,emdash" 	k="78" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="47" />
+<hkern g1="one" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="143" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="g,q" 	g2="backslash" 	k="43" />
+<hkern g1="g,q" 	g2="trademark" 	k="27" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.ttf b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..ac171bbd84104a95774aa83c48836b9351594ff5
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..a6d202dd7d5be94518c75fad36349eeddea61981
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff2 b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..13844f8a78369ee5b137b550802803dd4e019243
Binary files /dev/null and b/ippisite/ippidb/static/fonts/Raleway/raleway-thin-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/Raleway/specimen_files/grid_12-825-55-15.css b/ippisite/ippidb/static/fonts/Raleway/specimen_files/grid_12-825-55-15.css
new file mode 100755
index 0000000000000000000000000000000000000000..3d6aef783a908415e66bb296d4e4bbb7366f0bcb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/specimen_files/grid_12-825-55-15.css
@@ -0,0 +1,129 @@
+/*Notes about grid:
+Columns:      12
+Grid Width:   825px
+Column Width: 55px
+Gutter Width: 15px
+-------------------------------*/
+ 
+ 
+ 
+.section 		{margin-bottom: 18px;
+}
+.section:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
+.section 		{*zoom: 1;}
+ 
+.section .firstcolumn,
+.section .firstcol {margin-left: 0;}
+ 
+ 
+/* Border on left hand side of a column. */
+.border {
+  padding-left: 7px;
+  margin-left: 7px;
+  border-left: 1px solid #eee;
+}
+ 
+/* Border with more whitespace, spans one column. */
+.colborder {
+    padding-left: 42px;
+  margin-left: 42px;
+  border-left: 1px solid #eee;
+}
+ 
+
+ 
+/* The Grid Classes */
+.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
+{margin-left: 15px;float: left;display: inline; overflow: hidden;}
+ 
+ 
+.width1, .grid1, .span-1 {width: 55px;}
+.width1_2cols,.grid1_2cols {width: 20px;}
+.width1_3cols,.grid1_3cols  {width: 8px;}
+.width1_4cols,.grid1_4cols  {width: 2px;}
+.input_width1 {width: 49px;}
+ 
+.width2, .grid2, .span-2 {width: 125px;}
+.width2_3cols,.grid2_3cols  {width: 31px;}
+.width2_4cols,.grid2_4cols  {width: 20px;}
+.input_width2 {width: 119px;}
+ 
+.width3, .grid3, .span-3 {width: 195px;}
+.width3_2cols,.grid3_2cols {width: 90px;}
+.width3_4cols,.grid3_4cols  {width: 37px;}
+.input_width3 {width: 189px;}
+ 
+.width4, .grid4, .span-4 {width: 265px;}
+.width4_3cols,.grid4_3cols  {width: 78px;}
+.input_width4 {width: 259px;}
+ 
+.width5, .grid5, .span-5 {width: 335px;}
+.width5_2cols,.grid5_2cols {width: 160px;}
+.width5_3cols,.grid5_3cols  {width: 101px;}
+.width5_4cols,.grid5_4cols  {width: 72px;}
+.input_width5 {width: 329px;}
+ 
+.width6, .grid6, .span-6 {width: 405px;}
+.width6_4cols,.grid6_4cols  {width: 90px;}
+.input_width6 {width: 399px;}
+ 
+.width7, .grid7, .span-7 {width: 475px;}
+.width7_2cols,.grid7_2cols {width: 230px;}
+.width7_3cols,.grid7_3cols  {width: 148px;}
+.width7_4cols,.grid7_4cols  {width: 107px;}
+.input_width7 {width: 469px;}
+ 
+.width8, .grid8, .span-8 {width: 545px;}
+.width8_3cols,.grid8_3cols  {width: 171px;}
+.input_width8 {width: 539px;}
+ 
+.width9, .grid9, .span-9 {width: 615px;}
+.width9_2cols,.grid9_2cols {width: 300px;}
+.width9_4cols,.grid9_4cols  {width: 142px;}
+.input_width9 {width: 609px;}
+ 
+.width10, .grid10, .span-10 {width: 685px;}
+.width10_3cols,.grid10_3cols  {width: 218px;}
+.width10_4cols,.grid10_4cols  {width: 160px;}
+.input_width10 {width: 679px;}
+ 
+.width11, .grid11, .span-11 {width: 755px;}
+.width11_2cols,.grid11_2cols {width: 370px;}
+.width11_3cols,.grid11_3cols  {width: 241px;}
+.width11_4cols,.grid11_4cols  {width: 177px;}
+.input_width11 {width: 749px;}
+ 
+.width12, .grid12, .span-12 {width: 825px;}
+.input_width12 {width: 819px;}
+ 
+/* Subdivided grid spaces */
+.emptycols_left1, .prepend-1 {padding-left: 70px;}
+.emptycols_right1, .append-1 {padding-right: 70px;}
+.emptycols_left2, .prepend-2 {padding-left: 140px;}
+.emptycols_right2, .append-2 {padding-right: 140px;}
+.emptycols_left3, .prepend-3 {padding-left: 210px;}
+.emptycols_right3, .append-3 {padding-right: 210px;}
+.emptycols_left4, .prepend-4 {padding-left: 280px;}
+.emptycols_right4, .append-4 {padding-right: 280px;}
+.emptycols_left5, .prepend-5 {padding-left: 350px;}
+.emptycols_right5, .append-5 {padding-right: 350px;}
+.emptycols_left6, .prepend-6 {padding-left: 420px;}
+.emptycols_right6, .append-6 {padding-right: 420px;}
+.emptycols_left7, .prepend-7 {padding-left: 490px;}
+.emptycols_right7, .append-7 {padding-right: 490px;}
+.emptycols_left8, .prepend-8 {padding-left: 560px;}
+.emptycols_right8, .append-8 {padding-right: 560px;}
+.emptycols_left9, .prepend-9 {padding-left: 630px;}
+.emptycols_right9, .append-9 {padding-right: 630px;}
+.emptycols_left10, .prepend-10 {padding-left: 700px;}
+.emptycols_right10, .append-10 {padding-right: 700px;}
+.emptycols_left11, .prepend-11 {padding-left: 770px;}
+.emptycols_right11, .append-11 {padding-right: 770px;}
+.pull-1 {margin-left: -70px;}
+.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
+.pull-2 {margin-left: -140px;}
+.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
+.pull-3 {margin-left: -210px;}
+.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
+.pull-4 {margin-left: -280px;}
+.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/Raleway/specimen_files/specimen_stylesheet.css b/ippisite/ippidb/static/fonts/Raleway/specimen_files/specimen_stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..aecc43c32ce0ee6e9e448361a7ed21808c8af690
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/specimen_files/specimen_stylesheet.css
@@ -0,0 +1,396 @@
+@import url('grid_12-825-55-15.css');
+
+/*  
+	CSS Reset by Eric Meyer - Released under Public Domain
+    http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, 
+caption, tbody, tfoot, thead, tr, th, td 
+                  {margin: 0;padding: 0;border: 0;outline: 0;
+                  font-size: 100%;vertical-align: baseline;
+                  background: transparent;}
+body              {line-height: 1;}
+ol, ul            {list-style: none;}
+blockquote, q     {quotes: none;}
+blockquote:before, blockquote:after,
+q:before, q:after {content: '';	content: none;}
+:focus            {outline: 0;}
+ins               {text-decoration: none;}
+del               {text-decoration: line-through;}
+table             {border-collapse: collapse;border-spacing: 0;}
+
+
+
+
+body {
+	color: #000;
+	background-color: #dcdcdc;
+}
+
+a {
+	text-decoration: none;
+	color: #1883ba;
+}
+
+h1{
+	font-size: 32px;
+	font-weight: normal;
+	font-style: normal;
+	margin-bottom: 18px;
+}
+
+h2{
+	font-size: 18px;
+}
+
+#container {
+	width: 865px;
+	margin: 0px auto;
+}
+
+
+#header {
+	padding: 20px;
+	font-size: 36px;
+	background-color: #000;
+	color: #fff;
+}
+
+#header span {
+	color: #666;
+}
+#main_content {
+	background-color: #fff;
+	padding: 60px 20px 20px;
+}
+
+
+#footer p {
+	margin: 0;
+	padding-top: 10px;
+	padding-bottom: 50px;
+	color: #333;
+	font: 10px Arial, sans-serif;
+}
+
+.tabs {
+	width: 100%;
+	height: 31px;
+	background-color: #444;
+}
+.tabs li {
+	float:  left;
+	margin: 0;
+	overflow: hidden;
+	background-color: #444;
+}
+.tabs li a {
+	display: block;
+	color: #fff;
+	text-decoration: none;
+	font: bold 11px/11px 'Arial';
+	text-transform: uppercase;
+	padding: 10px 15px;
+	border-right: 1px solid #fff;
+}
+
+.tabs li a:hover {
+		background-color: #00b3ff;
+
+}
+
+.tabs li.active a {
+	color:  #000;
+	background-color: #fff;
+}
+
+
+
+div.huge {
+	
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+div.glyph_range {
+	font-size: 72px;
+	line-height: 1.1em;
+}
+
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+
+
+.psample_row1 {	height: 120px;}
+.psample_row1 {	height: 120px;}
+.psample_row2 {	height: 160px;}
+.psample_row3 {	height: 160px;}
+.psample_row4 {	height: 160px;}
+
+.psample {
+	overflow: hidden;
+	position: relative;
+}
+.psample p {
+	line-height: 1.3em;
+	display: block;
+	overflow: hidden;
+	margin: 0;
+}
+
+.psample span {
+	margin-right: .5em;
+}
+
+.white_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
+	position: absolute;
+	bottom: 0;
+}
+.black_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
+	position: absolute;
+	bottom: 0;
+}
+.fullreverse {
+	background:  #000 !important;
+	color:  #fff !important;
+	margin-left: -20px;
+	padding-left: 20px;
+	margin-right: -20px;
+	padding-right: 20px;
+	padding: 20px;
+	margin-bottom:0;
+}
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+code {
+	white-space: pre;
+	background-color: #eee;
+	display: block;
+	padding: 10px;
+	margin-bottom: 18px;
+	overflow: auto;
+}
+
+
+.bottom,.last 	{margin-bottom:0 !important; padding-bottom:0 !important;}
+
+.box  { 
+  padding: 18px; 
+  margin-bottom: 18px; 
+  background: #eee; 
+}
+
+.reverse,.reversed { background:  #000 !important;color:  #fff !important; border: none !important;}
+
+#bodycomparison {
+	position: relative;
+	overflow: hidden;
+	font-size: 72px;
+	height: 90px;
+	white-space: nowrap;
+}
+
+#bodycomparison div{
+	font-size: 72px;
+	line-height: 90px;
+	display: inline;
+	margin: 0 15px 0 0;
+	padding: 0;
+}
+
+#bodycomparison div span{
+	font: 10px Arial;
+	position: absolute;
+	left: 0;
+}
+#xheight {
+	float: none;
+	position: absolute;
+	color: #d9f3ff;
+	font-size: 72px;
+	line-height: 90px;
+}
+
+.fontbody {
+ position: relative;
+}
+.arialbody{
+	font-family: Arial;
+	position: relative;
+}
+.verdanabody{
+	font-family: Verdana;
+	position: relative;
+}
+.georgiabody{
+	font-family: Georgia;
+	position: relative;
+}
+
+/* @group Layout page
+ */
+
+#layout h1 {
+	font-size: 36px;
+	line-height: 42px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h2 {
+	font-size: 24px;
+	line-height: 23px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h3 {
+	font-size: 22px;
+	line-height: 1.4em;
+	margin-top: 1em;
+	font-weight: normal;
+	font-style: normal;
+}
+
+
+#layout p.byline {
+	font-size: 12px;
+	margin-top: 18px;
+	line-height: 12px;
+	margin-bottom: 0;
+}
+#layout p {
+	font-size: 14px;
+	line-height: 21px;
+	margin-bottom: .5em;
+}
+
+#layout p.large{
+	font-size: 18px;
+	line-height: 26px;
+}
+
+#layout .sidebar p{
+	font-size: 12px;
+	line-height: 1.4em;
+}
+
+#layout p.caption {
+	font-size: 10px;
+	margin-top: -16px;
+	margin-bottom: 18px;
+}
+
+/* @end */
+
+/* @group Glyphs */
+
+#glyph_chart div{
+	background-color: #d9f3ff;
+	color: black;
+	float: left;
+	font-size: 36px;
+	height: 1.2em;
+	line-height: 1.2em;
+	margin-bottom: 1px;
+	margin-right: 1px;
+	text-align: center;
+	width: 1.2em;
+	position: relative;
+	padding: .6em .2em .2em;
+}
+
+#glyph_chart div p {
+	position: absolute;
+	left: 0;
+	top: 0;
+	display: block;
+	text-align: center;
+	font: bold 9px Arial, sans-serif;
+	background-color: #3a768f;
+	width: 100%;
+	color: #fff;
+	padding: 2px 0;
+}
+
+
+#glyphs h1 {
+	font-family: Arial, sans-serif;
+}
+/* @end */
+
+/* @group Installing */
+
+#installing {
+	font: 13px Arial, sans-serif;
+}
+
+#installing p,
+#glyphs p{
+	line-height: 1.2em;
+	margin-bottom: 18px;
+	font: 13px Arial, sans-serif;
+}
+
+
+
+#installing h3{
+	font-size: 15px;
+	margin-top: 18px;
+}
+
+/* @end */
+
+#rendering h1 {
+	font-family: Arial, sans-serif;
+}
+.render_table td {
+	font: 11px "Courier New", Courier, mono;
+	vertical-align: middle;
+}
+
+
diff --git a/ippisite/ippidb/static/fonts/Raleway/stylesheet.css b/ippisite/ippidb/static/fonts/Raleway/stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..0647a804beb0eb37946766161bc8fd0b5a0019a0
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/Raleway/stylesheet.css
@@ -0,0 +1,144 @@
+/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 13, 2017 */
+
+
+
+@font-face {
+    font-family: 'ralewaybold';
+    src: url('raleway-bold-webfont.eot');
+    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-bold-webfont.woff2') format('woff2'),
+         url('raleway-bold-webfont.woff') format('woff'),
+         url('raleway-bold-webfont.ttf') format('truetype'),
+         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewayextrabold';
+    src: url('raleway-extrabold-webfont.eot');
+    src: url('raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-extrabold-webfont.woff2') format('woff2'),
+         url('raleway-extrabold-webfont.woff') format('woff'),
+         url('raleway-extrabold-webfont.ttf') format('truetype'),
+         url('raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewayextralight';
+    src: url('raleway-extralight-webfont.eot');
+    src: url('raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-extralight-webfont.woff2') format('woff2'),
+         url('raleway-extralight-webfont.woff') format('woff'),
+         url('raleway-extralight-webfont.ttf') format('truetype'),
+         url('raleway-extralight-webfont.svg#ralewayextralight') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewayheavy';
+    src: url('raleway-heavy-webfont.eot');
+    src: url('raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-heavy-webfont.woff2') format('woff2'),
+         url('raleway-heavy-webfont.woff') format('woff'),
+         url('raleway-heavy-webfont.ttf') format('truetype'),
+         url('raleway-heavy-webfont.svg#ralewayheavy') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewaylight';
+    src: url('raleway-light-webfont.eot');
+    src: url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-light-webfont.woff2') format('woff2'),
+         url('raleway-light-webfont.woff') format('woff'),
+         url('raleway-light-webfont.ttf') format('truetype'),
+         url('raleway-light-webfont.svg#ralewaylight') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewaymedium';
+    src: url('raleway-medium-webfont.eot');
+    src: url('raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-medium-webfont.woff2') format('woff2'),
+         url('raleway-medium-webfont.woff') format('woff'),
+         url('raleway-medium-webfont.ttf') format('truetype'),
+         url('raleway-medium-webfont.svg#ralewaymedium') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewayregular';
+    src: url('raleway-regular-webfont.eot');
+    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-regular-webfont.woff2') format('woff2'),
+         url('raleway-regular-webfont.woff') format('woff'),
+         url('raleway-regular-webfont.ttf') format('truetype'),
+         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewaysemibold';
+    src: url('raleway-semibold-webfont.eot');
+    src: url('raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-semibold-webfont.woff2') format('woff2'),
+         url('raleway-semibold-webfont.woff') format('woff'),
+         url('raleway-semibold-webfont.ttf') format('truetype'),
+         url('raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'ralewaythin';
+    src: url('raleway-thin-webfont.eot');
+    src: url('raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
+         url('raleway-thin-webfont.woff2') format('woff2'),
+         url('raleway-thin-webfont.woff') format('woff'),
+         url('raleway-thin-webfont.ttf') format('truetype'),
+         url('raleway-thin-webfont.svg#ralewaythin') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-demo.html b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..e307e8c7ef7496c21a2bf701626ee853ec5849a4
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'webfontregular';
+							}
+		</style>
+
+	<title>  Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		 	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span> </span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of   in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of   in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.eot b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..692dfa1e31c1562106e7f1de06e5353ba0986113
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.svg b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..47349c3dc217304723c4443cc5eb20801343a164
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.svg
@@ -0,0 +1,4748 @@
+<?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="webfontregular" horiz-adv-x="1357" >
+<font-face units-per-em="2048" ascent="1434" descent="-614" />
+<missing-glyph horiz-adv-x="452" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1140" d="M63 643v137q0 17 11 28t28 11h70v223q0 185 114 298.5t289 113.5q89 0 173.5 -28t140.5 -60q13 -7 16.5 -23.5t-4.5 -29.5l-70 -129q-18 -37 -55 -19q-116 58 -198 58q-61 0 -105.5 -47t-44.5 -136v-221h551q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-170 q-17 0 -28 11.5t-11 27.5v565h-342v-565q0 -14 -7 -22.5t-21 -11.5t-24 -4t-26 -1h-139q-15 0 -27 12t-12 27v565h-70q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1167" d="M59 643v135q0 17 11 29t28 12h74v223q0 192 115.5 302t287.5 110q50 0 98.5 -12t82 -29t60 -33.5t39.5 -28.5l13 -12l23 58q16 37 49 37h66q15 0 26.5 -12t11.5 -27v-1356q0 -15 -11.5 -27t-26.5 -12h-172q-15 0 -27 12t-12 27v1081q-6 9 -20 22.5t-39.5 33t-62.5 32.5 t-75 13q-71 0 -121.5 -46t-50.5 -135v-221h172q16 0 27.5 -11t11.5 -28v-135q0 -15 -12 -27t-27 -12h-172v-567q0 -15 -12 -27t-27 -12h-178q-15 0 -26 12t-11 27v567h-74q-17 0 -28 11t-11 26z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode=" "  horiz-adv-x="452" />
+<glyph unicode="&#x09;" horiz-adv-x="452" />
+<glyph unicode="&#xa0;" horiz-adv-x="452" />
+<glyph unicode="!" horiz-adv-x="634" d="M150 147q0 69 49 119.5t116 50.5q70 0 120 -50.5t50 -119.5t-50 -118t-120 -49q-68 0 -116.5 49t-48.5 118zM166 1161v234q0 15 12 27t27 12h225q15 0 27 -12t12 -27v-230l-80 -575q-2 -12 -14 -22.5t-25 -10.5h-65q-13 0 -25 10.5t-14 22.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="702" d="M74 1065v330q0 15 12 27t27 12h163q21 0 32 -15.5t5 -36.5l-84 -325q-3 -12 -14 -21.5t-22 -9.5h-80q-15 0 -27 12t-12 27zM424 1065v330q0 15 12 27t27 12h164q21 0 32 -15.5t5 -36.5l-84 -325q-3 -12 -14.5 -21.5t-22.5 -9.5h-80q-15 0 -27 12t-12 27z" />
+<glyph unicode="#" horiz-adv-x="1101" d="M76 424v29q0 17 11 28t28 11h159l48 335h-148q-15 0 -27 12t-12 27v29q0 15 12 27t27 12h162l65 467q2 12 13 22.5t24 10.5h29q18 0 29 -13.5t8 -31.5l-62 -455h324l68 467q2 12 13.5 22.5t24.5 10.5h25q19 0 30.5 -13t8.5 -32l-66 -455h131q17 0 28 -11.5t11 -27.5v-29 q0 -16 -11 -27.5t-28 -11.5h-145l-47 -335h133q16 0 27.5 -11t11.5 -28v-29q0 -15 -12 -27t-27 -12h-149l-45 -352q-2 -14 -13 -23.5t-26 -9.5h-27q-19 0 -30 13t-9 32l45 340h-326l-47 -352q-1 -13 -13 -23t-26 -10h-24q-20 0 -31 13t-8 32l47 340h-145q-17 0 -28 11.5 t-11 27.5zM379 492h326l45 335h-324z" />
+<glyph unicode="$" horiz-adv-x="1075" d="M74.5 174.5q0.5 11.5 9.5 26.5q7 11 17.5 30t18.5 33.5t19 32t21.5 28.5t21.5 19t23 7.5t24 -9.5q16 -12 43 -30t91.5 -50.5t119.5 -46.5q0 67 1 196.5t1 196.5q-68 27 -116.5 51t-107.5 64.5t-95.5 85t-62 110.5t-25.5 144q0 75 25 140.5t73.5 118.5t128.5 87.5 t182 42.5v66q0 17 11.5 27.5t27.5 10.5h27q16 0 27.5 -10.5t11.5 -27.5v-68q82 -6 165.5 -36t121.5 -52.5t69 -44.5q15 -9 19 -30t-6 -38q-6 -8 -14.5 -22t-15.5 -24.5t-16 -24.5t-17 -24t-17.5 -20.5t-17.5 -17t-17 -11t-17 -3.5t-16 6q-2 1 -38.5 23t-87.5 48t-95 40v-369 q64 -27 113 -51.5t111 -67t102 -88.5t68 -113.5t28 -144.5q0 -171 -112.5 -281t-313.5 -122v-213q0 -17 -11.5 -27t-29.5 -10q-64 0 -64 37v213q-77 6 -147 25.5t-118.5 46.5t-76.5 47t-47 38q-11 11 -15.5 17.5t-4 18zM328 1092q0 -61 37 -108t116 -89v330 q-73 -9 -113 -46.5t-40 -86.5zM592 203q67 11 110 52.5t43 100.5q0 116 -153 205v-358z" />
+<glyph unicode="%" horiz-adv-x="1355" d="M45 1178q0 115 80.5 195.5t196.5 80.5q114 0 195 -80.5t81 -195.5t-81 -196t-195 -81q-116 0 -196.5 80.5t-80.5 196.5zM213 55l702 1358q11 21 35 21h103q23 0 34 -18t0 -38l-706 -1358q-3 -7 -13.5 -13.5t-21.5 -6.5h-98q-23 0 -34 17.5t-1 37.5zM221 1178 q0 -41 30 -71t71 -30q40 0 69 30t29 71q0 40 -29 69t-69 29q-41 0 -71 -29t-30 -69zM719 256q0 115 81 195.5t195 80.5q116 0 197.5 -80.5t81.5 -195.5t-81.5 -195.5t-197.5 -80.5q-114 0 -195 80.5t-81 195.5zM895 256q0 -41 29.5 -70.5t70.5 -29.5q40 0 70.5 29.5 t30.5 70.5q0 39 -30.5 68.5t-70.5 29.5q-41 0 -70.5 -29t-29.5 -69z" />
+<glyph unicode="&#x26;" horiz-adv-x="1411" d="M152 365q0 43 8 84t23.5 74.5t33 62.5t41 54t43 43.5t44 36t38.5 26.5t32 19t19 11v4l-43 47q-69 72 -104.5 141.5t-34.5 153.5q0 60 25 118t71.5 106.5t122 78t168.5 29.5q169 0 278 -97t109 -237q0 -59 -21 -114.5t-56.5 -98.5t-65.5 -71.5t-67 -56.5t-40 -31l236 -238 q50 101 73 227q7 35 21 48t47 3l113 -32q9 -2 15.5 -5.5t10.5 -8t7 -8.5t4 -10.5t2 -10.5t0 -11t-1.5 -9.5t-2 -9t-1.5 -7.5q-41 -171 -126 -326l182 -172q16 -16 22 -25.5t1.5 -28t-27.5 -40.5l-84 -86q-44 -40 -90 6l-148 150q-14 -17 -35 -35t-61.5 -44.5t-88 -46 t-117 -34t-144.5 -14.5q-191 0 -311.5 112t-120.5 273zM395 391q0 -84 61.5 -138t153.5 -54q158 0 264 120l-305 324q-1 0 -14.5 -8t-21 -13t-24 -16.5t-27 -22t-25.5 -26t-24.5 -33t-19 -38t-14 -45t-4.5 -50.5zM479 1122q-1 -32 13 -63t30 -50.5t51 -56.5q9 -9 13 -14 l45 -45q1 1 12 7t18 10t21 13t24 17t23.5 20t23.5 23t20.5 26t17 30t10.5 33t4 36q0 61 -48.5 107.5t-125.5 46.5q-69 0 -110.5 -40.5t-41.5 -99.5z" />
+<glyph unicode="'" horiz-adv-x="352" d="M74 1065v330q0 15 12 27t27 12h163q21 0 32 -15.5t5 -36.5l-84 -325q-3 -12 -14 -21.5t-22 -9.5h-80q-15 0 -27 12t-12 27z" />
+<glyph unicode="(" horiz-adv-x="700" d="M88 645q0 185 31 328.5t80 230.5t118 143.5t136 78.5t143 26q17 1 28 -8t11 -23l6 -135q1 -12 -6.5 -23.5t-18.5 -13.5q-146 -39 -211 -189.5t-65 -414.5q0 -265 64.5 -414t211.5 -188q13 -3 20 -14.5t5 -24.5l-6 -133q-3 -33 -39 -33q-53 4 -101.5 16t-101 39t-95.5 67 t-83 103t-67.5 143.5t-43.5 192.5t-16 246z" />
+<glyph unicode=")" horiz-adv-x="702" d="M59 4q-2 13 5 24.5t20 14.5q147 39 211.5 188t64.5 414q0 264 -65 414.5t-211 189.5q-11 2 -18.5 13.5t-6.5 23.5l7 135q0 14 10.5 23t27.5 8q76 -4 143 -26t136 -78.5t118 -143.5t80 -230.5t31 -328.5q0 -134 -16 -246t-43.5 -192.5t-67.5 -143.5t-83 -103t-95.5 -67 t-101 -39t-101.5 -16q-35 0 -38 33z" />
+<glyph unicode="*" horiz-adv-x="716" d="M49 968q3 16 17 25l170 103l-170 102q-13 9 -17 25.5t4 29.5q39 55 39 56q8 11 23.5 14t27.5 -6l148 -103l-4 181q0 15 12 27t27 12h65q15 0 27 -12t12 -27l-4 -181l147 105q12 8 29.5 5t24.5 -15l35 -56q9 -13 6.5 -29.5t-17.5 -25.5l-170 -102l170 -105q14 -9 17.5 -25 t-4.5 -28l-39 -55q-7 -13 -23.5 -17t-28.5 4l-147 103l4 -176q0 -15 -12 -27t-27 -12h-65q-15 0 -27 12t-12 27l4 178l-148 -103q-12 -9 -28.5 -5t-24.5 16l-35 55q-9 14 -6 30z" />
+<glyph unicode="+" horiz-adv-x="1146" d="M131 651v115q0 15 12 27t27 12h307v309q0 15 12 26t27 11h115q15 0 27 -11t12 -26v-309h309q15 0 26 -12t11 -27v-115q0 -15 -11 -27t-26 -12h-309v-305q0 -15 -12 -26t-27 -11h-115q-15 0 -27 11t-12 26v305h-307q-15 0 -27 12t-12 27z" />
+<glyph unicode="," horiz-adv-x="530" d="M74 145q0 70 51.5 120t128.5 50q36 0 70 -14t66 -43.5t51.5 -84t19.5 -126.5q0 -89 -25 -167.5t-64.5 -132t-75 -87.5t-69.5 -55q-28 -19 -51 4l-31 33q-11 12 -8.5 27.5t17.5 27.5q55 48 83 83q80 102 80 216l-5 -2q-4 -1 -11 -3.5t-16 -5t-21 -4t-24 -1.5 q-68 0 -117 49t-49 116z" />
+<glyph unicode="-" horiz-adv-x="755" d="M111 430v137q0 17 11 28t28 11h456q17 0 28 -11t11 -28v-137q0 -15 -11 -26t-28 -11h-456q-17 0 -28 11t-11 26z" />
+<glyph unicode="." horiz-adv-x="481" d="M72 147q0 69 49.5 119.5t118.5 50.5t119.5 -50.5t50.5 -119.5t-50.5 -118t-119.5 -49t-118.5 49t-49.5 118z" />
+<glyph unicode="/" horiz-adv-x="722" d="M59 51l402 1356q3 11 14 19t23 8h147q22 0 32.5 -15t4.5 -37l-399 -1355q-3 -10 -14.5 -18.5t-22.5 -8.5h-150q-21 0 -32 15t-5 36z" />
+<glyph unicode="0" horiz-adv-x="1282" d="M125 696q0 338 135.5 527.5t380.5 189.5t380.5 -189.5t135.5 -527.5t-135.5 -527t-380.5 -189t-380.5 189t-135.5 527zM393 696q0 -228 64.5 -351.5t183.5 -123.5t183.5 123.5t64.5 351.5q0 227 -64.5 351t-183.5 124t-183.5 -124t-64.5 -351z" />
+<glyph unicode="1" horiz-adv-x="731" d="M55 1108q-3 23 11 37l294 248h144q15 0 26 -12t11 -27v-1315q0 -15 -11 -27t-26 -12h-176q-17 0 -28 11.5t-11 27.5v981l-180 -39q-14 -3 -27 5.5t-14 21.5z" />
+<glyph unicode="2" horiz-adv-x="1060" d="M63 39v47q206 250 531 682q104 129 104 227q0 76 -56.5 131.5t-160.5 55.5q-117 0 -229 -121q-12 -12 -27.5 -12t-27.5 12l-99 98q-10 10 -11 25t9 28q7 8 19 21.5t53 48.5t85 61.5t111.5 48t135.5 21.5q212 0 334 -117t122 -290q0 -63 -20 -122.5t-43.5 -98.5 t-73.5 -111q-77 -109 -352 -455h442q15 0 27 -12t12 -27v-141q0 -15 -12 -27t-27 -12h-807q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="3" horiz-adv-x="1069" d="M66 187.5q1 14.5 10 25.5l104 100q28 25 53 0q3 -3 16.5 -14.5t39 -28t55 -31.5t68 -25.5t73.5 -10.5q86 0 151.5 55t65.5 137q0 84 -75 143.5t-207 59.5h-115q-17 0 -28 11t-11 30v129q0 41 39 41h115q121 0 187.5 53t66.5 135t-59 135.5t-140 53.5q-122 0 -207 -99 q-11 -12 -26 -13t-29 11l-100 95q-12 11 -11.5 26.5t11.5 26.5q6 7 18 19.5t51.5 43.5t81.5 54.5t106 43t128 19.5q119 0 218 -45.5t158.5 -132t59.5 -197.5q0 -109 -65 -195t-146 -124v-6q40 -17 80 -44.5t79.5 -68.5t64 -99t24.5 -122q0 -175 -130.5 -287t-340.5 -112 q-271 0 -426 182q-9 11 -8 25.5z" />
+<glyph unicode="4" horiz-adv-x="1222" d="M33 336v170l737 897q12 12 31 12h110q16 0 27.5 -11t11.5 -28v-872h164q17 0 28 -11t11 -26v-127q0 -16 -11 -27.5t-28 -11.5h-164l2 -262q0 -15 -12 -27t-27 -12h-170q-15 0 -26.5 12t-11.5 27v258h-633q-17 0 -28 11.5t-11 27.5zM303 510h410v491z" />
+<glyph unicode="5" horiz-adv-x="1081" d="M95.5 187q-0.5 13 17.5 32l102 100q26 23 49 3q8 -8 27 -22.5t55 -37.5t85.5 -39t96.5 -16q102 0 170 71.5t68 170.5t-65.5 164t-182.5 65h-315q-29 0 -46.5 22.5t-17.5 49.5v604q0 16 11 27.5t28 11.5h647q17 0 28 -11.5t11 -27.5v-140q0 -15 -11 -26.5t-28 -11.5h-454 v-273h176q216 0 342.5 -125.5t126.5 -328.5q0 -194 -143 -331.5t-353 -137.5q-77 0 -146.5 17.5t-119 45.5t-82.5 54t-55 53q-21 24 -21.5 37z" />
+<glyph unicode="6" horiz-adv-x="1103" d="M88 545q0 123 29 234.5t75 194.5t109.5 155.5t125.5 121.5t131 89.5t118.5 62t93.5 35.5q45 12 57 -29l47 -121q17 -43 -36 -59q-45 -14 -104 -44t-132 -78.5t-133 -120t-82 -150.5q33 19 101 38t133 19q78 0 151.5 -29t133.5 -82.5t96 -140t36 -192.5q0 -193 -137 -331 t-326 -138q-156 0 -268 78t-165.5 204t-53.5 283zM334 514q0 -54 14.5 -106t42.5 -96.5t75 -71.5t107 -27q96 0 165 71.5t69 168.5q0 99 -69 169t-167 70q-92 0 -154 -55.5t-83 -122.5z" />
+<glyph unicode="7" horiz-adv-x="991" d="M61 1210v144q0 15 12 27t27 12h852q15 0 27 -12t12 -27v-15l-610 -1284q-23 -55 -70 -55h-151q-51 0 -51 39v22l532 1110h-541q-15 0 -27 12t-12 27z" />
+<glyph unicode="8" horiz-adv-x="1161" d="M96 373q0 62 30 123t74 105t80.5 72t63.5 42v6q-35 19 -69 47t-67.5 67.5t-54 92.5t-20.5 110q0 167 127.5 271t317.5 104q195 0 323.5 -103.5t128.5 -271.5q0 -55 -20.5 -107t-54 -91.5t-67 -67.5t-69.5 -49v-8q39 -20 78 -49.5t79.5 -72t65.5 -100.5t25 -120 q0 -171 -133.5 -282t-355.5 -111q-216 0 -349 111.5t-133 281.5zM369 377q0 -82 63.5 -135.5t149.5 -53.5q87 0 150 53t63 136q0 72 -57 133.5t-156 83.5q-99 -22 -156 -83.5t-57 -133.5zM395 1028q0 -149 187 -194q92 21 139 73t47 121q0 73 -55 123.5t-135 50.5 q-74 0 -128.5 -50.5t-54.5 -123.5z" />
+<glyph unicode="9" horiz-adv-x="1103" d="M66 956q0 193 136.5 331t325.5 138q117 0 211.5 -45t154 -122.5t91 -179t31.5 -218.5q0 -123 -29 -234.5t-75 -194.5t-109.5 -155.5t-125.5 -121.5t-131 -89.5t-118.5 -62t-93.5 -35.5q-46 -13 -58 29l-47 121q-17 42 37 59q45 14 104 44t132 78.5t133 120t82 150.5 q-33 -19 -101 -38t-133 -19q-78 0 -151.5 29t-133.5 82.5t-96 140t-36 192.5zM297 952q0 -99 68.5 -169t166.5 -70q92 0 154.5 55.5t83.5 122.5q0 43 -9 85t-28 81t-46.5 69t-68 48t-88.5 18q-96 0 -164.5 -71.5t-68.5 -168.5z" />
+<glyph unicode=":" horiz-adv-x="548" d="M127 127q0 61 42.5 104t104.5 43t105 -43t43 -104t-43 -104t-105 -43t-104.5 43t-42.5 104zM127 692q0 62 43 105t104 43q62 0 105 -43t43 -105q0 -61 -43 -104t-105 -43t-104.5 42.5t-42.5 104.5z" />
+<glyph unicode=";" horiz-adv-x="505" d="M96 692q0 62 43 105t105 43q61 0 104 -43t43 -105t-42.5 -104.5t-104.5 -42.5t-105 43t-43 104zM104 117q0 56 42 96.5t104 40.5q30 0 58 -11.5t54 -35.5t42 -69t16 -105q0 -208 -184 -371q-26 -20 -48 2l-28 31q-22 22 4 45q13 9 31 26.5t45 49.5t45 78.5t18 95.5l-3 -1 l-10 -2.5t-13 -3t-16.5 -2.5t-18.5 -1q-57 0 -97.5 40t-40.5 97z" />
+<glyph unicode="&#x3c;" horiz-adv-x="892" d="M39 465v10q0 9 6 19.5t14 15.5l711 434q20 12 38.5 2t18.5 -35v-143q0 -20 -18 -33l-440 -262l440 -254q18 -13 18 -33v-143q0 -25 -18.5 -35t-38.5 2l-711 420q-8 5 -14 15.5t-6 19.5z" />
+<glyph unicode="=" horiz-adv-x="999" d="M127 299v117q0 16 11 27.5t28 11.5h668q17 0 27.5 -11.5t10.5 -27.5v-117q0 -16 -10.5 -27.5t-27.5 -11.5h-668q-17 0 -28 11.5t-11 27.5zM127 731v115q0 16 11 27.5t28 11.5h668q17 0 27.5 -11.5t10.5 -27.5v-115q0 -16 -10.5 -27.5t-27.5 -11.5h-668q-17 0 -28 11.5 t-11 27.5z" />
+<glyph unicode="&#x3e;" horiz-adv-x="892" d="M66 43v143q0 22 18 33l438 254l-438 262q-18 11 -18 33v143q0 25 18.5 35t38.5 -2l711 -434q8 -5 14 -15.5t6 -19.5v-10q0 -9 -6 -19.5t-14 -15.5l-711 -420q-20 -12 -38.5 -2t-18.5 35z" />
+<glyph unicode="?" horiz-adv-x="919" d="M45.5 1247.5q0.5 15.5 11.5 26.5q6 7 17 19.5t49 43.5t81 54.5t112.5 43t142.5 19.5q164 0 280.5 -98t116.5 -246q0 -58 -23 -110t-57.5 -87.5t-75 -70t-75 -60.5t-57.5 -56t-23 -58v-68q0 -19 -10.5 -31t-30.5 -12h-166q-16 0 -27.5 11t-11.5 28v86q0 54 29.5 103 t71.5 86t83.5 71.5t71 73.5t29.5 78q0 58 -45 97.5t-119 39.5q-43 0 -82 -13.5t-59.5 -29t-45.5 -37t-34 -27.5q-25 -15 -45 2l-97 95q-12 11 -11.5 26.5zM252 147q0 69 49.5 119.5t118.5 50.5t119.5 -50.5t50.5 -119.5t-50.5 -118t-119.5 -49t-118.5 49t-49.5 118z" />
+<glyph unicode="@" horiz-adv-x="2019" d="M66 457q0 216 71 401t197.5 316t308.5 205.5t397 74.5q208 0 378 -65.5t282 -181.5t172.5 -274t60.5 -343q0 -85 -15 -167.5t-50 -163.5t-87 -142t-133 -99t-180 -38q-182 0 -243 159h-17q-35 -69 -104.5 -114t-161.5 -45q-159 0 -265 126t-106 306q0 185 106.5 306.5 t270.5 121.5q134 0 248 -121q4 10 12 35t11 30.5t13 17.5t24 14.5t36 2.5h35q16 0 27.5 -11t11.5 -28v-374q0 -66 10 -111t28.5 -67.5t39.5 -31t49 -8.5q64 0 113 55.5t73.5 143.5t24.5 193q0 142 -42.5 262t-124.5 210t-211.5 140.5t-293.5 50.5q-341 0 -542 -211.5 t-201 -574.5q0 -245 135.5 -436.5t357.5 -284.5q35 -15 23 -49l-49 -129q-14 -35 -45 -23q-284 103 -464.5 354.5t-180.5 567.5zM784 426q-6 -96 48.5 -161.5t130.5 -65.5q62 0 102 33.5t55 80.5t17 109v76q-9 44 -59 89.5t-117 45.5q-74 0 -123.5 -57.5t-53.5 -149.5z" />
+<glyph unicode="A" d="M-4 35q0 9 4 18l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q4 -9 4 -18q0 -11 -6 -19q-10 -16 -33 -16h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33 16q-6 9 -6 19zM473 489h412l-205 451h-6z" />
+<glyph unicode="B" horiz-adv-x="1263" d="M186 39v1356q0 16 11 27.5t28 11.5h469q183 0 307.5 -109t124.5 -270q0 -108 -70 -197t-155 -129q44 -14 88 -41t85.5 -67.5t67 -99.5t25.5 -126q0 -170 -128.5 -282.5t-317.5 -112.5h-496q-17 0 -28 11.5t-11 27.5zM451 242h247q77 0 131 53.5t54 132.5 q0 75 -63.5 126.5t-145.5 51.5h-223v-364zM451 831h219q77 0 126.5 53.5t49.5 131.5q0 77 -49 125.5t-127 48.5h-219v-359z" />
+<glyph unicode="C" horiz-adv-x="1400" d="M82 715q0 151 58.5 288t157 235.5t235.5 157t288 58.5q152 0 270.5 -47t225.5 -143q13 -12 13.5 -29t-11.5 -29l-125 -129q-10 -12 -24.5 -12t-26.5 12q-65 57 -147.5 89t-168.5 32q-128 0 -233.5 -65.5t-164 -174.5t-58.5 -237q0 -127 59 -235.5t165 -173t234 -64.5 q170 0 314 117q12 10 27 9.5t24 -9.5l127 -132q10 -10 10 -25q0 -18 -12 -30q-204 -198 -498 -198q-101 0 -197 26t-177 73t-149 114.5t-115.5 148.5t-74 176.5t-26.5 196.5z" />
+<glyph unicode="D" horiz-adv-x="1511" d="M186 39v1356q0 15 11 27t26 12h486q145 0 278 -57t229.5 -153t153.5 -228t57 -277q0 -146 -57 -279.5t-153.5 -229.5t-229 -153t-278.5 -57h-486q-15 0 -26 12t-11 27zM451 250h233q199 0 330 134t131 335q0 200 -131 333.5t-330 133.5h-233v-936z" />
+<glyph unicode="E" horiz-adv-x="1204" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h505q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-505v-358h606q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-834q-17 0 -28 11.5 t-11 27.5z" />
+<glyph unicode="F" horiz-adv-x="1155" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-385h505q15 0 27 -12t12 -27v-168q0 -15 -12 -27t-27 -12h-505v-518q0 -15 -12 -27t-27 -12h-189q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="G" horiz-adv-x="1458" d="M84 715q0 151 58 288t156 235.5t234.5 157t286.5 58.5q136 0 265 -49.5t235 -140.5q12 -12 13 -29t-11 -29l-127 -133q-25 -25 -53 0q-134 119 -310 119q-125 0 -231 -65t-166.5 -174.5t-60.5 -235.5q0 -125 61 -233t167.5 -172t232.5 -64q112 0 243 51v174h-164 q-17 0 -28 11t-11 26v162q0 17 11 28t28 11h394q15 0 25.5 -12t10.5 -27v-525q0 -20 -16 -32q-9 -5 -25 -14t-68 -32t-108 -40.5t-140 -32t-167 -14.5q-150 0 -286.5 57.5t-234.5 155t-156 233.5t-58 287z" />
+<glyph unicode="H" horiz-adv-x="1574" d="M186 39v1356q0 15 12 27t27 12h191q17 0 28 -11.5t11 -27.5v-543h667v543q0 16 11 27.5t28 11.5h189q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-189q-17 0 -28 11.5t-11 27.5v565h-667v-565q0 -16 -11 -27.5t-28 -11.5h-191q-15 0 -27 12t-12 27z" />
+<glyph unicode="I" horiz-adv-x="641" d="M186 39v1356q0 15 12 27t27 12h191q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-191q-15 0 -27 12t-12 27z" />
+<glyph unicode="J" horiz-adv-x="856" d="M-41 153q0 14 12 27l107 109q15 13 30 13q16 0 31 -15q61 -66 135 -66q66 0 115 54t49 153v967q0 16 11 27.5t28 11.5h193q17 0 28 -11.5t11 -27.5v-967q0 -208 -122 -328t-308 -120q-191 0 -312 149q-8 12 -8 24z" />
+<glyph unicode="K" horiz-adv-x="1341" d="M186 49v1335q0 21 14.5 35.5t35.5 14.5h180q20 0 34.5 -15t14.5 -35v-553l516 582q17 21 39 21h205q29 0 40.5 -25.5t-8.5 -48.5l-534 -602l573 -686q9 -12 9 -26q0 -10 -4 -20q-11 -26 -41 -26h-224q-28 0 -37 14l-534 660v-625q0 -20 -14.5 -34.5t-34.5 -14.5h-180 q-22 0 -36 14t-14 35z" />
+<glyph unicode="L" horiz-adv-x="1034" d="M186 39v1356q0 16 11 27.5t28 11.5h189q15 0 27 -12t12 -27v-1149h522q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-750q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="M" horiz-adv-x="1787" d="M91 38q0 4 1 9l244 1376q4 31 37 31h33q24 0 34 -20l451 -967h6l451 967q10 20 34 20h33q33 0 37 -31l242 -1376q1 -6 1 -11q0 -13 -7 -23q-10 -13 -31 -13h-187q-13 0 -24 10t-14 21l-121 776h-6l-359 -805q-7 -22 -35 -22h-37q-23 0 -34 22l-363 805h-6l-119 -776 q-2 -11 -13 -21t-24 -10h-184q-20 0 -31 12q-9 10 -9 26z" />
+<glyph unicode="N" horiz-adv-x="1583" d="M186 39v1378q0 15 12 26t27 11h51l852 -905h2v846q0 16 11 27.5t28 11.5h189q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-49l-856 940h-2v-881q0 -16 -11 -27.5t-28 -11.5h-187q-15 0 -27 12t-12 27z" />
+<glyph unicode="O" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236z" />
+<glyph unicode="P" horiz-adv-x="1212" d="M186 39v1356q0 16 11 27.5t28 11.5h482q189 0 323.5 -133.5t134.5 -319.5q0 -125 -61.5 -231t-166.5 -168t-228 -62h-256v-481q0 -15 -12 -27t-27 -12h-189q-17 0 -28 11.5t-11 27.5zM453 770h237q87 0 149 61.5t62 151.5q0 84 -62 141.5t-149 57.5h-237v-412z" />
+<glyph unicode="Q" horiz-adv-x="1640" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288q0 -206 -108.5 -381t-290.5 -275l256 -403q13 -22 2.5 -42t-35.5 -20h-217q-7 0 -18 6.5t-15 14.5l-219 371q-49 -6 -92 -6q-151 0 -287.5 57.5 t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236z" />
+<glyph unicode="R" horiz-adv-x="1363" d="M186 39v1356q0 16 11 27.5t28 11.5h586q185 0 315.5 -129t130.5 -312q0 -138 -83 -248t-220 -165l281 -521q11 -20 0.5 -39.5t-35.5 -19.5h-215q-24 0 -33 18l-272 543h-227v-522q0 -15 -12 -27t-27 -12h-189q-17 0 -28 11.5t-11 27.5zM455 780h333q82 0 142.5 61.5 t60.5 147.5q0 81 -60.5 140t-142.5 59h-333v-408z" />
+<glyph unicode="S" horiz-adv-x="1110" d="M93 169q0 10 9 32l74 127q11 20 34 23t36 -9l10 -7q11 -7 24 -15.5t33 -20.5t41 -23t47 -22.5t51 -19.5t52 -13.5t51 -5.5q79 0 132.5 46t53.5 112q0 76 -63.5 133.5t-196.5 111.5q-81 33 -143 69.5t-120.5 89.5t-90 125t-31.5 159q0 71 27 138.5t80.5 125.5t145 93.5 t208.5 35.5q73 0 144.5 -16t125.5 -41.5t86 -44t54 -35.5q15 -9 19 -31t-7 -37l-78 -116q-13 -20 -32.5 -28t-39.5 3q-181 113 -284 113q-82 0 -131 -44.5t-49 -99.5q0 -71 57 -124t184 -105q48 -19 86.5 -37t84.5 -43.5t81 -52t69.5 -62.5t57 -75t36 -88.5t13.5 -104.5 q0 -165 -131 -285t-340 -120q-90 0 -171 18.5t-137.5 47.5t-88 51t-53.5 42q-16 15 -19 25q-1 2 -1 5z" />
+<glyph unicode="T" horiz-adv-x="1026" d="M27 1227v168q0 16 11 27.5t28 11.5h895q17 0 27.5 -11.5t10.5 -27.5v-168q0 -16 -10.5 -27.5t-27.5 -11.5h-314v-1149q0 -15 -12 -27t-27 -12h-190q-15 0 -27 12t-12 27v1149h-313q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="U" horiz-adv-x="1472" d="M166 543v852q0 15 12 27t27 12h194q17 0 28 -11.5t11 -27.5v-838q0 -133 83 -222t214 -89t215 89t84 220v840q0 16 11 27.5t28 11.5h195q15 0 27 -12t12 -27v-852q0 -115 -44 -219t-120 -179.5t-182.5 -120t-225.5 -44.5q-158 0 -289 75.5t-205.5 204.5t-74.5 283z" />
+<glyph unicode="V" d="M-4 1398q0 10 6 19q10 17 33 17h209q26 0 35 -23l393 -881h14l393 881q9 23 35 23h209q23 0 33 -17q6 -9 6 -19q0 -9 -4 -18l-635 -1378q-11 -22 -35 -22h-20q-24 0 -35 22l-633 1378q-4 9 -4 18z" />
+<glyph unicode="W" horiz-adv-x="1841" d="M57 1399q1 12 7 21q10 14 32 14h189q12 0 23 -9t14 -20l213 -817h8l325 844q7 22 35 22h37q28 0 35 -22l328 -844h8l209 817q3 11 13.5 20t22.5 9h189q23 0 33 -14q7 -9 6 -21q0 -7 -2 -15l-387 -1376q-3 -12 -14 -20t-23 -8h-33q-28 0 -35 22l-366 928h-11l-362 -928 q-11 -22 -35 -22h-33q-12 0 -23 8t-14 20l-387 1376q-2 8 -2 15z" />
+<glyph unicode="X" horiz-adv-x="1294" d="M54 36q0 10 7 21l426 678l-409 641q-12 20 -1.5 39t36.5 19h237q19 0 33 -19l262 -434h2l266 434q9 19 33 19h238q26 0 36.5 -19t-1.5 -39l-412 -641l426 -678q6 -12 6 -22q-1 -9 -5 -17q-10 -18 -36 -18h-221q-26 0 -35 18l-293 469h-6l-289 -469q-14 -18 -35 -18h-221 q-26 0 -38 18q-5 9 -6 18z" />
+<glyph unicode="Y" horiz-adv-x="1193" d="M-12 1395q0 10 4 19q11 20 35 20h209q18 0 32 -19l328 -471l328 471q14 19 32 19h211q24 0 35 -20q4 -9 4 -19t-6 -21l-473 -682v-653q0 -15 -12 -27t-27 -12h-188q-17 0 -28 11.5t-11 27.5v651l-467 684q-6 11 -6 21z" />
+<glyph unicode="Z" horiz-adv-x="1101" d="M51 39v37l611 1102v8h-512q-15 0 -27 12t-12 27v170q0 15 12 27t27 12h856q15 0 26.5 -12t11.5 -27v-27l-602 -1116v-4h523q17 0 28 -11.5t11 -27.5v-170q0 -16 -11 -27.5t-28 -11.5h-875q-15 0 -27 12t-12 27z" />
+<glyph unicode="[" horiz-adv-x="714" d="M135 -575v1970q0 15 12 27t27 12h463q15 0 27 -12t12 -27v-127q0 -17 -11.5 -28t-27.5 -11h-266v-1639h266q15 0 27 -10.5t12 -25.5v-129q0 -15 -12 -27t-27 -12h-463q-15 0 -27 12t-12 27z" />
+<glyph unicode="\" horiz-adv-x="731" d="M41 1382q-6 22 4.5 37t32.5 15h155q12 0 23 -8t14 -19l402 -1356q6 -21 -5 -36t-32 -15h-158q-11 0 -22.5 8.5t-14.5 18.5z" />
+<glyph unicode="]" horiz-adv-x="714" d="M39 -446q0 15 12 25.5t27 10.5h266v1639h-266q-16 0 -27.5 11t-11.5 28v127q0 15 12 27t27 12h463q15 0 27 -12t12 -27v-1970q0 -15 -12 -27t-27 -12h-463q-15 0 -27 12t-12 27v129z" />
+<glyph unicode="^" horiz-adv-x="1073" d="M74.5 807q-10.5 19 1.5 39l426 596q12 20 35 20h10q23 0 35 -20l415 -596q12 -20 2 -39t-34 -19h-142q-18 0 -32 19l-252 346l-256 -346q-14 -19 -33 -19h-141q-24 0 -34.5 19z" />
+<glyph unicode="_" horiz-adv-x="849" d="M39 -59q0 17 11 28t28 11h694q17 0 28 -11t11 -28v-80q0 -15 -11 -26t-28 -11h-694q-17 0 -28 11t-11 26v80z" />
+<glyph unicode="`" horiz-adv-x="618" d="M109 1294l57 105q7 13 23.5 14.5t29.5 -8.5l336 -199q10 -5 13.5 -16t-1.5 -23l-37 -73q-13 -29 -51 -13l-358 158q-32 16 -12 55z" />
+<glyph unicode="a" horiz-adv-x="874" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6v6q0 72 -24 103q-25 32 -83 32q-54 0 -122.5 -10t-106.5 -21q-7 -2 -14 -2q-28 0 -33 39l-19 107q-1 7 -1 13q0 28 30 38q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444 q0 -15 -12 -27t-27 -12h-74q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113q-56 25 -115 25q-60 0 -96.5 -30.5t-36.5 -80.5z" />
+<glyph unicode="b" horiz-adv-x="1024" d="M123 39v1356q0 15 12 27t27 12h174q15 0 27 -12t12 -27v-592q98 37 182 37q180 0 293 -123.5t113 -306.5q0 -178 -114 -304t-280 -126q-48 0 -93.5 12.5t-75.5 30.5t-53.5 36t-34.5 31l-11 12l-20 -63q-5 -17 -15.5 -28t-23.5 -11h-80q-15 0 -27 12t-12 27zM367 334 q14 -49 56.5 -91t115.5 -42q81 0 133.5 60.5t52.5 148.5q0 87 -57 147.5t-142 60.5q-45 0 -85 -12t-57 -24l-17 -11v-237z" />
+<glyph unicode="c" horiz-adv-x="872" d="M59 410q0 118 61.5 217.5t161.5 156t214 56.5q182 0 303 -146q10 -14 7 -30t-18 -27l-94 -90q-22 -19 -51 6q-58 65 -141 65t-142 -61t-59 -147q0 -88 58 -148.5t141 -60.5q38 0 70 12t48.5 25t38.5 34l7 7q25 25 51 6l88 -76q22 -18 22 -35q0 -11 -8 -22 q-110 -172 -323 -172q-176 0 -305.5 124.5t-129.5 305.5z" />
+<glyph unicode="d" horiz-adv-x="1024" d="M61 410q0 183 113 306.5t293 123.5q84 0 182 -37v592q0 15 12 27t27 12h174q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-80q-13 0 -23.5 11t-15.5 28l-20 63q-4 -5 -11.5 -13t-33.5 -29t-54.5 -37.5t-74.5 -29.5t-94 -13q-166 0 -280 126t-114 304zM299 410 q0 -88 52.5 -148.5t133.5 -60.5q73 0 115.5 42t56.5 91v237q-6 5 -18.5 13t-54 21t-86.5 13q-85 0 -142 -60.5t-57 -147.5z" />
+<glyph unicode="e" horiz-adv-x="911" d="M61 410q0 115 53 213t149.5 157.5t215.5 59.5q160 0 271.5 -108.5t111.5 -272.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-524q5 -69 59 -124t138 -55q88 0 159 52q35 21 54 0l83 -97q11 -11 11.5 -25.5t-13.5 -27.5q-121 -112 -305 -112q-182 0 -301 125t-119 305z M313 512h310q-5 57 -48.5 98t-101.5 41q-61 0 -106.5 -40t-53.5 -99z" />
+<glyph unicode="f" horiz-adv-x="704" d="M63 643v137q0 17 11 28t28 11h70v221q0 196 107 305t276 109q74 0 141.5 -25.5t100.5 -54.5q9 -8 11 -22q1 -4 1 -8q0 -9 -4 -17l-70 -131q-6 -12 -21 -15t-28 5q-69 41 -121 41q-66 0 -101.5 -49t-35.5 -138v-221h205q17 0 28 -11t11 -28v-137q0 -16 -11 -27.5 t-28 -11.5h-205v-565q0 -15 -12 -27t-27 -12h-178q-15 0 -27 12t-12 27v565h-70q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="g" horiz-adv-x="946" d="M37 61q0 45 16 85t38.5 65.5t44.5 44.5t38 27l16 8q-7 8 -17 22.5t-27 64.5t-17 105q0 145 103 251t253 106h373q17 0 28 -11t11 -28v-68q0 -28 -23 -35l-114 -36q3 -3 8.5 -8t20 -24t25 -41t19.5 -58.5t9 -77.5q0 -128 -97.5 -225t-252.5 -97q-45 0 -99 8t-65 8 q-25 0 -50.5 -21.5t-25.5 -55.5q0 -31 23.5 -50.5t58.5 -19.5h262q144 0 241 -78t97 -209q0 -149 -118 -248.5t-331 -99.5q-109 0 -192.5 25t-130.5 66.5t-70.5 89.5t-23.5 100q0 121 122 194v6q-13 4 -29.5 11.5t-39.5 25.5t-40.5 40.5t-30.5 59t-13 78.5zM303 -309 q0 -54 48.5 -87.5t131.5 -33.5q86 0 138.5 35.5t52.5 93.5q0 37 -34.5 68.5t-115.5 31.5q-76 0 -133 -8q-17 -6 -34.5 -15.5t-35.5 -32.5t-18 -52zM348 473q0 -64 41 -105.5t103 -41.5q63 0 102 41t39 106t-39 106.5t-102 41.5q-62 0 -103 -42t-41 -106z" />
+<glyph unicode="h" horiz-adv-x="1064" d="M123 39v1356q0 15 12 27t27 12h174q15 0 27 -12t12 -27v-623q36 27 93.5 47.5t123.5 20.5q76 0 138 -22.5t103.5 -61t70 -91.5t41.5 -111t13 -122v-393q0 -15 -11.5 -27t-26.5 -12h-166q-17 0 -28 11.5t-11 27.5v395q0 84 -44 134t-118 50q-69 0 -116 -40t-62 -105v-434 q0 -39 -43 -39h-170q-15 0 -27 12t-12 27z" />
+<glyph unicode="i" horiz-adv-x="493" d="M104 1251q0 59 41 100.5t99 41.5q60 0 101.5 -41.5t41.5 -100.5t-41.5 -100t-101.5 -41q-58 0 -99 41t-41 100zM123 39v741q0 17 11.5 28t27.5 11h170q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-170q-15 0 -27 12t-12 27z" />
+<glyph unicode="j" horiz-adv-x="495" d="M-262 -526q0 10 4 18l68 131q6 12 21 15t28 -5q69 -41 121 -41q69 0 106 49t37 138v1001q0 17 11.5 28t27.5 11h172q16 0 27.5 -11t11.5 -28v-1001q0 -197 -106 -305.5t-275 -108.5q-75 0 -143 25.5t-99 54.5q-10 7 -12 22v7zM106 1251q0 59 41 100.5t99 41.5 q60 0 101.5 -41.5t41.5 -100.5t-41.5 -100t-101.5 -41q-58 0 -99 41t-41 100z" />
+<glyph unicode="k" horiz-adv-x="1001" d="M123 39v1356q0 15 12 27t27 12h174q15 0 27 -12t12 -27v-887l282 287q28 24 52 24h186q26 0 34.5 -21t-7.5 -38l-306 -311l365 -392q10 -11 10 -23q-1 -7 -3 -14q-8 -20 -34 -20h-221q-23 0 -35 16l-323 369v-346q0 -15 -12 -27t-27 -12h-174q-15 0 -27 12t-12 27z" />
+<glyph unicode="l" horiz-adv-x="495" d="M123 39v1356q0 15 12 27t27 12h172q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-172q-15 0 -27 12t-12 27z" />
+<glyph unicode="m" horiz-adv-x="1595" d="M123 39v741q0 17 11.5 28t27.5 11h76q27 0 34 -22l29 -78q16 18 38 36t56.5 38.5t81.5 33.5t98 13q162 0 267 -127q17 18 40.5 36.5t60.5 40.5t86.5 36t100.5 14q95 0 166 -33.5t112 -91.5t61 -129.5t20 -155.5v-391q0 -16 -11 -27.5t-28 -11.5h-166q-17 0 -28 11.5 t-11 27.5v405q0 81 -39 127.5t-114 46.5q-33 0 -63 -9t-49 -21.5t-33.5 -25t-20.5 -21.5l-6 -9q2 -40 2 -77v-416q0 -15 -12 -27t-27 -12h-154q-17 0 -28 11.5t-11 27.5v405q0 82 -37.5 128t-113.5 46q-69 0 -111 -38.5t-61 -90.5v-450q0 -15 -12 -27t-27 -12h-166 q-15 0 -27 12t-12 27z" />
+<glyph unicode="n" horiz-adv-x="1062" d="M123 39v741q0 17 11.5 28t27.5 11h78q24 0 34 -24l29 -76q16 17 37.5 34t58 38.5t87.5 35t106 13.5q94 0 166 -33.5t114 -91.5t63 -129t21 -154v-393q0 -15 -11.5 -27t-26.5 -12h-168q-17 0 -28 11.5t-11 27.5v405q0 80 -40.5 127t-113.5 47q-72 0 -123 -40t-69 -89v-450 q0 -22 -11.5 -30.5t-40.5 -8.5h-151q-15 0 -27 12t-12 27z" />
+<glyph unicode="o" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM283 412q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5 t-56.5 -146.5z" />
+<glyph unicode="p" horiz-adv-x="1024" d="M123 -575v1355q0 17 11.5 28t27.5 11h80q25 0 34 -24l27 -68q30 39 102.5 76t161.5 37q167 0 281.5 -126t114.5 -304q0 -180 -119.5 -305t-286.5 -125q-100 0 -182 45v-600q0 -39 -49 -39h-164q-15 0 -27 12t-12 27zM365 248q6 -5 18.5 -13t54 -21t86.5 -13q85 0 142 61 t57 148q0 88 -54 148t-137 60q-69 0 -112 -40.5t-55 -83.5v-246z" />
+<glyph unicode="q" horiz-adv-x="1024" d="M61 410q0 178 114.5 304t281.5 126q89 0 161.5 -37t102.5 -76l27 68q9 24 34 24h80q16 0 27.5 -11t11.5 -28v-1355q0 -15 -12 -27t-27 -12h-164q-49 0 -49 39v600q-82 -45 -182 -45q-167 0 -286.5 125t-119.5 305zM301 406q0 -87 56.5 -146t142.5 -59q45 0 85 11.5 t57 23.5l17 12v246q-12 43 -55 83.5t-112 40.5q-83 0 -137 -62t-54 -150z" />
+<glyph unicode="r" horiz-adv-x="698" d="M123 39v741q0 17 11.5 28t27.5 11h78q26 0 36 -26l29 -80q20 28 45 52.5t77 49.5t110 25q77 0 126 -23q36 -17 36 -41q0 -9 -5 -18l-76 -133q-8 -14 -21.5 -19.5t-25.5 0.5q-36 12 -59 12q-55 0 -93 -27t-52 -56v-496q0 -39 -48 -39h-157q-15 0 -27 12t-12 27z" />
+<glyph unicode="s" horiz-adv-x="745" d="M68 598q0 102 76.5 172t224.5 70q157 0 252 -64q14 -9 19.5 -24.5t-1.5 -30.5l-51 -105q-7 -13 -22 -16t-27 2q-92 43 -170 43q-70 0 -70 -47q0 -28 39 -49q14 -6 74 -31q52 -20 90 -38t75 -43.5t60 -54t37 -67.5t14 -86q0 -105 -88 -177t-238 -72q-92 0 -162.5 22.5 t-109.5 52.5q-24 20 -12 43l55 111q6 15 20 17.5t27 -3.5q93 -49 187 -49q69 0 69 51q0 28 -28 49.5t-109 53.5q-119 46 -175 111.5t-56 158.5z" />
+<glyph unicode="t" horiz-adv-x="706" d="M59 643v137q0 17 11 28t26 11h70v228q0 15 12 26.5t27 11.5l168 2q15 0 26 -11.5t11 -26.5v-230h180q17 0 28 -11t11 -28v-137q0 -16 -11 -27.5t-28 -11.5h-180v-328q0 -39 16.5 -52t46.5 -13q37 0 100 22q35 12 45 -22l41 -129q3 -7 3 -14q0 -8 -4 -15q-6 -14 -21 -20 q-7 -4 -44 -16t-96 -24.5t-104 -12.5q-227 0 -227 264v360h-70q-15 0 -26 12t-11 27z" />
+<glyph unicode="u" horiz-adv-x="1030" d="M109 383v397q0 17 11.5 28t26.5 11h168q16 0 27.5 -11t11.5 -28v-403q0 -82 40 -129t110 -47q61 0 107.5 47t56.5 106v426q0 23 10 31t35 8h155q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-75q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5t-20.5 -18.5t-24 -18.5 t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-92 0 -160.5 33t-108 90.5t-58.5 127.5t-19 152z" />
+<glyph unicode="v" horiz-adv-x="856" d="M8 791q0 7 4 13q8 14 31 15h178q26 0 37 -22l166 -381h4l176 381q11 22 49 22h160q23 -1 31 -15q4 -6 4 -13q0 -10 -6 -21l-375 -770q-12 -20 -35 -20h-10q-23 0 -35 20l-373 770q-6 11 -6 21z" />
+<glyph unicode="w" horiz-adv-x="1261" d="M33 789q0 9 6 17q11 14 33 13h147q10 0 22 -7t15 -17l123 -367h2l209 393q10 19 33 19h16q22 0 33 -19l207 -393h2l123 367q5 16 15.5 20t31.5 4h133q22 1 33 -13q7 -8 7 -19q0 -7 -3 -15l-256 -770q-7 -22 -37 -22h-8q-22 0 -33 18l-258 477h-2l-256 -477 q-11 -18 -33 -18h-10q-28 0 -35 22l-256 770q-4 9 -4 17z" />
+<glyph unicode="x" horiz-adv-x="923" d="M40 33q0 13 9 26l266 359l-258 342q-15 20 -5 39.5t36 19.5h170q25 0 40.5 -5t27.5 -23l133 -193h2l135 193q19 28 61 28h185q26 1 33 -19q2 -6 2 -12q0 -14 -11 -28l-258 -340l260 -361q9 -13 9 -26q0 -7 -2 -13q-7 -20 -31 -20h-180q-35 0 -58 33l-145 205h-2 l-156 -222q-12 -16 -33 -16h-196q-25 0 -32 20q-2 6 -2 13z" />
+<glyph unicode="y" horiz-adv-x="948" d="M12 784q0 10 6 18q10 17 33 17h185q23 0 34 -22l207 -463h2l205 463q7 14 17.5 18t31.5 4h164q25 0 35 -17q6 -8 6 -16q0 -10 -6 -20l-627 -1356q-12 -24 -35 -24h-176q-23 0 -34 16.5t-1 38.5l291 616l-334 709q-4 9 -4 18z" />
+<glyph unicode="z" horiz-adv-x="749" d="M61 39v20l291 537v4h-233q-15 0 -26 12t-11 27v141q0 17 11 28t26 11h540q24 1 36 -17q6 -9 5 -18q0 -10 -6 -20l-297 -541v-6h221q17 0 28 -11t11 -28v-139q0 -16 -11 -27.5t-28 -11.5h-518q-15 0 -27 12t-12 27z" />
+<glyph unicode="{" horiz-adv-x="806" d="M39 354v101q0 26 29 34q16 4 46 18.5t63.5 49t33.5 74.5v260q0 94 17.5 172.5t46.5 135t70 101t85.5 72t96 46t97.5 26.5t95 10q38 3 41 -35l8 -129q1 -16 -8 -25.5t-21 -11.5q-126 -27 -200 -119t-74 -243v-215q0 -61 -23 -113.5t-56.5 -84t-55 -47t-35.5 -21.5v-9 q26 -11 50.5 -27.5t54 -46t47.5 -77t18 -105.5v-219q0 -151 74 -241.5t200 -116.5q32 -9 29 -39l-8 -129q-2 -15 -14 -25.5t-27 -9.5q-49 2 -95 10t-97.5 26t-96 45.5t-85.5 72t-70 100.5t-46.5 134.5t-17.5 172.5v252q0 61 -45.5 96t-95.5 43q-12 2 -21.5 12t-9.5 25z" />
+<glyph unicode="|" horiz-adv-x="368" d="M133 -578v2096q0 17 11.5 27.5t27.5 10.5h27q15 0 26 -10.5t11 -27.5v-2096q0 -15 -12 -25.5t-27 -10.5h-25q-15 0 -27 10.5t-12 25.5z" />
+<glyph unicode="}" horiz-adv-x="806" d="M39 -471q-3 30 29 39q126 26 200 116.5t74 241.5v219q0 58 18 105.5t47.5 77t54 46t50.5 27.5v9q-14 6 -35.5 21.5t-55 47t-56.5 84t-23 113.5v215q0 151 -74 243t-200 119q-12 2 -21 11.5t-8 25.5l8 129q3 38 41 35q70 -3 134.5 -18t135 -54.5t121.5 -99.5t84 -160.5 t33 -230.5v-260q0 -40 33.5 -74.5t63.5 -49t46 -18.5q29 -8 29 -34v-101q0 -15 -9.5 -25t-21.5 -12q-50 -8 -95.5 -43t-45.5 -96v-252q0 -94 -17.5 -172.5t-46.5 -134.5t-70 -100.5t-85.5 -72t-96 -45.5t-97.5 -26t-95 -10q-15 -1 -27 9.5t-14 25.5z" />
+<glyph unicode="~" horiz-adv-x="1091" d="M56.5 512q-1.5 14 6.5 25q6 8 17 21.5t45 48.5t68.5 61.5t83.5 48.5t94 22q41 0 83 -15t62 -27.5t62 -41.5q3 -2 15.5 -10.5t17 -11.5t17 -10.5t19 -10.5t18.5 -8.5t21 -7.5t20 -4t21 -2q82 0 152 106q12 15 29 15.5t30 -11.5l86 -90q11 -9 12 -23.5t-8 -25.5 q-6 -8 -16.5 -21.5t-43.5 -48.5t-67 -61.5t-82 -48t-92 -21.5q-16 0 -31 1.5t-30 5.5t-26.5 7t-26.5 10t-23 10.5t-24 13.5t-21 13t-22.5 14.5t-20.5 13.5q-28 20 -41.5 28.5t-40 18.5t-51.5 10q-83 0 -152 -105q-11 -15 -28 -16t-29 12q-57 57 -92 90q-10 11 -11.5 25z" />
+<glyph unicode="&#xa1;" horiz-adv-x="544" d="M104 672q0 69 50 118.5t120 49.5q68 0 117 -49.5t49 -118.5t-49.5 -119.5t-116.5 -50.5q-70 0 -120 50.5t-50 119.5zM121 -346l80 575q2 12 14 22.5t25 10.5h65q13 0 25 -10.5t14 -22.5l80 -571v-233q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27v229z" />
+<glyph unicode="&#xa2;" horiz-adv-x="843" d="M39 410q0 118 61 217.5t161 156t214 56.5q24 0 64 -4l22 84q5 15 18.5 22.5t28.5 3.5l25 -6q15 -3 22.5 -16.5t3.5 -30.5l-24 -86q78 -36 143 -113q11 -13 8 -30t-18 -27l-94 -90q-22 -19 -51 6q-16 19 -45 37l-105 -387q33 0 59.5 6t48.5 20.5t31.5 22t30.5 27.5 q25 25 51 6l88 -76q35 -28 15 -57q-110 -172 -324 -172q-23 0 -59 4l-54 -197q-3 -15 -17.5 -22.5t-29.5 -4.5l-22 7q-15 3 -23.5 16.5t-5.5 28.5l53 196q-123 47 -199.5 155.5t-76.5 246.5zM281 410q0 -57 25 -104t69 -75l104 385q-83 -1 -140.5 -61t-57.5 -145z" />
+<glyph unicode="&#xa3;" horiz-adv-x="993" d="M86 635v27q0 15 11 26.5t26 11.5h63q-4 15 -18.5 69.5t-21.5 84t-14 77.5t-7 89q0 198 124 316t310 118q67 0 125 -14.5t105 -43t68 -44t52 -43.5q12 -9 13 -25.5t-9 -28.5l-100 -120q-10 -14 -27 -15.5t-28 8.5q-12 11 -32 26.5t-72.5 42t-92.5 26.5q-74 0 -127 -53.5 t-53 -139.5q0 -60 36 -181.5t42 -148.5h237q17 0 28 -11.5t11 -26.5v-29q0 -15 -11 -26t-28 -11h-217q11 -66 5 -174t-33 -195h401q15 0 26 -11t11 -28v-149q0 -15 -11 -27t-26 -12h-678q-15 0 -27 12t-12 27v37q128 243 76 520h-88q-15 0 -26 12t-11 27z" />
+<glyph unicode="&#xa4;" horiz-adv-x="933" d="M106 439q0 17 11 28l98 98q-25 55 -24.5 115.5t26.5 114.5l-98 98q-11 11 -11 28t11 27l82 80q11 10 28 10t27 -10l96 -96q54 26 115 26t115 -26l96 96q10 10 26.5 10t28.5 -10l80 -82q11 -11 11.5 -26.5t-9.5 -26.5l-96 -96q53 -119 2 -234l96 -96q11 -11 11 -27 t-11 -28l-82 -80q-11 -11 -26.5 -11.5t-26.5 9.5l-98 98q-117 -55 -234 0l-98 -98q-10 -10 -27 -10t-28 10l-80 82q-11 10 -11 27zM360 680q0 -44 30.5 -74.5t74.5 -30.5q45 0 75.5 30.5t30.5 74.5q0 46 -30 76t-76 30q-45 0 -75 -30t-30 -76z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1296" d="M43.5 1414q10.5 20 34.5 20h211q19 0 33 -19l327 -471l328 471q14 19 33 19h209q24 0 34 -20t-2 -40l-473 -682v-96h223q17 0 28 -11.5t11 -27.5v-29q0 -15 -11 -25.5t-28 -10.5h-223v-142h223q17 0 28 -11.5t11 -27.5v-28q0 -15 -11 -26t-28 -11h-223v-207 q0 -15 -12 -27t-27 -12h-188q-17 0 -28 11.5t-11 27.5v207h-227q-15 0 -26 12t-11 27v26q0 15 11 27t26 12h227v142h-227q-15 0 -26 11.5t-11 26.5v27q0 15 11 27t26 12h227v94l-467 684q-12 20 -1.5 40z" />
+<glyph unicode="&#xa6;" horiz-adv-x="645" d="M270 100q0 17 11.5 28t27.5 11h27q15 0 26 -11t11 -28v-678q0 -15 -12 -25.5t-27 -10.5h-25q-15 0 -27 10.5t-12 25.5v678zM270 840v678q0 17 11.5 27.5t27.5 10.5h27q15 0 26 -10.5t11 -27.5v-678q0 -15 -12 -26t-27 -11h-25q-15 0 -27 11t-12 26z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1048" d="M70.5 -317.5q0.5 12.5 11.5 28.5l63 109q29 48 72 16q1 0 33.5 -20.5t70 -41.5t92 -39t99.5 -18q70 0 122 36.5t52 103.5q0 43 -21 80t-59.5 66.5t-77 50.5t-88.5 42q-368 152 -368 418q0 155 147 279q-147 136 -147 290q0 69 25.5 133t76.5 118.5t138.5 87t199.5 32.5 q70 0 138.5 -15.5t121 -40.5t81 -42t50.5 -33q14 -8 19.5 -26.5t-4.5 -36.5l-84 -121q-25 -39 -68 -11q-154 103 -264 103q-82 0 -129 -39.5t-47 -91.5q0 -65 55.5 -116t175.5 -99q69 -27 119.5 -51.5t109.5 -63.5t96.5 -81.5t63 -103t25.5 -130.5q0 -86 -46 -159.5 t-104 -125.5q150 -138 150 -299q0 -75 -32 -144t-89.5 -121.5t-143 -84t-186.5 -31.5q-87 0 -165 18t-131.5 46.5t-82.5 48.5t-49 39q-12 12 -17 20t-4.5 20.5zM317 532q0 -33 13.5 -61t30.5 -47t57 -42.5t67.5 -37t86.5 -40.5q30 -14 46 -21q3 2 8.5 6t20 19t25 32 t19.5 45.5t9 60.5q0 145 -309 240l-6.5 -6.5t-10 -9.5t-12 -13t-13 -17.5t-12 -20.5t-10.5 -25t-7 -29t-3 -33z" />
+<glyph unicode="&#xa8;" horiz-adv-x="847" d="M100 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93zM512 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1646" d="M86 717q0 200 98.5 369.5t267.5 268.5t369 99q150 0 286.5 -58.5t235.5 -157.5t157.5 -235t58.5 -286q0 -120 -37.5 -232t-106 -202.5t-159 -158.5t-203 -105t-232.5 -37q-200 0 -369 98.5t-267.5 267.5t-98.5 369zM246 717q0 -156 77 -288.5t209.5 -210t288.5 -77.5 q157 0 289.5 77.5t209.5 210t77 288.5q0 157 -77 289.5t-209.5 209t-289.5 76.5q-117 0 -223.5 -45.5t-183.5 -122t-122.5 -183.5t-45.5 -224zM457 713q0 161 112 273t271 112q129 0 229 -78q14 -12 15 -28.5t-11 -30.5l-69 -78q-8 -11 -24.5 -11.5t-27.5 7.5 q-45 32 -110 32q-81 0 -135 -56.5t-54 -135.5q0 -82 54 -137.5t135 -55.5q58 0 108 33q12 9 27 8t24 -12l74 -82q11 -12 10.5 -28.5t-12.5 -28.5q-102 -86 -233 -86q-158 0 -270.5 112.5t-112.5 270.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="636" d="M43 1024q0 84 65 138.5t177 54.5q28 0 55.5 -4.5t41.5 -8.5l13 -4q0 61 -17 86t-69 25q-50 0 -159 -25q-29 -6 -35 31l-13 67q-6 28 19 39q14 7 79 19t128 12q131 0 182 -63.5t51 -200.5v-330q0 -12 -9 -20.5t-20 -8.5h-55q-17 0 -28 21q-2 7 -8.5 21.5t-8.5 21.5 q-25 -23 -44 -37.5t-57.5 -28.5t-82.5 -14q-90 0 -147.5 57.5t-57.5 151.5zM211 1026q0 -34 21.5 -57t56.5 -23q34 0 64.5 22t39.5 50v67q-10 9 -38.5 16t-53.5 7q-38 0 -64 -23.5t-26 -58.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="964" d="M53 397q-17 23 0 49l223 304q14 24 37 24h117q26 0 34.5 -19t-3.5 -44l-139 -285l133 -301q11 -25 2.5 -43.5t-33.5 -18.5h-127q-18 0 -31 17zM463 397q-17 23 0 49l223 304q14 24 37 24h117q26 0 34.5 -19t-4.5 -44l-139 -285l133 -301q11 -25 3 -43.5t-33 -18.5h-127 q-18 0 -31 17z" />
+<glyph unicode="&#xac;" horiz-adv-x="1032" d="M47 653v115q0 15 12 27t27 12h805q16 0 27.5 -12.5t11.5 -26.5v-463q0 -15 -12 -26t-27 -11h-115q-15 0 -27 11t-12 26v309h-651q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xad;" horiz-adv-x="710" d="M88 430v137q0 17 11 28t28 11h457q17 0 28 -11t11 -28v-137q0 -15 -11 -26t-28 -11h-457q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#xae;" horiz-adv-x="1646" d="M86 717q0 200 98.5 369.5t267.5 268.5t369 99q150 0 286.5 -58.5t235.5 -157.5t157.5 -235t58.5 -286q0 -120 -37.5 -232t-106 -202.5t-159 -158.5t-203 -105t-232.5 -37q-200 0 -369 98.5t-267.5 267.5t-98.5 369zM246 717q0 -156 77 -288.5t209.5 -210t288.5 -77.5 q157 0 289.5 77.5t209.5 210t77 288.5q0 157 -77 289.5t-209.5 209t-289.5 76.5q-117 0 -223.5 -45.5t-183.5 -122t-122.5 -183.5t-45.5 -224zM547 383v672q0 16 11 27.5t28 11.5h317q101 0 176.5 -69.5t75.5 -184.5q0 -157 -145 -228l94 -213q9 -22 -2 -38.5t-33 -16.5 h-111q-24 0 -36 29l-91 229h-106v-219q0 -16 -11 -27.5t-28 -11.5h-100q-17 0 -28 11.5t-11 27.5zM719 754h162q36 0 60 24t24 60q0 37 -23.5 60.5t-60.5 23.5h-162v-168z" />
+<glyph unicode="&#xaf;" horiz-adv-x="847" d="M123 1204v70q0 17 11 28t28 11h524q17 0 28 -11t11 -28v-70q0 -15 -11 -26t-28 -11h-524q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#xb0;" horiz-adv-x="634" d="M41 1178q0 116 80.5 196t195.5 80q114 0 195.5 -80.5t81.5 -195.5t-81.5 -196t-195.5 -81q-115 0 -195.5 80.5t-80.5 196.5zM213 1178q0 -41 31.5 -73t72.5 -32q40 0 70.5 32t30.5 73q0 40 -30.5 70t-70.5 30q-41 0 -72.5 -30t-31.5 -70z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1146" d="M131 135v115q0 15 12 27t27 12h807q15 0 26 -12t11 -27v-115q0 -15 -11 -27t-26 -12h-807q-15 0 -27 12t-12 27zM131 782v115q0 15 12 27t27 12h307v303q0 15 12 26t27 11h115q15 0 27 -11t12 -26v-303h307q15 0 26 -12t11 -27v-115q0 -15 -11 -27t-26 -12h-307v-211 q0 -15 -12 -25.5t-27 -10.5h-115q-15 0 -27 10.5t-12 25.5v211h-307q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xb2;" horiz-adv-x="567" d="M55 1051v34l226 258q51 57 51 103q0 31 -23 51.5t-59 20.5q-26 0 -51 -13t-39 -28q-19 -13 -33 6l-45 63q-10 11 -10 21.5t16 21.5q84 70 193 70q97 0 157 -52t60 -137q0 -84 -76 -176l-111 -131h164q8 0 13.5 -5.5t5.5 -12.5v-94q0 -19 -19 -19h-399q-21 0 -21 19z" />
+<glyph unicode="&#xb3;" horiz-adv-x="542" d="M53 1116l45 60q13 19 35 4l5 -4q6 -3 14.5 -7.5t20 -9.5t26.5 -8.5t30 -3.5q40 0 63 17t23 46q0 30 -25 49t-71 19h-59q-31 0 -31 29v63q0 29 31 29h59q38 0 61 17.5t23 45.5t-22 45t-56 17q-43 0 -80 -33q-8 -6 -15 -5.5t-15 11.5l-49 59q-8 8 -8 19.5t10 17.5 q8 7 22 18t61.5 29.5t98.5 18.5q99 0 160 -46.5t61 -123.5q0 -51 -31.5 -88t-72.5 -55v-3q47 -18 84.5 -56.5t37.5 -98.5q0 -82 -68.5 -129t-170.5 -47q-120 0 -195 67q-17 17 -2 37z" />
+<glyph unicode="&#xb4;" horiz-adv-x="618" d="M94 1167q-12 23 12 39l334 199q13 10 30 8.5t24 -14.5l59 -105q18 -40 -12 -55l-359 -158q-38 -15 -53 13z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1073" d="M125 -575v1355q0 17 11.5 28t27.5 11h168q16 0 27.5 -11t11.5 -28v-407q3 -75 42.5 -117.5t106.5 -42.5q61 0 107.5 47.5t56.5 106.5v413q0 23 10 31t35 8h156q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-76q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5 t-20.5 -18.5t-24 -18.5t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-53 0 -100 12v-567q0 -15 -12 -27t-27 -12h-168q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1435" d="M39 1006q0 176 115.5 302t281.5 126l934 -2q15 0 27 -12t12 -27v-95q0 -17 -11.5 -27.5t-27.5 -10.5h-160v-1835q0 -16 -11 -27.5t-28 -11.5h-110q-15 0 -27 12t-12 27v1835h-279v-1835q0 -15 -11.5 -27t-26.5 -12h-111q-15 0 -27 12t-12 27v1150h-90 q-175 0 -300.5 125.5t-125.5 305.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="528" d="M80 524q0 78 54 133.5t128 55.5q78 0 133.5 -55.5t55.5 -133.5q0 -74 -55.5 -128t-133.5 -54q-74 0 -128 54t-54 128z" />
+<glyph unicode="&#xb8;" horiz-adv-x="505" d="M62 -431q2 16 16 28l41 34q9 9 22 8t21 -10q21 -24 61 -24q30 0 51 22.5t21 53.5q0 39 -37 66.5t-113 33.5q-34 4 -34 37v182h135v-106q93 -12 145.5 -68t52.5 -143q0 -89 -63 -152t-154 -63q-45 0 -86.5 19.5t-68.5 51.5q-12 14 -10 30z" />
+<glyph unicode="&#xb9;" horiz-adv-x="401" d="M27 1520q0 11 14 22l152 96h104q7 0 12.5 -5t5.5 -13v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-127q-9 0 -14.5 5.5t-5.5 13.5v395l-101 -8q-18 0 -18 18z" />
+<glyph unicode="&#xba;" horiz-adv-x="618" d="M51 1130q0 154 67 239t193 85q125 0 190.5 -85t65.5 -239q0 -153 -66 -238t-190 -85q-126 0 -193 85t-67 238zM221 1130q0 -87 23.5 -133.5t66.5 -46.5q42 0 66 47t24 133q0 87 -24 134t-66 47q-43 0 -66.5 -47t-23.5 -134z" />
+<glyph unicode="&#xbb;" horiz-adv-x="964" d="M88.5 755q8.5 19 34.5 19h117q22 0 36 -24l224 -304q17 -26 0 -49l-213 -317q-13 -17 -31 -17h-127q-25 0 -33.5 18.5t2.5 43.5l133 301l-139 285q-12 25 -3.5 44zM497.5 755q8.5 19 34.5 19h117q23 0 37 -24l223 -304q17 -26 0 -49l-213 -317q-13 -17 -30 -17h-127 q-25 0 -33.5 18.5t2.5 43.5l133 301l-139 285q-13 25 -4.5 44z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1359" d="M43 1315q0 11 14 22l152 97h104q7 0 13 -6t6 -13v-569q0 -8 -6 -13.5t-13 -5.5h-127q-9 0 -14.5 5.5t-5.5 13.5v395l-100 -8q-19 0 -19 18zM182 55l703 1358q11 21 35 21h102q23 0 34.5 -18t0.5 -38l-707 -1358q-3 -7 -13.5 -13.5t-21.5 -6.5h-98q-23 0 -34 17.5t-1 37.5 zM719 133v105l334 362q6 6 16 6h84q7 0 12.5 -5t5.5 -13v-348h82q7 0 13 -5.5t6 -11.5v-88q0 -7 -5.5 -12.5t-13.5 -5.5h-82v-99q0 -8 -5.5 -13t-12.5 -5h-115q-8 0 -14 5.5t-6 12.5v99h-281q-7 0 -12.5 5t-5.5 11zM868 238h152v170z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1353" d="M43 1315q0 11 14 22l152 97h104q7 0 13 -6t6 -13v-569q0 -8 -6 -13.5t-13 -5.5h-127q-9 0 -14.5 5.5t-5.5 13.5v395l-100 -8q-19 0 -19 18zM182 55l703 1358q11 21 35 21h102q23 0 34.5 -18t0.5 -38l-707 -1358q-3 -7 -13.5 -13.5t-21.5 -6.5h-98q-23 0 -34 17.5t-1 37.5 zM801 18v35l225 258q51 57 51 103q0 31 -23 51t-59 20q-26 0 -51 -13t-39 -28q-19 -13 -33 7l-45 63q-10 11 -9.5 21.5t16.5 21.5q84 70 192 70q97 0 157 -52t60 -137q0 -84 -76 -176l-110 -131h164q7 0 12.5 -5.5t5.5 -12.5v-95q0 -18 -18 -18h-400q-20 0 -20 18z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1435" d="M66 911l45 60q13 18 34 4l5 -3q6 -4 15 -9t20.5 -9.5t26.5 -8t30 -3.5q40 0 63 17.5t23 46.5q0 30 -25.5 48.5t-71.5 18.5h-59q-31 0 -31 29v63q0 29 31 29h59q38 0 61 17.5t23 45.5t-21.5 45t-55.5 17q-43 0 -80 -33q-8 -6 -15.5 -5.5t-15.5 11.5l-49 60q-8 8 -8 19.5 t10 17.5q8 7 22 18t61.5 29t98.5 18q99 0 160 -46.5t61 -123.5q0 -51 -31.5 -88t-72.5 -55v-2q47 -18 85 -57t38 -99q0 -82 -68.5 -129t-171.5 -47q-119 0 -194 67q-17 17 -2 37zM258 55l703 1358q11 21 34 21h103q23 0 34.5 -18t0.5 -38l-707 -1358q-3 -7 -13.5 -13.5 t-21.5 -6.5h-98q-23 0 -34 17.5t-1 37.5zM795 133v105l333 362q6 6 17 6h84q7 0 12.5 -5t5.5 -13v-348h82q7 0 13 -5.5t6 -11.5v-88q0 -7 -5.5 -12.5t-13.5 -5.5h-82v-99q0 -8 -5.5 -13t-12.5 -5h-115q-8 0 -14 5.5t-6 12.5v99h-281q-7 0 -12.5 5t-5.5 11zM944 238h152v170z " />
+<glyph unicode="&#xbf;" horiz-adv-x="888" d="M39 -291q0 58 23 110t57.5 87.5t75 70.5t75 60.5t57.5 56t23 58.5v67q0 19 10.5 31t30.5 12h166q16 0 27.5 -11t11.5 -28v-86q0 -54 -29.5 -103t-71 -85.5t-83.5 -71t-71.5 -73.5t-29.5 -78q0 -58 45 -98t119 -40q43 0 82 13.5t59.5 29t45.5 37t34 27.5q25 15 45 -2 l97 -94q12 -11 11.5 -27t-11.5 -27q-6 -7 -17 -19.5t-49 -43.5t-81 -54.5t-112.5 -43t-142.5 -19.5q-164 0 -280.5 98t-116.5 246zM305 672q0 69 50.5 118.5t119.5 49.5t118.5 -49.5t49.5 -118.5t-49.5 -119.5t-118.5 -50.5t-119.5 50.5t-50.5 119.5z" />
+<glyph unicode="&#xc0;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM447 1752q-4 15 6 34l57 106q7 13 24 13.5t29 -7.5l336 -200 q9 -5 13 -15.5t-1 -23.5l-37 -72q-13 -30 -51 -14l-358 158q-14 6 -18 21zM473 489h412l-205 451h-6z" />
+<glyph unicode="&#xc1;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM445.5 1682.5q4.5 10.5 13.5 15.5l336 200q37 23 53 -6l57 -106 q10 -19 6 -34t-18 -21l-358 -158q-39 -16 -52 14l-37 72q-5 13 -0.5 23.5zM473 489h412l-205 451h-6z" />
+<glyph unicode="&#xc2;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM377 1672.5q4 10.5 14 17.5l266 206q20 17 43 0l267 -206q10 -7 14 -17.5 t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5zM473 489h412l-205 451h-6z" />
+<glyph unicode="&#xc3;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM359 1681q-4 15 1 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5 q36 0 68 -17.5t52.5 -39t47 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l57 -41q26 -20 2 -63l-8 -13q-8 -14 -10.5 -18.5t-12 -19t-16 -21.5t-18 -20t-21 -20.5t-23.5 -17t-27 -14.5t-29.5 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-48.5 39.5t-48.5 18q-24 0 -43 -19 t-27.5 -39.5t-24.5 -32.5t-36 3l-59 43q-10 7 -14 22zM473 489h412l-205 451h-6z" />
+<glyph unicode="&#xc4;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM295 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5 t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM473 489h412l-205 451h-6zM801 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#xc5;" d="M0 53l637 1379q11 22 35 22h20q24 0 35 -22l631 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-178q-23 0 -36 9.5t-24 31.5l-100 221h-612l-101 -221q-16 -41 -59 -41h-178q-23 0 -33.5 16.5t-1.5 36.5zM446 1776q0 97 67.5 164t164.5 67q96 0 163.5 -67.5t67.5 -163.5 t-67.5 -164t-163.5 -68q-97 0 -164.5 67.5t-67.5 164.5zM473 489h412l-205 451h-6zM575 1776q0 -40 31.5 -71.5t71.5 -31.5q39 0 68.5 31.5t29.5 71.5t-29 69t-69 29t-71.5 -29.5t-31.5 -68.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1843" d="M-28 16.5q-7 16.5 5 36.5l822 1317q2 3 7.5 11.5t7 11t6.5 9t7 8.5l7 7t8.5 6.5t9 4.5t10.5 3.5t12 1.5t15 1h809q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-613v-336h512q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-512v-358h613 q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-836q-17 0 -28 11.5t-11 27.5v223h-430l-145 -231q-21 -31 -51 -31h-195q-23 0 -30 16.5zM537 489h286v463z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1404" d="M84 715q0 151 58.5 288t157 235.5t235.5 157t288 58.5q152 0 270.5 -47t225.5 -143q13 -12 13.5 -29t-11.5 -29l-125 -129q-10 -12 -24.5 -12t-26.5 12q-65 57 -147.5 89t-168.5 32q-128 0 -233.5 -65.5t-164 -174.5t-58.5 -237q0 -127 59 -235.5t165 -173t234 -64.5 q170 0 314 117q12 10 27 9.5t24 -9.5l127 -132q11 -11 10 -27.5t-12 -27.5q-201 -195 -494 -198v-86q93 -12 146 -68t53 -143q0 -89 -63 -152t-154 -63q-45 0 -87 19.5t-69 51.5q-12 14 -10 30t16 28l41 34q9 9 22 8t21 -10q21 -24 62 -24q30 0 51 22.5t21 53.5 q0 39 -37 66.5t-113 33.5q-35 5 -35 37v174q-172 29 -310.5 131t-218 257.5t-79.5 334.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1204" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h505q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-505v-358h606q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-834q-17 0 -28 11.5 t-11 27.5zM422 1752q-4 15 6 34l57 106q7 13 24.5 13.5t29.5 -7.5l335 -200q9 -5 13.5 -15.5t-0.5 -23.5l-37 -72q-13 -30 -51 -14l-359 158q-14 6 -18 21z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1204" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h505q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-505v-358h606q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-834q-17 0 -28 11.5 t-11 27.5zM423 1682.5q4 10.5 13 15.5l336 200q37 23 53 -6l58 -106q10 -19 5.5 -34t-18.5 -21l-358 -158q-38 -16 -51 14l-37 72q-5 13 -1 23.5z" />
+<glyph unicode="&#xca;" horiz-adv-x="1204" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h505q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-505v-358h606q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-834q-17 0 -28 11.5 t-11 27.5zM342 1672.5q4 10.5 14 17.5l267 206q20 17 43 0l266 -206q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1204" d="M186 39v1356q0 16 11 27.5t28 11.5h834q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h505q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-505v-358h606q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-834q-17 0 -28 11.5 t-11 27.5zM270 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM776 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="641" d="M86 1752q-4 15 6 34l58 106q7 13 24 13.5t29 -7.5l336 -200q9 -5 13 -15.5t-1 -23.5l-37 -72q-13 -30 -51 -14l-359 158q-14 6 -18 21zM186 39v1356q0 15 12 27t27 12h191q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-191q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcd;" horiz-adv-x="641" d="M87 1682.5q4 10.5 13 15.5l336 200q37 23 53 -6l58 -106q10 -19 6 -34t-18 -21l-359 -158q-38 -16 -51 14l-37 72q-5 13 -1 23.5zM186 39v1356q0 15 12 27t27 12h191q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-191q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xce;" horiz-adv-x="641" d="M14.5 1672.5q4.5 10.5 14.5 17.5l266 206q20 17 43 0l266 -206q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-200 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-54 76q-6 11 -1.5 21.5zM186 39v1356q0 15 12 27t27 12h191q15 0 27 -12t12 -27v-1356 q0 -15 -12 -27t-27 -12h-191q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcf;" horiz-adv-x="641" d="M-63 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM186 39v1356q0 15 12 27t27 12h191q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-191q-15 0 -27 12t-12 27zM442 1718q0 54 37.5 91.5t91.5 37.5 t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1521" d="M100 696v27q0 15 11 27t26 12h60v633q0 15 10.5 27t25.5 12h486q145 0 278.5 -57t230 -153t153.5 -228t57 -277q0 -117 -36.5 -227t-103 -198t-155 -154.5t-198 -103t-226.5 -36.5h-486q-15 0 -25.5 12t-10.5 27v618h-60q-15 0 -26 12t-11 27zM461 250h233q199 0 330 134 t131 335q0 200 -131 333.5t-330 133.5h-233v-424h338q17 0 28 -11.5t11 -27.5v-29q0 -15 -11 -26t-28 -11h-338v-407z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1583" d="M186 39v1378q0 15 12 26t27 11h51l852 -905h2v846q0 16 11 27.5t28 11.5h189q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-49l-856 940h-2v-881q0 -16 -11 -27.5t-28 -11.5h-187q-15 0 -27 12t-12 27zM471.5 1681q-3.5 15 1.5 25q12 23 18 33.5t29 41.5 t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52 -39t46.5 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l58 -41q26 -20 2 -63l-8 -13q-8 -14 -10.5 -18.5t-12 -19t-16 -21.5t-18 -20t-21 -20.5t-23.5 -17t-27 -14.5t-29.5 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5 t-48.5 39.5t-48.5 18q-24 0 -43 -19t-27.5 -39.5t-24.5 -32.5t-36 3l-60 43q-10 7 -13.5 22z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236zM592 1752q-4 15 6 34l57 106q7 13 24.5 13.5t29.5 -7.5l335 -200q9 -5 13.5 -15.5t-0.5 -23.5l-37 -72q-13 -30 -51 -14l-359 158q-14 6 -18 21z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236zM589 1682.5q4 10.5 13 15.5l336 200q37 23 53 -6l58 -106q10 -19 5.5 -34t-18.5 -21l-358 -158q-38 -16 -51 14l-37 72q-5 13 -1 23.5z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236zM516 1672.5q4 10.5 14 17.5l267 206q20 17 43 0l266 -206q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5 l-53 76q-6 11 -2 21.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236zM502.5 1681q-3.5 15 1.5 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52 -39t46.5 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l57 -41 q26 -20 2 -63q-1 -1 -8 -13.5t-10.5 -18t-12.5 -19t-15 -21.5t-17.5 -20.5t-21 -20t-23 -17t-27 -14.5t-30 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-48.5 39.5t-48.5 18q-24 0 -43 -19t-28 -39.5t-25 -32.5t-36 3l-59 43q-10 7 -13.5 22z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1638" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -193 138 -331t331 -138 q127 0 235.5 63t172 171t63.5 235t-63.5 236t-172 173t-235.5 64t-235 -64t-171 -173t-63 -236zM436 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM942 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5 t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="950" d="M112 467q0 17 11 27l217 217l-217 217q-11 10 -11 27t11 28l80 82q11 11 28 11t27 -11l217 -217l217 219q11 10 26.5 9.5t26.5 -11.5l82 -82q11 -11 11.5 -26.5t-9.5 -26.5l-217 -219l217 -217q10 -12 9.5 -28.5t-11.5 -27.5l-82 -80q-11 -11 -26.5 -11.5t-26.5 9.5 l-217 219l-217 -217q-10 -10 -26 -10t-27 10l-82 82q-11 10 -11 27z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1636" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q135 0 260 -47.5t224 -132.5l139 137q10 11 26 11t27 -11l21 -20q10 -11 10 -26.5t-10 -27.5l-140 -139q85 -99 132.5 -222.5t47.5 -258.5q0 -151 -58 -287.5t-156.5 -235t-235 -156.5t-287.5 -58 q-283 0 -483 178l-133 -133q-11 -10 -26.5 -9.5t-26.5 11.5l-21 20q-11 11 -11.5 26.5t9.5 26.5l133 131q-176 205 -176 484zM350 715q0 -160 103 -291l661 659q-137 105 -295 105q-127 0 -235 -64t-171 -173t-63 -236zM526 348q130 -102 293 -102q193 0 332 139t139 332 q0 168 -104 291z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1476" d="M168 543v852q0 15 12 27t27 12h194q17 0 28 -11.5t11 -27.5v-838q0 -133 83 -222t214 -89t215 89t84 220v840q0 16 11 27.5t28 11.5h195q15 0 27 -12t12 -27v-852q0 -115 -44 -219t-120 -179.5t-182.5 -120t-225.5 -44.5q-158 0 -289 75.5t-205.5 204.5t-74.5 283z M504 1752q-4 15 6 34l57 106q7 13 24.5 13.5t29.5 -7.5l335 -200q9 -5 13.5 -15.5t-0.5 -23.5l-37 -72q-13 -30 -51 -14l-359 158q-14 6 -18 21z" />
+<glyph unicode="&#xda;" horiz-adv-x="1476" d="M168 543v852q0 15 12 27t27 12h194q17 0 28 -11.5t11 -27.5v-838q0 -133 83 -222t214 -89t215 89t84 220v840q0 16 11 27.5t28 11.5h195q15 0 27 -12t12 -27v-852q0 -115 -44 -219t-120 -179.5t-182.5 -120t-225.5 -44.5q-158 0 -289 75.5t-205.5 204.5t-74.5 283z M509 1682.5q4 10.5 13 15.5l336 200q37 23 53 -6l58 -106q10 -19 5.5 -34t-18.5 -21l-358 -158q-38 -16 -51 14l-37 72q-5 13 -1 23.5z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1476" d="M168 543v852q0 15 12 27t27 12h194q17 0 28 -11.5t11 -27.5v-838q0 -133 83 -222t214 -89t215 89t84 220v840q0 16 11 27.5t28 11.5h195q15 0 27 -12t12 -27v-852q0 -115 -44 -219t-120 -179.5t-182.5 -120t-225.5 -44.5q-158 0 -289 75.5t-205.5 204.5t-74.5 283z M436.5 1672.5q4.5 10.5 14.5 17.5l266 206q20 17 43 0l266 -206q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-200 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-54 76q-6 11 -1.5 21.5z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1476" d="M168 543v852q0 15 12 27t27 12h194q17 0 28 -11.5t11 -27.5v-838q0 -133 83 -222t214 -89t215 89t84 220v840q0 16 11 27.5t28 11.5h195q15 0 27 -12t12 -27v-852q0 -115 -44 -219t-120 -179.5t-182.5 -120t-225.5 -44.5q-158 0 -289 75.5t-205.5 204.5t-74.5 283z M354 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM860 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1193" d="M-7.5 1414q10.5 20 34.5 20h209q18 0 32 -19l328 -471l328 471q14 19 32 19h211q24 0 34.5 -20t-1.5 -40l-473 -682v-653q0 -15 -12 -27t-27 -12h-188q-17 0 -28 11.5t-11 27.5v651l-467 684q-12 20 -1.5 40zM364 1682.5q4 10.5 13 15.5l336 200q37 23 53 -6l57 -106 q10 -19 6 -34t-18 -21l-358 -158q-39 -16 -52 14l-36 72q-5 13 -1 23.5z" />
+<glyph unicode="&#xde;" horiz-adv-x="1210" d="M186 39v1356q0 16 11 27.5t28 11.5h189q15 0 27 -12t12 -27v-221h254q124 1 229.5 -60t167 -166t61.5 -227q0 -125 -61.5 -231t-166.5 -168t-228 -62h-256v-221q0 -15 -12 -27t-27 -12h-189q-17 0 -28 11.5t-11 27.5zM453 510h237q87 0 149 61.5t62 151.5q0 84 -62 141.5 t-149 57.5h-237v-412z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1058" d="M123 39v805q0 300 129.5 455t355.5 155q65 0 125 -19.5t109.5 -57t79.5 -101t30 -143.5q0 -62 -25 -127.5t-55.5 -110.5t-55.5 -94.5t-25 -83.5q0 -24 21.5 -56t52 -68.5t61 -79t52 -100t21.5 -118.5q0 -81 -29 -143.5t-78 -99t-107 -54.5t-121 -18q-18 0 -27.5 0.5 t-26.5 4t-26 12.5t-11 23l-18 138q-2 15 8.5 27.5t26.5 11.5q61 -3 107 24t46 80q0 36 -22 74t-53.5 71.5t-62.5 68.5t-53 78t-22 87q0 47 26 108.5t57 112t57 112t26 109.5q0 49 -32 80t-80 31q-39 0 -74 -20t-66.5 -63t-50 -122.5t-18.5 -187.5v-801q0 -15 -12 -27 t-27 -12h-174q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xe0;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM238 1294l57 105q7 13 23.5 14.5t29.5 -8.5l336 -199q10 -5 13.5 -16t-1.5 -23l-37 -73q-13 -29 -51 -13l-358 158q-32 16 -12 55zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113 q-56 25 -115 25q-60 0 -96.5 -30.5t-36.5 -80.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM231 1167q-11 23 13 39l334 199q13 10 29.5 8.5t23.5 -14.5l59 -105q18 -40 -12 -55l-359 -158q-38 -15 -53 13zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113q-56 25 -115 25 q-60 0 -96.5 -30.5t-36.5 -80.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM137.5 1180.5q4.5 10.5 14.5 17.5l266 207q20 17 43 0l266 -207q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-200 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-54 76 q-6 11 -1.5 21.5zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113q-56 25 -115 25q-60 0 -96.5 -30.5t-36.5 -80.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM125.5 1216q-3.5 15 1.5 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52 -39t46.5 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l58 -41q26 -20 2 -63l-8 -14 q-8 -13 -10.5 -17.5t-12 -19t-16 -21.5t-18 -20t-21 -20.5t-23.5 -17t-27 -14.5t-29.5 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-48.5 39.5t-48.5 18q-24 0 -43 -19t-27.5 -39.5t-24.5 -32.5t-36 3l-60 43q-10 7 -13.5 22zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28 t54 51v113q-56 25 -115 25q-60 0 -96.5 -30.5t-36.5 -80.5z" />
+<glyph unicode="&#xe4;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM113 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113q-56 25 -115 25q-60 0 -96.5 -30.5 t-36.5 -80.5zM524 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#xe5;" horiz-adv-x="872" d="M63 260q0 112 88 185t240 73q36 0 73.5 -5.5t57.5 -10.5l19 -6q1 77 -24 109t-83 32q-54 0 -122.5 -10t-106.5 -21q-40 -11 -47 37l-19 107q-8 39 29 51q12 5 49 13t103.5 17t125.5 9q94 0 157 -23.5t97.5 -72t48 -110.5t13.5 -151v-444q0 -15 -12 -27t-27 -12h-74 q-22 0 -35 29l-24 55q-114 -104 -250 -104q-124 0 -200.5 75.5t-76.5 204.5zM219 1223q0 97 67.5 164t164.5 67q96 0 163.5 -67.5t67.5 -163.5q0 -97 -68 -164.5t-163 -67.5q-97 0 -164.5 67.5t-67.5 164.5zM289 260q0 -46 29.5 -76t76.5 -30q45 0 88 28t54 51v113 q-56 25 -115 25q-60 0 -96.5 -30.5t-36.5 -80.5zM348 1223q0 -40 31.5 -71.5t71.5 -31.5q39 0 68.5 31.5t29.5 71.5t-29 69t-69 29t-71.5 -29.5t-31.5 -68.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1372" d="M61 260q0 113 86.5 185.5t233.5 72.5q37 0 76 -4t59 -8l21 -4q-3 83 -25.5 116t-87.5 33q-94 0 -223 -33q-15 -2 -29.5 8t-17.5 25l-19 111q-1 14 9 26t24 15q151 37 278 37q182 0 248 -84q108 84 246 84q160 0 271.5 -107.5t111.5 -273.5q0 -20 -1 -31.5t-4.5 -27.5 t-13 -23.5t-24.5 -7.5h-522q8 -70 60.5 -125.5t133.5 -55.5q84 0 162 54q35 23 53 0l82 -97q24 -32 -2 -53q-121 -112 -305 -112q-195 0 -307 133q-37 -47 -113.5 -90t-177.5 -43q-127 0 -205 76t-78 204zM287 266q0 -49 33.5 -79.5t80.5 -30.5q25 0 48.5 9t38.5 21.5 t26.5 25t17.5 21.5l5 9v106q-55 27 -127 27q-51 0 -87 -30.5t-36 -78.5zM776 514h307q-3 58 -46.5 97.5t-102.5 39.5q-61 0 -105.5 -39t-52.5 -98z" />
+<glyph unicode="&#xe7;" horiz-adv-x="876" d="M61 410q0 118 61.5 217.5t161.5 156t214 56.5q182 0 303 -146q11 -13 8 -30t-18 -27l-95 -90q-22 -19 -51 6q-58 65 -141 65t-142 -61t-59 -147q0 -88 58 -148.5t141 -60.5q38 0 70 12t48.5 25t38.5 34l7 7q25 25 51 6l88 -76q35 -28 14 -57q-112 -169 -315 -172v-84 q93 -12 145.5 -68t52.5 -143q0 -89 -63 -152t-154 -63q-45 0 -86.5 19.5t-68.5 51.5q-12 14 -10 30t16 28l41 34q9 9 22 8t21 -10q21 -24 61 -24q30 0 51 22.5t21 53.5q0 39 -37 66.5t-113 33.5q-34 4 -34 37v180q-134 39 -221 151t-87 259z" />
+<glyph unicode="&#xe8;" horiz-adv-x="911" d="M61 410q0 115 53 213t149.5 157.5t215.5 59.5q160 0 271.5 -108.5t111.5 -272.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-524q5 -69 59 -124t138 -55q88 0 159 52q35 21 54 0l83 -97q11 -11 11.5 -25.5t-13.5 -27.5q-121 -112 -305 -112q-182 0 -301 125t-119 305z M248 1294l57 105q7 13 23.5 14.5t29.5 -8.5l336 -199q10 -5 14 -16t-1 -23l-37 -73q-13 -29 -52 -13l-358 158q-32 16 -12 55zM313 512h310q-5 57 -48.5 98t-101.5 41q-61 0 -106.5 -40t-53.5 -99z" />
+<glyph unicode="&#xe9;" horiz-adv-x="911" d="M61 410q0 115 53 213t149.5 157.5t215.5 59.5q160 0 271.5 -108.5t111.5 -272.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-524q5 -69 59 -124t138 -55q88 0 159 52q35 21 54 0l83 -97q11 -11 11.5 -25.5t-13.5 -27.5q-121 -112 -305 -112q-182 0 -301 125t-119 305z M240 1167q-12 23 12 39l334 199q13 10 29.5 8.5t23.5 -14.5l59 -105q18 -40 -12 -55l-358 -158q-38 -15 -54 13zM313 512h310q-5 57 -48.5 98t-101.5 41q-61 0 -106.5 -40t-53.5 -99z" />
+<glyph unicode="&#xea;" horiz-adv-x="911" d="M61 410q0 115 53 213t149.5 157.5t215.5 59.5q160 0 271.5 -108.5t111.5 -272.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-524q5 -69 59 -124t138 -55q88 0 159 52q35 21 54 0l83 -97q11 -11 11.5 -25.5t-13.5 -27.5q-121 -112 -305 -112q-182 0 -301 125t-119 305z M172 1180.5q4 10.5 14 17.5l267 207q20 17 43 0l266 -207q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5zM313 512h310q-5 57 -48.5 98t-101.5 41q-61 0 -106.5 -40t-53.5 -99z " />
+<glyph unicode="&#xeb;" horiz-adv-x="911" d="M61 410q0 115 53 213t149.5 157.5t215.5 59.5q160 0 271.5 -108.5t111.5 -272.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-524q5 -69 59 -124t138 -55q88 0 159 52q35 21 54 0l83 -97q11 -11 11.5 -25.5t-13.5 -27.5q-121 -112 -305 -112q-182 0 -301 125t-119 305z M139 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93zM313 512h310q-5 57 -48.5 98t-101.5 41q-61 0 -106.5 -40t-53.5 -99zM551 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93 z" />
+<glyph unicode="&#xec;" horiz-adv-x="493" d="M11.5 1259.5q-4.5 13.5 4.5 34.5l58 105q7 13 23.5 14.5t29.5 -8.5l336 -199q10 -5 13.5 -16t-1.5 -23l-37 -73q-13 -29 -51 -13l-358 158q-13 7 -17.5 20.5zM123 39v741q0 17 11.5 28t27.5 11h170q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-170q-15 0 -27 12 t-12 27z" />
+<glyph unicode="&#xed;" horiz-adv-x="493" d="M10 1167q-11 23 13 39l333 199q13 10 30 8.5t24 -14.5l59 -105q18 -40 -12 -55l-359 -158q-38 -15 -53 13zM123 39v741q0 17 11.5 28t27.5 11h170q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-170q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xee;" horiz-adv-x="493" d="M-59 1180.5q4 10.5 14 17.5l266 207q20 17 43 0l266 -207q10 -7 14.5 -17.5t-1.5 -21.5l-54 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-198 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5zM123 39v741q0 17 11.5 28t27.5 11h170q16 0 27.5 -11t11.5 -28 v-741q0 -15 -12 -27t-27 -12h-170q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xef;" horiz-adv-x="493" d="M-90 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93zM123 39v741q0 17 11.5 28t27.5 11h170q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-170q-15 0 -27 12t-12 27zM322 1260q0 54 37.5 91.5t91.5 37.5 t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1081" d="M59 449q0 85 24 158t64.5 125t94 89t113.5 54.5t122 17.5q65 0 133 -19t101 -38q-42 145 -215 270l-166 -96q-14 -7 -28.5 -3.5t-22.5 15.5l-15 27q-8 12 -4.5 28t16.5 23l119 67q-71 40 -135 62q-54 17 -37 59l47 121q12 42 58 29q161 -66 280 -146l142 82q15 7 30 2.5 t23 -18.5l14 -23q8 -13 4.5 -29.5t-16.5 -23.5l-107 -61q139 -118 225.5 -286t86.5 -390q0 -117 -31.5 -218.5t-91 -179t-154 -122.5t-211.5 -45q-189 0 -326 138t-137 331zM291 453q0 -97 68.5 -168.5t164.5 -71.5q48 0 88.5 18t68 48t46.5 69t28 81t9 85 q-21 67 -83.5 122.5t-154.5 55.5q-98 0 -166.5 -70t-68.5 -169z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1062" d="M123 39v741q0 17 11.5 28t27.5 11h78q24 0 34 -24l29 -76q16 17 37.5 34t58 38.5t87.5 35t106 13.5q94 0 166 -33.5t114 -91.5t63 -129t21 -154v-393q0 -15 -11.5 -27t-26.5 -12h-168q-17 0 -28 11.5t-11 27.5v405q0 80 -40.5 127t-113.5 47q-72 0 -123 -40t-69 -89v-450 q0 -22 -11.5 -30.5t-40.5 -8.5h-151q-15 0 -27 12t-12 27zM230 1216q-4 15 1 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52.5 -39t47 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l57 -41q26 -20 2 -63l-8 -14q-8 -13 -10.5 -17.5t-12 -19 t-16 -21.5t-18 -20t-21 -20.5t-23.5 -17t-27 -14.5t-29.5 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-48.5 39.5t-48.5 18q-24 0 -43 -19t-27.5 -39.5t-24.5 -32.5t-36 3l-59 43q-10 7 -14 22z" />
+<glyph unicode="&#xf2;" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM256 1294l57 105q7 13 24 14.5t30 -8.5l335 -199q10 -5 14 -16t-1 -23l-37 -73q-13 -29 -51 -13l-359 158q-32 16 -12 55 zM283 412q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5t-56.5 -146.5z" />
+<glyph unicode="&#xf3;" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM246 1167q-12 23 12 39l334 199q13 10 29.5 8.5t23.5 -14.5l60 -105q8 -21 4 -35t-17 -20l-358 -158q-38 -15 -53 13z M283 412q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5t-56.5 -146.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM174 1180.5q4 10.5 14 17.5l267 207q20 17 43 0l266 -207q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5 t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5zM283 412q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5t-56.5 -146.5z" />
+<glyph unicode="&#xf5;" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM158.5 1216q-3.5 15 1.5 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52 -39t46.5 -39 t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l57 -41q26 -20 2 -63q-1 -1 -8 -13.5t-10.5 -18t-12.5 -19t-15 -21.5t-17.5 -20.5t-21 -20t-23 -17t-27 -14.5t-30 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-49 39.5t-49 18q-24 0 -43 -19t-27.5 -39.5t-24.5 -32.5t-36 3 l-59 43q-10 7 -13.5 22zM283 412q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5t-56.5 -146.5z" />
+<glyph unicode="&#xf6;" horiz-adv-x="958" d="M59 412q0 114 56.5 212.5t153.5 157t210 58.5t210 -58.5t153.5 -157t56.5 -212.5q0 -177 -123.5 -304.5t-296.5 -127.5t-296.5 127.5t-123.5 304.5zM141 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93zM283 412 q0 -88 56.5 -149.5t139.5 -61.5q82 0 139.5 61.5t57.5 149.5q0 86 -57.5 146t-139.5 60q-83 0 -139.5 -59.5t-56.5 -146.5zM553 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1034" d="M76 651v115q0 15 12 27t27 12h807q15 0 25.5 -12t10.5 -27v-115q0 -15 -10.5 -27t-25.5 -12h-807q-15 0 -27 12t-12 27zM371 328q0 58 40.5 98.5t98.5 40.5q59 0 100 -40.5t41 -98.5q0 -59 -41.5 -100.5t-99.5 -41.5t-98.5 41.5t-40.5 100.5zM371 1106q0 58 41.5 99.5 t99.5 41.5t99.5 -41.5t41.5 -99.5q0 -57 -41.5 -99t-99.5 -42t-99.5 42t-41.5 99z" />
+<glyph unicode="&#xf8;" horiz-adv-x="958" d="M61 414q0 114 56.5 212t153.5 156t210 58q141 0 258 -95l54 54q11 12 26.5 11.5t26.5 -11.5l20 -21q12 -11 12 -26t-12 -27l-53 -53q86 -117 86 -258q0 -116 -56 -216t-152.5 -159t-209.5 -59q-144 0 -260 92l-43 -45q-10 -11 -27.5 -10.5t-27.5 12.5l-19 20 q-11 11 -11.5 26.5t9.5 26.5l45 45q-86 117 -86 267zM285 414q0 -57 22 -103l275 277q-44 30 -101 30q-83 0 -139.5 -59t-56.5 -145zM379 229q45 -28 102 -28q81 0 138 62.5t57 150.5q0 48 -23 96z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1030" d="M109 383v397q0 17 11.5 28t26.5 11h168q16 0 27.5 -11t11.5 -28v-403q0 -82 40 -129t110 -47q61 0 107.5 47t56.5 106v426q0 23 10 31t35 8h155q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-75q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5t-20.5 -18.5t-24 -18.5 t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-92 0 -160.5 33t-108 90.5t-58.5 127.5t-19 152zM293 1294l57 105q7 13 23.5 14.5t29.5 -8.5l336 -199q10 -5 14 -16t-1 -23l-37 -73q-13 -29 -51 -13l-359 158q-32 16 -12 55z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1030" d="M109 383v397q0 17 11.5 28t26.5 11h168q16 0 27.5 -11t11.5 -28v-403q0 -82 40 -129t110 -47q61 0 107.5 47t56.5 106v426q0 23 10 31t35 8h155q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-75q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5t-20.5 -18.5t-24 -18.5 t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-92 0 -160.5 33t-108 90.5t-58.5 127.5t-19 152zM285 1167q-12 23 12 39l334 199q13 10 29.5 8.5t23.5 -14.5l59 -105q18 -40 -12 -55l-358 -158q-38 -15 -54 13z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1030" d="M109 383v397q0 17 11.5 28t26.5 11h168q16 0 27.5 -11t11.5 -28v-403q0 -82 40 -129t110 -47q61 0 107.5 47t56.5 106v426q0 23 10 31t35 8h155q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-75q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5t-20.5 -18.5t-24 -18.5 t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-92 0 -160.5 33t-108 90.5t-58.5 127.5t-19 152zM209 1180.5q4 10.5 14 17.5l266 207q20 17 43 0l267 -207q10 -7 14 -17.5t-2 -21.5l-53 -76q-9 -13 -18.5 -14.5t-28.5 8.5l-199 125l-201 -125q-19 -10 -28.5 -8.5 t-18.5 14.5l-53 76q-6 11 -2 21.5z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1030" d="M109 383v397q0 17 11.5 28t26.5 11h168q16 0 27.5 -11t11.5 -28v-403q0 -82 40 -129t110 -47q61 0 107.5 47t56.5 106v426q0 23 10 31t35 8h155q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-75q-27 0 -39 31l-25 67q-2 -2 -15.5 -14.5t-20.5 -18.5t-24 -18.5 t-30.5 -20t-35 -17.5t-42.5 -15.5t-49 -9.5t-57 -4q-92 0 -160.5 33t-108 90.5t-58.5 127.5t-19 152zM190 1260q0 54 37.5 91.5t91.5 37.5t93 -37.5t39 -91.5t-39 -93t-93 -39t-91.5 39t-37.5 93zM602 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93 t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#xfd;" horiz-adv-x="948" d="M16 766q-9 20 1.5 36.5t33.5 16.5h185q23 0 34 -22l207 -463h2l205 463q7 14 17.5 18t31.5 4h164q25 0 35.5 -16.5t-0.5 -36.5l-627 -1356q-12 -24 -35 -24h-176q-23 0 -34 16.5t-1 38.5l291 616zM248 1167q-12 23 12 39l334 199q13 10 29.5 8.5t23.5 -14.5l60 -105 q8 -21 4 -35t-17 -20l-358 -158q-38 -15 -53 13z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1024" d="M123 -578v1973q0 15 12 27t27 12h174q15 0 27 -12t12 -27v-615q96 58 192 58q167 0 281.5 -125.5t114.5 -302.5q0 -182 -121 -306t-295 -124q-79 0 -172 45v-603q0 -15 -12 -26.5t-27 -11.5h-174q-15 0 -27 11.5t-12 26.5zM375 258q17 -21 57.5 -38t93.5 -17 q86 0 142.5 59.5t56.5 147.5q0 87 -54.5 147.5t-140.5 60.5q-63 0 -105 -26t-50 -51v-283z" />
+<glyph unicode="&#xff;" horiz-adv-x="948" d="M16 766q-9 20 1.5 36.5t33.5 16.5h185q23 0 34 -22l207 -463h2l205 463q7 14 17.5 18t31.5 4h164q25 0 35.5 -16.5t-0.5 -36.5l-627 -1356q-12 -24 -35 -24h-176q-23 0 -34 16.5t-1 38.5l291 616zM141 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93 t-92.5 -39t-91.5 39t-37.5 93zM553 1260q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -93t-92.5 -39t-91.5 39t-37.5 93z" />
+<glyph unicode="&#x152;" horiz-adv-x="1996" d="M84 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q49 0 99 -5t75 -10l25 -5h833q17 0 28 -11.5t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-606v-336h506q15 0 27 -12t12 -27v-170q0 -17 -11.5 -28t-27.5 -11h-506v-358h606q17 0 28 -11.5 t11 -27.5v-168q0 -16 -11 -27.5t-28 -11.5h-833q-115 -20 -199 -20q-151 0 -287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM350 715q0 -127 63 -236t171 -173t235 -64q94 0 160 26v895q-82 29 -160 29q-127 0 -235 -65t-171 -175t-63 -237z" />
+<glyph unicode="&#x153;" horiz-adv-x="1499" d="M59 414q0 114 56.5 212t153.5 156t210 58q84 0 160 -34.5t133 -94.5q116 129 295 129q159 0 271 -108t112 -273q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-522q8 -70 60.5 -125.5t133.5 -55.5q84 0 162 54q35 23 53 0l82 -97q24 -32 -2 -53q-53 -50 -131.5 -81 t-173.5 -31q-178 0 -297 129q-56 -61 -132 -95t-161 -34q-173 0 -296.5 128.5t-123.5 305.5zM283 414q0 -88 56.5 -150.5t139.5 -62.5t140 62.5t57 150.5q0 86 -57 145t-140 59t-139.5 -59t-56.5 -145zM903 512h307q-3 58 -46.5 97.5t-102.5 39.5q-61 0 -105.5 -39 t-52.5 -98z" />
+<glyph unicode="&#x178;" horiz-adv-x="1193" d="M-7.5 1414q10.5 20 34.5 20h209q18 0 32 -19l328 -471l328 471q14 19 32 19h211q24 0 34.5 -20t-1.5 -40l-473 -682v-653q0 -15 -12 -27t-27 -12h-188q-17 0 -28 11.5t-11 27.5v651l-467 684q-12 20 -1.5 40zM213 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5 t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5zM719 1718q0 54 37.5 91.5t91.5 37.5t92.5 -37.5t38.5 -91.5t-38.5 -92.5t-92.5 -38.5t-91.5 38.5t-37.5 92.5z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="763" d="M74 1180.5q4 10.5 14 17.5l266 207q20 17 43 0l267 -207q10 -7 14 -17.5t-2 -21.5l-53 -76q-17 -23 -48 -6l-198 125l-201 -125q-19 -10 -28.5 -8.5t-18.5 14.5l-53 76q-6 11 -2 21.5z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="778" d="M70.5 1216q-3.5 15 1.5 25q12 23 18 33.5t29 41.5t43.5 48.5t54 33t68.5 15.5q36 0 68 -17.5t52 -39t46.5 -39t52.5 -17.5q24 0 43 19t28.5 39t26 31t35.5 -5l57 -41q26 -20 2 -63q-1 -1 -8 -13.5t-10.5 -18t-12.5 -19t-15 -21.5t-17.5 -20.5t-21 -20t-23 -17t-27 -14.5 t-30 -8.5t-33.5 -3.5q-36 0 -70 18t-56 39.5t-49 39.5t-49 18q-24 0 -43 -19t-27.5 -39.5t-24.5 -32.5t-36 3l-59 43q-10 7 -13.5 22z" />
+<glyph unicode="&#x2000;" horiz-adv-x="1003" />
+<glyph unicode="&#x2001;" horiz-adv-x="2007" />
+<glyph unicode="&#x2002;" horiz-adv-x="1003" />
+<glyph unicode="&#x2003;" horiz-adv-x="2007" />
+<glyph unicode="&#x2004;" horiz-adv-x="669" />
+<glyph unicode="&#x2005;" horiz-adv-x="501" />
+<glyph unicode="&#x2006;" horiz-adv-x="334" />
+<glyph unicode="&#x2007;" horiz-adv-x="334" />
+<glyph unicode="&#x2008;" horiz-adv-x="250" />
+<glyph unicode="&#x2009;" horiz-adv-x="401" />
+<glyph unicode="&#x200a;" horiz-adv-x="111" />
+<glyph unicode="&#x2010;" horiz-adv-x="755" d="M111 430v137q0 17 11 28t28 11h456q17 0 28 -11t11 -28v-137q0 -15 -11 -26t-28 -11h-456q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2011;" horiz-adv-x="755" d="M111 430v137q0 17 11 28t28 11h456q17 0 28 -11t11 -28v-137q0 -15 -11 -26t-28 -11h-456q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2012;" horiz-adv-x="755" d="M111 430v137q0 17 11 28t28 11h456q17 0 28 -11t11 -28v-137q0 -15 -11 -26t-28 -11h-456q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1103" d="M109 467v76q0 17 10.5 28t27.5 11h809q17 0 28 -11t11 -28v-76q0 -15 -11 -26t-28 -11h-809q-17 0 -27.5 11t-10.5 26z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1554" d="M109 467v76q0 17 10.5 28t27.5 11h1260q17 0 28 -11t11 -28v-76q0 -15 -11 -26t-28 -11h-1260q-17 0 -27.5 11t-10.5 26z" />
+<glyph unicode="&#x2018;" horiz-adv-x="405" d="M49 1069q0 208 184 371q27 20 46 -2l30 -31q9 -10 7.5 -23t-13.5 -22q-62 -54 -92 -100q-46 -72 -47 -150q1 0 9.5 2.5t23.5 5t30 2.5q56 0 97 -40t41 -97q0 -56 -43 -96.5t-105 -40.5q-66 0 -117 53t-51 168z" />
+<glyph unicode="&#x2019;" horiz-adv-x="401" d="M43 1317q0 58 41.5 97.5t103.5 39.5q67 0 118.5 -52.5t51.5 -166.5q0 -208 -184 -371q-26 -19 -47 2l-29 29q-10 11 -8.5 24.5t12.5 22.5q14 10 31.5 26.5t45 48.5t45.5 78.5t18 96.5l-4 -1q-3 -1 -9 -2.5t-13.5 -3t-17 -2.5t-18.5 -1q-57 0 -97 39t-40 96z" />
+<glyph unicode="&#x201a;" horiz-adv-x="466" d="M76 117q0 56 42.5 96.5t104.5 40.5q30 0 58 -11.5t54 -35.5t42 -69t16 -105q0 -208 -184 -371q-27 -20 -47 2l-31 31q-9 11 -7 23.5t13 21.5q13 9 31 26.5t44.5 49.5t44.5 78.5t19 95.5l-4 -1q-3 -1 -9 -2.5t-13 -3t-17 -2.5t-20 -1q-56 0 -96.5 40t-40.5 97z" />
+<glyph unicode="&#x201c;" horiz-adv-x="802" d="M49 1071q0 208 184 371q27 20 46 -2l30 -29q9 -10 7.5 -24t-13.5 -23q-137 -107 -139 -250q1 0 9.5 2.5t23.5 5t30 2.5q56 0 97 -39.5t41 -95.5q0 -57 -42.5 -97t-105.5 -40q-30 0 -58 11t-53.5 35t-41 68.5t-15.5 104.5zM442 1071q0 207 185 371q27 20 47 -2l31 -29 q9 -11 6.5 -24.5t-13.5 -22.5q-137 -107 -139 -250l3 1l10 2.5t13.5 3t17.5 2.5t20 1q56 0 96.5 -39.5t40.5 -95.5q0 -57 -42.5 -97t-105.5 -40q-67 0 -118.5 52.5t-51.5 166.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="796" d="M43 1317q0 58 41.5 97.5t103.5 39.5q67 0 118.5 -52.5t51.5 -166.5q0 -208 -184 -371q-26 -19 -47 2l-29 29q-10 11 -8.5 24.5t12.5 22.5q14 10 31.5 26.5t45 48.5t45.5 78.5t18 96.5l-4 -1q-3 -1 -9 -2.5t-13.5 -3t-17 -2.5t-18.5 -1q-57 0 -97 39t-40 96zM436 1317 q0 57 42.5 97t105.5 40q67 0 118.5 -52.5t51.5 -166.5q0 -207 -185 -371q-27 -20 -47 2l-30 29q-9 11 -7 24.5t13 22.5q13 9 31 26t44.5 49t44.5 78.5t19 96.5l-3 -1l-10 -2.5t-13.5 -3t-17.5 -2.5t-20 -1q-56 0 -96.5 39.5t-40.5 95.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="862" d="M78 117q0 56 41.5 96.5t103.5 40.5q30 0 58 -11.5t54 -35.5t42 -69t16 -105q0 -208 -184 -371q-26 -19 -47 2l-29 31q-22 22 4 45q13 9 31 26.5t45 49.5t45 78.5t18 95.5l-4 -1q-3 -1 -9 -2.5t-13 -3t-16.5 -2.5t-18.5 -1q-57 0 -97 40t-40 97zM471 117q0 56 42.5 96.5 t104.5 40.5q30 0 58 -11.5t54 -35.5t42 -69t16 -105q0 -208 -184 -371q-27 -20 -47 2l-31 31q-9 11 -7 23.5t13 21.5q13 9 31 26.5t45 49.5t45 78.5t19 95.5l-4 -1q-3 -1 -9 -2.5t-13.5 -3t-17.5 -2.5t-20 -1q-56 0 -96.5 40t-40.5 97z" />
+<glyph unicode="&#x2022;" horiz-adv-x="796" d="M129 459q0 112 78.5 192t185.5 80q113 0 193 -80t80 -192q0 -108 -80.5 -186t-192.5 -78q-106 0 -185 78.5t-79 185.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1368" d="M96 127q0 61 43 104t103 43q62 0 105.5 -43t43.5 -104q0 -60 -44 -103.5t-105 -43.5q-60 0 -103 43.5t-43 103.5zM541 127q0 61 42.5 104t102.5 43q62 0 106 -43t44 -104q0 -60 -44.5 -103.5t-105.5 -43.5q-60 0 -102.5 43.5t-42.5 103.5zM977 127q0 61 42.5 104 t104.5 43t105 -43t43 -104q0 -60 -43.5 -103.5t-104.5 -43.5t-104 43.5t-43 103.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="401" />
+<glyph unicode="&#x2039;" horiz-adv-x="555" d="M53 397q-17 23 0 49l223 304q14 24 37 24h117q26 0 34.5 -19t-3.5 -44l-139 -285l133 -301q11 -25 2.5 -43.5t-33.5 -18.5h-127q-18 0 -31 17z" />
+<glyph unicode="&#x203a;" horiz-adv-x="555" d="M88.5 755q8.5 19 34.5 19h117q22 0 36 -24l224 -304q17 -26 0 -49l-213 -317q-13 -17 -31 -17h-127q-25 0 -33.5 18.5t2.5 43.5l133 301l-139 285q-12 25 -3.5 44z" />
+<glyph unicode="&#x205f;" horiz-adv-x="501" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1470" d="M41 551v27q0 15 11 26.5t26 11.5h80q-6 50 -6 99q0 29 2 43h-76q-15 0 -26 12t-11 27v26q0 15 11 27t26 12h88q34 168 137 302.5t257.5 212t330.5 77.5q151 0 269.5 -47t225.5 -143q13 -12 14 -29t-11 -29l-123 -127q-10 -12 -27 -12t-29 12q-131 119 -313 119 q-157 0 -275.5 -94t-160.5 -242h477q17 0 28 -11.5t11 -27.5v-30q0 -15 -11 -26t-28 -11h-498v-35q0 -57 11 -105h405q17 0 28 -11.5t11 -26.5v-29q0 -15 -11 -26t-28 -11h-369q55 -119 165 -191.5t247 -72.5q169 0 313 117q12 10 27.5 9.5t24.5 -9.5l127 -132 q11 -11 10 -27.5t-12 -27.5q-204 -198 -498 -198q-251 0 -447.5 149t-263.5 383h-102q-15 0 -26 12t-11 27z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1476" d="M88 1321v74q0 15 12 27t27 12h420q17 0 28 -11.5t11 -27.5v-74q0 -17 -11 -28t-28 -11h-131v-455q0 -15 -12 -27t-27 -12h-80q-17 0 -28 11.5t-11 27.5v455h-131q-16 0 -27.5 11t-11.5 28zM653 836l107 577q4 31 39 31h8q26 0 35 -23l178 -379l182 379q10 23 35 23h8 q15 0 26 -9.5t13 -21.5l109 -579q3 -19 -8.5 -32.5t-30.5 -13.5h-80q-13 0 -24.5 10.5t-14.5 24.5l-45 256l-131 -278q-8 -19 -33 -19h-12q-24 0 -35 21l-125 276l-49 -258q-1 -12 -14 -22.5t-25 -10.5h-74q-20 0 -31 14.5t-8 33.5z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="820" d="M0 0v820h820v-820h-820z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1751" d="M63 643v137q0 17 11 28t28 11h70v182q0 181 113 302t317 131q169 0 283 -95q106 115 295 115q89 0 178.5 -29t140.5 -59q13 -7 17.5 -23.5t-3.5 -29.5l-73 -137q-19 -28 -54 -11q-116 58 -196 58q-63 0 -106.5 -46.5t-43.5 -136.5v-221h549q17 0 28 -11t11 -28v-741 q0 -16 -11 -27.5t-28 -11.5h-170q-17 0 -28 11.5t-11 27.5v565h-340v-565q0 -15 -12 -27t-27 -12h-178q-15 0 -27 12t-12 27v565h-356v-565q0 -15 -12 -27t-27 -12h-178q-15 0 -27 12t-12 27v565h-70q-17 0 -28 11.5t-11 27.5zM428 819h356v221q0 44 7 95q-24 27 -71.5 49 t-103.5 22q-82 0 -135 -54.5t-53 -150.5v-182z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1779" d="M61 643v137q0 17 11 28t28 11h72v182q0 105 34.5 189t94 136.5t136 80t163.5 27.5q167 0 285 -95q106 115 307 115q48 0 95.5 -12t81 -29t60 -33.5t39.5 -28.5l13 -12l22 58q13 37 49 37h66q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-172q-15 0 -27 12t-12 27 v1081q-6 9 -20 22.5t-39.5 33t-62.5 32.5t-75 13q-71 0 -121.5 -46t-50.5 -135v-221h172q16 0 27.5 -11t11.5 -28v-135q0 -15 -12 -27t-27 -12h-172v-567q0 -15 -12 -27t-27 -12h-178q-15 0 -27 12t-12 27v565h-354v-565q0 -15 -12 -27t-27 -12h-178q-15 0 -27 12t-12 27 v565h-72q-17 0 -28 11.5t-11 27.5zM428 819h354v221q0 30 9 95q-24 27 -71.5 49t-105.5 22q-81 0 -133.5 -55t-52.5 -150v-182z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="23" />
+<hkern u1="&#x22;" u2="&#xef;" k="-74" />
+<hkern u1="&#x22;" u2="&#xee;" k="-18" />
+<hkern u1="&#x22;" u2="&#xdf;" k="12" />
+<hkern u1="&#x22;" u2="&#xde;" k="16" />
+<hkern u1="&#x22;" u2="x" k="76" />
+<hkern u1="&#x22;" u2="v" k="59" />
+<hkern u1="&#x22;" u2="q" k="104" />
+<hkern u1="&#x22;" u2="m" k="86" />
+<hkern u1="&#x22;" u2="V" k="-18" />
+<hkern u1="&#x22;" u2="Q" k="27" />
+<hkern u1="&#x22;" u2="P" k="16" />
+<hkern u1="&#x22;" u2="M" k="37" />
+<hkern u1="&#x22;" u2="F" k="16" />
+<hkern u1="&#x22;" u2="B" k="16" />
+<hkern u1="&#x22;" u2="&#x40;" k="47" />
+<hkern u1="&#x22;" u2="&#x38;" k="18" />
+<hkern u1="&#x22;" u2="&#x36;" k="41" />
+<hkern u1="&#x22;" u2="&#x34;" k="72" />
+<hkern u1="&#x22;" u2="&#x30;" k="31" />
+<hkern u1="&#x22;" u2="&#x2f;" k="61" />
+<hkern u1="&#x22;" u2="&#x2e;" k="174" />
+<hkern u1="&#x23;" u2="&#x33;" k="10" />
+<hkern u1="&#x23;" u2="&#x32;" k="12" />
+<hkern u1="&#x27;" u2="&#xf0;" k="23" />
+<hkern u1="&#x27;" u2="&#xef;" k="-74" />
+<hkern u1="&#x27;" u2="&#xee;" k="-18" />
+<hkern u1="&#x27;" u2="&#xdf;" k="12" />
+<hkern u1="&#x27;" u2="&#xde;" k="16" />
+<hkern u1="&#x27;" u2="x" k="76" />
+<hkern u1="&#x27;" u2="v" k="59" />
+<hkern u1="&#x27;" u2="q" k="104" />
+<hkern u1="&#x27;" u2="m" k="86" />
+<hkern u1="&#x27;" u2="V" k="-18" />
+<hkern u1="&#x27;" u2="Q" k="27" />
+<hkern u1="&#x27;" u2="P" k="16" />
+<hkern u1="&#x27;" u2="M" k="37" />
+<hkern u1="&#x27;" u2="F" k="16" />
+<hkern u1="&#x27;" u2="B" k="16" />
+<hkern u1="&#x27;" u2="&#x40;" k="47" />
+<hkern u1="&#x27;" u2="&#x38;" k="18" />
+<hkern u1="&#x27;" u2="&#x36;" k="41" />
+<hkern u1="&#x27;" u2="&#x34;" k="72" />
+<hkern u1="&#x27;" u2="&#x30;" k="31" />
+<hkern u1="&#x27;" u2="&#x2f;" k="61" />
+<hkern u1="&#x27;" u2="&#x2e;" k="174" />
+<hkern u1="&#x28;" g2="uniFB02" k="16" />
+<hkern u1="&#x28;" g2="uniFB01" k="16" />
+<hkern u1="&#x28;" u2="&#x178;" k="-16" />
+<hkern u1="&#x28;" u2="&#x153;" k="31" />
+<hkern u1="&#x28;" u2="&#x152;" k="25" />
+<hkern u1="&#x28;" u2="&#xff;" k="27" />
+<hkern u1="&#x28;" u2="&#xfe;" k="12" />
+<hkern u1="&#x28;" u2="&#xfd;" k="27" />
+<hkern u1="&#x28;" u2="&#xfc;" k="31" />
+<hkern u1="&#x28;" u2="&#xfb;" k="31" />
+<hkern u1="&#x28;" u2="&#xfa;" k="31" />
+<hkern u1="&#x28;" u2="&#xf9;" k="31" />
+<hkern u1="&#x28;" u2="&#xf8;" k="31" />
+<hkern u1="&#x28;" u2="&#xf6;" k="31" />
+<hkern u1="&#x28;" u2="&#xf5;" k="31" />
+<hkern u1="&#x28;" u2="&#xf4;" k="31" />
+<hkern u1="&#x28;" u2="&#xf3;" k="31" />
+<hkern u1="&#x28;" u2="&#xf2;" k="31" />
+<hkern u1="&#x28;" u2="&#xf1;" k="12" />
+<hkern u1="&#x28;" u2="&#xf0;" k="27" />
+<hkern u1="&#x28;" u2="&#xef;" k="-88" />
+<hkern u1="&#x28;" u2="&#xeb;" k="29" />
+<hkern u1="&#x28;" u2="&#xea;" k="29" />
+<hkern u1="&#x28;" u2="&#xe9;" k="29" />
+<hkern u1="&#x28;" u2="&#xe8;" k="29" />
+<hkern u1="&#x28;" u2="&#xe7;" k="31" />
+<hkern u1="&#x28;" u2="&#xe6;" k="14" />
+<hkern u1="&#x28;" u2="&#xe5;" k="14" />
+<hkern u1="&#x28;" u2="&#xe4;" k="14" />
+<hkern u1="&#x28;" u2="&#xe3;" k="14" />
+<hkern u1="&#x28;" u2="&#xe2;" k="14" />
+<hkern u1="&#x28;" u2="&#xe1;" k="14" />
+<hkern u1="&#x28;" u2="&#xe0;" k="14" />
+<hkern u1="&#x28;" u2="&#xdf;" k="10" />
+<hkern u1="&#x28;" u2="&#xdd;" k="-16" />
+<hkern u1="&#x28;" u2="&#xd8;" k="25" />
+<hkern u1="&#x28;" u2="&#xd6;" k="25" />
+<hkern u1="&#x28;" u2="&#xd5;" k="25" />
+<hkern u1="&#x28;" u2="&#xd4;" k="25" />
+<hkern u1="&#x28;" u2="&#xd3;" k="25" />
+<hkern u1="&#x28;" u2="&#xd2;" k="25" />
+<hkern u1="&#x28;" u2="&#xc7;" k="25" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-35" />
+<hkern u1="&#x28;" u2="&#xc5;" k="-20" />
+<hkern u1="&#x28;" u2="&#xc4;" k="-20" />
+<hkern u1="&#x28;" u2="&#xc3;" k="-20" />
+<hkern u1="&#x28;" u2="&#xc2;" k="-20" />
+<hkern u1="&#x28;" u2="&#xc1;" k="-20" />
+<hkern u1="&#x28;" u2="&#xc0;" k="-20" />
+<hkern u1="&#x28;" u2="y" k="27" />
+<hkern u1="&#x28;" u2="w" k="23" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="u" k="31" />
+<hkern u1="&#x28;" u2="t" k="29" />
+<hkern u1="&#x28;" u2="r" k="12" />
+<hkern u1="&#x28;" u2="q" k="29" />
+<hkern u1="&#x28;" u2="p" k="12" />
+<hkern u1="&#x28;" u2="o" k="31" />
+<hkern u1="&#x28;" u2="n" k="12" />
+<hkern u1="&#x28;" u2="m" k="12" />
+<hkern u1="&#x28;" u2="f" k="16" />
+<hkern u1="&#x28;" u2="e" k="29" />
+<hkern u1="&#x28;" u2="d" k="23" />
+<hkern u1="&#x28;" u2="c" k="31" />
+<hkern u1="&#x28;" u2="a" k="14" />
+<hkern u1="&#x28;" u2="Y" k="-16" />
+<hkern u1="&#x28;" u2="Q" k="25" />
+<hkern u1="&#x28;" u2="O" k="25" />
+<hkern u1="&#x28;" u2="G" k="25" />
+<hkern u1="&#x28;" u2="C" k="25" />
+<hkern u1="&#x28;" u2="A" k="-20" />
+<hkern u1="&#x28;" u2="&#x36;" k="23" />
+<hkern u1="&#x28;" u2="&#x34;" k="18" />
+<hkern u1="&#x28;" u2="&#x30;" k="23" />
+<hkern u1="&#x2a;" u2="&#x153;" k="61" />
+<hkern u1="&#x2a;" u2="&#xfe;" k="27" />
+<hkern u1="&#x2a;" u2="&#xfc;" k="25" />
+<hkern u1="&#x2a;" u2="&#xfb;" k="25" />
+<hkern u1="&#x2a;" u2="&#xfa;" k="25" />
+<hkern u1="&#x2a;" u2="&#xf9;" k="25" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="61" />
+<hkern u1="&#x2a;" u2="&#xf1;" k="27" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="29" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-90" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-51" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="59" />
+<hkern u1="&#x2a;" u2="&#xea;" k="59" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="59" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="59" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="61" />
+<hkern u1="&#x2a;" u2="&#xe6;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe5;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe4;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe3;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe2;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe1;" k="43" />
+<hkern u1="&#x2a;" u2="&#xe0;" k="43" />
+<hkern u1="&#x2a;" u2="&#xde;" k="10" />
+<hkern u1="&#x2a;" u2="&#xd1;" k="10" />
+<hkern u1="&#x2a;" u2="&#xd0;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcf;" k="10" />
+<hkern u1="&#x2a;" u2="&#xce;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcd;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcc;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcb;" k="10" />
+<hkern u1="&#x2a;" u2="&#xca;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc9;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc8;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="82" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="70" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="70" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="70" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="70" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="70" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="70" />
+<hkern u1="&#x2a;" u2="z" k="14" />
+<hkern u1="&#x2a;" u2="x" k="10" />
+<hkern u1="&#x2a;" u2="u" k="25" />
+<hkern u1="&#x2a;" u2="s" k="35" />
+<hkern u1="&#x2a;" u2="r" k="27" />
+<hkern u1="&#x2a;" u2="q" k="57" />
+<hkern u1="&#x2a;" u2="p" k="27" />
+<hkern u1="&#x2a;" u2="o" k="61" />
+<hkern u1="&#x2a;" u2="n" k="27" />
+<hkern u1="&#x2a;" u2="m" k="27" />
+<hkern u1="&#x2a;" u2="g" k="70" />
+<hkern u1="&#x2a;" u2="e" k="59" />
+<hkern u1="&#x2a;" u2="d" k="57" />
+<hkern u1="&#x2a;" u2="c" k="61" />
+<hkern u1="&#x2a;" u2="a" k="43" />
+<hkern u1="&#x2a;" u2="X" k="10" />
+<hkern u1="&#x2a;" u2="R" k="10" />
+<hkern u1="&#x2a;" u2="P" k="10" />
+<hkern u1="&#x2a;" u2="N" k="10" />
+<hkern u1="&#x2a;" u2="M" k="25" />
+<hkern u1="&#x2a;" u2="L" k="10" />
+<hkern u1="&#x2a;" u2="K" k="10" />
+<hkern u1="&#x2a;" u2="J" k="55" />
+<hkern u1="&#x2a;" u2="I" k="10" />
+<hkern u1="&#x2a;" u2="H" k="10" />
+<hkern u1="&#x2a;" u2="F" k="10" />
+<hkern u1="&#x2a;" u2="E" k="10" />
+<hkern u1="&#x2a;" u2="D" k="10" />
+<hkern u1="&#x2a;" u2="B" k="10" />
+<hkern u1="&#x2a;" u2="A" k="70" />
+<hkern u1="&#x2b;" u2="&#x39;" k="12" />
+<hkern u1="&#x2b;" u2="&#x38;" k="31" />
+<hkern u1="&#x2b;" u2="&#x37;" k="80" />
+<hkern u1="&#x2b;" u2="&#x36;" k="10" />
+<hkern u1="&#x2b;" u2="&#x35;" k="25" />
+<hkern u1="&#x2b;" u2="&#x34;" k="18" />
+<hkern u1="&#x2b;" u2="&#x33;" k="63" />
+<hkern u1="&#x2b;" u2="&#x32;" k="82" />
+<hkern u1="&#x2b;" u2="&#x31;" k="45" />
+<hkern u1="&#x2b;" u2="&#x30;" k="14" />
+<hkern u1="&#x2c;" u2="&#x201c;" k="152" />
+<hkern u1="&#x2c;" u2="&#x2018;" k="152" />
+<hkern u1="&#x2c;" u2="&#x39;" k="31" />
+<hkern u1="&#x2c;" u2="&#x38;" k="10" />
+<hkern u1="&#x2c;" u2="&#x36;" k="14" />
+<hkern u1="&#x2c;" u2="&#x31;" k="45" />
+<hkern u1="&#x2c;" u2="&#x30;" k="31" />
+<hkern u1="&#x2c;" u2="&#x27;" k="164" />
+<hkern u1="&#x2c;" u2="&#x22;" k="164" />
+<hkern u1="&#x2d;" u2="&#xde;" k="23" />
+<hkern u1="&#x2d;" u2="x" k="10" />
+<hkern u1="&#x2d;" u2="X" k="43" />
+<hkern u1="&#x2d;" u2="V" k="49" />
+<hkern u1="&#x2d;" u2="P" k="23" />
+<hkern u1="&#x2d;" u2="M" k="14" />
+<hkern u1="&#x2d;" u2="F" k="23" />
+<hkern u1="&#x2d;" u2="B" k="23" />
+<hkern u1="&#x2d;" u2="&#x39;" k="35" />
+<hkern u1="&#x2d;" u2="&#x38;" k="10" />
+<hkern u1="&#x2d;" u2="&#x37;" k="39" />
+<hkern u1="&#x2d;" u2="&#x35;" k="43" />
+<hkern u1="&#x2d;" u2="&#x33;" k="41" />
+<hkern u1="&#x2d;" u2="&#x32;" k="49" />
+<hkern u1="&#x2d;" u2="&#x31;" k="43" />
+<hkern u1="&#x2d;" u2="&#x30;" k="14" />
+<hkern u1="&#x2e;" u2="&#x201c;" k="150" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="150" />
+<hkern u1="&#x2e;" u2="&#x178;" k="68" />
+<hkern u1="&#x2e;" u2="&#x152;" k="33" />
+<hkern u1="&#x2e;" u2="&#xff;" k="31" />
+<hkern u1="&#x2e;" u2="&#xfd;" k="31" />
+<hkern u1="&#x2e;" u2="&#xde;" k="16" />
+<hkern u1="&#x2e;" u2="&#xdd;" k="68" />
+<hkern u1="&#x2e;" u2="&#xdc;" k="35" />
+<hkern u1="&#x2e;" u2="&#xdb;" k="35" />
+<hkern u1="&#x2e;" u2="&#xda;" k="35" />
+<hkern u1="&#x2e;" u2="&#xd9;" k="35" />
+<hkern u1="&#x2e;" u2="&#xd8;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd6;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd5;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd4;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd3;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd2;" k="33" />
+<hkern u1="&#x2e;" u2="&#xd1;" k="14" />
+<hkern u1="&#x2e;" u2="&#xd0;" k="16" />
+<hkern u1="&#x2e;" u2="&#xcf;" k="16" />
+<hkern u1="&#x2e;" u2="&#xce;" k="16" />
+<hkern u1="&#x2e;" u2="&#xcd;" k="16" />
+<hkern u1="&#x2e;" u2="&#xcc;" k="16" />
+<hkern u1="&#x2e;" u2="&#xcb;" k="16" />
+<hkern u1="&#x2e;" u2="&#xca;" k="16" />
+<hkern u1="&#x2e;" u2="&#xc9;" k="16" />
+<hkern u1="&#x2e;" u2="&#xc8;" k="16" />
+<hkern u1="&#x2e;" u2="&#xc7;" k="33" />
+<hkern u1="&#x2e;" u2="y" k="31" />
+<hkern u1="&#x2e;" u2="w" k="20" />
+<hkern u1="&#x2e;" u2="v" k="33" />
+<hkern u1="&#x2e;" u2="Y" k="68" />
+<hkern u1="&#x2e;" u2="W" k="66" />
+<hkern u1="&#x2e;" u2="V" k="76" />
+<hkern u1="&#x2e;" u2="U" k="35" />
+<hkern u1="&#x2e;" u2="T" k="55" />
+<hkern u1="&#x2e;" u2="R" k="16" />
+<hkern u1="&#x2e;" u2="Q" k="33" />
+<hkern u1="&#x2e;" u2="P" k="16" />
+<hkern u1="&#x2e;" u2="O" k="33" />
+<hkern u1="&#x2e;" u2="N" k="14" />
+<hkern u1="&#x2e;" u2="L" k="16" />
+<hkern u1="&#x2e;" u2="K" k="16" />
+<hkern u1="&#x2e;" u2="J" k="-18" />
+<hkern u1="&#x2e;" u2="I" k="16" />
+<hkern u1="&#x2e;" u2="H" k="16" />
+<hkern u1="&#x2e;" u2="G" k="31" />
+<hkern u1="&#x2e;" u2="F" k="16" />
+<hkern u1="&#x2e;" u2="E" k="16" />
+<hkern u1="&#x2e;" u2="D" k="16" />
+<hkern u1="&#x2e;" u2="C" k="33" />
+<hkern u1="&#x2e;" u2="B" k="16" />
+<hkern u1="&#x2e;" u2="&#x39;" k="31" />
+<hkern u1="&#x2e;" u2="&#x36;" k="12" />
+<hkern u1="&#x2e;" u2="&#x31;" k="45" />
+<hkern u1="&#x2e;" u2="&#x30;" k="27" />
+<hkern u1="&#x2e;" u2="&#x27;" k="162" />
+<hkern u1="&#x2e;" u2="&#x22;" k="162" />
+<hkern u1="&#x2f;" g2="uniFB02" k="23" />
+<hkern u1="&#x2f;" g2="uniFB01" k="23" />
+<hkern u1="&#x2f;" u2="&#x178;" k="-43" />
+<hkern u1="&#x2f;" u2="&#x153;" k="51" />
+<hkern u1="&#x2f;" u2="&#x152;" k="10" />
+<hkern u1="&#x2f;" u2="&#xff;" k="14" />
+<hkern u1="&#x2f;" u2="&#xfe;" k="39" />
+<hkern u1="&#x2f;" u2="&#xfd;" k="14" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="51" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="39" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="29" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-90" />
+<hkern u1="&#x2f;" u2="&#xee;" k="-31" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="49" />
+<hkern u1="&#x2f;" u2="&#xea;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="51" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="49" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="49" />
+<hkern u1="&#x2f;" u2="&#xdf;" k="20" />
+<hkern u1="&#x2f;" u2="&#xdd;" k="-43" />
+<hkern u1="&#x2f;" u2="&#xd8;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd6;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd5;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd4;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd3;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd2;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc7;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="53" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="53" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="53" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="53" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="53" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="53" />
+<hkern u1="&#x2f;" u2="z" k="29" />
+<hkern u1="&#x2f;" u2="y" k="14" />
+<hkern u1="&#x2f;" u2="x" k="25" />
+<hkern u1="&#x2f;" u2="w" k="14" />
+<hkern u1="&#x2f;" u2="v" k="12" />
+<hkern u1="&#x2f;" u2="u" k="33" />
+<hkern u1="&#x2f;" u2="t" k="27" />
+<hkern u1="&#x2f;" u2="s" k="41" />
+<hkern u1="&#x2f;" u2="r" k="39" />
+<hkern u1="&#x2f;" u2="q" k="49" />
+<hkern u1="&#x2f;" u2="p" k="39" />
+<hkern u1="&#x2f;" u2="o" k="51" />
+<hkern u1="&#x2f;" u2="n" k="39" />
+<hkern u1="&#x2f;" u2="m" k="39" />
+<hkern u1="&#x2f;" u2="j" k="10" />
+<hkern u1="&#x2f;" u2="g" k="61" />
+<hkern u1="&#x2f;" u2="f" k="23" />
+<hkern u1="&#x2f;" u2="e" k="49" />
+<hkern u1="&#x2f;" u2="d" k="43" />
+<hkern u1="&#x2f;" u2="c" k="51" />
+<hkern u1="&#x2f;" u2="a" k="49" />
+<hkern u1="&#x2f;" u2="Y" k="-43" />
+<hkern u1="&#x2f;" u2="V" k="-35" />
+<hkern u1="&#x2f;" u2="Q" k="10" />
+<hkern u1="&#x2f;" u2="O" k="10" />
+<hkern u1="&#x2f;" u2="M" k="23" />
+<hkern u1="&#x2f;" u2="J" k="27" />
+<hkern u1="&#x2f;" u2="G" k="12" />
+<hkern u1="&#x2f;" u2="C" k="10" />
+<hkern u1="&#x2f;" u2="A" k="53" />
+<hkern u1="&#x2f;" u2="&#x36;" k="18" />
+<hkern u1="&#x2f;" u2="&#x34;" k="31" />
+<hkern u1="&#x2f;" u2="&#x30;" k="16" />
+<hkern u1="&#x30;" u2="&#x7d;" k="31" />
+<hkern u1="&#x30;" u2="]" k="27" />
+<hkern u1="&#x30;" u2="&#x37;" k="12" />
+<hkern u1="&#x30;" u2="&#x33;" k="6" />
+<hkern u1="&#x30;" u2="&#x32;" k="10" />
+<hkern u1="&#x30;" u2="&#x29;" k="23" />
+<hkern u1="&#x31;" u2="&#x7d;" k="10" />
+<hkern u1="&#x31;" u2="]" k="10" />
+<hkern u1="&#x31;" u2="&#x30;" k="6" />
+<hkern u1="&#x32;" u2="&#x7d;" k="10" />
+<hkern u1="&#x32;" u2="&#x34;" k="6" />
+<hkern u1="&#x33;" u2="&#x7d;" k="14" />
+<hkern u1="&#x33;" u2="]" k="12" />
+<hkern u1="&#x34;" u2="&#x7d;" k="25" />
+<hkern u1="&#x34;" u2="]" k="23" />
+<hkern u1="&#x34;" u2="&#x39;" k="12" />
+<hkern u1="&#x34;" u2="&#x37;" k="6" />
+<hkern u1="&#x34;" u2="&#x32;" k="6" />
+<hkern u1="&#x34;" u2="&#x31;" k="12" />
+<hkern u1="&#x34;" u2="&#x29;" k="16" />
+<hkern u1="&#x35;" u2="&#x7d;" k="16" />
+<hkern u1="&#x35;" u2="]" k="14" />
+<hkern u1="&#x35;" u2="&#x31;" k="10" />
+<hkern u1="&#x35;" u2="&#x29;" k="10" />
+<hkern u1="&#x36;" u2="&#x7d;" k="18" />
+<hkern u1="&#x36;" u2="]" k="18" />
+<hkern u1="&#x36;" u2="&#x31;" k="14" />
+<hkern u1="&#x36;" u2="&#x29;" k="10" />
+<hkern u1="&#x37;" u2="&#xa2;" k="59" />
+<hkern u1="&#x37;" u2="&#x7d;" k="-25" />
+<hkern u1="&#x37;" u2="]" k="-29" />
+<hkern u1="&#x37;" u2="&#x37;" k="-12" />
+<hkern u1="&#x37;" u2="&#x36;" k="23" />
+<hkern u1="&#x37;" u2="&#x34;" k="78" />
+<hkern u1="&#x37;" u2="&#x30;" k="8" />
+<hkern u1="&#x38;" u2="&#x7d;" k="14" />
+<hkern u1="&#x38;" u2="]" k="10" />
+<hkern u1="&#x39;" u2="&#x7d;" k="16" />
+<hkern u1="&#x39;" u2="]" k="12" />
+<hkern u1="&#x39;" u2="&#x29;" k="14" />
+<hkern u1="&#x3d;" u2="&#x39;" k="10" />
+<hkern u1="&#x3d;" u2="&#x37;" k="29" />
+<hkern u1="&#x3d;" u2="&#x35;" k="12" />
+<hkern u1="&#x3d;" u2="&#x33;" k="14" />
+<hkern u1="&#x3d;" u2="&#x32;" k="33" />
+<hkern u1="&#x3d;" u2="&#x31;" k="31" />
+<hkern u1="&#x3d;" u2="&#x30;" k="10" />
+<hkern u1="&#x40;" u2="&#x178;" k="37" />
+<hkern u1="&#x40;" u2="&#xdd;" k="37" />
+<hkern u1="&#x40;" u2="Y" k="37" />
+<hkern u1="&#x40;" u2="X" k="16" />
+<hkern u1="&#x40;" u2="W" k="18" />
+<hkern u1="&#x40;" u2="V" k="23" />
+<hkern u1="&#x40;" u2="T" k="25" />
+<hkern u1="&#x40;" u2="&#x27;" k="27" />
+<hkern u1="&#x40;" u2="&#x22;" k="27" />
+<hkern u1="A" u2="&#xf0;" k="20" />
+<hkern u1="A" u2="&#xdf;" k="10" />
+<hkern u1="A" u2="&#x7d;" k="12" />
+<hkern u1="A" u2="v" k="59" />
+<hkern u1="A" u2="q" k="16" />
+<hkern u1="A" u2="m" k="10" />
+<hkern u1="A" u2="b" k="10" />
+<hkern u1="A" u2="]" k="12" />
+<hkern u1="A" u2="\" k="53" />
+<hkern u1="A" u2="V" k="100" />
+<hkern u1="A" u2="Q" k="10" />
+<hkern u1="A" u2="&#x3f;" k="18" />
+<hkern u1="A" u2="&#x2f;" k="-16" />
+<hkern u1="A" u2="&#x2a;" k="70" />
+<hkern u1="A" u2="&#x29;" k="-10" />
+<hkern u1="B" g2="uniFB02" k="45" />
+<hkern u1="B" g2="uniFB01" k="45" />
+<hkern u1="B" u2="&#x201e;" k="14" />
+<hkern u1="B" u2="&#x201d;" k="12" />
+<hkern u1="B" u2="&#x201a;" k="14" />
+<hkern u1="B" u2="&#x2019;" k="12" />
+<hkern u1="B" u2="&#x2014;" k="10" />
+<hkern u1="B" u2="&#x2013;" k="10" />
+<hkern u1="B" u2="&#x178;" k="6" />
+<hkern u1="B" u2="&#x153;" k="20" />
+<hkern u1="B" u2="&#xff;" k="43" />
+<hkern u1="B" u2="&#xfe;" k="35" />
+<hkern u1="B" u2="&#xfd;" k="43" />
+<hkern u1="B" u2="&#xfc;" k="33" />
+<hkern u1="B" u2="&#xfb;" k="33" />
+<hkern u1="B" u2="&#xfa;" k="33" />
+<hkern u1="B" u2="&#xf9;" k="33" />
+<hkern u1="B" u2="&#xf8;" k="20" />
+<hkern u1="B" u2="&#xf6;" k="20" />
+<hkern u1="B" u2="&#xf5;" k="20" />
+<hkern u1="B" u2="&#xf4;" k="20" />
+<hkern u1="B" u2="&#xf3;" k="20" />
+<hkern u1="B" u2="&#xf2;" k="20" />
+<hkern u1="B" u2="&#xf1;" k="35" />
+<hkern u1="B" u2="&#xf0;" k="23" />
+<hkern u1="B" u2="&#xef;" k="8" />
+<hkern u1="B" u2="&#xee;" k="10" />
+<hkern u1="B" u2="&#xed;" k="35" />
+<hkern u1="B" u2="&#xec;" k="35" />
+<hkern u1="B" u2="&#xeb;" k="20" />
+<hkern u1="B" u2="&#xea;" k="20" />
+<hkern u1="B" u2="&#xe9;" k="20" />
+<hkern u1="B" u2="&#xe8;" k="20" />
+<hkern u1="B" u2="&#xe7;" k="20" />
+<hkern u1="B" u2="&#xe6;" k="27" />
+<hkern u1="B" u2="&#xe5;" k="27" />
+<hkern u1="B" u2="&#xe4;" k="27" />
+<hkern u1="B" u2="&#xe3;" k="27" />
+<hkern u1="B" u2="&#xe2;" k="27" />
+<hkern u1="B" u2="&#xe1;" k="27" />
+<hkern u1="B" u2="&#xe0;" k="27" />
+<hkern u1="B" u2="&#xdf;" k="35" />
+<hkern u1="B" u2="&#xdd;" k="6" />
+<hkern u1="B" u2="&#x7d;" k="14" />
+<hkern u1="B" u2="z" k="45" />
+<hkern u1="B" u2="y" k="43" />
+<hkern u1="B" u2="x" k="49" />
+<hkern u1="B" u2="w" k="43" />
+<hkern u1="B" u2="v" k="43" />
+<hkern u1="B" u2="u" k="33" />
+<hkern u1="B" u2="t" k="43" />
+<hkern u1="B" u2="s" k="31" />
+<hkern u1="B" u2="r" k="35" />
+<hkern u1="B" u2="q" k="20" />
+<hkern u1="B" u2="p" k="35" />
+<hkern u1="B" u2="o" k="20" />
+<hkern u1="B" u2="n" k="35" />
+<hkern u1="B" u2="m" k="35" />
+<hkern u1="B" u2="l" k="35" />
+<hkern u1="B" u2="k" k="35" />
+<hkern u1="B" u2="j" k="35" />
+<hkern u1="B" u2="i" k="35" />
+<hkern u1="B" u2="h" k="35" />
+<hkern u1="B" u2="g" k="41" />
+<hkern u1="B" u2="f" k="45" />
+<hkern u1="B" u2="e" k="20" />
+<hkern u1="B" u2="d" k="23" />
+<hkern u1="B" u2="c" k="20" />
+<hkern u1="B" u2="b" k="35" />
+<hkern u1="B" u2="a" k="27" />
+<hkern u1="B" u2="]" k="10" />
+<hkern u1="B" u2="Y" k="6" />
+<hkern u1="B" u2="W" k="6" />
+<hkern u1="B" u2="&#x3a;" k="12" />
+<hkern u1="B" u2="&#x2d;" k="10" />
+<hkern u1="B" u2="&#x2c;" k="10" />
+<hkern u1="B" u2="&#x27;" k="12" />
+<hkern u1="B" u2="&#x22;" k="12" />
+<hkern u1="C" u2="&#xf0;" k="37" />
+<hkern u1="C" u2="&#xef;" k="-72" />
+<hkern u1="C" u2="&#xee;" k="-29" />
+<hkern u1="C" u2="&#xdf;" k="31" />
+<hkern u1="C" u2="x" k="43" />
+<hkern u1="C" u2="v" k="68" />
+<hkern u1="C" u2="q" k="31" />
+<hkern u1="C" u2="m" k="35" />
+<hkern u1="C" u2="b" k="23" />
+<hkern u1="C" u2="Q" k="6" />
+<hkern u1="C" u2="&#x3a;" k="10" />
+<hkern u1="D" u2="&#xf0;" k="25" />
+<hkern u1="D" u2="&#xdf;" k="31" />
+<hkern u1="D" u2="&#x7d;" k="35" />
+<hkern u1="D" u2="x" k="25" />
+<hkern u1="D" u2="q" k="29" />
+<hkern u1="D" u2="m" k="33" />
+<hkern u1="D" u2="b" k="31" />
+<hkern u1="D" u2="]" k="31" />
+<hkern u1="D" u2="\" k="12" />
+<hkern u1="D" u2="X" k="23" />
+<hkern u1="D" u2="V" k="12" />
+<hkern u1="D" u2="&#x3f;" k="20" />
+<hkern u1="D" u2="&#x2f;" k="16" />
+<hkern u1="D" u2="&#x2e;" k="35" />
+<hkern u1="D" u2="&#x2c;" k="35" />
+<hkern u1="D" u2="&#x29;" k="27" />
+<hkern u1="D" u2="&#x21;" k="12" />
+<hkern u1="E" u2="&#xf0;" k="43" />
+<hkern u1="E" u2="&#xef;" k="-35" />
+<hkern u1="E" u2="&#xee;" k="2" />
+<hkern u1="E" u2="&#xdf;" k="37" />
+<hkern u1="E" u2="x" k="27" />
+<hkern u1="E" u2="v" k="51" />
+<hkern u1="E" u2="q" k="41" />
+<hkern u1="E" u2="m" k="37" />
+<hkern u1="E" u2="b" k="29" />
+<hkern u1="F" g2="uniFB02" k="49" />
+<hkern u1="F" g2="uniFB01" k="49" />
+<hkern u1="F" u2="&#x203a;" k="16" />
+<hkern u1="F" u2="&#x2039;" k="20" />
+<hkern u1="F" u2="&#x201e;" k="102" />
+<hkern u1="F" u2="&#x201a;" k="102" />
+<hkern u1="F" u2="&#x2014;" k="25" />
+<hkern u1="F" u2="&#x2013;" k="25" />
+<hkern u1="F" u2="&#x178;" k="-37" />
+<hkern u1="F" u2="&#x153;" k="72" />
+<hkern u1="F" u2="&#xff;" k="39" />
+<hkern u1="F" u2="&#xfe;" k="59" />
+<hkern u1="F" u2="&#xfd;" k="39" />
+<hkern u1="F" u2="&#xfc;" k="61" />
+<hkern u1="F" u2="&#xfb;" k="61" />
+<hkern u1="F" u2="&#xfa;" k="61" />
+<hkern u1="F" u2="&#xf9;" k="61" />
+<hkern u1="F" u2="&#xf8;" k="72" />
+<hkern u1="F" u2="&#xf6;" k="72" />
+<hkern u1="F" u2="&#xf5;" k="72" />
+<hkern u1="F" u2="&#xf4;" k="72" />
+<hkern u1="F" u2="&#xf3;" k="72" />
+<hkern u1="F" u2="&#xf2;" k="72" />
+<hkern u1="F" u2="&#xf1;" k="59" />
+<hkern u1="F" u2="&#xf0;" k="63" />
+<hkern u1="F" u2="&#xef;" k="-84" />
+<hkern u1="F" u2="&#xee;" k="-51" />
+<hkern u1="F" u2="&#xed;" k="18" />
+<hkern u1="F" u2="&#xec;" k="14" />
+<hkern u1="F" u2="&#xeb;" k="72" />
+<hkern u1="F" u2="&#xea;" k="72" />
+<hkern u1="F" u2="&#xe9;" k="72" />
+<hkern u1="F" u2="&#xe8;" k="72" />
+<hkern u1="F" u2="&#xe7;" k="72" />
+<hkern u1="F" u2="&#xe6;" k="74" />
+<hkern u1="F" u2="&#xe5;" k="74" />
+<hkern u1="F" u2="&#xe4;" k="74" />
+<hkern u1="F" u2="&#xe3;" k="74" />
+<hkern u1="F" u2="&#xe2;" k="74" />
+<hkern u1="F" u2="&#xe1;" k="74" />
+<hkern u1="F" u2="&#xe0;" k="74" />
+<hkern u1="F" u2="&#xdf;" k="55" />
+<hkern u1="F" u2="&#xdd;" k="-37" />
+<hkern u1="F" u2="&#xc6;" k="80" />
+<hkern u1="F" u2="&#xc5;" k="51" />
+<hkern u1="F" u2="&#xc4;" k="51" />
+<hkern u1="F" u2="&#xc3;" k="51" />
+<hkern u1="F" u2="&#xc2;" k="51" />
+<hkern u1="F" u2="&#xc1;" k="51" />
+<hkern u1="F" u2="&#xc0;" k="51" />
+<hkern u1="F" u2="&#xbb;" k="16" />
+<hkern u1="F" u2="&#xab;" k="20" />
+<hkern u1="F" u2="z" k="70" />
+<hkern u1="F" u2="y" k="39" />
+<hkern u1="F" u2="x" k="61" />
+<hkern u1="F" u2="w" k="47" />
+<hkern u1="F" u2="v" k="37" />
+<hkern u1="F" u2="u" k="61" />
+<hkern u1="F" u2="t" k="51" />
+<hkern u1="F" u2="s" k="61" />
+<hkern u1="F" u2="r" k="59" />
+<hkern u1="F" u2="q" k="72" />
+<hkern u1="F" u2="p" k="59" />
+<hkern u1="F" u2="o" k="72" />
+<hkern u1="F" u2="n" k="59" />
+<hkern u1="F" u2="m" k="59" />
+<hkern u1="F" u2="l" k="29" />
+<hkern u1="F" u2="k" k="29" />
+<hkern u1="F" u2="j" k="31" />
+<hkern u1="F" u2="i" k="31" />
+<hkern u1="F" u2="h" k="29" />
+<hkern u1="F" u2="g" k="78" />
+<hkern u1="F" u2="f" k="49" />
+<hkern u1="F" u2="e" k="72" />
+<hkern u1="F" u2="d" k="72" />
+<hkern u1="F" u2="c" k="72" />
+<hkern u1="F" u2="b" k="29" />
+<hkern u1="F" u2="a" k="74" />
+<hkern u1="F" u2="Y" k="-37" />
+<hkern u1="F" u2="V" k="-29" />
+<hkern u1="F" u2="M" k="12" />
+<hkern u1="F" u2="J" k="156" />
+<hkern u1="F" u2="A" k="51" />
+<hkern u1="F" u2="&#x3b;" k="18" />
+<hkern u1="F" u2="&#x3a;" k="27" />
+<hkern u1="F" u2="&#x2f;" k="35" />
+<hkern u1="F" u2="&#x2e;" k="100" />
+<hkern u1="F" u2="&#x2d;" k="25" />
+<hkern u1="F" u2="&#x2c;" k="100" />
+<hkern u1="G" u2="&#xf0;" k="16" />
+<hkern u1="G" u2="&#xef;" k="-14" />
+<hkern u1="G" u2="&#xdf;" k="23" />
+<hkern u1="G" u2="x" k="27" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="q" k="16" />
+<hkern u1="G" u2="m" k="23" />
+<hkern u1="G" u2="b" k="23" />
+<hkern u1="H" u2="&#xf0;" k="39" />
+<hkern u1="H" u2="&#xdf;" k="27" />
+<hkern u1="H" u2="&#x7d;" k="10" />
+<hkern u1="H" u2="x" k="45" />
+<hkern u1="H" u2="v" k="43" />
+<hkern u1="H" u2="q" k="41" />
+<hkern u1="H" u2="m" k="27" />
+<hkern u1="H" u2="b" k="27" />
+<hkern u1="H" u2="&#x3f;" k="10" />
+<hkern u1="H" u2="&#x3b;" k="10" />
+<hkern u1="H" u2="&#x3a;" k="16" />
+<hkern u1="H" u2="&#x2f;" k="12" />
+<hkern u1="H" u2="&#x2e;" k="16" />
+<hkern u1="H" u2="&#x2c;" k="16" />
+<hkern u1="H" u2="&#x2a;" k="10" />
+<hkern u1="H" u2="&#x21;" k="12" />
+<hkern u1="I" u2="&#xf0;" k="39" />
+<hkern u1="I" u2="&#xdf;" k="27" />
+<hkern u1="I" u2="&#x7d;" k="10" />
+<hkern u1="I" u2="x" k="45" />
+<hkern u1="I" u2="v" k="43" />
+<hkern u1="I" u2="q" k="41" />
+<hkern u1="I" u2="m" k="27" />
+<hkern u1="I" u2="b" k="27" />
+<hkern u1="I" u2="&#x3f;" k="10" />
+<hkern u1="I" u2="&#x3b;" k="10" />
+<hkern u1="I" u2="&#x3a;" k="16" />
+<hkern u1="I" u2="&#x2f;" k="12" />
+<hkern u1="I" u2="&#x2e;" k="16" />
+<hkern u1="I" u2="&#x2c;" k="16" />
+<hkern u1="I" u2="&#x2a;" k="10" />
+<hkern u1="I" u2="&#x21;" k="12" />
+<hkern u1="J" u2="&#xf0;" k="20" />
+<hkern u1="J" u2="&#xef;" k="-2" />
+<hkern u1="J" u2="&#xdf;" k="12" />
+<hkern u1="J" u2="x" k="29" />
+<hkern u1="J" u2="v" k="10" />
+<hkern u1="J" u2="q" k="23" />
+<hkern u1="J" u2="m" k="10" />
+<hkern u1="J" u2="b" k="12" />
+<hkern u1="K" u2="&#xf0;" k="72" />
+<hkern u1="K" u2="&#xef;" k="-27" />
+<hkern u1="K" u2="&#xdf;" k="37" />
+<hkern u1="K" u2="&#xde;" k="6" />
+<hkern u1="K" u2="v" k="74" />
+<hkern u1="K" u2="q" k="57" />
+<hkern u1="K" u2="m" k="37" />
+<hkern u1="K" u2="b" k="33" />
+<hkern u1="K" u2="Q" k="41" />
+<hkern u1="K" u2="P" k="6" />
+<hkern u1="K" u2="F" k="6" />
+<hkern u1="K" u2="B" k="6" />
+<hkern u1="K" u2="&#x2a;" k="12" />
+<hkern u1="L" u2="&#xf0;" k="12" />
+<hkern u1="L" u2="&#xdf;" k="10" />
+<hkern u1="L" u2="&#xb7;" k="72" />
+<hkern u1="L" u2="&#x7d;" k="37" />
+<hkern u1="L" u2="v" k="57" />
+<hkern u1="L" u2="m" k="10" />
+<hkern u1="L" u2="b" k="10" />
+<hkern u1="L" u2="]" k="39" />
+<hkern u1="L" u2="\" k="57" />
+<hkern u1="L" u2="X" k="-8" />
+<hkern u1="L" u2="V" k="201" />
+<hkern u1="L" u2="Q" k="14" />
+<hkern u1="L" u2="&#x3f;" k="20" />
+<hkern u1="L" u2="&#x2a;" k="94" />
+<hkern u1="M" g2="uniFB02" k="31" />
+<hkern u1="M" g2="uniFB01" k="31" />
+<hkern u1="M" u2="&#x201d;" k="29" />
+<hkern u1="M" u2="&#x2019;" k="29" />
+<hkern u1="M" u2="&#x2014;" k="14" />
+<hkern u1="M" u2="&#x2013;" k="14" />
+<hkern u1="M" u2="&#x178;" k="31" />
+<hkern u1="M" u2="&#x153;" k="27" />
+<hkern u1="M" u2="&#xff;" k="47" />
+<hkern u1="M" u2="&#xfe;" k="23" />
+<hkern u1="M" u2="&#xfd;" k="47" />
+<hkern u1="M" u2="&#xfc;" k="25" />
+<hkern u1="M" u2="&#xfb;" k="25" />
+<hkern u1="M" u2="&#xfa;" k="25" />
+<hkern u1="M" u2="&#xf9;" k="25" />
+<hkern u1="M" u2="&#xf8;" k="27" />
+<hkern u1="M" u2="&#xf6;" k="27" />
+<hkern u1="M" u2="&#xf5;" k="27" />
+<hkern u1="M" u2="&#xf4;" k="27" />
+<hkern u1="M" u2="&#xf3;" k="27" />
+<hkern u1="M" u2="&#xf2;" k="27" />
+<hkern u1="M" u2="&#xf1;" k="23" />
+<hkern u1="M" u2="&#xf0;" k="29" />
+<hkern u1="M" u2="&#xef;" k="23" />
+<hkern u1="M" u2="&#xee;" k="23" />
+<hkern u1="M" u2="&#xed;" k="23" />
+<hkern u1="M" u2="&#xec;" k="23" />
+<hkern u1="M" u2="&#xeb;" k="27" />
+<hkern u1="M" u2="&#xea;" k="27" />
+<hkern u1="M" u2="&#xe9;" k="27" />
+<hkern u1="M" u2="&#xe8;" k="27" />
+<hkern u1="M" u2="&#xe7;" k="27" />
+<hkern u1="M" u2="&#xe6;" k="20" />
+<hkern u1="M" u2="&#xe5;" k="20" />
+<hkern u1="M" u2="&#xe4;" k="20" />
+<hkern u1="M" u2="&#xe3;" k="20" />
+<hkern u1="M" u2="&#xe2;" k="20" />
+<hkern u1="M" u2="&#xe1;" k="20" />
+<hkern u1="M" u2="&#xe0;" k="20" />
+<hkern u1="M" u2="&#xdf;" k="23" />
+<hkern u1="M" u2="&#xdd;" k="31" />
+<hkern u1="M" u2="&#x7d;" k="16" />
+<hkern u1="M" u2="z" k="18" />
+<hkern u1="M" u2="y" k="47" />
+<hkern u1="M" u2="x" k="18" />
+<hkern u1="M" u2="w" k="37" />
+<hkern u1="M" u2="v" k="49" />
+<hkern u1="M" u2="u" k="25" />
+<hkern u1="M" u2="t" k="33" />
+<hkern u1="M" u2="s" k="20" />
+<hkern u1="M" u2="r" k="23" />
+<hkern u1="M" u2="q" k="27" />
+<hkern u1="M" u2="p" k="23" />
+<hkern u1="M" u2="o" k="27" />
+<hkern u1="M" u2="n" k="23" />
+<hkern u1="M" u2="m" k="23" />
+<hkern u1="M" u2="l" k="23" />
+<hkern u1="M" u2="k" k="23" />
+<hkern u1="M" u2="j" k="23" />
+<hkern u1="M" u2="i" k="23" />
+<hkern u1="M" u2="h" k="23" />
+<hkern u1="M" u2="g" k="16" />
+<hkern u1="M" u2="f" k="31" />
+<hkern u1="M" u2="e" k="27" />
+<hkern u1="M" u2="d" k="27" />
+<hkern u1="M" u2="c" k="27" />
+<hkern u1="M" u2="b" k="23" />
+<hkern u1="M" u2="a" k="20" />
+<hkern u1="M" u2="]" k="14" />
+<hkern u1="M" u2="\" k="25" />
+<hkern u1="M" u2="Y" k="31" />
+<hkern u1="M" u2="W" k="18" />
+<hkern u1="M" u2="V" k="27" />
+<hkern u1="M" u2="T" k="25" />
+<hkern u1="M" u2="&#x3f;" k="18" />
+<hkern u1="M" u2="&#x2d;" k="14" />
+<hkern u1="M" u2="&#x2a;" k="25" />
+<hkern u1="M" u2="&#x27;" k="29" />
+<hkern u1="M" u2="&#x22;" k="29" />
+<hkern u1="N" u2="&#xf0;" k="43" />
+<hkern u1="N" u2="&#xdf;" k="27" />
+<hkern u1="N" u2="x" k="43" />
+<hkern u1="N" u2="v" k="43" />
+<hkern u1="N" u2="q" k="43" />
+<hkern u1="N" u2="m" k="27" />
+<hkern u1="N" u2="b" k="27" />
+<hkern u1="N" u2="&#x3f;" k="10" />
+<hkern u1="N" u2="&#x3b;" k="10" />
+<hkern u1="N" u2="&#x3a;" k="16" />
+<hkern u1="N" u2="&#x2f;" k="10" />
+<hkern u1="N" u2="&#x2e;" k="16" />
+<hkern u1="N" u2="&#x2c;" k="16" />
+<hkern u1="N" u2="&#x2a;" k="12" />
+<hkern u1="N" u2="&#x21;" k="12" />
+<hkern u1="O" u2="&#xf0;" k="23" />
+<hkern u1="O" u2="&#xdf;" k="29" />
+<hkern u1="O" u2="&#x7d;" k="33" />
+<hkern u1="O" u2="x" k="25" />
+<hkern u1="O" u2="q" k="27" />
+<hkern u1="O" u2="m" k="33" />
+<hkern u1="O" u2="b" k="29" />
+<hkern u1="O" u2="]" k="29" />
+<hkern u1="O" u2="\" k="10" />
+<hkern u1="O" u2="X" k="20" />
+<hkern u1="O" u2="V" k="10" />
+<hkern u1="O" u2="&#x3f;" k="18" />
+<hkern u1="O" u2="&#x2f;" k="14" />
+<hkern u1="O" u2="&#x2e;" k="33" />
+<hkern u1="O" u2="&#x2c;" k="33" />
+<hkern u1="O" u2="&#x29;" k="25" />
+<hkern u1="O" u2="&#x21;" k="12" />
+<hkern u1="P" g2="uniFB02" k="27" />
+<hkern u1="P" g2="uniFB01" k="27" />
+<hkern u1="P" u2="&#x2039;" k="39" />
+<hkern u1="P" u2="&#x201e;" k="111" />
+<hkern u1="P" u2="&#x201a;" k="111" />
+<hkern u1="P" u2="&#x2014;" k="35" />
+<hkern u1="P" u2="&#x2013;" k="35" />
+<hkern u1="P" u2="&#x153;" k="70" />
+<hkern u1="P" u2="&#xfe;" k="55" />
+<hkern u1="P" u2="&#xfc;" k="47" />
+<hkern u1="P" u2="&#xfb;" k="47" />
+<hkern u1="P" u2="&#xfa;" k="47" />
+<hkern u1="P" u2="&#xf9;" k="47" />
+<hkern u1="P" u2="&#xf8;" k="70" />
+<hkern u1="P" u2="&#xf6;" k="70" />
+<hkern u1="P" u2="&#xf5;" k="70" />
+<hkern u1="P" u2="&#xf4;" k="70" />
+<hkern u1="P" u2="&#xf3;" k="70" />
+<hkern u1="P" u2="&#xf2;" k="70" />
+<hkern u1="P" u2="&#xf1;" k="55" />
+<hkern u1="P" u2="&#xf0;" k="68" />
+<hkern u1="P" u2="&#xef;" k="-33" />
+<hkern u1="P" u2="&#xee;" k="-35" />
+<hkern u1="P" u2="&#xed;" k="14" />
+<hkern u1="P" u2="&#xec;" k="33" />
+<hkern u1="P" u2="&#xeb;" k="70" />
+<hkern u1="P" u2="&#xea;" k="70" />
+<hkern u1="P" u2="&#xe9;" k="70" />
+<hkern u1="P" u2="&#xe8;" k="70" />
+<hkern u1="P" u2="&#xe7;" k="72" />
+<hkern u1="P" u2="&#xe6;" k="68" />
+<hkern u1="P" u2="&#xe5;" k="68" />
+<hkern u1="P" u2="&#xe4;" k="68" />
+<hkern u1="P" u2="&#xe3;" k="68" />
+<hkern u1="P" u2="&#xe2;" k="68" />
+<hkern u1="P" u2="&#xe1;" k="68" />
+<hkern u1="P" u2="&#xe0;" k="68" />
+<hkern u1="P" u2="&#xdf;" k="31" />
+<hkern u1="P" u2="&#xc6;" k="150" />
+<hkern u1="P" u2="&#xc5;" k="80" />
+<hkern u1="P" u2="&#xc4;" k="80" />
+<hkern u1="P" u2="&#xc3;" k="80" />
+<hkern u1="P" u2="&#xc2;" k="80" />
+<hkern u1="P" u2="&#xc1;" k="80" />
+<hkern u1="P" u2="&#xc0;" k="80" />
+<hkern u1="P" u2="&#xab;" k="39" />
+<hkern u1="P" u2="z" k="35" />
+<hkern u1="P" u2="x" k="25" />
+<hkern u1="P" u2="w" k="14" />
+<hkern u1="P" u2="u" k="47" />
+<hkern u1="P" u2="t" k="23" />
+<hkern u1="P" u2="s" k="57" />
+<hkern u1="P" u2="r" k="55" />
+<hkern u1="P" u2="q" k="68" />
+<hkern u1="P" u2="p" k="55" />
+<hkern u1="P" u2="o" k="70" />
+<hkern u1="P" u2="n" k="55" />
+<hkern u1="P" u2="m" k="55" />
+<hkern u1="P" u2="l" k="25" />
+<hkern u1="P" u2="k" k="25" />
+<hkern u1="P" u2="j" k="33" />
+<hkern u1="P" u2="i" k="33" />
+<hkern u1="P" u2="h" k="25" />
+<hkern u1="P" u2="g" k="125" />
+<hkern u1="P" u2="f" k="27" />
+<hkern u1="P" u2="e" k="70" />
+<hkern u1="P" u2="d" k="70" />
+<hkern u1="P" u2="c" k="72" />
+<hkern u1="P" u2="b" k="25" />
+<hkern u1="P" u2="a" k="68" />
+<hkern u1="P" u2="X" k="10" />
+<hkern u1="P" u2="M" k="16" />
+<hkern u1="P" u2="J" k="141" />
+<hkern u1="P" u2="A" k="80" />
+<hkern u1="P" u2="&#x3b;" k="10" />
+<hkern u1="P" u2="&#x3a;" k="16" />
+<hkern u1="P" u2="&#x2f;" k="35" />
+<hkern u1="P" u2="&#x2e;" k="111" />
+<hkern u1="P" u2="&#x2d;" k="35" />
+<hkern u1="P" u2="&#x2c;" k="113" />
+<hkern u1="Q" g2="uniFB02" k="18" />
+<hkern u1="Q" g2="uniFB01" k="18" />
+<hkern u1="Q" u2="&#x201e;" k="45" />
+<hkern u1="Q" u2="&#x201a;" k="45" />
+<hkern u1="Q" u2="&#x2014;" k="10" />
+<hkern u1="Q" u2="&#x2013;" k="10" />
+<hkern u1="Q" u2="&#x178;" k="25" />
+<hkern u1="Q" u2="&#x153;" k="29" />
+<hkern u1="Q" u2="&#xfe;" k="33" />
+<hkern u1="Q" u2="&#xfc;" k="29" />
+<hkern u1="Q" u2="&#xfb;" k="29" />
+<hkern u1="Q" u2="&#xfa;" k="29" />
+<hkern u1="Q" u2="&#xf9;" k="29" />
+<hkern u1="Q" u2="&#xf8;" k="29" />
+<hkern u1="Q" u2="&#xf6;" k="29" />
+<hkern u1="Q" u2="&#xf5;" k="29" />
+<hkern u1="Q" u2="&#xf4;" k="29" />
+<hkern u1="Q" u2="&#xf3;" k="29" />
+<hkern u1="Q" u2="&#xf2;" k="29" />
+<hkern u1="Q" u2="&#xf1;" k="33" />
+<hkern u1="Q" u2="&#xf0;" k="25" />
+<hkern u1="Q" u2="&#xef;" k="33" />
+<hkern u1="Q" u2="&#xee;" k="33" />
+<hkern u1="Q" u2="&#xed;" k="33" />
+<hkern u1="Q" u2="&#xec;" k="33" />
+<hkern u1="Q" u2="&#xeb;" k="29" />
+<hkern u1="Q" u2="&#xea;" k="29" />
+<hkern u1="Q" u2="&#xe9;" k="29" />
+<hkern u1="Q" u2="&#xe8;" k="29" />
+<hkern u1="Q" u2="&#xe7;" k="29" />
+<hkern u1="Q" u2="&#xe6;" k="37" />
+<hkern u1="Q" u2="&#xe5;" k="37" />
+<hkern u1="Q" u2="&#xe4;" k="37" />
+<hkern u1="Q" u2="&#xe3;" k="37" />
+<hkern u1="Q" u2="&#xe2;" k="37" />
+<hkern u1="Q" u2="&#xe1;" k="37" />
+<hkern u1="Q" u2="&#xe0;" k="37" />
+<hkern u1="Q" u2="&#xdf;" k="31" />
+<hkern u1="Q" u2="&#xdd;" k="25" />
+<hkern u1="Q" u2="&#xc6;" k="18" />
+<hkern u1="Q" u2="&#xc5;" k="10" />
+<hkern u1="Q" u2="&#xc4;" k="10" />
+<hkern u1="Q" u2="&#xc3;" k="10" />
+<hkern u1="Q" u2="&#xc2;" k="10" />
+<hkern u1="Q" u2="&#xc1;" k="10" />
+<hkern u1="Q" u2="&#xc0;" k="10" />
+<hkern u1="Q" u2="&#x7d;" k="33" />
+<hkern u1="Q" u2="z" k="25" />
+<hkern u1="Q" u2="x" k="25" />
+<hkern u1="Q" u2="w" k="12" />
+<hkern u1="Q" u2="u" k="29" />
+<hkern u1="Q" u2="t" k="16" />
+<hkern u1="Q" u2="s" k="23" />
+<hkern u1="Q" u2="r" k="33" />
+<hkern u1="Q" u2="q" k="27" />
+<hkern u1="Q" u2="p" k="33" />
+<hkern u1="Q" u2="o" k="29" />
+<hkern u1="Q" u2="n" k="33" />
+<hkern u1="Q" u2="m" k="33" />
+<hkern u1="Q" u2="l" k="29" />
+<hkern u1="Q" u2="k" k="29" />
+<hkern u1="Q" u2="j" k="-33" />
+<hkern u1="Q" u2="i" k="33" />
+<hkern u1="Q" u2="h" k="29" />
+<hkern u1="Q" u2="g" k="57" />
+<hkern u1="Q" u2="f" k="18" />
+<hkern u1="Q" u2="e" k="29" />
+<hkern u1="Q" u2="d" k="29" />
+<hkern u1="Q" u2="c" k="29" />
+<hkern u1="Q" u2="b" k="29" />
+<hkern u1="Q" u2="a" k="37" />
+<hkern u1="Q" u2="]" k="27" />
+<hkern u1="Q" u2="\" k="12" />
+<hkern u1="Q" u2="Z" k="12" />
+<hkern u1="Q" u2="Y" k="25" />
+<hkern u1="Q" u2="X" k="20" />
+<hkern u1="Q" u2="W" k="10" />
+<hkern u1="Q" u2="V" k="10" />
+<hkern u1="Q" u2="T" k="14" />
+<hkern u1="Q" u2="J" k="37" />
+<hkern u1="Q" u2="A" k="10" />
+<hkern u1="Q" u2="&#x3f;" k="20" />
+<hkern u1="Q" u2="&#x2f;" k="14" />
+<hkern u1="Q" u2="&#x2e;" k="33" />
+<hkern u1="Q" u2="&#x2d;" k="10" />
+<hkern u1="Q" u2="&#x2c;" k="35" />
+<hkern u1="Q" u2="&#x29;" k="25" />
+<hkern u1="Q" u2="&#x27;" k="18" />
+<hkern u1="Q" u2="&#x22;" k="18" />
+<hkern u1="Q" u2="&#x21;" k="12" />
+<hkern u1="R" u2="&#xf0;" k="63" />
+<hkern u1="R" u2="&#xef;" k="-2" />
+<hkern u1="R" u2="&#xee;" k="-2" />
+<hkern u1="R" u2="&#xdf;" k="43" />
+<hkern u1="R" u2="&#x7d;" k="10" />
+<hkern u1="R" u2="x" k="29" />
+<hkern u1="R" u2="v" k="33" />
+<hkern u1="R" u2="q" k="63" />
+<hkern u1="R" u2="m" k="55" />
+<hkern u1="R" u2="b" k="37" />
+<hkern u1="R" u2="&#x3a;" k="12" />
+<hkern u1="R" u2="&#x2e;" k="10" />
+<hkern u1="R" u2="&#x2c;" k="10" />
+<hkern u1="S" u2="&#xf0;" k="12" />
+<hkern u1="S" u2="&#xef;" k="-16" />
+<hkern u1="S" u2="&#xdf;" k="25" />
+<hkern u1="S" u2="x" k="41" />
+<hkern u1="S" u2="v" k="39" />
+<hkern u1="S" u2="q" k="10" />
+<hkern u1="S" u2="m" k="25" />
+<hkern u1="S" u2="b" k="25" />
+<hkern u1="S" u2="&#x2a;" k="10" />
+<hkern u1="T" u2="&#xfe;" k="100" />
+<hkern u1="T" u2="&#xf6;" k="119" />
+<hkern u1="T" u2="&#xf5;" k="133" />
+<hkern u1="T" u2="&#xf0;" k="68" />
+<hkern u1="T" u2="&#xef;" k="-115" />
+<hkern u1="T" u2="&#xee;" k="-80" />
+<hkern u1="T" u2="&#xed;" k="-12" />
+<hkern u1="T" u2="&#xec;" k="-14" />
+<hkern u1="T" u2="&#xeb;" k="117" />
+<hkern u1="T" u2="&#xea;" k="143" />
+<hkern u1="T" u2="&#xe4;" k="90" />
+<hkern u1="T" u2="&#xe3;" k="102" />
+<hkern u1="T" u2="&#xe2;" k="109" />
+<hkern u1="T" u2="&#xdf;" k="59" />
+<hkern u1="T" u2="x" k="72" />
+<hkern u1="T" u2="v" k="68" />
+<hkern u1="T" u2="q" k="156" />
+<hkern u1="T" u2="m" k="121" />
+<hkern u1="T" u2="b" k="23" />
+<hkern u1="T" u2="V" k="-59" />
+<hkern u1="T" u2="Q" k="14" />
+<hkern u1="T" u2="M" k="25" />
+<hkern u1="T" u2="&#x40;" k="31" />
+<hkern u1="T" u2="&#x3b;" k="47" />
+<hkern u1="T" u2="&#x3a;" k="66" />
+<hkern u1="T" u2="&#x2f;" k="49" />
+<hkern u1="T" u2="&#x2e;" k="55" />
+<hkern u1="T" u2="&#x2c;" k="57" />
+<hkern u1="U" u2="&#xf0;" k="49" />
+<hkern u1="U" u2="&#xef;" k="4" />
+<hkern u1="U" u2="&#xee;" k="31" />
+<hkern u1="U" u2="&#xdf;" k="43" />
+<hkern u1="U" u2="x" k="55" />
+<hkern u1="U" u2="v" k="35" />
+<hkern u1="U" u2="q" k="55" />
+<hkern u1="U" u2="m" k="43" />
+<hkern u1="U" u2="b" k="45" />
+<hkern u1="U" u2="X" k="6" />
+<hkern u1="U" u2="&#x3b;" k="14" />
+<hkern u1="U" u2="&#x3a;" k="20" />
+<hkern u1="U" u2="&#x2f;" k="25" />
+<hkern u1="U" u2="&#x2e;" k="35" />
+<hkern u1="U" u2="&#x2c;" k="37" />
+<hkern u1="U" u2="&#x21;" k="14" />
+<hkern u1="V" g2="uniFB02" k="68" />
+<hkern u1="V" g2="uniFB01" k="68" />
+<hkern u1="V" u2="&#x203a;" k="29" />
+<hkern u1="V" u2="&#x2039;" k="72" />
+<hkern u1="V" u2="&#x201e;" k="78" />
+<hkern u1="V" u2="&#x201a;" k="78" />
+<hkern u1="V" u2="&#x2014;" k="49" />
+<hkern u1="V" u2="&#x2013;" k="49" />
+<hkern u1="V" u2="&#x178;" k="-37" />
+<hkern u1="V" u2="&#x153;" k="178" />
+<hkern u1="V" u2="&#x152;" k="10" />
+<hkern u1="V" u2="&#xff;" k="57" />
+<hkern u1="V" u2="&#xfe;" k="43" />
+<hkern u1="V" u2="&#xfd;" k="57" />
+<hkern u1="V" u2="&#xfc;" k="111" />
+<hkern u1="V" u2="&#xfb;" k="111" />
+<hkern u1="V" u2="&#xfa;" k="111" />
+<hkern u1="V" u2="&#xf9;" k="111" />
+<hkern u1="V" u2="&#xf8;" k="178" />
+<hkern u1="V" u2="&#xf6;" k="100" />
+<hkern u1="V" u2="&#xf5;" k="139" />
+<hkern u1="V" u2="&#xf4;" k="178" />
+<hkern u1="V" u2="&#xf3;" k="178" />
+<hkern u1="V" u2="&#xf2;" k="178" />
+<hkern u1="V" u2="&#xf1;" k="143" />
+<hkern u1="V" u2="&#xf0;" k="68" />
+<hkern u1="V" u2="&#xef;" k="-109" />
+<hkern u1="V" u2="&#xee;" k="-29" />
+<hkern u1="V" u2="&#xed;" k="25" />
+<hkern u1="V" u2="&#xec;" k="-4" />
+<hkern u1="V" u2="&#xeb;" k="98" />
+<hkern u1="V" u2="&#xea;" k="176" />
+<hkern u1="V" u2="&#xe9;" k="176" />
+<hkern u1="V" u2="&#xe8;" k="176" />
+<hkern u1="V" u2="&#xe7;" k="180" />
+<hkern u1="V" u2="&#xe6;" k="184" />
+<hkern u1="V" u2="&#xe5;" k="184" />
+<hkern u1="V" u2="&#xe4;" k="92" />
+<hkern u1="V" u2="&#xe3;" k="127" />
+<hkern u1="V" u2="&#xe2;" k="164" />
+<hkern u1="V" u2="&#xe1;" k="184" />
+<hkern u1="V" u2="&#xe0;" k="184" />
+<hkern u1="V" u2="&#xdf;" k="57" />
+<hkern u1="V" u2="&#xdd;" k="-37" />
+<hkern u1="V" u2="&#xd8;" k="10" />
+<hkern u1="V" u2="&#xd6;" k="10" />
+<hkern u1="V" u2="&#xd5;" k="10" />
+<hkern u1="V" u2="&#xd4;" k="10" />
+<hkern u1="V" u2="&#xd3;" k="10" />
+<hkern u1="V" u2="&#xd2;" k="10" />
+<hkern u1="V" u2="&#xc7;" k="10" />
+<hkern u1="V" u2="&#xc6;" k="162" />
+<hkern u1="V" u2="&#xc5;" k="102" />
+<hkern u1="V" u2="&#xc4;" k="102" />
+<hkern u1="V" u2="&#xc3;" k="102" />
+<hkern u1="V" u2="&#xc2;" k="102" />
+<hkern u1="V" u2="&#xc1;" k="102" />
+<hkern u1="V" u2="&#xc0;" k="102" />
+<hkern u1="V" u2="&#xbb;" k="29" />
+<hkern u1="V" u2="&#xab;" k="72" />
+<hkern u1="V" u2="&#x7d;" k="-27" />
+<hkern u1="V" u2="z" k="68" />
+<hkern u1="V" u2="y" k="57" />
+<hkern u1="V" u2="x" k="72" />
+<hkern u1="V" u2="w" k="68" />
+<hkern u1="V" u2="v" k="53" />
+<hkern u1="V" u2="u" k="111" />
+<hkern u1="V" u2="t" k="68" />
+<hkern u1="V" u2="s" k="178" />
+<hkern u1="V" u2="r" k="143" />
+<hkern u1="V" u2="q" k="172" />
+<hkern u1="V" u2="p" k="143" />
+<hkern u1="V" u2="o" k="178" />
+<hkern u1="V" u2="n" k="143" />
+<hkern u1="V" u2="m" k="143" />
+<hkern u1="V" u2="l" k="20" />
+<hkern u1="V" u2="k" k="20" />
+<hkern u1="V" u2="j" k="25" />
+<hkern u1="V" u2="i" k="25" />
+<hkern u1="V" u2="h" k="20" />
+<hkern u1="V" u2="g" k="227" />
+<hkern u1="V" u2="f" k="68" />
+<hkern u1="V" u2="e" k="176" />
+<hkern u1="V" u2="d" k="174" />
+<hkern u1="V" u2="c" k="180" />
+<hkern u1="V" u2="b" k="20" />
+<hkern u1="V" u2="a" k="184" />
+<hkern u1="V" u2="]" k="-33" />
+<hkern u1="V" u2="\" k="-35" />
+<hkern u1="V" u2="Y" k="-37" />
+<hkern u1="V" u2="T" k="-59" />
+<hkern u1="V" u2="Q" k="10" />
+<hkern u1="V" u2="O" k="10" />
+<hkern u1="V" u2="M" k="27" />
+<hkern u1="V" u2="J" k="88" />
+<hkern u1="V" u2="G" k="10" />
+<hkern u1="V" u2="C" k="10" />
+<hkern u1="V" u2="A" k="102" />
+<hkern u1="V" u2="&#x40;" k="29" />
+<hkern u1="V" u2="&#x3b;" k="41" />
+<hkern u1="V" u2="&#x3a;" k="61" />
+<hkern u1="V" u2="&#x2f;" k="61" />
+<hkern u1="V" u2="&#x2e;" k="76" />
+<hkern u1="V" u2="&#x2d;" k="49" />
+<hkern u1="V" u2="&#x2c;" k="78" />
+<hkern u1="W" u2="&#xf0;" k="76" />
+<hkern u1="W" u2="&#xef;" k="-59" />
+<hkern u1="W" u2="&#xee;" k="-2" />
+<hkern u1="W" u2="&#xec;" k="12" />
+<hkern u1="W" u2="&#xdf;" k="57" />
+<hkern u1="W" u2="&#xde;" k="6" />
+<hkern u1="W" u2="x" k="72" />
+<hkern u1="W" u2="v" k="55" />
+<hkern u1="W" u2="q" k="115" />
+<hkern u1="W" u2="m" k="98" />
+<hkern u1="W" u2="b" k="39" />
+<hkern u1="W" u2="Q" k="10" />
+<hkern u1="W" u2="P" k="6" />
+<hkern u1="W" u2="M" k="18" />
+<hkern u1="W" u2="F" k="6" />
+<hkern u1="W" u2="B" k="6" />
+<hkern u1="W" u2="&#x40;" k="20" />
+<hkern u1="W" u2="&#x3b;" k="37" />
+<hkern u1="W" u2="&#x3a;" k="45" />
+<hkern u1="W" u2="&#x2f;" k="51" />
+<hkern u1="W" u2="&#x2e;" k="66" />
+<hkern u1="W" u2="&#x2c;" k="68" />
+<hkern u1="X" g2="uniFB02" k="68" />
+<hkern u1="X" g2="uniFB01" k="68" />
+<hkern u1="X" u2="&#x2039;" k="18" />
+<hkern u1="X" u2="&#x2014;" k="43" />
+<hkern u1="X" u2="&#x2013;" k="43" />
+<hkern u1="X" u2="&#x178;" k="-8" />
+<hkern u1="X" u2="&#x153;" k="59" />
+<hkern u1="X" u2="&#x152;" k="20" />
+<hkern u1="X" u2="&#xff;" k="66" />
+<hkern u1="X" u2="&#xfe;" k="39" />
+<hkern u1="X" u2="&#xfd;" k="66" />
+<hkern u1="X" u2="&#xfc;" k="57" />
+<hkern u1="X" u2="&#xfb;" k="57" />
+<hkern u1="X" u2="&#xfa;" k="57" />
+<hkern u1="X" u2="&#xf9;" k="57" />
+<hkern u1="X" u2="&#xf8;" k="59" />
+<hkern u1="X" u2="&#xf6;" k="59" />
+<hkern u1="X" u2="&#xf5;" k="59" />
+<hkern u1="X" u2="&#xf4;" k="59" />
+<hkern u1="X" u2="&#xf3;" k="59" />
+<hkern u1="X" u2="&#xf2;" k="59" />
+<hkern u1="X" u2="&#xf1;" k="41" />
+<hkern u1="X" u2="&#xf0;" k="68" />
+<hkern u1="X" u2="&#xef;" k="-27" />
+<hkern u1="X" u2="&#xee;" k="33" />
+<hkern u1="X" u2="&#xed;" k="33" />
+<hkern u1="X" u2="&#xec;" k="33" />
+<hkern u1="X" u2="&#xeb;" k="57" />
+<hkern u1="X" u2="&#xea;" k="57" />
+<hkern u1="X" u2="&#xe9;" k="57" />
+<hkern u1="X" u2="&#xe8;" k="57" />
+<hkern u1="X" u2="&#xe7;" k="57" />
+<hkern u1="X" u2="&#xe6;" k="31" />
+<hkern u1="X" u2="&#xe5;" k="31" />
+<hkern u1="X" u2="&#xe4;" k="31" />
+<hkern u1="X" u2="&#xe3;" k="31" />
+<hkern u1="X" u2="&#xe2;" k="31" />
+<hkern u1="X" u2="&#xe1;" k="31" />
+<hkern u1="X" u2="&#xe0;" k="31" />
+<hkern u1="X" u2="&#xdf;" k="39" />
+<hkern u1="X" u2="&#xdd;" k="-8" />
+<hkern u1="X" u2="&#xdc;" k="6" />
+<hkern u1="X" u2="&#xdb;" k="6" />
+<hkern u1="X" u2="&#xda;" k="6" />
+<hkern u1="X" u2="&#xd9;" k="6" />
+<hkern u1="X" u2="&#xd8;" k="20" />
+<hkern u1="X" u2="&#xd6;" k="20" />
+<hkern u1="X" u2="&#xd5;" k="20" />
+<hkern u1="X" u2="&#xd4;" k="20" />
+<hkern u1="X" u2="&#xd3;" k="20" />
+<hkern u1="X" u2="&#xd2;" k="20" />
+<hkern u1="X" u2="&#xc7;" k="18" />
+<hkern u1="X" u2="&#xab;" k="18" />
+<hkern u1="X" u2="z" k="23" />
+<hkern u1="X" u2="y" k="66" />
+<hkern u1="X" u2="x" k="18" />
+<hkern u1="X" u2="w" k="68" />
+<hkern u1="X" u2="v" k="68" />
+<hkern u1="X" u2="u" k="57" />
+<hkern u1="X" u2="t" k="68" />
+<hkern u1="X" u2="s" k="29" />
+<hkern u1="X" u2="r" k="41" />
+<hkern u1="X" u2="q" k="57" />
+<hkern u1="X" u2="p" k="39" />
+<hkern u1="X" u2="o" k="59" />
+<hkern u1="X" u2="n" k="41" />
+<hkern u1="X" u2="m" k="41" />
+<hkern u1="X" u2="l" k="33" />
+<hkern u1="X" u2="k" k="33" />
+<hkern u1="X" u2="j" k="33" />
+<hkern u1="X" u2="i" k="33" />
+<hkern u1="X" u2="h" k="33" />
+<hkern u1="X" u2="g" k="12" />
+<hkern u1="X" u2="f" k="68" />
+<hkern u1="X" u2="e" k="57" />
+<hkern u1="X" u2="d" k="57" />
+<hkern u1="X" u2="c" k="57" />
+<hkern u1="X" u2="b" k="33" />
+<hkern u1="X" u2="a" k="31" />
+<hkern u1="X" u2="Y" k="-8" />
+<hkern u1="X" u2="U" k="6" />
+<hkern u1="X" u2="Q" k="20" />
+<hkern u1="X" u2="O" k="20" />
+<hkern u1="X" u2="J" k="-14" />
+<hkern u1="X" u2="G" k="20" />
+<hkern u1="X" u2="C" k="18" />
+<hkern u1="X" u2="&#x2d;" k="43" />
+<hkern u1="X" u2="&#x2a;" k="10" />
+<hkern u1="Y" u2="&#xfe;" k="45" />
+<hkern u1="Y" u2="&#xfc;" k="150" />
+<hkern u1="Y" u2="&#xf6;" k="102" />
+<hkern u1="Y" u2="&#xf5;" k="156" />
+<hkern u1="Y" u2="&#xf4;" k="219" />
+<hkern u1="Y" u2="&#xf2;" k="215" />
+<hkern u1="Y" u2="&#xf0;" k="68" />
+<hkern u1="Y" u2="&#xef;" k="-109" />
+<hkern u1="Y" u2="&#xee;" k="-2" />
+<hkern u1="Y" u2="&#xec;" k="-8" />
+<hkern u1="Y" u2="&#xeb;" k="100" />
+<hkern u1="Y" u2="&#xea;" k="213" />
+<hkern u1="Y" u2="&#xe8;" k="205" />
+<hkern u1="Y" u2="&#xe4;" k="90" />
+<hkern u1="Y" u2="&#xe3;" k="139" />
+<hkern u1="Y" u2="&#xdf;" k="57" />
+<hkern u1="Y" u2="&#x7d;" k="-37" />
+<hkern u1="Y" u2="x" k="74" />
+<hkern u1="Y" u2="v" k="68" />
+<hkern u1="Y" u2="q" k="236" />
+<hkern u1="Y" u2="m" k="162" />
+<hkern u1="Y" u2="b" k="20" />
+<hkern u1="Y" u2="]" k="-41" />
+<hkern u1="Y" u2="\" k="-43" />
+<hkern u1="Y" u2="X" k="-10" />
+<hkern u1="Y" u2="V" k="-41" />
+<hkern u1="Y" u2="Q" k="27" />
+<hkern u1="Y" u2="M" k="33" />
+<hkern u1="Y" u2="&#x40;" k="47" />
+<hkern u1="Y" u2="&#x3b;" k="53" />
+<hkern u1="Y" u2="&#x3a;" k="72" />
+<hkern u1="Y" u2="&#x2f;" k="68" />
+<hkern u1="Y" u2="&#x2e;" k="68" />
+<hkern u1="Y" u2="&#x2c;" k="70" />
+<hkern u1="Y" u2="&#x29;" k="-16" />
+<hkern u1="Z" u2="&#xf0;" k="53" />
+<hkern u1="Z" u2="&#xef;" k="-53" />
+<hkern u1="Z" u2="&#xee;" k="6" />
+<hkern u1="Z" u2="&#xdf;" k="43" />
+<hkern u1="Z" u2="x" k="31" />
+<hkern u1="Z" u2="v" k="66" />
+<hkern u1="Z" u2="q" k="43" />
+<hkern u1="Z" u2="m" k="43" />
+<hkern u1="Z" u2="b" k="31" />
+<hkern u1="Z" u2="Q" k="12" />
+<hkern u1="Z" u2="&#x3a;" k="10" />
+<hkern u1="[" g2="uniFB02" k="29" />
+<hkern u1="[" g2="uniFB01" k="29" />
+<hkern u1="[" u2="&#x178;" k="-41" />
+<hkern u1="[" u2="&#x153;" k="63" />
+<hkern u1="[" u2="&#x152;" k="29" />
+<hkern u1="[" u2="&#xff;" k="31" />
+<hkern u1="[" u2="&#xfe;" k="45" />
+<hkern u1="[" u2="&#xfd;" k="31" />
+<hkern u1="[" u2="&#xfc;" k="47" />
+<hkern u1="[" u2="&#xfb;" k="47" />
+<hkern u1="[" u2="&#xfa;" k="47" />
+<hkern u1="[" u2="&#xf9;" k="47" />
+<hkern u1="[" u2="&#xf8;" k="63" />
+<hkern u1="[" u2="&#xf6;" k="63" />
+<hkern u1="[" u2="&#xf5;" k="63" />
+<hkern u1="[" u2="&#xf4;" k="63" />
+<hkern u1="[" u2="&#xf3;" k="63" />
+<hkern u1="[" u2="&#xf2;" k="63" />
+<hkern u1="[" u2="&#xf1;" k="49" />
+<hkern u1="[" u2="&#xf0;" k="33" />
+<hkern u1="[" u2="&#xef;" k="-113" />
+<hkern u1="[" u2="&#xee;" k="-39" />
+<hkern u1="[" u2="&#xec;" k="-12" />
+<hkern u1="[" u2="&#xeb;" k="63" />
+<hkern u1="[" u2="&#xea;" k="63" />
+<hkern u1="[" u2="&#xe9;" k="63" />
+<hkern u1="[" u2="&#xe8;" k="63" />
+<hkern u1="[" u2="&#xe7;" k="63" />
+<hkern u1="[" u2="&#xe6;" k="61" />
+<hkern u1="[" u2="&#xe5;" k="61" />
+<hkern u1="[" u2="&#xe4;" k="61" />
+<hkern u1="[" u2="&#xe3;" k="61" />
+<hkern u1="[" u2="&#xe2;" k="61" />
+<hkern u1="[" u2="&#xe1;" k="61" />
+<hkern u1="[" u2="&#xe0;" k="61" />
+<hkern u1="[" u2="&#xdf;" k="27" />
+<hkern u1="[" u2="&#xdd;" k="-41" />
+<hkern u1="[" u2="&#xd8;" k="29" />
+<hkern u1="[" u2="&#xd6;" k="29" />
+<hkern u1="[" u2="&#xd5;" k="29" />
+<hkern u1="[" u2="&#xd4;" k="29" />
+<hkern u1="[" u2="&#xd3;" k="29" />
+<hkern u1="[" u2="&#xd2;" k="29" />
+<hkern u1="[" u2="&#xc7;" k="29" />
+<hkern u1="[" u2="&#xc5;" k="12" />
+<hkern u1="[" u2="&#xc4;" k="12" />
+<hkern u1="[" u2="&#xc3;" k="12" />
+<hkern u1="[" u2="&#xc2;" k="12" />
+<hkern u1="[" u2="&#xc1;" k="12" />
+<hkern u1="[" u2="&#xc0;" k="12" />
+<hkern u1="[" u2="z" k="37" />
+<hkern u1="[" u2="y" k="31" />
+<hkern u1="[" u2="x" k="33" />
+<hkern u1="[" u2="w" k="31" />
+<hkern u1="[" u2="v" k="25" />
+<hkern u1="[" u2="u" k="47" />
+<hkern u1="[" u2="t" k="53" />
+<hkern u1="[" u2="s" k="55" />
+<hkern u1="[" u2="r" k="49" />
+<hkern u1="[" u2="q" k="63" />
+<hkern u1="[" u2="p" k="45" />
+<hkern u1="[" u2="o" k="63" />
+<hkern u1="[" u2="n" k="49" />
+<hkern u1="[" u2="m" k="49" />
+<hkern u1="[" u2="j" k="-276" />
+<hkern u1="[" u2="g" k="33" />
+<hkern u1="[" u2="f" k="29" />
+<hkern u1="[" u2="e" k="63" />
+<hkern u1="[" u2="d" k="59" />
+<hkern u1="[" u2="c" k="63" />
+<hkern u1="[" u2="a" k="61" />
+<hkern u1="[" u2="Y" k="-41" />
+<hkern u1="[" u2="V" k="-33" />
+<hkern u1="[" u2="Q" k="29" />
+<hkern u1="[" u2="O" k="29" />
+<hkern u1="[" u2="M" k="14" />
+<hkern u1="[" u2="J" k="10" />
+<hkern u1="[" u2="G" k="29" />
+<hkern u1="[" u2="C" k="29" />
+<hkern u1="[" u2="A" k="12" />
+<hkern u1="[" u2="&#x38;" k="12" />
+<hkern u1="[" u2="&#x36;" k="41" />
+<hkern u1="[" u2="&#x34;" k="47" />
+<hkern u1="[" u2="&#x30;" k="27" />
+<hkern u1="\" u2="&#x178;" k="66" />
+<hkern u1="\" u2="&#x152;" k="14" />
+<hkern u1="\" u2="&#xff;" k="20" />
+<hkern u1="\" u2="&#xfd;" k="20" />
+<hkern u1="\" u2="&#xfc;" k="10" />
+<hkern u1="\" u2="&#xfb;" k="10" />
+<hkern u1="\" u2="&#xfa;" k="10" />
+<hkern u1="\" u2="&#xf9;" k="10" />
+<hkern u1="\" u2="&#xde;" k="12" />
+<hkern u1="\" u2="&#xdd;" k="66" />
+<hkern u1="\" u2="&#xdc;" k="25" />
+<hkern u1="\" u2="&#xdb;" k="25" />
+<hkern u1="\" u2="&#xda;" k="25" />
+<hkern u1="\" u2="&#xd9;" k="25" />
+<hkern u1="\" u2="&#xd8;" k="14" />
+<hkern u1="\" u2="&#xd6;" k="14" />
+<hkern u1="\" u2="&#xd5;" k="14" />
+<hkern u1="\" u2="&#xd4;" k="14" />
+<hkern u1="\" u2="&#xd3;" k="14" />
+<hkern u1="\" u2="&#xd2;" k="14" />
+<hkern u1="\" u2="&#xd1;" k="12" />
+<hkern u1="\" u2="&#xd0;" k="12" />
+<hkern u1="\" u2="&#xcf;" k="12" />
+<hkern u1="\" u2="&#xce;" k="12" />
+<hkern u1="\" u2="&#xcd;" k="12" />
+<hkern u1="\" u2="&#xcc;" k="12" />
+<hkern u1="\" u2="&#xcb;" k="12" />
+<hkern u1="\" u2="&#xca;" k="12" />
+<hkern u1="\" u2="&#xc9;" k="12" />
+<hkern u1="\" u2="&#xc8;" k="12" />
+<hkern u1="\" u2="&#xc7;" k="14" />
+<hkern u1="\" u2="&#xc6;" k="-41" />
+<hkern u1="\" u2="&#xc5;" k="-14" />
+<hkern u1="\" u2="&#xc4;" k="-14" />
+<hkern u1="\" u2="&#xc3;" k="-14" />
+<hkern u1="\" u2="&#xc2;" k="-14" />
+<hkern u1="\" u2="&#xc1;" k="-14" />
+<hkern u1="\" u2="&#xc0;" k="-14" />
+<hkern u1="\" u2="y" k="20" />
+<hkern u1="\" u2="w" k="18" />
+<hkern u1="\" u2="v" k="20" />
+<hkern u1="\" u2="u" k="10" />
+<hkern u1="\" u2="t" k="10" />
+<hkern u1="\" u2="Y" k="66" />
+<hkern u1="\" u2="W" k="51" />
+<hkern u1="\" u2="V" k="61" />
+<hkern u1="\" u2="U" k="25" />
+<hkern u1="\" u2="T" k="49" />
+<hkern u1="\" u2="R" k="12" />
+<hkern u1="\" u2="Q" k="14" />
+<hkern u1="\" u2="P" k="12" />
+<hkern u1="\" u2="O" k="14" />
+<hkern u1="\" u2="N" k="12" />
+<hkern u1="\" u2="L" k="12" />
+<hkern u1="\" u2="K" k="12" />
+<hkern u1="\" u2="J" k="-31" />
+<hkern u1="\" u2="I" k="12" />
+<hkern u1="\" u2="H" k="12" />
+<hkern u1="\" u2="G" k="14" />
+<hkern u1="\" u2="F" k="12" />
+<hkern u1="\" u2="E" k="12" />
+<hkern u1="\" u2="D" k="12" />
+<hkern u1="\" u2="C" k="14" />
+<hkern u1="\" u2="B" k="12" />
+<hkern u1="\" u2="A" k="-14" />
+<hkern u1="\" u2="&#x39;" k="16" />
+<hkern u1="\" u2="&#x31;" k="29" />
+<hkern u1="\" u2="&#x30;" k="16" />
+<hkern u1="\" u2="&#x27;" k="51" />
+<hkern u1="\" u2="&#x22;" k="51" />
+<hkern u1="a" u2="&#x7d;" k="51" />
+<hkern u1="a" u2="]" k="49" />
+<hkern u1="a" u2="\" k="53" />
+<hkern u1="a" u2="X" k="35" />
+<hkern u1="a" u2="V" k="176" />
+<hkern u1="a" u2="Q" k="37" />
+<hkern u1="a" u2="P" k="29" />
+<hkern u1="a" u2="M" k="25" />
+<hkern u1="a" u2="F" k="29" />
+<hkern u1="a" u2="B" k="29" />
+<hkern u1="a" u2="&#x3f;" k="43" />
+<hkern u1="a" u2="&#x2a;" k="51" />
+<hkern u1="a" u2="&#x29;" k="12" />
+<hkern u1="a" u2="&#x21;" k="16" />
+<hkern u1="b" u2="&#x7d;" k="63" />
+<hkern u1="b" u2="x" k="8" />
+<hkern u1="b" u2="]" k="57" />
+<hkern u1="b" u2="\" k="43" />
+<hkern u1="b" u2="X" k="55" />
+<hkern u1="b" u2="V" k="172" />
+<hkern u1="b" u2="Q" k="27" />
+<hkern u1="b" u2="P" k="41" />
+<hkern u1="b" u2="M" k="27" />
+<hkern u1="b" u2="F" k="41" />
+<hkern u1="b" u2="B" k="41" />
+<hkern u1="b" u2="&#x3f;" k="39" />
+<hkern u1="b" u2="&#x2a;" k="57" />
+<hkern u1="b" u2="&#x29;" k="23" />
+<hkern u1="b" u2="&#x21;" k="14" />
+<hkern u1="c" u2="&#x7d;" k="59" />
+<hkern u1="c" u2="]" k="57" />
+<hkern u1="c" u2="\" k="43" />
+<hkern u1="c" u2="X" k="31" />
+<hkern u1="c" u2="V" k="207" />
+<hkern u1="c" u2="Q" k="27" />
+<hkern u1="c" u2="P" k="45" />
+<hkern u1="c" u2="M" k="18" />
+<hkern u1="c" u2="F" k="45" />
+<hkern u1="c" u2="B" k="45" />
+<hkern u1="c" u2="&#x3f;" k="35" />
+<hkern u1="c" u2="&#x2a;" k="39" />
+<hkern u1="c" u2="&#x29;" k="14" />
+<hkern u1="c" u2="&#x21;" k="10" />
+<hkern u1="d" u2="&#xef;" k="-18" />
+<hkern u1="d" u2="X" k="33" />
+<hkern u1="d" u2="V" k="20" />
+<hkern u1="d" u2="Q" k="29" />
+<hkern u1="d" u2="P" k="27" />
+<hkern u1="d" u2="M" k="23" />
+<hkern u1="d" u2="F" k="27" />
+<hkern u1="d" u2="B" k="27" />
+<hkern u1="d" u2="&#x21;" k="14" />
+<hkern u1="e" u2="&#x7d;" k="66" />
+<hkern u1="e" u2="]" k="59" />
+<hkern u1="e" u2="\" k="45" />
+<hkern u1="e" u2="X" k="47" />
+<hkern u1="e" u2="V" k="199" />
+<hkern u1="e" u2="Q" k="23" />
+<hkern u1="e" u2="P" k="45" />
+<hkern u1="e" u2="M" k="25" />
+<hkern u1="e" u2="F" k="45" />
+<hkern u1="e" u2="B" k="45" />
+<hkern u1="e" u2="&#x3f;" k="43" />
+<hkern u1="e" u2="&#x2a;" k="51" />
+<hkern u1="e" u2="&#x29;" k="18" />
+<hkern u1="e" u2="&#x21;" k="18" />
+<hkern u1="f" u2="&#xef;" k="-233" />
+<hkern u1="f" u2="&#xee;" k="-143" />
+<hkern u1="f" u2="&#xed;" k="-80" />
+<hkern u1="f" u2="&#xec;" k="-127" />
+<hkern u1="f" u2="&#x7d;" k="-115" />
+<hkern u1="f" u2="v" k="-6" />
+<hkern u1="f" u2="]" k="-117" />
+<hkern u1="f" u2="\" k="-115" />
+<hkern u1="f" u2="X" k="-78" />
+<hkern u1="f" u2="V" k="-154" />
+<hkern u1="f" u2="P" k="6" />
+<hkern u1="f" u2="M" k="31" />
+<hkern u1="f" u2="F" k="6" />
+<hkern u1="f" u2="B" k="6" />
+<hkern u1="f" u2="&#x3f;" k="-78" />
+<hkern u1="f" u2="&#x2f;" k="14" />
+<hkern u1="f" u2="&#x2e;" k="14" />
+<hkern u1="f" u2="&#x2c;" k="16" />
+<hkern u1="f" u2="&#x2a;" k="-68" />
+<hkern u1="f" u2="&#x29;" k="-92" />
+<hkern u1="g" u2="&#x7d;" k="37" />
+<hkern u1="g" u2="]" k="27" />
+<hkern u1="g" u2="\" k="18" />
+<hkern u1="g" u2="X" k="68" />
+<hkern u1="g" u2="V" k="68" />
+<hkern u1="g" u2="Q" k="10" />
+<hkern u1="g" u2="P" k="43" />
+<hkern u1="g" u2="M" k="41" />
+<hkern u1="g" u2="F" k="43" />
+<hkern u1="g" u2="B" k="43" />
+<hkern u1="g" u2="&#x3f;" k="29" />
+<hkern u1="g" u2="&#x2f;" k="12" />
+<hkern u1="g" u2="&#x2e;" k="10" />
+<hkern u1="g" u2="&#x2c;" k="10" />
+<hkern u1="g" u2="&#x29;" k="29" />
+<hkern u1="g" u2="&#x21;" k="16" />
+<hkern u1="h" u2="&#x7d;" k="47" />
+<hkern u1="h" u2="v" k="10" />
+<hkern u1="h" u2="]" k="45" />
+<hkern u1="h" u2="\" k="51" />
+<hkern u1="h" u2="X" k="33" />
+<hkern u1="h" u2="V" k="201" />
+<hkern u1="h" u2="Q" k="41" />
+<hkern u1="h" u2="P" k="33" />
+<hkern u1="h" u2="M" k="25" />
+<hkern u1="h" u2="F" k="33" />
+<hkern u1="h" u2="B" k="33" />
+<hkern u1="h" u2="&#x3f;" k="39" />
+<hkern u1="h" u2="&#x2a;" k="57" />
+<hkern u1="h" u2="&#x21;" k="14" />
+<hkern u1="i" u2="&#xef;" k="-35" />
+<hkern u1="i" u2="&#x7d;" k="10" />
+<hkern u1="i" u2="\" k="10" />
+<hkern u1="i" u2="X" k="33" />
+<hkern u1="i" u2="V" k="27" />
+<hkern u1="i" u2="Q" k="33" />
+<hkern u1="i" u2="P" k="27" />
+<hkern u1="i" u2="M" k="23" />
+<hkern u1="i" u2="F" k="27" />
+<hkern u1="i" u2="B" k="27" />
+<hkern u1="i" u2="&#x21;" k="14" />
+<hkern u1="j" u2="&#xef;" k="-35" />
+<hkern u1="j" u2="&#x7d;" k="10" />
+<hkern u1="j" u2="\" k="10" />
+<hkern u1="j" u2="X" k="33" />
+<hkern u1="j" u2="V" k="27" />
+<hkern u1="j" u2="Q" k="33" />
+<hkern u1="j" u2="P" k="27" />
+<hkern u1="j" u2="M" k="23" />
+<hkern u1="j" u2="F" k="27" />
+<hkern u1="j" u2="B" k="27" />
+<hkern u1="j" u2="&#x21;" k="14" />
+<hkern u1="k" u2="&#xf0;" k="16" />
+<hkern u1="k" u2="&#x7d;" k="31" />
+<hkern u1="k" u2="q" k="14" />
+<hkern u1="k" u2="]" k="31" />
+<hkern u1="k" u2="\" k="33" />
+<hkern u1="k" u2="X" k="12" />
+<hkern u1="k" u2="V" k="80" />
+<hkern u1="k" u2="Q" k="37" />
+<hkern u1="k" u2="P" k="45" />
+<hkern u1="k" u2="M" k="16" />
+<hkern u1="k" u2="F" k="45" />
+<hkern u1="k" u2="B" k="45" />
+<hkern u1="k" u2="&#x40;" k="10" />
+<hkern u1="k" u2="&#x3f;" k="31" />
+<hkern u1="k" u2="&#x3a;" k="12" />
+<hkern u1="k" u2="&#x2a;" k="18" />
+<hkern u1="k" u2="&#x21;" k="14" />
+<hkern u1="l" u2="&#xef;" k="-18" />
+<hkern u1="l" u2="X" k="33" />
+<hkern u1="l" u2="V" k="20" />
+<hkern u1="l" u2="Q" k="29" />
+<hkern u1="l" u2="P" k="27" />
+<hkern u1="l" u2="M" k="23" />
+<hkern u1="l" u2="F" k="27" />
+<hkern u1="l" u2="B" k="27" />
+<hkern u1="l" u2="&#x21;" k="14" />
+<hkern u1="m" g2="uniFB02" k="6" />
+<hkern u1="m" g2="uniFB01" k="6" />
+<hkern u1="m" u2="&#x201d;" k="53" />
+<hkern u1="m" u2="&#x2019;" k="53" />
+<hkern u1="m" u2="&#x178;" k="248" />
+<hkern u1="m" u2="&#x152;" k="41" />
+<hkern u1="m" u2="&#xff;" k="10" />
+<hkern u1="m" u2="&#xfd;" k="10" />
+<hkern u1="m" u2="&#xdd;" k="248" />
+<hkern u1="m" u2="&#xdc;" k="53" />
+<hkern u1="m" u2="&#xdb;" k="53" />
+<hkern u1="m" u2="&#xda;" k="53" />
+<hkern u1="m" u2="&#xd9;" k="53" />
+<hkern u1="m" u2="&#xd8;" k="41" />
+<hkern u1="m" u2="&#xd6;" k="41" />
+<hkern u1="m" u2="&#xd5;" k="41" />
+<hkern u1="m" u2="&#xd4;" k="41" />
+<hkern u1="m" u2="&#xd3;" k="41" />
+<hkern u1="m" u2="&#xd2;" k="41" />
+<hkern u1="m" u2="&#xd1;" k="31" />
+<hkern u1="m" u2="&#xd0;" k="33" />
+<hkern u1="m" u2="&#xcf;" k="33" />
+<hkern u1="m" u2="&#xce;" k="33" />
+<hkern u1="m" u2="&#xcd;" k="33" />
+<hkern u1="m" u2="&#xcc;" k="33" />
+<hkern u1="m" u2="&#xcb;" k="33" />
+<hkern u1="m" u2="&#xca;" k="33" />
+<hkern u1="m" u2="&#xc9;" k="33" />
+<hkern u1="m" u2="&#xc8;" k="33" />
+<hkern u1="m" u2="&#xc7;" k="41" />
+<hkern u1="m" u2="&#x7d;" k="51" />
+<hkern u1="m" u2="y" k="10" />
+<hkern u1="m" u2="w" k="10" />
+<hkern u1="m" u2="v" k="10" />
+<hkern u1="m" u2="t" k="6" />
+<hkern u1="m" u2="f" k="6" />
+<hkern u1="m" u2="]" k="49" />
+<hkern u1="m" u2="\" k="55" />
+<hkern u1="m" u2="Z" k="27" />
+<hkern u1="m" u2="Y" k="248" />
+<hkern u1="m" u2="X" k="33" />
+<hkern u1="m" u2="W" k="121" />
+<hkern u1="m" u2="V" k="199" />
+<hkern u1="m" u2="U" k="53" />
+<hkern u1="m" u2="T" k="174" />
+<hkern u1="m" u2="S" k="39" />
+<hkern u1="m" u2="R" k="33" />
+<hkern u1="m" u2="Q" k="41" />
+<hkern u1="m" u2="P" k="33" />
+<hkern u1="m" u2="O" k="41" />
+<hkern u1="m" u2="N" k="31" />
+<hkern u1="m" u2="M" k="27" />
+<hkern u1="m" u2="L" k="33" />
+<hkern u1="m" u2="K" k="33" />
+<hkern u1="m" u2="I" k="33" />
+<hkern u1="m" u2="H" k="33" />
+<hkern u1="m" u2="G" k="41" />
+<hkern u1="m" u2="F" k="33" />
+<hkern u1="m" u2="E" k="33" />
+<hkern u1="m" u2="D" k="33" />
+<hkern u1="m" u2="C" k="41" />
+<hkern u1="m" u2="B" k="33" />
+<hkern u1="m" u2="&#x3f;" k="43" />
+<hkern u1="m" u2="&#x2a;" k="57" />
+<hkern u1="m" u2="&#x29;" k="10" />
+<hkern u1="m" u2="&#x27;" k="94" />
+<hkern u1="m" u2="&#x22;" k="94" />
+<hkern u1="m" u2="&#x21;" k="16" />
+<hkern u1="n" u2="&#x7d;" k="51" />
+<hkern u1="n" u2="v" k="10" />
+<hkern u1="n" u2="]" k="49" />
+<hkern u1="n" u2="\" k="55" />
+<hkern u1="n" u2="X" k="33" />
+<hkern u1="n" u2="V" k="201" />
+<hkern u1="n" u2="Q" k="41" />
+<hkern u1="n" u2="P" k="33" />
+<hkern u1="n" u2="M" k="27" />
+<hkern u1="n" u2="F" k="33" />
+<hkern u1="n" u2="B" k="33" />
+<hkern u1="n" u2="&#x3f;" k="43" />
+<hkern u1="n" u2="&#x2a;" k="59" />
+<hkern u1="n" u2="&#x29;" k="10" />
+<hkern u1="n" u2="&#x21;" k="16" />
+<hkern u1="o" u2="&#x7d;" k="70" />
+<hkern u1="o" u2="x" k="10" />
+<hkern u1="o" u2="]" k="63" />
+<hkern u1="o" u2="\" k="51" />
+<hkern u1="o" u2="X" k="57" />
+<hkern u1="o" u2="V" k="176" />
+<hkern u1="o" u2="Q" k="27" />
+<hkern u1="o" u2="P" k="43" />
+<hkern u1="o" u2="M" k="27" />
+<hkern u1="o" u2="F" k="43" />
+<hkern u1="o" u2="B" k="43" />
+<hkern u1="o" u2="&#x3f;" k="45" />
+<hkern u1="o" u2="&#x2a;" k="61" />
+<hkern u1="o" u2="&#x29;" k="31" />
+<hkern u1="o" u2="&#x21;" k="18" />
+<hkern u1="p" u2="&#x201d;" k="53" />
+<hkern u1="p" u2="&#x2019;" k="53" />
+<hkern u1="p" u2="&#x178;" k="231" />
+<hkern u1="p" u2="&#x152;" k="27" />
+<hkern u1="p" u2="&#xdd;" k="231" />
+<hkern u1="p" u2="&#xdc;" k="53" />
+<hkern u1="p" u2="&#xdb;" k="53" />
+<hkern u1="p" u2="&#xda;" k="53" />
+<hkern u1="p" u2="&#xd9;" k="53" />
+<hkern u1="p" u2="&#xd8;" k="27" />
+<hkern u1="p" u2="&#xd6;" k="27" />
+<hkern u1="p" u2="&#xd5;" k="27" />
+<hkern u1="p" u2="&#xd4;" k="27" />
+<hkern u1="p" u2="&#xd3;" k="27" />
+<hkern u1="p" u2="&#xd2;" k="27" />
+<hkern u1="p" u2="&#xd1;" k="41" />
+<hkern u1="p" u2="&#xd0;" k="41" />
+<hkern u1="p" u2="&#xcf;" k="41" />
+<hkern u1="p" u2="&#xce;" k="41" />
+<hkern u1="p" u2="&#xcd;" k="41" />
+<hkern u1="p" u2="&#xcc;" k="41" />
+<hkern u1="p" u2="&#xcb;" k="41" />
+<hkern u1="p" u2="&#xca;" k="41" />
+<hkern u1="p" u2="&#xc9;" k="41" />
+<hkern u1="p" u2="&#xc8;" k="41" />
+<hkern u1="p" u2="&#xc7;" k="27" />
+<hkern u1="p" u2="&#xc5;" k="16" />
+<hkern u1="p" u2="&#xc4;" k="16" />
+<hkern u1="p" u2="&#xc3;" k="16" />
+<hkern u1="p" u2="&#xc2;" k="16" />
+<hkern u1="p" u2="&#xc1;" k="16" />
+<hkern u1="p" u2="&#xc0;" k="16" />
+<hkern u1="p" u2="&#x7d;" k="70" />
+<hkern u1="p" u2="x" k="8" />
+<hkern u1="p" u2="]" k="63" />
+<hkern u1="p" u2="\" k="49" />
+<hkern u1="p" u2="Z" k="41" />
+<hkern u1="p" u2="Y" k="231" />
+<hkern u1="p" u2="X" k="57" />
+<hkern u1="p" u2="W" k="115" />
+<hkern u1="p" u2="V" k="172" />
+<hkern u1="p" u2="U" k="53" />
+<hkern u1="p" u2="T" k="158" />
+<hkern u1="p" u2="S" k="41" />
+<hkern u1="p" u2="R" k="41" />
+<hkern u1="p" u2="Q" k="27" />
+<hkern u1="p" u2="P" k="41" />
+<hkern u1="p" u2="O" k="27" />
+<hkern u1="p" u2="N" k="41" />
+<hkern u1="p" u2="M" k="27" />
+<hkern u1="p" u2="L" k="41" />
+<hkern u1="p" u2="K" k="41" />
+<hkern u1="p" u2="I" k="41" />
+<hkern u1="p" u2="H" k="41" />
+<hkern u1="p" u2="G" k="27" />
+<hkern u1="p" u2="F" k="41" />
+<hkern u1="p" u2="E" k="41" />
+<hkern u1="p" u2="D" k="41" />
+<hkern u1="p" u2="C" k="27" />
+<hkern u1="p" u2="B" k="41" />
+<hkern u1="p" u2="A" k="16" />
+<hkern u1="p" u2="&#x3f;" k="43" />
+<hkern u1="p" u2="&#x2a;" k="59" />
+<hkern u1="p" u2="&#x29;" k="29" />
+<hkern u1="p" u2="&#x27;" k="92" />
+<hkern u1="p" u2="&#x22;" k="92" />
+<hkern u1="p" u2="&#x21;" k="18" />
+<hkern u1="q" u2="&#x201d;" k="27" />
+<hkern u1="q" u2="&#x2019;" k="27" />
+<hkern u1="q" u2="&#x178;" k="158" />
+<hkern u1="q" u2="&#x152;" k="33" />
+<hkern u1="q" u2="&#xdd;" k="158" />
+<hkern u1="q" u2="&#xdc;" k="43" />
+<hkern u1="q" u2="&#xdb;" k="43" />
+<hkern u1="q" u2="&#xda;" k="43" />
+<hkern u1="q" u2="&#xd9;" k="43" />
+<hkern u1="q" u2="&#xd8;" k="33" />
+<hkern u1="q" u2="&#xd6;" k="33" />
+<hkern u1="q" u2="&#xd5;" k="33" />
+<hkern u1="q" u2="&#xd4;" k="33" />
+<hkern u1="q" u2="&#xd3;" k="33" />
+<hkern u1="q" u2="&#xd2;" k="33" />
+<hkern u1="q" u2="&#xd1;" k="27" />
+<hkern u1="q" u2="&#xd0;" k="27" />
+<hkern u1="q" u2="&#xcf;" k="27" />
+<hkern u1="q" u2="&#xce;" k="27" />
+<hkern u1="q" u2="&#xcd;" k="27" />
+<hkern u1="q" u2="&#xcc;" k="27" />
+<hkern u1="q" u2="&#xcb;" k="27" />
+<hkern u1="q" u2="&#xca;" k="27" />
+<hkern u1="q" u2="&#xc9;" k="27" />
+<hkern u1="q" u2="&#xc8;" k="27" />
+<hkern u1="q" u2="&#xc7;" k="33" />
+<hkern u1="q" u2="&#xc5;" k="10" />
+<hkern u1="q" u2="&#xc4;" k="10" />
+<hkern u1="q" u2="&#xc3;" k="10" />
+<hkern u1="q" u2="&#xc2;" k="10" />
+<hkern u1="q" u2="&#xc1;" k="10" />
+<hkern u1="q" u2="&#xc0;" k="10" />
+<hkern u1="q" u2="&#x7d;" k="45" />
+<hkern u1="q" u2="j" k="-193" />
+<hkern u1="q" u2="]" k="59" />
+<hkern u1="q" u2="\" k="39" />
+<hkern u1="q" u2="Z" k="33" />
+<hkern u1="q" u2="Y" k="158" />
+<hkern u1="q" u2="X" k="39" />
+<hkern u1="q" u2="W" k="98" />
+<hkern u1="q" u2="V" k="143" />
+<hkern u1="q" u2="U" k="43" />
+<hkern u1="q" u2="T" k="121" />
+<hkern u1="q" u2="S" k="43" />
+<hkern u1="q" u2="R" k="27" />
+<hkern u1="q" u2="Q" k="33" />
+<hkern u1="q" u2="P" k="27" />
+<hkern u1="q" u2="O" k="33" />
+<hkern u1="q" u2="N" k="27" />
+<hkern u1="q" u2="M" k="23" />
+<hkern u1="q" u2="L" k="27" />
+<hkern u1="q" u2="K" k="27" />
+<hkern u1="q" u2="I" k="27" />
+<hkern u1="q" u2="H" k="27" />
+<hkern u1="q" u2="G" k="33" />
+<hkern u1="q" u2="F" k="27" />
+<hkern u1="q" u2="E" k="27" />
+<hkern u1="q" u2="D" k="27" />
+<hkern u1="q" u2="C" k="33" />
+<hkern u1="q" u2="B" k="27" />
+<hkern u1="q" u2="A" k="10" />
+<hkern u1="q" u2="&#x3f;" k="39" />
+<hkern u1="q" u2="&#x2a;" k="27" />
+<hkern u1="q" u2="&#x29;" k="12" />
+<hkern u1="q" u2="&#x27;" k="76" />
+<hkern u1="q" u2="&#x22;" k="76" />
+<hkern u1="q" u2="&#x21;" k="16" />
+<hkern u1="r" u2="&#x7d;" k="55" />
+<hkern u1="r" u2="v" k="-39" />
+<hkern u1="r" u2="q" k="6" />
+<hkern u1="r" u2="]" k="61" />
+<hkern u1="r" u2="\" k="20" />
+<hkern u1="r" u2="X" k="143" />
+<hkern u1="r" u2="V" k="68" />
+<hkern u1="r" u2="P" k="43" />
+<hkern u1="r" u2="M" k="53" />
+<hkern u1="r" u2="F" k="43" />
+<hkern u1="r" u2="B" k="43" />
+<hkern u1="r" u2="&#x3f;" k="37" />
+<hkern u1="r" u2="&#x2f;" k="25" />
+<hkern u1="r" u2="&#x2e;" k="47" />
+<hkern u1="r" u2="&#x2c;" k="49" />
+<hkern u1="r" u2="&#x29;" k="39" />
+<hkern u1="r" u2="&#x21;" k="16" />
+<hkern u1="s" u2="&#x7d;" k="57" />
+<hkern u1="s" u2="]" k="55" />
+<hkern u1="s" u2="\" k="45" />
+<hkern u1="s" u2="X" k="31" />
+<hkern u1="s" u2="V" k="178" />
+<hkern u1="s" u2="Q" k="31" />
+<hkern u1="s" u2="P" k="47" />
+<hkern u1="s" u2="M" k="18" />
+<hkern u1="s" u2="F" k="47" />
+<hkern u1="s" u2="B" k="47" />
+<hkern u1="s" u2="&#x3f;" k="35" />
+<hkern u1="s" u2="&#x2a;" k="39" />
+<hkern u1="s" u2="&#x29;" k="12" />
+<hkern u1="s" u2="&#x21;" k="10" />
+<hkern u1="t" u2="&#x7d;" k="57" />
+<hkern u1="t" u2="]" k="55" />
+<hkern u1="t" u2="\" k="35" />
+<hkern u1="t" u2="X" k="25" />
+<hkern u1="t" u2="V" k="68" />
+<hkern u1="t" u2="Q" k="27" />
+<hkern u1="t" u2="P" k="43" />
+<hkern u1="t" u2="M" k="16" />
+<hkern u1="t" u2="F" k="43" />
+<hkern u1="t" u2="B" k="43" />
+<hkern u1="t" u2="&#x3f;" k="35" />
+<hkern u1="t" u2="&#x2a;" k="18" />
+<hkern u1="t" u2="&#x21;" k="10" />
+<hkern u1="u" u2="&#x7d;" k="47" />
+<hkern u1="u" u2="]" k="45" />
+<hkern u1="u" u2="\" k="39" />
+<hkern u1="u" u2="X" k="39" />
+<hkern u1="u" u2="V" k="141" />
+<hkern u1="u" u2="Q" k="33" />
+<hkern u1="u" u2="P" k="27" />
+<hkern u1="u" u2="M" k="23" />
+<hkern u1="u" u2="F" k="27" />
+<hkern u1="u" u2="B" k="27" />
+<hkern u1="u" u2="&#x3f;" k="39" />
+<hkern u1="u" u2="&#x2a;" k="27" />
+<hkern u1="u" u2="&#x29;" k="12" />
+<hkern u1="u" u2="&#x21;" k="18" />
+<hkern u1="v" u2="&#x201e;" k="35" />
+<hkern u1="v" u2="&#x201a;" k="35" />
+<hkern u1="v" u2="&#x178;" k="68" />
+<hkern u1="v" u2="&#xdd;" k="68" />
+<hkern u1="v" u2="&#xdc;" k="33" />
+<hkern u1="v" u2="&#xdb;" k="33" />
+<hkern u1="v" u2="&#xda;" k="33" />
+<hkern u1="v" u2="&#xd9;" k="33" />
+<hkern u1="v" u2="&#xd1;" k="43" />
+<hkern u1="v" u2="&#xd0;" k="43" />
+<hkern u1="v" u2="&#xcf;" k="43" />
+<hkern u1="v" u2="&#xce;" k="43" />
+<hkern u1="v" u2="&#xcd;" k="43" />
+<hkern u1="v" u2="&#xcc;" k="43" />
+<hkern u1="v" u2="&#xcb;" k="43" />
+<hkern u1="v" u2="&#xca;" k="43" />
+<hkern u1="v" u2="&#xc9;" k="43" />
+<hkern u1="v" u2="&#xc8;" k="43" />
+<hkern u1="v" u2="&#xc5;" k="59" />
+<hkern u1="v" u2="&#xc4;" k="59" />
+<hkern u1="v" u2="&#xc3;" k="59" />
+<hkern u1="v" u2="&#xc2;" k="59" />
+<hkern u1="v" u2="&#xc1;" k="59" />
+<hkern u1="v" u2="&#xc0;" k="59" />
+<hkern u1="v" u2="&#x7d;" k="29" />
+<hkern u1="v" u2="g" k="23" />
+<hkern u1="v" u2="]" k="29" />
+<hkern u1="v" u2="\" k="12" />
+<hkern u1="v" u2="Z" k="66" />
+<hkern u1="v" u2="Y" k="68" />
+<hkern u1="v" u2="X" k="68" />
+<hkern u1="v" u2="W" k="55" />
+<hkern u1="v" u2="V" k="53" />
+<hkern u1="v" u2="U" k="33" />
+<hkern u1="v" u2="T" k="68" />
+<hkern u1="v" u2="S" k="41" />
+<hkern u1="v" u2="R" k="43" />
+<hkern u1="v" u2="P" k="43" />
+<hkern u1="v" u2="N" k="43" />
+<hkern u1="v" u2="M" k="49" />
+<hkern u1="v" u2="L" k="43" />
+<hkern u1="v" u2="K" k="43" />
+<hkern u1="v" u2="J" k="78" />
+<hkern u1="v" u2="I" k="43" />
+<hkern u1="v" u2="H" k="43" />
+<hkern u1="v" u2="F" k="43" />
+<hkern u1="v" u2="E" k="43" />
+<hkern u1="v" u2="D" k="43" />
+<hkern u1="v" u2="B" k="43" />
+<hkern u1="v" u2="A" k="59" />
+<hkern u1="v" u2="&#x3f;" k="25" />
+<hkern u1="v" u2="&#x2f;" k="20" />
+<hkern u1="v" u2="&#x2e;" k="33" />
+<hkern u1="v" u2="&#x2c;" k="35" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x27;" k="53" />
+<hkern u1="v" u2="&#x22;" k="53" />
+<hkern u1="v" u2="&#x21;" k="16" />
+<hkern u1="w" u2="&#x7d;" k="37" />
+<hkern u1="w" u2="]" k="37" />
+<hkern u1="w" u2="\" k="18" />
+<hkern u1="w" u2="X" k="68" />
+<hkern u1="w" u2="V" k="68" />
+<hkern u1="w" u2="Q" k="12" />
+<hkern u1="w" u2="P" k="49" />
+<hkern u1="w" u2="M" k="37" />
+<hkern u1="w" u2="F" k="49" />
+<hkern u1="w" u2="B" k="49" />
+<hkern u1="w" u2="&#x3f;" k="29" />
+<hkern u1="w" u2="&#x2f;" k="18" />
+<hkern u1="w" u2="&#x2e;" k="18" />
+<hkern u1="w" u2="&#x2c;" k="20" />
+<hkern u1="w" u2="&#x29;" k="27" />
+<hkern u1="w" u2="&#x21;" k="18" />
+<hkern u1="x" u2="&#x2039;" k="16" />
+<hkern u1="x" u2="&#x201d;" k="10" />
+<hkern u1="x" u2="&#x2019;" k="10" />
+<hkern u1="x" u2="&#x2014;" k="10" />
+<hkern u1="x" u2="&#x2013;" k="10" />
+<hkern u1="x" u2="&#x178;" k="74" />
+<hkern u1="x" u2="&#x153;" k="10" />
+<hkern u1="x" u2="&#x152;" k="23" />
+<hkern u1="x" u2="&#xf8;" k="10" />
+<hkern u1="x" u2="&#xf6;" k="10" />
+<hkern u1="x" u2="&#xf5;" k="10" />
+<hkern u1="x" u2="&#xf4;" k="10" />
+<hkern u1="x" u2="&#xf3;" k="10" />
+<hkern u1="x" u2="&#xf2;" k="10" />
+<hkern u1="x" u2="&#xf0;" k="8" />
+<hkern u1="x" u2="&#xeb;" k="8" />
+<hkern u1="x" u2="&#xea;" k="8" />
+<hkern u1="x" u2="&#xe9;" k="8" />
+<hkern u1="x" u2="&#xe8;" k="8" />
+<hkern u1="x" u2="&#xe7;" k="10" />
+<hkern u1="x" u2="&#xdd;" k="74" />
+<hkern u1="x" u2="&#xdc;" k="55" />
+<hkern u1="x" u2="&#xdb;" k="55" />
+<hkern u1="x" u2="&#xda;" k="55" />
+<hkern u1="x" u2="&#xd9;" k="55" />
+<hkern u1="x" u2="&#xd8;" k="23" />
+<hkern u1="x" u2="&#xd6;" k="23" />
+<hkern u1="x" u2="&#xd5;" k="23" />
+<hkern u1="x" u2="&#xd4;" k="23" />
+<hkern u1="x" u2="&#xd3;" k="23" />
+<hkern u1="x" u2="&#xd2;" k="23" />
+<hkern u1="x" u2="&#xd1;" k="43" />
+<hkern u1="x" u2="&#xd0;" k="45" />
+<hkern u1="x" u2="&#xcf;" k="45" />
+<hkern u1="x" u2="&#xce;" k="45" />
+<hkern u1="x" u2="&#xcd;" k="45" />
+<hkern u1="x" u2="&#xcc;" k="45" />
+<hkern u1="x" u2="&#xcb;" k="45" />
+<hkern u1="x" u2="&#xca;" k="45" />
+<hkern u1="x" u2="&#xc9;" k="45" />
+<hkern u1="x" u2="&#xc8;" k="45" />
+<hkern u1="x" u2="&#xc7;" k="23" />
+<hkern u1="x" u2="&#xab;" k="16" />
+<hkern u1="x" u2="&#x7d;" k="35" />
+<hkern u1="x" u2="q" k="8" />
+<hkern u1="x" u2="o" k="10" />
+<hkern u1="x" u2="e" k="8" />
+<hkern u1="x" u2="d" k="8" />
+<hkern u1="x" u2="c" k="10" />
+<hkern u1="x" u2="]" k="35" />
+<hkern u1="x" u2="\" k="25" />
+<hkern u1="x" u2="Z" k="16" />
+<hkern u1="x" u2="Y" k="74" />
+<hkern u1="x" u2="X" k="20" />
+<hkern u1="x" u2="W" k="72" />
+<hkern u1="x" u2="V" k="72" />
+<hkern u1="x" u2="U" k="55" />
+<hkern u1="x" u2="T" k="72" />
+<hkern u1="x" u2="S" k="33" />
+<hkern u1="x" u2="R" k="45" />
+<hkern u1="x" u2="Q" k="23" />
+<hkern u1="x" u2="P" k="45" />
+<hkern u1="x" u2="O" k="23" />
+<hkern u1="x" u2="N" k="43" />
+<hkern u1="x" u2="M" k="18" />
+<hkern u1="x" u2="L" k="45" />
+<hkern u1="x" u2="K" k="45" />
+<hkern u1="x" u2="I" k="45" />
+<hkern u1="x" u2="H" k="45" />
+<hkern u1="x" u2="G" k="25" />
+<hkern u1="x" u2="F" k="45" />
+<hkern u1="x" u2="E" k="45" />
+<hkern u1="x" u2="D" k="45" />
+<hkern u1="x" u2="C" k="23" />
+<hkern u1="x" u2="B" k="45" />
+<hkern u1="x" u2="&#x3f;" k="27" />
+<hkern u1="x" u2="&#x2d;" k="10" />
+<hkern u1="x" u2="&#x2a;" k="10" />
+<hkern u1="x" u2="&#x27;" k="68" />
+<hkern u1="x" u2="&#x22;" k="68" />
+<hkern u1="x" u2="&#x21;" k="12" />
+<hkern u1="y" u2="&#x7d;" k="31" />
+<hkern u1="y" u2="]" k="31" />
+<hkern u1="y" u2="\" k="14" />
+<hkern u1="y" u2="X" k="66" />
+<hkern u1="y" u2="V" k="57" />
+<hkern u1="y" u2="P" k="43" />
+<hkern u1="y" u2="M" k="47" />
+<hkern u1="y" u2="F" k="43" />
+<hkern u1="y" u2="B" k="43" />
+<hkern u1="y" u2="&#x3f;" k="25" />
+<hkern u1="y" u2="&#x2f;" k="20" />
+<hkern u1="y" u2="&#x2e;" k="31" />
+<hkern u1="y" u2="&#x2c;" k="33" />
+<hkern u1="y" u2="&#x29;" k="27" />
+<hkern u1="y" u2="&#x21;" k="16" />
+<hkern u1="z" u2="&#x7d;" k="37" />
+<hkern u1="z" u2="]" k="37" />
+<hkern u1="z" u2="\" k="23" />
+<hkern u1="z" u2="X" k="31" />
+<hkern u1="z" u2="V" k="68" />
+<hkern u1="z" u2="Q" k="20" />
+<hkern u1="z" u2="P" k="47" />
+<hkern u1="z" u2="M" k="23" />
+<hkern u1="z" u2="F" k="47" />
+<hkern u1="z" u2="B" k="47" />
+<hkern u1="z" u2="&#x3f;" k="27" />
+<hkern u1="z" u2="&#x21;" k="12" />
+<hkern u1="&#x7b;" g2="uniFB02" k="31" />
+<hkern u1="&#x7b;" g2="uniFB01" k="31" />
+<hkern u1="&#x7b;" u2="&#x178;" k="-37" />
+<hkern u1="&#x7b;" u2="&#x153;" k="70" />
+<hkern u1="&#x7b;" u2="&#x152;" k="33" />
+<hkern u1="&#x7b;" u2="&#xff;" k="31" />
+<hkern u1="&#x7b;" u2="&#xfe;" k="47" />
+<hkern u1="&#x7b;" u2="&#xfd;" k="31" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="49" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="49" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="49" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="49" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="70" />
+<hkern u1="&#x7b;" u2="&#xf1;" k="51" />
+<hkern u1="&#x7b;" u2="&#xf0;" k="35" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-111" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-14" />
+<hkern u1="&#x7b;" u2="&#xed;" k="10" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-12" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="70" />
+<hkern u1="&#x7b;" u2="&#xea;" k="70" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="70" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="70" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="70" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="63" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="63" />
+<hkern u1="&#x7b;" u2="&#xdf;" k="29" />
+<hkern u1="&#x7b;" u2="&#xde;" k="10" />
+<hkern u1="&#x7b;" u2="&#xdd;" k="-37" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="33" />
+<hkern u1="&#x7b;" u2="&#xd0;" k="10" />
+<hkern u1="&#x7b;" u2="&#xcf;" k="10" />
+<hkern u1="&#x7b;" u2="&#xce;" k="10" />
+<hkern u1="&#x7b;" u2="&#xcd;" k="10" />
+<hkern u1="&#x7b;" u2="&#xcc;" k="10" />
+<hkern u1="&#x7b;" u2="&#xcb;" k="10" />
+<hkern u1="&#x7b;" u2="&#xca;" k="10" />
+<hkern u1="&#x7b;" u2="&#xc9;" k="10" />
+<hkern u1="&#x7b;" u2="&#xc8;" k="10" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="33" />
+<hkern u1="&#x7b;" u2="&#xc5;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc4;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc3;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc2;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc1;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc0;" k="12" />
+<hkern u1="&#x7b;" u2="z" k="39" />
+<hkern u1="&#x7b;" u2="y" k="31" />
+<hkern u1="&#x7b;" u2="x" k="35" />
+<hkern u1="&#x7b;" u2="w" k="33" />
+<hkern u1="&#x7b;" u2="v" k="29" />
+<hkern u1="&#x7b;" u2="u" k="49" />
+<hkern u1="&#x7b;" u2="t" k="53" />
+<hkern u1="&#x7b;" u2="s" k="57" />
+<hkern u1="&#x7b;" u2="r" k="51" />
+<hkern u1="&#x7b;" u2="q" k="70" />
+<hkern u1="&#x7b;" u2="p" k="47" />
+<hkern u1="&#x7b;" u2="o" k="70" />
+<hkern u1="&#x7b;" u2="n" k="51" />
+<hkern u1="&#x7b;" u2="m" k="51" />
+<hkern u1="&#x7b;" u2="j" k="-274" />
+<hkern u1="&#x7b;" u2="i" k="10" />
+<hkern u1="&#x7b;" u2="g" k="33" />
+<hkern u1="&#x7b;" u2="f" k="31" />
+<hkern u1="&#x7b;" u2="e" k="70" />
+<hkern u1="&#x7b;" u2="d" k="66" />
+<hkern u1="&#x7b;" u2="c" k="70" />
+<hkern u1="&#x7b;" u2="a" k="63" />
+<hkern u1="&#x7b;" u2="Y" k="-37" />
+<hkern u1="&#x7b;" u2="V" k="-27" />
+<hkern u1="&#x7b;" u2="R" k="10" />
+<hkern u1="&#x7b;" u2="Q" k="33" />
+<hkern u1="&#x7b;" u2="P" k="10" />
+<hkern u1="&#x7b;" u2="O" k="33" />
+<hkern u1="&#x7b;" u2="M" k="16" />
+<hkern u1="&#x7b;" u2="L" k="10" />
+<hkern u1="&#x7b;" u2="K" k="10" />
+<hkern u1="&#x7b;" u2="J" k="12" />
+<hkern u1="&#x7b;" u2="I" k="10" />
+<hkern u1="&#x7b;" u2="H" k="10" />
+<hkern u1="&#x7b;" u2="G" k="33" />
+<hkern u1="&#x7b;" u2="F" k="10" />
+<hkern u1="&#x7b;" u2="E" k="10" />
+<hkern u1="&#x7b;" u2="D" k="10" />
+<hkern u1="&#x7b;" u2="C" k="33" />
+<hkern u1="&#x7b;" u2="B" k="10" />
+<hkern u1="&#x7b;" u2="A" k="12" />
+<hkern u1="&#x7b;" u2="&#x38;" k="14" />
+<hkern u1="&#x7b;" u2="&#x36;" k="45" />
+<hkern u1="&#x7b;" u2="&#x34;" k="25" />
+<hkern u1="&#x7b;" u2="&#x31;" k="10" />
+<hkern u1="&#x7b;" u2="&#x30;" k="31" />
+<hkern u1="&#xa3;" u2="&#x36;" k="12" />
+<hkern u1="&#xa3;" u2="&#x34;" k="14" />
+<hkern u1="&#xa3;" u2="&#x30;" k="16" />
+<hkern u1="&#xab;" u2="&#xde;" k="10" />
+<hkern u1="&#xab;" u2="V" k="29" />
+<hkern u1="&#xab;" u2="P" k="10" />
+<hkern u1="&#xab;" u2="F" k="10" />
+<hkern u1="&#xab;" u2="B" k="10" />
+<hkern u1="&#xb0;" u2="&#x36;" k="27" />
+<hkern u1="&#xb0;" u2="&#x34;" k="80" />
+<hkern u1="&#xb0;" u2="&#x30;" k="16" />
+<hkern u1="&#xb7;" u2="L" k="18" />
+<hkern u1="&#xb7;" u2="&#x39;" k="10" />
+<hkern u1="&#xb7;" u2="&#x38;" k="14" />
+<hkern u1="&#xb7;" u2="&#x37;" k="57" />
+<hkern u1="&#xb7;" u2="&#x35;" k="16" />
+<hkern u1="&#xb7;" u2="&#x33;" k="41" />
+<hkern u1="&#xb7;" u2="&#x32;" k="72" />
+<hkern u1="&#xb7;" u2="&#x31;" k="45" />
+<hkern u1="&#xbb;" u2="&#xde;" k="12" />
+<hkern u1="&#xbb;" u2="x" k="16" />
+<hkern u1="&#xbb;" u2="X" k="18" />
+<hkern u1="&#xbb;" u2="V" k="72" />
+<hkern u1="&#xbb;" u2="P" k="12" />
+<hkern u1="&#xbb;" u2="F" k="12" />
+<hkern u1="&#xbb;" u2="B" k="12" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc0;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc0;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc0;" u2="v" k="59" />
+<hkern u1="&#xc0;" u2="q" k="16" />
+<hkern u1="&#xc0;" u2="m" k="10" />
+<hkern u1="&#xc0;" u2="b" k="10" />
+<hkern u1="&#xc0;" u2="]" k="12" />
+<hkern u1="&#xc0;" u2="\" k="53" />
+<hkern u1="&#xc0;" u2="V" k="100" />
+<hkern u1="&#xc0;" u2="Q" k="10" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc0;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc0;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc1;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc1;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc1;" u2="v" k="59" />
+<hkern u1="&#xc1;" u2="q" k="16" />
+<hkern u1="&#xc1;" u2="m" k="10" />
+<hkern u1="&#xc1;" u2="b" k="10" />
+<hkern u1="&#xc1;" u2="]" k="12" />
+<hkern u1="&#xc1;" u2="\" k="53" />
+<hkern u1="&#xc1;" u2="V" k="100" />
+<hkern u1="&#xc1;" u2="Q" k="10" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc1;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc1;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc2;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc2;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc2;" u2="v" k="59" />
+<hkern u1="&#xc2;" u2="q" k="16" />
+<hkern u1="&#xc2;" u2="m" k="10" />
+<hkern u1="&#xc2;" u2="b" k="10" />
+<hkern u1="&#xc2;" u2="]" k="12" />
+<hkern u1="&#xc2;" u2="\" k="53" />
+<hkern u1="&#xc2;" u2="V" k="100" />
+<hkern u1="&#xc2;" u2="Q" k="10" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc2;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc2;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc3;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc3;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc3;" u2="v" k="59" />
+<hkern u1="&#xc3;" u2="q" k="16" />
+<hkern u1="&#xc3;" u2="m" k="10" />
+<hkern u1="&#xc3;" u2="b" k="10" />
+<hkern u1="&#xc3;" u2="]" k="12" />
+<hkern u1="&#xc3;" u2="\" k="53" />
+<hkern u1="&#xc3;" u2="V" k="100" />
+<hkern u1="&#xc3;" u2="Q" k="10" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc3;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc3;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc4;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc4;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc4;" u2="v" k="59" />
+<hkern u1="&#xc4;" u2="q" k="16" />
+<hkern u1="&#xc4;" u2="m" k="10" />
+<hkern u1="&#xc4;" u2="b" k="10" />
+<hkern u1="&#xc4;" u2="]" k="12" />
+<hkern u1="&#xc4;" u2="\" k="53" />
+<hkern u1="&#xc4;" u2="V" k="100" />
+<hkern u1="&#xc4;" u2="Q" k="10" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc4;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc4;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="20" />
+<hkern u1="&#xc5;" u2="&#xdf;" k="10" />
+<hkern u1="&#xc5;" u2="&#x7d;" k="12" />
+<hkern u1="&#xc5;" u2="v" k="59" />
+<hkern u1="&#xc5;" u2="q" k="16" />
+<hkern u1="&#xc5;" u2="m" k="10" />
+<hkern u1="&#xc5;" u2="b" k="10" />
+<hkern u1="&#xc5;" u2="]" k="12" />
+<hkern u1="&#xc5;" u2="\" k="53" />
+<hkern u1="&#xc5;" u2="V" k="100" />
+<hkern u1="&#xc5;" u2="Q" k="10" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc5;" u2="&#x2f;" k="-16" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="70" />
+<hkern u1="&#xc5;" u2="&#x29;" k="-10" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc6;" u2="&#xef;" k="-35" />
+<hkern u1="&#xc6;" u2="&#xee;" k="2" />
+<hkern u1="&#xc6;" u2="&#xdf;" k="37" />
+<hkern u1="&#xc6;" u2="x" k="27" />
+<hkern u1="&#xc6;" u2="v" k="51" />
+<hkern u1="&#xc6;" u2="q" k="41" />
+<hkern u1="&#xc6;" u2="m" k="37" />
+<hkern u1="&#xc6;" u2="b" k="29" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="37" />
+<hkern u1="&#xc7;" u2="&#xef;" k="-72" />
+<hkern u1="&#xc7;" u2="&#xee;" k="-29" />
+<hkern u1="&#xc7;" u2="&#xdf;" k="31" />
+<hkern u1="&#xc7;" u2="x" k="43" />
+<hkern u1="&#xc7;" u2="v" k="68" />
+<hkern u1="&#xc7;" u2="q" k="31" />
+<hkern u1="&#xc7;" u2="m" k="35" />
+<hkern u1="&#xc7;" u2="b" k="23" />
+<hkern u1="&#xc7;" u2="Q" k="6" />
+<hkern u1="&#xc7;" u2="&#x3a;" k="10" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc8;" u2="&#xef;" k="-35" />
+<hkern u1="&#xc8;" u2="&#xee;" k="2" />
+<hkern u1="&#xc8;" u2="&#xdf;" k="37" />
+<hkern u1="&#xc8;" u2="x" k="27" />
+<hkern u1="&#xc8;" u2="v" k="51" />
+<hkern u1="&#xc8;" u2="q" k="41" />
+<hkern u1="&#xc8;" u2="m" k="37" />
+<hkern u1="&#xc8;" u2="b" k="29" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc9;" u2="&#xef;" k="-35" />
+<hkern u1="&#xc9;" u2="&#xee;" k="2" />
+<hkern u1="&#xc9;" u2="&#xdf;" k="37" />
+<hkern u1="&#xc9;" u2="x" k="27" />
+<hkern u1="&#xc9;" u2="v" k="51" />
+<hkern u1="&#xc9;" u2="q" k="41" />
+<hkern u1="&#xc9;" u2="m" k="37" />
+<hkern u1="&#xc9;" u2="b" k="29" />
+<hkern u1="&#xca;" u2="&#xf0;" k="43" />
+<hkern u1="&#xca;" u2="&#xef;" k="-35" />
+<hkern u1="&#xca;" u2="&#xee;" k="2" />
+<hkern u1="&#xca;" u2="&#xdf;" k="37" />
+<hkern u1="&#xca;" u2="x" k="27" />
+<hkern u1="&#xca;" u2="v" k="51" />
+<hkern u1="&#xca;" u2="q" k="41" />
+<hkern u1="&#xca;" u2="m" k="37" />
+<hkern u1="&#xca;" u2="b" k="29" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="43" />
+<hkern u1="&#xcb;" u2="&#xef;" k="-35" />
+<hkern u1="&#xcb;" u2="&#xee;" k="2" />
+<hkern u1="&#xcb;" u2="&#xdf;" k="37" />
+<hkern u1="&#xcb;" u2="x" k="27" />
+<hkern u1="&#xcb;" u2="v" k="51" />
+<hkern u1="&#xcb;" u2="q" k="41" />
+<hkern u1="&#xcb;" u2="m" k="37" />
+<hkern u1="&#xcb;" u2="b" k="29" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="39" />
+<hkern u1="&#xcc;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcc;" u2="&#x7d;" k="10" />
+<hkern u1="&#xcc;" u2="x" k="45" />
+<hkern u1="&#xcc;" u2="v" k="43" />
+<hkern u1="&#xcc;" u2="q" k="41" />
+<hkern u1="&#xcc;" u2="m" k="27" />
+<hkern u1="&#xcc;" u2="b" k="27" />
+<hkern u1="&#xcc;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcc;" u2="&#x3b;" k="10" />
+<hkern u1="&#xcc;" u2="&#x3a;" k="16" />
+<hkern u1="&#xcc;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcc;" u2="&#x2e;" k="16" />
+<hkern u1="&#xcc;" u2="&#x2c;" k="16" />
+<hkern u1="&#xcc;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcc;" u2="&#x21;" k="12" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="39" />
+<hkern u1="&#xcd;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcd;" u2="&#x7d;" k="10" />
+<hkern u1="&#xcd;" u2="x" k="45" />
+<hkern u1="&#xcd;" u2="v" k="43" />
+<hkern u1="&#xcd;" u2="q" k="41" />
+<hkern u1="&#xcd;" u2="m" k="27" />
+<hkern u1="&#xcd;" u2="b" k="27" />
+<hkern u1="&#xcd;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcd;" u2="&#x3b;" k="10" />
+<hkern u1="&#xcd;" u2="&#x3a;" k="16" />
+<hkern u1="&#xcd;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcd;" u2="&#x2e;" k="16" />
+<hkern u1="&#xcd;" u2="&#x2c;" k="16" />
+<hkern u1="&#xcd;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcd;" u2="&#x21;" k="12" />
+<hkern u1="&#xce;" u2="&#xf0;" k="39" />
+<hkern u1="&#xce;" u2="&#xdf;" k="27" />
+<hkern u1="&#xce;" u2="&#x7d;" k="10" />
+<hkern u1="&#xce;" u2="x" k="45" />
+<hkern u1="&#xce;" u2="v" k="43" />
+<hkern u1="&#xce;" u2="q" k="41" />
+<hkern u1="&#xce;" u2="m" k="27" />
+<hkern u1="&#xce;" u2="b" k="27" />
+<hkern u1="&#xce;" u2="&#x3f;" k="10" />
+<hkern u1="&#xce;" u2="&#x3b;" k="10" />
+<hkern u1="&#xce;" u2="&#x3a;" k="16" />
+<hkern u1="&#xce;" u2="&#x2f;" k="12" />
+<hkern u1="&#xce;" u2="&#x2e;" k="16" />
+<hkern u1="&#xce;" u2="&#x2c;" k="16" />
+<hkern u1="&#xce;" u2="&#x2a;" k="10" />
+<hkern u1="&#xce;" u2="&#x21;" k="12" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="39" />
+<hkern u1="&#xcf;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcf;" u2="&#x7d;" k="10" />
+<hkern u1="&#xcf;" u2="x" k="45" />
+<hkern u1="&#xcf;" u2="v" k="43" />
+<hkern u1="&#xcf;" u2="q" k="41" />
+<hkern u1="&#xcf;" u2="m" k="27" />
+<hkern u1="&#xcf;" u2="b" k="27" />
+<hkern u1="&#xcf;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcf;" u2="&#x3b;" k="10" />
+<hkern u1="&#xcf;" u2="&#x3a;" k="16" />
+<hkern u1="&#xcf;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcf;" u2="&#x2e;" k="16" />
+<hkern u1="&#xcf;" u2="&#x2c;" k="16" />
+<hkern u1="&#xcf;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcf;" u2="&#x21;" k="12" />
+<hkern u1="&#xd0;" u2="&#xf0;" k="25" />
+<hkern u1="&#xd0;" u2="&#xdf;" k="31" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="35" />
+<hkern u1="&#xd0;" u2="x" k="25" />
+<hkern u1="&#xd0;" u2="q" k="29" />
+<hkern u1="&#xd0;" u2="m" k="33" />
+<hkern u1="&#xd0;" u2="b" k="31" />
+<hkern u1="&#xd0;" u2="]" k="31" />
+<hkern u1="&#xd0;" u2="\" k="12" />
+<hkern u1="&#xd0;" u2="X" k="23" />
+<hkern u1="&#xd0;" u2="V" k="12" />
+<hkern u1="&#xd0;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd0;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd0;" u2="&#x2e;" k="35" />
+<hkern u1="&#xd0;" u2="&#x2c;" k="35" />
+<hkern u1="&#xd0;" u2="&#x29;" k="27" />
+<hkern u1="&#xd0;" u2="&#x21;" k="12" />
+<hkern u1="&#xd1;" u2="&#xf0;" k="43" />
+<hkern u1="&#xd1;" u2="&#xdf;" k="27" />
+<hkern u1="&#xd1;" u2="x" k="43" />
+<hkern u1="&#xd1;" u2="v" k="43" />
+<hkern u1="&#xd1;" u2="q" k="43" />
+<hkern u1="&#xd1;" u2="m" k="27" />
+<hkern u1="&#xd1;" u2="b" k="27" />
+<hkern u1="&#xd1;" u2="&#x3f;" k="10" />
+<hkern u1="&#xd1;" u2="&#x3b;" k="10" />
+<hkern u1="&#xd1;" u2="&#x3a;" k="16" />
+<hkern u1="&#xd1;" u2="&#x2f;" k="10" />
+<hkern u1="&#xd1;" u2="&#x2e;" k="16" />
+<hkern u1="&#xd1;" u2="&#x2c;" k="16" />
+<hkern u1="&#xd1;" u2="&#x2a;" k="12" />
+<hkern u1="&#xd1;" u2="&#x21;" k="12" />
+<hkern u1="&#xd2;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd2;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd2;" u2="x" k="25" />
+<hkern u1="&#xd2;" u2="q" k="27" />
+<hkern u1="&#xd2;" u2="m" k="33" />
+<hkern u1="&#xd2;" u2="b" k="29" />
+<hkern u1="&#xd2;" u2="]" k="29" />
+<hkern u1="&#xd2;" u2="\" k="10" />
+<hkern u1="&#xd2;" u2="X" k="20" />
+<hkern u1="&#xd2;" u2="V" k="10" />
+<hkern u1="&#xd2;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd2;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd2;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd2;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd2;" u2="&#x29;" k="25" />
+<hkern u1="&#xd2;" u2="&#x21;" k="12" />
+<hkern u1="&#xd3;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd3;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd3;" u2="x" k="25" />
+<hkern u1="&#xd3;" u2="q" k="27" />
+<hkern u1="&#xd3;" u2="m" k="33" />
+<hkern u1="&#xd3;" u2="b" k="29" />
+<hkern u1="&#xd3;" u2="]" k="29" />
+<hkern u1="&#xd3;" u2="\" k="10" />
+<hkern u1="&#xd3;" u2="X" k="20" />
+<hkern u1="&#xd3;" u2="V" k="10" />
+<hkern u1="&#xd3;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd3;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd3;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd3;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd3;" u2="&#x29;" k="25" />
+<hkern u1="&#xd3;" u2="&#x21;" k="12" />
+<hkern u1="&#xd4;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd4;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd4;" u2="x" k="25" />
+<hkern u1="&#xd4;" u2="q" k="27" />
+<hkern u1="&#xd4;" u2="m" k="33" />
+<hkern u1="&#xd4;" u2="b" k="29" />
+<hkern u1="&#xd4;" u2="]" k="29" />
+<hkern u1="&#xd4;" u2="\" k="10" />
+<hkern u1="&#xd4;" u2="X" k="20" />
+<hkern u1="&#xd4;" u2="V" k="10" />
+<hkern u1="&#xd4;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd4;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd4;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd4;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd4;" u2="&#x29;" k="25" />
+<hkern u1="&#xd4;" u2="&#x21;" k="12" />
+<hkern u1="&#xd5;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd5;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd5;" u2="x" k="25" />
+<hkern u1="&#xd5;" u2="q" k="27" />
+<hkern u1="&#xd5;" u2="m" k="33" />
+<hkern u1="&#xd5;" u2="b" k="29" />
+<hkern u1="&#xd5;" u2="]" k="29" />
+<hkern u1="&#xd5;" u2="\" k="10" />
+<hkern u1="&#xd5;" u2="X" k="20" />
+<hkern u1="&#xd5;" u2="V" k="10" />
+<hkern u1="&#xd5;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd5;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd5;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd5;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd5;" u2="&#x29;" k="25" />
+<hkern u1="&#xd5;" u2="&#x21;" k="12" />
+<hkern u1="&#xd6;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd6;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd6;" u2="x" k="25" />
+<hkern u1="&#xd6;" u2="q" k="27" />
+<hkern u1="&#xd6;" u2="m" k="33" />
+<hkern u1="&#xd6;" u2="b" k="29" />
+<hkern u1="&#xd6;" u2="]" k="29" />
+<hkern u1="&#xd6;" u2="\" k="10" />
+<hkern u1="&#xd6;" u2="X" k="20" />
+<hkern u1="&#xd6;" u2="V" k="10" />
+<hkern u1="&#xd6;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd6;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd6;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd6;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd6;" u2="&#x29;" k="25" />
+<hkern u1="&#xd6;" u2="&#x21;" k="12" />
+<hkern u1="&#xd8;" u2="&#xf0;" k="23" />
+<hkern u1="&#xd8;" u2="&#xdf;" k="29" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="33" />
+<hkern u1="&#xd8;" u2="x" k="25" />
+<hkern u1="&#xd8;" u2="q" k="27" />
+<hkern u1="&#xd8;" u2="m" k="33" />
+<hkern u1="&#xd8;" u2="b" k="29" />
+<hkern u1="&#xd8;" u2="]" k="29" />
+<hkern u1="&#xd8;" u2="\" k="10" />
+<hkern u1="&#xd8;" u2="X" k="20" />
+<hkern u1="&#xd8;" u2="V" k="10" />
+<hkern u1="&#xd8;" u2="&#x3f;" k="18" />
+<hkern u1="&#xd8;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd8;" u2="&#x2e;" k="33" />
+<hkern u1="&#xd8;" u2="&#x2c;" k="33" />
+<hkern u1="&#xd8;" u2="&#x29;" k="25" />
+<hkern u1="&#xd8;" u2="&#x21;" k="12" />
+<hkern u1="&#xd9;" u2="&#xf0;" k="49" />
+<hkern u1="&#xd9;" u2="&#xef;" k="4" />
+<hkern u1="&#xd9;" u2="&#xee;" k="31" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="43" />
+<hkern u1="&#xd9;" u2="x" k="55" />
+<hkern u1="&#xd9;" u2="v" k="35" />
+<hkern u1="&#xd9;" u2="q" k="55" />
+<hkern u1="&#xd9;" u2="m" k="43" />
+<hkern u1="&#xd9;" u2="b" k="45" />
+<hkern u1="&#xd9;" u2="X" k="6" />
+<hkern u1="&#xd9;" u2="&#x3b;" k="14" />
+<hkern u1="&#xd9;" u2="&#x3a;" k="20" />
+<hkern u1="&#xd9;" u2="&#x2f;" k="25" />
+<hkern u1="&#xd9;" u2="&#x2e;" k="35" />
+<hkern u1="&#xd9;" u2="&#x2c;" k="37" />
+<hkern u1="&#xd9;" u2="&#x21;" k="14" />
+<hkern u1="&#xda;" u2="&#xf0;" k="49" />
+<hkern u1="&#xda;" u2="&#xef;" k="4" />
+<hkern u1="&#xda;" u2="&#xee;" k="31" />
+<hkern u1="&#xda;" u2="&#xdf;" k="43" />
+<hkern u1="&#xda;" u2="x" k="55" />
+<hkern u1="&#xda;" u2="v" k="35" />
+<hkern u1="&#xda;" u2="q" k="55" />
+<hkern u1="&#xda;" u2="m" k="43" />
+<hkern u1="&#xda;" u2="b" k="45" />
+<hkern u1="&#xda;" u2="X" k="6" />
+<hkern u1="&#xda;" u2="&#x3b;" k="14" />
+<hkern u1="&#xda;" u2="&#x3a;" k="20" />
+<hkern u1="&#xda;" u2="&#x2f;" k="25" />
+<hkern u1="&#xda;" u2="&#x2e;" k="35" />
+<hkern u1="&#xda;" u2="&#x2c;" k="37" />
+<hkern u1="&#xda;" u2="&#x21;" k="14" />
+<hkern u1="&#xdb;" u2="&#xf0;" k="49" />
+<hkern u1="&#xdb;" u2="&#xef;" k="4" />
+<hkern u1="&#xdb;" u2="&#xee;" k="31" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdb;" u2="x" k="55" />
+<hkern u1="&#xdb;" u2="v" k="35" />
+<hkern u1="&#xdb;" u2="q" k="55" />
+<hkern u1="&#xdb;" u2="m" k="43" />
+<hkern u1="&#xdb;" u2="b" k="45" />
+<hkern u1="&#xdb;" u2="X" k="6" />
+<hkern u1="&#xdb;" u2="&#x3b;" k="14" />
+<hkern u1="&#xdb;" u2="&#x3a;" k="20" />
+<hkern u1="&#xdb;" u2="&#x2f;" k="25" />
+<hkern u1="&#xdb;" u2="&#x2e;" k="35" />
+<hkern u1="&#xdb;" u2="&#x2c;" k="37" />
+<hkern u1="&#xdb;" u2="&#x21;" k="14" />
+<hkern u1="&#xdc;" u2="&#xf0;" k="49" />
+<hkern u1="&#xdc;" u2="&#xef;" k="4" />
+<hkern u1="&#xdc;" u2="&#xee;" k="31" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdc;" u2="x" k="55" />
+<hkern u1="&#xdc;" u2="v" k="35" />
+<hkern u1="&#xdc;" u2="q" k="55" />
+<hkern u1="&#xdc;" u2="m" k="43" />
+<hkern u1="&#xdc;" u2="b" k="45" />
+<hkern u1="&#xdc;" u2="X" k="6" />
+<hkern u1="&#xdc;" u2="&#x3b;" k="14" />
+<hkern u1="&#xdc;" u2="&#x3a;" k="20" />
+<hkern u1="&#xdc;" u2="&#x2f;" k="25" />
+<hkern u1="&#xdc;" u2="&#x2e;" k="35" />
+<hkern u1="&#xdc;" u2="&#x2c;" k="37" />
+<hkern u1="&#xdc;" u2="&#x21;" k="14" />
+<hkern u1="&#xdd;" u2="&#xfe;" k="45" />
+<hkern u1="&#xdd;" u2="&#xfc;" k="150" />
+<hkern u1="&#xdd;" u2="&#xf6;" k="102" />
+<hkern u1="&#xdd;" u2="&#xf5;" k="156" />
+<hkern u1="&#xdd;" u2="&#xf4;" k="219" />
+<hkern u1="&#xdd;" u2="&#xf2;" k="215" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="68" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-109" />
+<hkern u1="&#xdd;" u2="&#xee;" k="-2" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-8" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="100" />
+<hkern u1="&#xdd;" u2="&#xea;" k="213" />
+<hkern u1="&#xdd;" u2="&#xe8;" k="205" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="90" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="139" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="57" />
+<hkern u1="&#xdd;" u2="&#x7d;" k="-37" />
+<hkern u1="&#xdd;" u2="x" k="74" />
+<hkern u1="&#xdd;" u2="v" k="68" />
+<hkern u1="&#xdd;" u2="q" k="236" />
+<hkern u1="&#xdd;" u2="m" k="162" />
+<hkern u1="&#xdd;" u2="b" k="20" />
+<hkern u1="&#xdd;" u2="]" k="-41" />
+<hkern u1="&#xdd;" u2="\" k="-43" />
+<hkern u1="&#xdd;" u2="X" k="-10" />
+<hkern u1="&#xdd;" u2="V" k="-41" />
+<hkern u1="&#xdd;" u2="Q" k="27" />
+<hkern u1="&#xdd;" u2="M" k="33" />
+<hkern u1="&#xdd;" u2="&#x40;" k="47" />
+<hkern u1="&#xdd;" u2="&#x3b;" k="53" />
+<hkern u1="&#xdd;" u2="&#x3a;" k="72" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="68" />
+<hkern u1="&#xdd;" u2="&#x2e;" k="68" />
+<hkern u1="&#xdd;" u2="&#x2c;" k="70" />
+<hkern u1="&#xdd;" u2="&#x29;" k="-16" />
+<hkern u1="&#xde;" u2="&#x201e;" k="57" />
+<hkern u1="&#xde;" u2="&#x201a;" k="57" />
+<hkern u1="&#xde;" u2="&#x178;" k="39" />
+<hkern u1="&#xde;" u2="&#x153;" k="20" />
+<hkern u1="&#xde;" u2="&#xfe;" k="23" />
+<hkern u1="&#xde;" u2="&#xfc;" k="18" />
+<hkern u1="&#xde;" u2="&#xfb;" k="18" />
+<hkern u1="&#xde;" u2="&#xfa;" k="18" />
+<hkern u1="&#xde;" u2="&#xf9;" k="18" />
+<hkern u1="&#xde;" u2="&#xf8;" k="20" />
+<hkern u1="&#xde;" u2="&#xf6;" k="20" />
+<hkern u1="&#xde;" u2="&#xf5;" k="20" />
+<hkern u1="&#xde;" u2="&#xf4;" k="20" />
+<hkern u1="&#xde;" u2="&#xf3;" k="20" />
+<hkern u1="&#xde;" u2="&#xf2;" k="20" />
+<hkern u1="&#xde;" u2="&#xf1;" k="23" />
+<hkern u1="&#xde;" u2="&#xef;" k="23" />
+<hkern u1="&#xde;" u2="&#xee;" k="23" />
+<hkern u1="&#xde;" u2="&#xed;" k="23" />
+<hkern u1="&#xde;" u2="&#xec;" k="23" />
+<hkern u1="&#xde;" u2="&#xeb;" k="20" />
+<hkern u1="&#xde;" u2="&#xea;" k="20" />
+<hkern u1="&#xde;" u2="&#xe9;" k="20" />
+<hkern u1="&#xde;" u2="&#xe8;" k="20" />
+<hkern u1="&#xde;" u2="&#xe7;" k="20" />
+<hkern u1="&#xde;" u2="&#xe6;" k="31" />
+<hkern u1="&#xde;" u2="&#xe5;" k="31" />
+<hkern u1="&#xde;" u2="&#xe4;" k="31" />
+<hkern u1="&#xde;" u2="&#xe3;" k="31" />
+<hkern u1="&#xde;" u2="&#xe2;" k="31" />
+<hkern u1="&#xde;" u2="&#xe1;" k="31" />
+<hkern u1="&#xde;" u2="&#xe0;" k="31" />
+<hkern u1="&#xde;" u2="&#xdd;" k="39" />
+<hkern u1="&#xde;" u2="&#xc6;" k="31" />
+<hkern u1="&#xde;" u2="&#xc5;" k="12" />
+<hkern u1="&#xde;" u2="&#xc4;" k="12" />
+<hkern u1="&#xde;" u2="&#xc3;" k="12" />
+<hkern u1="&#xde;" u2="&#xc2;" k="12" />
+<hkern u1="&#xde;" u2="&#xc1;" k="12" />
+<hkern u1="&#xde;" u2="&#xc0;" k="12" />
+<hkern u1="&#xde;" u2="&#x7d;" k="45" />
+<hkern u1="&#xde;" u2="z" k="12" />
+<hkern u1="&#xde;" u2="x" k="8" />
+<hkern u1="&#xde;" u2="u" k="18" />
+<hkern u1="&#xde;" u2="s" k="12" />
+<hkern u1="&#xde;" u2="r" k="23" />
+<hkern u1="&#xde;" u2="q" k="18" />
+<hkern u1="&#xde;" u2="p" k="23" />
+<hkern u1="&#xde;" u2="o" k="20" />
+<hkern u1="&#xde;" u2="n" k="23" />
+<hkern u1="&#xde;" u2="m" k="23" />
+<hkern u1="&#xde;" u2="l" k="18" />
+<hkern u1="&#xde;" u2="k" k="18" />
+<hkern u1="&#xde;" u2="j" k="23" />
+<hkern u1="&#xde;" u2="i" k="23" />
+<hkern u1="&#xde;" u2="h" k="18" />
+<hkern u1="&#xde;" u2="g" k="47" />
+<hkern u1="&#xde;" u2="e" k="20" />
+<hkern u1="&#xde;" u2="d" k="18" />
+<hkern u1="&#xde;" u2="c" k="20" />
+<hkern u1="&#xde;" u2="b" k="18" />
+<hkern u1="&#xde;" u2="a" k="31" />
+<hkern u1="&#xde;" u2="]" k="37" />
+<hkern u1="&#xde;" u2="\" k="10" />
+<hkern u1="&#xde;" u2="Z" k="25" />
+<hkern u1="&#xde;" u2="Y" k="39" />
+<hkern u1="&#xde;" u2="X" k="33" />
+<hkern u1="&#xde;" u2="W" k="6" />
+<hkern u1="&#xde;" u2="V" k="12" />
+<hkern u1="&#xde;" u2="T" k="29" />
+<hkern u1="&#xde;" u2="J" k="84" />
+<hkern u1="&#xde;" u2="A" k="12" />
+<hkern u1="&#xde;" u2="&#x3f;" k="27" />
+<hkern u1="&#xde;" u2="&#x2f;" k="12" />
+<hkern u1="&#xde;" u2="&#x2e;" k="45" />
+<hkern u1="&#xde;" u2="&#x2c;" k="49" />
+<hkern u1="&#xde;" u2="&#x29;" k="35" />
+<hkern u1="&#xde;" u2="&#x27;" k="16" />
+<hkern u1="&#xde;" u2="&#x22;" k="16" />
+<hkern u1="&#xde;" u2="&#x21;" k="10" />
+<hkern u1="&#xdf;" g2="uniFB02" k="8" />
+<hkern u1="&#xdf;" g2="uniFB01" k="8" />
+<hkern u1="&#xdf;" u2="&#xff;" k="16" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="16" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="12" />
+<hkern u1="&#xdf;" u2="y" k="16" />
+<hkern u1="&#xdf;" u2="x" k="6" />
+<hkern u1="&#xdf;" u2="w" k="12" />
+<hkern u1="&#xdf;" u2="v" k="18" />
+<hkern u1="&#xdf;" u2="t" k="8" />
+<hkern u1="&#xdf;" u2="f" k="8" />
+<hkern u1="&#xdf;" u2="]" k="10" />
+<hkern u1="&#xdf;" u2="\" k="10" />
+<hkern u1="&#xdf;" u2="&#x21;" k="10" />
+<hkern u1="&#xe0;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe0;" u2="]" k="49" />
+<hkern u1="&#xe0;" u2="\" k="53" />
+<hkern u1="&#xe0;" u2="X" k="35" />
+<hkern u1="&#xe0;" u2="V" k="176" />
+<hkern u1="&#xe0;" u2="Q" k="37" />
+<hkern u1="&#xe0;" u2="P" k="29" />
+<hkern u1="&#xe0;" u2="M" k="25" />
+<hkern u1="&#xe0;" u2="F" k="29" />
+<hkern u1="&#xe0;" u2="B" k="29" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe0;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe0;" u2="&#x29;" k="12" />
+<hkern u1="&#xe0;" u2="&#x21;" k="16" />
+<hkern u1="&#xe1;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe1;" u2="]" k="49" />
+<hkern u1="&#xe1;" u2="\" k="53" />
+<hkern u1="&#xe1;" u2="X" k="35" />
+<hkern u1="&#xe1;" u2="V" k="176" />
+<hkern u1="&#xe1;" u2="Q" k="37" />
+<hkern u1="&#xe1;" u2="P" k="29" />
+<hkern u1="&#xe1;" u2="M" k="25" />
+<hkern u1="&#xe1;" u2="F" k="29" />
+<hkern u1="&#xe1;" u2="B" k="29" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe1;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe1;" u2="&#x29;" k="12" />
+<hkern u1="&#xe1;" u2="&#x21;" k="16" />
+<hkern u1="&#xe2;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe2;" u2="]" k="49" />
+<hkern u1="&#xe2;" u2="\" k="53" />
+<hkern u1="&#xe2;" u2="X" k="35" />
+<hkern u1="&#xe2;" u2="V" k="176" />
+<hkern u1="&#xe2;" u2="Q" k="37" />
+<hkern u1="&#xe2;" u2="P" k="29" />
+<hkern u1="&#xe2;" u2="M" k="25" />
+<hkern u1="&#xe2;" u2="F" k="29" />
+<hkern u1="&#xe2;" u2="B" k="29" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe2;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe2;" u2="&#x29;" k="12" />
+<hkern u1="&#xe2;" u2="&#x21;" k="16" />
+<hkern u1="&#xe3;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe3;" u2="]" k="49" />
+<hkern u1="&#xe3;" u2="\" k="53" />
+<hkern u1="&#xe3;" u2="X" k="35" />
+<hkern u1="&#xe3;" u2="V" k="176" />
+<hkern u1="&#xe3;" u2="Q" k="37" />
+<hkern u1="&#xe3;" u2="P" k="29" />
+<hkern u1="&#xe3;" u2="M" k="25" />
+<hkern u1="&#xe3;" u2="F" k="29" />
+<hkern u1="&#xe3;" u2="B" k="29" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe3;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe3;" u2="&#x29;" k="12" />
+<hkern u1="&#xe3;" u2="&#x21;" k="16" />
+<hkern u1="&#xe4;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe4;" u2="]" k="49" />
+<hkern u1="&#xe4;" u2="\" k="53" />
+<hkern u1="&#xe4;" u2="X" k="35" />
+<hkern u1="&#xe4;" u2="V" k="176" />
+<hkern u1="&#xe4;" u2="Q" k="37" />
+<hkern u1="&#xe4;" u2="P" k="29" />
+<hkern u1="&#xe4;" u2="M" k="25" />
+<hkern u1="&#xe4;" u2="F" k="29" />
+<hkern u1="&#xe4;" u2="B" k="29" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe4;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe4;" u2="&#x29;" k="12" />
+<hkern u1="&#xe4;" u2="&#x21;" k="16" />
+<hkern u1="&#xe5;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe5;" u2="]" k="49" />
+<hkern u1="&#xe5;" u2="\" k="53" />
+<hkern u1="&#xe5;" u2="X" k="35" />
+<hkern u1="&#xe5;" u2="V" k="176" />
+<hkern u1="&#xe5;" u2="Q" k="37" />
+<hkern u1="&#xe5;" u2="P" k="29" />
+<hkern u1="&#xe5;" u2="M" k="25" />
+<hkern u1="&#xe5;" u2="F" k="29" />
+<hkern u1="&#xe5;" u2="B" k="29" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe5;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe5;" u2="&#x29;" k="12" />
+<hkern u1="&#xe5;" u2="&#x21;" k="16" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="66" />
+<hkern u1="&#xe6;" u2="]" k="59" />
+<hkern u1="&#xe6;" u2="\" k="45" />
+<hkern u1="&#xe6;" u2="X" k="47" />
+<hkern u1="&#xe6;" u2="V" k="199" />
+<hkern u1="&#xe6;" u2="Q" k="23" />
+<hkern u1="&#xe6;" u2="P" k="45" />
+<hkern u1="&#xe6;" u2="M" k="25" />
+<hkern u1="&#xe6;" u2="F" k="45" />
+<hkern u1="&#xe6;" u2="B" k="45" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe6;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe6;" u2="&#x29;" k="18" />
+<hkern u1="&#xe6;" u2="&#x21;" k="18" />
+<hkern u1="&#xe7;" u2="&#x7d;" k="59" />
+<hkern u1="&#xe7;" u2="j" k="-72" />
+<hkern u1="&#xe7;" u2="]" k="57" />
+<hkern u1="&#xe7;" u2="\" k="43" />
+<hkern u1="&#xe7;" u2="X" k="31" />
+<hkern u1="&#xe7;" u2="V" k="207" />
+<hkern u1="&#xe7;" u2="Q" k="27" />
+<hkern u1="&#xe7;" u2="P" k="45" />
+<hkern u1="&#xe7;" u2="M" k="18" />
+<hkern u1="&#xe7;" u2="F" k="45" />
+<hkern u1="&#xe7;" u2="B" k="45" />
+<hkern u1="&#xe7;" u2="&#x3f;" k="35" />
+<hkern u1="&#xe7;" u2="&#x2a;" k="39" />
+<hkern u1="&#xe7;" u2="&#x29;" k="14" />
+<hkern u1="&#xe7;" u2="&#x21;" k="10" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="66" />
+<hkern u1="&#xe8;" u2="]" k="59" />
+<hkern u1="&#xe8;" u2="\" k="45" />
+<hkern u1="&#xe8;" u2="X" k="47" />
+<hkern u1="&#xe8;" u2="V" k="199" />
+<hkern u1="&#xe8;" u2="Q" k="23" />
+<hkern u1="&#xe8;" u2="P" k="45" />
+<hkern u1="&#xe8;" u2="M" k="25" />
+<hkern u1="&#xe8;" u2="F" k="45" />
+<hkern u1="&#xe8;" u2="B" k="45" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe8;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe8;" u2="&#x29;" k="18" />
+<hkern u1="&#xe8;" u2="&#x21;" k="18" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="66" />
+<hkern u1="&#xe9;" u2="]" k="59" />
+<hkern u1="&#xe9;" u2="\" k="45" />
+<hkern u1="&#xe9;" u2="X" k="47" />
+<hkern u1="&#xe9;" u2="V" k="199" />
+<hkern u1="&#xe9;" u2="Q" k="23" />
+<hkern u1="&#xe9;" u2="P" k="45" />
+<hkern u1="&#xe9;" u2="M" k="25" />
+<hkern u1="&#xe9;" u2="F" k="45" />
+<hkern u1="&#xe9;" u2="B" k="45" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe9;" u2="&#x2a;" k="51" />
+<hkern u1="&#xe9;" u2="&#x29;" k="18" />
+<hkern u1="&#xe9;" u2="&#x21;" k="18" />
+<hkern u1="&#xea;" u2="&#x7d;" k="66" />
+<hkern u1="&#xea;" u2="]" k="59" />
+<hkern u1="&#xea;" u2="\" k="45" />
+<hkern u1="&#xea;" u2="X" k="47" />
+<hkern u1="&#xea;" u2="V" k="199" />
+<hkern u1="&#xea;" u2="Q" k="23" />
+<hkern u1="&#xea;" u2="P" k="45" />
+<hkern u1="&#xea;" u2="M" k="25" />
+<hkern u1="&#xea;" u2="F" k="45" />
+<hkern u1="&#xea;" u2="B" k="45" />
+<hkern u1="&#xea;" u2="&#x3f;" k="43" />
+<hkern u1="&#xea;" u2="&#x2a;" k="51" />
+<hkern u1="&#xea;" u2="&#x29;" k="18" />
+<hkern u1="&#xea;" u2="&#x21;" k="18" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="66" />
+<hkern u1="&#xeb;" u2="]" k="59" />
+<hkern u1="&#xeb;" u2="\" k="45" />
+<hkern u1="&#xeb;" u2="X" k="47" />
+<hkern u1="&#xeb;" u2="V" k="199" />
+<hkern u1="&#xeb;" u2="Q" k="23" />
+<hkern u1="&#xeb;" u2="P" k="45" />
+<hkern u1="&#xeb;" u2="M" k="25" />
+<hkern u1="&#xeb;" u2="F" k="45" />
+<hkern u1="&#xeb;" u2="B" k="45" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="43" />
+<hkern u1="&#xeb;" u2="&#x2a;" k="51" />
+<hkern u1="&#xeb;" u2="&#x29;" k="18" />
+<hkern u1="&#xeb;" u2="&#x21;" k="18" />
+<hkern u1="&#xec;" u2="&#xef;" k="-35" />
+<hkern u1="&#xec;" u2="&#x7d;" k="10" />
+<hkern u1="&#xec;" u2="\" k="10" />
+<hkern u1="&#xec;" u2="X" k="33" />
+<hkern u1="&#xec;" u2="V" k="27" />
+<hkern u1="&#xec;" u2="Q" k="33" />
+<hkern u1="&#xec;" u2="P" k="27" />
+<hkern u1="&#xec;" u2="M" k="23" />
+<hkern u1="&#xec;" u2="F" k="27" />
+<hkern u1="&#xec;" u2="B" k="27" />
+<hkern u1="&#xec;" u2="&#x21;" k="14" />
+<hkern u1="&#xed;" u2="&#xef;" k="-35" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-2" />
+<hkern u1="&#xed;" u2="\" k="10" />
+<hkern u1="&#xed;" u2="X" k="33" />
+<hkern u1="&#xed;" u2="V" k="27" />
+<hkern u1="&#xed;" u2="Q" k="33" />
+<hkern u1="&#xed;" u2="P" k="27" />
+<hkern u1="&#xed;" u2="M" k="23" />
+<hkern u1="&#xed;" u2="F" k="27" />
+<hkern u1="&#xed;" u2="B" k="27" />
+<hkern u1="&#xed;" u2="&#x21;" k="14" />
+<hkern u1="&#xee;" u2="&#x201d;" k="-12" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-12" />
+<hkern u1="&#xee;" u2="&#xef;" k="-35" />
+<hkern u1="&#xee;" u2="&#x7d;" k="10" />
+<hkern u1="&#xee;" u2="]" k="-41" />
+<hkern u1="&#xee;" u2="\" k="-25" />
+<hkern u1="&#xee;" u2="X" k="33" />
+<hkern u1="&#xee;" u2="V" k="27" />
+<hkern u1="&#xee;" u2="Q" k="33" />
+<hkern u1="&#xee;" u2="P" k="27" />
+<hkern u1="&#xee;" u2="M" k="23" />
+<hkern u1="&#xee;" u2="F" k="27" />
+<hkern u1="&#xee;" u2="B" k="27" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-41" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-47" />
+<hkern u1="&#xee;" u2="&#x27;" k="-31" />
+<hkern u1="&#xee;" u2="&#x22;" k="-31" />
+<hkern u1="&#xee;" u2="&#x21;" k="14" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-90" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-90" />
+<hkern u1="&#xef;" u2="&#xef;" k="-35" />
+<hkern u1="&#xef;" u2="&#xee;" k="-35" />
+<hkern u1="&#xef;" u2="&#xed;" k="-35" />
+<hkern u1="&#xef;" u2="&#xec;" k="-35" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-111" />
+<hkern u1="&#xef;" u2="j" k="-33" />
+<hkern u1="&#xef;" u2="i" k="-35" />
+<hkern u1="&#xef;" u2="]" k="-109" />
+<hkern u1="&#xef;" u2="\" k="-88" />
+<hkern u1="&#xef;" u2="X" k="33" />
+<hkern u1="&#xef;" u2="V" k="27" />
+<hkern u1="&#xef;" u2="Q" k="33" />
+<hkern u1="&#xef;" u2="P" k="27" />
+<hkern u1="&#xef;" u2="M" k="23" />
+<hkern u1="&#xef;" u2="F" k="27" />
+<hkern u1="&#xef;" u2="B" k="27" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-100" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-88" />
+<hkern u1="&#xef;" u2="&#x29;" k="-86" />
+<hkern u1="&#xef;" u2="&#x27;" k="-63" />
+<hkern u1="&#xef;" u2="&#x22;" k="-63" />
+<hkern u1="&#xef;" u2="&#x21;" k="14" />
+<hkern u1="&#xf0;" u2="&#x201d;" k="10" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="10" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="43" />
+<hkern u1="&#xf0;" u2="g" k="6" />
+<hkern u1="&#xf0;" u2="]" k="41" />
+<hkern u1="&#xf0;" u2="\" k="27" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="35" />
+<hkern u1="&#xf0;" u2="&#x29;" k="33" />
+<hkern u1="&#xf0;" u2="&#x27;" k="14" />
+<hkern u1="&#xf0;" u2="&#x22;" k="14" />
+<hkern u1="&#xf0;" u2="&#x21;" k="16" />
+<hkern u1="&#xf1;" u2="&#x7d;" k="51" />
+<hkern u1="&#xf1;" u2="v" k="10" />
+<hkern u1="&#xf1;" u2="]" k="49" />
+<hkern u1="&#xf1;" u2="\" k="55" />
+<hkern u1="&#xf1;" u2="X" k="33" />
+<hkern u1="&#xf1;" u2="V" k="201" />
+<hkern u1="&#xf1;" u2="Q" k="41" />
+<hkern u1="&#xf1;" u2="P" k="33" />
+<hkern u1="&#xf1;" u2="M" k="27" />
+<hkern u1="&#xf1;" u2="F" k="33" />
+<hkern u1="&#xf1;" u2="B" k="33" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf1;" u2="&#x2a;" k="59" />
+<hkern u1="&#xf1;" u2="&#x29;" k="10" />
+<hkern u1="&#xf1;" u2="&#x21;" k="16" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf2;" u2="x" k="10" />
+<hkern u1="&#xf2;" u2="]" k="63" />
+<hkern u1="&#xf2;" u2="\" k="51" />
+<hkern u1="&#xf2;" u2="X" k="57" />
+<hkern u1="&#xf2;" u2="V" k="176" />
+<hkern u1="&#xf2;" u2="Q" k="27" />
+<hkern u1="&#xf2;" u2="P" k="43" />
+<hkern u1="&#xf2;" u2="M" k="27" />
+<hkern u1="&#xf2;" u2="F" k="43" />
+<hkern u1="&#xf2;" u2="B" k="43" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf2;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf2;" u2="&#x29;" k="31" />
+<hkern u1="&#xf2;" u2="&#x21;" k="18" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf3;" u2="x" k="10" />
+<hkern u1="&#xf3;" u2="]" k="63" />
+<hkern u1="&#xf3;" u2="\" k="51" />
+<hkern u1="&#xf3;" u2="X" k="57" />
+<hkern u1="&#xf3;" u2="V" k="176" />
+<hkern u1="&#xf3;" u2="Q" k="27" />
+<hkern u1="&#xf3;" u2="P" k="43" />
+<hkern u1="&#xf3;" u2="M" k="27" />
+<hkern u1="&#xf3;" u2="F" k="43" />
+<hkern u1="&#xf3;" u2="B" k="43" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf3;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf3;" u2="&#x29;" k="31" />
+<hkern u1="&#xf3;" u2="&#x21;" k="18" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf4;" u2="x" k="10" />
+<hkern u1="&#xf4;" u2="]" k="63" />
+<hkern u1="&#xf4;" u2="\" k="51" />
+<hkern u1="&#xf4;" u2="X" k="57" />
+<hkern u1="&#xf4;" u2="V" k="176" />
+<hkern u1="&#xf4;" u2="Q" k="27" />
+<hkern u1="&#xf4;" u2="P" k="43" />
+<hkern u1="&#xf4;" u2="M" k="27" />
+<hkern u1="&#xf4;" u2="F" k="43" />
+<hkern u1="&#xf4;" u2="B" k="43" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf4;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf4;" u2="&#x29;" k="31" />
+<hkern u1="&#xf4;" u2="&#x21;" k="18" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf5;" u2="x" k="10" />
+<hkern u1="&#xf5;" u2="]" k="63" />
+<hkern u1="&#xf5;" u2="\" k="51" />
+<hkern u1="&#xf5;" u2="X" k="57" />
+<hkern u1="&#xf5;" u2="V" k="176" />
+<hkern u1="&#xf5;" u2="Q" k="27" />
+<hkern u1="&#xf5;" u2="P" k="43" />
+<hkern u1="&#xf5;" u2="M" k="27" />
+<hkern u1="&#xf5;" u2="F" k="43" />
+<hkern u1="&#xf5;" u2="B" k="43" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf5;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf5;" u2="&#x29;" k="31" />
+<hkern u1="&#xf5;" u2="&#x21;" k="18" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf6;" u2="x" k="10" />
+<hkern u1="&#xf6;" u2="]" k="63" />
+<hkern u1="&#xf6;" u2="\" k="51" />
+<hkern u1="&#xf6;" u2="X" k="57" />
+<hkern u1="&#xf6;" u2="V" k="176" />
+<hkern u1="&#xf6;" u2="Q" k="27" />
+<hkern u1="&#xf6;" u2="P" k="43" />
+<hkern u1="&#xf6;" u2="M" k="27" />
+<hkern u1="&#xf6;" u2="F" k="43" />
+<hkern u1="&#xf6;" u2="B" k="43" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf6;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf6;" u2="&#x29;" k="31" />
+<hkern u1="&#xf6;" u2="&#x21;" k="18" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="70" />
+<hkern u1="&#xf8;" u2="x" k="10" />
+<hkern u1="&#xf8;" u2="]" k="63" />
+<hkern u1="&#xf8;" u2="\" k="51" />
+<hkern u1="&#xf8;" u2="X" k="57" />
+<hkern u1="&#xf8;" u2="V" k="176" />
+<hkern u1="&#xf8;" u2="Q" k="27" />
+<hkern u1="&#xf8;" u2="P" k="43" />
+<hkern u1="&#xf8;" u2="M" k="27" />
+<hkern u1="&#xf8;" u2="F" k="43" />
+<hkern u1="&#xf8;" u2="B" k="43" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="45" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="61" />
+<hkern u1="&#xf8;" u2="&#x29;" k="31" />
+<hkern u1="&#xf8;" u2="&#x21;" k="18" />
+<hkern u1="&#xf9;" u2="&#x7d;" k="47" />
+<hkern u1="&#xf9;" u2="]" k="45" />
+<hkern u1="&#xf9;" u2="\" k="39" />
+<hkern u1="&#xf9;" u2="X" k="39" />
+<hkern u1="&#xf9;" u2="V" k="141" />
+<hkern u1="&#xf9;" u2="Q" k="33" />
+<hkern u1="&#xf9;" u2="P" k="27" />
+<hkern u1="&#xf9;" u2="M" k="23" />
+<hkern u1="&#xf9;" u2="F" k="27" />
+<hkern u1="&#xf9;" u2="B" k="27" />
+<hkern u1="&#xf9;" u2="&#x3f;" k="39" />
+<hkern u1="&#xf9;" u2="&#x2a;" k="27" />
+<hkern u1="&#xf9;" u2="&#x29;" k="12" />
+<hkern u1="&#xf9;" u2="&#x21;" k="18" />
+<hkern u1="&#xfa;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfa;" u2="]" k="45" />
+<hkern u1="&#xfa;" u2="\" k="39" />
+<hkern u1="&#xfa;" u2="X" k="39" />
+<hkern u1="&#xfa;" u2="V" k="141" />
+<hkern u1="&#xfa;" u2="Q" k="33" />
+<hkern u1="&#xfa;" u2="P" k="27" />
+<hkern u1="&#xfa;" u2="M" k="23" />
+<hkern u1="&#xfa;" u2="F" k="27" />
+<hkern u1="&#xfa;" u2="B" k="27" />
+<hkern u1="&#xfa;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfa;" u2="&#x2a;" k="27" />
+<hkern u1="&#xfa;" u2="&#x29;" k="12" />
+<hkern u1="&#xfa;" u2="&#x21;" k="18" />
+<hkern u1="&#xfb;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfb;" u2="]" k="45" />
+<hkern u1="&#xfb;" u2="\" k="39" />
+<hkern u1="&#xfb;" u2="X" k="39" />
+<hkern u1="&#xfb;" u2="V" k="141" />
+<hkern u1="&#xfb;" u2="Q" k="33" />
+<hkern u1="&#xfb;" u2="P" k="27" />
+<hkern u1="&#xfb;" u2="M" k="23" />
+<hkern u1="&#xfb;" u2="F" k="27" />
+<hkern u1="&#xfb;" u2="B" k="27" />
+<hkern u1="&#xfb;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfb;" u2="&#x2a;" k="27" />
+<hkern u1="&#xfb;" u2="&#x29;" k="12" />
+<hkern u1="&#xfb;" u2="&#x21;" k="18" />
+<hkern u1="&#xfc;" u2="&#x7d;" k="47" />
+<hkern u1="&#xfc;" u2="]" k="45" />
+<hkern u1="&#xfc;" u2="\" k="39" />
+<hkern u1="&#xfc;" u2="X" k="39" />
+<hkern u1="&#xfc;" u2="V" k="141" />
+<hkern u1="&#xfc;" u2="Q" k="33" />
+<hkern u1="&#xfc;" u2="P" k="27" />
+<hkern u1="&#xfc;" u2="M" k="23" />
+<hkern u1="&#xfc;" u2="F" k="27" />
+<hkern u1="&#xfc;" u2="B" k="27" />
+<hkern u1="&#xfc;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfc;" u2="&#x2a;" k="27" />
+<hkern u1="&#xfc;" u2="&#x29;" k="12" />
+<hkern u1="&#xfc;" u2="&#x21;" k="18" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="31" />
+<hkern u1="&#xfd;" u2="]" k="31" />
+<hkern u1="&#xfd;" u2="\" k="14" />
+<hkern u1="&#xfd;" u2="X" k="66" />
+<hkern u1="&#xfd;" u2="V" k="57" />
+<hkern u1="&#xfd;" u2="P" k="43" />
+<hkern u1="&#xfd;" u2="M" k="47" />
+<hkern u1="&#xfd;" u2="F" k="43" />
+<hkern u1="&#xfd;" u2="B" k="43" />
+<hkern u1="&#xfd;" u2="&#x3f;" k="25" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="20" />
+<hkern u1="&#xfd;" u2="&#x2e;" k="31" />
+<hkern u1="&#xfd;" u2="&#x2c;" k="33" />
+<hkern u1="&#xfd;" u2="&#x29;" k="27" />
+<hkern u1="&#xfd;" u2="&#x21;" k="16" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="63" />
+<hkern u1="&#xfe;" u2="x" k="8" />
+<hkern u1="&#xfe;" u2="]" k="57" />
+<hkern u1="&#xfe;" u2="\" k="43" />
+<hkern u1="&#xfe;" u2="X" k="55" />
+<hkern u1="&#xfe;" u2="V" k="172" />
+<hkern u1="&#xfe;" u2="Q" k="27" />
+<hkern u1="&#xfe;" u2="P" k="41" />
+<hkern u1="&#xfe;" u2="M" k="27" />
+<hkern u1="&#xfe;" u2="F" k="41" />
+<hkern u1="&#xfe;" u2="B" k="41" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="57" />
+<hkern u1="&#xfe;" u2="&#x29;" k="23" />
+<hkern u1="&#xfe;" u2="&#x21;" k="14" />
+<hkern u1="&#xff;" u2="&#x7d;" k="31" />
+<hkern u1="&#xff;" u2="]" k="31" />
+<hkern u1="&#xff;" u2="\" k="14" />
+<hkern u1="&#xff;" u2="X" k="66" />
+<hkern u1="&#xff;" u2="V" k="57" />
+<hkern u1="&#xff;" u2="P" k="43" />
+<hkern u1="&#xff;" u2="M" k="47" />
+<hkern u1="&#xff;" u2="F" k="43" />
+<hkern u1="&#xff;" u2="B" k="43" />
+<hkern u1="&#xff;" u2="&#x3f;" k="25" />
+<hkern u1="&#xff;" u2="&#x2f;" k="20" />
+<hkern u1="&#xff;" u2="&#x2e;" k="31" />
+<hkern u1="&#xff;" u2="&#x2c;" k="33" />
+<hkern u1="&#xff;" u2="&#x29;" k="27" />
+<hkern u1="&#xff;" u2="&#x21;" k="16" />
+<hkern u1="&#x152;" u2="&#xf0;" k="43" />
+<hkern u1="&#x152;" u2="&#xef;" k="-35" />
+<hkern u1="&#x152;" u2="&#xee;" k="2" />
+<hkern u1="&#x152;" u2="&#xdf;" k="37" />
+<hkern u1="&#x152;" u2="x" k="27" />
+<hkern u1="&#x152;" u2="v" k="51" />
+<hkern u1="&#x152;" u2="q" k="41" />
+<hkern u1="&#x152;" u2="m" k="37" />
+<hkern u1="&#x152;" u2="b" k="29" />
+<hkern u1="&#x153;" u2="&#x7d;" k="66" />
+<hkern u1="&#x153;" u2="]" k="59" />
+<hkern u1="&#x153;" u2="\" k="45" />
+<hkern u1="&#x153;" u2="X" k="47" />
+<hkern u1="&#x153;" u2="V" k="199" />
+<hkern u1="&#x153;" u2="Q" k="23" />
+<hkern u1="&#x153;" u2="P" k="45" />
+<hkern u1="&#x153;" u2="M" k="25" />
+<hkern u1="&#x153;" u2="F" k="45" />
+<hkern u1="&#x153;" u2="B" k="45" />
+<hkern u1="&#x153;" u2="&#x3f;" k="43" />
+<hkern u1="&#x153;" u2="&#x2a;" k="51" />
+<hkern u1="&#x153;" u2="&#x29;" k="18" />
+<hkern u1="&#x153;" u2="&#x21;" k="18" />
+<hkern u1="&#x178;" u2="&#xfe;" k="45" />
+<hkern u1="&#x178;" u2="&#xfc;" k="150" />
+<hkern u1="&#x178;" u2="&#xf6;" k="102" />
+<hkern u1="&#x178;" u2="&#xf5;" k="156" />
+<hkern u1="&#x178;" u2="&#xf4;" k="219" />
+<hkern u1="&#x178;" u2="&#xf2;" k="215" />
+<hkern u1="&#x178;" u2="&#xf0;" k="68" />
+<hkern u1="&#x178;" u2="&#xef;" k="-109" />
+<hkern u1="&#x178;" u2="&#xee;" k="-2" />
+<hkern u1="&#x178;" u2="&#xec;" k="-8" />
+<hkern u1="&#x178;" u2="&#xeb;" k="100" />
+<hkern u1="&#x178;" u2="&#xea;" k="213" />
+<hkern u1="&#x178;" u2="&#xe8;" k="205" />
+<hkern u1="&#x178;" u2="&#xe4;" k="90" />
+<hkern u1="&#x178;" u2="&#xe3;" k="139" />
+<hkern u1="&#x178;" u2="&#xdf;" k="57" />
+<hkern u1="&#x178;" u2="&#x7d;" k="-37" />
+<hkern u1="&#x178;" u2="x" k="74" />
+<hkern u1="&#x178;" u2="v" k="68" />
+<hkern u1="&#x178;" u2="q" k="236" />
+<hkern u1="&#x178;" u2="m" k="162" />
+<hkern u1="&#x178;" u2="b" k="20" />
+<hkern u1="&#x178;" u2="]" k="-41" />
+<hkern u1="&#x178;" u2="\" k="-43" />
+<hkern u1="&#x178;" u2="X" k="-10" />
+<hkern u1="&#x178;" u2="V" k="-41" />
+<hkern u1="&#x178;" u2="Q" k="27" />
+<hkern u1="&#x178;" u2="M" k="33" />
+<hkern u1="&#x178;" u2="&#x40;" k="47" />
+<hkern u1="&#x178;" u2="&#x3b;" k="53" />
+<hkern u1="&#x178;" u2="&#x3a;" k="72" />
+<hkern u1="&#x178;" u2="&#x2f;" k="68" />
+<hkern u1="&#x178;" u2="&#x2e;" k="68" />
+<hkern u1="&#x178;" u2="&#x2c;" k="70" />
+<hkern u1="&#x178;" u2="&#x29;" k="-16" />
+<hkern u1="&#x2013;" u2="&#xde;" k="23" />
+<hkern u1="&#x2013;" u2="x" k="10" />
+<hkern u1="&#x2013;" u2="X" k="43" />
+<hkern u1="&#x2013;" u2="V" k="49" />
+<hkern u1="&#x2013;" u2="P" k="23" />
+<hkern u1="&#x2013;" u2="M" k="14" />
+<hkern u1="&#x2013;" u2="F" k="23" />
+<hkern u1="&#x2013;" u2="B" k="23" />
+<hkern u1="&#x2013;" u2="&#x39;" k="35" />
+<hkern u1="&#x2013;" u2="&#x38;" k="10" />
+<hkern u1="&#x2013;" u2="&#x37;" k="39" />
+<hkern u1="&#x2013;" u2="&#x35;" k="43" />
+<hkern u1="&#x2013;" u2="&#x33;" k="41" />
+<hkern u1="&#x2013;" u2="&#x32;" k="49" />
+<hkern u1="&#x2013;" u2="&#x31;" k="43" />
+<hkern u1="&#x2013;" u2="&#x30;" k="14" />
+<hkern u1="&#x2014;" u2="&#xde;" k="23" />
+<hkern u1="&#x2014;" u2="x" k="10" />
+<hkern u1="&#x2014;" u2="X" k="43" />
+<hkern u1="&#x2014;" u2="V" k="49" />
+<hkern u1="&#x2014;" u2="P" k="23" />
+<hkern u1="&#x2014;" u2="M" k="14" />
+<hkern u1="&#x2014;" u2="F" k="23" />
+<hkern u1="&#x2014;" u2="B" k="23" />
+<hkern u1="&#x2014;" u2="&#x39;" k="35" />
+<hkern u1="&#x2014;" u2="&#x38;" k="10" />
+<hkern u1="&#x2014;" u2="&#x37;" k="39" />
+<hkern u1="&#x2014;" u2="&#x35;" k="43" />
+<hkern u1="&#x2014;" u2="&#x33;" k="41" />
+<hkern u1="&#x2014;" u2="&#x32;" k="49" />
+<hkern u1="&#x2014;" u2="&#x31;" k="43" />
+<hkern u1="&#x2014;" u2="&#x30;" k="14" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="27" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-12" />
+<hkern u1="&#x2018;" u2="&#xde;" k="12" />
+<hkern u1="&#x2018;" u2="q" k="47" />
+<hkern u1="&#x2018;" u2="m" k="18" />
+<hkern u1="&#x2018;" u2="P" k="12" />
+<hkern u1="&#x2018;" u2="M" k="23" />
+<hkern u1="&#x2018;" u2="F" k="12" />
+<hkern u1="&#x2018;" u2="B" k="12" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="141" />
+<hkern u1="&#x201a;" u2="&#xde;" k="18" />
+<hkern u1="&#x201a;" u2="v" k="41" />
+<hkern u1="&#x201a;" u2="V" k="82" />
+<hkern u1="&#x201a;" u2="Q" k="49" />
+<hkern u1="&#x201a;" u2="P" k="18" />
+<hkern u1="&#x201a;" u2="F" k="18" />
+<hkern u1="&#x201a;" u2="B" k="18" />
+<hkern u1="&#x201c;" u2="&#xf0;" k="27" />
+<hkern u1="&#x201c;" u2="&#xef;" k="-12" />
+<hkern u1="&#x201c;" u2="&#xde;" k="12" />
+<hkern u1="&#x201c;" u2="q" k="47" />
+<hkern u1="&#x201c;" u2="m" k="18" />
+<hkern u1="&#x201c;" u2="P" k="12" />
+<hkern u1="&#x201c;" u2="M" k="23" />
+<hkern u1="&#x201c;" u2="F" k="12" />
+<hkern u1="&#x201c;" u2="B" k="12" />
+<hkern u1="&#x201c;" u2="&#x2e;" k="141" />
+<hkern u1="&#x201e;" u2="&#xde;" k="18" />
+<hkern u1="&#x201e;" u2="v" k="41" />
+<hkern u1="&#x201e;" u2="V" k="82" />
+<hkern u1="&#x201e;" u2="Q" k="49" />
+<hkern u1="&#x201e;" u2="P" k="18" />
+<hkern u1="&#x201e;" u2="F" k="18" />
+<hkern u1="&#x201e;" u2="B" k="18" />
+<hkern u1="&#x2039;" u2="&#xde;" k="10" />
+<hkern u1="&#x2039;" u2="V" k="29" />
+<hkern u1="&#x2039;" u2="P" k="10" />
+<hkern u1="&#x2039;" u2="F" k="10" />
+<hkern u1="&#x2039;" u2="B" k="10" />
+<hkern u1="&#x203a;" u2="&#xde;" k="12" />
+<hkern u1="&#x203a;" u2="x" k="16" />
+<hkern u1="&#x203a;" u2="X" k="18" />
+<hkern u1="&#x203a;" u2="V" k="72" />
+<hkern u1="&#x203a;" u2="P" k="12" />
+<hkern u1="&#x203a;" u2="F" k="12" />
+<hkern u1="&#x203a;" u2="B" k="12" />
+<hkern g1="uniFB01" u2="&#xef;" k="-35" />
+<hkern g1="uniFB01" u2="&#x7d;" k="10" />
+<hkern g1="uniFB01" u2="\" k="10" />
+<hkern g1="uniFB01" u2="X" k="33" />
+<hkern g1="uniFB01" u2="V" k="27" />
+<hkern g1="uniFB01" u2="Q" k="33" />
+<hkern g1="uniFB01" u2="P" k="27" />
+<hkern g1="uniFB01" u2="M" k="23" />
+<hkern g1="uniFB01" u2="F" k="27" />
+<hkern g1="uniFB01" u2="B" k="27" />
+<hkern g1="uniFB01" u2="&#x21;" k="14" />
+<hkern g1="uniFB02" u2="&#xef;" k="-18" />
+<hkern g1="uniFB02" u2="X" k="33" />
+<hkern g1="uniFB02" u2="V" k="20" />
+<hkern g1="uniFB02" u2="Q" k="29" />
+<hkern g1="uniFB02" u2="P" k="27" />
+<hkern g1="uniFB02" u2="M" k="23" />
+<hkern g1="uniFB02" u2="F" k="27" />
+<hkern g1="uniFB02" u2="B" k="27" />
+<hkern g1="uniFB02" u2="&#x21;" k="14" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="j" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="n,ntilde" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="45" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="l" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="d" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="-51" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="t" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="y,yacute,ydieresis" 	k="57" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="76" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="k" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quotedbl,quotesingle" 	k="51" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="c,ccedilla" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="106" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="p,thorn" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="hyphen,endash,emdash" 	k="16" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="14" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="r" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="w" 	k="49" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="G" 	k="10" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="h" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="j" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="n,ntilde" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="l" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="d" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="J" 	k="-55" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="63" />
+<hkern g1="C,Ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="68" />
+<hkern g1="C,Ccedilla" 	g2="k" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="c,ccedilla" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="p,thorn" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="C,Ccedilla" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="f,uniFB01,uniFB02" 	k="55" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="43" />
+<hkern g1="C,Ccedilla" 	g2="r" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="68" />
+<hkern g1="C,Ccedilla" 	g2="G" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="h" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="s" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="z" 	k="41" />
+<hkern g1="D,Eth" 	g2="j" 	k="33" />
+<hkern g1="D,Eth" 	g2="n,ntilde" 	k="33" />
+<hkern g1="D,Eth" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="D,Eth" 	g2="l" 	k="31" />
+<hkern g1="D,Eth" 	g2="d" 	k="29" />
+<hkern g1="D,Eth" 	g2="J" 	k="43" />
+<hkern g1="D,Eth" 	g2="t" 	k="16" />
+<hkern g1="D,Eth" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="33" />
+<hkern g1="D,Eth" 	g2="T" 	k="16" />
+<hkern g1="D,Eth" 	g2="k" 	k="31" />
+<hkern g1="D,Eth" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="D,Eth" 	g2="c,ccedilla" 	k="29" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="D,Eth" 	g2="p,thorn" 	k="33" />
+<hkern g1="D,Eth" 	g2="hyphen,endash,emdash" 	k="10" />
+<hkern g1="D,Eth" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="29" />
+<hkern g1="D,Eth" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="D,Eth" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="D,Eth" 	g2="r" 	k="33" />
+<hkern g1="D,Eth" 	g2="w" 	k="12" />
+<hkern g1="D,Eth" 	g2="W" 	k="10" />
+<hkern g1="D,Eth" 	g2="h" 	k="31" />
+<hkern g1="D,Eth" 	g2="s" 	k="25" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="D,Eth" 	g2="g" 	k="59" />
+<hkern g1="D,Eth" 	g2="z" 	k="25" />
+<hkern g1="D,Eth" 	g2="quotesinglbase,quotedblbase" 	k="45" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="D,Eth" 	g2="Z" 	k="14" />
+<hkern g1="D,Eth" 	g2="AE" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="j" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="n,ntilde" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="l" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="J" 	k="-14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="49" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="53" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="k" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,ccedilla" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="p,thorn" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="f,uniFB01,uniFB02" 	k="49" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="47" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="r" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="55" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="G" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="h" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="s" 	k="33" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="z" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="G" 	g2="j" 	k="20" />
+<hkern g1="G" 	g2="n,ntilde" 	k="23" />
+<hkern g1="G" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="G" 	g2="l" 	k="23" />
+<hkern g1="G" 	g2="d" 	k="16" />
+<hkern g1="G" 	g2="t" 	k="23" />
+<hkern g1="G" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="20" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="G" 	g2="k" 	k="23" />
+<hkern g1="G" 	g2="c,ccedilla" 	k="16" />
+<hkern g1="G" 	g2="p,thorn" 	k="23" />
+<hkern g1="G" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="16" />
+<hkern g1="G" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="G" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="G" 	g2="r" 	k="23" />
+<hkern g1="G" 	g2="w" 	k="27" />
+<hkern g1="G" 	g2="h" 	k="23" />
+<hkern g1="G" 	g2="s" 	k="16" />
+<hkern g1="G" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="18" />
+<hkern g1="G" 	g2="g" 	k="23" />
+<hkern g1="G" 	g2="z" 	k="20" />
+<hkern g1="H" 	g2="j" 	k="27" />
+<hkern g1="H" 	g2="n,ntilde" 	k="27" />
+<hkern g1="H" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="H" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="H" 	g2="l" 	k="27" />
+<hkern g1="H" 	g2="d" 	k="41" />
+<hkern g1="H" 	g2="t" 	k="45" />
+<hkern g1="H" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="H" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="H" 	g2="k" 	k="27" />
+<hkern g1="H" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="H" 	g2="c,ccedilla" 	k="43" />
+<hkern g1="H" 	g2="p,thorn" 	k="27" />
+<hkern g1="H" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="H" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="41" />
+<hkern g1="H" 	g2="f,uniFB01,uniFB02" 	k="43" />
+<hkern g1="H" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="H" 	g2="r" 	k="27" />
+<hkern g1="H" 	g2="w" 	k="49" />
+<hkern g1="H" 	g2="W" 	k="6" />
+<hkern g1="H" 	g2="h" 	k="27" />
+<hkern g1="H" 	g2="s" 	k="47" />
+<hkern g1="H" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="H" 	g2="g" 	k="47" />
+<hkern g1="H" 	g2="z" 	k="49" />
+<hkern g1="H" 	g2="quotesinglbase,quotedblbase" 	k="18" />
+<hkern g1="H" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="H" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="j" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="n,ntilde" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="l" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="d" 	k="41" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="45" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="k" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,ccedilla" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p,thorn" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="41" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="f,uniFB01,uniFB02" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="r" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="w" 	k="49" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="W" 	k="6" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="h" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="49" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotesinglbase,quotedblbase" 	k="18" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="J" 	g2="j" 	k="12" />
+<hkern g1="J" 	g2="n,ntilde" 	k="10" />
+<hkern g1="J" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="J" 	g2="l" 	k="12" />
+<hkern g1="J" 	g2="d" 	k="25" />
+<hkern g1="J" 	g2="t" 	k="25" />
+<hkern g1="J" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="12" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="J" 	g2="k" 	k="12" />
+<hkern g1="J" 	g2="c,ccedilla" 	k="25" />
+<hkern g1="J" 	g2="p,thorn" 	k="10" />
+<hkern g1="J" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="25" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="18" />
+<hkern g1="J" 	g2="r" 	k="10" />
+<hkern g1="J" 	g2="w" 	k="18" />
+<hkern g1="J" 	g2="h" 	k="12" />
+<hkern g1="J" 	g2="s" 	k="27" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="J" 	g2="g" 	k="27" />
+<hkern g1="J" 	g2="z" 	k="29" />
+<hkern g1="K" 	g2="j" 	k="31" />
+<hkern g1="K" 	g2="n,ntilde" 	k="37" />
+<hkern g1="K" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="59" />
+<hkern g1="K" 	g2="l" 	k="33" />
+<hkern g1="K" 	g2="d" 	k="57" />
+<hkern g1="K" 	g2="J" 	k="-27" />
+<hkern g1="K" 	g2="t" 	k="74" />
+<hkern g1="K" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="K" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="31" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="74" />
+<hkern g1="K" 	g2="k" 	k="33" />
+<hkern g1="K" 	g2="c,ccedilla" 	k="59" />
+<hkern g1="K" 	g2="Y,Yacute,Ydieresis" 	k="-8" />
+<hkern g1="K" 	g2="p,thorn" 	k="35" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="41" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="47" />
+<hkern g1="K" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="57" />
+<hkern g1="K" 	g2="f,uniFB01,uniFB02" 	k="63" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="63" />
+<hkern g1="K" 	g2="r" 	k="37" />
+<hkern g1="K" 	g2="w" 	k="72" />
+<hkern g1="K" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="K" 	g2="G" 	k="43" />
+<hkern g1="K" 	g2="h" 	k="33" />
+<hkern g1="K" 	g2="s" 	k="27" />
+<hkern g1="K" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="K" 	g2="z" 	k="18" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="16" />
+<hkern g1="K" 	g2="D,Eth" 	k="6" />
+<hkern g1="K" 	g2="K" 	k="8" />
+<hkern g1="K" 	g2="H" 	k="6" />
+<hkern g1="K" 	g2="R" 	k="6" />
+<hkern g1="K" 	g2="L" 	k="6" />
+<hkern g1="K" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="6" />
+<hkern g1="K" 	g2="N,Ntilde" 	k="6" />
+<hkern g1="K" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="6" />
+<hkern g1="L" 	g2="j" 	k="8" />
+<hkern g1="L" 	g2="n,ntilde" 	k="10" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="72" />
+<hkern g1="L" 	g2="l" 	k="10" />
+<hkern g1="L" 	g2="J" 	k="-100" />
+<hkern g1="L" 	g2="t" 	k="31" />
+<hkern g1="L" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="L" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="55" />
+<hkern g1="L" 	g2="T" 	k="82" />
+<hkern g1="L" 	g2="k" 	k="10" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="68" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="L" 	g2="p,thorn" 	k="8" />
+<hkern g1="L" 	g2="C,Ccedilla" 	k="14" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="51" />
+<hkern g1="L" 	g2="f,uniFB01,uniFB02" 	k="29" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="18" />
+<hkern g1="L" 	g2="r" 	k="10" />
+<hkern g1="L" 	g2="w" 	k="45" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="L" 	g2="G" 	k="16" />
+<hkern g1="L" 	g2="W" 	k="84" />
+<hkern g1="L" 	g2="h" 	k="10" />
+<hkern g1="L" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-66" />
+<hkern g1="L" 	g2="Z" 	k="-10" />
+<hkern g1="L" 	g2="AE" 	k="-90" />
+<hkern g1="N,Ntilde" 	g2="j" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="n,ntilde" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="l" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="d" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="k" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="c,ccedilla" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="p,thorn" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="N,Ntilde" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="r" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="w" 	k="51" />
+<hkern g1="N,Ntilde" 	g2="W" 	k="6" />
+<hkern g1="N,Ntilde" 	g2="h" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="51" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="49" />
+<hkern g1="N,Ntilde" 	g2="quotesinglbase,quotedblbase" 	k="18" />
+<hkern g1="N,Ntilde" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="j" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="n,ntilde" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="l" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="d" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="t" 	k="16" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="14" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="k" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="c,ccedilla" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="p,thorn" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="r" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="w" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="37" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="57" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="z" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotesinglbase,quotedblbase" 	k="43" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="18" />
+<hkern g1="R" 	g2="j" 	k="47" />
+<hkern g1="R" 	g2="n,ntilde" 	k="55" />
+<hkern g1="R" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="63" />
+<hkern g1="R" 	g2="l" 	k="37" />
+<hkern g1="R" 	g2="d" 	k="63" />
+<hkern g1="R" 	g2="t" 	k="47" />
+<hkern g1="R" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="47" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="35" />
+<hkern g1="R" 	g2="k" 	k="37" />
+<hkern g1="R" 	g2="c,ccedilla" 	k="63" />
+<hkern g1="R" 	g2="p,thorn" 	k="55" />
+<hkern g1="R" 	g2="hyphen,endash,emdash" 	k="47" />
+<hkern g1="R" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="63" />
+<hkern g1="R" 	g2="f,uniFB01,uniFB02" 	k="49" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="55" />
+<hkern g1="R" 	g2="r" 	k="55" />
+<hkern g1="R" 	g2="w" 	k="41" />
+<hkern g1="R" 	g2="h" 	k="37" />
+<hkern g1="R" 	g2="s" 	k="47" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="51" />
+<hkern g1="R" 	g2="g" 	k="39" />
+<hkern g1="R" 	g2="z" 	k="35" />
+<hkern g1="R" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="S" 	g2="j" 	k="23" />
+<hkern g1="S" 	g2="n,ntilde" 	k="25" />
+<hkern g1="S" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="S" 	g2="l" 	k="25" />
+<hkern g1="S" 	g2="d" 	k="12" />
+<hkern g1="S" 	g2="t" 	k="31" />
+<hkern g1="S" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="23" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="S" 	g2="k" 	k="25" />
+<hkern g1="S" 	g2="c,ccedilla" 	k="10" />
+<hkern g1="S" 	g2="p,thorn" 	k="25" />
+<hkern g1="S" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="12" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="35" />
+<hkern g1="S" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="S" 	g2="r" 	k="25" />
+<hkern g1="S" 	g2="w" 	k="35" />
+<hkern g1="S" 	g2="h" 	k="25" />
+<hkern g1="S" 	g2="s" 	k="20" />
+<hkern g1="S" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="S" 	g2="g" 	k="29" />
+<hkern g1="S" 	g2="z" 	k="33" />
+<hkern g1="T" 	g2="j" 	k="23" />
+<hkern g1="T" 	g2="n,ntilde" 	k="121" />
+<hkern g1="T" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="156" />
+<hkern g1="T" 	g2="l" 	k="23" />
+<hkern g1="T" 	g2="d" 	k="156" />
+<hkern g1="T" 	g2="J" 	k="109" />
+<hkern g1="T" 	g2="t" 	k="68" />
+<hkern g1="T" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="23" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="68" />
+<hkern g1="T" 	g2="T" 	k="-27" />
+<hkern g1="T" 	g2="k" 	k="23" />
+<hkern g1="T" 	g2="c,ccedilla" 	k="158" />
+<hkern g1="T" 	g2="Y,Yacute,Ydieresis" 	k="-68" />
+<hkern g1="T" 	g2="p,thorn" 	k="121" />
+<hkern g1="T" 	g2="C,Ccedilla" 	k="14" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="49" />
+<hkern g1="T" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="158" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="68" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="127" />
+<hkern g1="T" 	g2="r" 	k="121" />
+<hkern g1="T" 	g2="w" 	k="80" />
+<hkern g1="T" 	g2="G" 	k="14" />
+<hkern g1="T" 	g2="h" 	k="23" />
+<hkern g1="T" 	g2="s" 	k="150" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="147" />
+<hkern g1="T" 	g2="g" 	k="162" />
+<hkern g1="T" 	g2="z" 	k="127" />
+<hkern g1="T" 	g2="quotesinglbase,quotedblbase" 	k="55" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="78" />
+<hkern g1="T" 	g2="AE" 	k="80" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="68" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="j" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="n,ntilde" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="k" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotedbl,quotesingle" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,ccedilla" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p,thorn" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="53" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="r" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="w" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="53" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="66" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotesinglbase,quotedblbase" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotright,guilsinglright" 	k="12" />
+<hkern g1="W" 	g2="j" 	k="43" />
+<hkern g1="W" 	g2="n,ntilde" 	k="98" />
+<hkern g1="W" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="117" />
+<hkern g1="W" 	g2="l" 	k="39" />
+<hkern g1="W" 	g2="d" 	k="115" />
+<hkern g1="W" 	g2="J" 	k="66" />
+<hkern g1="W" 	g2="t" 	k="68" />
+<hkern g1="W" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="43" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="W" 	g2="k" 	k="39" />
+<hkern g1="W" 	g2="c,ccedilla" 	k="119" />
+<hkern g1="W" 	g2="Y,Yacute,Ydieresis" 	k="-14" />
+<hkern g1="W" 	g2="p,thorn" 	k="98" />
+<hkern g1="W" 	g2="C,Ccedilla" 	k="8" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="45" />
+<hkern g1="W" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="117" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02" 	k="68" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="109" />
+<hkern g1="W" 	g2="r" 	k="98" />
+<hkern g1="W" 	g2="w" 	k="68" />
+<hkern g1="W" 	g2="G" 	k="10" />
+<hkern g1="W" 	g2="h" 	k="39" />
+<hkern g1="W" 	g2="s" 	k="121" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="127" />
+<hkern g1="W" 	g2="g" 	k="137" />
+<hkern g1="W" 	g2="z" 	k="66" />
+<hkern g1="W" 	g2="quotesinglbase,quotedblbase" 	k="68" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="W" 	g2="AE" 	k="84" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="47" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="29" />
+<hkern g1="W" 	g2="D,Eth" 	k="6" />
+<hkern g1="W" 	g2="K" 	k="6" />
+<hkern g1="W" 	g2="H" 	k="6" />
+<hkern g1="W" 	g2="R" 	k="6" />
+<hkern g1="W" 	g2="L" 	k="6" />
+<hkern g1="W" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="6" />
+<hkern g1="W" 	g2="N,Ntilde" 	k="6" />
+<hkern g1="W" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="6" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="j" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="n,ntilde" 	k="162" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quoteright,quotedblright" 	k="-14" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="238" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="l" 	k="20" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d" 	k="238" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="88" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="T" 	k="-68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="k" 	k="20" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,ccedilla" 	k="238" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="-43" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p,thorn" 	k="162" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="63" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="238" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="166" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="r" 	k="162" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="70" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="W" 	k="-14" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="h" 	k="20" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="195" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="188" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="244" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="127" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="113" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="156" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="41" />
+<hkern g1="Z" 	g2="j" 	k="31" />
+<hkern g1="Z" 	g2="n,ntilde" 	k="43" />
+<hkern g1="Z" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="45" />
+<hkern g1="Z" 	g2="l" 	k="31" />
+<hkern g1="Z" 	g2="d" 	k="43" />
+<hkern g1="Z" 	g2="J" 	k="-16" />
+<hkern g1="Z" 	g2="t" 	k="66" />
+<hkern g1="Z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="Z" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="31" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="Z" 	g2="k" 	k="31" />
+<hkern g1="Z" 	g2="c,ccedilla" 	k="45" />
+<hkern g1="Z" 	g2="Y,Yacute,Ydieresis" 	k="-14" />
+<hkern g1="Z" 	g2="p,thorn" 	k="43" />
+<hkern g1="Z" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="68" />
+<hkern g1="Z" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="Z" 	g2="f,uniFB01,uniFB02" 	k="66" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="57" />
+<hkern g1="Z" 	g2="r" 	k="43" />
+<hkern g1="Z" 	g2="w" 	k="66" />
+<hkern g1="Z" 	g2="G" 	k="12" />
+<hkern g1="Z" 	g2="h" 	k="31" />
+<hkern g1="Z" 	g2="s" 	k="39" />
+<hkern g1="Z" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="Z" 	g2="g" 	k="23" />
+<hkern g1="Z" 	g2="z" 	k="33" />
+<hkern g1="Z" 	g2="AE" 	k="-10" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="47" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="156" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="88" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="223" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,Ccedilla" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="w" 	k="6" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="49" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="G" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="111" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Z" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="D,Eth" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="K" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="H" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="R" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="L" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="S" 	k="41" />
+<hkern g1="b,thorn" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="b,thorn" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="b,thorn" 	g2="T" 	k="156" />
+<hkern g1="b,thorn" 	g2="quotedbl,quotesingle" 	k="78" />
+<hkern g1="b,thorn" 	g2="Y,Yacute,Ydieresis" 	k="231" />
+<hkern g1="b,thorn" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="b,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="b,thorn" 	g2="G" 	k="27" />
+<hkern g1="b,thorn" 	g2="W" 	k="115" />
+<hkern g1="b,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="b,thorn" 	g2="Z" 	k="41" />
+<hkern g1="b,thorn" 	g2="D,Eth" 	k="41" />
+<hkern g1="b,thorn" 	g2="K" 	k="41" />
+<hkern g1="b,thorn" 	g2="H" 	k="41" />
+<hkern g1="b,thorn" 	g2="R" 	k="41" />
+<hkern g1="b,thorn" 	g2="L" 	k="41" />
+<hkern g1="b,thorn" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="41" />
+<hkern g1="b,thorn" 	g2="N,Ntilde" 	k="41" />
+<hkern g1="b,thorn" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="41" />
+<hkern g1="b,thorn" 	g2="S" 	k="41" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="-37" />
+<hkern g1="c,ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="190" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="84" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="227" />
+<hkern g1="c,ccedilla" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="c,ccedilla" 	g2="G" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="119" />
+<hkern g1="c,ccedilla" 	g2="Z" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="D,Eth" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="K" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="H" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="R" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="L" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="N,Ntilde" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="S" 	k="29" />
+<hkern g1="d" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="d" 	g2="T" 	k="23" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="20" />
+<hkern g1="d" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="d" 	g2="G" 	k="29" />
+<hkern g1="d" 	g2="W" 	k="39" />
+<hkern g1="d" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="d" 	g2="Z" 	k="27" />
+<hkern g1="d" 	g2="D,Eth" 	k="27" />
+<hkern g1="d" 	g2="K" 	k="27" />
+<hkern g1="d" 	g2="H" 	k="27" />
+<hkern g1="d" 	g2="R" 	k="27" />
+<hkern g1="d" 	g2="L" 	k="27" />
+<hkern g1="d" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="d" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="d" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="d" 	g2="S" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="49" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="162" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="88" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="221" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="C,Ccedilla" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="G" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="141" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="D,Eth" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="K" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="H" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="R" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="L" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="N,Ntilde" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="45" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="49" />
+<hkern g1="f" 	g2="j" 	k="-35" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-109" />
+<hkern g1="f" 	g2="J" 	k="63" />
+<hkern g1="f" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-37" />
+<hkern g1="f" 	g2="T" 	k="-127" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-80" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-162" />
+<hkern g1="f" 	g2="G" 	k="6" />
+<hkern g1="f" 	g2="W" 	k="-92" />
+<hkern g1="f" 	g2="g" 	k="12" />
+<hkern g1="f" 	g2="quotesinglbase,quotedblbase" 	k="12" />
+<hkern g1="f" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="63" />
+<hkern g1="f" 	g2="Z" 	k="-45" />
+<hkern g1="f" 	g2="D,Eth" 	k="6" />
+<hkern g1="f" 	g2="K" 	k="6" />
+<hkern g1="f" 	g2="H" 	k="6" />
+<hkern g1="f" 	g2="R" 	k="6" />
+<hkern g1="f" 	g2="L" 	k="6" />
+<hkern g1="f" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="6" />
+<hkern g1="f" 	g2="N,Ntilde" 	k="6" />
+<hkern g1="f" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="6" />
+<hkern g1="g" 	g2="j" 	k="-236" />
+<hkern g1="g" 	g2="J" 	k="33" />
+<hkern g1="g" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="g" 	g2="T" 	k="68" />
+<hkern g1="g" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="g" 	g2="C,Ccedilla" 	k="8" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="g" 	g2="G" 	k="10" />
+<hkern g1="g" 	g2="W" 	k="68" />
+<hkern g1="g" 	g2="g" 	k="12" />
+<hkern g1="g" 	g2="quotesinglbase,quotedblbase" 	k="16" />
+<hkern g1="g" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="43" />
+<hkern g1="g" 	g2="Z" 	k="66" />
+<hkern g1="g" 	g2="D,Eth" 	k="43" />
+<hkern g1="g" 	g2="K" 	k="43" />
+<hkern g1="g" 	g2="H" 	k="43" />
+<hkern g1="g" 	g2="R" 	k="43" />
+<hkern g1="g" 	g2="L" 	k="43" />
+<hkern g1="g" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="g" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="g" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="g" 	g2="S" 	k="41" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="37" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quotedbl,quotesingle" 	k="78" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="41" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="29" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="D,Eth" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="K" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="H" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="R" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="L" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="N,Ntilde" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="68" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="102" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="guillemotright,guilsinglright" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="47" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="D,Eth" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="K" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="H" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="R" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="L" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="S" 	k="12" />
+<hkern g1="h" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="h" 	g2="t" 	k="6" />
+<hkern g1="h" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="h" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="h" 	g2="T" 	k="174" />
+<hkern g1="h" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="h" 	g2="Y,Yacute,Ydieresis" 	k="248" />
+<hkern g1="h" 	g2="C,Ccedilla" 	k="41" />
+<hkern g1="h" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="h" 	g2="w" 	k="10" />
+<hkern g1="h" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="h" 	g2="G" 	k="41" />
+<hkern g1="h" 	g2="W" 	k="121" />
+<hkern g1="h" 	g2="Z" 	k="27" />
+<hkern g1="h" 	g2="D,Eth" 	k="33" />
+<hkern g1="h" 	g2="K" 	k="33" />
+<hkern g1="h" 	g2="H" 	k="33" />
+<hkern g1="h" 	g2="R" 	k="33" />
+<hkern g1="h" 	g2="L" 	k="33" />
+<hkern g1="h" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="h" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="h" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="h" 	g2="S" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="14" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="49" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="96" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="hyphen,endash,emdash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="G" 	k="10" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="45" />
+<hkern g1="hyphen,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="33" />
+<hkern g1="hyphen,endash,emdash" 	g2="AE" 	k="14" />
+<hkern g1="hyphen,endash,emdash" 	g2="D,Eth" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="K" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="H" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="R" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="L" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="N,Ntilde" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="41" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="T" 	k="23" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="G" 	k="33" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="W" 	k="43" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Z" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="D,Eth" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="K" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="H" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="R" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="L" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="S" 	k="33" />
+<hkern g1="j" 	g2="j" 	k="-117" />
+<hkern g1="j" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="j" 	g2="T" 	k="25" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="j" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="j" 	g2="G" 	k="33" />
+<hkern g1="j" 	g2="W" 	k="43" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="j" 	g2="Z" 	k="27" />
+<hkern g1="j" 	g2="D,Eth" 	k="27" />
+<hkern g1="j" 	g2="K" 	k="27" />
+<hkern g1="j" 	g2="H" 	k="27" />
+<hkern g1="j" 	g2="R" 	k="27" />
+<hkern g1="j" 	g2="L" 	k="27" />
+<hkern g1="j" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="j" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="j" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="j" 	g2="S" 	k="33" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="k" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="k" 	g2="d" 	k="14" />
+<hkern g1="k" 	g2="J" 	k="-10" />
+<hkern g1="k" 	g2="t" 	k="12" />
+<hkern g1="k" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="k" 	g2="T" 	k="80" />
+<hkern g1="k" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="k" 	g2="c,ccedilla" 	k="16" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="k" 	g2="C,Ccedilla" 	k="37" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="k" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="16" />
+<hkern g1="k" 	g2="f,uniFB01,uniFB02" 	k="12" />
+<hkern g1="k" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="12" />
+<hkern g1="k" 	g2="w" 	k="10" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="68" />
+<hkern g1="k" 	g2="G" 	k="37" />
+<hkern g1="k" 	g2="W" 	k="80" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="8" />
+<hkern g1="k" 	g2="Z" 	k="10" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="k" 	g2="D,Eth" 	k="45" />
+<hkern g1="k" 	g2="K" 	k="45" />
+<hkern g1="k" 	g2="H" 	k="45" />
+<hkern g1="k" 	g2="R" 	k="45" />
+<hkern g1="k" 	g2="L" 	k="45" />
+<hkern g1="k" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="45" />
+<hkern g1="k" 	g2="N,Ntilde" 	k="45" />
+<hkern g1="k" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="45" />
+<hkern g1="k" 	g2="S" 	k="35" />
+<hkern g1="l,uniFB02" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="T" 	k="23" />
+<hkern g1="l,uniFB02" 	g2="Y,Yacute,Ydieresis" 	k="20" />
+<hkern g1="l,uniFB02" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="l,uniFB02" 	g2="G" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="W" 	k="39" />
+<hkern g1="l,uniFB02" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="l,uniFB02" 	g2="Z" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="D,Eth" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="K" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="H" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="R" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="L" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="S" 	k="29" />
+<hkern g1="n,ntilde" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="n,ntilde" 	g2="t" 	k="6" />
+<hkern g1="n,ntilde" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="n,ntilde" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="n,ntilde" 	g2="T" 	k="174" />
+<hkern g1="n,ntilde" 	g2="quotedbl,quotesingle" 	k="94" />
+<hkern g1="n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="248" />
+<hkern g1="n,ntilde" 	g2="C,Ccedilla" 	k="41" />
+<hkern g1="n,ntilde" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="n,ntilde" 	g2="w" 	k="10" />
+<hkern g1="n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="n,ntilde" 	g2="G" 	k="41" />
+<hkern g1="n,ntilde" 	g2="W" 	k="123" />
+<hkern g1="n,ntilde" 	g2="Z" 	k="27" />
+<hkern g1="n,ntilde" 	g2="D,Eth" 	k="33" />
+<hkern g1="n,ntilde" 	g2="K" 	k="33" />
+<hkern g1="n,ntilde" 	g2="H" 	k="33" />
+<hkern g1="n,ntilde" 	g2="R" 	k="33" />
+<hkern g1="n,ntilde" 	g2="L" 	k="33" />
+<hkern g1="n,ntilde" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="n,ntilde" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="n,ntilde" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="n,ntilde" 	g2="S" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="55" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="156" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="94" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="231" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="G" 	k="29" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="117" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="D,Eth" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="K" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="H" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="R" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="L" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="43" />
+<hkern g1="quoteleft,quotedblleft" 	g2="n,ntilde" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d" 	k="45" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="27" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,ccedilla" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="p,thorn" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="49" />
+<hkern g1="quoteleft,quotedblleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="quoteleft,quotedblleft" 	g2="r" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="31" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="z" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="39" />
+<hkern g1="quoteleft,quotedblleft" 	g2="Z" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="D,Eth" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="K" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="H" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="R" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="L" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="t" 	k="10" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="49" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="T" 	k="59" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="170" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="C,Ccedilla" 	k="49" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="w" 	k="25" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="51" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="G" 	k="49" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="W" 	k="72" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="D,Eth" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="K" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="H" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="R" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="L" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="N,Ntilde" 	k="18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="n,ntilde" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="109" />
+<hkern g1="quotedbl,quotesingle" 	g2="d" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="t" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,ccedilla" 	k="109" />
+<hkern g1="quotedbl,quotesingle" 	g2="Y,Yacute,Ydieresis" 	k="-27" />
+<hkern g1="quotedbl,quotesingle" 	g2="p,thorn" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="102" />
+<hkern g1="quotedbl,quotesingle" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="r" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="w" 	k="68" />
+<hkern g1="quotedbl,quotesingle" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="quotedbl,quotesingle" 	g2="G" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="96" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="92" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="111" />
+<hkern g1="quotedbl,quotesingle" 	g2="z" 	k="80" />
+<hkern g1="quotedbl,quotesingle" 	g2="quotesinglbase,quotedblbase" 	k="182" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="66" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="80" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="115" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotright,guilsinglright" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="D,Eth" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="K" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="H" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="R" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="L" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="N,Ntilde" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="16" />
+<hkern g1="r" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="6" />
+<hkern g1="r" 	g2="d" 	k="6" />
+<hkern g1="r" 	g2="J" 	k="92" />
+<hkern g1="r" 	g2="y,yacute,ydieresis" 	k="-35" />
+<hkern g1="r" 	g2="T" 	k="121" />
+<hkern g1="r" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="r" 	g2="c,ccedilla" 	k="8" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="96" />
+<hkern g1="r" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="6" />
+<hkern g1="r" 	g2="w" 	k="-12" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="r" 	g2="W" 	k="68" />
+<hkern g1="r" 	g2="g" 	k="29" />
+<hkern g1="r" 	g2="quotesinglbase,quotedblbase" 	k="43" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="68" />
+<hkern g1="r" 	g2="Z" 	k="123" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="14" />
+<hkern g1="r" 	g2="D,Eth" 	k="43" />
+<hkern g1="r" 	g2="K" 	k="43" />
+<hkern g1="r" 	g2="H" 	k="43" />
+<hkern g1="r" 	g2="R" 	k="43" />
+<hkern g1="r" 	g2="L" 	k="43" />
+<hkern g1="r" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="r" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="r" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="r" 	g2="S" 	k="47" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="31" />
+<hkern g1="s" 	g2="J" 	k="-10" />
+<hkern g1="s" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="s" 	g2="T" 	k="141" />
+<hkern g1="s" 	g2="quotedbl,quotesingle" 	k="80" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="178" />
+<hkern g1="s" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="s" 	g2="G" 	k="33" />
+<hkern g1="s" 	g2="W" 	k="123" />
+<hkern g1="s" 	g2="Z" 	k="23" />
+<hkern g1="s" 	g2="D,Eth" 	k="47" />
+<hkern g1="s" 	g2="K" 	k="47" />
+<hkern g1="s" 	g2="H" 	k="47" />
+<hkern g1="s" 	g2="R" 	k="47" />
+<hkern g1="s" 	g2="L" 	k="47" />
+<hkern g1="s" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="s" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="s" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="s" 	g2="S" 	k="25" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="t" 	g2="J" 	k="-20" />
+<hkern g1="t" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="t" 	g2="T" 	k="96" />
+<hkern g1="t" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="92" />
+<hkern g1="t" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="t" 	g2="G" 	k="27" />
+<hkern g1="t" 	g2="W" 	k="66" />
+<hkern g1="t" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-8" />
+<hkern g1="t" 	g2="Z" 	k="18" />
+<hkern g1="t" 	g2="D,Eth" 	k="43" />
+<hkern g1="t" 	g2="K" 	k="43" />
+<hkern g1="t" 	g2="H" 	k="43" />
+<hkern g1="t" 	g2="R" 	k="43" />
+<hkern g1="t" 	g2="L" 	k="43" />
+<hkern g1="t" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="t" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="t" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="t" 	g2="S" 	k="39" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quoteright,quotedblright" 	k="29" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="121" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="G" 	k="33" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="98" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Z" 	k="33" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="D,Eth" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="K" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="H" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="R" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="L" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="S" 	k="43" />
+<hkern g1="w" 	g2="J" 	k="39" />
+<hkern g1="w" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="w" 	g2="T" 	k="80" />
+<hkern g1="w" 	g2="quotedbl,quotesingle" 	k="61" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="w" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="w" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="w" 	g2="G" 	k="14" />
+<hkern g1="w" 	g2="W" 	k="68" />
+<hkern g1="w" 	g2="g" 	k="18" />
+<hkern g1="w" 	g2="quotesinglbase,quotedblbase" 	k="23" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="49" />
+<hkern g1="w" 	g2="Z" 	k="66" />
+<hkern g1="w" 	g2="D,Eth" 	k="49" />
+<hkern g1="w" 	g2="K" 	k="49" />
+<hkern g1="w" 	g2="H" 	k="49" />
+<hkern g1="w" 	g2="R" 	k="49" />
+<hkern g1="w" 	g2="L" 	k="49" />
+<hkern g1="w" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="49" />
+<hkern g1="w" 	g2="N,Ntilde" 	k="49" />
+<hkern g1="w" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="49" />
+<hkern g1="w" 	g2="S" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="74" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="68" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="y,yacute,ydieresis" 	g2="W" 	k="61" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="20" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="66" />
+<hkern g1="y,yacute,ydieresis" 	g2="D,Eth" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="K" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="H" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="R" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="L" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="S" 	k="43" />
+<hkern g1="z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="z" 	g2="T" 	k="86" />
+<hkern g1="z" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="74" />
+<hkern g1="z" 	g2="C,Ccedilla" 	k="20" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="z" 	g2="G" 	k="20" />
+<hkern g1="z" 	g2="W" 	k="68" />
+<hkern g1="z" 	g2="Z" 	k="25" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="z" 	g2="D,Eth" 	k="47" />
+<hkern g1="z" 	g2="K" 	k="47" />
+<hkern g1="z" 	g2="H" 	k="47" />
+<hkern g1="z" 	g2="R" 	k="47" />
+<hkern g1="z" 	g2="L" 	k="47" />
+<hkern g1="z" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="z" 	g2="N,Ntilde" 	k="45" />
+<hkern g1="z" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="z" 	g2="S" 	k="33" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.ttf b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..351267a2ac6a3878934b201e986a2ab4c39509ef
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..d2dda86b671717d3f32150d71476d81318036863
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff2 b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..acf330f4eae55c34d0022fc45c503c40dbf54dd6
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_bld/brandon_bld-webfont-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/generator_config.txt b/ippisite/ippidb/static/fonts/brandon_bld/generator_config.txt
new file mode 100755
index 0000000000000000000000000000000000000000..05c92572e0362b7633408f5de273e37136259dfe
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/generator_config.txt
@@ -0,0 +1,5 @@
+# Font Squirrel Font-face Generator Configuration File
+# Upload this file to the generator to recreate the settings
+# you used to create these fonts.
+
+{"mode":"expert","formats":["ttf","woff","woff2","eot","svg"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/grid_12-825-55-15.css b/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/grid_12-825-55-15.css
new file mode 100755
index 0000000000000000000000000000000000000000..3d6aef783a908415e66bb296d4e4bbb7366f0bcb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/grid_12-825-55-15.css
@@ -0,0 +1,129 @@
+/*Notes about grid:
+Columns:      12
+Grid Width:   825px
+Column Width: 55px
+Gutter Width: 15px
+-------------------------------*/
+ 
+ 
+ 
+.section 		{margin-bottom: 18px;
+}
+.section:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
+.section 		{*zoom: 1;}
+ 
+.section .firstcolumn,
+.section .firstcol {margin-left: 0;}
+ 
+ 
+/* Border on left hand side of a column. */
+.border {
+  padding-left: 7px;
+  margin-left: 7px;
+  border-left: 1px solid #eee;
+}
+ 
+/* Border with more whitespace, spans one column. */
+.colborder {
+    padding-left: 42px;
+  margin-left: 42px;
+  border-left: 1px solid #eee;
+}
+ 
+
+ 
+/* The Grid Classes */
+.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
+{margin-left: 15px;float: left;display: inline; overflow: hidden;}
+ 
+ 
+.width1, .grid1, .span-1 {width: 55px;}
+.width1_2cols,.grid1_2cols {width: 20px;}
+.width1_3cols,.grid1_3cols  {width: 8px;}
+.width1_4cols,.grid1_4cols  {width: 2px;}
+.input_width1 {width: 49px;}
+ 
+.width2, .grid2, .span-2 {width: 125px;}
+.width2_3cols,.grid2_3cols  {width: 31px;}
+.width2_4cols,.grid2_4cols  {width: 20px;}
+.input_width2 {width: 119px;}
+ 
+.width3, .grid3, .span-3 {width: 195px;}
+.width3_2cols,.grid3_2cols {width: 90px;}
+.width3_4cols,.grid3_4cols  {width: 37px;}
+.input_width3 {width: 189px;}
+ 
+.width4, .grid4, .span-4 {width: 265px;}
+.width4_3cols,.grid4_3cols  {width: 78px;}
+.input_width4 {width: 259px;}
+ 
+.width5, .grid5, .span-5 {width: 335px;}
+.width5_2cols,.grid5_2cols {width: 160px;}
+.width5_3cols,.grid5_3cols  {width: 101px;}
+.width5_4cols,.grid5_4cols  {width: 72px;}
+.input_width5 {width: 329px;}
+ 
+.width6, .grid6, .span-6 {width: 405px;}
+.width6_4cols,.grid6_4cols  {width: 90px;}
+.input_width6 {width: 399px;}
+ 
+.width7, .grid7, .span-7 {width: 475px;}
+.width7_2cols,.grid7_2cols {width: 230px;}
+.width7_3cols,.grid7_3cols  {width: 148px;}
+.width7_4cols,.grid7_4cols  {width: 107px;}
+.input_width7 {width: 469px;}
+ 
+.width8, .grid8, .span-8 {width: 545px;}
+.width8_3cols,.grid8_3cols  {width: 171px;}
+.input_width8 {width: 539px;}
+ 
+.width9, .grid9, .span-9 {width: 615px;}
+.width9_2cols,.grid9_2cols {width: 300px;}
+.width9_4cols,.grid9_4cols  {width: 142px;}
+.input_width9 {width: 609px;}
+ 
+.width10, .grid10, .span-10 {width: 685px;}
+.width10_3cols,.grid10_3cols  {width: 218px;}
+.width10_4cols,.grid10_4cols  {width: 160px;}
+.input_width10 {width: 679px;}
+ 
+.width11, .grid11, .span-11 {width: 755px;}
+.width11_2cols,.grid11_2cols {width: 370px;}
+.width11_3cols,.grid11_3cols  {width: 241px;}
+.width11_4cols,.grid11_4cols  {width: 177px;}
+.input_width11 {width: 749px;}
+ 
+.width12, .grid12, .span-12 {width: 825px;}
+.input_width12 {width: 819px;}
+ 
+/* Subdivided grid spaces */
+.emptycols_left1, .prepend-1 {padding-left: 70px;}
+.emptycols_right1, .append-1 {padding-right: 70px;}
+.emptycols_left2, .prepend-2 {padding-left: 140px;}
+.emptycols_right2, .append-2 {padding-right: 140px;}
+.emptycols_left3, .prepend-3 {padding-left: 210px;}
+.emptycols_right3, .append-3 {padding-right: 210px;}
+.emptycols_left4, .prepend-4 {padding-left: 280px;}
+.emptycols_right4, .append-4 {padding-right: 280px;}
+.emptycols_left5, .prepend-5 {padding-left: 350px;}
+.emptycols_right5, .append-5 {padding-right: 350px;}
+.emptycols_left6, .prepend-6 {padding-left: 420px;}
+.emptycols_right6, .append-6 {padding-right: 420px;}
+.emptycols_left7, .prepend-7 {padding-left: 490px;}
+.emptycols_right7, .append-7 {padding-right: 490px;}
+.emptycols_left8, .prepend-8 {padding-left: 560px;}
+.emptycols_right8, .append-8 {padding-right: 560px;}
+.emptycols_left9, .prepend-9 {padding-left: 630px;}
+.emptycols_right9, .append-9 {padding-right: 630px;}
+.emptycols_left10, .prepend-10 {padding-left: 700px;}
+.emptycols_right10, .append-10 {padding-right: 700px;}
+.emptycols_left11, .prepend-11 {padding-left: 770px;}
+.emptycols_right11, .append-11 {padding-right: 770px;}
+.pull-1 {margin-left: -70px;}
+.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
+.pull-2 {margin-left: -140px;}
+.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
+.pull-3 {margin-left: -210px;}
+.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
+.pull-4 {margin-left: -280px;}
+.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/specimen_stylesheet.css b/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/specimen_stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..aecc43c32ce0ee6e9e448361a7ed21808c8af690
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/specimen_files/specimen_stylesheet.css
@@ -0,0 +1,396 @@
+@import url('grid_12-825-55-15.css');
+
+/*  
+	CSS Reset by Eric Meyer - Released under Public Domain
+    http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, 
+caption, tbody, tfoot, thead, tr, th, td 
+                  {margin: 0;padding: 0;border: 0;outline: 0;
+                  font-size: 100%;vertical-align: baseline;
+                  background: transparent;}
+body              {line-height: 1;}
+ol, ul            {list-style: none;}
+blockquote, q     {quotes: none;}
+blockquote:before, blockquote:after,
+q:before, q:after {content: '';	content: none;}
+:focus            {outline: 0;}
+ins               {text-decoration: none;}
+del               {text-decoration: line-through;}
+table             {border-collapse: collapse;border-spacing: 0;}
+
+
+
+
+body {
+	color: #000;
+	background-color: #dcdcdc;
+}
+
+a {
+	text-decoration: none;
+	color: #1883ba;
+}
+
+h1{
+	font-size: 32px;
+	font-weight: normal;
+	font-style: normal;
+	margin-bottom: 18px;
+}
+
+h2{
+	font-size: 18px;
+}
+
+#container {
+	width: 865px;
+	margin: 0px auto;
+}
+
+
+#header {
+	padding: 20px;
+	font-size: 36px;
+	background-color: #000;
+	color: #fff;
+}
+
+#header span {
+	color: #666;
+}
+#main_content {
+	background-color: #fff;
+	padding: 60px 20px 20px;
+}
+
+
+#footer p {
+	margin: 0;
+	padding-top: 10px;
+	padding-bottom: 50px;
+	color: #333;
+	font: 10px Arial, sans-serif;
+}
+
+.tabs {
+	width: 100%;
+	height: 31px;
+	background-color: #444;
+}
+.tabs li {
+	float:  left;
+	margin: 0;
+	overflow: hidden;
+	background-color: #444;
+}
+.tabs li a {
+	display: block;
+	color: #fff;
+	text-decoration: none;
+	font: bold 11px/11px 'Arial';
+	text-transform: uppercase;
+	padding: 10px 15px;
+	border-right: 1px solid #fff;
+}
+
+.tabs li a:hover {
+		background-color: #00b3ff;
+
+}
+
+.tabs li.active a {
+	color:  #000;
+	background-color: #fff;
+}
+
+
+
+div.huge {
+	
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+div.glyph_range {
+	font-size: 72px;
+	line-height: 1.1em;
+}
+
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+
+
+.psample_row1 {	height: 120px;}
+.psample_row1 {	height: 120px;}
+.psample_row2 {	height: 160px;}
+.psample_row3 {	height: 160px;}
+.psample_row4 {	height: 160px;}
+
+.psample {
+	overflow: hidden;
+	position: relative;
+}
+.psample p {
+	line-height: 1.3em;
+	display: block;
+	overflow: hidden;
+	margin: 0;
+}
+
+.psample span {
+	margin-right: .5em;
+}
+
+.white_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
+	position: absolute;
+	bottom: 0;
+}
+.black_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
+	position: absolute;
+	bottom: 0;
+}
+.fullreverse {
+	background:  #000 !important;
+	color:  #fff !important;
+	margin-left: -20px;
+	padding-left: 20px;
+	margin-right: -20px;
+	padding-right: 20px;
+	padding: 20px;
+	margin-bottom:0;
+}
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+code {
+	white-space: pre;
+	background-color: #eee;
+	display: block;
+	padding: 10px;
+	margin-bottom: 18px;
+	overflow: auto;
+}
+
+
+.bottom,.last 	{margin-bottom:0 !important; padding-bottom:0 !important;}
+
+.box  { 
+  padding: 18px; 
+  margin-bottom: 18px; 
+  background: #eee; 
+}
+
+.reverse,.reversed { background:  #000 !important;color:  #fff !important; border: none !important;}
+
+#bodycomparison {
+	position: relative;
+	overflow: hidden;
+	font-size: 72px;
+	height: 90px;
+	white-space: nowrap;
+}
+
+#bodycomparison div{
+	font-size: 72px;
+	line-height: 90px;
+	display: inline;
+	margin: 0 15px 0 0;
+	padding: 0;
+}
+
+#bodycomparison div span{
+	font: 10px Arial;
+	position: absolute;
+	left: 0;
+}
+#xheight {
+	float: none;
+	position: absolute;
+	color: #d9f3ff;
+	font-size: 72px;
+	line-height: 90px;
+}
+
+.fontbody {
+ position: relative;
+}
+.arialbody{
+	font-family: Arial;
+	position: relative;
+}
+.verdanabody{
+	font-family: Verdana;
+	position: relative;
+}
+.georgiabody{
+	font-family: Georgia;
+	position: relative;
+}
+
+/* @group Layout page
+ */
+
+#layout h1 {
+	font-size: 36px;
+	line-height: 42px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h2 {
+	font-size: 24px;
+	line-height: 23px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h3 {
+	font-size: 22px;
+	line-height: 1.4em;
+	margin-top: 1em;
+	font-weight: normal;
+	font-style: normal;
+}
+
+
+#layout p.byline {
+	font-size: 12px;
+	margin-top: 18px;
+	line-height: 12px;
+	margin-bottom: 0;
+}
+#layout p {
+	font-size: 14px;
+	line-height: 21px;
+	margin-bottom: .5em;
+}
+
+#layout p.large{
+	font-size: 18px;
+	line-height: 26px;
+}
+
+#layout .sidebar p{
+	font-size: 12px;
+	line-height: 1.4em;
+}
+
+#layout p.caption {
+	font-size: 10px;
+	margin-top: -16px;
+	margin-bottom: 18px;
+}
+
+/* @end */
+
+/* @group Glyphs */
+
+#glyph_chart div{
+	background-color: #d9f3ff;
+	color: black;
+	float: left;
+	font-size: 36px;
+	height: 1.2em;
+	line-height: 1.2em;
+	margin-bottom: 1px;
+	margin-right: 1px;
+	text-align: center;
+	width: 1.2em;
+	position: relative;
+	padding: .6em .2em .2em;
+}
+
+#glyph_chart div p {
+	position: absolute;
+	left: 0;
+	top: 0;
+	display: block;
+	text-align: center;
+	font: bold 9px Arial, sans-serif;
+	background-color: #3a768f;
+	width: 100%;
+	color: #fff;
+	padding: 2px 0;
+}
+
+
+#glyphs h1 {
+	font-family: Arial, sans-serif;
+}
+/* @end */
+
+/* @group Installing */
+
+#installing {
+	font: 13px Arial, sans-serif;
+}
+
+#installing p,
+#glyphs p{
+	line-height: 1.2em;
+	margin-bottom: 18px;
+	font: 13px Arial, sans-serif;
+}
+
+
+
+#installing h3{
+	font-size: 15px;
+	margin-top: 18px;
+}
+
+/* @end */
+
+#rendering h1 {
+	font-family: Arial, sans-serif;
+}
+.render_table td {
+	font: 11px "Courier New", Courier, mono;
+	vertical-align: middle;
+}
+
+
diff --git a/ippisite/ippidb/static/fonts/brandon_bld/stylesheet.css b/ippisite/ippidb/static/fonts/brandon_bld/stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..dae82a836b313f6c7d9c4aceb0cb22c40004ce64
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_bld/stylesheet.css
@@ -0,0 +1,16 @@
+/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 16, 2017 */
+
+
+
+@font-face {
+    font-family: 'webfontregular';
+    src: url('brandon_bld-webfont-webfont.eot');
+    src: url('brandon_bld-webfont-webfont.eot?#iefix') format('embedded-opentype'),
+         url('brandon_bld-webfont-webfont.woff2') format('woff2'),
+         url('brandon_bld-webfont-webfont.woff') format('woff'),
+         url('brandon_bld-webfont-webfont.ttf') format('truetype'),
+         url('brandon_bld-webfont-webfont.svg#webfontregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-demo.html b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..0ffffe2ee17566e0b91d1fb9371b703ca0a09ecd
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'brandon_grotesqueblack';
+							}
+		</style>
+
+	<title>Brandon Grotesque Black Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Brandon Grotesque Black	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Brandon Grotesque Black</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Brandon Grotesque Black in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Brandon Grotesque Black in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.eot b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..4faf50eb4421302276d3915c8bbce2990ce70c8c
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.svg b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..60495948cf66ec1ba9c7757ad688aa4e39b80044
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.svg
@@ -0,0 +1,4916 @@
+<?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="brandon_grotesqueblack" horiz-adv-x="1044" >
+<font-face units-per-em="2048" ascent="1434" descent="-614" />
+<missing-glyph horiz-adv-x="452" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1169" d="M72 598v182q0 17 11 28t28 11h43v191q0 193 123.5 318.5t314.5 125.5q87 0 173.5 -26.5t143.5 -57.5q15 -7 20 -23.5t-3 -31.5l-88 -168q-12 -24 -25 -30t-33 3q-110 51 -184 51q-54 0 -91.5 -41.5t-37.5 -121.5v-189h553q17 0 28 -11t11 -28v-741q0 -16 -11 -27.5 t-28 -11.5h-223q-17 0 -28 11.5t-11 27.5v520h-291v-520q0 -12 -5.5 -20t-12 -12t-19 -6t-20 -2t-22.5 0.5t-19 0.5h-176q-15 0 -27 12t-12 27v520h-43q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1212" d="M70 598v182q0 17 11 28t28 11h47v191q0 204 125.5 324t312.5 120q52 0 102.5 -12.5t85.5 -30t63 -35.5t42 -30l14 -13l27 62q17 39 53 39h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-227q-15 0 -27 12t-12 27v1048q-17 24 -66.5 54t-105.5 30q-68 0 -113 -41.5 t-45 -121.5v-189h137q16 0 27.5 -11t11.5 -28v-182q0 -15 -12 -27t-27 -12h-137v-520q0 -15 -12 -27t-27 -12h-235q-15 0 -26 12t-11 27v520h-47q-17 0 -28 11.5t-11 27.5z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode=" "  horiz-adv-x="452" />
+<glyph unicode="&#x09;" horiz-adv-x="452" />
+<glyph unicode="&#xa0;" horiz-adv-x="452" />
+<glyph unicode="!" horiz-adv-x="643" d="M127 172q0 80 57 138.5t135 58.5q79 0 138 -58.5t59 -138.5q0 -78 -58.5 -135t-138.5 -57q-78 0 -135 57t-57 135zM139 1161v234q0 15 12 27t27 12h287q15 0 27 -12t12 -27v-230l-101 -575q-2 -12 -13.5 -22.5t-24.5 -10.5h-86q-13 0 -25 10.5t-14 22.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="749" d="M63 1065v330q0 15 12 27t27 12h213q21 0 32 -15.5t5 -36.5l-98 -325q-3 -12 -14.5 -21.5t-22.5 -9.5h-115q-15 0 -27 12t-12 27zM434 1065v330q0 15 12 27t27 12h213q21 0 32 -15.5t5 -36.5l-98 -325q-3 -12 -14.5 -21.5t-22.5 -9.5h-115q-15 0 -27 12t-12 27z" />
+<glyph unicode="#" horiz-adv-x="1095" d="M68 418v35q0 17 10.5 28t27.5 11h160l49 329h-149q-15 0 -27 12t-12 27v35q0 15 12 27t27 12h164l65 467q2 12 13 22.5t24 10.5h35q18 0 29 -13.5t8 -31.5l-62 -455h330l64 467q2 12 13.5 22.5t24.5 10.5h33q19 0 30.5 -13t8.5 -32l-61 -455h123q17 0 28 -11.5t11 -27.5 v-35q0 -16 -11 -27.5t-28 -11.5h-140l-47 -329h127q16 0 27.5 -11t11.5 -28v-35q0 -15 -12 -27t-27 -12h-143l-47 -346q-2 -14 -13 -23.5t-26 -9.5h-33q-19 0 -30 13t-9 32l47 334h-332l-45 -346q-1 -13 -12.5 -23t-25.5 -10h-33q-20 0 -31 13t-8 32l45 334h-146 q-17 0 -27.5 11.5t-10.5 27.5zM379 492h332l45 329h-328z" />
+<glyph unicode="$" horiz-adv-x="1077" d="M61 1047q0 160 110 272.5t308 132.5v66q0 17 11.5 27.5t27.5 10.5h35q16 0 27.5 -10.5t11.5 -27.5v-68q204 -18 381 -150q17 -9 18.5 -32.5t-6.5 -32.5l-119 -172q-11 -16 -27.5 -19t-27.5 7q-3 1 -38.5 23.5t-87 51t-93.5 45.5v-288q434 -171 434 -480 q0 -106 -52.5 -197t-153 -151.5t-232.5 -72.5v-213q0 -15 -12 -26t-27 -11h-35q-15 0 -27 11t-12 26v213q-79 6 -148.5 24.5t-117.5 43.5t-77.5 46t-49.5 41q-17 17 -19.5 25.5t9.5 32.5l88 155q14 25 35 33t43 -6q133 -89 237 -123l2 332q-59 24 -112 52t-110.5 71t-99 91 t-68 112.5t-26.5 134.5zM358 1092q0 -92 113 -160v266q-49 -6 -81 -36.5t-32 -69.5zM594 236q48 12 78 46t30 80q0 100 -108 173v-299z" />
+<glyph unicode="%" horiz-adv-x="1349" d="M37 1180q0 115 80 194.5t196 79.5q115 0 196 -79.5t81 -194.5t-81.5 -196t-195.5 -81q-115 0 -195.5 80.5t-80.5 196.5zM188 55l703 1358q12 21 35 21h155q23 0 34.5 -18t0.5 -38l-706 -1358q-5 -6 -16.5 -13t-18.5 -7h-152q-23 0 -34 17.5t-1 37.5zM242 1180 q0 -29 21 -50.5t50 -21.5q28 0 49 21.5t21 50.5q0 28 -21 48.5t-49 20.5q-29 0 -50 -20.5t-21 -48.5zM723 256q0 115 81 195.5t195 80.5q116 0 197.5 -80.5t81.5 -195.5q0 -114 -82 -195t-197 -81q-114 0 -195 81t-81 195zM930 256q0 -28 20.5 -49t48.5 -21q29 0 50.5 21 t21.5 49q0 29 -21.5 50.5t-50.5 21.5q-28 0 -48.5 -21.5t-20.5 -50.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1431" d="M143 369q0 60 15.5 115.5t40.5 95.5t55 74.5t59.5 57t54.5 38.5t40 23l16 7v6l-41 43q-66 70 -100.5 139.5t-34.5 153.5q0 60 26 118t73.5 106.5t125.5 78t172 29.5q174 0 292 -99.5t118 -242.5q0 -63 -23 -122t-56 -99t-66 -70.5t-56 -49t-23 -21.5l185 -189 q40 64 67 158q4 15 7.5 24.5t10 19t14 13.5t20 4t28.5 -6l150 -53q10 -4 17.5 -9t12 -10t6 -13t2 -13t-1.5 -14t-2.5 -12.5t-4 -12.5t-3.5 -10q-22 -63 -54 -126t-53 -97l-22 -33l174 -162q17 -16 23 -25t1.5 -27t-28.5 -42l-114 -117q-45 -41 -92 6l-134 133l-17 -17 t-51.5 -38t-88 -47.5t-125.5 -37.5t-164 -17q-194 0 -322.5 113.5t-128.5 275.5zM436 410q0 -74 55.5 -124t137.5 -50q45 0 84 10.5t63 26t42 31t25 26.5l7 10l-268 285q-6 -2 -16 -6.5t-35 -21.5t-44 -39.5t-35 -62t-16 -85.5zM520 1124q0 -10 1 -19t5 -19t6.5 -17 t9.5 -17.5t10.5 -16t13.5 -17t14.5 -16t17 -18.5t16.5 -19l45 -45q5 2 14.5 7t32.5 21.5t40.5 35t32 48.5t14.5 62q0 54 -43.5 92.5t-108.5 38.5q-55 0 -88 -29.5t-33 -71.5z" />
+<glyph unicode="'" horiz-adv-x="374" d="M63 1065v330q0 15 12 27t27 12h211q21 0 32 -15.5t5 -36.5l-98 -325q-3 -12 -14.5 -21.5t-22.5 -9.5h-113q-15 0 -27 12t-12 27z" />
+<glyph unicode="(" horiz-adv-x="704" d="M76 645q0 778 520 805q17 1 29 -10.5t12 -26.5l8 -174q0 -11 -8.5 -23.5t-18.5 -15.5q-125 -39 -180 -177t-55 -378q0 -241 55 -379t180 -178q10 -4 18.5 -16t8.5 -23l-8 -172q-3 -39 -41 -39q-54 4 -102.5 15t-102.5 36.5t-98 63.5t-85.5 100.5t-69.5 143.5t-45 195.5 t-17 252.5z" />
+<glyph unicode=")" horiz-adv-x="704" d="M59 51q0 10 9 22t18 15q125 40 180.5 178t55.5 379q0 240 -55.5 378t-180.5 177q-10 3 -18.5 15.5t-8.5 23.5l9 174q0 15 12 26.5t29 10.5q520 -27 520 -805q0 -138 -17 -252.5t-45 -195.5t-69.5 -143.5t-85.5 -100.5t-98 -63.5t-102.5 -36.5t-102.5 -15q-17 0 -29 11 t-12 26z" />
+<glyph unicode="*" horiz-adv-x="745" d="M36 941q2 17 17 26l176 104l-176 107q-13 9 -16.5 25.5t4.5 29.5q14 22 49 72q9 11 24 14t27 -6l152 -105l-4 187q0 15 12 27t27 12h84q15 0 27 -12t12 -27l-5 -187l154 105q12 8 29 5t24 -15l45 -70q10 -13 7 -30.5t-17 -26.5l-176 -105l176 -106q14 -9 17 -25.5 t-5 -28.5l-51 -71q-7 -12 -23 -15.5t-28 4.5l-152 103l5 -182q0 -15 -12 -27t-27 -12h-84q-15 0 -27 12t-12 27l4 184l-152 -105q-12 -9 -28.5 -5t-24.5 16l-45 71q-9 13 -7 30z" />
+<glyph unicode="+" horiz-adv-x="1089" d="M96 637v143q0 15 12 27t27 12h299v301q0 15 12 26t27 11h143q15 0 27 -11t12 -26v-301h301q15 0 26 -12t11 -27v-143q0 -15 -11 -27t-26 -12h-301v-299q0 -15 -12 -26t-27 -11h-143q-15 0 -27 11t-12 26v299h-299q-15 0 -27 12t-12 27z" />
+<glyph unicode="," horiz-adv-x="567" d="M57 170q0 80 60.5 137.5t152.5 57.5q40 0 80.5 -16.5t77.5 -51t60.5 -97.5t23.5 -145q0 -41 -5.5 -81t-13.5 -72t-23 -65.5t-27 -57t-32.5 -51t-32 -42.5t-33.5 -37t-30 -29.5t-28 -25t-21 -18.5q-13 -11 -28.5 -12t-28.5 12l-43 49q-12 13 -11.5 29.5t15.5 28.5 q182 146 184 319q-45 -22 -106 -22q-77 0 -134 56t-57 134z" />
+<glyph unicode="-" horiz-adv-x="735" d="M94 401v187q0 17 11 28t28 11h469q17 0 28 -11t11 -28v-187q0 -15 -11 -25.5t-28 -10.5h-469q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="." horiz-adv-x="499" d="M55 172q0 80 57.5 138.5t135.5 58.5q79 0 137.5 -58.5t58.5 -138.5q0 -78 -58 -135t-138 -57q-78 0 -135.5 57t-57.5 135z" />
+<glyph unicode="/" horiz-adv-x="761" d="M49 51l402 1356q3 11 13.5 19t22.5 8h201q22 0 32.5 -15t4.5 -37l-399 -1355q-3 -10 -14.5 -18.5t-22.5 -8.5h-203q-21 0 -32 15t-5 36z" />
+<glyph unicode="0" horiz-adv-x="1277" d="M115 696q0 338 137.5 527.5t386.5 189.5t386.5 -189.5t137.5 -527.5t-137 -527t-387 -189t-387 189t-137 527zM444 696q0 -202 50.5 -311t144.5 -109t144.5 109t50.5 311q0 201 -50.5 310.5t-144.5 109.5t-144.5 -109.5t-50.5 -310.5z" />
+<glyph unicode="1" horiz-adv-x="765" d="M51 999v129q0 19 12 31l299 234h189q15 0 26 -12t11 -27v-1315q0 -15 -11 -27t-26 -12h-227q-17 0 -28 11.5t-11 27.5v922h-197q-15 0 -26 11.5t-11 26.5z" />
+<glyph unicode="2" horiz-adv-x="1052" d="M47 39v41q110 144 285.5 385t257.5 366q53 80 53 156q0 62 -48.5 105t-131.5 43q-57 0 -109.5 -31.5t-89.5 -71.5q-12 -12 -28.5 -12t-28.5 12l-125 127q-11 9 -11.5 25t9.5 28q7 8 19.5 21.5t54 48.5t86 61.5t113 48t136.5 21.5q213 0 339 -119t126 -295 q0 -52 -11.5 -99t-24.5 -77t-44 -90q-30 -52 -85.5 -132.5t-138.5 -194.5t-105 -144h360q15 0 27 -12t12 -27v-184q0 -15 -12 -27t-27 -12h-819q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="3" horiz-adv-x="1058" d="M53 187.5q1 14.5 10 25.5l130 129q24 24 51 4q14 -11 38 -26.5t83.5 -41.5t103.5 -26q68 0 123 49t55 115q0 70 -66.5 118t-177.5 48h-114q-15 0 -27 12t-12 27v170q0 17 11.5 27.5t27.5 10.5h114q104 0 162 44.5t58 113.5q0 65 -48.5 109.5t-115.5 44.5q-105 0 -178 -82 q-10 -12 -27 -12.5t-29 10.5l-125 123q-12 11 -11.5 26.5t11.5 26.5l19.5 19.5t54 43.5t84.5 54.5t107.5 43t126.5 19.5q184 0 313 -104t129 -271q0 -108 -65 -193.5t-146 -123.5v-6q39 -17 80 -47.5t79.5 -73.5t63.5 -102t25 -121q0 -169 -133.5 -280t-343.5 -111 q-90 0 -168.5 20t-130.5 51.5t-82.5 58t-51.5 52.5q-9 11 -8 25.5z" />
+<glyph unicode="4" horiz-adv-x="1228" d="M29 328v217l714 858q12 12 31 12h148q16 0 27.5 -11t11.5 -28l2 -839h161q17 0 28 -11t11 -26v-170q0 -16 -11 -27.5t-28 -11.5h-161l2 -252q0 -15 -12 -27t-27 -12h-219q-15 0 -27 12t-12 27v250h-600q-17 0 -28 11.5t-11 27.5zM350 543h326v381z" />
+<glyph unicode="5" horiz-adv-x="1079" d="M84.5 187q-0.5 13 17.5 32l129 127q9 9 23.5 11t26.5 -5q16 -11 43 -27.5t91.5 -43.5t108.5 -27q84 0 139.5 55.5t55.5 139.5q0 86 -57 142t-154 56h-315q-29 0 -46.5 22.5t-17.5 49.5v635q0 16 11 27.5t28 11.5h659q17 0 28 -11.5t11 -27.5v-180q0 -16 -11 -27.5 t-28 -11.5h-421v-220h145q210 0 338.5 -131t128.5 -335q0 -194 -146.5 -331.5t-359.5 -137.5q-98 0 -187.5 31.5t-138.5 66.5t-80 72q-21 24 -21.5 37z" />
+<glyph unicode="6" horiz-adv-x="1101" d="M76 537q0 124 29.5 236.5t76 196t110.5 157t127 123.5t132 90.5t119 62t94 35.5q46 15 63 -33l60 -158q14 -44 -39 -59q-368 -119 -412 -336q40 17 97 29t98 12q75 0 145.5 -27.5t130 -80t95.5 -140t36 -196.5q0 -193 -138.5 -331t-330.5 -138q-116 0 -210 42t-155.5 117 t-94.5 176.5t-33 221.5zM369 459q0 -80 57.5 -138.5t138.5 -58.5t139 58.5t58 138.5q0 82 -57.5 140t-139.5 58t-139 -58t-57 -140z" />
+<glyph unicode="7" horiz-adv-x="1011" d="M74 1169v185q0 15 12 27t27 12h864q15 0 27 -12t12 -27v-15l-613 -1280q-17 -35 -37 -47t-47 -12h-202q-17 0 -29 11t-12 28v22l512 1069h-475q-15 0 -27 12t-12 27z" />
+<glyph unicode="8" horiz-adv-x="1161" d="M82 371q0 51 23 103t53.5 89.5t69.5 72.5t62.5 52t41.5 27v6q-34 19 -67.5 46.5t-67.5 67t-55 93t-21 110.5q0 168 131 271.5t323 103.5q199 0 332 -103.5t133 -271.5q0 -55 -21 -106.5t-55.5 -91.5t-66.5 -67t-68 -50v-8q41 -23 79 -52t79.5 -72t66.5 -100.5t25 -119.5 q0 -170 -138.5 -280.5t-365.5 -110.5q-220 0 -356.5 111t-136.5 280zM414 385q0 -65 51 -109.5t117 -44.5q64 0 115 45t51 109q0 59 -43.5 110t-124.5 78q-78 -27 -122 -78.5t-44 -109.5zM436 1026q0 -115 144 -170q70 26 107.5 71t37.5 99q0 53 -43.5 93t-101.5 40 q-57 0 -100.5 -40t-43.5 -93z" />
+<glyph unicode="9" horiz-adv-x="1099" d="M61 956q0 193 138.5 331t330.5 138q155 0 268 -73t169.5 -198t56.5 -286q0 -124 -28.5 -236.5t-74.5 -196t-109 -157t-126 -123.5t-131.5 -90.5t-120.5 -62.5t-98 -35q-48 -12 -64 33l-59 158q-14 44 39 59q368 119 412 336q-40 -17 -97 -29t-98 -12q-59 0 -116.5 16.5 t-110.5 52.5t-93 87.5t-64 125.5t-24 162zM338 946q0 -82 57.5 -140t139.5 -58t139 58t57 140q0 80 -57.5 138.5t-138.5 58.5t-139 -58.5t-58 -138.5z" />
+<glyph unicode=":" horiz-adv-x="532" d="M104 141q0 68 47.5 116t114.5 48q68 0 116 -48.5t48 -115.5t-48 -114t-116 -47t-115 47t-47 114zM104 676q0 68 47.5 116t114.5 48q68 0 116 -48t48 -116q0 -67 -48 -114.5t-116 -47.5t-115 47t-47 115z" />
+<glyph unicode=";" horiz-adv-x="485" d="M57 676q0 68 47.5 116t114.5 48t115.5 -48t48.5 -116q0 -67 -48 -114.5t-116 -47.5q-67 0 -114.5 47t-47.5 115zM68 125q0 61 46 104t115 43q32 0 62.5 -12.5t59.5 -38.5t47 -74.5t18 -111.5q0 -51 -10 -98t-30 -85t-37 -65.5t-45 -55t-37.5 -36.5t-31.5 -27 q-25 -18 -45 4l-30 31q-10 13 -9 25t11 20q11 8 24 18.5t36 35t40 50.5t30.5 64.5t14.5 77.5q-35 -14 -82 -14q-61 0 -104 42t-43 103z" />
+<glyph unicode="&#x3c;" horiz-adv-x="890" d="M35 465v10q0 9 6 19.5t14 15.5l717 434q20 12 38.5 2t18.5 -35v-178q0 -6 -5 -15.5t-11 -12.5l-391 -232l391 -223q6 -3 11 -13t5 -16v-178q0 -25 -18.5 -35t-38.5 2l-717 420q-8 5 -14 15.5t-6 19.5z" />
+<glyph unicode="=" horiz-adv-x="989" d="M109 285v145q0 16 10.5 27.5t27.5 11.5h695q17 0 28 -11.5t11 -27.5v-145q0 -16 -11 -27.5t-28 -11.5h-695q-17 0 -27.5 11.5t-10.5 27.5zM109 717v143q0 16 10.5 27.5t27.5 11.5h695q17 0 28 -11.5t11 -27.5v-143q0 -16 -11 -27.5t-28 -11.5h-695q-17 0 -27.5 11.5 t-10.5 27.5z" />
+<glyph unicode="&#x3e;" horiz-adv-x="890" d="M61 43v178q0 6 5.5 16t11.5 13l391 223l-391 232q-6 3 -11.5 12.5t-5.5 15.5v178q0 24 19 34.5t39 -1.5l717 -434q8 -5 14 -15.5t6 -19.5v-10q0 -9 -6 -19.5t-14 -15.5l-717 -420q-20 -12 -39 -1.5t-19 34.5z" />
+<glyph unicode="?" horiz-adv-x="927" d="M35.5 1247.5q0.5 15.5 11.5 26.5q6 7 18 19.5t52.5 43.5t85 54.5t115.5 43t145 19.5q108 0 204 -45.5t155 -129t59 -183.5q0 -63 -23 -115.5t-57 -85.5t-74 -67.5t-74 -63.5t-57 -73t-23 -95q0 -17 -11.5 -28t-26.5 -11h-220q-16 0 -27.5 11t-11.5 28v86q0 40 21 78.5 t52.5 67t68 59t68 56t52.5 57t21 61.5q0 48 -44 84.5t-109 36.5q-39 0 -74.5 -13t-55 -29.5t-41 -31.5t-33 -18.5t-30.5 8.5l-125 123q-12 11 -11.5 26.5zM231 172q0 80 57.5 138.5t135.5 58.5q80 0 138.5 -58.5t58.5 -138.5q0 -78 -58.5 -135t-138.5 -57q-78 0 -135.5 57 t-57.5 135z" />
+<glyph unicode="@" horiz-adv-x="2027" d="M53 457q0 216 73 401t203 316t314.5 205.5t400.5 74.5q212 0 385 -65.5t287.5 -181.5t176 -274t61.5 -343q0 -84 -16 -167t-53.5 -164t-92 -142.5t-138.5 -99t-186 -37.5q-177 0 -245 159h-17q-36 -69 -107.5 -114t-164.5 -45q-115 0 -202.5 61.5t-131 158t-43.5 208.5 q0 177 110.5 304.5t274.5 127.5q135 0 252 -127q4 8 13 32.5t14.5 37t17 24.5t25.5 12h84q15 0 26.5 -11t11.5 -28v-344q0 -63 10 -105.5t28 -61.5t36 -26t41 -7q43 0 77.5 31t54.5 81.5t30 108t10 116.5q0 134 -40.5 247t-118 197t-200.5 131.5t-280 47.5 q-325 0 -517.5 -199.5t-192.5 -539.5q0 -227 130 -411.5t341 -270.5q14 -6 21 -20t3 -27l-61 -168q-6 -16 -19.5 -23.5t-27.5 -1.5q-140 47 -261 138t-209 210.5t-138 268.5t-50 305zM811 416q0 -81 43.5 -127.5t106.5 -46.5q62 0 103.5 51.5t41.5 124.5q0 77 -42.5 126.5 t-109.5 49.5q-64 0 -103.5 -51t-39.5 -127z" />
+<glyph unicode="A" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM522 492h312l-156 337h-2z" />
+<glyph unicode="B" horiz-adv-x="1253" d="M176 39v1356q0 16 11 27.5t28 11.5h477q183 0 312 -110.5t129 -270.5q0 -56 -23 -109t-60.5 -94t-76 -70.5t-78.5 -50.5q47 -20 89.5 -46t87 -66t71 -97.5t26.5 -124.5q0 -112 -60.5 -203t-162.5 -141.5t-223 -50.5h-508q-17 0 -28 11.5t-11 27.5zM496 293h186 q60 0 103.5 43.5t43.5 105.5q0 59 -52 101.5t-115 42.5h-166v-293zM496 852h159q59 0 101.5 43t42.5 104q0 60 -42 100t-102 40h-159v-287z" />
+<glyph unicode="C" horiz-adv-x="1378" d="M72 715q0 151 58.5 288t157 235.5t235.5 157t288 58.5t270.5 -46.5t225.5 -143.5q13 -12 13.5 -29t-11.5 -29l-160 -166q-11 -10 -26 -10t-25 10q-117 105 -277 105q-171 0 -286 -124t-115 -298q0 -172 116 -294t287 -122q73 0 146.5 26t128.5 73q10 9 27 8t26 -11 l160 -170q10 -11 9.5 -27.5t-11.5 -27.5q-204 -198 -498 -198q-101 0 -197 26t-177 73t-149 114.5t-115.5 148.5t-74 176.5t-26.5 196.5z" />
+<glyph unicode="D" horiz-adv-x="1505" d="M176 39v1356q0 15 11 27t26 12h500q145 0 278.5 -57t230 -153t153.5 -228t57 -277q0 -117 -36.5 -227t-103 -198t-155 -154.5t-198 -103t-226.5 -36.5h-500q-15 0 -26 12t-11 27zM496 303h196q172 0 286 120t114 296q0 175 -114 294.5t-286 119.5h-196v-830z" />
+<glyph unicode="E" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5 t-11 27.5z" />
+<glyph unicode="F" horiz-adv-x="1153" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-295h467q15 0 26.5 -12t11.5 -27v-224q0 -15 -11.5 -26.5t-26.5 -11.5h-467v-498q0 -15 -12 -27t-27 -12h-242q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="G" horiz-adv-x="1437" d="M74 715q0 151 58 287.5t156 235t234.5 156.5t286.5 58q130 0 263 -51t237 -141q14 -11 15 -27.5t-11 -28.5l-162 -172q-27 -23 -55 -2q-106 98 -269 98q-167 0 -285 -122t-118 -291q0 -168 119 -288t286 -120q102 0 183 33v119h-129q-17 0 -28 11t-11 26v202q0 17 11 28 t28 11h411q15 0 26 -12t11 -27l2 -551q0 -20 -16 -32q-9 -5 -25 -14t-68 -32t-108 -40.5t-140 -32t-167 -14.5q-150 0 -286.5 57.5t-234.5 155t-156 233.5t-58 287z" />
+<glyph unicode="H" horiz-adv-x="1581" d="M176 39v1356q0 15 12 27t27 12h244q17 0 28 -11.5t11 -27.5v-516h585v516q0 16 11 27.5t28 11.5h244q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-244q-17 0 -28 11.5t-11 27.5v539h-585v-539q0 -16 -11 -27.5t-28 -11.5h-244q-15 0 -27 12t-12 27z" />
+<glyph unicode="I" horiz-adv-x="675" d="M176 39v1356q0 15 12 27t27 12h246q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27z" />
+<glyph unicode="J" horiz-adv-x="868" d="M-29 129q-17 27 4 51l140 137q12 11 27.5 11.5t27.5 -11.5q22 -22 44 -32.5t60 -10.5q47 0 84 42t37 114v965q0 16 11 27.5t28 11.5h250q17 0 28 -11.5t11 -27.5v-967q0 -138 -60.5 -241.5t-159 -155t-220.5 -51.5q-191 0 -312 149z" />
+<glyph unicode="K" horiz-adv-x="1378" d="M176 49v1335q0 21 14 35.5t35 14.5h240q20 0 34.5 -15t14.5 -35v-538l455 567q17 21 39 21h258q29 0 41.5 -26.5t-4.5 -49.5l-480 -600l523 -680q17 -23 3.5 -49.5t-42.5 -26.5h-283q-10 0 -22 4.5t-15 9.5l-473 643v-610q0 -20 -14.5 -34.5t-34.5 -14.5h-240 q-21 0 -35 14t-14 35z" />
+<glyph unicode="L" horiz-adv-x="1046" d="M176 39v1356q0 16 11 27.5t28 11.5h244q15 0 27 -12t12 -27v-1094h487q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-770q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="M" horiz-adv-x="1798" d="M86 45l231 1376q1 13 13 23t24 10h33q8 0 19.5 -6t15.5 -14l475 -885h4l475 885q4 8 15.5 14t19.5 6h33q12 0 24 -10t13 -23l231 -1376q3 -20 -8.5 -32.5t-30.5 -12.5h-241q-13 0 -25 10.5t-14 22.5l-93 633h-4l-344 -664q-4 -9 -15 -15.5t-19 -6.5h-37q-9 0 -20 6.5 t-15 15.5l-346 664h-4l-90 -633q-2 -13 -13.5 -23t-25.5 -10h-242q-19 0 -30.5 12.5t-8.5 32.5z" />
+<glyph unicode="N" horiz-adv-x="1583" d="M174 1417q0 15 12 26t27 11h51l817 -786h2v727q0 16 11 27.5t28 11.5h246q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-33q-16 0 -26 10l-809 813h-2v-764q0 -16 -11 -27.5t-28 -11.5h-244q-15 0 -27 12t-12 27z" />
+<glyph unicode="O" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5 t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290z" />
+<glyph unicode="P" horiz-adv-x="1206" d="M176 39v1356q0 16 11 27.5t28 11.5h494q189 0 323.5 -133.5t134.5 -319.5q0 -125 -61.5 -231t-166.5 -168t-228 -62h-215v-481q0 -15 -12 -27t-27 -12h-242q-17 0 -28 11.5t-11 27.5zM496 819h194q67 0 114.5 47t47.5 115q0 64 -47.5 108t-114.5 44h-194v-314z" />
+<glyph unicode="Q" horiz-adv-x="1622" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288q0 -196 -103.5 -368t-275.5 -277l265 -414q12 -22 1.5 -42t-34.5 -20h-277q-20 0 -33 21l-217 367q-25 -2 -63 -2q-151 0 -287.5 57.5t-234.5 155.5 t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290z" />
+<glyph unicode="R" horiz-adv-x="1372" d="M176 39v1356q0 16 11 27.5t28 11.5h612q121 0 224 -59.5t163 -161.5t60 -222q0 -138 -83 -247t-220 -164l280 -521q11 -20 1 -39.5t-35 -19.5h-273q-24 0 -33 18l-272 543h-141v-522q0 -15 -12 -27t-27 -12h-244q-17 0 -28 11.5t-11 27.5zM498 821h303q63 0 109 49.5 t46 114.5q0 64 -46 110t-109 46h-303v-320z" />
+<glyph unicode="S" horiz-adv-x="1122" d="M84 1047q0 78 30.5 149.5t87.5 129.5t149 93t206 35q229 0 438 -154q17 -9 19 -32.5t-6 -32.5l-105 -158q-11 -18 -33 -27t-36 1q-1 1 -24.5 16.5t-51.5 31.5t-64 34t-77 29.5t-76 11.5q-54 0 -91.5 -31.5t-37.5 -73.5q0 -58 51.5 -104t171.5 -95q58 -23 105.5 -46 t108 -65t101.5 -89t70 -117t29 -150t-34 -155.5t-94.5 -135t-153.5 -96t-202 -36.5q-93 0 -175.5 17t-139 44.5t-90.5 50.5t-56 45q-16 16 -18.5 25.5t8.5 32.5l96 170q11 18 36 19.5t34 -7.5l15 -9q15 -10 34 -22t48.5 -27t59.5 -27t66 -20t68 -8q62 0 101.5 34.5 t39.5 88.5q0 124 -211 207q-58 23 -109.5 50t-106 68.5t-93 88.5t-63.5 111t-25 135z" />
+<glyph unicode="T" d="M29 1171v224q0 16 11 27.5t28 11.5h909q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-293v-1094q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27v1094h-292q-17 0 -28 11.5t-11 26.5z" />
+<glyph unicode="U" horiz-adv-x="1476" d="M156 549v846q0 15 12 27t27 12h251q17 0 28 -11.5t11 -27.5v-830q0 -108 72 -183t180 -75q109 0 182.5 75t73.5 183v830q0 16 11 27.5t28 11.5h252q15 0 27 -12t12 -27v-846q0 -153 -78.5 -284t-213.5 -208t-294 -77q-158 0 -292 77t-211.5 208t-77.5 284z" />
+<glyph unicode="V" horiz-adv-x="1355" d="M-8 1380q-9 20 1.5 37t33.5 17h272q11 0 21.5 -7.5t13.5 -15.5l338 -747h12l338 747q3 8 13.5 15.5t21.5 7.5h272q23 0 33.5 -17t1.5 -37l-643 -1378q-11 -22 -35 -22h-20q-24 0 -35 22z" />
+<glyph unicode="W" horiz-adv-x="1835" d="M49 1384q-6 22 4.5 36t32.5 14h240q12 0 22.5 -9t13.5 -20l177 -694h8l317 721q11 22 35 22h37q28 0 35 -22l317 -721h8l177 694q3 11 13.5 20t22.5 9h240q22 0 32.5 -14t4.5 -36l-387 -1376q-3 -12 -14 -20t-23 -8h-33q-24 0 -35 22l-374 838h-7l-372 -838 q-11 -22 -35 -22h-33q-12 0 -23 8t-14 20z" />
+<glyph unicode="X" horiz-adv-x="1341" d="M46.5 18.5q-11.5 18.5 2.5 38.5l430 678l-413 641q-13 20 -2.5 39t36.5 19h299q19 0 33 -19l236 -381h2l239 381q3 7 13 13t20 6h299q26 0 37.5 -19t-2.5 -39l-416 -641l430 -678q13 -22 2.5 -39.5t-35.5 -17.5h-284q-24 0 -35 18l-268 414h-4l-263 -414q-14 -18 -34 -18 h-285q-26 0 -37.5 18.5z" />
+<glyph unicode="Y" horiz-adv-x="1208" d="M-14 1414q10 20 34 20h267q18 0 32 -19l285 -420l285 420q14 19 33 19h266q24 0 34.5 -20t-1.5 -40l-459 -682v-653q0 -15 -12 -27t-27 -12h-244q-17 0 -28 11.5t-11 27.5v651l-452 684q-12 20 -2 40z" />
+<glyph unicode="Z" horiz-adv-x="1110" d="M47 39v37l545 1052v5h-447q-15 0 -27 11.5t-12 26.5v224q0 15 12 27t27 12h871q15 0 27 -12t12 -27v-27l-527 -1063v-4h447q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-889q-15 0 -27 12t-12 27z" />
+<glyph unicode="[" horiz-adv-x="739" d="M123 -578v1973q0 15 12 27t27 12h504q15 0 27 -12t12 -27v-164q0 -17 -11.5 -28t-27.5 -11h-260v-1567h260q15 0 27 -11t12 -26v-166q0 -15 -12 -26.5t-27 -11.5h-504q-15 0 -27 11.5t-12 26.5z" />
+<glyph unicode="\" horiz-adv-x="761" d="M37 1382q-6 22 4.5 37t32.5 15h200q12 0 23 -8t14 -19l402 -1356q6 -21 -5 -36t-32 -15h-203q-11 0 -22.5 8.5t-14.5 18.5z" />
+<glyph unicode="]" horiz-adv-x="739" d="M35 -412q0 15 12 26t27 11h260v1567h-260q-16 0 -27.5 11t-11.5 28v164q0 15 12 27t27 12h504q15 0 26.5 -12t11.5 -27v-1973q0 -15 -11.5 -26.5t-26.5 -11.5h-504q-15 0 -27 11.5t-12 26.5v166z" />
+<glyph unicode="^" horiz-adv-x="1073" d="M68 792.5q-10 18.5 2 38.5l432 611q5 8 15.5 14t19.5 6h10q9 0 19.5 -6t15.5 -14l422 -611q12 -20 2 -38.5t-35 -18.5h-178q-6 0 -16 5.5t-13 11.5l-225 305l-230 -305q-3 -6 -12.5 -11.5t-15.5 -5.5h-179q-24 0 -34 18.5z" />
+<glyph unicode="_" horiz-adv-x="882" d="M35 -59q0 17 11 28t28 11h735q17 0 28 -11t11 -28v-105q0 -15 -11 -26t-28 -11h-735q-17 0 -28 11t-11 26v105z" />
+<glyph unicode="`" horiz-adv-x="618" d="M90 1278l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61z" />
+<glyph unicode="a" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-8 -2 -15 -2q-29 0 -34 45l-19 129q-1 7 -1 12q0 32 32 43q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27 l-28 55q-31 -28 -57.5 -47t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5z" />
+<glyph unicode="b" d="M111 39v1356q0 15 12 27t27 12h227q15 0 27 -12t12 -27v-594q23 13 73 26t97 13q84 0 156.5 -27t129 -79t89 -135.5t32.5 -188.5q0 -117 -52.5 -215.5t-146 -156.5t-206.5 -58q-50 0 -97 13.5t-78 32t-54.5 37.5t-34.5 33l-11 13l-24 -68q-14 -41 -43 -41h-96 q-15 0 -27 12t-12 27zM383 412q0 -71 47 -119.5t117 -48.5t118 48.5t48 119.5q0 69 -48 116t-118 47t-117 -47t-47 -116z" />
+<glyph unicode="c" horiz-adv-x="860" d="M47 410q0 118 61.5 217.5t163 156t217.5 56.5q185 0 308 -148q10 -14 6.5 -29t-17.5 -28l-122 -117q-8 -7 -23 -5.5t-23 9.5q-50 53 -118 53q-67 0 -115.5 -48.5t-48.5 -116.5q0 -69 46.5 -117.5t113.5 -48.5q49 0 78.5 16t60.5 47q25 25 45 8l123 -106q21 -19 21 -37 q0 -10 -7 -20q-114 -172 -330 -172q-178 0 -309 124.5t-131 305.5z" />
+<glyph unicode="d" d="M51 410q0 105 32.5 188.5t89.5 135.5t129.5 79t156.5 27q47 0 97 -13t73 -26v594q0 15 12 27t27 12h227q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-96q-29 0 -43 41l-25 68q-4 -5 -11.5 -14t-33.5 -31t-55 -39t-76.5 -31t-97.5 -14q-172 0 -289 125.5t-117 304.5 zM332 412q0 -71 48 -119.5t118 -48.5t117 48.5t47 119.5q0 69 -47 116t-117 47t-118 -47t-48 -116z" />
+<glyph unicode="e" horiz-adv-x="899" d="M49 410q0 176 122.5 303t301.5 127q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -50 45.5 -93t111.5 -43q36 0 76.5 15t67.5 35q13 11 27.5 11t23.5 -11l102 -123q10 -13 10.5 -29t-12.5 -31q-116 -116 -303 -116 q-181 0 -304.5 125.5t-123.5 304.5zM354 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5z" />
+<glyph unicode="f" horiz-adv-x="729" d="M72 598v182q0 17 11 28t28 11h43v189q0 210 115.5 328t299.5 118q74 0 147.5 -25t102.5 -53q9 -8 11.5 -22t-3.5 -25l-86 -170q-5 -11 -20 -15.5t-27 1.5q-64 33 -106 33q-62 0 -91.5 -45.5t-29.5 -124.5v-189h188q17 0 28 -11t11 -28v-182q0 -16 -11 -27.5t-28 -11.5 h-188v-520q0 -15 -12 -27t-27 -12h-235q-15 0 -27 12t-12 27v520h-43q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="g" horiz-adv-x="952" d="M23 74q0 45 17 85t40.5 64.5t47.5 42.5t41 26l17 7q-7 7 -16.5 20.5t-26 61.5t-16.5 104q0 144 106 249.5t254 105.5h387q17 0 28 -11t11 -28v-84q0 -24 -22 -35l-119 -43q3 -3 8.5 -8t19 -23.5t23.5 -39.5t18.5 -55.5t8.5 -72.5q0 -120 -99.5 -214.5t-254.5 -94.5h-148 q-32 0 -49.5 -15t-17.5 -40q0 -27 19.5 -41.5t45.5 -14.5h246q149 0 250.5 -83t101.5 -216q0 -158 -115 -257t-346 -99q-114 0 -200 25t-134 66.5t-71 89t-23 98.5q0 43 15.5 80t39.5 60.5t40 36t30 19.5v6q-15 5 -36.5 17.5t-51 38t-49.5 71t-20 101.5zM336 -299 q0 -44 37.5 -70t109.5 -26q73 0 110.5 26.5t37.5 69.5q0 37 -35.5 61.5t-112.5 24.5q-61 0 -104 -22t-43 -64zM387 467q0 -46 31.5 -76.5t77.5 -30.5q47 0 77.5 30.5t30.5 76.5t-30.5 76t-77.5 30q-46 0 -77.5 -30.5t-31.5 -75.5z" />
+<glyph unicode="h" horiz-adv-x="1085" d="M111 39v1356q0 15 12 27t27 12h227q15 0 27 -12t12 -27v-602q92 47 190 47q94 0 169.5 -35t123 -95t73 -137t25.5 -163v-371q0 -15 -12 -27t-27 -12h-217q-17 0 -28 11.5t-11 27.5v375q0 69 -41.5 115t-107.5 46q-58 0 -97.5 -37.5t-39.5 -123.5v-375q0 -21 -9.5 -30 t-35.5 -9h-221q-15 0 -27 12t-12 27z" />
+<glyph unicode="i" horiz-adv-x="524" d="M98 1229q0 68 47.5 116t114.5 48q68 0 116 -48.5t48 -115.5t-48 -114.5t-116 -47.5t-115 47.5t-47 114.5zM111 39v741q0 17 11.5 28t27.5 11h225q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27z" />
+<glyph unicode="j" horiz-adv-x="526" d="M-261.5 -535q-2.5 14 3.5 25l86 170q5 11 20 15.5t27 -1.5q62 -32 107 -32q66 0 97.5 45.5t31.5 124.5v968q0 17 11.5 28t27.5 11h227q16 0 27.5 -11t11.5 -28v-968q0 -210 -116 -328.5t-300 -118.5q-74 0 -147.5 25t-102.5 53q-9 8 -11.5 22zM100 1229q0 68 47.5 116 t114.5 48q68 0 116 -48.5t48 -115.5t-48 -114.5t-116 -47.5t-115 47.5t-47 114.5z" />
+<glyph unicode="k" horiz-adv-x="1046" d="M111 39v1356q0 15 12 27t27 12h227q15 0 27 -12t12 -27v-887l248 287q24 24 51 24h229q27 0 37.5 -20.5t-6.5 -42.5l-270 -314l327 -381q17 -20 6.5 -40.5t-37.5 -20.5h-276q-6 0 -16.5 5t-14.5 11l-278 357v-334q0 -15 -12 -27t-27 -12h-227q-15 0 -27 12t-12 27z" />
+<glyph unicode="l" horiz-adv-x="524" d="M111 39v1356q0 15 12 27t27 12h225q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27z" />
+<glyph unicode="m" horiz-adv-x="1609" d="M111 39v741q0 17 11 28t28 11h94q24 0 35 -22l34 -84q122 127 277 127q84 0 147.5 -30.5t120.5 -94.5q125 125 283 125q93 0 166 -34t119 -93.5t70 -136.5t24 -166v-371q0 -16 -11 -27.5t-28 -11.5h-217q-17 0 -28 11.5t-11 27.5v383q0 66 -35.5 109.5t-102.5 43.5 q-55 0 -96 -40t-41 -99v-397q0 -16 -11 -27.5t-28 -11.5h-196q-17 0 -28 11.5t-11 27.5v383q0 67 -32 110t-97 43q-62 0 -103 -40t-41 -103v-393q0 -15 -11.5 -27t-26.5 -12h-215q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="n" horiz-adv-x="1081" d="M111 39v741q0 17 11.5 28t27.5 11h96q10 0 21.5 -7t15.5 -17l32 -82q117 127 289 127q183 0 286 -122.5t103 -305.5v-373q0 -15 -12 -27t-27 -12h-219q-17 0 -28 11.5t-11 27.5v383q0 65 -36.5 109t-102.5 44q-63 0 -109.5 -40.5t-46.5 -102.5v-393q0 -39 -36 -39h-215 q-15 0 -27 12t-12 27z" />
+<glyph unicode="o" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM311 412q0 -69 47.5 -118.5t114.5 -49.5t114.5 49.5t47.5 118.5q0 68 -47.5 115.5t-114.5 47.5t-114.5 -47.5t-47.5 -115.5z" />
+<glyph unicode="p" d="M111 -575v1355q0 15 12 27t27 12h96q29 0 43 -41l24 -67q4 5 11.5 14t33.5 31t55.5 39t77 31t97.5 14q113 0 206.5 -58t146 -156.5t52.5 -215.5q0 -105 -32.5 -188.5t-89 -135.5t-129 -79t-156.5 -27q-48 0 -97.5 12.5t-72.5 25.5v-593q0 -15 -12 -27t-27 -12h-227 q-15 0 -27 12t-12 27zM383 408q0 -69 47 -116.5t117 -47.5t118 47.5t48 116.5q0 71 -48 119t-118 48t-117 -48t-47 -119z" />
+<glyph unicode="q" d="M51 410q0 179 117 304.5t289 125.5q50 0 97 -13.5t77.5 -32t54 -37.5t34.5 -33l11 -13l25 67q14 41 43 41h96q15 0 27 -12t12 -27v-1355q0 -15 -12 -27t-27 -12h-227q-15 0 -27 12t-12 27v593q-23 -13 -72.5 -25.5t-97.5 -12.5q-84 0 -156.5 27t-129.5 79t-89.5 135.5 t-32.5 188.5zM332 408q0 -69 48 -116.5t118 -47.5t117 47.5t47 116.5q0 71 -47 119t-117 48t-118 -48t-48 -119z" />
+<glyph unicode="r" horiz-adv-x="706" d="M111 39v741q0 17 11.5 28t27.5 11h96q25 0 37 -24l36 -90q38 55 95 95t129 40q56 0 99 -12t61 -32.5t4 -43.5l-101 -164q-17 -29 -45 -19q-28 11 -49 11q-47 0 -78 -32.5t-31 -84.5v-424q0 -39 -45 -39h-208q-15 0 -27 12t-12 27z" />
+<glyph unicode="s" horiz-adv-x="759" d="M59 592q0 109 81 178.5t239 69.5q89 0 160.5 -19t111.5 -45q37 -25 21 -51l-76 -139q-5 -9 -18 -13t-25 0q-94 48 -174 48q-45 0 -45 -29q0 -33 92 -66q69 -24 115 -46.5t86.5 -55.5t60 -78.5t19.5 -105.5q0 -113 -90.5 -186.5t-256.5 -73.5q-95 0 -169.5 20t-108.5 47 q-26 22 -14 43l71 141q5 10 18.5 16.5t24.5 0.5q97 -53 185 -53q16 0 27.5 9t11.5 27q0 44 -117 86q-230 79 -230 275z" />
+<glyph unicode="t" horiz-adv-x="704" d="M53 598v182q0 17 11 28t26 11h53v228q0 15 12 26.5t27 11.5h219q15 0 26 -11.5t11 -26.5v-228h152q17 0 28 -11t11 -28v-182q0 -16 -11 -27.5t-28 -11.5h-152v-256q0 -49 56 -49q13 0 27 2.5t31 6.5t21 5q36 7 45 -26l46 -170q3 -14 -4.5 -28.5t-22.5 -18.5 q-146 -45 -248 -45q-118 0 -182 73t-64 211v295h-53q-15 0 -26 12t-11 27z" />
+<glyph unicode="u" d="M92 410v370q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-379q0 -66 35 -111.5t96 -45.5q57 0 90 44t33 101v391q0 39 43 39h209q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-31 75q-58 -55 -88 -75q-78 -49 -188 -49q-89 0 -159 34 t-113.5 93.5t-66 136.5t-22.5 166z" />
+<glyph unicode="v" horiz-adv-x="872" d="M8 764q-10 20 1 37.5t34 17.5h229q26 0 37 -22l121 -279h6l129 279q2 5 5 8.5t5 5.5t6 4t5.5 2.5t7.5 1t7.5 0.5h9h10.5h206q23 0 34 -17.5t1 -37.5l-389 -764q-5 -8 -15.5 -14t-19.5 -6h-10q-9 0 -19.5 6t-15.5 14z" />
+<glyph unicode="w" horiz-adv-x="1267" d="M20 768q-7 20 4 35.5t33 15.5h195q10 0 22 -7t15 -17l106 -281h2l195 309q11 17 33 17h20q23 0 31 -17l196 -309h2l105 281q11 24 41 24h190q22 0 33 -15.5t4 -35.5l-272 -764q-3 -10 -14.5 -17t-22.5 -7h-8q-8 0 -19 5t-14 11l-264 410h-2l-260 -410q-12 -16 -33 -16 h-10q-10 0 -22 7t-13 17z" />
+<glyph unicode="x" horiz-adv-x="960" d="M34.5 20.5q-9.5 20.5 4.5 40.5l266 357l-258 340q-15 20 -5 40.5t36 20.5h252q24 0 32 -16l115 -168h6l117 168q8 16 33 16h252q26 0 35.5 -20.5t-5.5 -40.5l-258 -338l261 -359q14 -20 4 -40.5t-35 -20.5h-248q-17 0 -31 18l-125 177h-6q-20 -28 -66.5 -91t-64.5 -88 q-12 -16 -33 -16h-243q-26 0 -35.5 20.5z" />
+<glyph unicode="y" horiz-adv-x="952" d="M12 766q-9 20 1.5 36.5t33.5 16.5h234q23 0 34 -22l158 -381h4l162 381q3 9 13 15.5t22 6.5h231q23 0 34 -16.5t1 -36.5l-627 -1356q-12 -24 -34 -24h-230q-23 0 -34 16.5t-1 38.5l305 643z" />
+<glyph unicode="z" horiz-adv-x="755" d="M57 39v20l240 492v4h-182q-15 0 -26 12t-11 27v186q0 17 11 28t26 11h555q23 0 34 -16.5t1 -38.5l-259 -498v-4h183q17 0 28 -11t11 -28v-184q0 -16 -11 -27.5t-28 -11.5h-533q-15 0 -27 12t-12 27z" />
+<glyph unicode="{" horiz-adv-x="804" d="M35 342v119q0 12 8.5 23t17.5 14q6 2 16 5.5t35 16.5t44 27t35 36t16 46v227q0 102 17.5 186.5t46.5 143.5t71 105.5t86.5 75t97 47.5t98 27t95.5 11q17 1 28 -8.5t13 -26.5q2 -32 5 -88t5 -86q0 -12 -9 -24t-20 -15q-225 -58 -225 -348v-186q0 -45 -18 -89t-43.5 -74 t-51 -53t-43.5 -34l-18 -12v-9q25 -11 50.5 -28.5t55.5 -46.5t49 -73.5t19 -96.5v-193q0 -290 225 -348q11 -3 20 -15t9 -24q-3 -124 -10 -174q-2 -15 -14 -25.5t-27 -9.5q-50 3 -95.5 11t-98 27t-97 47.5t-86.5 75t-71 105.5t-46.5 143.5t-17.5 186.5v213q0 102 -141 131 q-12 1 -21.5 13t-9.5 24z" />
+<glyph unicode="|" horiz-adv-x="356" d="M123 -578v2096q0 17 11.5 27.5t27.5 10.5h35q15 0 25.5 -10.5t10.5 -27.5v-2096q0 -15 -11.5 -25.5t-26.5 -10.5h-33q-15 0 -27 10.5t-12 25.5z" />
+<glyph unicode="}" horiz-adv-x="804" d="M35 -426q0 12 8.5 24t19.5 15q226 58 226 348v193q0 52 19 96.5t49 73.5t55.5 46.5t50.5 28.5v9q-7 4 -19 11.5t-42 33.5t-52.5 54.5t-41.5 73t-19 89.5v186q0 290 -226 348q-11 3 -19.5 15t-8.5 24q2 30 5 86t5 88q2 17 13 26.5t28 8.5q50 -3 95.5 -11t98 -27t97 -47.5 t86.5 -75t71 -105.5t46.5 -143.5t17.5 -186.5v-227q0 -24 15 -46t36 -36.5t42.5 -26t36.5 -16.5l15 -6q10 -3 18.5 -14.5t8.5 -22.5v-119q0 -12 -9.5 -24t-21.5 -13q-141 -29 -141 -131v-213q0 -102 -17.5 -186.5t-46.5 -143.5t-71 -105.5t-86.5 -75t-97 -47.5t-98 -27 t-95.5 -11q-15 -1 -27 9.5t-14 25.5q-7 50 -10 174z" />
+<glyph unicode="~" horiz-adv-x="1077" d="M43 530q6 8 16.5 22.5t45.5 50.5t70.5 63.5t88.5 50t103 22.5q24 0 49 -5.5t39.5 -10.5t41.5 -20t33.5 -19.5t36.5 -24.5l16.5 -11t18 -11.5t17 -10t18.5 -10t18 -8t20.5 -7t19.5 -3.5t22 -2q60 0 131 100q12 15 29 15.5t30 -13.5l119 -125q9 -11 11 -25.5t-7 -25.5 q-6 -8 -16 -22t-43.5 -50t-68.5 -63t-86.5 -49.5t-100.5 -22.5q-17 0 -32 1.5t-31 5.5t-26.5 6.5t-26.5 10t-23 10.5t-24.5 14t-21.5 13t-23.5 15t-21.5 15q-76 49 -123 49q-66 0 -131 -99q-12 -15 -29.5 -16t-29.5 12l-125 129q-23 27 -4 49z" />
+<glyph unicode="&#xa1;" horiz-adv-x="577" d="M94 647q0 78 58.5 135.5t138.5 57.5q78 0 135 -57.5t57 -135.5q0 -80 -57 -138t-135 -58q-80 0 -138.5 58.5t-58.5 137.5zM106 -346l101 575q2 12 14 22.5t25 10.5h86q13 0 25 -10.5t14 -22.5l100 -571v-233q0 -15 -12 -27t-27 -12h-287q-15 0 -27 12t-12 27v229z" />
+<glyph unicode="&#xa2;" horiz-adv-x="845" d="M35 410q0 118 61.5 217.5t163 156t217.5 56.5q22 0 62 -4l22 84q5 15 18.5 22.5t28.5 3.5l35 -10q15 -3 23 -16.5t4 -30.5l-23 -86q70 -34 137 -111q11 -13 8 -30t-18 -27l-123 -117q-8 -7 -22.5 -5.5t-22.5 9.5q-13 13 -28 25l-82 -301q43 1 70.5 16.5t56.5 44.5 q8 8 21.5 11.5t23.5 -3.5l123 -106q33 -30 14 -57q-114 -172 -330 -172q-19 0 -51 4l-53 -201q-3 -15 -17 -22.5t-30 -4.5l-33 11q-15 3 -23.5 16.5t-5.5 28.5l53 196q-124 47 -202 155.5t-78 246.5zM324 410q0 -84 63 -134l80 297q-60 -8 -101.5 -54t-41.5 -109z" />
+<glyph unicode="&#xa3;" horiz-adv-x="980" d="M72 631v35q0 15 11 27t26 12h63q-3 12 -12 46t-12.5 47.5t-10.5 42.5t-10 46t-7 40.5t-5.5 44t-1.5 40.5q0 208 118 325t320 117q190 0 354 -145q12 -9 13 -25.5t-9 -28.5l-129 -155q-9 -11 -25 -12.5t-28 6.5q-11 9 -28.5 22.5t-62.5 35.5t-79 22q-58 0 -95.5 -38.5 t-37.5 -105.5q0 -42 35.5 -152.5t48.5 -172.5h188q17 0 28 -11.5t11 -27.5v-37q0 -15 -11 -26t-28 -11h-170q15 -174 -18 -318h346q15 0 26 -10.5t11 -27.5v-197q0 -15 -11 -27t-26 -12h-692q-15 0 -27 12t-12 27v37q49 92 70.5 186t20.5 170t-17 160h-88q-15 0 -26 12 t-11 27z" />
+<glyph unicode="&#xa4;" horiz-adv-x="915" d="M84 896q0 18 10 28l103 100q11 10 27 10t26 -10l104 -104q99 44 207 4l105 104q10 11 27.5 10.5t27.5 -12.5l100 -100q11 -11 11.5 -27t-9.5 -27l-104 -104q42 -105 -2 -211l104 -104q10 -11 9.5 -27t-11.5 -27l-100 -100q-11 -11 -26.5 -11.5t-26.5 9.5l-109 109 q-103 -37 -199 2l-106 -107q-10 -11 -27 -11t-28 11l-101 102q-10 11 -10 28t10 28l107 106q-39 94 -2 195l-107 108q-10 10 -10 28zM376 664.5q0 -35.5 25 -60.5t60 -24.5t61 26.5q23 23 23 58.5t-23 60.5q-26 25 -61 25t-60 -25t-25 -60.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1314" d="M39.5 1414q10.5 20 34.5 20h266q19 0 33 -19l284 -420l285 420q14 19 33 19h266q24 0 34.5 -20t-1.5 -40l-459 -682v-92h203q17 0 28 -11.5t11 -27.5v-37q0 -15 -11 -26t-28 -11h-203v-133h203q17 0 28 -11.5t11 -27.5v-36q0 -15 -11 -26t-28 -11h-203v-203 q0 -15 -12 -27t-27 -12h-244q-17 0 -27.5 11.5t-10.5 27.5v203h-207q-15 0 -26 12t-11 27v34q0 15 11 27t26 12h207v133h-207q-15 0 -26 12t-11 27v35q0 15 11 27t26 12h207v90l-453 684q-12 20 -1.5 40z" />
+<glyph unicode="&#xa6;" horiz-adv-x="602" d="M246 100q0 17 11.5 28t27.5 11h34q15 0 26 -11t11 -28v-678q0 -15 -12 -25.5t-27 -10.5h-32q-15 0 -27 10.5t-12 25.5v678zM246 840v678q0 17 11.5 27.5t27.5 10.5h34q15 0 26 -10.5t11 -27.5v-678q0 -15 -12 -26t-27 -11h-32q-15 0 -27 11t-12 26z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1032" d="M61 494q0 172 140 288q-140 126 -140 287q0 75 28 143t81.5 122.5t140 87t193.5 32.5q209 0 411 -145q16 -8 19 -29t-6 -31l-109 -159q-25 -38 -67 -9q-46 33 -123.5 70t-139.5 37q-53 0 -87.5 -27.5t-34.5 -66.5q0 -56 47.5 -100t160.5 -89q55 -21 100 -43t102.5 -61.5 t96.5 -83.5t66 -109.5t27 -140.5q0 -162 -136 -285q136 -129 136 -293q0 -74 -32 -145t-89 -127.5t-144 -90.5t-190 -34q-88 0 -165.5 16.5t-129.5 42.5t-81.5 45.5t-49.5 38.5q-18 18 -19.5 32t11.5 38l74 137q28 51 77 23q1 -1 25 -14.5t50 -26.5t60 -28t69.5 -24.5 t64.5 -9.5q58 0 95.5 31t37.5 84q0 66 -51.5 110t-145.5 81q-373 151 -373 426zM352 520q0 -36 16 -65.5t51.5 -54t71.5 -42.5t97 -43q6 5 15.5 16t25.5 48.5t16 81.5q0 30 -12 55t-28.5 43t-52 38.5t-62.5 33t-80 35.5l-9 -9q-49 -55 -49 -137z" />
+<glyph unicode="&#xa8;" horiz-adv-x="847" d="M70 1241q0 60 41.5 101.5t101.5 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5zM489 1241q0 60 42 101.5t102 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1615" d="M72 717q0 200 98.5 369.5t267.5 268.5t369 99t369.5 -99t268.5 -268.5t99 -369.5t-99 -369.5t-268.5 -268.5t-369.5 -99t-369 99t-267.5 268.5t-98.5 369.5zM250 717q0 -113 44 -216.5t119 -178.5t178 -119.5t216 -44.5q114 0 217 44.5t177.5 119.5t118.5 178.5t44 216.5 q0 152 -74.5 280t-202.5 202.5t-280 74.5q-113 0 -216 -44t-178 -118.5t-119 -177.5t-44 -217zM442 713q0 161 112 273t271 112q136 0 236 -78q14 -12 15 -28.5t-11 -30.5l-98 -99q-9 -9 -23.5 -11t-25.5 5q-39 27 -93 27q-68 0 -113.5 -48.5t-45.5 -115.5q0 -70 45 -117 t114 -47q51 0 90 27q11 7 26 4.5t24 -11.5l102 -102q11 -12 10.5 -28.5t-12.5 -28.5q-102 -86 -240 -86q-158 0 -270.5 112.5t-112.5 270.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="647" d="M35 1024q0 82 66 136t178 54q27 0 53 -3.5t38 -6.5l13 -4q2 44 -18 66t-66 22q-64 0 -152 -18q-33 -6 -36 33l-15 86q-5 34 23 43q17 5 83.5 13.5t121.5 8.5q139 0 198.5 -61.5t59.5 -198.5v-340q0 -10 -9 -19.5t-20 -9.5h-68q-17 0 -28 21l-21 43q-24 -23 -43.5 -37 t-58 -27.5t-84.5 -13.5q-96 0 -155.5 58t-59.5 155zM240 1024q0 -28 18 -48t47 -20q28 0 47 20t19 48q0 27 -19.5 46.5t-46.5 19.5q-28 0 -46.5 -19.5t-18.5 -46.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1026" d="M43 397q-17 23 0 49l223 304q14 24 37 24h162q26 0 34.5 -19t-3.5 -44l-134 -285l127 -301q11 -25 3 -43.5t-33 -18.5h-172q-6 0 -16.5 5.5t-14.5 11.5zM489 397q-17 23 0 49l224 304q14 24 37 24h161q26 0 34.5 -19t-3.5 -44l-133 -285l127 -301q11 -25 2.5 -43.5 t-33.5 -18.5h-172q-6 0 -16.5 5.5t-14.5 11.5z" />
+<glyph unicode="&#xac;" horiz-adv-x="1124" d="M66 639v143q0 15 11.5 27t26.5 12h820q16 0 27.5 -12.5t11.5 -26.5v-483q0 -15 -12 -26t-27 -11h-144q-15 0 -27 11t-12 26v301h-637q-15 0 -26.5 12t-11.5 27z" />
+<glyph unicode="&#xad;" horiz-adv-x="1024" />
+<glyph unicode="&#xae;" horiz-adv-x="1615" d="M72 717q0 200 98.5 369.5t267.5 268.5t369 99t369.5 -99t268.5 -268.5t99 -369.5t-99 -369.5t-268.5 -268.5t-369.5 -99t-369 99t-267.5 268.5t-98.5 369.5zM250 717q0 -113 44 -216.5t119 -178.5t178 -119.5t216 -44.5q114 0 217 44.5t177.5 119.5t118.5 178.5t44 216.5 q0 152 -74.5 280t-202.5 202.5t-280 74.5q-113 0 -216 -44t-178 -118.5t-119 -177.5t-44 -217zM524 383v672q0 16 11 27.5t28 11.5h332q100 0 176 -74.5t76 -192.5q0 -150 -137 -229l82 -199q9 -20 -2 -37.5t-33 -17.5h-139q-12 0 -23 9t-14 20l-76 217h-80v-207 q0 -16 -11 -27.5t-28 -11.5h-123q-17 0 -28 11.5t-11 27.5zM719 756h141q26 0 46 20t20 47q0 29 -19.5 48.5t-46.5 19.5h-141v-135z" />
+<glyph unicode="&#xaf;" horiz-adv-x="847" d="M123 1190v84q0 17 11 28t28 11h524q17 0 28 -11t11 -28v-84q0 -15 -11 -26t-28 -11h-524q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#xb0;" horiz-adv-x="614" d="M31 1178q0 116 80.5 196t195.5 80q114 0 195.5 -80.5t81.5 -195.5t-81.5 -196t-195.5 -81q-115 0 -195.5 80.5t-80.5 196.5zM236 1178q0 -29 21 -50.5t50 -21.5q28 0 49 21.5t21 50.5q0 28 -21 48.5t-49 20.5q-29 0 -50 -20.5t-21 -48.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1140" d="M123 762v143q0 15 12 27t27 12h299v301q0 15 12 26t27 11h143q15 0 27 -11t12 -26v-301h301q15 0 26 -12t11 -27v-143q0 -15 -11 -27t-26 -12h-301v-197q0 -15 -12 -26t-27 -11h-143q-15 0 -27 11t-12 26v197h-299q-15 0 -27 12t-12 27zM143 119v143q0 15 12 27t27 12 h766q15 0 26 -12t11 -27v-143q0 -15 -11 -27t-26 -12h-766q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xb2;" horiz-adv-x="546" d="M41 1051v36l209 252q41 52 41 97q0 29 -18.5 44t-45.5 15q-40 0 -71 -31q-23 -16 -37 9l-45 73q-14 25 -12 33q2 10 20 23q23 18 74 37.5t116 19.5q91 0 152 -53t61 -140q0 -86 -61 -172l-82 -108h119q8 0 14 -6t6 -13v-116q0 -7 -6 -13t-14 -6h-400q-9 0 -14.5 5.5 t-5.5 13.5z" />
+<glyph unicode="&#xb3;" horiz-adv-x="524" d="M47 1116l47 70q16 22 41 8q29 -23 74 -23q67 0 67 50q0 23 -17 37t-50 14h-68q-14 2 -20 8t-6 25v69q0 35 37 35h57q24 0 40.5 13t16.5 36q0 20 -16 32.5t-43 12.5q-33 0 -62 -22q-8 -7 -16 -6.5t-18 14.5l-54 72q-18 23 2 43q7 6 21 15t60.5 24.5t97.5 15.5 q103 0 164 -46t61 -124q0 -89 -105 -143q48 -19 85.5 -56.5t37.5 -101.5q0 -84 -70.5 -130t-172.5 -46q-106 0 -185 59q-24 18 -6 45z" />
+<glyph unicode="&#xb4;" horiz-adv-x="618" d="M66 1153q-10 21 12 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -12 -61l-373 -168q-35 -21 -55 18z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1062" d="M111 -575v1355q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-383q3 -60 38 -98.5t93 -38.5q57 0 90 40.5t33 96.5v383q0 39 43 39h208q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-30 75q-58 -56 -90 -76q-78 -48 -187 -48q-33 0 -63 6 v-561q0 -15 -12 -27t-27 -12h-219q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1441" d="M35 1006q0 176 115.5 302t281.5 126l946 -2q15 0 27 -12t12 -27v-123q0 -17 -11.5 -28t-27.5 -11h-125v-1806q0 -16 -11 -27.5t-28 -11.5h-145q-15 0 -27 12t-12 27v1806h-258v-1806q0 -15 -12 -27t-27 -12h-143q-15 0 -27 12t-12 27v1150h-90q-175 0 -300.5 125.5 t-125.5 305.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="565" d="M63 520q0 92 64 157.5t152 65.5q92 0 157.5 -65.5t65.5 -157.5q0 -88 -65.5 -151.5t-157.5 -63.5q-88 0 -152 63.5t-64 151.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="505" d="M70 -461q-26 29 8 60l47 41q9 9 22 6.5t21 -11.5q13 -18 49 -18q24 0 43 20.5t19 45.5q0 79 -140 86q-35 5 -35 36v195h150v-106q92 -12 140 -68t48 -141q0 -90 -63.5 -153.5t-153.5 -63.5q-45 0 -86.5 19.5t-68.5 51.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="417" d="M23 1450v78q0 12 16 22l156 88h129q8 0 13 -5t5 -13v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-154q-9 0 -14.5 5.5t-5.5 13.5v376h-111q-16 0 -16 23z" />
+<glyph unicode="&#xba;" horiz-adv-x="618" d="M41 1130q0 153 70 238.5t198 85.5t198.5 -85.5t70.5 -238.5q0 -152 -70.5 -237.5t-198.5 -85.5t-198 85.5t-70 237.5zM246 1130q0 -159 63 -159q64 0 64 159q0 160 -64 160q-63 0 -63 -160z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1026" d="M78.5 755q8.5 19 34.5 19h161q23 0 37 -24l224 -304q17 -26 0 -49l-213 -317q-4 -6 -14.5 -11.5t-16.5 -5.5h-172q-25 0 -33.5 18.5t2.5 43.5l127 301l-133 285q-12 25 -3.5 44zM524.5 755q8.5 19 34.5 19h162q23 0 37 -24l223 -304q17 -26 0 -49l-213 -317 q-4 -6 -14.5 -11.5t-16.5 -5.5h-172q-25 0 -33 18.5t3 43.5l127 301l-134 285q-12 25 -3.5 44z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1286" d="M39 1245v78q0 13 16 23l156 88h129q7 0 12.5 -5.5t5.5 -13.5v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-154q-9 0 -14.5 5.5t-5.5 13.5v377h-111q-16 0 -16 22zM147 55l705 1358q10 21 35 21h114q23 0 34.5 -18t0.5 -38l-706 -1358q-10 -20 -35 -20h-113q-23 0 -34 17.5t-1 37.5 zM645 131v127l326 342q3 6 14 6h105q8 0 13 -5t5 -13v-334h80q7 0 12.5 -5t5.5 -11v-105q0 -7 -5 -12.5t-13 -5.5h-80v-97q0 -8 -5 -13t-13 -5h-140q-8 0 -14 5.5t-6 12.5v97h-266q-7 0 -13 5t-6 11zM827 250h105v133z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1300" d="M39 1245v78q0 13 16 23l156 88h129q7 0 12.5 -5.5t5.5 -13.5v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-154q-9 0 -14.5 5.5t-5.5 13.5v377h-111q-16 0 -16 22zM147 55l705 1358q10 21 35 21h114q23 0 34.5 -18t0.5 -38l-706 -1358q-10 -20 -35 -20h-113q-23 0 -34 17.5t-1 37.5 zM756 18v37l209 252q41 52 41 96q0 29 -18.5 44.5t-45.5 15.5q-41 0 -72 -31q-23 -15 -36 8l-46 74q-13 17 -12.5 28t21.5 27q13 10 34.5 21.5t66 24t89.5 12.5q91 0 152 -53t61 -140q0 -86 -61 -172l-82 -108h119q8 0 14 -6t6 -13v-117q0 -7 -6 -12.5t-14 -5.5h-400 q-20 0 -20 18z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1341" d="M59 911l47 70q16 22 41 8q29 -22 74 -22q68 0 68 49q0 23 -17.5 37t-50.5 14h-67q-14 2 -20.5 8t-6.5 25v69q0 35 37 35h57q24 0 41 13.5t17 35.5q0 20 -16 32.5t-44 12.5q-32 0 -61 -22q-8 -7 -16.5 -6.5t-18.5 14.5l-53 72q-18 23 2 43q7 6 20.5 15t60 24.5t97.5 15.5 q103 0 164 -46t61 -124q0 -90 -104 -143q48 -19 85.5 -56.5t37.5 -101.5q0 -83 -71 -129.5t-173 -46.5q-105 0 -184 59q-25 18 -7 45zM203 55l704 1358q11 21 35 21h115q23 0 34.5 -18t0.5 -38l-707 -1358q-10 -20 -35 -20h-112q-23 0 -34 17.5t-1 37.5zM700 131v127 l326 342q3 6 14 6h105q7 0 12.5 -5t5.5 -13v-334h80q7 0 13 -5t6 -11v-105q0 -7 -5.5 -12.5t-13.5 -5.5h-80v-97q0 -8 -5.5 -13t-12.5 -5h-139q-8 0 -14.5 5.5t-6.5 12.5v97h-266q-7 0 -13 5t-6 11zM883 250h104v133z" />
+<glyph unicode="&#xbf;" horiz-adv-x="913" d="M35 -276q0 55 17 101t44 78t59.5 60.5t65.5 55.5t60 55t44 66t17 83q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-86q0 -40 -21 -78.5t-52.5 -67t-68 -59t-68 -56t-52.5 -57t-21 -61.5q0 -48 44.5 -84t109.5 -36q39 0 74 13t55 29t41 31t32.5 18.5t30.5 -8.5 l125 -122q12 -11 11.5 -27t-11.5 -27q-6 -7 -18 -19.5t-52 -43.5t-85 -54.5t-115.5 -43t-144.5 -19.5q-108 0 -204 46t-155 129.5t-59 183.5zM295 647q0 78 58.5 135.5t138.5 57.5q78 0 135 -57.5t57 -135.5q0 -80 -57 -138t-135 -58q-80 0 -138.5 58.5t-58.5 137.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM438 1790l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -19 13 -39l-43 -86 q-20 -39 -56 -18l-372 168q-34 21 -13 61zM522 492h312l-156 337h-2z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM434 1665q-10 21 12 39l349 213q8 7 27 6.5t26 -12.5l70 -121 q21 -40 -13 -61l-373 -168q-35 -21 -55 18zM522 492h312l-156 337h-2z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM362 1665q-13 18 13 39l276 213q23 17 49 0l283 -213q23 -18 12 -39 l-69 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8zM522 492h312l-156 337h-2z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM353 1687q-4 15 1 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 80 -24 t74 -48t68 -24q39 0 77 63q8 13 22 15t30 -11l69 -53q27 -20 2 -59q-9 -16 -18.5 -30.5t-30.5 -40t-42 -43.5t-51.5 -32t-61.5 -14q-36 0 -70 15.5t-56.5 33.5t-49.5 33.5t-50 15.5q-17 0 -31.5 -11.5t-32 -35t-18.5 -24.5q-19 -19 -45 -2l-71 57q-10 7 -14 22zM522 492h312 l-156 337h-2z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM262 1718q0 60 42 102t102 42t102.5 -42t42.5 -102t-42.5 -102.5 t-102.5 -42.5t-102 42.5t-42 102.5zM522 492h312l-156 337h-2zM805 1718q0 60 41.5 102t101.5 42t103 -42t43 -102t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1355" d="M-8 53l641 1379q11 22 35 22h20q24 0 35 -22l641 -1379q9 -20 -1.5 -36.5t-33.5 -16.5h-227q-28 0 -43.5 11t-28.5 40l-74 162h-557l-73 -164q-20 -49 -74 -49h-225q-23 0 -33.5 16.5t-1.5 36.5zM442 1776q0 98 69 166.5t167 68.5q97 0 166 -68.5t69 -166.5t-69 -167 t-166 -69q-98 0 -167 69t-69 167zM522 492h312l-156 337h-2zM588 1776q0 -35 27.5 -62.5t62.5 -27.5t61.5 27.5t26.5 62.5t-26.5 61.5t-61.5 26.5t-62.5 -26.5t-27.5 -61.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1839" d="M-36 16.5q-7 16.5 5 36.5l822 1317q2 3 7.5 11.5t7 11t6.5 9t7 8.5l7 7t8.5 6.5t9 4.5t10.5 3.5t12 1.5t15 1h821q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567 q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5t-11 27.5v174h-377l-108 -178q-20 -35 -60 -35h-276q-23 0 -30 16.5zM590 492h225v362z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1382" d="M74 715q0 151 58.5 288t157 235.5t235.5 157t288 58.5t270.5 -46.5t225.5 -143.5q13 -12 13.5 -29t-11.5 -29l-160 -166q-11 -10 -26 -10t-25 10q-117 105 -277 105q-171 0 -286 -124t-115 -298q0 -172 116 -294t287 -122q73 0 146.5 26t128.5 73q10 9 27 8t26 -11 l160 -170q10 -11 9.5 -27.5t-11.5 -27.5q-194 -191 -484 -198v-86q92 -12 140.5 -68t48.5 -141q0 -90 -63.5 -153.5t-153.5 -63.5q-45 0 -87 19.5t-69 51.5q-26 29 8 60l47 41q9 9 22 6.5t21 -11.5q13 -18 50 -18q24 0 42.5 20.5t18.5 45.5q0 79 -139 86q-35 5 -35 36v187 q-260 46 -432 249t-172 474z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5 t-11 27.5zM410 1790l69 121q7 12 26 12.5t27 -6.5l349 -213q23 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5 t-11 27.5zM406 1665q-10 21 12 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -12 -61l-373 -168q-35 -21 -55 18z" />
+<glyph unicode="&#xca;" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5 t-11 27.5zM334 1665q-13 19 12 39l277 213q23 17 49 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-567v-254h467q15 0 26.5 -12t11.5 -27v-224q0 -17 -11 -27.5t-27 -10.5h-467v-277h567q17 0 28 -11.5t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-17 0 -28 11.5 t-11 27.5zM227 1718q0 60 42 102t102 42t102.5 -42t42.5 -102t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5zM770 1718q0 60 41.5 102t101.5 42t103 -42t43 -102t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="675" d="M98 1790l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -19 13 -39l-43 -86q-20 -39 -56 -18l-372 168q-34 21 -13 61zM176 39v1356q0 15 12 27t27 12h246q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcd;" horiz-adv-x="675" d="M94 1665q-10 21 12 39l349 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61l-372 -168q-36 -21 -56 18zM176 39v1356q0 15 12 27t27 12h246q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xce;" horiz-adv-x="675" d="M23 1665q-13 19 12 39l276 213q23 17 49 0l283 -213q23 -18 12 -39l-69 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8zM176 39v1356q0 15 12 27t27 12h246q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcf;" horiz-adv-x="675" d="M-78 1718q0 60 42 102t102 42t102.5 -42t42.5 -102t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5zM176 39v1356q0 15 12 27t27 12h246q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-246q-15 0 -27 12t-12 27zM465 1718q0 60 41.5 102t101.5 42t103 -42t43 -102 t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1515" d="M90 692v35q0 15 11 27t26 12h59v629q0 15 11 27t26 12h500q145 0 278.5 -57t230 -153t153.5 -228t57 -277q0 -117 -36.5 -227t-103 -198t-155 -154.5t-198 -103t-226.5 -36.5h-500q-15 0 -26 12t-11 27v614h-59q-15 0 -26 12t-11 27zM506 303h196q172 0 286 120t114 296 q0 175 -114 294.5t-286 119.5h-196v-367h291q17 0 28 -11.5t11 -27.5v-37q0 -15 -11 -26t-28 -11h-291v-350z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1583" d="M174 1417q0 15 12 26t27 11h51l817 -786h2v727q0 16 11 27.5t28 11.5h246q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-33q-16 0 -26 10l-809 813h-2v-764q0 -16 -11 -27.5t-28 -11.5h-244q-15 0 -27 12t-12 27zM469.5 1687q-3.5 15 1.5 25q10 19 28 43 t46.5 55.5t67 52.5t77.5 21q41 0 79.5 -24t73.5 -48t68 -24q40 0 78 63q8 13 21.5 15t29.5 -11l70 -53q27 -20 2 -59q-12 -21 -26.5 -41t-41.5 -50.5t-63 -49.5t-74 -19q-36 0 -70 15.5t-56 33.5t-49 33.5t-50 15.5q-17 0 -31.5 -11.5t-32 -35t-18.5 -24.5q-19 -19 -45 -2 l-72 57q-10 7 -13.5 22z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5 t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290zM567 1790l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -19 13 -39l-43 -86q-20 -39 -56 -18l-372 168q-34 21 -13 61z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5 t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290zM563 1665q-11 21 12 39l349 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61l-372 -168q-36 -21 -56 18z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5 t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290zM492 1665q-13 19 12 39l276 213q23 17 49 0l283 -213q22 -18 12 -39l-69 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -167 120.5 -287.5 t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290zM482 1687q-4 15 1 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 80 -24t74 -48t68 -24q39 0 77 63q8 13 22 15t30 -11l69 -53q27 -20 2 -59 q-9 -16 -18.5 -30.5t-30.5 -40t-42 -43.5t-51.5 -32t-61.5 -14q-45 0 -86.5 24.5t-76.5 49t-63 24.5q-17 0 -31.5 -11.5t-32 -35t-18.5 -24.5q-19 -19 -45 -2l-71 57q-10 7 -14 22z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1615" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q151 0 287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5t-287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM391 1718q0 60 42 102t102 42 t102.5 -42t42.5 -102t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5zM399 715q0 -167 120.5 -287.5t287.5 -120.5q169 0 289.5 120.5t120.5 287.5q0 169 -120.5 290t-289.5 121q-167 0 -287.5 -121t-120.5 -290zM934 1718q0 60 41.5 102t101.5 42t103 -42t43 -102 t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="940" d="M92 473q0 17 10 27l211 211l-211 213q-10 10 -10 26t10 27l101 102q11 11 28 11t27 -11l211 -211l213 213q11 10 26.5 9.5t26.5 -11.5l103 -102q11 -11 11.5 -26.5t-9.5 -26.5l-213 -213l213 -213q10 -11 9.5 -27t-11.5 -27l-103 -100q-11 -11 -26.5 -11.5t-26.5 9.5 l-213 213l-211 -211q-10 -10 -26 -10t-27 10l-103 102q-10 10 -10 27z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1628" d="M78 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q274 0 481 -178l144 141q11 12 26.5 11.5t26.5 -11.5l25 -24q12 -11 12 -26.5t-12 -27.5l-144 -143q178 -207 178 -481q0 -151 -58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5 q-138 0 -261 46t-220 130l-137 -136q-11 -10 -27 -9t-27 12l-24 24q-11 11 -11.5 26.5t9.5 26.5l137 136q-174 206 -174 479zM406 715q0 -136 81 -244l574 571q-115 84 -248 84q-167 0 -287 -121t-120 -290zM567 391q108 -84 246 -84q169 0 289.5 120.5t120.5 287.5 q0 140 -84 248z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1478" d="M156 549v846q0 15 12 27t27 12h251q17 0 28 -11.5t11 -27.5v-830q0 -108 72 -183t180 -75q109 0 182.5 75t73.5 183v830q0 16 11 27.5t28 11.5h252q15 0 27 -12t12 -27v-846q0 -153 -78.5 -284t-213.5 -208t-294 -77q-158 0 -292 77t-211.5 208t-77.5 284zM500 1790 l69 121q7 12 26.5 12.5t27.5 -6.5l348 -213q23 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61z" />
+<glyph unicode="&#xda;" horiz-adv-x="1478" d="M156 549v846q0 15 12 27t27 12h251q17 0 28 -11.5t11 -27.5v-830q0 -108 72 -183t180 -75q109 0 182.5 75t73.5 183v830q0 16 11 27.5t28 11.5h252q15 0 27 -12t12 -27v-846q0 -153 -78.5 -284t-213.5 -208t-294 -77q-158 0 -292 77t-211.5 208t-77.5 284zM496 1665 q-10 21 12 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -12 -61l-373 -168q-35 -21 -55 18z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1478" d="M156 549v846q0 15 12 27t27 12h251q17 0 28 -11.5t11 -27.5v-830q0 -108 72 -183t180 -75q109 0 182.5 75t73.5 183v830q0 16 11 27.5t28 11.5h252q15 0 27 -12t12 -27v-846q0 -153 -78.5 -284t-213.5 -208t-294 -77q-158 0 -292 77t-211.5 208t-77.5 284zM422 1665 q-13 19 12 39l277 213q23 17 49 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-204 -118q-29 -15 -46 8z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1478" d="M156 549v846q0 15 12 27t27 12h251q17 0 28 -11.5t11 -27.5v-830q0 -108 72 -183t180 -75q109 0 182.5 75t73.5 183v830q0 16 11 27.5t28 11.5h252q15 0 27 -12t12 -27v-846q0 -153 -78.5 -284t-213.5 -208t-294 -77q-158 0 -292 77t-211.5 208t-77.5 284zM322 1718 q0 60 41.5 102t101.5 42t102.5 -42t42.5 -102t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5zM864 1718q0 60 42 102t102 42t102.5 -42t42.5 -102t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1208" d="M-14 1414q10 20 34 20h267q18 0 32 -19l285 -420l285 420q14 19 33 19h266q24 0 34.5 -20t-1.5 -40l-459 -682v-653q0 -15 -12 -27t-27 -12h-244q-17 0 -28 11.5t-11 27.5v651l-452 684q-12 20 -2 40zM360 1665q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121 q21 -40 -13 -61l-372 -168q-36 -21 -56 18z" />
+<glyph unicode="&#xde;" horiz-adv-x="1200" d="M176 39v1356q0 16 11 27.5t28 11.5h242q15 0 27 -12t12 -27v-221h213q189 0 323.5 -133.5t134.5 -319.5q0 -125 -61.5 -231t-166.5 -168t-228 -62h-215v-221q0 -15 -12 -27t-27 -12h-242q-17 0 -28 11.5t-11 27.5zM496 559h194q67 0 114.5 47t47.5 115q0 64 -47.5 107.5 t-114.5 43.5h-194v-313z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1105" d="M111 39v807q0 299 139.5 453.5t372.5 154.5q63 0 123 -20t110 -59t80.5 -103.5t30.5 -145.5q0 -60 -23.5 -123.5t-52.5 -107.5t-52.5 -94t-23.5 -86q0 -37 82 -111q166 -145 166 -303q0 -312 -397 -321q-14 0 -26 8.5t-15 21.5l-39 172q-3 16 6 30t26 17q50 8 82.5 35.5 t32.5 71.5q0 57 -92 119q-62 46 -98.5 94.5t-36.5 114.5q0 49 23.5 110.5t52 111.5t52 113.5t23.5 114.5q0 30 -17.5 51t-49.5 21q-18 0 -38 -7.5t-44.5 -31t-44 -59.5t-32.5 -100.5t-13 -147.5v-801q0 -15 -12 -27t-27 -12h-229q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xe0;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM229 1278l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -19 13 -39l-43 -86q-20 -39 -56 -18l-372 168q-34 21 -13 61zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5 t-25.5 -60.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM205 1153q-10 21 12 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -12 -61l-373 -168q-35 -21 -55 18zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM133 1153q-13 19 12 39l277 213q23 17 49 0l283 -213q22 -18 12 -39l-70 -94q-7 -10 -20 -13t-23 3l-202 118l-205 -118q-28 -15 -45 8zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25 q-37 0 -62.5 -25.5t-25.5 -60.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM109.5 1216q-3.5 15 1.5 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 79.5 -24t73.5 -48t68 -24q40 0 78 63q8 13 21.5 15t29.5 -11l70 -53q27 -20 2 -59q-12 -21 -26.5 -41t-41.5 -50.5t-63 -49.5t-74 -19q-36 0 -70 15.5 t-56 33.5t-49 33.5t-50 15.5q-17 0 -31.5 -11.5t-32 -35t-18.5 -24.5q-19 -19 -45 -2l-72 57q-10 7 -13.5 22zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5z" />
+<glyph unicode="&#xe4;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM94 1241q0 60 42 101.5t102 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-102 42.5t-42 102.5zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5z M514 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xe5;" horiz-adv-x="878" d="M55 250q0 121 82 197.5t219 76.5q41 0 80.5 -8t58.5 -16l19 -8q0 66 -21 93t-90 27q-41 0 -102.5 -9t-101.5 -21q-42 -13 -49 43l-19 129q-7 42 31 55q21 7 110 19t162 12q188 0 267 -82t79 -266v-453q0 -15 -12 -27t-27 -12h-90q-25 0 -37 27l-28 55q-31 -28 -57.5 -47 t-78.5 -37t-112 -18q-123 0 -203 75t-80 195zM213 1219q0 98 69 166.5t167 68.5q97 0 166 -68.5t69 -166.5t-69 -167t-166 -69q-98 0 -167 69t-69 167zM322 270q0 -37 25.5 -63.5t62.5 -26.5t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5z M358 1219q0 -35 28 -63t63 -28t61.5 27.5t26.5 63.5q0 35 -26.5 61.5t-61.5 26.5q-36 0 -63.5 -26.5t-27.5 -61.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1353" d="M53 252q0 118 81.5 195t223.5 77q36 0 75 -8t60 -16l21 -8q2 69 -23 97.5t-88 28.5q-77 0 -204 -24q-15 -2 -29.5 8t-17.5 25l-23 141q-1 15 9 27t24 14q161 31 272 31q180 0 258 -72q109 72 236 72q160 0 274.5 -109.5t114.5 -275.5q0 -19 -1 -30.5t-4.5 -27.5t-13 -24 t-24.5 -8h-492q6 -51 46 -94.5t112 -43.5q74 0 139 49q12 8 26.5 9t24.5 -9l107 -120q11 -11 11.5 -28t-9.5 -28q-120 -120 -307 -120q-91 0 -171 35t-136 98q-13 -16 -34 -34.5t-57 -43t-88 -40t-108 -15.5q-129 0 -207 75t-78 197zM322 270q0 -37 25.5 -63.5t62.5 -26.5 t63.5 26.5t26.5 63.5q-2 36 -28 61t-62 25q-37 0 -62.5 -25.5t-25.5 -60.5zM809 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="862" d="M49 410q0 118 62 217.5t163.5 156t217.5 56.5q184 0 307 -148q10 -14 6.5 -29t-17.5 -28l-122 -117q-8 -7 -22.5 -5.5t-22.5 9.5q-50 53 -119 53q-67 0 -115.5 -48.5t-48.5 -116.5q0 -69 46.5 -117.5t113.5 -48.5q49 0 78.5 16t60.5 47q25 25 45 8l123 -106 q33 -30 14 -57q-114 -169 -321 -172v-89q92 -12 140 -67.5t48 -140.5q0 -90 -63.5 -154t-153.5 -64q-44 0 -86.5 20t-69.5 52q-12 14 -9 30t18 30l47 41q9 9 22 6.5t21 -11.5q13 -18 49 -18q24 0 42.5 20.5t18.5 45.5q0 79 -139 86q-35 5 -35 36v199q-131 44 -215 154.5 t-84 253.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="899" d="M49 410q0 176 122.5 303t301.5 127q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -50 45.5 -93t111.5 -43q36 0 76.5 15t67.5 35q13 11 27.5 11t23.5 -11l102 -123q10 -13 10.5 -29t-12.5 -31q-116 -116 -303 -116 q-181 0 -304.5 125.5t-123.5 304.5zM258 1278l70 121q7 12 26 12.5t27 -6.5l348 -213q23 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61zM354 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="899" d="M49 410q0 176 122.5 303t301.5 127q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -50 45.5 -93t111.5 -43q36 0 76.5 15t67.5 35q13 11 27.5 11t23.5 -11l102 -123q10 -13 10.5 -29t-12.5 -31q-116 -116 -303 -116 q-181 0 -304.5 125.5t-123.5 304.5zM233 1153q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -12 -61l-373 -168q-36 -21 -56 18zM354 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5z" />
+<glyph unicode="&#xea;" horiz-adv-x="899" d="M49 410q0 176 122.5 303t301.5 127q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -50 45.5 -93t111.5 -43q36 0 76.5 15t67.5 35q13 11 27.5 11t23.5 -11l102 -123q10 -13 10.5 -29t-12.5 -31q-116 -116 -303 -116 q-181 0 -304.5 125.5t-123.5 304.5zM162 1153q-13 19 12 39l277 213q23 17 49 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8zM354 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="899" d="M49 410q0 176 122.5 303t301.5 127q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -50 45.5 -93t111.5 -43q36 0 76.5 15t67.5 35q13 11 27.5 11t23.5 -11l102 -123q10 -13 10.5 -29t-12.5 -31q-116 -116 -303 -116 q-181 0 -304.5 125.5t-123.5 304.5zM123 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5zM354 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5t-38 -68.5zM543 1241q0 60 41.5 101.5t101.5 41.5t102.5 -41.5 t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xec;" horiz-adv-x="524" d="M23 1278l69 121q7 12 26 12.5t27 -6.5l349 -213q22 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61zM111 39v739q0 17 11.5 28t27.5 11h225q16 0 27.5 -11t11.5 -28v-739q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xed;" horiz-adv-x="524" d="M18 1153q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61l-372 -168q-36 -21 -56 18zM111 39v739q0 17 11.5 28t27.5 11h225q16 0 27.5 -11t11.5 -28v-739q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xee;" horiz-adv-x="524" d="M-53 1153q-13 19 12 39l277 213q23 17 49 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8zM111 39v739q0 17 11.5 28t27.5 11h225q16 0 27.5 -11t11.5 -28v-739q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xef;" horiz-adv-x="524" d="M-92 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5zM111 39v739q0 17 11.5 28t27.5 11h225q16 0 27.5 -11t11.5 -28v-739q0 -15 -12 -27t-27 -12h-225q-15 0 -27 12t-12 27zM328 1241q0 60 41.5 101.5t101.5 41.5 t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1071" d="M49 449q0 108 36.5 195t95.5 140t130.5 81t145.5 28q43 0 98.5 -12t95.5 -29q-30 137 -182 233l-158 -90q-15 -9 -29 -5t-22 18l-18 30q-8 13 -4.5 30t16.5 24l96 55q-56 32 -125 49q-39 11 -24 51l59 158q17 47 78 27q37 -12 111 -50.5t151 -91.5l145 86q14 7 29 2.5 t23 -18.5l18 -29q8 -13 4.5 -29.5t-16.5 -23.5l-107 -61q316 -272 316 -680q0 -161 -56.5 -286t-169.5 -198t-268 -73q-192 0 -330.5 138t-138.5 331zM326 459q0 -80 57.5 -138.5t138.5 -58.5t139 58.5t58 138.5q0 82 -57.5 140t-139.5 58t-139 -58t-57 -140z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1081" d="M111 39v741q0 17 11.5 28t27.5 11h96q10 0 21.5 -7t15.5 -17l32 -82q117 127 289 127q183 0 286 -122.5t103 -305.5v-373q0 -15 -12 -27t-27 -12h-219q-17 0 -28 11.5t-11 27.5v383q0 65 -36.5 109t-102.5 44q-63 0 -109.5 -40.5t-46.5 -102.5v-393q0 -39 -36 -39h-215 q-15 0 -27 12t-12 27zM226 1216q-4 15 1 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 80 -24t74 -48t68 -24q39 0 77 63q8 13 22 15t30 -11l69 -53q27 -20 2 -59q-9 -16 -18.5 -30.5t-30.5 -40t-42 -43.5t-51.5 -32t-61.5 -14q-45 0 -86.5 24.5t-76.5 49t-63 24.5 q-17 0 -31.5 -11.5t-32 -35t-18.5 -24.5q-19 -19 -45 -2l-71 57q-10 7 -14 22z" />
+<glyph unicode="&#xf2;" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM233 1278l70 121q7 12 26 12.5t27 -6.5l349 -213q23 -18 12 -39l-43 -86q-20 -39 -56 -18l-372 168q-34 21 -13 61zM311 412q0 -69 47.5 -118.5 t114.5 -49.5t114.5 49.5t47.5 118.5q0 68 -47.5 115.5t-114.5 47.5t-114.5 -47.5t-47.5 -115.5z" />
+<glyph unicode="&#xf3;" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM225 1153q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61l-372 -168q-36 -21 -56 18zM311 412q0 -69 47.5 -118.5t114.5 -49.5 t114.5 49.5t47.5 118.5q0 68 -47.5 115.5t-114.5 47.5t-114.5 -47.5t-47.5 -115.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM158 1153q-13 19 12 39l276 213q24 18 50 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8zM311 412 q0 -69 47.5 -118.5t114.5 -49.5t114.5 49.5t47.5 118.5q0 68 -47.5 115.5t-114.5 47.5t-114.5 -47.5t-47.5 -115.5z" />
+<glyph unicode="&#xf5;" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM148.5 1216q-3.5 15 1.5 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 79.5 -24t73.5 -48t68 -24q40 0 78 63q8 13 21.5 15t29.5 -11l69 -53 q28 -21 3 -59q-12 -21 -26.5 -41t-41.5 -50.5t-63 -49.5t-74 -19q-45 0 -86.5 24.5t-76.5 49t-63 24.5q-17 0 -31.5 -11.5t-31 -34.5t-18.5 -25q-20 -20 -46 -2l-71 57q-10 7 -13.5 22zM311 412q0 -69 47.5 -118.5t114.5 -49.5t114.5 49.5t47.5 118.5q0 68 -47.5 115.5 t-114.5 47.5t-114.5 -47.5t-47.5 -115.5z" />
+<glyph unicode="&#xf6;" horiz-adv-x="946" d="M47 412q0 174 126 301t300 127t300 -127t126 -301q0 -177 -125.5 -304.5t-300.5 -127.5t-300.5 127.5t-125.5 304.5zM119 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5zM311 412q0 -69 47.5 -118.5t114.5 -49.5 t114.5 49.5t47.5 118.5q0 68 -47.5 115.5t-114.5 47.5t-114.5 -47.5t-47.5 -115.5zM539 1241q0 60 41.5 101.5t101.5 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1011" d="M57 637v143q0 15 12 27t27 12h822q15 0 25.5 -12t10.5 -27v-143q0 -15 -10.5 -27t-25.5 -12h-822q-15 0 -27 12t-12 27zM346 315q0 63 44.5 107.5t107.5 44.5t108 -44.5t45 -107.5t-45 -108t-108 -45t-107.5 45t-44.5 108zM348 1118q0 63 44.5 107.5t107.5 44.5 t108 -44.5t45 -107.5t-45 -108t-108 -45t-107.5 45t-44.5 108z" />
+<glyph unicode="&#xf8;" horiz-adv-x="954" d="M51 414q0 174 126 300t300 126q140 0 258 -90l58 57q11 12 26.5 11.5t26.5 -11.5l24 -25q12 -10 12 -25.5t-12 -27.5l-57 -57q90 -118 90 -258q0 -116 -57.5 -216t-156 -159t-212.5 -59q-143 0 -258 88l-51 -52q-11 -10 -26.5 -9.5t-26.5 11.5l-25 25q-11 11 -11.5 26.5 t9.5 26.5l51 51q-88 115 -88 267zM315 414q0 -40 15 -70l217 217q-28 14 -70 14q-68 0 -115 -47t-47 -114zM408 258q28 -14 69 -14q67 0 114.5 50.5t47.5 119.5q0 32 -14 67z" />
+<glyph unicode="&#xf9;" d="M92 410v370q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-379q0 -66 35 -111.5t96 -45.5q57 0 90 44t33 101v391q0 39 43 39h209q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-31 75q-58 -55 -88 -75q-78 -49 -188 -49q-89 0 -159 34 t-113.5 93.5t-66 136.5t-22.5 166zM299 1278l70 121q7 12 26 12.5t27 -6.5l348 -213q22 -18 12 -39l-43 -86q-20 -39 -55 -18l-373 168q-33 21 -12 61z" />
+<glyph unicode="&#xfa;" d="M92 410v370q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-379q0 -66 35 -111.5t96 -45.5q57 0 90 44t33 101v391q0 39 43 39h209q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-31 75q-58 -55 -88 -75q-78 -49 -188 -49q-89 0 -159 34 t-113.5 93.5t-66 136.5t-22.5 166zM274 1153q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61l-372 -168q-36 -21 -56 18z" />
+<glyph unicode="&#xfb;" d="M92 410v370q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-379q0 -66 35 -111.5t96 -45.5q57 0 90 44t33 101v391q0 39 43 39h209q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-31 75q-58 -55 -88 -75q-78 -49 -188 -49q-89 0 -159 34 t-113.5 93.5t-66 136.5t-22.5 166zM203 1153q-13 19 12 39l277 213q23 17 49 0l282 -213q23 -19 13 -39l-70 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8z" />
+<glyph unicode="&#xfc;" d="M92 410v370q0 17 11.5 28t27.5 11h219q16 0 27.5 -11t11.5 -28v-379q0 -66 35 -111.5t96 -45.5q57 0 90 44t33 101v391q0 39 43 39h209q16 0 27.5 -11t11.5 -28v-741q0 -15 -12 -27t-27 -12h-96q-27 0 -39 29l-31 75q-58 -55 -88 -75q-78 -49 -188 -49q-89 0 -159 34 t-113.5 93.5t-66 136.5t-22.5 166zM164 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5zM584 1241q0 60 41.5 101.5t101.5 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#xfd;" horiz-adv-x="952" d="M12 766q-9 20 1.5 36.5t33.5 16.5h234q23 0 34 -22l158 -381h4l162 381q3 9 13 15.5t22 6.5h231q23 0 34 -16.5t1 -36.5l-627 -1356q-12 -24 -34 -24h-230q-23 0 -34 16.5t-1 38.5l305 643zM229 1153q-10 20 13 39l348 213q8 7 27 6.5t26 -12.5l70 -121q21 -40 -13 -61 l-372 -168q-36 -21 -56 18z" />
+<glyph unicode="&#xfe;" d="M111 -578v1973q0 15 12 27t27 12h227q15 0 27 -12t12 -27v-607q29 21 79 36.5t99 15.5q172 0 285.5 -119t113.5 -311q0 -181 -126 -305.5t-302 -124.5q-81 0 -149 32v-590q0 -15 -12 -26.5t-27 -11.5h-227q-15 0 -27 11.5t-12 26.5zM383 410q0 -70 46 -117t116 -47 q69 0 116.5 47.5t47.5 116.5q0 68 -47.5 114.5t-116.5 46.5q-68 0 -115 -47t-47 -114z" />
+<glyph unicode="&#xff;" horiz-adv-x="952" d="M12 766q-9 20 1.5 36.5t33.5 16.5h234q23 0 34 -22l158 -381h4l162 381q3 9 13 15.5t22 6.5h231q23 0 34 -16.5t1 -36.5l-627 -1356q-12 -24 -34 -24h-230q-23 0 -34 16.5t-1 38.5l305 643zM121 1241q0 60 41.5 101.5t101.5 41.5t103 -41.5t43 -101.5t-43 -102.5 t-103 -42.5t-101.5 42.5t-41.5 102.5zM541 1241q0 60 41.5 101.5t101.5 41.5t102.5 -41.5t42.5 -101.5t-42.5 -102.5t-102.5 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#x152;" horiz-adv-x="2002" d="M72 715q0 101 26 197t73 177t114.5 149t148.5 115.5t176.5 74t196.5 26.5q47 0 100 -5t82 -10l29 -5h848q17 0 28 -11.5t11 -27.5v-224q0 -15 -11 -26.5t-28 -11.5h-568v-254h467q15 0 27 -12t12 -27v-224q0 -17 -11.5 -27.5t-27.5 -10.5h-467v-277h568q17 0 28 -11.5 t11 -27.5v-223q0 -16 -11 -27.5t-28 -11.5h-848q-109 -20 -211 -20q-151 0 -287.5 57.5t-234.5 155.5t-155.5 234.5t-57.5 287.5zM399 715q0 -110 55 -205.5t149.5 -152t203.5 -56.5q102 0 172 33v764q-68 32 -172 32q-167 0 -287.5 -123t-120.5 -292z" />
+<glyph unicode="&#x153;" horiz-adv-x="1454" d="M49 414q0 174 126 300t300 126q149 0 275 -107q120 107 278 107q160 0 274.5 -109.5t114.5 -275.5q0 -28 -4 -56q-1 -15 -13 -24.5t-26 -9.5h-491q6 -51 45.5 -94.5t111.5 -43.5q75 0 140 49q12 8 26.5 9t24.5 -9q14 -16 48 -56t58 -64q11 -11 11.5 -28t-9.5 -28 q-120 -120 -307 -120q-162 0 -282 104q-117 -104 -275 -104q-114 0 -212.5 59t-156 159t-57.5 216zM313 414q0 -69 47.5 -119.5t114.5 -50.5t114.5 50.5t47.5 119.5q0 67 -47 114t-115 47t-115 -47t-47 -114zM909 524h219q-3 39 -35.5 68t-72.5 29q-41 0 -73 -28.5 t-38 -68.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1208" d="M-14 1414q10 20 34 20h267q18 0 32 -19l285 -420l285 420q14 19 33 19h266q24 0 34.5 -20t-1.5 -40l-459 -682v-653q0 -15 -12 -27t-27 -12h-244q-17 0 -28 11.5t-11 27.5v651l-452 684q-12 20 -2 40zM188 1718q0 60 42 102t102 42t102.5 -42t42.5 -102t-42.5 -102.5 t-102.5 -42.5t-102 42.5t-42 102.5zM731 1718q0 60 41.5 102t101.5 42t103 -42t43 -102t-43 -102.5t-103 -42.5t-101.5 42.5t-41.5 102.5z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="763" d="M66 1153q-13 19 12 39l276 213q23 17 49 0l283 -213q23 -18 12 -39l-69 -94q-7 -10 -20 -13t-23 3l-203 118l-205 -118q-28 -15 -45 8z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="778" d="M64.5 1216q-3.5 15 1.5 25q10 19 28 43t46.5 55.5t67 52.5t77.5 21q41 0 79.5 -24t73.5 -48t68 -24q40 0 78 63q8 13 21.5 15t29.5 -11l70 -53q27 -20 2 -59q-12 -21 -26.5 -41t-41.5 -50.5t-63 -49.5t-74 -19q-45 0 -86.5 24.5t-76.5 49t-63 24.5q-17 0 -31.5 -11.5 t-31 -34.5t-18.5 -25q-19 -19 -45 -2l-72 57q-10 7 -13.5 22z" />
+<glyph unicode="&#x2000;" horiz-adv-x="1005" />
+<glyph unicode="&#x2001;" horiz-adv-x="2011" />
+<glyph unicode="&#x2002;" horiz-adv-x="1005" />
+<glyph unicode="&#x2003;" horiz-adv-x="2011" />
+<glyph unicode="&#x2004;" horiz-adv-x="670" />
+<glyph unicode="&#x2005;" horiz-adv-x="502" />
+<glyph unicode="&#x2006;" horiz-adv-x="335" />
+<glyph unicode="&#x2007;" horiz-adv-x="335" />
+<glyph unicode="&#x2008;" horiz-adv-x="251" />
+<glyph unicode="&#x2009;" horiz-adv-x="402" />
+<glyph unicode="&#x200a;" horiz-adv-x="111" />
+<glyph unicode="&#x2010;" horiz-adv-x="735" d="M94 401v187q0 17 11 28t28 11h469q17 0 28 -11t11 -28v-187q0 -15 -11 -25.5t-28 -10.5h-469q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2011;" horiz-adv-x="735" d="M94 401v187q0 17 11 28t28 11h469q17 0 28 -11t11 -28v-187q0 -15 -11 -25.5t-28 -10.5h-469q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2012;" horiz-adv-x="735" d="M94 401v187q0 17 11 28t28 11h469q17 0 28 -11t11 -28v-187q0 -15 -11 -25.5t-28 -10.5h-469q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1095" d="M90 453v104q0 17 11 28t28 11h838q17 0 28 -11t11 -28v-104q0 -15 -11 -26t-28 -11h-838q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1546" d="M90 453v104q0 17 11 28t28 11h1288q17 0 28 -11t11 -28v-104q0 -15 -11 -26t-28 -11h-1288q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2018;" horiz-adv-x="417" d="M39 1073q0 61 16.5 118t35.5 92.5t52 73t47 50t39 33.5q25 18 45 -4l31 -31q10 -13 9 -25t-11 -20q-11 -8 -24 -18.5t-36 -35t-40 -50.5t-30.5 -64.5t-14.5 -77.5q35 14 82 14q61 0 104 -42t43 -103t-46.5 -104t-115.5 -43q-32 0 -62.5 12.5t-59.5 38.5t-46.5 74.5 t-17.5 111.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="409" d="M27 1307q0 61 46 104t115 43q32 0 62.5 -12.5t59.5 -38.5t47 -74.5t18 -111.5q0 -51 -10 -98t-30 -85t-37 -65.5t-45 -55t-37.5 -36.5t-31.5 -27q-25 -18 -45 4l-30 31q-10 13 -9 25t11 20q11 8 24 18.5t36 35t40 50.5t30.5 64.5t14.5 77.5q-35 -15 -82 -15 q-60 0 -103.5 42.5t-43.5 103.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="466" d="M61 125q0 61 46.5 104t115.5 43q32 0 62.5 -12.5t59.5 -38.5t47 -74.5t18 -111.5q0 -51 -10 -98t-30 -85t-37 -65.5t-45 -55t-37.5 -36.5t-31.5 -27q-25 -18 -45 4l-31 31q-10 13 -9 25t11 20q15 11 33 27t46.5 48t47 77.5t19.5 93.5q-35 -14 -82 -14q-61 0 -104.5 42 t-43.5 103z" />
+<glyph unicode="&#x201c;" horiz-adv-x="825" d="M39 1075q0 61 16.5 118t35.5 92.5t52 73t47 50t39 33.5q25 18 45 -4l31 -31q10 -13 9 -25t-11 -20q-11 -8 -24 -18.5t-36 -35t-40 -50.5t-30.5 -64.5t-14.5 -77.5q35 14 82 14q61 0 104 -42t43 -103t-46.5 -104t-115.5 -43q-32 0 -62.5 12.5t-59.5 38.5t-46.5 74.5 t-17.5 111.5zM446 1075q0 51 10 98t30 85t37 65.5t45 55t37.5 36.5t31.5 27q25 18 45 -4l31 -31q10 -13 9 -25t-11 -20q-15 -11 -33 -27t-46.5 -48t-47 -77.5t-19.5 -93.5q35 14 82 14q61 0 104.5 -42t43.5 -103t-46.5 -104t-115.5 -43q-32 0 -62.5 12.5t-59.5 38.5 t-47 74.5t-18 111.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="817" d="M27 1307q0 61 46 104t115 43q32 0 62.5 -12.5t59.5 -38.5t47 -74.5t18 -111.5q0 -51 -10 -98t-30 -85t-37 -65.5t-45 -55t-37.5 -36.5t-31.5 -27q-25 -18 -45 4l-30 31q-10 13 -9 25t11 20q11 8 24 18.5t36 35t40 50.5t30.5 64.5t14.5 77.5q-35 -15 -82 -15 q-60 0 -103.5 42.5t-43.5 103.5zM434 1307q0 61 46.5 104t115.5 43q32 0 62.5 -12.5t59.5 -38.5t46.5 -74.5t17.5 -111.5q0 -61 -16.5 -118t-35.5 -92.5t-52 -73t-47 -50t-39 -33.5q-25 -18 -45 4l-31 31q-10 13 -9 25t11 20q15 11 33 27t46.5 48t47 77.5t19.5 93.5 q-35 -15 -82 -15q-61 0 -104.5 42.5t-43.5 103.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="876" d="M61 125q0 61 46.5 104t115.5 43q32 0 62.5 -12.5t59.5 -38.5t47 -74.5t18 -111.5q0 -51 -10 -98t-30 -85t-37 -65.5t-45 -55t-37.5 -36.5t-31.5 -27q-25 -18 -45 4l-31 31q-10 13 -9 25t11 20q15 11 33 27t46.5 48t47 77.5t19.5 93.5q-35 -14 -82 -14q-61 0 -104.5 42 t-43.5 103zM469 125q0 61 46.5 104t115.5 43q32 0 62.5 -12.5t59.5 -38.5t46.5 -74.5t17.5 -111.5q0 -61 -16.5 -118t-35.5 -92.5t-52 -73t-47 -50t-39 -33.5q-25 -18 -45 4l-31 31q-10 13 -9 25t11 20q11 8 24 18.5t36 35t40 50.5t30.5 64.5t14.5 77.5q-35 -14 -82 -14 q-61 0 -104 42t-43 103z" />
+<glyph unicode="&#x2022;" horiz-adv-x="831" d="M123 459q0 121 86 209t203 88q122 0 209.5 -88t87.5 -209q0 -117 -88 -203t-209 -86q-117 0 -203 86t-86 203z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1413" d="M82 143q0 67 47 114.5t115 47.5t116 -47.5t48 -114.5t-48 -115t-116 -48q-67 0 -114.5 47.5t-47.5 115.5zM551 143q0 67 47.5 114.5t114.5 47.5q68 0 116 -47.5t48 -114.5t-48 -115t-116 -48q-67 0 -114.5 47.5t-47.5 115.5zM1006 143q0 68 47 115t114 47q68 0 116 -47.5 t48 -114.5t-48 -115t-116 -48q-67 0 -114 47.5t-47 115.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="402" />
+<glyph unicode="&#x2039;" horiz-adv-x="579" d="M43 397q-17 23 0 49l223 304q14 24 37 24h162q26 0 34.5 -19t-3.5 -44l-134 -285l127 -301q11 -25 3 -43.5t-33 -18.5h-172q-6 0 -16.5 5.5t-14.5 11.5z" />
+<glyph unicode="&#x203a;" horiz-adv-x="579" d="M78.5 755q8.5 19 34.5 19h161q23 0 37 -24l224 -304q17 -26 0 -49l-213 -317q-4 -6 -14.5 -11.5t-16.5 -5.5h-172q-25 0 -33.5 18.5t2.5 43.5l127 301l-133 285q-12 25 -3.5 44z" />
+<glyph unicode="&#x205f;" horiz-adv-x="502" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1458" d="M41 547v35q0 15 11 27t26 12h78q-4 31 -4 94v39h-74q-15 0 -26 12t-11 27v34q0 15 11 27t26 12h88q53 254 256 421t469 167q151 0 270 -46.5t225 -143.5q13 -12 14 -29t-11 -29l-160 -166q-11 -10 -26 -10t-25 10q-117 105 -277 105q-133 0 -235 -77.5t-144 -201.5h430 q17 0 28 -11.5t11 -27.5v-39q0 -15 -11 -25.5t-28 -10.5h-452v-29q0 -53 12 -102h358q17 0 28 -11.5t11 -27.5v-37q0 -15 -11 -26t-28 -11h-315q54 -93 145 -147t203 -54q73 0 146.5 26t128.5 73q10 9 27 8t26 -11l160 -170q10 -11 9.5 -27.5t-11.5 -27.5 q-204 -198 -498 -198q-251 0 -447.5 148t-263.5 380h-102q-15 0 -26 12t-11 27z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1476" d="M82 1294v101q0 15 12 27t27 12h432q17 0 28 -11.5t11 -27.5v-101q0 -17 -11 -28t-28 -11h-123v-442q0 -15 -12 -27t-27 -12h-108q-17 0 -28 11.5t-11 27.5v442h-123q-16 0 -27.5 11t-11.5 28zM639 821l106 592q2 13 12.5 22t26.5 9h9q21 0 34 -23l187 -352l188 352 q12 23 35 23h8q14 0 26 -9.5t13 -21.5l109 -594q3 -19 -8.5 -32t-30.5 -13h-107q-14 0 -26 11t-13 24l-34 215l-121 -238q-11 -18 -33 -18h-12q-25 0 -35 20l-117 236l-37 -217q-1 -12 -14 -22.5t-25 -10.5h-102q-20 0 -31 14t-8 33z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="819" d="M0 0v819h819v-819h-819z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1806" d="M72 598v182q0 17 11 28t28 11h43v158q0 206 129 331.5t327 125.5q55 0 105 -10.5t83 -25t57.5 -29.5t36.5 -25l11 -11q59 61 134 91t182 30q90 0 180.5 -27t146.5 -57q15 -8 20.5 -24t-3.5 -31l-95 -180q-8 -12 -22.5 -16.5t-28.5 1.5q-110 51 -184 51q-54 0 -91.5 -41.5 t-37.5 -121.5v-189h553q17 0 28 -11t11 -28v-741q0 -16 -11 -27.5t-28 -11.5h-223q-17 0 -28 11.5t-11 27.5v520h-291v-520q0 -15 -12 -27t-27 -12h-236q-15 0 -26.5 12t-11.5 27v520h-324v-520q0 -15 -12 -27t-27 -12h-235q-15 0 -27 12t-12 27v520h-43q-17 0 -28 11.5 t-11 27.5zM467 819h324v189q0 27 4 77q-63 72 -162 72q-74 0 -120 -51.5t-46 -128.5v-158z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1849" d="M72 598v182q0 17 11 28t28 11h43v158q0 144 63 249.5t165 156.5t228 51q175 0 293 -101q118 121 332 121q49 0 98.5 -12.5t84.5 -30t63.5 -35.5t42.5 -30l14 -13l27 62q14 39 53 39h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-227q-15 0 -27 12t-12 27v1048 q-17 24 -66.5 54t-105.5 30q-68 0 -113 -41.5t-45 -121.5v-191h137q16 0 27.5 -11t11.5 -28v-182q0 -15 -12 -27t-27 -12h-137v-518q0 -15 -12 -27t-27 -12h-236q-15 0 -26.5 12t-11.5 27v520h-324v-520q0 -15 -12 -27t-27 -12h-235q-15 0 -27 12t-12 27v520h-43 q-17 0 -28 11.5t-11 27.5zM467 819h324v189q0 27 4 77q-63 72 -162 72q-74 0 -120 -51.5t-46 -128.5v-158z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="23" />
+<hkern u1="&#x22;" u2="&#xef;" k="-84" />
+<hkern u1="&#x22;" u2="&#xee;" k="-20" />
+<hkern u1="&#x22;" u2="&#xdf;" k="16" />
+<hkern u1="&#x22;" u2="&#xde;" k="16" />
+<hkern u1="&#x22;" u2="x" k="74" />
+<hkern u1="&#x22;" u2="v" k="61" />
+<hkern u1="&#x22;" u2="q" k="106" />
+<hkern u1="&#x22;" u2="m" k="86" />
+<hkern u1="&#x22;" u2="V" k="-37" />
+<hkern u1="&#x22;" u2="Q" k="31" />
+<hkern u1="&#x22;" u2="P" k="16" />
+<hkern u1="&#x22;" u2="M" k="39" />
+<hkern u1="&#x22;" u2="F" k="16" />
+<hkern u1="&#x22;" u2="B" k="16" />
+<hkern u1="&#x22;" u2="&#x40;" k="51" />
+<hkern u1="&#x22;" u2="&#x39;" k="10" />
+<hkern u1="&#x22;" u2="&#x38;" k="18" />
+<hkern u1="&#x22;" u2="&#x36;" k="45" />
+<hkern u1="&#x22;" u2="&#x34;" k="72" />
+<hkern u1="&#x22;" u2="&#x30;" k="33" />
+<hkern u1="&#x22;" u2="&#x2f;" k="61" />
+<hkern u1="&#x22;" u2="&#x2e;" k="170" />
+<hkern u1="&#x23;" u2="&#x33;" k="10" />
+<hkern u1="&#x27;" u2="&#xf0;" k="23" />
+<hkern u1="&#x27;" u2="&#xef;" k="-86" />
+<hkern u1="&#x27;" u2="&#xee;" k="-23" />
+<hkern u1="&#x27;" u2="&#xdf;" k="16" />
+<hkern u1="&#x27;" u2="&#xde;" k="16" />
+<hkern u1="&#x27;" u2="x" k="74" />
+<hkern u1="&#x27;" u2="v" k="61" />
+<hkern u1="&#x27;" u2="q" k="106" />
+<hkern u1="&#x27;" u2="m" k="86" />
+<hkern u1="&#x27;" u2="V" k="-37" />
+<hkern u1="&#x27;" u2="Q" k="31" />
+<hkern u1="&#x27;" u2="P" k="16" />
+<hkern u1="&#x27;" u2="M" k="39" />
+<hkern u1="&#x27;" u2="F" k="16" />
+<hkern u1="&#x27;" u2="B" k="16" />
+<hkern u1="&#x27;" u2="&#x40;" k="51" />
+<hkern u1="&#x27;" u2="&#x39;" k="10" />
+<hkern u1="&#x27;" u2="&#x38;" k="18" />
+<hkern u1="&#x27;" u2="&#x36;" k="45" />
+<hkern u1="&#x27;" u2="&#x34;" k="72" />
+<hkern u1="&#x27;" u2="&#x30;" k="33" />
+<hkern u1="&#x27;" u2="&#x2f;" k="61" />
+<hkern u1="&#x27;" u2="&#x2e;" k="170" />
+<hkern u1="&#x28;" g2="uniFB02" k="16" />
+<hkern u1="&#x28;" g2="uniFB01" k="16" />
+<hkern u1="&#x28;" u2="&#x178;" k="-18" />
+<hkern u1="&#x28;" u2="&#x153;" k="27" />
+<hkern u1="&#x28;" u2="&#x152;" k="20" />
+<hkern u1="&#x28;" u2="&#xff;" k="25" />
+<hkern u1="&#x28;" u2="&#xfe;" k="12" />
+<hkern u1="&#x28;" u2="&#xfd;" k="25" />
+<hkern u1="&#x28;" u2="&#xfc;" k="27" />
+<hkern u1="&#x28;" u2="&#xfb;" k="27" />
+<hkern u1="&#x28;" u2="&#xfa;" k="27" />
+<hkern u1="&#x28;" u2="&#xf9;" k="27" />
+<hkern u1="&#x28;" u2="&#xf8;" k="27" />
+<hkern u1="&#x28;" u2="&#xf6;" k="27" />
+<hkern u1="&#x28;" u2="&#xf5;" k="27" />
+<hkern u1="&#x28;" u2="&#xf4;" k="27" />
+<hkern u1="&#x28;" u2="&#xf3;" k="27" />
+<hkern u1="&#x28;" u2="&#xf2;" k="27" />
+<hkern u1="&#x28;" u2="&#xf1;" k="12" />
+<hkern u1="&#x28;" u2="&#xeb;" k="27" />
+<hkern u1="&#x28;" u2="&#xea;" k="27" />
+<hkern u1="&#x28;" u2="&#xe9;" k="27" />
+<hkern u1="&#x28;" u2="&#xe8;" k="27" />
+<hkern u1="&#x28;" u2="&#xe7;" k="27" />
+<hkern u1="&#x28;" u2="&#xe6;" k="12" />
+<hkern u1="&#x28;" u2="&#xe5;" k="12" />
+<hkern u1="&#x28;" u2="&#xe4;" k="12" />
+<hkern u1="&#x28;" u2="&#xe3;" k="12" />
+<hkern u1="&#x28;" u2="&#xe2;" k="12" />
+<hkern u1="&#x28;" u2="&#xe1;" k="12" />
+<hkern u1="&#x28;" u2="&#xe0;" k="12" />
+<hkern u1="&#x28;" u2="&#xdd;" k="-18" />
+<hkern u1="&#x28;" u2="&#xd8;" k="20" />
+<hkern u1="&#x28;" u2="&#xd6;" k="20" />
+<hkern u1="&#x28;" u2="&#xd5;" k="20" />
+<hkern u1="&#x28;" u2="&#xd4;" k="20" />
+<hkern u1="&#x28;" u2="&#xd3;" k="20" />
+<hkern u1="&#x28;" u2="&#xd2;" k="20" />
+<hkern u1="&#x28;" u2="&#xc7;" k="20" />
+<hkern u1="&#x28;" u2="&#xc6;" k="-43" />
+<hkern u1="&#x28;" u2="&#xc5;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc4;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc3;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc2;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc1;" k="-18" />
+<hkern u1="&#x28;" u2="&#xc0;" k="-18" />
+<hkern u1="&#x28;" u2="y" k="25" />
+<hkern u1="&#x28;" u2="w" k="25" />
+<hkern u1="&#x28;" u2="u" k="27" />
+<hkern u1="&#x28;" u2="t" k="25" />
+<hkern u1="&#x28;" u2="r" k="12" />
+<hkern u1="&#x28;" u2="p" k="12" />
+<hkern u1="&#x28;" u2="o" k="27" />
+<hkern u1="&#x28;" u2="n" k="12" />
+<hkern u1="&#x28;" u2="f" k="16" />
+<hkern u1="&#x28;" u2="e" k="27" />
+<hkern u1="&#x28;" u2="d" k="20" />
+<hkern u1="&#x28;" u2="c" k="27" />
+<hkern u1="&#x28;" u2="a" k="12" />
+<hkern u1="&#x28;" u2="Y" k="-18" />
+<hkern u1="&#x28;" u2="O" k="20" />
+<hkern u1="&#x28;" u2="G" k="20" />
+<hkern u1="&#x28;" u2="C" k="20" />
+<hkern u1="&#x28;" u2="A" k="-18" />
+<hkern u1="&#x28;" u2="&#xf0;" k="25" />
+<hkern u1="&#x28;" u2="&#xef;" k="-90" />
+<hkern u1="&#x28;" u2="&#xee;" k="-39" />
+<hkern u1="&#x28;" u2="&#xdf;" k="10" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="q" k="23" />
+<hkern u1="&#x28;" u2="m" k="12" />
+<hkern u1="&#x28;" u2="V" k="-10" />
+<hkern u1="&#x28;" u2="Q" k="20" />
+<hkern u1="&#x28;" u2="&#x36;" k="18" />
+<hkern u1="&#x28;" u2="&#x34;" k="16" />
+<hkern u1="&#x28;" u2="&#x30;" k="20" />
+<hkern u1="&#x2a;" u2="&#x153;" k="53" />
+<hkern u1="&#x2a;" u2="&#xfe;" k="18" />
+<hkern u1="&#x2a;" u2="&#xfc;" k="14" />
+<hkern u1="&#x2a;" u2="&#xfb;" k="14" />
+<hkern u1="&#x2a;" u2="&#xfa;" k="14" />
+<hkern u1="&#x2a;" u2="&#xf9;" k="14" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="53" />
+<hkern u1="&#x2a;" u2="&#xf1;" k="18" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="53" />
+<hkern u1="&#x2a;" u2="&#xea;" k="53" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="53" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="53" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="55" />
+<hkern u1="&#x2a;" u2="&#xe6;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe5;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe4;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe3;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe2;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe1;" k="29" />
+<hkern u1="&#x2a;" u2="&#xe0;" k="29" />
+<hkern u1="&#x2a;" u2="&#xd1;" k="10" />
+<hkern u1="&#x2a;" u2="&#xd0;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcf;" k="10" />
+<hkern u1="&#x2a;" u2="&#xce;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcd;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcc;" k="10" />
+<hkern u1="&#x2a;" u2="&#xcb;" k="10" />
+<hkern u1="&#x2a;" u2="&#xca;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc9;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc8;" k="10" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="80" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="68" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="68" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="68" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="68" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="68" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="68" />
+<hkern u1="&#x2a;" u2="z" k="10" />
+<hkern u1="&#x2a;" u2="u" k="14" />
+<hkern u1="&#x2a;" u2="s" k="29" />
+<hkern u1="&#x2a;" u2="r" k="18" />
+<hkern u1="&#x2a;" u2="p" k="18" />
+<hkern u1="&#x2a;" u2="o" k="53" />
+<hkern u1="&#x2a;" u2="n" k="18" />
+<hkern u1="&#x2a;" u2="g" k="63" />
+<hkern u1="&#x2a;" u2="e" k="53" />
+<hkern u1="&#x2a;" u2="d" k="47" />
+<hkern u1="&#x2a;" u2="c" k="55" />
+<hkern u1="&#x2a;" u2="a" k="29" />
+<hkern u1="&#x2a;" u2="R" k="10" />
+<hkern u1="&#x2a;" u2="N" k="10" />
+<hkern u1="&#x2a;" u2="L" k="10" />
+<hkern u1="&#x2a;" u2="K" k="10" />
+<hkern u1="&#x2a;" u2="J" k="57" />
+<hkern u1="&#x2a;" u2="I" k="10" />
+<hkern u1="&#x2a;" u2="H" k="10" />
+<hkern u1="&#x2a;" u2="E" k="10" />
+<hkern u1="&#x2a;" u2="D" k="10" />
+<hkern u1="&#x2a;" u2="A" k="68" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="25" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-100" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-63" />
+<hkern u1="&#x2a;" u2="&#xde;" k="10" />
+<hkern u1="&#x2a;" u2="q" k="51" />
+<hkern u1="&#x2a;" u2="m" k="18" />
+<hkern u1="&#x2a;" u2="X" k="12" />
+<hkern u1="&#x2a;" u2="P" k="10" />
+<hkern u1="&#x2a;" u2="M" k="20" />
+<hkern u1="&#x2a;" u2="F" k="10" />
+<hkern u1="&#x2a;" u2="B" k="10" />
+<hkern u1="&#x2b;" u2="&#x38;" k="23" />
+<hkern u1="&#x2b;" u2="&#x37;" k="70" />
+<hkern u1="&#x2b;" u2="&#x35;" k="16" />
+<hkern u1="&#x2b;" u2="&#x33;" k="49" />
+<hkern u1="&#x2b;" u2="&#x32;" k="72" />
+<hkern u1="&#x2b;" u2="&#x31;" k="39" />
+<hkern u1="&#x2c;" u2="&#x201c;" k="150" />
+<hkern u1="&#x2c;" u2="&#x2018;" k="150" />
+<hkern u1="&#x2c;" u2="&#x27;" k="158" />
+<hkern u1="&#x2c;" u2="&#x22;" k="158" />
+<hkern u1="&#x2c;" u2="&#x39;" k="57" />
+<hkern u1="&#x2c;" u2="&#x38;" k="14" />
+<hkern u1="&#x2c;" u2="&#x36;" k="23" />
+<hkern u1="&#x2c;" u2="&#x31;" k="92" />
+<hkern u1="&#x2c;" u2="&#x30;" k="55" />
+<hkern u1="&#x2d;" u2="&#xde;" k="39" />
+<hkern u1="&#x2d;" u2="x" k="10" />
+<hkern u1="&#x2d;" u2="X" k="78" />
+<hkern u1="&#x2d;" u2="V" k="94" />
+<hkern u1="&#x2d;" u2="Q" k="12" />
+<hkern u1="&#x2d;" u2="P" k="39" />
+<hkern u1="&#x2d;" u2="M" k="25" />
+<hkern u1="&#x2d;" u2="F" k="39" />
+<hkern u1="&#x2d;" u2="B" k="39" />
+<hkern u1="&#x2d;" u2="&#x39;" k="59" />
+<hkern u1="&#x2d;" u2="&#x38;" k="14" />
+<hkern u1="&#x2d;" u2="&#x37;" k="70" />
+<hkern u1="&#x2d;" u2="&#x35;" k="53" />
+<hkern u1="&#x2d;" u2="&#x33;" k="63" />
+<hkern u1="&#x2d;" u2="&#x32;" k="82" />
+<hkern u1="&#x2d;" u2="&#x31;" k="78" />
+<hkern u1="&#x2d;" u2="&#x30;" k="25" />
+<hkern u1="&#x2e;" u2="&#x201c;" k="147" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="147" />
+<hkern u1="&#x2e;" u2="&#x178;" k="143" />
+<hkern u1="&#x2e;" u2="&#x152;" k="51" />
+<hkern u1="&#x2e;" u2="&#xff;" k="31" />
+<hkern u1="&#x2e;" u2="&#xfd;" k="31" />
+<hkern u1="&#x2e;" u2="&#xdd;" k="143" />
+<hkern u1="&#x2e;" u2="&#xdc;" k="61" />
+<hkern u1="&#x2e;" u2="&#xdb;" k="61" />
+<hkern u1="&#x2e;" u2="&#xda;" k="61" />
+<hkern u1="&#x2e;" u2="&#xd9;" k="61" />
+<hkern u1="&#x2e;" u2="&#xd8;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd6;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd5;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd4;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd3;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd2;" k="51" />
+<hkern u1="&#x2e;" u2="&#xd1;" k="29" />
+<hkern u1="&#x2e;" u2="&#xd0;" k="29" />
+<hkern u1="&#x2e;" u2="&#xcf;" k="29" />
+<hkern u1="&#x2e;" u2="&#xce;" k="29" />
+<hkern u1="&#x2e;" u2="&#xcd;" k="29" />
+<hkern u1="&#x2e;" u2="&#xcc;" k="29" />
+<hkern u1="&#x2e;" u2="&#xcb;" k="29" />
+<hkern u1="&#x2e;" u2="&#xca;" k="29" />
+<hkern u1="&#x2e;" u2="&#xc9;" k="29" />
+<hkern u1="&#x2e;" u2="&#xc8;" k="29" />
+<hkern u1="&#x2e;" u2="&#xc7;" k="51" />
+<hkern u1="&#x2e;" u2="y" k="31" />
+<hkern u1="&#x2e;" u2="w" k="20" />
+<hkern u1="&#x2e;" u2="Y" k="143" />
+<hkern u1="&#x2e;" u2="W" k="139" />
+<hkern u1="&#x2e;" u2="U" k="61" />
+<hkern u1="&#x2e;" u2="T" k="125" />
+<hkern u1="&#x2e;" u2="R" k="29" />
+<hkern u1="&#x2e;" u2="O" k="51" />
+<hkern u1="&#x2e;" u2="N" k="29" />
+<hkern u1="&#x2e;" u2="L" k="29" />
+<hkern u1="&#x2e;" u2="K" k="29" />
+<hkern u1="&#x2e;" u2="J" k="-29" />
+<hkern u1="&#x2e;" u2="I" k="29" />
+<hkern u1="&#x2e;" u2="H" k="29" />
+<hkern u1="&#x2e;" u2="G" k="51" />
+<hkern u1="&#x2e;" u2="E" k="29" />
+<hkern u1="&#x2e;" u2="D" k="29" />
+<hkern u1="&#x2e;" u2="C" k="51" />
+<hkern u1="&#x2e;" u2="&#x27;" k="154" />
+<hkern u1="&#x2e;" u2="&#x22;" k="154" />
+<hkern u1="&#x2e;" u2="&#xde;" k="29" />
+<hkern u1="&#x2e;" u2="v" k="41" />
+<hkern u1="&#x2e;" u2="V" k="162" />
+<hkern u1="&#x2e;" u2="Q" k="51" />
+<hkern u1="&#x2e;" u2="P" k="29" />
+<hkern u1="&#x2e;" u2="F" k="29" />
+<hkern u1="&#x2e;" u2="B" k="29" />
+<hkern u1="&#x2e;" u2="&#x39;" k="53" />
+<hkern u1="&#x2e;" u2="&#x38;" k="10" />
+<hkern u1="&#x2e;" u2="&#x36;" k="16" />
+<hkern u1="&#x2e;" u2="&#x31;" k="90" />
+<hkern u1="&#x2e;" u2="&#x30;" k="45" />
+<hkern u1="&#x2f;" g2="uniFB02" k="27" />
+<hkern u1="&#x2f;" g2="uniFB01" k="27" />
+<hkern u1="&#x2f;" u2="&#x178;" k="-49" />
+<hkern u1="&#x2f;" u2="&#x153;" k="53" />
+<hkern u1="&#x2f;" u2="&#x152;" k="14" />
+<hkern u1="&#x2f;" u2="&#xff;" k="16" />
+<hkern u1="&#x2f;" u2="&#xfe;" k="41" />
+<hkern u1="&#x2f;" u2="&#xfd;" k="16" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="33" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="33" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="53" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="41" />
+<hkern u1="&#x2f;" u2="&#xed;" k="12" />
+<hkern u1="&#x2f;" u2="&#xec;" k="12" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="53" />
+<hkern u1="&#x2f;" u2="&#xea;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="53" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="53" />
+<hkern u1="&#x2f;" u2="&#xdd;" k="-49" />
+<hkern u1="&#x2f;" u2="&#xd8;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd6;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd5;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd4;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd3;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd2;" k="14" />
+<hkern u1="&#x2f;" u2="&#xd1;" k="10" />
+<hkern u1="&#x2f;" u2="&#xd0;" k="10" />
+<hkern u1="&#x2f;" u2="&#xcf;" k="10" />
+<hkern u1="&#x2f;" u2="&#xce;" k="10" />
+<hkern u1="&#x2f;" u2="&#xcd;" k="10" />
+<hkern u1="&#x2f;" u2="&#xcc;" k="10" />
+<hkern u1="&#x2f;" u2="&#xcb;" k="10" />
+<hkern u1="&#x2f;" u2="&#xca;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc9;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc8;" k="10" />
+<hkern u1="&#x2f;" u2="&#xc7;" k="14" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="68" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="61" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="61" />
+<hkern u1="&#x2f;" u2="z" k="33" />
+<hkern u1="&#x2f;" u2="y" k="16" />
+<hkern u1="&#x2f;" u2="w" k="14" />
+<hkern u1="&#x2f;" u2="u" k="33" />
+<hkern u1="&#x2f;" u2="t" k="29" />
+<hkern u1="&#x2f;" u2="s" k="47" />
+<hkern u1="&#x2f;" u2="r" k="41" />
+<hkern u1="&#x2f;" u2="p" k="41" />
+<hkern u1="&#x2f;" u2="o" k="53" />
+<hkern u1="&#x2f;" u2="n" k="41" />
+<hkern u1="&#x2f;" u2="j" k="12" />
+<hkern u1="&#x2f;" u2="i" k="12" />
+<hkern u1="&#x2f;" u2="g" k="63" />
+<hkern u1="&#x2f;" u2="f" k="27" />
+<hkern u1="&#x2f;" u2="e" k="53" />
+<hkern u1="&#x2f;" u2="d" k="47" />
+<hkern u1="&#x2f;" u2="c" k="53" />
+<hkern u1="&#x2f;" u2="a" k="53" />
+<hkern u1="&#x2f;" u2="Y" k="-49" />
+<hkern u1="&#x2f;" u2="R" k="10" />
+<hkern u1="&#x2f;" u2="O" k="14" />
+<hkern u1="&#x2f;" u2="N" k="10" />
+<hkern u1="&#x2f;" u2="L" k="10" />
+<hkern u1="&#x2f;" u2="K" k="10" />
+<hkern u1="&#x2f;" u2="J" k="37" />
+<hkern u1="&#x2f;" u2="I" k="10" />
+<hkern u1="&#x2f;" u2="H" k="10" />
+<hkern u1="&#x2f;" u2="G" k="14" />
+<hkern u1="&#x2f;" u2="E" k="10" />
+<hkern u1="&#x2f;" u2="D" k="10" />
+<hkern u1="&#x2f;" u2="C" k="14" />
+<hkern u1="&#x2f;" u2="A" k="61" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="31" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-90" />
+<hkern u1="&#x2f;" u2="&#xee;" k="-27" />
+<hkern u1="&#x2f;" u2="&#xdf;" k="25" />
+<hkern u1="&#x2f;" u2="&#xde;" k="10" />
+<hkern u1="&#x2f;" u2="x" k="27" />
+<hkern u1="&#x2f;" u2="v" k="14" />
+<hkern u1="&#x2f;" u2="q" k="53" />
+<hkern u1="&#x2f;" u2="m" k="41" />
+<hkern u1="&#x2f;" u2="V" k="-43" />
+<hkern u1="&#x2f;" u2="Q" k="14" />
+<hkern u1="&#x2f;" u2="P" k="10" />
+<hkern u1="&#x2f;" u2="M" k="25" />
+<hkern u1="&#x2f;" u2="F" k="10" />
+<hkern u1="&#x2f;" u2="B" k="10" />
+<hkern u1="&#x2f;" u2="&#x38;" k="10" />
+<hkern u1="&#x2f;" u2="&#x36;" k="23" />
+<hkern u1="&#x2f;" u2="&#x34;" k="33" />
+<hkern u1="&#x2f;" u2="&#x30;" k="18" />
+<hkern u1="&#x30;" u2="&#x7d;" k="25" />
+<hkern u1="&#x30;" u2="]" k="27" />
+<hkern u1="&#x30;" u2="&#x37;" k="10" />
+<hkern u1="&#x30;" u2="&#x33;" k="6" />
+<hkern u1="&#x30;" u2="&#x32;" k="10" />
+<hkern u1="&#x30;" u2="&#x29;" k="20" />
+<hkern u1="&#x31;" u2="&#x7d;" k="10" />
+<hkern u1="&#x31;" u2="]" k="10" />
+<hkern u1="&#x31;" u2="&#x30;" k="6" />
+<hkern u1="&#x33;" u2="&#x7d;" k="10" />
+<hkern u1="&#x33;" u2="]" k="10" />
+<hkern u1="&#x34;" u2="&#x7d;" k="23" />
+<hkern u1="&#x34;" u2="]" k="23" />
+<hkern u1="&#x34;" u2="&#x39;" k="10" />
+<hkern u1="&#x34;" u2="&#x32;" k="6" />
+<hkern u1="&#x34;" u2="&#x31;" k="14" />
+<hkern u1="&#x34;" u2="&#x29;" k="16" />
+<hkern u1="&#x35;" u2="&#x7d;" k="14" />
+<hkern u1="&#x35;" u2="]" k="16" />
+<hkern u1="&#x35;" u2="&#x31;" k="10" />
+<hkern u1="&#x35;" u2="&#x29;" k="10" />
+<hkern u1="&#x36;" u2="&#x7d;" k="18" />
+<hkern u1="&#x36;" u2="]" k="18" />
+<hkern u1="&#x36;" u2="&#x31;" k="12" />
+<hkern u1="&#x36;" u2="&#x29;" k="10" />
+<hkern u1="&#x37;" u2="&#xa2;" k="66" />
+<hkern u1="&#x37;" u2="&#x7d;" k="-29" />
+<hkern u1="&#x37;" u2="]" k="-35" />
+<hkern u1="&#x37;" u2="&#x37;" k="-6" />
+<hkern u1="&#x37;" u2="&#x36;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="78" />
+<hkern u1="&#x37;" u2="&#x30;" k="12" />
+<hkern u1="&#x38;" u2="&#x7d;" k="10" />
+<hkern u1="&#x38;" u2="]" k="10" />
+<hkern u1="&#x39;" u2="&#x7d;" k="10" />
+<hkern u1="&#x39;" u2="]" k="10" />
+<hkern u1="&#x39;" u2="&#x29;" k="12" />
+<hkern u1="&#x3d;" u2="&#x39;" k="16" />
+<hkern u1="&#x3d;" u2="&#x38;" k="12" />
+<hkern u1="&#x3d;" u2="&#x37;" k="55" />
+<hkern u1="&#x3d;" u2="&#x35;" k="20" />
+<hkern u1="&#x3d;" u2="&#x33;" k="23" />
+<hkern u1="&#x3d;" u2="&#x32;" k="53" />
+<hkern u1="&#x3d;" u2="&#x31;" k="47" />
+<hkern u1="&#x3d;" u2="&#x30;" k="18" />
+<hkern u1="&#x40;" u2="&#x178;" k="39" />
+<hkern u1="&#x40;" u2="&#xdd;" k="39" />
+<hkern u1="&#x40;" u2="g" k="10" />
+<hkern u1="&#x40;" u2="Z" k="10" />
+<hkern u1="&#x40;" u2="Y" k="39" />
+<hkern u1="&#x40;" u2="W" k="18" />
+<hkern u1="&#x40;" u2="T" k="18" />
+<hkern u1="&#x40;" u2="&#x27;" k="27" />
+<hkern u1="&#x40;" u2="&#x22;" k="27" />
+<hkern u1="&#x40;" u2="X" k="18" />
+<hkern u1="&#x40;" u2="V" k="25" />
+<hkern u1="A" u2="&#xfe;" k="12" />
+<hkern u1="A" u2="&#xf0;" k="27" />
+<hkern u1="A" u2="&#xdf;" k="12" />
+<hkern u1="A" u2="v" k="66" />
+<hkern u1="A" u2="q" k="18" />
+<hkern u1="A" u2="m" k="12" />
+<hkern u1="A" u2="b" k="12" />
+<hkern u1="A" u2="]" k="12" />
+<hkern u1="A" u2="\" k="61" />
+<hkern u1="A" u2="V" k="115" />
+<hkern u1="A" u2="Q" k="12" />
+<hkern u1="A" u2="&#x3f;" k="18" />
+<hkern u1="A" u2="&#x2f;" k="-31" />
+<hkern u1="A" u2="&#x2a;" k="68" />
+<hkern u1="A" u2="&#x29;" k="-18" />
+<hkern u1="B" g2="uniFB02" k="51" />
+<hkern u1="B" g2="uniFB01" k="51" />
+<hkern u1="B" u2="&#x201e;" k="25" />
+<hkern u1="B" u2="&#x201d;" k="12" />
+<hkern u1="B" u2="&#x201a;" k="25" />
+<hkern u1="B" u2="&#x2019;" k="12" />
+<hkern u1="B" u2="&#x2014;" k="14" />
+<hkern u1="B" u2="&#x2013;" k="14" />
+<hkern u1="B" u2="&#x178;" k="6" />
+<hkern u1="B" u2="&#x153;" k="25" />
+<hkern u1="B" u2="&#xff;" k="51" />
+<hkern u1="B" u2="&#xfd;" k="51" />
+<hkern u1="B" u2="&#xfc;" k="37" />
+<hkern u1="B" u2="&#xfb;" k="37" />
+<hkern u1="B" u2="&#xfa;" k="37" />
+<hkern u1="B" u2="&#xf9;" k="37" />
+<hkern u1="B" u2="&#xf8;" k="25" />
+<hkern u1="B" u2="&#xf6;" k="25" />
+<hkern u1="B" u2="&#xf5;" k="25" />
+<hkern u1="B" u2="&#xf4;" k="25" />
+<hkern u1="B" u2="&#xf3;" k="25" />
+<hkern u1="B" u2="&#xf2;" k="25" />
+<hkern u1="B" u2="&#xf1;" k="41" />
+<hkern u1="B" u2="&#xed;" k="39" />
+<hkern u1="B" u2="&#xec;" k="39" />
+<hkern u1="B" u2="&#xeb;" k="25" />
+<hkern u1="B" u2="&#xea;" k="25" />
+<hkern u1="B" u2="&#xe9;" k="25" />
+<hkern u1="B" u2="&#xe8;" k="25" />
+<hkern u1="B" u2="&#xe7;" k="25" />
+<hkern u1="B" u2="&#xe6;" k="31" />
+<hkern u1="B" u2="&#xe5;" k="31" />
+<hkern u1="B" u2="&#xe4;" k="31" />
+<hkern u1="B" u2="&#xe3;" k="31" />
+<hkern u1="B" u2="&#xe2;" k="31" />
+<hkern u1="B" u2="&#xe1;" k="31" />
+<hkern u1="B" u2="&#xe0;" k="31" />
+<hkern u1="B" u2="&#xdd;" k="6" />
+<hkern u1="B" u2="z" k="51" />
+<hkern u1="B" u2="y" k="51" />
+<hkern u1="B" u2="w" k="47" />
+<hkern u1="B" u2="u" k="37" />
+<hkern u1="B" u2="t" k="43" />
+<hkern u1="B" u2="s" k="35" />
+<hkern u1="B" u2="r" k="41" />
+<hkern u1="B" u2="p" k="41" />
+<hkern u1="B" u2="o" k="25" />
+<hkern u1="B" u2="n" k="41" />
+<hkern u1="B" u2="l" k="39" />
+<hkern u1="B" u2="k" k="39" />
+<hkern u1="B" u2="j" k="41" />
+<hkern u1="B" u2="i" k="39" />
+<hkern u1="B" u2="h" k="39" />
+<hkern u1="B" u2="g" k="43" />
+<hkern u1="B" u2="f" k="51" />
+<hkern u1="B" u2="e" k="25" />
+<hkern u1="B" u2="d" k="25" />
+<hkern u1="B" u2="c" k="25" />
+<hkern u1="B" u2="a" k="31" />
+<hkern u1="B" u2="Y" k="6" />
+<hkern u1="B" u2="W" k="6" />
+<hkern u1="B" u2="&#x2d;" k="14" />
+<hkern u1="B" u2="&#x27;" k="12" />
+<hkern u1="B" u2="&#x22;" k="12" />
+<hkern u1="B" u2="&#xfe;" k="39" />
+<hkern u1="B" u2="&#xf0;" k="25" />
+<hkern u1="B" u2="&#xef;" k="-2" />
+<hkern u1="B" u2="&#xee;" k="8" />
+<hkern u1="B" u2="&#xdf;" k="41" />
+<hkern u1="B" u2="&#x7d;" k="10" />
+<hkern u1="B" u2="x" k="57" />
+<hkern u1="B" u2="v" k="53" />
+<hkern u1="B" u2="q" k="25" />
+<hkern u1="B" u2="m" k="41" />
+<hkern u1="B" u2="b" k="39" />
+<hkern u1="B" u2="]" k="10" />
+<hkern u1="B" u2="\" k="10" />
+<hkern u1="B" u2="&#x3a;" k="10" />
+<hkern u1="B" u2="&#x2e;" k="12" />
+<hkern u1="B" u2="&#x2c;" k="14" />
+<hkern u1="C" u2="&#xfe;" k="27" />
+<hkern u1="C" u2="&#xf0;" k="41" />
+<hkern u1="C" u2="&#xef;" k="-80" />
+<hkern u1="C" u2="&#xee;" k="-27" />
+<hkern u1="C" u2="&#xec;" k="14" />
+<hkern u1="C" u2="&#xdf;" k="39" />
+<hkern u1="C" u2="x" k="49" />
+<hkern u1="C" u2="v" k="68" />
+<hkern u1="C" u2="q" k="33" />
+<hkern u1="C" u2="m" k="41" />
+<hkern u1="C" u2="b" k="27" />
+<hkern u1="C" u2="Q" k="6" />
+<hkern u1="D" u2="&#xfe;" k="35" />
+<hkern u1="D" u2="&#xf0;" k="27" />
+<hkern u1="D" u2="&#xdf;" k="35" />
+<hkern u1="D" u2="&#x7d;" k="27" />
+<hkern u1="D" u2="x" k="27" />
+<hkern u1="D" u2="v" k="6" />
+<hkern u1="D" u2="q" k="33" />
+<hkern u1="D" u2="m" k="37" />
+<hkern u1="D" u2="b" k="35" />
+<hkern u1="D" u2="]" k="25" />
+<hkern u1="D" u2="\" k="14" />
+<hkern u1="D" u2="X" k="23" />
+<hkern u1="D" u2="V" k="14" />
+<hkern u1="D" u2="&#x3f;" k="20" />
+<hkern u1="D" u2="&#x2f;" k="16" />
+<hkern u1="D" u2="&#x2e;" k="53" />
+<hkern u1="D" u2="&#x2c;" k="57" />
+<hkern u1="D" u2="&#x29;" k="23" />
+<hkern u1="D" u2="&#x21;" k="12" />
+<hkern u1="E" u2="&#xfe;" k="33" />
+<hkern u1="E" u2="&#xf0;" k="43" />
+<hkern u1="E" u2="&#xef;" k="-41" />
+<hkern u1="E" u2="&#xee;" k="-4" />
+<hkern u1="E" u2="&#xdf;" k="41" />
+<hkern u1="E" u2="x" k="31" />
+<hkern u1="E" u2="v" k="59" />
+<hkern u1="E" u2="q" k="39" />
+<hkern u1="E" u2="m" k="43" />
+<hkern u1="E" u2="b" k="31" />
+<hkern u1="F" g2="uniFB02" k="55" />
+<hkern u1="F" g2="uniFB01" k="55" />
+<hkern u1="F" u2="&#x203a;" k="16" />
+<hkern u1="F" u2="&#x2039;" k="20" />
+<hkern u1="F" u2="&#x201e;" k="195" />
+<hkern u1="F" u2="&#x201a;" k="195" />
+<hkern u1="F" u2="&#x2014;" k="39" />
+<hkern u1="F" u2="&#x2013;" k="39" />
+<hkern u1="F" u2="&#x178;" k="-45" />
+<hkern u1="F" u2="&#x153;" k="61" />
+<hkern u1="F" u2="&#xff;" k="39" />
+<hkern u1="F" u2="&#xfd;" k="39" />
+<hkern u1="F" u2="&#xfc;" k="53" />
+<hkern u1="F" u2="&#xfb;" k="53" />
+<hkern u1="F" u2="&#xfa;" k="53" />
+<hkern u1="F" u2="&#xf9;" k="53" />
+<hkern u1="F" u2="&#xf8;" k="61" />
+<hkern u1="F" u2="&#xf6;" k="61" />
+<hkern u1="F" u2="&#xf5;" k="61" />
+<hkern u1="F" u2="&#xf4;" k="61" />
+<hkern u1="F" u2="&#xf3;" k="61" />
+<hkern u1="F" u2="&#xf2;" k="61" />
+<hkern u1="F" u2="&#xf1;" k="53" />
+<hkern u1="F" u2="&#xed;" k="31" />
+<hkern u1="F" u2="&#xec;" k="31" />
+<hkern u1="F" u2="&#xeb;" k="61" />
+<hkern u1="F" u2="&#xea;" k="61" />
+<hkern u1="F" u2="&#xe9;" k="61" />
+<hkern u1="F" u2="&#xe8;" k="61" />
+<hkern u1="F" u2="&#xe7;" k="61" />
+<hkern u1="F" u2="&#xe6;" k="74" />
+<hkern u1="F" u2="&#xe5;" k="74" />
+<hkern u1="F" u2="&#xe4;" k="74" />
+<hkern u1="F" u2="&#xe3;" k="74" />
+<hkern u1="F" u2="&#xe2;" k="74" />
+<hkern u1="F" u2="&#xe1;" k="74" />
+<hkern u1="F" u2="&#xe0;" k="74" />
+<hkern u1="F" u2="&#xdd;" k="-45" />
+<hkern u1="F" u2="&#xc6;" k="80" />
+<hkern u1="F" u2="&#xc5;" k="53" />
+<hkern u1="F" u2="&#xc4;" k="53" />
+<hkern u1="F" u2="&#xc3;" k="53" />
+<hkern u1="F" u2="&#xc2;" k="53" />
+<hkern u1="F" u2="&#xc1;" k="53" />
+<hkern u1="F" u2="&#xc0;" k="53" />
+<hkern u1="F" u2="&#xbb;" k="16" />
+<hkern u1="F" u2="&#xab;" k="20" />
+<hkern u1="F" u2="z" k="61" />
+<hkern u1="F" u2="y" k="39" />
+<hkern u1="F" u2="w" k="43" />
+<hkern u1="F" u2="u" k="53" />
+<hkern u1="F" u2="t" k="53" />
+<hkern u1="F" u2="s" k="61" />
+<hkern u1="F" u2="r" k="53" />
+<hkern u1="F" u2="p" k="53" />
+<hkern u1="F" u2="o" k="61" />
+<hkern u1="F" u2="n" k="53" />
+<hkern u1="F" u2="l" k="29" />
+<hkern u1="F" u2="k" k="29" />
+<hkern u1="F" u2="j" k="31" />
+<hkern u1="F" u2="i" k="31" />
+<hkern u1="F" u2="h" k="29" />
+<hkern u1="F" u2="g" k="96" />
+<hkern u1="F" u2="f" k="55" />
+<hkern u1="F" u2="e" k="61" />
+<hkern u1="F" u2="d" k="61" />
+<hkern u1="F" u2="c" k="61" />
+<hkern u1="F" u2="a" k="74" />
+<hkern u1="F" u2="Y" k="-45" />
+<hkern u1="F" u2="J" k="102" />
+<hkern u1="F" u2="A" k="53" />
+<hkern u1="F" u2="&#x2d;" k="39" />
+<hkern u1="F" u2="&#xfe;" k="29" />
+<hkern u1="F" u2="&#xf0;" k="61" />
+<hkern u1="F" u2="&#xef;" k="-86" />
+<hkern u1="F" u2="&#xee;" k="-53" />
+<hkern u1="F" u2="&#xdf;" k="53" />
+<hkern u1="F" u2="x" k="61" />
+<hkern u1="F" u2="v" k="37" />
+<hkern u1="F" u2="q" k="61" />
+<hkern u1="F" u2="m" k="53" />
+<hkern u1="F" u2="b" k="29" />
+<hkern u1="F" u2="V" k="-41" />
+<hkern u1="F" u2="M" k="10" />
+<hkern u1="F" u2="&#x3b;" k="14" />
+<hkern u1="F" u2="&#x3a;" k="23" />
+<hkern u1="F" u2="&#x2f;" k="37" />
+<hkern u1="F" u2="&#x2e;" k="182" />
+<hkern u1="F" u2="&#x2c;" k="184" />
+<hkern u1="G" u2="&#xfe;" k="27" />
+<hkern u1="G" u2="&#xf0;" k="20" />
+<hkern u1="G" u2="&#xef;" k="-20" />
+<hkern u1="G" u2="&#xee;" k="12" />
+<hkern u1="G" u2="&#xdf;" k="29" />
+<hkern u1="G" u2="x" k="29" />
+<hkern u1="G" u2="v" k="27" />
+<hkern u1="G" u2="q" k="20" />
+<hkern u1="G" u2="m" k="29" />
+<hkern u1="G" u2="b" k="27" />
+<hkern u1="H" u2="&#xfe;" k="27" />
+<hkern u1="H" u2="&#xf0;" k="41" />
+<hkern u1="H" u2="&#xdf;" k="27" />
+<hkern u1="H" u2="x" k="49" />
+<hkern u1="H" u2="v" k="49" />
+<hkern u1="H" u2="q" k="41" />
+<hkern u1="H" u2="m" k="27" />
+<hkern u1="H" u2="b" k="27" />
+<hkern u1="H" u2="\" k="10" />
+<hkern u1="H" u2="&#x3f;" k="10" />
+<hkern u1="H" u2="&#x3a;" k="14" />
+<hkern u1="H" u2="&#x2f;" k="12" />
+<hkern u1="H" u2="&#x2e;" k="29" />
+<hkern u1="H" u2="&#x2c;" k="29" />
+<hkern u1="H" u2="&#x2a;" k="10" />
+<hkern u1="H" u2="&#x21;" k="12" />
+<hkern u1="I" u2="&#xfe;" k="27" />
+<hkern u1="I" u2="&#xf0;" k="41" />
+<hkern u1="I" u2="&#xef;" k="14" />
+<hkern u1="I" u2="&#xdf;" k="27" />
+<hkern u1="I" u2="x" k="49" />
+<hkern u1="I" u2="v" k="49" />
+<hkern u1="I" u2="q" k="41" />
+<hkern u1="I" u2="m" k="27" />
+<hkern u1="I" u2="b" k="27" />
+<hkern u1="I" u2="\" k="10" />
+<hkern u1="I" u2="&#x3f;" k="10" />
+<hkern u1="I" u2="&#x3a;" k="14" />
+<hkern u1="I" u2="&#x2f;" k="12" />
+<hkern u1="I" u2="&#x2e;" k="29" />
+<hkern u1="I" u2="&#x2c;" k="29" />
+<hkern u1="I" u2="&#x2a;" k="10" />
+<hkern u1="I" u2="&#x21;" k="12" />
+<hkern u1="J" u2="&#xfe;" k="20" />
+<hkern u1="J" u2="&#xf0;" k="33" />
+<hkern u1="J" u2="&#xef;" k="-2" />
+<hkern u1="J" u2="&#xdf;" k="23" />
+<hkern u1="J" u2="x" k="37" />
+<hkern u1="J" u2="v" k="27" />
+<hkern u1="J" u2="q" k="33" />
+<hkern u1="J" u2="m" k="20" />
+<hkern u1="J" u2="b" k="20" />
+<hkern u1="J" u2="&#x2e;" k="27" />
+<hkern u1="J" u2="&#x2c;" k="29" />
+<hkern u1="K" u2="&#xfe;" k="33" />
+<hkern u1="K" u2="&#xf0;" k="63" />
+<hkern u1="K" u2="&#xef;" k="-27" />
+<hkern u1="K" u2="&#xdf;" k="35" />
+<hkern u1="K" u2="v" k="88" />
+<hkern u1="K" u2="q" k="49" />
+<hkern u1="K" u2="m" k="35" />
+<hkern u1="K" u2="b" k="33" />
+<hkern u1="K" u2="Q" k="29" />
+<hkern u1="K" u2="&#x2a;" k="14" />
+<hkern u1="L" u2="&#xfe;" k="12" />
+<hkern u1="L" u2="&#xf0;" k="10" />
+<hkern u1="L" u2="&#xdf;" k="14" />
+<hkern u1="L" u2="&#xb7;" k="49" />
+<hkern u1="L" u2="&#x7d;" k="31" />
+<hkern u1="L" u2="v" k="55" />
+<hkern u1="L" u2="m" k="14" />
+<hkern u1="L" u2="b" k="14" />
+<hkern u1="L" u2="]" k="43" />
+<hkern u1="L" u2="\" k="57" />
+<hkern u1="L" u2="X" k="-14" />
+<hkern u1="L" u2="V" k="180" />
+<hkern u1="L" u2="Q" k="8" />
+<hkern u1="L" u2="&#x3f;" k="20" />
+<hkern u1="L" u2="&#x2a;" k="92" />
+<hkern u1="M" g2="uniFB02" k="25" />
+<hkern u1="M" g2="uniFB01" k="25" />
+<hkern u1="M" u2="&#x201d;" k="31" />
+<hkern u1="M" u2="&#x2019;" k="31" />
+<hkern u1="M" u2="&#x2014;" k="25" />
+<hkern u1="M" u2="&#x2013;" k="25" />
+<hkern u1="M" u2="&#x178;" k="29" />
+<hkern u1="M" u2="&#x153;" k="31" />
+<hkern u1="M" u2="&#xff;" k="43" />
+<hkern u1="M" u2="&#xfd;" k="43" />
+<hkern u1="M" u2="&#xfc;" k="23" />
+<hkern u1="M" u2="&#xfb;" k="23" />
+<hkern u1="M" u2="&#xfa;" k="23" />
+<hkern u1="M" u2="&#xf9;" k="23" />
+<hkern u1="M" u2="&#xf8;" k="31" />
+<hkern u1="M" u2="&#xf6;" k="31" />
+<hkern u1="M" u2="&#xf5;" k="31" />
+<hkern u1="M" u2="&#xf4;" k="31" />
+<hkern u1="M" u2="&#xf3;" k="31" />
+<hkern u1="M" u2="&#xf2;" k="31" />
+<hkern u1="M" u2="&#xf1;" k="20" />
+<hkern u1="M" u2="&#xef;" k="20" />
+<hkern u1="M" u2="&#xee;" k="20" />
+<hkern u1="M" u2="&#xed;" k="20" />
+<hkern u1="M" u2="&#xec;" k="20" />
+<hkern u1="M" u2="&#xeb;" k="31" />
+<hkern u1="M" u2="&#xea;" k="31" />
+<hkern u1="M" u2="&#xe9;" k="31" />
+<hkern u1="M" u2="&#xe8;" k="31" />
+<hkern u1="M" u2="&#xe7;" k="31" />
+<hkern u1="M" u2="&#xe6;" k="25" />
+<hkern u1="M" u2="&#xe5;" k="25" />
+<hkern u1="M" u2="&#xe4;" k="25" />
+<hkern u1="M" u2="&#xe3;" k="25" />
+<hkern u1="M" u2="&#xe2;" k="25" />
+<hkern u1="M" u2="&#xe1;" k="25" />
+<hkern u1="M" u2="&#xe0;" k="25" />
+<hkern u1="M" u2="&#xdd;" k="29" />
+<hkern u1="M" u2="z" k="25" />
+<hkern u1="M" u2="y" k="43" />
+<hkern u1="M" u2="w" k="37" />
+<hkern u1="M" u2="u" k="23" />
+<hkern u1="M" u2="t" k="29" />
+<hkern u1="M" u2="s" k="25" />
+<hkern u1="M" u2="r" k="20" />
+<hkern u1="M" u2="p" k="20" />
+<hkern u1="M" u2="o" k="31" />
+<hkern u1="M" u2="n" k="20" />
+<hkern u1="M" u2="l" k="20" />
+<hkern u1="M" u2="k" k="20" />
+<hkern u1="M" u2="j" k="20" />
+<hkern u1="M" u2="i" k="20" />
+<hkern u1="M" u2="h" k="20" />
+<hkern u1="M" u2="g" k="14" />
+<hkern u1="M" u2="f" k="25" />
+<hkern u1="M" u2="e" k="31" />
+<hkern u1="M" u2="d" k="31" />
+<hkern u1="M" u2="c" k="31" />
+<hkern u1="M" u2="a" k="25" />
+<hkern u1="M" u2="Y" k="29" />
+<hkern u1="M" u2="W" k="18" />
+<hkern u1="M" u2="T" k="18" />
+<hkern u1="M" u2="&#x2d;" k="25" />
+<hkern u1="M" u2="&#x27;" k="27" />
+<hkern u1="M" u2="&#x22;" k="27" />
+<hkern u1="M" u2="&#xfe;" k="20" />
+<hkern u1="M" u2="&#xf0;" k="31" />
+<hkern u1="M" u2="&#xdf;" k="20" />
+<hkern u1="M" u2="&#x7d;" k="12" />
+<hkern u1="M" u2="x" k="20" />
+<hkern u1="M" u2="v" k="43" />
+<hkern u1="M" u2="q" k="29" />
+<hkern u1="M" u2="m" k="20" />
+<hkern u1="M" u2="b" k="20" />
+<hkern u1="M" u2="]" k="14" />
+<hkern u1="M" u2="\" k="25" />
+<hkern u1="M" u2="V" k="27" />
+<hkern u1="M" u2="&#x3f;" k="16" />
+<hkern u1="M" u2="&#x2a;" k="20" />
+<hkern u1="N" u2="&#xfe;" k="27" />
+<hkern u1="N" u2="&#xf0;" k="43" />
+<hkern u1="N" u2="&#xdf;" k="25" />
+<hkern u1="N" u2="x" k="49" />
+<hkern u1="N" u2="v" k="49" />
+<hkern u1="N" u2="q" k="43" />
+<hkern u1="N" u2="m" k="25" />
+<hkern u1="N" u2="b" k="27" />
+<hkern u1="N" u2="\" k="10" />
+<hkern u1="N" u2="&#x3f;" k="10" />
+<hkern u1="N" u2="&#x3a;" k="14" />
+<hkern u1="N" u2="&#x2f;" k="12" />
+<hkern u1="N" u2="&#x2e;" k="29" />
+<hkern u1="N" u2="&#x2c;" k="29" />
+<hkern u1="N" u2="&#x2a;" k="12" />
+<hkern u1="N" u2="&#x21;" k="10" />
+<hkern u1="O" u2="&#xfe;" k="33" />
+<hkern u1="O" u2="&#xf0;" k="27" />
+<hkern u1="O" u2="&#xdf;" k="33" />
+<hkern u1="O" u2="&#x7d;" k="25" />
+<hkern u1="O" u2="x" k="27" />
+<hkern u1="O" u2="q" k="31" />
+<hkern u1="O" u2="m" k="35" />
+<hkern u1="O" u2="b" k="33" />
+<hkern u1="O" u2="]" k="23" />
+<hkern u1="O" u2="\" k="14" />
+<hkern u1="O" u2="X" k="20" />
+<hkern u1="O" u2="V" k="12" />
+<hkern u1="O" u2="&#x3f;" k="20" />
+<hkern u1="O" u2="&#x2f;" k="16" />
+<hkern u1="O" u2="&#x2e;" k="51" />
+<hkern u1="O" u2="&#x2c;" k="53" />
+<hkern u1="O" u2="&#x29;" k="20" />
+<hkern u1="O" u2="&#x21;" k="10" />
+<hkern u1="P" g2="uniFB02" k="35" />
+<hkern u1="P" g2="uniFB01" k="35" />
+<hkern u1="P" u2="&#x2039;" k="41" />
+<hkern u1="P" u2="&#x201e;" k="215" />
+<hkern u1="P" u2="&#x201a;" k="215" />
+<hkern u1="P" u2="&#x2014;" k="61" />
+<hkern u1="P" u2="&#x2013;" k="61" />
+<hkern u1="P" u2="&#x153;" k="72" />
+<hkern u1="P" u2="&#xfc;" k="49" />
+<hkern u1="P" u2="&#xfb;" k="49" />
+<hkern u1="P" u2="&#xfa;" k="49" />
+<hkern u1="P" u2="&#xf9;" k="49" />
+<hkern u1="P" u2="&#xf8;" k="72" />
+<hkern u1="P" u2="&#xf6;" k="72" />
+<hkern u1="P" u2="&#xf5;" k="72" />
+<hkern u1="P" u2="&#xf4;" k="72" />
+<hkern u1="P" u2="&#xf3;" k="72" />
+<hkern u1="P" u2="&#xf2;" k="72" />
+<hkern u1="P" u2="&#xf1;" k="53" />
+<hkern u1="P" u2="&#xec;" k="35" />
+<hkern u1="P" u2="&#xeb;" k="72" />
+<hkern u1="P" u2="&#xea;" k="72" />
+<hkern u1="P" u2="&#xe9;" k="72" />
+<hkern u1="P" u2="&#xe8;" k="72" />
+<hkern u1="P" u2="&#xe7;" k="72" />
+<hkern u1="P" u2="&#xe6;" k="61" />
+<hkern u1="P" u2="&#xe5;" k="61" />
+<hkern u1="P" u2="&#xe4;" k="61" />
+<hkern u1="P" u2="&#xe3;" k="61" />
+<hkern u1="P" u2="&#xe2;" k="61" />
+<hkern u1="P" u2="&#xe1;" k="61" />
+<hkern u1="P" u2="&#xe0;" k="61" />
+<hkern u1="P" u2="&#xd1;" k="6" />
+<hkern u1="P" u2="&#xd0;" k="6" />
+<hkern u1="P" u2="&#xcf;" k="6" />
+<hkern u1="P" u2="&#xce;" k="6" />
+<hkern u1="P" u2="&#xcd;" k="6" />
+<hkern u1="P" u2="&#xcc;" k="6" />
+<hkern u1="P" u2="&#xcb;" k="6" />
+<hkern u1="P" u2="&#xca;" k="6" />
+<hkern u1="P" u2="&#xc9;" k="6" />
+<hkern u1="P" u2="&#xc8;" k="6" />
+<hkern u1="P" u2="&#xc6;" k="174" />
+<hkern u1="P" u2="&#xc5;" k="82" />
+<hkern u1="P" u2="&#xc4;" k="82" />
+<hkern u1="P" u2="&#xc3;" k="82" />
+<hkern u1="P" u2="&#xc2;" k="82" />
+<hkern u1="P" u2="&#xc1;" k="82" />
+<hkern u1="P" u2="&#xc0;" k="82" />
+<hkern u1="P" u2="&#xab;" k="41" />
+<hkern u1="P" u2="z" k="43" />
+<hkern u1="P" u2="w" k="12" />
+<hkern u1="P" u2="u" k="49" />
+<hkern u1="P" u2="t" k="29" />
+<hkern u1="P" u2="s" k="61" />
+<hkern u1="P" u2="r" k="53" />
+<hkern u1="P" u2="p" k="53" />
+<hkern u1="P" u2="o" k="72" />
+<hkern u1="P" u2="n" k="53" />
+<hkern u1="P" u2="l" k="29" />
+<hkern u1="P" u2="k" k="29" />
+<hkern u1="P" u2="j" k="37" />
+<hkern u1="P" u2="i" k="35" />
+<hkern u1="P" u2="h" k="29" />
+<hkern u1="P" u2="g" k="152" />
+<hkern u1="P" u2="f" k="35" />
+<hkern u1="P" u2="e" k="72" />
+<hkern u1="P" u2="d" k="66" />
+<hkern u1="P" u2="c" k="72" />
+<hkern u1="P" u2="a" k="61" />
+<hkern u1="P" u2="R" k="6" />
+<hkern u1="P" u2="N" k="6" />
+<hkern u1="P" u2="L" k="6" />
+<hkern u1="P" u2="K" k="6" />
+<hkern u1="P" u2="J" k="90" />
+<hkern u1="P" u2="I" k="6" />
+<hkern u1="P" u2="H" k="6" />
+<hkern u1="P" u2="E" k="6" />
+<hkern u1="P" u2="D" k="6" />
+<hkern u1="P" u2="A" k="82" />
+<hkern u1="P" u2="&#x2d;" k="61" />
+<hkern u1="P" u2="&#xfe;" k="29" />
+<hkern u1="P" u2="&#xf0;" k="61" />
+<hkern u1="P" u2="&#xef;" k="-49" />
+<hkern u1="P" u2="&#xee;" k="-35" />
+<hkern u1="P" u2="&#xed;" k="16" />
+<hkern u1="P" u2="&#xdf;" k="35" />
+<hkern u1="P" u2="&#xde;" k="6" />
+<hkern u1="P" u2="x" k="27" />
+<hkern u1="P" u2="q" k="70" />
+<hkern u1="P" u2="m" k="53" />
+<hkern u1="P" u2="b" k="29" />
+<hkern u1="P" u2="X" k="14" />
+<hkern u1="P" u2="P" k="6" />
+<hkern u1="P" u2="M" k="20" />
+<hkern u1="P" u2="F" k="6" />
+<hkern u1="P" u2="B" k="6" />
+<hkern u1="P" u2="&#x3a;" k="16" />
+<hkern u1="P" u2="&#x2f;" k="37" />
+<hkern u1="P" u2="&#x2e;" k="219" />
+<hkern u1="P" u2="&#x2c;" k="211" />
+<hkern u1="Q" g2="uniFB02" k="27" />
+<hkern u1="Q" g2="uniFB01" k="27" />
+<hkern u1="Q" u2="&#x201e;" k="90" />
+<hkern u1="Q" u2="&#x201d;" k="12" />
+<hkern u1="Q" u2="&#x201a;" k="90" />
+<hkern u1="Q" u2="&#x2019;" k="12" />
+<hkern u1="Q" u2="&#x2014;" k="14" />
+<hkern u1="Q" u2="&#x2013;" k="14" />
+<hkern u1="Q" u2="&#x178;" k="27" />
+<hkern u1="Q" u2="&#x153;" k="35" />
+<hkern u1="Q" u2="&#xff;" k="10" />
+<hkern u1="Q" u2="&#xfd;" k="10" />
+<hkern u1="Q" u2="&#xfc;" k="31" />
+<hkern u1="Q" u2="&#xfb;" k="31" />
+<hkern u1="Q" u2="&#xfa;" k="31" />
+<hkern u1="Q" u2="&#xf9;" k="31" />
+<hkern u1="Q" u2="&#xf8;" k="35" />
+<hkern u1="Q" u2="&#xf6;" k="35" />
+<hkern u1="Q" u2="&#xf5;" k="35" />
+<hkern u1="Q" u2="&#xf4;" k="35" />
+<hkern u1="Q" u2="&#xf3;" k="35" />
+<hkern u1="Q" u2="&#xf2;" k="35" />
+<hkern u1="Q" u2="&#xf1;" k="39" />
+<hkern u1="Q" u2="&#xef;" k="39" />
+<hkern u1="Q" u2="&#xee;" k="39" />
+<hkern u1="Q" u2="&#xed;" k="39" />
+<hkern u1="Q" u2="&#xec;" k="39" />
+<hkern u1="Q" u2="&#xeb;" k="35" />
+<hkern u1="Q" u2="&#xea;" k="35" />
+<hkern u1="Q" u2="&#xe9;" k="35" />
+<hkern u1="Q" u2="&#xe8;" k="35" />
+<hkern u1="Q" u2="&#xe7;" k="35" />
+<hkern u1="Q" u2="&#xe6;" k="47" />
+<hkern u1="Q" u2="&#xe5;" k="47" />
+<hkern u1="Q" u2="&#xe4;" k="47" />
+<hkern u1="Q" u2="&#xe3;" k="47" />
+<hkern u1="Q" u2="&#xe2;" k="47" />
+<hkern u1="Q" u2="&#xe1;" k="47" />
+<hkern u1="Q" u2="&#xe0;" k="47" />
+<hkern u1="Q" u2="&#xdd;" k="27" />
+<hkern u1="Q" u2="&#xc6;" k="23" />
+<hkern u1="Q" u2="&#xc5;" k="14" />
+<hkern u1="Q" u2="&#xc4;" k="14" />
+<hkern u1="Q" u2="&#xc3;" k="14" />
+<hkern u1="Q" u2="&#xc2;" k="14" />
+<hkern u1="Q" u2="&#xc1;" k="14" />
+<hkern u1="Q" u2="&#xc0;" k="14" />
+<hkern u1="Q" u2="z" k="31" />
+<hkern u1="Q" u2="y" k="10" />
+<hkern u1="Q" u2="w" k="14" />
+<hkern u1="Q" u2="u" k="31" />
+<hkern u1="Q" u2="t" k="20" />
+<hkern u1="Q" u2="s" k="29" />
+<hkern u1="Q" u2="r" k="39" />
+<hkern u1="Q" u2="p" k="39" />
+<hkern u1="Q" u2="o" k="35" />
+<hkern u1="Q" u2="n" k="39" />
+<hkern u1="Q" u2="l" k="35" />
+<hkern u1="Q" u2="k" k="35" />
+<hkern u1="Q" u2="j" k="-61" />
+<hkern u1="Q" u2="i" k="39" />
+<hkern u1="Q" u2="h" k="35" />
+<hkern u1="Q" u2="g" k="59" />
+<hkern u1="Q" u2="f" k="27" />
+<hkern u1="Q" u2="e" k="35" />
+<hkern u1="Q" u2="d" k="33" />
+<hkern u1="Q" u2="c" k="35" />
+<hkern u1="Q" u2="a" k="47" />
+<hkern u1="Q" u2="Z" k="12" />
+<hkern u1="Q" u2="Y" k="27" />
+<hkern u1="Q" u2="W" k="12" />
+<hkern u1="Q" u2="T" k="10" />
+<hkern u1="Q" u2="J" k="31" />
+<hkern u1="Q" u2="A" k="14" />
+<hkern u1="Q" u2="&#x2d;" k="14" />
+<hkern u1="Q" u2="&#x27;" k="18" />
+<hkern u1="Q" u2="&#x22;" k="18" />
+<hkern u1="Q" u2="&#xfe;" k="35" />
+<hkern u1="Q" u2="&#xf0;" k="29" />
+<hkern u1="Q" u2="&#xdf;" k="35" />
+<hkern u1="Q" u2="&#x7d;" k="25" />
+<hkern u1="Q" u2="x" k="29" />
+<hkern u1="Q" u2="v" k="10" />
+<hkern u1="Q" u2="q" k="35" />
+<hkern u1="Q" u2="m" k="39" />
+<hkern u1="Q" u2="b" k="35" />
+<hkern u1="Q" u2="]" k="25" />
+<hkern u1="Q" u2="\" k="14" />
+<hkern u1="Q" u2="X" k="23" />
+<hkern u1="Q" u2="V" k="14" />
+<hkern u1="Q" u2="&#x3f;" k="20" />
+<hkern u1="Q" u2="&#x2f;" k="18" />
+<hkern u1="Q" u2="&#x2e;" k="55" />
+<hkern u1="Q" u2="&#x2c;" k="59" />
+<hkern u1="Q" u2="&#x29;" k="23" />
+<hkern u1="Q" u2="&#x21;" k="12" />
+<hkern u1="R" u2="&#xfe;" k="43" />
+<hkern u1="R" u2="&#xf0;" k="72" />
+<hkern u1="R" u2="&#xef;" k="-2" />
+<hkern u1="R" u2="&#xee;" k="8" />
+<hkern u1="R" u2="&#xdf;" k="49" />
+<hkern u1="R" u2="x" k="33" />
+<hkern u1="R" u2="v" k="37" />
+<hkern u1="R" u2="q" k="55" />
+<hkern u1="R" u2="m" k="49" />
+<hkern u1="R" u2="b" k="43" />
+<hkern u1="R" u2="&#x3a;" k="12" />
+<hkern u1="R" u2="&#x2e;" k="20" />
+<hkern u1="R" u2="&#x2c;" k="20" />
+<hkern u1="S" u2="&#xfe;" k="31" />
+<hkern u1="S" u2="&#xf0;" k="18" />
+<hkern u1="S" u2="&#xef;" k="-27" />
+<hkern u1="S" u2="&#xdf;" k="33" />
+<hkern u1="S" u2="x" k="51" />
+<hkern u1="S" u2="v" k="45" />
+<hkern u1="S" u2="q" k="18" />
+<hkern u1="S" u2="m" k="33" />
+<hkern u1="S" u2="b" k="31" />
+<hkern u1="S" u2="&#x2c;" k="10" />
+<hkern u1="T" u2="&#xfe;" k="25" />
+<hkern u1="T" u2="&#xf6;" k="102" />
+<hkern u1="T" u2="&#xf5;" k="129" />
+<hkern u1="T" u2="&#xf4;" k="137" />
+<hkern u1="T" u2="&#xf0;" k="59" />
+<hkern u1="T" u2="&#xef;" k="-109" />
+<hkern u1="T" u2="&#xee;" k="-74" />
+<hkern u1="T" u2="&#xed;" k="-2" />
+<hkern u1="T" u2="&#xec;" k="-2" />
+<hkern u1="T" u2="&#xeb;" k="106" />
+<hkern u1="T" u2="&#xea;" k="139" />
+<hkern u1="T" u2="&#xe4;" k="76" />
+<hkern u1="T" u2="&#xe3;" k="90" />
+<hkern u1="T" u2="&#xe2;" k="111" />
+<hkern u1="T" u2="&#xdf;" k="53" />
+<hkern u1="T" u2="x" k="84" />
+<hkern u1="T" u2="v" k="61" />
+<hkern u1="T" u2="q" k="160" />
+<hkern u1="T" u2="m" k="119" />
+<hkern u1="T" u2="b" k="25" />
+<hkern u1="T" u2="V" k="-63" />
+<hkern u1="T" u2="Q" k="8" />
+<hkern u1="T" u2="M" k="18" />
+<hkern u1="T" u2="&#x40;" k="25" />
+<hkern u1="T" u2="&#x3b;" k="41" />
+<hkern u1="T" u2="&#x3a;" k="61" />
+<hkern u1="T" u2="&#x2f;" k="51" />
+<hkern u1="T" u2="&#x2e;" k="125" />
+<hkern u1="T" u2="&#x2c;" k="113" />
+<hkern u1="U" u2="&#xfe;" k="37" />
+<hkern u1="U" u2="&#xf0;" k="49" />
+<hkern u1="U" u2="&#xef;" k="6" />
+<hkern u1="U" u2="&#xdf;" k="41" />
+<hkern u1="U" u2="x" k="53" />
+<hkern u1="U" u2="v" k="39" />
+<hkern u1="U" u2="q" k="49" />
+<hkern u1="U" u2="m" k="51" />
+<hkern u1="U" u2="b" k="37" />
+<hkern u1="U" u2="X" k="6" />
+<hkern u1="U" u2="&#x3b;" k="10" />
+<hkern u1="U" u2="&#x3a;" k="18" />
+<hkern u1="U" u2="&#x2f;" k="27" />
+<hkern u1="U" u2="&#x2e;" k="61" />
+<hkern u1="U" u2="&#x2c;" k="63" />
+<hkern u1="U" u2="&#x21;" k="12" />
+<hkern u1="V" g2="uniFB02" k="55" />
+<hkern u1="V" g2="uniFB01" k="55" />
+<hkern u1="V" u2="&#x203a;" k="31" />
+<hkern u1="V" u2="&#x2039;" k="72" />
+<hkern u1="V" u2="&#x201e;" k="160" />
+<hkern u1="V" u2="&#x201d;" k="-18" />
+<hkern u1="V" u2="&#x201a;" k="160" />
+<hkern u1="V" u2="&#x2019;" k="-18" />
+<hkern u1="V" u2="&#x2014;" k="94" />
+<hkern u1="V" u2="&#x2013;" k="94" />
+<hkern u1="V" u2="&#x178;" k="-41" />
+<hkern u1="V" u2="&#x153;" k="199" />
+<hkern u1="V" u2="&#x152;" k="12" />
+<hkern u1="V" u2="&#xff;" k="61" />
+<hkern u1="V" u2="&#xfd;" k="61" />
+<hkern u1="V" u2="&#xfc;" k="113" />
+<hkern u1="V" u2="&#xfb;" k="113" />
+<hkern u1="V" u2="&#xfa;" k="113" />
+<hkern u1="V" u2="&#xf9;" k="113" />
+<hkern u1="V" u2="&#xf8;" k="199" />
+<hkern u1="V" u2="&#xf3;" k="199" />
+<hkern u1="V" u2="&#xf2;" k="199" />
+<hkern u1="V" u2="&#xf1;" k="152" />
+<hkern u1="V" u2="&#xed;" k="31" />
+<hkern u1="V" u2="&#xe9;" k="199" />
+<hkern u1="V" u2="&#xe8;" k="199" />
+<hkern u1="V" u2="&#xe7;" k="201" />
+<hkern u1="V" u2="&#xe6;" k="182" />
+<hkern u1="V" u2="&#xe5;" k="182" />
+<hkern u1="V" u2="&#xe1;" k="182" />
+<hkern u1="V" u2="&#xe0;" k="182" />
+<hkern u1="V" u2="&#xdd;" k="-41" />
+<hkern u1="V" u2="&#xd8;" k="12" />
+<hkern u1="V" u2="&#xd6;" k="12" />
+<hkern u1="V" u2="&#xd5;" k="12" />
+<hkern u1="V" u2="&#xd4;" k="12" />
+<hkern u1="V" u2="&#xd3;" k="12" />
+<hkern u1="V" u2="&#xd2;" k="12" />
+<hkern u1="V" u2="&#xc7;" k="12" />
+<hkern u1="V" u2="&#xc6;" k="166" />
+<hkern u1="V" u2="&#xc5;" k="115" />
+<hkern u1="V" u2="&#xc4;" k="115" />
+<hkern u1="V" u2="&#xc3;" k="115" />
+<hkern u1="V" u2="&#xc2;" k="115" />
+<hkern u1="V" u2="&#xc1;" k="115" />
+<hkern u1="V" u2="&#xc0;" k="115" />
+<hkern u1="V" u2="&#xbb;" k="31" />
+<hkern u1="V" u2="&#xab;" k="72" />
+<hkern u1="V" u2="z" k="84" />
+<hkern u1="V" u2="y" k="61" />
+<hkern u1="V" u2="w" k="61" />
+<hkern u1="V" u2="u" k="113" />
+<hkern u1="V" u2="t" k="61" />
+<hkern u1="V" u2="s" k="180" />
+<hkern u1="V" u2="r" k="152" />
+<hkern u1="V" u2="p" k="152" />
+<hkern u1="V" u2="o" k="199" />
+<hkern u1="V" u2="n" k="152" />
+<hkern u1="V" u2="l" k="23" />
+<hkern u1="V" u2="k" k="23" />
+<hkern u1="V" u2="j" k="33" />
+<hkern u1="V" u2="i" k="31" />
+<hkern u1="V" u2="h" k="23" />
+<hkern u1="V" u2="g" k="254" />
+<hkern u1="V" u2="f" k="55" />
+<hkern u1="V" u2="e" k="199" />
+<hkern u1="V" u2="d" k="193" />
+<hkern u1="V" u2="c" k="201" />
+<hkern u1="V" u2="a" k="182" />
+<hkern u1="V" u2="Y" k="-41" />
+<hkern u1="V" u2="T" k="-63" />
+<hkern u1="V" u2="O" k="12" />
+<hkern u1="V" u2="J" k="78" />
+<hkern u1="V" u2="G" k="12" />
+<hkern u1="V" u2="C" k="12" />
+<hkern u1="V" u2="A" k="115" />
+<hkern u1="V" u2="&#x2d;" k="94" />
+<hkern u1="V" u2="&#xfe;" k="23" />
+<hkern u1="V" u2="&#xf6;" k="84" />
+<hkern u1="V" u2="&#xf5;" k="131" />
+<hkern u1="V" u2="&#xf4;" k="168" />
+<hkern u1="V" u2="&#xf0;" k="61" />
+<hkern u1="V" u2="&#xef;" k="-106" />
+<hkern u1="V" u2="&#xee;" k="-23" />
+<hkern u1="V" u2="&#xec;" k="-2" />
+<hkern u1="V" u2="&#xeb;" k="88" />
+<hkern u1="V" u2="&#xea;" k="172" />
+<hkern u1="V" u2="&#xe4;" k="70" />
+<hkern u1="V" u2="&#xe3;" k="102" />
+<hkern u1="V" u2="&#xe2;" k="154" />
+<hkern u1="V" u2="&#xdf;" k="51" />
+<hkern u1="V" u2="&#x7d;" k="-35" />
+<hkern u1="V" u2="x" k="66" />
+<hkern u1="V" u2="v" k="63" />
+<hkern u1="V" u2="q" k="199" />
+<hkern u1="V" u2="m" k="150" />
+<hkern u1="V" u2="b" k="23" />
+<hkern u1="V" u2="]" k="-43" />
+<hkern u1="V" u2="\" k="-43" />
+<hkern u1="V" u2="Q" k="12" />
+<hkern u1="V" u2="M" k="29" />
+<hkern u1="V" u2="&#x40;" k="33" />
+<hkern u1="V" u2="&#x3b;" k="37" />
+<hkern u1="V" u2="&#x3a;" k="59" />
+<hkern u1="V" u2="&#x2f;" k="68" />
+<hkern u1="V" u2="&#x2e;" k="162" />
+<hkern u1="V" u2="&#x2c;" k="154" />
+<hkern u1="V" u2="&#x29;" k="-10" />
+<hkern u1="W" u2="&#xfe;" k="43" />
+<hkern u1="W" u2="&#xf0;" k="109" />
+<hkern u1="W" u2="&#xef;" k="-61" />
+<hkern u1="W" u2="&#xee;" k="-2" />
+<hkern u1="W" u2="&#xec;" k="20" />
+<hkern u1="W" u2="&#xdf;" k="49" />
+<hkern u1="W" u2="&#xde;" k="6" />
+<hkern u1="W" u2="x" k="66" />
+<hkern u1="W" u2="v" k="61" />
+<hkern u1="W" u2="q" k="119" />
+<hkern u1="W" u2="m" k="102" />
+<hkern u1="W" u2="b" k="43" />
+<hkern u1="W" u2="Q" k="10" />
+<hkern u1="W" u2="P" k="6" />
+<hkern u1="W" u2="M" k="18" />
+<hkern u1="W" u2="F" k="6" />
+<hkern u1="W" u2="B" k="6" />
+<hkern u1="W" u2="&#x40;" k="23" />
+<hkern u1="W" u2="&#x3b;" k="31" />
+<hkern u1="W" u2="&#x3a;" k="45" />
+<hkern u1="W" u2="&#x2f;" k="57" />
+<hkern u1="W" u2="&#x2e;" k="137" />
+<hkern u1="W" u2="&#x2c;" k="129" />
+<hkern u1="X" g2="uniFB02" k="57" />
+<hkern u1="X" g2="uniFB01" k="57" />
+<hkern u1="X" u2="&#x2039;" k="18" />
+<hkern u1="X" u2="&#x2014;" k="80" />
+<hkern u1="X" u2="&#x2013;" k="80" />
+<hkern u1="X" u2="&#x178;" k="-14" />
+<hkern u1="X" u2="&#x153;" k="61" />
+<hkern u1="X" u2="&#x152;" k="20" />
+<hkern u1="X" u2="&#xff;" k="61" />
+<hkern u1="X" u2="&#xfd;" k="61" />
+<hkern u1="X" u2="&#xfc;" k="53" />
+<hkern u1="X" u2="&#xfb;" k="53" />
+<hkern u1="X" u2="&#xfa;" k="53" />
+<hkern u1="X" u2="&#xf9;" k="53" />
+<hkern u1="X" u2="&#xf8;" k="61" />
+<hkern u1="X" u2="&#xf6;" k="61" />
+<hkern u1="X" u2="&#xf5;" k="61" />
+<hkern u1="X" u2="&#xf4;" k="61" />
+<hkern u1="X" u2="&#xf3;" k="61" />
+<hkern u1="X" u2="&#xf2;" k="61" />
+<hkern u1="X" u2="&#xf1;" k="43" />
+<hkern u1="X" u2="&#xee;" k="39" />
+<hkern u1="X" u2="&#xed;" k="39" />
+<hkern u1="X" u2="&#xec;" k="39" />
+<hkern u1="X" u2="&#xeb;" k="61" />
+<hkern u1="X" u2="&#xea;" k="61" />
+<hkern u1="X" u2="&#xe9;" k="61" />
+<hkern u1="X" u2="&#xe8;" k="61" />
+<hkern u1="X" u2="&#xe7;" k="61" />
+<hkern u1="X" u2="&#xe6;" k="37" />
+<hkern u1="X" u2="&#xe5;" k="37" />
+<hkern u1="X" u2="&#xe4;" k="37" />
+<hkern u1="X" u2="&#xe3;" k="37" />
+<hkern u1="X" u2="&#xe2;" k="37" />
+<hkern u1="X" u2="&#xe1;" k="37" />
+<hkern u1="X" u2="&#xe0;" k="37" />
+<hkern u1="X" u2="&#xdd;" k="-14" />
+<hkern u1="X" u2="&#xdc;" k="6" />
+<hkern u1="X" u2="&#xdb;" k="6" />
+<hkern u1="X" u2="&#xda;" k="6" />
+<hkern u1="X" u2="&#xd9;" k="6" />
+<hkern u1="X" u2="&#xd8;" k="20" />
+<hkern u1="X" u2="&#xd6;" k="20" />
+<hkern u1="X" u2="&#xd5;" k="20" />
+<hkern u1="X" u2="&#xd4;" k="20" />
+<hkern u1="X" u2="&#xd3;" k="20" />
+<hkern u1="X" u2="&#xd2;" k="20" />
+<hkern u1="X" u2="&#xc7;" k="20" />
+<hkern u1="X" u2="&#xab;" k="18" />
+<hkern u1="X" u2="z" k="25" />
+<hkern u1="X" u2="y" k="61" />
+<hkern u1="X" u2="w" k="59" />
+<hkern u1="X" u2="u" k="53" />
+<hkern u1="X" u2="t" k="61" />
+<hkern u1="X" u2="s" k="29" />
+<hkern u1="X" u2="r" k="43" />
+<hkern u1="X" u2="p" k="41" />
+<hkern u1="X" u2="o" k="61" />
+<hkern u1="X" u2="n" k="43" />
+<hkern u1="X" u2="l" k="37" />
+<hkern u1="X" u2="k" k="37" />
+<hkern u1="X" u2="j" k="37" />
+<hkern u1="X" u2="i" k="39" />
+<hkern u1="X" u2="h" k="37" />
+<hkern u1="X" u2="g" k="8" />
+<hkern u1="X" u2="f" k="57" />
+<hkern u1="X" u2="e" k="61" />
+<hkern u1="X" u2="d" k="61" />
+<hkern u1="X" u2="c" k="61" />
+<hkern u1="X" u2="a" k="37" />
+<hkern u1="X" u2="Y" k="-14" />
+<hkern u1="X" u2="U" k="6" />
+<hkern u1="X" u2="O" k="20" />
+<hkern u1="X" u2="J" k="-10" />
+<hkern u1="X" u2="G" k="23" />
+<hkern u1="X" u2="C" k="20" />
+<hkern u1="X" u2="&#x2d;" k="80" />
+<hkern u1="X" u2="&#xfe;" k="37" />
+<hkern u1="X" u2="&#xf0;" k="61" />
+<hkern u1="X" u2="&#xef;" k="-27" />
+<hkern u1="X" u2="&#xdf;" k="43" />
+<hkern u1="X" u2="x" k="18" />
+<hkern u1="X" u2="v" k="90" />
+<hkern u1="X" u2="q" k="59" />
+<hkern u1="X" u2="m" k="43" />
+<hkern u1="X" u2="b" k="37" />
+<hkern u1="X" u2="Q" k="20" />
+<hkern u1="X" u2="&#x2a;" k="12" />
+<hkern u1="Y" u2="&#xfe;" k="23" />
+<hkern u1="Y" u2="&#xfc;" k="135" />
+<hkern u1="Y" u2="&#xf6;" k="90" />
+<hkern u1="Y" u2="&#xf5;" k="147" />
+<hkern u1="Y" u2="&#xf4;" k="201" />
+<hkern u1="Y" u2="&#xf2;" k="205" />
+<hkern u1="Y" u2="&#xf0;" k="61" />
+<hkern u1="Y" u2="&#xef;" k="-102" />
+<hkern u1="Y" u2="&#xee;" k="-2" />
+<hkern u1="Y" u2="&#xec;" k="-2" />
+<hkern u1="Y" u2="&#xeb;" k="94" />
+<hkern u1="Y" u2="&#xea;" k="205" />
+<hkern u1="Y" u2="&#xe8;" k="227" />
+<hkern u1="Y" u2="&#xe4;" k="72" />
+<hkern u1="Y" u2="&#xe3;" k="117" />
+<hkern u1="Y" u2="&#xdf;" k="53" />
+<hkern u1="Y" u2="&#x7d;" k="-39" />
+<hkern u1="Y" u2="x" k="84" />
+<hkern u1="Y" u2="v" k="66" />
+<hkern u1="Y" u2="q" k="242" />
+<hkern u1="Y" u2="m" k="160" />
+<hkern u1="Y" u2="b" k="23" />
+<hkern u1="Y" u2="]" k="-49" />
+<hkern u1="Y" u2="\" k="-49" />
+<hkern u1="Y" u2="X" k="-14" />
+<hkern u1="Y" u2="V" k="-41" />
+<hkern u1="Y" u2="Q" k="27" />
+<hkern u1="Y" u2="M" k="31" />
+<hkern u1="Y" u2="&#x40;" k="51" />
+<hkern u1="Y" u2="&#x3b;" k="47" />
+<hkern u1="Y" u2="&#x3a;" k="68" />
+<hkern u1="Y" u2="&#x2f;" k="68" />
+<hkern u1="Y" u2="&#x2e;" k="143" />
+<hkern u1="Y" u2="&#x2c;" k="133" />
+<hkern u1="Y" u2="&#x29;" k="-18" />
+<hkern u1="Z" u2="&#xfe;" k="37" />
+<hkern u1="Z" u2="&#xf0;" k="49" />
+<hkern u1="Z" u2="&#xef;" k="-47" />
+<hkern u1="Z" u2="&#xee;" k="12" />
+<hkern u1="Z" u2="&#xdf;" k="47" />
+<hkern u1="Z" u2="x" k="35" />
+<hkern u1="Z" u2="v" k="59" />
+<hkern u1="Z" u2="q" k="41" />
+<hkern u1="Z" u2="m" k="47" />
+<hkern u1="Z" u2="b" k="37" />
+<hkern u1="Z" u2="Q" k="10" />
+<hkern u1="Z" u2="&#x3a;" k="10" />
+<hkern u1="[" g2="uniFB02" k="27" />
+<hkern u1="[" g2="uniFB01" k="27" />
+<hkern u1="[" u2="&#x178;" k="-49" />
+<hkern u1="[" u2="&#x153;" k="63" />
+<hkern u1="[" u2="&#x152;" k="23" />
+<hkern u1="[" u2="&#xfe;" k="45" />
+<hkern u1="[" u2="&#xfc;" k="49" />
+<hkern u1="[" u2="&#xfb;" k="49" />
+<hkern u1="[" u2="&#xfa;" k="49" />
+<hkern u1="[" u2="&#xf9;" k="49" />
+<hkern u1="[" u2="&#xf8;" k="63" />
+<hkern u1="[" u2="&#xf6;" k="63" />
+<hkern u1="[" u2="&#xf5;" k="63" />
+<hkern u1="[" u2="&#xf4;" k="63" />
+<hkern u1="[" u2="&#xf3;" k="63" />
+<hkern u1="[" u2="&#xf2;" k="63" />
+<hkern u1="[" u2="&#xf1;" k="49" />
+<hkern u1="[" u2="&#xeb;" k="63" />
+<hkern u1="[" u2="&#xea;" k="63" />
+<hkern u1="[" u2="&#xe9;" k="63" />
+<hkern u1="[" u2="&#xe8;" k="63" />
+<hkern u1="[" u2="&#xe7;" k="63" />
+<hkern u1="[" u2="&#xe6;" k="57" />
+<hkern u1="[" u2="&#xe5;" k="57" />
+<hkern u1="[" u2="&#xe4;" k="57" />
+<hkern u1="[" u2="&#xe3;" k="57" />
+<hkern u1="[" u2="&#xe2;" k="57" />
+<hkern u1="[" u2="&#xe1;" k="57" />
+<hkern u1="[" u2="&#xe0;" k="57" />
+<hkern u1="[" u2="&#xdd;" k="-49" />
+<hkern u1="[" u2="&#xd8;" k="23" />
+<hkern u1="[" u2="&#xd6;" k="23" />
+<hkern u1="[" u2="&#xd5;" k="23" />
+<hkern u1="[" u2="&#xd4;" k="23" />
+<hkern u1="[" u2="&#xd3;" k="23" />
+<hkern u1="[" u2="&#xd2;" k="23" />
+<hkern u1="[" u2="&#xc7;" k="23" />
+<hkern u1="[" u2="&#xc5;" k="12" />
+<hkern u1="[" u2="&#xc4;" k="12" />
+<hkern u1="[" u2="&#xc3;" k="12" />
+<hkern u1="[" u2="&#xc2;" k="12" />
+<hkern u1="[" u2="&#xc1;" k="12" />
+<hkern u1="[" u2="&#xc0;" k="12" />
+<hkern u1="[" u2="z" k="39" />
+<hkern u1="[" u2="w" k="29" />
+<hkern u1="[" u2="u" k="49" />
+<hkern u1="[" u2="t" k="47" />
+<hkern u1="[" u2="s" k="53" />
+<hkern u1="[" u2="r" k="49" />
+<hkern u1="[" u2="p" k="45" />
+<hkern u1="[" u2="o" k="63" />
+<hkern u1="[" u2="n" k="49" />
+<hkern u1="[" u2="j" k="-276" />
+<hkern u1="[" u2="g" k="31" />
+<hkern u1="[" u2="f" k="27" />
+<hkern u1="[" u2="e" k="63" />
+<hkern u1="[" u2="d" k="59" />
+<hkern u1="[" u2="c" k="63" />
+<hkern u1="[" u2="a" k="57" />
+<hkern u1="[" u2="Y" k="-49" />
+<hkern u1="[" u2="O" k="23" />
+<hkern u1="[" u2="J" k="20" />
+<hkern u1="[" u2="G" k="25" />
+<hkern u1="[" u2="C" k="23" />
+<hkern u1="[" u2="A" k="12" />
+<hkern u1="[" u2="&#xf0;" k="31" />
+<hkern u1="[" u2="&#xef;" k="-117" />
+<hkern u1="[" u2="&#xee;" k="-76" />
+<hkern u1="[" u2="&#xdf;" k="25" />
+<hkern u1="[" u2="x" k="35" />
+<hkern u1="[" u2="v" k="31" />
+<hkern u1="[" u2="q" k="63" />
+<hkern u1="[" u2="m" k="47" />
+<hkern u1="[" u2="V" k="-43" />
+<hkern u1="[" u2="Q" k="23" />
+<hkern u1="[" u2="M" k="14" />
+<hkern u1="[" u2="&#x38;" k="10" />
+<hkern u1="[" u2="&#x36;" k="39" />
+<hkern u1="[" u2="&#x34;" k="49" />
+<hkern u1="[" u2="&#x30;" k="27" />
+<hkern u1="\" u2="&#x178;" k="68" />
+<hkern u1="\" u2="&#x152;" k="16" />
+<hkern u1="\" u2="&#xff;" k="23" />
+<hkern u1="\" u2="&#xfd;" k="23" />
+<hkern u1="\" u2="&#xfc;" k="10" />
+<hkern u1="\" u2="&#xfb;" k="10" />
+<hkern u1="\" u2="&#xfa;" k="10" />
+<hkern u1="\" u2="&#xf9;" k="10" />
+<hkern u1="\" u2="&#xdd;" k="68" />
+<hkern u1="\" u2="&#xdc;" k="27" />
+<hkern u1="\" u2="&#xdb;" k="27" />
+<hkern u1="\" u2="&#xda;" k="27" />
+<hkern u1="\" u2="&#xd9;" k="27" />
+<hkern u1="\" u2="&#xd8;" k="16" />
+<hkern u1="\" u2="&#xd6;" k="16" />
+<hkern u1="\" u2="&#xd5;" k="16" />
+<hkern u1="\" u2="&#xd4;" k="16" />
+<hkern u1="\" u2="&#xd3;" k="16" />
+<hkern u1="\" u2="&#xd2;" k="16" />
+<hkern u1="\" u2="&#xd1;" k="12" />
+<hkern u1="\" u2="&#xd0;" k="12" />
+<hkern u1="\" u2="&#xcf;" k="12" />
+<hkern u1="\" u2="&#xce;" k="12" />
+<hkern u1="\" u2="&#xcd;" k="12" />
+<hkern u1="\" u2="&#xcc;" k="12" />
+<hkern u1="\" u2="&#xcb;" k="12" />
+<hkern u1="\" u2="&#xca;" k="12" />
+<hkern u1="\" u2="&#xc9;" k="12" />
+<hkern u1="\" u2="&#xc8;" k="12" />
+<hkern u1="\" u2="&#xc7;" k="16" />
+<hkern u1="\" u2="&#xc6;" k="-57" />
+<hkern u1="\" u2="&#xc5;" k="-31" />
+<hkern u1="\" u2="&#xc4;" k="-31" />
+<hkern u1="\" u2="&#xc3;" k="-31" />
+<hkern u1="\" u2="&#xc2;" k="-31" />
+<hkern u1="\" u2="&#xc1;" k="-31" />
+<hkern u1="\" u2="&#xc0;" k="-31" />
+<hkern u1="\" u2="y" k="23" />
+<hkern u1="\" u2="w" k="18" />
+<hkern u1="\" u2="u" k="10" />
+<hkern u1="\" u2="t" k="10" />
+<hkern u1="\" u2="Y" k="68" />
+<hkern u1="\" u2="W" k="57" />
+<hkern u1="\" u2="U" k="27" />
+<hkern u1="\" u2="T" k="51" />
+<hkern u1="\" u2="R" k="12" />
+<hkern u1="\" u2="O" k="16" />
+<hkern u1="\" u2="N" k="12" />
+<hkern u1="\" u2="L" k="12" />
+<hkern u1="\" u2="K" k="12" />
+<hkern u1="\" u2="J" k="-37" />
+<hkern u1="\" u2="I" k="12" />
+<hkern u1="\" u2="H" k="12" />
+<hkern u1="\" u2="G" k="16" />
+<hkern u1="\" u2="E" k="12" />
+<hkern u1="\" u2="D" k="12" />
+<hkern u1="\" u2="C" k="16" />
+<hkern u1="\" u2="A" k="-31" />
+<hkern u1="\" u2="&#x27;" k="51" />
+<hkern u1="\" u2="&#x22;" k="51" />
+<hkern u1="\" u2="&#xde;" k="12" />
+<hkern u1="\" u2="v" k="25" />
+<hkern u1="\" u2="V" k="68" />
+<hkern u1="\" u2="Q" k="16" />
+<hkern u1="\" u2="P" k="12" />
+<hkern u1="\" u2="F" k="12" />
+<hkern u1="\" u2="B" k="12" />
+<hkern u1="\" u2="&#x39;" k="18" />
+<hkern u1="\" u2="&#x31;" k="33" />
+<hkern u1="\" u2="&#x30;" k="18" />
+<hkern u1="a" u2="&#x7d;" k="43" />
+<hkern u1="a" u2="v" k="6" />
+<hkern u1="a" u2="]" k="49" />
+<hkern u1="a" u2="\" k="55" />
+<hkern u1="a" u2="X" k="37" />
+<hkern u1="a" u2="V" k="193" />
+<hkern u1="a" u2="Q" k="41" />
+<hkern u1="a" u2="P" k="29" />
+<hkern u1="a" u2="M" k="23" />
+<hkern u1="a" u2="F" k="29" />
+<hkern u1="a" u2="B" k="29" />
+<hkern u1="a" u2="&#x3f;" k="43" />
+<hkern u1="a" u2="&#x2a;" k="45" />
+<hkern u1="a" u2="&#x29;" k="10" />
+<hkern u1="a" u2="&#x21;" k="16" />
+<hkern u1="b" u2="&#x7d;" k="55" />
+<hkern u1="b" u2="x" k="8" />
+<hkern u1="b" u2="]" k="59" />
+<hkern u1="b" u2="\" k="47" />
+<hkern u1="b" u2="X" k="61" />
+<hkern u1="b" u2="V" k="190" />
+<hkern u1="b" u2="Q" k="29" />
+<hkern u1="b" u2="P" k="41" />
+<hkern u1="b" u2="M" k="31" />
+<hkern u1="b" u2="F" k="41" />
+<hkern u1="b" u2="B" k="41" />
+<hkern u1="b" u2="&#x3f;" k="37" />
+<hkern u1="b" u2="&#x2a;" k="47" />
+<hkern u1="b" u2="&#x29;" k="20" />
+<hkern u1="b" u2="&#x21;" k="12" />
+<hkern u1="c" u2="&#x7d;" k="51" />
+<hkern u1="c" u2="]" k="57" />
+<hkern u1="c" u2="\" k="47" />
+<hkern u1="c" u2="X" k="35" />
+<hkern u1="c" u2="V" k="209" />
+<hkern u1="c" u2="Q" k="29" />
+<hkern u1="c" u2="P" k="47" />
+<hkern u1="c" u2="M" k="20" />
+<hkern u1="c" u2="F" k="47" />
+<hkern u1="c" u2="B" k="47" />
+<hkern u1="c" u2="&#x3f;" k="33" />
+<hkern u1="c" u2="&#x2a;" k="31" />
+<hkern u1="c" u2="&#x29;" k="10" />
+<hkern u1="d" u2="&#xef;" k="-29" />
+<hkern u1="d" u2="X" k="37" />
+<hkern u1="d" u2="V" k="23" />
+<hkern u1="d" u2="Q" k="33" />
+<hkern u1="d" u2="P" k="27" />
+<hkern u1="d" u2="M" k="20" />
+<hkern u1="d" u2="F" k="27" />
+<hkern u1="d" u2="B" k="27" />
+<hkern u1="d" u2="&#x21;" k="12" />
+<hkern u1="e" u2="&#x7d;" k="57" />
+<hkern u1="e" u2="x" k="6" />
+<hkern u1="e" u2="]" k="61" />
+<hkern u1="e" u2="\" k="49" />
+<hkern u1="e" u2="X" k="53" />
+<hkern u1="e" u2="V" k="197" />
+<hkern u1="e" u2="Q" k="25" />
+<hkern u1="e" u2="P" k="47" />
+<hkern u1="e" u2="M" k="27" />
+<hkern u1="e" u2="F" k="47" />
+<hkern u1="e" u2="B" k="47" />
+<hkern u1="e" u2="&#x3f;" k="43" />
+<hkern u1="e" u2="&#x2a;" k="41" />
+<hkern u1="e" u2="&#x29;" k="16" />
+<hkern u1="e" u2="&#x21;" k="18" />
+<hkern u1="f" u2="&#xef;" k="-221" />
+<hkern u1="f" u2="&#xee;" k="-131" />
+<hkern u1="f" u2="&#xed;" k="-57" />
+<hkern u1="f" u2="&#xec;" k="-106" />
+<hkern u1="f" u2="&#x7d;" k="-111" />
+<hkern u1="f" u2="v" k="-6" />
+<hkern u1="f" u2="]" k="-117" />
+<hkern u1="f" u2="\" k="-115" />
+<hkern u1="f" u2="X" k="-84" />
+<hkern u1="f" u2="V" k="-156" />
+<hkern u1="f" u2="Q" k="10" />
+<hkern u1="f" u2="P" k="10" />
+<hkern u1="f" u2="M" k="37" />
+<hkern u1="f" u2="F" k="10" />
+<hkern u1="f" u2="B" k="10" />
+<hkern u1="f" u2="&#x3f;" k="-84" />
+<hkern u1="f" u2="&#x2f;" k="14" />
+<hkern u1="f" u2="&#x2e;" k="25" />
+<hkern u1="f" u2="&#x2c;" k="18" />
+<hkern u1="f" u2="&#x2a;" k="-63" />
+<hkern u1="f" u2="&#x29;" k="-86" />
+<hkern u1="f" u2="&#x21;" k="-12" />
+<hkern u1="g" u2="&#x7d;" k="12" />
+<hkern u1="g" u2="v" k="-6" />
+<hkern u1="g" u2="\" k="18" />
+<hkern u1="g" u2="X" k="59" />
+<hkern u1="g" u2="V" k="61" />
+<hkern u1="g" u2="Q" k="12" />
+<hkern u1="g" u2="P" k="49" />
+<hkern u1="g" u2="M" k="43" />
+<hkern u1="g" u2="F" k="49" />
+<hkern u1="g" u2="B" k="49" />
+<hkern u1="g" u2="&#x3f;" k="27" />
+<hkern u1="g" u2="&#x2f;" k="14" />
+<hkern u1="g" u2="&#x2c;" k="10" />
+<hkern u1="g" u2="&#x29;" k="23" />
+<hkern u1="g" u2="&#x21;" k="16" />
+<hkern u1="h" u2="&#x7d;" k="37" />
+<hkern u1="h" u2="v" k="14" />
+<hkern u1="h" u2="]" k="43" />
+<hkern u1="h" u2="\" k="53" />
+<hkern u1="h" u2="X" k="33" />
+<hkern u1="h" u2="V" k="221" />
+<hkern u1="h" u2="Q" k="45" />
+<hkern u1="h" u2="P" k="33" />
+<hkern u1="h" u2="M" k="27" />
+<hkern u1="h" u2="F" k="33" />
+<hkern u1="h" u2="B" k="33" />
+<hkern u1="h" u2="&#x3f;" k="37" />
+<hkern u1="h" u2="&#x2a;" k="53" />
+<hkern u1="h" u2="&#x21;" k="12" />
+<hkern u1="i" u2="&#xef;" k="-39" />
+<hkern u1="i" u2="&#x7d;" k="10" />
+<hkern u1="i" u2="]" k="10" />
+<hkern u1="i" u2="\" k="12" />
+<hkern u1="i" u2="X" k="39" />
+<hkern u1="i" u2="V" k="33" />
+<hkern u1="i" u2="Q" k="35" />
+<hkern u1="i" u2="P" k="27" />
+<hkern u1="i" u2="M" k="20" />
+<hkern u1="i" u2="F" k="27" />
+<hkern u1="i" u2="B" k="27" />
+<hkern u1="i" u2="&#x21;" k="12" />
+<hkern u1="j" u2="&#xef;" k="-39" />
+<hkern u1="j" u2="&#x7d;" k="10" />
+<hkern u1="j" u2="]" k="10" />
+<hkern u1="j" u2="\" k="12" />
+<hkern u1="j" u2="X" k="37" />
+<hkern u1="j" u2="V" k="33" />
+<hkern u1="j" u2="Q" k="35" />
+<hkern u1="j" u2="P" k="27" />
+<hkern u1="j" u2="M" k="20" />
+<hkern u1="j" u2="F" k="27" />
+<hkern u1="j" u2="B" k="27" />
+<hkern u1="j" u2="&#x21;" k="12" />
+<hkern u1="k" u2="&#xf0;" k="14" />
+<hkern u1="k" u2="&#x7d;" k="25" />
+<hkern u1="k" u2="q" k="12" />
+<hkern u1="k" u2="]" k="31" />
+<hkern u1="k" u2="\" k="35" />
+<hkern u1="k" u2="X" k="8" />
+<hkern u1="k" u2="V" k="72" />
+<hkern u1="k" u2="Q" k="37" />
+<hkern u1="k" u2="P" k="51" />
+<hkern u1="k" u2="M" k="16" />
+<hkern u1="k" u2="F" k="51" />
+<hkern u1="k" u2="B" k="51" />
+<hkern u1="k" u2="&#x3f;" k="31" />
+<hkern u1="k" u2="&#x2a;" k="12" />
+<hkern u1="k" u2="&#x21;" k="12" />
+<hkern u1="l" u2="&#xef;" k="-29" />
+<hkern u1="l" u2="X" k="37" />
+<hkern u1="l" u2="V" k="23" />
+<hkern u1="l" u2="Q" k="33" />
+<hkern u1="l" u2="P" k="27" />
+<hkern u1="l" u2="M" k="20" />
+<hkern u1="l" u2="F" k="27" />
+<hkern u1="l" u2="B" k="27" />
+<hkern u1="l" u2="&#x21;" k="12" />
+<hkern u1="m" g2="uniFB02" k="6" />
+<hkern u1="m" g2="uniFB01" k="6" />
+<hkern u1="m" u2="&#x201d;" k="59" />
+<hkern u1="m" u2="&#x2019;" k="59" />
+<hkern u1="m" u2="&#x178;" k="250" />
+<hkern u1="m" u2="&#x152;" k="45" />
+<hkern u1="m" u2="&#xff;" k="12" />
+<hkern u1="m" u2="&#xfd;" k="12" />
+<hkern u1="m" u2="&#xdd;" k="250" />
+<hkern u1="m" u2="&#xdc;" k="57" />
+<hkern u1="m" u2="&#xdb;" k="57" />
+<hkern u1="m" u2="&#xda;" k="57" />
+<hkern u1="m" u2="&#xd9;" k="57" />
+<hkern u1="m" u2="&#xd8;" k="45" />
+<hkern u1="m" u2="&#xd6;" k="45" />
+<hkern u1="m" u2="&#xd5;" k="45" />
+<hkern u1="m" u2="&#xd4;" k="45" />
+<hkern u1="m" u2="&#xd3;" k="45" />
+<hkern u1="m" u2="&#xd2;" k="45" />
+<hkern u1="m" u2="&#xd1;" k="33" />
+<hkern u1="m" u2="&#xd0;" k="33" />
+<hkern u1="m" u2="&#xcf;" k="33" />
+<hkern u1="m" u2="&#xce;" k="33" />
+<hkern u1="m" u2="&#xcd;" k="33" />
+<hkern u1="m" u2="&#xcc;" k="33" />
+<hkern u1="m" u2="&#xcb;" k="33" />
+<hkern u1="m" u2="&#xca;" k="33" />
+<hkern u1="m" u2="&#xc9;" k="33" />
+<hkern u1="m" u2="&#xc8;" k="33" />
+<hkern u1="m" u2="&#xc7;" k="45" />
+<hkern u1="m" u2="y" k="12" />
+<hkern u1="m" u2="w" k="10" />
+<hkern u1="m" u2="t" k="6" />
+<hkern u1="m" u2="f" k="6" />
+<hkern u1="m" u2="Z" k="29" />
+<hkern u1="m" u2="Y" k="250" />
+<hkern u1="m" u2="W" k="133" />
+<hkern u1="m" u2="U" k="57" />
+<hkern u1="m" u2="T" k="174" />
+<hkern u1="m" u2="S" k="43" />
+<hkern u1="m" u2="R" k="33" />
+<hkern u1="m" u2="O" k="45" />
+<hkern u1="m" u2="N" k="33" />
+<hkern u1="m" u2="L" k="33" />
+<hkern u1="m" u2="K" k="33" />
+<hkern u1="m" u2="I" k="33" />
+<hkern u1="m" u2="H" k="33" />
+<hkern u1="m" u2="G" k="45" />
+<hkern u1="m" u2="E" k="33" />
+<hkern u1="m" u2="D" k="33" />
+<hkern u1="m" u2="C" k="45" />
+<hkern u1="m" u2="&#x27;" k="94" />
+<hkern u1="m" u2="&#x22;" k="94" />
+<hkern u1="m" u2="&#x7d;" k="43" />
+<hkern u1="m" u2="v" k="14" />
+<hkern u1="m" u2="]" k="47" />
+<hkern u1="m" u2="\" k="57" />
+<hkern u1="m" u2="X" k="33" />
+<hkern u1="m" u2="V" k="219" />
+<hkern u1="m" u2="Q" k="45" />
+<hkern u1="m" u2="P" k="33" />
+<hkern u1="m" u2="M" k="27" />
+<hkern u1="m" u2="F" k="33" />
+<hkern u1="m" u2="B" k="33" />
+<hkern u1="m" u2="&#x3f;" k="41" />
+<hkern u1="m" u2="&#x2a;" k="53" />
+<hkern u1="m" u2="&#x21;" k="14" />
+<hkern u1="n" u2="&#x7d;" k="41" />
+<hkern u1="n" u2="v" k="14" />
+<hkern u1="n" u2="]" k="47" />
+<hkern u1="n" u2="\" k="57" />
+<hkern u1="n" u2="X" k="33" />
+<hkern u1="n" u2="V" k="221" />
+<hkern u1="n" u2="Q" k="45" />
+<hkern u1="n" u2="P" k="33" />
+<hkern u1="n" u2="M" k="27" />
+<hkern u1="n" u2="F" k="33" />
+<hkern u1="n" u2="B" k="33" />
+<hkern u1="n" u2="&#x3f;" k="41" />
+<hkern u1="n" u2="&#x2a;" k="55" />
+<hkern u1="n" u2="&#x21;" k="14" />
+<hkern u1="o" u2="&#x7d;" k="59" />
+<hkern u1="o" u2="x" k="10" />
+<hkern u1="o" u2="v" k="6" />
+<hkern u1="o" u2="]" k="63" />
+<hkern u1="o" u2="\" k="53" />
+<hkern u1="o" u2="X" k="61" />
+<hkern u1="o" u2="V" k="197" />
+<hkern u1="o" u2="Q" k="31" />
+<hkern u1="o" u2="P" k="43" />
+<hkern u1="o" u2="M" k="31" />
+<hkern u1="o" u2="F" k="43" />
+<hkern u1="o" u2="B" k="43" />
+<hkern u1="o" u2="&#x3f;" k="43" />
+<hkern u1="o" u2="&#x2a;" k="51" />
+<hkern u1="o" u2="&#x29;" k="27" />
+<hkern u1="o" u2="&#x21;" k="16" />
+<hkern u1="p" u2="&#x201d;" k="57" />
+<hkern u1="p" u2="&#x2019;" k="57" />
+<hkern u1="p" u2="&#x178;" k="236" />
+<hkern u1="p" u2="&#x152;" k="31" />
+<hkern u1="p" u2="&#xdd;" k="236" />
+<hkern u1="p" u2="&#xdc;" k="47" />
+<hkern u1="p" u2="&#xdb;" k="47" />
+<hkern u1="p" u2="&#xda;" k="47" />
+<hkern u1="p" u2="&#xd9;" k="47" />
+<hkern u1="p" u2="&#xd8;" k="31" />
+<hkern u1="p" u2="&#xd6;" k="31" />
+<hkern u1="p" u2="&#xd5;" k="31" />
+<hkern u1="p" u2="&#xd4;" k="31" />
+<hkern u1="p" u2="&#xd3;" k="31" />
+<hkern u1="p" u2="&#xd2;" k="31" />
+<hkern u1="p" u2="&#xd1;" k="41" />
+<hkern u1="p" u2="&#xd0;" k="41" />
+<hkern u1="p" u2="&#xcf;" k="41" />
+<hkern u1="p" u2="&#xce;" k="41" />
+<hkern u1="p" u2="&#xcd;" k="41" />
+<hkern u1="p" u2="&#xcc;" k="41" />
+<hkern u1="p" u2="&#xcb;" k="41" />
+<hkern u1="p" u2="&#xca;" k="41" />
+<hkern u1="p" u2="&#xc9;" k="41" />
+<hkern u1="p" u2="&#xc8;" k="41" />
+<hkern u1="p" u2="&#xc7;" k="31" />
+<hkern u1="p" u2="&#xc5;" k="18" />
+<hkern u1="p" u2="&#xc4;" k="18" />
+<hkern u1="p" u2="&#xc3;" k="18" />
+<hkern u1="p" u2="&#xc2;" k="18" />
+<hkern u1="p" u2="&#xc1;" k="18" />
+<hkern u1="p" u2="&#xc0;" k="18" />
+<hkern u1="p" u2="Z" k="45" />
+<hkern u1="p" u2="Y" k="236" />
+<hkern u1="p" u2="W" k="119" />
+<hkern u1="p" u2="U" k="47" />
+<hkern u1="p" u2="T" k="160" />
+<hkern u1="p" u2="S" k="45" />
+<hkern u1="p" u2="R" k="41" />
+<hkern u1="p" u2="O" k="31" />
+<hkern u1="p" u2="N" k="41" />
+<hkern u1="p" u2="L" k="41" />
+<hkern u1="p" u2="K" k="41" />
+<hkern u1="p" u2="I" k="41" />
+<hkern u1="p" u2="H" k="41" />
+<hkern u1="p" u2="G" k="31" />
+<hkern u1="p" u2="E" k="41" />
+<hkern u1="p" u2="D" k="41" />
+<hkern u1="p" u2="C" k="31" />
+<hkern u1="p" u2="A" k="18" />
+<hkern u1="p" u2="&#x27;" k="92" />
+<hkern u1="p" u2="&#x22;" k="92" />
+<hkern u1="p" u2="&#x7d;" k="57" />
+<hkern u1="p" u2="x" k="8" />
+<hkern u1="p" u2="v" k="6" />
+<hkern u1="p" u2="]" k="63" />
+<hkern u1="p" u2="\" k="53" />
+<hkern u1="p" u2="X" k="59" />
+<hkern u1="p" u2="V" k="197" />
+<hkern u1="p" u2="Q" k="31" />
+<hkern u1="p" u2="P" k="41" />
+<hkern u1="p" u2="M" k="29" />
+<hkern u1="p" u2="F" k="41" />
+<hkern u1="p" u2="B" k="41" />
+<hkern u1="p" u2="&#x3f;" k="41" />
+<hkern u1="p" u2="&#x2a;" k="51" />
+<hkern u1="p" u2="&#x29;" k="23" />
+<hkern u1="p" u2="&#x21;" k="14" />
+<hkern u1="q" u2="&#x201d;" k="31" />
+<hkern u1="q" u2="&#x2019;" k="31" />
+<hkern u1="q" u2="&#x178;" k="156" />
+<hkern u1="q" u2="&#x152;" k="35" />
+<hkern u1="q" u2="&#xdd;" k="156" />
+<hkern u1="q" u2="&#xdc;" k="51" />
+<hkern u1="q" u2="&#xdb;" k="51" />
+<hkern u1="q" u2="&#xda;" k="51" />
+<hkern u1="q" u2="&#xd9;" k="51" />
+<hkern u1="q" u2="&#xd8;" k="35" />
+<hkern u1="q" u2="&#xd6;" k="35" />
+<hkern u1="q" u2="&#xd5;" k="35" />
+<hkern u1="q" u2="&#xd4;" k="35" />
+<hkern u1="q" u2="&#xd3;" k="35" />
+<hkern u1="q" u2="&#xd2;" k="35" />
+<hkern u1="q" u2="&#xd1;" k="27" />
+<hkern u1="q" u2="&#xd0;" k="27" />
+<hkern u1="q" u2="&#xcf;" k="27" />
+<hkern u1="q" u2="&#xce;" k="27" />
+<hkern u1="q" u2="&#xcd;" k="27" />
+<hkern u1="q" u2="&#xcc;" k="27" />
+<hkern u1="q" u2="&#xcb;" k="27" />
+<hkern u1="q" u2="&#xca;" k="27" />
+<hkern u1="q" u2="&#xc9;" k="27" />
+<hkern u1="q" u2="&#xc8;" k="27" />
+<hkern u1="q" u2="&#xc7;" k="37" />
+<hkern u1="q" u2="&#xc5;" k="12" />
+<hkern u1="q" u2="&#xc4;" k="12" />
+<hkern u1="q" u2="&#xc3;" k="12" />
+<hkern u1="q" u2="&#xc2;" k="12" />
+<hkern u1="q" u2="&#xc1;" k="12" />
+<hkern u1="q" u2="&#xc0;" k="12" />
+<hkern u1="q" u2="j" k="-199" />
+<hkern u1="q" u2="Z" k="37" />
+<hkern u1="q" u2="Y" k="156" />
+<hkern u1="q" u2="W" k="102" />
+<hkern u1="q" u2="U" k="51" />
+<hkern u1="q" u2="T" k="119" />
+<hkern u1="q" u2="S" k="49" />
+<hkern u1="q" u2="R" k="27" />
+<hkern u1="q" u2="O" k="35" />
+<hkern u1="q" u2="N" k="27" />
+<hkern u1="q" u2="L" k="27" />
+<hkern u1="q" u2="K" k="27" />
+<hkern u1="q" u2="I" k="27" />
+<hkern u1="q" u2="H" k="27" />
+<hkern u1="q" u2="G" k="37" />
+<hkern u1="q" u2="E" k="27" />
+<hkern u1="q" u2="D" k="27" />
+<hkern u1="q" u2="C" k="37" />
+<hkern u1="q" u2="A" k="12" />
+<hkern u1="q" u2="&#x27;" k="74" />
+<hkern u1="q" u2="&#x22;" k="74" />
+<hkern u1="q" u2="&#x7d;" k="39" />
+<hkern u1="q" u2="]" k="61" />
+<hkern u1="q" u2="\" k="41" />
+<hkern u1="q" u2="X" k="41" />
+<hkern u1="q" u2="V" k="150" />
+<hkern u1="q" u2="Q" k="35" />
+<hkern u1="q" u2="P" k="27" />
+<hkern u1="q" u2="M" k="20" />
+<hkern u1="q" u2="F" k="27" />
+<hkern u1="q" u2="B" k="27" />
+<hkern u1="q" u2="&#x3f;" k="39" />
+<hkern u1="q" u2="&#x2a;" k="18" />
+<hkern u1="q" u2="&#x29;" k="12" />
+<hkern u1="q" u2="&#x21;" k="16" />
+<hkern u1="r" u2="&#x7d;" k="39" />
+<hkern u1="r" u2="x" k="-12" />
+<hkern u1="r" u2="v" k="-49" />
+<hkern u1="r" u2="q" k="8" />
+<hkern u1="r" u2="]" k="61" />
+<hkern u1="r" u2="\" k="23" />
+<hkern u1="r" u2="X" k="137" />
+<hkern u1="r" u2="V" k="68" />
+<hkern u1="r" u2="Q" k="6" />
+<hkern u1="r" u2="P" k="47" />
+<hkern u1="r" u2="M" k="41" />
+<hkern u1="r" u2="F" k="47" />
+<hkern u1="r" u2="B" k="47" />
+<hkern u1="r" u2="&#x3f;" k="37" />
+<hkern u1="r" u2="&#x2f;" k="27" />
+<hkern u1="r" u2="&#x2e;" k="51" />
+<hkern u1="r" u2="&#x2c;" k="47" />
+<hkern u1="r" u2="&#x29;" k="41" />
+<hkern u1="r" u2="&#x21;" k="18" />
+<hkern u1="s" u2="&#x7d;" k="51" />
+<hkern u1="s" u2="]" k="55" />
+<hkern u1="s" u2="\" k="47" />
+<hkern u1="s" u2="X" k="37" />
+<hkern u1="s" u2="V" k="178" />
+<hkern u1="s" u2="Q" k="33" />
+<hkern u1="s" u2="P" k="45" />
+<hkern u1="s" u2="M" k="25" />
+<hkern u1="s" u2="F" k="45" />
+<hkern u1="s" u2="B" k="45" />
+<hkern u1="s" u2="&#x3f;" k="35" />
+<hkern u1="s" u2="&#x2a;" k="23" />
+<hkern u1="s" u2="&#x29;" k="12" />
+<hkern u1="s" u2="&#x21;" k="10" />
+<hkern u1="t" u2="&#x7d;" k="41" />
+<hkern u1="t" u2="]" k="59" />
+<hkern u1="t" u2="\" k="41" />
+<hkern u1="t" u2="X" k="29" />
+<hkern u1="t" u2="V" k="68" />
+<hkern u1="t" u2="Q" k="31" />
+<hkern u1="t" u2="P" k="47" />
+<hkern u1="t" u2="M" k="23" />
+<hkern u1="t" u2="F" k="47" />
+<hkern u1="t" u2="B" k="47" />
+<hkern u1="t" u2="&#x3f;" k="37" />
+<hkern u1="t" u2="&#x2a;" k="12" />
+<hkern u1="t" u2="&#x21;" k="10" />
+<hkern u1="u" u2="&#x7d;" k="39" />
+<hkern u1="u" u2="]" k="53" />
+<hkern u1="u" u2="\" k="41" />
+<hkern u1="u" u2="X" k="41" />
+<hkern u1="u" u2="V" k="150" />
+<hkern u1="u" u2="Q" k="35" />
+<hkern u1="u" u2="P" k="27" />
+<hkern u1="u" u2="F" k="27" />
+<hkern u1="u" u2="B" k="27" />
+<hkern u1="u" u2="&#x2a;" k="18" />
+<hkern u1="u" u2="&#x29;" k="12" />
+<hkern u1="u" u2="&#x21;" k="16" />
+<hkern u1="u" u2="M" k="20" />
+<hkern u1="u" u2="&#x3f;" k="39" />
+<hkern u1="v" u2="&#x2039;" k="10" />
+<hkern u1="v" u2="&#x201e;" k="41" />
+<hkern u1="v" u2="&#x201a;" k="41" />
+<hkern u1="v" u2="&#x178;" k="66" />
+<hkern u1="v" u2="&#x153;" k="6" />
+<hkern u1="v" u2="&#x152;" k="6" />
+<hkern u1="v" u2="&#xf8;" k="6" />
+<hkern u1="v" u2="&#xf6;" k="6" />
+<hkern u1="v" u2="&#xf5;" k="6" />
+<hkern u1="v" u2="&#xf4;" k="6" />
+<hkern u1="v" u2="&#xf3;" k="6" />
+<hkern u1="v" u2="&#xf2;" k="6" />
+<hkern u1="v" u2="&#xeb;" k="6" />
+<hkern u1="v" u2="&#xea;" k="6" />
+<hkern u1="v" u2="&#xe9;" k="6" />
+<hkern u1="v" u2="&#xe8;" k="6" />
+<hkern u1="v" u2="&#xe7;" k="6" />
+<hkern u1="v" u2="&#xdd;" k="66" />
+<hkern u1="v" u2="&#xdc;" k="39" />
+<hkern u1="v" u2="&#xdb;" k="39" />
+<hkern u1="v" u2="&#xda;" k="39" />
+<hkern u1="v" u2="&#xd9;" k="39" />
+<hkern u1="v" u2="&#xd8;" k="6" />
+<hkern u1="v" u2="&#xd6;" k="6" />
+<hkern u1="v" u2="&#xd5;" k="6" />
+<hkern u1="v" u2="&#xd4;" k="6" />
+<hkern u1="v" u2="&#xd3;" k="6" />
+<hkern u1="v" u2="&#xd2;" k="6" />
+<hkern u1="v" u2="&#xd1;" k="47" />
+<hkern u1="v" u2="&#xd0;" k="49" />
+<hkern u1="v" u2="&#xcf;" k="49" />
+<hkern u1="v" u2="&#xce;" k="49" />
+<hkern u1="v" u2="&#xcd;" k="49" />
+<hkern u1="v" u2="&#xcc;" k="49" />
+<hkern u1="v" u2="&#xcb;" k="49" />
+<hkern u1="v" u2="&#xca;" k="49" />
+<hkern u1="v" u2="&#xc9;" k="49" />
+<hkern u1="v" u2="&#xc8;" k="49" />
+<hkern u1="v" u2="&#xc7;" k="6" />
+<hkern u1="v" u2="&#xc5;" k="68" />
+<hkern u1="v" u2="&#xc4;" k="68" />
+<hkern u1="v" u2="&#xc3;" k="68" />
+<hkern u1="v" u2="&#xc2;" k="68" />
+<hkern u1="v" u2="&#xc1;" k="68" />
+<hkern u1="v" u2="&#xc0;" k="68" />
+<hkern u1="v" u2="&#xab;" k="10" />
+<hkern u1="v" u2="o" k="6" />
+<hkern u1="v" u2="g" k="37" />
+<hkern u1="v" u2="e" k="6" />
+<hkern u1="v" u2="c" k="6" />
+<hkern u1="v" u2="Z" k="96" />
+<hkern u1="v" u2="Y" k="66" />
+<hkern u1="v" u2="W" k="61" />
+<hkern u1="v" u2="U" k="39" />
+<hkern u1="v" u2="T" k="61" />
+<hkern u1="v" u2="S" k="45" />
+<hkern u1="v" u2="R" k="49" />
+<hkern u1="v" u2="O" k="6" />
+<hkern u1="v" u2="N" k="47" />
+<hkern u1="v" u2="L" k="49" />
+<hkern u1="v" u2="K" k="49" />
+<hkern u1="v" u2="J" k="82" />
+<hkern u1="v" u2="I" k="49" />
+<hkern u1="v" u2="H" k="49" />
+<hkern u1="v" u2="G" k="8" />
+<hkern u1="v" u2="E" k="49" />
+<hkern u1="v" u2="D" k="49" />
+<hkern u1="v" u2="C" k="6" />
+<hkern u1="v" u2="A" k="68" />
+<hkern u1="v" u2="&#x27;" k="55" />
+<hkern u1="v" u2="&#x22;" k="55" />
+<hkern u1="v" u2="&#x7d;" k="25" />
+<hkern u1="v" u2="q" k="6" />
+<hkern u1="v" u2="]" k="31" />
+<hkern u1="v" u2="\" k="14" />
+<hkern u1="v" u2="X" k="94" />
+<hkern u1="v" u2="V" k="61" />
+<hkern u1="v" u2="Q" k="6" />
+<hkern u1="v" u2="P" k="49" />
+<hkern u1="v" u2="M" k="41" />
+<hkern u1="v" u2="F" k="49" />
+<hkern u1="v" u2="B" k="49" />
+<hkern u1="v" u2="&#x3f;" k="25" />
+<hkern u1="v" u2="&#x2f;" k="25" />
+<hkern u1="v" u2="&#x2e;" k="43" />
+<hkern u1="v" u2="&#x2c;" k="39" />
+<hkern u1="v" u2="&#x29;" k="27" />
+<hkern u1="v" u2="&#x21;" k="18" />
+<hkern u1="w" u2="&#x7d;" k="29" />
+<hkern u1="w" u2="]" k="33" />
+<hkern u1="w" u2="\" k="18" />
+<hkern u1="w" u2="X" k="59" />
+<hkern u1="w" u2="V" k="61" />
+<hkern u1="w" u2="Q" k="10" />
+<hkern u1="w" u2="P" k="47" />
+<hkern u1="w" u2="M" k="37" />
+<hkern u1="w" u2="F" k="47" />
+<hkern u1="w" u2="B" k="47" />
+<hkern u1="w" u2="&#x3f;" k="27" />
+<hkern u1="w" u2="&#x2f;" k="18" />
+<hkern u1="w" u2="&#x2e;" k="20" />
+<hkern u1="w" u2="&#x2c;" k="20" />
+<hkern u1="w" u2="&#x29;" k="25" />
+<hkern u1="w" u2="&#x21;" k="18" />
+<hkern u1="x" u2="&#x2039;" k="18" />
+<hkern u1="x" u2="&#x201d;" k="12" />
+<hkern u1="x" u2="&#x2019;" k="12" />
+<hkern u1="x" u2="&#x2014;" k="10" />
+<hkern u1="x" u2="&#x2013;" k="10" />
+<hkern u1="x" u2="&#x178;" k="76" />
+<hkern u1="x" u2="&#x153;" k="10" />
+<hkern u1="x" u2="&#x152;" k="25" />
+<hkern u1="x" u2="&#xfc;" k="6" />
+<hkern u1="x" u2="&#xfb;" k="6" />
+<hkern u1="x" u2="&#xfa;" k="6" />
+<hkern u1="x" u2="&#xf9;" k="6" />
+<hkern u1="x" u2="&#xf8;" k="10" />
+<hkern u1="x" u2="&#xf6;" k="10" />
+<hkern u1="x" u2="&#xf5;" k="10" />
+<hkern u1="x" u2="&#xf4;" k="10" />
+<hkern u1="x" u2="&#xf3;" k="10" />
+<hkern u1="x" u2="&#xf2;" k="10" />
+<hkern u1="x" u2="&#xeb;" k="10" />
+<hkern u1="x" u2="&#xea;" k="10" />
+<hkern u1="x" u2="&#xe9;" k="10" />
+<hkern u1="x" u2="&#xe8;" k="10" />
+<hkern u1="x" u2="&#xe7;" k="12" />
+<hkern u1="x" u2="&#xdd;" k="76" />
+<hkern u1="x" u2="&#xdc;" k="53" />
+<hkern u1="x" u2="&#xdb;" k="53" />
+<hkern u1="x" u2="&#xda;" k="53" />
+<hkern u1="x" u2="&#xd9;" k="53" />
+<hkern u1="x" u2="&#xd8;" k="25" />
+<hkern u1="x" u2="&#xd6;" k="25" />
+<hkern u1="x" u2="&#xd5;" k="25" />
+<hkern u1="x" u2="&#xd4;" k="25" />
+<hkern u1="x" u2="&#xd3;" k="25" />
+<hkern u1="x" u2="&#xd2;" k="25" />
+<hkern u1="x" u2="&#xd1;" k="51" />
+<hkern u1="x" u2="&#xd0;" k="51" />
+<hkern u1="x" u2="&#xcf;" k="51" />
+<hkern u1="x" u2="&#xce;" k="51" />
+<hkern u1="x" u2="&#xcd;" k="51" />
+<hkern u1="x" u2="&#xcc;" k="51" />
+<hkern u1="x" u2="&#xcb;" k="51" />
+<hkern u1="x" u2="&#xca;" k="51" />
+<hkern u1="x" u2="&#xc9;" k="51" />
+<hkern u1="x" u2="&#xc8;" k="51" />
+<hkern u1="x" u2="&#xc7;" k="25" />
+<hkern u1="x" u2="&#xab;" k="18" />
+<hkern u1="x" u2="u" k="6" />
+<hkern u1="x" u2="o" k="10" />
+<hkern u1="x" u2="e" k="10" />
+<hkern u1="x" u2="d" k="10" />
+<hkern u1="x" u2="c" k="12" />
+<hkern u1="x" u2="Z" k="20" />
+<hkern u1="x" u2="Y" k="76" />
+<hkern u1="x" u2="W" k="66" />
+<hkern u1="x" u2="U" k="53" />
+<hkern u1="x" u2="T" k="84" />
+<hkern u1="x" u2="S" k="37" />
+<hkern u1="x" u2="R" k="51" />
+<hkern u1="x" u2="O" k="25" />
+<hkern u1="x" u2="N" k="51" />
+<hkern u1="x" u2="L" k="51" />
+<hkern u1="x" u2="K" k="51" />
+<hkern u1="x" u2="I" k="51" />
+<hkern u1="x" u2="H" k="51" />
+<hkern u1="x" u2="G" k="27" />
+<hkern u1="x" u2="E" k="51" />
+<hkern u1="x" u2="D" k="51" />
+<hkern u1="x" u2="C" k="25" />
+<hkern u1="x" u2="&#x2d;" k="10" />
+<hkern u1="x" u2="&#x27;" k="66" />
+<hkern u1="x" u2="&#x22;" k="66" />
+<hkern u1="x" u2="&#xf0;" k="8" />
+<hkern u1="x" u2="&#x7d;" k="31" />
+<hkern u1="x" u2="q" k="10" />
+<hkern u1="x" u2="]" k="37" />
+<hkern u1="x" u2="\" k="27" />
+<hkern u1="x" u2="X" k="20" />
+<hkern u1="x" u2="V" k="66" />
+<hkern u1="x" u2="Q" k="25" />
+<hkern u1="x" u2="P" k="51" />
+<hkern u1="x" u2="M" k="20" />
+<hkern u1="x" u2="F" k="51" />
+<hkern u1="x" u2="B" k="51" />
+<hkern u1="x" u2="&#x3f;" k="29" />
+<hkern u1="x" u2="&#x21;" k="14" />
+<hkern u1="y" u2="&#x7d;" k="27" />
+<hkern u1="y" u2="]" k="31" />
+<hkern u1="y" u2="\" k="14" />
+<hkern u1="y" u2="X" k="86" />
+<hkern u1="y" u2="V" k="61" />
+<hkern u1="y" u2="Q" k="6" />
+<hkern u1="y" u2="P" k="47" />
+<hkern u1="y" u2="M" k="43" />
+<hkern u1="y" u2="F" k="47" />
+<hkern u1="y" u2="B" k="47" />
+<hkern u1="y" u2="&#x3f;" k="25" />
+<hkern u1="y" u2="&#x2f;" k="23" />
+<hkern u1="y" u2="&#x2e;" k="35" />
+<hkern u1="y" u2="&#x2c;" k="33" />
+<hkern u1="y" u2="&#x29;" k="27" />
+<hkern u1="y" u2="&#x21;" k="18" />
+<hkern u1="z" u2="&#x7d;" k="33" />
+<hkern u1="z" u2="]" k="39" />
+<hkern u1="z" u2="\" k="27" />
+<hkern u1="z" u2="X" k="33" />
+<hkern u1="z" u2="V" k="61" />
+<hkern u1="z" u2="Q" k="25" />
+<hkern u1="z" u2="P" k="47" />
+<hkern u1="z" u2="M" k="29" />
+<hkern u1="z" u2="F" k="47" />
+<hkern u1="z" u2="B" k="47" />
+<hkern u1="z" u2="&#x3f;" k="29" />
+<hkern u1="z" u2="&#x21;" k="12" />
+<hkern u1="&#x7b;" g2="uniFB02" k="27" />
+<hkern u1="&#x7b;" g2="uniFB01" k="27" />
+<hkern u1="&#x7b;" u2="&#x178;" k="-41" />
+<hkern u1="&#x7b;" u2="&#x153;" k="59" />
+<hkern u1="&#x7b;" u2="&#x152;" k="25" />
+<hkern u1="&#x7b;" u2="&#xfe;" k="39" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="45" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="45" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="45" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="45" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="59" />
+<hkern u1="&#x7b;" u2="&#xf1;" k="43" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="59" />
+<hkern u1="&#x7b;" u2="&#xea;" k="59" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="59" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="59" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="59" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="53" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="53" />
+<hkern u1="&#x7b;" u2="&#xdd;" k="-41" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="25" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="25" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="25" />
+<hkern u1="&#x7b;" u2="z" k="33" />
+<hkern u1="&#x7b;" u2="w" k="25" />
+<hkern u1="&#x7b;" u2="u" k="45" />
+<hkern u1="&#x7b;" u2="t" k="43" />
+<hkern u1="&#x7b;" u2="s" k="49" />
+<hkern u1="&#x7b;" u2="r" k="43" />
+<hkern u1="&#x7b;" u2="p" k="39" />
+<hkern u1="&#x7b;" u2="o" k="59" />
+<hkern u1="&#x7b;" u2="n" k="43" />
+<hkern u1="&#x7b;" u2="j" k="-272" />
+<hkern u1="&#x7b;" u2="g" k="25" />
+<hkern u1="&#x7b;" u2="f" k="27" />
+<hkern u1="&#x7b;" u2="e" k="59" />
+<hkern u1="&#x7b;" u2="d" k="55" />
+<hkern u1="&#x7b;" u2="c" k="59" />
+<hkern u1="&#x7b;" u2="a" k="53" />
+<hkern u1="&#x7b;" u2="Y" k="-41" />
+<hkern u1="&#x7b;" u2="O" k="25" />
+<hkern u1="&#x7b;" u2="J" k="10" />
+<hkern u1="&#x7b;" u2="G" k="25" />
+<hkern u1="&#x7b;" u2="C" k="25" />
+<hkern u1="&#x7b;" u2="&#xf0;" k="31" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-117" />
+<hkern u1="&#x7b;" u2="&#xee;" k="-68" />
+<hkern u1="&#x7b;" u2="&#xdf;" k="25" />
+<hkern u1="&#x7b;" u2="x" k="29" />
+<hkern u1="&#x7b;" u2="v" k="23" />
+<hkern u1="&#x7b;" u2="q" k="59" />
+<hkern u1="&#x7b;" u2="m" k="43" />
+<hkern u1="&#x7b;" u2="V" k="-35" />
+<hkern u1="&#x7b;" u2="Q" k="25" />
+<hkern u1="&#x7b;" u2="M" k="12" />
+<hkern u1="&#x7b;" u2="&#x38;" k="10" />
+<hkern u1="&#x7b;" u2="&#x36;" k="35" />
+<hkern u1="&#x7b;" u2="&#x34;" k="20" />
+<hkern u1="&#x7b;" u2="&#x30;" k="25" />
+<hkern u1="&#xa3;" u2="&#x36;" k="10" />
+<hkern u1="&#xa3;" u2="&#x30;" k="14" />
+<hkern u1="&#xab;" u2="&#xde;" k="12" />
+<hkern u1="&#xab;" u2="V" k="31" />
+<hkern u1="&#xab;" u2="P" k="12" />
+<hkern u1="&#xab;" u2="F" k="12" />
+<hkern u1="&#xab;" u2="B" k="12" />
+<hkern u1="&#xb0;" u2="&#x36;" k="29" />
+<hkern u1="&#xb0;" u2="&#x34;" k="76" />
+<hkern u1="&#xb0;" u2="&#x30;" k="16" />
+<hkern u1="&#xb7;" u2="L" k="16" />
+<hkern u1="&#xb7;" u2="&#x39;" k="10" />
+<hkern u1="&#xb7;" u2="&#x38;" k="12" />
+<hkern u1="&#xb7;" u2="&#x37;" k="55" />
+<hkern u1="&#xb7;" u2="&#x35;" k="14" />
+<hkern u1="&#xb7;" u2="&#x33;" k="37" />
+<hkern u1="&#xb7;" u2="&#x32;" k="68" />
+<hkern u1="&#xb7;" u2="&#x31;" k="37" />
+<hkern u1="&#xbb;" u2="&#xde;" k="12" />
+<hkern u1="&#xbb;" u2="x" k="18" />
+<hkern u1="&#xbb;" u2="v" k="10" />
+<hkern u1="&#xbb;" u2="X" k="18" />
+<hkern u1="&#xbb;" u2="V" k="72" />
+<hkern u1="&#xbb;" u2="P" k="12" />
+<hkern u1="&#xbb;" u2="F" k="12" />
+<hkern u1="&#xbb;" u2="B" k="12" />
+<hkern u1="&#xc0;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc0;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc0;" u2="v" k="66" />
+<hkern u1="&#xc0;" u2="q" k="18" />
+<hkern u1="&#xc0;" u2="m" k="12" />
+<hkern u1="&#xc0;" u2="b" k="12" />
+<hkern u1="&#xc0;" u2="]" k="12" />
+<hkern u1="&#xc0;" u2="\" k="61" />
+<hkern u1="&#xc0;" u2="V" k="115" />
+<hkern u1="&#xc0;" u2="Q" k="12" />
+<hkern u1="&#xc0;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc0;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc0;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc1;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc1;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc1;" u2="v" k="66" />
+<hkern u1="&#xc1;" u2="q" k="18" />
+<hkern u1="&#xc1;" u2="m" k="12" />
+<hkern u1="&#xc1;" u2="b" k="12" />
+<hkern u1="&#xc1;" u2="]" k="12" />
+<hkern u1="&#xc1;" u2="\" k="61" />
+<hkern u1="&#xc1;" u2="V" k="115" />
+<hkern u1="&#xc1;" u2="Q" k="12" />
+<hkern u1="&#xc1;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc1;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc1;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc2;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc2;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc2;" u2="v" k="66" />
+<hkern u1="&#xc2;" u2="q" k="18" />
+<hkern u1="&#xc2;" u2="m" k="12" />
+<hkern u1="&#xc2;" u2="b" k="12" />
+<hkern u1="&#xc2;" u2="]" k="12" />
+<hkern u1="&#xc2;" u2="\" k="61" />
+<hkern u1="&#xc2;" u2="V" k="115" />
+<hkern u1="&#xc2;" u2="Q" k="12" />
+<hkern u1="&#xc2;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc2;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc2;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc3;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc3;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc3;" u2="v" k="66" />
+<hkern u1="&#xc3;" u2="q" k="18" />
+<hkern u1="&#xc3;" u2="m" k="12" />
+<hkern u1="&#xc3;" u2="b" k="12" />
+<hkern u1="&#xc3;" u2="]" k="12" />
+<hkern u1="&#xc3;" u2="\" k="61" />
+<hkern u1="&#xc3;" u2="V" k="115" />
+<hkern u1="&#xc3;" u2="Q" k="12" />
+<hkern u1="&#xc3;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc3;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc3;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc4;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc4;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc4;" u2="v" k="66" />
+<hkern u1="&#xc4;" u2="q" k="18" />
+<hkern u1="&#xc4;" u2="m" k="12" />
+<hkern u1="&#xc4;" u2="b" k="12" />
+<hkern u1="&#xc4;" u2="]" k="12" />
+<hkern u1="&#xc4;" u2="\" k="61" />
+<hkern u1="&#xc4;" u2="V" k="115" />
+<hkern u1="&#xc4;" u2="Q" k="12" />
+<hkern u1="&#xc4;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc4;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc4;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc5;" u2="&#xfe;" k="12" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc5;" u2="&#xdf;" k="12" />
+<hkern u1="&#xc5;" u2="v" k="66" />
+<hkern u1="&#xc5;" u2="q" k="18" />
+<hkern u1="&#xc5;" u2="m" k="12" />
+<hkern u1="&#xc5;" u2="b" k="12" />
+<hkern u1="&#xc5;" u2="]" k="12" />
+<hkern u1="&#xc5;" u2="\" k="61" />
+<hkern u1="&#xc5;" u2="V" k="115" />
+<hkern u1="&#xc5;" u2="Q" k="12" />
+<hkern u1="&#xc5;" u2="&#x3f;" k="18" />
+<hkern u1="&#xc5;" u2="&#x2f;" k="-31" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="68" />
+<hkern u1="&#xc5;" u2="&#x29;" k="-18" />
+<hkern u1="&#xc6;" u2="&#xfe;" k="33" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc6;" u2="&#xef;" k="-41" />
+<hkern u1="&#xc6;" u2="&#xee;" k="-4" />
+<hkern u1="&#xc6;" u2="&#xdf;" k="41" />
+<hkern u1="&#xc6;" u2="x" k="31" />
+<hkern u1="&#xc6;" u2="v" k="59" />
+<hkern u1="&#xc6;" u2="q" k="39" />
+<hkern u1="&#xc6;" u2="m" k="43" />
+<hkern u1="&#xc6;" u2="b" k="31" />
+<hkern u1="&#xc7;" u2="&#xfe;" k="27" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="41" />
+<hkern u1="&#xc7;" u2="&#xef;" k="-80" />
+<hkern u1="&#xc7;" u2="&#xee;" k="-27" />
+<hkern u1="&#xc7;" u2="&#xec;" k="14" />
+<hkern u1="&#xc7;" u2="&#xdf;" k="39" />
+<hkern u1="&#xc7;" u2="x" k="49" />
+<hkern u1="&#xc7;" u2="v" k="68" />
+<hkern u1="&#xc7;" u2="q" k="33" />
+<hkern u1="&#xc7;" u2="m" k="41" />
+<hkern u1="&#xc7;" u2="b" k="27" />
+<hkern u1="&#xc7;" u2="Q" k="6" />
+<hkern u1="&#xc8;" u2="&#xfe;" k="33" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc8;" u2="&#xef;" k="-41" />
+<hkern u1="&#xc8;" u2="&#xee;" k="-4" />
+<hkern u1="&#xc8;" u2="&#xdf;" k="41" />
+<hkern u1="&#xc8;" u2="x" k="31" />
+<hkern u1="&#xc8;" u2="v" k="59" />
+<hkern u1="&#xc8;" u2="q" k="39" />
+<hkern u1="&#xc8;" u2="m" k="43" />
+<hkern u1="&#xc8;" u2="b" k="31" />
+<hkern u1="&#xc9;" u2="&#xfe;" k="33" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="43" />
+<hkern u1="&#xc9;" u2="&#xef;" k="-41" />
+<hkern u1="&#xc9;" u2="&#xee;" k="-4" />
+<hkern u1="&#xc9;" u2="&#xdf;" k="41" />
+<hkern u1="&#xc9;" u2="x" k="31" />
+<hkern u1="&#xc9;" u2="v" k="59" />
+<hkern u1="&#xc9;" u2="q" k="39" />
+<hkern u1="&#xc9;" u2="m" k="43" />
+<hkern u1="&#xc9;" u2="b" k="31" />
+<hkern u1="&#xca;" u2="&#xfe;" k="33" />
+<hkern u1="&#xca;" u2="&#xf0;" k="43" />
+<hkern u1="&#xca;" u2="&#xef;" k="-41" />
+<hkern u1="&#xca;" u2="&#xee;" k="-4" />
+<hkern u1="&#xca;" u2="&#xdf;" k="41" />
+<hkern u1="&#xca;" u2="x" k="31" />
+<hkern u1="&#xca;" u2="v" k="59" />
+<hkern u1="&#xca;" u2="q" k="39" />
+<hkern u1="&#xca;" u2="m" k="43" />
+<hkern u1="&#xca;" u2="b" k="31" />
+<hkern u1="&#xcb;" u2="&#xfe;" k="33" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="43" />
+<hkern u1="&#xcb;" u2="&#xef;" k="-41" />
+<hkern u1="&#xcb;" u2="&#xee;" k="-4" />
+<hkern u1="&#xcb;" u2="&#xdf;" k="41" />
+<hkern u1="&#xcb;" u2="x" k="31" />
+<hkern u1="&#xcb;" u2="v" k="59" />
+<hkern u1="&#xcb;" u2="q" k="39" />
+<hkern u1="&#xcb;" u2="m" k="43" />
+<hkern u1="&#xcb;" u2="b" k="31" />
+<hkern u1="&#xcc;" u2="&#xfe;" k="27" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="41" />
+<hkern u1="&#xcc;" u2="&#xef;" k="14" />
+<hkern u1="&#xcc;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcc;" u2="x" k="49" />
+<hkern u1="&#xcc;" u2="v" k="49" />
+<hkern u1="&#xcc;" u2="q" k="41" />
+<hkern u1="&#xcc;" u2="m" k="27" />
+<hkern u1="&#xcc;" u2="b" k="27" />
+<hkern u1="&#xcc;" u2="\" k="10" />
+<hkern u1="&#xcc;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcc;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcc;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcc;" u2="&#x2e;" k="29" />
+<hkern u1="&#xcc;" u2="&#x2c;" k="29" />
+<hkern u1="&#xcc;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcc;" u2="&#x21;" k="12" />
+<hkern u1="&#xcd;" u2="&#xfe;" k="27" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="41" />
+<hkern u1="&#xcd;" u2="&#xef;" k="14" />
+<hkern u1="&#xcd;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcd;" u2="x" k="49" />
+<hkern u1="&#xcd;" u2="v" k="49" />
+<hkern u1="&#xcd;" u2="q" k="41" />
+<hkern u1="&#xcd;" u2="m" k="27" />
+<hkern u1="&#xcd;" u2="b" k="27" />
+<hkern u1="&#xcd;" u2="\" k="10" />
+<hkern u1="&#xcd;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcd;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcd;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcd;" u2="&#x2e;" k="29" />
+<hkern u1="&#xcd;" u2="&#x2c;" k="29" />
+<hkern u1="&#xcd;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcd;" u2="&#x21;" k="12" />
+<hkern u1="&#xce;" u2="&#xfe;" k="27" />
+<hkern u1="&#xce;" u2="&#xf0;" k="41" />
+<hkern u1="&#xce;" u2="&#xef;" k="14" />
+<hkern u1="&#xce;" u2="&#xdf;" k="27" />
+<hkern u1="&#xce;" u2="x" k="49" />
+<hkern u1="&#xce;" u2="v" k="49" />
+<hkern u1="&#xce;" u2="q" k="41" />
+<hkern u1="&#xce;" u2="m" k="27" />
+<hkern u1="&#xce;" u2="b" k="27" />
+<hkern u1="&#xce;" u2="\" k="10" />
+<hkern u1="&#xce;" u2="&#x3f;" k="10" />
+<hkern u1="&#xce;" u2="&#x3a;" k="14" />
+<hkern u1="&#xce;" u2="&#x2f;" k="12" />
+<hkern u1="&#xce;" u2="&#x2e;" k="29" />
+<hkern u1="&#xce;" u2="&#x2c;" k="29" />
+<hkern u1="&#xce;" u2="&#x2a;" k="10" />
+<hkern u1="&#xce;" u2="&#x21;" k="12" />
+<hkern u1="&#xcf;" u2="&#xfe;" k="27" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="41" />
+<hkern u1="&#xcf;" u2="&#xef;" k="14" />
+<hkern u1="&#xcf;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcf;" u2="x" k="49" />
+<hkern u1="&#xcf;" u2="v" k="49" />
+<hkern u1="&#xcf;" u2="q" k="41" />
+<hkern u1="&#xcf;" u2="m" k="27" />
+<hkern u1="&#xcf;" u2="b" k="27" />
+<hkern u1="&#xcf;" u2="\" k="10" />
+<hkern u1="&#xcf;" u2="&#x3f;" k="10" />
+<hkern u1="&#xcf;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcf;" u2="&#x2f;" k="12" />
+<hkern u1="&#xcf;" u2="&#x2e;" k="29" />
+<hkern u1="&#xcf;" u2="&#x2c;" k="29" />
+<hkern u1="&#xcf;" u2="&#x2a;" k="10" />
+<hkern u1="&#xcf;" u2="&#x21;" k="12" />
+<hkern u1="&#xd0;" u2="&#xfe;" k="35" />
+<hkern u1="&#xd0;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd0;" u2="&#xdf;" k="35" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="27" />
+<hkern u1="&#xd0;" u2="x" k="27" />
+<hkern u1="&#xd0;" u2="v" k="6" />
+<hkern u1="&#xd0;" u2="q" k="33" />
+<hkern u1="&#xd0;" u2="m" k="37" />
+<hkern u1="&#xd0;" u2="b" k="35" />
+<hkern u1="&#xd0;" u2="]" k="25" />
+<hkern u1="&#xd0;" u2="\" k="14" />
+<hkern u1="&#xd0;" u2="X" k="23" />
+<hkern u1="&#xd0;" u2="V" k="14" />
+<hkern u1="&#xd0;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd0;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd0;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd0;" u2="&#x2c;" k="57" />
+<hkern u1="&#xd0;" u2="&#x29;" k="23" />
+<hkern u1="&#xd0;" u2="&#x21;" k="12" />
+<hkern u1="&#xd1;" u2="&#xfe;" k="27" />
+<hkern u1="&#xd1;" u2="&#xf0;" k="43" />
+<hkern u1="&#xd1;" u2="&#xdf;" k="25" />
+<hkern u1="&#xd1;" u2="x" k="49" />
+<hkern u1="&#xd1;" u2="v" k="49" />
+<hkern u1="&#xd1;" u2="q" k="43" />
+<hkern u1="&#xd1;" u2="m" k="25" />
+<hkern u1="&#xd1;" u2="b" k="27" />
+<hkern u1="&#xd1;" u2="\" k="10" />
+<hkern u1="&#xd1;" u2="&#x3f;" k="10" />
+<hkern u1="&#xd1;" u2="&#x3a;" k="14" />
+<hkern u1="&#xd1;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd1;" u2="&#x2e;" k="29" />
+<hkern u1="&#xd1;" u2="&#x2c;" k="29" />
+<hkern u1="&#xd1;" u2="&#x2a;" k="12" />
+<hkern u1="&#xd1;" u2="&#x21;" k="10" />
+<hkern u1="&#xd2;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd2;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd2;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd2;" u2="x" k="27" />
+<hkern u1="&#xd2;" u2="q" k="31" />
+<hkern u1="&#xd2;" u2="m" k="35" />
+<hkern u1="&#xd2;" u2="b" k="33" />
+<hkern u1="&#xd2;" u2="]" k="23" />
+<hkern u1="&#xd2;" u2="\" k="14" />
+<hkern u1="&#xd2;" u2="X" k="20" />
+<hkern u1="&#xd2;" u2="V" k="12" />
+<hkern u1="&#xd2;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd2;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd2;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd2;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd2;" u2="&#x29;" k="20" />
+<hkern u1="&#xd2;" u2="&#x21;" k="10" />
+<hkern u1="&#xd3;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd3;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd3;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd3;" u2="x" k="27" />
+<hkern u1="&#xd3;" u2="q" k="31" />
+<hkern u1="&#xd3;" u2="m" k="35" />
+<hkern u1="&#xd3;" u2="b" k="33" />
+<hkern u1="&#xd3;" u2="]" k="23" />
+<hkern u1="&#xd3;" u2="\" k="14" />
+<hkern u1="&#xd3;" u2="X" k="20" />
+<hkern u1="&#xd3;" u2="V" k="12" />
+<hkern u1="&#xd3;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd3;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd3;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd3;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd3;" u2="&#x29;" k="20" />
+<hkern u1="&#xd3;" u2="&#x21;" k="10" />
+<hkern u1="&#xd4;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd4;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd4;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd4;" u2="x" k="27" />
+<hkern u1="&#xd4;" u2="q" k="31" />
+<hkern u1="&#xd4;" u2="m" k="35" />
+<hkern u1="&#xd4;" u2="b" k="33" />
+<hkern u1="&#xd4;" u2="]" k="23" />
+<hkern u1="&#xd4;" u2="\" k="14" />
+<hkern u1="&#xd4;" u2="X" k="20" />
+<hkern u1="&#xd4;" u2="V" k="12" />
+<hkern u1="&#xd4;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd4;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd4;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd4;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd4;" u2="&#x29;" k="20" />
+<hkern u1="&#xd4;" u2="&#x21;" k="10" />
+<hkern u1="&#xd5;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd5;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd5;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd5;" u2="x" k="27" />
+<hkern u1="&#xd5;" u2="q" k="31" />
+<hkern u1="&#xd5;" u2="m" k="35" />
+<hkern u1="&#xd5;" u2="b" k="33" />
+<hkern u1="&#xd5;" u2="]" k="23" />
+<hkern u1="&#xd5;" u2="\" k="14" />
+<hkern u1="&#xd5;" u2="X" k="20" />
+<hkern u1="&#xd5;" u2="V" k="12" />
+<hkern u1="&#xd5;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd5;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd5;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd5;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd5;" u2="&#x29;" k="20" />
+<hkern u1="&#xd5;" u2="&#x21;" k="10" />
+<hkern u1="&#xd6;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd6;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd6;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd6;" u2="x" k="27" />
+<hkern u1="&#xd6;" u2="q" k="31" />
+<hkern u1="&#xd6;" u2="m" k="35" />
+<hkern u1="&#xd6;" u2="b" k="33" />
+<hkern u1="&#xd6;" u2="]" k="23" />
+<hkern u1="&#xd6;" u2="\" k="14" />
+<hkern u1="&#xd6;" u2="X" k="20" />
+<hkern u1="&#xd6;" u2="V" k="12" />
+<hkern u1="&#xd6;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd6;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd6;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd6;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd6;" u2="&#x29;" k="20" />
+<hkern u1="&#xd6;" u2="&#x21;" k="10" />
+<hkern u1="&#xd8;" u2="Y" k="12" />
+<hkern u1="&#xd8;" u2="&#x178;" k="12" />
+<hkern u1="&#xd8;" u2="&#xfe;" k="33" />
+<hkern u1="&#xd8;" u2="&#xf0;" k="27" />
+<hkern u1="&#xd8;" u2="&#xdf;" k="33" />
+<hkern u1="&#xd8;" u2="&#xdd;" k="12" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="25" />
+<hkern u1="&#xd8;" u2="x" k="27" />
+<hkern u1="&#xd8;" u2="q" k="31" />
+<hkern u1="&#xd8;" u2="m" k="35" />
+<hkern u1="&#xd8;" u2="b" k="33" />
+<hkern u1="&#xd8;" u2="]" k="23" />
+<hkern u1="&#xd8;" u2="\" k="14" />
+<hkern u1="&#xd8;" u2="X" k="20" />
+<hkern u1="&#xd8;" u2="V" k="12" />
+<hkern u1="&#xd8;" u2="&#x3f;" k="20" />
+<hkern u1="&#xd8;" u2="&#x2f;" k="16" />
+<hkern u1="&#xd8;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd8;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd8;" u2="&#x29;" k="20" />
+<hkern u1="&#xd8;" u2="&#x21;" k="10" />
+<hkern u1="&#xd9;" u2="&#xfe;" k="37" />
+<hkern u1="&#xd9;" u2="&#xf0;" k="49" />
+<hkern u1="&#xd9;" u2="&#xef;" k="6" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="41" />
+<hkern u1="&#xd9;" u2="x" k="53" />
+<hkern u1="&#xd9;" u2="v" k="39" />
+<hkern u1="&#xd9;" u2="q" k="49" />
+<hkern u1="&#xd9;" u2="m" k="51" />
+<hkern u1="&#xd9;" u2="b" k="37" />
+<hkern u1="&#xd9;" u2="X" k="6" />
+<hkern u1="&#xd9;" u2="&#x3b;" k="10" />
+<hkern u1="&#xd9;" u2="&#x3a;" k="18" />
+<hkern u1="&#xd9;" u2="&#x2f;" k="27" />
+<hkern u1="&#xd9;" u2="&#x2e;" k="61" />
+<hkern u1="&#xd9;" u2="&#x2c;" k="63" />
+<hkern u1="&#xd9;" u2="&#x21;" k="12" />
+<hkern u1="&#xda;" u2="&#xfe;" k="37" />
+<hkern u1="&#xda;" u2="&#xf0;" k="49" />
+<hkern u1="&#xda;" u2="&#xef;" k="6" />
+<hkern u1="&#xda;" u2="&#xdf;" k="41" />
+<hkern u1="&#xda;" u2="x" k="53" />
+<hkern u1="&#xda;" u2="v" k="39" />
+<hkern u1="&#xda;" u2="q" k="49" />
+<hkern u1="&#xda;" u2="m" k="51" />
+<hkern u1="&#xda;" u2="b" k="37" />
+<hkern u1="&#xda;" u2="X" k="6" />
+<hkern u1="&#xda;" u2="&#x3b;" k="10" />
+<hkern u1="&#xda;" u2="&#x3a;" k="18" />
+<hkern u1="&#xda;" u2="&#x2f;" k="27" />
+<hkern u1="&#xda;" u2="&#x2e;" k="61" />
+<hkern u1="&#xda;" u2="&#x2c;" k="63" />
+<hkern u1="&#xda;" u2="&#x21;" k="12" />
+<hkern u1="&#xdb;" u2="&#xfe;" k="37" />
+<hkern u1="&#xdb;" u2="&#xf0;" k="49" />
+<hkern u1="&#xdb;" u2="&#xef;" k="6" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="41" />
+<hkern u1="&#xdb;" u2="x" k="53" />
+<hkern u1="&#xdb;" u2="v" k="39" />
+<hkern u1="&#xdb;" u2="q" k="49" />
+<hkern u1="&#xdb;" u2="m" k="51" />
+<hkern u1="&#xdb;" u2="b" k="37" />
+<hkern u1="&#xdb;" u2="X" k="6" />
+<hkern u1="&#xdb;" u2="&#x3b;" k="10" />
+<hkern u1="&#xdb;" u2="&#x3a;" k="18" />
+<hkern u1="&#xdb;" u2="&#x2f;" k="27" />
+<hkern u1="&#xdb;" u2="&#x2e;" k="61" />
+<hkern u1="&#xdb;" u2="&#x2c;" k="63" />
+<hkern u1="&#xdb;" u2="&#x21;" k="12" />
+<hkern u1="&#xdc;" u2="&#xfe;" k="37" />
+<hkern u1="&#xdc;" u2="&#xf0;" k="49" />
+<hkern u1="&#xdc;" u2="&#xef;" k="6" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="41" />
+<hkern u1="&#xdc;" u2="x" k="53" />
+<hkern u1="&#xdc;" u2="v" k="39" />
+<hkern u1="&#xdc;" u2="q" k="49" />
+<hkern u1="&#xdc;" u2="m" k="51" />
+<hkern u1="&#xdc;" u2="b" k="37" />
+<hkern u1="&#xdc;" u2="X" k="6" />
+<hkern u1="&#xdc;" u2="&#x3b;" k="10" />
+<hkern u1="&#xdc;" u2="&#x3a;" k="18" />
+<hkern u1="&#xdc;" u2="&#x2f;" k="27" />
+<hkern u1="&#xdc;" u2="&#x2e;" k="61" />
+<hkern u1="&#xdc;" u2="&#x2c;" k="63" />
+<hkern u1="&#xdc;" u2="&#x21;" k="12" />
+<hkern u1="&#xdd;" u2="&#xfe;" k="23" />
+<hkern u1="&#xdd;" u2="&#xfc;" k="135" />
+<hkern u1="&#xdd;" u2="&#xf6;" k="90" />
+<hkern u1="&#xdd;" u2="&#xf5;" k="147" />
+<hkern u1="&#xdd;" u2="&#xf4;" k="201" />
+<hkern u1="&#xdd;" u2="&#xf2;" k="205" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="61" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-102" />
+<hkern u1="&#xdd;" u2="&#xee;" k="-2" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-2" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="94" />
+<hkern u1="&#xdd;" u2="&#xea;" k="205" />
+<hkern u1="&#xdd;" u2="&#xe8;" k="227" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="72" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="117" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="53" />
+<hkern u1="&#xdd;" u2="&#x7d;" k="-39" />
+<hkern u1="&#xdd;" u2="x" k="84" />
+<hkern u1="&#xdd;" u2="v" k="66" />
+<hkern u1="&#xdd;" u2="q" k="242" />
+<hkern u1="&#xdd;" u2="m" k="160" />
+<hkern u1="&#xdd;" u2="b" k="23" />
+<hkern u1="&#xdd;" u2="]" k="-49" />
+<hkern u1="&#xdd;" u2="\" k="-49" />
+<hkern u1="&#xdd;" u2="X" k="-14" />
+<hkern u1="&#xdd;" u2="V" k="-41" />
+<hkern u1="&#xdd;" u2="Q" k="27" />
+<hkern u1="&#xdd;" u2="M" k="31" />
+<hkern u1="&#xdd;" u2="&#x40;" k="51" />
+<hkern u1="&#xdd;" u2="&#x3b;" k="47" />
+<hkern u1="&#xdd;" u2="&#x3a;" k="68" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="68" />
+<hkern u1="&#xdd;" u2="&#x2e;" k="143" />
+<hkern u1="&#xdd;" u2="&#x2c;" k="133" />
+<hkern u1="&#xdd;" u2="&#x29;" k="-18" />
+<hkern u1="&#xde;" g2="uniFB02" k="14" />
+<hkern u1="&#xde;" g2="uniFB01" k="14" />
+<hkern u1="&#xde;" u2="&#x201e;" k="113" />
+<hkern u1="&#xde;" u2="&#x201a;" k="113" />
+<hkern u1="&#xde;" u2="&#x178;" k="37" />
+<hkern u1="&#xde;" u2="&#x153;" k="23" />
+<hkern u1="&#xde;" u2="&#xfe;" k="25" />
+<hkern u1="&#xde;" u2="&#xfc;" k="18" />
+<hkern u1="&#xde;" u2="&#xfb;" k="18" />
+<hkern u1="&#xde;" u2="&#xfa;" k="18" />
+<hkern u1="&#xde;" u2="&#xf9;" k="18" />
+<hkern u1="&#xde;" u2="&#xf8;" k="23" />
+<hkern u1="&#xde;" u2="&#xf6;" k="23" />
+<hkern u1="&#xde;" u2="&#xf5;" k="23" />
+<hkern u1="&#xde;" u2="&#xf4;" k="23" />
+<hkern u1="&#xde;" u2="&#xf3;" k="23" />
+<hkern u1="&#xde;" u2="&#xf2;" k="23" />
+<hkern u1="&#xde;" u2="&#xf1;" k="25" />
+<hkern u1="&#xde;" u2="&#xef;" k="25" />
+<hkern u1="&#xde;" u2="&#xee;" k="25" />
+<hkern u1="&#xde;" u2="&#xed;" k="25" />
+<hkern u1="&#xde;" u2="&#xec;" k="25" />
+<hkern u1="&#xde;" u2="&#xeb;" k="23" />
+<hkern u1="&#xde;" u2="&#xea;" k="23" />
+<hkern u1="&#xde;" u2="&#xe9;" k="23" />
+<hkern u1="&#xde;" u2="&#xe8;" k="23" />
+<hkern u1="&#xde;" u2="&#xe7;" k="23" />
+<hkern u1="&#xde;" u2="&#xe6;" k="33" />
+<hkern u1="&#xde;" u2="&#xe5;" k="33" />
+<hkern u1="&#xde;" u2="&#xe4;" k="33" />
+<hkern u1="&#xde;" u2="&#xe3;" k="33" />
+<hkern u1="&#xde;" u2="&#xe2;" k="33" />
+<hkern u1="&#xde;" u2="&#xe1;" k="33" />
+<hkern u1="&#xde;" u2="&#xe0;" k="33" />
+<hkern u1="&#xde;" u2="&#xdd;" k="37" />
+<hkern u1="&#xde;" u2="&#xc6;" k="33" />
+<hkern u1="&#xde;" u2="&#xc5;" k="14" />
+<hkern u1="&#xde;" u2="&#xc4;" k="14" />
+<hkern u1="&#xde;" u2="&#xc3;" k="14" />
+<hkern u1="&#xde;" u2="&#xc2;" k="14" />
+<hkern u1="&#xde;" u2="&#xc1;" k="14" />
+<hkern u1="&#xde;" u2="&#xc0;" k="14" />
+<hkern u1="&#xde;" u2="z" k="16" />
+<hkern u1="&#xde;" u2="u" k="18" />
+<hkern u1="&#xde;" u2="s" k="14" />
+<hkern u1="&#xde;" u2="r" k="25" />
+<hkern u1="&#xde;" u2="p" k="25" />
+<hkern u1="&#xde;" u2="o" k="23" />
+<hkern u1="&#xde;" u2="n" k="25" />
+<hkern u1="&#xde;" u2="l" k="23" />
+<hkern u1="&#xde;" u2="k" k="23" />
+<hkern u1="&#xde;" u2="j" k="25" />
+<hkern u1="&#xde;" u2="i" k="25" />
+<hkern u1="&#xde;" u2="h" k="23" />
+<hkern u1="&#xde;" u2="g" k="55" />
+<hkern u1="&#xde;" u2="f" k="14" />
+<hkern u1="&#xde;" u2="e" k="23" />
+<hkern u1="&#xde;" u2="d" k="20" />
+<hkern u1="&#xde;" u2="c" k="23" />
+<hkern u1="&#xde;" u2="a" k="33" />
+<hkern u1="&#xde;" u2="Z" k="16" />
+<hkern u1="&#xde;" u2="Y" k="37" />
+<hkern u1="&#xde;" u2="W" k="6" />
+<hkern u1="&#xde;" u2="T" k="14" />
+<hkern u1="&#xde;" u2="J" k="55" />
+<hkern u1="&#xde;" u2="A" k="14" />
+<hkern u1="&#xde;" u2="&#x27;" k="16" />
+<hkern u1="&#xde;" u2="&#x22;" k="16" />
+<hkern u1="&#xde;" u2="&#x7d;" k="31" />
+<hkern u1="&#xde;" u2="x" k="12" />
+<hkern u1="&#xde;" u2="v" k="-6" />
+<hkern u1="&#xde;" u2="q" k="23" />
+<hkern u1="&#xde;" u2="m" k="25" />
+<hkern u1="&#xde;" u2="b" k="23" />
+<hkern u1="&#xde;" u2="]" k="29" />
+<hkern u1="&#xde;" u2="\" k="12" />
+<hkern u1="&#xde;" u2="X" k="35" />
+<hkern u1="&#xde;" u2="V" k="12" />
+<hkern u1="&#xde;" u2="&#x3f;" k="25" />
+<hkern u1="&#xde;" u2="&#x2f;" k="14" />
+<hkern u1="&#xde;" u2="&#x2e;" k="72" />
+<hkern u1="&#xde;" u2="&#x2c;" k="78" />
+<hkern u1="&#xde;" u2="&#x29;" k="29" />
+<hkern u1="&#xde;" u2="&#x21;" k="10" />
+<hkern u1="&#xdf;" g2="uniFB02" k="8" />
+<hkern u1="&#xdf;" g2="uniFB01" k="8" />
+<hkern u1="&#xdf;" u2="&#x201d;" k="12" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="12" />
+<hkern u1="&#xdf;" u2="&#xff;" k="25" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="25" />
+<hkern u1="&#xdf;" u2="y" k="25" />
+<hkern u1="&#xdf;" u2="w" k="14" />
+<hkern u1="&#xdf;" u2="t" k="6" />
+<hkern u1="&#xdf;" u2="f" k="8" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="18" />
+<hkern u1="&#xdf;" u2="x" k="8" />
+<hkern u1="&#xdf;" u2="v" k="29" />
+<hkern u1="&#xdf;" u2="]" k="18" />
+<hkern u1="&#xdf;" u2="\" k="23" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="16" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="10" />
+<hkern u1="&#xdf;" u2="&#x29;" k="10" />
+<hkern u1="&#xe0;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe0;" u2="v" k="6" />
+<hkern u1="&#xe0;" u2="]" k="49" />
+<hkern u1="&#xe0;" u2="\" k="55" />
+<hkern u1="&#xe0;" u2="X" k="37" />
+<hkern u1="&#xe0;" u2="V" k="193" />
+<hkern u1="&#xe0;" u2="Q" k="41" />
+<hkern u1="&#xe0;" u2="P" k="29" />
+<hkern u1="&#xe0;" u2="M" k="23" />
+<hkern u1="&#xe0;" u2="F" k="29" />
+<hkern u1="&#xe0;" u2="B" k="29" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe0;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe0;" u2="&#x29;" k="10" />
+<hkern u1="&#xe0;" u2="&#x21;" k="16" />
+<hkern u1="&#xe1;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe1;" u2="v" k="6" />
+<hkern u1="&#xe1;" u2="]" k="49" />
+<hkern u1="&#xe1;" u2="\" k="55" />
+<hkern u1="&#xe1;" u2="X" k="37" />
+<hkern u1="&#xe1;" u2="V" k="193" />
+<hkern u1="&#xe1;" u2="Q" k="41" />
+<hkern u1="&#xe1;" u2="P" k="29" />
+<hkern u1="&#xe1;" u2="M" k="23" />
+<hkern u1="&#xe1;" u2="F" k="29" />
+<hkern u1="&#xe1;" u2="B" k="29" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe1;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe1;" u2="&#x29;" k="10" />
+<hkern u1="&#xe1;" u2="&#x21;" k="16" />
+<hkern u1="&#xe2;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe2;" u2="v" k="6" />
+<hkern u1="&#xe2;" u2="]" k="49" />
+<hkern u1="&#xe2;" u2="\" k="55" />
+<hkern u1="&#xe2;" u2="X" k="37" />
+<hkern u1="&#xe2;" u2="V" k="193" />
+<hkern u1="&#xe2;" u2="Q" k="41" />
+<hkern u1="&#xe2;" u2="P" k="29" />
+<hkern u1="&#xe2;" u2="M" k="23" />
+<hkern u1="&#xe2;" u2="F" k="29" />
+<hkern u1="&#xe2;" u2="B" k="29" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe2;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe2;" u2="&#x29;" k="10" />
+<hkern u1="&#xe2;" u2="&#x21;" k="16" />
+<hkern u1="&#xe3;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe3;" u2="v" k="6" />
+<hkern u1="&#xe3;" u2="]" k="49" />
+<hkern u1="&#xe3;" u2="\" k="55" />
+<hkern u1="&#xe3;" u2="X" k="37" />
+<hkern u1="&#xe3;" u2="V" k="193" />
+<hkern u1="&#xe3;" u2="Q" k="41" />
+<hkern u1="&#xe3;" u2="P" k="29" />
+<hkern u1="&#xe3;" u2="M" k="23" />
+<hkern u1="&#xe3;" u2="F" k="29" />
+<hkern u1="&#xe3;" u2="B" k="29" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe3;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe3;" u2="&#x29;" k="10" />
+<hkern u1="&#xe3;" u2="&#x21;" k="16" />
+<hkern u1="&#xe4;" u2="&#x2019;" k="41" />
+<hkern u1="&#xe4;" u2="&#x27;" k="72" />
+<hkern u1="&#xe4;" u2="&#x201d;" k="41" />
+<hkern u1="&#xe4;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe4;" u2="v" k="6" />
+<hkern u1="&#xe4;" u2="]" k="49" />
+<hkern u1="&#xe4;" u2="\" k="55" />
+<hkern u1="&#xe4;" u2="X" k="37" />
+<hkern u1="&#xe4;" u2="V" k="193" />
+<hkern u1="&#xe4;" u2="Q" k="41" />
+<hkern u1="&#xe4;" u2="P" k="29" />
+<hkern u1="&#xe4;" u2="M" k="23" />
+<hkern u1="&#xe4;" u2="F" k="29" />
+<hkern u1="&#xe4;" u2="B" k="29" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe4;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe4;" u2="&#x29;" k="10" />
+<hkern u1="&#xe4;" u2="&#x22;" k="72" />
+<hkern u1="&#xe4;" u2="&#x21;" k="16" />
+<hkern u1="&#xe5;" u2="&#x7d;" k="43" />
+<hkern u1="&#xe5;" u2="v" k="6" />
+<hkern u1="&#xe5;" u2="]" k="49" />
+<hkern u1="&#xe5;" u2="\" k="55" />
+<hkern u1="&#xe5;" u2="X" k="37" />
+<hkern u1="&#xe5;" u2="V" k="193" />
+<hkern u1="&#xe5;" u2="Q" k="41" />
+<hkern u1="&#xe5;" u2="P" k="29" />
+<hkern u1="&#xe5;" u2="M" k="23" />
+<hkern u1="&#xe5;" u2="F" k="29" />
+<hkern u1="&#xe5;" u2="B" k="29" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe5;" u2="&#x2a;" k="45" />
+<hkern u1="&#xe5;" u2="&#x29;" k="10" />
+<hkern u1="&#xe5;" u2="&#x21;" k="16" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="57" />
+<hkern u1="&#xe6;" u2="x" k="6" />
+<hkern u1="&#xe6;" u2="]" k="61" />
+<hkern u1="&#xe6;" u2="\" k="49" />
+<hkern u1="&#xe6;" u2="X" k="53" />
+<hkern u1="&#xe6;" u2="V" k="197" />
+<hkern u1="&#xe6;" u2="Q" k="25" />
+<hkern u1="&#xe6;" u2="P" k="47" />
+<hkern u1="&#xe6;" u2="M" k="27" />
+<hkern u1="&#xe6;" u2="F" k="47" />
+<hkern u1="&#xe6;" u2="B" k="47" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe6;" u2="&#x2a;" k="41" />
+<hkern u1="&#xe6;" u2="&#x29;" k="16" />
+<hkern u1="&#xe6;" u2="&#x21;" k="18" />
+<hkern u1="&#xe7;" u2="j" k="-66" />
+<hkern u1="&#xe7;" u2="&#x7d;" k="51" />
+<hkern u1="&#xe7;" u2="]" k="57" />
+<hkern u1="&#xe7;" u2="\" k="47" />
+<hkern u1="&#xe7;" u2="X" k="35" />
+<hkern u1="&#xe7;" u2="V" k="209" />
+<hkern u1="&#xe7;" u2="Q" k="29" />
+<hkern u1="&#xe7;" u2="P" k="47" />
+<hkern u1="&#xe7;" u2="M" k="20" />
+<hkern u1="&#xe7;" u2="F" k="47" />
+<hkern u1="&#xe7;" u2="B" k="47" />
+<hkern u1="&#xe7;" u2="&#x3f;" k="33" />
+<hkern u1="&#xe7;" u2="&#x2a;" k="31" />
+<hkern u1="&#xe7;" u2="&#x29;" k="10" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="57" />
+<hkern u1="&#xe8;" u2="x" k="6" />
+<hkern u1="&#xe8;" u2="]" k="61" />
+<hkern u1="&#xe8;" u2="\" k="49" />
+<hkern u1="&#xe8;" u2="X" k="53" />
+<hkern u1="&#xe8;" u2="V" k="197" />
+<hkern u1="&#xe8;" u2="Q" k="25" />
+<hkern u1="&#xe8;" u2="P" k="47" />
+<hkern u1="&#xe8;" u2="M" k="27" />
+<hkern u1="&#xe8;" u2="F" k="47" />
+<hkern u1="&#xe8;" u2="B" k="47" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe8;" u2="&#x2a;" k="41" />
+<hkern u1="&#xe8;" u2="&#x29;" k="16" />
+<hkern u1="&#xe8;" u2="&#x21;" k="18" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="57" />
+<hkern u1="&#xe9;" u2="x" k="6" />
+<hkern u1="&#xe9;" u2="]" k="61" />
+<hkern u1="&#xe9;" u2="\" k="49" />
+<hkern u1="&#xe9;" u2="X" k="53" />
+<hkern u1="&#xe9;" u2="V" k="197" />
+<hkern u1="&#xe9;" u2="Q" k="25" />
+<hkern u1="&#xe9;" u2="P" k="47" />
+<hkern u1="&#xe9;" u2="M" k="27" />
+<hkern u1="&#xe9;" u2="F" k="47" />
+<hkern u1="&#xe9;" u2="B" k="47" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="43" />
+<hkern u1="&#xe9;" u2="&#x2a;" k="41" />
+<hkern u1="&#xe9;" u2="&#x29;" k="16" />
+<hkern u1="&#xe9;" u2="&#x21;" k="18" />
+<hkern u1="&#xea;" u2="&#x7d;" k="57" />
+<hkern u1="&#xea;" u2="x" k="6" />
+<hkern u1="&#xea;" u2="]" k="61" />
+<hkern u1="&#xea;" u2="\" k="49" />
+<hkern u1="&#xea;" u2="X" k="53" />
+<hkern u1="&#xea;" u2="V" k="197" />
+<hkern u1="&#xea;" u2="Q" k="25" />
+<hkern u1="&#xea;" u2="P" k="47" />
+<hkern u1="&#xea;" u2="M" k="27" />
+<hkern u1="&#xea;" u2="F" k="47" />
+<hkern u1="&#xea;" u2="B" k="47" />
+<hkern u1="&#xea;" u2="&#x3f;" k="43" />
+<hkern u1="&#xea;" u2="&#x2a;" k="41" />
+<hkern u1="&#xea;" u2="&#x29;" k="16" />
+<hkern u1="&#xea;" u2="&#x21;" k="18" />
+<hkern u1="&#xeb;" u2="&#x2019;" k="35" />
+<hkern u1="&#xeb;" u2="&#x27;" k="66" />
+<hkern u1="&#xeb;" u2="&#x201d;" k="35" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="37" />
+<hkern u1="&#xeb;" u2="x" k="6" />
+<hkern u1="&#xeb;" u2="]" k="35" />
+<hkern u1="&#xeb;" u2="\" k="49" />
+<hkern u1="&#xeb;" u2="X" k="53" />
+<hkern u1="&#xeb;" u2="V" k="197" />
+<hkern u1="&#xeb;" u2="Q" k="25" />
+<hkern u1="&#xeb;" u2="P" k="47" />
+<hkern u1="&#xeb;" u2="M" k="27" />
+<hkern u1="&#xeb;" u2="F" k="47" />
+<hkern u1="&#xeb;" u2="B" k="47" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="43" />
+<hkern u1="&#xeb;" u2="&#x2a;" k="41" />
+<hkern u1="&#xeb;" u2="&#x29;" k="16" />
+<hkern u1="&#xeb;" u2="&#x22;" k="66" />
+<hkern u1="&#xeb;" u2="&#x21;" k="18" />
+<hkern u1="&#xec;" u2="&#xef;" k="-39" />
+<hkern u1="&#xec;" u2="&#x7d;" k="10" />
+<hkern u1="&#xec;" u2="]" k="-10" />
+<hkern u1="&#xec;" u2="\" k="12" />
+<hkern u1="&#xec;" u2="X" k="39" />
+<hkern u1="&#xec;" u2="V" k="33" />
+<hkern u1="&#xec;" u2="Q" k="35" />
+<hkern u1="&#xec;" u2="P" k="27" />
+<hkern u1="&#xec;" u2="M" k="20" />
+<hkern u1="&#xec;" u2="F" k="27" />
+<hkern u1="&#xec;" u2="B" k="27" />
+<hkern u1="&#xec;" u2="&#x21;" k="12" />
+<hkern u1="&#xed;" u2="&#xef;" k="-39" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-8" />
+<hkern u1="&#xed;" u2="]" k="-8" />
+<hkern u1="&#xed;" u2="\" k="12" />
+<hkern u1="&#xed;" u2="X" k="39" />
+<hkern u1="&#xed;" u2="V" k="33" />
+<hkern u1="&#xed;" u2="Q" k="35" />
+<hkern u1="&#xed;" u2="P" k="27" />
+<hkern u1="&#xed;" u2="M" k="20" />
+<hkern u1="&#xed;" u2="F" k="27" />
+<hkern u1="&#xed;" u2="B" k="27" />
+<hkern u1="&#xed;" u2="&#x21;" k="12" />
+<hkern u1="&#xee;" u2="&#x2019;" k="-31" />
+<hkern u1="&#xee;" u2="&#x27;" k="-41" />
+<hkern u1="&#xee;" u2="&#x201d;" k="-31" />
+<hkern u1="&#xee;" u2="&#xef;" k="-39" />
+<hkern u1="&#xee;" u2="&#x7d;" k="-66" />
+<hkern u1="&#xee;" u2="]" k="-84" />
+<hkern u1="&#xee;" u2="\" k="-29" />
+<hkern u1="&#xee;" u2="X" k="39" />
+<hkern u1="&#xee;" u2="V" k="33" />
+<hkern u1="&#xee;" u2="Q" k="35" />
+<hkern u1="&#xee;" u2="P" k="27" />
+<hkern u1="&#xee;" u2="M" k="20" />
+<hkern u1="&#xee;" u2="F" k="27" />
+<hkern u1="&#xee;" u2="B" k="27" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-49" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-59" />
+<hkern u1="&#xee;" u2="&#x29;" k="-47" />
+<hkern u1="&#xee;" u2="&#x22;" k="-41" />
+<hkern u1="&#xee;" u2="&#x21;" k="12" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-104" />
+<hkern u1="&#xef;" u2="&#xee;" k="-41" />
+<hkern u1="&#xef;" u2="&#xed;" k="-41" />
+<hkern u1="&#xef;" u2="&#xec;" k="-41" />
+<hkern u1="&#xef;" u2="j" k="-39" />
+<hkern u1="&#xef;" u2="i" k="-41" />
+<hkern u1="&#xef;" u2="&#x27;" k="-76" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-104" />
+<hkern u1="&#xef;" u2="&#xef;" k="-39" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-117" />
+<hkern u1="&#xef;" u2="]" k="-119" />
+<hkern u1="&#xef;" u2="\" k="-92" />
+<hkern u1="&#xef;" u2="X" k="39" />
+<hkern u1="&#xef;" u2="V" k="33" />
+<hkern u1="&#xef;" u2="Q" k="35" />
+<hkern u1="&#xef;" u2="P" k="27" />
+<hkern u1="&#xef;" u2="M" k="20" />
+<hkern u1="&#xef;" u2="F" k="27" />
+<hkern u1="&#xef;" u2="B" k="27" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-117" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-98" />
+<hkern u1="&#xef;" u2="&#x29;" k="-90" />
+<hkern u1="&#xef;" u2="&#x22;" k="-76" />
+<hkern u1="&#xef;" u2="&#x21;" k="-18" />
+<hkern u1="&#xf0;" u2="&#x201d;" k="16" />
+<hkern u1="&#xf0;" u2="&#x2019;" k="16" />
+<hkern u1="&#xf0;" u2="g" k="6" />
+<hkern u1="&#xf0;" u2="&#x27;" k="16" />
+<hkern u1="&#xf0;" u2="&#x22;" k="16" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="41" />
+<hkern u1="&#xf0;" u2="]" k="41" />
+<hkern u1="&#xf0;" u2="\" k="33" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="35" />
+<hkern u1="&#xf0;" u2="&#x29;" k="29" />
+<hkern u1="&#xf0;" u2="&#x21;" k="16" />
+<hkern u1="&#xf1;" u2="&#x7d;" k="41" />
+<hkern u1="&#xf1;" u2="v" k="14" />
+<hkern u1="&#xf1;" u2="]" k="47" />
+<hkern u1="&#xf1;" u2="\" k="57" />
+<hkern u1="&#xf1;" u2="X" k="33" />
+<hkern u1="&#xf1;" u2="V" k="221" />
+<hkern u1="&#xf1;" u2="Q" k="45" />
+<hkern u1="&#xf1;" u2="P" k="33" />
+<hkern u1="&#xf1;" u2="M" k="27" />
+<hkern u1="&#xf1;" u2="F" k="33" />
+<hkern u1="&#xf1;" u2="B" k="33" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="41" />
+<hkern u1="&#xf1;" u2="&#x2a;" k="55" />
+<hkern u1="&#xf1;" u2="&#x21;" k="14" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf2;" u2="x" k="10" />
+<hkern u1="&#xf2;" u2="v" k="6" />
+<hkern u1="&#xf2;" u2="]" k="63" />
+<hkern u1="&#xf2;" u2="\" k="53" />
+<hkern u1="&#xf2;" u2="X" k="61" />
+<hkern u1="&#xf2;" u2="V" k="197" />
+<hkern u1="&#xf2;" u2="Q" k="31" />
+<hkern u1="&#xf2;" u2="P" k="43" />
+<hkern u1="&#xf2;" u2="M" k="31" />
+<hkern u1="&#xf2;" u2="F" k="43" />
+<hkern u1="&#xf2;" u2="B" k="43" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf2;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf2;" u2="&#x29;" k="27" />
+<hkern u1="&#xf2;" u2="&#x21;" k="16" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf3;" u2="x" k="10" />
+<hkern u1="&#xf3;" u2="v" k="6" />
+<hkern u1="&#xf3;" u2="]" k="63" />
+<hkern u1="&#xf3;" u2="\" k="53" />
+<hkern u1="&#xf3;" u2="X" k="61" />
+<hkern u1="&#xf3;" u2="V" k="197" />
+<hkern u1="&#xf3;" u2="Q" k="31" />
+<hkern u1="&#xf3;" u2="P" k="43" />
+<hkern u1="&#xf3;" u2="M" k="31" />
+<hkern u1="&#xf3;" u2="F" k="43" />
+<hkern u1="&#xf3;" u2="B" k="43" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf3;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf3;" u2="&#x29;" k="27" />
+<hkern u1="&#xf3;" u2="&#x21;" k="16" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf4;" u2="x" k="10" />
+<hkern u1="&#xf4;" u2="v" k="6" />
+<hkern u1="&#xf4;" u2="]" k="63" />
+<hkern u1="&#xf4;" u2="\" k="53" />
+<hkern u1="&#xf4;" u2="X" k="61" />
+<hkern u1="&#xf4;" u2="V" k="197" />
+<hkern u1="&#xf4;" u2="Q" k="31" />
+<hkern u1="&#xf4;" u2="P" k="43" />
+<hkern u1="&#xf4;" u2="M" k="31" />
+<hkern u1="&#xf4;" u2="F" k="43" />
+<hkern u1="&#xf4;" u2="B" k="43" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf4;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf4;" u2="&#x29;" k="27" />
+<hkern u1="&#xf4;" u2="&#x21;" k="16" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf5;" u2="x" k="10" />
+<hkern u1="&#xf5;" u2="v" k="6" />
+<hkern u1="&#xf5;" u2="]" k="63" />
+<hkern u1="&#xf5;" u2="\" k="53" />
+<hkern u1="&#xf5;" u2="X" k="61" />
+<hkern u1="&#xf5;" u2="V" k="197" />
+<hkern u1="&#xf5;" u2="Q" k="31" />
+<hkern u1="&#xf5;" u2="P" k="43" />
+<hkern u1="&#xf5;" u2="M" k="31" />
+<hkern u1="&#xf5;" u2="F" k="43" />
+<hkern u1="&#xf5;" u2="B" k="43" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf5;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf5;" u2="&#x29;" k="27" />
+<hkern u1="&#xf5;" u2="&#x21;" k="16" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf6;" u2="x" k="10" />
+<hkern u1="&#xf6;" u2="v" k="6" />
+<hkern u1="&#xf6;" u2="]" k="63" />
+<hkern u1="&#xf6;" u2="\" k="53" />
+<hkern u1="&#xf6;" u2="X" k="61" />
+<hkern u1="&#xf6;" u2="V" k="197" />
+<hkern u1="&#xf6;" u2="Q" k="31" />
+<hkern u1="&#xf6;" u2="P" k="43" />
+<hkern u1="&#xf6;" u2="M" k="31" />
+<hkern u1="&#xf6;" u2="F" k="43" />
+<hkern u1="&#xf6;" u2="B" k="43" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf6;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf6;" u2="&#x29;" k="27" />
+<hkern u1="&#xf6;" u2="&#x21;" k="16" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf8;" u2="x" k="10" />
+<hkern u1="&#xf8;" u2="v" k="6" />
+<hkern u1="&#xf8;" u2="]" k="63" />
+<hkern u1="&#xf8;" u2="\" k="53" />
+<hkern u1="&#xf8;" u2="X" k="61" />
+<hkern u1="&#xf8;" u2="V" k="197" />
+<hkern u1="&#xf8;" u2="Q" k="31" />
+<hkern u1="&#xf8;" u2="P" k="43" />
+<hkern u1="&#xf8;" u2="M" k="31" />
+<hkern u1="&#xf8;" u2="F" k="43" />
+<hkern u1="&#xf8;" u2="B" k="43" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="43" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="51" />
+<hkern u1="&#xf8;" u2="&#x29;" k="27" />
+<hkern u1="&#xf8;" u2="&#x21;" k="16" />
+<hkern u1="&#xf9;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf9;" u2="]" k="53" />
+<hkern u1="&#xf9;" u2="\" k="41" />
+<hkern u1="&#xf9;" u2="X" k="41" />
+<hkern u1="&#xf9;" u2="V" k="150" />
+<hkern u1="&#xf9;" u2="Q" k="35" />
+<hkern u1="&#xf9;" u2="P" k="27" />
+<hkern u1="&#xf9;" u2="F" k="27" />
+<hkern u1="&#xf9;" u2="B" k="27" />
+<hkern u1="&#xf9;" u2="&#x2a;" k="18" />
+<hkern u1="&#xf9;" u2="&#x29;" k="12" />
+<hkern u1="&#xf9;" u2="&#x21;" k="16" />
+<hkern u1="&#xf9;" u2="M" k="20" />
+<hkern u1="&#xf9;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfa;" u2="&#x7d;" k="39" />
+<hkern u1="&#xfa;" u2="]" k="53" />
+<hkern u1="&#xfa;" u2="\" k="41" />
+<hkern u1="&#xfa;" u2="X" k="41" />
+<hkern u1="&#xfa;" u2="V" k="150" />
+<hkern u1="&#xfa;" u2="Q" k="35" />
+<hkern u1="&#xfa;" u2="P" k="27" />
+<hkern u1="&#xfa;" u2="F" k="27" />
+<hkern u1="&#xfa;" u2="B" k="27" />
+<hkern u1="&#xfa;" u2="&#x2a;" k="18" />
+<hkern u1="&#xfa;" u2="&#x29;" k="12" />
+<hkern u1="&#xfa;" u2="&#x21;" k="16" />
+<hkern u1="&#xfa;" u2="M" k="20" />
+<hkern u1="&#xfa;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfb;" u2="&#x7d;" k="39" />
+<hkern u1="&#xfb;" u2="]" k="53" />
+<hkern u1="&#xfb;" u2="\" k="41" />
+<hkern u1="&#xfb;" u2="X" k="41" />
+<hkern u1="&#xfb;" u2="V" k="150" />
+<hkern u1="&#xfb;" u2="Q" k="35" />
+<hkern u1="&#xfb;" u2="P" k="27" />
+<hkern u1="&#xfb;" u2="F" k="27" />
+<hkern u1="&#xfb;" u2="B" k="27" />
+<hkern u1="&#xfb;" u2="&#x2a;" k="18" />
+<hkern u1="&#xfb;" u2="&#x29;" k="12" />
+<hkern u1="&#xfb;" u2="&#x21;" k="16" />
+<hkern u1="&#xfb;" u2="M" k="20" />
+<hkern u1="&#xfb;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfc;" u2="&#x7d;" k="39" />
+<hkern u1="&#xfc;" u2="]" k="53" />
+<hkern u1="&#xfc;" u2="\" k="41" />
+<hkern u1="&#xfc;" u2="X" k="41" />
+<hkern u1="&#xfc;" u2="V" k="150" />
+<hkern u1="&#xfc;" u2="Q" k="35" />
+<hkern u1="&#xfc;" u2="P" k="27" />
+<hkern u1="&#xfc;" u2="F" k="27" />
+<hkern u1="&#xfc;" u2="B" k="27" />
+<hkern u1="&#xfc;" u2="&#x2a;" k="18" />
+<hkern u1="&#xfc;" u2="&#x29;" k="12" />
+<hkern u1="&#xfc;" u2="&#x21;" k="16" />
+<hkern u1="&#xfc;" u2="M" k="20" />
+<hkern u1="&#xfc;" u2="&#x3f;" k="39" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="27" />
+<hkern u1="&#xfd;" u2="]" k="31" />
+<hkern u1="&#xfd;" u2="\" k="14" />
+<hkern u1="&#xfd;" u2="X" k="86" />
+<hkern u1="&#xfd;" u2="V" k="61" />
+<hkern u1="&#xfd;" u2="Q" k="6" />
+<hkern u1="&#xfd;" u2="P" k="47" />
+<hkern u1="&#xfd;" u2="M" k="43" />
+<hkern u1="&#xfd;" u2="F" k="47" />
+<hkern u1="&#xfd;" u2="B" k="47" />
+<hkern u1="&#xfd;" u2="&#x3f;" k="25" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="23" />
+<hkern u1="&#xfd;" u2="&#x2e;" k="35" />
+<hkern u1="&#xfd;" u2="&#x2c;" k="33" />
+<hkern u1="&#xfd;" u2="&#x29;" k="27" />
+<hkern u1="&#xfd;" u2="&#x21;" k="18" />
+<hkern u1="&#xfe;" u2="&#x201d;" k="55" />
+<hkern u1="&#xfe;" u2="&#x2019;" k="55" />
+<hkern u1="&#xfe;" u2="&#x27;" k="76" />
+<hkern u1="&#xfe;" u2="&#x22;" k="76" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="55" />
+<hkern u1="&#xfe;" u2="x" k="10" />
+<hkern u1="&#xfe;" u2="]" k="59" />
+<hkern u1="&#xfe;" u2="\" k="47" />
+<hkern u1="&#xfe;" u2="X" k="61" />
+<hkern u1="&#xfe;" u2="V" k="190" />
+<hkern u1="&#xfe;" u2="Q" k="29" />
+<hkern u1="&#xfe;" u2="P" k="41" />
+<hkern u1="&#xfe;" u2="M" k="31" />
+<hkern u1="&#xfe;" u2="F" k="41" />
+<hkern u1="&#xfe;" u2="B" k="41" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="37" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="47" />
+<hkern u1="&#xfe;" u2="&#x29;" k="20" />
+<hkern u1="&#xfe;" u2="&#x21;" k="12" />
+<hkern u1="&#xff;" u2="&#x7d;" k="27" />
+<hkern u1="&#xff;" u2="]" k="31" />
+<hkern u1="&#xff;" u2="\" k="14" />
+<hkern u1="&#xff;" u2="X" k="86" />
+<hkern u1="&#xff;" u2="V" k="61" />
+<hkern u1="&#xff;" u2="Q" k="6" />
+<hkern u1="&#xff;" u2="P" k="47" />
+<hkern u1="&#xff;" u2="M" k="43" />
+<hkern u1="&#xff;" u2="F" k="47" />
+<hkern u1="&#xff;" u2="B" k="47" />
+<hkern u1="&#xff;" u2="&#x3f;" k="25" />
+<hkern u1="&#xff;" u2="&#x2f;" k="23" />
+<hkern u1="&#xff;" u2="&#x2e;" k="35" />
+<hkern u1="&#xff;" u2="&#x2c;" k="33" />
+<hkern u1="&#xff;" u2="&#x29;" k="27" />
+<hkern u1="&#xff;" u2="&#x21;" k="18" />
+<hkern u1="&#x152;" u2="&#xfe;" k="33" />
+<hkern u1="&#x152;" u2="&#xf0;" k="43" />
+<hkern u1="&#x152;" u2="&#xef;" k="-41" />
+<hkern u1="&#x152;" u2="&#xee;" k="-4" />
+<hkern u1="&#x152;" u2="&#xdf;" k="41" />
+<hkern u1="&#x152;" u2="x" k="31" />
+<hkern u1="&#x152;" u2="v" k="59" />
+<hkern u1="&#x152;" u2="q" k="39" />
+<hkern u1="&#x152;" u2="m" k="43" />
+<hkern u1="&#x152;" u2="b" k="31" />
+<hkern u1="&#x153;" u2="&#x7d;" k="57" />
+<hkern u1="&#x153;" u2="x" k="6" />
+<hkern u1="&#x153;" u2="]" k="61" />
+<hkern u1="&#x153;" u2="\" k="49" />
+<hkern u1="&#x153;" u2="X" k="53" />
+<hkern u1="&#x153;" u2="V" k="197" />
+<hkern u1="&#x153;" u2="Q" k="25" />
+<hkern u1="&#x153;" u2="P" k="47" />
+<hkern u1="&#x153;" u2="M" k="27" />
+<hkern u1="&#x153;" u2="F" k="47" />
+<hkern u1="&#x153;" u2="B" k="47" />
+<hkern u1="&#x153;" u2="&#x3f;" k="43" />
+<hkern u1="&#x153;" u2="&#x2a;" k="41" />
+<hkern u1="&#x153;" u2="&#x29;" k="16" />
+<hkern u1="&#x153;" u2="&#x21;" k="18" />
+<hkern u1="&#x178;" u2="&#xfe;" k="23" />
+<hkern u1="&#x178;" u2="&#xfc;" k="135" />
+<hkern u1="&#x178;" u2="&#xf6;" k="90" />
+<hkern u1="&#x178;" u2="&#xf5;" k="147" />
+<hkern u1="&#x178;" u2="&#xf4;" k="201" />
+<hkern u1="&#x178;" u2="&#xf2;" k="205" />
+<hkern u1="&#x178;" u2="&#xf0;" k="61" />
+<hkern u1="&#x178;" u2="&#xef;" k="-102" />
+<hkern u1="&#x178;" u2="&#xee;" k="-2" />
+<hkern u1="&#x178;" u2="&#xec;" k="-2" />
+<hkern u1="&#x178;" u2="&#xeb;" k="94" />
+<hkern u1="&#x178;" u2="&#xea;" k="205" />
+<hkern u1="&#x178;" u2="&#xe8;" k="227" />
+<hkern u1="&#x178;" u2="&#xe4;" k="72" />
+<hkern u1="&#x178;" u2="&#xe3;" k="117" />
+<hkern u1="&#x178;" u2="&#xdf;" k="53" />
+<hkern u1="&#x178;" u2="&#x7d;" k="-39" />
+<hkern u1="&#x178;" u2="x" k="84" />
+<hkern u1="&#x178;" u2="v" k="66" />
+<hkern u1="&#x178;" u2="q" k="242" />
+<hkern u1="&#x178;" u2="m" k="160" />
+<hkern u1="&#x178;" u2="b" k="23" />
+<hkern u1="&#x178;" u2="]" k="-49" />
+<hkern u1="&#x178;" u2="\" k="-49" />
+<hkern u1="&#x178;" u2="X" k="-14" />
+<hkern u1="&#x178;" u2="V" k="-41" />
+<hkern u1="&#x178;" u2="Q" k="27" />
+<hkern u1="&#x178;" u2="M" k="31" />
+<hkern u1="&#x178;" u2="&#x40;" k="51" />
+<hkern u1="&#x178;" u2="&#x3b;" k="47" />
+<hkern u1="&#x178;" u2="&#x3a;" k="68" />
+<hkern u1="&#x178;" u2="&#x2f;" k="68" />
+<hkern u1="&#x178;" u2="&#x2e;" k="143" />
+<hkern u1="&#x178;" u2="&#x2c;" k="133" />
+<hkern u1="&#x178;" u2="&#x29;" k="-18" />
+<hkern u1="&#x2013;" u2="&#xde;" k="39" />
+<hkern u1="&#x2013;" u2="x" k="10" />
+<hkern u1="&#x2013;" u2="X" k="78" />
+<hkern u1="&#x2013;" u2="V" k="94" />
+<hkern u1="&#x2013;" u2="Q" k="12" />
+<hkern u1="&#x2013;" u2="P" k="39" />
+<hkern u1="&#x2013;" u2="M" k="25" />
+<hkern u1="&#x2013;" u2="F" k="39" />
+<hkern u1="&#x2013;" u2="B" k="39" />
+<hkern u1="&#x2013;" u2="&#x39;" k="59" />
+<hkern u1="&#x2013;" u2="&#x38;" k="14" />
+<hkern u1="&#x2013;" u2="&#x37;" k="70" />
+<hkern u1="&#x2013;" u2="&#x35;" k="53" />
+<hkern u1="&#x2013;" u2="&#x33;" k="63" />
+<hkern u1="&#x2013;" u2="&#x32;" k="82" />
+<hkern u1="&#x2013;" u2="&#x31;" k="78" />
+<hkern u1="&#x2013;" u2="&#x30;" k="25" />
+<hkern u1="&#x2014;" u2="&#xde;" k="39" />
+<hkern u1="&#x2014;" u2="x" k="10" />
+<hkern u1="&#x2014;" u2="X" k="78" />
+<hkern u1="&#x2014;" u2="V" k="94" />
+<hkern u1="&#x2014;" u2="Q" k="12" />
+<hkern u1="&#x2014;" u2="P" k="39" />
+<hkern u1="&#x2014;" u2="M" k="25" />
+<hkern u1="&#x2014;" u2="F" k="39" />
+<hkern u1="&#x2014;" u2="B" k="39" />
+<hkern u1="&#x2014;" u2="&#x39;" k="59" />
+<hkern u1="&#x2014;" u2="&#x38;" k="14" />
+<hkern u1="&#x2014;" u2="&#x37;" k="70" />
+<hkern u1="&#x2014;" u2="&#x35;" k="53" />
+<hkern u1="&#x2014;" u2="&#x33;" k="63" />
+<hkern u1="&#x2014;" u2="&#x32;" k="82" />
+<hkern u1="&#x2014;" u2="&#x31;" k="78" />
+<hkern u1="&#x2014;" u2="&#x30;" k="25" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="33" />
+<hkern u1="&#x2018;" u2="&#xde;" k="12" />
+<hkern u1="&#x2018;" u2="q" k="53" />
+<hkern u1="&#x2018;" u2="m" k="18" />
+<hkern u1="&#x2018;" u2="X" k="12" />
+<hkern u1="&#x2018;" u2="P" k="12" />
+<hkern u1="&#x2018;" u2="M" k="20" />
+<hkern u1="&#x2018;" u2="F" k="12" />
+<hkern u1="&#x2018;" u2="B" k="12" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="137" />
+<hkern u1="&#x201a;" u2="&#xde;" k="35" />
+<hkern u1="&#x201a;" u2="v" k="47" />
+<hkern u1="&#x201a;" u2="V" k="168" />
+<hkern u1="&#x201a;" u2="Q" k="94" />
+<hkern u1="&#x201a;" u2="P" k="35" />
+<hkern u1="&#x201a;" u2="F" k="35" />
+<hkern u1="&#x201a;" u2="B" k="35" />
+<hkern u1="&#x201c;" u2="&#xf0;" k="33" />
+<hkern u1="&#x201c;" u2="&#xde;" k="12" />
+<hkern u1="&#x201c;" u2="q" k="53" />
+<hkern u1="&#x201c;" u2="m" k="18" />
+<hkern u1="&#x201c;" u2="X" k="12" />
+<hkern u1="&#x201c;" u2="P" k="12" />
+<hkern u1="&#x201c;" u2="M" k="20" />
+<hkern u1="&#x201c;" u2="F" k="12" />
+<hkern u1="&#x201c;" u2="B" k="12" />
+<hkern u1="&#x201c;" u2="&#x2e;" k="137" />
+<hkern u1="&#x201e;" u2="&#xde;" k="35" />
+<hkern u1="&#x201e;" u2="v" k="47" />
+<hkern u1="&#x201e;" u2="V" k="168" />
+<hkern u1="&#x201e;" u2="Q" k="94" />
+<hkern u1="&#x201e;" u2="P" k="35" />
+<hkern u1="&#x201e;" u2="F" k="35" />
+<hkern u1="&#x201e;" u2="B" k="35" />
+<hkern u1="&#x2039;" u2="&#xde;" k="12" />
+<hkern u1="&#x2039;" u2="V" k="31" />
+<hkern u1="&#x2039;" u2="P" k="12" />
+<hkern u1="&#x2039;" u2="F" k="12" />
+<hkern u1="&#x2039;" u2="B" k="12" />
+<hkern u1="&#x203a;" u2="&#xde;" k="12" />
+<hkern u1="&#x203a;" u2="x" k="18" />
+<hkern u1="&#x203a;" u2="v" k="10" />
+<hkern u1="&#x203a;" u2="X" k="18" />
+<hkern u1="&#x203a;" u2="V" k="72" />
+<hkern u1="&#x203a;" u2="P" k="12" />
+<hkern u1="&#x203a;" u2="F" k="12" />
+<hkern u1="&#x203a;" u2="B" k="12" />
+<hkern g1="uniFB01" u2="&#xef;" k="-39" />
+<hkern g1="uniFB01" u2="&#x7d;" k="10" />
+<hkern g1="uniFB01" u2="]" k="10" />
+<hkern g1="uniFB01" u2="\" k="12" />
+<hkern g1="uniFB01" u2="X" k="39" />
+<hkern g1="uniFB01" u2="V" k="33" />
+<hkern g1="uniFB01" u2="Q" k="35" />
+<hkern g1="uniFB01" u2="P" k="27" />
+<hkern g1="uniFB01" u2="M" k="20" />
+<hkern g1="uniFB01" u2="F" k="27" />
+<hkern g1="uniFB01" u2="B" k="27" />
+<hkern g1="uniFB01" u2="&#x21;" k="12" />
+<hkern g1="uniFB02" u2="&#xef;" k="-29" />
+<hkern g1="uniFB02" u2="X" k="37" />
+<hkern g1="uniFB02" u2="V" k="23" />
+<hkern g1="uniFB02" u2="Q" k="33" />
+<hkern g1="uniFB02" u2="P" k="27" />
+<hkern g1="uniFB02" u2="M" k="20" />
+<hkern g1="uniFB02" u2="F" k="27" />
+<hkern g1="uniFB02" u2="B" k="27" />
+<hkern g1="uniFB02" u2="&#x21;" k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="j" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="n,ntilde" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="57" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="l" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="d" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="-33" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="t" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="74" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="k" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quotedbl,quotesingle" 	k="53" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="c,ccedilla" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="109" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="p,thorn" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="hyphen,endash,emdash" 	k="29" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="r" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="w" 	k="53" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="G" 	k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="66" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="h" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="j" 	k="29" />
+<hkern g1="C,Ccedilla" 	g2="n,ntilde" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="l" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="d" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="J" 	k="-63" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="63" />
+<hkern g1="C,Ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="63" />
+<hkern g1="C,Ccedilla" 	g2="k" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="c,ccedilla" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="p,thorn" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="61" />
+<hkern g1="C,Ccedilla" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="f,uniFB01,uniFB02" 	k="57" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="49" />
+<hkern g1="C,Ccedilla" 	g2="r" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="61" />
+<hkern g1="C,Ccedilla" 	g2="G" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="h" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="s" 	k="45" />
+<hkern g1="C,Ccedilla" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="z" 	k="47" />
+<hkern g1="D,Eth" 	g2="j" 	k="37" />
+<hkern g1="D,Eth" 	g2="n,ntilde" 	k="37" />
+<hkern g1="D,Eth" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="D,Eth" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="D,Eth" 	g2="l" 	k="35" />
+<hkern g1="D,Eth" 	g2="d" 	k="31" />
+<hkern g1="D,Eth" 	g2="J" 	k="29" />
+<hkern g1="D,Eth" 	g2="t" 	k="20" />
+<hkern g1="D,Eth" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="37" />
+<hkern g1="D,Eth" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="D,Eth" 	g2="T" 	k="10" />
+<hkern g1="D,Eth" 	g2="k" 	k="35" />
+<hkern g1="D,Eth" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="D,Eth" 	g2="c,ccedilla" 	k="33" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="29" />
+<hkern g1="D,Eth" 	g2="p,thorn" 	k="37" />
+<hkern g1="D,Eth" 	g2="hyphen,endash,emdash" 	k="14" />
+<hkern g1="D,Eth" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="33" />
+<hkern g1="D,Eth" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="D,Eth" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="D,Eth" 	g2="r" 	k="37" />
+<hkern g1="D,Eth" 	g2="w" 	k="12" />
+<hkern g1="D,Eth" 	g2="W" 	k="10" />
+<hkern g1="D,Eth" 	g2="h" 	k="35" />
+<hkern g1="D,Eth" 	g2="s" 	k="27" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="45" />
+<hkern g1="D,Eth" 	g2="g" 	k="61" />
+<hkern g1="D,Eth" 	g2="z" 	k="29" />
+<hkern g1="D,Eth" 	g2="quotesinglbase,quotedblbase" 	k="90" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="D,Eth" 	g2="Z" 	k="10" />
+<hkern g1="D,Eth" 	g2="AE" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="j" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="n,ntilde" 	k="43" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="l" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="J" 	k="-18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="53" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="k" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,ccedilla" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="p,thorn" 	k="43" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="47" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="f,uniFB01,uniFB02" 	k="55" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="49" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="r" 	k="43" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="61" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="h" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="s" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="z" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="AE" 	k="-18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="G" 	g2="j" 	k="27" />
+<hkern g1="G" 	g2="n,ntilde" 	k="29" />
+<hkern g1="G" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="G" 	g2="l" 	k="27" />
+<hkern g1="G" 	g2="d" 	k="20" />
+<hkern g1="G" 	g2="t" 	k="25" />
+<hkern g1="G" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="G" 	g2="k" 	k="27" />
+<hkern g1="G" 	g2="c,ccedilla" 	k="20" />
+<hkern g1="G" 	g2="p,thorn" 	k="29" />
+<hkern g1="G" 	g2="hyphen,endash,emdash" 	k="12" />
+<hkern g1="G" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="23" />
+<hkern g1="G" 	g2="f,uniFB01,uniFB02" 	k="31" />
+<hkern g1="G" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="G" 	g2="r" 	k="29" />
+<hkern g1="G" 	g2="w" 	k="27" />
+<hkern g1="G" 	g2="h" 	k="27" />
+<hkern g1="G" 	g2="s" 	k="23" />
+<hkern g1="G" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="25" />
+<hkern g1="G" 	g2="g" 	k="25" />
+<hkern g1="G" 	g2="z" 	k="27" />
+<hkern g1="G" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="H" 	g2="j" 	k="27" />
+<hkern g1="H" 	g2="n,ntilde" 	k="27" />
+<hkern g1="H" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="H" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="H" 	g2="l" 	k="27" />
+<hkern g1="H" 	g2="d" 	k="41" />
+<hkern g1="H" 	g2="t" 	k="41" />
+<hkern g1="H" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="H" 	g2="y,yacute,ydieresis" 	k="49" />
+<hkern g1="H" 	g2="k" 	k="27" />
+<hkern g1="H" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="H" 	g2="c,ccedilla" 	k="45" />
+<hkern g1="H" 	g2="p,thorn" 	k="27" />
+<hkern g1="H" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="H" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="H" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="H" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="H" 	g2="r" 	k="27" />
+<hkern g1="H" 	g2="w" 	k="47" />
+<hkern g1="H" 	g2="W" 	k="6" />
+<hkern g1="H" 	g2="h" 	k="27" />
+<hkern g1="H" 	g2="s" 	k="43" />
+<hkern g1="H" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="H" 	g2="g" 	k="47" />
+<hkern g1="H" 	g2="z" 	k="47" />
+<hkern g1="H" 	g2="quotesinglbase,quotedblbase" 	k="35" />
+<hkern g1="H" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="H" 	g2="guillemotright,guilsinglright" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="j" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="n,ntilde" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="l" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="d" 	k="41" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="41" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="49" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="k" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,ccedilla" 	k="45" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p,thorn" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="r" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="w" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="W" 	k="6" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="h" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="47" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotesinglbase,quotedblbase" 	k="35" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="guillemotright,guilsinglright" 	k="12" />
+<hkern g1="J" 	g2="j" 	k="23" />
+<hkern g1="J" 	g2="n,ntilde" 	k="20" />
+<hkern g1="J" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="J" 	g2="l" 	k="20" />
+<hkern g1="J" 	g2="d" 	k="33" />
+<hkern g1="J" 	g2="t" 	k="33" />
+<hkern g1="J" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="20" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="J" 	g2="k" 	k="20" />
+<hkern g1="J" 	g2="c,ccedilla" 	k="33" />
+<hkern g1="J" 	g2="p,thorn" 	k="20" />
+<hkern g1="J" 	g2="hyphen,endash,emdash" 	k="20" />
+<hkern g1="J" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="33" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="J" 	g2="r" 	k="20" />
+<hkern g1="J" 	g2="w" 	k="31" />
+<hkern g1="J" 	g2="h" 	k="20" />
+<hkern g1="J" 	g2="s" 	k="33" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="J" 	g2="g" 	k="41" />
+<hkern g1="J" 	g2="z" 	k="31" />
+<hkern g1="J" 	g2="quotesinglbase,quotedblbase" 	k="45" />
+<hkern g1="K" 	g2="j" 	k="31" />
+<hkern g1="K" 	g2="n,ntilde" 	k="35" />
+<hkern g1="K" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="57" />
+<hkern g1="K" 	g2="l" 	k="33" />
+<hkern g1="K" 	g2="d" 	k="53" />
+<hkern g1="K" 	g2="J" 	k="-20" />
+<hkern g1="K" 	g2="t" 	k="63" />
+<hkern g1="K" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="K" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="31" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="K" 	g2="k" 	k="33" />
+<hkern g1="K" 	g2="c,ccedilla" 	k="55" />
+<hkern g1="K" 	g2="Y,Yacute,Ydieresis" 	k="-10" />
+<hkern g1="K" 	g2="p,thorn" 	k="33" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="76" />
+<hkern g1="K" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="55" />
+<hkern g1="K" 	g2="f,uniFB01,uniFB02" 	k="55" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="55" />
+<hkern g1="K" 	g2="r" 	k="35" />
+<hkern g1="K" 	g2="w" 	k="59" />
+<hkern g1="K" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="K" 	g2="G" 	k="29" />
+<hkern g1="K" 	g2="h" 	k="33" />
+<hkern g1="K" 	g2="s" 	k="23" />
+<hkern g1="K" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="K" 	g2="z" 	k="20" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="16" />
+<hkern g1="L" 	g2="j" 	k="12" />
+<hkern g1="L" 	g2="n,ntilde" 	k="14" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="74" />
+<hkern g1="L" 	g2="l" 	k="14" />
+<hkern g1="L" 	g2="J" 	k="-94" />
+<hkern g1="L" 	g2="t" 	k="31" />
+<hkern g1="L" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="L" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="14" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="49" />
+<hkern g1="L" 	g2="T" 	k="78" />
+<hkern g1="L" 	g2="k" 	k="14" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="L" 	g2="p,thorn" 	k="12" />
+<hkern g1="L" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="18" />
+<hkern g1="L" 	g2="f,uniFB01,uniFB02" 	k="29" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="L" 	g2="r" 	k="14" />
+<hkern g1="L" 	g2="w" 	k="41" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="L" 	g2="G" 	k="10" />
+<hkern g1="L" 	g2="W" 	k="82" />
+<hkern g1="L" 	g2="h" 	k="14" />
+<hkern g1="L" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-68" />
+<hkern g1="L" 	g2="Z" 	k="-10" />
+<hkern g1="L" 	g2="AE" 	k="-94" />
+<hkern g1="N,Ntilde" 	g2="j" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="n,ntilde" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="quoteright,quotedblright" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="l" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="d" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="k" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="c,ccedilla" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="p,thorn" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="r" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="w" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="6" />
+<hkern g1="N,Ntilde" 	g2="W" 	k="6" />
+<hkern g1="N,Ntilde" 	g2="h" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="47" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="45" />
+<hkern g1="N,Ntilde" 	g2="quotesinglbase,quotedblbase" 	k="37" />
+<hkern g1="N,Ntilde" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="guillemotright,guilsinglright" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="j" 	k="35" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="n,ntilde" 	k="35" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="l" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="d" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="t" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="35" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="y,yacute,ydieresis" 	k="6" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="8" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="k" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotedbl,quotesingle" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="c,ccedilla" 	k="31" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="p,thorn" 	k="35" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="hyphen,endash,emdash" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="31" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="r" 	k="35" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="w" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h" 	k="33" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="43" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="61" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="z" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotesinglbase,quotedblbase" 	k="84" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="20" />
+<hkern g1="R" 	g2="j" 	k="51" />
+<hkern g1="R" 	g2="n,ntilde" 	k="49" />
+<hkern g1="R" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="R" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="74" />
+<hkern g1="R" 	g2="l" 	k="43" />
+<hkern g1="R" 	g2="d" 	k="59" />
+<hkern g1="R" 	g2="t" 	k="51" />
+<hkern g1="R" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="51" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="R" 	g2="k" 	k="43" />
+<hkern g1="R" 	g2="c,ccedilla" 	k="72" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="6" />
+<hkern g1="R" 	g2="p,thorn" 	k="49" />
+<hkern g1="R" 	g2="hyphen,endash,emdash" 	k="84" />
+<hkern g1="R" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="74" />
+<hkern g1="R" 	g2="f,uniFB01,uniFB02" 	k="53" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="49" />
+<hkern g1="R" 	g2="r" 	k="49" />
+<hkern g1="R" 	g2="w" 	k="43" />
+<hkern g1="R" 	g2="h" 	k="43" />
+<hkern g1="R" 	g2="s" 	k="53" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="59" />
+<hkern g1="R" 	g2="g" 	k="37" />
+<hkern g1="R" 	g2="z" 	k="43" />
+<hkern g1="R" 	g2="quotesinglbase,quotedblbase" 	k="20" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="27" />
+<hkern g1="R" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="S" 	g2="j" 	k="31" />
+<hkern g1="S" 	g2="n,ntilde" 	k="33" />
+<hkern g1="S" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="S" 	g2="l" 	k="31" />
+<hkern g1="S" 	g2="d" 	k="18" />
+<hkern g1="S" 	g2="t" 	k="33" />
+<hkern g1="S" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="S" 	g2="k" 	k="31" />
+<hkern g1="S" 	g2="c,ccedilla" 	k="18" />
+<hkern g1="S" 	g2="p,thorn" 	k="33" />
+<hkern g1="S" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="18" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="39" />
+<hkern g1="S" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="S" 	g2="r" 	k="33" />
+<hkern g1="S" 	g2="w" 	k="39" />
+<hkern g1="S" 	g2="h" 	k="31" />
+<hkern g1="S" 	g2="s" 	k="27" />
+<hkern g1="S" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="25" />
+<hkern g1="S" 	g2="g" 	k="37" />
+<hkern g1="S" 	g2="z" 	k="39" />
+<hkern g1="S" 	g2="quotesinglbase,quotedblbase" 	k="20" />
+<hkern g1="T" 	g2="j" 	k="29" />
+<hkern g1="T" 	g2="n,ntilde" 	k="119" />
+<hkern g1="T" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="160" />
+<hkern g1="T" 	g2="l" 	k="25" />
+<hkern g1="T" 	g2="d" 	k="160" />
+<hkern g1="T" 	g2="J" 	k="72" />
+<hkern g1="T" 	g2="t" 	k="61" />
+<hkern g1="T" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="T" 	g2="T" 	k="-25" />
+<hkern g1="T" 	g2="k" 	k="25" />
+<hkern g1="T" 	g2="c,ccedilla" 	k="160" />
+<hkern g1="T" 	g2="Y,Yacute,Ydieresis" 	k="-70" />
+<hkern g1="T" 	g2="p,thorn" 	k="119" />
+<hkern g1="T" 	g2="C,Ccedilla" 	k="8" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="92" />
+<hkern g1="T" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="162" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="57" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="127" />
+<hkern g1="T" 	g2="r" 	k="119" />
+<hkern g1="T" 	g2="w" 	k="80" />
+<hkern g1="T" 	g2="G" 	k="8" />
+<hkern g1="T" 	g2="h" 	k="25" />
+<hkern g1="T" 	g2="s" 	k="135" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="139" />
+<hkern g1="T" 	g2="g" 	k="162" />
+<hkern g1="T" 	g2="z" 	k="137" />
+<hkern g1="T" 	g2="quotesinglbase,quotedblbase" 	k="113" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="74" />
+<hkern g1="T" 	g2="AE" 	k="76" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="66" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="j" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="n,ntilde" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="k" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotedbl,quotesingle" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,ccedilla" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p,thorn" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,endash,emdash" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="r" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="w" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="70" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotesinglbase,quotedblbase" 	k="92" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotright,guilsinglright" 	k="14" />
+<hkern g1="W" 	g2="j" 	k="51" />
+<hkern g1="W" 	g2="n,ntilde" 	k="102" />
+<hkern g1="W" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="121" />
+<hkern g1="W" 	g2="l" 	k="43" />
+<hkern g1="W" 	g2="d" 	k="119" />
+<hkern g1="W" 	g2="J" 	k="57" />
+<hkern g1="W" 	g2="t" 	k="59" />
+<hkern g1="W" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="51" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="W" 	g2="k" 	k="43" />
+<hkern g1="W" 	g2="c,ccedilla" 	k="123" />
+<hkern g1="W" 	g2="Y,Yacute,Ydieresis" 	k="-18" />
+<hkern g1="W" 	g2="p,thorn" 	k="102" />
+<hkern g1="W" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="82" />
+<hkern g1="W" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="121" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02" 	k="53" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="113" />
+<hkern g1="W" 	g2="r" 	k="102" />
+<hkern g1="W" 	g2="w" 	k="61" />
+<hkern g1="W" 	g2="G" 	k="10" />
+<hkern g1="W" 	g2="h" 	k="43" />
+<hkern g1="W" 	g2="s" 	k="119" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="125" />
+<hkern g1="W" 	g2="g" 	k="154" />
+<hkern g1="W" 	g2="z" 	k="102" />
+<hkern g1="W" 	g2="quotesinglbase,quotedblbase" 	k="133" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="66" />
+<hkern g1="W" 	g2="AE" 	k="84" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="49" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="29" />
+<hkern g1="W" 	g2="K" 	k="6" />
+<hkern g1="W" 	g2="H" 	k="6" />
+<hkern g1="W" 	g2="R" 	k="6" />
+<hkern g1="W" 	g2="L" 	k="6" />
+<hkern g1="W" 	g2="D,Eth" 	k="6" />
+<hkern g1="W" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="6" />
+<hkern g1="W" 	g2="N,Ntilde" 	k="6" />
+<hkern g1="W" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="6" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="j" 	k="35" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="n,ntilde" 	k="160" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quoteright,quotedblright" 	k="-27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="244" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="l" 	k="23" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d" 	k="242" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="33" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="T" 	k="-70" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="k" 	k="23" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,ccedilla" 	k="244" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="-43" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p,thorn" 	k="160" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="119" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="244" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="164" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="r" 	k="160" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="68" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="W" 	k="-18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="h" 	k="23" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="207" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="180" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="244" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="150" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="113" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="139" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="78" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="43" />
+<hkern g1="Z" 	g2="j" 	k="39" />
+<hkern g1="Z" 	g2="n,ntilde" 	k="47" />
+<hkern g1="Z" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="Z" 	g2="l" 	k="37" />
+<hkern g1="Z" 	g2="d" 	k="43" />
+<hkern g1="Z" 	g2="J" 	k="-12" />
+<hkern g1="Z" 	g2="t" 	k="61" />
+<hkern g1="Z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="Z" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="37" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="Z" 	g2="k" 	k="37" />
+<hkern g1="Z" 	g2="c,ccedilla" 	k="43" />
+<hkern g1="Z" 	g2="Y,Yacute,Ydieresis" 	k="-16" />
+<hkern g1="Z" 	g2="p,thorn" 	k="47" />
+<hkern g1="Z" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="61" />
+<hkern g1="Z" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="Z" 	g2="f,uniFB01,uniFB02" 	k="55" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="55" />
+<hkern g1="Z" 	g2="r" 	k="47" />
+<hkern g1="Z" 	g2="w" 	k="61" />
+<hkern g1="Z" 	g2="G" 	k="10" />
+<hkern g1="Z" 	g2="h" 	k="37" />
+<hkern g1="Z" 	g2="s" 	k="43" />
+<hkern g1="Z" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="33" />
+<hkern g1="Z" 	g2="g" 	k="25" />
+<hkern g1="Z" 	g2="z" 	k="41" />
+<hkern g1="Z" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="Z" 	g2="AE" 	k="-14" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="6" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="168" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="88" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="231" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,Ccedilla" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="w" 	k="6" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="53" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="G" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="123" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Z" 	k="33" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="K" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="H" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="R" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="L" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="D,Eth" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="S" 	k="47" />
+<hkern g1="b,thorn" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="b,thorn" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="b,thorn" 	g2="T" 	k="160" />
+<hkern g1="b,thorn" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="b,thorn" 	g2="Y,Yacute,Ydieresis" 	k="236" />
+<hkern g1="b,thorn" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="b,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="b,thorn" 	g2="G" 	k="31" />
+<hkern g1="b,thorn" 	g2="W" 	k="119" />
+<hkern g1="b,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="b,thorn" 	g2="Z" 	k="47" />
+<hkern g1="b,thorn" 	g2="K" 	k="41" />
+<hkern g1="b,thorn" 	g2="H" 	k="41" />
+<hkern g1="b,thorn" 	g2="R" 	k="41" />
+<hkern g1="b,thorn" 	g2="L" 	k="41" />
+<hkern g1="b,thorn" 	g2="D,Eth" 	k="41" />
+<hkern g1="b,thorn" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="41" />
+<hkern g1="b,thorn" 	g2="N,Ntilde" 	k="41" />
+<hkern g1="b,thorn" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="41" />
+<hkern g1="b,thorn" 	g2="S" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="49" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="-39" />
+<hkern g1="c,ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="172" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="209" />
+<hkern g1="c,ccedilla" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="G" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="150" />
+<hkern g1="c,ccedilla" 	g2="Z" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="K" 	k="49" />
+<hkern g1="c,ccedilla" 	g2="H" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="R" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="L" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="D,Eth" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="S" 	k="33" />
+<hkern g1="d" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="d" 	g2="T" 	k="25" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="d" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="d" 	g2="G" 	k="35" />
+<hkern g1="d" 	g2="W" 	k="43" />
+<hkern g1="d" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="d" 	g2="Z" 	k="33" />
+<hkern g1="d" 	g2="K" 	k="27" />
+<hkern g1="d" 	g2="H" 	k="27" />
+<hkern g1="d" 	g2="R" 	k="27" />
+<hkern g1="d" 	g2="L" 	k="27" />
+<hkern g1="d" 	g2="D,Eth" 	k="27" />
+<hkern g1="d" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="d" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="d" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="d" 	g2="S" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="150" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="88" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="225" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="49" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="G" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="135" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="K" 	k="49" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="H" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="R" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="L" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="D,Eth" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="55" />
+<hkern g1="f" 	g2="j" 	k="-25" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-119" />
+<hkern g1="f" 	g2="J" 	k="63" />
+<hkern g1="f" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="f" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-27" />
+<hkern g1="f" 	g2="T" 	k="-121" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-86" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-162" />
+<hkern g1="f" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="f" 	g2="G" 	k="12" />
+<hkern g1="f" 	g2="W" 	k="-98" />
+<hkern g1="f" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="6" />
+<hkern g1="f" 	g2="g" 	k="14" />
+<hkern g1="f" 	g2="quotesinglbase,quotedblbase" 	k="16" />
+<hkern g1="f" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="f" 	g2="Z" 	k="-43" />
+<hkern g1="f" 	g2="K" 	k="10" />
+<hkern g1="f" 	g2="H" 	k="10" />
+<hkern g1="f" 	g2="R" 	k="10" />
+<hkern g1="f" 	g2="L" 	k="10" />
+<hkern g1="f" 	g2="D,Eth" 	k="10" />
+<hkern g1="f" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="10" />
+<hkern g1="f" 	g2="N,Ntilde" 	k="8" />
+<hkern g1="f" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="10" />
+<hkern g1="g" 	g2="j" 	k="-236" />
+<hkern g1="g" 	g2="J" 	k="43" />
+<hkern g1="g" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="g" 	g2="T" 	k="76" />
+<hkern g1="g" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="g" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="g" 	g2="G" 	k="12" />
+<hkern g1="g" 	g2="W" 	k="61" />
+<hkern g1="g" 	g2="g" 	k="16" />
+<hkern g1="g" 	g2="quotesinglbase,quotedblbase" 	k="14" />
+<hkern g1="g" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="49" />
+<hkern g1="g" 	g2="Z" 	k="59" />
+<hkern g1="g" 	g2="K" 	k="49" />
+<hkern g1="g" 	g2="H" 	k="49" />
+<hkern g1="g" 	g2="R" 	k="49" />
+<hkern g1="g" 	g2="L" 	k="49" />
+<hkern g1="g" 	g2="D,Eth" 	k="49" />
+<hkern g1="g" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="49" />
+<hkern g1="g" 	g2="N,Ntilde" 	k="49" />
+<hkern g1="g" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="49" />
+<hkern g1="g" 	g2="S" 	k="45" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="37" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quotedbl,quotesingle" 	k="78" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="41" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="29" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="K" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="H" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="R" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="L" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="D,Eth" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="66" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="100" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="76" />
+<hkern g1="guillemotright,guilsinglright" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="49" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="K" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="H" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="R" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="L" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="D,Eth" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="S" 	k="12" />
+<hkern g1="h" 	g2="quoteright,quotedblright" 	k="57" />
+<hkern g1="h" 	g2="t" 	k="6" />
+<hkern g1="h" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="h" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="h" 	g2="T" 	k="172" />
+<hkern g1="h" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="h" 	g2="Y,Yacute,Ydieresis" 	k="250" />
+<hkern g1="h" 	g2="C,Ccedilla" 	k="45" />
+<hkern g1="h" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="h" 	g2="w" 	k="10" />
+<hkern g1="h" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="57" />
+<hkern g1="h" 	g2="G" 	k="45" />
+<hkern g1="h" 	g2="W" 	k="133" />
+<hkern g1="h" 	g2="Z" 	k="29" />
+<hkern g1="h" 	g2="K" 	k="33" />
+<hkern g1="h" 	g2="H" 	k="33" />
+<hkern g1="h" 	g2="R" 	k="33" />
+<hkern g1="h" 	g2="L" 	k="33" />
+<hkern g1="h" 	g2="D,Eth" 	k="33" />
+<hkern g1="h" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="h" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="h" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="h" 	g2="S" 	k="43" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="27" />
+<hkern g1="hyphen,endash,emdash" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="92" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="96" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="117" />
+<hkern g1="hyphen,endash,emdash" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="hyphen,endash,emdash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="hyphen,endash,emdash" 	g2="G" 	k="12" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="82" />
+<hkern g1="hyphen,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="61" />
+<hkern g1="hyphen,endash,emdash" 	g2="AE" 	k="27" />
+<hkern g1="hyphen,endash,emdash" 	g2="K" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="H" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="R" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="L" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="D,Eth" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="N,Ntilde" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="66" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="T" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="C,Ccedilla" 	k="35" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="G" 	k="37" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="W" 	k="53" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Z" 	k="35" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="K" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="H" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="R" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="L" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="D,Eth" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="S" 	k="39" />
+<hkern g1="j" 	g2="j" 	k="-111" />
+<hkern g1="j" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="j" 	g2="T" 	k="29" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="j" 	g2="C,Ccedilla" 	k="37" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="j" 	g2="G" 	k="37" />
+<hkern g1="j" 	g2="W" 	k="53" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="j" 	g2="Z" 	k="33" />
+<hkern g1="j" 	g2="K" 	k="27" />
+<hkern g1="j" 	g2="H" 	k="27" />
+<hkern g1="j" 	g2="R" 	k="27" />
+<hkern g1="j" 	g2="L" 	k="27" />
+<hkern g1="j" 	g2="D,Eth" 	k="27" />
+<hkern g1="j" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="j" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="j" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="j" 	g2="S" 	k="39" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="k" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="14" />
+<hkern g1="k" 	g2="d" 	k="14" />
+<hkern g1="k" 	g2="J" 	k="-6" />
+<hkern g1="k" 	g2="t" 	k="8" />
+<hkern g1="k" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="k" 	g2="T" 	k="100" />
+<hkern g1="k" 	g2="quotedbl,quotesingle" 	k="74" />
+<hkern g1="k" 	g2="c,ccedilla" 	k="14" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="109" />
+<hkern g1="k" 	g2="C,Ccedilla" 	k="37" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="18" />
+<hkern g1="k" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="14" />
+<hkern g1="k" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="k" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="k" 	g2="G" 	k="39" />
+<hkern g1="k" 	g2="W" 	k="68" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="8" />
+<hkern g1="k" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="6" />
+<hkern g1="k" 	g2="Z" 	k="8" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="23" />
+<hkern g1="k" 	g2="K" 	k="49" />
+<hkern g1="k" 	g2="H" 	k="51" />
+<hkern g1="k" 	g2="R" 	k="51" />
+<hkern g1="k" 	g2="L" 	k="51" />
+<hkern g1="k" 	g2="D,Eth" 	k="51" />
+<hkern g1="k" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="51" />
+<hkern g1="k" 	g2="N,Ntilde" 	k="49" />
+<hkern g1="k" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="51" />
+<hkern g1="k" 	g2="S" 	k="37" />
+<hkern g1="l,uniFB02" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="l,uniFB02" 	g2="T" 	k="25" />
+<hkern g1="l,uniFB02" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="l,uniFB02" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="l,uniFB02" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="l,uniFB02" 	g2="G" 	k="35" />
+<hkern g1="l,uniFB02" 	g2="W" 	k="43" />
+<hkern g1="l,uniFB02" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="l,uniFB02" 	g2="Z" 	k="33" />
+<hkern g1="l,uniFB02" 	g2="K" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="H" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="R" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="L" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="D,Eth" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="l,uniFB02" 	g2="S" 	k="33" />
+<hkern g1="n,ntilde" 	g2="quoteright,quotedblright" 	k="59" />
+<hkern g1="n,ntilde" 	g2="t" 	k="6" />
+<hkern g1="n,ntilde" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="n,ntilde" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="n,ntilde" 	g2="T" 	k="172" />
+<hkern g1="n,ntilde" 	g2="quotedbl,quotesingle" 	k="94" />
+<hkern g1="n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="250" />
+<hkern g1="n,ntilde" 	g2="C,Ccedilla" 	k="45" />
+<hkern g1="n,ntilde" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="n,ntilde" 	g2="w" 	k="10" />
+<hkern g1="n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="57" />
+<hkern g1="n,ntilde" 	g2="G" 	k="45" />
+<hkern g1="n,ntilde" 	g2="W" 	k="133" />
+<hkern g1="n,ntilde" 	g2="Z" 	k="29" />
+<hkern g1="n,ntilde" 	g2="K" 	k="33" />
+<hkern g1="n,ntilde" 	g2="H" 	k="33" />
+<hkern g1="n,ntilde" 	g2="R" 	k="33" />
+<hkern g1="n,ntilde" 	g2="L" 	k="33" />
+<hkern g1="n,ntilde" 	g2="D,Eth" 	k="33" />
+<hkern g1="n,ntilde" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="n,ntilde" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="n,ntilde" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="n,ntilde" 	g2="S" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="59" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="160" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="92" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="238" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="G" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="121" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="49" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="K" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="H" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="R" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="L" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="D,Eth" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="N,Ntilde" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="49" />
+<hkern g1="quoteleft,quotedblleft" 	g2="n,ntilde" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d" 	k="49" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="39" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,ccedilla" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="p,thorn" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="quoteleft,quotedblleft" 	g2="r" 	k="18" />
+<hkern g1="quoteleft,quotedblleft" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="z" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="quoteleft,quotedblleft" 	g2="Z" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="61" />
+<hkern g1="quoteleft,quotedblleft" 	g2="K" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="H" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="R" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="L" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="D,Eth" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="J" 	k="-18" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="94" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="T" 	k="123" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="168" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="139" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="C,Ccedilla" 	k="96" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="w" 	k="29" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="100" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="G" 	k="96" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="W" 	k="141" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="AE" 	k="-31" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="K" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="H" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="R" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="L" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="D,Eth" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="N,Ntilde" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="35" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="S" 	k="10" />
+<hkern g1="quotedbl,quotesingle" 	g2="n,ntilde" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="109" />
+<hkern g1="quotedbl,quotesingle" 	g2="d" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="t" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="quotedbl,quotesingle" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,ccedilla" 	k="109" />
+<hkern g1="quotedbl,quotesingle" 	g2="Y,Yacute,Ydieresis" 	k="-45" />
+<hkern g1="quotedbl,quotesingle" 	g2="p,thorn" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="104" />
+<hkern g1="quotedbl,quotesingle" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="109" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="82" />
+<hkern g1="quotedbl,quotesingle" 	g2="r" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="w" 	k="66" />
+<hkern g1="quotedbl,quotesingle" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="quotedbl,quotesingle" 	g2="G" 	k="31" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="98" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="92" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="113" />
+<hkern g1="quotedbl,quotesingle" 	g2="z" 	k="80" />
+<hkern g1="quotedbl,quotesingle" 	g2="quotesinglbase,quotedblbase" 	k="180" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="82" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="115" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotright,guilsinglright" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="K" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="H" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="R" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="L" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="D,Eth" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="N,Ntilde" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="S" 	k="10" />
+<hkern g1="r" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="8" />
+<hkern g1="r" 	g2="d" 	k="6" />
+<hkern g1="r" 	g2="J" 	k="111" />
+<hkern g1="r" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="r" 	g2="y,yacute,ydieresis" 	k="-43" />
+<hkern g1="r" 	g2="T" 	k="121" />
+<hkern g1="r" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="r" 	g2="c,ccedilla" 	k="10" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="127" />
+<hkern g1="r" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="r" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="8" />
+<hkern g1="r" 	g2="w" 	k="-35" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="r" 	g2="G" 	k="8" />
+<hkern g1="r" 	g2="W" 	k="59" />
+<hkern g1="r" 	g2="g" 	k="39" />
+<hkern g1="r" 	g2="quotesinglbase,quotedblbase" 	k="45" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="84" />
+<hkern g1="r" 	g2="Z" 	k="115" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="16" />
+<hkern g1="r" 	g2="K" 	k="49" />
+<hkern g1="r" 	g2="H" 	k="47" />
+<hkern g1="r" 	g2="R" 	k="47" />
+<hkern g1="r" 	g2="L" 	k="47" />
+<hkern g1="r" 	g2="D,Eth" 	k="47" />
+<hkern g1="r" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="r" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="r" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="r" 	g2="S" 	k="51" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="s" 	g2="J" 	k="-8" />
+<hkern g1="s" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="s" 	g2="T" 	k="135" />
+<hkern g1="s" 	g2="quotedbl,quotesingle" 	k="78" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="174" />
+<hkern g1="s" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="s" 	g2="G" 	k="35" />
+<hkern g1="s" 	g2="W" 	k="123" />
+<hkern g1="s" 	g2="Z" 	k="29" />
+<hkern g1="s" 	g2="K" 	k="45" />
+<hkern g1="s" 	g2="H" 	k="45" />
+<hkern g1="s" 	g2="R" 	k="45" />
+<hkern g1="s" 	g2="L" 	k="45" />
+<hkern g1="s" 	g2="D,Eth" 	k="45" />
+<hkern g1="s" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="45" />
+<hkern g1="s" 	g2="N,Ntilde" 	k="45" />
+<hkern g1="s" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="45" />
+<hkern g1="s" 	g2="S" 	k="33" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="27" />
+<hkern g1="t" 	g2="J" 	k="-12" />
+<hkern g1="t" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="t" 	g2="T" 	k="117" />
+<hkern g1="t" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="115" />
+<hkern g1="t" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="t" 	g2="G" 	k="31" />
+<hkern g1="t" 	g2="W" 	k="90" />
+<hkern g1="t" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-12" />
+<hkern g1="t" 	g2="Z" 	k="25" />
+<hkern g1="t" 	g2="K" 	k="47" />
+<hkern g1="t" 	g2="H" 	k="47" />
+<hkern g1="t" 	g2="R" 	k="47" />
+<hkern g1="t" 	g2="L" 	k="47" />
+<hkern g1="t" 	g2="D,Eth" 	k="47" />
+<hkern g1="t" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="t" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="t" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="t" 	g2="S" 	k="45" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quoteright,quotedblright" 	k="31" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="119" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quotedbl,quotesingle" 	k="74" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="C,Ccedilla" 	k="35" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="51" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="G" 	k="37" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="102" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Z" 	k="37" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="K" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="H" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="R" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="L" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="D,Eth" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="S" 	k="49" />
+<hkern g1="w" 	g2="J" 	k="53" />
+<hkern g1="w" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="w" 	g2="T" 	k="80" />
+<hkern g1="w" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="w" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="w" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="w" 	g2="G" 	k="12" />
+<hkern g1="w" 	g2="W" 	k="61" />
+<hkern g1="w" 	g2="g" 	k="20" />
+<hkern g1="w" 	g2="quotesinglbase,quotedblbase" 	k="27" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="53" />
+<hkern g1="w" 	g2="Z" 	k="59" />
+<hkern g1="w" 	g2="K" 	k="47" />
+<hkern g1="w" 	g2="H" 	k="47" />
+<hkern g1="w" 	g2="R" 	k="47" />
+<hkern g1="w" 	g2="L" 	k="47" />
+<hkern g1="w" 	g2="D,Eth" 	k="47" />
+<hkern g1="w" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="w" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="w" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="w" 	g2="S" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="61" />
+<hkern g1="y,yacute,ydieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="61" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="y,yacute,ydieresis" 	g2="c,ccedilla" 	k="6" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="y,yacute,ydieresis" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="y,yacute,ydieresis" 	g2="G" 	k="8" />
+<hkern g1="y,yacute,ydieresis" 	g2="W" 	k="61" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="37" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="59" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="90" />
+<hkern g1="y,yacute,ydieresis" 	g2="K" 	k="49" />
+<hkern g1="y,yacute,ydieresis" 	g2="H" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="R" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="L" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="D,Eth" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="y,yacute,ydieresis" 	g2="S" 	k="45" />
+<hkern g1="z" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="z" 	g2="T" 	k="117" />
+<hkern g1="z" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="z" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="z" 	g2="G" 	k="27" />
+<hkern g1="z" 	g2="W" 	k="59" />
+<hkern g1="z" 	g2="Z" 	k="31" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="z" 	g2="K" 	k="47" />
+<hkern g1="z" 	g2="H" 	k="47" />
+<hkern g1="z" 	g2="R" 	k="47" />
+<hkern g1="z" 	g2="L" 	k="47" />
+<hkern g1="z" 	g2="D,Eth" 	k="47" />
+<hkern g1="z" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="47" />
+<hkern g1="z" 	g2="N,Ntilde" 	k="47" />
+<hkern g1="z" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="47" />
+<hkern g1="z" 	g2="S" 	k="37" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.ttf b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..b00888e1bc84b3cb319370407ade6e9287194772
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..c152aba7e45890d5e7430fe8ff20be2ea3f98ea2
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff2 b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..59348a810051fba0b226306630d1d2e47184e95a
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_blk/brandon_blk-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/generator_config.txt b/ippisite/ippidb/static/fonts/brandon_blk/generator_config.txt
new file mode 100755
index 0000000000000000000000000000000000000000..e5306393cd888cad9c4b7c70d1b9d019ebe72fef
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/generator_config.txt
@@ -0,0 +1,5 @@
+# Font Squirrel Font-face Generator Configuration File
+# Upload this file to the generator to recreate the settings
+# you used to create these fonts.
+
+{"mode":"expert","formats":["woff","woff2","eot","svg"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/grid_12-825-55-15.css b/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/grid_12-825-55-15.css
new file mode 100755
index 0000000000000000000000000000000000000000..3d6aef783a908415e66bb296d4e4bbb7366f0bcb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/grid_12-825-55-15.css
@@ -0,0 +1,129 @@
+/*Notes about grid:
+Columns:      12
+Grid Width:   825px
+Column Width: 55px
+Gutter Width: 15px
+-------------------------------*/
+ 
+ 
+ 
+.section 		{margin-bottom: 18px;
+}
+.section:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
+.section 		{*zoom: 1;}
+ 
+.section .firstcolumn,
+.section .firstcol {margin-left: 0;}
+ 
+ 
+/* Border on left hand side of a column. */
+.border {
+  padding-left: 7px;
+  margin-left: 7px;
+  border-left: 1px solid #eee;
+}
+ 
+/* Border with more whitespace, spans one column. */
+.colborder {
+    padding-left: 42px;
+  margin-left: 42px;
+  border-left: 1px solid #eee;
+}
+ 
+
+ 
+/* The Grid Classes */
+.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
+{margin-left: 15px;float: left;display: inline; overflow: hidden;}
+ 
+ 
+.width1, .grid1, .span-1 {width: 55px;}
+.width1_2cols,.grid1_2cols {width: 20px;}
+.width1_3cols,.grid1_3cols  {width: 8px;}
+.width1_4cols,.grid1_4cols  {width: 2px;}
+.input_width1 {width: 49px;}
+ 
+.width2, .grid2, .span-2 {width: 125px;}
+.width2_3cols,.grid2_3cols  {width: 31px;}
+.width2_4cols,.grid2_4cols  {width: 20px;}
+.input_width2 {width: 119px;}
+ 
+.width3, .grid3, .span-3 {width: 195px;}
+.width3_2cols,.grid3_2cols {width: 90px;}
+.width3_4cols,.grid3_4cols  {width: 37px;}
+.input_width3 {width: 189px;}
+ 
+.width4, .grid4, .span-4 {width: 265px;}
+.width4_3cols,.grid4_3cols  {width: 78px;}
+.input_width4 {width: 259px;}
+ 
+.width5, .grid5, .span-5 {width: 335px;}
+.width5_2cols,.grid5_2cols {width: 160px;}
+.width5_3cols,.grid5_3cols  {width: 101px;}
+.width5_4cols,.grid5_4cols  {width: 72px;}
+.input_width5 {width: 329px;}
+ 
+.width6, .grid6, .span-6 {width: 405px;}
+.width6_4cols,.grid6_4cols  {width: 90px;}
+.input_width6 {width: 399px;}
+ 
+.width7, .grid7, .span-7 {width: 475px;}
+.width7_2cols,.grid7_2cols {width: 230px;}
+.width7_3cols,.grid7_3cols  {width: 148px;}
+.width7_4cols,.grid7_4cols  {width: 107px;}
+.input_width7 {width: 469px;}
+ 
+.width8, .grid8, .span-8 {width: 545px;}
+.width8_3cols,.grid8_3cols  {width: 171px;}
+.input_width8 {width: 539px;}
+ 
+.width9, .grid9, .span-9 {width: 615px;}
+.width9_2cols,.grid9_2cols {width: 300px;}
+.width9_4cols,.grid9_4cols  {width: 142px;}
+.input_width9 {width: 609px;}
+ 
+.width10, .grid10, .span-10 {width: 685px;}
+.width10_3cols,.grid10_3cols  {width: 218px;}
+.width10_4cols,.grid10_4cols  {width: 160px;}
+.input_width10 {width: 679px;}
+ 
+.width11, .grid11, .span-11 {width: 755px;}
+.width11_2cols,.grid11_2cols {width: 370px;}
+.width11_3cols,.grid11_3cols  {width: 241px;}
+.width11_4cols,.grid11_4cols  {width: 177px;}
+.input_width11 {width: 749px;}
+ 
+.width12, .grid12, .span-12 {width: 825px;}
+.input_width12 {width: 819px;}
+ 
+/* Subdivided grid spaces */
+.emptycols_left1, .prepend-1 {padding-left: 70px;}
+.emptycols_right1, .append-1 {padding-right: 70px;}
+.emptycols_left2, .prepend-2 {padding-left: 140px;}
+.emptycols_right2, .append-2 {padding-right: 140px;}
+.emptycols_left3, .prepend-3 {padding-left: 210px;}
+.emptycols_right3, .append-3 {padding-right: 210px;}
+.emptycols_left4, .prepend-4 {padding-left: 280px;}
+.emptycols_right4, .append-4 {padding-right: 280px;}
+.emptycols_left5, .prepend-5 {padding-left: 350px;}
+.emptycols_right5, .append-5 {padding-right: 350px;}
+.emptycols_left6, .prepend-6 {padding-left: 420px;}
+.emptycols_right6, .append-6 {padding-right: 420px;}
+.emptycols_left7, .prepend-7 {padding-left: 490px;}
+.emptycols_right7, .append-7 {padding-right: 490px;}
+.emptycols_left8, .prepend-8 {padding-left: 560px;}
+.emptycols_right8, .append-8 {padding-right: 560px;}
+.emptycols_left9, .prepend-9 {padding-left: 630px;}
+.emptycols_right9, .append-9 {padding-right: 630px;}
+.emptycols_left10, .prepend-10 {padding-left: 700px;}
+.emptycols_right10, .append-10 {padding-right: 700px;}
+.emptycols_left11, .prepend-11 {padding-left: 770px;}
+.emptycols_right11, .append-11 {padding-right: 770px;}
+.pull-1 {margin-left: -70px;}
+.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
+.pull-2 {margin-left: -140px;}
+.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
+.pull-3 {margin-left: -210px;}
+.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
+.pull-4 {margin-left: -280px;}
+.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/specimen_stylesheet.css b/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/specimen_stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..aecc43c32ce0ee6e9e448361a7ed21808c8af690
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/specimen_files/specimen_stylesheet.css
@@ -0,0 +1,396 @@
+@import url('grid_12-825-55-15.css');
+
+/*  
+	CSS Reset by Eric Meyer - Released under Public Domain
+    http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, 
+caption, tbody, tfoot, thead, tr, th, td 
+                  {margin: 0;padding: 0;border: 0;outline: 0;
+                  font-size: 100%;vertical-align: baseline;
+                  background: transparent;}
+body              {line-height: 1;}
+ol, ul            {list-style: none;}
+blockquote, q     {quotes: none;}
+blockquote:before, blockquote:after,
+q:before, q:after {content: '';	content: none;}
+:focus            {outline: 0;}
+ins               {text-decoration: none;}
+del               {text-decoration: line-through;}
+table             {border-collapse: collapse;border-spacing: 0;}
+
+
+
+
+body {
+	color: #000;
+	background-color: #dcdcdc;
+}
+
+a {
+	text-decoration: none;
+	color: #1883ba;
+}
+
+h1{
+	font-size: 32px;
+	font-weight: normal;
+	font-style: normal;
+	margin-bottom: 18px;
+}
+
+h2{
+	font-size: 18px;
+}
+
+#container {
+	width: 865px;
+	margin: 0px auto;
+}
+
+
+#header {
+	padding: 20px;
+	font-size: 36px;
+	background-color: #000;
+	color: #fff;
+}
+
+#header span {
+	color: #666;
+}
+#main_content {
+	background-color: #fff;
+	padding: 60px 20px 20px;
+}
+
+
+#footer p {
+	margin: 0;
+	padding-top: 10px;
+	padding-bottom: 50px;
+	color: #333;
+	font: 10px Arial, sans-serif;
+}
+
+.tabs {
+	width: 100%;
+	height: 31px;
+	background-color: #444;
+}
+.tabs li {
+	float:  left;
+	margin: 0;
+	overflow: hidden;
+	background-color: #444;
+}
+.tabs li a {
+	display: block;
+	color: #fff;
+	text-decoration: none;
+	font: bold 11px/11px 'Arial';
+	text-transform: uppercase;
+	padding: 10px 15px;
+	border-right: 1px solid #fff;
+}
+
+.tabs li a:hover {
+		background-color: #00b3ff;
+
+}
+
+.tabs li.active a {
+	color:  #000;
+	background-color: #fff;
+}
+
+
+
+div.huge {
+	
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+div.glyph_range {
+	font-size: 72px;
+	line-height: 1.1em;
+}
+
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+
+
+.psample_row1 {	height: 120px;}
+.psample_row1 {	height: 120px;}
+.psample_row2 {	height: 160px;}
+.psample_row3 {	height: 160px;}
+.psample_row4 {	height: 160px;}
+
+.psample {
+	overflow: hidden;
+	position: relative;
+}
+.psample p {
+	line-height: 1.3em;
+	display: block;
+	overflow: hidden;
+	margin: 0;
+}
+
+.psample span {
+	margin-right: .5em;
+}
+
+.white_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
+	position: absolute;
+	bottom: 0;
+}
+.black_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
+	position: absolute;
+	bottom: 0;
+}
+.fullreverse {
+	background:  #000 !important;
+	color:  #fff !important;
+	margin-left: -20px;
+	padding-left: 20px;
+	margin-right: -20px;
+	padding-right: 20px;
+	padding: 20px;
+	margin-bottom:0;
+}
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+code {
+	white-space: pre;
+	background-color: #eee;
+	display: block;
+	padding: 10px;
+	margin-bottom: 18px;
+	overflow: auto;
+}
+
+
+.bottom,.last 	{margin-bottom:0 !important; padding-bottom:0 !important;}
+
+.box  { 
+  padding: 18px; 
+  margin-bottom: 18px; 
+  background: #eee; 
+}
+
+.reverse,.reversed { background:  #000 !important;color:  #fff !important; border: none !important;}
+
+#bodycomparison {
+	position: relative;
+	overflow: hidden;
+	font-size: 72px;
+	height: 90px;
+	white-space: nowrap;
+}
+
+#bodycomparison div{
+	font-size: 72px;
+	line-height: 90px;
+	display: inline;
+	margin: 0 15px 0 0;
+	padding: 0;
+}
+
+#bodycomparison div span{
+	font: 10px Arial;
+	position: absolute;
+	left: 0;
+}
+#xheight {
+	float: none;
+	position: absolute;
+	color: #d9f3ff;
+	font-size: 72px;
+	line-height: 90px;
+}
+
+.fontbody {
+ position: relative;
+}
+.arialbody{
+	font-family: Arial;
+	position: relative;
+}
+.verdanabody{
+	font-family: Verdana;
+	position: relative;
+}
+.georgiabody{
+	font-family: Georgia;
+	position: relative;
+}
+
+/* @group Layout page
+ */
+
+#layout h1 {
+	font-size: 36px;
+	line-height: 42px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h2 {
+	font-size: 24px;
+	line-height: 23px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h3 {
+	font-size: 22px;
+	line-height: 1.4em;
+	margin-top: 1em;
+	font-weight: normal;
+	font-style: normal;
+}
+
+
+#layout p.byline {
+	font-size: 12px;
+	margin-top: 18px;
+	line-height: 12px;
+	margin-bottom: 0;
+}
+#layout p {
+	font-size: 14px;
+	line-height: 21px;
+	margin-bottom: .5em;
+}
+
+#layout p.large{
+	font-size: 18px;
+	line-height: 26px;
+}
+
+#layout .sidebar p{
+	font-size: 12px;
+	line-height: 1.4em;
+}
+
+#layout p.caption {
+	font-size: 10px;
+	margin-top: -16px;
+	margin-bottom: 18px;
+}
+
+/* @end */
+
+/* @group Glyphs */
+
+#glyph_chart div{
+	background-color: #d9f3ff;
+	color: black;
+	float: left;
+	font-size: 36px;
+	height: 1.2em;
+	line-height: 1.2em;
+	margin-bottom: 1px;
+	margin-right: 1px;
+	text-align: center;
+	width: 1.2em;
+	position: relative;
+	padding: .6em .2em .2em;
+}
+
+#glyph_chart div p {
+	position: absolute;
+	left: 0;
+	top: 0;
+	display: block;
+	text-align: center;
+	font: bold 9px Arial, sans-serif;
+	background-color: #3a768f;
+	width: 100%;
+	color: #fff;
+	padding: 2px 0;
+}
+
+
+#glyphs h1 {
+	font-family: Arial, sans-serif;
+}
+/* @end */
+
+/* @group Installing */
+
+#installing {
+	font: 13px Arial, sans-serif;
+}
+
+#installing p,
+#glyphs p{
+	line-height: 1.2em;
+	margin-bottom: 18px;
+	font: 13px Arial, sans-serif;
+}
+
+
+
+#installing h3{
+	font-size: 15px;
+	margin-top: 18px;
+}
+
+/* @end */
+
+#rendering h1 {
+	font-family: Arial, sans-serif;
+}
+.render_table td {
+	font: 11px "Courier New", Courier, mono;
+	vertical-align: middle;
+}
+
+
diff --git a/ippisite/ippidb/static/fonts/brandon_blk/stylesheet.css b/ippisite/ippidb/static/fonts/brandon_blk/stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..0e4fa04eed36a79a6b08f00526020a3328c01eb4
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_blk/stylesheet.css
@@ -0,0 +1,15 @@
+/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 12, 2017 */
+
+
+
+@font-face {
+    font-family: 'brandon_grotesqueblack';
+    src: url('brandon_blk-webfont.eot');
+    src: url('brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
+         url('brandon_blk-webfont.woff2') format('woff2'),
+         url('brandon_blk-webfont.woff') format('woff'),
+         url('brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-demo.html b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..e36342389d123c0c9b03012b0d828b532c4a7470
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'brandon_grotesque_regularRg';
+							}
+		</style>
+
+	<title>Brandon Grotesque Regular Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Brandon Grotesque Regular	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Brandon Grotesque Regular</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Brandon Grotesque Regular in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Brandon Grotesque Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#181;</p>&#181;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.eot b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..4a5eecd4398de5d7c10ef3fe0ded78326ddea4e5
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.svg b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..b189114aaa93150a8c696b9659555e4cc6f39dc4
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.svg
@@ -0,0 +1,4505 @@
+<?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="brandon_grotesque_regularRg" horiz-adv-x="987" >
+<font-face units-per-em="2048" ascent="1434" descent="-614" />
+<missing-glyph horiz-adv-x="454" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1079" d="M47 735v45q0 17 11 28t28 11h125v287q0 169 96 258.5t238 89.5q91 0 174.5 -32.5t126.5 -63.5q10 -7 12 -22t-4 -25l-33 -56q-14 -23 -53 -2q-1 1 -15.5 8.5t-24.5 12.5t-28.5 14t-35.5 14.5t-37.5 12t-42 9.5t-41.5 3q-79 0 -135 -55.5t-56 -165.5v-287h543q15 0 27 -12 t12 -27v-741q0 -15 -12 -27t-27 -12h-64q-15 0 -26.5 12t-11.5 27v657h-441v-657q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-125q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1085" d="M47 735v45q0 17 11 28t28 11h125v287q0 169 95 258.5t237 89.5q48 0 92.5 -10.5t75 -26t53.5 -31t34 -26.5l11 -10l16 51q9 33 39 33h35q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v1149q-4 5 -10.5 14t-30.5 31t-50 39t-67.5 31t-85.5 14 q-37 0 -71 -11t-64 -34.5t-48 -66t-18 -99.5v-287h238q17 0 28 -11t11 -28v-45q0 -16 -11 -27.5t-28 -11.5h-238v-657q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-125q-17 0 -28 11.5t-11 27.5z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode=" "  horiz-adv-x="454" />
+<glyph unicode="&#x09;" horiz-adv-x="454" />
+<glyph unicode="&#xa0;" horiz-adv-x="454" />
+<glyph unicode="!" horiz-adv-x="610" d="M188 96q0 49 34.5 83t82.5 34q49 0 83 -33.5t34 -83.5q0 -48 -34 -82t-83 -34q-47 0 -82 34.5t-35 81.5zM215 1161v234q0 15 12 27t27 12h102q15 0 27 -12t12 -27v-230l-39 -575q-2 -12 -14 -22.5t-25 -10.5h-24q-13 0 -25 10.5t-14 22.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="628" d="M100 1065v330q0 15 12 27t27 12h70q21 0 32 -15.5t5 -36.5l-58 -325q-3 -12 -14 -21.5t-22 -9.5h-13q-15 0 -27 12t-12 27zM410 1065v330q0 15 12 27t27 12h69q21 0 32 -15.5t5 -36.5l-57 -325q-3 -12 -14.5 -21.5t-22.5 -9.5h-12q-15 0 -27 12t-12 27z" />
+<glyph unicode="#" horiz-adv-x="1110" d="M86 438v15q0 17 11 28t28 11h158l49 350h-148q-15 0 -27 12t-12 27v14q0 15 12 27t27 12h160l66 467q2 12 12.5 22.5t23.5 10.5h15q18 0 29 -13.5t8 -31.5l-62 -455h309l64 467q2 12 14 22.5t25 10.5h12q19 0 30.5 -13t8.5 -32l-61 -455h143q17 0 28 -11.5t11 -27.5v-14 q0 -16 -9.5 -27.5t-25.5 -11.5h-160l-49 -350h146q16 0 27.5 -11t11.5 -28v-15q0 -15 -10 -27t-25 -12h-164l-53 -366q-2 -14 -13 -23.5t-26 -9.5h-13q-19 0 -30 13t-9 32l54 354h-314l-51 -366q-1 -13 -13 -23t-26 -10h-12q-20 0 -31 13t-8 32l51 354h-143q-17 0 -28 11.5 t-11 27.5zM373 492h313l47 350h-309z" />
+<glyph unicode="$" horiz-adv-x="1073" d="M94.5 190q2.5 11 11.5 25q5 6 18.5 23.5t20.5 24.5t18 15.5t22.5 6.5t23.5 -13q11 -11 30 -26.5t58.5 -43.5t93.5 -50.5t109 -30.5v532q-87 35 -149 68t-114 76t-82 97.5t-40 121.5q-4 23 -4 74q0 41 13 85.5t43.5 91.5t74 85.5t110.5 65.5t148 34v66q0 17 11.5 27.5 t27.5 10.5h14q15 0 26 -10.5t11 -27.5v-66q79 -6 156 -31.5t114 -48.5l37 -22q8 -4 14 -12t8.5 -23.5t-10.5 -34.5q-4 -6 -12 -18.5t-11 -17t-9.5 -13t-10.5 -11t-10.5 -6t-12 -2.5t-13.5 3.5t-17 7.5q-1 0 -17 9.5t-36 20.5t-47 23t-59.5 22.5t-63.5 14.5l-2 -531 q81 -34 138.5 -64.5t110.5 -69.5t85.5 -81.5t51.5 -97.5t19 -121q0 -149 -119 -252t-286 -114v-213q0 -18 -13 -27.5t-32 -9.5q-17 0 -30 10t-13 27v213q-75 6 -144.5 28.5t-119.5 52.5t-75 48t-42 34q-9 8 -12.5 12t-9 13t-3 20zM262 1092q0 -91 59.5 -155t178.5 -118v496 q-62 -6 -110 -30.5t-74.5 -58t-40 -68t-13.5 -66.5zM588 119q102 9 171.5 73.5t69.5 149.5q0 84 -58.5 146.5t-182.5 123.5v-493z" />
+<glyph unicode="%" horiz-adv-x="1382" d="M72 1180q0 116 80 196t196 80q114 0 195.5 -80.5t81.5 -195.5t-81.5 -196t-195.5 -81q-115 0 -195.5 80.5t-80.5 196.5zM188 1180q0 -68 46 -114t114 -46q64 0 110 46.5t46 113.5q0 63 -46.5 109t-109.5 46q-67 0 -113.5 -45.5t-46.5 -109.5zM262 55l703 1358 q12 21 34 21h33q23 0 34.5 -18t0.5 -38l-707 -1358q-10 -20 -34 -20h-29q-23 0 -34 17.5t-1 37.5zM719 254q0 116 80.5 196t195.5 80q114 0 195.5 -80.5t81.5 -195.5t-81.5 -196t-195.5 -81q-115 0 -195.5 80.5t-80.5 196.5zM836 254q0 -68 46 -114t113 -46q64 0 110 46.5 t46 113.5q0 63 -46.5 109.5t-109.5 46.5q-67 0 -113 -46t-46 -110z" />
+<glyph unicode="&#x26;" horiz-adv-x="1363" d="M168 356q0 63 19.5 121t48 99.5t70 80.5t74.5 62t73 47v4l-50 53q-70 74 -108 144t-35 155q0 60 22.5 118t65.5 106.5t114.5 78t160.5 29.5q160 0 253 -91t93 -224q0 -206 -303 -394l338 -337q81 167 81 364q0 31 10.5 39t37.5 8h49q7 0 12.5 -1t9.5 -3.5t7 -4t5 -6 t3 -6.5t1.5 -7t0.5 -6.5v-6.5v-6q0 -118 -32 -238.5t-89 -222.5l196 -196q15 -16 21 -26.5t1.5 -28.5t-24.5 -40l-24 -22q-43 -40 -86 6l-174 180q-181 -204 -447 -204q-124 0 -215.5 52.5t-135.5 136.5t-44 187zM311 354q0 -106 75 -177t183 -71q103 0 193 46.5t158 128.5 l-379 397q-230 -139 -230 -324zM397 1118q-3 -61 30.5 -114t100.5 -119l45 -45q35 21 52 31.5t53 35.5t56.5 46.5t44.5 51t35 62.5t11 68q0 79 -58 138.5t-157 59.5q-98 0 -155.5 -61.5t-57.5 -153.5z" />
+<glyph unicode="'" horiz-adv-x="319" d="M100 1065v330q0 15 12 27t27 12h70q21 0 32 -15.5t5 -36.5l-58 -325q-3 -12 -14 -21.5t-22 -9.5h-13q-15 0 -27 12t-12 27z" />
+<glyph unicode="(" horiz-adv-x="704" d="M119 645q0 146 19.5 267.5t54.5 206.5t80 149t100.5 102t111.5 57.5t117 22.5q34 3 37 -20l4 -56q3 -13 -3 -23t-17 -12q-189 -37 -275 -211t-86 -483t86 -483t275 -211q11 -2 17 -12t3 -23l-4 -55q-3 -24 -37 -21q-61 3 -117 22.5t-111.5 57.5t-100.5 102t-80 149 t-54.5 206.5t-19.5 267.5z" />
+<glyph unicode=")" horiz-adv-x="704" d="M61 -84q-3 13 3.5 23t17.5 12q189 37 274.5 210.5t85.5 483.5t-85.5 483.5t-274.5 210.5q-11 2 -17.5 12t-3.5 23l5 56q3 23 36 20q74 -4 140.5 -30t130.5 -86t110 -148.5t74.5 -227.5t28.5 -313t-28.5 -313t-74.5 -227.5t-110 -148.5t-130.5 -86t-140.5 -30 q-33 -3 -36 21z" />
+<glyph unicode="*" horiz-adv-x="671" d="M73 1264q-3 16 5 28q3 4 8 11.5t8 11.5q8 12 23.5 16.5t27.5 -4.5l142 -100l-4 170q0 15 12 26t27 11h26q15 0 27 -11t12 -26l-4 -168l137 102q14 7 29 3.5t24 -15.5l15 -23q8 -13 5.5 -28.5t-15.5 -24.5l-158 -100l160 -101q13 -9 16.5 -25t-4.5 -28l-14 -22 q-9 -13 -26 -17t-30 4l-139 101l4 -166q0 -15 -12 -27t-27 -12h-26q-15 0 -27 12t-12 27l4 168l-137 -99q-12 -9 -29 -5t-25 18l-14 20q-9 14 -5.5 30.5t15.5 25.5l154 96l-158 96q-12 9 -15 25z" />
+<glyph unicode="+" horiz-adv-x="1026" d="M84 682v57q0 15 12 27t27 12h321v324q0 15 12 26t27 11h58q15 0 27 -11t12 -26v-324h323q15 0 26 -12t11 -27v-57q0 -15 -11 -27t-26 -12h-323v-321q0 -15 -12 -26t-27 -11h-58q-15 0 -27 11t-12 26v321h-321q-15 0 -27 12t-12 27z" />
+<glyph unicode="," horiz-adv-x="477" d="M110 -304q3 15 17 28q127 114 127 258q-8 -2 -25 -2q-47 0 -81.5 34.5t-34.5 81.5q0 49 34 83t82 34q58 0 97 -41.5t39 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -26 -50 -4l-28 28q-8 7 -5 22z" />
+<glyph unicode="-" horiz-adv-x="845" d="M170 487v39q0 17 11 28t28 11h428q17 0 28 -11t11 -28v-39q0 -15 -11 -25.5t-28 -10.5h-428q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="." horiz-adv-x="462" d="M115 96q0 49 34 83t82 34q49 0 83 -33.5t34 -83.5q0 -48 -34 -82t-83 -34q-47 0 -81.5 34.5t-34.5 81.5z" />
+<glyph unicode="/" horiz-adv-x="655" d="M82 51l401 1356q3 11 14 19t23 8h45q22 0 32.5 -15t4.5 -37l-399 -1355q-3 -10 -14.5 -18.5t-22.5 -8.5h-47q-21 0 -32 15t-5 36z" />
+<glyph unicode="0" horiz-adv-x="1294" d="M150 696q0 338 130 527.5t367 189.5t367.5 -189.5t130.5 -527.5t-130.5 -527t-367.5 -189t-367 189t-130 527zM295 696q0 -281 91.5 -432t260.5 -151t260.5 151t91.5 432q0 279 -92 431.5t-260 152.5t-260 -152.5t-92 -431.5z" />
+<glyph unicode="1" horiz-adv-x="667" d="M72 1069q-19 22 4 45l286 279h56q15 0 26 -12t11 -27v-1315q0 -15 -11 -27t-26 -12h-74q-17 0 -28 11.5t-11 27.5v1100l-147 -115q-27 -20 -47 2z" />
+<glyph unicode="2" horiz-adv-x="1062" d="M86 39v61q84 90 251 271.5t251 271.5q207 226 207 371q0 47 -16 90.5t-48 83t-90 63t-133 23.5q-148 0 -291 -154q-12 -12 -27.5 -12t-27.5 12l-41 39q-10 11 -11 25.5t9 27.5q6 8 17 21.5t49.5 48.5t80.5 61.5t108 48t134 21.5q107 0 192.5 -32t139 -87t82 -125.5 t28.5 -150.5q0 -65 -18.5 -125t-58.5 -120.5t-77.5 -105.5t-101.5 -114q-66 -69 -197 -210t-196 -210h602q15 0 27 -12t12 -27v-55q0 -15 -12 -27t-27 -12h-778q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="3" horiz-adv-x="1089" d="M86 187.5q0 14.5 12 23.5l56 47q32 23 55 -10q11 -14 32 -33t59.5 -46t95.5 -45t118 -18q123 0 209 69.5t86 186.5q0 114 -92 191.5t-271 77.5h-114q-39 0 -39 45v49q0 25 9.5 35t33.5 10h113q157 0 241 70.5t84 177.5q0 118 -77.5 189t-190.5 71q-151 0 -268 -133 q-10 -12 -24 -14t-30 10l-49 39q-12 11 -11.5 26.5t11.5 26.5q6 7 17.5 19.5t49 43.5t78 54.5t102.5 43t124 19.5q188 0 305 -102.5t117 -272.5q0 -109 -65.5 -197.5t-145.5 -125.5v-6q40 -17 79.5 -45.5t78.5 -69t63.5 -98t24.5 -119.5q0 -172 -124 -284.5t-331 -112.5 q-71 0 -135.5 15t-105 33.5t-80 48.5t-55 45.5t-36.5 39.5q-10 11 -10 25.5z" />
+<glyph unicode="4" horiz-adv-x="1200" d="M33 354v76l776 973q12 12 31 12h41q16 0 27.5 -11t11.5 -28l2 -936h165q17 0 28 -11t11 -26v-45q0 -16 -11 -27.5t-28 -11.5h-165v-280q0 -15 -12 -27t-27 -12h-70q-15 0 -27 12t-12 27v276h-702q-17 0 -28 11.5t-11 27.5zM205 442h577v713z" />
+<glyph unicode="5" horiz-adv-x="1091" d="M115.5 187q-0.5 13 17.5 32q8 7 23.5 22.5t23.5 22.5q31 27 51 -2q12 -17 32 -37t57 -48.5t94 -47t121 -18.5q94 0 169.5 50.5t113.5 126t38 158.5q0 128 -82 211.5t-239 83.5h-312q-29 0 -46 22.5t-17 49.5v541q0 16 11 27.5t28 11.5h618q17 0 28 -11.5t11 -27.5v-60 q0 -16 -11 -27.5t-28 -11.5h-520v-376h238q229 0 351 -113.5t122 -316.5q0 -195 -136 -332t-340 -137q-253 0 -395 170q-21 24 -21.5 37z" />
+<glyph unicode="6" horiz-adv-x="1112" d="M109 563q0 112 27 215.5t70 182.5t103.5 150t120.5 121t128.5 93.5t120.5 69t103 45.5q30 12 45 -21l23 -49q17 -42 -37 -59q-32 -11 -83.5 -38t-120.5 -75.5t-132 -106t-116.5 -135t-73.5 -155.5q6 4 16 10t42.5 22t67 28t85.5 22t100 10q87 0 166.5 -31.5t140 -88 t97 -141t36.5 -183.5q0 -127 -61.5 -235t-165.5 -171t-225 -63t-214 45t-149.5 125t-85 184t-28.5 229zM252.5 518q3.5 -58 14 -115t38 -109t64.5 -92t93 -63.5t124 -23.5q128 0 217.5 96t89.5 229q0 134 -90 227t-219 93q-53 0 -106 -13.5t-90.5 -33t-67.5 -39.5t-45 -34 l-15 -13q-11 -51 -7.5 -109z" />
+<glyph unicode="7" horiz-adv-x="970" d="M49 1294v60q0 15 12 27t27 12h823q15 0 27 -12t12 -27v-15l-598 -1286q-24 -53 -67 -53h-60q-15 0 -27 12t-12 27v22l572 1194h-670q-15 0 -27 12t-12 27z" />
+<glyph unicode="8" horiz-adv-x="1173" d="M127 375q0 62 24.5 121t64 101.5t80 72.5t79.5 47v6q-81 38 -146 122.5t-65 192.5q0 167 118.5 271t303.5 104q187 0 306.5 -103.5t119.5 -271.5q0 -108 -65 -192.5t-146 -122.5v-6q39 -17 79.5 -47t80 -72.5t64 -101.5t24.5 -121q0 -172 -126 -283.5t-339 -111.5 q-208 0 -332.5 112t-124.5 283zM281 360q0 -115 88.5 -186.5t214.5 -71.5q136 0 223.5 69.5t87.5 188.5q0 101 -83.5 182t-223.5 95q-141 -14 -224 -95t-83 -182zM315 1032q0 -100 68 -165.5t205 -78.5q136 13 204 78.5t68 165.5q0 115 -79 186.5t-201 71.5 q-112 0 -188.5 -72t-76.5 -186z" />
+<glyph unicode="9" horiz-adv-x="1112" d="M74 956q0 127 61.5 235t165.5 171t225 63t214 -45t150 -125t85.5 -184t28.5 -229q0 -112 -27 -215.5t-70 -182.5t-103.5 -150t-120.5 -121t-129 -93.5t-121 -69t-103 -45.5q-30 -12 -45 21l-23 49q-17 42 37 59q32 11 83.5 38t120.5 75.5t132 106t116.5 135t73.5 155.5 q-6 -4 -16 -10t-42.5 -22t-67 -28t-85.5 -22t-100 -10q-87 0 -166.5 31.5t-140 88t-97 141t-36.5 183.5zM219 965q0 -134 90 -227t219 -93q53 0 106 13.5t90.5 33.5t67.5 39.5t45 32.5l15 14q11 51 7.5 109t-14 115t-38 109t-64.5 92t-93 63.5t-124 23.5q-128 0 -217.5 -96 t-89.5 -229z" />
+<glyph unicode=":" horiz-adv-x="524" d="M145 96q0 49 34.5 83t82.5 34q50 0 83.5 -33.5t33.5 -83.5q0 -48 -34 -82t-83 -34q-47 0 -82 34.5t-35 81.5zM145 723q0 49 34.5 83t82.5 34q50 0 83.5 -34t33.5 -83q0 -48 -34 -82.5t-83 -34.5q-47 0 -82 35t-35 82z" />
+<glyph unicode=";" horiz-adv-x="530" d="M140.5 -304q3.5 15 17.5 28q127 114 127 258q-8 -2 -25 -2q-47 0 -82 34.5t-35 81.5q0 49 34.5 83t82.5 34q58 0 96.5 -41.5t38.5 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -25 -49 -4l-29 28q-8 7 -4.5 22zM143 723q0 49 34.5 83t82.5 34q50 0 83.5 -34t33.5 -83 q0 -48 -34 -82.5t-83 -34.5q-47 0 -82 35t-35 82z" />
+<glyph unicode="&#x3c;" horiz-adv-x="899" d="M51 465v10q0 9 6.5 19.5t14.5 15.5l696 434q20 12 38.5 2t18.5 -35v-73q0 -25 -22 -39l-535 -328l535 -315q22 -13 22 -39v-74q0 -25 -18.5 -35t-38.5 2l-696 420q-8 5 -14.5 15.5t-6.5 19.5z" />
+<glyph unicode="=" horiz-adv-x="1044" d="M176 326v63q0 16 11 27.5t28 11.5h612q17 0 28 -11.5t11 -27.5v-63q0 -16 -11 -27.5t-28 -11.5h-612q-17 0 -28 11.5t-11 27.5zM176 758v61q0 16 11 27.5t28 11.5h612q17 0 28 -11.5t11 -27.5v-61q0 -16 -11 -27.5t-28 -11.5h-612q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="&#x3e;" horiz-adv-x="899" d="M74 43v74q0 28 22 39l535 315l-535 328q-22 15 -22 39v73q0 25 18.5 35t38.5 -2l696 -434q8 -5 14.5 -15.5t6.5 -19.5v-10q0 -9 -6.5 -19.5t-14.5 -15.5l-696 -420q-20 -12 -38.5 -2t-18.5 35z" />
+<glyph unicode="?" horiz-adv-x="944" d="M102 1221q-24 21 0 53q5 7 14.5 19.5t43.5 43.5t73.5 54.5t105.5 43t138 19.5q160 0 258.5 -86t98.5 -227q0 -63 -24 -115.5t-60 -85.5t-78 -66t-78 -58t-60 -60t-24 -74v-84q0 -20 -13 -30.5t-30 -10.5h-55q-16 0 -27.5 11t-11.5 28v86q0 51 17 93t44 70.5t59.5 53 t65.5 48.5t60 50.5t44 64.5t17 85q0 76 -53.5 128t-149.5 52q-27 0 -51.5 -3t-46.5 -10t-39.5 -13t-35.5 -18t-29 -19t-26 -21.5t-20.5 -19.5t-19 -19.5t-14.5 -15.5q-26 -26 -54 -2zM319 96q0 49 34.5 83t82.5 34q50 0 83.5 -33.5t33.5 -83.5q0 -48 -34 -82t-83 -34 q-47 0 -82 34.5t-35 81.5z" />
+<glyph unicode="@" horiz-adv-x="2009" d="M88 457q0 217 67 401t188 316t298 206t389 74q202 0 366 -65.5t272.5 -181.5t167 -274t58.5 -343q0 -85 -13 -167t-45 -164t-79 -142.5t-122.5 -98.5t-168.5 -38q-99 0 -157.5 44t-77.5 115h-17q-35 -69 -102 -114t-156 -45q-157 0 -257.5 119t-100.5 313 q0 200 101.5 314t263.5 114q46 0 87 -11t67 -27t45 -32.5t28 -27.5l8 -11q2 7 5.5 22.5t5 20.5t5 15.5t7.5 13.5t10.5 8t15.5 6.5t21 1.5h20q15 0 27 -12t12 -27v-436q0 -97 18.5 -153t49.5 -76.5t80 -20.5q124 0 208 133.5t84 362.5q0 127 -29.5 239.5t-90.5 206 t-148.5 161t-208 105t-264.5 37.5q-371 0 -590 -237t-219 -645q0 -281 147 -487t394 -312q22 -10 25 -20t-7 -31l-22 -56q-13 -29 -41 -16q-284 120 -454.5 360t-170.5 562zM729 410q0 -138 69.5 -216.5t170.5 -78.5q93 0 147 55t74 137v291q-3 5 -8.5 12.5t-25 27.5 t-42.5 35t-61.5 27.5t-81.5 12.5q-107 0 -174.5 -80t-67.5 -223z" />
+<glyph unicode="A" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16z" />
+<glyph unicode="B" horiz-adv-x="1280" d="M209 39v1356q0 16 11 27.5t28 11.5h448q186 0 303 -107t117 -270q0 -109 -59 -195t-142 -133q45 -19 85 -46t78 -66.5t60.5 -97t22.5 -124.5q0 -173 -124.5 -284t-321.5 -111h-467q-17 0 -28 11.5t-11 27.5zM358 137h373q112 0 185 74.5t73 185.5q0 107 -85.5 179.5 t-207.5 72.5h-338v-512zM362 791h334q115 0 180.5 72.5t65.5 183.5q0 112 -64.5 178.5t-181.5 66.5h-334v-501z" />
+<glyph unicode="C" horiz-adv-x="1447" d="M104 715q0 202 99 372t269 268.5t372 98.5q149 0 267 -48t228 -142q12 -12 13 -29t-11 -29l-55 -55q-23 -28 -53 2q-81 71 -185 112.5t-206 41.5q-119 0 -225.5 -48t-182 -128t-120 -188.5t-44.5 -225.5q0 -156 74.5 -291t207 -216t290.5 -81q64 0 119 11.5t104.5 36 t83.5 46.5t84 60q26 21 49 6l61 -56q11 -10 10 -27t-12 -28q-204 -198 -497 -198q-202 0 -372 97.5t-269 266.5t-99 371z" />
+<glyph unicode="D" horiz-adv-x="1529" d="M209 39v1356q0 15 11 27t26 12h459q145 0 278 -57t229.5 -153t153.5 -228t57 -277q0 -146 -57 -279.5t-153.5 -229.5t-229 -153t-278.5 -57h-459q-15 0 -26 12t-11 27zM365 141h307q252 0 415.5 162.5t163.5 415.5q0 252 -163.5 413.5t-415.5 161.5h-307v-1153z" />
+<glyph unicode="E" horiz-adv-x="1212" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -28 11.5t-11 27.5z " />
+<glyph unicode="F" horiz-adv-x="1165" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-561h587q15 0 27 -12t12 -27v-59q0 -15 -12 -27t-27 -12h-587v-559q0 -15 -12 -27t-27 -12h-80q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="G" horiz-adv-x="1499" d="M104 715q0 202 99 372t269 268.5t372 98.5q149 0 267 -48t228 -142q12 -12 13 -29t-11 -29l-57 -57q-14 -15 -24.5 -14t-28.5 16q-81 71 -185 115.5t-204 44.5q-119 0 -225.5 -47.5t-181.5 -127.5t-119 -188t-44 -225q0 -156 74 -292t206 -218t290 -82q100 0 192 21.5 t134 43.5l42 21v287h-235q-17 0 -28 11t-11 26v75q0 17 11 28t28 11h354q15 0 26 -12t11 -27v-469q0 -20 -16 -32q-9 -5 -24.5 -14.5t-67.5 -32.5t-107.5 -41t-139.5 -32.5t-167 -14.5q-202 0 -372 97.5t-269 266.5t-99 371z" />
+<glyph unicode="H" horiz-adv-x="1564" d="M209 39v1356q0 15 12 27t27 12h80q17 0 28 -11.5t11 -27.5v-598h831v598q0 16 11 27.5t28 11.5h80q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-80q-17 0 -28 11.5t-11 27.5v620h-831v-620q0 -16 -11 -27.5t-28 -11.5h-80q-15 0 -27 12t-12 27z" />
+<glyph unicode="I" horiz-adv-x="577" d="M209 39v1356q0 15 12 27t27 12h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-82q-15 0 -27 12t-12 27z" />
+<glyph unicode="J" horiz-adv-x="829" d="M-41 131q-17 27 4 51l43 49q16 15 29 17t21 -3.5t20 -19.5q97 -108 198 -108q48 0 91.5 18t79.5 53.5t57.5 96.5t21.5 139v971q0 16 11 27.5t28 11.5h80q17 0 28 -11.5t11 -27.5v-967q0 -210 -114 -329t-298 -119q-188 0 -311 151z" />
+<glyph unicode="K" horiz-adv-x="1265" d="M209 49v1335q0 21 14 35.5t35 14.5h59q20 0 35 -15t15 -35v-579l639 608q17 21 38 21h101q29 0 38.5 -24.5t-14.5 -47.5l-647 -604l678 -695q6 -9 7.5 -23t-10 -27t-32.5 -13h-104q-10 0 -22 4.5t-15 9.5l-657 686v-651q0 -20 -15 -34.5t-35 -14.5h-59q-21 0 -35 14 t-14 35z" />
+<glyph unicode="L" horiz-adv-x="1005" d="M209 39v1356q0 16 11 27.5t28 11.5h80q15 0 27 -12t12 -27v-1258h589q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-708q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="M" horiz-adv-x="1765" d="M106 49l265 1376q3 12 14 20.5t23 8.5h32q11 0 21.5 -6.5t13.5 -15.5l406 -1129h10l399 1129q3 9 13.5 15.5t21.5 6.5h33q12 0 23 -8.5t14 -20.5l264 -1376q5 -22 -4.5 -35.5t-32.5 -13.5h-82q-12 0 -23 9t-14 20l-182 1054h-8l-377 -1081q-3 -9 -14 -15.5t-21 -6.5h-37 q-10 0 -21 6.5t-14 15.5l-380 1081h-9l-178 -1054q-2 -11 -13.5 -20t-23.5 -9h-82q-23 0 -32.5 13.5t-4.5 35.5z" />
+<glyph unicode="N" horiz-adv-x="1585" d="M209 39v1378q0 15 12 26t27 11h51l924 -1151h4v1092q0 16 11 27.5t28 11.5h71q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-37l-940 1173h-2v-1114q0 -16 -11 -27.5t-28 -11.5h-71q-15 0 -27 12t-12 27z" />
+<glyph unicode="O" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5z" />
+<glyph unicode="P" horiz-adv-x="1220" d="M209 39v1356q0 16 11 27.5t28 11.5h452q189 0 324 -133.5t135 -319.5q0 -190 -134.5 -325.5t-322.5 -135.5h-337v-481q0 -15 -12 -27t-27 -12h-78q-17 0 -28 11.5t-11 27.5zM365 672h325q127 0 219 91t92 222q0 123 -92 208t-219 85h-325v-606z" />
+<glyph unicode="Q" horiz-adv-x="1683" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288q0 -224 -119.5 -405t-316.5 -269l239 -385q14 -22 3.5 -42t-35.5 -20h-103q-21 0 -33 21l-223 377q-67 -12 -149 -12q-202 0 -371 97.5t-267 266.5t-98 371zM248 715 q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5z" />
+<glyph unicode="R" horiz-adv-x="1353" d="M209 39v1356q0 16 11 27.5t28 11.5h530q185 0 316 -127.5t131 -309.5q0 -138 -83.5 -250t-219.5 -167l280 -521q11 -20 0.5 -39.5t-35.5 -19.5h-104q-24 0 -33 18l-272 543h-391v-522q0 -15 -12 -27t-27 -12h-80q-17 0 -28 11.5t-11 27.5zM371 696h397q120 0 207.5 87 t87.5 212q0 117 -88 203t-207 86h-397v-588z" />
+<glyph unicode="S" horiz-adv-x="1091" d="M106 182q-1 15 11 33q5 6 15 19.5t15 19.5q22 30 44 30l28 -12q181 -155 346 -155q121 0 198 66t77 159q0 101 -85.5 173.5t-273.5 150.5q-93 41 -152.5 76t-110.5 84.5t-74 114t-23 149.5q0 44 13.5 91t46.5 97t81 88.5t125 63t170 24.5q89 0 176.5 -26t130.5 -52 l43 -26q8 -4 14.5 -12t9 -23.5t-10.5 -34.5q-4 -6 -12.5 -19.5t-12.5 -19.5q-17 -27 -41 -27q-14 0 -31 9l-10 6l-20 12t-27.5 15t-34.5 17t-39.5 16.5t-44 14t-45.5 9.5t-47 4q-77 0 -135 -22.5t-88.5 -58.5t-45 -72.5t-14.5 -71.5q0 -97 69 -164t208 -125 q92 -38 154.5 -68.5t124 -71.5t97 -85t57.5 -102t22 -128q0 -157 -130 -262.5t-313 -105.5q-84 0 -163.5 21t-136 53.5t-85 53t-47.5 37.5q-12 10 -17 16t-6 21z" />
+<glyph unicode="T" horiz-adv-x="978" d="M16 1335v60q0 16 11 27.5t28 11.5h869q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-357v-1257q0 -15 -12 -27t-27 -12h-77q-15 0 -27 12t-12 27v1257h-357q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="U" horiz-adv-x="1466" d="M190 528v867q0 15 12 27t27 12h78q17 0 28 -11.5t11 -27.5v-854q0 -180 104.5 -298t280.5 -118q178 0 283.5 116.5t105.5 295.5v858q0 16 11 27.5t28 11.5h78q15 0 27 -12t12 -27v-867q0 -236 -152.5 -392t-392.5 -156q-158 0 -282 72t-191.5 196.5t-67.5 279.5z" />
+<glyph unicode="V" horiz-adv-x="1359" d="M14 1380q-9 20 1.5 37t33.5 17h82q26 0 35 -23l510 -1147h8l510 1147q3 8 13.5 15.5t21.5 7.5h82q23 0 33.5 -17t1.5 -37l-623 -1378q-11 -22 -35 -22h-20q-24 0 -35 22z" />
+<glyph unicode="W" horiz-adv-x="1847" d="M76 1384q-6 22 4.5 36t32.5 14h86q12 0 23 -9t14 -20l284 -1061h8l342 1088q7 22 35 22h37q12 0 22 -6.5t13 -15.5l348 -1088h8l279 1061q3 11 14 20t23 9h86q22 0 32.5 -14t4.5 -36l-388 -1376q-3 -12 -13.5 -20t-22.5 -8h-33q-24 0 -35 22l-354 1108h-11l-348 -1108 q-11 -22 -35 -22h-32q-12 0 -23 8t-14 20z" />
+<glyph unicode="X" horiz-adv-x="1193" d="M80.5 18.5q-11.5 18.5 1.5 38.5l416 678l-400 641q-12 20 -1.5 39t36.5 19h111q24 0 35 -19l315 -543h2l319 543q11 19 35 19h111q26 0 36.5 -19t-1.5 -39l-400 -641l414 -678q12 -22 1.5 -39.5t-36.5 -17.5h-94q-26 0 -35 18l-350 580h-2l-346 -580q-11 -18 -35 -18h-94 q-27 0 -38.5 18.5z" />
+<glyph unicode="Y" horiz-adv-x="1157" d="M2.5 1414q10.5 20 34.5 20h96q19 0 33 -19l414 -571l413 571q14 19 33 19h96q24 0 34.5 -20t-1.5 -40l-500 -682v-653q0 -15 -12 -27t-27 -12h-79q-17 0 -28 11.5t-11 27.5v651l-494 684q-12 20 -1.5 40z" />
+<glyph unicode="Z" horiz-adv-x="1093" d="M61 39v37l744 1208v6h-645q-15 0 -27 12t-12 27v66q0 15 12 27t27 12h829q15 0 27 -12t12 -27v-27l-756 -1223v-2h676q17 0 28 -11.5t11 -27.5v-65q0 -16 -11 -27.5t-28 -11.5h-848q-15 0 -27 12t-12 27z" />
+<glyph unicode="[" horiz-adv-x="669" d="M160 -575v1970q0 15 12 27t27 12h381q15 0 26.5 -12t11.5 -27v-52q0 -17 -11 -27.5t-27 -10.5h-281v-1790h281q15 0 26.5 -11t11.5 -26v-53q0 -15 -11.5 -27t-26.5 -12h-381q-15 0 -27 12t-12 27z" />
+<glyph unicode="\" horiz-adv-x="675" d="M53 1382q-6 22 4.5 37t32.5 15h66q12 0 23 -8t14 -19l401 -1356q6 -21 -5 -36t-32 -15h-68q-11 0 -22 8.5t-14 18.5z" />
+<glyph unicode="]" horiz-adv-x="669" d="M51 -522q0 15 12 26t27 11h281v1790h-281q-16 0 -27.5 10.5t-11.5 27.5v52q0 15 12 27t27 12h381q15 0 27 -12t12 -27v-1970q0 -15 -12 -27t-27 -12h-381q-15 0 -27 12t-12 27v53z" />
+<glyph unicode="^" horiz-adv-x="1073" d="M88 833.5q-10 18.5 2 38.5l412 570q5 8 15.5 14t19.5 6h10q9 0 19.5 -6t15.5 -14l401 -570q12 -20 2 -38.5t-35 -18.5h-67q-25 0 -39 23l-305 432l-310 -432q-16 -23 -39 -23h-67q-25 0 -35 18.5z" />
+<glyph unicode="_" horiz-adv-x="792" d="M51 -59q0 17 11 28t28 11h612q17 0 28 -11t11 -28v-33q0 -15 -11 -26t-28 -11h-612q-17 0 -28 11t-11 26v33z" />
+<glyph unicode="`" horiz-adv-x="618" d="M140.5 1299.5q-3.5 13.5 2.5 25.5l37 74q7 12 26 12.5t27 -6.5l308 -172q10 -5 13.5 -16t-1.5 -23l-21 -45q-6 -12 -15.5 -12.5t-31.5 8.5l-329 137q-12 4 -15.5 17.5z" />
+<glyph unicode="a" horiz-adv-x="860" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6v17q0 109 -24 155q-26 50 -109 49q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33q-89 0 -143 -43t-54 -121z" />
+<glyph unicode="b" d="M147 39v1356q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-609q9 6 27 15t75 24t117 15q180 0 286.5 -121.5t106.5 -306.5q0 -178 -108.5 -305t-264.5 -127q-43 0 -85 11t-71 27t-51.5 32t-33.5 27l-11 11l-12 -55q-3 -14 -12.5 -23.5t-22.5 -9.5h-43q-15 0 -27 12t-12 27z M291 244q3 -5 9 -14.5t27 -32.5t45 -41t62.5 -32.5t79.5 -14.5q109 0 176.5 88t67.5 213q0 128 -70 210t-199 82q-50 0 -99.5 -12t-73.5 -24l-25 -13v-409z" />
+<glyph unicode="c" horiz-adv-x="903" d="M84 408q0 118 59 218t156 157t207 57q180 0 293 -144q10 -14 8 -30t-16 -27l-39 -33q-9 -8 -16 -12t-14 -2t-9.5 3.5t-11 9.5t-9.5 9q-75 86 -188 86q-116 0 -194.5 -83.5t-78.5 -206.5q0 -124 78 -209.5t193 -85.5q26 0 48 3t41.5 11t32 13t29.5 19t23.5 19t23 21.5 l19.5 19.5q21 18 31.5 17.5t29.5 -13.5l23 -16q15 -11 19 -26.5t-5 -30.5q-48 -77 -130.5 -124.5t-182.5 -47.5q-173 0 -296.5 123t-123.5 305z" />
+<glyph unicode="d" d="M86 412q0 185 106.5 306.5t286.5 121.5q60 0 114.5 -13.5t79.5 -26.5l25 -14v609q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-43q-13 0 -22.5 9.5t-12.5 23.5l-12 55l-11.5 -11.5t-32.5 -26t-52.5 -33t-70 -26t-85.5 -11.5q-156 0 -264.5 127 t-108.5 305zM229 410q0 -125 67.5 -213t176.5 -88q41 0 79 14t63 33.5t44.5 39.5t28.5 34l8 14v409l-27 13.5t-69 22t-102 13.5q-129 0 -199 -82t-70 -210z" />
+<glyph unicode="e" horiz-adv-x="935" d="M86 410q0 180 110.5 305t290.5 125q161 0 266 -106.5t105 -268.5q0 -27 -4 -55q-1 -15 -12 -25t-25 -10h-590q6 -105 87 -185.5t188 -80.5q104 0 203 61q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7q6 -8 17.5 -23.5t17.5 -23.5q13 -12 12.5 -24.5t-21.5 -28.5 q-45 -36 -125.5 -65t-175.5 -29q-181 0 -291 124t-110 306zM229 489h488q-5 91 -71.5 158.5t-158.5 67.5q-102 0 -174.5 -65t-83.5 -161z" />
+<glyph unicode="f" horiz-adv-x="655" d="M47 735v45q0 17 11 28t28 11h125v287q0 171 87 259.5t226 88.5q137 0 226 -84q23 -20 8 -47l-33 -53q-18 -30 -53 -2q-80 59 -150 59q-76 0 -123 -54.5t-47 -166.5v-287h238q17 0 28 -11t11 -28v-45q0 -16 -11 -27.5t-28 -11.5h-238v-657q0 -15 -12 -27t-27 -12h-63 q-15 0 -27 12t-12 27v657h-125q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="g" horiz-adv-x="940" d="M63 39q0 44 14 84t34.5 66.5t41 46.5t34.5 29l14 9q-7 9 -18 26.5t-29.5 71t-18.5 107.5q0 148 95.5 254.5t250.5 106.5h346q17 0 28 -11t11 -28v-35q0 -12 -6 -23t-16 -12l-111 -22q4 -3 10 -8.5t22 -26t28 -44.5t22 -65t10 -86q0 -144 -95 -246t-249 -102 q-58 0 -106.5 12.5t-68.5 25.5l-19 13l-10 -5t-21.5 -14.5t-27.5 -24.5t-21.5 -34.5t-9.5 -44.5q0 -41 29 -70.5t83 -29.5h295q136 0 221.5 -67t85.5 -195q0 -132 -121.5 -232t-302.5 -100q-99 0 -176.5 25t-123.5 66.5t-69.5 90.5t-23.5 101q0 119 119 190v6 q-54 14 -102 62.5t-48 132.5zM240 -332q0 -73 70 -121.5t175 -48.5q107 0 191 55t84 140q0 15 -5 33t-19 43t-48 41t-84 16h-227l-15 -5t-32.5 -16t-41.5 -29t-33 -45t-15 -63zM268 483q0 -101 60.5 -165t154.5 -64q92 0 148.5 63.5t56.5 165.5t-56.5 166t-148.5 64 q-94 0 -154.5 -64.5t-60.5 -165.5z" />
+<glyph unicode="h" horiz-adv-x="1015" d="M147 39v1356q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-664q4 4 12.5 11.5t36 26.5t57.5 33t76 26t92 12q153 0 235.5 -95t82.5 -274v-432q0 -15 -12 -27t-27 -12h-66q-15 0 -27 12t-12 27v432q0 115 -48 173t-136 58q-44 0 -87 -11.5t-73.5 -28.5t-55 -34t-36.5 -28 l-12 -12v-549q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="i" horiz-adv-x="432" d="M117 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM145 39v741q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="j" horiz-adv-x="436" d="M-258 -504l33 53q18 30 53 2q26 -20 70.5 -39.5t78.5 -19.5q76 0 123 54.5t47 166.5v1067q0 17 11.5 28t27.5 11h64q16 0 27.5 -11t11.5 -28v-1067q0 -171 -87.5 -259.5t-226.5 -88.5q-136 0 -225 84q-23 20 -8 47zM121 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70 q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="k" horiz-adv-x="917" d="M147 39v1356q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-887l348 287q27 24 49 24h111q24 0 27.5 -21t-9.5 -30l-389 -311l453 -406q14 -11 8.5 -31t-29.5 -20h-113q-19 0 -40 16l-416 396v-373q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="l" horiz-adv-x="436" d="M147 39v1356q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="m" horiz-adv-x="1560" d="M145 39v741q0 15 12 27t27 12h39q27 0 33 -24l18 -64l11.5 11.5t33.5 26.5t54.5 33t74 26t93.5 12q180 0 262 -133l7 5q6 6 13 12t19.5 15l25 18t30 19.5t35 19t39 17t43 14.5t45.5 9.5t48 3.5q317 0 317 -369v-432q0 -15 -12 -27t-27 -12h-65q-15 0 -27 12t-12 27v432 q0 115 -47 173t-137 58q-128 0 -250 -114q10 -58 10 -117v-432q0 -15 -12 -27t-27 -12h-65q-15 0 -27 12t-12 27v432q0 231 -195 231q-41 0 -79.5 -12t-65.5 -29t-47.5 -34t-30.5 -29l-10 -12v-547q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="n" horiz-adv-x="1013" d="M145 39v741q0 15 12 27t27 12h39q27 0 33 -24l18 -64q5 4 14 11.5t38 26.5t60.5 33t79 26t95.5 12q318 0 318 -369v-432q0 -15 -12 -27t-27 -12h-66q-15 0 -27 12t-12 27v432q0 115 -48 173t-136 58q-43 0 -86 -12t-74 -29t-55 -34t-36 -29l-13 -12v-547q0 -15 -12 -27 t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="o" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM227 412q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5z" />
+<glyph unicode="p" d="M147 -575v1355q0 15 12 27t27 12h43q23 0 33 -26l14 -39q4 3 11 9t30.5 21t49.5 26t66 20.5t81 9.5q165 0 276 -126.5t111 -305.5q0 -181 -112.5 -304.5t-280.5 -123.5q-38 0 -74.5 7t-61.5 16.5t-44.5 19.5t-29.5 17l-9 7v-622q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12 t-12 27zM291 188q10 -8 27 -20t69 -31.5t102 -19.5q117 0 193 84.5t76 208.5q0 126 -70 213.5t-188 87.5q-37 0 -72.5 -10.5t-59 -25.5t-42 -29.5t-26.5 -25.5l-9 -10v-422z" />
+<glyph unicode="q" d="M86 408q0 179 111 305.5t276 126.5q65 0 124.5 -21.5t86.5 -42.5l27 -22l14 37q11 28 39 28h37q15 0 27 -12t12 -27v-1355q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27v626q-3 -3 -9.5 -7.5t-28.5 -17t-45.5 -22t-60.5 -17t-75 -7.5q-168 0 -280.5 123.5 t-112.5 304.5zM229 410q0 -124 76 -208.5t193 -84.5q50 0 99.5 16.5t74.5 33.5l24 17v426q-3 4 -9 11t-26.5 24.5t-43 30.5t-58 24t-72.5 11q-118 0 -188 -87.5t-70 -213.5z" />
+<glyph unicode="r" horiz-adv-x="684" d="M145 39v741q0 15 12 27t27 12h39q29 0 35 -28l16 -60q3 4 9 11.5t28.5 26.5t48.5 33t69 26t91 12q27 0 52 -3t50 -9t37 -21t5 -35l-25 -70q-12 -33 -49 -18q-36 16 -80 16t-83 -11.5t-63.5 -28.5t-42.5 -34t-26 -28l-8 -12v-547q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12 t-12 27z" />
+<glyph unicode="s" horiz-adv-x="729" d="M92 627q0 35 14.5 70t43.5 68t81.5 54t120.5 21q72 0 132 -19.5t96 -44.5q14 -9 17.5 -27.5t-5.5 -35.5l-17 -33q-9 -17 -27.5 -21.5t-31.5 3.5q-88 49 -164 49q-62 0 -89 -25t-27 -57q0 -24 10 -43.5t36 -38t44 -28t61 -30.5q45 -22 69.5 -34.5t61.5 -34.5t57 -41 t41 -45t30 -56.5t9 -66.5q0 -93 -80 -162t-202 -69q-149 0 -267 92q-8 6 -11 19t1 24q5 7 16 27.5t13 23.5q8 12 23 14t32 -8q10 -8 27.5 -20t68.5 -32t97 -20q61 0 97 28t36 71q0 50 -38.5 81t-141.5 82q-49 24 -84 45.5t-72.5 54t-57.5 74t-20 91.5z" />
+<glyph unicode="t" horiz-adv-x="700" d="M55 735v45q0 17 11 28t28 11h105v228q0 15 12 26.5t27 11.5l65 5q15 0 26 -12t11 -27v-232h238q17 0 27.5 -11t10.5 -28v-45q0 -16 -10.5 -27.5t-27.5 -11.5h-238v-479q0 -59 15.5 -78.5t52.5 -19.5q62 0 149 45q25 9 32.5 6t16.5 -18l31 -52q10 -19 7 -29.5t-21 -21.5 q-33 -21 -103 -45t-133 -24q-59 0 -98 16.5t-58 49.5t-25.5 69.5t-6.5 89.5v491h-105q-17 0 -28 11.5t-11 27.5z" />
+<glyph unicode="u" horiz-adv-x="993" d="M135 350v430q0 15 12 27t27 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 11.5 27t26.5 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-16 0 -24 9t-13 26l-14 53l-11.5 -11.5t-33 -26 t-54.5 -33t-74 -26t-93 -11.5q-318 0 -318 370z" />
+<glyph unicode="v" horiz-adv-x="841" d="M32 805.5q8 13.5 31 13.5h64q26 0 37 -22l254 -586h2l270 586q11 22 35 22h53q23 0 31.5 -13.5t-0.5 -33.5l-350 -772q-8 -20 -35 -20h-10q-27 0 -35 20l-346 772q-9 20 -1 33.5z" />
+<glyph unicode="w" horiz-adv-x="1236" d="M68 772q-3 11 -3 19q0 28 33 28h64q30 0 37 -22l149 -541h2l232 563q8 21 34 21h11q27 0 35 -21l229 -565h2l147 543q3 9 13 15.5t22 6.5h64q33 0 33 -28q0 -8 -3 -19l-223 -772q-7 -20 -35 -20h-10q-27 0 -35 20l-250 614l-241 -614q-8 -20 -35 -20h-10q-28 0 -35 20z " />
+<glyph unicode="x" horiz-adv-x="854" d="M69 16.5q-7 16.5 7 36.5l268 365l-260 348q-15 20 -7 36.5t34 16.5h86q20 0 32 -16l195 -279h2l203 279q12 16 33 16h86q26 0 33.5 -16.5t-7.5 -36.5l-260 -346l262 -367q14 -20 6 -36.5t-32 -16.5h-76q-18 0 -31 18l-217 301h-2l-213 -303q-12 -16 -33 -16h-76 q-26 0 -33 16.5z" />
+<glyph unicode="y" horiz-adv-x="954" d="M28 806.5q8 12.5 31 12.5h91q23 0 34 -22l303 -627h2l287 627q11 22 35 22h78q23 0 32 -13.5t-1 -33.5l-629 -1362q-12 -24 -35 -24h-76q-24 0 -33.5 14.5t0.5 36.5l263 565l-381 772q-9 20 -1 32.5z" />
+<glyph unicode="z" horiz-adv-x="747" d="M74 39v20l401 625v6h-344q-15 0 -26 12t-11 27v51q0 17 11 28t26 11h514q24 0 35.5 -17.5t-0.5 -37.5l-391 -629v-6h315q17 0 28 -11t11 -28v-51q0 -16 -11 -27.5t-28 -11.5h-491q-15 0 -27 12t-12 27z" />
+<glyph unicode="{" horiz-adv-x="817" d="M51 379v63q0 12 9.5 20.5t21.5 10.5q45 7 93 52.5t48 107.5v330q0 107 32 193.5t83.5 141t119 90.5t134 51t133.5 15q17 0 29 -9t12 -26v-39q0 -14 -7.5 -25t-19.5 -12q-101 -15 -183.5 -61t-136.5 -129.5t-54 -189.5v-273q0 -72 -15.5 -124t-45 -82t-49.5 -42t-52 -26 v-15q32 -14 52 -26t49.5 -42t45 -82t15.5 -124v-272q0 -80 30.5 -148t83.5 -114t119 -76t141 -41q27 -3 27 -35v-41q0 -15 -12.5 -25t-28.5 -10q-67 0 -133.5 14.5t-134 51t-118.5 90.5t-83.5 140.5t-32.5 193.5v329q0 62 -48 107.5t-93 52.5q-12 1 -21.5 12t-9.5 23z" />
+<glyph unicode="|" horiz-adv-x="405" d="M158 -578v2096q0 17 11.5 27.5t27.5 10.5h14q15 0 26 -10.5t11 -27.5v-2096q0 -15 -12 -25.5t-27 -10.5h-12q-15 0 -27 10.5t-12 25.5z" />
+<glyph unicode="}" horiz-adv-x="817" d="M51 -559q0 32 27 35q101 15 184 61t137 129t54 189v272q0 59 12 105t27 72.5t41 48.5t41 29.5t40 18.5v15q-25 11 -40 18.5t-41 29.5t-41 48.5t-27 72.5t-12 105v273q0 80 -31 148t-84 114.5t-119 76.5t-141 41q-12 1 -19.5 12t-7.5 25v39q0 17 12 26t29 9 q67 0 133.5 -15t134 -51t119 -90.5t83.5 -141t32 -193.5v-330q0 -62 48 -107.5t93 -52.5q12 -2 21.5 -10.5t9.5 -20.5v-63q0 -12 -9.5 -23t-21.5 -12q-45 -7 -93 -52.5t-48 -107.5v-329q0 -107 -32.5 -193.5t-83.5 -140.5t-118.5 -90.5t-134 -51t-133.5 -14.5 q-16 0 -28.5 10t-12.5 25v41z" />
+<glyph unicode="~" horiz-adv-x="1138" d="M107 525.5q-1 14.5 8 25.5q4 8 12.5 20.5t36.5 45t57.5 57t75 45t90.5 20.5q44 0 88.5 -16.5t68.5 -31.5t64 -44q100 -69 150 -69q19 0 37 5t34 15.5t28 19.5t25.5 26t19.5 25t17.5 25t12.5 19q11 15 26 17.5t29 -9.5l43 -35q11 -9 12 -23.5t-8 -25.5q-4 -8 -12.5 -20.5 t-36.5 -45t-58 -57t-76.5 -45t-92.5 -20.5q-41 0 -85.5 16.5t-66 30t-61.5 41.5q-1 1 -23.5 17t-31.5 21t-29 16t-37 15t-35 4q-19 0 -36.5 -5t-33.5 -15.5t-27.5 -20t-25 -26t-19.5 -24.5t-17 -25t-13 -19q-11 -15 -26 -17.5t-29 9.5q-7 6 -21.5 17.5t-21.5 17.5 q-11 9 -12 23.5z" />
+<glyph unicode="&#xa1;" horiz-adv-x="468" d="M119 723q0 48 34 82.5t83 34.5q47 0 81.5 -35t34.5 -82q0 -49 -34 -83t-82 -34q-50 0 -83.5 34t-33.5 83zM145 -346l39 575q2 12 14 22.5t25 10.5h25q13 0 25 -10.5t14 -22.5l39 -571v-233q0 -15 -12 -27t-27 -12h-103q-15 0 -27 12t-12 27v229z" />
+<glyph unicode="&#xa2;" horiz-adv-x="874" d="M61 408q0 181 123.5 306.5t298.5 125.5q18 0 54 -4l22 84q5 15 18.5 22.5t28.5 3.5l15 -4q15 -3 22.5 -16.5t3.5 -30.5l-22 -82q87 -38 151 -117q10 -14 8 -30t-16 -27l-39 -33q-8 -7 -14.5 -10t-11 -3.5t-9.5 2t-7.5 4.5t-8 7.5t-8.5 7.5q-33 38 -82 62l-152 -559 q14 -2 43 -2q40 0 72.5 8.5t63 29.5t41.5 30.5t40 37.5q21 18 32 17.5t30 -13.5l22 -16q15 -11 19.5 -26.5t-4.5 -30.5q-48 -77 -130.5 -124.5t-183.5 -47.5q-47 0 -80 8l-53 -199q-3 -15 -17.5 -22.5t-29.5 -4.5l-12 5q-15 3 -23.5 16.5t-5.5 28.5l53 202 q-113 48 -182.5 154t-69.5 240zM209 410q0 -86 38 -156t103 -107l150 551q-11 2 -19 2q-115 0 -193.5 -83.5t-78.5 -206.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1032" d="M121 641v14q0 15 11 27t26 12h65q-2 9 -20 70t-31.5 131.5t-13.5 138.5q0 190 122 305t306 115q178 0 342 -145q12 -9 13 -25.5t-9 -28.5l-43 -53q-31 -39 -60 -2q-5 5 -13.5 13t-35.5 28.5t-55 36t-68.5 28.5t-78.5 13q-120 0 -198.5 -79.5t-78.5 -207.5 q0 -70 15.5 -144t33.5 -129.5t19 -64.5h336q17 0 27.5 -11.5t10.5 -27.5v-16q0 -15 -10.5 -26t-27.5 -11h-314q11 -57 12 -137.5t-13 -174.5t-44 -159h512q15 0 26 -11t11 -28v-53q0 -15 -11 -27t-26 -12h-651q-15 0 -27 12t-12 27v37q132 250 80 526h-90q-15 0 -26 12 t-11 27z" />
+<glyph unicode="&#xa4;" horiz-adv-x="974" d="M156 427q0 17 10 28l84 84q-38 66 -38 141t38 141l-84 84q-10 11 -10 28t10 28l41 38q11 11 28 11t27 -11l84 -84q65 40 140.5 41t142.5 -38l86 86q11 10 26.5 9t26.5 -12l41 -40q11 -11 11 -27t-11 -27l-84 -84q40 -64 40 -142t-40 -144l84 -84q11 -11 11 -27t-11 -27 l-41 -41q-11 -11 -26.5 -11.5t-26.5 9.5l-86 86q-66 -38 -142.5 -38t-140.5 40l-84 -84q-10 -10 -27 -10t-28 10l-41 39q-10 11 -10 28zM340 680q0 -62 43 -105t104 -43t104.5 43t43.5 105q0 61 -43 104t-105 43q-61 0 -104 -42.5t-43 -104.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1265" d="M55.5 1414q10.5 20 34.5 20h96q19 0 33 -19l414 -571l414 571q14 19 32 19h97q24 0 34 -20t-2 -40l-499 -682v-102h264q17 0 28 -11.5t11 -27.5v-16q0 -15 -11 -26t-28 -11h-264v-154h264q17 0 28 -11.5t11 -27.5v-16q0 -15 -11 -26t-28 -11h-264v-213q0 -15 -12 -27 t-27 -12h-80q-17 0 -28 11.5t-11 27.5v213h-268q-15 0 -26 12t-11 27v14q0 15 11 27t26 12h268v154h-268q-15 0 -26 12t-11 27v14q0 15 11 27t26 12h268v100l-494 684q-12 20 -1.5 40z" />
+<glyph unicode="&#xa6;" horiz-adv-x="745" d="M328 100q0 17 11.5 28t27.5 11h14q15 0 26 -11t11 -28v-678q0 -15 -12 -25.5t-27 -10.5h-12q-15 0 -27 10.5t-12 25.5v678zM328 842v676q0 17 11.5 27.5t27.5 10.5h14q15 0 26 -10.5t11 -27.5v-676q0 -15 -12 -26t-27 -11h-12q-15 0 -27 11t-12 26z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1079" d="M82 -308q-1 15 12 32l41 51q30 38 62 6q12 -12 36 -31t72 -50.5t112 -53t126 -21.5q116 0 195 53t79 152q0 94 -87.5 170t-270.5 154q-175 73 -268 169.5t-93 229.5q0 49 17 94t41 74t48 51.5t41 32.5l17 10q-7 4 -18 12.5t-39 36.5t-50 60t-39.5 82.5t-17.5 103.5 q0 44 13.5 89.5t46.5 91.5t81.5 82t125 58.5t170.5 22.5q89 0 176.5 -26t130.5 -52l43 -26q8 -4 14 -12t9 -23t-9 -33l-31 -47q-24 -35 -67 -12l-11 6q-10 6 -19.5 12t-27.5 15t-35 17t-39.5 16.5t-44 14t-45.5 9.5t-47 4q-79 0 -137 -19.5t-88 -51.5t-43.5 -65.5 t-13.5 -68.5q0 -83 70.5 -148t205.5 -120q93 -39 154.5 -68.5t123.5 -68t97.5 -77.5t57.5 -89.5t22 -110.5q0 -48 -18 -95t-43.5 -79.5t-51 -58t-43.5 -37.5l-18 -13q7 -5 19 -13.5t42 -38.5t52.5 -63.5t41.5 -86.5t19 -109q0 -157 -125 -252.5t-317 -95.5 q-68 0 -135.5 15.5t-113.5 35.5t-89.5 46.5t-62 41t-32.5 27.5q-13 11 -18 17t-6 21zM250 559q0 -41 15.5 -75.5t38 -58.5t68 -51.5t83.5 -46t108.5 -51.5t120.5 -59q5 3 14 8t32 23t40.5 39t32 56.5t14.5 74.5q0 45 -21.5 82.5t-70.5 72.5t-109 64.5t-157 69.5 q-50 20 -86 38q-5 -2 -13.5 -6.5t-29.5 -20.5t-37 -35.5t-29.5 -52.5t-13.5 -71z" />
+<glyph unicode="&#xa8;" horiz-adv-x="847" d="M164 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM559 1294q0 41 28 70t68 29q41 0 70 -29t29 -70q0 -40 -29 -68t-70 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1691" d="M111 717q0 200 98.5 369.5t267.5 268.5t369 99t369.5 -99t268.5 -268.5t99 -369.5t-99 -369t-268.5 -267.5t-369.5 -98.5t-369 98.5t-267.5 267.5t-98.5 369zM233 717q0 -124 48.5 -238t130.5 -196t196 -130.5t238 -48.5q125 0 238.5 48.5t195.5 131t130 195.5t48 238 q0 167 -81.5 308t-222.5 222.5t-308 81.5q-125 0 -238 -48t-195.5 -130t-131 -195.5t-48.5 -238.5zM481 713q0 161 112 273t271 112q136 0 236 -78q14 -12 15 -28.5t-11 -30.5l-29 -37q-18 -25 -55 -2q-70 47 -152 47q-104 0 -173.5 -73.5t-69.5 -176.5q0 -106 69 -178 t174 -72q79 0 146 45q39 23 59 -2l33 -39q11 -12 10.5 -28.5t-12.5 -28.5q-102 -86 -240 -86q-158 0 -270.5 112.5t-112.5 270.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="638" d="M72 1026q0 88 62.5 142.5t174.5 54.5q28 0 58.5 -5.5t47.5 -10.5l17 -5q0 90 -17 124t-75 34q-20 0 -40.5 -2t-35.5 -5t-33 -8t-26.5 -8t-23.5 -8t-17 -6q-10 -3 -19 4.5t-12 18.5l-10 36q-5 21 14 31q7 5 29.5 13.5t74 18t107.5 9.5q30 0 55 -5t43 -11.5t32 -21 t23 -25.5t15 -32.5t9.5 -34.5t5 -40t1.5 -40v-43v-6v-5v-6v-312q0 -12 -7.5 -20t-18.5 -8h-37q-18 0 -25 20l-12 43q-25 -23 -41.5 -36t-55 -28.5t-81.5 -15.5q-79 0 -130.5 55t-51.5 144zM164 1028q0 -44 29 -74t73 -30q48 0 93 24t69 53v115q-54 27 -125 27 q-59 0 -99 -32.5t-40 -82.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="849" d="M84 397q-17 23 0 49l223 304q14 24 37 24h29q26 0 34.5 -19t-4.5 -44l-151 -285l145 -301q13 -25 4.5 -43.5t-34.5 -18.5h-39q-18 0 -31 17zM418 397q-17 23 0 49l223 304q14 24 37 24h29q26 0 34.5 -19t-4.5 -44l-151 -285l145 -301q12 -25 3.5 -43.5t-34.5 -18.5h-38 q-18 0 -31 17z" />
+<glyph unicode="&#xac;" horiz-adv-x="1064" d="M76 682v57q0 15 12 27t27 12h778q16 0 27.5 -12.5t11.5 -26.5v-417q0 -15 -12 -26t-27 -11h-57q-15 0 -27 11t-12 26v321h-682q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xad;" horiz-adv-x="710" d="M102 487v39q0 17 11 28t28 11h428q17 0 28 -11t11 -28v-39q0 -15 -11 -25.5t-28 -10.5h-428q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#xae;" horiz-adv-x="1693" d="M111 717q0 200 98.5 369.5t267.5 268.5t369 99t369.5 -99t268.5 -268.5t99 -369.5t-99 -369t-268.5 -267.5t-369.5 -98.5t-369 98.5t-267.5 267.5t-98.5 369zM233 717q0 -124 48.5 -238t130.5 -196t196 -130.5t238 -48.5q125 0 238.5 48.5t195.5 131t130 195.5t48 238 q0 167 -81.5 308t-222.5 222.5t-308 81.5q-125 0 -238 -48t-195.5 -130t-131 -195.5t-48.5 -238.5zM590 383v672q0 16 11 27.5t28 11.5h291q103 0 177 -60.5t74 -169.5q0 -54 -17 -97t-44.5 -68t-53 -38.5t-50.5 -19.5l60.5 -121t61.5 -121q10 -19 -1 -37t-33 -18h-70 q-22 0 -37 29l-115 256h-151v-246q0 -16 -11 -27.5t-28 -11.5h-53q-17 0 -28 11.5t-11 27.5zM719 748h201q55 0 88.5 33.5t33.5 82.5q0 53 -33 85t-89 32h-201v-233z" />
+<glyph unicode="&#xaf;" horiz-adv-x="847" d="M123 1231v43q0 17 11 28t28 11h524q17 0 28 -11t11 -28v-43q0 -15 -11 -26t-28 -11h-524q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#xb0;" horiz-adv-x="684" d="M66 1178q0 116 80 196t196 80q114 0 195 -80.5t81 -195.5t-81 -196t-195 -81q-115 0 -195.5 80.5t-80.5 196.5zM174 1178q0 -66 51 -117t117 -51q63 0 113.5 51t50.5 117q0 63 -50.5 113t-113.5 50q-66 0 -117 -50t-51 -113z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1222" d="M182 164v57q0 15 12 27t27 12h780q15 0 26 -12t11 -27v-57q0 -15 -11 -27t-26 -12h-780q-15 0 -27 12t-12 27zM184 825v58q0 15 12 27t27 12h322v303q0 15 12 26t27 11h57q15 0 27 -11t12 -26v-303h324q15 0 25.5 -12t10.5 -27v-58q0 -15 -10.5 -27t-25.5 -12h-324v-239 q0 -15 -12 -26t-27 -11h-57q-15 0 -27 11t-12 26v239h-322q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xb2;" horiz-adv-x="628" d="M92 1051v28l260 273q35 38 50.5 63t15.5 51q0 37 -29.5 67t-87.5 30q-65 0 -127 -62q-12 -12 -24 0l-41 43q-13 13 0 23q3 4 9 10t26 22t41.5 28t54.5 22t67 10q106 0 163.5 -51.5t57.5 -130.5q0 -82 -100 -185l-166 -170h248q18 0 18 -20v-51q0 -19 -18 -19h-397 q-21 0 -21 19z" />
+<glyph unicode="&#xb3;" horiz-adv-x="610" d="M86 1096q-12 12 2 22l43 41q16 9 27 -2l4 -3q5 -4 10 -7t13 -8.5t16.5 -10t19.5 -9t22 -8t24 -5.5t26 -2q49 0 86 26t37 66q0 41 -38 69.5t-112 28.5h-63q-8 0 -14.5 5t-6.5 14v51q0 18 21 18h63q66 0 99.5 26t33.5 65q0 40 -33 66t-77 26q-66 0 -115 -49q-12 -12 -27 0 l-41 36q-6 4 -6 12t6 13q3 3 9 8.5t25.5 20t40.5 25t52.5 19.5t63.5 9q92 0 153.5 -47t61.5 -123q0 -49 -33 -88.5t-73 -54.5v-5q45 -17 84.5 -58t39.5 -95q0 -76 -64.5 -126t-168.5 -50q-134 0 -211 84z" />
+<glyph unicode="&#xb4;" horiz-adv-x="618" d="M148.5 1217q3.5 11 13.5 16l307 172q8 7 27 6.5t26 -12.5l37 -74q6 -12 3 -25.5t-15 -17.5l-330 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-20 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1034" d="M150 -575v1355q0 15 11.5 27t26.5 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 12 27t27 12h63q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-26 0 -36 35l-15 53l-11.5 -11.5t-33 -26t-54.5 -33 t-74 -26t-93 -11.5q-109 0 -176 40v-595q0 -15 -12 -27t-27 -12h-64q-15 0 -26.5 12t-11.5 27z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1437" d="M51 1008q0 176 116 302t282 126l905 -2q15 0 27 -12t12 -27v-41q0 -17 -11.5 -28t-27.5 -11h-228v-1893q0 -15 -11 -26.5t-28 -11.5h-43q-15 0 -26.5 11.5t-11.5 26.5v1893h-320v-1893q0 -15 -12 -26.5t-27 -11.5h-41q-15 0 -27 11.5t-12 26.5v1156h-90 q-175 0 -300.5 125t-125.5 305z" />
+<glyph unicode="&#xb7;" horiz-adv-x="468" d="M117 535q0 49 34 82.5t82 33.5q50 0 83.5 -33.5t33.5 -82.5q0 -48 -34 -82.5t-83 -34.5q-47 0 -81.5 35t-34.5 82z" />
+<glyph unicode="&#xb8;" horiz-adv-x="505" d="M60.5 -431.5q0.5 15.5 11.5 23.5l28 23q11 8 25 8.5t22 -8.5q34 -37 84 -37q41 0 66 27t25 69q0 33 -15.5 57.5t-44.5 38.5t-53 20.5t-57 12.5q-35 7 -35 41v156h110v-109q97 -12 156 -67.5t59 -142.5q0 -89 -62 -151t-153 -62q-45 0 -86.5 19.5t-68.5 51.5 q-12 14 -11.5 29.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="389" d="M49 1501q-3 14 6 23l144 114h57q18 0 18 -18v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-72q-9 0 -14.5 5.5t-5.5 13.5v430l-84 -23q-18 -4 -21 8z" />
+<glyph unicode="&#xba;" horiz-adv-x="663" d="M78 1128q0 153 66.5 238.5t187.5 85.5t187.5 -85.5t66.5 -238.5q0 -151 -66.5 -236t-187.5 -85t-187.5 85t-66.5 236zM190 1128q0 -107 37 -165t105 -58t104.5 58t36.5 165t-37 166.5t-104 59.5t-104.5 -59.5t-37.5 -166.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="849" d="M106.5 755q8.5 19 34.5 19h29q23 0 37 -24l223 -304q17 -26 0 -49l-213 -317q-13 -17 -31 -17h-39q-26 0 -34.5 18.5t4.5 43.5l145 301l-151 285q-13 25 -4.5 44zM440.5 755q8.5 19 34.5 19h29q23 0 37 -24l223 -304q17 -26 0 -49l-213 -317q-13 -17 -31 -17h-39 q-26 0 -34.5 18.5t4.5 43.5l145 301l-152 285q-12 25 -3.5 44z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1296" d="M78 1296q-3 14 6 23l143 115h58q18 0 18 -19v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-72q-9 0 -14.5 5.5t-5.5 13.5v430l-84 -23q-18 -4 -21 9zM184 55l703 1358q12 21 35 21h32q23 0 34.5 -18t0.5 -38l-706 -1358q-10 -20 -35 -20h-29q-23 0 -34 17.5t-1 37.5zM649 139v60 l352 401q6 6 17 6h43q8 0 14 -5.5t6 -12.5v-379h84q7 0 13 -5t6 -11v-54q0 -6 -6 -11t-13 -5h-84v-105q0 -7 -6 -12.5t-14 -5.5h-66q-8 0 -14 5.5t-6 12.5v103h-307q-8 0 -13.5 5.5t-5.5 12.5zM762 211h217v242z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1282" d="M78 1296q-3 14 6 23l143 115h58q18 0 18 -19v-569q0 -8 -5.5 -13.5t-12.5 -5.5h-72q-9 0 -14.5 5.5t-5.5 13.5v430l-84 -23q-18 -4 -21 9zM184 55l703 1358q12 21 35 21h32q23 0 34.5 -18t0.5 -38l-706 -1358q-10 -20 -35 -20h-29q-23 0 -34 17.5t-1 37.5zM711 18v29 l260 272q65 71 65 115q0 37 -29 66.5t-87 29.5q-66 0 -127 -61q-13 -13 -25 0l-41 43q-13 13 0 23q3 4 9 10t26 22t41.5 28t55 22t67.5 10q106 0 163.5 -52t57.5 -131q0 -81 -100 -184l-166 -170h247q19 0 19 -20v-52q0 -18 -19 -18h-397q-20 0 -20 18z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1388" d="M92 891q-12 12 2 22l43 41q16 9 27 -2l4 -4l10 -6t13 -8.5t16.5 -10t19.5 -9t22 -8t24 -5.5t26 -2q49 0 86 26t37 66q0 42 -38 70.5t-112 28.5h-63q-21 0 -21 18v51q0 19 21 19h63q66 0 100 25.5t34 64.5q0 40 -33.5 66t-77.5 26q-66 0 -115 -49q-12 -12 -26 0l-41 37 q-6 4 -6 12t6 12q3 3 9 8.5t25.5 20t40 25t52 19.5t63.5 9q92 0 153.5 -47t61.5 -123q0 -49 -33 -88.5t-73 -54.5v-4q45 -17 85 -58.5t40 -95.5q0 -76 -65 -126t-169 -50q-134 0 -211 84zM276 55l703 1358q12 21 35 21h33q23 0 34 -18t0 -38l-706 -1358q-10 -20 -35 -20h-29 q-23 0 -34 17.5t-1 37.5zM741 139v60l353 401q6 6 16 6h43q8 0 14.5 -5.5t6.5 -12.5v-379h83q7 0 13 -5t6 -11v-54q0 -6 -6 -11t-13 -5h-83v-105q0 -7 -6.5 -12.5t-14.5 -5.5h-66q-8 0 -14 5.5t-6 12.5v103h-307q-8 0 -13.5 5.5t-5.5 12.5zM854 211h217v242z" />
+<glyph unicode="&#xbf;" horiz-adv-x="499" d="M-133 -322q0 54 18 100.5t46.5 79t62.5 60.5t68.5 52.5t63 48.5t46.5 54t18 64v84q0 20 13 30.5t30 10.5h56q16 0 27.5 -11t11.5 -28v-86q0 -51 -17 -93t-44 -70.5t-60 -53t-66 -48.5t-60 -50.5t-44 -64.5t-17 -85q0 -76 53.5 -128t149.5 -52q27 0 51.5 3t46.5 10 t39.5 13t36 18.5t29 18.5t26.5 21t20.5 19.5t19.5 20.5l14 15q26 26 53 2l39 -34q24 -21 0 -54q-5 -7 -14.5 -19.5t-43.5 -43.5t-73.5 -54.5t-105.5 -43t-138 -19.5q-160 0 -258 86t-98 227zM147 723q0 48 34 82.5t83 34.5q47 0 82 -35t35 -82q0 -49 -34.5 -83t-82.5 -34 q-50 0 -83.5 34t-33.5 83z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM472 1754.5q-3 13.5 3 25.5l37 73q7 12 26 13 t27 -6l307 -172q10 -5 14 -16t-1 -23l-21 -45q-6 -12 -15.5 -13t-31.5 8l-330 138q-12 4 -15 17.5z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM471.5 1672q3.5 11 13.5 16l308 172q8 7 27 6 t26 -13l37 -73q6 -12 2.5 -25.5t-15.5 -17.5l-329 -138q-22 -9 -31.5 -8t-15.5 13l-21 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM393.5 1645.5q4.5 10.5 14.5 17.5l245 192 q12 9 27 9t27 -9l245 -192q10 -7 14.5 -17.5t-1.5 -21.5q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13t-18 -5.5t-21.5 9l-209 143l-209 -139q-30 -19 -47 4l-29 37q-6 11 -1.5 21.5z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM379 1692q2 4 11 25t16 36.5t23 38t33.5 37 t45 25t59.5 10.5q34 0 64 -15.5t51 -38t39 -45t36.5 -38t35.5 -15.5q62 0 92 105q10 32 47 16l33 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10.5t-1 -9.5t-3 -10t-2.5 -8q-56 -166 -182 -166q-38 0 -74.5 24t-59.5 53t-48.5 53t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5 t-12.5 -35q-5 -17 -17.5 -23.5t-33.5 2.5l-37 19q-22 11 -8 45z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM365 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28 t-28 68zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM797 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1357" d="M12 53l623 1379q11 22 35 22h20q24 0 35 -22l618 -1379q9 -21 -1 -37t-33 -16h-82q-26 0 -35 23l-152 337h-727l-149 -337q-9 -23 -35 -23h-82q-23 0 -33.5 16.5t-1.5 36.5zM371 487h614q-50 111 -149.5 336t-149.5 336h-16zM455 1776q0 94 64.5 158.5t158.5 64.5 q93 0 158 -65t65 -158q0 -94 -65.5 -159t-157.5 -65q-94 0 -158.5 65t-64.5 159zM553 1776q0 -50 37.5 -87.5t87.5 -37.5q49 0 85 37.5t36 87.5q0 49 -35.5 84.5t-85.5 35.5t-87.5 -35.5t-37.5 -84.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1837" d="M-17.5 16.5q-6.5 16.5 5.5 36.5l821 1317q2 3 7.5 11.5t7 11t6.5 9t7 8.5l7 7t8.5 6.5t9 4.5t10.5 3.5t12 1.5t15 1h780q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-700v-499h600q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-600v-522h700 q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -27.5 11.5t-10.5 27.5v321h-486l-213 -337q-18 -23 -39 -23h-84q-23 0 -29.5 16.5zM422 487h412v672z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1452" d="M106 715q0 202 99 372t269 268.5t372 98.5q149 0 267 -48t228 -142q12 -12 13 -29t-11 -29l-55 -55q-23 -28 -53 2q-81 71 -185 112.5t-206 41.5q-119 0 -225.5 -48t-182 -128t-120 -188.5t-44.5 -225.5q0 -156 74.5 -291t207 -216t290.5 -81q64 0 119 11.5t104.5 36 t83.5 46.5t84 60q26 21 49 6l62 -56q11 -10 9.5 -27t-12.5 -28q-204 -198 -497 -198v-89q97 -12 156 -67.5t59 -142.5q0 -89 -62 -151t-153 -62q-45 0 -87 19.5t-69 51.5q-12 14 -11.5 29.5t11.5 23.5l29 23q11 8 25 8.5t22 -8.5q34 -37 84 -37q41 0 65.5 27t24.5 69 q0 33 -15.5 57.5t-44.5 38.5t-53 20.5t-57 12.5q-35 7 -35 41v144q-176 25 -320 126.5t-226.5 259.5t-82.5 341z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1212" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -28 11.5t-11 27.5z M462 1754.5q-3 13.5 3 25.5l37 73q7 12 26 13t27 -6l307 -172q10 -5 13.5 -16t-1.5 -23l-20 -45q-6 -12 -15.5 -13t-31.5 8l-330 138q-12 4 -15 17.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1212" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -28 11.5t-11 27.5z M463.5 1672q3.5 11 13.5 16l307 172q8 7 27.5 6t26.5 -13l36 -73q6 -12 3 -25.5t-15 -17.5l-330 -138q-22 -9 -31.5 -8t-15.5 13l-20 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xca;" horiz-adv-x="1212" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -28 11.5t-11 27.5z M363 1645.5q4 10.5 14 17.5l246 192q12 9 26 9q15 0 27 -9l246 -192q10 -7 14 -17.5t-2 -21.5q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13t-18 -5.5t-21.5 9l-209 143l-209 -139q-30 -19 -47 4l-28 37q-6 11 -2 21.5z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1212" d="M209 39v1356q0 16 11 27.5t28 11.5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5t-28 -11.5h-807q-17 0 -28 11.5t-11 27.5z M338 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM770 1718q0 41 28 70t68 29q41 0 70 -29t29 -70q0 -40 -29 -68t-70 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xcc;" horiz-adv-x="577" d="M81 1754.5q-3 13.5 3 25.5l37 73q7 12 26 13t27 -6l307 -172q10 -5 14 -16t-1 -23l-21 -45q-6 -12 -15.5 -13t-31.5 8l-330 138q-12 4 -15 17.5zM209 39v1356q0 15 12 27t27 12h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-82q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcd;" horiz-adv-x="577" d="M82.5 1672q3.5 11 13.5 16l307 172q8 7 27.5 6t26.5 -13l37 -73q6 -12 2.5 -25.5t-15.5 -17.5l-329 -138q-38 -16 -48 5l-20 45q-5 12 -1.5 23zM209 39v1356q0 15 12 27t27 12h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-82q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xce;" horiz-adv-x="577" d="M2 1645.5q4 10.5 14 17.5l246 192q12 9 27 9q14 0 26 -9l246 -192q10 -7 14 -17.5t-2 -21.5q-3 -5 -10.5 -17t-12.5 -18.5t-13 -13t-17.5 -5.5t-21.5 9l-209 143l-209 -139q-30 -19 -47 4l-29 37q-6 11 -2 21.5zM209 39v1356q0 15 12 27t27 12h82q15 0 27 -12t12 -27 v-1356q0 -15 -12 -27t-27 -12h-82q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xcf;" horiz-adv-x="577" d="M-23 1718q0 41 28.5 70t68.5 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68.5 28t-28.5 68zM209 39v1356q0 15 12 27t27 12h82q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-82q-15 0 -27 12t-12 27zM410 1718q0 41 28 70t68 29q41 0 69.5 -29 t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1538" d="M121 702v15q0 15 11 27t26 12h59v639q0 15 11 27t26 12h459q145 0 278.5 -57t230 -153t153.5 -228t57 -277q0 -117 -36.5 -227t-103 -198t-155 -154.5t-198 -103t-226.5 -36.5h-459q-15 0 -26 12t-11 27v625h-59q-15 0 -26 11.5t-11 26.5zM373 141h307q166 0 298.5 73.5 t207 205.5t74.5 299q0 251 -163.5 413t-416.5 162h-307v-538h432q17 0 28 -11.5t11 -27.5v-17q0 -15 -11 -25.5t-28 -10.5h-432v-523z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1585" d="M209 39v1378q0 15 12 26t27 11h51l924 -1151h4v1092q0 16 11 27.5t28 11.5h71q15 0 27 -12t12 -27v-1379q0 -15 -12 -25.5t-27 -10.5h-37l-940 1173h-2v-1114q0 -16 -11 -27.5t-28 -11.5h-71q-15 0 -27 12t-12 27zM516 1692q2 3 11 25t16 37t23.5 37.5t34 36.5t45 25 t59.5 11q42 0 78 -24t57 -52t45.5 -52t44.5 -24q62 0 92 105q10 32 47 16l33 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10.5t-1 -9.5t-3 -10t-2.5 -8q-56 -166 -182 -166q-38 0 -74.5 24t-59.5 53t-48.5 53t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35 q-5 -17 -17.5 -23.5t-33.5 2.5l-37 19q-22 11 -8 45z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5zM652.5 1754.5q-3.5 13.5 2.5 25.5l37 73q7 12 26 13t27 -6l308 -172q10 -5 13.5 -16t-1.5 -23l-21 -45q-6 -12 -15.5 -13t-31.5 8l-329 138q-12 4 -15.5 17.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5zM654 1672q4 11 14 16l307 172q8 7 27 6t26 -13l37 -73q6 -12 3 -25.5t-15 -17.5l-330 -138q-22 -9 -31.5 -8t-15.5 13l-21 45q-5 12 -1 23z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5zM553 1645.5q4 10.5 14 17.5l246 192q12 9 27 9q14 0 26 -9l246 -192q10 -7 14 -17.5t-2 -21.5q-3 -5 -10.5 -17t-12.5 -18.5t-13 -13t-17.5 -5.5t-21.5 9l-209 143l-209 -139q-30 -19 -47 4l-29 37 q-6 11 -2 21.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5zM539 1692q2 4 11 25t16 36.5t23 38t33.5 37t45 25t59.5 10.5q42 0 78 -24t57 -52t45.5 -52t44.5 -24q62 0 92 105q10 33 48 16l32 -16q5 -2 8.5 -5.5t5 -8t2 -8t-0.5 -9.5t-1.5 -8.5t-2.5 -8t-2 -6.5 q-9 -27 -21.5 -51.5t-34 -52.5t-54.5 -45t-73 -17q-38 0 -74.5 24t-59 53t-48 53t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35q-5 -17 -17.5 -23.5t-33.5 2.5l-37 19q-22 11 -8 45z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58t287.5 -58t235 -157t156.5 -236t58 -288t-58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5t297 79.5t217 216t80 296.5 t-80 297.5t-217 218t-297 80.5t-296.5 -80.5t-216 -218t-79.5 -297.5zM528 1718q0 41 28.5 70t68.5 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68.5 28t-28.5 68zM961 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28 q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xd7;" horiz-adv-x="985" d="M160 456q0 16 10 27l227 228l-227 227q-10 10 -10 27t10 28l39 41q11 10 28 10t27 -10l228 -227l229 229q11 10 26.5 9.5t26.5 -11.5l41 -41q11 -11 11.5 -26.5t-9.5 -26.5l-229 -229l229 -228q10 -12 9.5 -28t-11.5 -27l-41 -39q-11 -11 -26.5 -11.5t-26.5 9.5l-229 229 l-228 -227q-10 -11 -26 -11t-27 11l-41 41q-10 10 -10 26z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1681" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58q138 0 264.5 -49t226.5 -137l129 129q10 11 26 11t27 -11l11 -11q10 -10 10 -26t-10 -27l-129 -129q86 -100 134 -226t48 -263q0 -151 -58 -287.5t-156.5 -234.5t-235 -155.5t-287.5 -57.5q-139 0 -264.5 47t-223.5 133 l-125 -125q-11 -10 -26.5 -9.5t-26.5 11.5l-8 8q-11 11 -11.5 26.5t9.5 26.5l125 125q-185 211 -185 492zM248 715q0 -219 145 -387l836 837q-169 146 -389 146q-160 0 -296.5 -80.5t-216 -218t-79.5 -297.5zM457 264q78 -67 177 -104t206 -37q160 0 297 79.5t217 216 t80 296.5q0 108 -38 208t-106 177z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1466" d="M190 528v867q0 15 12 27t27 12h78q17 0 28 -11.5t11 -27.5v-854q0 -180 104.5 -298t280.5 -118q178 0 283.5 116.5t105.5 295.5v858q0 16 11 27.5t28 11.5h78q15 0 27 -12t12 -27v-867q0 -236 -152.5 -392t-392.5 -156q-158 0 -282 72t-191.5 196.5t-67.5 279.5z M521.5 1754.5q-3.5 13.5 2.5 25.5l37 73q7 12 26 13t27 -6l308 -172q10 -5 13.5 -16t-1.5 -23l-21 -45q-6 -12 -15.5 -13t-31.5 8l-329 138q-12 4 -15.5 17.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1466" d="M190 528v867q0 15 12 27t27 12h78q17 0 28 -11.5t11 -27.5v-854q0 -180 104.5 -298t280.5 -118q178 0 283.5 116.5t105.5 295.5v858q0 16 11 27.5t28 11.5h78q15 0 27 -12t12 -27v-867q0 -236 -152.5 -392t-392.5 -156q-158 0 -282 72t-191.5 196.5t-67.5 279.5z M523 1672q4 11 14 16l307 172q8 7 27 6t26 -13l37 -73q6 -12 3 -25.5t-15 -17.5l-330 -138q-22 -9 -31.5 -8t-15.5 13l-21 45q-5 12 -1 23z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1466" d="M190 528v867q0 15 12 27t27 12h78q17 0 28 -11.5t11 -27.5v-854q0 -180 104.5 -298t280.5 -118q178 0 283.5 116.5t105.5 295.5v858q0 16 11 27.5t28 11.5h78q15 0 27 -12t12 -27v-867q0 -236 -152.5 -392t-392.5 -156q-158 0 -282 72t-191.5 196.5t-67.5 279.5z M436.5 1645.5q4.5 10.5 14.5 17.5l245 192q12 9 27 9t27 -9l245 -192q10 -7 14.5 -17.5t-1.5 -21.5q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13t-18 -5.5t-21.5 9l-209 143l-209 -139q-30 -19 -47 4l-29 37q-6 11 -1.5 21.5z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1466" d="M190 528v867q0 15 12 27t27 12h78q17 0 28 -11.5t11 -27.5v-854q0 -180 104.5 -298t280.5 -118q178 0 283.5 116.5t105.5 295.5v858q0 16 11 27.5t28 11.5h78q15 0 27 -12t12 -27v-867q0 -236 -152.5 -392t-392.5 -156q-158 0 -282 72t-191.5 196.5t-67.5 279.5z M418 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM850 1718q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1157" d="M2.5 1414q10.5 20 34.5 20h96q19 0 33 -19l414 -571l413 571q14 19 33 19h96q24 0 34.5 -20t-1.5 -40l-500 -682v-653q0 -15 -12 -27t-27 -12h-79q-17 0 -28 11.5t-11 27.5v651l-494 684q-12 20 -1.5 40zM373.5 1672q3.5 11 13.5 16l307 172q8 7 27.5 6t26.5 -13l36 -73 q6 -12 3 -25.5t-15 -17.5l-330 -138q-22 -9 -31.5 -8t-15.5 13l-20 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xde;" horiz-adv-x="1222" d="M209 39v1354q0 16 11 28.5t28 12.5h78q15 0 27 -12t12 -27v-219h335q189 1 324 -133t135 -320q0 -190 -134.5 -325.5t-322.5 -135.5h-337v-223q0 -15 -12 -27t-27 -12h-78q-17 0 -28 11.5t-11 27.5zM365 414h325q127 0 219 91t92 222q0 123 -92 208t-219 85h-325v-606z " />
+<glyph unicode="&#xdf;" horiz-adv-x="1107" d="M147 39v803q0 303 110 457.5t321 154.5q68 0 128 -17.5t109.5 -53.5t78 -97t28.5 -141q0 -67 -28.5 -136.5t-63 -116t-63 -94.5t-28.5 -77q0 -22 31 -53.5t74.5 -69t87.5 -82.5t75 -109.5t31 -134.5q0 -75 -28 -132.5t-76.5 -91.5t-107 -51t-124.5 -17q-62 0 -118.5 13.5 t-79.5 24.5q-12 5 -18.5 9.5t-11.5 15t-1 23.5l16 61q9 43 43 25q86 -48 170 -48q85 0 136 47t51 123q0 50 -32 99t-77.5 90t-90.5 80.5t-77 84t-32 87.5q0 42 30.5 101.5t67.5 110.5t67.5 110.5t30.5 101.5q0 88 -61.5 138t-141.5 50q-282 0 -282 -487v-801q0 -15 -12 -27 t-27 -12h-66q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xe0;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33q-89 0 -143 -43t-54 -121zM247 1299.5q-3 13.5 3 25.5l37 74q7 12 26 12.5t27 -6.5l307 -172q10 -5 13.5 -16t-1.5 -23 l-20 -45q-6 -12 -15.5 -12.5t-31.5 8.5l-330 137q-12 4 -15 17.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33q-89 0 -143 -43t-54 -121zM232 1217q4 11 14 16l307 172q8 7 27 6.5t26 -12.5l37 -74q6 -12 3 -25.5t-15 -17.5l-330 -137 q-22 -9 -31.5 -8.5t-15.5 12.5l-21 45q-5 12 -1 23z" />
+<glyph unicode="&#xe2;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM137 1174q-14 20 13 38l245 193q11 8 27 8t27 -8l245 -193q27 -18 13 -38q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13.5t-18 -6t-21.5 9l-209 144l-209 -139q-30 -19 -47 4zM217 248q0 -63 39 -104.5t104 -41.5 q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33q-89 0 -143 -43t-54 -121z" />
+<glyph unicode="&#xe3;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM123 1241q2 4 11 25t16 36.5t23 38t33.5 37t45 25t59.5 10.5q34 0 64 -15.5t51 -37.5t39 -44.5t36.5 -38t35.5 -15.5q62 0 92 104q10 32 47 16l33 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10t-1 -9.5t-3 -10 t-2.5 -7.5q-56 -166 -182 -166q-38 0 -74.5 24t-59.5 52.5t-48.5 52.5t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35q-5 -17 -17.5 -23t-33.5 3l-37 18q-22 11 -8 45zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33 q-89 0 -143 -43t-54 -121z" />
+<glyph unicode="&#xe4;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM154 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33q-89 0 -143 -43 t-54 -121zM549 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xe5;" horiz-adv-x="858" d="M86 248q0 120 87 196t241 76q39 0 82.5 -6.5t67.5 -13.5l24 -6q2 122 -24 171.5t-109 49.5q-127 0 -246 -45q-29 -11 -39 20l-16 51q-10 31 22 45q13 6 44.5 17t101.5 24t139 13q151 0 205.5 -79t54.5 -267v-455q0 -15 -12 -27t-27 -12h-39q-16 0 -23 7.5t-12 23.5 l-16 55q-106 -106 -254 -106q-109 0 -180.5 73.5t-71.5 194.5zM201 1231q0 94 64.5 158.5t158.5 64.5q93 0 158 -65t65 -158t-65 -158t-158 -65q-94 0 -158.5 64.5t-64.5 158.5zM217 248q0 -63 39 -104.5t104 -41.5q71 0 133.5 35.5t92.5 79.5v162q-59 33 -172 33 q-89 0 -143 -43t-54 -121zM299 1231q0 -49 37.5 -87t87.5 -38q49 0 85 37.5t36 87.5q0 49 -35.5 85t-85.5 36t-87.5 -36t-37.5 -85z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1413" d="M88 254q0 118 81.5 191t221.5 73q48 0 95 -3t70 -6l22 -3q2 122 -20 167.5t-95 45.5q-26 0 -51.5 -2t-49.5 -6t-42.5 -7.5t-39.5 -9.5t-31 -9t-27.5 -9t-18.5 -6q-15 -4 -27.5 4.5t-15.5 23.5l-10 52q-6 31 32 41q15 5 41 13.5t101.5 22t144.5 13.5q99 0 149.5 -28.5 t73.5 -84.5q116 113 275 113q157 0 262.5 -104.5t105.5 -270.5q0 -19 -1 -32t-4.5 -28t-12.5 -22.5t-23 -7.5h-573v-125q37 -64 105.5 -100.5t152.5 -36.5q111 0 203 57q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7l35 -47q9 -11 11.5 -17t-1 -15.5t-18.5 -20.5 q-48 -37 -127 -65.5t-174 -28.5q-201 0 -310 145q-45 -60 -126 -102.5t-173 -42.5q-120 0 -194 75t-74 199zM217 250q0 -73 48.5 -110.5t117.5 -37.5q60 0 115 31.5t84 73.5v182q-59 19 -170 19q-81 0 -138 -42.5t-57 -115.5zM725 492h471q-4 95 -70.5 158t-160.5 63 q-73 0 -140 -39.5t-100 -98.5v-83z" />
+<glyph unicode="&#xe7;" horiz-adv-x="907" d="M86 408q0 118 59 218t156 157t207 57q180 0 293 -144q10 -14 8 -30t-16 -27l-39 -33q-9 -8 -16 -12t-14 -2t-9.5 3.5t-11 9.5t-9.5 9q-75 86 -188 86q-116 0 -194.5 -83.5t-78.5 -206.5q0 -124 78 -209.5t193 -85.5q26 0 48 3t41.5 11t32 13t29.5 19t23.5 19t23 21.5 l19.5 19.5q21 18 31.5 17.5t29.5 -13.5l23 -16q15 -11 19 -26.5t-5 -30.5q-44 -71 -117.5 -117t-164.5 -53v-91q97 -12 156 -67.5t59 -142.5q0 -89 -62 -151t-153 -62q-45 0 -87 19.5t-69 51.5q-12 14 -11.5 29.5t11.5 23.5l29 23q11 8 25 8.5t22 -8.5q34 -37 84 -37 q41 0 65.5 27t24.5 69q0 33 -15.5 57.5t-44.5 38.5t-53 20.5t-57 12.5q-35 7 -35 41v144q-145 27 -242.5 143.5t-97.5 276.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="935" d="M86 410q0 180 110.5 305t290.5 125q161 0 266 -106.5t105 -268.5q0 -27 -4 -55q-1 -15 -12 -25t-25 -10h-590q6 -105 87 -185.5t188 -80.5q104 0 203 61q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7q6 -8 17.5 -23.5t17.5 -23.5q13 -12 12.5 -24.5t-21.5 -28.5 q-45 -36 -125.5 -65t-175.5 -29q-181 0 -291 124t-110 306zM229 489h488q-5 91 -71.5 158.5t-158.5 67.5q-102 0 -174.5 -65t-83.5 -161zM278 1299.5q-3 13.5 3 25.5l36 74q7 12 26.5 12.5t27.5 -6.5l307 -172q10 -5 13.5 -16t-1.5 -23l-20 -45q-6 -12 -15.5 -12.5 t-31.5 8.5l-330 137q-12 4 -15 17.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="935" d="M86 410q0 180 110.5 305t290.5 125q161 0 266 -106.5t105 -268.5q0 -27 -4 -55q-1 -15 -12 -25t-25 -10h-590q6 -105 87 -185.5t188 -80.5q104 0 203 61q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7q6 -8 17.5 -23.5t17.5 -23.5q13 -12 12.5 -24.5t-21.5 -28.5 q-45 -36 -125.5 -65t-175.5 -29q-181 0 -291 124t-110 306zM229 489h488q-5 91 -71.5 158.5t-158.5 67.5q-102 0 -174.5 -65t-83.5 -161zM273 1217q4 11 14 16l307 172q8 7 27 6.5t26 -12.5l37 -74q6 -12 3 -25.5t-15 -17.5l-330 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-21 45 q-5 12 -1 23z" />
+<glyph unicode="&#xea;" horiz-adv-x="935" d="M86 410q0 180 110.5 305t290.5 125q161 0 266 -106.5t105 -268.5q0 -27 -4 -55q-1 -15 -12 -25t-25 -10h-590q6 -105 87 -185.5t188 -80.5q104 0 203 61q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7q6 -8 17.5 -23.5t17.5 -23.5q13 -12 12.5 -24.5t-21.5 -28.5 q-45 -36 -125.5 -65t-175.5 -29q-181 0 -291 124t-110 306zM205 1195q4 10 14 17l246 193q11 8 27 8q15 0 26 -8l246 -193q10 -7 14 -17t-2 -21q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13.5t-18 -6t-21.5 9l-208 144l-209 -139q-30 -19 -47 4l-29 37q-6 11 -2 21zM229 489h488 q-5 91 -71.5 158.5t-158.5 67.5q-102 0 -174.5 -65t-83.5 -161z" />
+<glyph unicode="&#xeb;" horiz-adv-x="935" d="M86 410q0 180 110.5 305t290.5 125q161 0 266 -106.5t105 -268.5q0 -27 -4 -55q-1 -15 -12 -25t-25 -10h-590q6 -105 87 -185.5t188 -80.5q104 0 203 61q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5t6 -7q6 -8 17.5 -23.5t17.5 -23.5q13 -12 12.5 -24.5t-21.5 -28.5 q-45 -36 -125.5 -65t-175.5 -29q-181 0 -291 124t-110 306zM190 1294q0 41 28.5 70t68.5 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68.5 28t-28.5 68zM229 489h488q-5 91 -71.5 158.5t-158.5 67.5q-102 0 -174.5 -65t-83.5 -161zM586 1294q0 41 28 70 t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xec;" horiz-adv-x="432" d="M9.5 1299.5q-3.5 13.5 2.5 25.5l37 74q7 12 26 12.5t27 -6.5l308 -172q10 -5 13.5 -16t-1.5 -23l-21 -45q-6 -12 -15.5 -12.5t-31.5 8.5l-329 137q-12 4 -15.5 17.5zM145 39v741q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12 t-12 27z" />
+<glyph unicode="&#xed;" horiz-adv-x="432" d="M11 1217q4 11 14 16l307 172q8 7 27 6.5t26 -12.5l37 -74q6 -12 3 -25.5t-15 -17.5l-330 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-21 45q-5 12 -1 23zM145 39v741q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xee;" horiz-adv-x="432" d="M-66 1174q-14 20 13 38l246 193q11 8 26 8q16 0 27 -8l246 -193q10 -7 14 -17t-2 -21q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13.5t-18 -6t-21.5 9l-209 144l-209 -139q-30 -19 -47 4zM145 39v741q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-64 q-15 0 -27 12t-12 27z" />
+<glyph unicode="&#xef;" horiz-adv-x="432" d="M-78 1294q0 41 28 70t68 29q41 0 70 -29t29 -70q0 -40 -29 -68t-70 -28q-40 0 -68 28t-28 68zM145 39v741q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-64q-15 0 -27 12t-12 27zM317 1294q0 41 28.5 70t68.5 29q41 0 69.5 -29t28.5 -70 q0 -40 -28.5 -68t-69.5 -28q-40 0 -68.5 28t-28.5 68z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1114" d="M84 449q0 99 36.5 183.5t97 141t140 88t166.5 31.5q78 0 156 -23t117 -46l39 -23q-49 185 -263 352l-198 -115q-14 -7 -29.5 -2t-21.5 17l-9 14q-8 12 -4 28t17 23l164 94q-118 75 -203 109q-34 14 -17 49l27 55q11 25 41 15q154 -60 283 -152l143 82q15 9 30 4.5 t23 -18.5l8 -15q8 -12 3.5 -27t-17.5 -24l-111 -63q312 -272 312 -664q0 -125 -28.5 -229t-85 -184t-149.5 -125t-214 -45q-130 0 -234.5 63.5t-161.5 170.5t-57 235zM229 440q0 -133 90 -229t218 -96q68 0 124 23.5t93 63.5t64 92t37.5 109t14 115t-7.5 109q-5 5 -15.5 14 t-43.5 32t-68.5 40.5t-89 32t-106.5 14.5q-129 0 -219.5 -93.5t-90.5 -226.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1013" d="M145 39v741q0 15 12 27t27 12h39q27 0 33 -24l18 -64q5 4 14 11.5t38 26.5t60.5 33t79 26t95.5 12q318 0 318 -369v-432q0 -15 -12 -27t-27 -12h-66q-15 0 -27 12t-12 27v432q0 115 -48 173t-136 58q-43 0 -86 -12t-74 -29t-55 -34t-36 -29l-13 -12v-547q0 -15 -12 -27 t-27 -12h-64q-15 0 -27 12t-12 27zM215 1241q2 4 11 25t16 36.5t23 38t33.5 37t45 25t59.5 10.5q34 0 64 -15.5t51 -37.5t39 -44.5t36.5 -38t35.5 -15.5q62 0 92 104q10 32 47 16l33 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10t-1 -9.5t-3 -10t-2.5 -7.5q-56 -166 -182 -166 q-38 0 -74.5 24t-59.5 52.5t-48.5 52.5t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35q-5 -17 -17.5 -23t-33.5 3l-37 18q-22 11 -8 45z" />
+<glyph unicode="&#xf2;" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM227 412q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5zM286 1299.5 q-3 13.5 3 25.5l37 74q7 12 26 12.5t27 -6.5l307 -172q10 -5 13.5 -16t-1.5 -23l-20 -45q-6 -12 -15.5 -12.5t-31.5 8.5l-330 137q-12 4 -15 17.5z" />
+<glyph unicode="&#xf3;" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM227 412q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5zM287.5 1217 q3.5 11 13.5 16l307 172q8 7 27.5 6.5t26.5 -12.5l36 -74q6 -12 3 -25.5t-15 -17.5l-330 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-20 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xf4;" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM207 1195q4 10 14 17l246 193q11 8 27 8q15 0 26 -8l246 -193q10 -7 14 -17t-2 -21q-3 -4 -10.5 -16.5t-12.5 -19 t-13.5 -13.5t-18 -6t-21.5 9l-208 144l-209 -139q-30 -19 -47 4l-29 37q-6 11 -2 21zM227 412q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5z" />
+<glyph unicode="&#xf5;" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM195 1241q2 4 11 25t16 36.5t23 38t33.5 37t45 25t59.5 10.5q42 0 78 -23.5t57 -52t45.5 -52t44.5 -23.5q62 0 92 104 q10 33 48 16l32 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10t-1 -9.5t-3 -10t-2.5 -7.5q-56 -166 -182 -166q-38 0 -74.5 24t-59 52.5t-48 52.5t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35q-5 -17 -17.5 -23t-33.5 3l-37 18q-22 11 -8 45zM227 412 q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5z" />
+<glyph unicode="&#xf6;" d="M86 412q0 174 119.5 301t288.5 127q111 0 205 -58.5t148 -157t54 -212.5q0 -178 -119 -305t-288 -127q-111 0 -205.5 58.5t-148.5 158t-54 215.5zM197 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM227 412 q0 -125 77.5 -212t189.5 -87t189 87t77 212q0 122 -77 207.5t-189 85.5t-189.5 -85.5t-77.5 -207.5zM592 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1101" d="M123 682v57q0 15 12 27t27 12h780q15 0 26 -12t11 -27v-57q0 -15 -11 -27t-26 -12h-780q-15 0 -27 12t-12 27zM428 350q0 49 34.5 83t82.5 34q49 0 83 -33.5t34 -83.5q0 -48 -34 -82.5t-83 -34.5q-47 0 -82 35t-35 82zM428 1083q0 49 34.5 83t82.5 34q49 0 83 -34t34 -83 q0 -48 -34 -82t-83 -34q-47 0 -82 34.5t-35 81.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="983" d="M88 414q0 174 118.5 300t287.5 126q148 0 262 -103l43 43q12 12 28.5 12t26.5 -12l10 -10q12 -10 12 -26t-12 -27l-47 -47q82 -116 82 -256q0 -178 -118 -306t-287 -128q-151 0 -263 98l-28 -29q-11 -12 -27.5 -11.5t-28.5 11.5l-8 10q-12 10 -12.5 27t10.5 27l33 32 q-82 119 -82 269zM229 414q0 -97 41 -168l389 395q-70 64 -165 64q-112 0 -188.5 -84.5t-76.5 -206.5zM328 174q70 -61 166 -61q112 0 188 88t76 213q0 87 -41 155z" />
+<glyph unicode="&#xf9;" horiz-adv-x="993" d="M135 350v430q0 15 12 27t27 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 11.5 27t26.5 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-16 0 -24 9t-13 26l-14 53l-11.5 -11.5t-33 -26 t-54.5 -33t-74 -26t-93 -11.5q-318 0 -318 370zM300 1299.5q-3 13.5 3 25.5l37 74q7 12 26 12.5t27 -6.5l307 -172q10 -5 14 -16t-1 -23l-21 -45q-6 -12 -15.5 -12.5t-31.5 8.5l-330 137q-12 4 -15 17.5z" />
+<glyph unicode="&#xfa;" horiz-adv-x="993" d="M135 350v430q0 15 12 27t27 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 11.5 27t26.5 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-16 0 -24 9t-13 26l-14 53l-11.5 -11.5t-33 -26 t-54.5 -33t-74 -26t-93 -11.5q-318 0 -318 370zM299.5 1217q3.5 11 13.5 16l308 172q8 7 27 6.5t26 -12.5l37 -74q6 -12 2.5 -25.5t-15.5 -17.5l-329 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-21 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xfb;" horiz-adv-x="993" d="M135 350v430q0 15 12 27t27 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 11.5 27t26.5 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-16 0 -24 9t-13 26l-14 53l-11.5 -11.5t-33 -26 t-54.5 -33t-74 -26t-93 -11.5q-318 0 -318 370zM217 1195q4 10 14 17l246 193q11 8 27 8q15 0 26 -8l246 -193q10 -7 14 -17t-2 -21q-3 -5 -10.5 -17t-12.5 -18.5t-13 -13.5t-17.5 -6t-21.5 9l-209 144l-209 -139q-30 -19 -47 4l-29 37q-6 11 -2 21z" />
+<glyph unicode="&#xfc;" horiz-adv-x="993" d="M135 350v430q0 15 12 27t27 12h66q15 0 27 -12t12 -27v-432q0 -115 48 -173t136 -58q44 0 85 12t68.5 29t49 34t31.5 29l10 12v547q0 15 11.5 27t26.5 12h64q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-39q-16 0 -24 9t-13 26l-14 53l-11.5 -11.5t-33 -26 t-54.5 -33t-74 -26t-93 -11.5q-318 0 -318 370zM203 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68zM598 1294q0 41 28 70t68 29q41 0 70 -29t29 -70q0 -40 -29 -68t-70 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#xfd;" horiz-adv-x="954" d="M28 806.5q8 12.5 31 12.5h91q23 0 34 -22l303 -627h2l287 627q11 22 35 22h78q23 0 32 -13.5t-1 -33.5l-629 -1362q-12 -24 -35 -24h-76q-24 0 -33.5 14.5t0.5 36.5l263 565l-381 772q-9 20 -1 32.5zM281.5 1217q3.5 11 13.5 16l307 172q8 7 27 6.5t26 -12.5l37 -74 q6 -12 3 -25.5t-15 -17.5l-330 -137q-22 -9 -31.5 -8.5t-15.5 12.5l-20 45q-5 12 -1.5 23z" />
+<glyph unicode="&#xfe;" d="M147 -575v1970q0 15 12 27t27 12h64q15 0 27 -12t12 -27v-633q3 3 9 8.5t27.5 19t45.5 23.5t63 18.5t80 8.5q115 0 204 -59t136 -157t47 -216q0 -181 -112.5 -304.5t-280.5 -123.5q-38 0 -74.5 7t-61.5 16.5t-44.5 19.5t-29.5 17l-9 7v-622q0 -15 -12 -27t-27 -12h-64 q-15 0 -27 12t-12 27zM291 188q10 -8 27 -20t69 -31.5t102 -19.5q117 0 193 84.5t76 208.5q0 129 -66.5 215t-191.5 86q-37 0 -72.5 -10.5t-59 -25.5t-42 -29.5t-26.5 -25.5l-9 -10v-422z" />
+<glyph unicode="&#xff;" horiz-adv-x="954" d="M28 806.5q8 12.5 31 12.5h91q23 0 34 -22l303 -627h2l287 627q11 22 35 22h78q23 0 32 -13.5t-1 -33.5l-629 -1362q-12 -24 -35 -24h-76q-24 0 -33.5 14.5t0.5 36.5l263 565l-381 772q-9 20 -1 32.5zM193 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68 t-69.5 -28q-40 0 -68 28t-28 68zM588 1294q0 41 28 70t68 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68 28t-28 68z" />
+<glyph unicode="&#x152;" horiz-adv-x="1980" d="M104 715q0 151 58 288t156 236t234.5 157t287.5 58q41 0 85 -5t67 -10l24 -5h807q17 0 28 -11.5t11 -27.5v-60q0 -16 -11 -27.5t-28 -11.5h-688v-499h587q15 0 27 -12t12 -27v-60q0 -17 -11.5 -28t-27.5 -11h-587v-522h688q17 0 28 -11.5t11 -27.5v-59q0 -16 -11 -27.5 t-28 -11.5h-807q-84 -20 -176 -20q-202 0 -371 97.5t-267 266.5t-98 371zM248 715q0 -160 79.5 -296.5t216 -216t296.5 -79.5q74 0 137 14v1155q-77 17 -137 17q-160 0 -296.5 -80t-216 -217t-79.5 -297z" />
+<glyph unicode="&#x153;" horiz-adv-x="1595" d="M84 414q0 175 118 300.5t287 125.5q99 0 185 -47.5t143 -128.5q55 83 140 129.5t190 46.5q157 0 264 -104.5t107 -270.5q0 -20 -5 -55q-1 -15 -11.5 -25t-24.5 -10h-586q14 -105 92.5 -184.5t177.5 -79.5q107 0 203 59q3 2 10 5.5t9 5t7 4t7.5 2.5h6t6 -1.5t5.5 -4.5 t6 -7q6 -8 17.5 -23.5t17.5 -23.5q9 -11 11.5 -17t-1 -15.5t-18.5 -20.5q-45 -36 -125.5 -65t-175.5 -29q-104 0 -189 47t-141 129q-57 -81 -143 -128.5t-185 -47.5q-169 0 -287 128t-118 306zM225 414q0 -125 76 -213t188 -88t188.5 88t76.5 213q0 122 -76.5 206.5 t-188.5 84.5t-188 -84.5t-76 -206.5zM893 487h485q-4 95 -70.5 158.5t-160.5 63.5q-102 0 -172.5 -63t-81.5 -159z" />
+<glyph unicode="&#x178;" horiz-adv-x="1157" d="M2.5 1414q10.5 20 34.5 20h96q19 0 33 -19l414 -571l413 571q14 19 33 19h96q24 0 34.5 -20t-1.5 -40l-500 -682v-653q0 -15 -12 -27t-27 -12h-79q-17 0 -28 11.5t-11 27.5v651l-494 684q-12 20 -1.5 40zM266 1718q0 41 28 70t68 29q41 0 70 -29t29 -70q0 -40 -29 -68 t-70 -28q-40 0 -68 28t-28 68zM698 1718q0 41 28.5 70t68.5 29q41 0 69.5 -29t28.5 -70q0 -40 -28.5 -68t-69.5 -28q-40 0 -68.5 28t-28.5 68z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="763" d="M92 1195q4 10 14 17l246 193q11 8 27 8t27 -8l245 -193q27 -18 13 -38q-3 -4 -10.5 -16.5t-12.5 -19t-13.5 -13.5t-18 -6t-21.5 9l-209 144l-209 -139q-30 -19 -47 4l-29 37q-6 11 -2 21z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="778" d="M86 1241q2 4 11 25t16 36.5t23 38t33.5 37t45 25t59.5 10.5q34 0 64 -15.5t51 -37.5t39 -44.5t36.5 -38t35.5 -15.5q62 0 92 104q10 32 47 16l33 -16q6 -3 9.5 -7.5t4.5 -8.5t0.5 -10t-1 -9.5t-3 -10t-2.5 -7.5q-56 -166 -182 -166q-38 0 -74.5 24t-59.5 52.5t-48.5 52.5 t-43.5 24q-19 0 -34.5 -9t-26.5 -26.5t-16.5 -31.5t-12.5 -35q-5 -17 -17.5 -23t-33.5 3l-37 18q-22 11 -8 45z" />
+<glyph unicode="&#x2000;" horiz-adv-x="999" />
+<glyph unicode="&#x2001;" horiz-adv-x="1999" />
+<glyph unicode="&#x2002;" horiz-adv-x="999" />
+<glyph unicode="&#x2003;" horiz-adv-x="1999" />
+<glyph unicode="&#x2004;" horiz-adv-x="666" />
+<glyph unicode="&#x2005;" horiz-adv-x="499" />
+<glyph unicode="&#x2006;" horiz-adv-x="333" />
+<glyph unicode="&#x2007;" horiz-adv-x="333" />
+<glyph unicode="&#x2008;" horiz-adv-x="249" />
+<glyph unicode="&#x2009;" horiz-adv-x="399" />
+<glyph unicode="&#x200a;" horiz-adv-x="111" />
+<glyph unicode="&#x2010;" horiz-adv-x="845" d="M170 487v39q0 17 11 28t28 11h428q17 0 28 -11t11 -28v-39q0 -15 -11 -25.5t-28 -10.5h-428q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2011;" horiz-adv-x="845" d="M170 487v39q0 17 11 28t28 11h428q17 0 28 -11t11 -28v-39q0 -15 -11 -25.5t-28 -10.5h-428q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2012;" horiz-adv-x="845" d="M170 487v39q0 17 11 28t28 11h428q17 0 28 -11t11 -28v-39q0 -15 -11 -25.5t-28 -10.5h-428q-17 0 -28 10.5t-11 25.5z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1181" d="M174 494v22q0 17 11 28t28 11h756q17 0 28 -11t11 -28v-22q0 -15 -11 -26t-28 -11h-756q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1632" d="M174 494v22q0 17 11 28t28 11h1206q17 0 28 -11t11 -28v-22q0 -15 -11 -26t-28 -11h-1206q-17 0 -28 11t-11 26z" />
+<glyph unicode="&#x2018;" horiz-adv-x="417" d="M78 1059q0 114 54.5 217.5t117.5 161.5q28 25 49 4l29 -29q8 -7 4.5 -21.5t-17.5 -27.5q-127 -114 -127 -258q8 2 25 2q47 0 82 -35t35 -82q0 -49 -34.5 -83t-82.5 -34q-58 0 -96.5 42t-38.5 143z" />
+<glyph unicode="&#x2019;" horiz-adv-x="413" d="M89 939.5q3 14.5 17 27.5q127 114 127 258q-8 -2 -24 -2q-47 0 -82 34.5t-35 81.5q0 49 34.5 83t82.5 34q58 0 96.5 -41.5t38.5 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -25 -49 -4l-29 29q-8 7 -5 21.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="477" d="M110 -304q3 15 17 28q127 114 127 258q-8 -2 -25 -2q-47 0 -81.5 34.5t-34.5 81.5q0 49 34 83t82 34q58 0 97 -41.5t39 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -26 -50 -4l-28 28q-8 7 -5 22z" />
+<glyph unicode="&#x201c;" horiz-adv-x="786" d="M78 1063q0 114 54.5 217.5t117.5 161.5q28 25 49 4l29 -29q8 -7 4.5 -21.5t-17.5 -27.5q-127 -114 -127 -258q8 2 25 2q47 0 82 -35t35 -82q0 -49 -34.5 -82.5t-82.5 -33.5q-58 0 -96.5 41.5t-38.5 142.5zM446 1063q0 114 54.5 217.5t117.5 161.5q28 26 50 4l28 -29 q8 -7 5 -21.5t-17 -27.5q-127 -114 -127 -258q8 2 25 2q47 0 81.5 -35t34.5 -82q0 -49 -34 -82.5t-82 -33.5q-58 0 -97 41.5t-39 142.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="782" d="M89 939.5q3 14.5 17 27.5q127 114 127 258q-8 -2 -24 -2q-47 0 -82 34.5t-35 81.5q0 49 34.5 83t82.5 34q58 0 96.5 -41.5t38.5 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -25 -49 -4l-29 29q-8 7 -5 21.5zM458 939.5q3 14.5 17 27.5q127 114 127 258q-8 -2 -24 -2 q-47 0 -82 34.5t-35 81.5q0 49 34.5 83t82.5 34q58 0 96.5 -41.5t38.5 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -25 -49 -4l-29 29q-8 7 -5 21.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="845" d="M110 -304q3 15 17 28q127 114 127 258q-8 -2 -25 -2q-47 0 -81.5 34.5t-34.5 81.5q0 49 34 83t82 34q58 0 97 -41.5t39 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -26 -50 -4l-28 28q-8 7 -5 22zM478.5 -304q3.5 15 17.5 28q127 114 127 258q-8 -2 -25 -2 q-47 0 -82 34.5t-35 81.5q0 49 34.5 83t82.5 34q58 0 96.5 -41.5t38.5 -142.5q0 -114 -54.5 -217.5t-117.5 -161.5q-28 -25 -49 -4l-29 28q-8 7 -4.5 22z" />
+<glyph unicode="&#x2022;" horiz-adv-x="724" d="M143 459q0 92 63.5 157.5t151.5 65.5q92 0 158 -65.5t66 -157.5q0 -88 -66 -151.5t-158 -63.5q-88 0 -151.5 63.5t-63.5 151.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1277" d="M123 96q0 49 34.5 83t82.5 34q49 0 82.5 -33.5t33.5 -83.5q0 -48 -33.5 -82t-82.5 -34q-47 0 -82 34.5t-35 81.5zM518 96q0 49 34.5 83t82.5 34q49 0 83 -33.5t34 -83.5q0 -48 -34 -82t-83 -34q-47 0 -82 34.5t-35 81.5zM922 96q0 49 34 83t82 34q50 0 83.5 -33.5 t33.5 -83.5q0 -48 -34 -82t-83 -34q-47 0 -81.5 34.5t-34.5 81.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="399" />
+<glyph unicode="&#x2039;" horiz-adv-x="516" d="M84 397q-17 23 0 49l223 304q17 24 37 24h29q26 0 34.5 -19t-4.5 -44l-151 -285l145 -301q11 -25 3 -43.5t-33 -18.5h-39q-18 0 -31 17z" />
+<glyph unicode="&#x203a;" horiz-adv-x="516" d="M106.5 755q8.5 19 34.5 19h29q21 0 37 -24l223 -304q17 -26 0 -49l-213 -317q-13 -17 -31 -17h-39q-25 0 -33 18.5t3 43.5l145 301l-151 285q-13 25 -4.5 44z" />
+<glyph unicode="&#x205f;" horiz-adv-x="499" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1497" d="M41 557v14q0 15 11 27t26 12h82q-6 50 -6 105q0 33 2 49h-78q-15 0 -26 12t-11 27v14q0 15 11 27t26 12h88q50 259 254 428.5t473 169.5q149 0 267.5 -48t228.5 -142q12 -12 13 -29t-11 -29l-50 -49q-14 -14 -31.5 -14.5t-35.5 16.5q-76 71 -176.5 109.5t-206.5 38.5 q-203 0 -356.5 -128t-198.5 -323h575q17 0 28 -11.5t11 -27.5v-16q0 -15 -11 -26t-28 -11h-589q-3 -24 -3 -47q0 -55 9 -107h501q17 0 28 -11.5t11 -27.5v-16q0 -15 -11 -26t-28 -11h-477q60 -171 206.5 -280t332.5 -109q63 0 118 12t105.5 37.5t84.5 48t85 60.5q24 20 49 6 l60 -60q11 -10 10 -27t-12 -28q-204 -198 -498 -198q-254 0 -451 150.5t-262 387.5h-102q-15 0 -26 12t-11 27z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1476" d="M102 1372v23q0 15 12 27t27 12h391q17 0 28 -11.5t11 -27.5v-23q0 -17 -11 -28t-28 -11h-143v-479q0 -15 -12 -27t-27 -12h-26q-17 0 -28 11.5t-11 27.5v479h-144q-16 0 -27.5 11t-11.5 28zM639 862l106 551q3 12 14.5 21.5t24.5 9.5h9q9 0 20 -7.5t14 -15.5l166 -434 l168 434q3 8 14.5 15.5t20.5 7.5h8q12 0 24 -9.5t15 -21.5l109 -553q3 -19 -8.5 -32t-30.5 -13h-25q-13 0 -24.5 10.5t-14.5 24.5l-69 338l-148 -361q-3 -7 -13.5 -12.5t-19.5 -5.5h-12q-9 0 -20.5 6t-14.5 14l-143 359l-72 -340q-3 -12 -15 -22.5t-24 -10.5h-20 q-20 0 -31 14t-8 33z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="819" d="M0 0v819h819v-819h-819z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1640" d="M47 735v45q0 17 11 28t28 11h125v232q1 98 30.5 172.5t82 120t118.5 68t144 22.5q148 0 264 -80q84 100 252 100q91 0 177 -32.5t128 -63.5q10 -7 12 -22t-4 -25l-33 -56q-14 -23 -53 -2q-1 1 -15.5 8.5t-24.5 12.5t-28.5 14t-35.5 14.5t-37.5 12t-42 9.5t-41.5 3 q-80 0 -135.5 -56.5t-55.5 -166.5v-285h543q15 0 27 -12t12 -27v-741q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-441v-657q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-420v-657q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-125 q-17 0 -28 11.5t-11 27.5zM352 819h420v287q0 73 14 125q-25 27 -83 51.5t-119 24.5q-46 0 -85.5 -13.5t-73.5 -42t-53.5 -80t-19.5 -120.5v-232z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1646" d="M47 735v45q0 17 11 28t28 11h125v232q0 99 30.5 174t83.5 120t119 67t142 22q148 0 264 -80q84 100 258 100q46 0 90.5 -10.5t74 -26t52.5 -31t34 -26.5l11 -10l16 51q9 33 39 33h35q15 0 27 -12t12 -27v-1356q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v1149 q-4 5 -10.5 14t-30.5 31t-50 39t-67.5 31t-85.5 14q-37 0 -71 -11t-64 -34.5t-48 -66t-18 -99.5v-287h238q17 0 28 -11t11 -28v-45q0 -16 -11 -27.5t-28 -11.5h-238v-657q0 -15 -12 -27t-27 -12h-63q-15 0 -27 12t-12 27v657h-420v-657q0 -15 -12 -27t-27 -12h-63 q-15 0 -27 12t-12 27v657h-125q-17 0 -28 11.5t-11 27.5zM352 819h420v287q0 73 14 125q-25 27 -83 51.5t-119 24.5q-46 0 -85.5 -13.5t-73.5 -42t-53.5 -80t-19.5 -120.5v-232z" />
+<hkern u1="&#x22;" u2="&#xf0;" k="23" />
+<hkern u1="&#x22;" u2="&#xef;" k="-47" />
+<hkern u1="&#x22;" u2="&#xee;" k="-18" />
+<hkern u1="&#x22;" u2="&#xde;" k="16" />
+<hkern u1="&#x22;" u2="x" k="74" />
+<hkern u1="&#x22;" u2="v" k="59" />
+<hkern u1="&#x22;" u2="q" k="104" />
+<hkern u1="&#x22;" u2="m" k="86" />
+<hkern u1="&#x22;" u2="Q" k="20" />
+<hkern u1="&#x22;" u2="P" k="16" />
+<hkern u1="&#x22;" u2="M" k="37" />
+<hkern u1="&#x22;" u2="F" k="16" />
+<hkern u1="&#x22;" u2="B" k="16" />
+<hkern u1="&#x22;" u2="&#x40;" k="43" />
+<hkern u1="&#x22;" u2="&#x38;" k="16" />
+<hkern u1="&#x22;" u2="&#x36;" k="37" />
+<hkern u1="&#x22;" u2="&#x34;" k="74" />
+<hkern u1="&#x22;" u2="&#x30;" k="25" />
+<hkern u1="&#x22;" u2="&#x2f;" k="63" />
+<hkern u1="&#x22;" u2="&#x2e;" k="186" />
+<hkern u1="&#x23;" u2="&#x33;" k="14" />
+<hkern u1="&#x23;" u2="&#x32;" k="14" />
+<hkern u1="&#x24;" u2="&#x31;" k="10" />
+<hkern u1="&#x27;" u2="&#xf0;" k="23" />
+<hkern u1="&#x27;" u2="&#xef;" k="-47" />
+<hkern u1="&#x27;" u2="&#xee;" k="-18" />
+<hkern u1="&#x27;" u2="&#xde;" k="16" />
+<hkern u1="&#x27;" u2="x" k="74" />
+<hkern u1="&#x27;" u2="v" k="59" />
+<hkern u1="&#x27;" u2="q" k="104" />
+<hkern u1="&#x27;" u2="m" k="86" />
+<hkern u1="&#x27;" u2="Q" k="20" />
+<hkern u1="&#x27;" u2="P" k="16" />
+<hkern u1="&#x27;" u2="M" k="37" />
+<hkern u1="&#x27;" u2="F" k="16" />
+<hkern u1="&#x27;" u2="B" k="16" />
+<hkern u1="&#x27;" u2="&#x40;" k="43" />
+<hkern u1="&#x27;" u2="&#x38;" k="16" />
+<hkern u1="&#x27;" u2="&#x36;" k="37" />
+<hkern u1="&#x27;" u2="&#x34;" k="74" />
+<hkern u1="&#x27;" u2="&#x30;" k="25" />
+<hkern u1="&#x27;" u2="&#x2f;" k="63" />
+<hkern u1="&#x27;" u2="&#x2e;" k="186" />
+<hkern u1="&#x28;" g2="uniFB02" k="23" />
+<hkern u1="&#x28;" g2="uniFB01" k="23" />
+<hkern u1="&#x28;" u2="&#xf1;" k="23" />
+<hkern u1="&#x28;" u2="&#xe7;" k="45" />
+<hkern u1="&#x28;" u2="n" k="23" />
+<hkern u1="&#x28;" u2="f" k="23" />
+<hkern u1="&#x28;" u2="c" k="45" />
+<hkern u1="&#x28;" u2="&#x178;" k="-12" />
+<hkern u1="&#x28;" u2="&#x153;" k="45" />
+<hkern u1="&#x28;" u2="&#x152;" k="35" />
+<hkern u1="&#x28;" u2="&#xff;" k="31" />
+<hkern u1="&#x28;" u2="&#xfe;" k="18" />
+<hkern u1="&#x28;" u2="&#xfd;" k="31" />
+<hkern u1="&#x28;" u2="&#xfc;" k="39" />
+<hkern u1="&#x28;" u2="&#xfb;" k="39" />
+<hkern u1="&#x28;" u2="&#xfa;" k="39" />
+<hkern u1="&#x28;" u2="&#xf9;" k="39" />
+<hkern u1="&#x28;" u2="&#xf8;" k="45" />
+<hkern u1="&#x28;" u2="&#xf6;" k="45" />
+<hkern u1="&#x28;" u2="&#xf5;" k="45" />
+<hkern u1="&#x28;" u2="&#xf4;" k="45" />
+<hkern u1="&#x28;" u2="&#xf3;" k="45" />
+<hkern u1="&#x28;" u2="&#xf2;" k="45" />
+<hkern u1="&#x28;" u2="&#xeb;" k="43" />
+<hkern u1="&#x28;" u2="&#xea;" k="43" />
+<hkern u1="&#x28;" u2="&#xe9;" k="43" />
+<hkern u1="&#x28;" u2="&#xe8;" k="43" />
+<hkern u1="&#x28;" u2="&#xe6;" k="25" />
+<hkern u1="&#x28;" u2="&#xe5;" k="25" />
+<hkern u1="&#x28;" u2="&#xe4;" k="25" />
+<hkern u1="&#x28;" u2="&#xe3;" k="25" />
+<hkern u1="&#x28;" u2="&#xe2;" k="25" />
+<hkern u1="&#x28;" u2="&#xe1;" k="25" />
+<hkern u1="&#x28;" u2="&#xe0;" k="25" />
+<hkern u1="&#x28;" u2="&#xdd;" k="-12" />
+<hkern u1="&#x28;" u2="&#xd8;" k="35" />
+<hkern u1="&#x28;" u2="&#xd6;" k="35" />
+<hkern u1="&#x28;" u2="&#xd5;" k="35" />
+<hkern u1="&#x28;" u2="&#xd4;" k="35" />
+<hkern u1="&#x28;" u2="&#xd3;" k="35" />
+<hkern u1="&#x28;" u2="&#xd2;" k="35" />
+<hkern u1="&#x28;" u2="&#xc7;" k="35" />
+<hkern u1="&#x28;" u2="y" k="31" />
+<hkern u1="&#x28;" u2="w" k="27" />
+<hkern u1="&#x28;" u2="u" k="39" />
+<hkern u1="&#x28;" u2="t" k="37" />
+<hkern u1="&#x28;" u2="s" k="23" />
+<hkern u1="&#x28;" u2="r" k="23" />
+<hkern u1="&#x28;" u2="p" k="18" />
+<hkern u1="&#x28;" u2="o" k="45" />
+<hkern u1="&#x28;" u2="e" k="43" />
+<hkern u1="&#x28;" u2="d" k="35" />
+<hkern u1="&#x28;" u2="a" k="25" />
+<hkern u1="&#x28;" u2="Y" k="-12" />
+<hkern u1="&#x28;" u2="O" k="35" />
+<hkern u1="&#x28;" u2="G" k="35" />
+<hkern u1="&#x28;" u2="C" k="35" />
+<hkern u1="&#x28;" u2="&#xf0;" k="31" />
+<hkern u1="&#x28;" u2="&#xef;" k="-80" />
+<hkern u1="&#x28;" u2="&#xdf;" k="14" />
+<hkern u1="&#x28;" u2="v" k="27" />
+<hkern u1="&#x28;" u2="q" k="43" />
+<hkern u1="&#x28;" u2="m" k="23" />
+<hkern u1="&#x28;" u2="Q" k="35" />
+<hkern u1="&#x28;" u2="&#x38;" k="14" />
+<hkern u1="&#x28;" u2="&#x36;" k="33" />
+<hkern u1="&#x28;" u2="&#x34;" k="23" />
+<hkern u1="&#x28;" u2="&#x31;" k="14" />
+<hkern u1="&#x28;" u2="&#x30;" k="31" />
+<hkern u1="&#x2a;" u2="&#x153;" k="82" />
+<hkern u1="&#x2a;" u2="&#xfe;" k="49" />
+<hkern u1="&#x2a;" u2="&#xfc;" k="45" />
+<hkern u1="&#x2a;" u2="&#xfb;" k="45" />
+<hkern u1="&#x2a;" u2="&#xfa;" k="45" />
+<hkern u1="&#x2a;" u2="&#xf9;" k="45" />
+<hkern u1="&#x2a;" u2="&#xf8;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf6;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf5;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf4;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf3;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf2;" k="82" />
+<hkern u1="&#x2a;" u2="&#xf1;" k="49" />
+<hkern u1="&#x2a;" u2="&#xeb;" k="80" />
+<hkern u1="&#x2a;" u2="&#xea;" k="80" />
+<hkern u1="&#x2a;" u2="&#xe9;" k="80" />
+<hkern u1="&#x2a;" u2="&#xe8;" k="80" />
+<hkern u1="&#x2a;" u2="&#xe7;" k="82" />
+<hkern u1="&#x2a;" u2="&#xe6;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe5;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe4;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe3;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe2;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe1;" k="63" />
+<hkern u1="&#x2a;" u2="&#xe0;" k="63" />
+<hkern u1="&#x2a;" u2="&#xd1;" k="12" />
+<hkern u1="&#x2a;" u2="&#xd0;" k="12" />
+<hkern u1="&#x2a;" u2="&#xcf;" k="12" />
+<hkern u1="&#x2a;" u2="&#xce;" k="12" />
+<hkern u1="&#x2a;" u2="&#xcd;" k="12" />
+<hkern u1="&#x2a;" u2="&#xcc;" k="12" />
+<hkern u1="&#x2a;" u2="&#xcb;" k="12" />
+<hkern u1="&#x2a;" u2="&#xca;" k="12" />
+<hkern u1="&#x2a;" u2="&#xc9;" k="12" />
+<hkern u1="&#x2a;" u2="&#xc8;" k="12" />
+<hkern u1="&#x2a;" u2="&#xc6;" k="82" />
+<hkern u1="&#x2a;" u2="&#xc5;" k="72" />
+<hkern u1="&#x2a;" u2="&#xc4;" k="72" />
+<hkern u1="&#x2a;" u2="&#xc3;" k="72" />
+<hkern u1="&#x2a;" u2="&#xc2;" k="72" />
+<hkern u1="&#x2a;" u2="&#xc1;" k="72" />
+<hkern u1="&#x2a;" u2="&#xc0;" k="72" />
+<hkern u1="&#x2a;" u2="z" k="31" />
+<hkern u1="&#x2a;" u2="w" k="20" />
+<hkern u1="&#x2a;" u2="u" k="45" />
+<hkern u1="&#x2a;" u2="s" k="59" />
+<hkern u1="&#x2a;" u2="r" k="49" />
+<hkern u1="&#x2a;" u2="p" k="49" />
+<hkern u1="&#x2a;" u2="o" k="82" />
+<hkern u1="&#x2a;" u2="n" k="49" />
+<hkern u1="&#x2a;" u2="g" k="82" />
+<hkern u1="&#x2a;" u2="e" k="80" />
+<hkern u1="&#x2a;" u2="d" k="76" />
+<hkern u1="&#x2a;" u2="c" k="82" />
+<hkern u1="&#x2a;" u2="a" k="63" />
+<hkern u1="&#x2a;" u2="Z" k="10" />
+<hkern u1="&#x2a;" u2="R" k="12" />
+<hkern u1="&#x2a;" u2="N" k="12" />
+<hkern u1="&#x2a;" u2="L" k="12" />
+<hkern u1="&#x2a;" u2="K" k="12" />
+<hkern u1="&#x2a;" u2="J" k="43" />
+<hkern u1="&#x2a;" u2="I" k="12" />
+<hkern u1="&#x2a;" u2="H" k="12" />
+<hkern u1="&#x2a;" u2="E" k="12" />
+<hkern u1="&#x2a;" u2="D" k="12" />
+<hkern u1="&#x2a;" u2="A" k="72" />
+<hkern u1="&#x2a;" u2="&#xf0;" k="41" />
+<hkern u1="&#x2a;" u2="&#xef;" k="-55" />
+<hkern u1="&#x2a;" u2="&#xee;" k="-12" />
+<hkern u1="&#x2a;" u2="&#xde;" k="12" />
+<hkern u1="&#x2a;" u2="x" k="25" />
+<hkern u1="&#x2a;" u2="v" k="10" />
+<hkern u1="&#x2a;" u2="q" k="80" />
+<hkern u1="&#x2a;" u2="m" k="49" />
+<hkern u1="&#x2a;" u2="P" k="12" />
+<hkern u1="&#x2a;" u2="M" k="29" />
+<hkern u1="&#x2a;" u2="F" k="12" />
+<hkern u1="&#x2a;" u2="B" k="12" />
+<hkern u1="&#x2b;" u2="&#x37;" k="39" />
+<hkern u1="&#x2b;" u2="&#x33;" k="20" />
+<hkern u1="&#x2b;" u2="&#x32;" k="39" />
+<hkern u1="&#x2c;" u2="&#x201c;" k="162" />
+<hkern u1="&#x2c;" u2="&#x2018;" k="162" />
+<hkern u1="&#x2c;" u2="&#x27;" k="176" />
+<hkern u1="&#x2c;" u2="&#x22;" k="176" />
+<hkern u1="&#x2c;" u2="&#x39;" k="41" />
+<hkern u1="&#x2c;" u2="&#x38;" k="18" />
+<hkern u1="&#x2c;" u2="&#x37;" k="20" />
+<hkern u1="&#x2c;" u2="&#x36;" k="23" />
+<hkern u1="&#x2c;" u2="&#x35;" k="12" />
+<hkern u1="&#x2c;" u2="&#x34;" k="20" />
+<hkern u1="&#x2c;" u2="&#x31;" k="51" />
+<hkern u1="&#x2c;" u2="&#x30;" k="43" />
+<hkern u1="&#x2d;" u2="&#xde;" k="39" />
+<hkern u1="&#x2d;" u2="X" k="66" />
+<hkern u1="&#x2d;" u2="V" k="68" />
+<hkern u1="&#x2d;" u2="Q" k="23" />
+<hkern u1="&#x2d;" u2="P" k="39" />
+<hkern u1="&#x2d;" u2="M" k="31" />
+<hkern u1="&#x2d;" u2="F" k="39" />
+<hkern u1="&#x2d;" u2="B" k="39" />
+<hkern u1="&#x2d;" u2="&#x39;" k="53" />
+<hkern u1="&#x2d;" u2="&#x38;" k="27" />
+<hkern u1="&#x2d;" u2="&#x37;" k="70" />
+<hkern u1="&#x2d;" u2="&#x36;" k="16" />
+<hkern u1="&#x2d;" u2="&#x35;" k="100" />
+<hkern u1="&#x2d;" u2="&#x34;" k="10" />
+<hkern u1="&#x2d;" u2="&#x33;" k="76" />
+<hkern u1="&#x2d;" u2="&#x32;" k="76" />
+<hkern u1="&#x2d;" u2="&#x31;" k="61" />
+<hkern u1="&#x2d;" u2="&#x30;" k="29" />
+<hkern u1="&#x2e;" u2="&#x201c;" k="162" />
+<hkern u1="&#x2e;" u2="&#x2018;" k="162" />
+<hkern u1="&#x2e;" u2="&#x178;" k="76" />
+<hkern u1="&#x2e;" u2="&#x152;" k="53" />
+<hkern u1="&#x2e;" u2="&#xff;" k="33" />
+<hkern u1="&#x2e;" u2="&#xfd;" k="33" />
+<hkern u1="&#x2e;" u2="&#xdd;" k="76" />
+<hkern u1="&#x2e;" u2="&#xdc;" k="49" />
+<hkern u1="&#x2e;" u2="&#xdb;" k="49" />
+<hkern u1="&#x2e;" u2="&#xda;" k="49" />
+<hkern u1="&#x2e;" u2="&#xd9;" k="49" />
+<hkern u1="&#x2e;" u2="&#xd8;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd6;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd5;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd4;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd3;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd2;" k="53" />
+<hkern u1="&#x2e;" u2="&#xd1;" k="23" />
+<hkern u1="&#x2e;" u2="&#xd0;" k="23" />
+<hkern u1="&#x2e;" u2="&#xcf;" k="23" />
+<hkern u1="&#x2e;" u2="&#xce;" k="23" />
+<hkern u1="&#x2e;" u2="&#xcd;" k="23" />
+<hkern u1="&#x2e;" u2="&#xcc;" k="23" />
+<hkern u1="&#x2e;" u2="&#xcb;" k="23" />
+<hkern u1="&#x2e;" u2="&#xca;" k="23" />
+<hkern u1="&#x2e;" u2="&#xc9;" k="23" />
+<hkern u1="&#x2e;" u2="&#xc8;" k="23" />
+<hkern u1="&#x2e;" u2="&#xc7;" k="53" />
+<hkern u1="&#x2e;" u2="y" k="33" />
+<hkern u1="&#x2e;" u2="w" k="16" />
+<hkern u1="&#x2e;" u2="Y" k="76" />
+<hkern u1="&#x2e;" u2="W" k="74" />
+<hkern u1="&#x2e;" u2="U" k="49" />
+<hkern u1="&#x2e;" u2="T" k="63" />
+<hkern u1="&#x2e;" u2="R" k="23" />
+<hkern u1="&#x2e;" u2="O" k="53" />
+<hkern u1="&#x2e;" u2="N" k="23" />
+<hkern u1="&#x2e;" u2="L" k="23" />
+<hkern u1="&#x2e;" u2="K" k="23" />
+<hkern u1="&#x2e;" u2="I" k="23" />
+<hkern u1="&#x2e;" u2="H" k="23" />
+<hkern u1="&#x2e;" u2="G" k="53" />
+<hkern u1="&#x2e;" u2="E" k="23" />
+<hkern u1="&#x2e;" u2="D" k="23" />
+<hkern u1="&#x2e;" u2="C" k="53" />
+<hkern u1="&#x2e;" u2="&#x27;" k="178" />
+<hkern u1="&#x2e;" u2="&#x22;" k="178" />
+<hkern u1="&#x2e;" u2="&#xde;" k="23" />
+<hkern u1="&#x2e;" u2="v" k="29" />
+<hkern u1="&#x2e;" u2="V" k="84" />
+<hkern u1="&#x2e;" u2="Q" k="53" />
+<hkern u1="&#x2e;" u2="P" k="23" />
+<hkern u1="&#x2e;" u2="F" k="23" />
+<hkern u1="&#x2e;" u2="B" k="23" />
+<hkern u1="&#x2e;" u2="&#x39;" k="41" />
+<hkern u1="&#x2e;" u2="&#x38;" k="18" />
+<hkern u1="&#x2e;" u2="&#x37;" k="23" />
+<hkern u1="&#x2e;" u2="&#x36;" k="23" />
+<hkern u1="&#x2e;" u2="&#x35;" k="10" />
+<hkern u1="&#x2e;" u2="&#x34;" k="20" />
+<hkern u1="&#x2e;" u2="&#x31;" k="51" />
+<hkern u1="&#x2e;" u2="&#x30;" k="41" />
+<hkern u1="&#x2f;" g2="uniFB02" k="12" />
+<hkern u1="&#x2f;" g2="uniFB01" k="12" />
+<hkern u1="&#x2f;" u2="&#x178;" k="-25" />
+<hkern u1="&#x2f;" u2="&#x153;" k="41" />
+<hkern u1="&#x2f;" u2="&#xff;" k="10" />
+<hkern u1="&#x2f;" u2="&#xfe;" k="35" />
+<hkern u1="&#x2f;" u2="&#xfd;" k="10" />
+<hkern u1="&#x2f;" u2="&#xfc;" k="29" />
+<hkern u1="&#x2f;" u2="&#xfb;" k="29" />
+<hkern u1="&#x2f;" u2="&#xfa;" k="29" />
+<hkern u1="&#x2f;" u2="&#xf9;" k="29" />
+<hkern u1="&#x2f;" u2="&#xf8;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf6;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf5;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf4;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf3;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf2;" k="41" />
+<hkern u1="&#x2f;" u2="&#xf1;" k="35" />
+<hkern u1="&#x2f;" u2="&#xeb;" k="41" />
+<hkern u1="&#x2f;" u2="&#xea;" k="41" />
+<hkern u1="&#x2f;" u2="&#xe9;" k="41" />
+<hkern u1="&#x2f;" u2="&#xe8;" k="41" />
+<hkern u1="&#x2f;" u2="&#xe7;" k="41" />
+<hkern u1="&#x2f;" u2="&#xe6;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe5;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe4;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe3;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe2;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe1;" k="37" />
+<hkern u1="&#x2f;" u2="&#xe0;" k="37" />
+<hkern u1="&#x2f;" u2="&#xdd;" k="-25" />
+<hkern u1="&#x2f;" u2="&#xc6;" k="45" />
+<hkern u1="&#x2f;" u2="&#xc5;" k="39" />
+<hkern u1="&#x2f;" u2="&#xc4;" k="39" />
+<hkern u1="&#x2f;" u2="&#xc3;" k="39" />
+<hkern u1="&#x2f;" u2="&#xc2;" k="39" />
+<hkern u1="&#x2f;" u2="&#xc1;" k="39" />
+<hkern u1="&#x2f;" u2="&#xc0;" k="39" />
+<hkern u1="&#x2f;" u2="z" k="23" />
+<hkern u1="&#x2f;" u2="y" k="10" />
+<hkern u1="&#x2f;" u2="w" k="16" />
+<hkern u1="&#x2f;" u2="u" k="29" />
+<hkern u1="&#x2f;" u2="t" k="18" />
+<hkern u1="&#x2f;" u2="s" k="33" />
+<hkern u1="&#x2f;" u2="r" k="35" />
+<hkern u1="&#x2f;" u2="p" k="35" />
+<hkern u1="&#x2f;" u2="o" k="41" />
+<hkern u1="&#x2f;" u2="n" k="35" />
+<hkern u1="&#x2f;" u2="g" k="51" />
+<hkern u1="&#x2f;" u2="f" k="12" />
+<hkern u1="&#x2f;" u2="e" k="41" />
+<hkern u1="&#x2f;" u2="d" k="33" />
+<hkern u1="&#x2f;" u2="c" k="41" />
+<hkern u1="&#x2f;" u2="a" k="37" />
+<hkern u1="&#x2f;" u2="Y" k="-25" />
+<hkern u1="&#x2f;" u2="A" k="39" />
+<hkern u1="&#x2f;" u2="&#xf0;" k="25" />
+<hkern u1="&#x2f;" u2="&#xef;" k="-80" />
+<hkern u1="&#x2f;" u2="&#xee;" k="-35" />
+<hkern u1="&#x2f;" u2="&#xdf;" k="14" />
+<hkern u1="&#x2f;" u2="x" k="20" />
+<hkern u1="&#x2f;" u2="v" k="10" />
+<hkern u1="&#x2f;" u2="q" k="41" />
+<hkern u1="&#x2f;" u2="m" k="35" />
+<hkern u1="&#x2f;" u2="V" k="-12" />
+<hkern u1="&#x2f;" u2="M" k="16" />
+<hkern u1="&#x2f;" u2="&#x36;" k="14" />
+<hkern u1="&#x2f;" u2="&#x34;" k="25" />
+<hkern u1="&#x2f;" u2="&#x30;" k="10" />
+<hkern u1="&#x30;" u2="&#x7d;" k="49" />
+<hkern u1="&#x30;" u2="]" k="31" />
+<hkern u1="&#x30;" u2="&#x37;" k="16" />
+<hkern u1="&#x30;" u2="&#x33;" k="6" />
+<hkern u1="&#x30;" u2="&#x32;" k="8" />
+<hkern u1="&#x30;" u2="&#x29;" k="31" />
+<hkern u1="&#x31;" u2="&#x7d;" k="16" />
+<hkern u1="&#x31;" u2="]" k="10" />
+<hkern u1="&#x31;" u2="&#x30;" k="6" />
+<hkern u1="&#x32;" u2="&#x7d;" k="16" />
+<hkern u1="&#x32;" u2="&#x34;" k="27" />
+<hkern u1="&#x33;" u2="&#x7d;" k="29" />
+<hkern u1="&#x33;" u2="]" k="16" />
+<hkern u1="&#x33;" u2="&#x29;" k="14" />
+<hkern u1="&#x34;" u2="&#x7d;" k="29" />
+<hkern u1="&#x34;" u2="]" k="18" />
+<hkern u1="&#x34;" u2="&#x39;" k="10" />
+<hkern u1="&#x34;" u2="&#x37;" k="6" />
+<hkern u1="&#x34;" u2="&#x31;" k="8" />
+<hkern u1="&#x34;" u2="&#x29;" k="14" />
+<hkern u1="&#x35;" u2="&#x7d;" k="23" />
+<hkern u1="&#x35;" u2="]" k="16" />
+<hkern u1="&#x35;" u2="&#x37;" k="8" />
+<hkern u1="&#x35;" u2="&#x31;" k="14" />
+<hkern u1="&#x35;" u2="&#x29;" k="12" />
+<hkern u1="&#x36;" u2="&#x7d;" k="25" />
+<hkern u1="&#x36;" u2="]" k="18" />
+<hkern u1="&#x36;" u2="&#x37;" k="8" />
+<hkern u1="&#x36;" u2="&#x31;" k="14" />
+<hkern u1="&#x36;" u2="&#x29;" k="14" />
+<hkern u1="&#x37;" u2="&#xa2;" k="51" />
+<hkern u1="&#x37;" u2="&#x7d;" k="-10" />
+<hkern u1="&#x37;" u2="&#x37;" k="-12" />
+<hkern u1="&#x37;" u2="&#x36;" k="23" />
+<hkern u1="&#x37;" u2="&#x34;" k="82" />
+<hkern u1="&#x37;" u2="&#x30;" k="10" />
+<hkern u1="&#x38;" u2="&#x7d;" k="29" />
+<hkern u1="&#x38;" u2="]" k="16" />
+<hkern u1="&#x38;" u2="&#x29;" k="14" />
+<hkern u1="&#x39;" u2="&#x7d;" k="29" />
+<hkern u1="&#x39;" u2="]" k="16" />
+<hkern u1="&#x39;" u2="&#x37;" k="6" />
+<hkern u1="&#x39;" u2="&#x29;" k="20" />
+<hkern u1="&#x3d;" u2="&#x39;" k="16" />
+<hkern u1="&#x3d;" u2="&#x38;" k="16" />
+<hkern u1="&#x3d;" u2="&#x37;" k="49" />
+<hkern u1="&#x3d;" u2="&#x35;" k="23" />
+<hkern u1="&#x3d;" u2="&#x33;" k="27" />
+<hkern u1="&#x3d;" u2="&#x32;" k="49" />
+<hkern u1="&#x3d;" u2="&#x31;" k="45" />
+<hkern u1="&#x3d;" u2="&#x30;" k="16" />
+<hkern u1="&#x40;" u2="&#x178;" k="33" />
+<hkern u1="&#x40;" u2="&#xdd;" k="33" />
+<hkern u1="&#x40;" u2="Z" k="10" />
+<hkern u1="&#x40;" u2="Y" k="33" />
+<hkern u1="&#x40;" u2="W" k="14" />
+<hkern u1="&#x40;" u2="T" k="25" />
+<hkern u1="&#x40;" u2="&#x27;" k="31" />
+<hkern u1="&#x40;" u2="&#x22;" k="31" />
+<hkern u1="&#x40;" u2="X" k="12" />
+<hkern u1="&#x40;" u2="V" k="16" />
+<hkern u1="A" u2="&#xf0;" k="8" />
+<hkern u1="A" u2="&#x7d;" k="20" />
+<hkern u1="A" u2="v" k="41" />
+<hkern u1="A" u2="]" k="12" />
+<hkern u1="A" u2="\" k="39" />
+<hkern u1="A" u2="V" k="80" />
+<hkern u1="A" u2="Q" k="8" />
+<hkern u1="A" u2="&#x2a;" k="72" />
+<hkern u1="B" g2="uniFB02" k="35" />
+<hkern u1="B" g2="uniFB01" k="35" />
+<hkern u1="B" u2="&#x201e;" k="18" />
+<hkern u1="B" u2="&#x201d;" k="10" />
+<hkern u1="B" u2="&#x201a;" k="18" />
+<hkern u1="B" u2="&#x2019;" k="10" />
+<hkern u1="B" u2="&#x2014;" k="23" />
+<hkern u1="B" u2="&#x2013;" k="23" />
+<hkern u1="B" u2="&#x178;" k="6" />
+<hkern u1="B" u2="&#x153;" k="16" />
+<hkern u1="B" u2="&#xff;" k="31" />
+<hkern u1="B" u2="&#xfe;" k="29" />
+<hkern u1="B" u2="&#xfd;" k="31" />
+<hkern u1="B" u2="&#xfc;" k="27" />
+<hkern u1="B" u2="&#xfb;" k="27" />
+<hkern u1="B" u2="&#xfa;" k="27" />
+<hkern u1="B" u2="&#xf9;" k="27" />
+<hkern u1="B" u2="&#xf8;" k="16" />
+<hkern u1="B" u2="&#xf6;" k="16" />
+<hkern u1="B" u2="&#xf5;" k="16" />
+<hkern u1="B" u2="&#xf4;" k="16" />
+<hkern u1="B" u2="&#xf3;" k="16" />
+<hkern u1="B" u2="&#xf2;" k="16" />
+<hkern u1="B" u2="&#xf1;" k="27" />
+<hkern u1="B" u2="&#xef;" k="27" />
+<hkern u1="B" u2="&#xee;" k="27" />
+<hkern u1="B" u2="&#xed;" k="27" />
+<hkern u1="B" u2="&#xec;" k="27" />
+<hkern u1="B" u2="&#xeb;" k="16" />
+<hkern u1="B" u2="&#xea;" k="16" />
+<hkern u1="B" u2="&#xe9;" k="16" />
+<hkern u1="B" u2="&#xe8;" k="16" />
+<hkern u1="B" u2="&#xe7;" k="16" />
+<hkern u1="B" u2="&#xe6;" k="20" />
+<hkern u1="B" u2="&#xe5;" k="20" />
+<hkern u1="B" u2="&#xe4;" k="20" />
+<hkern u1="B" u2="&#xe3;" k="20" />
+<hkern u1="B" u2="&#xe2;" k="20" />
+<hkern u1="B" u2="&#xe1;" k="20" />
+<hkern u1="B" u2="&#xe0;" k="20" />
+<hkern u1="B" u2="&#xdd;" k="6" />
+<hkern u1="B" u2="z" k="35" />
+<hkern u1="B" u2="y" k="31" />
+<hkern u1="B" u2="w" k="33" />
+<hkern u1="B" u2="u" k="27" />
+<hkern u1="B" u2="t" k="35" />
+<hkern u1="B" u2="s" k="27" />
+<hkern u1="B" u2="r" k="27" />
+<hkern u1="B" u2="p" k="29" />
+<hkern u1="B" u2="o" k="16" />
+<hkern u1="B" u2="n" k="27" />
+<hkern u1="B" u2="l" k="27" />
+<hkern u1="B" u2="k" k="27" />
+<hkern u1="B" u2="j" k="27" />
+<hkern u1="B" u2="i" k="27" />
+<hkern u1="B" u2="h" k="27" />
+<hkern u1="B" u2="g" k="29" />
+<hkern u1="B" u2="f" k="35" />
+<hkern u1="B" u2="e" k="16" />
+<hkern u1="B" u2="d" k="16" />
+<hkern u1="B" u2="c" k="16" />
+<hkern u1="B" u2="a" k="20" />
+<hkern u1="B" u2="Y" k="6" />
+<hkern u1="B" u2="W" k="6" />
+<hkern u1="B" u2="&#x2d;" k="23" />
+<hkern u1="B" u2="&#x27;" k="12" />
+<hkern u1="B" u2="&#x22;" k="12" />
+<hkern u1="B" u2="&#xf0;" k="16" />
+<hkern u1="B" u2="&#xdf;" k="27" />
+<hkern u1="B" u2="&#x7d;" k="27" />
+<hkern u1="B" u2="x" k="37" />
+<hkern u1="B" u2="v" k="29" />
+<hkern u1="B" u2="q" k="16" />
+<hkern u1="B" u2="m" k="27" />
+<hkern u1="B" u2="b" k="27" />
+<hkern u1="B" u2="]" k="14" />
+<hkern u1="B" u2="&#x3b;" k="12" />
+<hkern u1="B" u2="&#x3a;" k="12" />
+<hkern u1="B" u2="&#x2e;" k="18" />
+<hkern u1="B" u2="&#x2c;" k="18" />
+<hkern u1="B" u2="&#x29;" k="14" />
+<hkern u1="C" u2="&#xf0;" k="27" />
+<hkern u1="C" u2="&#xef;" k="-37" />
+<hkern u1="C" u2="&#xee;" k="-31" />
+<hkern u1="C" u2="&#xdf;" k="20" />
+<hkern u1="C" u2="x" k="37" />
+<hkern u1="C" u2="v" k="76" />
+<hkern u1="C" u2="q" k="23" />
+<hkern u1="C" u2="m" k="27" />
+<hkern u1="C" u2="b" k="14" />
+<hkern u1="C" u2="Q" k="6" />
+<hkern u1="C" u2="&#x3b;" k="12" />
+<hkern u1="C" u2="&#x3a;" k="12" />
+<hkern u1="D" u2="&#xf0;" k="18" />
+<hkern u1="D" u2="&#xdf;" k="25" />
+<hkern u1="D" u2="&#x7d;" k="57" />
+<hkern u1="D" u2="x" k="18" />
+<hkern u1="D" u2="q" k="23" />
+<hkern u1="D" u2="m" k="27" />
+<hkern u1="D" u2="b" k="25" />
+<hkern u1="D" u2="]" k="33" />
+<hkern u1="D" u2="X" k="18" />
+<hkern u1="D" u2="V" k="10" />
+<hkern u1="D" u2="&#x2f;" k="14" />
+<hkern u1="D" u2="&#x2e;" k="55" />
+<hkern u1="D" u2="&#x2c;" k="55" />
+<hkern u1="D" u2="&#x29;" k="37" />
+<hkern u1="E" u2="&#xf0;" k="39" />
+<hkern u1="E" u2="&#xef;" k="-18" />
+<hkern u1="E" u2="&#xdf;" k="25" />
+<hkern u1="E" u2="x" k="16" />
+<hkern u1="E" u2="v" k="39" />
+<hkern u1="E" u2="q" k="37" />
+<hkern u1="E" u2="m" k="27" />
+<hkern u1="E" u2="b" k="16" />
+<hkern u1="E" u2="Q" k="6" />
+<hkern u1="F" g2="uniFB02" k="49" />
+<hkern u1="F" g2="uniFB01" k="49" />
+<hkern u1="F" u2="&#x203a;" k="14" />
+<hkern u1="F" u2="&#x2039;" k="23" />
+<hkern u1="F" u2="&#x201e;" k="119" />
+<hkern u1="F" u2="&#x201a;" k="119" />
+<hkern u1="F" u2="&#x2014;" k="47" />
+<hkern u1="F" u2="&#x2013;" k="47" />
+<hkern u1="F" u2="&#x178;" k="-14" />
+<hkern u1="F" u2="&#x153;" k="70" />
+<hkern u1="F" u2="&#xff;" k="41" />
+<hkern u1="F" u2="&#xfe;" k="70" />
+<hkern u1="F" u2="&#xfd;" k="41" />
+<hkern u1="F" u2="&#xfc;" k="63" />
+<hkern u1="F" u2="&#xfb;" k="63" />
+<hkern u1="F" u2="&#xfa;" k="63" />
+<hkern u1="F" u2="&#xf9;" k="63" />
+<hkern u1="F" u2="&#xf8;" k="70" />
+<hkern u1="F" u2="&#xf6;" k="70" />
+<hkern u1="F" u2="&#xf5;" k="70" />
+<hkern u1="F" u2="&#xf4;" k="70" />
+<hkern u1="F" u2="&#xf3;" k="70" />
+<hkern u1="F" u2="&#xf2;" k="70" />
+<hkern u1="F" u2="&#xf1;" k="70" />
+<hkern u1="F" u2="&#xee;" k="31" />
+<hkern u1="F" u2="&#xed;" k="31" />
+<hkern u1="F" u2="&#xec;" k="31" />
+<hkern u1="F" u2="&#xeb;" k="68" />
+<hkern u1="F" u2="&#xea;" k="68" />
+<hkern u1="F" u2="&#xe9;" k="68" />
+<hkern u1="F" u2="&#xe8;" k="68" />
+<hkern u1="F" u2="&#xe7;" k="70" />
+<hkern u1="F" u2="&#xe6;" k="88" />
+<hkern u1="F" u2="&#xe5;" k="88" />
+<hkern u1="F" u2="&#xe4;" k="88" />
+<hkern u1="F" u2="&#xe3;" k="88" />
+<hkern u1="F" u2="&#xe2;" k="88" />
+<hkern u1="F" u2="&#xe1;" k="88" />
+<hkern u1="F" u2="&#xe0;" k="88" />
+<hkern u1="F" u2="&#xdd;" k="-14" />
+<hkern u1="F" u2="&#xc6;" k="84" />
+<hkern u1="F" u2="&#xc5;" k="45" />
+<hkern u1="F" u2="&#xc4;" k="45" />
+<hkern u1="F" u2="&#xc3;" k="45" />
+<hkern u1="F" u2="&#xc2;" k="45" />
+<hkern u1="F" u2="&#xc1;" k="45" />
+<hkern u1="F" u2="&#xc0;" k="45" />
+<hkern u1="F" u2="&#xbb;" k="14" />
+<hkern u1="F" u2="&#xab;" k="23" />
+<hkern u1="F" u2="z" k="76" />
+<hkern u1="F" u2="y" k="41" />
+<hkern u1="F" u2="w" k="49" />
+<hkern u1="F" u2="u" k="63" />
+<hkern u1="F" u2="t" k="51" />
+<hkern u1="F" u2="s" k="57" />
+<hkern u1="F" u2="r" k="70" />
+<hkern u1="F" u2="p" k="70" />
+<hkern u1="F" u2="o" k="70" />
+<hkern u1="F" u2="n" k="70" />
+<hkern u1="F" u2="l" k="29" />
+<hkern u1="F" u2="k" k="29" />
+<hkern u1="F" u2="j" k="33" />
+<hkern u1="F" u2="i" k="31" />
+<hkern u1="F" u2="h" k="29" />
+<hkern u1="F" u2="g" k="88" />
+<hkern u1="F" u2="f" k="49" />
+<hkern u1="F" u2="e" k="68" />
+<hkern u1="F" u2="d" k="66" />
+<hkern u1="F" u2="c" k="70" />
+<hkern u1="F" u2="a" k="88" />
+<hkern u1="F" u2="Y" k="-14" />
+<hkern u1="F" u2="J" k="215" />
+<hkern u1="F" u2="A" k="45" />
+<hkern u1="F" u2="&#x2d;" k="47" />
+<hkern u1="F" u2="&#xf0;" k="59" />
+<hkern u1="F" u2="&#xef;" k="-55" />
+<hkern u1="F" u2="&#xdf;" k="47" />
+<hkern u1="F" u2="x" k="68" />
+<hkern u1="F" u2="v" k="39" />
+<hkern u1="F" u2="q" k="68" />
+<hkern u1="F" u2="m" k="70" />
+<hkern u1="F" u2="b" k="29" />
+<hkern u1="F" u2="M" k="12" />
+<hkern u1="F" u2="&#x3b;" k="25" />
+<hkern u1="F" u2="&#x3a;" k="25" />
+<hkern u1="F" u2="&#x2f;" k="33" />
+<hkern u1="F" u2="&#x2e;" k="119" />
+<hkern u1="F" u2="&#x2c;" k="119" />
+<hkern u1="G" u2="&#xf0;" k="12" />
+<hkern u1="G" u2="&#xdf;" k="20" />
+<hkern u1="G" u2="&#x7d;" k="14" />
+<hkern u1="G" u2="x" k="25" />
+<hkern u1="G" u2="v" k="25" />
+<hkern u1="G" u2="q" k="12" />
+<hkern u1="G" u2="m" k="20" />
+<hkern u1="G" u2="b" k="16" />
+<hkern u1="G" u2="&#x2e;" k="10" />
+<hkern u1="G" u2="&#x2c;" k="10" />
+<hkern u1="G" u2="&#x2a;" k="10" />
+<hkern u1="H" u2="&#xf0;" k="37" />
+<hkern u1="H" u2="&#xdf;" k="27" />
+<hkern u1="H" u2="&#x7d;" k="12" />
+<hkern u1="H" u2="x" k="33" />
+<hkern u1="H" u2="v" k="31" />
+<hkern u1="H" u2="q" k="39" />
+<hkern u1="H" u2="m" k="27" />
+<hkern u1="H" u2="b" k="29" />
+<hkern u1="H" u2="&#x3b;" k="14" />
+<hkern u1="H" u2="&#x3a;" k="14" />
+<hkern u1="H" u2="&#x2f;" k="10" />
+<hkern u1="H" u2="&#x2e;" k="23" />
+<hkern u1="H" u2="&#x2c;" k="23" />
+<hkern u1="H" u2="&#x2a;" k="12" />
+<hkern u1="I" u2="&#xf0;" k="37" />
+<hkern u1="I" u2="&#xdf;" k="27" />
+<hkern u1="I" u2="&#x7d;" k="12" />
+<hkern u1="I" u2="x" k="33" />
+<hkern u1="I" u2="v" k="31" />
+<hkern u1="I" u2="q" k="39" />
+<hkern u1="I" u2="m" k="27" />
+<hkern u1="I" u2="b" k="29" />
+<hkern u1="I" u2="&#x3b;" k="14" />
+<hkern u1="I" u2="&#x3a;" k="14" />
+<hkern u1="I" u2="&#x2f;" k="10" />
+<hkern u1="I" u2="&#x2e;" k="23" />
+<hkern u1="I" u2="&#x2c;" k="23" />
+<hkern u1="I" u2="&#x2a;" k="12" />
+<hkern u1="K" u2="&#xf0;" k="74" />
+<hkern u1="K" u2="&#xef;" k="-31" />
+<hkern u1="K" u2="&#xdf;" k="45" />
+<hkern u1="K" u2="&#xde;" k="10" />
+<hkern u1="K" u2="x" k="10" />
+<hkern u1="K" u2="v" k="100" />
+<hkern u1="K" u2="q" k="61" />
+<hkern u1="K" u2="m" k="43" />
+<hkern u1="K" u2="b" k="37" />
+<hkern u1="K" u2="Q" k="74" />
+<hkern u1="K" u2="P" k="10" />
+<hkern u1="K" u2="F" k="10" />
+<hkern u1="K" u2="B" k="10" />
+<hkern u1="L" u2="&#xf0;" k="14" />
+<hkern u1="L" u2="&#xb7;" k="82" />
+<hkern u1="L" u2="&#x7d;" k="59" />
+<hkern u1="L" u2="v" k="41" />
+<hkern u1="L" u2="]" k="31" />
+<hkern u1="L" u2="\" k="47" />
+<hkern u1="L" u2="V" k="154" />
+<hkern u1="L" u2="Q" k="20" />
+<hkern u1="L" u2="&#x3f;" k="12" />
+<hkern u1="L" u2="&#x2a;" k="96" />
+<hkern u1="M" g2="uniFB02" k="29" />
+<hkern u1="M" g2="uniFB01" k="29" />
+<hkern u1="M" u2="&#x201d;" k="25" />
+<hkern u1="M" u2="&#x2019;" k="25" />
+<hkern u1="M" u2="&#x2014;" k="31" />
+<hkern u1="M" u2="&#x2013;" k="31" />
+<hkern u1="M" u2="&#x178;" k="35" />
+<hkern u1="M" u2="&#x153;" k="18" />
+<hkern u1="M" u2="&#xff;" k="35" />
+<hkern u1="M" u2="&#xfe;" k="18" />
+<hkern u1="M" u2="&#xfd;" k="35" />
+<hkern u1="M" u2="&#xfc;" k="23" />
+<hkern u1="M" u2="&#xfb;" k="23" />
+<hkern u1="M" u2="&#xfa;" k="23" />
+<hkern u1="M" u2="&#xf9;" k="23" />
+<hkern u1="M" u2="&#xf8;" k="18" />
+<hkern u1="M" u2="&#xf6;" k="18" />
+<hkern u1="M" u2="&#xf5;" k="18" />
+<hkern u1="M" u2="&#xf4;" k="18" />
+<hkern u1="M" u2="&#xf3;" k="18" />
+<hkern u1="M" u2="&#xf2;" k="18" />
+<hkern u1="M" u2="&#xf1;" k="18" />
+<hkern u1="M" u2="&#xef;" k="18" />
+<hkern u1="M" u2="&#xee;" k="18" />
+<hkern u1="M" u2="&#xed;" k="18" />
+<hkern u1="M" u2="&#xec;" k="18" />
+<hkern u1="M" u2="&#xeb;" k="16" />
+<hkern u1="M" u2="&#xea;" k="16" />
+<hkern u1="M" u2="&#xe9;" k="16" />
+<hkern u1="M" u2="&#xe8;" k="16" />
+<hkern u1="M" u2="&#xe7;" k="18" />
+<hkern u1="M" u2="&#xe6;" k="12" />
+<hkern u1="M" u2="&#xe5;" k="12" />
+<hkern u1="M" u2="&#xe4;" k="12" />
+<hkern u1="M" u2="&#xe3;" k="12" />
+<hkern u1="M" u2="&#xe2;" k="12" />
+<hkern u1="M" u2="&#xe1;" k="12" />
+<hkern u1="M" u2="&#xe0;" k="12" />
+<hkern u1="M" u2="&#xdd;" k="35" />
+<hkern u1="M" u2="z" k="10" />
+<hkern u1="M" u2="y" k="35" />
+<hkern u1="M" u2="w" k="33" />
+<hkern u1="M" u2="u" k="23" />
+<hkern u1="M" u2="t" k="31" />
+<hkern u1="M" u2="s" k="12" />
+<hkern u1="M" u2="r" k="18" />
+<hkern u1="M" u2="p" k="18" />
+<hkern u1="M" u2="o" k="18" />
+<hkern u1="M" u2="n" k="18" />
+<hkern u1="M" u2="l" k="18" />
+<hkern u1="M" u2="k" k="18" />
+<hkern u1="M" u2="j" k="18" />
+<hkern u1="M" u2="i" k="18" />
+<hkern u1="M" u2="h" k="18" />
+<hkern u1="M" u2="g" k="10" />
+<hkern u1="M" u2="f" k="29" />
+<hkern u1="M" u2="e" k="16" />
+<hkern u1="M" u2="d" k="16" />
+<hkern u1="M" u2="c" k="18" />
+<hkern u1="M" u2="a" k="12" />
+<hkern u1="M" u2="Y" k="35" />
+<hkern u1="M" u2="W" k="18" />
+<hkern u1="M" u2="T" k="29" />
+<hkern u1="M" u2="J" k="-6" />
+<hkern u1="M" u2="&#x2d;" k="31" />
+<hkern u1="M" u2="&#x27;" k="31" />
+<hkern u1="M" u2="&#x22;" k="31" />
+<hkern u1="M" u2="&#xf0;" k="18" />
+<hkern u1="M" u2="&#xdf;" k="18" />
+<hkern u1="M" u2="&#x7d;" k="23" />
+<hkern u1="M" u2="x" k="12" />
+<hkern u1="M" u2="v" k="33" />
+<hkern u1="M" u2="q" k="16" />
+<hkern u1="M" u2="m" k="18" />
+<hkern u1="M" u2="b" k="18" />
+<hkern u1="M" u2="]" k="14" />
+<hkern u1="M" u2="\" k="16" />
+<hkern u1="M" u2="V" k="27" />
+<hkern u1="M" u2="&#x2a;" k="29" />
+<hkern u1="N" u2="&#xf0;" k="39" />
+<hkern u1="N" u2="&#xdf;" k="27" />
+<hkern u1="N" u2="&#x7d;" k="12" />
+<hkern u1="N" u2="x" k="33" />
+<hkern u1="N" u2="v" k="31" />
+<hkern u1="N" u2="q" k="39" />
+<hkern u1="N" u2="m" k="27" />
+<hkern u1="N" u2="b" k="29" />
+<hkern u1="N" u2="&#x3b;" k="12" />
+<hkern u1="N" u2="&#x3a;" k="12" />
+<hkern u1="N" u2="&#x2f;" k="10" />
+<hkern u1="N" u2="&#x2e;" k="23" />
+<hkern u1="N" u2="&#x2c;" k="23" />
+<hkern u1="N" u2="&#x2a;" k="12" />
+<hkern u1="O" u2="&#xf0;" k="18" />
+<hkern u1="O" u2="&#xdf;" k="23" />
+<hkern u1="O" u2="&#x7d;" k="55" />
+<hkern u1="O" u2="x" k="18" />
+<hkern u1="O" u2="q" k="20" />
+<hkern u1="O" u2="m" k="25" />
+<hkern u1="O" u2="b" k="23" />
+<hkern u1="O" u2="]" k="29" />
+<hkern u1="O" u2="X" k="16" />
+<hkern u1="O" u2="V" k="8" />
+<hkern u1="O" u2="&#x2f;" k="12" />
+<hkern u1="O" u2="&#x2e;" k="53" />
+<hkern u1="O" u2="&#x2c;" k="53" />
+<hkern u1="O" u2="&#x29;" k="35" />
+<hkern u1="P" g2="uniFB02" k="8" />
+<hkern u1="P" g2="uniFB01" k="8" />
+<hkern u1="P" u2="&#x2039;" k="35" />
+<hkern u1="P" u2="&#x201e;" k="127" />
+<hkern u1="P" u2="&#x201a;" k="127" />
+<hkern u1="P" u2="&#x2014;" k="57" />
+<hkern u1="P" u2="&#x2013;" k="57" />
+<hkern u1="P" u2="&#x153;" k="80" />
+<hkern u1="P" u2="&#xfe;" k="47" />
+<hkern u1="P" u2="&#xfc;" k="41" />
+<hkern u1="P" u2="&#xfb;" k="41" />
+<hkern u1="P" u2="&#xfa;" k="41" />
+<hkern u1="P" u2="&#xf9;" k="41" />
+<hkern u1="P" u2="&#xf8;" k="80" />
+<hkern u1="P" u2="&#xf6;" k="80" />
+<hkern u1="P" u2="&#xf5;" k="80" />
+<hkern u1="P" u2="&#xf4;" k="80" />
+<hkern u1="P" u2="&#xf3;" k="80" />
+<hkern u1="P" u2="&#xf2;" k="80" />
+<hkern u1="P" u2="&#xf1;" k="45" />
+<hkern u1="P" u2="&#xed;" k="29" />
+<hkern u1="P" u2="&#xec;" k="29" />
+<hkern u1="P" u2="&#xeb;" k="80" />
+<hkern u1="P" u2="&#xea;" k="80" />
+<hkern u1="P" u2="&#xe9;" k="80" />
+<hkern u1="P" u2="&#xe8;" k="80" />
+<hkern u1="P" u2="&#xe7;" k="80" />
+<hkern u1="P" u2="&#xe6;" k="55" />
+<hkern u1="P" u2="&#xe5;" k="55" />
+<hkern u1="P" u2="&#xe4;" k="55" />
+<hkern u1="P" u2="&#xe3;" k="55" />
+<hkern u1="P" u2="&#xe2;" k="55" />
+<hkern u1="P" u2="&#xe1;" k="55" />
+<hkern u1="P" u2="&#xe0;" k="55" />
+<hkern u1="P" u2="&#xc6;" k="104" />
+<hkern u1="P" u2="&#xc5;" k="61" />
+<hkern u1="P" u2="&#xc4;" k="61" />
+<hkern u1="P" u2="&#xc3;" k="61" />
+<hkern u1="P" u2="&#xc2;" k="61" />
+<hkern u1="P" u2="&#xc1;" k="61" />
+<hkern u1="P" u2="&#xc0;" k="61" />
+<hkern u1="P" u2="&#xab;" k="35" />
+<hkern u1="P" u2="z" k="25" />
+<hkern u1="P" u2="w" k="14" />
+<hkern u1="P" u2="u" k="41" />
+<hkern u1="P" u2="t" k="10" />
+<hkern u1="P" u2="s" k="45" />
+<hkern u1="P" u2="r" k="45" />
+<hkern u1="P" u2="p" k="47" />
+<hkern u1="P" u2="o" k="80" />
+<hkern u1="P" u2="n" k="45" />
+<hkern u1="P" u2="l" k="18" />
+<hkern u1="P" u2="k" k="18" />
+<hkern u1="P" u2="j" k="29" />
+<hkern u1="P" u2="i" k="29" />
+<hkern u1="P" u2="h" k="18" />
+<hkern u1="P" u2="g" k="82" />
+<hkern u1="P" u2="f" k="8" />
+<hkern u1="P" u2="e" k="80" />
+<hkern u1="P" u2="d" k="80" />
+<hkern u1="P" u2="c" k="80" />
+<hkern u1="P" u2="a" k="55" />
+<hkern u1="P" u2="Z" k="10" />
+<hkern u1="P" u2="J" k="193" />
+<hkern u1="P" u2="A" k="61" />
+<hkern u1="P" u2="&#x2d;" k="57" />
+<hkern u1="P" u2="&#xf0;" k="63" />
+<hkern u1="P" u2="&#xef;" k="-2" />
+<hkern u1="P" u2="&#xee;" k="-27" />
+<hkern u1="P" u2="&#xdf;" k="23" />
+<hkern u1="P" u2="&#x7d;" k="10" />
+<hkern u1="P" u2="x" k="18" />
+<hkern u1="P" u2="q" k="80" />
+<hkern u1="P" u2="m" k="45" />
+<hkern u1="P" u2="b" k="18" />
+<hkern u1="P" u2="X" k="8" />
+<hkern u1="P" u2="M" k="10" />
+<hkern u1="P" u2="&#x3b;" k="12" />
+<hkern u1="P" u2="&#x3a;" k="12" />
+<hkern u1="P" u2="&#x2f;" k="31" />
+<hkern u1="P" u2="&#x2e;" k="127" />
+<hkern u1="P" u2="&#x2c;" k="127" />
+<hkern u1="P" u2="&#x29;" k="10" />
+<hkern u1="Q" u2="&#x201e;" k="53" />
+<hkern u1="Q" u2="&#x201a;" k="53" />
+<hkern u1="Q" u2="&#x2014;" k="23" />
+<hkern u1="Q" u2="&#x2013;" k="23" />
+<hkern u1="Q" u2="&#x178;" k="25" />
+<hkern u1="Q" u2="&#x153;" k="23" />
+<hkern u1="Q" u2="&#xfe;" k="27" />
+<hkern u1="Q" u2="&#xfc;" k="23" />
+<hkern u1="Q" u2="&#xfb;" k="23" />
+<hkern u1="Q" u2="&#xfa;" k="23" />
+<hkern u1="Q" u2="&#xf9;" k="23" />
+<hkern u1="Q" u2="&#xf8;" k="23" />
+<hkern u1="Q" u2="&#xf6;" k="23" />
+<hkern u1="Q" u2="&#xf5;" k="23" />
+<hkern u1="Q" u2="&#xf4;" k="23" />
+<hkern u1="Q" u2="&#xf3;" k="23" />
+<hkern u1="Q" u2="&#xf2;" k="23" />
+<hkern u1="Q" u2="&#xf1;" k="25" />
+<hkern u1="Q" u2="&#xef;" k="25" />
+<hkern u1="Q" u2="&#xee;" k="25" />
+<hkern u1="Q" u2="&#xed;" k="25" />
+<hkern u1="Q" u2="&#xec;" k="25" />
+<hkern u1="Q" u2="&#xeb;" k="20" />
+<hkern u1="Q" u2="&#xea;" k="20" />
+<hkern u1="Q" u2="&#xe9;" k="20" />
+<hkern u1="Q" u2="&#xe8;" k="20" />
+<hkern u1="Q" u2="&#xe7;" k="23" />
+<hkern u1="Q" u2="&#xe6;" k="29" />
+<hkern u1="Q" u2="&#xe5;" k="29" />
+<hkern u1="Q" u2="&#xe4;" k="29" />
+<hkern u1="Q" u2="&#xe3;" k="29" />
+<hkern u1="Q" u2="&#xe2;" k="29" />
+<hkern u1="Q" u2="&#xe1;" k="29" />
+<hkern u1="Q" u2="&#xe0;" k="29" />
+<hkern u1="Q" u2="&#xdd;" k="25" />
+<hkern u1="Q" u2="&#xc6;" k="14" />
+<hkern u1="Q" u2="&#xc5;" k="8" />
+<hkern u1="Q" u2="&#xc4;" k="8" />
+<hkern u1="Q" u2="&#xc3;" k="8" />
+<hkern u1="Q" u2="&#xc2;" k="8" />
+<hkern u1="Q" u2="&#xc1;" k="8" />
+<hkern u1="Q" u2="&#xc0;" k="8" />
+<hkern u1="Q" u2="z" k="20" />
+<hkern u1="Q" u2="w" k="10" />
+<hkern u1="Q" u2="u" k="23" />
+<hkern u1="Q" u2="t" k="8" />
+<hkern u1="Q" u2="s" k="18" />
+<hkern u1="Q" u2="r" k="25" />
+<hkern u1="Q" u2="p" k="27" />
+<hkern u1="Q" u2="o" k="23" />
+<hkern u1="Q" u2="n" k="25" />
+<hkern u1="Q" u2="l" k="23" />
+<hkern u1="Q" u2="k" k="23" />
+<hkern u1="Q" u2="j" k="27" />
+<hkern u1="Q" u2="i" k="25" />
+<hkern u1="Q" u2="h" k="23" />
+<hkern u1="Q" u2="g" k="37" />
+<hkern u1="Q" u2="e" k="20" />
+<hkern u1="Q" u2="d" k="20" />
+<hkern u1="Q" u2="c" k="23" />
+<hkern u1="Q" u2="a" k="29" />
+<hkern u1="Q" u2="Z" k="16" />
+<hkern u1="Q" u2="Y" k="25" />
+<hkern u1="Q" u2="W" k="8" />
+<hkern u1="Q" u2="T" k="25" />
+<hkern u1="Q" u2="J" k="14" />
+<hkern u1="Q" u2="A" k="8" />
+<hkern u1="Q" u2="&#x2d;" k="23" />
+<hkern u1="Q" u2="&#x27;" k="16" />
+<hkern u1="Q" u2="&#x22;" k="16" />
+<hkern u1="Q" u2="&#xf0;" k="18" />
+<hkern u1="Q" u2="&#xdf;" k="23" />
+<hkern u1="Q" u2="&#x7d;" k="53" />
+<hkern u1="Q" u2="x" k="18" />
+<hkern u1="Q" u2="q" k="20" />
+<hkern u1="Q" u2="m" k="25" />
+<hkern u1="Q" u2="b" k="23" />
+<hkern u1="Q" u2="]" k="31" />
+<hkern u1="Q" u2="X" k="16" />
+<hkern u1="Q" u2="V" k="8" />
+<hkern u1="Q" u2="&#x2f;" k="12" />
+<hkern u1="Q" u2="&#x2e;" k="53" />
+<hkern u1="Q" u2="&#x2c;" k="53" />
+<hkern u1="Q" u2="&#x29;" k="35" />
+<hkern u1="R" u2="&#xf0;" k="59" />
+<hkern u1="R" u2="&#xee;" k="-2" />
+<hkern u1="R" u2="&#xdf;" k="33" />
+<hkern u1="R" u2="&#x7d;" k="20" />
+<hkern u1="R" u2="x" k="23" />
+<hkern u1="R" u2="v" k="27" />
+<hkern u1="R" u2="q" k="61" />
+<hkern u1="R" u2="m" k="45" />
+<hkern u1="R" u2="b" k="29" />
+<hkern u1="R" u2="]" k="12" />
+<hkern u1="R" u2="&#x2e;" k="12" />
+<hkern u1="R" u2="&#x2c;" k="12" />
+<hkern u1="S" u2="&#xdf;" k="16" />
+<hkern u1="S" u2="&#x7d;" k="10" />
+<hkern u1="S" u2="x" k="29" />
+<hkern u1="S" u2="v" k="29" />
+<hkern u1="S" u2="m" k="16" />
+<hkern u1="S" u2="b" k="16" />
+<hkern u1="S" u2="&#x2e;" k="10" />
+<hkern u1="S" u2="&#x2c;" k="10" />
+<hkern u1="S" u2="&#x2a;" k="14" />
+<hkern u1="T" u2="&#xfe;" k="109" />
+<hkern u1="T" u2="&#xf0;" k="80" />
+<hkern u1="T" u2="&#xef;" k="-111" />
+<hkern u1="T" u2="&#xee;" k="-2" />
+<hkern u1="T" u2="&#xec;" k="-37" />
+<hkern u1="T" u2="&#xe4;" k="111" />
+<hkern u1="T" u2="&#xe3;" k="109" />
+<hkern u1="T" u2="&#xdf;" k="68" />
+<hkern u1="T" u2="x" k="84" />
+<hkern u1="T" u2="v" k="82" />
+<hkern u1="T" u2="q" k="141" />
+<hkern u1="T" u2="m" k="121" />
+<hkern u1="T" u2="b" k="18" />
+<hkern u1="T" u2="V" k="-55" />
+<hkern u1="T" u2="Q" k="25" />
+<hkern u1="T" u2="M" k="29" />
+<hkern u1="T" u2="&#x40;" k="29" />
+<hkern u1="T" u2="&#x3b;" k="49" />
+<hkern u1="T" u2="&#x3a;" k="49" />
+<hkern u1="T" u2="&#x2f;" k="47" />
+<hkern u1="T" u2="&#x2e;" k="63" />
+<hkern u1="T" u2="&#x2c;" k="63" />
+<hkern u1="U" u2="&#xf0;" k="39" />
+<hkern u1="U" u2="&#xef;" k="27" />
+<hkern u1="U" u2="&#xdf;" k="45" />
+<hkern u1="U" u2="&#x7d;" k="10" />
+<hkern u1="U" u2="x" k="43" />
+<hkern u1="U" u2="v" k="27" />
+<hkern u1="U" u2="q" k="43" />
+<hkern u1="U" u2="m" k="43" />
+<hkern u1="U" u2="b" k="45" />
+<hkern u1="U" u2="X" k="6" />
+<hkern u1="U" u2="&#x3b;" k="18" />
+<hkern u1="U" u2="&#x3a;" k="18" />
+<hkern u1="U" u2="&#x2f;" k="20" />
+<hkern u1="U" u2="&#x2e;" k="51" />
+<hkern u1="U" u2="&#x2c;" k="51" />
+<hkern u1="V" g2="uniFB02" k="53" />
+<hkern u1="V" g2="uniFB01" k="53" />
+<hkern u1="V" u2="&#x203a;" k="25" />
+<hkern u1="V" u2="&#x2039;" k="72" />
+<hkern u1="V" u2="&#x201e;" k="84" />
+<hkern u1="V" u2="&#x201a;" k="84" />
+<hkern u1="V" u2="&#x2014;" k="68" />
+<hkern u1="V" u2="&#x2013;" k="68" />
+<hkern u1="V" u2="&#x178;" k="-33" />
+<hkern u1="V" u2="&#x153;" k="160" />
+<hkern u1="V" u2="&#x152;" k="8" />
+<hkern u1="V" u2="&#xff;" k="43" />
+<hkern u1="V" u2="&#xfd;" k="43" />
+<hkern u1="V" u2="&#xfc;" k="80" />
+<hkern u1="V" u2="&#xfb;" k="80" />
+<hkern u1="V" u2="&#xfa;" k="80" />
+<hkern u1="V" u2="&#xf9;" k="80" />
+<hkern u1="V" u2="&#xf8;" k="160" />
+<hkern u1="V" u2="&#xf5;" k="160" />
+<hkern u1="V" u2="&#xf4;" k="160" />
+<hkern u1="V" u2="&#xf3;" k="160" />
+<hkern u1="V" u2="&#xf2;" k="160" />
+<hkern u1="V" u2="&#xf1;" k="113" />
+<hkern u1="V" u2="&#xed;" k="16" />
+<hkern u1="V" u2="&#xea;" k="158" />
+<hkern u1="V" u2="&#xe9;" k="158" />
+<hkern u1="V" u2="&#xe8;" k="158" />
+<hkern u1="V" u2="&#xe7;" k="162" />
+<hkern u1="V" u2="&#xe6;" k="188" />
+<hkern u1="V" u2="&#xe5;" k="188" />
+<hkern u1="V" u2="&#xe1;" k="188" />
+<hkern u1="V" u2="&#xe0;" k="188" />
+<hkern u1="V" u2="&#xdd;" k="-33" />
+<hkern u1="V" u2="&#xd8;" k="8" />
+<hkern u1="V" u2="&#xd6;" k="8" />
+<hkern u1="V" u2="&#xd5;" k="8" />
+<hkern u1="V" u2="&#xd4;" k="8" />
+<hkern u1="V" u2="&#xd3;" k="8" />
+<hkern u1="V" u2="&#xd2;" k="8" />
+<hkern u1="V" u2="&#xc7;" k="8" />
+<hkern u1="V" u2="&#xc6;" k="137" />
+<hkern u1="V" u2="&#xc5;" k="82" />
+<hkern u1="V" u2="&#xc4;" k="82" />
+<hkern u1="V" u2="&#xc3;" k="82" />
+<hkern u1="V" u2="&#xc2;" k="82" />
+<hkern u1="V" u2="&#xc1;" k="82" />
+<hkern u1="V" u2="&#xc0;" k="82" />
+<hkern u1="V" u2="&#xbb;" k="25" />
+<hkern u1="V" u2="&#xab;" k="72" />
+<hkern u1="V" u2="z" k="80" />
+<hkern u1="V" u2="y" k="43" />
+<hkern u1="V" u2="w" k="66" />
+<hkern u1="V" u2="u" k="80" />
+<hkern u1="V" u2="t" k="51" />
+<hkern u1="V" u2="s" k="174" />
+<hkern u1="V" u2="r" k="113" />
+<hkern u1="V" u2="p" k="115" />
+<hkern u1="V" u2="o" k="160" />
+<hkern u1="V" u2="n" k="113" />
+<hkern u1="V" u2="l" k="18" />
+<hkern u1="V" u2="k" k="18" />
+<hkern u1="V" u2="j" k="16" />
+<hkern u1="V" u2="i" k="16" />
+<hkern u1="V" u2="h" k="18" />
+<hkern u1="V" u2="g" k="168" />
+<hkern u1="V" u2="f" k="53" />
+<hkern u1="V" u2="e" k="158" />
+<hkern u1="V" u2="d" k="156" />
+<hkern u1="V" u2="c" k="162" />
+<hkern u1="V" u2="a" k="188" />
+<hkern u1="V" u2="Y" k="-33" />
+<hkern u1="V" u2="T" k="-55" />
+<hkern u1="V" u2="O" k="8" />
+<hkern u1="V" u2="J" k="117" />
+<hkern u1="V" u2="G" k="8" />
+<hkern u1="V" u2="C" k="8" />
+<hkern u1="V" u2="A" k="82" />
+<hkern u1="V" u2="&#x2d;" k="68" />
+<hkern u1="V" u2="&#xfe;" k="74" />
+<hkern u1="V" u2="&#xf6;" k="141" />
+<hkern u1="V" u2="&#xf0;" k="80" />
+<hkern u1="V" u2="&#xef;" k="-102" />
+<hkern u1="V" u2="&#xee;" k="-37" />
+<hkern u1="V" u2="&#xec;" k="-31" />
+<hkern u1="V" u2="&#xeb;" k="135" />
+<hkern u1="V" u2="&#xe4;" k="127" />
+<hkern u1="V" u2="&#xe3;" k="129" />
+<hkern u1="V" u2="&#xe2;" k="164" />
+<hkern u1="V" u2="&#xdf;" k="53" />
+<hkern u1="V" u2="&#x7d;" k="-12" />
+<hkern u1="V" u2="x" k="72" />
+<hkern u1="V" u2="v" k="45" />
+<hkern u1="V" u2="q" k="158" />
+<hkern u1="V" u2="m" k="113" />
+<hkern u1="V" u2="b" k="18" />
+<hkern u1="V" u2="]" k="-12" />
+<hkern u1="V" u2="\" k="-12" />
+<hkern u1="V" u2="Q" k="8" />
+<hkern u1="V" u2="M" k="29" />
+<hkern u1="V" u2="&#x40;" k="20" />
+<hkern u1="V" u2="&#x3b;" k="41" />
+<hkern u1="V" u2="&#x3a;" k="41" />
+<hkern u1="V" u2="&#x2f;" k="51" />
+<hkern u1="V" u2="&#x2e;" k="84" />
+<hkern u1="V" u2="&#x2c;" k="84" />
+<hkern u1="W" u2="&#xf0;" k="80" />
+<hkern u1="W" u2="&#xef;" k="-47" />
+<hkern u1="W" u2="&#xee;" k="-4" />
+<hkern u1="W" u2="&#xdf;" k="61" />
+<hkern u1="W" u2="&#xde;" k="6" />
+<hkern u1="W" u2="x" k="74" />
+<hkern u1="W" u2="v" k="49" />
+<hkern u1="W" u2="q" k="104" />
+<hkern u1="W" u2="m" k="90" />
+<hkern u1="W" u2="b" k="33" />
+<hkern u1="W" u2="Q" k="8" />
+<hkern u1="W" u2="P" k="6" />
+<hkern u1="W" u2="M" k="18" />
+<hkern u1="W" u2="F" k="6" />
+<hkern u1="W" u2="B" k="6" />
+<hkern u1="W" u2="&#x40;" k="14" />
+<hkern u1="W" u2="&#x3b;" k="39" />
+<hkern u1="W" u2="&#x3a;" k="39" />
+<hkern u1="W" u2="&#x2f;" k="43" />
+<hkern u1="W" u2="&#x2e;" k="74" />
+<hkern u1="W" u2="&#x2c;" k="74" />
+<hkern u1="X" g2="uniFB02" k="66" />
+<hkern u1="X" g2="uniFB01" k="66" />
+<hkern u1="X" u2="&#x2039;" k="16" />
+<hkern u1="X" u2="&#x2014;" k="66" />
+<hkern u1="X" u2="&#x2013;" k="66" />
+<hkern u1="X" u2="&#x153;" k="45" />
+<hkern u1="X" u2="&#x152;" k="16" />
+<hkern u1="X" u2="&#xff;" k="80" />
+<hkern u1="X" u2="&#xfe;" k="35" />
+<hkern u1="X" u2="&#xfd;" k="80" />
+<hkern u1="X" u2="&#xfc;" k="51" />
+<hkern u1="X" u2="&#xfb;" k="51" />
+<hkern u1="X" u2="&#xfa;" k="51" />
+<hkern u1="X" u2="&#xf9;" k="51" />
+<hkern u1="X" u2="&#xf8;" k="45" />
+<hkern u1="X" u2="&#xf6;" k="45" />
+<hkern u1="X" u2="&#xf5;" k="45" />
+<hkern u1="X" u2="&#xf4;" k="45" />
+<hkern u1="X" u2="&#xf3;" k="45" />
+<hkern u1="X" u2="&#xf2;" k="45" />
+<hkern u1="X" u2="&#xf1;" k="35" />
+<hkern u1="X" u2="&#xee;" k="25" />
+<hkern u1="X" u2="&#xed;" k="25" />
+<hkern u1="X" u2="&#xec;" k="25" />
+<hkern u1="X" u2="&#xeb;" k="43" />
+<hkern u1="X" u2="&#xea;" k="43" />
+<hkern u1="X" u2="&#xe9;" k="43" />
+<hkern u1="X" u2="&#xe8;" k="43" />
+<hkern u1="X" u2="&#xe7;" k="45" />
+<hkern u1="X" u2="&#xe6;" k="25" />
+<hkern u1="X" u2="&#xe5;" k="25" />
+<hkern u1="X" u2="&#xe4;" k="25" />
+<hkern u1="X" u2="&#xe3;" k="25" />
+<hkern u1="X" u2="&#xe2;" k="25" />
+<hkern u1="X" u2="&#xe1;" k="25" />
+<hkern u1="X" u2="&#xe0;" k="25" />
+<hkern u1="X" u2="&#xdc;" k="6" />
+<hkern u1="X" u2="&#xdb;" k="6" />
+<hkern u1="X" u2="&#xda;" k="6" />
+<hkern u1="X" u2="&#xd9;" k="6" />
+<hkern u1="X" u2="&#xd8;" k="16" />
+<hkern u1="X" u2="&#xd6;" k="16" />
+<hkern u1="X" u2="&#xd5;" k="16" />
+<hkern u1="X" u2="&#xd4;" k="16" />
+<hkern u1="X" u2="&#xd3;" k="16" />
+<hkern u1="X" u2="&#xd2;" k="16" />
+<hkern u1="X" u2="&#xc7;" k="16" />
+<hkern u1="X" u2="&#xab;" k="16" />
+<hkern u1="X" u2="z" k="16" />
+<hkern u1="X" u2="y" k="80" />
+<hkern u1="X" u2="w" k="80" />
+<hkern u1="X" u2="u" k="51" />
+<hkern u1="X" u2="t" k="66" />
+<hkern u1="X" u2="s" k="25" />
+<hkern u1="X" u2="r" k="35" />
+<hkern u1="X" u2="p" k="35" />
+<hkern u1="X" u2="o" k="45" />
+<hkern u1="X" u2="n" k="35" />
+<hkern u1="X" u2="l" k="29" />
+<hkern u1="X" u2="k" k="29" />
+<hkern u1="X" u2="j" k="25" />
+<hkern u1="X" u2="i" k="25" />
+<hkern u1="X" u2="h" k="29" />
+<hkern u1="X" u2="g" k="14" />
+<hkern u1="X" u2="f" k="66" />
+<hkern u1="X" u2="e" k="43" />
+<hkern u1="X" u2="d" k="43" />
+<hkern u1="X" u2="c" k="45" />
+<hkern u1="X" u2="a" k="25" />
+<hkern u1="X" u2="U" k="6" />
+<hkern u1="X" u2="O" k="16" />
+<hkern u1="X" u2="J" k="-10" />
+<hkern u1="X" u2="G" k="16" />
+<hkern u1="X" u2="C" k="16" />
+<hkern u1="X" u2="&#x2d;" k="66" />
+<hkern u1="X" u2="&#xf0;" k="49" />
+<hkern u1="X" u2="&#xef;" k="-18" />
+<hkern u1="X" u2="&#xdf;" k="35" />
+<hkern u1="X" u2="x" k="16" />
+<hkern u1="X" u2="v" k="80" />
+<hkern u1="X" u2="q" k="43" />
+<hkern u1="X" u2="m" k="35" />
+<hkern u1="X" u2="b" k="29" />
+<hkern u1="X" u2="Q" k="16" />
+<hkern u1="Y" u2="&#xfe;" k="70" />
+<hkern u1="Y" u2="&#xfc;" k="147" />
+<hkern u1="Y" u2="&#xf6;" k="139" />
+<hkern u1="Y" u2="&#xf5;" k="174" />
+<hkern u1="Y" u2="&#xf0;" k="80" />
+<hkern u1="Y" u2="&#xef;" k="-113" />
+<hkern u1="Y" u2="&#xee;" k="-8" />
+<hkern u1="Y" u2="&#xec;" k="-31" />
+<hkern u1="Y" u2="&#xeb;" k="135" />
+<hkern u1="Y" u2="&#xe5;" k="180" />
+<hkern u1="Y" u2="&#xe4;" k="115" />
+<hkern u1="Y" u2="&#xe3;" k="125" />
+<hkern u1="Y" u2="&#xe2;" k="195" />
+<hkern u1="Y" u2="&#xdf;" k="70" />
+<hkern u1="Y" u2="&#x7d;" k="-27" />
+<hkern u1="Y" u2="x" k="84" />
+<hkern u1="Y" u2="v" k="80" />
+<hkern u1="Y" u2="q" k="217" />
+<hkern u1="Y" u2="m" k="164" />
+<hkern u1="Y" u2="b" k="18" />
+<hkern u1="Y" u2="]" k="-27" />
+<hkern u1="Y" u2="\" k="-27" />
+<hkern u1="Y" u2="V" k="-35" />
+<hkern u1="Y" u2="Q" k="25" />
+<hkern u1="Y" u2="M" k="35" />
+<hkern u1="Y" u2="&#x40;" k="39" />
+<hkern u1="Y" u2="&#x3b;" k="55" />
+<hkern u1="Y" u2="&#x3a;" k="55" />
+<hkern u1="Y" u2="&#x2f;" k="59" />
+<hkern u1="Y" u2="&#x2e;" k="76" />
+<hkern u1="Y" u2="&#x2c;" k="76" />
+<hkern u1="Y" u2="&#x29;" k="-14" />
+<hkern u1="Z" u2="&#xf0;" k="63" />
+<hkern u1="Z" u2="&#xef;" k="-55" />
+<hkern u1="Z" u2="&#xee;" k="-2" />
+<hkern u1="Z" u2="&#xec;" k="-2" />
+<hkern u1="Z" u2="&#xdf;" k="37" />
+<hkern u1="Z" u2="x" k="25" />
+<hkern u1="Z" u2="v" k="74" />
+<hkern u1="Z" u2="q" k="53" />
+<hkern u1="Z" u2="m" k="39" />
+<hkern u1="Z" u2="b" k="25" />
+<hkern u1="Z" u2="Q" k="16" />
+<hkern u1="Z" u2="&#x3b;" k="10" />
+<hkern u1="Z" u2="&#x3a;" k="10" />
+<hkern u1="[" g2="uniFB02" k="31" />
+<hkern u1="[" g2="uniFB01" k="31" />
+<hkern u1="[" u2="&#x178;" k="-25" />
+<hkern u1="[" u2="&#x153;" k="63" />
+<hkern u1="[" u2="&#x152;" k="31" />
+<hkern u1="[" u2="&#xff;" k="29" />
+<hkern u1="[" u2="&#xfe;" k="45" />
+<hkern u1="[" u2="&#xfd;" k="29" />
+<hkern u1="[" u2="&#xfc;" k="51" />
+<hkern u1="[" u2="&#xfb;" k="51" />
+<hkern u1="[" u2="&#xfa;" k="51" />
+<hkern u1="[" u2="&#xf9;" k="51" />
+<hkern u1="[" u2="&#xf8;" k="63" />
+<hkern u1="[" u2="&#xf6;" k="63" />
+<hkern u1="[" u2="&#xf5;" k="63" />
+<hkern u1="[" u2="&#xf4;" k="63" />
+<hkern u1="[" u2="&#xf3;" k="63" />
+<hkern u1="[" u2="&#xf2;" k="63" />
+<hkern u1="[" u2="&#xf1;" k="49" />
+<hkern u1="[" u2="&#xeb;" k="63" />
+<hkern u1="[" u2="&#xea;" k="63" />
+<hkern u1="[" u2="&#xe9;" k="63" />
+<hkern u1="[" u2="&#xe8;" k="63" />
+<hkern u1="[" u2="&#xe7;" k="63" />
+<hkern u1="[" u2="&#xe6;" k="61" />
+<hkern u1="[" u2="&#xe5;" k="61" />
+<hkern u1="[" u2="&#xe4;" k="61" />
+<hkern u1="[" u2="&#xe3;" k="61" />
+<hkern u1="[" u2="&#xe2;" k="61" />
+<hkern u1="[" u2="&#xe1;" k="61" />
+<hkern u1="[" u2="&#xe0;" k="61" />
+<hkern u1="[" u2="&#xdd;" k="-25" />
+<hkern u1="[" u2="&#xd8;" k="31" />
+<hkern u1="[" u2="&#xd6;" k="31" />
+<hkern u1="[" u2="&#xd5;" k="31" />
+<hkern u1="[" u2="&#xd4;" k="31" />
+<hkern u1="[" u2="&#xd3;" k="31" />
+<hkern u1="[" u2="&#xd2;" k="31" />
+<hkern u1="[" u2="&#xc7;" k="31" />
+<hkern u1="[" u2="&#xc5;" k="10" />
+<hkern u1="[" u2="&#xc4;" k="10" />
+<hkern u1="[" u2="&#xc3;" k="10" />
+<hkern u1="[" u2="&#xc2;" k="10" />
+<hkern u1="[" u2="&#xc1;" k="10" />
+<hkern u1="[" u2="&#xc0;" k="10" />
+<hkern u1="[" u2="z" k="35" />
+<hkern u1="[" u2="y" k="29" />
+<hkern u1="[" u2="w" k="33" />
+<hkern u1="[" u2="u" k="51" />
+<hkern u1="[" u2="t" k="51" />
+<hkern u1="[" u2="s" k="59" />
+<hkern u1="[" u2="r" k="49" />
+<hkern u1="[" u2="p" k="45" />
+<hkern u1="[" u2="o" k="63" />
+<hkern u1="[" u2="n" k="49" />
+<hkern u1="[" u2="j" k="-272" />
+<hkern u1="[" u2="g" k="33" />
+<hkern u1="[" u2="f" k="31" />
+<hkern u1="[" u2="e" k="63" />
+<hkern u1="[" u2="d" k="57" />
+<hkern u1="[" u2="c" k="63" />
+<hkern u1="[" u2="a" k="61" />
+<hkern u1="[" u2="Y" k="-25" />
+<hkern u1="[" u2="O" k="31" />
+<hkern u1="[" u2="G" k="31" />
+<hkern u1="[" u2="C" k="31" />
+<hkern u1="[" u2="A" k="10" />
+<hkern u1="[" u2="&#xf0;" k="35" />
+<hkern u1="[" u2="&#xef;" k="-96" />
+<hkern u1="[" u2="&#xec;" k="-12" />
+<hkern u1="[" u2="&#xdf;" k="27" />
+<hkern u1="[" u2="x" k="33" />
+<hkern u1="[" u2="v" k="29" />
+<hkern u1="[" u2="q" k="63" />
+<hkern u1="[" u2="m" k="49" />
+<hkern u1="[" u2="V" k="-12" />
+<hkern u1="[" u2="Q" k="31" />
+<hkern u1="[" u2="M" k="14" />
+<hkern u1="[" u2="&#x38;" k="16" />
+<hkern u1="[" u2="&#x36;" k="39" />
+<hkern u1="[" u2="&#x34;" k="43" />
+<hkern u1="[" u2="&#x31;" k="12" />
+<hkern u1="[" u2="&#x30;" k="31" />
+<hkern u1="\" u2="&#x178;" k="59" />
+<hkern u1="\" u2="&#x152;" k="12" />
+<hkern u1="\" u2="&#xff;" k="16" />
+<hkern u1="\" u2="&#xfd;" k="16" />
+<hkern u1="\" u2="&#xdd;" k="59" />
+<hkern u1="\" u2="&#xdc;" k="20" />
+<hkern u1="\" u2="&#xdb;" k="20" />
+<hkern u1="\" u2="&#xda;" k="20" />
+<hkern u1="\" u2="&#xd9;" k="20" />
+<hkern u1="\" u2="&#xd8;" k="12" />
+<hkern u1="\" u2="&#xd6;" k="12" />
+<hkern u1="\" u2="&#xd5;" k="12" />
+<hkern u1="\" u2="&#xd4;" k="12" />
+<hkern u1="\" u2="&#xd3;" k="12" />
+<hkern u1="\" u2="&#xd2;" k="12" />
+<hkern u1="\" u2="&#xd1;" k="10" />
+<hkern u1="\" u2="&#xd0;" k="10" />
+<hkern u1="\" u2="&#xcf;" k="10" />
+<hkern u1="\" u2="&#xce;" k="10" />
+<hkern u1="\" u2="&#xcd;" k="10" />
+<hkern u1="\" u2="&#xcc;" k="10" />
+<hkern u1="\" u2="&#xcb;" k="10" />
+<hkern u1="\" u2="&#xca;" k="10" />
+<hkern u1="\" u2="&#xc9;" k="10" />
+<hkern u1="\" u2="&#xc8;" k="10" />
+<hkern u1="\" u2="&#xc7;" k="12" />
+<hkern u1="\" u2="&#xc6;" k="-12" />
+<hkern u1="\" u2="y" k="16" />
+<hkern u1="\" u2="w" k="12" />
+<hkern u1="\" u2="Y" k="59" />
+<hkern u1="\" u2="W" k="43" />
+<hkern u1="\" u2="U" k="20" />
+<hkern u1="\" u2="T" k="47" />
+<hkern u1="\" u2="R" k="10" />
+<hkern u1="\" u2="O" k="12" />
+<hkern u1="\" u2="N" k="10" />
+<hkern u1="\" u2="L" k="10" />
+<hkern u1="\" u2="K" k="10" />
+<hkern u1="\" u2="J" k="-23" />
+<hkern u1="\" u2="I" k="10" />
+<hkern u1="\" u2="H" k="10" />
+<hkern u1="\" u2="G" k="12" />
+<hkern u1="\" u2="E" k="10" />
+<hkern u1="\" u2="D" k="10" />
+<hkern u1="\" u2="C" k="12" />
+<hkern u1="\" u2="&#x27;" k="53" />
+<hkern u1="\" u2="&#x22;" k="53" />
+<hkern u1="\" u2="&#xde;" k="10" />
+<hkern u1="\" u2="v" k="14" />
+<hkern u1="\" u2="V" k="51" />
+<hkern u1="\" u2="Q" k="12" />
+<hkern u1="\" u2="P" k="10" />
+<hkern u1="\" u2="F" k="10" />
+<hkern u1="\" u2="B" k="10" />
+<hkern u1="\" u2="&#x39;" k="14" />
+<hkern u1="\" u2="&#x37;" k="12" />
+<hkern u1="\" u2="&#x31;" k="25" />
+<hkern u1="\" u2="&#x30;" k="14" />
+<hkern u1="a" u2="&#x7d;" k="61" />
+<hkern u1="a" u2="]" k="49" />
+<hkern u1="a" u2="\" k="43" />
+<hkern u1="a" u2="X" k="31" />
+<hkern u1="a" u2="V" k="141" />
+<hkern u1="a" u2="Q" k="29" />
+<hkern u1="a" u2="P" k="29" />
+<hkern u1="a" u2="M" k="18" />
+<hkern u1="a" u2="F" k="29" />
+<hkern u1="a" u2="B" k="29" />
+<hkern u1="a" u2="&#x3f;" k="51" />
+<hkern u1="a" u2="&#x2a;" k="66" />
+<hkern u1="a" u2="&#x29;" k="20" />
+<hkern u1="a" u2="&#x21;" k="16" />
+<hkern u1="b" u2="&#x7d;" k="82" />
+<hkern u1="b" u2="]" k="55" />
+<hkern u1="b" u2="\" k="33" />
+<hkern u1="b" u2="X" k="43" />
+<hkern u1="b" u2="V" k="156" />
+<hkern u1="b" u2="Q" k="20" />
+<hkern u1="b" u2="P" k="39" />
+<hkern u1="b" u2="M" k="16" />
+<hkern u1="b" u2="F" k="39" />
+<hkern u1="b" u2="B" k="39" />
+<hkern u1="b" u2="&#x3f;" k="47" />
+<hkern u1="b" u2="&#x2a;" k="78" />
+<hkern u1="b" u2="&#x29;" k="33" />
+<hkern u1="b" u2="&#x21;" k="12" />
+<hkern u1="c" u2="&#x7d;" k="80" />
+<hkern u1="c" u2="]" k="61" />
+<hkern u1="c" u2="\" k="35" />
+<hkern u1="c" u2="X" k="29" />
+<hkern u1="c" u2="V" k="147" />
+<hkern u1="c" u2="Q" k="23" />
+<hkern u1="c" u2="P" k="35" />
+<hkern u1="c" u2="M" k="12" />
+<hkern u1="c" u2="F" k="35" />
+<hkern u1="c" u2="B" k="35" />
+<hkern u1="c" u2="&#x3f;" k="49" />
+<hkern u1="c" u2="&#x2a;" k="72" />
+<hkern u1="c" u2="&#x29;" k="29" />
+<hkern u1="c" u2="&#x21;" k="12" />
+<hkern u1="d" u2="&#x7d;" k="12" />
+<hkern u1="d" u2="X" k="27" />
+<hkern u1="d" u2="V" k="18" />
+<hkern u1="d" u2="Q" k="23" />
+<hkern u1="d" u2="P" k="29" />
+<hkern u1="d" u2="M" k="18" />
+<hkern u1="d" u2="F" k="29" />
+<hkern u1="d" u2="B" k="29" />
+<hkern u1="d" u2="&#x3f;" k="12" />
+<hkern u1="d" u2="&#x21;" k="12" />
+<hkern u1="e" u2="&#x7d;" k="84" />
+<hkern u1="e" u2="]" k="59" />
+<hkern u1="e" u2="\" k="37" />
+<hkern u1="e" u2="X" k="35" />
+<hkern u1="e" u2="V" k="195" />
+<hkern u1="e" u2="Q" k="18" />
+<hkern u1="e" u2="P" k="35" />
+<hkern u1="e" u2="M" k="14" />
+<hkern u1="e" u2="F" k="35" />
+<hkern u1="e" u2="B" k="35" />
+<hkern u1="e" u2="&#x3f;" k="53" />
+<hkern u1="e" u2="&#x2a;" k="76" />
+<hkern u1="e" u2="&#x29;" k="29" />
+<hkern u1="e" u2="&#x21;" k="16" />
+<hkern u1="f" u2="&#xef;" k="-244" />
+<hkern u1="f" u2="&#xee;" k="-164" />
+<hkern u1="f" u2="&#xed;" k="-104" />
+<hkern u1="f" u2="&#xec;" k="-160" />
+<hkern u1="f" u2="&#x7d;" k="-117" />
+<hkern u1="f" u2="]" k="-117" />
+<hkern u1="f" u2="\" k="-113" />
+<hkern u1="f" u2="X" k="-66" />
+<hkern u1="f" u2="V" k="-147" />
+<hkern u1="f" u2="M" k="18" />
+<hkern u1="f" u2="&#x3f;" k="-45" />
+<hkern u1="f" u2="&#x2f;" k="10" />
+<hkern u1="f" u2="&#x2e;" k="10" />
+<hkern u1="f" u2="&#x2c;" k="10" />
+<hkern u1="f" u2="&#x2a;" k="-78" />
+<hkern u1="f" u2="&#x29;" k="-113" />
+<hkern u1="g" u2="&#x7d;" k="59" />
+<hkern u1="g" u2="]" k="41" />
+<hkern u1="g" u2="\" k="14" />
+<hkern u1="g" u2="X" k="78" />
+<hkern u1="g" u2="V" k="55" />
+<hkern u1="g" u2="P" k="33" />
+<hkern u1="g" u2="M" k="27" />
+<hkern u1="g" u2="F" k="33" />
+<hkern u1="g" u2="B" k="33" />
+<hkern u1="g" u2="&#x3f;" k="37" />
+<hkern u1="g" u2="&#x2f;" k="10" />
+<hkern u1="g" u2="&#x2e;" k="12" />
+<hkern u1="g" u2="&#x2c;" k="12" />
+<hkern u1="g" u2="&#x2a;" k="12" />
+<hkern u1="g" u2="&#x29;" k="43" />
+<hkern u1="g" u2="&#x21;" k="14" />
+<hkern u1="h" u2="&#x7d;" k="59" />
+<hkern u1="h" u2="]" k="43" />
+<hkern u1="h" u2="\" k="39" />
+<hkern u1="h" u2="X" k="29" />
+<hkern u1="h" u2="V" k="152" />
+<hkern u1="h" u2="Q" k="31" />
+<hkern u1="h" u2="P" k="31" />
+<hkern u1="h" u2="M" k="16" />
+<hkern u1="h" u2="F" k="31" />
+<hkern u1="h" u2="B" k="31" />
+<hkern u1="h" u2="&#x3f;" k="47" />
+<hkern u1="h" u2="&#x2a;" k="74" />
+<hkern u1="h" u2="&#x29;" k="14" />
+<hkern u1="h" u2="&#x21;" k="12" />
+<hkern u1="i" u2="&#xef;" k="-12" />
+<hkern u1="i" u2="&#x7d;" k="12" />
+<hkern u1="i" u2="]" k="10" />
+<hkern u1="i" u2="X" k="27" />
+<hkern u1="i" u2="V" k="16" />
+<hkern u1="i" u2="Q" k="25" />
+<hkern u1="i" u2="P" k="29" />
+<hkern u1="i" u2="M" k="18" />
+<hkern u1="i" u2="F" k="29" />
+<hkern u1="i" u2="B" k="29" />
+<hkern u1="i" u2="&#x3f;" k="12" />
+<hkern u1="i" u2="&#x21;" k="12" />
+<hkern u1="j" u2="&#xef;" k="-14" />
+<hkern u1="j" u2="&#x7d;" k="12" />
+<hkern u1="j" u2="X" k="25" />
+<hkern u1="j" u2="V" k="16" />
+<hkern u1="j" u2="Q" k="27" />
+<hkern u1="j" u2="P" k="29" />
+<hkern u1="j" u2="M" k="18" />
+<hkern u1="j" u2="F" k="29" />
+<hkern u1="j" u2="B" k="29" />
+<hkern u1="j" u2="&#x3f;" k="12" />
+<hkern u1="j" u2="&#x21;" k="12" />
+<hkern u1="k" u2="&#xf0;" k="16" />
+<hkern u1="k" u2="&#x7d;" k="41" />
+<hkern u1="k" u2="q" k="16" />
+<hkern u1="k" u2="]" k="31" />
+<hkern u1="k" u2="\" k="31" />
+<hkern u1="k" u2="X" k="14" />
+<hkern u1="k" u2="V" k="82" />
+<hkern u1="k" u2="Q" k="31" />
+<hkern u1="k" u2="P" k="37" />
+<hkern u1="k" u2="M" k="8" />
+<hkern u1="k" u2="F" k="37" />
+<hkern u1="k" u2="B" k="37" />
+<hkern u1="k" u2="&#x40;" k="10" />
+<hkern u1="k" u2="&#x3f;" k="39" />
+<hkern u1="k" u2="&#x2f;" k="10" />
+<hkern u1="k" u2="&#x2a;" k="33" />
+<hkern u1="k" u2="&#x29;" k="12" />
+<hkern u1="k" u2="&#x21;" k="14" />
+<hkern u1="l" u2="&#x7d;" k="12" />
+<hkern u1="l" u2="X" k="27" />
+<hkern u1="l" u2="V" k="18" />
+<hkern u1="l" u2="Q" k="23" />
+<hkern u1="l" u2="P" k="29" />
+<hkern u1="l" u2="M" k="18" />
+<hkern u1="l" u2="F" k="29" />
+<hkern u1="l" u2="B" k="29" />
+<hkern u1="l" u2="&#x3f;" k="12" />
+<hkern u1="l" u2="&#x21;" k="12" />
+<hkern u1="m" u2="&#x201d;" k="41" />
+<hkern u1="m" u2="&#x2019;" k="41" />
+<hkern u1="m" u2="&#x178;" k="213" />
+<hkern u1="m" u2="&#x152;" k="31" />
+<hkern u1="m" u2="&#xdd;" k="213" />
+<hkern u1="m" u2="&#xdc;" k="47" />
+<hkern u1="m" u2="&#xdb;" k="47" />
+<hkern u1="m" u2="&#xda;" k="47" />
+<hkern u1="m" u2="&#xd9;" k="47" />
+<hkern u1="m" u2="&#xd8;" k="31" />
+<hkern u1="m" u2="&#xd6;" k="31" />
+<hkern u1="m" u2="&#xd5;" k="31" />
+<hkern u1="m" u2="&#xd4;" k="31" />
+<hkern u1="m" u2="&#xd3;" k="31" />
+<hkern u1="m" u2="&#xd2;" k="31" />
+<hkern u1="m" u2="&#xd1;" k="31" />
+<hkern u1="m" u2="&#xd0;" k="31" />
+<hkern u1="m" u2="&#xcf;" k="31" />
+<hkern u1="m" u2="&#xce;" k="31" />
+<hkern u1="m" u2="&#xcd;" k="31" />
+<hkern u1="m" u2="&#xcc;" k="31" />
+<hkern u1="m" u2="&#xcb;" k="31" />
+<hkern u1="m" u2="&#xca;" k="31" />
+<hkern u1="m" u2="&#xc9;" k="31" />
+<hkern u1="m" u2="&#xc8;" k="31" />
+<hkern u1="m" u2="&#xc7;" k="31" />
+<hkern u1="m" u2="w" k="6" />
+<hkern u1="m" u2="Z" k="20" />
+<hkern u1="m" u2="Y" k="213" />
+<hkern u1="m" u2="W" k="94" />
+<hkern u1="m" u2="U" k="47" />
+<hkern u1="m" u2="T" k="160" />
+<hkern u1="m" u2="S" k="31" />
+<hkern u1="m" u2="R" k="31" />
+<hkern u1="m" u2="O" k="31" />
+<hkern u1="m" u2="N" k="31" />
+<hkern u1="m" u2="L" k="31" />
+<hkern u1="m" u2="K" k="31" />
+<hkern u1="m" u2="I" k="31" />
+<hkern u1="m" u2="H" k="31" />
+<hkern u1="m" u2="G" k="31" />
+<hkern u1="m" u2="E" k="31" />
+<hkern u1="m" u2="D" k="31" />
+<hkern u1="m" u2="C" k="31" />
+<hkern u1="m" u2="&#x27;" k="92" />
+<hkern u1="m" u2="&#x22;" k="92" />
+<hkern u1="m" u2="&#x7d;" k="61" />
+<hkern u1="m" u2="]" k="49" />
+<hkern u1="m" u2="\" k="47" />
+<hkern u1="m" u2="X" k="31" />
+<hkern u1="m" u2="V" k="150" />
+<hkern u1="m" u2="Q" k="31" />
+<hkern u1="m" u2="P" k="31" />
+<hkern u1="m" u2="M" k="16" />
+<hkern u1="m" u2="F" k="31" />
+<hkern u1="m" u2="B" k="31" />
+<hkern u1="m" u2="&#x3f;" k="53" />
+<hkern u1="m" u2="&#x2a;" k="76" />
+<hkern u1="m" u2="&#x29;" k="20" />
+<hkern u1="m" u2="&#x21;" k="16" />
+<hkern u1="n" u2="&#x7d;" k="61" />
+<hkern u1="n" u2="]" k="49" />
+<hkern u1="n" u2="\" k="47" />
+<hkern u1="n" u2="X" k="31" />
+<hkern u1="n" u2="V" k="150" />
+<hkern u1="n" u2="Q" k="31" />
+<hkern u1="n" u2="P" k="31" />
+<hkern u1="n" u2="M" k="16" />
+<hkern u1="n" u2="F" k="31" />
+<hkern u1="n" u2="B" k="31" />
+<hkern u1="n" u2="&#x3f;" k="53" />
+<hkern u1="n" u2="&#x2a;" k="76" />
+<hkern u1="n" u2="&#x29;" k="20" />
+<hkern u1="n" u2="&#x21;" k="16" />
+<hkern u1="o" u2="&#x7d;" k="88" />
+<hkern u1="o" u2="x" k="6" />
+<hkern u1="o" u2="]" k="63" />
+<hkern u1="o" u2="\" k="41" />
+<hkern u1="o" u2="X" k="45" />
+<hkern u1="o" u2="V" k="160" />
+<hkern u1="o" u2="Q" k="23" />
+<hkern u1="o" u2="P" k="39" />
+<hkern u1="o" u2="M" k="18" />
+<hkern u1="o" u2="F" k="39" />
+<hkern u1="o" u2="B" k="39" />
+<hkern u1="o" u2="&#x3f;" k="55" />
+<hkern u1="o" u2="&#x2a;" k="84" />
+<hkern u1="o" u2="&#x29;" k="45" />
+<hkern u1="o" u2="&#x21;" k="18" />
+<hkern u1="p" u2="&#x201d;" k="43" />
+<hkern u1="p" u2="&#x2019;" k="43" />
+<hkern u1="p" u2="&#x178;" k="215" />
+<hkern u1="p" u2="&#x152;" k="20" />
+<hkern u1="p" u2="&#xdd;" k="215" />
+<hkern u1="p" u2="&#xdc;" k="43" />
+<hkern u1="p" u2="&#xdb;" k="43" />
+<hkern u1="p" u2="&#xda;" k="43" />
+<hkern u1="p" u2="&#xd9;" k="43" />
+<hkern u1="p" u2="&#xd8;" k="20" />
+<hkern u1="p" u2="&#xd6;" k="20" />
+<hkern u1="p" u2="&#xd5;" k="20" />
+<hkern u1="p" u2="&#xd4;" k="20" />
+<hkern u1="p" u2="&#xd3;" k="20" />
+<hkern u1="p" u2="&#xd2;" k="20" />
+<hkern u1="p" u2="&#xd1;" k="39" />
+<hkern u1="p" u2="&#xd0;" k="39" />
+<hkern u1="p" u2="&#xcf;" k="39" />
+<hkern u1="p" u2="&#xce;" k="39" />
+<hkern u1="p" u2="&#xcd;" k="39" />
+<hkern u1="p" u2="&#xcc;" k="39" />
+<hkern u1="p" u2="&#xcb;" k="39" />
+<hkern u1="p" u2="&#xca;" k="39" />
+<hkern u1="p" u2="&#xc9;" k="39" />
+<hkern u1="p" u2="&#xc8;" k="39" />
+<hkern u1="p" u2="&#xc7;" k="20" />
+<hkern u1="p" u2="Z" k="31" />
+<hkern u1="p" u2="Y" k="215" />
+<hkern u1="p" u2="W" k="104" />
+<hkern u1="p" u2="U" k="43" />
+<hkern u1="p" u2="T" k="141" />
+<hkern u1="p" u2="S" k="31" />
+<hkern u1="p" u2="R" k="39" />
+<hkern u1="p" u2="O" k="20" />
+<hkern u1="p" u2="N" k="39" />
+<hkern u1="p" u2="L" k="39" />
+<hkern u1="p" u2="K" k="39" />
+<hkern u1="p" u2="I" k="39" />
+<hkern u1="p" u2="H" k="39" />
+<hkern u1="p" u2="G" k="20" />
+<hkern u1="p" u2="E" k="39" />
+<hkern u1="p" u2="D" k="39" />
+<hkern u1="p" u2="C" k="20" />
+<hkern u1="p" u2="&#x27;" k="96" />
+<hkern u1="p" u2="&#x22;" k="96" />
+<hkern u1="p" u2="&#x7d;" k="88" />
+<hkern u1="p" u2="x" k="6" />
+<hkern u1="p" u2="]" k="63" />
+<hkern u1="p" u2="\" k="41" />
+<hkern u1="p" u2="X" k="43" />
+<hkern u1="p" u2="V" k="156" />
+<hkern u1="p" u2="Q" k="20" />
+<hkern u1="p" u2="P" k="39" />
+<hkern u1="p" u2="M" k="16" />
+<hkern u1="p" u2="F" k="39" />
+<hkern u1="p" u2="B" k="39" />
+<hkern u1="p" u2="&#x3f;" k="55" />
+<hkern u1="p" u2="&#x2a;" k="82" />
+<hkern u1="p" u2="&#x29;" k="41" />
+<hkern u1="p" u2="&#x21;" k="16" />
+<hkern u1="q" u2="&#x201d;" k="18" />
+<hkern u1="q" u2="&#x2019;" k="18" />
+<hkern u1="q" u2="&#x178;" k="162" />
+<hkern u1="q" u2="&#x152;" k="27" />
+<hkern u1="q" u2="&#xdd;" k="162" />
+<hkern u1="q" u2="&#xdc;" k="43" />
+<hkern u1="q" u2="&#xdb;" k="43" />
+<hkern u1="q" u2="&#xda;" k="43" />
+<hkern u1="q" u2="&#xd9;" k="43" />
+<hkern u1="q" u2="&#xd8;" k="27" />
+<hkern u1="q" u2="&#xd6;" k="27" />
+<hkern u1="q" u2="&#xd5;" k="27" />
+<hkern u1="q" u2="&#xd4;" k="27" />
+<hkern u1="q" u2="&#xd3;" k="27" />
+<hkern u1="q" u2="&#xd2;" k="27" />
+<hkern u1="q" u2="&#xd1;" k="27" />
+<hkern u1="q" u2="&#xd0;" k="27" />
+<hkern u1="q" u2="&#xcf;" k="27" />
+<hkern u1="q" u2="&#xce;" k="27" />
+<hkern u1="q" u2="&#xcd;" k="27" />
+<hkern u1="q" u2="&#xcc;" k="27" />
+<hkern u1="q" u2="&#xcb;" k="27" />
+<hkern u1="q" u2="&#xca;" k="27" />
+<hkern u1="q" u2="&#xc9;" k="27" />
+<hkern u1="q" u2="&#xc8;" k="27" />
+<hkern u1="q" u2="&#xc7;" k="27" />
+<hkern u1="q" u2="j" k="-174" />
+<hkern u1="q" u2="Z" k="23" />
+<hkern u1="q" u2="Y" k="162" />
+<hkern u1="q" u2="W" k="90" />
+<hkern u1="q" u2="U" k="43" />
+<hkern u1="q" u2="T" k="121" />
+<hkern u1="q" u2="S" k="33" />
+<hkern u1="q" u2="R" k="27" />
+<hkern u1="q" u2="O" k="27" />
+<hkern u1="q" u2="N" k="27" />
+<hkern u1="q" u2="L" k="27" />
+<hkern u1="q" u2="K" k="27" />
+<hkern u1="q" u2="I" k="27" />
+<hkern u1="q" u2="H" k="27" />
+<hkern u1="q" u2="G" k="27" />
+<hkern u1="q" u2="E" k="27" />
+<hkern u1="q" u2="D" k="27" />
+<hkern u1="q" u2="C" k="27" />
+<hkern u1="q" u2="&#x27;" k="78" />
+<hkern u1="q" u2="&#x22;" k="78" />
+<hkern u1="q" u2="&#x7d;" k="74" />
+<hkern u1="q" u2="]" k="59" />
+<hkern u1="q" u2="\" k="35" />
+<hkern u1="q" u2="X" k="33" />
+<hkern u1="q" u2="V" k="115" />
+<hkern u1="q" u2="Q" k="27" />
+<hkern u1="q" u2="P" k="27" />
+<hkern u1="q" u2="M" k="18" />
+<hkern u1="q" u2="F" k="27" />
+<hkern u1="q" u2="B" k="27" />
+<hkern u1="q" u2="&#x3f;" k="49" />
+<hkern u1="q" u2="&#x2a;" k="51" />
+<hkern u1="q" u2="&#x29;" k="18" />
+<hkern u1="q" u2="&#x21;" k="16" />
+<hkern u1="r" u2="&#x7d;" k="76" />
+<hkern u1="r" u2="v" k="-12" />
+<hkern u1="r" u2="q" k="6" />
+<hkern u1="r" u2="]" k="61" />
+<hkern u1="r" u2="\" k="12" />
+<hkern u1="r" u2="X" k="80" />
+<hkern u1="r" u2="V" k="51" />
+<hkern u1="r" u2="P" k="33" />
+<hkern u1="r" u2="M" k="41" />
+<hkern u1="r" u2="F" k="33" />
+<hkern u1="r" u2="B" k="33" />
+<hkern u1="r" u2="&#x3f;" k="39" />
+<hkern u1="r" u2="&#x2f;" k="20" />
+<hkern u1="r" u2="&#x2e;" k="53" />
+<hkern u1="r" u2="&#x2c;" k="53" />
+<hkern u1="r" u2="&#x2a;" k="10" />
+<hkern u1="r" u2="&#x29;" k="61" />
+<hkern u1="r" u2="&#x21;" k="12" />
+<hkern u1="s" u2="&#x7d;" k="76" />
+<hkern u1="s" u2="]" k="59" />
+<hkern u1="s" u2="\" k="35" />
+<hkern u1="s" u2="X" k="23" />
+<hkern u1="s" u2="V" k="180" />
+<hkern u1="s" u2="Q" k="27" />
+<hkern u1="s" u2="P" k="35" />
+<hkern u1="s" u2="M" k="10" />
+<hkern u1="s" u2="F" k="35" />
+<hkern u1="s" u2="B" k="35" />
+<hkern u1="s" u2="&#x3f;" k="45" />
+<hkern u1="s" u2="&#x2a;" k="59" />
+<hkern u1="s" u2="&#x29;" k="23" />
+<hkern u1="s" u2="&#x21;" k="10" />
+<hkern u1="t" u2="&#x7d;" k="68" />
+<hkern u1="t" u2="]" k="49" />
+<hkern u1="t" u2="\" k="20" />
+<hkern u1="t" u2="X" k="18" />
+<hkern u1="t" u2="V" k="74" />
+<hkern u1="t" u2="Q" k="16" />
+<hkern u1="t" u2="P" k="29" />
+<hkern u1="t" u2="M" k="8" />
+<hkern u1="t" u2="F" k="29" />
+<hkern u1="t" u2="B" k="29" />
+<hkern u1="t" u2="&#x3f;" k="39" />
+<hkern u1="t" u2="&#x2a;" k="31" />
+<hkern u1="t" u2="&#x29;" k="14" />
+<hkern u1="u" u2="&#x7d;" k="59" />
+<hkern u1="u" u2="]" k="45" />
+<hkern u1="u" u2="\" k="35" />
+<hkern u1="u" u2="X" k="33" />
+<hkern u1="u" u2="V" k="111" />
+<hkern u1="u" u2="Q" k="25" />
+<hkern u1="u" u2="P" k="27" />
+<hkern u1="u" u2="M" k="18" />
+<hkern u1="u" u2="F" k="27" />
+<hkern u1="u" u2="B" k="27" />
+<hkern u1="u" u2="&#x3f;" k="49" />
+<hkern u1="u" u2="&#x2a;" k="49" />
+<hkern u1="u" u2="&#x29;" k="23" />
+<hkern u1="u" u2="&#x21;" k="14" />
+<hkern u1="v" u2="&#x201e;" k="31" />
+<hkern u1="v" u2="&#x201a;" k="31" />
+<hkern u1="v" u2="&#x178;" k="80" />
+<hkern u1="v" u2="&#xdd;" k="80" />
+<hkern u1="v" u2="&#xdc;" k="27" />
+<hkern u1="v" u2="&#xdb;" k="27" />
+<hkern u1="v" u2="&#xda;" k="27" />
+<hkern u1="v" u2="&#xd9;" k="27" />
+<hkern u1="v" u2="&#xd1;" k="31" />
+<hkern u1="v" u2="&#xd0;" k="31" />
+<hkern u1="v" u2="&#xcf;" k="31" />
+<hkern u1="v" u2="&#xce;" k="31" />
+<hkern u1="v" u2="&#xcd;" k="31" />
+<hkern u1="v" u2="&#xcc;" k="31" />
+<hkern u1="v" u2="&#xcb;" k="31" />
+<hkern u1="v" u2="&#xca;" k="31" />
+<hkern u1="v" u2="&#xc9;" k="31" />
+<hkern u1="v" u2="&#xc8;" k="31" />
+<hkern u1="v" u2="&#xc5;" k="41" />
+<hkern u1="v" u2="&#xc4;" k="41" />
+<hkern u1="v" u2="&#xc3;" k="41" />
+<hkern u1="v" u2="&#xc2;" k="41" />
+<hkern u1="v" u2="&#xc1;" k="41" />
+<hkern u1="v" u2="&#xc0;" k="41" />
+<hkern u1="v" u2="g" k="8" />
+<hkern u1="v" u2="Z" k="78" />
+<hkern u1="v" u2="Y" k="80" />
+<hkern u1="v" u2="W" k="49" />
+<hkern u1="v" u2="U" k="27" />
+<hkern u1="v" u2="T" k="82" />
+<hkern u1="v" u2="S" k="35" />
+<hkern u1="v" u2="R" k="31" />
+<hkern u1="v" u2="N" k="31" />
+<hkern u1="v" u2="L" k="31" />
+<hkern u1="v" u2="K" k="31" />
+<hkern u1="v" u2="J" k="35" />
+<hkern u1="v" u2="I" k="31" />
+<hkern u1="v" u2="H" k="31" />
+<hkern u1="v" u2="E" k="31" />
+<hkern u1="v" u2="D" k="31" />
+<hkern u1="v" u2="A" k="41" />
+<hkern u1="v" u2="&#x27;" k="57" />
+<hkern u1="v" u2="&#x22;" k="57" />
+<hkern u1="v" u2="&#x7d;" k="43" />
+<hkern u1="v" u2="]" k="29" />
+<hkern u1="v" u2="\" k="10" />
+<hkern u1="v" u2="X" k="80" />
+<hkern u1="v" u2="V" k="43" />
+<hkern u1="v" u2="P" k="31" />
+<hkern u1="v" u2="M" k="33" />
+<hkern u1="v" u2="F" k="31" />
+<hkern u1="v" u2="B" k="31" />
+<hkern u1="v" u2="&#x3f;" k="31" />
+<hkern u1="v" u2="&#x2f;" k="14" />
+<hkern u1="v" u2="&#x2e;" k="31" />
+<hkern u1="v" u2="&#x2c;" k="31" />
+<hkern u1="v" u2="&#x2a;" k="10" />
+<hkern u1="v" u2="&#x29;" k="29" />
+<hkern u1="v" u2="&#x21;" k="10" />
+<hkern u1="w" u2="&#x7d;" k="51" />
+<hkern u1="w" u2="]" k="37" />
+<hkern u1="w" u2="\" k="16" />
+<hkern u1="w" u2="X" k="78" />
+<hkern u1="w" u2="V" k="63" />
+<hkern u1="w" u2="Q" k="10" />
+<hkern u1="w" u2="P" k="41" />
+<hkern u1="w" u2="M" k="33" />
+<hkern u1="w" u2="F" k="41" />
+<hkern u1="w" u2="B" k="41" />
+<hkern u1="w" u2="&#x3f;" k="39" />
+<hkern u1="w" u2="&#x2f;" k="12" />
+<hkern u1="w" u2="&#x2e;" k="14" />
+<hkern u1="w" u2="&#x2c;" k="14" />
+<hkern u1="w" u2="&#x2a;" k="18" />
+<hkern u1="w" u2="&#x29;" k="31" />
+<hkern u1="w" u2="&#x21;" k="14" />
+<hkern u1="x" u2="&#x2039;" k="12" />
+<hkern u1="x" u2="&#x178;" k="82" />
+<hkern u1="x" u2="&#x153;" k="6" />
+<hkern u1="x" u2="&#x152;" k="16" />
+<hkern u1="x" u2="&#xf8;" k="6" />
+<hkern u1="x" u2="&#xf6;" k="6" />
+<hkern u1="x" u2="&#xf5;" k="6" />
+<hkern u1="x" u2="&#xf4;" k="6" />
+<hkern u1="x" u2="&#xf3;" k="6" />
+<hkern u1="x" u2="&#xf2;" k="6" />
+<hkern u1="x" u2="&#xe7;" k="6" />
+<hkern u1="x" u2="&#xdd;" k="82" />
+<hkern u1="x" u2="&#xdc;" k="41" />
+<hkern u1="x" u2="&#xdb;" k="41" />
+<hkern u1="x" u2="&#xda;" k="41" />
+<hkern u1="x" u2="&#xd9;" k="41" />
+<hkern u1="x" u2="&#xd8;" k="16" />
+<hkern u1="x" u2="&#xd6;" k="16" />
+<hkern u1="x" u2="&#xd5;" k="16" />
+<hkern u1="x" u2="&#xd4;" k="16" />
+<hkern u1="x" u2="&#xd3;" k="16" />
+<hkern u1="x" u2="&#xd2;" k="16" />
+<hkern u1="x" u2="&#xd1;" k="33" />
+<hkern u1="x" u2="&#xd0;" k="33" />
+<hkern u1="x" u2="&#xcf;" k="33" />
+<hkern u1="x" u2="&#xce;" k="33" />
+<hkern u1="x" u2="&#xcd;" k="33" />
+<hkern u1="x" u2="&#xcc;" k="33" />
+<hkern u1="x" u2="&#xcb;" k="33" />
+<hkern u1="x" u2="&#xca;" k="33" />
+<hkern u1="x" u2="&#xc9;" k="33" />
+<hkern u1="x" u2="&#xc8;" k="33" />
+<hkern u1="x" u2="&#xc7;" k="16" />
+<hkern u1="x" u2="&#xab;" k="12" />
+<hkern u1="x" u2="o" k="6" />
+<hkern u1="x" u2="c" k="6" />
+<hkern u1="x" u2="Y" k="82" />
+<hkern u1="x" u2="W" k="72" />
+<hkern u1="x" u2="U" k="41" />
+<hkern u1="x" u2="T" k="84" />
+<hkern u1="x" u2="S" k="25" />
+<hkern u1="x" u2="R" k="33" />
+<hkern u1="x" u2="O" k="16" />
+<hkern u1="x" u2="N" k="33" />
+<hkern u1="x" u2="L" k="33" />
+<hkern u1="x" u2="K" k="33" />
+<hkern u1="x" u2="I" k="33" />
+<hkern u1="x" u2="H" k="33" />
+<hkern u1="x" u2="G" k="16" />
+<hkern u1="x" u2="E" k="33" />
+<hkern u1="x" u2="D" k="33" />
+<hkern u1="x" u2="C" k="16" />
+<hkern u1="x" u2="&#x27;" k="70" />
+<hkern u1="x" u2="&#x22;" k="70" />
+<hkern u1="x" u2="&#x7d;" k="47" />
+<hkern u1="x" u2="]" k="33" />
+<hkern u1="x" u2="\" k="20" />
+<hkern u1="x" u2="X" k="16" />
+<hkern u1="x" u2="V" k="68" />
+<hkern u1="x" u2="Q" k="16" />
+<hkern u1="x" u2="P" k="33" />
+<hkern u1="x" u2="M" k="12" />
+<hkern u1="x" u2="F" k="33" />
+<hkern u1="x" u2="B" k="33" />
+<hkern u1="x" u2="&#x3f;" k="33" />
+<hkern u1="x" u2="&#x2a;" k="23" />
+<hkern u1="y" u2="&#x7d;" k="43" />
+<hkern u1="y" u2="]" k="29" />
+<hkern u1="y" u2="\" k="10" />
+<hkern u1="y" u2="X" k="80" />
+<hkern u1="y" u2="V" k="43" />
+<hkern u1="y" u2="P" k="31" />
+<hkern u1="y" u2="M" k="33" />
+<hkern u1="y" u2="F" k="31" />
+<hkern u1="y" u2="B" k="31" />
+<hkern u1="y" u2="&#x3f;" k="31" />
+<hkern u1="y" u2="&#x2f;" k="14" />
+<hkern u1="y" u2="&#x2e;" k="31" />
+<hkern u1="y" u2="&#x2c;" k="31" />
+<hkern u1="y" u2="&#x2a;" k="10" />
+<hkern u1="y" u2="&#x29;" k="31" />
+<hkern u1="y" u2="&#x21;" k="12" />
+<hkern u1="z" u2="&#x7d;" k="49" />
+<hkern u1="z" u2="]" k="33" />
+<hkern u1="z" u2="\" k="16" />
+<hkern u1="z" u2="X" k="25" />
+<hkern u1="z" u2="V" k="66" />
+<hkern u1="z" u2="Q" k="12" />
+<hkern u1="z" u2="P" k="33" />
+<hkern u1="z" u2="M" k="16" />
+<hkern u1="z" u2="F" k="33" />
+<hkern u1="z" u2="B" k="33" />
+<hkern u1="z" u2="&#x3f;" k="35" />
+<hkern u1="z" u2="&#x2a;" k="23" />
+<hkern u1="z" u2="&#x29;" k="12" />
+<hkern u1="z" u2="&#x21;" k="10" />
+<hkern u1="&#x7b;" g2="uniFB02" k="43" />
+<hkern u1="&#x7b;" g2="uniFB01" k="43" />
+<hkern u1="&#x7b;" u2="&#x178;" k="-25" />
+<hkern u1="&#x7b;" u2="&#x153;" k="90" />
+<hkern u1="&#x7b;" u2="&#x152;" k="55" />
+<hkern u1="&#x7b;" u2="&#xff;" k="43" />
+<hkern u1="&#x7b;" u2="&#xfe;" k="61" />
+<hkern u1="&#x7b;" u2="&#xfc;" k="66" />
+<hkern u1="&#x7b;" u2="&#xfb;" k="66" />
+<hkern u1="&#x7b;" u2="&#xfa;" k="66" />
+<hkern u1="&#x7b;" u2="&#xf9;" k="66" />
+<hkern u1="&#x7b;" u2="&#xf8;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf6;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf5;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf4;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf3;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf2;" k="90" />
+<hkern u1="&#x7b;" u2="&#xf1;" k="63" />
+<hkern u1="&#x7b;" u2="&#xee;" k="12" />
+<hkern u1="&#x7b;" u2="&#xed;" k="12" />
+<hkern u1="&#x7b;" u2="&#xeb;" k="90" />
+<hkern u1="&#x7b;" u2="&#xea;" k="90" />
+<hkern u1="&#x7b;" u2="&#xe9;" k="90" />
+<hkern u1="&#x7b;" u2="&#xe8;" k="90" />
+<hkern u1="&#x7b;" u2="&#xe7;" k="90" />
+<hkern u1="&#x7b;" u2="&#xe6;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe5;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe4;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe3;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe2;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe1;" k="78" />
+<hkern u1="&#x7b;" u2="&#xe0;" k="78" />
+<hkern u1="&#x7b;" u2="&#xdd;" k="-25" />
+<hkern u1="&#x7b;" u2="&#xdc;" k="10" />
+<hkern u1="&#x7b;" u2="&#xdb;" k="10" />
+<hkern u1="&#x7b;" u2="&#xda;" k="10" />
+<hkern u1="&#x7b;" u2="&#xd9;" k="10" />
+<hkern u1="&#x7b;" u2="&#xd8;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd6;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd5;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd4;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd3;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd2;" k="55" />
+<hkern u1="&#x7b;" u2="&#xd1;" k="12" />
+<hkern u1="&#x7b;" u2="&#xd0;" k="12" />
+<hkern u1="&#x7b;" u2="&#xcf;" k="12" />
+<hkern u1="&#x7b;" u2="&#xce;" k="12" />
+<hkern u1="&#x7b;" u2="&#xcd;" k="12" />
+<hkern u1="&#x7b;" u2="&#xcc;" k="12" />
+<hkern u1="&#x7b;" u2="&#xcb;" k="12" />
+<hkern u1="&#x7b;" u2="&#xca;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc9;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc8;" k="12" />
+<hkern u1="&#x7b;" u2="&#xc7;" k="55" />
+<hkern u1="&#x7b;" u2="&#xc6;" k="16" />
+<hkern u1="&#x7b;" u2="&#xc5;" k="20" />
+<hkern u1="&#x7b;" u2="&#xc4;" k="20" />
+<hkern u1="&#x7b;" u2="&#xc3;" k="20" />
+<hkern u1="&#x7b;" u2="&#xc2;" k="20" />
+<hkern u1="&#x7b;" u2="&#xc1;" k="20" />
+<hkern u1="&#x7b;" u2="&#xc0;" k="20" />
+<hkern u1="&#x7b;" u2="z" k="49" />
+<hkern u1="&#x7b;" u2="y" k="43" />
+<hkern u1="&#x7b;" u2="w" k="49" />
+<hkern u1="&#x7b;" u2="u" k="66" />
+<hkern u1="&#x7b;" u2="t" k="70" />
+<hkern u1="&#x7b;" u2="s" k="76" />
+<hkern u1="&#x7b;" u2="r" k="63" />
+<hkern u1="&#x7b;" u2="p" k="61" />
+<hkern u1="&#x7b;" u2="o" k="90" />
+<hkern u1="&#x7b;" u2="n" k="63" />
+<hkern u1="&#x7b;" u2="l" k="12" />
+<hkern u1="&#x7b;" u2="k" k="12" />
+<hkern u1="&#x7b;" u2="j" k="-276" />
+<hkern u1="&#x7b;" u2="i" k="12" />
+<hkern u1="&#x7b;" u2="h" k="12" />
+<hkern u1="&#x7b;" u2="g" k="47" />
+<hkern u1="&#x7b;" u2="f" k="43" />
+<hkern u1="&#x7b;" u2="e" k="90" />
+<hkern u1="&#x7b;" u2="d" k="84" />
+<hkern u1="&#x7b;" u2="c" k="90" />
+<hkern u1="&#x7b;" u2="a" k="78" />
+<hkern u1="&#x7b;" u2="Y" k="-25" />
+<hkern u1="&#x7b;" u2="U" k="10" />
+<hkern u1="&#x7b;" u2="S" k="12" />
+<hkern u1="&#x7b;" u2="R" k="12" />
+<hkern u1="&#x7b;" u2="O" k="55" />
+<hkern u1="&#x7b;" u2="N" k="12" />
+<hkern u1="&#x7b;" u2="L" k="12" />
+<hkern u1="&#x7b;" u2="K" k="12" />
+<hkern u1="&#x7b;" u2="J" k="14" />
+<hkern u1="&#x7b;" u2="I" k="12" />
+<hkern u1="&#x7b;" u2="H" k="12" />
+<hkern u1="&#x7b;" u2="G" k="55" />
+<hkern u1="&#x7b;" u2="E" k="12" />
+<hkern u1="&#x7b;" u2="D" k="12" />
+<hkern u1="&#x7b;" u2="C" k="55" />
+<hkern u1="&#x7b;" u2="A" k="20" />
+<hkern u1="&#x7b;" u2="&#xfd;" k="66" />
+<hkern u1="&#x7b;" u2="&#xf0;" k="45" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-86" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-2" />
+<hkern u1="&#x7b;" u2="&#xdf;" k="37" />
+<hkern u1="&#x7b;" u2="&#xde;" k="12" />
+<hkern u1="&#x7b;" u2="x" k="47" />
+<hkern u1="&#x7b;" u2="v" k="43" />
+<hkern u1="&#x7b;" u2="q" k="90" />
+<hkern u1="&#x7b;" u2="m" k="63" />
+<hkern u1="&#x7b;" u2="b" k="12" />
+<hkern u1="&#x7b;" u2="V" k="-12" />
+<hkern u1="&#x7b;" u2="Q" k="55" />
+<hkern u1="&#x7b;" u2="P" k="12" />
+<hkern u1="&#x7b;" u2="M" k="23" />
+<hkern u1="&#x7b;" u2="F" k="12" />
+<hkern u1="&#x7b;" u2="B" k="12" />
+<hkern u1="&#x7b;" u2="&#x39;" k="16" />
+<hkern u1="&#x7b;" u2="&#x38;" k="31" />
+<hkern u1="&#x7b;" u2="&#x36;" k="72" />
+<hkern u1="&#x7b;" u2="&#x34;" k="35" />
+<hkern u1="&#x7b;" u2="&#x33;" k="14" />
+<hkern u1="&#x7b;" u2="&#x32;" k="12" />
+<hkern u1="&#x7b;" u2="&#x31;" k="27" />
+<hkern u1="&#x7b;" u2="&#x30;" k="49" />
+<hkern u1="&#xa3;" u2="&#x36;" k="14" />
+<hkern u1="&#xa3;" u2="&#x34;" k="33" />
+<hkern u1="&#xa3;" u2="&#x30;" k="14" />
+<hkern u1="&#xab;" u2="V" k="25" />
+<hkern u1="&#xb0;" u2="&#x36;" k="23" />
+<hkern u1="&#xb0;" u2="&#x34;" k="82" />
+<hkern u1="&#xb0;" u2="&#x30;" k="14" />
+<hkern u1="&#xb7;" u2="L" k="23" />
+<hkern u1="&#xb7;" u2="&#x39;" k="14" />
+<hkern u1="&#xb7;" u2="&#x38;" k="25" />
+<hkern u1="&#xb7;" u2="&#x37;" k="72" />
+<hkern u1="&#xb7;" u2="&#x35;" k="31" />
+<hkern u1="&#xb7;" u2="&#x34;" k="10" />
+<hkern u1="&#xb7;" u2="&#x33;" k="53" />
+<hkern u1="&#xb7;" u2="&#x32;" k="84" />
+<hkern u1="&#xb7;" u2="&#x31;" k="51" />
+<hkern u1="&#xb7;" u2="&#x30;" k="12" />
+<hkern u1="&#xbb;" u2="&#xde;" k="10" />
+<hkern u1="&#xbb;" u2="x" k="14" />
+<hkern u1="&#xbb;" u2="X" k="16" />
+<hkern u1="&#xbb;" u2="V" k="72" />
+<hkern u1="&#xbb;" u2="P" k="10" />
+<hkern u1="&#xbb;" u2="F" k="10" />
+<hkern u1="&#xbb;" u2="B" k="10" />
+<hkern u1="&#xc0;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc0;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc0;" u2="v" k="41" />
+<hkern u1="&#xc0;" u2="]" k="12" />
+<hkern u1="&#xc0;" u2="\" k="39" />
+<hkern u1="&#xc0;" u2="V" k="80" />
+<hkern u1="&#xc0;" u2="Q" k="8" />
+<hkern u1="&#xc0;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc1;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc1;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc1;" u2="v" k="41" />
+<hkern u1="&#xc1;" u2="]" k="12" />
+<hkern u1="&#xc1;" u2="\" k="39" />
+<hkern u1="&#xc1;" u2="V" k="80" />
+<hkern u1="&#xc1;" u2="Q" k="8" />
+<hkern u1="&#xc1;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc2;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc2;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc2;" u2="v" k="41" />
+<hkern u1="&#xc2;" u2="]" k="12" />
+<hkern u1="&#xc2;" u2="\" k="39" />
+<hkern u1="&#xc2;" u2="V" k="80" />
+<hkern u1="&#xc2;" u2="Q" k="8" />
+<hkern u1="&#xc2;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc3;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc3;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc3;" u2="v" k="41" />
+<hkern u1="&#xc3;" u2="]" k="12" />
+<hkern u1="&#xc3;" u2="\" k="39" />
+<hkern u1="&#xc3;" u2="V" k="80" />
+<hkern u1="&#xc3;" u2="Q" k="8" />
+<hkern u1="&#xc3;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc4;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc4;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc4;" u2="v" k="41" />
+<hkern u1="&#xc4;" u2="]" k="12" />
+<hkern u1="&#xc4;" u2="\" k="39" />
+<hkern u1="&#xc4;" u2="V" k="80" />
+<hkern u1="&#xc4;" u2="Q" k="8" />
+<hkern u1="&#xc4;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc5;" u2="&#xf0;" k="8" />
+<hkern u1="&#xc5;" u2="&#x7d;" k="20" />
+<hkern u1="&#xc5;" u2="v" k="41" />
+<hkern u1="&#xc5;" u2="]" k="12" />
+<hkern u1="&#xc5;" u2="\" k="39" />
+<hkern u1="&#xc5;" u2="V" k="80" />
+<hkern u1="&#xc5;" u2="Q" k="8" />
+<hkern u1="&#xc5;" u2="&#x2a;" k="72" />
+<hkern u1="&#xc6;" u2="&#xf0;" k="39" />
+<hkern u1="&#xc6;" u2="&#xef;" k="-18" />
+<hkern u1="&#xc6;" u2="&#xdf;" k="25" />
+<hkern u1="&#xc6;" u2="x" k="16" />
+<hkern u1="&#xc6;" u2="v" k="39" />
+<hkern u1="&#xc6;" u2="q" k="37" />
+<hkern u1="&#xc6;" u2="m" k="27" />
+<hkern u1="&#xc6;" u2="b" k="16" />
+<hkern u1="&#xc6;" u2="Q" k="6" />
+<hkern u1="&#xc7;" u2="&#xf0;" k="27" />
+<hkern u1="&#xc7;" u2="&#xef;" k="-37" />
+<hkern u1="&#xc7;" u2="&#xee;" k="-31" />
+<hkern u1="&#xc7;" u2="&#xdf;" k="20" />
+<hkern u1="&#xc7;" u2="x" k="37" />
+<hkern u1="&#xc7;" u2="v" k="76" />
+<hkern u1="&#xc7;" u2="q" k="23" />
+<hkern u1="&#xc7;" u2="m" k="27" />
+<hkern u1="&#xc7;" u2="b" k="14" />
+<hkern u1="&#xc7;" u2="Q" k="6" />
+<hkern u1="&#xc7;" u2="&#x3b;" k="12" />
+<hkern u1="&#xc7;" u2="&#x3a;" k="12" />
+<hkern u1="&#xc8;" u2="&#xf0;" k="39" />
+<hkern u1="&#xc8;" u2="&#xef;" k="-18" />
+<hkern u1="&#xc8;" u2="&#xdf;" k="25" />
+<hkern u1="&#xc8;" u2="x" k="16" />
+<hkern u1="&#xc8;" u2="v" k="39" />
+<hkern u1="&#xc8;" u2="q" k="37" />
+<hkern u1="&#xc8;" u2="m" k="27" />
+<hkern u1="&#xc8;" u2="b" k="16" />
+<hkern u1="&#xc8;" u2="Q" k="6" />
+<hkern u1="&#xc9;" u2="&#xf0;" k="39" />
+<hkern u1="&#xc9;" u2="&#xef;" k="-18" />
+<hkern u1="&#xc9;" u2="&#xdf;" k="25" />
+<hkern u1="&#xc9;" u2="x" k="16" />
+<hkern u1="&#xc9;" u2="v" k="39" />
+<hkern u1="&#xc9;" u2="q" k="37" />
+<hkern u1="&#xc9;" u2="m" k="27" />
+<hkern u1="&#xc9;" u2="b" k="16" />
+<hkern u1="&#xc9;" u2="Q" k="6" />
+<hkern u1="&#xca;" u2="&#xf0;" k="39" />
+<hkern u1="&#xca;" u2="&#xef;" k="-18" />
+<hkern u1="&#xca;" u2="&#xdf;" k="25" />
+<hkern u1="&#xca;" u2="x" k="16" />
+<hkern u1="&#xca;" u2="v" k="39" />
+<hkern u1="&#xca;" u2="q" k="37" />
+<hkern u1="&#xca;" u2="m" k="27" />
+<hkern u1="&#xca;" u2="b" k="16" />
+<hkern u1="&#xca;" u2="Q" k="6" />
+<hkern u1="&#xcb;" u2="&#xf0;" k="39" />
+<hkern u1="&#xcb;" u2="&#xef;" k="-18" />
+<hkern u1="&#xcb;" u2="&#xdf;" k="25" />
+<hkern u1="&#xcb;" u2="x" k="16" />
+<hkern u1="&#xcb;" u2="v" k="39" />
+<hkern u1="&#xcb;" u2="q" k="37" />
+<hkern u1="&#xcb;" u2="m" k="27" />
+<hkern u1="&#xcb;" u2="b" k="16" />
+<hkern u1="&#xcb;" u2="Q" k="6" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="37" />
+<hkern u1="&#xcc;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcc;" u2="&#x7d;" k="12" />
+<hkern u1="&#xcc;" u2="x" k="33" />
+<hkern u1="&#xcc;" u2="v" k="31" />
+<hkern u1="&#xcc;" u2="q" k="39" />
+<hkern u1="&#xcc;" u2="m" k="27" />
+<hkern u1="&#xcc;" u2="b" k="29" />
+<hkern u1="&#xcc;" u2="&#x3b;" k="14" />
+<hkern u1="&#xcc;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcc;" u2="&#x2f;" k="10" />
+<hkern u1="&#xcc;" u2="&#x2e;" k="23" />
+<hkern u1="&#xcc;" u2="&#x2c;" k="23" />
+<hkern u1="&#xcc;" u2="&#x2a;" k="12" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="37" />
+<hkern u1="&#xcd;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcd;" u2="&#x7d;" k="12" />
+<hkern u1="&#xcd;" u2="x" k="33" />
+<hkern u1="&#xcd;" u2="v" k="31" />
+<hkern u1="&#xcd;" u2="q" k="39" />
+<hkern u1="&#xcd;" u2="m" k="27" />
+<hkern u1="&#xcd;" u2="b" k="29" />
+<hkern u1="&#xcd;" u2="&#x3b;" k="14" />
+<hkern u1="&#xcd;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcd;" u2="&#x2f;" k="10" />
+<hkern u1="&#xcd;" u2="&#x2e;" k="23" />
+<hkern u1="&#xcd;" u2="&#x2c;" k="23" />
+<hkern u1="&#xcd;" u2="&#x2a;" k="12" />
+<hkern u1="&#xce;" u2="&#xf0;" k="37" />
+<hkern u1="&#xce;" u2="&#xdf;" k="27" />
+<hkern u1="&#xce;" u2="&#x7d;" k="12" />
+<hkern u1="&#xce;" u2="x" k="33" />
+<hkern u1="&#xce;" u2="v" k="31" />
+<hkern u1="&#xce;" u2="q" k="39" />
+<hkern u1="&#xce;" u2="m" k="27" />
+<hkern u1="&#xce;" u2="b" k="29" />
+<hkern u1="&#xce;" u2="&#x3b;" k="14" />
+<hkern u1="&#xce;" u2="&#x3a;" k="14" />
+<hkern u1="&#xce;" u2="&#x2f;" k="10" />
+<hkern u1="&#xce;" u2="&#x2e;" k="23" />
+<hkern u1="&#xce;" u2="&#x2c;" k="23" />
+<hkern u1="&#xce;" u2="&#x2a;" k="12" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="37" />
+<hkern u1="&#xcf;" u2="&#xdf;" k="27" />
+<hkern u1="&#xcf;" u2="&#x7d;" k="12" />
+<hkern u1="&#xcf;" u2="x" k="33" />
+<hkern u1="&#xcf;" u2="v" k="31" />
+<hkern u1="&#xcf;" u2="q" k="39" />
+<hkern u1="&#xcf;" u2="m" k="27" />
+<hkern u1="&#xcf;" u2="b" k="29" />
+<hkern u1="&#xcf;" u2="&#x3b;" k="14" />
+<hkern u1="&#xcf;" u2="&#x3a;" k="14" />
+<hkern u1="&#xcf;" u2="&#x2f;" k="10" />
+<hkern u1="&#xcf;" u2="&#x2e;" k="23" />
+<hkern u1="&#xcf;" u2="&#x2c;" k="23" />
+<hkern u1="&#xcf;" u2="&#x2a;" k="12" />
+<hkern u1="&#xd0;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd0;" u2="&#xdf;" k="25" />
+<hkern u1="&#xd0;" u2="&#x7d;" k="57" />
+<hkern u1="&#xd0;" u2="x" k="18" />
+<hkern u1="&#xd0;" u2="q" k="23" />
+<hkern u1="&#xd0;" u2="m" k="27" />
+<hkern u1="&#xd0;" u2="b" k="25" />
+<hkern u1="&#xd0;" u2="]" k="33" />
+<hkern u1="&#xd0;" u2="X" k="18" />
+<hkern u1="&#xd0;" u2="V" k="10" />
+<hkern u1="&#xd0;" u2="&#x2f;" k="14" />
+<hkern u1="&#xd0;" u2="&#x2e;" k="55" />
+<hkern u1="&#xd0;" u2="&#x2c;" k="55" />
+<hkern u1="&#xd0;" u2="&#x29;" k="37" />
+<hkern u1="&#xd1;" u2="&#xf0;" k="39" />
+<hkern u1="&#xd1;" u2="&#xdf;" k="27" />
+<hkern u1="&#xd1;" u2="&#x7d;" k="12" />
+<hkern u1="&#xd1;" u2="x" k="33" />
+<hkern u1="&#xd1;" u2="v" k="31" />
+<hkern u1="&#xd1;" u2="q" k="39" />
+<hkern u1="&#xd1;" u2="m" k="27" />
+<hkern u1="&#xd1;" u2="b" k="29" />
+<hkern u1="&#xd1;" u2="&#x3b;" k="12" />
+<hkern u1="&#xd1;" u2="&#x3a;" k="12" />
+<hkern u1="&#xd1;" u2="&#x2f;" k="10" />
+<hkern u1="&#xd1;" u2="&#x2e;" k="23" />
+<hkern u1="&#xd1;" u2="&#x2c;" k="23" />
+<hkern u1="&#xd1;" u2="&#x2a;" k="12" />
+<hkern u1="&#xd2;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd2;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd2;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd2;" u2="x" k="18" />
+<hkern u1="&#xd2;" u2="q" k="20" />
+<hkern u1="&#xd2;" u2="m" k="25" />
+<hkern u1="&#xd2;" u2="b" k="23" />
+<hkern u1="&#xd2;" u2="]" k="29" />
+<hkern u1="&#xd2;" u2="X" k="16" />
+<hkern u1="&#xd2;" u2="V" k="8" />
+<hkern u1="&#xd2;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd2;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd2;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd2;" u2="&#x29;" k="35" />
+<hkern u1="&#xd3;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd3;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd3;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd3;" u2="x" k="18" />
+<hkern u1="&#xd3;" u2="q" k="20" />
+<hkern u1="&#xd3;" u2="m" k="25" />
+<hkern u1="&#xd3;" u2="b" k="23" />
+<hkern u1="&#xd3;" u2="]" k="29" />
+<hkern u1="&#xd3;" u2="X" k="16" />
+<hkern u1="&#xd3;" u2="V" k="8" />
+<hkern u1="&#xd3;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd3;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd3;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd3;" u2="&#x29;" k="35" />
+<hkern u1="&#xd4;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd4;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd4;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd4;" u2="x" k="18" />
+<hkern u1="&#xd4;" u2="q" k="20" />
+<hkern u1="&#xd4;" u2="m" k="25" />
+<hkern u1="&#xd4;" u2="b" k="23" />
+<hkern u1="&#xd4;" u2="]" k="29" />
+<hkern u1="&#xd4;" u2="X" k="16" />
+<hkern u1="&#xd4;" u2="V" k="8" />
+<hkern u1="&#xd4;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd4;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd4;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd4;" u2="&#x29;" k="35" />
+<hkern u1="&#xd5;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd5;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd5;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd5;" u2="x" k="18" />
+<hkern u1="&#xd5;" u2="q" k="20" />
+<hkern u1="&#xd5;" u2="m" k="25" />
+<hkern u1="&#xd5;" u2="b" k="23" />
+<hkern u1="&#xd5;" u2="]" k="29" />
+<hkern u1="&#xd5;" u2="X" k="16" />
+<hkern u1="&#xd5;" u2="V" k="8" />
+<hkern u1="&#xd5;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd5;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd5;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd5;" u2="&#x29;" k="35" />
+<hkern u1="&#xd6;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd6;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd6;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd6;" u2="x" k="18" />
+<hkern u1="&#xd6;" u2="q" k="20" />
+<hkern u1="&#xd6;" u2="m" k="25" />
+<hkern u1="&#xd6;" u2="b" k="23" />
+<hkern u1="&#xd6;" u2="]" k="29" />
+<hkern u1="&#xd6;" u2="X" k="16" />
+<hkern u1="&#xd6;" u2="V" k="8" />
+<hkern u1="&#xd6;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd6;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd6;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd6;" u2="&#x29;" k="35" />
+<hkern u1="&#xd8;" u2="&#xf0;" k="18" />
+<hkern u1="&#xd8;" u2="&#xdf;" k="23" />
+<hkern u1="&#xd8;" u2="&#x7d;" k="55" />
+<hkern u1="&#xd8;" u2="x" k="18" />
+<hkern u1="&#xd8;" u2="q" k="20" />
+<hkern u1="&#xd8;" u2="m" k="25" />
+<hkern u1="&#xd8;" u2="b" k="23" />
+<hkern u1="&#xd8;" u2="]" k="29" />
+<hkern u1="&#xd8;" u2="X" k="16" />
+<hkern u1="&#xd8;" u2="V" k="8" />
+<hkern u1="&#xd8;" u2="&#x2f;" k="12" />
+<hkern u1="&#xd8;" u2="&#x2e;" k="53" />
+<hkern u1="&#xd8;" u2="&#x2c;" k="53" />
+<hkern u1="&#xd8;" u2="&#x29;" k="35" />
+<hkern u1="&#xd9;" u2="&#xf0;" k="39" />
+<hkern u1="&#xd9;" u2="&#xef;" k="27" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="45" />
+<hkern u1="&#xd9;" u2="&#x7d;" k="10" />
+<hkern u1="&#xd9;" u2="x" k="43" />
+<hkern u1="&#xd9;" u2="v" k="27" />
+<hkern u1="&#xd9;" u2="q" k="43" />
+<hkern u1="&#xd9;" u2="m" k="43" />
+<hkern u1="&#xd9;" u2="b" k="45" />
+<hkern u1="&#xd9;" u2="X" k="6" />
+<hkern u1="&#xd9;" u2="&#x3b;" k="18" />
+<hkern u1="&#xd9;" u2="&#x3a;" k="18" />
+<hkern u1="&#xd9;" u2="&#x2f;" k="20" />
+<hkern u1="&#xd9;" u2="&#x2e;" k="51" />
+<hkern u1="&#xd9;" u2="&#x2c;" k="51" />
+<hkern u1="&#xda;" u2="&#xf0;" k="39" />
+<hkern u1="&#xda;" u2="&#xef;" k="27" />
+<hkern u1="&#xda;" u2="&#xdf;" k="45" />
+<hkern u1="&#xda;" u2="&#x7d;" k="10" />
+<hkern u1="&#xda;" u2="x" k="43" />
+<hkern u1="&#xda;" u2="v" k="27" />
+<hkern u1="&#xda;" u2="q" k="43" />
+<hkern u1="&#xda;" u2="m" k="43" />
+<hkern u1="&#xda;" u2="b" k="45" />
+<hkern u1="&#xda;" u2="X" k="6" />
+<hkern u1="&#xda;" u2="&#x3b;" k="18" />
+<hkern u1="&#xda;" u2="&#x3a;" k="18" />
+<hkern u1="&#xda;" u2="&#x2f;" k="20" />
+<hkern u1="&#xda;" u2="&#x2e;" k="51" />
+<hkern u1="&#xda;" u2="&#x2c;" k="51" />
+<hkern u1="&#xdb;" u2="&#xf0;" k="39" />
+<hkern u1="&#xdb;" u2="&#xef;" k="27" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="45" />
+<hkern u1="&#xdb;" u2="&#x7d;" k="10" />
+<hkern u1="&#xdb;" u2="x" k="43" />
+<hkern u1="&#xdb;" u2="v" k="27" />
+<hkern u1="&#xdb;" u2="q" k="43" />
+<hkern u1="&#xdb;" u2="m" k="43" />
+<hkern u1="&#xdb;" u2="b" k="45" />
+<hkern u1="&#xdb;" u2="X" k="6" />
+<hkern u1="&#xdb;" u2="&#x3b;" k="18" />
+<hkern u1="&#xdb;" u2="&#x3a;" k="18" />
+<hkern u1="&#xdb;" u2="&#x2f;" k="20" />
+<hkern u1="&#xdb;" u2="&#x2e;" k="51" />
+<hkern u1="&#xdb;" u2="&#x2c;" k="51" />
+<hkern u1="&#xdc;" u2="&#xf0;" k="39" />
+<hkern u1="&#xdc;" u2="&#xef;" k="27" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="45" />
+<hkern u1="&#xdc;" u2="&#x7d;" k="10" />
+<hkern u1="&#xdc;" u2="x" k="43" />
+<hkern u1="&#xdc;" u2="v" k="27" />
+<hkern u1="&#xdc;" u2="q" k="43" />
+<hkern u1="&#xdc;" u2="m" k="43" />
+<hkern u1="&#xdc;" u2="b" k="45" />
+<hkern u1="&#xdc;" u2="X" k="6" />
+<hkern u1="&#xdc;" u2="&#x3b;" k="18" />
+<hkern u1="&#xdc;" u2="&#x3a;" k="18" />
+<hkern u1="&#xdc;" u2="&#x2f;" k="20" />
+<hkern u1="&#xdc;" u2="&#x2e;" k="51" />
+<hkern u1="&#xdc;" u2="&#x2c;" k="51" />
+<hkern u1="&#xdd;" u2="&#xfe;" k="70" />
+<hkern u1="&#xdd;" u2="&#xfc;" k="147" />
+<hkern u1="&#xdd;" u2="&#xf6;" k="139" />
+<hkern u1="&#xdd;" u2="&#xf5;" k="174" />
+<hkern u1="&#xdd;" u2="&#xf0;" k="80" />
+<hkern u1="&#xdd;" u2="&#xef;" k="-113" />
+<hkern u1="&#xdd;" u2="&#xee;" k="-8" />
+<hkern u1="&#xdd;" u2="&#xec;" k="-31" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="135" />
+<hkern u1="&#xdd;" u2="&#xe5;" k="180" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="115" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="125" />
+<hkern u1="&#xdd;" u2="&#xe2;" k="195" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="70" />
+<hkern u1="&#xdd;" u2="&#x7d;" k="-27" />
+<hkern u1="&#xdd;" u2="x" k="84" />
+<hkern u1="&#xdd;" u2="v" k="80" />
+<hkern u1="&#xdd;" u2="q" k="217" />
+<hkern u1="&#xdd;" u2="m" k="164" />
+<hkern u1="&#xdd;" u2="b" k="18" />
+<hkern u1="&#xdd;" u2="]" k="-27" />
+<hkern u1="&#xdd;" u2="\" k="-27" />
+<hkern u1="&#xdd;" u2="V" k="-35" />
+<hkern u1="&#xdd;" u2="Q" k="25" />
+<hkern u1="&#xdd;" u2="M" k="35" />
+<hkern u1="&#xdd;" u2="&#x40;" k="39" />
+<hkern u1="&#xdd;" u2="&#x3b;" k="55" />
+<hkern u1="&#xdd;" u2="&#x3a;" k="55" />
+<hkern u1="&#xdd;" u2="&#x2f;" k="59" />
+<hkern u1="&#xdd;" u2="&#x2e;" k="76" />
+<hkern u1="&#xdd;" u2="&#x2c;" k="76" />
+<hkern u1="&#xdd;" u2="&#x29;" k="-14" />
+<hkern u1="&#xde;" u2="&#x201e;" k="72" />
+<hkern u1="&#xde;" u2="&#x201a;" k="72" />
+<hkern u1="&#xde;" u2="&#x2014;" k="18" />
+<hkern u1="&#xde;" u2="&#x2013;" k="18" />
+<hkern u1="&#xde;" u2="&#x178;" k="39" />
+<hkern u1="&#xde;" u2="&#x153;" k="14" />
+<hkern u1="&#xde;" u2="&#xfe;" k="16" />
+<hkern u1="&#xde;" u2="&#xfc;" k="14" />
+<hkern u1="&#xde;" u2="&#xfb;" k="14" />
+<hkern u1="&#xde;" u2="&#xfa;" k="14" />
+<hkern u1="&#xde;" u2="&#xf9;" k="14" />
+<hkern u1="&#xde;" u2="&#xf8;" k="14" />
+<hkern u1="&#xde;" u2="&#xf6;" k="14" />
+<hkern u1="&#xde;" u2="&#xf5;" k="14" />
+<hkern u1="&#xde;" u2="&#xf4;" k="14" />
+<hkern u1="&#xde;" u2="&#xf3;" k="14" />
+<hkern u1="&#xde;" u2="&#xf2;" k="14" />
+<hkern u1="&#xde;" u2="&#xf1;" k="16" />
+<hkern u1="&#xde;" u2="&#xef;" k="16" />
+<hkern u1="&#xde;" u2="&#xee;" k="16" />
+<hkern u1="&#xde;" u2="&#xed;" k="16" />
+<hkern u1="&#xde;" u2="&#xec;" k="16" />
+<hkern u1="&#xde;" u2="&#xeb;" k="14" />
+<hkern u1="&#xde;" u2="&#xea;" k="14" />
+<hkern u1="&#xde;" u2="&#xe9;" k="14" />
+<hkern u1="&#xde;" u2="&#xe8;" k="14" />
+<hkern u1="&#xde;" u2="&#xe7;" k="14" />
+<hkern u1="&#xde;" u2="&#xe6;" k="23" />
+<hkern u1="&#xde;" u2="&#xe5;" k="23" />
+<hkern u1="&#xde;" u2="&#xe4;" k="23" />
+<hkern u1="&#xde;" u2="&#xe3;" k="23" />
+<hkern u1="&#xde;" u2="&#xe2;" k="23" />
+<hkern u1="&#xde;" u2="&#xe1;" k="23" />
+<hkern u1="&#xde;" u2="&#xe0;" k="23" />
+<hkern u1="&#xde;" u2="&#xdd;" k="39" />
+<hkern u1="&#xde;" u2="&#xc6;" k="27" />
+<hkern u1="&#xde;" u2="&#xc5;" k="10" />
+<hkern u1="&#xde;" u2="&#xc4;" k="10" />
+<hkern u1="&#xde;" u2="&#xc3;" k="10" />
+<hkern u1="&#xde;" u2="&#xc2;" k="10" />
+<hkern u1="&#xde;" u2="&#xc1;" k="10" />
+<hkern u1="&#xde;" u2="&#xc0;" k="10" />
+<hkern u1="&#xde;" u2="z" k="6" />
+<hkern u1="&#xde;" u2="u" k="14" />
+<hkern u1="&#xde;" u2="s" k="6" />
+<hkern u1="&#xde;" u2="r" k="16" />
+<hkern u1="&#xde;" u2="p" k="16" />
+<hkern u1="&#xde;" u2="o" k="14" />
+<hkern u1="&#xde;" u2="n" k="16" />
+<hkern u1="&#xde;" u2="l" k="14" />
+<hkern u1="&#xde;" u2="k" k="14" />
+<hkern u1="&#xde;" u2="j" k="16" />
+<hkern u1="&#xde;" u2="i" k="16" />
+<hkern u1="&#xde;" u2="h" k="14" />
+<hkern u1="&#xde;" u2="g" k="31" />
+<hkern u1="&#xde;" u2="e" k="14" />
+<hkern u1="&#xde;" u2="d" k="12" />
+<hkern u1="&#xde;" u2="c" k="14" />
+<hkern u1="&#xde;" u2="a" k="23" />
+<hkern u1="&#xde;" u2="Z" k="37" />
+<hkern u1="&#xde;" u2="Y" k="39" />
+<hkern u1="&#xde;" u2="W" k="6" />
+<hkern u1="&#xde;" u2="T" k="39" />
+<hkern u1="&#xde;" u2="J" k="86" />
+<hkern u1="&#xde;" u2="A" k="10" />
+<hkern u1="&#xde;" u2="&#x2d;" k="18" />
+<hkern u1="&#xde;" u2="&#x27;" k="16" />
+<hkern u1="&#xde;" u2="&#x22;" k="16" />
+<hkern u1="&#xde;" u2="&#x7d;" k="76" />
+<hkern u1="&#xde;" u2="q" k="14" />
+<hkern u1="&#xde;" u2="m" k="16" />
+<hkern u1="&#xde;" u2="b" k="14" />
+<hkern u1="&#xde;" u2="]" k="39" />
+<hkern u1="&#xde;" u2="X" k="31" />
+<hkern u1="&#xde;" u2="V" k="8" />
+<hkern u1="&#xde;" u2="&#x3f;" k="10" />
+<hkern u1="&#xde;" u2="&#x2f;" k="12" />
+<hkern u1="&#xde;" u2="&#x2e;" k="72" />
+<hkern u1="&#xde;" u2="&#x2c;" k="72" />
+<hkern u1="&#xde;" u2="&#x29;" k="53" />
+<hkern u1="&#xdf;" g2="uniFB02" k="8" />
+<hkern u1="&#xdf;" g2="uniFB01" k="8" />
+<hkern u1="&#xdf;" u2="&#x201d;" k="10" />
+<hkern u1="&#xdf;" u2="&#x2019;" k="10" />
+<hkern u1="&#xdf;" u2="&#xff;" k="16" />
+<hkern u1="&#xdf;" u2="&#xfd;" k="16" />
+<hkern u1="&#xdf;" u2="y" k="16" />
+<hkern u1="&#xdf;" u2="w" k="8" />
+<hkern u1="&#xdf;" u2="t" k="8" />
+<hkern u1="&#xdf;" u2="f" k="8" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="33" />
+<hkern u1="&#xdf;" u2="v" k="12" />
+<hkern u1="&#xdf;" u2="]" k="23" />
+<hkern u1="&#xdf;" u2="\" k="16" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="20" />
+<hkern u1="&#xdf;" u2="&#x29;" k="14" />
+<hkern u1="&#xdf;" u2="&#x21;" k="10" />
+<hkern u1="&#xe0;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe0;" u2="]" k="49" />
+<hkern u1="&#xe0;" u2="\" k="43" />
+<hkern u1="&#xe0;" u2="X" k="31" />
+<hkern u1="&#xe0;" u2="V" k="141" />
+<hkern u1="&#xe0;" u2="Q" k="29" />
+<hkern u1="&#xe0;" u2="P" k="29" />
+<hkern u1="&#xe0;" u2="M" k="18" />
+<hkern u1="&#xe0;" u2="F" k="29" />
+<hkern u1="&#xe0;" u2="B" k="29" />
+<hkern u1="&#xe0;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe0;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe0;" u2="&#x29;" k="20" />
+<hkern u1="&#xe0;" u2="&#x21;" k="16" />
+<hkern u1="&#xe1;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe1;" u2="]" k="49" />
+<hkern u1="&#xe1;" u2="\" k="43" />
+<hkern u1="&#xe1;" u2="X" k="31" />
+<hkern u1="&#xe1;" u2="V" k="141" />
+<hkern u1="&#xe1;" u2="Q" k="29" />
+<hkern u1="&#xe1;" u2="P" k="29" />
+<hkern u1="&#xe1;" u2="M" k="18" />
+<hkern u1="&#xe1;" u2="F" k="29" />
+<hkern u1="&#xe1;" u2="B" k="29" />
+<hkern u1="&#xe1;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe1;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe1;" u2="&#x29;" k="20" />
+<hkern u1="&#xe1;" u2="&#x21;" k="16" />
+<hkern u1="&#xe2;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe2;" u2="]" k="49" />
+<hkern u1="&#xe2;" u2="\" k="43" />
+<hkern u1="&#xe2;" u2="X" k="31" />
+<hkern u1="&#xe2;" u2="V" k="141" />
+<hkern u1="&#xe2;" u2="Q" k="29" />
+<hkern u1="&#xe2;" u2="P" k="29" />
+<hkern u1="&#xe2;" u2="M" k="18" />
+<hkern u1="&#xe2;" u2="F" k="29" />
+<hkern u1="&#xe2;" u2="B" k="29" />
+<hkern u1="&#xe2;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe2;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe2;" u2="&#x29;" k="20" />
+<hkern u1="&#xe2;" u2="&#x21;" k="16" />
+<hkern u1="&#xe3;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe3;" u2="]" k="49" />
+<hkern u1="&#xe3;" u2="\" k="43" />
+<hkern u1="&#xe3;" u2="X" k="31" />
+<hkern u1="&#xe3;" u2="V" k="141" />
+<hkern u1="&#xe3;" u2="Q" k="29" />
+<hkern u1="&#xe3;" u2="P" k="29" />
+<hkern u1="&#xe3;" u2="M" k="18" />
+<hkern u1="&#xe3;" u2="F" k="29" />
+<hkern u1="&#xe3;" u2="B" k="29" />
+<hkern u1="&#xe3;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe3;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe3;" u2="&#x29;" k="20" />
+<hkern u1="&#xe3;" u2="&#x21;" k="16" />
+<hkern u1="&#xe4;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe4;" u2="]" k="49" />
+<hkern u1="&#xe4;" u2="\" k="43" />
+<hkern u1="&#xe4;" u2="X" k="31" />
+<hkern u1="&#xe4;" u2="V" k="141" />
+<hkern u1="&#xe4;" u2="Q" k="29" />
+<hkern u1="&#xe4;" u2="P" k="29" />
+<hkern u1="&#xe4;" u2="M" k="18" />
+<hkern u1="&#xe4;" u2="F" k="29" />
+<hkern u1="&#xe4;" u2="B" k="29" />
+<hkern u1="&#xe4;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe4;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe4;" u2="&#x29;" k="20" />
+<hkern u1="&#xe4;" u2="&#x21;" k="16" />
+<hkern u1="&#xe5;" u2="&#x7d;" k="61" />
+<hkern u1="&#xe5;" u2="]" k="49" />
+<hkern u1="&#xe5;" u2="\" k="43" />
+<hkern u1="&#xe5;" u2="X" k="31" />
+<hkern u1="&#xe5;" u2="V" k="141" />
+<hkern u1="&#xe5;" u2="Q" k="29" />
+<hkern u1="&#xe5;" u2="P" k="29" />
+<hkern u1="&#xe5;" u2="M" k="18" />
+<hkern u1="&#xe5;" u2="F" k="29" />
+<hkern u1="&#xe5;" u2="B" k="29" />
+<hkern u1="&#xe5;" u2="&#x3f;" k="51" />
+<hkern u1="&#xe5;" u2="&#x2a;" k="66" />
+<hkern u1="&#xe5;" u2="&#x29;" k="20" />
+<hkern u1="&#xe5;" u2="&#x21;" k="16" />
+<hkern u1="&#xe6;" u2="&#x7d;" k="84" />
+<hkern u1="&#xe6;" u2="]" k="59" />
+<hkern u1="&#xe6;" u2="\" k="37" />
+<hkern u1="&#xe6;" u2="X" k="35" />
+<hkern u1="&#xe6;" u2="V" k="195" />
+<hkern u1="&#xe6;" u2="Q" k="18" />
+<hkern u1="&#xe6;" u2="P" k="35" />
+<hkern u1="&#xe6;" u2="M" k="14" />
+<hkern u1="&#xe6;" u2="F" k="35" />
+<hkern u1="&#xe6;" u2="B" k="35" />
+<hkern u1="&#xe6;" u2="&#x3f;" k="53" />
+<hkern u1="&#xe6;" u2="&#x2a;" k="76" />
+<hkern u1="&#xe6;" u2="&#x29;" k="29" />
+<hkern u1="&#xe6;" u2="&#x21;" k="16" />
+<hkern u1="&#xe7;" u2="j" k="-102" />
+<hkern u1="&#xe7;" u2="&#x7d;" k="80" />
+<hkern u1="&#xe7;" u2="]" k="61" />
+<hkern u1="&#xe7;" u2="\" k="35" />
+<hkern u1="&#xe7;" u2="X" k="29" />
+<hkern u1="&#xe7;" u2="V" k="147" />
+<hkern u1="&#xe7;" u2="Q" k="23" />
+<hkern u1="&#xe7;" u2="P" k="35" />
+<hkern u1="&#xe7;" u2="M" k="12" />
+<hkern u1="&#xe7;" u2="F" k="35" />
+<hkern u1="&#xe7;" u2="B" k="35" />
+<hkern u1="&#xe7;" u2="&#x3f;" k="49" />
+<hkern u1="&#xe7;" u2="&#x2a;" k="72" />
+<hkern u1="&#xe7;" u2="&#x29;" k="29" />
+<hkern u1="&#xe7;" u2="&#x21;" k="12" />
+<hkern u1="&#xe8;" u2="&#x7d;" k="84" />
+<hkern u1="&#xe8;" u2="]" k="59" />
+<hkern u1="&#xe8;" u2="\" k="37" />
+<hkern u1="&#xe8;" u2="X" k="35" />
+<hkern u1="&#xe8;" u2="V" k="195" />
+<hkern u1="&#xe8;" u2="Q" k="18" />
+<hkern u1="&#xe8;" u2="P" k="35" />
+<hkern u1="&#xe8;" u2="M" k="14" />
+<hkern u1="&#xe8;" u2="F" k="35" />
+<hkern u1="&#xe8;" u2="B" k="35" />
+<hkern u1="&#xe8;" u2="&#x3f;" k="53" />
+<hkern u1="&#xe8;" u2="&#x2a;" k="76" />
+<hkern u1="&#xe8;" u2="&#x29;" k="29" />
+<hkern u1="&#xe8;" u2="&#x21;" k="16" />
+<hkern u1="&#xe9;" u2="&#x7d;" k="84" />
+<hkern u1="&#xe9;" u2="]" k="59" />
+<hkern u1="&#xe9;" u2="\" k="37" />
+<hkern u1="&#xe9;" u2="X" k="35" />
+<hkern u1="&#xe9;" u2="V" k="195" />
+<hkern u1="&#xe9;" u2="Q" k="18" />
+<hkern u1="&#xe9;" u2="P" k="35" />
+<hkern u1="&#xe9;" u2="M" k="14" />
+<hkern u1="&#xe9;" u2="F" k="35" />
+<hkern u1="&#xe9;" u2="B" k="35" />
+<hkern u1="&#xe9;" u2="&#x3f;" k="53" />
+<hkern u1="&#xe9;" u2="&#x2a;" k="76" />
+<hkern u1="&#xe9;" u2="&#x29;" k="29" />
+<hkern u1="&#xe9;" u2="&#x21;" k="16" />
+<hkern u1="&#xea;" u2="&#x7d;" k="84" />
+<hkern u1="&#xea;" u2="]" k="59" />
+<hkern u1="&#xea;" u2="\" k="37" />
+<hkern u1="&#xea;" u2="X" k="35" />
+<hkern u1="&#xea;" u2="V" k="195" />
+<hkern u1="&#xea;" u2="Q" k="18" />
+<hkern u1="&#xea;" u2="P" k="35" />
+<hkern u1="&#xea;" u2="M" k="14" />
+<hkern u1="&#xea;" u2="F" k="35" />
+<hkern u1="&#xea;" u2="B" k="35" />
+<hkern u1="&#xea;" u2="&#x3f;" k="53" />
+<hkern u1="&#xea;" u2="&#x2a;" k="76" />
+<hkern u1="&#xea;" u2="&#x29;" k="29" />
+<hkern u1="&#xea;" u2="&#x21;" k="16" />
+<hkern u1="&#xeb;" u2="&#x7d;" k="84" />
+<hkern u1="&#xeb;" u2="]" k="59" />
+<hkern u1="&#xeb;" u2="\" k="37" />
+<hkern u1="&#xeb;" u2="X" k="35" />
+<hkern u1="&#xeb;" u2="V" k="195" />
+<hkern u1="&#xeb;" u2="Q" k="18" />
+<hkern u1="&#xeb;" u2="P" k="35" />
+<hkern u1="&#xeb;" u2="M" k="14" />
+<hkern u1="&#xeb;" u2="F" k="35" />
+<hkern u1="&#xeb;" u2="B" k="35" />
+<hkern u1="&#xeb;" u2="&#x3f;" k="53" />
+<hkern u1="&#xeb;" u2="&#x2a;" k="76" />
+<hkern u1="&#xeb;" u2="&#x29;" k="29" />
+<hkern u1="&#xeb;" u2="&#x21;" k="16" />
+<hkern u1="&#xec;" u2="&#xef;" k="-12" />
+<hkern u1="&#xec;" u2="&#x7d;" k="12" />
+<hkern u1="&#xec;" u2="]" k="10" />
+<hkern u1="&#xec;" u2="X" k="27" />
+<hkern u1="&#xec;" u2="V" k="16" />
+<hkern u1="&#xec;" u2="Q" k="25" />
+<hkern u1="&#xec;" u2="P" k="29" />
+<hkern u1="&#xec;" u2="M" k="18" />
+<hkern u1="&#xec;" u2="F" k="29" />
+<hkern u1="&#xec;" u2="B" k="29" />
+<hkern u1="&#xec;" u2="&#x3f;" k="12" />
+<hkern u1="&#xec;" u2="&#x21;" k="12" />
+<hkern u1="&#xed;" u2="&#xef;" k="-12" />
+<hkern u1="&#xed;" u2="&#x7d;" k="-2" />
+<hkern u1="&#xed;" u2="]" k="-16" />
+<hkern u1="&#xed;" u2="X" k="27" />
+<hkern u1="&#xed;" u2="V" k="16" />
+<hkern u1="&#xed;" u2="Q" k="25" />
+<hkern u1="&#xed;" u2="P" k="29" />
+<hkern u1="&#xed;" u2="M" k="18" />
+<hkern u1="&#xed;" u2="F" k="29" />
+<hkern u1="&#xed;" u2="B" k="29" />
+<hkern u1="&#xed;" u2="&#x3f;" k="12" />
+<hkern u1="&#xed;" u2="&#x21;" k="12" />
+<hkern u1="&#xee;" u2="&#x27;" k="-31" />
+<hkern u1="&#xee;" u2="&#xef;" k="-12" />
+<hkern u1="&#xee;" u2="&#x7d;" k="12" />
+<hkern u1="&#xee;" u2="]" k="10" />
+<hkern u1="&#xee;" u2="\" k="-41" />
+<hkern u1="&#xee;" u2="X" k="27" />
+<hkern u1="&#xee;" u2="V" k="16" />
+<hkern u1="&#xee;" u2="Q" k="25" />
+<hkern u1="&#xee;" u2="P" k="29" />
+<hkern u1="&#xee;" u2="M" k="18" />
+<hkern u1="&#xee;" u2="F" k="29" />
+<hkern u1="&#xee;" u2="B" k="29" />
+<hkern u1="&#xee;" u2="&#x3f;" k="-55" />
+<hkern u1="&#xee;" u2="&#x2a;" k="-43" />
+<hkern u1="&#xee;" u2="&#x22;" k="-31" />
+<hkern u1="&#xee;" u2="&#x21;" k="12" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-39" />
+<hkern u1="&#xef;" u2="&#xee;" k="-18" />
+<hkern u1="&#xef;" u2="&#xed;" k="-18" />
+<hkern u1="&#xef;" u2="&#xec;" k="-18" />
+<hkern u1="&#xef;" u2="j" k="-16" />
+<hkern u1="&#xef;" u2="i" k="-18" />
+<hkern u1="&#xef;" u2="&#x27;" k="-37" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-39" />
+<hkern u1="&#xef;" u2="&#xef;" k="-12" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-88" />
+<hkern u1="&#xef;" u2="]" k="-98" />
+<hkern u1="&#xef;" u2="\" k="-84" />
+<hkern u1="&#xef;" u2="X" k="27" />
+<hkern u1="&#xef;" u2="V" k="16" />
+<hkern u1="&#xef;" u2="Q" k="25" />
+<hkern u1="&#xef;" u2="P" k="29" />
+<hkern u1="&#xef;" u2="M" k="18" />
+<hkern u1="&#xef;" u2="F" k="29" />
+<hkern u1="&#xef;" u2="B" k="29" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-63" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-63" />
+<hkern u1="&#xef;" u2="&#x29;" k="-78" />
+<hkern u1="&#xef;" u2="&#x22;" k="-37" />
+<hkern u1="&#xef;" u2="&#x21;" k="12" />
+<hkern u1="&#xf0;" u2="&#x27;" k="16" />
+<hkern u1="&#xf0;" u2="&#x22;" k="16" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="51" />
+<hkern u1="&#xf0;" u2="]" k="39" />
+<hkern u1="&#xf0;" u2="\" k="20" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="39" />
+<hkern u1="&#xf0;" u2="&#x2a;" k="12" />
+<hkern u1="&#xf0;" u2="&#x29;" k="37" />
+<hkern u1="&#xf0;" u2="&#x21;" k="16" />
+<hkern u1="&#xf1;" u2="&#x7d;" k="61" />
+<hkern u1="&#xf1;" u2="]" k="49" />
+<hkern u1="&#xf1;" u2="\" k="47" />
+<hkern u1="&#xf1;" u2="X" k="31" />
+<hkern u1="&#xf1;" u2="V" k="150" />
+<hkern u1="&#xf1;" u2="Q" k="31" />
+<hkern u1="&#xf1;" u2="P" k="31" />
+<hkern u1="&#xf1;" u2="M" k="16" />
+<hkern u1="&#xf1;" u2="F" k="31" />
+<hkern u1="&#xf1;" u2="B" k="31" />
+<hkern u1="&#xf1;" u2="&#x3f;" k="53" />
+<hkern u1="&#xf1;" u2="&#x2a;" k="76" />
+<hkern u1="&#xf1;" u2="&#x29;" k="20" />
+<hkern u1="&#xf1;" u2="&#x21;" k="16" />
+<hkern u1="&#xf2;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf2;" u2="x" k="6" />
+<hkern u1="&#xf2;" u2="]" k="63" />
+<hkern u1="&#xf2;" u2="\" k="41" />
+<hkern u1="&#xf2;" u2="X" k="45" />
+<hkern u1="&#xf2;" u2="V" k="160" />
+<hkern u1="&#xf2;" u2="Q" k="23" />
+<hkern u1="&#xf2;" u2="P" k="39" />
+<hkern u1="&#xf2;" u2="M" k="18" />
+<hkern u1="&#xf2;" u2="F" k="39" />
+<hkern u1="&#xf2;" u2="B" k="39" />
+<hkern u1="&#xf2;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf2;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf2;" u2="&#x29;" k="45" />
+<hkern u1="&#xf2;" u2="&#x21;" k="18" />
+<hkern u1="&#xf3;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf3;" u2="x" k="6" />
+<hkern u1="&#xf3;" u2="]" k="63" />
+<hkern u1="&#xf3;" u2="\" k="41" />
+<hkern u1="&#xf3;" u2="X" k="45" />
+<hkern u1="&#xf3;" u2="V" k="160" />
+<hkern u1="&#xf3;" u2="Q" k="23" />
+<hkern u1="&#xf3;" u2="P" k="39" />
+<hkern u1="&#xf3;" u2="M" k="18" />
+<hkern u1="&#xf3;" u2="F" k="39" />
+<hkern u1="&#xf3;" u2="B" k="39" />
+<hkern u1="&#xf3;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf3;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf3;" u2="&#x29;" k="45" />
+<hkern u1="&#xf3;" u2="&#x21;" k="18" />
+<hkern u1="&#xf4;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf4;" u2="x" k="6" />
+<hkern u1="&#xf4;" u2="]" k="63" />
+<hkern u1="&#xf4;" u2="\" k="41" />
+<hkern u1="&#xf4;" u2="X" k="45" />
+<hkern u1="&#xf4;" u2="V" k="160" />
+<hkern u1="&#xf4;" u2="Q" k="23" />
+<hkern u1="&#xf4;" u2="P" k="39" />
+<hkern u1="&#xf4;" u2="M" k="18" />
+<hkern u1="&#xf4;" u2="F" k="39" />
+<hkern u1="&#xf4;" u2="B" k="39" />
+<hkern u1="&#xf4;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf4;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf4;" u2="&#x29;" k="45" />
+<hkern u1="&#xf4;" u2="&#x21;" k="18" />
+<hkern u1="&#xf5;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf5;" u2="x" k="6" />
+<hkern u1="&#xf5;" u2="]" k="63" />
+<hkern u1="&#xf5;" u2="\" k="41" />
+<hkern u1="&#xf5;" u2="X" k="45" />
+<hkern u1="&#xf5;" u2="V" k="160" />
+<hkern u1="&#xf5;" u2="Q" k="23" />
+<hkern u1="&#xf5;" u2="P" k="39" />
+<hkern u1="&#xf5;" u2="M" k="18" />
+<hkern u1="&#xf5;" u2="F" k="39" />
+<hkern u1="&#xf5;" u2="B" k="39" />
+<hkern u1="&#xf5;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf5;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf5;" u2="&#x29;" k="45" />
+<hkern u1="&#xf5;" u2="&#x21;" k="18" />
+<hkern u1="&#xf6;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf6;" u2="x" k="6" />
+<hkern u1="&#xf6;" u2="]" k="63" />
+<hkern u1="&#xf6;" u2="\" k="41" />
+<hkern u1="&#xf6;" u2="X" k="45" />
+<hkern u1="&#xf6;" u2="V" k="160" />
+<hkern u1="&#xf6;" u2="Q" k="23" />
+<hkern u1="&#xf6;" u2="P" k="39" />
+<hkern u1="&#xf6;" u2="M" k="18" />
+<hkern u1="&#xf6;" u2="F" k="39" />
+<hkern u1="&#xf6;" u2="B" k="39" />
+<hkern u1="&#xf6;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf6;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf6;" u2="&#x29;" k="45" />
+<hkern u1="&#xf6;" u2="&#x21;" k="18" />
+<hkern u1="&#xf8;" u2="&#x7d;" k="88" />
+<hkern u1="&#xf8;" u2="x" k="6" />
+<hkern u1="&#xf8;" u2="]" k="63" />
+<hkern u1="&#xf8;" u2="\" k="41" />
+<hkern u1="&#xf8;" u2="X" k="45" />
+<hkern u1="&#xf8;" u2="V" k="160" />
+<hkern u1="&#xf8;" u2="Q" k="23" />
+<hkern u1="&#xf8;" u2="P" k="39" />
+<hkern u1="&#xf8;" u2="M" k="18" />
+<hkern u1="&#xf8;" u2="F" k="39" />
+<hkern u1="&#xf8;" u2="B" k="39" />
+<hkern u1="&#xf8;" u2="&#x3f;" k="55" />
+<hkern u1="&#xf8;" u2="&#x2a;" k="84" />
+<hkern u1="&#xf8;" u2="&#x29;" k="45" />
+<hkern u1="&#xf8;" u2="&#x21;" k="18" />
+<hkern u1="&#xf9;" u2="&#x7d;" k="59" />
+<hkern u1="&#xf9;" u2="]" k="45" />
+<hkern u1="&#xf9;" u2="\" k="35" />
+<hkern u1="&#xf9;" u2="X" k="33" />
+<hkern u1="&#xf9;" u2="V" k="111" />
+<hkern u1="&#xf9;" u2="Q" k="25" />
+<hkern u1="&#xf9;" u2="P" k="27" />
+<hkern u1="&#xf9;" u2="M" k="18" />
+<hkern u1="&#xf9;" u2="F" k="27" />
+<hkern u1="&#xf9;" u2="B" k="27" />
+<hkern u1="&#xf9;" u2="&#x3f;" k="49" />
+<hkern u1="&#xf9;" u2="&#x2a;" k="49" />
+<hkern u1="&#xf9;" u2="&#x29;" k="23" />
+<hkern u1="&#xf9;" u2="&#x21;" k="14" />
+<hkern u1="&#xfa;" u2="&#x7d;" k="59" />
+<hkern u1="&#xfa;" u2="]" k="45" />
+<hkern u1="&#xfa;" u2="\" k="35" />
+<hkern u1="&#xfa;" u2="X" k="33" />
+<hkern u1="&#xfa;" u2="V" k="111" />
+<hkern u1="&#xfa;" u2="Q" k="25" />
+<hkern u1="&#xfa;" u2="P" k="27" />
+<hkern u1="&#xfa;" u2="M" k="18" />
+<hkern u1="&#xfa;" u2="F" k="27" />
+<hkern u1="&#xfa;" u2="B" k="27" />
+<hkern u1="&#xfa;" u2="&#x3f;" k="49" />
+<hkern u1="&#xfa;" u2="&#x2a;" k="49" />
+<hkern u1="&#xfa;" u2="&#x29;" k="23" />
+<hkern u1="&#xfa;" u2="&#x21;" k="14" />
+<hkern u1="&#xfb;" u2="&#x7d;" k="59" />
+<hkern u1="&#xfb;" u2="]" k="45" />
+<hkern u1="&#xfb;" u2="\" k="35" />
+<hkern u1="&#xfb;" u2="X" k="33" />
+<hkern u1="&#xfb;" u2="V" k="111" />
+<hkern u1="&#xfb;" u2="Q" k="25" />
+<hkern u1="&#xfb;" u2="P" k="27" />
+<hkern u1="&#xfb;" u2="M" k="18" />
+<hkern u1="&#xfb;" u2="F" k="27" />
+<hkern u1="&#xfb;" u2="B" k="27" />
+<hkern u1="&#xfb;" u2="&#x3f;" k="49" />
+<hkern u1="&#xfb;" u2="&#x2a;" k="49" />
+<hkern u1="&#xfb;" u2="&#x29;" k="23" />
+<hkern u1="&#xfb;" u2="&#x21;" k="14" />
+<hkern u1="&#xfc;" u2="&#x7d;" k="59" />
+<hkern u1="&#xfc;" u2="]" k="45" />
+<hkern u1="&#xfc;" u2="\" k="35" />
+<hkern u1="&#xfc;" u2="X" k="33" />
+<hkern u1="&#xfc;" u2="V" k="111" />
+<hkern u1="&#xfc;" u2="Q" k="25" />
+<hkern u1="&#xfc;" u2="P" k="27" />
+<hkern u1="&#xfc;" u2="M" k="18" />
+<hkern u1="&#xfc;" u2="F" k="27" />
+<hkern u1="&#xfc;" u2="B" k="27" />
+<hkern u1="&#xfc;" u2="&#x3f;" k="49" />
+<hkern u1="&#xfc;" u2="&#x2a;" k="49" />
+<hkern u1="&#xfc;" u2="&#x29;" k="23" />
+<hkern u1="&#xfc;" u2="&#x21;" k="14" />
+<hkern u1="&#xfd;" u2="&#x7d;" k="43" />
+<hkern u1="&#xfd;" u2="]" k="29" />
+<hkern u1="&#xfd;" u2="\" k="10" />
+<hkern u1="&#xfd;" u2="X" k="80" />
+<hkern u1="&#xfd;" u2="V" k="43" />
+<hkern u1="&#xfd;" u2="P" k="31" />
+<hkern u1="&#xfd;" u2="M" k="33" />
+<hkern u1="&#xfd;" u2="F" k="31" />
+<hkern u1="&#xfd;" u2="B" k="31" />
+<hkern u1="&#xfd;" u2="&#x3f;" k="31" />
+<hkern u1="&#xfd;" u2="&#x2f;" k="14" />
+<hkern u1="&#xfd;" u2="&#x2e;" k="31" />
+<hkern u1="&#xfd;" u2="&#x2c;" k="31" />
+<hkern u1="&#xfd;" u2="&#x2a;" k="10" />
+<hkern u1="&#xfd;" u2="&#x29;" k="31" />
+<hkern u1="&#xfd;" u2="&#x21;" k="12" />
+<hkern u1="&#xfe;" u2="&#x7d;" k="82" />
+<hkern u1="&#xfe;" u2="]" k="55" />
+<hkern u1="&#xfe;" u2="\" k="33" />
+<hkern u1="&#xfe;" u2="X" k="43" />
+<hkern u1="&#xfe;" u2="V" k="156" />
+<hkern u1="&#xfe;" u2="Q" k="20" />
+<hkern u1="&#xfe;" u2="P" k="39" />
+<hkern u1="&#xfe;" u2="M" k="16" />
+<hkern u1="&#xfe;" u2="F" k="39" />
+<hkern u1="&#xfe;" u2="B" k="39" />
+<hkern u1="&#xfe;" u2="&#x3f;" k="47" />
+<hkern u1="&#xfe;" u2="&#x2a;" k="78" />
+<hkern u1="&#xfe;" u2="&#x29;" k="33" />
+<hkern u1="&#xfe;" u2="&#x21;" k="12" />
+<hkern u1="&#xff;" u2="&#x7d;" k="43" />
+<hkern u1="&#xff;" u2="]" k="29" />
+<hkern u1="&#xff;" u2="\" k="10" />
+<hkern u1="&#xff;" u2="X" k="80" />
+<hkern u1="&#xff;" u2="V" k="43" />
+<hkern u1="&#xff;" u2="P" k="31" />
+<hkern u1="&#xff;" u2="M" k="33" />
+<hkern u1="&#xff;" u2="F" k="31" />
+<hkern u1="&#xff;" u2="B" k="31" />
+<hkern u1="&#xff;" u2="&#x3f;" k="31" />
+<hkern u1="&#xff;" u2="&#x2f;" k="14" />
+<hkern u1="&#xff;" u2="&#x2e;" k="31" />
+<hkern u1="&#xff;" u2="&#x2c;" k="31" />
+<hkern u1="&#xff;" u2="&#x2a;" k="10" />
+<hkern u1="&#xff;" u2="&#x29;" k="31" />
+<hkern u1="&#xff;" u2="&#x21;" k="12" />
+<hkern u1="&#x152;" u2="&#xf0;" k="39" />
+<hkern u1="&#x152;" u2="&#xef;" k="-18" />
+<hkern u1="&#x152;" u2="&#xdf;" k="25" />
+<hkern u1="&#x152;" u2="x" k="16" />
+<hkern u1="&#x152;" u2="v" k="39" />
+<hkern u1="&#x152;" u2="q" k="37" />
+<hkern u1="&#x152;" u2="m" k="27" />
+<hkern u1="&#x152;" u2="b" k="16" />
+<hkern u1="&#x152;" u2="Q" k="6" />
+<hkern u1="&#x153;" u2="&#x7d;" k="84" />
+<hkern u1="&#x153;" u2="]" k="59" />
+<hkern u1="&#x153;" u2="\" k="37" />
+<hkern u1="&#x153;" u2="X" k="35" />
+<hkern u1="&#x153;" u2="V" k="195" />
+<hkern u1="&#x153;" u2="Q" k="18" />
+<hkern u1="&#x153;" u2="P" k="35" />
+<hkern u1="&#x153;" u2="M" k="14" />
+<hkern u1="&#x153;" u2="F" k="35" />
+<hkern u1="&#x153;" u2="B" k="35" />
+<hkern u1="&#x153;" u2="&#x3f;" k="53" />
+<hkern u1="&#x153;" u2="&#x2a;" k="76" />
+<hkern u1="&#x153;" u2="&#x29;" k="29" />
+<hkern u1="&#x153;" u2="&#x21;" k="16" />
+<hkern u1="&#x178;" u2="&#xfe;" k="70" />
+<hkern u1="&#x178;" u2="&#xfc;" k="147" />
+<hkern u1="&#x178;" u2="&#xf6;" k="139" />
+<hkern u1="&#x178;" u2="&#xf5;" k="174" />
+<hkern u1="&#x178;" u2="&#xf0;" k="80" />
+<hkern u1="&#x178;" u2="&#xef;" k="-113" />
+<hkern u1="&#x178;" u2="&#xee;" k="-8" />
+<hkern u1="&#x178;" u2="&#xec;" k="-31" />
+<hkern u1="&#x178;" u2="&#xeb;" k="135" />
+<hkern u1="&#x178;" u2="&#xe5;" k="180" />
+<hkern u1="&#x178;" u2="&#xe4;" k="115" />
+<hkern u1="&#x178;" u2="&#xe3;" k="125" />
+<hkern u1="&#x178;" u2="&#xe2;" k="195" />
+<hkern u1="&#x178;" u2="&#xdf;" k="70" />
+<hkern u1="&#x178;" u2="&#x7d;" k="-27" />
+<hkern u1="&#x178;" u2="x" k="84" />
+<hkern u1="&#x178;" u2="v" k="80" />
+<hkern u1="&#x178;" u2="q" k="217" />
+<hkern u1="&#x178;" u2="m" k="164" />
+<hkern u1="&#x178;" u2="b" k="18" />
+<hkern u1="&#x178;" u2="]" k="-27" />
+<hkern u1="&#x178;" u2="\" k="-27" />
+<hkern u1="&#x178;" u2="V" k="-35" />
+<hkern u1="&#x178;" u2="Q" k="25" />
+<hkern u1="&#x178;" u2="M" k="35" />
+<hkern u1="&#x178;" u2="&#x40;" k="39" />
+<hkern u1="&#x178;" u2="&#x3b;" k="55" />
+<hkern u1="&#x178;" u2="&#x3a;" k="55" />
+<hkern u1="&#x178;" u2="&#x2f;" k="59" />
+<hkern u1="&#x178;" u2="&#x2e;" k="76" />
+<hkern u1="&#x178;" u2="&#x2c;" k="76" />
+<hkern u1="&#x178;" u2="&#x29;" k="-14" />
+<hkern u1="&#x2013;" u2="&#xde;" k="39" />
+<hkern u1="&#x2013;" u2="X" k="66" />
+<hkern u1="&#x2013;" u2="V" k="68" />
+<hkern u1="&#x2013;" u2="Q" k="23" />
+<hkern u1="&#x2013;" u2="P" k="39" />
+<hkern u1="&#x2013;" u2="M" k="31" />
+<hkern u1="&#x2013;" u2="F" k="39" />
+<hkern u1="&#x2013;" u2="B" k="39" />
+<hkern u1="&#x2013;" u2="&#x39;" k="53" />
+<hkern u1="&#x2013;" u2="&#x38;" k="27" />
+<hkern u1="&#x2013;" u2="&#x37;" k="70" />
+<hkern u1="&#x2013;" u2="&#x36;" k="16" />
+<hkern u1="&#x2013;" u2="&#x35;" k="100" />
+<hkern u1="&#x2013;" u2="&#x34;" k="10" />
+<hkern u1="&#x2013;" u2="&#x33;" k="76" />
+<hkern u1="&#x2013;" u2="&#x32;" k="76" />
+<hkern u1="&#x2013;" u2="&#x31;" k="61" />
+<hkern u1="&#x2013;" u2="&#x30;" k="29" />
+<hkern u1="&#x2014;" u2="&#xde;" k="39" />
+<hkern u1="&#x2014;" u2="X" k="66" />
+<hkern u1="&#x2014;" u2="V" k="68" />
+<hkern u1="&#x2014;" u2="Q" k="23" />
+<hkern u1="&#x2014;" u2="P" k="39" />
+<hkern u1="&#x2014;" u2="M" k="31" />
+<hkern u1="&#x2014;" u2="F" k="39" />
+<hkern u1="&#x2014;" u2="B" k="39" />
+<hkern u1="&#x2014;" u2="&#x39;" k="53" />
+<hkern u1="&#x2014;" u2="&#x38;" k="27" />
+<hkern u1="&#x2014;" u2="&#x37;" k="70" />
+<hkern u1="&#x2014;" u2="&#x36;" k="16" />
+<hkern u1="&#x2014;" u2="&#x35;" k="100" />
+<hkern u1="&#x2014;" u2="&#x34;" k="10" />
+<hkern u1="&#x2014;" u2="&#x33;" k="76" />
+<hkern u1="&#x2014;" u2="&#x32;" k="76" />
+<hkern u1="&#x2014;" u2="&#x31;" k="61" />
+<hkern u1="&#x2014;" u2="&#x30;" k="29" />
+<hkern u1="&#x2018;" u2="&#xf0;" k="27" />
+<hkern u1="&#x2018;" u2="&#xef;" k="-25" />
+<hkern u1="&#x2018;" u2="&#xde;" k="12" />
+<hkern u1="&#x2018;" u2="x" k="10" />
+<hkern u1="&#x2018;" u2="q" k="53" />
+<hkern u1="&#x2018;" u2="m" k="23" />
+<hkern u1="&#x2018;" u2="P" k="12" />
+<hkern u1="&#x2018;" u2="M" k="29" />
+<hkern u1="&#x2018;" u2="F" k="12" />
+<hkern u1="&#x2018;" u2="B" k="12" />
+<hkern u1="&#x2018;" u2="&#x2e;" k="160" />
+<hkern u1="&#x201a;" u2="&#xde;" k="20" />
+<hkern u1="&#x201a;" u2="v" k="33" />
+<hkern u1="&#x201a;" u2="V" k="86" />
+<hkern u1="&#x201a;" u2="Q" k="55" />
+<hkern u1="&#x201a;" u2="P" k="20" />
+<hkern u1="&#x201a;" u2="F" k="20" />
+<hkern u1="&#x201a;" u2="B" k="20" />
+<hkern u1="&#x201c;" u2="&#xf0;" k="27" />
+<hkern u1="&#x201c;" u2="&#xef;" k="-27" />
+<hkern u1="&#x201c;" u2="&#xde;" k="12" />
+<hkern u1="&#x201c;" u2="x" k="10" />
+<hkern u1="&#x201c;" u2="q" k="53" />
+<hkern u1="&#x201c;" u2="m" k="23" />
+<hkern u1="&#x201c;" u2="P" k="12" />
+<hkern u1="&#x201c;" u2="M" k="29" />
+<hkern u1="&#x201c;" u2="F" k="12" />
+<hkern u1="&#x201c;" u2="B" k="12" />
+<hkern u1="&#x201c;" u2="&#x2e;" k="160" />
+<hkern u1="&#x201e;" u2="&#xde;" k="20" />
+<hkern u1="&#x201e;" u2="v" k="33" />
+<hkern u1="&#x201e;" u2="V" k="86" />
+<hkern u1="&#x201e;" u2="Q" k="55" />
+<hkern u1="&#x201e;" u2="P" k="20" />
+<hkern u1="&#x201e;" u2="F" k="20" />
+<hkern u1="&#x201e;" u2="B" k="20" />
+<hkern u1="&#x2039;" u2="V" k="25" />
+<hkern u1="&#x203a;" u2="&#xde;" k="10" />
+<hkern u1="&#x203a;" u2="x" k="14" />
+<hkern u1="&#x203a;" u2="X" k="16" />
+<hkern u1="&#x203a;" u2="V" k="72" />
+<hkern u1="&#x203a;" u2="P" k="10" />
+<hkern u1="&#x203a;" u2="F" k="10" />
+<hkern u1="&#x203a;" u2="B" k="10" />
+<hkern g1="uniFB01" u2="&#xef;" k="-12" />
+<hkern g1="uniFB01" u2="&#x7d;" k="12" />
+<hkern g1="uniFB01" u2="]" k="10" />
+<hkern g1="uniFB01" u2="X" k="27" />
+<hkern g1="uniFB01" u2="V" k="16" />
+<hkern g1="uniFB01" u2="Q" k="25" />
+<hkern g1="uniFB01" u2="P" k="29" />
+<hkern g1="uniFB01" u2="M" k="18" />
+<hkern g1="uniFB01" u2="F" k="29" />
+<hkern g1="uniFB01" u2="B" k="29" />
+<hkern g1="uniFB01" u2="&#x3f;" k="12" />
+<hkern g1="uniFB01" u2="&#x21;" k="12" />
+<hkern g1="uniFB02" u2="&#x7d;" k="12" />
+<hkern g1="uniFB02" u2="X" k="27" />
+<hkern g1="uniFB02" u2="V" k="18" />
+<hkern g1="uniFB02" u2="Q" k="23" />
+<hkern g1="uniFB02" u2="P" k="29" />
+<hkern g1="uniFB02" u2="M" k="18" />
+<hkern g1="uniFB02" u2="F" k="29" />
+<hkern g1="uniFB02" u2="B" k="29" />
+<hkern g1="uniFB02" u2="&#x3f;" k="12" />
+<hkern g1="uniFB02" u2="&#x21;" k="12" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="-80" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="t" 	k="23" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="y,yacute,ydieresis" 	k="47" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="80" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,Ccedilla" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="hyphen,endash,emdash" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="w" 	k="31" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="G" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="51" />
+<hkern g1="C,Ccedilla" 	g2="J" 	k="-39" />
+<hkern g1="C,Ccedilla" 	g2="t" 	k="51" />
+<hkern g1="C,Ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="80" />
+<hkern g1="C,Ccedilla" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="hyphen,endash,emdash" 	k="94" />
+<hkern g1="C,Ccedilla" 	g2="f,uniFB01,uniFB02" 	k="55" />
+<hkern g1="C,Ccedilla" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="C,Ccedilla" 	g2="w" 	k="66" />
+<hkern g1="C,Ccedilla" 	g2="G" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="d" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="s" 	k="35" />
+<hkern g1="C,Ccedilla" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="r" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="h" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="k" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="p,thorn" 	k="27" />
+<hkern g1="C,Ccedilla" 	g2="z" 	k="33" />
+<hkern g1="C,Ccedilla" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="c,ccedilla" 	k="23" />
+<hkern g1="C,Ccedilla" 	g2="l" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="j" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="n,ntilde" 	k="27" />
+<hkern g1="D,Eth" 	g2="J" 	k="23" />
+<hkern g1="D,Eth" 	g2="t" 	k="8" />
+<hkern g1="D,Eth" 	g2="T" 	k="27" />
+<hkern g1="D,Eth" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="D,Eth" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="D,Eth" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="D,Eth" 	g2="w" 	k="12" />
+<hkern g1="D,Eth" 	g2="W" 	k="8" />
+<hkern g1="D,Eth" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="D,Eth" 	g2="d" 	k="23" />
+<hkern g1="D,Eth" 	g2="s" 	k="18" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="D,Eth" 	g2="r" 	k="27" />
+<hkern g1="D,Eth" 	g2="h" 	k="25" />
+<hkern g1="D,Eth" 	g2="k" 	k="25" />
+<hkern g1="D,Eth" 	g2="g" 	k="39" />
+<hkern g1="D,Eth" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="23" />
+<hkern g1="D,Eth" 	g2="p,thorn" 	k="27" />
+<hkern g1="D,Eth" 	g2="z" 	k="20" />
+<hkern g1="D,Eth" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="D,Eth" 	g2="c,ccedilla" 	k="23" />
+<hkern g1="D,Eth" 	g2="l" 	k="25" />
+<hkern g1="D,Eth" 	g2="j" 	k="27" />
+<hkern g1="D,Eth" 	g2="n,ntilde" 	k="27" />
+<hkern g1="D,Eth" 	g2="quotesinglbase,quotedblbase" 	k="55" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="8" />
+<hkern g1="D,Eth" 	g2="Z" 	k="18" />
+<hkern g1="D,Eth" 	g2="AE" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="J" 	k="-23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="C,Ccedilla" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="hyphen,endash,emdash" 	k="78" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="35" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="w" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="G" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="d" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="s" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="r" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="h" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="k" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="p,thorn" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="z" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,ccedilla" 	k="39" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="l" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="j" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="n,ntilde" 	k="27" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="guillemotleft,guilsinglleft" 	k="16" />
+<hkern g1="G" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="G" 	g2="t" 	k="29" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="G" 	g2="hyphen,endash,emdash" 	k="25" />
+<hkern g1="G" 	g2="f,uniFB01,uniFB02" 	k="33" />
+<hkern g1="G" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="G" 	g2="w" 	k="27" />
+<hkern g1="G" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="G" 	g2="d" 	k="12" />
+<hkern g1="G" 	g2="s" 	k="14" />
+<hkern g1="G" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="G" 	g2="r" 	k="20" />
+<hkern g1="G" 	g2="h" 	k="16" />
+<hkern g1="G" 	g2="k" 	k="16" />
+<hkern g1="G" 	g2="g" 	k="18" />
+<hkern g1="G" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="12" />
+<hkern g1="G" 	g2="p,thorn" 	k="20" />
+<hkern g1="G" 	g2="z" 	k="25" />
+<hkern g1="G" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="14" />
+<hkern g1="G" 	g2="c,ccedilla" 	k="12" />
+<hkern g1="G" 	g2="l" 	k="16" />
+<hkern g1="G" 	g2="j" 	k="16" />
+<hkern g1="G" 	g2="n,ntilde" 	k="20" />
+<hkern g1="G" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="H" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="H" 	g2="t" 	k="37" />
+<hkern g1="H" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="H" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="H" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="H" 	g2="f,uniFB01,uniFB02" 	k="35" />
+<hkern g1="H" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="H" 	g2="w" 	k="43" />
+<hkern g1="H" 	g2="W" 	k="6" />
+<hkern g1="H" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="H" 	g2="d" 	k="39" />
+<hkern g1="H" 	g2="s" 	k="37" />
+<hkern g1="H" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="H" 	g2="r" 	k="27" />
+<hkern g1="H" 	g2="h" 	k="29" />
+<hkern g1="H" 	g2="k" 	k="29" />
+<hkern g1="H" 	g2="g" 	k="41" />
+<hkern g1="H" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="39" />
+<hkern g1="H" 	g2="p,thorn" 	k="27" />
+<hkern g1="H" 	g2="z" 	k="35" />
+<hkern g1="H" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="H" 	g2="c,ccedilla" 	k="39" />
+<hkern g1="H" 	g2="l" 	k="29" />
+<hkern g1="H" 	g2="j" 	k="29" />
+<hkern g1="H" 	g2="n,ntilde" 	k="27" />
+<hkern g1="H" 	g2="quotesinglbase,quotedblbase" 	k="23" />
+<hkern g1="H" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="37" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="f,uniFB01,uniFB02" 	k="35" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="w" 	k="43" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="W" 	k="6" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="d" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="37" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="r" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="h" 	k="29" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="k" 	k="29" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="41" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p,thorn" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="35" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,ccedilla" 	k="39" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="l" 	k="29" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="j" 	k="29" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="n,ntilde" 	k="27" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="quotesinglbase,quotedblbase" 	k="23" />
+<hkern g1="I,Igrave,Iacute,Icircumflex,Idieresis" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="K" 	g2="J" 	k="-31" />
+<hkern g1="K" 	g2="t" 	k="82" />
+<hkern g1="K" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="74" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="102" />
+<hkern g1="K" 	g2="C,Ccedilla" 	k="76" />
+<hkern g1="K" 	g2="hyphen,endash,emdash" 	k="80" />
+<hkern g1="K" 	g2="f,uniFB01,uniFB02" 	k="88" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="68" />
+<hkern g1="K" 	g2="w" 	k="98" />
+<hkern g1="K" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="K" 	g2="G" 	k="74" />
+<hkern g1="K" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="33" />
+<hkern g1="K" 	g2="d" 	k="61" />
+<hkern g1="K" 	g2="s" 	k="31" />
+<hkern g1="K" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="33" />
+<hkern g1="K" 	g2="r" 	k="43" />
+<hkern g1="K" 	g2="h" 	k="37" />
+<hkern g1="K" 	g2="k" 	k="37" />
+<hkern g1="K" 	g2="g" 	k="6" />
+<hkern g1="K" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="61" />
+<hkern g1="K" 	g2="p,thorn" 	k="43" />
+<hkern g1="K" 	g2="z" 	k="12" />
+<hkern g1="K" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="K" 	g2="c,ccedilla" 	k="66" />
+<hkern g1="K" 	g2="l" 	k="37" />
+<hkern g1="K" 	g2="j" 	k="33" />
+<hkern g1="K" 	g2="n,ntilde" 	k="43" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="20" />
+<hkern g1="K" 	g2="D,Eth" 	k="8" />
+<hkern g1="K" 	g2="K" 	k="10" />
+<hkern g1="K" 	g2="H" 	k="10" />
+<hkern g1="K" 	g2="R" 	k="10" />
+<hkern g1="K" 	g2="L" 	k="10" />
+<hkern g1="K" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="10" />
+<hkern g1="K" 	g2="N,Ntilde" 	k="8" />
+<hkern g1="K" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="10" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="74" />
+<hkern g1="L" 	g2="J" 	k="-131" />
+<hkern g1="L" 	g2="t" 	k="20" />
+<hkern g1="L" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="47" />
+<hkern g1="L" 	g2="T" 	k="90" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="109" />
+<hkern g1="L" 	g2="C,Ccedilla" 	k="20" />
+<hkern g1="L" 	g2="hyphen,endash,emdash" 	k="92" />
+<hkern g1="L" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="L" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="12" />
+<hkern g1="L" 	g2="w" 	k="31" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="31" />
+<hkern g1="L" 	g2="G" 	k="20" />
+<hkern g1="L" 	g2="W" 	k="86" />
+<hkern g1="L" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="6" />
+<hkern g1="L" 	g2="c,ccedilla" 	k="6" />
+<hkern g1="L" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="-63" />
+<hkern g1="L" 	g2="Z" 	k="-10" />
+<hkern g1="L" 	g2="AE" 	k="-92" />
+<hkern g1="N,Ntilde" 	g2="quoteright,quotedblright" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="37" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="hyphen,endash,emdash" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="N,Ntilde" 	g2="w" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="W" 	k="6" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="d" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="r" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="h" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="k" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="p,thorn" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="c,ccedilla" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="l" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="j" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="n,ntilde" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="quotesinglbase,quotedblbase" 	k="23" />
+<hkern g1="N,Ntilde" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="16" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="t" 	k="8" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="T" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotedbl,quotesingle" 	k="16" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="hyphen,endash,emdash" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="w" 	k="10" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="8" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="d" 	k="20" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="r" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="k" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="37" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="20" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="p,thorn" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="z" 	k="18" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="c,ccedilla" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="l" 	k="23" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="j" 	k="27" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="n,ntilde" 	k="25" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quotesinglbase,quotedblbase" 	k="53" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="8" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Z" 	k="16" />
+<hkern g1="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="14" />
+<hkern g1="R" 	g2="t" 	k="31" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="R" 	g2="hyphen,endash,emdash" 	k="70" />
+<hkern g1="R" 	g2="f,uniFB01,uniFB02" 	k="29" />
+<hkern g1="R" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="51" />
+<hkern g1="R" 	g2="w" 	k="37" />
+<hkern g1="R" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="37" />
+<hkern g1="R" 	g2="d" 	k="59" />
+<hkern g1="R" 	g2="s" 	k="37" />
+<hkern g1="R" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="R" 	g2="r" 	k="45" />
+<hkern g1="R" 	g2="h" 	k="29" />
+<hkern g1="R" 	g2="k" 	k="29" />
+<hkern g1="R" 	g2="g" 	k="33" />
+<hkern g1="R" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="61" />
+<hkern g1="R" 	g2="p,thorn" 	k="45" />
+<hkern g1="R" 	g2="z" 	k="25" />
+<hkern g1="R" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="63" />
+<hkern g1="R" 	g2="c,ccedilla" 	k="63" />
+<hkern g1="R" 	g2="l" 	k="29" />
+<hkern g1="R" 	g2="j" 	k="37" />
+<hkern g1="R" 	g2="n,ntilde" 	k="45" />
+<hkern g1="R" 	g2="quotesinglbase,quotedblbase" 	k="12" />
+<hkern g1="R" 	g2="guillemotleft,guilsinglleft" 	k="23" />
+<hkern g1="S" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="S" 	g2="J" 	k="-8" />
+<hkern g1="S" 	g2="t" 	k="31" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="S" 	g2="hyphen,endash,emdash" 	k="18" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="33" />
+<hkern g1="S" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="S" 	g2="w" 	k="27" />
+<hkern g1="S" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="14" />
+<hkern g1="S" 	g2="s" 	k="16" />
+<hkern g1="S" 	g2="r" 	k="16" />
+<hkern g1="S" 	g2="h" 	k="16" />
+<hkern g1="S" 	g2="k" 	k="16" />
+<hkern g1="S" 	g2="g" 	k="14" />
+<hkern g1="S" 	g2="p,thorn" 	k="16" />
+<hkern g1="S" 	g2="z" 	k="27" />
+<hkern g1="S" 	g2="l" 	k="16" />
+<hkern g1="S" 	g2="j" 	k="14" />
+<hkern g1="S" 	g2="n,ntilde" 	k="16" />
+<hkern g1="S" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="T" 	g2="J" 	k="164" />
+<hkern g1="T" 	g2="t" 	k="82" />
+<hkern g1="T" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="82" />
+<hkern g1="T" 	g2="T" 	k="-49" />
+<hkern g1="T" 	g2="Y,Yacute,Ydieresis" 	k="-68" />
+<hkern g1="T" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="T" 	g2="hyphen,endash,emdash" 	k="70" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="78" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="125" />
+<hkern g1="T" 	g2="w" 	k="82" />
+<hkern g1="T" 	g2="G" 	k="25" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="T" 	g2="d" 	k="141" />
+<hkern g1="T" 	g2="s" 	k="160" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="164" />
+<hkern g1="T" 	g2="r" 	k="121" />
+<hkern g1="T" 	g2="h" 	k="18" />
+<hkern g1="T" 	g2="k" 	k="18" />
+<hkern g1="T" 	g2="g" 	k="145" />
+<hkern g1="T" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="141" />
+<hkern g1="T" 	g2="p,thorn" 	k="121" />
+<hkern g1="T" 	g2="z" 	k="82" />
+<hkern g1="T" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="143" />
+<hkern g1="T" 	g2="c,ccedilla" 	k="143" />
+<hkern g1="T" 	g2="l" 	k="18" />
+<hkern g1="T" 	g2="j" 	k="16" />
+<hkern g1="T" 	g2="n,ntilde" 	k="121" />
+<hkern g1="T" 	g2="quotesinglbase,quotedblbase" 	k="63" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="78" />
+<hkern g1="T" 	g2="AE" 	k="86" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="70" />
+<hkern g1="T" 	g2="guillemotright,guilsinglright" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="J" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotedbl,quotesingle" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,endash,emdash" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="w" 	k="37" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="d" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="r" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="k" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="55" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p,thorn" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,ccedilla" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="j" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="n,ntilde" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="quotesinglbase,quotedblbase" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="Z" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="guillemotright,guilsinglright" 	k="10" />
+<hkern g1="W" 	g2="J" 	k="113" />
+<hkern g1="W" 	g2="t" 	k="61" />
+<hkern g1="W" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="47" />
+<hkern g1="W" 	g2="Y,Yacute,Ydieresis" 	k="-6" />
+<hkern g1="W" 	g2="C,Ccedilla" 	k="8" />
+<hkern g1="W" 	g2="hyphen,endash,emdash" 	k="63" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02" 	k="53" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="98" />
+<hkern g1="W" 	g2="w" 	k="70" />
+<hkern g1="W" 	g2="G" 	k="8" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="31" />
+<hkern g1="W" 	g2="d" 	k="104" />
+<hkern g1="W" 	g2="s" 	k="80" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="109" />
+<hkern g1="W" 	g2="r" 	k="90" />
+<hkern g1="W" 	g2="h" 	k="33" />
+<hkern g1="W" 	g2="k" 	k="33" />
+<hkern g1="W" 	g2="g" 	k="104" />
+<hkern g1="W" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="104" />
+<hkern g1="W" 	g2="p,thorn" 	k="90" />
+<hkern g1="W" 	g2="z" 	k="80" />
+<hkern g1="W" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="106" />
+<hkern g1="W" 	g2="c,ccedilla" 	k="109" />
+<hkern g1="W" 	g2="l" 	k="33" />
+<hkern g1="W" 	g2="j" 	k="31" />
+<hkern g1="W" 	g2="n,ntilde" 	k="90" />
+<hkern g1="W" 	g2="quotesinglbase,quotedblbase" 	k="74" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="51" />
+<hkern g1="W" 	g2="AE" 	k="76" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="W" 	g2="D,Eth" 	k="6" />
+<hkern g1="W" 	g2="K" 	k="6" />
+<hkern g1="W" 	g2="H" 	k="6" />
+<hkern g1="W" 	g2="R" 	k="6" />
+<hkern g1="W" 	g2="L" 	k="6" />
+<hkern g1="W" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="6" />
+<hkern g1="W" 	g2="N,Ntilde" 	k="6" />
+<hkern g1="W" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="6" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="25" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="J" 	k="166" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="80" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="T" 	k="-72" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="-41" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,endash,emdash" 	k="80" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02" 	k="74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="168" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="w" 	k="80" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="G" 	k="25" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="W" 	k="-6" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="d" 	k="215" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="201" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="207" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="r" 	k="164" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="h" 	k="18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="k" 	k="18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="225" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="219" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p,thorn" 	k="164" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="84" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="223" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,ccedilla" 	k="225" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="l" 	k="18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="j" 	k="16" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="n,ntilde" 	k="164" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="76" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="82" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="39" />
+<hkern g1="Z" 	g2="J" 	k="-31" />
+<hkern g1="Z" 	g2="t" 	k="63" />
+<hkern g1="Z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="78" />
+<hkern g1="Z" 	g2="Y,Yacute,Ydieresis" 	k="-8" />
+<hkern g1="Z" 	g2="C,Ccedilla" 	k="18" />
+<hkern g1="Z" 	g2="hyphen,endash,emdash" 	k="96" />
+<hkern g1="Z" 	g2="f,uniFB01,uniFB02" 	k="66" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="57" />
+<hkern g1="Z" 	g2="w" 	k="78" />
+<hkern g1="Z" 	g2="G" 	k="18" />
+<hkern g1="Z" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="20" />
+<hkern g1="Z" 	g2="d" 	k="53" />
+<hkern g1="Z" 	g2="s" 	k="35" />
+<hkern g1="Z" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="Z" 	g2="r" 	k="39" />
+<hkern g1="Z" 	g2="h" 	k="25" />
+<hkern g1="Z" 	g2="k" 	k="25" />
+<hkern g1="Z" 	g2="g" 	k="20" />
+<hkern g1="Z" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="51" />
+<hkern g1="Z" 	g2="p,thorn" 	k="39" />
+<hkern g1="Z" 	g2="z" 	k="23" />
+<hkern g1="Z" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="Z" 	g2="c,ccedilla" 	k="55" />
+<hkern g1="Z" 	g2="l" 	k="25" />
+<hkern g1="Z" 	g2="j" 	k="20" />
+<hkern g1="Z" 	g2="n,ntilde" 	k="39" />
+<hkern g1="Z" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="150" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="88" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="184" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,Ccedilla" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="G" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="92" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Z" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="D,Eth" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="K" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="H" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="R" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="L" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="S" 	k="31" />
+<hkern g1="b,thorn" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="b,thorn" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="b,thorn" 	g2="T" 	k="141" />
+<hkern g1="b,thorn" 	g2="quotedbl,quotesingle" 	k="84" />
+<hkern g1="b,thorn" 	g2="Y,Yacute,Ydieresis" 	k="213" />
+<hkern g1="b,thorn" 	g2="C,Ccedilla" 	k="20" />
+<hkern g1="b,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="b,thorn" 	g2="G" 	k="20" />
+<hkern g1="b,thorn" 	g2="W" 	k="104" />
+<hkern g1="b,thorn" 	g2="Z" 	k="31" />
+<hkern g1="b,thorn" 	g2="D,Eth" 	k="39" />
+<hkern g1="b,thorn" 	g2="K" 	k="39" />
+<hkern g1="b,thorn" 	g2="H" 	k="39" />
+<hkern g1="b,thorn" 	g2="R" 	k="39" />
+<hkern g1="b,thorn" 	g2="L" 	k="39" />
+<hkern g1="b,thorn" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="39" />
+<hkern g1="b,thorn" 	g2="N,Ntilde" 	k="39" />
+<hkern g1="b,thorn" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="39" />
+<hkern g1="b,thorn" 	g2="S" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="-25" />
+<hkern g1="c,ccedilla" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="T" 	k="219" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="90" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="252" />
+<hkern g1="c,ccedilla" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="c,ccedilla" 	g2="G" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="82" />
+<hkern g1="c,ccedilla" 	g2="Z" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="D,Eth" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="K" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="H" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="R" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="L" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="N,Ntilde" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="35" />
+<hkern g1="c,ccedilla" 	g2="S" 	k="29" />
+<hkern g1="d" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="d" 	g2="T" 	k="18" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="d" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="d" 	g2="G" 	k="23" />
+<hkern g1="d" 	g2="W" 	k="33" />
+<hkern g1="d" 	g2="Z" 	k="18" />
+<hkern g1="d" 	g2="D,Eth" 	k="29" />
+<hkern g1="d" 	g2="K" 	k="29" />
+<hkern g1="d" 	g2="H" 	k="29" />
+<hkern g1="d" 	g2="R" 	k="29" />
+<hkern g1="d" 	g2="L" 	k="29" />
+<hkern g1="d" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="d" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="d" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="d" 	g2="S" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="186" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="92" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="225" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="C,Ccedilla" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="G" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="80" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="D,Eth" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="K" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="H" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="R" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="L" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="N,Ntilde" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="S" 	k="45" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-70" />
+<hkern g1="f" 	g2="J" 	k="43" />
+<hkern g1="f" 	g2="T" 	k="-145" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-66" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-162" />
+<hkern g1="f" 	g2="W" 	k="-78" />
+<hkern g1="f" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-49" />
+<hkern g1="f" 	g2="g" 	k="8" />
+<hkern g1="f" 	g2="j" 	k="-47" />
+<hkern g1="f" 	g2="quotesinglbase,quotedblbase" 	k="10" />
+<hkern g1="f" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="f" 	g2="Z" 	k="-43" />
+<hkern g1="g" 	g2="T" 	k="82" />
+<hkern g1="g" 	g2="quotedbl,quotesingle" 	k="59" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="g" 	g2="W" 	k="59" />
+<hkern g1="g" 	g2="j" 	k="-225" />
+<hkern g1="g" 	g2="quotesinglbase,quotedblbase" 	k="12" />
+<hkern g1="g" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="27" />
+<hkern g1="g" 	g2="Z" 	k="66" />
+<hkern g1="g" 	g2="D,Eth" 	k="33" />
+<hkern g1="g" 	g2="K" 	k="33" />
+<hkern g1="g" 	g2="H" 	k="33" />
+<hkern g1="g" 	g2="R" 	k="33" />
+<hkern g1="g" 	g2="L" 	k="33" />
+<hkern g1="g" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="g" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="g" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="g" 	g2="S" 	k="35" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="T" 	k="33" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="quotedbl,quotesingle" 	k="80" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="39" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="25" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="70" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="106" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="82" />
+<hkern g1="guillemotright,guilsinglright" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="45" />
+<hkern g1="guillemotright,guilsinglright" 	g2="z" 	k="12" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Z" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="D,Eth" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="K" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="H" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="R" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="L" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="N,Ntilde" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="10" />
+<hkern g1="guillemotright,guilsinglright" 	g2="S" 	k="10" />
+<hkern g1="h" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="h" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="h" 	g2="T" 	k="160" />
+<hkern g1="h" 	g2="quotedbl,quotesingle" 	k="86" />
+<hkern g1="h" 	g2="Y,Yacute,Ydieresis" 	k="215" />
+<hkern g1="h" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="h" 	g2="w" 	k="6" />
+<hkern g1="h" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="h" 	g2="G" 	k="31" />
+<hkern g1="h" 	g2="W" 	k="94" />
+<hkern g1="h" 	g2="Z" 	k="20" />
+<hkern g1="h" 	g2="D,Eth" 	k="31" />
+<hkern g1="h" 	g2="K" 	k="31" />
+<hkern g1="h" 	g2="H" 	k="31" />
+<hkern g1="h" 	g2="R" 	k="31" />
+<hkern g1="h" 	g2="L" 	k="31" />
+<hkern g1="h" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="31" />
+<hkern g1="h" 	g2="N,Ntilde" 	k="31" />
+<hkern g1="h" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="31" />
+<hkern g1="h" 	g2="S" 	k="31" />
+<hkern g1="hyphen,endash,emdash" 	g2="J" 	k="33" />
+<hkern g1="hyphen,endash,emdash" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="T" 	k="70" />
+<hkern g1="hyphen,endash,emdash" 	g2="quotedbl,quotesingle" 	k="72" />
+<hkern g1="hyphen,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="hyphen,endash,emdash" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="hyphen,endash,emdash" 	g2="G" 	k="23" />
+<hkern g1="hyphen,endash,emdash" 	g2="W" 	k="63" />
+<hkern g1="hyphen,endash,emdash" 	g2="z" 	k="10" />
+<hkern g1="hyphen,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="hyphen,endash,emdash" 	g2="Z" 	k="55" />
+<hkern g1="hyphen,endash,emdash" 	g2="AE" 	k="27" />
+<hkern g1="hyphen,endash,emdash" 	g2="D,Eth" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="K" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="H" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="R" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="L" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="N,Ntilde" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="39" />
+<hkern g1="hyphen,endash,emdash" 	g2="S" 	k="94" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="T" 	k="16" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="G" 	k="25" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="W" 	k="31" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="Z" 	k="18" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="D,Eth" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="K" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="H" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="R" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="L" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="i,igrave,iacute,icircumflex,idieresis,uniFB01" 	g2="S" 	k="25" />
+<hkern g1="j" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="j" 	g2="T" 	k="16" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="16" />
+<hkern g1="j" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="j" 	g2="G" 	k="27" />
+<hkern g1="j" 	g2="W" 	k="31" />
+<hkern g1="j" 	g2="j" 	k="-127" />
+<hkern g1="j" 	g2="Z" 	k="16" />
+<hkern g1="j" 	g2="D,Eth" 	k="29" />
+<hkern g1="j" 	g2="K" 	k="29" />
+<hkern g1="j" 	g2="H" 	k="29" />
+<hkern g1="j" 	g2="R" 	k="29" />
+<hkern g1="j" 	g2="L" 	k="29" />
+<hkern g1="j" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="j" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="j" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="j" 	g2="S" 	k="25" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="k" 	g2="J" 	k="-10" />
+<hkern g1="k" 	g2="t" 	k="6" />
+<hkern g1="k" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="k" 	g2="T" 	k="96" />
+<hkern g1="k" 	g2="quotedbl,quotesingle" 	k="80" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="94" />
+<hkern g1="k" 	g2="C,Ccedilla" 	k="33" />
+<hkern g1="k" 	g2="hyphen,endash,emdash" 	k="31" />
+<hkern g1="k" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="k" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="12" />
+<hkern g1="k" 	g2="w" 	k="14" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="55" />
+<hkern g1="k" 	g2="G" 	k="31" />
+<hkern g1="k" 	g2="W" 	k="84" />
+<hkern g1="k" 	g2="d" 	k="16" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="8" />
+<hkern g1="k" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="16" />
+<hkern g1="k" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="k" 	g2="c,ccedilla" 	k="16" />
+<hkern g1="k" 	g2="Z" 	k="14" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="k" 	g2="D,Eth" 	k="37" />
+<hkern g1="k" 	g2="K" 	k="37" />
+<hkern g1="k" 	g2="H" 	k="37" />
+<hkern g1="k" 	g2="R" 	k="37" />
+<hkern g1="k" 	g2="L" 	k="37" />
+<hkern g1="k" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="37" />
+<hkern g1="k" 	g2="N,Ntilde" 	k="37" />
+<hkern g1="k" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="37" />
+<hkern g1="k" 	g2="S" 	k="31" />
+<hkern g1="l,uniFB02" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="l,uniFB02" 	g2="T" 	k="18" />
+<hkern g1="l,uniFB02" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="l,uniFB02" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="l,uniFB02" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="l,uniFB02" 	g2="G" 	k="23" />
+<hkern g1="l,uniFB02" 	g2="W" 	k="33" />
+<hkern g1="l,uniFB02" 	g2="Z" 	k="18" />
+<hkern g1="l,uniFB02" 	g2="D,Eth" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="K" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="H" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="R" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="L" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="l,uniFB02" 	g2="S" 	k="20" />
+<hkern g1="n,ntilde" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="n,ntilde" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="n,ntilde" 	g2="T" 	k="160" />
+<hkern g1="n,ntilde" 	g2="quotedbl,quotesingle" 	k="92" />
+<hkern g1="n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="213" />
+<hkern g1="n,ntilde" 	g2="C,Ccedilla" 	k="31" />
+<hkern g1="n,ntilde" 	g2="w" 	k="6" />
+<hkern g1="n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="n,ntilde" 	g2="G" 	k="31" />
+<hkern g1="n,ntilde" 	g2="W" 	k="94" />
+<hkern g1="n,ntilde" 	g2="Z" 	k="20" />
+<hkern g1="n,ntilde" 	g2="D,Eth" 	k="31" />
+<hkern g1="n,ntilde" 	g2="K" 	k="31" />
+<hkern g1="n,ntilde" 	g2="H" 	k="31" />
+<hkern g1="n,ntilde" 	g2="R" 	k="31" />
+<hkern g1="n,ntilde" 	g2="L" 	k="31" />
+<hkern g1="n,ntilde" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="31" />
+<hkern g1="n,ntilde" 	g2="N,Ntilde" 	k="31" />
+<hkern g1="n,ntilde" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="31" />
+<hkern g1="n,ntilde" 	g2="S" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="45" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="143" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="96" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="221" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="G" 	k="23" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="106" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="31" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="D,Eth" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="K" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="H" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="R" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="L" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="N,Ntilde" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="39" />
+<hkern g1="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="33" />
+<hkern g1="quoteleft,quotedblleft" 	g2="J" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="quoteleft,quotedblleft" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="d" 	k="47" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="r" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="53" />
+<hkern g1="quoteleft,quotedblleft" 	g2="p,thorn" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="z" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,ccedilla" 	k="57" />
+<hkern g1="quoteleft,quotedblleft" 	g2="n,ntilde" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="55" />
+<hkern g1="quoteleft,quotedblleft" 	g2="D,Eth" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="K" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="H" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="R" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="L" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="N,Ntilde" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="12" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="55" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="T" 	k="66" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="176" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="78" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="C,Ccedilla" 	k="55" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="w" 	k="16" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="51" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="G" 	k="55" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="W" 	k="76" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="D,Eth" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="K" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="H" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="R" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="L" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="N,Ntilde" 	k="20" />
+<hkern g1="quotesinglbase,quotedblbase" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="20" />
+<hkern g1="quotedbl,quotesingle" 	g2="J" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="t" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="quotedbl,quotesingle" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,Ccedilla" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,endash,emdash" 	k="78" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="quotedbl,quotesingle" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="84" />
+<hkern g1="quotedbl,quotesingle" 	g2="w" 	k="70" />
+<hkern g1="quotedbl,quotesingle" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="quotedbl,quotesingle" 	g2="G" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="d" 	k="88" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="94" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="92" />
+<hkern g1="quotedbl,quotesingle" 	g2="r" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="104" />
+<hkern g1="quotedbl,quotesingle" 	g2="p,thorn" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="z" 	k="78" />
+<hkern g1="quotedbl,quotesingle" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,ccedilla" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="n,ntilde" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="quotesinglbase,quotedblbase" 	k="186" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="59" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="76" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="115" />
+<hkern g1="quotedbl,quotesingle" 	g2="D,Eth" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="K" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="H" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="R" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="L" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="N,Ntilde" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotright,guilsinglright" 	k="84" />
+<hkern g1="r" 	g2="J" 	k="141" />
+<hkern g1="r" 	g2="y,yacute,ydieresis" 	k="-14" />
+<hkern g1="r" 	g2="T" 	k="82" />
+<hkern g1="r" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="r" 	g2="W" 	k="55" />
+<hkern g1="r" 	g2="g" 	k="14" />
+<hkern g1="r" 	g2="e,egrave,eacute,ecircumflex,edieresis" 	k="6" />
+<hkern g1="r" 	g2="o,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="6" />
+<hkern g1="r" 	g2="c,ccedilla" 	k="8" />
+<hkern g1="r" 	g2="quotesinglbase,quotedblbase" 	k="53" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="r" 	g2="Z" 	k="80" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="12" />
+<hkern g1="r" 	g2="D,Eth" 	k="33" />
+<hkern g1="r" 	g2="K" 	k="33" />
+<hkern g1="r" 	g2="H" 	k="33" />
+<hkern g1="r" 	g2="R" 	k="33" />
+<hkern g1="r" 	g2="L" 	k="33" />
+<hkern g1="r" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="r" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="r" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="r" 	g2="S" 	k="43" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="25" />
+<hkern g1="s" 	g2="J" 	k="-20" />
+<hkern g1="s" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="s" 	g2="T" 	k="158" />
+<hkern g1="s" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="197" />
+<hkern g1="s" 	g2="C,Ccedilla" 	k="27" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="49" />
+<hkern g1="s" 	g2="G" 	k="27" />
+<hkern g1="s" 	g2="W" 	k="90" />
+<hkern g1="s" 	g2="Z" 	k="12" />
+<hkern g1="s" 	g2="D,Eth" 	k="35" />
+<hkern g1="s" 	g2="K" 	k="35" />
+<hkern g1="s" 	g2="H" 	k="35" />
+<hkern g1="s" 	g2="R" 	k="35" />
+<hkern g1="s" 	g2="L" 	k="35" />
+<hkern g1="s" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="35" />
+<hkern g1="s" 	g2="N,Ntilde" 	k="35" />
+<hkern g1="s" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="35" />
+<hkern g1="s" 	g2="S" 	k="16" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="10" />
+<hkern g1="t" 	g2="J" 	k="-27" />
+<hkern g1="t" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="t" 	g2="T" 	k="82" />
+<hkern g1="t" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="82" />
+<hkern g1="t" 	g2="C,Ccedilla" 	k="16" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="t" 	g2="G" 	k="16" />
+<hkern g1="t" 	g2="W" 	k="74" />
+<hkern g1="t" 	g2="Z" 	k="8" />
+<hkern g1="t" 	g2="D,Eth" 	k="29" />
+<hkern g1="t" 	g2="K" 	k="29" />
+<hkern g1="t" 	g2="H" 	k="29" />
+<hkern g1="t" 	g2="R" 	k="29" />
+<hkern g1="t" 	g2="L" 	k="29" />
+<hkern g1="t" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="29" />
+<hkern g1="t" 	g2="N,Ntilde" 	k="29" />
+<hkern g1="t" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="29" />
+<hkern g1="t" 	g2="S" 	k="31" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="T" 	k="121" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="quotedbl,quotesingle" 	k="78" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Y,Yacute,Ydieresis" 	k="160" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="C,Ccedilla" 	k="25" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="G" 	k="25" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="W" 	k="90" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="Z" 	k="25" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="D,Eth" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="K" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="H" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="R" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="L" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="N,Ntilde" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="27" />
+<hkern g1="u,ugrave,uacute,ucircumflex,udieresis" 	g2="S" 	k="31" />
+<hkern g1="w" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="w" 	g2="T" 	k="82" />
+<hkern g1="w" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="w" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="w" 	g2="C,Ccedilla" 	k="10" />
+<hkern g1="w" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="w" 	g2="G" 	k="10" />
+<hkern g1="w" 	g2="W" 	k="70" />
+<hkern g1="w" 	g2="g" 	k="6" />
+<hkern g1="w" 	g2="quotesinglbase,quotedblbase" 	k="14" />
+<hkern g1="w" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="w" 	g2="Z" 	k="66" />
+<hkern g1="w" 	g2="D,Eth" 	k="41" />
+<hkern g1="w" 	g2="K" 	k="41" />
+<hkern g1="w" 	g2="H" 	k="41" />
+<hkern g1="w" 	g2="R" 	k="41" />
+<hkern g1="w" 	g2="L" 	k="41" />
+<hkern g1="w" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="41" />
+<hkern g1="w" 	g2="N,Ntilde" 	k="41" />
+<hkern g1="w" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="41" />
+<hkern g1="w" 	g2="S" 	k="41" />
+<hkern g1="y,yacute,ydieresis" 	g2="J" 	k="37" />
+<hkern g1="y,yacute,ydieresis" 	g2="T" 	k="82" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="y,yacute,ydieresis" 	g2="W" 	k="49" />
+<hkern g1="y,yacute,ydieresis" 	g2="g" 	k="8" />
+<hkern g1="y,yacute,ydieresis" 	g2="quotesinglbase,quotedblbase" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="43" />
+<hkern g1="y,yacute,ydieresis" 	g2="Z" 	k="80" />
+<hkern g1="y,yacute,ydieresis" 	g2="D,Eth" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="K" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="H" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="R" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="L" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="N,Ntilde" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="31" />
+<hkern g1="y,yacute,ydieresis" 	g2="S" 	k="37" />
+<hkern g1="z" 	g2="O,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="z" 	g2="T" 	k="82" />
+<hkern g1="z" 	g2="quotedbl,quotesingle" 	k="68" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="z" 	g2="C,Ccedilla" 	k="12" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="z" 	g2="G" 	k="12" />
+<hkern g1="z" 	g2="W" 	k="70" />
+<hkern g1="z" 	g2="Z" 	k="16" />
+<hkern g1="z" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="z" 	g2="D,Eth" 	k="33" />
+<hkern g1="z" 	g2="K" 	k="33" />
+<hkern g1="z" 	g2="H" 	k="33" />
+<hkern g1="z" 	g2="R" 	k="33" />
+<hkern g1="z" 	g2="L" 	k="33" />
+<hkern g1="z" 	g2="E,Egrave,Eacute,Ecircumflex,Edieresis" 	k="33" />
+<hkern g1="z" 	g2="N,Ntilde" 	k="33" />
+<hkern g1="z" 	g2="I,Igrave,Iacute,Icircumflex,Idieresis" 	k="33" />
+<hkern g1="z" 	g2="S" 	k="29" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.ttf b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..b3cf32c00568382854f0ad9d87ac2e0eab586411
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..0e804d7e4e4660632832ae82ccdddf42f990f378
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff2 b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..d0de6282a167a3fda6b7dd7ba8e762be31a7c90f
Binary files /dev/null and b/ippisite/ippidb/static/fonts/brandon_reg/brandon_reg-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/generator_config.txt b/ippisite/ippidb/static/fonts/brandon_reg/generator_config.txt
new file mode 100755
index 0000000000000000000000000000000000000000..05c92572e0362b7633408f5de273e37136259dfe
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/generator_config.txt
@@ -0,0 +1,5 @@
+# Font Squirrel Font-face Generator Configuration File
+# Upload this file to the generator to recreate the settings
+# you used to create these fonts.
+
+{"mode":"expert","formats":["ttf","woff","woff2","eot","svg"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/grid_12-825-55-15.css b/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/grid_12-825-55-15.css
new file mode 100755
index 0000000000000000000000000000000000000000..3d6aef783a908415e66bb296d4e4bbb7366f0bcb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/grid_12-825-55-15.css
@@ -0,0 +1,129 @@
+/*Notes about grid:
+Columns:      12
+Grid Width:   825px
+Column Width: 55px
+Gutter Width: 15px
+-------------------------------*/
+ 
+ 
+ 
+.section 		{margin-bottom: 18px;
+}
+.section:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
+.section 		{*zoom: 1;}
+ 
+.section .firstcolumn,
+.section .firstcol {margin-left: 0;}
+ 
+ 
+/* Border on left hand side of a column. */
+.border {
+  padding-left: 7px;
+  margin-left: 7px;
+  border-left: 1px solid #eee;
+}
+ 
+/* Border with more whitespace, spans one column. */
+.colborder {
+    padding-left: 42px;
+  margin-left: 42px;
+  border-left: 1px solid #eee;
+}
+ 
+
+ 
+/* The Grid Classes */
+.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
+{margin-left: 15px;float: left;display: inline; overflow: hidden;}
+ 
+ 
+.width1, .grid1, .span-1 {width: 55px;}
+.width1_2cols,.grid1_2cols {width: 20px;}
+.width1_3cols,.grid1_3cols  {width: 8px;}
+.width1_4cols,.grid1_4cols  {width: 2px;}
+.input_width1 {width: 49px;}
+ 
+.width2, .grid2, .span-2 {width: 125px;}
+.width2_3cols,.grid2_3cols  {width: 31px;}
+.width2_4cols,.grid2_4cols  {width: 20px;}
+.input_width2 {width: 119px;}
+ 
+.width3, .grid3, .span-3 {width: 195px;}
+.width3_2cols,.grid3_2cols {width: 90px;}
+.width3_4cols,.grid3_4cols  {width: 37px;}
+.input_width3 {width: 189px;}
+ 
+.width4, .grid4, .span-4 {width: 265px;}
+.width4_3cols,.grid4_3cols  {width: 78px;}
+.input_width4 {width: 259px;}
+ 
+.width5, .grid5, .span-5 {width: 335px;}
+.width5_2cols,.grid5_2cols {width: 160px;}
+.width5_3cols,.grid5_3cols  {width: 101px;}
+.width5_4cols,.grid5_4cols  {width: 72px;}
+.input_width5 {width: 329px;}
+ 
+.width6, .grid6, .span-6 {width: 405px;}
+.width6_4cols,.grid6_4cols  {width: 90px;}
+.input_width6 {width: 399px;}
+ 
+.width7, .grid7, .span-7 {width: 475px;}
+.width7_2cols,.grid7_2cols {width: 230px;}
+.width7_3cols,.grid7_3cols  {width: 148px;}
+.width7_4cols,.grid7_4cols  {width: 107px;}
+.input_width7 {width: 469px;}
+ 
+.width8, .grid8, .span-8 {width: 545px;}
+.width8_3cols,.grid8_3cols  {width: 171px;}
+.input_width8 {width: 539px;}
+ 
+.width9, .grid9, .span-9 {width: 615px;}
+.width9_2cols,.grid9_2cols {width: 300px;}
+.width9_4cols,.grid9_4cols  {width: 142px;}
+.input_width9 {width: 609px;}
+ 
+.width10, .grid10, .span-10 {width: 685px;}
+.width10_3cols,.grid10_3cols  {width: 218px;}
+.width10_4cols,.grid10_4cols  {width: 160px;}
+.input_width10 {width: 679px;}
+ 
+.width11, .grid11, .span-11 {width: 755px;}
+.width11_2cols,.grid11_2cols {width: 370px;}
+.width11_3cols,.grid11_3cols  {width: 241px;}
+.width11_4cols,.grid11_4cols  {width: 177px;}
+.input_width11 {width: 749px;}
+ 
+.width12, .grid12, .span-12 {width: 825px;}
+.input_width12 {width: 819px;}
+ 
+/* Subdivided grid spaces */
+.emptycols_left1, .prepend-1 {padding-left: 70px;}
+.emptycols_right1, .append-1 {padding-right: 70px;}
+.emptycols_left2, .prepend-2 {padding-left: 140px;}
+.emptycols_right2, .append-2 {padding-right: 140px;}
+.emptycols_left3, .prepend-3 {padding-left: 210px;}
+.emptycols_right3, .append-3 {padding-right: 210px;}
+.emptycols_left4, .prepend-4 {padding-left: 280px;}
+.emptycols_right4, .append-4 {padding-right: 280px;}
+.emptycols_left5, .prepend-5 {padding-left: 350px;}
+.emptycols_right5, .append-5 {padding-right: 350px;}
+.emptycols_left6, .prepend-6 {padding-left: 420px;}
+.emptycols_right6, .append-6 {padding-right: 420px;}
+.emptycols_left7, .prepend-7 {padding-left: 490px;}
+.emptycols_right7, .append-7 {padding-right: 490px;}
+.emptycols_left8, .prepend-8 {padding-left: 560px;}
+.emptycols_right8, .append-8 {padding-right: 560px;}
+.emptycols_left9, .prepend-9 {padding-left: 630px;}
+.emptycols_right9, .append-9 {padding-right: 630px;}
+.emptycols_left10, .prepend-10 {padding-left: 700px;}
+.emptycols_right10, .append-10 {padding-right: 700px;}
+.emptycols_left11, .prepend-11 {padding-left: 770px;}
+.emptycols_right11, .append-11 {padding-right: 770px;}
+.pull-1 {margin-left: -70px;}
+.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
+.pull-2 {margin-left: -140px;}
+.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
+.pull-3 {margin-left: -210px;}
+.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
+.pull-4 {margin-left: -280px;}
+.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/specimen_stylesheet.css b/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/specimen_stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..aecc43c32ce0ee6e9e448361a7ed21808c8af690
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/specimen_files/specimen_stylesheet.css
@@ -0,0 +1,396 @@
+@import url('grid_12-825-55-15.css');
+
+/*  
+	CSS Reset by Eric Meyer - Released under Public Domain
+    http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, 
+caption, tbody, tfoot, thead, tr, th, td 
+                  {margin: 0;padding: 0;border: 0;outline: 0;
+                  font-size: 100%;vertical-align: baseline;
+                  background: transparent;}
+body              {line-height: 1;}
+ol, ul            {list-style: none;}
+blockquote, q     {quotes: none;}
+blockquote:before, blockquote:after,
+q:before, q:after {content: '';	content: none;}
+:focus            {outline: 0;}
+ins               {text-decoration: none;}
+del               {text-decoration: line-through;}
+table             {border-collapse: collapse;border-spacing: 0;}
+
+
+
+
+body {
+	color: #000;
+	background-color: #dcdcdc;
+}
+
+a {
+	text-decoration: none;
+	color: #1883ba;
+}
+
+h1{
+	font-size: 32px;
+	font-weight: normal;
+	font-style: normal;
+	margin-bottom: 18px;
+}
+
+h2{
+	font-size: 18px;
+}
+
+#container {
+	width: 865px;
+	margin: 0px auto;
+}
+
+
+#header {
+	padding: 20px;
+	font-size: 36px;
+	background-color: #000;
+	color: #fff;
+}
+
+#header span {
+	color: #666;
+}
+#main_content {
+	background-color: #fff;
+	padding: 60px 20px 20px;
+}
+
+
+#footer p {
+	margin: 0;
+	padding-top: 10px;
+	padding-bottom: 50px;
+	color: #333;
+	font: 10px Arial, sans-serif;
+}
+
+.tabs {
+	width: 100%;
+	height: 31px;
+	background-color: #444;
+}
+.tabs li {
+	float:  left;
+	margin: 0;
+	overflow: hidden;
+	background-color: #444;
+}
+.tabs li a {
+	display: block;
+	color: #fff;
+	text-decoration: none;
+	font: bold 11px/11px 'Arial';
+	text-transform: uppercase;
+	padding: 10px 15px;
+	border-right: 1px solid #fff;
+}
+
+.tabs li a:hover {
+		background-color: #00b3ff;
+
+}
+
+.tabs li.active a {
+	color:  #000;
+	background-color: #fff;
+}
+
+
+
+div.huge {
+	
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+div.glyph_range {
+	font-size: 72px;
+	line-height: 1.1em;
+}
+
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+
+
+.psample_row1 {	height: 120px;}
+.psample_row1 {	height: 120px;}
+.psample_row2 {	height: 160px;}
+.psample_row3 {	height: 160px;}
+.psample_row4 {	height: 160px;}
+
+.psample {
+	overflow: hidden;
+	position: relative;
+}
+.psample p {
+	line-height: 1.3em;
+	display: block;
+	overflow: hidden;
+	margin: 0;
+}
+
+.psample span {
+	margin-right: .5em;
+}
+
+.white_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
+	position: absolute;
+	bottom: 0;
+}
+.black_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
+	position: absolute;
+	bottom: 0;
+}
+.fullreverse {
+	background:  #000 !important;
+	color:  #fff !important;
+	margin-left: -20px;
+	padding-left: 20px;
+	margin-right: -20px;
+	padding-right: 20px;
+	padding: 20px;
+	margin-bottom:0;
+}
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+code {
+	white-space: pre;
+	background-color: #eee;
+	display: block;
+	padding: 10px;
+	margin-bottom: 18px;
+	overflow: auto;
+}
+
+
+.bottom,.last 	{margin-bottom:0 !important; padding-bottom:0 !important;}
+
+.box  { 
+  padding: 18px; 
+  margin-bottom: 18px; 
+  background: #eee; 
+}
+
+.reverse,.reversed { background:  #000 !important;color:  #fff !important; border: none !important;}
+
+#bodycomparison {
+	position: relative;
+	overflow: hidden;
+	font-size: 72px;
+	height: 90px;
+	white-space: nowrap;
+}
+
+#bodycomparison div{
+	font-size: 72px;
+	line-height: 90px;
+	display: inline;
+	margin: 0 15px 0 0;
+	padding: 0;
+}
+
+#bodycomparison div span{
+	font: 10px Arial;
+	position: absolute;
+	left: 0;
+}
+#xheight {
+	float: none;
+	position: absolute;
+	color: #d9f3ff;
+	font-size: 72px;
+	line-height: 90px;
+}
+
+.fontbody {
+ position: relative;
+}
+.arialbody{
+	font-family: Arial;
+	position: relative;
+}
+.verdanabody{
+	font-family: Verdana;
+	position: relative;
+}
+.georgiabody{
+	font-family: Georgia;
+	position: relative;
+}
+
+/* @group Layout page
+ */
+
+#layout h1 {
+	font-size: 36px;
+	line-height: 42px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h2 {
+	font-size: 24px;
+	line-height: 23px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h3 {
+	font-size: 22px;
+	line-height: 1.4em;
+	margin-top: 1em;
+	font-weight: normal;
+	font-style: normal;
+}
+
+
+#layout p.byline {
+	font-size: 12px;
+	margin-top: 18px;
+	line-height: 12px;
+	margin-bottom: 0;
+}
+#layout p {
+	font-size: 14px;
+	line-height: 21px;
+	margin-bottom: .5em;
+}
+
+#layout p.large{
+	font-size: 18px;
+	line-height: 26px;
+}
+
+#layout .sidebar p{
+	font-size: 12px;
+	line-height: 1.4em;
+}
+
+#layout p.caption {
+	font-size: 10px;
+	margin-top: -16px;
+	margin-bottom: 18px;
+}
+
+/* @end */
+
+/* @group Glyphs */
+
+#glyph_chart div{
+	background-color: #d9f3ff;
+	color: black;
+	float: left;
+	font-size: 36px;
+	height: 1.2em;
+	line-height: 1.2em;
+	margin-bottom: 1px;
+	margin-right: 1px;
+	text-align: center;
+	width: 1.2em;
+	position: relative;
+	padding: .6em .2em .2em;
+}
+
+#glyph_chart div p {
+	position: absolute;
+	left: 0;
+	top: 0;
+	display: block;
+	text-align: center;
+	font: bold 9px Arial, sans-serif;
+	background-color: #3a768f;
+	width: 100%;
+	color: #fff;
+	padding: 2px 0;
+}
+
+
+#glyphs h1 {
+	font-family: Arial, sans-serif;
+}
+/* @end */
+
+/* @group Installing */
+
+#installing {
+	font: 13px Arial, sans-serif;
+}
+
+#installing p,
+#glyphs p{
+	line-height: 1.2em;
+	margin-bottom: 18px;
+	font: 13px Arial, sans-serif;
+}
+
+
+
+#installing h3{
+	font-size: 15px;
+	margin-top: 18px;
+}
+
+/* @end */
+
+#rendering h1 {
+	font-family: Arial, sans-serif;
+}
+.render_table td {
+	font: 11px "Courier New", Courier, mono;
+	vertical-align: middle;
+}
+
+
diff --git a/ippisite/ippidb/static/fonts/brandon_reg/stylesheet.css b/ippisite/ippidb/static/fonts/brandon_reg/stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..3f462bbb879752afcf9d98ab030426e3ad9873fb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/brandon_reg/stylesheet.css
@@ -0,0 +1,16 @@
+/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 13, 2017 */
+
+
+
+@font-face {
+    font-family: 'brandon_grotesque_regularRg';
+    src: url('brandon_reg-webfont.eot');
+    src: url('brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
+         url('brandon_reg-webfont.woff2') format('woff2'),
+         url('brandon_reg-webfont.woff') format('woff'),
+         url('brandon_reg-webfont.ttf') format('truetype'),
+         url('brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/generator_config.txt b/ippisite/ippidb/static/fonts/playfairdisplay/generator_config.txt
new file mode 100755
index 0000000000000000000000000000000000000000..05c92572e0362b7633408f5de273e37136259dfe
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/generator_config.txt
@@ -0,0 +1,5 @@
+# Font Squirrel Font-face Generator Configuration File
+# Upload this file to the generator to recreate the settings
+# you used to create these fonts.
+
+{"mode":"expert","formats":["ttf","woff","woff2","eot","svg"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..4176060b1072a44215c8233e76cd383e487a9736
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displayblack';
+							}
+		</style>
+
+	<title>Playfair Display Black Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Black	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Black</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Black in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Black in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..3248351816f49a3d406594929df954fbce353bb4
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..4cfab0c116bce19a1a84a0fab28122b17eaccbad
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.svg
@@ -0,0 +1,1326 @@
+<?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="playfair_displayblack" horiz-adv-x="1694" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="457" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1376" d="M23 1020v41h143q0 238 172 399q76 73 196.5 107.5t251.5 34.5q98 0 164.5 -10t109.5 -27.5t89 -44.5q38 -23 65 -66t27 -90q0 -174 -233 -174q-115 0 -174.5 44t-59.5 126q0 66 47 112t133 66q-17 9 -51 16t-69 7q-163 0 -244 -148q-30 -54 -42.5 -130.5t-12.5 -221.5 h186q191 0 297 5t207 19v-895q0 -57 13.5 -89t42 -45t79.5 -13v-43q-240 8 -309 8q-70 0 -310 -8v43q43 0 68 13t36 45t11 89v650q0 95 -30 137.5t-105 42.5h-186v-830q0 -83 38 -115t117 -32v-43q-268 8 -330 8q-77 0 -329 -8v43q51 0 79.5 13t42 45t13.5 89v830h-143z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1384" d="M23 1020v41h143q0 149 41 250.5t119 167.5q75 64 174 93.5t205 29.5q43 0 139.5 -5.5t154.5 -5.5q72 0 226 15v-1416q0 -57 13.5 -89t42 -45t79.5 -13v-43q-240 8 -309 8q-70 0 -310 -8v43q43 0 68 13t36 45t11 89v1231q0 77 -29 109q-27 31 -75 31q-57 0 -92.5 -17 t-67.5 -57q-25 -32 -37 -75.5t-16 -109t-4 -182.5v-59h186v-41h-186v-830q0 -83 38 -115t117 -32v-43q-268 8 -330 8q-77 0 -329 -8v43q51 0 79.5 13t42 45t13.5 89v830h-143z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="457" />
+<glyph unicode="&#x09;" horiz-adv-x="457" />
+<glyph unicode="&#xa0;" horiz-adv-x="457" />
+<glyph unicode="!" horiz-adv-x="627" d="M96 1343q0 78 27.5 136.5t77 90.5t112.5 32q57 0 107 -32.5t80 -91.5t30 -135q0 -117 -60 -317t-95 -331.5t-43 -293.5h-37q-7 134 -36 257t-96 345.5t-67 339.5zM111 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5 t-52 131.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="854" d="M61 1329q0 49 21.5 87t59.5 58.5t85 20.5q73 0 119.5 -45t46.5 -119q0 -46 -14.5 -84t-60.5 -123t-76 -166h-29q-28 72 -72.5 153.5t-62 123.5t-17.5 94zM460 1329q0 49 21.5 87t59.5 58.5t85 20.5q73 0 119.5 -45t46.5 -119q0 -46 -14.5 -84t-60.5 -123t-76 -166h-29 q-28 72 -72.5 153.5t-62 123.5t-17.5 94z" />
+<glyph unicode="#" horiz-adv-x="1247" d="M70 506l8 41h301l66 342h-300l7 41h301l59 303h41l-59 -303h342l59 303h41l-59 -303h301l-7 -41h-302l-66 -342h301l-8 -41h-301l-58 -299h-41l58 299h-342l-58 -299h-41l58 299h-301zM420 547h342l66 342h-342z" />
+<glyph unicode="$" horiz-adv-x="1245" d="M96 -14q8 139 8 594h48q17 -200 58.5 -316t114.5 -171t191 -68v553l-45 32q-119 79 -194.5 143.5t-123 148.5t-47.5 190q0 113 54.5 194t147 127.5t208.5 59.5v247h41v-243q28 2 57 2q64 0 119 -8v249h41v-256q83 -17 172 -67q29 -16 43 -22.5t27 -6.5q19 0 29 21.5 t16 68.5h47q-10 -147 -10 -500h-47q-19 132 -50.5 223.5t-86.5 151.5t-140 83v-529l72 -47q108 -71 178 -133t112 -143t42 -187q0 -164 -111 -264t-293 -130v-253h-41v247q-54 -6 -112 -6q-33 0 -64 2v-243h-41v247q-65 8 -111 22.5t-76.5 27.5t-41.5 18q-8 3 -30.5 12.5 t-39 14t-29.5 4.5q-18 0 -28 -21t-17 -69h-47zM416 1266q0 -33 5 -56t26.5 -55t68.5 -75v328q-100 -39 -100 -142zM557 22q28 -2 61 -2q65 0 115 9v390q-68 53 -176 130v-527zM557 1045q68 -56 176 -130v509q-36 6 -76 6q-56 0 -100 -10v-375zM774 38q127 37 127 152 q0 34 -7 57t-34 56t-86 82v-347z" />
+<glyph unicode="%" horiz-adv-x="1473" d="M66 1214q0 101 46 179.5t126 122t180 43.5q104 0 183 -40t123 -115t44 -179q0 -102 -45.5 -180t-125 -121t-179.5 -43q-104 0 -183.5 39.5t-124 115t-44.5 178.5zM125 -86l1198 1774l39 -27l-1198 -1774zM297 1217q0 -147 33 -223t92 -76q115 0 115 303q0 148 -32 224.5 t-91 76.5q-117 0 -117 -305zM705 305q0 101 46 179t126 121.5t180 43.5q104 0 183 -40t123 -115t44 -179q0 -101 -45.5 -179.5t-125.5 -121.5t-179 -43q-104 0 -183.5 40t-124 115t-44.5 179zM936 307q0 -146 33 -222.5t92 -76.5q115 0 115 303q0 148 -32 224.5t-91 76.5 q-117 0 -117 -305z" />
+<glyph unicode="&#x26;" horiz-adv-x="1921" d="M68 481q0 142 77.5 239t176.5 147.5t186 70.5q-113 41 -180.5 99.5t-67.5 154.5t68.5 157t171 88t209.5 27q75 0 122 -6.5t91 -21.5q63 -22 109 -66.5t46 -116.5q0 -46 -25 -81t-67.5 -54.5t-93.5 -19.5q-78 0 -127 36.5t-49 106.5q0 58 40 106t105 64q-46 16 -121 16 t-135.5 -31.5t-96.5 -95.5t-36 -157q0 -107 64 -193q66 19 106 19q36 0 54 -16.5t18 -43.5q0 -20 -17 -32.5t-41 -12.5q-52 0 -118 58q-90 -65 -137.5 -141t-47.5 -187q0 -192 159 -280.5t470 -88.5q140 0 274 39t221 117t87 188q0 64 -16 120t-76 100q-63 -14 -138 -25 q-91 -14 -147 -25q-154 -28 -246 -54.5t-139 -64t-47 -92.5q0 -48 35 -86t91 -59t117 -21q14 0 56 5q-58 21 -83.5 62t-25.5 91q0 73 55.5 113.5t143.5 40.5q90 0 140 -42.5t50 -115.5q0 -98 -84.5 -145t-236.5 -47q-99 0 -175.5 31.5t-119.5 94t-43 152.5 q0 186 147.5 286.5t425.5 141.5q30 4 88.5 14.5t89.5 14.5q132 22 216.5 46.5t132 63t47.5 97.5q0 51 -33.5 90t-86 60.5t-108.5 21.5q-23 0 -55 -4q61 -22 94 -65t33 -89q0 -73 -53.5 -112.5t-141.5 -39.5q-90 0 -142 43t-52 115q0 88 69 140.5t207 52.5q104 0 181.5 -35 t120 -102t42.5 -160q0 -154 -98.5 -245.5t-293.5 -139.5q63 -42 100.5 -126.5t37.5 -189.5q0 -153 -97.5 -268.5t-270.5 -178.5t-393 -63q-257 0 -439.5 61.5t-278 176.5t-95.5 272z" />
+<glyph unicode="'" horiz-adv-x="455" d="M61 1329q0 49 21.5 87t59.5 58.5t85 20.5q73 0 119.5 -45t46.5 -119q0 -46 -14.5 -84t-60.5 -123t-76 -166h-29q-28 72 -72.5 153.5t-62 123.5t-17.5 94z" />
+<glyph unicode="(" horiz-adv-x="684" d="M59 639q0 -341 139 -587.5t414 -424.5l31 25q-117 234 -172 467.5t-55 519.5q0 285 56 522.5t171 464.5l-31 25q-275 -178 -414 -424.5t-139 -587.5z" />
+<glyph unicode=")" horiz-adv-x="684" d="M41 -348q117 234 172 467.5t55 519.5q0 285 -56 522.5t-171 464.5l31 25q275 -178 414 -424.5t139 -587.5t-139 -587.5t-414 -424.5z" />
+<glyph unicode="*" horiz-adv-x="969" d="M91 1210q0 33 20 66q34 63 93 63q30 0 60 -18q32 -18 61 -51t76 -97t75 -98q-16 39 -48 114.5t-45.5 117t-13.5 75.5q0 57 34 84t82 27q49 0 82 -27t33 -84q0 -35 -13.5 -75.5t-45 -113t-47.5 -115.5q26 33 75.5 98.5t78 97.5t57.5 49q32 18 59 18q59 0 94 -63 q21 -34 21 -68q0 -55 -58 -88q-31 -18 -73 -26.5t-120 -17.5t-122 -16q41 -6 121.5 -16t123 -19t70.5 -26q59 -33 59 -89q0 -33 -20 -66q-36 -63 -93 -63q-30 0 -60 18q-32 18 -60.5 50.5t-76 96.5t-76.5 100q16 -40 48.5 -116t46 -117.5t13.5 -75.5q0 -57 -33.5 -83.5 t-81.5 -26.5q-50 0 -83 26.5t-33 83.5q0 37 14 79t45.5 114.5t47.5 112.5q-27 -33 -76 -98.5t-78 -98t-58 -49.5q-31 -18 -60 -18q-30 0 -54 18t-39 45q-21 34 -21 68q0 54 58 87q31 18 73.5 26.5t122 17.5t124.5 16q-41 6 -123.5 16t-125 19t-71.5 26q-59 33 -59 90z M484 1061l1 -1l1 1h-2z" />
+<glyph unicode="+" horiz-adv-x="1157" d="M66 696v62h477v483h73v-483h476v-62h-476v-481h-73v481h-477z" />
+<glyph unicode="," horiz-adv-x="569" d="M84 147q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5z" />
+<glyph unicode="-" horiz-adv-x="961" d="M111 455v202h739v-202h-739z" />
+<glyph unicode="." horiz-adv-x="578" d="M86 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="/" horiz-adv-x="750" d="M63 -29l558 1508h67l-557 -1508h-68z" />
+<glyph unicode="0" horiz-adv-x="1382" d="M82 516q0 162 77.5 293t218.5 207t324 76q174 0 310 -68t212 -191.5t76 -283.5q0 -163 -78 -295t-219 -207.5t-323 -75.5q-172 0 -308 67.5t-213 191.5t-77 286zM465 522q0 -176 31 -291.5t83.5 -169t118.5 -53.5q64 0 114 64.5t78 185.5t28 285q0 175 -31.5 290 t-84 168.5t-118.5 53.5q-64 0 -113.5 -64t-77.5 -184.5t-28 -284.5z" />
+<glyph unicode="1" horiz-adv-x="803" d="M74 0v43q89 0 132.5 36.5t43.5 131.5v504q0 98 -15.5 144.5t-51.5 61.5t-109 15v45q197 3 323 26.5t221 77.5v-895q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -282 8q-73 0 -377 -8z" />
+<glyph unicode="2" horiz-adv-x="1133" d="M74 0v43q25 25 169.5 154t234 268.5t89.5 282.5q0 104 -44.5 152t-137.5 48q-87 0 -152.5 -34.5t-121.5 -102.5l-35 25q80 120 205.5 188t322.5 68q112 0 195 -31t127.5 -90.5t44.5 -141.5q0 -118 -93 -202t-260 -181t-221 -145h463q56 0 83 7.5t37.5 24.5t16.5 52h47 q0 -263 9 -395q-46 10 -305 10h-674z" />
+<glyph unicode="3" horiz-adv-x="1049" d="M49 -266q129 5 259.5 60.5t217 160t86.5 246.5q0 79 -25.5 141.5t-73.5 99t-114 41.5q-42 -18 -64.5 -26t-47.5 -8q-21 0 -31 7t-10 25q0 24 20.5 35.5t52.5 11.5q15 0 36.5 -2.5t35.5 -3.5q158 104 158 260q0 89 -48.5 134t-135.5 45q-79 0 -148 -38t-117 -108l-37 21 q71 117 179 186.5t288 69.5q112 0 200 -28.5t138 -82.5t50 -127q0 -77 -56 -146t-166.5 -119.5t-267.5 -72.5q25 2 74 2q147 0 257.5 -38t171 -109t60.5 -168q0 -151 -139.5 -267.5t-358 -180.5t-444.5 -64v43z" />
+<glyph unicode="4" horiz-adv-x="1126" d="M4 49v43l830 1000h32v-783h13q56 0 83 7.5t38 24.5t16 52h47q0 -247 8 -354q-29 6 -205 9v-337h-286v338h-576zM240 309h340v412z" />
+<glyph unicode="5" horiz-adv-x="1001" d="M41 -266q133 1 253 57.5t194.5 162t74.5 245.5q0 127 -55.5 194.5t-163.5 67.5q-60 0 -106 -19t-91 -57l-32 23l82 661q40 -8 110 -8h408q46 0 69 14.5t27 48.5h47q0 -262 8 -374q-44 10 -284 10h-381l-39 -320q57 43 148 69t208 26q140 0 235.5 -43.5t142 -117.5 t46.5 -167q0 -152 -131.5 -268t-340 -179t-429.5 -63v37z" />
+<glyph unicode="6" horiz-adv-x="1210" d="M86 555q0 285 141.5 483.5t346.5 305t411 137.5l8 -41q-136 -43 -234 -105.5t-173 -193.5t-102 -350q76 114 251 114q118 0 215 -54.5t153 -154.5t56 -233q0 -154 -74.5 -265t-200.5 -169t-276 -58q-162 0 -279.5 69t-180 200t-62.5 315zM469 535q0 -185 23.5 -302 t60.5 -169t78 -52q39 0 72 45t53 142t20 245q0 208 -39 305t-104 97q-40 0 -85.5 -34.5t-72.5 -103.5q-6 -81 -6 -173z" />
+<glyph unicode="7" horiz-adv-x="999" d="M43 1071q46 -10 305 -10h660v-43q-25 -53 -132 -241t-170 -365t-63 -367q2 -21 6 -83t4 -85q0 -47 -20 -88t-62 -66.5t-104 -25.5q-93 0 -139.5 59t-46.5 164q0 156 109.5 318t251.5 320.5t178 201.5h-584q-56 0 -83.5 -7.5t-38 -24.5t-16.5 -52h-47q0 278 -8 395z" />
+<glyph unicode="8" horiz-adv-x="1204" d="M76 326q0 234 336 371q-84 75 -140.5 139.5t-92.5 140t-36 160.5q0 115 65.5 192t173 113.5t234.5 36.5q132 0 233 -38t156.5 -104t55.5 -149q0 -93 -72.5 -162.5t-224.5 -137.5q136 -126 202 -193.5t117.5 -156.5t51.5 -184q0 -109 -70.5 -196.5t-194.5 -137t-278 -49.5 q-141 0 -258.5 41.5t-187.5 121.5t-70 192zM379 367q0 -359 223 -359q89 0 131.5 52.5t42.5 136.5q0 88 -45.5 167t-105.5 138.5t-181 165.5q-65 -104 -65 -301zM487 1305q0 -95 64 -185.5t183 -203.5q22 50 31 125.5t9 136.5q0 126 -45 195t-125 69q-58 0 -87.5 -37.5 t-29.5 -99.5z" />
+<glyph unicode="9" horiz-adv-x="1192" d="M47 600q0 154 74.5 265t200.5 169t276 58q162 0 279.5 -69t180 -200t62.5 -315q0 -253 -138 -430.5t-339.5 -273t-400.5 -119.5l-9 41q125 36 217.5 89t164.5 161.5t102 288.5q-77 -107 -246 -107q-118 0 -214.5 54.5t-153 154.5t-56.5 233zM430 618q0 -207 39.5 -304 t103.5 -97q39 0 83.5 32.5t71.5 97.5q9 84 9 181q0 185 -23.5 302t-60.5 169t-78 52q-39 0 -71.5 -45t-53 -142.5t-20.5 -245.5z" />
+<glyph unicode=":" horiz-adv-x="627" d="M111 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5zM111 915q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode=";" horiz-adv-x="623" d="M109 147q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5zM109 915q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132 q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1225" d="M55 727l998 465l34 -74l-837 -391l837 -391l-34 -74z" />
+<glyph unicode="=" horiz-adv-x="1284" d="M129 553v61h1026v-61h-1026zM129 840v61h1026v-61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1225" d="M138 336l34 -74l998 465l-998 465l-34 -74l837 -391z" />
+<glyph unicode="?" horiz-adv-x="1106" d="M59 1333q0 70 34.5 116t96.5 81q129 72 324 72q158 0 278.5 -44.5t187.5 -128t67 -196.5q0 -168 -151 -284t-413 -171v-299h-41v318q97 48 149 108.5t70.5 129.5t18.5 159q0 186 -61 276.5t-166 90.5q-58 0 -100.5 -11t-61.5 -28q67 -25 100 -68.5t33 -112.5 q0 -48 -24.5 -87t-69.5 -62t-103 -23q-49 0 -87.5 22.5t-59.5 60.5t-21 81zM264 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="@" horiz-adv-x="1819" d="M86 293q0 274 135.5 522.5t368 400.5t506.5 152q191 0 339.5 -59.5t234 -185.5t85.5 -318q0 -218 -94.5 -390t-238 -267t-281.5 -95q-172 0 -172 147q0 28 6 60q-97 -207 -281 -207q-111 0 -182.5 68t-71.5 211q0 140 67.5 292t181 253.5t243.5 101.5q68 0 109.5 -36.5 t56.5 -93.5l20 101q193 0 309 29l-155 -731q-11 -55 -11 -80q0 -43 26 -43q14 0 34 10q95 45 184.5 137t149 229t59.5 306q0 182 -82 299t-220.5 171t-313.5 54q-252 0 -476 -142.5t-359.5 -381t-135.5 -510.5q0 -204 80.5 -336t223 -193t331.5 -61q237 0 422 111l14 -27 q-79 -56 -192.5 -88.5t-245.5 -32.5q-202 0 -353 66.5t-236 206t-85 350.5zM762 328q0 -86 17 -119t52 -33q53 0 95 58.5t84 181.5l71 352q1 46 -17.5 84.5t-53.5 38.5q-51 0 -110 -83t-98.5 -214t-39.5 -266z" />
+<glyph unicode="A" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM315 590h383l-186 512z" />
+<glyph unicode="B" horiz-adv-x="1442" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 353 -6q84 0 187 2t142 2q182 0 306.5 -40.5t186.5 -113t62 -168.5q0 -76 -52.5 -152t-159.5 -133.5t-261 -76.5v-4q200 -10 330.5 -63.5t190 -132t59.5 -167.5 q0 -200 -160.5 -298.5t-454.5 -98.5q-43 0 -152 3t-220 3q-240 0 -357 -6zM618 217q0 -74 10.5 -109t38 -48t85.5 -13q219 0 219 359q0 161 -77.5 245t-246.5 84h-29v-518zM618 770h56q111 0 154.5 90.5t43.5 243.5q0 155 -33 230t-110 75q-47 0 -70.5 -14.5t-32 -51.5 t-8.5 -110v-463z" />
+<glyph unicode="C" horiz-adv-x="1468" d="M74 713q0 226 98.5 400t274 270t401.5 96q122 0 208.5 -35t168.5 -98q23 -18 40 -18q42 0 52 122h47q-8 -145 -8 -512h-47q-10 109 -28.5 182.5t-56.5 132t-104 101.5q-94 61 -190 61q-147 0 -232.5 -103.5t-119 -258.5t-33.5 -332t33.5 -332t119 -258.5t232.5 -103.5 q96 0 190 61q66 41 104 101t56.5 140.5t28.5 202.5h47q0 -381 8 -532h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-61 -43 -112.5 -70.5t-117.5 -45t-149 -17.5q-232 0 -406 88t-270 255.5t-96 398.5z" />
+<glyph unicode="D" horiz-adv-x="1661" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q149 -7 280 -7l73 1q300 6 329 6q425 0 635.5 -181t210.5 -528q0 -223 -103 -390.5t-297.5 -259t-463.5 -91.5q-30 0 -143 3t-164 3q-240 0 -357 -6zM618 213q0 -74 12 -110.5t44.5 -51 t97.5 -14.5q203 0 293 175t90 521q0 347 -93 513.5t-292 166.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-1024z" />
+<glyph unicode="E" horiz-adv-x="1331" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-36 238 -136.5 341.5t-240.5 103.5h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-533q0 -59 9.5 -85t34.5 -35t81 -9h68q74 0 148.5 47t136 155.5t92.5 282.5h47q-6 -73 -6 -188q0 -209 14 -344q-139 6 -469 6q-479 0 -717 -6z" />
+<glyph unicode="F" horiz-adv-x="1245" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-50 237 -151 341t-226 104h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-471q0 -86 17.5 -125.5t64 -52.5t146.5 -13v-47q-276 6 -422 6q-34 0 -367 -6z" />
+<glyph unicode="G" horiz-adv-x="1548" d="M74 713q0 226 101 400t281.5 270t411.5 96q132 0 225.5 -35t172.5 -98q20 -19 41 -19t33 29.5t18 93.5h47q-8 -145 -8 -512h-47q-10 107 -29 181t-57 132t-103 103q-42 29 -99 45t-112 16q-147 0 -238 -103.5t-129 -261t-38 -329.5q0 -357 87.5 -533t241.5 -176 q64 0 101 25q43 30 43 102v205q0 103 -16 150.5t-58 65.5t-133 22v41q129 -7 391 -7q218 0 316 7v-41q-38 -4 -54.5 -16.5t-23 -47.5t-6.5 -112v-406h-41q-2 43 -18.5 80t-45.5 37q-43 0 -139 -47q-204 -99 -346 -99q-254 0 -426 87.5t-258 253.5t-86 401z" />
+<glyph unicode="H" horiz-adv-x="1698" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-483h461v483q0 77 -10.5 112t-40 48t-94.5 16v41q126 -6 362 -6q234 0 344 6v-41q-66 -3 -95 -16t-39.5 -48 t-10.5 -112v-1016q0 -77 11 -112t40 -48t94 -16v-41q-109 6 -344 6q-236 0 -362 -6v41q66 3 95 16t39.5 47.5t10.5 112.5v492h-461v-492q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6z" />
+<glyph unicode="I" horiz-adv-x="821" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-1016q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6z" />
+<glyph unicode="J" horiz-adv-x="799" d="M-334 -193q0 72 55 115t146 43q86 0 135 -38.5t49 -112.5q0 -48 -29.5 -90t-89.5 -64q13 -2 37 -2q65 0 112 36.5t69 92.5q21 58 30 120t11 141.5t2 248.5v936q0 77 -11 112t-40.5 48t-94.5 16v41q111 -6 344 -6q237 0 363 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112 v-750l1 -168q0 -252 -36 -366q-31 -96 -109.5 -171.5t-198 -119t-267.5 -43.5q-150 0 -229 39q-103 51 -103 153z" />
+<glyph unicode="K" horiz-adv-x="1544" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-462q83 6 160 61t191 182l69 78q91 102 91 184q0 60 -47 96t-121 39v39q171 -6 346 -6q123 0 206 6v-39 q-178 -48 -335 -225l-201 -228l475 -792q28 -46 55 -74t70 -51v-41q-173 6 -369 6q-151 0 -293 -6v41q65 3 91.5 11.5t26.5 27.5q0 16 -21 53l-297 502q-30 50 -49 68t-48 23v-509q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6z" />
+<glyph unicode="L" horiz-adv-x="1282" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q236 0 362 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1057q0 -58 8 -84.5t29 -35.5t68 -9h68q71 0 155.5 72t151.5 189.5t90 244.5h47q-6 -73 -6 -188q0 -222 14 -365 q-139 6 -469 6q-479 0 -717 -6z" />
+<glyph unicode="M" horiz-adv-x="1976" d="M61 0v41q64 14 94.5 44t41 91.5t10.5 183.5v873q0 77 -11 112t-40.5 48t-94.5 16v41q62 -6 170 -6q247 0 424 6l387 -870l336 864h178q237 0 363 6v-41q-66 -3 -95 -16t-39.5 -47.5t-10.5 -112.5v-1016q0 -77 10.5 -112t40 -48t94.5 -16v-41q-126 6 -363 6 q-247 0 -364 -6v41q74 3 107.5 16t46 48t12.5 112v1049l-494 -1264h-33l-577 1315v-916q0 -151 12 -217t54 -97.5t141 -45.5v-41q-82 6 -230 6q-108 0 -170 -6z" />
+<glyph unicode="N" horiz-adv-x="1499" d="M61 0v41q64 14 94.5 44t41 91.5t10.5 183.5v873q0 77 -11 112t-40.5 48t-94.5 16v41q62 -6 170 -6q113 0 189 6l837 -885v484q0 151 -12 217t-53.5 97.5t-140.5 45.5v41q83 -6 229 -6q109 0 170 6v-41q-64 -14 -94 -44t-40.5 -91.5t-10.5 -183.5v-1090q-30 3 -67 3 q-36 0 -77 -3l-907 991v-590q0 -151 12 -217t54 -97.5t141 -45.5v-41q-82 6 -230 6q-108 0 -170 -6z" />
+<glyph unicode="O" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5 t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5z" />
+<glyph unicode="P" horiz-adv-x="1389" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 353 -6q84 0 187 2t142 2q203 0 341.5 -50.5t207 -141.5t68.5 -212q0 -113 -61 -216.5t-209 -172.5t-392 -69h-76v-348q0 -86 17.5 -125.5t64 -52.5t146.5 -13v-47q-276 6 -422 6 q-34 0 -367 -6zM618 627h56q144 0 198 106.5t54 288.5q0 199 -45.5 293t-151.5 94q-47 0 -70.5 -14.5t-32 -51.5t-8.5 -110v-606z" />
+<glyph unicode="Q" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -221 -94.5 -393t-264.5 -269.5t-388 -103.5q-48 -6 -86 -18t-105.5 -39t-118.5 -41q300 -8 375 -8q212 0 352 29q115 24 180.5 63.5t116.5 116.5l39 -11q-11 -135 -48.5 -231.5 t-100.5 -144.5q-46 -35 -114 -53.5t-142 -18.5q-125 0 -244.5 39t-254.5 99t-181 79q-40 14 -49 14q-92 -51 -173 -51q-43 0 -69.5 15.5t-26.5 46.5q0 30 28.5 46.5t84.5 16.5q72 0 156 -37q41 10 75 23t87.5 36t85.5 34q-202 20 -352 113t-232 252t-82 372zM504 721 q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5z" />
+<glyph unicode="R" horiz-adv-x="1477" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 353 -6q84 0 187 2t142 2q312 0 464.5 -87.5t152.5 -268.5q0 -154 -115 -262.5t-386 -134.5q209 -12 316.5 -76.5t131.5 -190.5l43 -213q15 -75 35.5 -104t56.5 -29q37 0 63 27 l27 -27q-61 -61 -135 -86t-172 -25q-141 0 -219.5 50.5t-96.5 171.5l-31 204q-21 144 -56 217.5t-107 73.5h-93v-471q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6zM618 729h56q100 0 155.5 44t76 118t20.5 178q0 168 -46 254t-151 86 q-47 0 -70.5 -14.5t-32 -51.5t-8.5 -110v-504z" />
+<glyph unicode="S" horiz-adv-x="1255" d="M100 -14q9 156 9 594h47q13 -243 101 -395t271 -152q114 0 180 53t66 147q0 81 -36.5 145.5t-98.5 118t-164 121.5q-124 83 -196.5 144t-120 142.5t-47.5 187.5q0 128 69.5 215.5t184.5 129.5t253 42q118 0 191 -22t141 -60q29 -16 43 -22.5t27 -6.5q19 0 29 21.5 t16 68.5h47q-10 -147 -10 -500h-47q-8 117 -53.5 224t-123.5 174t-180 67q-93 0 -151 -50t-58 -140q0 -74 34.5 -127t95 -100t231.5 -166q113 -79 180 -138.5t109.5 -139.5t42.5 -185q0 -133 -75 -224.5t-201 -136.5t-281 -45q-126 0 -208.5 20.5t-154.5 55.5q-46 29 -69 29 q-19 0 -29 -21t-17 -69h-47z" />
+<glyph unicode="T" horiz-adv-x="1432" d="M47 1450q195 -6 670 -6q473 0 667 6q-14 -227 -14 -406q0 -94 6 -147h-47q-67 269 -173.5 387.5t-229.5 118.5h-2v-1172q0 -86 17.5 -125t63.5 -52t146 -13v-41q-288 6 -449 6q-145 0 -421 -6v41q100 0 146 13t63.5 52t17.5 125v1172h-2q-125 0 -230.5 -117.5 t-173.5 -388.5h-47q6 53 6 147q0 179 -14 406z" />
+<glyph unicode="U" horiz-adv-x="1419" d="M27 1409v41q115 -6 360 -6q241 0 367 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-836q0 -133 28 -210.5t84 -110.5t144 -33q195 0 276.5 137.5t81.5 392.5v476q0 151 -12 217t-54 97.5t-141 45.5v41q84 -6 230 -6q108 0 170 6v-41q-64 -14 -94.5 -44t-41 -91.5 t-10.5 -183.5v-494q0 -297 -84 -434q-114 -191 -440 -191q-247 0 -385 99q-68 49 -104.5 121t-50 167t-13.5 232v643q0 78 -10.5 112.5t-39.5 47.5t-95 16z" />
+<glyph unicode="V" horiz-adv-x="1419" d="M-33 1409v41q149 -6 373 -6q233 0 344 6v-41q-76 -3 -110 -18t-34 -57q0 -35 25 -97l355 -873l198 558q67 191 67 304q0 177 -167 183v41q153 -6 268 -6q97 0 158 6v-41q-55 -26 -109 -96t-96 -191l-399 -1122q-66 4 -109 4q-42 0 -106 -4l-537 1278q-27 66 -59 97.5 t-62 33.5z" />
+<glyph unicode="W" horiz-adv-x="2068" d="M-31 1409v41q149 -6 363 -6q187 0 272 6v-41q-54 -11 -54 -82q0 -46 17 -90l298 -835l179 486l-139 425q-16 50 -41 71.5t-63 24.5v41q138 -6 354 -6q213 0 318 6v-41q-75 -2 -107.5 -18t-32.5 -60q0 -34 21 -94l270 -821l158 506q54 177 54 286q0 103 -45.5 150.5 t-131.5 50.5v41q153 -6 268 -6q97 0 158 6v-41q-121 -59 -191 -287l-344 -1122q-64 4 -108 4q-41 0 -107 -4l-266 813l-289 -813q-64 4 -108 4q-41 0 -107 -4l-475 1278q-24 65 -57 97t-64 34z" />
+<glyph unicode="X" horiz-adv-x="1493" d="M-12 1409v43q284 -8 370 -8q78 0 330 8v-43q-67 0 -97.5 -7.5t-30.5 -27.5q0 -14 15 -35l297 -422l117 144q103 119 103 215q0 57 -37.5 92t-106.5 41v41q117 -6 273 -6q131 0 198 6v-41q-66 -24 -139 -88t-137 -143l-244 -299l518 -734q31 -43 48 -62.5t34.5 -28.5 t44.5 -11v-43q-268 8 -350 8q-88 0 -356 -8v43q66 0 96.5 7.5t30.5 27.5q0 14 -15 35l-341 488l-126 -157q-105 -129 -105 -240q0 -70 45.5 -113.5t125.5 -49.5v-41q-117 6 -354 6q-131 0 -199 -6v41q160 67 340 291l246 308l-467 667q-31 43 -48 62.5t-34.5 28.5t-44.5 11z " />
+<glyph unicode="Y" horiz-adv-x="1319" d="M-18 1409v43q126 -12 282 -12q177 0 451 12v-43q-83 0 -124 -8t-41 -39q0 -13 9 -31l292 -562l93 185q97 194 97 305q0 145 -164 152v41q153 -6 268 -6q96 0 158 6v-41q-106 -52 -218 -272l-190 -377v-545q0 -77 11 -112t40 -48t94 -16v-41q-118 6 -352 6q-243 0 -354 -6 v41q66 3 95 16t39.5 47.5t10.5 112.5v377l-379 700q-33 60 -63.5 87.5t-54.5 27.5z" />
+<glyph unicode="Z" horiz-adv-x="1243" d="M76 0v41l620 1362h-102q-96 0 -192 -41.5t-170.5 -141t-96.5 -262.5h-47q6 53 6 148q0 152 -14 344q127 -6 428 -6q442 0 641 6v-41l-621 -1362h86q84 0 192.5 48.5t196.5 157.5t107 279h47q-6 -73 -6 -188q0 -209 14 -344q-151 6 -510 6q-399 0 -579 -6z" />
+<glyph unicode="[" horiz-adv-x="696" d="M160 -371v1952h452v-39h-84v-1874h84v-39h-452z" />
+<glyph unicode="\" horiz-adv-x="750" d="M62 1479l557 -1508h68l-558 1508h-67z" />
+<glyph unicode="]" horiz-adv-x="696" d="M84 -332v-39h452v1952h-452v-39h84v-1874h-84z" />
+<glyph unicode="^" horiz-adv-x="1073" d="M94 647q124 74 237 191t187 243h37q71 -124 184.5 -241t239.5 -193l-16 -29q-135 22 -262.5 55.5t-204.5 67.5q-65 -34 -170 -67.5t-215 -55.5z" />
+<glyph unicode="_" horiz-adv-x="1268" d="M107 -144h1054v-227h-1054v227z" />
+<glyph unicode="`" horiz-adv-x="457" d="M-1 1586q0 58 42 93q37 34 88 34q32 0 63 -14t50 -36q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5t-113 90.5q-34 40 -34 93z" />
+<glyph unicode="a" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM410 295 q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="b" horiz-adv-x="1231" d="M14 1536v43q64 -6 127 -6q215 0 357 29v-664q93 154 311 154q104 0 184 -57t126 -172.5t46 -284.5q0 -325 -131.5 -466t-345.5 -141q-69 0 -114.5 5.5t-86.5 23.5q-70 26 -147 26q-62 0 -115.5 -16t-81.5 -43l-28 21q14 43 14 112v1256q0 95 -26 137.5t-89 42.5zM498 36 q45 -24 96 -24q188 0 188 518q0 253 -36.5 354t-100.5 101q-38 0 -72 -19t-54.5 -52.5t-20.5 -75.5v-802z" />
+<glyph unicode="c" horiz-adv-x="1030" d="M61 530q0 190 68 316t186.5 186t272.5 60q84 0 154.5 -17.5t115.5 -44.5q57 -33 90 -88.5t33 -124.5q0 -56 -25.5 -101.5t-70.5 -71.5t-101 -26q-88 0 -138 51t-50 134q0 74 48.5 129.5t119.5 75.5q-33 24 -82 24q-132 0 -185 -140.5t-53 -332.5q0 -197 74.5 -280.5 t181.5 -83.5q149 0 248 137l35 -13q-28 -90 -83.5 -169t-142.5 -129t-202 -50q-224 0 -359 133.5t-135 425.5z" />
+<glyph unicode="d" horiz-adv-x="1247" d="M63 539q0 181 56 305t158 186t241 62q134 0 213 -52v316q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q215 0 357 29v-1377q0 -95 25.5 -137.5t88.5 -42.5v-43q-64 6 -127 6q-212 0 -356 -28v145q-42 -80 -101 -117t-149 -37q-122 0 -216 60t-148 187t-54 321zM446 532 q0 -252 37 -353t101 -101q38 0 71.5 19t54.5 52.5t21 75.5v772q-45 27 -96 27q-95 0 -142 -121.5t-47 -370.5z" />
+<glyph unicode="e" horiz-adv-x="1030" d="M63 530q0 190 68 316t186.5 186t272.5 60q387 0 387 -459h-529q-2 -24 -2 -74q0 -197 68.5 -280.5t167.5 -83.5q149 0 248 137l35 -13q-29 -91 -84 -169.5t-142 -128.5t-202 -50q-215 0 -344.5 133.5t-129.5 425.5zM441 672h237v23q0 147 -24 245q-26 104 -79 104 q-56 0 -90 -88t-44 -284z" />
+<glyph unicode="f" horiz-adv-x="748" d="M33 1020v41h123q0 122 14 201.5t45 134.5t86 102q51 44 133.5 73.5t171.5 29.5q147 0 246 -76q32 -26 54 -70t22 -100q0 -42 -22 -80.5t-61 -62t-87 -23.5q-85 0 -135 45t-50 125q0 61 36 110.5t106 71.5q-15 19 -56 19q-62 0 -96 -39q-19 -25 -29 -67.5t-10 -119.5v-274 h219v-41h-219v-809q0 -95 43.5 -131.5t132.5 -36.5v-43q-300 8 -376 8q-63 0 -283 -8v43q43 0 68 13t36 45t11 89v830h-123z" />
+<glyph unicode="g" horiz-adv-x="1147" d="M41 -215q0 56 40.5 74.5t150 30.5t146.5 57h-67q-52 0 -107.5 17.5t-96.5 65t-41 130.5q0 68 25.5 119t82.5 95.5t157 91.5q-118 36 -183.5 110.5t-65.5 187.5q0 109 61.5 182.5t169.5 109.5t250 36q65 0 123 -8q-2 21 -2 42q0 122 57.5 196.5t173.5 74.5 q76 0 126.5 -36.5t50.5 -100.5q0 -38 -22.5 -68.5t-60.5 -48t-85 -17.5q-70 0 -112.5 26.5t-70.5 80.5q-14 -41 -14 -107q0 -24 3 -48q147 -28 230.5 -107t83.5 -207q0 -109 -61.5 -182.5t-169.5 -109.5t-250 -36q-107 0 -194 20q-43 -28 -61.5 -50t-18.5 -52q0 -67 73 -67 h465q135 0 218 -56.5t83 -183.5q0 -109 -68 -208t-204.5 -161.5t-333.5 -62.5q-177 0 -284.5 24.5t-152 62.5t-44.5 83zM393 -186q0 -78 47 -121t138 -43q79 0 139 29t93.5 81.5t33.5 120.5q0 33 -21.5 49.5t-72.5 16.5h-331q-14 -30 -20 -68.5t-6 -64.5zM459 764 q0 -158 26.5 -224.5t77.5 -66.5q52 0 78.5 66.5t26.5 224.5t-26.5 224.5t-78.5 66.5q-51 0 -77.5 -67t-26.5 -224z" />
+<glyph unicode="h" horiz-adv-x="1274" d="M37 0v43q43 0 68 13t36 45t11 89v1166q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q215 0 356 29v-664q93 154 326 154q163 0 231 -82q31 -37 45.5 -99.5t14.5 -165.5v-555q0 -57 11 -89t35.5 -45t67.5 -13v-43q-220 8 -286 8q-71 0 -291 -8v43q36 0 56 13t29 45t9 89v666 q0 66 -24 97.5t-76 31.5q-38 0 -72 -19t-55 -52.5t-21 -75.5v-648q0 -57 9 -89t29 -45t56 -13v-43q-204 8 -270 8q-71 0 -307 -8z" />
+<glyph unicode="i" horiz-adv-x="676" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-895q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -291 8t-307 -8zM107 1425q0 87 57 132t166 45q107 0 165 -45t58 -132q0 -86 -58 -131t-165 -45q-109 0 -166 44.5t-57 131.5z " />
+<glyph unicode="j" horiz-adv-x="649" d="M-344 -193q0 72 55 115t146 43q86 0 135 -38.5t49 -112.5q0 -48 -29.5 -90t-89.5 -64q38 -4 55 -4q44 0 81 17t57 48q18 30 26 80t9.5 124.5t1.5 238.5v676q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-921q0 -122 -14 -203.5t-45.5 -138.5t-85.5 -105 q-118 -102 -387 -102q-137 0 -228 41q-49 22 -76.5 62t-27.5 89zM106 1425q0 87 57.5 132t166.5 45q107 0 165 -45t58 -132q0 -86 -58 -131t-165 -45q-109 0 -166.5 45t-57.5 131z" />
+<glyph unicode="k" horiz-adv-x="1247" d="M37 0v43q43 0 68 13t36 45t11 89v1166q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q215 0 356 29v-1024q60 2 88 30l158 148q72 68 72 133q0 53 -46.5 90t-117.5 43v41q117 -6 246 -6q200 0 280 6v-41q-143 -39 -303 -201l-53 -52l325 -619q5 -9 19.5 -35.5t29.5 -44.5 t33 -27v-43q-188 8 -247 8q-69 0 -289 -8v43q59 0 59 38q0 13 -8 32l-180 381q-22 42 -66 45v-349q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -291 8t-307 -8z" />
+<glyph unicode="l" horiz-adv-x="672" d="M37 0v43q43 0 68 13t36 45t11 89v1166q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q215 0 356 29v-1412q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -291 8t-307 -8z" />
+<glyph unicode="m" horiz-adv-x="1876" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-147q88 154 305 154q164 0 232 -82q31 -37 44 -96q53 98 138 138t203 40q163 0 231 -82q31 -37 45.5 -99.5t14.5 -165.5v-555q0 -57 11 -89t35.5 -45t67.5 -13v-43 q-220 8 -286 8q-63 0 -271 -8v43q29 0 44.5 13t22.5 44.5t7 89.5v666q0 66 -24 97.5t-76 31.5q-35 0 -68 -21t-55.5 -55.5t-27.5 -74.5q3 -39 3 -89v-555q0 -58 9 -89.5t29 -44.5t57 -13v-43q-208 8 -267 8q-66 0 -270 -8v43q27 0 43 13t23.5 45t7.5 89v666q0 66 -19 97.5 t-61 31.5q-38 0 -72 -19t-55 -52.5t-21 -75.5v-648q0 -58 7 -89.5t23 -44.5t44 -13v-43q-188 8 -250 8q-71 0 -307 -8z" />
+<glyph unicode="n" horiz-adv-x="1280" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-147q93 154 326 154q163 0 231 -82q31 -37 45.5 -99.5t14.5 -165.5v-555q0 -57 11 -89t35.5 -45t67.5 -13v-43q-220 8 -286 8q-71 0 -291 -8v43q36 0 56 13t29 44.5t9 89.5 v666q0 66 -24 97.5t-76 31.5q-38 0 -72 -19t-55 -52.5t-21 -75.5v-648q0 -57 9 -89t29.5 -45t56.5 -13v-43q-208 8 -271 8q-71 0 -307 -8z" />
+<glyph unicode="o" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392z" />
+<glyph unicode="p" horiz-adv-x="1253" d="M37 -328q43 0 68 13t36 45t11 90v1018q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-145q95 154 311 154q104 0 184.5 -57t126.5 -172.5t46 -284.5q0 -325 -131.5 -466t-345.5 -141q-122 0 -191 39v-170q0 -95 43.5 -131.5t132.5 -36.5v-43q-32 1 -147.5 5 t-229.5 4q-83 0 -171 -4t-111 -5v43zM520 50q28 -17 72 -17q112 0 162.5 122.5t50.5 374.5q0 253 -37 354t-100 101q-38 0 -72 -19t-55 -52.5t-21 -75.5v-788z" />
+<glyph unicode="q" horiz-adv-x="1229" d="M63 539q0 181 56 305t158 186t241 62q75 0 129 -6.5t102 -27.5q64 -22 136 -22q63 0 117.5 16.5t82.5 43.5l29 -21q-14 -43 -14 -112v-1143q0 -58 11 -90t35.5 -45t67.5 -13v-43q-23 1 -111 5t-171 4q-113 0 -228.5 -4t-148.5 -5v43q89 0 132.5 36.5t43.5 131.5v285 q-42 -80 -101 -117t-149 -37q-122 0 -216 60t-148 187t-54 321zM446 532q0 -252 37 -353t101 -101q38 0 71.5 19t54.5 52.5t21 75.5v803q-43 23 -96 23q-189 0 -189 -519z" />
+<glyph unicode="r" horiz-adv-x="985" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-147q80 154 265 154q100 0 144 -61.5t44 -145.5q0 -92 -51.5 -146.5t-136.5 -54.5q-89 0 -136 39.5t-47 107.5q0 122 105 191q-37 0 -66 -14q-52 -22 -86.5 -72.5 t-34.5 -110.5v-614q0 -65 18 -101.5t56 -51.5t102 -15v-43q-252 8 -331 8q-76 0 -328 -8z" />
+<glyph unicode="s" horiz-adv-x="967" d="M80 -14q8 117 8 409h41q13 -110 48.5 -194t92 -131t129.5 -47q52 0 85.5 28.5t33.5 83.5q0 57 -23.5 102.5t-57.5 81t-109 103.5q-87 80 -131.5 127t-76.5 109.5t-32 138.5q0 88 53 155t141 103.5t191 36.5q81 0 150.5 -17.5t107.5 -38.5q21 -12 37 -12q41 0 51 66h41 q-8 -107 -8 -369h-41q-16 134 -76.5 227.5t-175.5 93.5q-52 0 -86.5 -31t-34.5 -83q0 -69 46 -121.5t108.5 -101t91.5 -72.5q76 -63 121 -109t72.5 -104.5t27.5 -132.5q0 -91 -55.5 -163.5t-150 -112.5t-207.5 -40q-128 0 -211 52q-66 34 -103 34q-39 0 -57 -71h-41z" />
+<glyph unicode="t" horiz-adv-x="717" d="M-8 1020v41h155v244q111 0 200 21.5t169 68.5v-334h201v-41h-201v-848q0 -40 14 -57t48 -17q25 0 55 14.5t55 45.5l31 -25q-94 -162 -291 -162q-141 0 -211 70q-42 42 -56 106t-14 179v694h-155z" />
+<glyph unicode="u" horiz-adv-x="1274" d="M23 1020v43q64 -6 127 -6q212 0 356 28v-878q0 -66 24 -97.5t76 -31.5q38 0 72 19t55 52.5t21 75.5v615q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-862q0 -95 26 -137.5t89 -42.5v-43q-64 6 -127 6q-215 0 -356 -29v148q-93 -154 -326 -154q-163 0 -231 82 q-31 37 -45.5 99t-14.5 165v523q0 95 -25.5 137.5t-88.5 42.5z" />
+<glyph unicode="v" horiz-adv-x="1065" d="M-29 1020v43q164 -12 365 -12q102 0 266 12v-43q-49 0 -73.5 -3.5t-37 -20t-4.5 -54.5l223 -620l95 282q39 116 39 210q0 96 -41.5 148.5t-108.5 57.5v43q77 -8 215 -8q117 0 158 8v-43q-42 -16 -77.5 -61t-67.5 -138l-277 -821q-53 5 -99 5q-45 0 -100 -5l-356 905 q-45 115 -119 115z" />
+<glyph unicode="w" horiz-adv-x="1634" d="M-23 1020v43q164 -12 365 -12q102 0 266 12v-43q-63 0 -90.5 -9.5t-27.5 -40.5q0 -13 4 -28l170 -567l176 686h2q43 -4 98 -4q41 0 119 4l233 -749l88 292q33 110 33 197q0 103 -45.5 157.5t-120.5 61.5v43q77 -8 236 -8q117 0 157 8v-43q-44 -16 -79.5 -60.5 t-65.5 -138.5l-256 -821q-53 5 -99 5q-45 0 -100 -5l-244 708l-186 -708q-53 5 -99 5q-44 0 -99 -5l-316 905q-26 72 -56.5 93.5t-62.5 21.5z" />
+<glyph unicode="x" horiz-adv-x="1120" d="M-2 1020v43q236 -8 309 -8q54 0 242 8v-43q-29 0 -45.5 -10t-16.5 -27q0 -16 11 -33l178 -269l35 42q76 92 76 174q0 53 -34 86.5t-96 38.5v41q126 -6 273 -6q82 0 137 6v-41q-85 -38 -193 -168l-177 -205l335 -504q5 -7 24.5 -34t41 -45.5t41.5 -22.5v-43q-208 8 -269 8 q-62 0 -282 -8v43q29 0 45.5 10t16.5 27t-11 33l-201 303l-18 -23q-77 -99 -77 -191q0 -67 40 -111.5t106 -49.5v-41q-124 6 -333 6q-82 0 -138 -6v41q51 25 95.5 64.5t97.5 103.5l206 238l-313 471q-32 50 -54.5 73t-51.5 29z" />
+<glyph unicode="y" horiz-adv-x="1083" d="M-41 1020v43q163 -12 334 -12q133 0 297 12v-43q-61 0 -92 -8t-31 -38q0 -15 8 -32l253 -600l85 262q39 116 39 210q0 96 -41.5 148.5t-108.5 57.5v43q77 -8 216 -8q116 0 157 8v-43q-42 -16 -77.5 -61t-67.5 -138l-256 -762l-86 -247q-38 -107 -90 -148 q-63 -49 -191 -49q-63 0 -127 19.5t-107.5 62.5t-43.5 110q0 72 54.5 115t145.5 43q87 0 136 -38.5t49 -112.5q0 -49 -34 -93t-99 -65q20 -4 69 -4q141 0 195 164l11 33l-478 1056q-31 70 -60.5 92.5t-58.5 22.5z" />
+<glyph unicode="z" horiz-adv-x="967" d="M53 -10l459 1040h-41q-133 0 -229.5 -91t-112.5 -300h-41q0 307 -8 430q169 -8 401 -8q206 0 434 10l-458 -1040h28q85 0 161 37t129.5 124t64.5 230h41q0 -307 8 -430q-169 8 -402 8q-206 0 -434 -10z" />
+<glyph unicode="{" horiz-adv-x="723" d="M23 594v37h10q64 4 96.5 48t45.5 147t13 302q0 182 50 284t160.5 146t301.5 44v-39q-63 -2 -91.5 -31t-40 -118t-11.5 -286q0 -174 -64.5 -280t-168 -158t-244.5 -78q141 -26 244.5 -78t168 -158.5t64.5 -279.5q0 -204 11.5 -294.5t40 -118.5t91.5 -29v-39 q-193 0 -302.5 42.5t-159.5 146t-50 292.5q0 198 -13 301t-45.5 147.5t-96.5 49.5h-10z" />
+<glyph unicode="|" horiz-adv-x="561" d="M158 -399v2156h245v-2156h-245z" />
+<glyph unicode="}" horiz-adv-x="723" d="M23 -346v-39q193 0 302.5 42.5t159.5 146t50 292.5q0 198 13 301t45.5 147.5t96.5 49.5h10v37h-10q-64 4 -96.5 48t-45.5 147t-13 302q0 182 -50 284t-160.5 146t-301.5 44v-39q63 -2 91.5 -31t40 -118t11.5 -286q0 -174 64.5 -280t168 -158t244.5 -78 q-141 -26 -244.5 -78t-168 -158.5t-64.5 -279.5q0 -204 -11.5 -294.5t-40 -118.5t-91.5 -29z" />
+<glyph unicode="~" horiz-adv-x="1395" d="M102 444q10 114 57.5 201.5t119.5 135.5t155 48q79 0 147 -25.5t207 -99t248 -73.5q164 0 226 160l36 -7q-10 -114 -57 -201.5t-119 -135.5t-155 -48q-79 0 -147 25.5t-207 99.5t-248 74q-164 0 -226 -160z" />
+<glyph unicode="&#xa1;" horiz-adv-x="604" d="M84 -139q0 78 59.5 249t95 289t44.5 252h36q8 -114 38 -223.5t95.5 -297t65.5 -269.5q0 -79 -27.5 -134.5t-76.5 -83.5t-111 -28q-65 0 -114.5 29t-77 84.5t-27.5 132.5zM100 915q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45 q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1055" d="M63 530q0 178 59.5 299.5t164.5 185t243 75.5v360h45v-358h15q84 0 154.5 -17.5t115.5 -44.5q57 -33 90 -88.5t33 -124.5q0 -56 -25.5 -101.5t-70.5 -71.5t-101 -26q-88 0 -138 51t-50 134q0 74 48.5 129.5t119.5 75.5q-33 24 -82 24q-62 0 -109 -36v-766q55 -35 127 -35 q149 0 248 137l35 -13q-27 -88 -80.5 -165t-136.5 -128t-193 -55v-342h-45v342q-212 8 -339.5 142t-127.5 417zM446 559q0 -199 84 -291v679q-84 -122 -84 -388z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1432" d="M63 12q0 34 44.5 62t130.5 45q22 53 29 111t7 160v138v80h-157v41h157v164h-157v41h157v45q0 608 557 608q158 0 246 -45q59 -31 93 -78.5t34 -109.5q0 -50 -22.5 -90.5t-63.5 -64t-94 -23.5q-84 0 -134 45.5t-50 118.5q0 66 35 115.5t98 72.5q-48 20 -117 20 q-82 0 -126.5 -48t-62.5 -158t-18 -310v-98h215v-41h-215v-94q0 -36 -4 -70h219v-41h-227q-21 -95 -73 -171t-135.5 -170.5t-117.5 -135.5q121 110 216 151.5t180 41.5q60 0 105.5 -7t129 -26t154.5 -19q60 0 97.5 33.5t37.5 83.5q0 55 -35 88.5t-98 46.5l8 33 q69 -12 128.5 -47t96.5 -93.5t37 -135.5q0 -149 -92 -229.5t-275 -80.5q-86 0 -163 18t-180 52t-152 45q-9 2 -40 9t-60 7q-57 0 -113 -20q-38 -56 -83.5 -83.5t-90.5 -27.5q-56 0 -56 41z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1370" d="M100 281l140 139q-39 92 -39 194q0 101 39 193l-140 141l252 252l140 -141q93 41 192 41q92 0 195 -41l141 141l252 -252l-142 -141q39 -92 39 -193q0 -102 -41 -192l144 -141l-252 -252l-143 141q-94 -39 -193 -39q-101 0 -190 39l-142 -141zM496 614q0 -58 26 -108 t70 -79.5t96 -29.5t95.5 29.5t69.5 79.5t26 108q0 59 -26 109.5t-70 80.5t-95 30q-52 0 -96 -30t-70 -80.5t-26 -109.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1430" d="M50 1409v43q126 -12 282 -12q177 0 451 12v-43q-83 0 -124 -8t-41 -39q0 -13 9 -31l292 -562l93 185q97 194 97 305q0 145 -164 152v41q153 -6 268 -6q97 0 158 6v-41q-106 -52 -218 -272l-190 -377v-133h235v-41h-235v-164h235v-41h-235v-166q0 -77 11 -112t40 -48 t94 -16v-41q-118 6 -352 6q-243 0 -354 -6v41q66 3 95 16t39.5 47.5t10.5 112.5v166h-236v41h236v164h-236v41h217l-360 665q-33 60 -63.5 87.5t-54.5 27.5z" />
+<glyph unicode="&#xa6;" horiz-adv-x="569" d="M162 -399v1067h246v-1067h-246zM162 786v971h246v-971h-246z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1290" d="M66 623q0 101 62 181.5t204 151.5q-82 72 -119 139.5t-37 149.5q0 108 68.5 188.5t190 124.5t278.5 44q174 0 280 -54q60 -32 90.5 -76t30.5 -116q0 -44 -22.5 -82t-64 -61t-93.5 -23q-84 0 -134 45.5t-50 118.5q0 59 31.5 108.5t82.5 71.5q-11 9 -50.5 19t-82.5 10 q-106 0 -156.5 -50t-50.5 -127q0 -95 47 -147.5t136.5 -110.5t136.5 -90q146 -98 221.5 -158t118.5 -129t43 -157q0 -101 -62 -181.5t-204 -151.5q81 -72 118 -140t37 -150q0 -108 -68.5 -188.5t-190 -124t-277.5 -43.5q-173 0 -281 53q-60 32 -90.5 76t-30.5 117 q0 44 22.5 82t64 61t93.5 23q84 0 134.5 -45.5t50.5 -118.5q0 -60 -32 -109.5t-83 -70.5q10 -10 50 -19.5t83 -9.5q107 0 157 50t50 126q0 97 -47 149t-136.5 110t-135.5 89q-147 98 -222 158t-118 129t-43 158zM360 799q0 -57 30 -103.5t102.5 -102.5t224.5 -155 q118 -77 189 -132q26 43 26 112q0 57 -30 103t-103 102.5t-224 154.5q-118 78 -189 133q-26 -43 -26 -112z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M-23 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM465 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89 z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1786" d="M78 786q0 222 109.5 409.5t296.5 297t409 109.5q221 0 408.5 -109.5t297 -297t109.5 -409.5q0 -221 -109.5 -408.5t-297 -297t-408.5 -109.5q-222 0 -409 109.5t-296.5 297t-109.5 408.5zM160 786q0 -203 98.5 -375t266.5 -273t368 -101q199 0 367.5 101t267 273 t98.5 375q0 204 -98.5 376t-267 273t-367.5 101q-200 0 -368 -101t-266.5 -273t-98.5 -376zM420 786q0 190 68 316t186 186t272 60q83 0 153 -18t118 -44q56 -35 89 -90t33 -123q0 -55 -25.5 -100.5t-70 -72t-100.5 -26.5q-89 0 -139 51t-50 134q0 74 48.5 129.5t119.5 75.5 q-19 13 -50.5 21.5t-65.5 8.5t-62 -8q-46 -14 -76.5 -61.5t-47.5 -146.5t-17 -263q0 -159 37 -254t94 -133.5t125 -38.5q149 0 248 199l34 -13q-28 -90 -83.5 -169t-142.5 -129t-202 -50q-223 0 -358 133.5t-135 425.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="1014" d="M78 899q0 56 30 94t93 67t174 60q69 20 116.5 49.5t47.5 65.5v37q0 89 -30 128.5t-89 39.5q-52 0 -84 -23q50 -14 76 -52t26 -79q0 -64 -50 -100.5t-120 -36.5q-72 0 -115.5 36.5t-43.5 96.5q0 50 32.5 88.5t85.5 61.5q59 25 127 36t160 11q125 0 202 -27t113.5 -84 t36.5 -149v-353q0 -20 7 -28.5t24 -8.5q25 0 43 15l23 -31q-110 -76 -267 -76q-83 0 -118.5 24.5t-38.5 72.5q-50 -49 -115.5 -73t-134.5 -24q-97 0 -154 40.5t-57 121.5zM420 940q0 -40 16.5 -65t40.5 -25q36 0 62 20v306q-10 -25 -62 -82q-57 -63 -57 -154z" />
+<glyph unicode="&#xab;" horiz-adv-x="1257" d="M45 510v41q165 110 312.5 241.5t314.5 303.5l28 -9q-19 -85 -60.5 -195.5t-92 -209.5t-94.5 -152q44 -52 94.5 -150.5t92 -209t60.5 -195.5l-28 -8q-165 170 -313 301t-314 242zM569 510v41q140 91 265.5 200.5t279.5 262.5l29 -8q-20 -110 -78.5 -257.5t-108.5 -218.5 q50 -70 108.5 -216.5t78.5 -256.5l-29 -8q-151 149 -277.5 259t-267.5 202z" />
+<glyph unicode="&#xac;" horiz-adv-x="1294" d="M139 696v62h1026v-420h-73v358h-953z" />
+<glyph unicode="&#xad;" horiz-adv-x="961" />
+<glyph unicode="&#xae;" horiz-adv-x="1343" d="M100 1030q0 155 77 286.5t208.5 208.5t286.5 77t286 -77t208 -208.5t77 -286.5t-77 -286t-208 -208t-286 -77t-286.5 77t-208.5 208t-77 286zM186 1030q0 -136 65 -252.5t176.5 -185t244.5 -68.5q132 0 243.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176 184.5 t-244 68.5t-244.5 -68.5t-176.5 -184.5t-65 -253zM377 721v31q21 2 30.5 7.5t13 20.5t3.5 47v449q0 33 -3.5 48.5t-13 21.5t-30.5 8v30q33 -2 147 -2q69 0 112.5 1t63.5 1q138 0 198 -40.5t60 -120.5q0 -51 -49.5 -97.5t-167.5 -65.5q69 -6 109 -20t58.5 -37.5t25.5 -62.5 l35 -145q5 -35 26 -35q12 0 23 8l12 -23q-41 -34 -119 -34q-144 0 -159 92l-27 147q-6 33 -14 50t-26 27t-54 14v-214q0 -32 3.5 -47t13 -20.5t30.5 -7.5v-31q-29 0 -66 1t-80 1q-51 0 -90.5 -1t-64.5 -1zM631 1077h8q56 0 86.5 36t30.5 104q0 66 -22.5 101.5t-65.5 35.5 q-21 0 -29 -11t-8 -40v-226z" />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M10 1407v51h721v-51h-721z" />
+<glyph unicode="&#xb0;" horiz-adv-x="608" d="M55 1434q0 73 34 129t91 86t123 30q67 0 124.5 -30t91.5 -86t34 -129q0 -75 -34 -131t-91.5 -86.5t-124.5 -30.5q-66 0 -123 30.5t-91 87t-34 130.5zM106 1432q0 -68 29 -116t74 -71.5t94 -23.5t94.5 23.5t75 71.5t29.5 116q0 66 -29.5 114.5t-75.5 73.5t-94 25 t-93.5 -25t-74.5 -73.5t-29 -114.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1161" d="M66 0v62h1026v-62h-1026zM70 696v62h477v483h73v-483h476v-62h-476v-481h-73v481h-477z" />
+<glyph unicode="&#xb2;" horiz-adv-x="735" d="M43 897v41q24 21 124.5 98t158 154t57.5 164q0 47 -30.5 74.5t-86.5 27.5q-107 0 -170 -90l-30 16q100 164 309 164q106 0 172.5 -38.5t66.5 -112.5q0 -71 -53.5 -120t-151 -107t-137.5 -85h281q31 0 49 7.5t27.5 21.5t19.5 41l35 -6q-29 -167 -31 -256q-24 6 -78 6h-532 z" />
+<glyph unicode="&#xb3;" horiz-adv-x="684" d="M39 713v35q173 25 270 98t97 188q0 62 -29 104t-80 46l-26 -13t-27.5 -12t-22.5 -4q-31 0 -31 25q0 19 23.5 24.5t67.5 3.5q50 26 72 68.5t22 81.5q0 47 -32.5 77.5t-90.5 30.5q-52 0 -97 -26.5t-73 -71.5l-31 16q90 164 303 164q71 0 128 -17.5t90.5 -50.5t33.5 -79 q0 -72 -71 -122.5t-201 -72.5q10 1 31 1q74 0 135.5 -23.5t97 -66.5t35.5 -99q0 -140 -174 -213.5t-420 -91.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M41 1245q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79t-139 -106z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1618" d="M63 737q0 209 100.5 371t289.5 253t446 91q88 0 239.5 -3.5t218.5 -3.5q105 0 179 5v-39q-57 -3 -86.5 -18.5t-40 -43.5t-10.5 -77v-1426q0 -78 10.5 -112.5t39.5 -47.5t95 -16v-41q-144 6 -424 6q-233 0 -344 -6v41q87 3 130.5 21.5t60 58.5t16.5 117v106 q-481 0 -700.5 206t-219.5 558zM246 719q0 -8 89.5 -19.5t235 -20.5t308.5 -9q4 -147 24.5 -278t45.5 -212.5t36 -81.5v1245q-11 0 -36 -84t-45.5 -215.5t-24.5 -273.5q-161 0 -305.5 -10t-236 -22.5t-91.5 -18.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="590" d="M92 593q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M-25 -358l13 36q45 -10 98 -10q50 0 88.5 20t38.5 58q0 51 -57 51q-43 0 -68 -14l62 217h55l-35 -123q72 31 162 31q74 0 112.5 -33t38.5 -86q0 -86 -88.5 -130t-234.5 -44q-114 0 -185 27z" />
+<glyph unicode="&#xb9;" horiz-adv-x="608" d="M53 1436v43q142 2 231 15.5t167 47.5v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-102 4 -260 4t-260 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9z" />
+<glyph unicode="&#xba;" horiz-adv-x="979" d="M66 1108q0 119 53 202.5t148 126t222 42.5t222.5 -42.5t148.5 -126t53 -202.5t-53 -202.5t-148.5 -126t-222.5 -42.5t-222 42.5t-148 126t-53 202.5zM408 1108q0 -334 81 -334q82 0 82 334t-82 334q-81 0 -81 -334z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1257" d="M115 57q13 71 44.5 165t70.5 178t71 130q-32 46 -71 131t-70.5 179t-44.5 166l28 8q154 -153 279.5 -262.5t265.5 -200.5v-41q-141 -92 -267.5 -202t-277.5 -259zM557 -25q19 85 61 195.5t92.5 209t94.5 150.5q-44 53 -94.5 152t-92.5 209.5t-61 195.5l29 9 q164 -170 312.5 -302t313.5 -243v-41q-166 -111 -315 -243.5t-311 -299.5z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1475" d="M84 1436v43q142 2 231 15.5t167 47.5v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-102 4 -260 4t-260 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM180 -86l1198 1774l39 -27l-1198 -1774zM592 37v43l531 571h43v-473h37q31 0 48.5 7.5t27 21 t20.5 41.5l35 -6q-21 -59 -29 -211q-25 6 -78 6h-61v-240h-170v240h-404zM728 178h268v289z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1503" d="M78 1436v43q142 2 231 15.5t167 47.5v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-102 4 -260 4t-260 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM148 -86l1198 1774l39 -27l-1198 -1774zM799 2v41q24 21 124.5 98t158 154t57.5 164 q0 47 -30.5 74.5t-86.5 27.5q-107 0 -170 -90l-30 16q100 164 309 164q106 0 172.5 -38.5t66.5 -112.5q0 -71 -53.5 -120t-151 -107t-137.5 -85h281q31 0 49 7.5t27.5 21.5t19.5 41l35 -6q-29 -167 -31 -256q-24 6 -78 6h-532z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1552" d="M80 713v35q173 25 270 98t97 188q0 62 -29 104t-80 46l-26 -13t-27.5 -12t-22.5 -4q-31 0 -31 25q0 19 23.5 24.5t67.5 3.5q50 26 72 68.5t22 81.5q0 47 -32.5 77.5t-90.5 30.5q-52 0 -97 -26.5t-73 -71.5l-31 16q90 164 303 164q71 0 128 -17.5t90.5 -50.5t33.5 -79 q0 -72 -71 -122.5t-201 -72.5q10 1 31 1q74 0 135.5 -23.5t97 -66.5t35.5 -99q0 -140 -174 -213.5t-420 -91.5zM258 -86l1198 1774l39 -27l-1198 -1774zM684 37v43l531 571h43v-473h37q31 0 48.5 7.5t27 21t20.5 41.5l35 -6q-21 -59 -29 -211q-25 6 -78 6h-61v-240h-170v240 h-404zM820 178h268v289z" />
+<glyph unicode="&#xbf;" horiz-adv-x="1098" d="M55 -16q0 154 151.5 260t411.5 153v269h41v-287q-96 -48 -148 -108.5t-70.5 -130t-18.5 -158.5q0 -166 61 -246t166 -80q120 0 162 39q-67 25 -100 68.5t-33 111.5q0 48 24.5 87t69 62t102.5 23q50 0 88 -22.5t59 -60.5t21 -81q0 -70 -34.5 -116t-96.5 -80 q-57 -32 -139.5 -52t-183.5 -20q-159 0 -279.5 44.5t-187 128t-66.5 196.5zM436 917q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM315 590h383l-186 512zM320 1806q0 27 12 54q19 38 54 57.5t76 19.5q33 0 63 -14q34 -16 59.5 -40.5t95.5 -109t168 -167.5l-14 -25q-80 25 -141 37.5t-154.5 27.5t-140.5 40q-36 18 -57 50.5t-21 69.5z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM315 590h383l-186 512zM545 1606q98 83 162 160t91.5 107t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM248 1606q130 62 248.5 156.5t196.5 195.5h37q73 -98 192 -193.5t252 -158.5l-10 -31q-140 22 -276.5 56.5t-217.5 68.5q-68 -34 -182 -68.5t-229 -56.5zM315 590h383l-186 512z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM216 1608q39 159 120.5 236t184.5 77q77 0 131 -18.5t146 -67.5t176 -49q115 0 198 108l29 -14q-39 -159 -120 -236t-183 -77q-78 0 -132.5 19t-147 68.5t-175.5 49.5q-114 0 -199 -111zM315 590h383l-186 512z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM269 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5zM315 590h383l-186 512zM797 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65 t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1417" d="M-43 0v41q50 8 95.5 63t92.5 177l455 1169q44 -4 108 -4t107 4l496 -1278q26 -66 58 -97.5t63 -33.5v-41q-148 6 -373 6q-234 0 -344 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-122 336h-413l-35 -92q-66 -172 -66 -267q0 -84 46.5 -115t138.5 -34v-41q-153 6 -268 6 q-97 0 -158 -6zM315 590h383l-186 512zM474 1729q0 61 32.5 108t87 72.5t117.5 25.5q64 0 119 -25.5t88 -72.5t33 -108q0 -63 -33 -110.5t-88 -73t-119 -25.5q-63 0 -117.5 25.5t-87 73t-32.5 110.5zM531 1726q0 -52 26 -89t67.5 -55.5t86.5 -18.5q46 0 88 18.5t68.5 55.5 t26.5 89q0 51 -26.5 88.5t-69 57.5t-87.5 20q-44 0 -86 -20t-68 -57.5t-26 -88.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1868" d="M-35 0v41q34 2 67 31.5t74 99.5l682 1180q-13 31 -42 42.5t-91 14.5v41l187 -3l78 134h49l-78 -135q165 -2 420 -2q301 0 428 6q-15 -181 -15 -303q0 -99 7 -148h-48q-30 215 -109 309.5t-185 94.5h-27q-64 0 -93.5 -12t-40.5 -46.5t-11 -111.5v-483h81q65 0 104.5 40 t57 88t35.5 121h47q-7 -94 -7 -179l1 -91q0 -96 12 -270h-47q-13 73 -34 126.5t-62 88.5t-107 35h-81v-492q0 -77 11 -111.5t40.5 -46.5t93.5 -12h68q57 0 118.5 44t110 143.5t65.5 257.5h48q-7 -70 -7 -189q0 -184 15 -303q-140 6 -469 6q-437 0 -656 -6v41q66 3 95.5 16 t40 48t10.5 112v492h-332l-285 -496q-36 -65 -36 -100q0 -36 34 -52.5t107 -19.5v-41q-62 6 -187 6q-88 0 -137 -6zM492 750h309v483q0 31 -1 53z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1468" d="M74 713q0 226 98.5 400t274 270t401.5 96q122 0 208.5 -35t168.5 -98q23 -18 40 -18q42 0 52 122h47q-8 -145 -8 -512h-47q-10 109 -28.5 182.5t-56.5 132t-104 101.5q-94 61 -190 61q-147 0 -232.5 -103.5t-119 -258.5t-33.5 -332t33.5 -332t119 -258.5t232.5 -103.5 q96 0 190 61q66 41 104 101t56.5 140.5t28.5 202.5h47q0 -381 8 -532h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-61 -43 -112.5 -70.5t-117.5 -45t-149 -17.5q-232 0 -406 88t-270 255.5t-96 398.5zM608 -358l13 36q55 -10 119 -10q76 0 132 20t56 58q0 51 -98 51 q-43 0 -68 -14l66 227h55l-39 -133q81 31 182 31q84 0 128 -33t44 -86q0 -86 -105 -130t-280 -44q-126 0 -205 27z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1331" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-36 238 -136.5 341.5t-240.5 103.5h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-533q0 -59 9.5 -85t34.5 -35t81 -9h68q74 0 148.5 47t136 155.5t92.5 282.5h47q-6 -73 -6 -188q0 -209 14 -344q-139 6 -469 6q-479 0 -717 -6zM264 1806q0 27 12 54q19 38 54 57.5 t76 19.5q33 0 63 -14q34 -16 59.5 -40.5t95.5 -109t168 -167.5l-14 -25q-80 25 -141 37.5t-154.5 27.5t-140.5 40q-36 18 -57 50.5t-21 69.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1331" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-36 238 -136.5 341.5t-240.5 103.5h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-533q0 -59 9.5 -85t34.5 -35t81 -9h68q74 0 148.5 47t136 155.5t92.5 282.5h47q-6 -73 -6 -188q0 -209 14 -344q-139 6 -469 6q-479 0 -717 -6zM489 1606q98 83 162 160t91.5 107 t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xca;" horiz-adv-x="1331" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-36 238 -136.5 341.5t-240.5 103.5h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-533q0 -59 9.5 -85t34.5 -35t81 -9h68q74 0 148.5 47t136 155.5t92.5 282.5h47q-6 -73 -6 -188q0 -209 14 -344q-139 6 -469 6q-479 0 -717 -6zM192 1606q130 62 248.5 156.5 t196.5 195.5h37q73 -98 192 -193.5t252 -158.5l-10 -31q-140 22 -276.5 56.5t-217.5 68.5q-68 -34 -182 -68.5t-229 -56.5z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1331" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q238 -6 717 -6q301 0 428 6q-14 -192 -14 -344q0 -95 6 -148h-47q-36 238 -136.5 341.5t-240.5 103.5h-27q-56 0 -81 -9t-34.5 -35.5t-9.5 -84.5v-524h21q73 0 131.5 41t96.5 103t51 126h47 q-8 -120 -8 -199l1 -92q0 -88 13 -291h-47q-13 77 -51.5 138.5t-98.5 97t-135 35.5h-21v-533q0 -59 9.5 -85t34.5 -35t81 -9h68q74 0 148.5 47t136 155.5t92.5 282.5h47q-6 -73 -6 -188q0 -209 14 -344q-139 6 -469 6q-479 0 -717 -6zM213 1739q0 46 24 87.5t65 66t89 24.5 q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5zM741 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="821" d="M31 1806q0 27 12 54q19 38 54 57.5t76 19.5q33 0 63 -14q34 -16 59.5 -40.5t95.5 -109t168 -167.5l-14 -25q-80 25 -141 37.5t-154.5 27.5t-140.5 40q-36 18 -57 50.5t-21 69.5zM57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41 q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-1016q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6z" />
+<glyph unicode="&#xcd;" horiz-adv-x="821" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-1016q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6zM256 1606q98 83 162 160t91.5 107 t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xce;" horiz-adv-x="821" d="M-41 1606q130 62 248.5 156.5t196.5 195.5h37q73 -98 192 -193.5t252 -158.5l-10 -31q-140 22 -276.5 56.5t-217.5 68.5q-68 -34 -182 -68.5t-229 -56.5zM57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41 q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-1016q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6z" />
+<glyph unicode="&#xcf;" horiz-adv-x="821" d="M-20 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5zM57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16 t-40 -48t-10.5 -112v-1016q0 -77 11 -112t40.5 -48t94.5 -16v-41q-120 6 -342 6q-248 0 -365 -6zM508 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1661" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v492h-146v41h146v483q0 77 -11 112t-40.5 48t-94.5 16v41q149 -7 280 -7l73 1q300 6 329 6q425 0 635.5 -181t210.5 -528q0 -223 -103 -390.5t-297.5 -259t-463.5 -91.5q-30 0 -143 3t-164 3q-240 0 -357 -6zM618 213 q0 -74 12 -110.5t44.5 -51t97.5 -14.5q203 0 293 175t90 521q0 347 -93 513.5t-292 166.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-487h234v-41h-234v-496z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1499" d="M61 0v41q64 14 94.5 44t41 91.5t10.5 183.5v873q0 77 -11 112t-40.5 48t-94.5 16v41q62 -6 170 -6q113 0 189 6l837 -885v484q0 151 -12 217t-53.5 97.5t-140.5 45.5v41q83 -6 229 -6q109 0 170 6v-41q-64 -14 -94 -44t-40.5 -91.5t-10.5 -183.5v-1090q-30 3 -67 3 q-36 0 -77 -3l-907 991v-590q0 -151 12 -217t54 -97.5t141 -45.5v-41q-82 6 -230 6q-108 0 -170 -6zM287 1608q39 159 120.5 236t184.5 77q77 0 131 -18.5t146 -67.5t176 -49q115 0 198 108l29 -14q-39 -159 -120 -236t-183 -77q-78 0 -132.5 19t-147 68.5t-175.5 49.5 q-114 0 -199 -111z" />
+<glyph unicode="&#xd2;" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM453 1806q0 27 12 54q19 38 54 57.5t76 19.5q33 0 63 -14q34 -16 59.5 -40.5t95.5 -109t168 -167.5l-14 -25 q-80 25 -141 37.5t-154.5 27.5t-140.5 40q-36 18 -57 50.5t-21 69.5zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5z" />
+<glyph unicode="&#xd3;" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5 t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5zM678 1606q98 83 162 160t91.5 107t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xd4;" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM381 1606q130 62 248.5 156.5t196.5 195.5h37q73 -98 192 -193.5t252 -158.5l-10 -31q-140 22 -276.5 56.5 t-217.5 68.5q-68 -34 -182 -68.5t-229 -56.5zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5z" />
+<glyph unicode="&#xd5;" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM349 1608q39 159 120.5 236t184.5 77q77 0 131 -18.5t146 -67.5t176 -49q115 0 198 108l29 -14 q-39 -159 -120 -236t-183 -77q-78 0 -132.5 19t-147 68.5t-175.5 49.5q-114 0 -199 -111zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5z" />
+<glyph unicode="&#xd6;" d="M74 713q0 226 98.5 400t274 270t401.5 96q232 0 406 -88t270 -255.5t96 -398.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-232 0 -406 88t-270 255.5t-96 398.5zM402 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24 q-48 0 -89 24t-65 64.5t-24 89.5zM504 721q0 -212 47 -374.5t127 -250.5t176 -88q101 0 177 91.5t117.5 255t41.5 374.5q0 212 -47 374.5t-127 250.5t-176 88q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5zM930 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87 q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="987" d="M92 1085l45 45l359 -358l354 354l45 -45l-354 -352l354 -354l-45 -45l-354 354l-357 -356l-45 45l357 354z" />
+<glyph unicode="&#xd8;" d="M74 713q0 226 98.5 400t274 270t401.5 96q224 0 395 -83l141 208l39 -27l-137 -204q160 -91 247 -253.5t87 -382.5q0 -226 -98.5 -400t-274.5 -270t-401 -96q-246 0 -427 99l-173 -240l-43 29l172 238q-145 94 -223 251t-78 365zM504 721q0 -224 53 -396l550 882 q-49 113 -118 174t-149 61q-101 0 -177 -91.5t-117.5 -255t-41.5 -374.5zM578 264q49 -122 121 -189t155 -67q101 0 177 91.5t117.5 255t41.5 374.5q0 242 -62 422z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1419" d="M27 1409v41q115 -6 360 -6q241 0 367 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-836q0 -133 28 -210.5t84 -110.5t144 -33q195 0 276.5 137.5t81.5 392.5v476q0 151 -12 217t-54 97.5t-141 45.5v41q84 -6 230 -6q108 0 170 6v-41q-64 -14 -94.5 -44t-41 -91.5 t-10.5 -183.5v-494q0 -297 -84 -434q-114 -191 -440 -191q-247 0 -385 99q-68 49 -104.5 121t-50 167t-13.5 232v643q0 78 -10.5 112.5t-39.5 47.5t-95 16zM348 1806q0 27 12 54q19 38 54 57.5t76 19.5q33 0 63 -14q34 -16 59.5 -40.5t95.5 -109t168 -167.5l-14 -25 q-80 25 -141 37.5t-154.5 27.5t-140.5 40q-36 18 -57 50.5t-21 69.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1419" d="M27 1409v41q115 -6 360 -6q241 0 367 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-836q0 -133 28 -210.5t84 -110.5t144 -33q195 0 276.5 137.5t81.5 392.5v476q0 151 -12 217t-54 97.5t-141 45.5v41q84 -6 230 -6q108 0 170 6v-41q-64 -14 -94.5 -44t-41 -91.5 t-10.5 -183.5v-494q0 -297 -84 -434q-114 -191 -440 -191q-247 0 -385 99q-68 49 -104.5 121t-50 167t-13.5 232v643q0 78 -10.5 112.5t-39.5 47.5t-95 16zM573 1606q98 83 162 160t91.5 107t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70 t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1419" d="M27 1409v41q115 -6 360 -6q241 0 367 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-836q0 -133 28 -210.5t84 -110.5t144 -33q195 0 276.5 137.5t81.5 392.5v476q0 151 -12 217t-54 97.5t-141 45.5v41q84 -6 230 -6q108 0 170 6v-41q-64 -14 -94.5 -44t-41 -91.5 t-10.5 -183.5v-494q0 -297 -84 -434q-114 -191 -440 -191q-247 0 -385 99q-68 49 -104.5 121t-50 167t-13.5 232v643q0 78 -10.5 112.5t-39.5 47.5t-95 16zM276 1606q130 62 248.5 156.5t196.5 195.5h37q73 -98 192 -193.5t252 -158.5l-10 -31q-140 22 -276.5 56.5 t-217.5 68.5q-68 -34 -182 -68.5t-229 -56.5z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1419" d="M27 1409v41q115 -6 360 -6q241 0 367 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-836q0 -133 28 -210.5t84 -110.5t144 -33q195 0 276.5 137.5t81.5 392.5v476q0 151 -12 217t-54 97.5t-141 45.5v41q84 -6 230 -6q108 0 170 6v-41q-64 -14 -94.5 -44t-41 -91.5 t-10.5 -183.5v-494q0 -297 -84 -434q-114 -191 -440 -191q-247 0 -385 99q-68 49 -104.5 121t-50 167t-13.5 232v643q0 78 -10.5 112.5t-39.5 47.5t-95 16zM297 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24 t-65 64.5t-24 89.5zM825 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1319" d="M-18 1409v43q126 -12 282 -12q177 0 451 12v-43q-83 0 -124 -8t-41 -39q0 -13 9 -31l292 -562l93 185q97 194 97 305q0 145 -164 152v41q153 -6 268 -6q96 0 158 6v-41q-106 -52 -218 -272l-190 -377v-545q0 -77 11 -112t40 -48t94 -16v-41q-118 6 -352 6q-243 0 -354 -6 v41q66 3 95 16t39.5 47.5t10.5 112.5v377l-379 700q-33 60 -63.5 87.5t-54.5 27.5zM547 1606q98 83 162 160t91.5 107t70.5 50q28 14 63 14q40 0 75 -19.5t54 -57.5q12 -27 12 -54q0 -37 -20.5 -70t-56.5 -50q-47 -25 -123 -37t-145.5 -24.5t-168.5 -43.5z" />
+<glyph unicode="&#xde;" horiz-adv-x="1327" d="M57 0v41q66 3 95.5 16t40 48t10.5 112v1016q0 77 -11 112t-40.5 48t-94.5 16v41q117 -6 365 -6q222 0 342 6v-41q-66 -3 -95.5 -16t-40 -48t-10.5 -112v-60l66 1q313 0 464.5 -95t151.5 -295q0 -211 -149.5 -342t-511.5 -131h-21v-94q0 -77 11 -112t40.5 -48t94.5 -16 v-41q-120 6 -342 6q-248 0 -365 -6zM618 352q144 0 198 110t54 300t-54.5 281.5t-182.5 91.5h-15v-783z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1444" d="M37 0v43q43 0 68 13t36 45t11 89v859q0 271 146 412t429 141q150 0 258 -41t163.5 -111.5t55.5 -157.5q0 -98 -64 -180.5t-175 -140t-252 -84.5q231 -26 387.5 -98.5t233.5 -178.5t77 -235q0 -128 -70.5 -219.5t-187 -138t-252.5 -46.5q-315 0 -315 234q0 89 46 143.5 t126 54.5q74 0 119 -46.5t45 -120.5q0 -75 -45.5 -131.5t-108.5 -84.5q24 -12 59 -12q102 0 149.5 95t47.5 247q0 174 -55.5 278.5t-126 150.5t-164.5 81q-46 -22 -70 -22q-17 0 -29 8.5t-12 23.5q0 17 12 27t33 10q33 0 66 -14q69 45 107.5 96.5t54.5 116.5t16 156 q0 309 -170 309q-77 0 -112 -46t-44.5 -140.5t-9.5 -292.5v-1115q-129 26 -284 29q-16 1 -44 1q-51 0 -155 -7z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM249 1586q0 58 42 93 q37 34 88 34q32 0 63 -14t50 -36q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5t-113 90.5q-34 40 -34 93zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM404 1245 q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79t-139 -106zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM149 1270 q112 73 213 189.5t170 244.5h37q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5t-191 -55.5zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM112 1300 q34 170 104 252t160 82q63 0 107.5 -18.5t120.5 -67.5t143 -49q92 0 158 109l28 -15q-34 -169 -103.5 -251t-158.5 -82q-63 0 -108 19t-121 68.5t-143 49.5q-91 0 -158 -111zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM131 1403q0 46 24 87.5 t65.5 66t89.5 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231zM619 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87 q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1087" d="M45 221q0 105 63 175t197 114q109 39 161.5 61.5t88 54t35.5 74.5v183q0 65 -32.5 116.5t-119.5 51.5q-26 0 -55.5 -10t-52.5 -25q137 -51 137 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34.5 109.5t92.5 78.5q129 66 328 66 q117 0 198 -22.5t136 -80.5q40 -42 53.5 -106.5t13.5 -180.5v-548q0 -49 7 -68.5t24 -19.5q16 0 29.5 7.5t34.5 22.5l20 -35q-48 -40 -112 -57.5t-154 -17.5q-108 0 -158.5 43.5t-52.5 111.5q-43 -71 -121 -113t-172 -42q-121 0 -189.5 64t-68.5 171zM314 1434 q0 61 32.5 108t87 72.5t117.5 25.5q64 0 119 -25.5t88 -72.5t33 -108q0 -62 -33 -110t-88 -73.5t-119 -25.5q-63 0 -117.5 25.5t-87 73.5t-32.5 110zM371 1432q0 -53 26 -90t67.5 -55.5t86.5 -18.5q46 0 88 18.5t68.5 55.5t26.5 90q0 51 -26.5 88.5t-69 57t-87.5 19.5 q-44 0 -85.5 -19.5t-68 -57t-26.5 -88.5zM410 295q0 -145 104 -145q43 0 76 34v432q-15 -25 -80 -90q-100 -97 -100 -231z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1497" d="M51 221q0 104 62.5 173.5t197.5 115.5q95 35 146.5 59t84.5 56t33 75v183q0 66 -32 117t-119 51q-55 0 -109 -35q138 -52 138 -185q0 -48 -24.5 -87t-69.5 -62t-103 -23q-50 0 -88 23.5t-59 64.5t-21 91q0 62 34 109.5t93 78.5q126 66 279 66q99 0 162 -21.5t114 -74.5 q126 96 307 96q178 0 272.5 -110t94.5 -349h-489q-1 -24 -1 -74q0 -197 62.5 -280.5t152.5 -83.5q138 0 228 137l35 -13q-27 -91 -80 -169.5t-136 -128.5t-192 -50q-125 0 -222.5 50t-156.5 156q-59 -94 -138 -142.5t-198 -48.5q-121 0 -189.5 64t-68.5 171zM416 309 q0 -127 104 -127q65 0 107 33q-56 127 -56 315q0 43 4 84v2q-18 -43 -59 -90q-48 -56 -74 -105t-26 -112zM948 672h197q2 163 -18.5 267.5t-63.5 104.5q-49 0 -78 -87.5t-37 -284.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1030" d="M61 530q0 190 68 316t186.5 186t272.5 60q84 0 154.5 -17.5t115.5 -44.5q57 -33 90 -88.5t33 -124.5q0 -56 -25.5 -101.5t-70.5 -71.5t-101 -26q-88 0 -138 51t-50 134q0 74 48.5 129.5t119.5 75.5q-33 24 -82 24q-132 0 -185 -140.5t-53 -332.5q0 -197 74.5 -280.5 t181.5 -83.5q149 0 248 137l35 -13q-28 -90 -83.5 -169t-142.5 -129t-202 -50q-224 0 -359 133.5t-135 425.5zM302 -358l13 36q45 -10 98 -10q50 0 88.5 20t38.5 58q0 51 -57 51q-43 0 -68 -14l62 217h55l-35 -123q72 31 162 31q74 0 112.5 -33t38.5 -86q0 -86 -88.5 -130 t-234.5 -44q-114 0 -185 27z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1030" d="M63 530q0 190 68 316t186.5 186t272.5 60q387 0 387 -459h-529q-2 -24 -2 -74q0 -197 68.5 -280.5t167.5 -83.5q149 0 248 137l35 -13q-29 -91 -84 -169.5t-142 -128.5t-202 -50q-215 0 -344.5 133.5t-129.5 425.5zM269 1586q0 58 42 93q37 34 88 34q32 0 63 -14t50 -36 q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5t-113 90.5q-34 40 -34 93zM441 672h237q2 163 -23.5 267.5t-79.5 104.5q-56 0 -90 -88t-44 -284z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1030" d="M63 530q0 190 68 316t186.5 186t272.5 60q387 0 387 -459h-529q-2 -24 -2 -74q0 -197 68.5 -280.5t167.5 -83.5q149 0 248 137l35 -13q-29 -91 -84 -169.5t-142 -128.5t-202 -50q-215 0 -344.5 133.5t-129.5 425.5zM424 1245q58 115 86.5 210.5t42.5 134t45 73.5 q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79t-139 -106zM441 672h237q2 163 -23.5 267.5t-79.5 104.5q-56 0 -90 -88t-44 -284z" />
+<glyph unicode="&#xea;" horiz-adv-x="1030" d="M63 530q0 190 68 316t186.5 186t272.5 60q387 0 387 -459h-529q-2 -24 -2 -74q0 -197 68.5 -280.5t167.5 -83.5q149 0 248 137l35 -13q-29 -91 -84 -169.5t-142 -128.5t-202 -50q-215 0 -344.5 133.5t-129.5 425.5zM169 1270q112 73 213 189.5t170 244.5h37 q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5t-191 -55.5zM441 672h237q2 163 -23.5 267.5t-79.5 104.5q-56 0 -90 -88t-44 -284z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1030" d="M63 530q0 190 68 316t186.5 186t272.5 60q387 0 387 -459h-529q-2 -24 -2 -74q0 -197 68.5 -280.5t167.5 -83.5q149 0 248 137l35 -13q-29 -91 -84 -169.5t-142 -128.5t-202 -50q-215 0 -344.5 133.5t-129.5 425.5zM151 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25 t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM441 672h237q2 163 -23.5 267.5t-79.5 104.5q-56 0 -90 -88t-44 -284zM639 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24 t-65 65t-24 89z" />
+<glyph unicode="&#xec;" horiz-adv-x="676" d="M42 1586q0 58 42 93q37 34 88 34q32 0 63 -14t50 -36q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5t-113 90.5q-34 40 -34 93zM43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-895 q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -291 8t-307 -8z" />
+<glyph unicode="&#xed;" horiz-adv-x="676" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-895q0 -57 11 -89t36 -45t68 -13v-43q-220 8 -291 8t-307 -8zM197 1245q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94 q-34 -41 -98.5 -81t-123.5 -79t-139 -106z" />
+<glyph unicode="&#xee;" horiz-adv-x="676" d="M-58 1270q112 73 213 189.5t170 244.5h37q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5t-191 -55.5zM43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-895q0 -57 11 -89t36 -45 t68 -13v-43q-220 8 -291 8t-307 -8z" />
+<glyph unicode="&#xef;" horiz-adv-x="676" d="M-76 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-895q0 -57 11 -89t36 -45t68 -13 v-43q-220 8 -291 8t-307 -8zM412 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1178" d="M66 509q0 210 64.5 340t171.5 186.5t241 56.5q82 0 144 -27q-44 163 -137 280l-304 -149l-19 37l296 144q-102 113 -261 190l17 35q200 -62 363 -167l296 144l18 -37l-275 -133q202 -141 316.5 -339t114.5 -443q0 -333 -137 -496.5t-383 -163.5q-251 0 -388.5 126.5 t-137.5 415.5zM449 532q0 -263 39 -393.5t104 -130.5q143 0 143 602q0 256 -39 420q-30 10 -59 10q-96 0 -142 -124t-46 -384z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1280" d="M43 0v43q43 0 68 13t36 45t11 89v650q0 95 -26 137.5t-89 42.5v43q65 -6 127 -6q213 0 356 28v-147q93 154 326 154q163 0 231 -82q31 -37 45.5 -99.5t14.5 -165.5v-555q0 -57 11 -89t35.5 -45t67.5 -13v-43q-220 8 -286 8q-71 0 -291 -8v43q36 0 56 13t29 44.5t9 89.5 v666q0 66 -24 97.5t-76 31.5q-38 0 -72 -19t-55 -52.5t-21 -75.5v-648q0 -57 9 -89t29.5 -45t56.5 -13v-43q-208 8 -271 8q-71 0 -307 -8zM212 1300q34 170 104 252t160 82q63 0 107.5 -18.5t120.5 -67.5t143 -49q92 0 158 109l28 -15q-34 -169 -103.5 -251t-158.5 -82 q-63 0 -108 19t-121 68.5t-143 49.5q-91 0 -158 -111z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM288 1586q0 58 42 93q37 34 88 34q32 0 63 -14t50 -36q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5 t-113 90.5q-34 40 -34 93zM446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM443 1245q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79 t-139 -106zM446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM188 1270q112 73 213 189.5t170 244.5h37q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5 t-191 -55.5zM446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM151 1300q34 170 104 252t160 82q63 0 107.5 -18.5t120.5 -67.5t143 -49q92 0 158 109l28 -15q-34 -169 -103.5 -251t-158.5 -82 q-63 0 -108 19t-121 68.5t-143 49.5q-91 0 -158 -111zM446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5t389 -132.5t137 -429.5q0 -296 -137 -427.5t-389 -131.5q-253 0 -390 131.5t-137 427.5zM170 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89z M446 530q0 -262 39.5 -390t104.5 -128t104 128t39 390q0 263 -39 392t-104 129t-104.5 -129t-39.5 -392zM658 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1276" d="M131 696v62h1026v-62h-1026zM528 432q0 46 33.5 79.5t79.5 33.5q48 0 81.5 -33t33.5 -80t-33.5 -81t-81.5 -34q-46 0 -79.5 34t-33.5 81zM528 1022q0 46 33.5 79.5t79.5 33.5q48 0 81.5 -33.5t33.5 -79.5q0 -48 -33.5 -80.5t-81.5 -32.5q-46 0 -79.5 33t-33.5 80z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1180" d="M63 530q0 297 137.5 429.5t389.5 132.5q187 0 306 -69l132 189l39 -26l-131 -190q180 -135 180 -466q0 -296 -137 -427.5t-389 -131.5q-183 0 -301 65l-129 -186l-39 27l127 185q-185 133 -185 468zM446 530q0 -111 8 -200l264 472q-17 126 -50 187.5t-78 61.5 q-65 0 -104.5 -129t-39.5 -392zM463 247q17 -119 50 -177t77 -58q65 0 104 128t39 390q0 105 -7 190z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1274" d="M23 1020v43q64 -6 127 -6q212 0 356 28v-878q0 -66 24 -97.5t76 -31.5q38 0 72 19t55 52.5t21 75.5v615q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-862q0 -95 26 -137.5t89 -42.5v-43q-64 6 -127 6q-215 0 -356 -29v148q-93 -154 -326 -154q-163 0 -231 82 q-31 37 -45.5 99t-14.5 165v523q0 95 -25.5 137.5t-88.5 42.5zM302 1586q0 58 42 93q37 34 88 34q32 0 63 -14t50 -36q25 -28 38.5 -60.5t45.5 -137.5t90 -220l-23 -18q-64 54 -115.5 90t-131.5 85.5t-113 90.5q-34 40 -34 93z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1274" d="M23 1020v43q64 -6 127 -6q212 0 356 28v-878q0 -66 24 -97.5t76 -31.5q38 0 72 19t55 52.5t21 75.5v615q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-862q0 -95 26 -137.5t89 -42.5v-43q-64 6 -127 6q-215 0 -356 -29v148q-93 -154 -326 -154q-163 0 -231 82 q-31 37 -45.5 99t-14.5 165v523q0 95 -25.5 137.5t-88.5 42.5zM457 1245q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79t-139 -106z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1274" d="M23 1020v43q64 -6 127 -6q212 0 356 28v-878q0 -66 24 -97.5t76 -31.5q38 0 72 19t55 52.5t21 75.5v615q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-862q0 -95 26 -137.5t89 -42.5v-43q-64 6 -127 6q-215 0 -356 -29v148q-93 -154 -326 -154q-163 0 -231 82 q-31 37 -45.5 99t-14.5 165v523q0 95 -25.5 137.5t-88.5 42.5zM202 1270q112 73 213 189.5t170 244.5h37q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5t-191 -55.5z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1274" d="M23 1020v43q64 -6 127 -6q212 0 356 28v-878q0 -66 24 -97.5t76 -31.5q38 0 72 19t55 52.5t21 75.5v615q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q213 0 356 28v-862q0 -95 26 -137.5t89 -42.5v-43q-64 6 -127 6q-215 0 -356 -29v148q-93 -154 -326 -154q-163 0 -231 82 q-31 37 -45.5 99t-14.5 165v523q0 95 -25.5 137.5t-88.5 42.5zM184 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM672 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87 q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1083" d="M-41 1020v43q163 -12 334 -12q133 0 297 12v-43q-61 0 -92 -8t-31 -38q0 -15 8 -32l253 -600l85 262q39 116 39 210q0 96 -41.5 148.5t-108.5 57.5v43q77 -8 216 -8q116 0 157 8v-43q-42 -16 -77.5 -61t-67.5 -138l-256 -762l-86 -247q-38 -107 -90 -148 q-63 -49 -191 -49q-63 0 -127 19.5t-107.5 62.5t-43.5 110q0 72 54.5 115t145.5 43q87 0 136 -38.5t49 -112.5q0 -49 -34 -93t-99 -65q20 -4 69 -4q141 0 195 164l11 33l-478 1056q-31 70 -60.5 92.5t-58.5 22.5zM385 1245q58 115 86.5 210.5t42.5 134t45 73.5q19 23 49 36 t62 13q51 0 90 -33q42 -33 42 -92q0 -54 -34 -94q-34 -41 -98.5 -81t-123.5 -79t-139 -106z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1231" d="M14 -328q43 0 68 13t36 45t11 90v1536q0 95 -26 137.5t-89 42.5v43q64 -6 127 -6q215 0 357 29v-664q93 154 311 154q104 0 184 -57t126 -172.5t46 -284.5q0 -325 -131.5 -466t-345.5 -141q-121 0 -190 39v-170q0 -95 43.5 -131.5t132.5 -36.5v-43q-33 1 -148.5 5 t-228.5 4q-83 0 -171 -4t-112 -5v43zM498 50q28 -17 71 -17q112 0 162.5 122t50.5 375t-36.5 354t-100.5 101q-38 0 -72 -19t-54.5 -52.5t-20.5 -75.5v-788z" />
+<glyph unicode="&#xff;" horiz-adv-x="1083" d="M-41 1020v43q163 -12 334 -12q133 0 297 12v-43q-61 0 -92 -8t-31 -38q0 -15 8 -32l253 -600l85 262q39 116 39 210q0 96 -41.5 148.5t-108.5 57.5v43q77 -8 216 -8q116 0 157 8v-43q-42 -16 -77.5 -61t-67.5 -138l-256 -762l-86 -247q-38 -107 -90 -148 q-63 -49 -191 -49q-63 0 -127 19.5t-107.5 62.5t-43.5 110q0 72 54.5 115t145.5 43q87 0 136 -38.5t49 -112.5q0 -49 -34 -93t-99 -65q20 -4 69 -4q141 0 195 164l11 33l-478 1056q-31 70 -60.5 92.5t-58.5 22.5zM112 1403q0 46 24 87.5t65.5 66t89.5 24.5q46 0 87 -25 t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-49 0 -90 24t-65 65t-24 89zM600 1403q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 65t-24 89z" />
+<glyph unicode="&#x152;" horiz-adv-x="2130" d="M74 713q0 226 96 400t267 270t390 96q87 0 179 -33q164 -1 311.5 -1.5t255.5 -0.5q301 0 428 6q-14 -169 -14 -303q0 -95 6 -148h-47q-30 215 -109.5 309.5t-185.5 94.5h-27q-64 0 -93.5 -12t-40.5 -46.5t-11 -111.5v-483h82q65 0 104 40t56.5 88t35.5 121h47 q-7 -94 -7 -179l1 -91q0 -96 12 -270h-47q-13 73 -33.5 126.5t-61.5 88.5t-107 35h-82v-492q0 -77 11 -111.5t40.5 -46.5t93.5 -12h68q57 0 118.5 44t110.5 143.5t66 257.5h47q-6 -75 -6 -189q0 -184 14 -303q-139 6 -469 6q-108 0 -256 -0.5t-311 -1.5q-95 -33 -181 -33 q-225 0 -394.5 88t-263 255.5t-93.5 398.5zM504 721q0 -213 44 -375t119 -250t167 -88q51 0 104 18.5t89 56t36 93.5v1077q0 73 -40 115t-95.5 58t-108.5 16q-95 0 -166 -91.5t-110 -255t-39 -374.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1638" d="M63 530q0 297 132 429.5t374 132.5q216 0 321 -143q113 143 308 143q187 0 287 -110t100 -349h-488q-1 -24 -1 -74q0 -197 68.5 -280.5t166.5 -83.5q126 0 207 137l35 -13q-26 -90 -76 -169t-129 -129t-182 -50q-194 0 -300 135q-105 -135 -317 -135q-242 0 -374 131.5 t-132 427.5zM446 530q0 -261 34 -389.5t89 -128.5q65 0 104.5 127.5t39.5 386.5q0 266 -39.5 395.5t-104.5 129.5q-55 0 -89 -129.5t-34 -391.5zM1090 672h196q2 163 -23 267.5t-79 104.5q-82 0 -94 -372z" />
+<glyph unicode="&#x178;" horiz-adv-x="1319" d="M-18 1409v43q126 -12 282 -12q177 0 451 12v-43q-83 0 -124 -8t-41 -39q0 -13 9 -31l292 -562l93 185q97 194 97 305q0 145 -164 152v41q153 -6 268 -6q96 0 158 6v-41q-106 -52 -218 -272l-190 -377v-545q0 -77 11 -112t40 -48t94 -16v-41q-118 6 -352 6q-243 0 -354 -6 v41q66 3 95 16t39.5 47.5t10.5 112.5v377l-379 700q-33 60 -63.5 87.5t-54.5 27.5zM271 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5zM799 1739q0 46 24 87.5t65 66t89 24.5q46 0 87 -25 t66 -66t25 -87q0 -48 -24.5 -89t-66 -65t-87.5 -24q-48 0 -89 24t-65 64.5t-24 89.5z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M10 1270q112 73 213 189.5t170 244.5h37q65 -125 167 -242t216 -192l-16 -29q-122 22 -238.5 55.5t-187.5 67.5q-59 -34 -153 -67.5t-191 -55.5z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M10 1300q34 170 104 252t160 82q63 0 107.5 -18.5t120.5 -67.5t143 -49q92 0 158 109l28 -15q-34 -169 -103.5 -251t-158.5 -82q-63 0 -108 19t-121 68.5t-143 49.5q-91 0 -158 -111z" />
+<glyph unicode="&#x2000;" horiz-adv-x="979" />
+<glyph unicode="&#x2001;" horiz-adv-x="1958" />
+<glyph unicode="&#x2002;" horiz-adv-x="979" />
+<glyph unicode="&#x2003;" horiz-adv-x="1958" />
+<glyph unicode="&#x2004;" horiz-adv-x="652" />
+<glyph unicode="&#x2005;" horiz-adv-x="489" />
+<glyph unicode="&#x2006;" horiz-adv-x="326" />
+<glyph unicode="&#x2007;" horiz-adv-x="326" />
+<glyph unicode="&#x2008;" horiz-adv-x="244" />
+<glyph unicode="&#x2009;" horiz-adv-x="391" />
+<glyph unicode="&#x200a;" horiz-adv-x="108" />
+<glyph unicode="&#x2010;" horiz-adv-x="961" d="M111 455v202h739v-202h-739z" />
+<glyph unicode="&#x2011;" horiz-adv-x="961" d="M111 455v202h739v-202h-739z" />
+<glyph unicode="&#x2012;" horiz-adv-x="961" d="M111 455v202h739v-202h-739z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1276" d="M111 414v284h1054v-284h-1054z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1878" d="M111 414v284h1656v-284h-1656z" />
+<glyph unicode="&#x2018;" horiz-adv-x="543" d="M76 1161q0 107 55 197t162 139l18 -37q-54 -25 -96 -71t-58 -97q-11 -36 -11 -68q0 -20 5 -45q55 64 150 64q82 0 131 -46.5t49 -129.5q0 -80 -53 -128.5t-139 -48.5q-54 0 -96 19.5t-66 56.5q-23 30 -37 82t-14 113z" />
+<glyph unicode="&#x2019;" horiz-adv-x="528" d="M53 1302q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="569" d="M84 147q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="1014" d="M75 1159q0 107 55.5 197t162.5 139l18 -37q-54 -25 -96 -71t-58 -97q-11 -36 -11 -68q0 -20 5 -45q55 64 150 64q82 0 131 -46.5t49 -129.5q0 -80 -53 -128.5t-140 -48.5q-53 0 -95 19.5t-66 56.5q-23 31 -37.5 82.5t-14.5 112.5zM547 1159q0 107 55 197t162 139l18 -37 q-54 -25 -96 -71t-58 -97q-11 -36 -11 -68q0 -20 5 -45q55 64 150 64q82 0 131 -46.5t49 -129.5q0 -80 -53 -128.5t-139 -48.5q-54 0 -96 19.5t-66 56.5q-23 30 -37 82t-14 113z" />
+<glyph unicode="&#x201d;" horiz-adv-x="999" d="M53 1302q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5zM524 1302q0 80 53 128.5t140 48.5q53 0 95 -19.5t66 -56.5 q23 -31 37.5 -82.5t14.5 -112.5q0 -107 -55.5 -197t-162.5 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="1040" d="M84 147q0 80 53 128.5t139 48.5q54 0 96 -19.5t66 -56.5q23 -30 37 -82t14 -113q0 -107 -55 -197t-162 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5zM555 147q0 80 53 128.5t140 48.5q53 0 95 -19.5t66 -56.5 q23 -31 37.5 -82.5t14.5 -112.5q0 -107 -55.5 -197t-162.5 -139l-18 37q54 25 96 71t58 97q11 36 11 68q0 20 -5 45q-55 -64 -150 -64q-82 0 -131 46.5t-49 129.5z" />
+<glyph unicode="&#x2022;" horiz-adv-x="1055" d="M147 551q0 104 50.5 191.5t137.5 138.5t191 51t191.5 -51t138.5 -138.5t51 -191.5t-51 -191t-138.5 -137.5t-191.5 -50.5t-191 50.5t-137.5 137.5t-50.5 191z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1724" d="M86 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5zM661 147q0 87 52 132t151 45q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5zM1235 147q0 87 52 132t151 45 q98 0 150.5 -45t52.5 -132q0 -86 -52.5 -131t-150.5 -45q-99 0 -151 44.5t-52 131.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="391" />
+<glyph unicode="&#x2039;" horiz-adv-x="788" d="M45 510v41q165 110 312.5 241.5t314.5 303.5l28 -9q-19 -85 -60.5 -195.5t-92 -209.5t-94.5 -152q44 -52 94.5 -150.5t92 -209t60.5 -195.5l-28 -8q-165 170 -313 301t-314 242z" />
+<glyph unicode="&#x203a;" horiz-adv-x="791" d="M90 -25q19 85 61 195.5t92.5 209t94.5 150.5q-44 53 -94.5 152t-92.5 209.5t-61 195.5l29 9q164 -170 312.5 -302t313.5 -243v-41q-166 -111 -315 -243.5t-311 -299.5z" />
+<glyph unicode="&#x205f;" horiz-adv-x="489" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1384" d="M61 608v41h150q-2 31 -2 64q0 51 5 100h-153v41h158q26 187 117.5 328.5t229.5 219t302 77.5q109 0 184.5 -14t135.5 -48q104 -60 104 -151q0 -72 -54.5 -115t-145.5 -43q-87 0 -136 39t-49 113q0 47 35 94t94 69q-54 17 -133 17q-131 0 -208.5 -154t-93.5 -432h419 l-23 -41h-397q-2 -45 -2 -92l1 -72h306l-24 -41h-281q11 -297 83.5 -447.5t219.5 -150.5q79 0 133 17q-60 21 -94.5 68.5t-34.5 94.5q0 74 49 113t136 39q91 0 145.5 -43t54.5 -115q0 -49 -27.5 -89.5t-76.5 -61.5q-135 -62 -320 -62q-187 0 -328 75t-225 218t-102 344h-152 z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2253" d="M123 1450q121 -6 414 -6q290 0 411 6q-14 -112 -14 -201q0 -67 6 -106h-47q-15 92 -43.5 150.5t-62 84t-66.5 25.5h-49v-612q0 -60 10.5 -86t39 -36t95.5 -14v-41q-129 7 -280 7q-176 0 -283 -7v41q67 4 95.5 14t39 36t10.5 86v612h-49q-33 0 -66.5 -25.5t-62 -84 t-43.5 -150.5h-47q6 36 6 106q0 89 -14 201zM1024 614v41q48 4 68.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-68.5 11v41q83 -6 252 -6q72 0 139 6l182 -453l170 447h158q143 0 219 6v-41q-48 -3 -68.5 -11t-28 -30.5t-7.5 -73.5v-524q0 -51 7.5 -73t28 -30t68.5 -12 v-41q-110 7 -239 7q-135 0 -222 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-290 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-51 7 -107 7q-75 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1065" d="M0 0v1065h1065v-1065h-1065z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2087" d="M23 1020v41h143q0 106 41 199t117 157q132 123 389 123q102 0 176.5 -25.5t138.5 -73.5l21 19q81 72 205 107t272 35q117 0 193.5 -21.5t144.5 -62.5q38 -23 63 -64.5t25 -89.5q0 -174 -234 -174q-114 0 -173.5 44t-59.5 126q0 66 46.5 112t133.5 66q-17 9 -51.5 16 t-69.5 7q-109 0 -190 -72q-49 -45 -72 -99t-30 -127t-7 -202h187q190 0 296 5t207 19v-895q0 -57 13.5 -89t42.5 -45t80 -13v-43q-240 8 -310 8q-73 0 -309 -8v43q43 0 68 13t36 45t11 89v650q0 95 -30 137.5t-105 42.5h-187v-830q0 -83 38.5 -115t117.5 -32v-43 q-272 8 -330 8q-74 0 -330 -8v43q51 0 80 13t42.5 45t13.5 89v830h-322v-830q0 -57 11 -89t36 -45t68 -13v-43q-240 8 -308 8q-79 0 -331 -8v43q51 0 79.5 13t42 45t13.5 89v830h-143zM555 1061h322q0 210 122 349q-105 81 -249 81q-100 0 -147.5 -64.5t-47.5 -209.5v-156z " />
+<glyph unicode="&#xfb04;" horiz-adv-x="2095" d="M23 1020v41h143q0 106 41 199t117 157q132 123 389 123q172 0 297 -86q12 13 26 25q76 64 175 93.5t204 29.5q43 0 140 -5.5t155 -5.5q73 0 225 15v-1416q0 -57 13.5 -89t42.5 -45t80 -13v-43q-240 8 -310 8q-73 0 -309 -8v43q43 0 68 13t36 45t11 89v1231q0 75 -29 109 q-27 31 -76 31q-57 0 -92.5 -17t-66.5 -57q-25 -32 -37 -75t-16.5 -107.5t-4.5 -174.5v-69h187v-41h-187v-830q0 -83 38.5 -115t117.5 -32v-43q-272 8 -330 8q-74 0 -330 -8v43q51 0 80 13t42.5 45t13.5 89v830h-322v-830q0 -57 11 -89t36 -45t68 -13v-43q-240 8 -308 8 q-79 0 -331 -8v43q51 0 79.5 13t42 45t13.5 89v830h-143zM555 1061h322q0 231 105 362q-100 68 -232 68q-100 0 -147.5 -64.5t-47.5 -209.5v-156z" />
+<hkern u1="&#x20;" u2="&#xb2;" k="25" />
+<hkern u1="&#x20;" u2="x" k="20" />
+<hkern u1="&#x20;" u2="X" k="31" />
+<hkern u1="&#x20;" u2="V" k="84" />
+<hkern u1="&#x20;" u2="&#x34;" k="49" />
+<hkern u1="&#x20;" u2="&#x33;" k="27" />
+<hkern u1="&#x20;" u2="&#x32;" k="27" />
+<hkern u1="&#x22;" u2="&#xef;" k="-92" />
+<hkern u1="&#x23;" u2="&#x34;" k="61" />
+<hkern u1="&#x27;" u2="&#xef;" k="-92" />
+<hkern u1="&#x28;" u2="&#xef;" k="-39" />
+<hkern u1="&#x28;" u2="&#xcf;" k="-20" />
+<hkern u1="&#x28;" u2="&#x7b;" k="41" />
+<hkern u1="&#x28;" u2="&#x39;" k="49" />
+<hkern u1="&#x28;" u2="&#x38;" k="37" />
+<hkern u1="&#x28;" u2="&#x37;" k="43" />
+<hkern u1="&#x28;" u2="&#x36;" k="57" />
+<hkern u1="&#x28;" u2="&#x34;" k="33" />
+<hkern u1="&#x28;" u2="&#x32;" k="33" />
+<hkern u1="&#x28;" u2="&#x31;" k="27" />
+<hkern u1="&#x28;" u2="&#x30;" k="68" />
+<hkern u1="&#x28;" u2="&#x28;" k="45" />
+<hkern u1="&#x29;" u2="&#x7d;" k="29" />
+<hkern u1="&#x29;" u2="&#x29;" k="45" />
+<hkern u1="&#x2b;" u2="&#x38;" k="27" />
+<hkern u1="&#x2b;" u2="&#x34;" k="55" />
+<hkern u1="&#x2c;" u2="J" k="-252" />
+<hkern u1="&#x2f;" u2="&#x39;" k="49" />
+<hkern u1="&#x2f;" u2="&#x36;" k="45" />
+<hkern u1="&#x2f;" u2="&#x35;" k="61" />
+<hkern u1="&#x2f;" u2="&#x34;" k="162" />
+<hkern u1="&#x2f;" u2="&#x33;" k="49" />
+<hkern u1="&#x2f;" u2="&#x32;" k="41" />
+<hkern u1="&#x2f;" u2="&#x31;" k="20" />
+<hkern u1="&#x2f;" u2="&#x30;" k="66" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="174" />
+<hkern u1="&#x30;" u2="&#xb0;" k="88" />
+<hkern u1="&#x30;" u2="&#x7d;" k="59" />
+<hkern u1="&#x30;" u2="\" k="61" />
+<hkern u1="&#x30;" u2="&#x34;" k="29" />
+<hkern u1="&#x30;" u2="&#x29;" k="70" />
+<hkern u1="&#x31;" u2="&#x7d;" k="20" />
+<hkern u1="&#x31;" u2="\" k="47" />
+<hkern u1="&#x31;" u2="&#x35;" k="23" />
+<hkern u1="&#x31;" u2="&#x29;" k="33" />
+<hkern u1="&#x32;" u2="&#xf7;" k="20" />
+<hkern u1="&#x32;" u2="&#xb0;" k="59" />
+<hkern u1="&#x32;" u2="&#x7d;" k="20" />
+<hkern u1="&#x32;" u2="\" k="63" />
+<hkern u1="&#x32;" u2="&#x29;" k="35" />
+<hkern u1="&#x32;" u2="&#x20;" k="35" />
+<hkern u1="&#x33;" u2="&#xf7;" k="25" />
+<hkern u1="&#x33;" u2="&#xb7;" k="20" />
+<hkern u1="&#x33;" u2="&#xb0;" k="66" />
+<hkern u1="&#x33;" u2="&#x7d;" k="23" />
+<hkern u1="&#x33;" u2="\" k="59" />
+<hkern u1="&#x33;" u2="&#x29;" k="45" />
+<hkern u1="&#x33;" u2="&#x20;" k="20" />
+<hkern u1="&#x34;" u2="&#xf7;" k="51" />
+<hkern u1="&#x34;" u2="&#xb0;" k="59" />
+<hkern u1="&#x34;" u2="\" k="78" />
+<hkern u1="&#x34;" u2="&#x37;" k="23" />
+<hkern u1="&#x34;" u2="&#x33;" k="35" />
+<hkern u1="&#x34;" u2="&#x29;" k="35" />
+<hkern u1="&#x34;" u2="&#x20;" k="37" />
+<hkern u1="&#x35;" u2="&#xf7;" k="29" />
+<hkern u1="&#x35;" u2="\" k="25" />
+<hkern u1="&#x35;" u2="&#x29;" k="37" />
+<hkern u1="&#x35;" u2="&#x20;" k="35" />
+<hkern u1="&#x36;" u2="&#x7d;" k="23" />
+<hkern u1="&#x36;" u2="&#x29;" k="31" />
+<hkern u1="&#x37;" u2="&#xb7;" k="23" />
+<hkern u1="&#x37;" u2="&#x34;" k="133" />
+<hkern u1="&#x37;" u2="&#x2f;" k="31" />
+<hkern u1="&#x37;" u2="&#x29;" k="33" />
+<hkern u1="&#x37;" u2="&#x20;" k="57" />
+<hkern u1="&#x38;" u2="&#xf7;" k="31" />
+<hkern u1="&#x38;" u2="&#x7d;" k="20" />
+<hkern u1="&#x38;" u2="&#x33;" k="25" />
+<hkern u1="&#x38;" u2="&#x29;" k="35" />
+<hkern u1="&#x39;" u2="&#xb0;" k="92" />
+<hkern u1="&#x39;" u2="&#x7d;" k="53" />
+<hkern u1="&#x39;" u2="\" k="61" />
+<hkern u1="&#x39;" u2="&#x29;" k="63" />
+<hkern u1="&#x3d;" u2="&#x34;" k="86" />
+<hkern u1="&#x40;" u2="X" k="53" />
+<hkern u1="&#x40;" u2="V" k="39" />
+<hkern u1="B" u2="&#x7d;" k="27" />
+<hkern u1="B" u2="x" k="33" />
+<hkern u1="B" u2="X" k="61" />
+<hkern u1="B" u2="V" k="53" />
+<hkern u1="B" u2="&#x29;" k="39" />
+<hkern u1="F" u2="&#x40;" k="59" />
+<hkern u1="F" u2="&#x2f;" k="72" />
+<hkern u1="F" u2="&#x26;" k="29" />
+<hkern u1="F" u2="&#x20;" k="51" />
+<hkern u1="J" u2="&#xdf;" k="37" />
+<hkern u1="K" u2="&#xff;" k="106" />
+<hkern u1="P" u2="&#x7d;" k="25" />
+<hkern u1="P" u2="X" k="61" />
+<hkern u1="P" u2="V" k="31" />
+<hkern u1="P" u2="&#x40;" k="59" />
+<hkern u1="P" u2="&#x2f;" k="86" />
+<hkern u1="P" u2="&#x29;" k="43" />
+<hkern u1="P" u2="&#x26;" k="35" />
+<hkern u1="P" u2="&#x20;" k="59" />
+<hkern u1="Q" u2="&#xc6;" k="70" />
+<hkern u1="Q" u2="&#xc5;" k="41" />
+<hkern u1="Q" u2="&#xc4;" k="41" />
+<hkern u1="Q" u2="&#xc3;" k="41" />
+<hkern u1="Q" u2="&#xc2;" k="41" />
+<hkern u1="Q" u2="&#xc1;" k="41" />
+<hkern u1="Q" u2="&#xc0;" k="41" />
+<hkern u1="Q" u2="J" k="-293" />
+<hkern u1="Q" u2="A" k="41" />
+<hkern u1="U" u2="&#xdf;" k="43" />
+<hkern u1="X" u2="&#xbb;" k="-2" />
+<hkern u1="X" u2="&#xba;" k="27" />
+<hkern u1="X" u2="&#xae;" k="57" />
+<hkern u1="X" u2="&#xaa;" k="20" />
+<hkern u1="X" u2="&#xa9;" k="59" />
+<hkern u1="X" u2="&#x2a;" k="37" />
+<hkern u1="X" u2="&#x20;" k="39" />
+<hkern u1="[" u2="&#xef;" k="-18" />
+<hkern u1="[" u2="V" k="27" />
+<hkern u1="\" u2="V" k="127" />
+<hkern u1="\" u2="&#x33;" k="55" />
+<hkern u1="q" u2="&#x7d;" k="-23" />
+<hkern u1="q" u2="\" k="27" />
+<hkern u1="q" u2="V" k="102" />
+<hkern u1="q" u2="&#x3f;" k="23" />
+<hkern u1="x" u2="V" k="92" />
+<hkern u1="x" u2="&#x20;" k="25" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-61" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="39" />
+<hkern u1="&#x7b;" u2="b" k="-23" />
+<hkern u1="&#x7b;" u2="V" k="27" />
+<hkern u1="&#x7b;" u2="&#x39;" k="39" />
+<hkern u1="&#x7b;" u2="&#x37;" k="20" />
+<hkern u1="&#x7b;" u2="&#x36;" k="47" />
+<hkern u1="&#x7b;" u2="&#x32;" k="20" />
+<hkern u1="&#x7b;" u2="&#x30;" k="57" />
+<hkern u1="&#x7b;" u2="&#x28;" k="29" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="39" />
+<hkern u1="&#x7d;" u2="&#x29;" k="41" />
+<hkern u1="&#xa1;" u2="V" k="80" />
+<hkern u1="&#xa3;" u2="&#x33;" k="37" />
+<hkern u1="&#xb0;" u2="&#x39;" k="86" />
+<hkern u1="&#xb0;" u2="&#x36;" k="78" />
+<hkern u1="&#xb0;" u2="&#x35;" k="37" />
+<hkern u1="&#xb0;" u2="&#x34;" k="231" />
+<hkern u1="&#xb0;" u2="&#x33;" k="74" />
+<hkern u1="&#xb0;" u2="&#x32;" k="55" />
+<hkern u1="&#xb0;" u2="&#x30;" k="96" />
+<hkern u1="&#xb7;" u2="&#x34;" k="78" />
+<hkern u1="&#xb7;" u2="&#x33;" k="33" />
+<hkern u1="&#xb7;" u2="&#x32;" k="29" />
+<hkern u1="&#xb7;" u2="&#x31;" k="31" />
+<hkern u1="&#xb9;" u2="&#xb3;" k="33" />
+<hkern u1="&#xc7;" u2="j" k="-78" />
+<hkern u1="&#xcf;" u2="&#x29;" k="-29" />
+<hkern u1="&#xd7;" u2="&#x34;" k="61" />
+<hkern u1="&#xd7;" u2="&#x33;" k="43" />
+<hkern u1="&#xd7;" u2="&#x32;" k="27" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="43" />
+<hkern u1="&#xda;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="43" />
+<hkern u1="&#xde;" u2="&#x7d;" k="35" />
+<hkern u1="&#xde;" u2="x" k="12" />
+<hkern u1="&#xde;" u2="X" k="147" />
+<hkern u1="&#xde;" u2="V" k="53" />
+<hkern u1="&#xde;" u2="&#x3f;" k="47" />
+<hkern u1="&#xde;" u2="&#x2f;" k="23" />
+<hkern u1="&#xde;" u2="&#x29;" k="51" />
+<hkern u1="&#xde;" u2="&#x20;" k="27" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="29" />
+<hkern u1="&#xdf;" u2="&#xba;" k="47" />
+<hkern u1="&#xdf;" u2="&#xae;" k="55" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="43" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="33" />
+<hkern u1="&#xdf;" u2="x" k="68" />
+<hkern u1="&#xdf;" u2="\" k="47" />
+<hkern u1="&#xdf;" u2="X" k="41" />
+<hkern u1="&#xdf;" u2="V" k="115" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="31" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="45" />
+<hkern u1="&#xdf;" u2="&#x29;" k="49" />
+<hkern u1="&#xdf;" u2="&#x20;" k="39" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-59" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-55" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-55" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-20" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-59" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-41" />
+<hkern u1="&#xef;" u2="&#x27;" k="-53" />
+<hkern u1="&#xef;" u2="&#x22;" k="-53" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="16" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="39" />
+<hkern u1="&#xf0;" u2="x" k="29" />
+<hkern u1="&#xf0;" u2="\" k="41" />
+<hkern u1="&#xf0;" u2="X" k="80" />
+<hkern u1="&#xf0;" u2="V" k="106" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="29" />
+<hkern u1="&#xf0;" u2="&#x29;" k="47" />
+<hkern u1="&#xf7;" u2="&#x38;" k="35" />
+<hkern u1="&#xf7;" u2="&#x34;" k="125" />
+<hkern u1="&#xf7;" u2="&#x33;" k="20" />
+<hkern u1="&#xf7;" u2="&#x31;" k="20" />
+<hkern u1="&#x201a;" u2="J" k="-252" />
+<hkern u1="&#x201e;" u2="J" k="-252" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="39" />
+<hkern g1="T" 	g2="space" 	k="47" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="43" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="61" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="133" />
+<hkern g1="T" 	g2="g" 	k="86" />
+<hkern g1="T" 	g2="ampersand" 	k="29" />
+<hkern g1="T" 	g2="hyphen,uni00AD,endash,emdash" 	k="53" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="61" />
+<hkern g1="T" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="82" />
+<hkern g1="T" 	g2="AE" 	k="170" />
+<hkern g1="T" 	g2="s" 	k="25" />
+<hkern g1="T" 	g2="at" 	k="49" />
+<hkern g1="T" 	g2="germandbls,thorn" 	k="12" />
+<hkern g1="T" 	g2="slash" 	k="57" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="94" />
+<hkern g1="T" 	g2="h,k,l" 	k="12" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="70" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="72" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="98" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="at" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="germandbls,thorn" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h,k,l" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="v,w" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,r,ntilde" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="x" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="82" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="164" />
+<hkern g1="W" 	g2="g" 	k="184" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="102" />
+<hkern g1="W" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="143" />
+<hkern g1="W" 	g2="AE" 	k="307" />
+<hkern g1="W" 	g2="s" 	k="143" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="123" />
+<hkern g1="W" 	g2="h,k,l" 	k="61" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="164" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="82" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="61" />
+<hkern g1="W" 	g2="m,n,r,ntilde" 	k="102" />
+<hkern g1="V" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="102" />
+<hkern g1="V" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="164" />
+<hkern g1="V" 	g2="g" 	k="164" />
+<hkern g1="V" 	g2="guillemotleft,guilsinglleft" 	k="143" />
+<hkern g1="V" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="143" />
+<hkern g1="V" 	g2="AE" 	k="328" />
+<hkern g1="V" 	g2="s" 	k="164" />
+<hkern g1="V" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="123" />
+<hkern g1="V" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="164" />
+<hkern g1="V" 	g2="y,yacute,ydieresis" 	k="143" />
+<hkern g1="V" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="61" />
+<hkern g1="V" 	g2="m,n,r,ntilde" 	k="102" />
+<hkern g1="V" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="123" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="205" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="287" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="123" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="164" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="b" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="123" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="102" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="49" />
+<hkern g1="Z" 	g2="v,w" 	k="49" />
+<hkern g1="Z" 	g2="p" 	k="16" />
+<hkern g1="Z" 	g2="z" 	k="10" />
+<hkern g1="Z" 	g2="t" 	k="16" />
+<hkern g1="Z" 	g2="W" 	k="14" />
+<hkern g1="Z" 	g2="j" 	k="10" />
+<hkern g1="Z" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="Z" 	g2="V" 	k="16" />
+<hkern g1="X" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="63" />
+<hkern g1="X" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="127" />
+<hkern g1="X" 	g2="v,w" 	k="117" />
+<hkern g1="X" 	g2="t" 	k="29" />
+<hkern g1="X" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="76" />
+<hkern g1="X" 	g2="guillemotright,guilsinglright" 	k="-14" />
+<hkern g1="eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="51" />
+<hkern g1="eth" 	g2="AE" 	k="59" />
+<hkern g1="eth" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="eth" 	g2="v,w" 	k="31" />
+<hkern g1="eth" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="eth" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="eth" 	g2="quoteleft,quotedblleft" 	k="16" />
+<hkern g1="eth" 	g2="W" 	k="106" />
+<hkern g1="eth" 	g2="Y,Yacute,Ydieresis" 	k="133" />
+<hkern g1="eth" 	g2="J" 	k="35" />
+<hkern g1="eth" 	g2="S" 	k="12" />
+<hkern g1="eth" 	g2="T" 	k="23" />
+<hkern g1="eth" 	g2="Z" 	k="27" />
+<hkern g1="eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="35" />
+<hkern g1="eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="v,w" 	k="27" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="parenright" 	k="45" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="braceright" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="asterisk" 	k="16" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="question" 	k="45" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="53" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="57" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="registered" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="trademark" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="backslash" 	k="74" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordmasculine" 	k="25" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteleft,quotedblleft" 	k="135" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="123" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="133" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="V" 	k="139" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="J" 	k="33" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="p,thorn" 	g2="AE" 	k="51" />
+<hkern g1="p,thorn" 	g2="y,yacute,ydieresis" 	k="35" />
+<hkern g1="p,thorn" 	g2="v,w" 	k="29" />
+<hkern g1="p,thorn" 	g2="x" 	k="43" />
+<hkern g1="p,thorn" 	g2="parenright" 	k="63" />
+<hkern g1="p,thorn" 	g2="braceright" 	k="51" />
+<hkern g1="p,thorn" 	g2="question" 	k="53" />
+<hkern g1="p,thorn" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="p,thorn" 	g2="quoteright,quotedblright" 	k="55" />
+<hkern g1="p,thorn" 	g2="trademark" 	k="29" />
+<hkern g1="p,thorn" 	g2="backslash" 	k="57" />
+<hkern g1="p,thorn" 	g2="ordmasculine" 	k="18" />
+<hkern g1="p,thorn" 	g2="quoteleft,quotedblleft" 	k="33" />
+<hkern g1="p,thorn" 	g2="W" 	k="127" />
+<hkern g1="p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="p,thorn" 	g2="V" 	k="143" />
+<hkern g1="p,thorn" 	g2="J" 	k="37" />
+<hkern g1="p,thorn" 	g2="S" 	k="10" />
+<hkern g1="p,thorn" 	g2="T" 	k="31" />
+<hkern g1="p,thorn" 	g2="Z" 	k="31" />
+<hkern g1="p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="37" />
+<hkern g1="p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="p,thorn" 	g2="exclam" 	k="23" />
+<hkern g1="p,thorn" 	g2="X" 	k="84" />
+<hkern g1="c,ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="39" />
+<hkern g1="c,ccedilla" 	g2="AE" 	k="33" />
+<hkern g1="c,ccedilla" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="v,w" 	k="12" />
+<hkern g1="c,ccedilla" 	g2="x" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="parenright" 	k="55" />
+<hkern g1="c,ccedilla" 	g2="braceright" 	k="41" />
+<hkern g1="c,ccedilla" 	g2="question" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="trademark" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="backslash" 	k="41" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="96" />
+<hkern g1="c,ccedilla" 	g2="j" 	k="-223" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="127" />
+<hkern g1="c,ccedilla" 	g2="V" 	k="98" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="c,ccedilla" 	g2="X" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="AE" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="v,w" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="m,n,r,ntilde" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="x" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="parenright" 	k="59" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="braceright" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="question" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="trademark" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="backslash" 	k="47" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="106" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="V" 	k="125" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="18" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="X" 	k="63" />
+<hkern g1="f" 	g2="hyphen,uni00AD,endash,emdash" 	k="39" />
+<hkern g1="f" 	g2="guillemotleft,guilsinglleft" 	k="31" />
+<hkern g1="f" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="f" 	g2="parenright" 	k="-100" />
+<hkern g1="f" 	g2="braceright" 	k="-113" />
+<hkern g1="f" 	g2="asterisk" 	k="-102" />
+<hkern g1="f" 	g2="ordfeminine" 	k="-121" />
+<hkern g1="f" 	g2="question" 	k="-182" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-176" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-180" />
+<hkern g1="f" 	g2="registered" 	k="-72" />
+<hkern g1="f" 	g2="trademark" 	k="-170" />
+<hkern g1="f" 	g2="backslash" 	k="-152" />
+<hkern g1="f" 	g2="ordmasculine" 	k="-123" />
+<hkern g1="f" 	g2="quoteleft,quotedblleft" 	k="-127" />
+<hkern g1="f" 	g2="W" 	k="-260" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-250" />
+<hkern g1="f" 	g2="V" 	k="-262" />
+<hkern g1="f" 	g2="J" 	k="-182" />
+<hkern g1="f" 	g2="S" 	k="-61" />
+<hkern g1="f" 	g2="T" 	k="-184" />
+<hkern g1="f" 	g2="Z" 	k="-147" />
+<hkern g1="f" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-172" />
+<hkern g1="f" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="-203" />
+<hkern g1="f" 	g2="exclam" 	k="-141" />
+<hkern g1="f" 	g2="X" 	k="-242" />
+<hkern g1="f" 	g2="bar" 	k="-80" />
+<hkern g1="f" 	g2="bracketright" 	k="-70" />
+<hkern g1="g" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="g" 	g2="v,w" 	k="33" />
+<hkern g1="g" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="g" 	g2="question" 	k="-25" />
+<hkern g1="g" 	g2="W" 	k="35" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="37" />
+<hkern g1="g" 	g2="V" 	k="35" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="v,w" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="parenright" 	k="-51" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="braceright" 	k="-80" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="question" 	k="-31" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="quoteright,quotedblright" 	k="-45" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="W" 	k="29" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="V" 	k="27" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="J" 	k="18" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="T" 	k="10" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="18" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="exclam" 	k="-27" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="bracketright" 	k="-16" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="j" 	g2="AE" 	k="23" />
+<hkern g1="j" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="j" 	g2="v,w" 	k="16" />
+<hkern g1="j" 	g2="parenright" 	k="35" />
+<hkern g1="j" 	g2="braceright" 	k="29" />
+<hkern g1="j" 	g2="ordfeminine" 	k="-31" />
+<hkern g1="j" 	g2="question" 	k="35" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="31" />
+<hkern g1="j" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="j" 	g2="trademark" 	k="20" />
+<hkern g1="j" 	g2="backslash" 	k="49" />
+<hkern g1="j" 	g2="ordmasculine" 	k="-49" />
+<hkern g1="j" 	g2="W" 	k="10" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="j" 	g2="exclam" 	k="-41" />
+<hkern g1="k" 	g2="hyphen,uni00AD,endash,emdash" 	k="49" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="k" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="k" 	g2="germandbls,thorn" 	k="41" />
+<hkern g1="k" 	g2="h,k,l" 	k="41" />
+<hkern g1="k" 	g2="b" 	k="41" />
+<hkern g1="k" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="39" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="23" />
+<hkern g1="k" 	g2="trademark" 	k="16" />
+<hkern g1="k" 	g2="W" 	k="76" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="k" 	g2="V" 	k="88" />
+<hkern g1="k" 	g2="J" 	k="20" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="164" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="123" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V" 	k="184" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="164" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="41" />
+<hkern g1="l,uniFB02" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="W" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="14" />
+<hkern g1="C,Ccedilla" 	g2="V" 	k="10" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="h,m,n,ntilde" 	g2="v,w" 	k="27" />
+<hkern g1="h,m,n,ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="h,m,n,ntilde" 	g2="parenright" 	k="35" />
+<hkern g1="h,m,n,ntilde" 	g2="braceright" 	k="23" />
+<hkern g1="h,m,n,ntilde" 	g2="asterisk" 	k="16" />
+<hkern g1="h,m,n,ntilde" 	g2="question" 	k="45" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="h,m,n,ntilde" 	g2="registered" 	k="35" />
+<hkern g1="h,m,n,ntilde" 	g2="trademark" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="backslash" 	k="72" />
+<hkern g1="h,m,n,ntilde" 	g2="ordmasculine" 	k="20" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="29" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="125" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="h,m,n,ntilde" 	g2="V" 	k="143" />
+<hkern g1="h,m,n,ntilde" 	g2="J" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="41" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="D,Eth" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="72" />
+<hkern g1="D,Eth" 	g2="g" 	k="12" />
+<hkern g1="D,Eth" 	g2="AE" 	k="111" />
+<hkern g1="D,Eth" 	g2="s" 	k="12" />
+<hkern g1="D,Eth" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="D,Eth" 	g2="slash" 	k="23" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="43" />
+<hkern g1="D,Eth" 	g2="h,k,l" 	k="23" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="D,Eth" 	g2="b" 	k="10" />
+<hkern g1="D,Eth" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="D,Eth" 	g2="v,w" 	k="16" />
+<hkern g1="D,Eth" 	g2="x" 	k="25" />
+<hkern g1="D,Eth" 	g2="parenright" 	k="57" />
+<hkern g1="D,Eth" 	g2="braceright" 	k="45" />
+<hkern g1="D,Eth" 	g2="question" 	k="31" />
+<hkern g1="D,Eth" 	g2="W" 	k="51" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="D,Eth" 	g2="V" 	k="57" />
+<hkern g1="D,Eth" 	g2="J" 	k="14" />
+<hkern g1="D,Eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="D,Eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="D,Eth" 	g2="X" 	k="80" />
+<hkern g1="B" 	g2="f,uniFB01,uniFB02" 	k="12" />
+<hkern g1="B" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="39" />
+<hkern g1="B" 	g2="AE" 	k="49" />
+<hkern g1="B" 	g2="germandbls,thorn" 	k="12" />
+<hkern g1="B" 	g2="h,k,l" 	k="12" />
+<hkern g1="B" 	g2="y,yacute,ydieresis" 	k="35" />
+<hkern g1="B" 	g2="v,w" 	k="33" />
+<hkern g1="B" 	g2="z" 	k="12" />
+<hkern g1="B" 	g2="W" 	k="47" />
+<hkern g1="B" 	g2="Y,Yacute,Ydieresis" 	k="53" />
+<hkern g1="B" 	g2="T" 	k="12" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="45" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="AE" 	k="47" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="h,k,l" 	k="20" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="v,w" 	k="33" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="x" 	k="43" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="parenright" 	k="66" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="braceright" 	k="53" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="question" 	k="53" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="53" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="trademark" 	k="20" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="backslash" 	k="61" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="ordmasculine" 	k="18" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="135" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="131" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="141" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="V" 	k="147" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="10" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="33" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="X" 	k="86" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="v,w" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="W" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="V" 	k="29" />
+<hkern g1="G" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="25" />
+<hkern g1="G" 	g2="AE" 	k="18" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="G" 	g2="v,w" 	k="20" />
+<hkern g1="G" 	g2="W" 	k="31" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="33" />
+<hkern g1="G" 	g2="V" 	k="31" />
+<hkern g1="r" 	g2="space" 	k="43" />
+<hkern g1="r" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="111" />
+<hkern g1="r" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="r" 	g2="AE" 	k="131" />
+<hkern g1="r" 	g2="slash" 	k="41" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="82" />
+<hkern g1="r" 	g2="h,k,l" 	k="61" />
+<hkern g1="r" 	g2="b" 	k="41" />
+<hkern g1="r" 	g2="parenright" 	k="55" />
+<hkern g1="r" 	g2="braceright" 	k="33" />
+<hkern g1="r" 	g2="W" 	k="70" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="102" />
+<hkern g1="r" 	g2="V" 	k="80" />
+<hkern g1="r" 	g2="J" 	k="37" />
+<hkern g1="r" 	g2="S" 	k="14" />
+<hkern g1="r" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="39" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="r" 	g2="X" 	k="86" />
+<hkern g1="F" 	g2="f,uniFB01,uniFB02" 	k="57" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="123" />
+<hkern g1="F" 	g2="g" 	k="39" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="47" />
+<hkern g1="F" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="F" 	g2="AE" 	k="274" />
+<hkern g1="F" 	g2="s" 	k="35" />
+<hkern g1="F" 	g2="germandbls,thorn" 	k="18" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="111" />
+<hkern g1="F" 	g2="h,k,l" 	k="18" />
+<hkern g1="F" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="F" 	g2="z" 	k="12" />
+<hkern g1="F" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="s" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="s" 	g2="AE" 	k="27" />
+<hkern g1="s" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="s" 	g2="parenright" 	k="51" />
+<hkern g1="s" 	g2="braceright" 	k="31" />
+<hkern g1="s" 	g2="backslash" 	k="27" />
+<hkern g1="s" 	g2="W" 	k="106" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="106" />
+<hkern g1="s" 	g2="V" 	k="109" />
+<hkern g1="s" 	g2="J" 	k="39" />
+<hkern g1="s" 	g2="T" 	k="16" />
+<hkern g1="s" 	g2="Z" 	k="12" />
+<hkern g1="s" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="27" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="s" 	g2="X" 	k="33" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="35" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="v,w" 	k="37" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p" 	k="27" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="10" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="18" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="parenright" 	k="-72" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="j" 	k="10" />
+<hkern g1="q" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="q" 	g2="AE" 	k="20" />
+<hkern g1="q" 	g2="W" 	k="92" />
+<hkern g1="q" 	g2="Y,Yacute,Ydieresis" 	k="117" />
+<hkern g1="q" 	g2="J" 	k="-303" />
+<hkern g1="q" 	g2="T" 	k="12" />
+<hkern g1="q" 	g2="Z" 	k="12" />
+<hkern g1="q" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="23" />
+<hkern g1="q" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="t" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="t" 	g2="t" 	k="41" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="J" 	g2="g" 	k="41" />
+<hkern g1="J" 	g2="hyphen,uni00AD,endash,emdash" 	k="18" />
+<hkern g1="J" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="J" 	g2="AE" 	k="37" />
+<hkern g1="J" 	g2="s" 	k="41" />
+<hkern g1="J" 	g2="germandbls,thorn" 	k="25" />
+<hkern g1="J" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="20" />
+<hkern g1="J" 	g2="h,k,l" 	k="25" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="37" />
+<hkern g1="J" 	g2="b" 	k="12" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="J" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="J" 	g2="v,w" 	k="31" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="33" />
+<hkern g1="J" 	g2="p" 	k="35" />
+<hkern g1="J" 	g2="z" 	k="37" />
+<hkern g1="J" 	g2="t" 	k="18" />
+<hkern g1="J" 	g2="x" 	k="14" />
+<hkern g1="J" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="J" 	g2="parenright" 	k="-82" />
+<hkern g1="J" 	g2="braceright" 	k="-106" />
+<hkern g1="J" 	g2="bracketright" 	k="-39" />
+<hkern g1="K" 	g2="space" 	k="33" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="61" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="K" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="55" />
+<hkern g1="K" 	g2="slash" 	k="-31" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="125" />
+<hkern g1="K" 	g2="v,w" 	k="117" />
+<hkern g1="K" 	g2="t" 	k="31" />
+<hkern g1="K" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="72" />
+<hkern g1="K" 	g2="asterisk" 	k="23" />
+<hkern g1="K" 	g2="registered" 	k="35" />
+<hkern g1="K" 	g2="copyright" 	k="51" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="space" 	k="61" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="123" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="g" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="ampersand" 	k="27" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="47" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="47" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="AE" 	k="156" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="s" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="at" 	k="55" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="slash" 	k="68" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="90" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="h,k,l" 	k="63" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="parenright" 	k="57" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="braceright" 	k="25" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="W" 	k="57" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="V" 	k="63" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="J" 	k="41" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="S" 	k="16" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="45" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="X" 	k="78" />
+<hkern g1="L" 	g2="space" 	k="49" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="102" />
+<hkern g1="L" 	g2="v,w" 	k="98" />
+<hkern g1="L" 	g2="t" 	k="12" />
+<hkern g1="L" 	g2="parenright" 	k="20" />
+<hkern g1="L" 	g2="asterisk" 	k="111" />
+<hkern g1="L" 	g2="ordfeminine" 	k="127" />
+<hkern g1="L" 	g2="question" 	k="41" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="154" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="152" />
+<hkern g1="L" 	g2="registered" 	k="90" />
+<hkern g1="L" 	g2="trademark" 	k="51" />
+<hkern g1="L" 	g2="backslash" 	k="86" />
+<hkern g1="L" 	g2="ordmasculine" 	k="145" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="156" />
+<hkern g1="L" 	g2="W" 	k="205" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="158" />
+<hkern g1="L" 	g2="V" 	k="172" />
+<hkern g1="L" 	g2="J" 	k="10" />
+<hkern g1="L" 	g2="T" 	k="133" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="18" />
+<hkern g1="L" 	g2="periodcentered" 	k="86" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="hyphen,uni00AD,endash,emdash" 	k="18" />
+<hkern g1="N,Ntilde" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="AE" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="germandbls,thorn" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="h,k,l" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="b" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="p" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="18" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="j" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="63" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="100" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="39" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h,k,l" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="v,w" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="x" 	k="25" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="parenright" 	k="55" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="braceright" 	k="43" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="question" 	k="29" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="49" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="V" 	k="55" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="X" 	k="72" />
+<hkern g1="z" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="z" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="z" 	g2="parenright" 	k="37" />
+<hkern g1="z" 	g2="W" 	k="88" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="z" 	g2="V" 	k="100" />
+<hkern g1="z" 	g2="J" 	k="33" />
+<hkern g1="z" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="x" 	g2="hyphen,uni00AD,endash,emdash" 	k="63" />
+<hkern g1="x" 	g2="guillemotleft,guilsinglleft" 	k="63" />
+<hkern g1="x" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="45" />
+<hkern g1="x" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="51" />
+<hkern g1="x" 	g2="W" 	k="84" />
+<hkern g1="x" 	g2="Y,Yacute,Ydieresis" 	k="76" />
+<hkern g1="x" 	g2="J" 	k="16" />
+<hkern g1="x" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="germandbls" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="germandbls" 	g2="AE" 	k="27" />
+<hkern g1="germandbls" 	g2="y,yacute,ydieresis" 	k="82" />
+<hkern g1="germandbls" 	g2="v,w" 	k="78" />
+<hkern g1="germandbls" 	g2="z" 	k="10" />
+<hkern g1="germandbls" 	g2="t" 	k="10" />
+<hkern g1="germandbls" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="germandbls" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="germandbls" 	g2="quoteright,quotedblright" 	k="43" />
+<hkern g1="germandbls" 	g2="quoteleft,quotedblleft" 	k="49" />
+<hkern g1="germandbls" 	g2="W" 	k="111" />
+<hkern g1="germandbls" 	g2="Y,Yacute,Ydieresis" 	k="127" />
+<hkern g1="germandbls" 	g2="J" 	k="41" />
+<hkern g1="germandbls" 	g2="T" 	k="86" />
+<hkern g1="germandbls" 	g2="Z" 	k="33" />
+<hkern g1="germandbls" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="27" />
+<hkern g1="germandbls" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="R" 	g2="space" 	k="20" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="R" 	g2="v,w" 	k="29" />
+<hkern g1="R" 	g2="W" 	k="66" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="R" 	g2="V" 	k="49" />
+<hkern g1="P" 	g2="f,uniFB01,uniFB02" 	k="49" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="137" />
+<hkern g1="P" 	g2="g" 	k="27" />
+<hkern g1="P" 	g2="hyphen,uni00AD,endash,emdash" 	k="43" />
+<hkern g1="P" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="P" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="P" 	g2="AE" 	k="231" />
+<hkern g1="P" 	g2="s" 	k="25" />
+<hkern g1="P" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="P" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="160" />
+<hkern g1="P" 	g2="h,k,l" 	k="23" />
+<hkern g1="P" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="31" />
+<hkern g1="P" 	g2="W" 	k="29" />
+<hkern g1="P" 	g2="Y,Yacute,Ydieresis" 	k="37" />
+<hkern g1="P" 	g2="J" 	k="12" />
+<hkern g1="P" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="S" 	g2="g" 	k="12" />
+<hkern g1="S" 	g2="AE" 	k="37" />
+<hkern g1="S" 	g2="s" 	k="10" />
+<hkern g1="S" 	g2="germandbls,thorn" 	k="18" />
+<hkern g1="S" 	g2="h,k,l" 	k="18" />
+<hkern g1="S" 	g2="b" 	k="10" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="S" 	g2="v,w" 	k="18" />
+<hkern g1="S" 	g2="z" 	k="16" />
+<hkern g1="S" 	g2="parenright" 	k="25" />
+<hkern g1="S" 	g2="W" 	k="29" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="S" 	g2="V" 	k="29" />
+<hkern g1="Thorn" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="Thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="76" />
+<hkern g1="Thorn" 	g2="AE" 	k="133" />
+<hkern g1="Thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="55" />
+<hkern g1="Thorn" 	g2="v,w" 	k="12" />
+<hkern g1="Thorn" 	g2="W" 	k="47" />
+<hkern g1="Thorn" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="Thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="12" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="266" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="104" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="176" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="v,w" 	k="94" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="137" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="five" 	k="47" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="nine" 	k="27" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="V" 	k="219" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="seven" 	k="68" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="three" 	k="109" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="j" 	k="-266" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="279" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="J" 	k="18" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="207" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="258" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="space" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="space" 	g2="y,yacute,ydieresis" 	k="63" />
+<hkern g1="space" 	g2="T" 	k="47" />
+<hkern g1="space" 	g2="v,w" 	k="61" />
+<hkern g1="space" 	g2="Y,Yacute,Ydieresis" 	k="80" />
+<hkern g1="space" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="space" 	g2="W" 	k="82" />
+<hkern g1="space" 	g2="t" 	k="23" />
+<hkern g1="space" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="86" />
+<hkern g1="space" 	g2="AE" 	k="92" />
+<hkern g1="ampersand" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="ampersand" 	g2="AE" 	k="141" />
+<hkern g1="ampersand" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="ampersand" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="braceleft" 	g2="v,w" 	k="20" />
+<hkern g1="braceleft" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="braceleft" 	g2="j" 	k="-285" />
+<hkern g1="braceleft" 	g2="J" 	k="-285" />
+<hkern g1="braceleft" 	g2="W" 	k="27" />
+<hkern g1="braceleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="braceleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="braceleft" 	g2="AE" 	k="25" />
+<hkern g1="braceleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="53" />
+<hkern g1="braceleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-125" />
+<hkern g1="braceleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="braceleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-92" />
+<hkern g1="braceleft" 	g2="z" 	k="20" />
+<hkern g1="braceleft" 	g2="s" 	k="31" />
+<hkern g1="braceleft" 	g2="germandbls,thorn" 	k="-20" />
+<hkern g1="braceleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="266" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="125" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="180" />
+<hkern g1="quoteright,quotedblright" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="20" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="quoteright,quotedblright" 	g2="ampersand" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="35" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="39" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="76" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="84" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="35" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="T" 	k="53" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="v,w" 	k="45" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="139" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="V" 	k="100" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="three" 	k="37" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="J" 	k="18" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="W" 	k="90" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="AE" 	k="70" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="25" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="one" 	k="29" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="X" 	k="92" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="four" 	k="63" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Z" 	k="39" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="m,n,r,ntilde" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="two" 	k="33" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="x" 	k="57" />
+<hkern g1="bar" 	g2="j" 	k="-246" />
+<hkern g1="bar" 	g2="J" 	k="-244" />
+<hkern g1="at" 	g2="Y,Yacute,Ydieresis" 	k="41" />
+<hkern g1="at" 	g2="W" 	k="35" />
+<hkern g1="at" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="at" 	g2="AE" 	k="92" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="66" />
+<hkern g1="colon,semicolon" 	g2="V" 	k="61" />
+<hkern g1="colon,semicolon" 	g2="W" 	k="55" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="57" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="143" />
+<hkern g1="guillemotright,guilsinglright" 	g2="v,w" 	k="43" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="172" />
+<hkern g1="guillemotright,guilsinglright" 	g2="V" 	k="113" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="121" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="guillemotright,guilsinglright" 	g2="AE" 	k="41" />
+<hkern g1="guillemotright,guilsinglright" 	g2="X" 	k="45" />
+<hkern g1="guillemotright,guilsinglright" 	g2="x" 	k="66" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="250" />
+<hkern g1="quoteleft,quotedblleft" 	g2="y,yacute,ydieresis" 	k="-39" />
+<hkern g1="quoteleft,quotedblleft" 	g2="v,w" 	k="-25" />
+<hkern g1="quoteleft,quotedblleft" 	g2="Y,Yacute,Ydieresis" 	k="29" />
+<hkern g1="quoteleft,quotedblleft" 	g2="V" 	k="23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="W" 	k="20" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="197" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="172" />
+<hkern g1="quoteleft,quotedblleft" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="16" />
+<hkern g1="quoteleft,quotedblleft" 	g2="X" 	k="18" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="31" />
+<hkern g1="periodcentered" 	g2="h,k,l" 	k="88" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="76" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="slash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="slash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="127" />
+<hkern g1="slash" 	g2="AE" 	k="164" />
+<hkern g1="slash" 	g2="f,uniFB01,uniFB02" 	k="59" />
+<hkern g1="slash" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="61" />
+<hkern g1="slash" 	g2="z" 	k="20" />
+<hkern g1="slash" 	g2="s" 	k="53" />
+<hkern g1="slash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="55" />
+<hkern g1="slash" 	g2="g" 	k="57" />
+<hkern g1="asterisk" 	g2="Y,Yacute,Ydieresis" 	k="29" />
+<hkern g1="asterisk" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="100" />
+<hkern g1="asterisk" 	g2="AE" 	k="156" />
+<hkern g1="asterisk" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="six" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="exclamdown" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="exclamdown" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="exclamdown" 	g2="j" 	k="-313" />
+<hkern g1="exclamdown" 	g2="J" 	k="-305" />
+<hkern g1="exclamdown" 	g2="W" 	k="72" />
+<hkern g1="backslash" 	g2="quoteright,quotedblright" 	k="90" />
+<hkern g1="backslash" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="backslash" 	g2="T" 	k="57" />
+<hkern g1="backslash" 	g2="v,w" 	k="63" />
+<hkern g1="backslash" 	g2="Y,Yacute,Ydieresis" 	k="100" />
+<hkern g1="backslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="33" />
+<hkern g1="backslash" 	g2="quotedbl,quotesingle" 	k="94" />
+<hkern g1="backslash" 	g2="W" 	k="117" />
+<hkern g1="parenleft" 	g2="v,w" 	k="45" />
+<hkern g1="parenleft" 	g2="j" 	k="-307" />
+<hkern g1="parenleft" 	g2="J" 	k="-305" />
+<hkern g1="parenleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="57" />
+<hkern g1="parenleft" 	g2="t" 	k="33" />
+<hkern g1="parenleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="parenleft" 	g2="AE" 	k="27" />
+<hkern g1="parenleft" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="parenleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="parenleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="51" />
+<hkern g1="parenleft" 	g2="z" 	k="35" />
+<hkern g1="parenleft" 	g2="s" 	k="45" />
+<hkern g1="parenleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="parenleft" 	g2="m,n,r,ntilde" 	k="29" />
+<hkern g1="parenleft" 	g2="S" 	k="25" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="bracketleft" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="bracketleft" 	g2="j" 	k="-242" />
+<hkern g1="bracketleft" 	g2="J" 	k="-242" />
+<hkern g1="bracketleft" 	g2="W" 	k="27" />
+<hkern g1="bracketleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="bracketleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-61" />
+<hkern g1="bracketleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-25" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="43" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="V" 	k="47" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="43" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="279" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,uni00AD,endash,emdash" 	k="55" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="nine" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="three" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="W" 	k="-27" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="135" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="186" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="53" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="ampersand" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="55" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="94" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="94" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="51" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="197" />
+<hkern g1="quotedbl,quotesingle" 	g2="two" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="43" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="53" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..c8bc1f2a17a9ffc86e05fc5e147f8b7204f26cf6
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..2da4f30d6bd2786c25709fba70a2b09cc468560c
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..f9f4170c61b332d470a285beefea7531caf7abf6
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-black-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..d9a860d92398629a52ba117b6722827f41bf5e61
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displayblack_italic';
+							}
+		</style>
+
+	<title>Playfair Display Black Italic Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Black Italic	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Black Italic</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Black Italic in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Black Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..4b29dc66c595d48d960ce970ceef2c026dc8c859
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..a9d3ea75d4a72eedf7af4eef88846e4f0e6a0d6f
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.svg
@@ -0,0 +1,588 @@
+<?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="playfair_displayblack_italic" horiz-adv-x="1192" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="526" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1268" d="M-119 -385l378 1405h-163l13 41h161q47 160 122 266t186 168q108 60 231.5 83.5t292.5 23.5q109 0 170 -30q78 -34 78 -110q0 -63 -33.5 -111.5t-91 -75t-127.5 -26.5q-89 0 -134.5 34.5t-45.5 100.5q0 128 102 178q-106 -12 -174 -57q-61 -39 -102.5 -110t-73.5 -185 l-40 -149h236q213 3 371 31l-264 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-41 -115 -126 -163t-177 -48q-100 0 -151.5 53t-51.5 151q0 65 24 149l199 696h-235l-367 -1376q-203 -3 -371 -29z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1286" d="M-119 -385l378 1405h-163l13 41h161q39 136 94 229t134 150q139 100 370 104q163 1 293 22t256 62l-432 -1454q-6 -22 -6 -38q0 -25 11.5 -36.5t27.5 -11.5q20 0 47.5 25.5t56.5 103.5l43 115h39l-51 -150q-41 -119 -121 -165t-170 -46q-102 0 -159 53t-57 155 q0 63 24 145l313 1042q10 37 10 57q0 39 -29 57.5t-97 20.5q-58 -2 -93 -28q-43 -37 -69 -134l-74 -278h162l-13 -41h-160l-368 -1376q-203 -3 -371 -29z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="526" />
+<glyph unicode="&#x09;" horiz-adv-x="526" />
+<glyph unicode="&#xa0;" horiz-adv-x="526" />
+<glyph unicode="!" horiz-adv-x="713" d="M74 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5zM279 408q30 130 30 293q0 68 -7 207.5t-7 213.5q0 117 27.5 226t93 181.5t172.5 72.5q82 0 127 -47.5t45 -141.5 q0 -104 -49 -213.5t-195.5 -360t-200.5 -438.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="930" d="M276 1278q0 57 26.5 107t75 80t109.5 30q59 0 95.5 -31t38.5 -86q0 -60 -35 -120t-108.5 -155t-100.5 -145h-29q-11 73 -31.5 139t-30.5 104.5t-10 76.5zM682 1278q0 57 26.5 107t75 80t109.5 30q59 0 95.5 -31t38.5 -86q0 -60 -35 -120t-108.5 -155t-100.5 -145h-29 q-11 73 -31.5 139t-30.5 104.5t-10 76.5z" />
+<glyph unicode="#" horiz-adv-x="1262" d="M53 506l19 41h300l159 342h-300l17 41h302l140 303h49l-140 -303h334l140 303h49l-140 -303h292l-17 -41h-294l-159 -342h294l-21 -41h-292l-138 -299h-49l138 299h-334l-138 -299h-49l138 299h-300zM421 547h334l159 342h-334z" />
+<glyph unicode="$" horiz-adv-x="1329" d="M10 322q0 69 22 124t63 87t95 32q79 0 127 -55t48 -145q0 -79 -31.5 -150t-75.5 -139q50 -31 122 -46l152 547q-88 82 -147 148t-98 141.5t-39 155.5q0 166 81 268t202.5 145.5t251.5 43.5l67 241h45l-67 -242q68 -1 124 -10l70 252h45l-72 -260q97 -21 189 -76 q153 -91 153 -256q0 -69 -22 -124t-63 -87t-95 -32q-78 0 -126 55t-48 145q0 79 31.5 150t75.5 139q-44 27 -108 42l-139 -501q123 -106 189 -170.5t116 -147.5t50 -171q0 -167 -96 -267.5t-235 -142.5t-286 -45l-67 -241h-45l67 241q-68 1 -125 9l-69 -250h-45l71 257 q-107 21 -204 79q-154 91 -154 256zM424 24q45 -6 98 -6h27l120 431q-33 33 -101 95zM595 21q115 12 161.5 62.5t46.5 135.5q0 83 -99 193zM598 1245q0 -75 74 -165l97 348q-76 -12 -123.5 -59t-47.5 -124zM707 1042q37 -40 100 -95l133 477q-55 8 -121 8h-4z" />
+<glyph unicode="%" horiz-adv-x="1671" d="M28 -86l1706 1774l31 -27l-1706 -1774zM229 1151q0 98 64 193t175.5 155t246.5 60t212 -67.5t77 -186.5q0 -98 -63.5 -193t-174.5 -155t-246 -60q-136 0 -213.5 66.5t-77.5 187.5zM489 1051q0 -60 12 -93.5t34 -33.5q63 0 110.5 80t72.5 194t25 209q0 59 -11.5 92 t-33.5 33q-63 0 -110.5 -80t-73 -193.5t-25.5 -207.5zM758 225q0 98 64 193t175.5 155t245.5 60q135 0 212 -67t77 -187q0 -98 -63.5 -193t-174.5 -155t-245 -60q-137 0 -214 66.5t-77 187.5zM1018 125q0 -60 11.5 -93.5t33.5 -33.5q63 0 110.5 80t73 194t25.5 209 q0 58 -12 91.5t-33 33.5q-63 0 -110.5 -80t-73 -193.5t-25.5 -207.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1831" d="M47 432q0 139 75 254.5t216 196.5t334 116q-105 28 -155 81.5t-50 121.5q0 76 56 129.5t146.5 80t192.5 26.5q133 0 197.5 -42.5t64.5 -113.5q0 -44 -22.5 -74.5t-56.5 -45.5t-68 -15l-2 37q43 0 72.5 27t29.5 65q0 36 -30 58t-82 22q-67 0 -129.5 -35.5t-102 -100.5 t-39.5 -147q0 -31 6 -61q75 12 129 12q74 0 74 -43q0 -22 -18.5 -32.5t-44.5 -10.5q-49 0 -142 45q-58 -26 -106.5 -92t-76.5 -156.5t-28 -187.5q0 -189 110 -286t321 -97q136 0 258.5 40t201 125.5t78.5 215.5q0 88 -38 151q-128 -39 -236 -71.5t-197 -59.5 q-92 -27 -134 -64.5t-42 -90.5q0 -54 36.5 -76.5t90.5 -22.5q80 0 137 41t80 90l35 -14q-16 -38 -51 -74.5t-88.5 -61t-120.5 -24.5q-68 0 -127.5 26.5t-97 84t-37.5 143.5q0 130 92 226.5t278 152.5q122 37 258 77.5t285 86.5q93 28 142.5 48t90.5 60.5t41 104.5 q0 51 -27 89t-73 57.5t-102 19.5q-33 0 -56 -8q119 -46 119 -148q0 -52 -31 -90.5t-80.5 -59t-103.5 -20.5q-53 0 -95.5 20.5t-66.5 57t-24 82.5q0 61 38.5 104.5t104.5 67.5q70 29 178 29q293 0 293 -299q0 -129 -54.5 -217.5t-157 -147.5t-263.5 -108q47 -77 47 -177 q0 -133 -86 -262t-262.5 -213t-431.5 -84q-192 0 -344 51t-240 155t-88 255z" />
+<glyph unicode="'" horiz-adv-x="524" d="M276 1278q0 57 26.5 107t75 80t109.5 30q59 0 95.5 -31t38.5 -86q0 -60 -35 -120t-108.5 -155t-100.5 -145h-29q-11 73 -31.5 139t-30.5 104.5t-10 76.5z" />
+<glyph unicode="(" horiz-adv-x="860" d="M70 457q0 222 130 443.5t358.5 414.5t521.5 336l20 -27q-213 -161 -359.5 -341t-227.5 -408t-81 -512q0 -197 34.5 -358t109.5 -351l-37 -27q-154 128 -255 249t-157.5 264t-56.5 317z" />
+<glyph unicode=")" horiz-adv-x="862" d="M-219 -346q213 161 359.5 341t227.5 408t81 512q0 197 -34.5 358t-109.5 351l37 27q154 -128 255 -249t157.5 -264t56.5 -317q0 -222 -130 -443.5t-358.5 -414.5t-521.5 -336z" />
+<glyph unicode="*" horiz-adv-x="977" d="M173 885q0 73 83 114q36 18 81 26.5t126.5 17.5t128.5 16q-40 6 -120 16t-120.5 19t-64.5 26q-39 25 -39 67q0 43 39 89q50 63 108 63q30 0 56 -18q27 -18 47.5 -51t52.5 -97t51 -100q-5 41 -15 95t-16 92.5t-6 67.5q0 28 6 54q15 57 55 84t89 27q40 0 66 -19t26 -58 q0 -18 -4 -34q-9 -34 -32.5 -73.5t-72 -112t-76.5 -116.5q35 33 99.5 97.5t101 96.5t68.5 49q38 18 65 18q30 0 50 -17.5t28 -45.5q8 -21 8 -42q0 -73 -84 -114q-35 -18 -79.5 -26.5t-124.5 -17.5t-126 -16q39 -6 117.5 -16t118.5 -19t64 -26q39 -25 39 -66t-39 -89 q-50 -63 -108 -63q-30 0 -56 18t-46.5 50.5t-52.5 95.5t-51 97q6 -38 15.5 -90.5t15 -91t5.5 -67.5q0 -31 -7 -56q-14 -57 -54 -83.5t-87 -26.5q-42 0 -68.5 18t-26.5 57q0 13 5 35q9 36 33 77t73.5 114t76.5 115q-37 -35 -102 -100t-101 -97t-68 -49q-37 -18 -65 -18 q-30 0 -50.5 18t-28.5 45q-7 18 -7 41z" />
+<glyph unicode="+" horiz-adv-x="1165" d="M94 696l19 62h477l137 483h74l-137 -483h475l-19 -62h-475l-137 -481h-74l137 481h-477z" />
+<glyph unicode="," horiz-adv-x="635" d="M-2 106q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82 -260.5t-225 -178.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5z" />
+<glyph unicode="-" horiz-adv-x="1038" d="M109 455l55 202h739l-55 -202h-739z" />
+<glyph unicode="." horiz-adv-x="618" d="M-2 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="/" horiz-adv-x="934" d="M-96 -29l1122 1508h68l-1123 -1508h-67z" />
+<glyph unicode="0" horiz-adv-x="1350" d="M39 352q0 183 106.5 354.5t285.5 278.5t384 107q140 0 243 -46.5t158.5 -132.5t55.5 -202q0 -183 -107 -354.5t-286.5 -278.5t-382.5 -107q-139 0 -242 46.5t-159 132.5t-56 202zM412 297q0 -144 31.5 -216.5t80.5 -72.5q112 0 197.5 114.5t131.5 291t46 352.5 q0 145 -31.5 217t-81.5 72q-112 0 -197.5 -114t-131 -290t-45.5 -354z" />
+<glyph unicode="1" horiz-adv-x="801" d="M82 0l254 850q-68 -21 -250 -59l6 43q153 33 269.5 74t197.5 82.5t170 94.5h41l-326 -1085h-362z" />
+<glyph unicode="2" horiz-adv-x="1139" d="M-55 0l10 43q24 20 228 173.5t350.5 328t146.5 323.5q0 80 -42 119t-114 39q-83 0 -165 -45.5t-134.5 -117.5t-52.5 -146q0 -50 27.5 -74.5t89.5 -24.5q55 0 97 20t93 64l25 -28q-54 -51 -113.5 -75t-114.5 -24q-63 0 -108 31t-45 109q0 92 69 179t194.5 142.5 t285.5 55.5q111 0 192.5 -28t125.5 -79t44 -117q0 -120 -122.5 -215.5t-309 -194.5t-240.5 -136q41 0 113 -18.5t119 -29t104 -10.5q88 0 143.5 25.5t55.5 72.5q0 54 -66 91l21 26q62 -35 88.5 -78t26.5 -104q0 -80 -38.5 -150.5t-120 -114.5t-202.5 -44q-69 0 -156 19 t-151.5 31t-136.5 12q-63 0 -107.5 -11.5t-109.5 -38.5z" />
+<glyph unicode="3" horiz-adv-x="1104" d="M-186 -309l10 37q171 11 342.5 79.5t286 192.5t114.5 293q0 82 -24 132t-68 54q-48 -19 -72 -27t-47 -8q-36 0 -36 21q0 2 2 10q8 38 97 38q26 0 40 -1q100 46 160.5 124.5t60.5 184.5q0 87 -54 136t-153 49q-73 0 -140.5 -33t-109 -86.5t-41.5 -108.5q0 -50 28 -74 t91 -24q69 0 127 31l23 -31q-80 -43 -164 -43q-63 0 -108.5 31t-45.5 108q0 75 68 148.5t185.5 120.5t256.5 47q114 0 199 -26t130.5 -73t45.5 -108q0 -92 -76 -167.5t-191.5 -127t-238.5 -78.5q198 -3 314 -65.5t116 -198.5q0 -158 -181.5 -284t-447 -198t-499.5 -75z" />
+<glyph unicode="4" horiz-adv-x="1124" d="M-127 111l12 43l1041 938h53l-252 -938h262l-12 -43h-262l-107 -400h-362l108 400h-481zM-54 154h420l135 500z" />
+<glyph unicode="5" horiz-adv-x="983" d="M-190 -303l10 37q144 0 293.5 68t248.5 192.5t99 286.5q0 95 -41 143.5t-135 48.5q-88 0 -185 -55l-20 10l268 633q41 2 78 -4t118.5 -26.5t145.5 -20.5q72 0 120 20t83 72l25 -15q-56 -154 -137.5 -240.5t-184.5 -86.5q-30 0 -63 9.5t-106.5 36t-114.5 26.5 q-13 0 -19 -1l-164 -370q133 74 336 74q375 0 375 -250q0 -173 -166 -305t-407 -205t-457 -78z" />
+<glyph unicode="6" horiz-adv-x="1214" d="M45 354q0 275 180.5 520.5t440.5 407t481 197.5l12 -41q-182 -54 -353 -216t-280.5 -418t-109.5 -573q0 -86 8.5 -133.5t26 -66.5t45.5 -19q72 0 134.5 100t100 243t37.5 257q0 88 -22.5 126t-57.5 38q-42 0 -83 -46t-66 -140l-35 10q41 157 124 227t206 70q90 0 160 -35 t110.5 -105.5t40.5 -170.5q0 -158 -97 -300t-261 -228.5t-355 -86.5q-387 0 -387 383z" />
+<glyph unicode="7" horiz-adv-x="1053" d="M78 762q0 81 35.5 151.5t112.5 115t194 44.5q90 0 198.5 -29.5t176 -45t160.5 -15.5q56 0 98.5 16.5t74.5 61.5h60q-230 -254 -335 -386t-176.5 -280t-127.5 -370q-22 -90 -26 -118t-7 -44q-14 -73 -70.5 -119.5t-150.5 -46.5q-161 0 -161 147q0 41 13 90q50 183 224 373 t403.5 394t295.5 269q-56 -36 -168 -111t-175.5 -102.5t-134.5 -27.5q-45 0 -80 9t-98.5 34t-114.5 25q-58 0 -94.5 -27t-36.5 -84q0 -71 59 -117.5t164 -70.5l-10 -35q-303 62 -303 299z" />
+<glyph unicode="8" horiz-adv-x="1219" d="M-23 242q0 147 154 272t383 211q-68 63 -108 108.5t-67.5 104t-27.5 129.5q0 120 79.5 214t211.5 146t283 52q167 0 272 -56.5t105 -165.5q0 -211 -453 -413q22 -19 102 -88t122 -144.5t42 -160.5q0 -134 -93.5 -244t-247.5 -173t-326 -63q-121 0 -218.5 29t-155 90 t-57.5 152zM342 207q0 -96 28 -147.5t93 -51.5q66 0 129 49t102 128.5t39 166.5q0 74 -26 135t-66.5 109t-102.5 106q-87 -83 -141.5 -215.5t-54.5 -279.5zM633 1155q0 -85 38.5 -151.5t108.5 -132.5q59 76 95 184t36 223q0 164 -86 164q-47 0 -91.5 -42t-72.5 -108.5 t-28 -136.5z" />
+<glyph unicode="9" d="M25 477q0 158 96.5 300t260.5 228.5t355 86.5q387 0 387 -383q0 -266 -177.5 -505.5t-433 -397.5t-470.5 -191l-12 41q176 51 343 210.5t273.5 409t106.5 555.5q0 86 -9 134t-26 67t-45 19q-72 0 -135 -100t-100.5 -242.5t-37.5 -257.5q0 -88 22.5 -126t57.5 -38 q42 0 83 46t67 140l35 -10q-42 -157 -125 -227t-205 -70q-90 0 -160 35t-110.5 105.5t-40.5 170.5z" />
+<glyph unicode=":" horiz-adv-x="682" d="M25 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5zM229 874q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5 q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode=";" horiz-adv-x="692" d="M12 106q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82 -260.5t-225 -178.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5zM246 874q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103 t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1204" d="M94 727l1131 465l20 -59l-997 -414l678 -357l-33 -65z" />
+<glyph unicode="=" horiz-adv-x="1313" d="M121 553l18 61h1026l-18 -61h-1026zM203 840l18 61h1026l-18 -61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1210" d="M92 377l942 393l-758 406l33 59l879 -473l-1075 -445z" />
+<glyph unicode="?" horiz-adv-x="1061" d="M154 633q0 73 38.5 136t94 113t168.5 142q23 18 125 100.5t141 143t39 121.5q0 74 -41.5 117.5t-118.5 43.5q-93 0 -151 -37q50 3 97 -16.5t76 -57.5t29 -85q0 -49 -25 -91t-68.5 -67t-96.5 -25q-47 0 -90 21t-70 60.5t-27 93.5q0 96 70.5 153t172.5 80t208 23 q118 0 221 -29.5t166.5 -89t63.5 -144.5q0 -58 -40.5 -117t-121.5 -128.5t-223 -171.5q-140 -100 -208.5 -161t-94 -106.5t-25.5 -101.5q0 -55 35 -90t100 -35q74 0 131 29q-53 17 -90 59.5t-37 106.5q0 47 22 84.5t61.5 59t90.5 21.5q40 0 75 -19t56 -52.5t21 -73.5 q0 -92 -65 -150.5t-159.5 -84t-187.5 -25.5q-103 0 -184.5 27.5t-129.5 83.5t-48 139zM231 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="@" horiz-adv-x="1788" d="M55 338q0 233 118 451.5t346.5 357.5t541.5 139q203 0 351 -62.5t229 -187t81 -305.5q0 -213 -103.5 -367t-254 -232.5t-285.5 -78.5q-171 0 -171 146q0 16 2 40q-98 -186 -283 -186q-108 0 -178 59.5t-70 192.5q0 138 76 297.5t203.5 268t273.5 108.5q79 0 114.5 -35.5 t38.5 -104.5l33 111q193 0 309 29l-217 -731q-13 -45 -13 -74q0 -45 38 -45q60 0 167.5 69t192 204.5t84.5 326.5q0 174 -77 290t-215.5 173t-325.5 57q-297 0 -516 -133.5t-333 -343t-114 -430.5q0 -206 98 -340t258 -195t351 -61q146 0 284.5 34.5t251.5 98.5l13 -26 q-102 -65 -243 -103.5t-304 -38.5q-200 0 -370 62t-276 202.5t-106 362.5zM700 299q0 -65 15.5 -94t52.5 -29q55 0 99.5 57t86.5 175l103 339q4 27 4 49q0 95 -62 95q-52 0 -123.5 -90t-123.5 -227.5t-52 -274.5z" />
+<glyph unicode="A" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489z" />
+<glyph unicode="B" horiz-adv-x="1454" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q18 67 18 99q0 40 -30 57.5t-109 19.5l11 41q126 -6 356 -6q83 0 166.5 2t138.5 2q496 0 496 -277q0 -110 -75.5 -202t-220 -148.5t-343.5 -62.5h16q159 0 276 -37q123 -39 187.5 -109t64.5 -161q0 -142 -85.5 -243.5 t-246.5 -154.5t-384 -53q-46 0 -145.5 3t-217.5 3q-233 0 -362 -6zM521 124q0 -77 81 -77q86 0 156.5 64.5t110.5 167.5t40 213q0 107 -45.5 175t-150.5 68h-39l-137 -518q-16 -60 -16 -93zM683 770h30q103 0 176 66t110 172.5t37 226.5q0 83 -24 128.5t-90 45.5 q-30 0 -48 -12t-31.5 -42.5t-29.5 -90.5z" />
+<glyph unicode="C" horiz-adv-x="1450" d="M76 496q0 246 135.5 473t373.5 368.5t529 141.5q112 0 181 -35.5t122 -97.5q15 -18 30 -18q38 0 83 122h43q-68 -177 -131 -471h-45q20 118 20 177q0 90 -35 149q-38 65 -92 90.5t-133 25.5q-161 0 -301.5 -133.5t-224.5 -355.5t-84 -475q0 -207 70.5 -307.5 t197.5 -100.5q69 0 141.5 31.5t124.5 87.5q54 58 94 129t91 195h45q-97 -355 -121 -492h-45q6 44 6 70q0 52 -26 52q-16 0 -42 -18q-192 -133 -409 -133q-305 0 -451.5 136t-146.5 389z" />
+<glyph unicode="D" horiz-adv-x="1642" d="M-88 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q13 49 13 80q0 44 -29.5 68t-102.5 28l7 41q163 -7 318 -7l75 1q171 6 303 6q307 0 476 -130t169 -384q0 -222 -106.5 -436.5t-339.5 -357t-590 -142.5q-43 0 -133 3t-191 3q-225 0 -348 -6zM514 91q0 -30 19 -42 t67 -12q180 0 316.5 149.5t209 376t72.5 447.5q0 403 -260 403q-46 0 -65.5 -12t-30 -40.5t-35.5 -123.5l-268 -1024q-25 -93 -25 -122z" />
+<glyph unicode="E" horiz-adv-x="1305" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-50 -129 -78 -242q-11 -46 -26 -127h-45v8q0 113 -26 182q-28 71 -82.5 101.5t-139.5 30.5h-6q-71 0 -106.5 -12t-57 -46.5 t-41.5 -111.5l-128 -483h36q64 0 123 31.5t103 84t67 113.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-27 -102 -53 -250h-45q0 54 -19 106.5t-63.5 88t-116.5 35.5h-18l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h27q100 0 175.5 34.5t140.5 113 t132 215.5h46q-14 -36 -44 -148q-32 -117 -53 -262q-139 6 -463 6q-475 0 -712 -6z" />
+<glyph unicode="F" horiz-adv-x="1235" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-41 -108 -78 -242q-36 -130 -47 -188h-45q3 39 3 73q0 166 -66 238t-185 72h-6q-64 0 -96 -12t-51 -46.5t-37 -111.5l-128 -483h56 q92 0 169 61.5t124 167.5h45q-38 -115 -69 -250q-25 -99 -64 -311h-45q0 141 -49 216t-139 75h-39l-131 -492q-15 -57 -15 -91t17 -51.5t53.5 -24.5t105.5 -9l-8 -41q-138 6 -407 6q-258 0 -381 -6z" />
+<glyph unicode="G" horiz-adv-x="1559" d="M61 440q0 237 134.5 479.5t373 401t533.5 158.5q84 0 145 -17t104 -45t87 -71q19 -19 35 -19q39 0 81 123h45q-67 -180 -131 -471h-45q11 83 11 154q0 48 -6 81.5t-23 67.5q-39 77 -119 118.5t-196 41.5q-186 0 -325.5 -178t-213.5 -430.5t-74 -460.5q0 -183 62.5 -272 t189.5 -89q68 0 107 29q28 20 42 52.5t35 111.5l48 180q18 68 18 106q0 36 -17 54.5t-52.5 26t-102.5 10.5l10 41q129 -7 389 -7q234 0 338 7l-10 -41q-49 -4 -73 -16.5t-41 -46.5t-38 -113l-108 -406h-41v6q0 57 -19 84q-20 27 -61 27q-38 0 -79.5 -15.5t-85.5 -37 t-70 -33.5q-129 -60 -263 -60q-184 0 -317.5 55t-205 160.5t-71.5 253.5z" />
+<glyph unicode="H" horiz-adv-x="1733" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q118 -6 383 -6q220 0 364 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-128 -483h452l129 483q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41 q123 -6 360 -6q261 0 387 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-8 -41q-123 6 -385 6q-237 0 -363 -6l8 41q74 3 111 16t58.5 48t41.5 112l131 492h-452l-131 -492q-18 -70 -18 -100t13.5 -45.5 t42.5 -22t82 -8.5l-8 -41q-126 6 -362 6q-257 0 -383 -6z" />
+<glyph unicode="I" horiz-adv-x="864" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6 q-242 0 -362 -6z" />
+<glyph unicode="J" horiz-adv-x="1464" d="M31 -203q0 80 55.5 129t157.5 49q90 0 148.5 -38.5t58.5 -110.5q0 -116 -134 -172q21 -4 48 -4q60 0 100.5 39.5t72.5 120t74 231.5l142 496q26 92 61 172h-280l6 41h293q63 128 151 227t194 177.5t265 176.5q-111 -31 -228.5 -96t-188.5 -94t-179 -29q-58 0 -111 14 t-145 47t-141 33q-52 0 -84.5 -25.5t-32.5 -78.5q0 -147 282 -164l-4 -37q-206 13 -325 96.5t-119 229.5q0 132 82.5 209t243.5 77q144 0 270.5 -66t203 -99t201.5 -33q80 0 173 17.5t163 53.5q79 120 128 120q14 0 28 -11q13 -11 13 -25q0 -50 -150 -106 q-104 -95 -174 -244t-132 -370h205l-6 -41h-210l-21 -80l-127 -496q-60 -234 -225.5 -376t-464.5 -142q-154 0 -246 43t-92 139z" />
+<glyph unicode="K" horiz-adv-x="1604" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q119 -6 383 -6q220 0 364 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-126 6 -362 6 q-257 0 -383 -6zM721 742q0 4 2 14q5 21 18 31t40 10q37 0 115 -21q120 18 173.5 109t103 277t105.5 249q60 68 162 68q69 0 124 -28.5t86 -80.5t31 -121q0 -61 -27.5 -117.5t-80 -92t-123.5 -35.5q-46 0 -85.5 19t-64 57.5t-24.5 93.5q0 81 57 153t154 107q-20 10 -53 10 q-43 0 -72 -14.5t-53 -43.5q-49 -59 -98 -229t-96 -265.5t-152 -126.5q133 -9 211 -42t111.5 -88t33.5 -136q0 -40 -8 -93l-33 -205q-1 -4 -1 -11q0 -20 13 -32.5t33 -12.5q56 0 88 99l35 104h41l-53 -158q-37 -110 -115 -164.5t-176 -54.5q-89 0 -152 28t-95.5 78 t-32.5 116q0 21 5 51l58 323q8 50 8 78q0 62 -38 90q-90 -23 -128 -23q-47 0 -47 30z" />
+<glyph unicode="L" horiz-adv-x="1264" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q119 -6 387 -6q214 0 358 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h37 q75 0 158.5 38.5t162.5 124.5t134 220h45q-21 -54 -49 -168q-32 -108 -54 -262q-139 6 -462 6q-484 0 -721 -6z" />
+<glyph unicode="M" horiz-adv-x="1944" d="M-96 0l8 41q96 4 148 69.5t79 170.5l254 952q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q112 -6 346 -6q109 0 188 6l119 -934l592 928h201q225 0 378 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -65 -17 -98q0 -31 13.5 -47t42.5 -22.5 t82 -8.5l-8 -41q-151 6 -377 6q-252 0 -369 -6l8 41q75 3 111.5 16t58 48t41.5 112l297 1104l-850 -1331h-45l-182 1196l-238 -905q-15 -55 -15 -98q0 -137 181 -142l-8 -41q-73 6 -244 6q-126 0 -194 -6z" />
+<glyph unicode="N" horiz-adv-x="1763" d="M-174 68q0 64 30.5 113t82.5 75.5t116 26.5q84 0 133.5 -40.5t49.5 -111.5q0 -60 -28 -109t-76.5 -80.5t-108.5 -41.5q15 -17 51 -17q103 0 176 115q77 120 158.5 430t177.5 801v4q12 57 12 91t-14.5 51.5t-47.5 24.5t-96 9l11 41q64 -6 182 -6q95 0 166 6l447 -870 q157 649 284 833q90 131 221 131q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113t-83 -75.5t-116.5 -26.5q-84 0 -133 40t-49 112q0 60 27.5 109t76 80.5t109.5 41.5q-16 16 -51 16q-50 0 -94.5 -30.5t-79.5 -81.5q-91 -136 -189 -477t-223 -930h-45l-536 975 q-173 -831 -291 -988q-45 -60 -95.5 -94.5t-123.5 -34.5q-71 0 -125.5 29t-84.5 79t-30 112z" />
+<glyph unicode="O" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477z" />
+<glyph unicode="P" horiz-adv-x="1391" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q14 78 14 94q0 41 -29 59.5t-106 22.5l11 41q119 -6 374 -6q49 0 148.5 2t150.5 2q270 0 400.5 -76t130.5 -233q0 -155 -107 -279.5t-301 -198t-445 -79.5l-97 -365q-14 -50 -14 -82q0 -45 30.5 -67.5t103.5 -26.5 l-8 -41q-141 6 -356 6q-266 0 -389 -6zM643 624q143 10 235 99.5t133.5 216.5t41.5 254q0 106 -38 160.5t-120 54.5q-33 0 -44.5 -19t-23.5 -69t-22 -88z" />
+<glyph unicode="Q" horiz-adv-x="1772" d="M-70 6q0 74 40.5 134t112 94t159.5 34q78 0 159.5 -27t158 -69.5t177.5 -107.5q177 96 307.5 236t202.5 321.5t72 394.5q0 205 -72 315.5t-209 110.5q-131 0 -232.5 -96t-157.5 -246.5t-56 -306.5q0 -73 16 -122.5t58.5 -77.5t119.5 -28q78 0 146.5 28t118 77t75.5 112 q22 51 25 109q-21 -75 -79 -109t-122 -34q-54 0 -95 24.5t-63 68t-22 97.5q0 65 31 118t83.5 83t114.5 30q93 0 146 -66t53 -177q0 -128 -69.5 -225t-194 -150t-283.5 -53q-141 0 -253 42.5t-176 125.5t-64 200q0 169 129.5 310t343.5 222t456 81q192 0 344.5 -51.5 t239 -144.5t86.5 -214q0 -156 -142 -345t-368.5 -369t-474.5 -313q118 -76 196 -121t165 -76t170 -31q104 0 160.5 44.5t80.5 104.5q-70 -67 -174 -67q-55 0 -100.5 21t-72 62t-26.5 99q0 60 29 106.5t81 72.5t118 26q95 0 154 -53t59 -154q0 -112 -74.5 -219t-211.5 -174.5 t-316 -67.5q-134 0 -242.5 38t-188.5 92t-176 136q-152 -49 -260 -49q-99 0 -156 42.5t-57 131.5zM-23 -18q0 -52 47 -83.5t132 -31.5q81 0 214 42q-90 75 -154.5 112.5t-135.5 37.5q-51 0 -77 -20t-26 -57z" />
+<glyph unicode="R" horiz-adv-x="1520" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l268 1016q18 72 18 96q0 39 -30 57t-107 23l11 41q119 -6 348 -6q81 0 168.5 2t144.5 2q189 0 308 -28t177 -90t58 -165q0 -124 -79.5 -220t-225.5 -155t-343 -76q135 -9 227.5 -31t148 -71.5t55.5 -135.5q0 -25 -4 -48 l-35 -213q-5 -30 -5 -48q0 -79 66 -79q42 0 72.5 32.5t54.5 98.5l10 29h48l-9 -27q-40 -130 -125.5 -190t-232.5 -60q-148 0 -221.5 56t-73.5 159q0 28 4 52l39 233q6 36 6 69q0 74 -44.5 114t-153.5 45l-127 -482q-20 -76 -20 -100q0 -38 30 -55t108 -21l-8 -41 q-141 6 -364 6q-258 0 -381 -6zM674 735q98 5 189.5 58.5t150.5 158.5t59 256q0 201 -143 201q-43 0 -66.5 -22.5t-40.5 -83.5z" />
+<glyph unicode="S" horiz-adv-x="1247" d="M-72 -14q68 162 140 491h41q-19 -53 -19 -141q0 -157 87 -237.5t247 -80.5q133 0 186.5 50t53.5 139q0 116 -52.5 211t-206 288t-153.5 357q0 135 82.5 229t207 140.5t249.5 46.5q87 0 156.5 -16t103.5 -31t102 -48q11 -5 34.5 -16.5t33.5 -11.5q16 0 31.5 25.5 t35.5 82.5h41q-78 -190 -121 -417h-41q13 55 13 112q0 124 -78.5 194t-216.5 70q-97 0 -159 -48t-62 -150q0 -135 150 -309t228 -282t78 -249q0 -139 -95 -232.5t-233 -137.5t-268 -44q-104 0 -170.5 10t-114 29t-112.5 56q-54 30 -70 30q-19 0 -31.5 -9t-24.5 -31.5 t-32 -69.5h-41z" />
+<glyph unicode="T" horiz-adv-x="1423" d="M160 1161q0 65 34.5 126.5t114.5 101.5q101 49 275 49q90 0 182 -5t272.5 -18.5t274.5 -13.5q105 0 184 15q-36 33 -59 83t-23 111q0 62 26 108t72 71.5t105 25.5t105 -25t71 -65.5t25 -86.5q0 -150 -172 -223q-135 -55 -355 -55l-59 1l-297 -1123q-15 -54 -15 -89 q0 -54 38.5 -78t130.5 -30l-9 -41q-144 6 -428 6q-272 0 -401 -6l8 41q88 3 136.5 21t76 58t47.5 118l307 1152q-149 11 -233 11q-161 0 -234 -35q81 -11 132 -63.5t51 -135.5q0 -58 -26.5 -104.5t-72 -73t-100.5 -26.5q-57 0 -99 27t-63.5 72.5t-21.5 98.5z" />
+<glyph unicode="U" horiz-adv-x="1438" d="M144 349q0 98 38 241l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q120 -6 387 -6q214 0 358 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-51 -191 -51 -309q0 -203 145 -203q215 0 338.5 139.5t189.5 390.5l125 476q45 170 45 232 q0 41 -15.5 66t-49.5 39t-94 23l12 41q80 -6 227 -6q108 0 172 6l-12 -41q-67 -14 -105 -44t-65 -91.5t-59 -183.5l-127 -494q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-179 0 -292.5 52.5t-162.5 142.5q-42 78 -42 183z" />
+<glyph unicode="V" horiz-adv-x="1393" d="M184 1409l11 41q116 -6 344 -6q236 0 356 6l-10 -41q-62 -3 -97 -13.5t-52 -37.5t-17 -78q0 -27 2 -43l93 -856l521 801q46 70 46 119q0 95 -185 108l10 41q58 -6 291 -6q90 0 154 6l-11 -41q-53 -16 -92 -40t-81 -71.5t-97 -132.5l-764 -1175q-37 3 -76 3q-38 0 -77 -3 l-162 1288q-8 66 -39.5 97.5t-67.5 33.5z" />
+<glyph unicode="W" horiz-adv-x="2120" d="M176 1409l10 41q117 -6 344 -6q194 0 295 6l-10 -41q-39 -3 -60.5 -14t-32 -38t-10.5 -78q0 -27 1 -42l90 -831l338 547l-41 325q-7 66 -32.5 97.5t-53.5 33.5l10 41q111 -6 324 -6q236 0 356 6l-10 -41q-62 -3 -97 -13.5t-52 -37.5t-17 -78q0 -27 2 -43l88 -810l432 755 q42 74 42 122q0 51 -46 75t-135 30l10 41q59 -6 291 -6q89 0 153 6l-10 -41q-57 -17 -96.5 -39t-82 -70t-91.5 -135l-670 -1175h-153l-113 902l-551 -902h-154l-161 1288q-9 67 -40 98t-67 33z" />
+<glyph unicode="X" horiz-adv-x="1575" d="M-92 209q0 71 29.5 124.5t80.5 83t113 29.5q77 0 122.5 -45.5t45.5 -126.5q0 -60 -27 -112.5t-75.5 -88.5t-110.5 -50q15 -17 53 -17q58 0 140 51q76 55 175.5 181t192.5 300l-88 707q-6 44 -25.5 63t-56.5 19q-83 0 -125 -121l-35 -104h-41l54 158q43 116 126.5 167.5 t207.5 51.5q107 0 174 -34t103.5 -104t49.5 -182l26 -213q68 146 148.5 269.5t151.5 189.5q92 74 186 74q66 0 116 -31.5t77.5 -85.5t27.5 -121q0 -71 -29.5 -124.5t-80.5 -83t-113 -29.5q-77 0 -122.5 45.5t-45.5 126.5q0 60 27 112.5t75.5 88.5t110.5 50q-15 17 -53 17 q-63 0 -135 -51q-70 -59 -159 -193t-174 -323l81 -662q12 -78 86 -78q84 0 121 107l35 104h41l-54 -158q-43 -117 -118 -168t-189 -51q-120 0 -192 36.5t-108 105.5t-50 178l-23 183q-73 -135 -161.5 -251.5t-171.5 -183.5q-94 -68 -193 -68q-66 0 -116 31.5t-77.5 85.5 t-27.5 121z" />
+<glyph unicode="Y" horiz-adv-x="1589" d="M150 1102l43 131q43 132 134.5 189t211.5 57q152 0 234 -80t120.5 -227.5t69.5 -415.5q128 395 303 600q105 123 243 123q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113.5t-82.5 -76t-116 -26.5q-84 0 -133.5 40.5t-49.5 111.5q0 60 28 109t76.5 80.5t108.5 41.5 q-15 17 -51 17q-33 0 -63.5 -11t-67.5 -38q-53 -39 -126.5 -146t-148.5 -272.5t-130 -367.5l-99 -392q-11 -46 -11 -73q0 -41 19 -62.5t55.5 -29.5t98.5 -11l-10 -41q-129 6 -418 6q-251 0 -371 -6l11 41q74 3 111 16t59 48.5t41 111.5l105 419q-18 167 -50 318.5t-78.5 250 t-103.5 98.5q-36 0 -57 -27t-36 -70l-34 -104h-45z" />
+<glyph unicode="Z" horiz-adv-x="1356" d="M-61 17q0 28 38 62.5t115 63.5l576 566h-332l14 41h359l539 529q-214 -202 -425 -202q-82 0 -144.5 12.5t-145.5 37t-125 24.5q-60 0 -60 -47q0 -67 150 -96l-11 -39q-127 19 -213 77t-86 160q0 79 40.5 141t115 97t174.5 35q87 0 153.5 -20t200 -79t258.5 -59 q70 0 160 31q37 54 78 86.5t73 32.5q16 0 29 -11q12 -11 12 -27q0 -29 -38 -63t-115 -63l-567 -557h311l-16 -41h-336l-553 -543q218 207 432 207q82 0 144.5 -12.5t146 -37t125.5 -24.5q59 0 59 47q0 67 -149 96l8 39q127 -19 213 -77t86 -160q0 -79 -40.5 -141t-115 -97 t-174.5 -35q-86 0 -153 20t-200.5 79t-258.5 59q-70 0 -160 -31q-36 -53 -78 -86t-73 -33q-16 0 -29 11q-12 10 -12 27z" />
+<glyph unicode="[" horiz-adv-x="827" d="M-43 -371l485 1952h553l-8 -39h-166l-469 -1874h166l-8 -39h-553z" />
+<glyph unicode="\" horiz-adv-x="1004" d="M268 1479h64l467 -1508h-68z" />
+<glyph unicode="]" horiz-adv-x="829" d="M-166 -371l8 39h166l469 1874h-166l8 39h553l-485 -1952h-553z" />
+<glyph unicode="^" horiz-adv-x="1071" d="M115 647q159 69 300 186.5t228 247.5h37q21 -134 99 -249t208 -183l-12 -31q-236 28 -463 123q-149 -73 -389 -123z" />
+<glyph unicode="_" horiz-adv-x="1366" d="M-119 -371l86 227h1055l-86 -227h-1055z" />
+<glyph unicode="`" horiz-adv-x="457" d="M84 1622q0 33 14.5 61t42.5 46q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="a" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355z" />
+<glyph unicode="b" horiz-adv-x="1178" d="M-66 -18q23 43 46 120l376 1264q10 37 10 57q0 41 -32 59.5t-107 18.5l15 43q162 1 292.5 22t256.5 62l-220 -742q60 107 127 156.5t152 49.5q140 0 210 -86t70 -248q0 -169 -81 -353.5t-232 -309t-348 -124.5q-97 0 -161 44q-42 11 -82 11q-102 0 -261 -59zM323 48 q27 -9 54 -9q88 0 175 128t142.5 317t55.5 354q0 67 -12 91.5t-38 24.5q-38 0 -81 -51t-84 -139z" />
+<glyph unicode="c" horiz-adv-x="991" d="M4 295q0 182 94.5 368t266.5 307.5t391 121.5q82 0 142.5 -29t92 -77.5t31.5 -106.5q0 -65 -33 -127.5t-88.5 -102t-118.5 -39.5q-37 0 -68.5 16.5t-51 49t-19.5 78.5q0 64 29 120t76.5 95.5t103.5 56.5q-28 25 -70 25q-99 0 -190.5 -109.5t-148 -282.5t-56.5 -352 q0 -106 43.5 -157.5t120.5 -51.5q65 0 125 37t121 127l41 -16q-177 -275 -469 -275q-107 0 -189.5 35.5t-129 108t-46.5 180.5z" />
+<glyph unicode="d" horiz-adv-x="1235" d="M-2 270q0 162 83.5 356t241.5 330t369 136q99 0 125 -51l86 325q10 37 10 57q0 41 -32 59.5t-107 18.5l14 43q308 3 555 84l-401 -1454q-10 -29 -10 -48q0 -38 35 -38q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211q-130 0 -184 78q-30 44 -30 115q0 43 10 91 q-65 -146 -145.5 -215t-201.5 -69q-74 0 -133.5 31.5t-95 98.5t-35.5 169zM381 215q0 -62 10.5 -89.5t38.5 -27.5q29 0 70 44.5t88.5 142.5t93.5 247l62 234l1 4v-1l59 225q-8 26 -22 38t-43 12q-63 0 -149 -121.5t-147.5 -313.5t-61.5 -394z" />
+<glyph unicode="e" horiz-adv-x="1016" d="M-6 260q0 201 103.5 394t283 315.5t395.5 122.5q115 0 184.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l32 -16q-78 -117 -211 -196t-307 -79q-98 0 -178.5 33.5t-128 98.5t-47.5 157zM390 459 q106 59 188 139q186 184 186 403q0 52 -33 52q-57 0 -128 -88.5t-130 -227t-83 -278.5z" />
+<glyph unicode="f" horiz-adv-x="727" d="M-119 -385l376 1397h-161l13 41h159q89 333 258 458q122 91 310 91q99 0 171.5 -28t111 -80t38.5 -122q0 -49 -28 -96.5t-78.5 -78t-114.5 -30.5q-76 0 -120 36.5t-44 103.5q0 79 48.5 144t133.5 97q-29 13 -53 13q-62 0 -100 -33q-58 -49 -99 -203l-73 -272h207l-13 -41 h-205l-366 -1368q-203 -3 -371 -29z" />
+<glyph unicode="g" horiz-adv-x="997" d="M-219 -223q0 73 67.5 105.5t197 60.5t180.5 48l-81 25q-57 19 -94 55t-37 87q0 57 50.5 104.5t132.5 87.5t217 94q-153 3 -245.5 61.5t-92.5 174.5q0 100 70 194.5t199 155t298 60.5q48 0 91 -5q48 103 91 172t93 109q58 47 129 47q69 0 110 -36.5t41 -104.5 q0 -53 -25.5 -102.5t-70 -80t-96.5 -30.5q-56 0 -89.5 33t-33.5 84q0 41 25 84.5t73 82.5q-10 5 -17 5q-19 0 -34 -17q-33 -30 -78.5 -102t-78.5 -150q104 -20 163 -75.5t59 -147.5q0 -94 -60.5 -183t-172.5 -150.5t-259 -75.5q-169 -60 -169 -109q0 -16 17 -26.5t55 -24.5 l186 -70q233 -87 233 -240q0 -122 -102.5 -203.5t-250.5 -120t-284 -38.5q-127 0 -218.5 20t-140 56.5t-48.5 85.5zM145 -291q0 -32 17 -45.5t51 -13.5q72 0 149.5 23.5t129 66.5t51.5 98q0 27 -16 43.5t-37 24.5t-66 22l-167 53q-59 -80 -85.5 -151t-26.5 -121zM418 602 q0 -69 11.5 -95t39.5 -26q50 0 91 64.5t64.5 167.5t24.5 213q0 65 -10.5 96t-42.5 31q-45 0 -86.5 -64t-66.5 -168t-25 -219z" />
+<glyph unicode="h" horiz-adv-x="1212" d="M-49 0l405 1366q10 37 10 57q0 41 -32 59.5t-107 18.5l15 43q162 1 292.5 22t256.5 62l-265 -904q67 145 132 225t132 111.5t152 31.5q201 0 201 -170q0 -59 -27 -140l-203 -608q-10 -30 -10 -48q0 -38 35 -38q61 0 109 129l43 115h38l-51 -150q-72 -211 -293 -211 q-111 0 -163 52t-52 143q0 73 29 158l176 530q18 52 18 80q0 31 -22 31q-46 0 -114.5 -106t-143.5 -280t-138 -370l-57 -195l-2 -8v2l-2 -8h-362z" />
+<glyph unicode="i" horiz-adv-x="688" d="M42 165q0 68 30 159l188 565q11 29 11 51q0 35 -29 35q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 306 211q110 0 161.5 -53t51.5 -136q0 -49 -17 -98l-213 -631q-10 -30 -10 -50q0 -36 35 -36q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211 q-104 0 -161 49t-57 145zM346 1384q0 107 69 162.5t181 55.5q89 0 135.5 -35.5t46.5 -104.5q0 -63 -33 -111.5t-90.5 -75t-128.5 -26.5q-88 0 -134 34.5t-46 100.5z" />
+<glyph unicode="j" horiz-adv-x="651" d="M-479 -238q0 47 24 85t65.5 59.5t90.5 21.5q46 0 81.5 -19.5t55 -51t19.5 -66.5q0 -40 -24 -80t-69 -65q79 9 125 58t78 163l287 1022q9 35 9 53q0 33 -30 33q-61 0 -110 -129l-47 -125h-39l57 160q41 110 124.5 160.5t184.5 50.5q108 0 155 -50.5t47 -132.5 q0 -47 -15 -104l-156 -569q-38 -140 -73.5 -229t-76.5 -148.5t-98 -106.5q-165 -137 -405 -137q-260 0 -260 147zM338 1384q0 107 68.5 162.5t181.5 55.5q89 0 135.5 -35.5t46.5 -104.5q0 -63 -33.5 -111.5t-91 -75t-127.5 -26.5q-89 0 -134.5 34.5t-45.5 100.5z" />
+<glyph unicode="k" horiz-adv-x="1182" d="M-49 0l405 1366q10 37 10 57q0 41 -32 59.5t-107 18.5l15 43q162 1 292.5 22t256.5 62l-297 -1012q91 21 133.5 83t84 184t87.5 161q29 24 64.5 36t66.5 12q76 0 129 -31.5t79.5 -85t26.5 -117.5q0 -65 -27.5 -111.5t-74.5 -71t-105 -24.5q-77 0 -121 40.5t-44 101.5 q0 78 52 138.5t130 94.5q-7 12 -22 19.5t-29 7.5q-54 0 -95 -33q-39 -33 -79 -147.5t-80 -182.5t-128 -92q375 -2 375 -232q0 -38 -8 -73l-24 -119q-6 -29 -6 -47q0 -39 30 -39q61 0 109 129l43 115h39l-51 -150q-79 -211 -328 -211q-198 0 -198 181q0 39 9 84l35 145 q15 51 15 87q0 45 -24 71t-76 38l-169 -577h-362z" />
+<glyph unicode="l" horiz-adv-x="647" d="M7 179q0 63 24 145l313 1042q10 37 10 57q0 41 -32 59.5t-107 18.5l14 43q163 1 293 22t256 62l-432 -1454q-6 -22 -6 -38q0 -25 11.5 -36.5t27.5 -11.5q20 0 47.5 25.5t56.5 103.5l43 115h39l-51 -150q-41 -119 -121 -165t-170 -46q-102 0 -159 53t-57 155z" />
+<glyph unicode="m" horiz-adv-x="1817" d="M6 0l250 889q9 33 9 51q0 35 -32 35q-59 0 -108 -129l-47 -125h-39l57 160q40 109 117.5 160t177.5 51q106 0 153 -51.5t47 -135.5q0 -46 -13 -100l-23 -90q58 134 122.5 217t142 121.5t175.5 38.5q180 0 180 -163q0 -63 -24 -147l-11 -37q62 133 129 209.5t138 107 t156 30.5q184 0 184 -161q0 -64 -29 -149l-202 -608q-10 -30 -10 -49q0 -37 34 -37q61 0 109 129l43 115h39l-52 -150q-72 -211 -293 -211q-137 0 -190 86q-27 46 -27 108q0 69 31 159l176 530q15 44 15 66q0 24 -17 24q-40 0 -95 -61.5t-125 -208t-144 -384.5l-84 -290 h-365l246 854q16 55 16 70q0 20 -20 20q-73 0 -163.5 -165t-188.5 -462l-82 -317h-363z" />
+<glyph unicode="n" horiz-adv-x="1268" d="M6 0l250 889q12 45 12 59q0 27 -30 27q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q38 108 107 159.5t174 51.5q115 0 165.5 -54t50.5 -139q0 -44 -13 -94l-56 -213q80 200 153.5 308.5t148.5 150t171 41.5q201 0 201 -170q0 -59 -27 -140l-202 -608q-10 -30 -10 -49 q0 -37 34 -37q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-132 0 -185 74q-34 46 -34 115q0 65 32 164l176 530q18 52 18 80q0 31 -22 31q-53 0 -137.5 -143.5t-171 -367t-145.5 -448.5l1 4l-3 -10h-363z" />
+<glyph unicode="o" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154 t-152.5 -372t-65 -398z" />
+<glyph unicode="p" horiz-adv-x="1239" d="M-215 -371l12 43q50 0 80 11.5t48 38.5t32 77l365 1317q-54 -125 -124 -225.5t-169 -208.5l-23 27q88 99 145 174t115.5 184.5t116.5 267.5q201 18 383 78l-156 -554q61 120 134 176.5t163 56.5q141 0 211 -86t70 -248q0 -169 -76 -353.5t-217.5 -309t-327.5 -124.5 q-115 0 -195 42l-42 -150q-16 -59 -16 -90q0 -58 40 -78.5t129 -22.5l-12 -43q-31 1 -140.5 5t-215.5 4q-97 0 -201 -4t-129 -5zM382 47q26 -8 52 -8q89 0 176 115.5t142 291.5t55 342q0 70 -6 106t-16.5 48t-26.5 12q-45 0 -96.5 -69.5t-96.5 -185.5z" />
+<glyph unicode="q" horiz-adv-x="1190" d="M4 305q0 164 89 349.5t241.5 311.5t331.5 126q51 0 96.5 -14.5t74.5 -36.5q31 -8 72 -8q108 0 262 59l31 -15q-26 -54 -45 -121l-303 -1132q-9 -35 -9 -59q0 -45 32 -66.5t102 -26.5l-12 -43q-28 1 -136 5t-210 4q-103 0 -213 -4t-138 -5l13 43q66 2 107 19.5t64.5 50 t37.5 84.5l125 461q-72 -166 -150.5 -241t-181.5 -75q-141 0 -211 86t-70 248zM385 225q0 -56 11.5 -76t37.5 -20q43 0 91.5 60.5t93 163t73.5 222.5l-9 -46l132 485q-29 10 -57 10q-87 0 -174 -135t-143 -326t-56 -338z" />
+<glyph unicode="r" horiz-adv-x="1022" d="M6 0l250 889q9 33 9 53q0 33 -27 33q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 305 211q101 0 145.5 -54.5t44.5 -140.5q0 -12 -2 -38q40 87 83.5 138t94 73t116.5 22q62 0 106.5 -26t68 -71.5t23.5 -101.5q0 -68 -30 -127t-82.5 -94t-118.5 -35 q-75 0 -114.5 39t-39.5 115q0 59 30.5 113t82 91.5t111.5 48.5q-21 7 -29 7q-66 0 -118.5 -26.5t-117.5 -130.5t-135 -319l-151 -575h-363z" />
+<glyph unicode="s" horiz-adv-x="913" d="M-43 233q0 78 38 130.5t101 52.5q60 0 96.5 -49.5t36.5 -130.5q0 -40 -9.5 -78.5t-23 -72t-24.5 -56.5q31 -15 72 -15q64 0 105.5 42.5t41.5 113.5q0 64 -30.5 137.5t-88.5 167.5q-48 78 -69.5 117t-37 88t-15.5 102q0 89 45.5 159t137 110.5t224.5 40.5q151 0 251.5 -54 t100.5 -182q0 -44 -17 -86t-49.5 -69t-78.5 -27q-61 0 -96 47.5t-35 124.5q0 60 20 112.5t45 79.5q-18 9 -51 9q-72 0 -108.5 -42t-36.5 -122q0 -50 22 -99t53 -99.5t46 -76.5q68 -116 95 -188t27 -141q0 -86 -47 -156t-139.5 -111t-222.5 -41q-165 0 -272 61t-107 201z" />
+<glyph unicode="t" horiz-adv-x="748" d="M60 193q0 60 20 131l198 688h-188l10 41h190l89 311q218 3 373 29l-100 -340h204l-6 -41h-210l-245 -838q-6 -22 -6 -39q0 -47 43 -47q40 0 81.5 44.5t66.5 111.5l32 88h39l-39 -113q-40 -118 -124 -183t-201 -65q-114 0 -170.5 60t-56.5 162z" />
+<glyph unicode="u" horiz-adv-x="1264" d="M33 142q0 58 26 139l199 608q10 30 10 49q0 37 -35 37q-60 0 -108 -129l-43 -115h-39l51 150q74 211 293 211q103 0 159.5 -48.5t56.5 -144.5q0 -71 -30 -160l-176 -530q-17 -54 -17 -80q0 -31 21 -31q50 0 127 125t159 324.5t144 411.5l27 104q226 3 371 29l-258 -918 q-13 -42 -13 -59q0 -27 31 -27q32 0 59 29t54 100l47 125h39l-58 -160q-39 -109 -116 -160t-176 -51q-136 0 -183 80q-24 41 -24 99q0 49 16 108l46 176q-78 -187 -150 -287.5t-146.5 -138t-171.5 -37.5q-93 0 -142.5 43.5t-49.5 127.5z" />
+<glyph unicode="v" horiz-adv-x="1063" d="M25 225q0 185 157 375.5t441 403.5q-62 -3 -104.5 -30.5t-108.5 -94t-119 -66.5q-15 0 -28 4t-38 15.5t-43 11.5q-25 0 -39.5 -18t-27.5 -60l-15 -43h-39l45 149q63 222 193 222q35 0 75 -19.5t70 -30t80 -10.5q72 0 133 31l21 39l43 -21q-88 -142 -158 -305.5 t-109.5 -311.5t-39.5 -247q0 -72 21 -105.5t73 -33.5q102 0 189.5 73.5t151.5 193.5t99 259q-105 48 -170 132t-65 186q0 78 41.5 123t117.5 45q156 0 156 -201q0 -205 -75.5 -418.5t-229 -357.5t-373.5 -144q-175 0 -250 72.5t-75 181.5z" />
+<glyph unicode="w" horiz-adv-x="1384" d="M-10 233q0 118 85 230t204 209t431 332q-74 -2 -126.5 -31t-130 -94.5t-131.5 -65.5q-19 0 -33 4.5t-38 15.5t-42 11q-25 0 -39 -17.5t-29 -60.5l-14 -43h-39l45 149q35 119 85 164t112 45q36 0 83.5 -15t84.5 -23.5t96 -8.5q82 0 151 31l21 39l43 -21 q-125 -144 -222.5 -305.5t-152.5 -310.5t-55 -258q0 -64 21.5 -96.5t74.5 -32.5q52 0 100 27q-30 60 -30 145q0 122 57 234t139 180.5t152 68.5q84 0 84 -129q0 -216 -139 -390q50 -75 151 -75q82 0 140 67t89 177.5t35 241.5q-93 43 -158.5 84t-112 102.5t-46.5 144.5 q0 32 15 62.5t46.5 51t79.5 20.5q83 0 132 -72.5t68 -171t19 -189.5q0 -174 -54.5 -332t-159 -257t-246.5 -99q-75 0 -139 25t-103 80q-122 -105 -315 -105q-91 0 -156.5 34t-99 93.5t-33.5 134.5zM799 365q0 -63 19 -111q53 77 82.5 165.5t29.5 174.5q0 96 -33 96 q-24 0 -47 -47t-37 -122t-14 -156z" />
+<glyph unicode="x" horiz-adv-x="1210" d="M-94 135q0 59 25.5 102.5t68 67t94.5 23.5q151 0 213 -199q65 88 117 223l-62 531q-7 48 -25 64t-48 16q-19 0 -35.5 -10.5t-36 -44t-41.5 -99.5l-26 -76h-39l51 150q39 122 121.5 165.5t191.5 43.5q80 0 133 -20.5t85 -72.5t42 -145l6 -53q45 98 95 166q91 125 237 125 q85 0 138 -46.5t53 -127.5q0 -53 -23.5 -94.5t-65.5 -65t-96 -23.5q-72 0 -131 47t-86 152q-62 -84 -112 -211l61 -543q9 -51 26 -72.5t44 -21.5q29 0 56 35.5t60 132.5l27 76h39l-51 -150q-39 -122 -120 -165.5t-183 -43.5q-116 0 -184.5 47.5t-80.5 161.5l-10 90 q-48 -105 -100 -174q-97 -125 -240 -125q-87 0 -137.5 44.5t-50.5 119.5z" />
+<glyph unicode="y" horiz-adv-x="989" d="M-270 -250q0 41 20 75t57 54.5t87 20.5q147 0 251 -181q127 57 239 154l-167 1014q-10 53 -17.5 70.5t-25.5 17.5q-14 0 -24.5 -10t-23.5 -36.5t-34 -82.5l-43 -115h-39l51 150q41 118 105.5 164.5t159.5 46.5q103 0 162 -54t79 -190l90 -656q138 209 213 422 q-97 54 -155 135.5t-58 174.5q0 77 42 122.5t118 45.5q156 0 156 -199q0 -119 -54.5 -276t-147 -318t-202.5 -291q-129 -153 -269.5 -248.5t-279.5 -128.5q-69 -16 -120 -16q-82 0 -126 35.5t-44 99.5z" />
+<glyph unicode="z" horiz-adv-x="975" d="M-125 0l1043 944q-74 -26 -179 -103.5t-162.5 -114t-111.5 -36.5q-35 0 -58 10t-56.5 33t-59.5 23q-25 0 -39 -15t-14 -36q0 -34 19.5 -54t70.5 -43l-13 -30q-227 50 -227 221q0 72 38 136.5t112.5 105t179.5 40.5q64 0 111.5 -15t138.5 -58t178 -43q63 0 105 21t83 75 h64l-1018 -924q60 22 148 86.5t138 95.5t99 31q36 0 59 -9.5t56.5 -32.5t62.5 -23q25 0 38 16.5t13 34.5q0 71 -90 96l12 31q119 -28 173.5 -83.5t54.5 -148.5q0 -74 -31 -133t-92.5 -93t-149.5 -34q-63 0 -111.5 16t-145.5 62.5t-189 46.5q-59 0 -102 -21t-84 -75h-64z" />
+<glyph unicode="{" horiz-adv-x="815" d="M59 586l6 37h11q66 5 110.5 49.5t83.5 148.5t86 300q47 195 128 299t203.5 143t317.5 39l-10 -39q-72 -1 -110 -28.5t-73 -117t-87 -296.5q-46 -183 -121.5 -286t-188.5 -153.5t-294 -76.5q142 -28 223 -62.5t119 -90t38 -144.5q0 -83 -34 -219q-63 -253 -60 -332 q0 -41 12.5 -63t37.5 -30.5t67 -9.5l-10 -39q-236 -3 -338 44t-113 145t35 285q68 275 68 376q-1 62 -24.5 90t-72.5 31h-10z" />
+<glyph unicode="|" horiz-adv-x="825" d="M309 -399v2156h246v-2156h-246z" />
+<glyph unicode="}" horiz-adv-x="813" d="M-188 -385l10 39q72 1 110 28.5t73 117t87 296.5q46 183 121.5 286t188.5 153.5t294 76.5q-142 28 -223 62.5t-119 90t-38 144.5q0 83 34 219q63 253 60 332q0 41 -12.5 63t-37.5 30.5t-67 9.5l10 39q236 3 338 -44t113 -145t-35 -285q-68 -275 -68 -376q1 -62 24.5 -90 t72.5 -31h10l-6 -37h-11q-66 -5 -110.5 -49.5t-83.5 -148.5t-86 -300q-47 -195 -128 -299t-203.5 -143t-317.5 -39z" />
+<glyph unicode="~" horiz-adv-x="1317" d="M74 455q43 116 113 202.5t159.5 133.5t188.5 47q70 0 125 -21t160.5 -80t195.5 -59q135 0 211 119l28 -11q-43 -116 -113 -202.5t-159 -133.5t-188 -47q-71 0 -126 21t-160.5 80t-195.5 59q-135 0 -211 -119z" />
+<glyph unicode="&#xa1;" horiz-adv-x="672" d="M-98 -238q0 75 42 162t181.5 317.5t189.5 411.5l37 -6q-29 -111 -29 -250q0 -82 9 -186.5t14.5 -175.5t5.5 -144q0 -133 -70 -204.5t-204 -71.5q-81 0 -128.5 36t-47.5 111zM238 874q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103 t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1038" d="M12 295q0 168 81 340.5t229 296.5t340 153l98 365h45l-97 -360q28 2 56 2q82 0 142.5 -29t92 -77.5t31.5 -106.5q0 -65 -33 -127.5t-88.5 -102t-118.5 -39.5q-37 0 -68.5 16.5t-51 49t-19.5 78.5q0 64 29 120t76.5 95.5t103.5 56.5q-28 25 -70 25q-50 0 -100 -30 l-239 -885q41 -38 108 -38q65 0 125 37t121 127l41 -16q-167 -260 -439 -274l-92 -343h-45l92 342q-159 4 -254.5 85.5t-95.5 238.5zM395 307q0 -76 24 -126l214 796q-67 -64 -121.5 -171t-85.5 -238t-31 -261z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1442" d="M-63 -8q0 26 21.5 56.5t67 56.5t113.5 36q43 84 77 169.5t69 217.5l21 80h-200l13 41h198l43 164h-198l12 41h197l12 45q72 277 256.5 442.5t484.5 165.5q77 0 136 -29t91.5 -79t32.5 -111q0 -76 -29 -134t-80 -90t-114 -32q-85 0 -133.5 42.5t-48.5 123.5q0 64 25.5 118 t71.5 90t106 48q-25 23 -67 23q-85 0 -139.5 -56t-88.5 -186l-100 -381h278l-12 -41h-277q-29 -92 -75 -164h309l-13 -41h-325q-63 -80 -180 -164.5t-185.5 -143.5t-126.5 -161q229 234 459 234q82 0 144.5 -12.5t146 -37t125.5 -24.5q59 0 59 47q0 67 -149 96l8 39 q127 -19 213 -77t86 -160q0 -79 -40.5 -141t-115 -97t-174.5 -35q-86 0 -153 20t-200.5 79t-258.5 59q-97 0 -164 -23q-33 -68 -88 -101.5t-115 -33.5q-14 0 -20 4.5t-6 16.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1468" d="M154 283l139 139q-39 85 -39 192q0 97 39 191l-139 139l252 252l137 -137q93 41 194 41q98 0 193 -41l139 139l252 -252l-139 -139q41 -93 41 -193q0 -101 -41 -194l139 -139l-252 -252l-141 141q-94 -39 -191 -39q-107 0 -192 39l-139 -139zM551 614q0 -67 25.5 -115.5 t68.5 -73t96 -24.5t96.5 24.5t69 73t25.5 115.5q0 68 -25.5 116.5t-69 73.5t-96.5 25t-96 -25t-68.5 -73.5t-25.5 -116.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1690" d="M199 1102l43 131q43 132 134.5 189t211.5 57q152 0 234 -80t120.5 -227.5t69.5 -415.5q128 395 303 600q105 123 243 123q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113.5t-82.5 -76t-116 -26.5q-84 0 -133.5 40.5t-49.5 111.5q0 60 28 109t76.5 80.5t108.5 41.5 q-15 17 -51 17q-33 0 -63.5 -11t-67.5 -38q-53 -39 -126.5 -146t-148.5 -272.5t-130 -367.5v-1h264l-10 -41h-265l-31 -123h261l-10 -41h-261l-47 -186q-11 -46 -11 -73q0 -41 19 -62.5t55.5 -29.5t98.5 -11l-10 -41q-129 6 -418 6q-251 0 -371 -6l11 41q74 3 111 16 t59 48.5t41 111.5l47 186h-287l10 41h287l31 123h-283l10 41h283l7 28q-29 269 -89 468t-143 199q-36 0 -57 -27t-36 -70l-34 -104h-45z" />
+<glyph unicode="&#xa6;" horiz-adv-x="831" d="M313 -399v1067h246v-1067h-246zM313 786v971h246v-971h-246z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1272" d="M-25 -201q0 59 30.5 111.5t83 84.5t116.5 32q69 0 108 -33.5t39 -87.5q0 -73 -46 -132t-118 -91q10 -10 46 -19.5t79 -9.5q71 0 131 30t95.5 86t35.5 130q0 64 -36.5 109t-98 95.5t-88.5 73.5q-118 100 -167 146t-82 101.5t-33 121.5q0 139 93.5 236.5t247.5 170.5 q-49 55 -72.5 106t-23.5 107q0 141 97 239.5t244 147t294 48.5q128 0 239 -39.5t111 -147.5q0 -59 -31 -111t-84 -83t-116 -31q-71 0 -109 35.5t-38 93.5q0 66 47.5 125t115.5 90q-9 9 -45 19t-79 10q-71 0 -131 -30.5t-96 -86.5t-36 -129q0 -65 36 -109.5t98 -95.5t90 -74 q117 -98 166.5 -144.5t82.5 -102t33 -121.5q0 -139 -93.5 -236.5t-247.5 -170.5q95 -107 95 -214q0 -141 -97 -239.5t-243.5 -146.5t-293.5 -48q-132 0 -240.5 37.5t-108.5 146.5zM393 756q0 -43 25 -85t83.5 -96.5t164.5 -136.5q98 -77 155 -132q37 42 53 112q7 25 7 50 q0 42 -26 83.5t-83 93t-164 133.5q-98 77 -154 131q-61 -72 -61 -153z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M-23 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM465 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41 t-36.5 114z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1847" d="M158 786q0 222 109.5 409.5t296.5 297t409 109.5q221 0 408.5 -109.5t297 -297t109.5 -409.5q0 -221 -109.5 -408.5t-297 -297t-408.5 -109.5q-222 0 -409 109.5t-296.5 297t-109.5 408.5zM240 786q0 -203 98.5 -375t266.5 -273t368 -101q199 0 367.5 101t267 273 t98.5 375q0 204 -98.5 376t-267 273t-367.5 101q-200 0 -368 -101t-266.5 -273t-98.5 -376zM500 786q0 190 68 316t186 186t272 60q97 0 186.5 -28.5t148 -90t58.5 -156.5q0 -55 -25.5 -100.5t-70 -72t-100.5 -26.5q-89 0 -139 51t-50 134q0 74 48.5 129.5t119.5 75.5 q-19 13 -51 21.5t-66 8.5q-72 0 -115.5 -41t-65 -145t-21.5 -293q0 -159 37 -254t94 -133.5t125 -38.5q148 0 247 199l35 -13q-28 -90 -83.5 -169t-142.5 -129t-202 -50q-223 0 -358 133.5t-135 425.5z" />
+<glyph unicode="&#xaa;" horiz-adv-x="1196" d="M207 944q0 127 80 252t207.5 204t259.5 79q40 0 64.5 -14t28.5 -57l15 52q199 0 348 19l-168 -531q-9 -32 -9 -47q0 -37 38 -37q55 0 78 64l18 51h39l-20 -57q-67 -185 -279 -185q-190 0 -190 161q0 17 1 26q-55 -105 -127 -146t-161 -41q-223 0 -223 207zM561 973 q0 -111 45 -111q30 0 65 45t67 120l93 325q-1 40 -15 59t-34 19q-42 0 -94.5 -70t-89.5 -177t-37 -210z" />
+<glyph unicode="&#xab;" horiz-adv-x="1294" d="M31 510l10 41q188 110 363 239.5t382 301.5h37q-40 -86 -108.5 -198t-143.5 -211.5t-131 -152.5q32 -52 61 -152t46 -211t16 -196h-37q-119 164 -237 295.5t-258 243.5zM553 510l10 41q162 92 311.5 201t333.5 258h37q-43 -108 -138 -258t-163 -222q22 -45 42.5 -130.5 t31.5 -180t8 -166.5h-37q-118 150 -217.5 257.5t-218.5 199.5z" />
+<glyph unicode="&#xac;" horiz-adv-x="1303" d="M164 696l18 62h1026l-121 -420h-73l102 358h-952z" />
+<glyph unicode="&#xad;" horiz-adv-x="1038" />
+<glyph unicode="&#xae;" horiz-adv-x="1384" d="M236 1030q0 155 77 286.5t208 208.5t286 77t286 -77t208 -208.5t77 -286.5t-77 -286t-208 -208t-286 -77t-286 77t-208 208t-77 286zM322 1030q0 -136 65 -252.5t176.5 -185t243.5 -68.5t243.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176 184.5t-244 68.5t-244 -68.5 t-176 -184.5t-65 -253zM512 721v31q21 2 30.5 7.5t13 20.5t3.5 47v449q0 33 -3.5 48.5t-13 21.5t-30.5 8v30q33 -2 147 -2q68 0 112 1t65 1q138 0 198 -40.5t60 -120.5q0 -51 -50 -97.5t-168 -65.5q69 -6 109 -20t58.5 -37.5t25.5 -62.5l35 -145q5 -35 26 -35q12 0 23 8 l12 -23q-41 -34 -118 -34q-145 0 -160 92l-27 147q-6 33 -14 50t-26 27t-54 14v-214q0 -32 3.5 -47t13 -20.5t30.5 -7.5v-31q-29 0 -65.5 1t-79.5 1q-52 0 -91.5 -1t-64.5 -1zM766 1077h8q56 0 86.5 36t30.5 104q0 66 -22.5 101.5t-65.5 35.5q-21 0 -29 -11t-8 -40v-226z " />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M195 1407l12 51h721l-13 -51h-720z" />
+<glyph unicode="&#xb0;" horiz-adv-x="680" d="M287 1434q0 73 34 129t90.5 86t123.5 30t124 -30t91 -86t34 -129q0 -75 -34 -131t-91 -86.5t-124 -30.5t-123.5 30.5t-90.5 86.5t-34 131zM336 1434q0 -65 29.5 -112t75 -71t94.5 -24q48 0 94.5 24t76 71t29.5 112q0 63 -30 109.5t-76 70.5t-94 24t-94 -24t-75.5 -70.5 t-29.5 -109.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1241" d="M-67 0l18 62h1026l-18 -62h-1026zM141 696l19 62h477l137 483h74l-137 -483h475l-19 -62h-475l-137 -481h-74l137 481h-477z" />
+<glyph unicode="&#xb2;" horiz-adv-x="750" d="M147 895l9 37q27 20 142.5 100t200.5 174t85 174q0 82 -95 82q-101 0 -194 -94l-29 23q62 66 153.5 109.5t209.5 43.5q90 0 144 -28.5t54 -85.5q0 -73 -74.5 -134.5t-184.5 -125t-142 -85.5q34 0 90 -11.5t93 -18t65 -6.5q76 0 76 53q0 20 -9 37l35 14q41 -61 41 -123 q0 -64 -48.5 -103.5t-143.5 -39.5q-32 0 -64.5 4t-112 17t-141.5 16q-49 2 -79.5 -3.5t-80.5 -25.5z" />
+<glyph unicode="&#xb3;" horiz-adv-x="713" d="M70 713v37q113 9 219.5 49.5t174.5 108.5t68 157q0 91 -71 106q-39 -20 -66 -20q-15 0 -26 6.5t-11 20.5q0 37 91 34q67 31 108 78t41 96q0 40 -22 59t-60 19q-102 0 -211 -98l-29 25q59 60 155 106.5t204 46.5q93 0 149 -28t56 -82q0 -55 -58 -103t-143 -82t-166 -49 q305 -3 305 -151q0 -96 -111 -169t-275.5 -115t-321.5 -52z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M260 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1544" d="M86 469q0 268 128.5 493.5t349.5 357.5t487 132q80 0 214 -3t195 -3q168 0 246 4l-10 -39q-65 -3 -103 -18.5t-58.5 -44t-33.5 -76.5l-297 -1139q-65 -247 -226 -382.5t-464 -135.5q-153 0 -245.5 43t-92.5 139q0 80 56 129t157 49q91 0 149 -38.5t58 -110.5 q0 -116 -133 -172q20 -4 47 -4q56 0 93.5 32.5t67.5 100.5t66 190q-339 0 -495 131t-156 365zM303 719q-1 -8 73.5 -19.5t198 -20.5t263.5 -9q-35 -166 -51.5 -311t-16.5 -222q0 -39 4 -39q52 193 191.5 716.5t142.5 528.5q-8 0 -49.5 -83.5t-95.5 -215t-99 -274.5 q-139 0 -267 -10t-210.5 -22.5t-83.5 -18.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="635" d="M111 518q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M-154 -348l13 33q60 -21 125 -21q59 0 113.5 18t54.5 68q0 22 -16 34.5t-42 12.5q-35 0 -63 -14l172 217h59l-102 -137q74 24 127 24q65 0 106 -22t41 -66q0 -64 -56 -105t-145 -60t-190 -19q-110 0 -197 37z" />
+<glyph unicode="&#xb9;" horiz-adv-x="569" d="M213 1298l10 39q110 28 192.5 61.5t135.5 64.5t125 79h39l-207 -647h-244l150 457q-131 -40 -201 -54z" />
+<glyph unicode="&#xba;" horiz-adv-x="1116" d="M213 1014q0 95 68.5 204.5t199.5 185t310 75.5q177 0 277.5 -69.5t100.5 -207.5q0 -95 -68 -204t-199 -184t-310 -75q-178 0 -278.5 69t-100.5 206zM545 895q0 -119 57 -119q53 0 108.5 85t91.5 213.5t36 248.5q0 119 -58 119q-52 0 -107.5 -85.5t-91.5 -214t-36 -247.5z " />
+<glyph unicode="&#xbb;" horiz-adv-x="1292" d="M12 53q44 108 137.5 257t159.5 220q-21 46 -41 132t-31 181.5t-8 166.5h37q120 -153 218.5 -260.5t217.5 -198.5l-10 -41q-163 -93 -315 -203t-328 -254h-37zM432 -29q40 85 108.5 196.5t142.5 211t130 151.5q-31 53 -59.5 153.5t-45.5 212.5t-16 196h37 q121 -167 239 -298.5t259 -242.5l-10 -41q-191 -110 -366 -238.5t-382 -300.5h-37z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1452" d="M-232 -86l1706 1774l31 -27l-1706 -1774zM213 1298l10 39q110 28 192.5 61.5t135.5 64.5t125 79h39l-207 -647h-244l150 457q-131 -40 -201 -54zM247 -16l10 36l738 629h38l-151 -520h102l-45 -145h-99l-46 -158h-189l46 158h-404zM440 129h253l83 284z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1292" d="M-232 -86l1706 1774l31 -27l-1706 -1774zM213 1298l10 39q110 28 192.5 61.5t135.5 64.5t125 79h39l-207 -647h-244l150 457q-131 -40 -201 -54zM470 0l9 37q27 20 142.5 100t200.5 174t85 174q0 82 -95 82q-101 0 -194 -94l-29 23q62 66 153.5 109.5t209.5 43.5 q90 0 144 -28.5t54 -85.5q0 -73 -74.5 -134.5t-184.5 -125t-142 -85.5q34 0 90 -11.5t93 -18t65 -6.5q76 0 76 53q0 20 -9 37l35 14q41 -61 41 -123q0 -64 -48.5 -103.5t-143.5 -39.5q-32 0 -64.5 4t-112 17t-141.5 16q-49 2 -79.5 -3.5t-80.5 -25.5z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1595" d="M-27 -86l1706 1774l31 -27l-1706 -1774zM70 713v37q113 9 219.5 49.5t174.5 108.5t68 157q0 91 -71 106q-39 -20 -66 -20q-15 0 -26 6.5t-11 20.5q0 37 91 34q67 31 108 78t41 96q0 40 -22 59t-60 19q-102 0 -211 -98l-29 25q59 60 155 106.5t204 46.5q93 0 149 -28 t56 -82q0 -55 -58 -103t-143 -82t-166 -49q305 -3 305 -151q0 -96 -111 -169t-275.5 -115t-321.5 -52zM452 -16l10 36l738 629h38l-151 -520h102l-45 -145h-99l-46 -158h-189l46 158h-404zM645 129h253l83 284z" />
+<glyph unicode="&#xbf;" horiz-adv-x="1057" d="M-94 -137q0 59 33 108t93 96t181 128q98 66 150 107.5t80 85.5t28 97q0 117 -131 117q-67 0 -117 -20q33 -2 63.5 -19.5t50 -48t19.5 -68.5q0 -40 -22.5 -72t-61.5 -50.5t-88 -18.5q-64 0 -103.5 33t-39.5 94q0 80 66 128.5t161.5 68.5t192.5 20q114 0 206 -26t145.5 -76 t53.5 -119q0 -61 -41 -117t-99.5 -101.5t-150.5 -107.5q-108 -72 -162 -114t-83 -85t-29 -96q0 -70 46.5 -105.5t121.5 -35.5q80 0 129 19q-71 8 -119.5 52t-48.5 107q0 45 25.5 82t68 57.5t92.5 20.5q70 0 120 -40t50 -116q0 -87 -67.5 -139t-167.5 -73t-209 -21 q-132 0 -230.5 29.5t-152 85.5t-53.5 133zM440 874q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM575 1808q0 28 13 54q18 37 53.5 56.5t75.5 19.5q35 0 64 -15q35 -16 60.5 -40.5t95.5 -109t167 -167.5l-14 -25q-79 24 -140 37t-154.5 28t-139.5 40q-37 19 -59 51.5t-22 70.5z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM842 1606q84 74 166 162t122.5 127t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM504 1606q182 57 343.5 152t260.5 200h37q41 -126 104.5 -207t180.5 -145l-8 -29q-150 24 -251.5 49.5t-195.5 61.5q-200 -68 -460 -111z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM527 1608q63 168 167.5 251t221.5 83q77 0 128 -21.5t131 -75t153 -53.5q48 0 88.5 28t79.5 91l37 -10q-62 -169 -167 -251.5t-222 -82.5q-77 0 -128.5 21t-131 74.5t-152.5 53.5q-49 0 -89 -28t-79 -91z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM551 1716q0 68 28 113t74 66.5t101 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM1080 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117q0 -67 -29 -111 t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1370" d="M-197 0l9 41q40 11 74 36.5t73.5 73t101.5 134.5l836 1175q33 -4 79 -4t75 4l82 -1288q5 -67 34 -98t66 -33l-8 -41q-120 6 -346 6q-238 0 -349 -6l9 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-18 336h-402l-199 -281q-48 -70 -48 -117q0 -96 188 -110l-9 -41 q-211 6 -290 6q-70 0 -134 -6zM324 590h371l-25 489zM775 1704q0 64 35 117t95.5 83.5t133.5 30.5q61 0 110.5 -22.5t78 -64t28.5 -95.5q0 -63 -38 -116.5t-100.5 -85t-133.5 -31.5q-60 0 -107.5 22t-74.5 64t-27 98zM830 1704q0 -44 23 -76t61 -48.5t80 -16.5q53 0 101 25 t78 68t30 93q0 46 -25 78.5t-64 48.5t-81 16q-54 0 -101 -26.5t-74.5 -70t-27.5 -91.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1864" d="M-184 0v41q63 3 176 131l974 1179q-6 32 -36.5 43.5t-100.5 14.5l11 41l204 -4l113 137h53l-113 -137q177 -2 453 -2q295 0 424 6q-26 -71 -48.5 -146t-29.5 -96q-18 -61 -26 -127h-45q15 86 15 145q0 96 -42.5 136.5t-138.5 40.5h-88q-71 0 -106.5 -12t-57 -46.5 t-41.5 -111.5l-128 -483h118q58 0 96.5 30.5t62 76t52.5 122.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-25 -92 -53 -250h-45q0 20 5 63t5 63q0 46 -22.5 73t-83.5 31h-121l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h109q99 0 162.5 34t109.5 111 t95 218h45q-17 -42 -43 -148q-32 -108 -54 -262q-139 6 -462 6q-476 0 -713 -6l8 41q74 3 110.5 16t58.5 48t42 112l131 492h-323l-427 -516q-58 -68 -58 -97q0 -45 126 -55v-41q-55 6 -176 6q-89 0 -137 -6zM521 750h301l128 483q7 29 12 50z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1450" d="M76 496q0 246 135.5 473t373.5 368.5t529 141.5q112 0 181 -35.5t122 -97.5q15 -18 30 -18q38 0 83 122h43q-68 -177 -131 -471h-45q20 118 20 177q0 90 -35 149q-38 65 -92 90.5t-133 25.5q-161 0 -301.5 -133.5t-224.5 -355.5t-84 -475q0 -207 70.5 -307.5 t197.5 -100.5q69 0 141.5 31.5t124.5 87.5q54 58 94 129t91 195h45q-97 -355 -121 -492h-45q6 44 6 70q0 52 -26 52q-16 0 -42 -18q-192 -133 -409 -133q-305 0 -451.5 136t-146.5 389zM340 -348l12 33q23 -6 74.5 -13.5t91.5 -7.5q168 0 168 86q0 47 -57 47q-32 0 -64 -14 l100 231h56l-58 -131q62 25 127 25q73 0 115.5 -27t42.5 -82q0 -64 -53 -105t-137.5 -60t-180.5 -19q-69 0 -132.5 11.5t-104.5 25.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1305" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-50 -129 -78 -242q-11 -46 -26 -127h-45q1 119 -26.5 190t-82 101.5t-139.5 30.5h-6q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5 l-128 -483h36q64 0 123 31.5t103 84t67 113.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-27 -102 -53 -250h-45q0 54 -19 106.5t-63.5 88t-116.5 35.5h-18l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h27q100 0 175.5 34.5t140.5 113t132 215.5h46 q-14 -36 -44 -148q-32 -117 -53 -262q-139 6 -463 6q-475 0 -712 -6zM485 1808q0 28 13 54q18 37 53.5 56.5t75.5 19.5q35 0 64 -15q35 -16 60.5 -40.5t95.5 -109t167 -167.5l-14 -25q-79 24 -140 37t-154.5 28t-139.5 40q-37 19 -59 51.5t-22 70.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1305" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-50 -129 -78 -242q-11 -46 -26 -127h-45q1 119 -26.5 190t-82 101.5t-139.5 30.5h-6q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5 l-128 -483h36q64 0 123 31.5t103 84t67 113.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-27 -102 -53 -250h-45q0 54 -19 106.5t-63.5 88t-116.5 35.5h-18l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h27q100 0 175.5 34.5t140.5 113t132 215.5h46 q-14 -36 -44 -148q-32 -117 -53 -262q-139 6 -463 6q-475 0 -712 -6zM752 1606q84 74 166 162t122.5 127t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xca;" horiz-adv-x="1305" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-50 -129 -78 -242q-11 -46 -26 -127h-45q1 119 -26.5 190t-82 101.5t-139.5 30.5h-6q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5 l-128 -483h36q64 0 123 31.5t103 84t67 113.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-27 -102 -53 -250h-45q0 54 -19 106.5t-63.5 88t-116.5 35.5h-18l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h27q100 0 175.5 34.5t140.5 113t132 215.5h46 q-14 -36 -44 -148q-32 -117 -53 -262q-139 6 -463 6q-475 0 -712 -6zM414 1606q182 57 343.5 152t260.5 200h37q41 -126 104.5 -207t180.5 -145l-8 -29q-150 24 -251.5 49.5t-195.5 61.5q-200 -68 -460 -111z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1305" d="M-98 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q235 -6 710 -6q295 0 424 6q-50 -129 -78 -242q-11 -46 -26 -127h-45q1 119 -26.5 190t-82 101.5t-139.5 30.5h-6q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5 l-128 -483h36q64 0 123 31.5t103 84t67 113.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-27 -102 -53 -250h-45q0 54 -19 106.5t-63.5 88t-116.5 35.5h-18l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h27q100 0 175.5 34.5t140.5 113t132 215.5h46 q-14 -36 -44 -148q-32 -117 -53 -262q-139 6 -463 6q-475 0 -712 -6zM461 1716q0 68 28 113t74 66.5t101 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM990 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117 q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xcc;" horiz-adv-x="864" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6 q-242 0 -362 -6zM313 1808q0 28 13 54q18 37 53.5 56.5t75.5 19.5q35 0 64 -15q35 -16 60.5 -40.5t95.5 -109t167 -167.5l-14 -25q-79 24 -140 37t-154.5 28t-139.5 40q-37 19 -59 51.5t-22 70.5z" />
+<glyph unicode="&#xcd;" horiz-adv-x="864" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6 q-242 0 -362 -6zM580 1606q84 74 166 162t122.5 127t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xce;" horiz-adv-x="864" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6 q-242 0 -362 -6zM242 1606q182 57 343.5 152t260.5 200h37q41 -126 104.5 -207t180.5 -145l-8 -29q-150 24 -251.5 49.5t-195.5 61.5q-200 -68 -460 -111z" />
+<glyph unicode="&#xcf;" horiz-adv-x="864" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6 q-242 0 -362 -6zM289 1716q0 68 28 113t74 66.5t101 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM818 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41 t-36.5 114z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1642" d="M-88 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q13 49 13 80q0 44 -29.5 68t-102.5 28l7 41q163 -7 318 -7l75 1q171 6 303 6q307 0 476 -130t169 -384q0 -222 -106.5 -436.5t-339.5 -357t-590 -142.5q-43 0 -133 3t-191 3q-225 0 -348 -6zM112 706l13 52h884 l-12 -52h-885zM514 91q0 -30 19 -42t67 -12q180 0 316.5 149.5t209 376t72.5 447.5q0 403 -260 403q-46 0 -65.5 -12t-30 -40.5t-35.5 -123.5l-268 -1024q-25 -93 -25 -122z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1763" d="M-174 68q0 64 30.5 113t82.5 75.5t116 26.5q84 0 133.5 -40.5t49.5 -111.5q0 -60 -28 -109t-76.5 -80.5t-108.5 -41.5q15 -17 51 -17q103 0 176 115q77 120 158.5 430t177.5 801v4q12 57 12 91t-14.5 51.5t-47.5 24.5t-96 9l11 41q64 -6 182 -6q95 0 166 6l447 -870 q157 649 284 833q90 131 221 131q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113t-83 -75.5t-116.5 -26.5q-84 0 -133 40t-49 112q0 60 27.5 109t76 80.5t109.5 41.5q-16 16 -51 16q-50 0 -94.5 -30.5t-79.5 -81.5q-91 -136 -189 -477t-223 -930h-45l-536 975 q-173 -831 -291 -988q-45 -60 -95.5 -94.5t-123.5 -34.5q-71 0 -125.5 29t-84.5 79t-30 112zM711 1608q63 168 167.5 251t221.5 83q77 0 128 -21.5t131 -75t153 -53.5q48 0 88.5 28t79.5 91l37 -10q-62 -169 -167 -251.5t-222 -82.5q-77 0 -128.5 21t-131 74.5t-152.5 53.5 q-49 0 -89 -28t-79 -91z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM704 1808q0 28 13 54q18 37 53.5 56.5t75.5 19.5q35 0 64 -15q35 -16 60.5 -40.5t95.5 -109t167 -167.5l-14 -25q-79 24 -140 37t-154.5 28t-139.5 40q-37 19 -59 51.5t-22 70.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM971 1606q84 74 166 162t122.5 127t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM633 1606q182 57 343.5 152t260.5 200h37q41 -126 104.5 -207t180.5 -145l-8 -29q-150 24 -251.5 49.5t-195.5 61.5q-200 -68 -460 -111z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM656 1608q63 168 167.5 251t221.5 83q77 0 128 -21.5t131 -75t153 -53.5q48 0 88.5 28t79.5 91l37 -10q-62 -169 -167 -251.5t-222 -82.5q-77 0 -128.5 21t-131 74.5t-152.5 53.5q-49 0 -89 -28 t-79 -91z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1657" d="M70 463q0 232 124.5 469t348.5 392t504 155q188 0 324 -58t209 -169t73 -267q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -131 23 -228t64 -148.5t93 -51.5q129 0 249 147.5t193.5 381.5t73.5 477q0 131 -23 228 t-63.5 148.5t-93.5 51.5q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM680 1716q0 68 28 113t74 66.5t101 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM1209 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117 q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xd7;" horiz-adv-x="993" d="M27 373l456 354l-256 358l54 37l251 -358l465 362l33 -45l-465 -360l256 -354l-51 -37l-254 354l-459 -356z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1657" d="M18 -121l215 219q-163 129 -163 365q0 232 124.5 469t348.5 392t504 155q246 0 400 -98l193 202l31 -27l-189 -199q171 -131 171 -372q0 -231 -125.5 -467.5t-350 -391.5t-503.5 -155q-250 0 -405 101l-216 -222zM512 436q0 -58 5 -110l685 816q-15 142 -61.5 221 t-112.5 79q-129 0 -249 -147.5t-193.5 -381.5t-73.5 -477zM524 267q18 -123 63 -191t105 -68q129 0 249 147.5t193.5 381.5t73.5 477q0 35 -2 68z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1438" d="M144 349q0 98 38 241l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q120 -6 387 -6q214 0 358 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-51 -191 -51 -309q0 -203 145 -203q215 0 338.5 139.5t189.5 390.5l125 476q45 170 45 232 q0 41 -15.5 66t-49.5 39t-94 23l12 41q80 -6 227 -6q108 0 172 6l-12 -41q-67 -14 -105 -44t-65 -91.5t-59 -183.5l-127 -494q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-179 0 -292.5 52.5t-162.5 142.5q-42 78 -42 183zM622 1808q0 28 13 54q18 37 53.5 56.5 t75.5 19.5q35 0 64 -15q35 -16 60.5 -40.5t95.5 -109t167 -167.5l-14 -25q-79 24 -140 37t-154.5 28t-139.5 40q-37 19 -59 51.5t-22 70.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1438" d="M144 349q0 98 38 241l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q120 -6 387 -6q214 0 358 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-51 -191 -51 -309q0 -203 145 -203q215 0 338.5 139.5t189.5 390.5l125 476q45 170 45 232 q0 41 -15.5 66t-49.5 39t-94 23l12 41q80 -6 227 -6q108 0 172 6l-12 -41q-67 -14 -105 -44t-65 -91.5t-59 -183.5l-127 -494q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-179 0 -292.5 52.5t-162.5 142.5q-42 78 -42 183zM889 1606q84 74 166 162t122.5 127 t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1438" d="M144 349q0 98 38 241l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q120 -6 387 -6q214 0 358 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-51 -191 -51 -309q0 -203 145 -203q215 0 338.5 139.5t189.5 390.5l125 476q45 170 45 232 q0 41 -15.5 66t-49.5 39t-94 23l12 41q80 -6 227 -6q108 0 172 6l-12 -41q-67 -14 -105 -44t-65 -91.5t-59 -183.5l-127 -494q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-179 0 -292.5 52.5t-162.5 142.5q-42 78 -42 183zM551 1606q182 57 343.5 152t260.5 200h37 q41 -126 104.5 -207t180.5 -145l-8 -29q-150 24 -251.5 49.5t-195.5 61.5q-200 -68 -460 -111z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1438" d="M144 349q0 98 38 241l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q120 -6 387 -6q214 0 358 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-51 -191 -51 -309q0 -203 145 -203q215 0 338.5 139.5t189.5 390.5l125 476q45 170 45 232 q0 41 -15.5 66t-49.5 39t-94 23l12 41q80 -6 227 -6q108 0 172 6l-12 -41q-67 -14 -105 -44t-65 -91.5t-59 -183.5l-127 -494q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-179 0 -292.5 52.5t-162.5 142.5q-42 78 -42 183zM598 1716q0 68 28 113t74 66.5t101 21.5 q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM1127 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1589" d="M150 1102l43 131q43 132 134.5 189t211.5 57q152 0 234 -80t120.5 -227.5t69.5 -415.5q128 395 303 600q105 123 243 123q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113.5t-82.5 -76t-116 -26.5q-84 0 -133.5 40.5t-49.5 111.5q0 60 28 109t76.5 80.5t108.5 41.5 q-15 17 -51 17q-33 0 -63.5 -11t-67.5 -38q-53 -39 -126.5 -146t-148.5 -272.5t-130 -367.5l-99 -392q-11 -46 -11 -73q0 -41 19 -62.5t55.5 -29.5t98.5 -11l-10 -41q-129 6 -418 6q-251 0 -371 -6l11 41q74 3 111 16t59 48.5t41 111.5l105 419q-18 167 -50 318.5t-78.5 250 t-103.5 98.5q-36 0 -57 -27t-36 -70l-34 -104h-45zM868 1606q84 74 166 162t122.5 127t92.5 67q43 24 94 24q88 0 127 -71q15 -29 15 -55q0 -75 -107 -136q-39 -21 -87 -35t-174 -43.5t-235 -64.5z" />
+<glyph unicode="&#xde;" horiz-adv-x="1430" d="M-96 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l11 41q113 -6 362 -6q232 0 385 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-26 -98q77 2 126 2q177 0 295.5 -38t177 -107.5t58.5 -164.5q0 -158 -112 -284.5 t-313.5 -199t-461.5 -73.5l-14 -53q-18 -70 -18 -100t13.5 -45.5t42.5 -22t82 -8.5l-8 -41q-132 6 -383 6q-242 0 -362 -6zM562 311h1q142 0 242 78.5t150.5 204t50.5 266.5q0 68 -23.5 122t-68.5 85t-107 31h-36z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1327" d="M-135 -385l381 1440q50 193 130.5 312t208 177t318.5 58q155 0 256 -28.5t147 -74t46 -98.5q0 -71 -51 -120t-178.5 -130t-202.5 -139q-56 -44 -83 -72t-33.5 -43.5t-6.5 -32.5q0 -56 46 -107.5t102 -97t77 -63.5q13 -11 80.5 -67t96 -109t28.5 -113q0 -111 -66 -187 t-173.5 -112.5t-233.5 -36.5q-96 0 -163.5 32.5t-101.5 88.5t-34 127q0 49 18 92t51 69t76 26q41 0 73 -25.5t50 -70.5t18 -101q0 -53 -19 -107.5t-52 -85.5q12 -4 28 -4q31 0 56.5 24.5t40 68.5t14.5 98q0 55 -9.5 100.5t-22 89t-17.5 60.5q-7 23 -26 84t-30.5 113.5 t-11.5 92.5q0 69 28.5 113.5t77 92.5t76.5 77q123 127 123 363q0 94 -39 138t-98 44q-65 0 -110 -67t-80 -201l-437 -1659q-212 -3 -368 -29z" />
+<glyph unicode="&#xe0;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355zM455 1622q0 33 14.5 61t42.5 46q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14 q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="&#xe1;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355zM672 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77 q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xe2;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM369 1270q158 69 297 186t226 248h36q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5 t-59.5 -355z" />
+<glyph unicode="&#xe3;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355zM416 1300q57 169 150.5 251.5t197.5 82.5q59 0 98 -21.5t98 -74.5t113 -53q42 0 77.5 28t70.5 91l37 -11 q-57 -168 -151 -250.5t-198 -82.5q-59 0 -97.5 21.5t-98 74.5t-113.5 53q-42 0 -77 -28t-70 -91z" />
+<glyph unicode="&#xe4;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355zM414 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5 t-100 -20.5q-78 0 -115 41t-37 114zM902 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xe5;" d="M-14 227q0 193 103 395.5t258 336t296 133.5q116 0 128 -118l26 87q203 3 370 31l-276 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-126 0 -178 72q-34 48 -34 126q0 23 1 36q-49 -127 -127 -180.5t-184 -53.5 q-127 0 -190.5 65.5t-63.5 190.5zM371 219q0 -60 10 -84t37 -24q40 0 81 57.5t91 205.5l160 530q2 20 2 30q0 57 -39 57q-58 0 -140.5 -118.5t-142 -298.5t-59.5 -355zM607 1409q0 64 35 117t95.5 83.5t133.5 30.5q61 0 110.5 -22.5t78 -64t28.5 -95.5q0 -63 -38 -116.5 t-100.5 -85t-133.5 -31.5q-60 0 -107.5 22t-74.5 64t-27 98zM662 1409q0 -44 23 -76t61 -48.5t80 -16.5q53 0 101 25t78 68t30 93q0 46 -25 78.5t-64 48.5t-81 16q-54 0 -101 -26.5t-74.5 -70t-27.5 -91.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1608" d="M-25 227q0 185 130 378t331.5 319.5t401.5 126.5q113 0 154 -68q176 109 376 109q114 0 184 -46t70 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t154.5 108l33 -16q-78 -117 -211 -196t-307 -79q-115 0 -204 45 t-127 129q-71 -85 -171 -129.5t-209 -44.5q-127 0 -190.5 65.5t-63.5 190.5zM360 240q0 -65 30 -97t71 -32q37 0 68 14.5t68 52.5q-11 38 -11 82q0 131 46 263.5t131 246.5t198 192q-26 29 -72 29q-111 0 -235.5 -109t-209 -283t-84.5 -359zM981 457q123 59 184 114 q92 83 141.5 193.5t49.5 236.5q0 52 -33 52q-57 0 -128.5 -89t-130.5 -228t-83 -279z" />
+<glyph unicode="&#xe7;" horiz-adv-x="991" d="M-12 -348l13 33q60 -21 125 -21q59 0 113.5 18t54.5 68q0 22 -16 34.5t-42 12.5q-35 0 -63 -14l172 217h59l-102 -137q74 24 127 24q65 0 106 -22t41 -66q0 -64 -56 -105t-145 -60t-190 -19q-110 0 -197 37zM4 295q0 182 94.5 368t266.5 307.5t391 121.5q82 0 142.5 -29 t92 -77.5t31.5 -106.5q0 -65 -33 -127.5t-88.5 -102t-118.5 -39.5q-37 0 -68.5 16.5t-51 49t-19.5 78.5q0 64 29 120t76.5 95.5t103.5 56.5q-28 25 -70 25q-99 0 -190.5 -109.5t-148 -282.5t-56.5 -352q0 -106 43.5 -157.5t120.5 -51.5q65 0 125 37t121 127l41 -16 q-177 -275 -469 -275q-107 0 -189.5 35.5t-129 108t-46.5 180.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1016" d="M-6 260q0 201 103.5 394t283 315.5t395.5 122.5q115 0 184.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l32 -16q-78 -117 -211 -196t-307 -79q-98 0 -178.5 33.5t-128 98.5t-47.5 157zM390 459 q106 59 188 139q186 184 186 403q0 52 -33 52q-57 0 -128 -88.5t-130 -227t-83 -278.5zM412 1622q0 33 14.5 61t42.5 46q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1016" d="M-6 260q0 201 103.5 394t283 315.5t395.5 122.5q115 0 184.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l32 -16q-78 -117 -211 -196t-307 -79q-98 0 -178.5 33.5t-128 98.5t-47.5 157zM390 459 q106 59 188 139q186 184 186 403q0 52 -33 52q-57 0 -128 -88.5t-130 -227t-83 -278.5zM629 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xea;" horiz-adv-x="1016" d="M-6 260q0 201 103.5 394t283 315.5t395.5 122.5q115 0 184.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l32 -16q-78 -117 -211 -196t-307 -79q-98 0 -178.5 33.5t-128 98.5t-47.5 157z M326 1270q158 69 297 186t226 248h36q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111zM390 459q106 59 188 139q186 184 186 403q0 52 -33 52q-57 0 -128 -88.5t-130 -227t-83 -278.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1016" d="M-6 260q0 201 103.5 394t283 315.5t395.5 122.5q115 0 184.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l32 -16q-78 -117 -211 -196t-307 -79q-98 0 -178.5 33.5t-128 98.5t-47.5 157z M371 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM390 459q106 59 188 139q186 184 186 403q0 52 -33 52q-57 0 -128 -88.5t-130 -227t-83 -278.5zM859 1380q0 100 58.5 150.5t144.5 50.5 q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xec;" horiz-adv-x="686" d="M40 165q0 68 30 159l188 565q11 29 11 51q0 35 -29 35q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 305 211q110 0 162 -53t52 -136q0 -49 -17 -98l-213 -631q-10 -30 -10 -50q0 -36 35 -36q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211q-104 0 -161 49 t-57 145zM129 1622q0 33 14.5 61t42.5 46q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="&#xed;" horiz-adv-x="686" d="M40 165q0 68 30 159l188 565q11 29 11 51q0 35 -29 35q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 305 211q110 0 162 -53t52 -136q0 -49 -17 -98l-213 -631q-10 -30 -10 -50q0 -36 35 -36q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211q-104 0 -161 49 t-57 145zM346 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xee;" horiz-adv-x="686" d="M40 165q0 68 30 159l188 565q11 29 11 51q0 35 -29 35q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 305 211q110 0 162 -53t52 -136q0 -49 -17 -98l-213 -631q-10 -30 -10 -50q0 -36 35 -36q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211q-104 0 -161 49 t-57 145zM43 1270q158 69 297 186t226 248h36q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111z" />
+<glyph unicode="&#xef;" horiz-adv-x="686" d="M40 165q0 68 30 159l188 565q11 29 11 51q0 35 -29 35q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q77 211 305 211q110 0 162 -53t52 -136q0 -49 -17 -98l-213 -631q-10 -30 -10 -50q0 -36 35 -36q60 0 108 129l43 115h39l-51 -150q-72 -211 -293 -211q-104 0 -161 49 t-57 145zM88 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM576 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5 q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1139" d="M12 322q0 164 77.5 342t220.5 297.5t327 119.5q33 0 56 -4q-22 136 -77 241l-331 -147l-13 37l325 144q-75 127 -208 215l25 35q192 -60 344 -178l299 132l12 -36l-278 -122q141 -120 220 -275.5t79 -327.5q0 -206 -83 -395.5t-245 -309t-385 -119.5q-166 0 -265.5 82.5 t-99.5 268.5zM393 137q0 -55 3.5 -81t11.5 -35t24 -9q70 0 134.5 135t103.5 335.5t39 379.5q0 93 -10 174q-17 4 -31 4q-87 0 -149.5 -144.5t-94 -355t-31.5 -403.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1268" d="M6 0l250 889q12 45 12 59q0 27 -30 27q-32 0 -59 -29t-54 -100l-47 -125h-39l57 160q38 108 107 159.5t174 51.5q115 0 165.5 -54t50.5 -139q0 -44 -13 -94l-56 -213q80 200 153.5 308.5t148.5 150t171 41.5q201 0 201 -170q0 -59 -27 -140l-202 -608q-10 -30 -10 -49 q0 -37 34 -37q61 0 109 129l43 115h39l-51 -150q-74 -211 -293 -211q-132 0 -185 74q-34 46 -34 115q0 65 32 164l176 530q18 52 18 80q0 31 -22 31q-53 0 -137.5 -143.5t-171 -367t-145.5 -448.5l1 4l-3 -10h-363zM387 1300q57 169 150.5 251.5t197.5 82.5q59 0 98 -21.5 t98 -74.5t113 -53q42 0 77.5 28t70.5 91l37 -11q-57 -168 -151 -250.5t-198 -82.5q-59 0 -97.5 21.5t-98 74.5t-113.5 53q-42 0 -77 -28t-70 -91z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154 t-152.5 -372t-65 -398zM426 1622q0 33 14.5 61t42.5 46q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154 t-152.5 -372t-65 -398zM643 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM340 1270q158 69 297 186t226 248h36q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111z M352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154t-152.5 -372t-65 -398z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154 t-152.5 -372t-65 -398zM387 1300q57 169 150.5 251.5t197.5 82.5q59 0 98 -21.5t98 -74.5t113 -53q42 0 77.5 28t70.5 91l37 -11q-57 -168 -151 -250.5t-198 -82.5q-59 0 -97.5 21.5t-98 74.5t-113.5 53q-42 0 -77 -28t-70 -91z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1141" d="M12 319q0 174 80 353t241 299.5t392 120.5q178 0 271.5 -90t93.5 -259q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-178 0 -271.5 90t-93.5 258zM352 127q0 -63 9.5 -89t29.5 -26q55 0 142 148t152 363.5t65 408.5q0 71 -9.5 95t-25.5 24q-58 0 -145.5 -154 t-152.5 -372t-65 -398zM385 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM873 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5 q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1274" d="M148 696l18 62h1026l-18 -62h-1026zM515 401q0 13 5 31q14 47 57 80t89 33q39 0 63 -23t24 -59q0 -13 -5 -31q-14 -48 -57 -81.5t-91 -33.5q-38 0 -61.5 24t-23.5 60zM685 990q0 14 5 32q14 46 57 79.5t89 33.5q39 0 63 -23.5t24 -59.5q0 -13 -5 -30q-14 -48 -57 -80.5 t-91 -32.5q-38 0 -61.5 22.5t-23.5 58.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1139" d="M12 319q0 174 80 353t241 299.5t392 120.5q62 0 114 -11l103 164l35 -16l-101 -158q105 -33 159.5 -116.5t54.5 -211.5q0 -173 -80 -352t-241.5 -299.5t-391.5 -120.5q-71 0 -129 15l-109 -170l-33 18l104 163q-97 36 -147.5 117.5t-50.5 204.5zM352 127q0 -63 9.5 -89 t29.5 -26q54 0 138 140.5t149 348t71 397.5zM355 208l394 760q-4 83 -34 83q-54 0 -134.5 -134.5t-145.5 -332.5t-80 -376z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1264" d="M33 142q0 58 26 139l199 608q10 30 10 49q0 37 -35 37q-60 0 -108 -129l-43 -115h-39l51 150q74 211 293 211q103 0 159.5 -48.5t56.5 -144.5q0 -71 -30 -160l-176 -530q-17 -54 -17 -80q0 -31 21 -31q50 0 127 125t159 324.5t144 411.5l27 104q226 3 371 29l-258 -918 q-13 -42 -13 -59q0 -27 31 -27q32 0 59 29t54 100l47 125h39l-58 -160q-39 -109 -116 -160t-176 -51q-136 0 -183 80q-24 41 -24 99q0 49 16 108l46 176q-78 -187 -150 -287.5t-146.5 -138t-171.5 -37.5q-93 0 -142.5 43.5t-49.5 127.5zM412 1622q0 33 14.5 61t42.5 46 q31 20 70 20t74 -19t53 -49q21 -32 30 -66.5t24 -143.5t54 -230l-24 -14q-55 62 -100.5 105t-117 105t-98.5 107q-22 38 -22 78z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1264" d="M33 142q0 58 26 139l199 608q10 30 10 49q0 37 -35 37q-60 0 -108 -129l-43 -115h-39l51 150q74 211 293 211q103 0 159.5 -48.5t56.5 -144.5q0 -71 -30 -160l-176 -530q-17 -54 -17 -80q0 -31 21 -31q50 0 127 125t159 324.5t144 411.5l27 104q226 3 371 29l-258 -918 q-13 -42 -13 -59q0 -27 31 -27q32 0 59 29t54 100l47 125h39l-58 -160q-39 -109 -116 -160t-176 -51q-136 0 -183 80q-24 41 -24 99q0 49 16 108l46 176q-78 -187 -150 -287.5t-146.5 -138t-171.5 -37.5q-93 0 -142.5 43.5t-49.5 127.5zM629 1247q60 95 113 202.5 t80.5 156.5t68.5 90q26 26 61 42t70 16q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1264" d="M33 142q0 58 26 139l199 608q10 30 10 49q0 37 -35 37q-60 0 -108 -129l-43 -115h-39l51 150q74 211 293 211q103 0 159.5 -48.5t56.5 -144.5q0 -71 -30 -160l-176 -530q-17 -54 -17 -80q0 -31 21 -31q50 0 127 125t159 324.5t144 411.5l27 104q226 3 371 29l-258 -918 q-13 -42 -13 -59q0 -27 31 -27q32 0 59 29t54 100l47 125h39l-58 -160q-39 -109 -116 -160t-176 -51q-136 0 -183 80q-24 41 -24 99q0 49 16 108l46 176q-78 -187 -150 -287.5t-146.5 -138t-171.5 -37.5q-93 0 -142.5 43.5t-49.5 127.5zM326 1270q158 69 297 186t226 248h36 q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1264" d="M33 142q0 58 26 139l199 608q10 30 10 49q0 37 -35 37q-60 0 -108 -129l-43 -115h-39l51 150q74 211 293 211q103 0 159.5 -48.5t56.5 -144.5q0 -71 -30 -160l-176 -530q-17 -54 -17 -80q0 -31 21 -31q50 0 127 125t159 324.5t144 411.5l27 104q226 3 371 29l-258 -918 q-13 -42 -13 -59q0 -27 31 -27q32 0 59 29t54 100l47 125h39l-58 -160q-39 -109 -116 -160t-176 -51q-136 0 -183 80q-24 41 -24 99q0 49 16 108l46 176q-78 -187 -150 -287.5t-146.5 -138t-171.5 -37.5q-93 0 -142.5 43.5t-49.5 127.5zM371 1380q0 68 28 113t74 66.5 t101 21.5q79 0 116.5 -42.5t37.5 -117.5q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM859 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#xfd;" horiz-adv-x="989" d="M-270 -250q0 41 20 75t57 54.5t87 20.5q147 0 251 -181q127 57 239 154l-167 1014q-10 53 -17.5 70.5t-25.5 17.5q-14 0 -24.5 -10t-23.5 -36.5t-34 -82.5l-43 -115h-39l51 150q41 118 105.5 164.5t159.5 46.5q103 0 162 -54t79 -190l90 -656q138 209 213 422 q-97 54 -155 135.5t-58 174.5q0 77 42 122.5t118 45.5q156 0 156 -199q0 -119 -54.5 -276t-147 -318t-202.5 -291q-129 -153 -269.5 -248.5t-279.5 -128.5q-69 -16 -120 -16q-82 0 -126 35.5t-44 99.5zM547 1247q60 95 113 202.5t80.5 156.5t68.5 90q26 26 61 42t70 16 q55 0 95 -40q34 -34 34 -77q0 -61 -67 -130q-32 -32 -74 -59t-154.5 -91.5t-205.5 -129.5z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1241" d="M-213 -371l12 43q50 0 80 11.5t48 38.5t32 77l365 1312q-54 -123 -124 -222t-169 -207l-23 27q88 98 144.5 172.5t115 182.5t116.5 262l62 224q202 18 383 78l-216 -767q61 119 133.5 175t162.5 56q141 0 211 -86t70 -248q0 -169 -76 -353.5t-217.5 -309t-327.5 -124.5 q-115 0 -195 42l-42 -150q-16 -59 -16 -90q0 -58 40 -78.5t129 -22.5l-12 -43q-31 1 -140.5 5t-215.5 4q-97 0 -201 -4t-129 -5zM384 47q26 -8 52 -8q89 0 176 115.5t142 291.5t55 342q0 70 -6 106t-16.5 48t-26.5 12q-45 0 -96 -69t-96 -183z" />
+<glyph unicode="&#xff;" horiz-adv-x="989" d="M-270 -250q0 41 20 75t57 54.5t87 20.5q147 0 251 -181q127 57 239 154l-167 1014q-10 53 -17.5 70.5t-25.5 17.5q-14 0 -24.5 -10t-23.5 -36.5t-34 -82.5l-43 -115h-39l51 150q41 118 105.5 164.5t159.5 46.5q103 0 162 -54t79 -190l90 -656q138 209 213 422 q-97 54 -155 135.5t-58 174.5q0 77 42 122.5t118 45.5q156 0 156 -199q0 -119 -54.5 -276t-147 -318t-202.5 -291q-129 -153 -269.5 -248.5t-279.5 -128.5q-69 -16 -120 -16q-82 0 -126 35.5t-44 99.5zM289 1380q0 68 28 113t74 66.5t101 21.5q79 0 116.5 -42.5t37.5 -117.5 q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM777 1380q0 100 58.5 150.5t144.5 50.5q78 0 115.5 -42.5t37.5 -117.5q0 -67 -29 -111t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#x152;" horiz-adv-x="2089" d="M70 463q0 232 124.5 469t348.5 392t504 155q87 0 180 -35q59 -1 199 -1l350 1q295 0 424 6q-53 -138 -78 -242q-12 -47 -27 -127h-45q15 86 15 145q0 96 -42.5 136.5t-138.5 40.5h-88q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5l-128 -483h118q58 0 96.5 30.5t62 76 t52.5 122.5h45q-26 -79 -43.5 -148.5t-26.5 -101.5q-21 -78 -53 -250h-45q0 20 5 63t5 63q0 46 -22.5 73t-83.5 31h-121l-131 -492q-17 -66 -17 -99q0 -30 13.5 -45t41.5 -20.5t79 -5.5h108q99 0 162.5 34t110 111t94.5 218h45q-19 -50 -43 -148q-35 -127 -53 -262 q-140 6 -463 6q-340 0 -506 -2q-115 -33 -219 -33q-188 0 -324 58t-208 168.5t-72 265.5zM512 436q0 -202 55.5 -315t157.5 -113q60 0 99 23.5t55 81.5l297 1120q17 61 17 107q0 56 -32.5 79t-105.5 23q-142 0 -267.5 -147t-200.5 -380.5t-75 -478.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1669" d="M0 319q0 168 98 349t275 302.5t401 121.5q79 0 140 -37.5t84 -109.5q197 147 432 147q114 0 183.5 -46t69.5 -135q0 -117 -93 -215t-240 -167t-313 -107q-7 -55 -7 -105q0 -112 43 -155t127 -43q51 0 131.5 35t155.5 108l33 -16q-79 -117 -212.5 -196t-306.5 -79 q-110 0 -197 41.5t-127 119.5q-56 -77 -141 -119t-182 -42q-170 0 -262 90.5t-92 257.5zM381 305q0 -190 133 -190q88 0 149 48q-16 45 -16 97q0 121 39.5 243.5t112.5 230.5t171 189q-38 68 -136 68q-104 0 -210 -98t-174.5 -257t-68.5 -331zM1042 456q132 64 209 144 q78 80 122 184t44 217q0 52 -33 52q-57 0 -128.5 -89t-130.5 -228.5t-83 -279.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1589" d="M150 1102l43 131q43 132 134.5 189t211.5 57q152 0 234 -80t120.5 -227.5t69.5 -415.5q128 395 303 600q105 123 243 123q71 0 125.5 -29t84.5 -79t30 -111q0 -64 -30.5 -113.5t-82.5 -76t-116 -26.5q-84 0 -133.5 40.5t-49.5 111.5q0 60 28 109t76.5 80.5t108.5 41.5 q-15 17 -51 17q-33 0 -63.5 -11t-67.5 -38q-53 -39 -126.5 -146t-148.5 -272.5t-130 -367.5l-99 -392q-11 -46 -11 -73q0 -41 19 -62.5t55.5 -29.5t98.5 -11l-10 -41q-129 6 -418 6q-251 0 -371 -6l11 41q74 3 111 16t59 48.5t41 111.5l105 419q-18 167 -50 318.5t-78.5 250 t-103.5 98.5q-36 0 -57 -27t-36 -70l-34 -104h-45zM577 1716q0 68 28 113t74 66.5t101 21.5q78 0 116 -43t38 -117q0 -67 -29 -111t-76 -64.5t-100 -20.5q-78 0 -115 41t-37 114zM1106 1716q0 68 28 113t73.5 66.5t100.5 21.5q78 0 116 -43t38 -117q0 -67 -29 -111 t-75.5 -64.5t-100.5 -20.5q-78 0 -114.5 41t-36.5 114z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M55 1270q158 69 297 186t226 248h36q33 -156 88.5 -257t155.5 -177l-8 -29q-242 43 -406 111q-154 -65 -378 -111z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M162 1300q57 169 150.5 251.5t197.5 82.5q59 0 98 -21.5t98 -74.5t113 -53q42 0 77.5 28t70.5 91l37 -11q-57 -168 -151 -250.5t-198 -82.5q-59 0 -97.5 21.5t-98 74.5t-113.5 53q-42 0 -77 -28t-70 -91z" />
+<glyph unicode="&#x2000;" horiz-adv-x="993" />
+<glyph unicode="&#x2001;" horiz-adv-x="1986" />
+<glyph unicode="&#x2002;" horiz-adv-x="993" />
+<glyph unicode="&#x2003;" horiz-adv-x="1986" />
+<glyph unicode="&#x2004;" horiz-adv-x="662" />
+<glyph unicode="&#x2005;" horiz-adv-x="496" />
+<glyph unicode="&#x2006;" horiz-adv-x="331" />
+<glyph unicode="&#x2007;" horiz-adv-x="331" />
+<glyph unicode="&#x2008;" horiz-adv-x="248" />
+<glyph unicode="&#x2009;" horiz-adv-x="397" />
+<glyph unicode="&#x200a;" horiz-adv-x="110" />
+<glyph unicode="&#x2010;" horiz-adv-x="1038" d="M109 455l55 202h739l-55 -202h-739z" />
+<glyph unicode="&#x2011;" horiz-adv-x="1038" d="M109 455l55 202h739l-55 -202h-739z" />
+<glyph unicode="&#x2012;" horiz-adv-x="1038" d="M109 455l55 202h739l-55 -202h-739z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1362" d="M96 414l86 284h1055l-86 -284h-1055z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1962" d="M92 414l86 284h1655l-86 -284h-1655z" />
+<glyph unicode="&#x2018;" horiz-adv-x="608" d="M246 1061q0 144 82 260.5t225 178.5l10 -37q-90 -38 -154.5 -113t-70.5 -168q61 64 143 64q77 0 118.5 -34.5t41.5 -100.5q0 -63 -30 -112.5t-82 -77.5t-117 -28q-166 0 -166 168z" />
+<glyph unicode="&#x2019;" horiz-adv-x="590" d="M274 1327q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82 -260.5t-225 -178.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="635" d="M-2 106q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82 -260.5t-225 -178.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="1055" d="M245 1063q0 144 83 261.5t225 177.5l10 -37q-90 -38 -154.5 -113t-70.5 -168q59 64 143 64q77 0 118.5 -34.5t41.5 -100.5q0 -62 -30 -112t-82.5 -78t-117.5 -28q-166 0 -166 168zM690 1063q0 144 82.5 261.5t224.5 177.5l10 -37q-90 -38 -154.5 -113t-70.5 -168 q61 64 143 64q77 0 118.5 -34.5t41.5 -100.5q0 -63 -30 -112.5t-82 -77.5t-117 -28q-166 0 -166 168z" />
+<glyph unicode="&#x201d;" horiz-adv-x="1034" d="M277 1333q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82.5 -261.5t-224.5 -177.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5zM721 1333q0 62 30 112t82.5 78t117.5 28q166 0 166 -168q0 -144 -83 -261.5t-225 -177.5 l-10 37q90 38 154.5 113t70.5 168q-59 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="1079" d="M-2 106q0 63 30 112.5t82 77.5t117 28q166 0 166 -168q0 -144 -82.5 -261.5t-224.5 -177.5l-10 37q90 38 154.5 113t70.5 168q-61 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5zM442 106q0 62 30 112t82.5 78t117.5 28q166 0 166 -168q0 -144 -83 -261.5t-225 -177.5 l-10 37q90 38 154.5 113t70.5 168q-59 -64 -143 -64q-77 0 -118.5 34.5t-41.5 100.5z" />
+<glyph unicode="&#x2022;" horiz-adv-x="862" d="M113 479q0 9 2 31q9 80 54.5 147t116 106.5t150.5 39.5q74 0 134.5 -34t95 -93.5t34.5 -131.5q0 -12 -2 -34q-8 -80 -53.5 -146.5t-116.5 -105.5t-151 -39q-74 0 -134.5 34t-95 93.5t-34.5 132.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1767" d="M-2 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5zM573 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5 q-79 0 -119.5 34.5t-40.5 100.5zM1147 106q0 63 30 112.5t82 77.5t117 28q79 0 120.5 -35.5t41.5 -104.5q0 -54 -31 -103t-84 -79.5t-116 -30.5q-79 0 -119.5 34.5t-40.5 100.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="397" />
+<glyph unicode="&#x2039;" horiz-adv-x="831" d="M31 510l10 41q188 110 363 239.5t382 301.5h37q-40 -86 -108.5 -198t-143.5 -211.5t-131 -152.5q32 -52 61 -152t46 -211t16 -196h-37q-119 164 -237 295.5t-258 243.5z" />
+<glyph unicode="&#x203a;" horiz-adv-x="827" d="M-31 -29q40 86 108 197t142 210.5t129 151.5q-31 53 -59.5 153.5t-45.5 212.5t-16 196h37q123 -169 240 -299.5t258 -241.5l-10 -41q-191 -111 -367 -240t-379 -299h-37z" />
+<glyph unicode="&#x205f;" horiz-adv-x="496" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1411" d="M70 608l12 41h167q20 81 54 164h-178l12 41h184q75 168 195.5 309.5t281 228.5t343.5 87q133 0 217 -70q48 -41 74 -99t26 -122q0 -67 -27 -118.5t-72 -79t-97 -27.5q-69 0 -111.5 44.5t-42.5 114.5q0 85 60.5 152.5t146.5 105.5q-9 17 -41 30t-68 13q-88 0 -176.5 -76.5 t-164 -205.5t-130.5 -287h320l-35 -41h-299q-26 -82 -45 -164h209l-37 -41h-181q-30 -150 -30 -280q0 -109 17 -175.5t55 -98t102 -31.5q32 0 67 7t58 21q-38 28 -64 76t-26 100q0 69 28 123.5t75 84.5t102 30q76 0 114.5 -44t38.5 -120q0 -85 -54.5 -155t-145.5 -117 q-54 -28 -117.5 -43t-155.5 -15q-253 0 -380.5 114.5t-127.5 365.5q0 73 17 157h-170z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2431" d="M326 1450q120 -6 413 -6q291 0 412 6q-14 -112 -14 -201q0 -67 6 -106h-47q-15 92 -43.5 150.5t-62 84t-66.5 25.5h-50v-612q0 -60 10.5 -86t39.5 -36t96 -14v-41q-130 7 -281 7q-175 0 -282 -7v41q67 4 95.5 14t39 36t10.5 86v612h-49q-33 0 -66.5 -25.5t-62 -84 t-43.5 -150.5h-47q6 36 6 106q0 89 -14 201zM1227 614v41q48 4 68.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-68.5 11v41q83 -6 252 -6q72 0 139 6l182 -453l170 447h158q142 0 219 6v-41q-48 -3 -68.5 -11t-28 -30.5t-7.5 -73.5v-524q0 -51 7.5 -73t28 -30t68.5 -12 v-41q-110 7 -240 7q-135 0 -221 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-291 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-49 7 -106 7q-76 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1090" d="M0 0v1090h1090v-1090h-1090z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1937" d="M-86 -385l362 1348l17 57h-207l12 41h208q90 258 241 362q136 97 334 97q174 0 285 -81q38 32 82 56q108 60 231.5 83.5t292.5 23.5q110 0 170 -30q38 -16 58 -45t20 -65q0 -63 -33.5 -111.5t-91 -75t-127.5 -26.5q-89 0 -134.5 34.5t-45.5 100.5q0 128 102 178 q-108 -12 -174 -57q-61 -39 -102.5 -110t-73.5 -185l-40 -149h236q213 3 371 31l-264 -918q-9 -27 -9 -50q0 -36 33 -36q61 0 109 129l43 115h39l-51 -150q-41 -115 -126 -163t-177 -48q-100 0 -151.5 53t-51.5 151q0 65 24 149l199 696h-235l-367 -1376q-203 -3 -371 -29 l378 1405h-273l-371 -1376q-203 -3 -371 -29zM668 1061h272q69 232 199 354q-63 39 -148 39q-92 0 -153 -45q-97 -70 -154 -287z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1956" d="M-86 -385l362 1348l17 57h-207l12 41h208q90 258 241 362q136 97 334 97q174 0 285 -81l2 1q139 100 370 104q163 1 293 22t256 62l-432 -1454q-6 -22 -6 -38q0 -25 11.5 -36.5t27.5 -11.5q20 0 47.5 25.5t56.5 103.5l43 115h39l-51 -150q-41 -119 -121 -165t-170 -46 q-102 0 -159 53t-57 155q0 63 24 145l313 1042q10 37 10 57q0 39 -29 58t-97 20q-56 -1 -93 -28q-43 -37 -69 -134l-74 -278h162l-13 -41h-160l-368 -1376q-203 -3 -371 -29l378 1405h-273l-371 -1376q-203 -3 -371 -29zM668 1061h272q69 243 198 355q-63 38 -147 38 q-105 0 -168 -55q-83 -71 -139 -277z" />
+<hkern u1="&#x22;" u2="&#xef;" k="-63" />
+<hkern u1="&#x27;" u2="&#xef;" k="-63" />
+<hkern u1="&#x29;" u2="&#x7d;" k="49" />
+<hkern u1="&#x29;" u2="]" k="29" />
+<hkern u1="&#x29;" u2="&#x29;" k="100" />
+<hkern u1="&#x2c;" u2="&#xff;" k="72" />
+<hkern u1="&#x2c;" u2="&#xfd;" k="72" />
+<hkern u1="&#x2c;" u2="y" k="72" />
+<hkern u1="&#x30;" u2="&#xb0;" k="117" />
+<hkern u1="&#x30;" u2="&#x7d;" k="53" />
+<hkern u1="&#x30;" u2="]" k="45" />
+<hkern u1="&#x30;" u2="\" k="131" />
+<hkern u1="&#x30;" u2="&#x33;" k="23" />
+<hkern u1="&#x30;" u2="&#x29;" k="106" />
+<hkern u1="&#x31;" u2="&#x7d;" k="35" />
+<hkern u1="&#x31;" u2="]" k="33" />
+<hkern u1="&#x31;" u2="\" k="55" />
+<hkern u1="&#x31;" u2="&#x35;" k="27" />
+<hkern u1="&#x31;" u2="&#x29;" k="80" />
+<hkern u1="&#x32;" u2="&#xb0;" k="100" />
+<hkern u1="&#x32;" u2="&#x7d;" k="39" />
+<hkern u1="&#x32;" u2="]" k="45" />
+<hkern u1="&#x32;" u2="\" k="133" />
+<hkern u1="&#x32;" u2="&#x35;" k="39" />
+<hkern u1="&#x32;" u2="&#x33;" k="35" />
+<hkern u1="&#x32;" u2="&#x29;" k="90" />
+<hkern u1="&#x33;" u2="&#xf7;" k="27" />
+<hkern u1="&#x33;" u2="&#xb7;" k="25" />
+<hkern u1="&#x33;" u2="&#xb0;" k="111" />
+<hkern u1="&#x33;" u2="&#x7d;" k="33" />
+<hkern u1="&#x33;" u2="]" k="37" />
+<hkern u1="&#x33;" u2="\" k="129" />
+<hkern u1="&#x33;" u2="&#x35;" k="37" />
+<hkern u1="&#x33;" u2="&#x33;" k="29" />
+<hkern u1="&#x33;" u2="&#x29;" k="78" />
+<hkern u1="&#x34;" u2="&#x20ac;" k="29" />
+<hkern u1="&#x34;" u2="&#xf7;" k="59" />
+<hkern u1="&#x34;" u2="&#xd7;" k="53" />
+<hkern u1="&#x34;" u2="&#xb7;" k="55" />
+<hkern u1="&#x34;" u2="&#xb0;" k="82" />
+<hkern u1="&#x34;" u2="&#xa4;" k="33" />
+<hkern u1="&#x34;" u2="&#x7d;" k="20" />
+<hkern u1="&#x34;" u2="]" k="29" />
+<hkern u1="&#x34;" u2="\" k="139" />
+<hkern u1="&#x34;" u2="&#x3d;" k="41" />
+<hkern u1="&#x34;" u2="&#x39;" k="35" />
+<hkern u1="&#x34;" u2="&#x37;" k="37" />
+<hkern u1="&#x34;" u2="&#x35;" k="55" />
+<hkern u1="&#x34;" u2="&#x33;" k="55" />
+<hkern u1="&#x34;" u2="&#x31;" k="23" />
+<hkern u1="&#x34;" u2="&#x2b;" k="41" />
+<hkern u1="&#x34;" u2="&#x29;" k="59" />
+<hkern u1="&#x34;" u2="&#x23;" k="31" />
+<hkern u1="&#x34;" u2="&#x20;" k="31" />
+<hkern u1="&#x35;" u2="&#xf7;" k="66" />
+<hkern u1="&#x35;" u2="&#xb7;" k="31" />
+<hkern u1="&#x35;" u2="&#xb0;" k="57" />
+<hkern u1="&#x35;" u2="&#x7d;" k="25" />
+<hkern u1="&#x35;" u2="]" k="31" />
+<hkern u1="&#x35;" u2="\" k="98" />
+<hkern u1="&#x35;" u2="&#x3d;" k="23" />
+<hkern u1="&#x35;" u2="&#x37;" k="23" />
+<hkern u1="&#x35;" u2="&#x35;" k="37" />
+<hkern u1="&#x35;" u2="&#x33;" k="59" />
+<hkern u1="&#x35;" u2="&#x29;" k="72" />
+<hkern u1="&#x36;" u2="&#xb0;" k="35" />
+<hkern u1="&#x36;" u2="&#x7d;" k="31" />
+<hkern u1="&#x36;" u2="\" k="51" />
+<hkern u1="&#x36;" u2="&#x29;" k="80" />
+<hkern u1="&#x37;" u2="&#xb7;" k="35" />
+<hkern u1="&#x37;" u2="&#x34;" k="76" />
+<hkern u1="&#x37;" u2="&#x2f;" k="37" />
+<hkern u1="&#x37;" u2="&#x29;" k="57" />
+<hkern u1="&#x37;" u2="&#x20;" k="23" />
+<hkern u1="&#x38;" u2="&#xf7;" k="29" />
+<hkern u1="&#x38;" u2="&#x7d;" k="25" />
+<hkern u1="&#x38;" u2="]" k="25" />
+<hkern u1="&#x38;" u2="&#x2b;" k="25" />
+<hkern u1="&#x38;" u2="&#x29;" k="68" />
+<hkern u1="&#x39;" u2="&#xb0;" k="125" />
+<hkern u1="&#x39;" u2="&#x7d;" k="51" />
+<hkern u1="&#x39;" u2="]" k="39" />
+<hkern u1="&#x39;" u2="\" k="129" />
+<hkern u1="&#x39;" u2="&#x33;" k="20" />
+<hkern u1="&#x39;" u2="&#x29;" k="102" />
+<hkern u1="&#x3d;" u2="&#x34;" k="59" />
+<hkern u1="V" u2="&#xf0;" k="143" />
+<hkern u1="V" u2="&#xed;" k="66" />
+<hkern u1="W" u2="&#xf0;" k="143" />
+<hkern u1="W" u2="&#xed;" k="66" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="43" />
+<hkern u1="&#x7d;" u2="]" k="25" />
+<hkern u1="&#x7d;" u2="&#x29;" k="57" />
+<hkern u1="&#xa3;" u2="&#x35;" k="25" />
+<hkern u1="&#xa3;" u2="&#x33;" k="45" />
+<hkern u1="&#xa4;" u2="&#x33;" k="37" />
+<hkern u1="&#xb0;" u2="&#x39;" k="76" />
+<hkern u1="&#xb0;" u2="&#x36;" k="68" />
+<hkern u1="&#xb0;" u2="&#x35;" k="29" />
+<hkern u1="&#xb0;" u2="&#x34;" k="188" />
+<hkern u1="&#xb0;" u2="&#x33;" k="43" />
+<hkern u1="&#xb0;" u2="&#x32;" k="25" />
+<hkern u1="&#xb0;" u2="&#x30;" k="49" />
+<hkern u1="&#xb2;" u2="&#xb3;" k="43" />
+<hkern u1="&#xb3;" u2="&#xb3;" k="20" />
+<hkern u1="&#xb7;" u2="&#x35;" k="23" />
+<hkern u1="&#xb7;" u2="&#x34;" k="43" />
+<hkern u1="&#xb7;" u2="&#x33;" k="41" />
+<hkern u1="&#xb7;" u2="&#x32;" k="23" />
+<hkern u1="&#xb7;" u2="&#x31;" k="25" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-63" />
+<hkern u1="&#xcf;" u2="&#x29;" k="-29" />
+<hkern u1="&#xd7;" u2="&#x35;" k="35" />
+<hkern u1="&#xd7;" u2="&#x34;" k="31" />
+<hkern u1="&#xd7;" u2="&#x33;" k="39" />
+<hkern u1="&#xe9;" u2="&#x29;" k="68" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="14" />
+<hkern u1="&#xeb;" u2="\" k="20" />
+<hkern u1="&#xef;" u2="&#xae;" k="25" />
+<hkern u1="&#xf7;" u2="&#x35;" k="31" />
+<hkern u1="&#xf7;" u2="&#x34;" k="96" />
+<hkern u1="&#xf7;" u2="&#x33;" k="23" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-47" />
+<hkern u1="&#x201a;" u2="&#xff;" k="72" />
+<hkern u1="&#x201a;" u2="&#xfd;" k="72" />
+<hkern u1="&#x201a;" u2="y" k="72" />
+<hkern u1="&#x201d;" u2="&#xef;" k="-47" />
+<hkern u1="&#x201e;" u2="&#xff;" k="74" />
+<hkern u1="&#x201e;" u2="&#xfd;" k="74" />
+<hkern u1="&#x201e;" u2="y" k="74" />
+<hkern g1="r" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="r" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="j" 	g2="quoteright,quotedblright" 	k="35" />
+<hkern g1="j" 	g2="V,W" 	k="20" />
+<hkern g1="j" 	g2="parenright" 	k="51" />
+<hkern g1="j" 	g2="Z" 	k="14" />
+<hkern g1="j" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="j" 	g2="exclam" 	k="23" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="j" 	g2="S" 	k="16" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="18" />
+<hkern g1="j" 	g2="registered" 	k="41" />
+<hkern g1="j" 	g2="trademark" 	k="37" />
+<hkern g1="j" 	g2="T" 	k="12" />
+<hkern g1="j" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="23" />
+<hkern g1="j" 	g2="Q" 	k="16" />
+<hkern g1="j" 	g2="AE" 	k="23" />
+<hkern g1="j" 	g2="bar" 	k="72" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="j" 	g2="backslash" 	k="96" />
+<hkern g1="j" 	g2="braceright" 	k="35" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="25" />
+<hkern g1="j" 	g2="bracketright" 	k="33" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="V,W" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="parenright" 	k="25" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="l" 	k="14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="25" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="123" />
+<hkern g1="Z" 	g2="v,w" 	k="61" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteright,quotedblright" 	k="164" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteleft,quotedblleft" 	k="123" />
+<hkern g1="J" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="82" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="102" />
+<hkern g1="J" 	g2="g" 	k="41" />
+<hkern g1="J" 	g2="v,w" 	k="102" />
+<hkern g1="J" 	g2="s" 	k="82" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="82" />
+<hkern g1="J" 	g2="z" 	k="82" />
+<hkern g1="J" 	g2="x" 	k="143" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="t" 	g2="quoteleft,quotedblleft" 	k="41" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="N,Ntilde" 	k="143" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteright,quotedblright" 	k="123" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="T" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="205" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="164" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="184" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="20" />
+<hkern g1="T" 	g2="g" 	k="123" />
+<hkern g1="T" 	g2="s" 	k="164" />
+<hkern g1="T" 	g2="m,n,r,ntilde" 	k="123" />
+<hkern g1="T" 	g2="x" 	k="164" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="123" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="164" />
+<hkern g1="L" 	g2="V,W" 	k="184" />
+<hkern g1="L" 	g2="T" 	k="205" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="164" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="184" />
+<hkern g1="L" 	g2="g" 	k="82" />
+<hkern g1="v,w" 	g2="quoteright,quotedblright" 	k="205" />
+<hkern g1="v,w" 	g2="quoteleft,quotedblleft" 	k="143" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="307" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="266" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="266" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v,w" 	k="287" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="287" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="225" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="328" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="287" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="102" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="164" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="102" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-205" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-184" />
+<hkern g1="f" 	g2="quoteleft,quotedblleft" 	k="-164" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="123" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="225" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V,W" 	k="143" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="205" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="82" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="164" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="184" />
+<hkern g1="V,W" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="162" />
+<hkern g1="V,W" 	g2="parenright" 	k="41" />
+<hkern g1="V,W" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="68" />
+<hkern g1="V,W" 	g2="S" 	k="51" />
+<hkern g1="V,W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="145" />
+<hkern g1="V,W" 	g2="Q" 	k="57" />
+<hkern g1="V,W" 	g2="AE" 	k="258" />
+<hkern g1="V,W" 	g2="bar" 	k="-16" />
+<hkern g1="V,W" 	g2="backslash" 	k="-57" />
+<hkern g1="V,W" 	g2="bracketright" 	k="25" />
+<hkern g1="V,W" 	g2="y,yacute,ydieresis" 	k="121" />
+<hkern g1="V,W" 	g2="l" 	k="27" />
+<hkern g1="V,W" 	g2="t" 	k="51" />
+<hkern g1="V,W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="V,W" 	g2="g" 	k="152" />
+<hkern g1="V,W" 	g2="v,w" 	k="113" />
+<hkern g1="V,W" 	g2="s" 	k="162" />
+<hkern g1="V,W" 	g2="m,n,r,ntilde" 	k="111" />
+<hkern g1="V,W" 	g2="z" 	k="137" />
+<hkern g1="V,W" 	g2="x" 	k="168" />
+<hkern g1="V,W" 	g2="hyphen,uni00AD,endash,emdash" 	k="113" />
+<hkern g1="V,W" 	g2="N,Ntilde" 	k="137" />
+<hkern g1="V,W" 	g2="space" 	k="86" />
+<hkern g1="V,W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="160" />
+<hkern g1="V,W" 	g2="slash" 	k="168" />
+<hkern g1="V,W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="113" />
+<hkern g1="V,W" 	g2="copyright" 	k="35" />
+<hkern g1="V,W" 	g2="X" 	k="39" />
+<hkern g1="V,W" 	g2="question" 	k="-39" />
+<hkern g1="V,W" 	g2="guillemotleft,guilsinglleft" 	k="86" />
+<hkern g1="V,W" 	g2="colon,semicolon" 	k="74" />
+<hkern g1="V,W" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="V,W" 	g2="at" 	k="96" />
+<hkern g1="V,W" 	g2="b,h,k,germandbls" 	k="31" />
+<hkern g1="V,W" 	g2="ampersand" 	k="68" />
+<hkern g1="V,W" 	g2="j" 	k="31" />
+<hkern g1="V,W" 	g2="p,thorn" 	k="80" />
+<hkern g1="V,W" 	g2="guillemotright,guilsinglright" 	k="57" />
+<hkern g1="N,Ntilde" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="225" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="225" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="61" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="102" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="225" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="225" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="246" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="225" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="287" />
+<hkern g1="N,Ntilde" 	g2="N,Ntilde" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="205" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="61" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="c,ccedilla" 	g2="quoteleft,quotedblleft" 	k="41" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="123" />
+<hkern g1="k" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="F" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="123" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="123" />
+<hkern g1="F" 	g2="AE" 	k="205" />
+<hkern g1="F" 	g2="y,yacute,ydieresis" 	k="61" />
+<hkern g1="F" 	g2="s" 	k="102" />
+<hkern g1="F" 	g2="z" 	k="61" />
+<hkern g1="F" 	g2="x" 	k="61" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="61" />
+<hkern g1="x" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="x" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="K" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="143" />
+<hkern g1="K" 	g2="v,w" 	k="20" />
+<hkern g1="K" 	g2="s" 	k="20" />
+<hkern g1="K" 	g2="m,n,r,ntilde" 	k="61" />
+<hkern g1="K" 	g2="x" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="16" />
+<hkern g1="C,Ccedilla" 	g2="parenright" 	k="25" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="16" />
+<hkern g1="X" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="82" />
+<hkern g1="P" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="82" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="143" />
+<hkern g1="z" 	g2="quoteright,quotedblright" 	k="82" />
+<hkern g1="z" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="229" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="ampersand" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="125" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="156" />
+<hkern g1="quotedbl,quotesingle" 	g2="x" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="N,Ntilde" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,uni00AD,endash,emdash" 	k="72" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="139" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="172" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="20" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="16" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="74" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="70" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="229" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="ampersand" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="154" />
+<hkern g1="quoteright,quotedblright" 	g2="x" 	k="20" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="31" />
+<hkern g1="quoteright,quotedblright" 	g2="N,Ntilde" 	k="86" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="59" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="137" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="172" />
+<hkern g1="quoteright,quotedblright" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="88" />
+<hkern g1="quoteright,quotedblright" 	g2="v,w" 	k="-41" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="41" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="four" 	g2="hyphen,uni00AD,endash,emdash" 	k="53" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="72" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="74" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="35" />
+<hkern g1="five" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="five" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="six" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="35" />
+<hkern g1="periodcentered" 	g2="l" 	k="80" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..e5e964b3492f8e33233168d008290aa9ec57e3eb
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..4c7a36ec468d42fa73fbb47d848f143163e22fa9
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..f9742e259cb9d7fc707b4a7250d8aa61546885c7
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-blackitalic-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..8d5e9752093e98b75edb4b257782c32ca1b8df36
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displaybold';
+							}
+		</style>
+
+	<title>Playfair Display Bold Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Bold	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Bold</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Bold in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Bold in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..919ffb2023dc3bf1682042e6870fb71eaca0325f
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..f7c0c83210060d9bae4ae9ef85b6a25697f6bf40
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.svg
@@ -0,0 +1,1526 @@
+<?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="playfair_displaybold" horiz-adv-x="1624" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="477" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1333" d="M35 1016v41h151q0 251 162 407q71 66 182.5 102t239.5 36q119 0 194 -19t134 -55q36 -23 60 -60t24 -79q0 -74 -50 -116t-143 -42q-90 0 -141 42t-51 113q0 54 35 93.5t100 58.5q-20 12 -56.5 19.5t-76.5 7.5q-178 0 -262 -152q-30 -54 -43 -132.5t-13 -223.5h244 q166 0 259 5t179 19v-891q0 -57 14 -89t45 -45t85 -13v-43q-224 8 -285 8t-285 -8v43q50 0 78 13t40.5 45t12.5 89v646q0 95 -32 137.5t-111 42.5h-244v-826q0 -83 41 -115t123 -32v-43q-252 8 -305 8q-69 0 -297 -8v43q54 0 84.5 13t44.5 45t14 89v826h-151z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1339" d="M35 1016v41h151q0 156 35 261t113 173q67 57 155.5 84t182.5 27q42 0 134.5 -8.5t147.5 -8.5q101 0 209 21v-1416q0 -57 14 -89t45 -45t85 -13v-43q-224 8 -285 8t-285 -8v43q50 0 78 13t40.5 45t12.5 89v1194q0 95 -39 134q-21 22 -54.5 34.5t-69.5 12.5 q-55 0 -92.5 -17.5t-67.5 -52.5q-41 -44 -52.5 -114t-11.5 -212v-112h215v-41h-215v-826q0 -83 41 -115t123 -32v-43q-252 8 -305 8q-69 0 -297 -8v43q54 0 84.5 13t44.5 45t14 89v826h-151z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="477" />
+<glyph unicode="&#x09;" horiz-adv-x="477" />
+<glyph unicode="&#xa0;" horiz-adv-x="477" />
+<glyph unicode="!" horiz-adv-x="590" d="M121 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5zM127 1401q0 62 21.5 107.5t60 69.5t86.5 24q45 0 83.5 -24t61.5 -70t23 -107q0 -107 -45.5 -321.5t-72 -360.5t-32.5 -318h-37q-4 147 -26.5 285t-72.5 373 t-50 342z" />
+<glyph unicode="&#x22;" horiz-adv-x="756" d="M86 1358q0 62 36.5 99.5t92.5 37.5t92.5 -36.5t36.5 -98.5q0 -50 -11.5 -93t-46 -134.5t-57.5 -174.5h-28q-21 74 -54.5 163t-47 135t-13.5 102zM415 1358q0 62 36.5 99.5t92.5 37.5t92.5 -36.5t36.5 -98.5q0 -50 -11.5 -93t-46 -134.5t-57.5 -174.5h-28 q-21 74 -54.5 163t-47 135t-13.5 102z" />
+<glyph unicode="#" horiz-adv-x="1270" d="M82 506l8 41h302l66 342h-300l6 41h302l58 303h41l-58 -303h342l58 303h41l-58 -303h300l-6 -41h-302l-66 -342h300l-8 -41h-300l-58 -299h-41l58 299h-342l-58 -299h-41l58 299h-302zM433 547h342l66 342h-342z" />
+<glyph unicode="$" horiz-adv-x="1176" d="M102 -14q9 123 9 553h47q12 -165 48.5 -272t103.5 -166.5t173 -76.5v603l-6 4q-120 76 -194.5 137.5t-122 144t-47.5 189.5q0 109 49 187.5t132.5 123.5t188.5 59v248h41v-245q23 2 47 2q60 0 111 -8v251h41v-259q71 -17 147 -64q50 -29 70 -29q19 0 29 21.5t16 68.5h47 q-10 -137 -10 -467h-47q-22 171 -80.5 279t-171.5 145v-563l33 -21q115 -73 187 -134.5t115.5 -141t43.5 -184.5q0 -110 -49 -191.5t-134 -131t-196 -67.5v-251h-41v246q-43 -5 -88 -5q-36 0 -70 3v-244h-41v249q-64 9 -105 24t-97 42q-64 31 -86 31q-19 0 -29 -21.5 t-16 -68.5h-48zM358 1239q0 -61 26.5 -108.5t98.5 -108.5v391q-61 -22 -93 -67.5t-32 -106.5zM524 19q29 -3 62 -3q53 0 96 8v462q-60 46 -158 113v-580zM524 990q59 -45 158 -111v546q-37 7 -78 7q-43 0 -80 -8v-434zM723 35q139 46 139 192q0 41 -11.5 74.5t-41.5 69.5 t-86 83v-419z" />
+<glyph unicode="%" horiz-adv-x="1491" d="M68 1214q0 101 43.5 179.5t119.5 122t170 43.5q99 0 174 -40t116.5 -115t41.5 -179q0 -102 -43 -180t-118.5 -121t-170.5 -43q-98 0 -173.5 39.5t-117.5 115t-42 178.5zM136 -86l1198 1774l39 -27l-1198 -1774zM264 1217q0 -147 37 -223t105 -76q131 0 131 303 q0 148 -36.5 224.5t-103.5 76.5q-133 0 -133 -305zM756 305q0 101 43.5 179t119.5 121.5t171 43.5q98 0 173 -40t116.5 -115t41.5 -179q0 -101 -43 -179.5t-118.5 -121.5t-169.5 -43q-99 0 -174.5 40t-117.5 115t-42 179zM952 307q0 -146 37.5 -222.5t104.5 -76.5 q131 0 131 303q0 149 -36 225t-104 76q-133 0 -133 -305z" />
+<glyph unicode="&#x26;" horiz-adv-x="1839" d="M84 481q0 139 73.5 234t167 144.5t175.5 70.5q-232 92 -232 258q0 84 57.5 144.5t151 91t199.5 30.5q76 0 125 -10.5t88 -32.5q125 -62 125 -166q0 -40 -21.5 -70.5t-58 -47.5t-78.5 -17q-65 0 -107 32.5t-42 94.5q0 52 36.5 93.5t94.5 51.5q-18 16 -55 26.5t-81 10.5 q-72 0 -130 -30t-92 -90.5t-34 -147.5q0 -118 80 -209q75 16 115 16q36 0 56 -15t20 -40q0 -19 -16.5 -31t-41.5 -12q-27 0 -56 12.5t-49.5 25t-25.5 15.5q-104 -53 -160.5 -131.5t-56.5 -199.5q0 -198 158.5 -298t439.5 -100q142 0 272 41.5t211 122.5t81 193 q0 186 -156 261q-59 -18 -136.5 -39.5t-109.5 -31.5q-114 -25 -185.5 -51.5t-109 -62t-37.5 -85.5q0 -49 32.5 -86.5t84 -58t105.5 -20.5q21 0 47 6t34 14q-50 17 -76 52t-26 83q0 63 46 99t118 36q73 0 115.5 -38t42.5 -101q0 -92 -82 -139t-209 -47q-85 0 -154 29t-110 88 t-41 145q0 153 117 243t341 134q38 10 137 34t169 48q158 39 233.5 85t75.5 117q0 53 -33.5 96t-87 67t-111.5 24q-39 0 -59 -10q47 -18 73.5 -54t26.5 -75q0 -61 -46 -96.5t-118 -35.5q-71 0 -115 36.5t-44 99.5q0 80 69.5 126t186.5 46q96 0 169.5 -34.5t114.5 -100 t41 -154.5q0 -151 -105.5 -236.5t-309.5 -128.5l-38 -13q92 -40 141.5 -130.5t49.5 -208.5q0 -143 -88.5 -257.5t-249 -179.5t-368.5 -65q-225 0 -396 62t-264.5 177.5t-93.5 270.5z" />
+<glyph unicode="'" horiz-adv-x="428" d="M86 1358q0 62 36.5 99.5t92.5 37.5t92.5 -36.5t36.5 -98.5q0 -50 -11.5 -93t-46 -134.5t-57.5 -174.5h-28q-21 74 -54.5 163t-47 135t-13.5 102z" />
+<glyph unicode="(" horiz-adv-x="651" d="M71 639q0 -328 130.5 -577.5t381.5 -434.5l31 25q-137 217 -198.5 452t-61.5 535q0 299 62 536.5t198 450.5l-31 25q-251 -185 -381.5 -434.5t-130.5 -577.5z" />
+<glyph unicode=")" horiz-adv-x="651" d="M37 -348q137 217 198.5 452t61.5 535q0 299 -62 536.5t-198 450.5l31 25q251 -185 381.5 -434.5t130.5 -577.5t-130.5 -577.5t-381.5 -434.5z" />
+<glyph unicode="*" horiz-adv-x="985" d="M104 896q0 53 62 89q31 18 71.5 28t119.5 23t126 23q-46 10 -126.5 24t-121.5 24.5t-71 27.5q-60 35 -60 89q0 27 15 52q29 51 80 51q31 0 65 -20q31 -18 60.5 -48.5t80 -91t80.5 -94.5q-13 41 -41 116.5t-39.5 117t-11.5 75.5q0 57 29.5 84t71.5 27q41 0 69.5 -27 t28.5 -84q0 -35 -11.5 -75t-38.5 -114t-42 -119q30 33 81.5 95t81 92.5t58.5 47.5q33 19 65 19q52 0 80 -50q17 -27 17 -53q0 -54 -62 -88q-30 -17 -69.5 -27t-117.5 -23.5t-125 -24.5q44 -9 123 -23t119.5 -24.5t69.5 -27.5q62 -34 62 -88q0 -26 -17 -53q-27 -51 -78 -51 q-31 0 -65 20q-31 18 -60 48t-79.5 90t-81.5 94q14 -41 41.5 -116.5t39 -116.5t11.5 -75q0 -57 -29 -83.5t-71 -26.5t-70.5 26.5t-28.5 83.5q0 38 12.5 81t37 108t43.5 121q-30 -34 -82 -96t-81.5 -92.5t-58.5 -47.5q-33 -19 -64 -19q-53 0 -83 50q-15 27 -15 52z" />
+<glyph unicode="+" horiz-adv-x="1176" d="M74 696v62h477v483h74v-483h475v-62h-475v-481h-74v481h-477z" />
+<glyph unicode="," horiz-adv-x="555" d="M100 129q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116z" />
+<glyph unicode="-" horiz-adv-x="985" d="M123 469v170h739v-170h-739z" />
+<glyph unicode="." horiz-adv-x="553" d="M102 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="/" horiz-adv-x="754" d="M66 -29l557 1508h67l-557 -1508h-67z" />
+<glyph unicode="0" horiz-adv-x="1321" d="M92 514q0 162 72.5 292.5t204.5 205.5t303 75q161 0 288 -67.5t198 -190t71 -282.5q0 -163 -73 -294.5t-205 -206.5t-302 -75q-160 0 -286.5 67t-198.5 190.5t-72 285.5zM401 520q0 -176 35.5 -291t95.5 -168t136 -53q73 0 130 64t89.5 185t32.5 284q0 175 -35.5 289.5 t-95.5 167.5t-136 53q-74 0 -131 -63.5t-89 -183.5t-32 -284z" />
+<glyph unicode="1" horiz-adv-x="784" d="M82 932v45q178 3 293 26.5t203 77.5v-882q0 -61 14.5 -94.5t46 -47.5t86.5 -14v-43q-220 8 -283 8q-64 0 -352 -8v43q97 0 145 36.5t48 131.5v500q0 99 -17.5 145t-58.5 61t-125 15z" />
+<glyph unicode="2" horiz-adv-x="1071" d="M84 831q150 256 479 256q105 0 182 -30.5t118.5 -89t41.5 -140.5q0 -119 -87 -210t-248 -204t-214 -169h443q56 0 83 8.5t38 27t16 56.5h43q0 -242 8 -346q-46 10 -305 10h-596v39q29 30 176 164t234.5 272.5t87.5 284.5q0 209 -191 209q-86 0 -152.5 -39.5 t-121.5 -118.5z" />
+<glyph unicode="3" horiz-adv-x="999" d="M59 -268q135 4 265 60t214.5 161t84.5 248q0 79 -26 142t-74.5 100t-114.5 42q-73 -32 -105 -32q-39 0 -39 28q0 22 19 33.5t47 11.5q12 0 33.5 -3.5t37.5 -4.5q158 111 158 275q0 91 -47.5 135.5t-134.5 44.5q-82 0 -151 -40.5t-115 -119.5l-37 18q63 117 164.5 186.5 t265.5 69.5q101 0 180.5 -28.5t124.5 -81.5t45 -125q0 -77 -50.5 -145t-145 -118.5t-220.5 -74.5l35 1q132 0 235 -36.5t161.5 -106.5t58.5 -169q0 -151 -129 -267.5t-330.5 -180.5t-409.5 -64v41z" />
+<glyph unicode="4" horiz-adv-x="1081" d="M16 74v43l764 970h33v-802h16q56 0 83.5 8.5t38 26.5t16.5 57h43q0 -218 8 -314q-31 7 -205 10v-362h-238v363h-559zM205 285h370v476z" />
+<glyph unicode="5" horiz-adv-x="940" d="M61 -266q130 1 246 56.5t188 160.5t72 248q0 128 -60.5 197t-174.5 69q-56 0 -98 -14.5t-87 -44.5l-28 18l65 641q41 -8 111 -8h338q59 0 82.5 17t29.5 63h43q0 -228 9 -344q-44 10 -285 10h-315l-33 -350q118 82 309 82q133 0 222.5 -42.5t133 -115.5t43.5 -166 q0 -152 -118.5 -269t-306.5 -181t-386 -64v37z" />
+<glyph unicode="6" horiz-adv-x="1149" d="M96 555q0 285 128.5 483.5t315 305t373.5 137.5l9 -41q-132 -42 -230.5 -107.5t-173.5 -202t-101 -364.5q42 70 114 102.5t155 32.5q110 0 201.5 -53.5t145.5 -154t54 -234.5q0 -152 -68.5 -262.5t-185 -168t-255.5 -57.5q-149 0 -257.5 69t-166.5 200t-58 315zM406 543 q0 -192 28 -310.5t71 -169.5t93 -51t90.5 44.5t65 140.5t24.5 243q0 209 -48 305.5t-126 96.5q-52 0 -107.5 -38t-85.5 -115q-5 -70 -5 -146z" />
+<glyph unicode="7" horiz-adv-x="932" d="M47 1067q46 -10 305 -10h578v-43q-27 -61 -133.5 -254.5t-167 -371.5t-60.5 -376q0 -12 5.5 -78.5t5.5 -87.5q0 -62 -39.5 -105.5t-110.5 -43.5q-74 0 -111.5 49t-37.5 131q0 182 100 359t232.5 350.5t167.5 222.5h-545q-56 0 -83.5 -8.5t-38 -27t-16.5 -56.5h-43 q0 246 -8 350z" />
+<glyph unicode="8" horiz-adv-x="1149" d="M88 322q0 251 333 397q-83 71 -139 132.5t-91 135t-35 158.5q0 106 59 181.5t158 114t217 38.5q116 0 207 -35.5t142.5 -100.5t51.5 -151q0 -100 -71 -179.5t-210 -152.5q125 -106 191 -170t115 -149t49 -183q0 -112 -65 -200t-179.5 -137.5t-257.5 -49.5 q-129 0 -237.5 40.5t-173 119.5t-64.5 191zM342 358q0 -156 54.5 -253t176.5 -97q96 0 151.5 61t55.5 160q0 91 -44.5 169t-105 136.5t-177.5 157.5q-111 -117 -111 -334zM426 1272q0 -71 33 -136t86.5 -122.5t132.5 -125.5q39 55 57.5 133.5t18.5 154.5q0 124 -48 195 t-133 71q-68 0 -107.5 -46.5t-39.5 -123.5z" />
+<glyph unicode="9" horiz-adv-x="1133" d="M59 602q0 151 69 261t185.5 167t255.5 57q149 0 257.5 -66t166.5 -193t58 -306q0 -256 -127 -435.5t-311.5 -275.5t-366.5 -122l-8 41q122 35 215 90t166.5 167t103.5 295q-43 -64 -113 -94t-149 -30q-110 0 -201.5 54t-146 154.5t-54.5 235.5zM369 618q0 -207 47.5 -304 t126.5 -97q51 0 105 35.5t85 109.5q8 79 8 170q0 187 -28 302t-71.5 164t-94.5 49q-49 0 -89 -44.5t-64.5 -140.5t-24.5 -244z" />
+<glyph unicode=":" horiz-adv-x="594" d="M122 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5zM122 929q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode=";" horiz-adv-x="606" d="M124 129q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116zM130 929q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5 t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1233" d="M57 727l998 465l35 -74l-838 -391l838 -391l-35 -74z" />
+<glyph unicode="=" horiz-adv-x="1300" d="M137 553v61h1026v-61h-1026zM137 840v61h1026v-61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1233" d="M143 336l35 -74l998 465l-998 465l-35 -74l838 -391z" />
+<glyph unicode="?" horiz-adv-x="1040" d="M61 1352q0 58 31 100.5t86 77.5q122 72 307 72q146 0 257.5 -44.5t173 -128t61.5 -196.5q0 -168 -140 -284t-382 -171v-299h-41v318q109 48 168.5 108.5t80.5 130t21 158.5q0 186 -67.5 276.5t-184.5 90.5q-58 0 -105.5 -13.5t-72.5 -40.5q115 -34 115 -149 q0 -64 -45.5 -106t-116.5 -42q-43 0 -76 19.5t-51.5 52t-18.5 70.5zM262 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="@" horiz-adv-x="1810" d="M92 293q0 274 134.5 522.5t365 400.5t502.5 152q188 0 334.5 -59.5t231.5 -185.5t85 -318q0 -218 -93.5 -390t-235 -267t-277.5 -95q-162 0 -162 142q0 40 12 90q-55 -122 -127 -177t-164 -55q-110 0 -173.5 68t-63.5 198q0 145 70 300t183 257.5t236 102.5 q64 0 105 -33.5t54 -89.5l19 94q163 0 258 29l-161 -739q-12 -51 -12 -76q0 -46 34 -46q13 0 27 5q92 27 192 117t169 236t69 331q0 182 -81 299t-218 171t-309 54q-250 0 -472.5 -142.5t-356.5 -381t-134 -510.5q0 -204 79.5 -336t220 -193t327.5 -61q237 0 422 111l14 -27 q-79 -56 -192.5 -88.5t-245.5 -32.5q-200 0 -349.5 66.5t-233 206t-83.5 350.5zM723 322q0 -92 21 -131t63 -39q63 0 119.5 80t101.5 229l65 319q-1 52 -24.5 89.5t-67.5 37.5q-65 0 -130 -87t-106.5 -223.5t-41.5 -274.5z" />
+<glyph unicode="A" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM324 590h415l-203 553z" />
+<glyph unicode="B" horiz-adv-x="1376" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 311 -6q82 0 182 2t139 2q165 0 278.5 -40.5t170.5 -113t57 -168.5q0 -76 -44 -149t-136.5 -129.5t-228.5 -81.5v-4q182 -14 297.5 -67.5t167 -131t51.5 -166.5q0 -127 -68 -216.5 t-195 -135t-302 -45.5q-44 0 -150.5 3t-214.5 3q-211 0 -315 -6zM549 217q0 -74 10.5 -109t39.5 -48t91 -13q285 0 285 359q0 161 -81.5 245t-258.5 84h-86v-518zM549 770h88q133 0 186.5 91t53.5 243q0 154 -48 229.5t-153 75.5q-55 0 -81.5 -14.5t-36 -51t-9.5 -110.5 v-463z" />
+<glyph unicode="C" horiz-adv-x="1444" d="M88 713q0 226 92 400t257 270t376 96q122 0 208.5 -35t168.5 -98q23 -18 40 -18q42 0 52 122h47q-8 -139 -8 -496h-47q-13 103 -28.5 167.5t-45 113.5t-80.5 90q-51 49 -119 74.5t-141 25.5q-141 0 -232 -97t-133 -256t-42 -351t44 -351t137.5 -254.5t233.5 -95.5 q71 0 139 26t115 75q52 40 81.5 92.5t44 121.5t26.5 181h47q0 -371 8 -516h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-60 -42 -111.5 -70t-118 -45.5t-149.5 -17.5q-217 0 -380.5 88t-253 255.5t-89.5 398.5z" />
+<glyph unicode="D" horiz-adv-x="1589" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q131 -7 247 -7l64 1q288 6 321 6q400 0 598.5 -181t198.5 -528q0 -223 -97 -390.5t-281 -259t-437 -91.5q-30 0 -140.5 3t-158.5 3q-211 0 -315 -6zM549 213q0 -74 12 -110.5t44 -51 t97 -14.5q169 0 269.5 79.5t144 232t43.5 384.5q0 233 -46.5 382.5t-147.5 223.5t-265 74q-64 0 -95.5 -14.5t-43.5 -51.5t-12 -110v-1024z" />
+<glyph unicode="E" horiz-adv-x="1298" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -169 -14 -303q0 -91 6 -139h-47q-21 149 -64 235t-109 123t-163 37h-84q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-507h65q110 0 166 80t78 190h47 q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-41 271 -250 271h-65v-516q0 -66 10 -95.5t38.5 -40t92.5 -10.5h101q144 0 233.5 100t126.5 336h47q-6 -67 -6 -172q0 -188 14 -311q-139 6 -469 6q-446 0 -667 -6z" />
+<glyph unicode="F" horiz-adv-x="1212" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -175 -14 -311q0 -97 6 -156h-47q-27 157 -73 249t-113.5 131.5t-165.5 39.5h-68q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-516h72q109 0 165 80.5t78 190.5 h47q-7 -101 -7 -193l1 -98q0 -107 13 -291h-48q-42 270 -249 270h-72v-471q0 -82 17 -119.5t61.5 -50.5t140.5 -14v-45q-252 6 -375 6q-59 0 -323 -6z" />
+<glyph unicode="G" horiz-adv-x="1505" d="M88 709q0 229 94.5 403.5t263 270.5t383.5 96q126 0 213.5 -34.5t171.5 -98.5q25 -19 41 -19q21 0 33 29t19 94h47q-8 -139 -8 -496h-48q-15 138 -47 224.5t-106 146.5q-49 47 -121 73.5t-147 26.5q-143 0 -238 -97.5t-140.5 -257.5t-45.5 -349q0 -709 393 -709 q89 0 145 41q27 18 38 43t11 64v200q0 96 -16 140.5t-57.5 61t-132.5 20.5v41q118 -7 350 -7q189 0 274 7v-41q-42 -4 -60 -16.5t-25 -47t-7 -112.5v-406h-41q-2 43 -17 80t-42 37q-34 0 -111 -43q-178 -103 -336 -103q-236 0 -400 87.5t-247.5 253t-83.5 397.5z" />
+<glyph unicode="H" horiz-adv-x="1638" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q200 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-483h543v483q0 77 -11.5 112t-43 48t-99.5 16v41q114 -6 322 -6q209 0 311 6v-41q-69 -3 -100 -16t-42.5 -48 t-11.5 -112v-1016q0 -77 11.5 -112t42.5 -48t100 -16v-41q-102 6 -311 6q-208 0 -322 -6v41q68 3 99.5 16t43 48t11.5 112v492h-543v-492q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6z" />
+<glyph unicode="I" horiz-adv-x="770" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q200 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-1016q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6z" />
+<glyph unicode="J" horiz-adv-x="745" d="M-324 -199q0 63 45 101.5t119 38.5q72 0 114 -35.5t42 -100.5q0 -46 -27 -82t-78 -53q20 -14 74 -14q75 0 129 40t78 107q18 53 26.5 112t10.5 140t2 242v936q0 77 -11.5 112t-43 48t-99.5 16v41q102 -6 312 -6q207 0 321 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-750 v-122q0 -137 -6.5 -238t-28.5 -174q-28 -96 -98.5 -171.5t-178 -119t-241.5 -43.5q-130 0 -207 39q-101 50 -101 147z" />
+<glyph unicode="K" horiz-adv-x="1462" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q199 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-461q81 5 149 50t154 143l121 145q93 110 93 189q0 51 -39.5 80t-111.5 32v39q151 -6 304 -6q118 0 192 6v-39 q-162 -37 -297 -197l-256 -304l477 -744q30 -48 62.5 -76t85.5 -49v-41q-146 6 -320 6q-135 0 -260 -6v41q58 3 83 12t25 28q0 17 -22 52l-297 481q-28 45 -48.5 68.5t-41.5 33t-53 12.5v-511q0 -77 11 -112t42 -48t100 -16v-41q-110 6 -309 6q-220 0 -323 -6z" />
+<glyph unicode="L" horiz-adv-x="1251" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q208 0 322 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1040q0 -66 9.5 -95.5t36 -40t83.5 -10.5h100q93 0 170.5 57t130 160.5t72.5 239.5h47q-6 -70 -6 -180 q0 -197 14 -324q-139 6 -469 6q-446 0 -667 -6z" />
+<glyph unicode="M" horiz-adv-x="1898" d="M72 0v41q67 9 98.5 34.5t43 78t11.5 157.5v922q0 77 -11.5 112t-42.5 48t-99 16v41q65 -6 178 -6q188 0 323 6l413 -995l378 989h145q208 0 322 6v-41q-69 -3 -100 -16t-42.5 -48t-11.5 -112v-1016q0 -77 11.5 -112t43 -48t99.5 -16v-41q-114 6 -322 6q-219 0 -323 -6v41 q74 3 107.5 16t46 48t12.5 112v1071l-494 -1290h-33l-553 1319v-981q0 -121 13 -177.5t53.5 -82.5t132.5 -35v-41q-79 6 -221 6q-113 0 -178 -6z" />
+<glyph unicode="N" horiz-adv-x="1479" d="M72 0v41q67 9 98.5 34.5t43 78t11.5 157.5v922q0 77 -11.5 112t-42.5 48t-99 16v41q65 -6 178 -6q103 0 176 6l793 -977v641q0 121 -13 177.5t-53.5 82.5t-132.5 35v41q79 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78t-11.5 -157.5v-1143q-15 1 -50 1 q-36 0 -55 -1l-889 1126v-786q0 -121 13 -177.5t53.5 -82.5t132.5 -35v-41q-79 6 -221 6q-113 0 -178 -6z" />
+<glyph unicode="O" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5 t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5z" />
+<glyph unicode="P" horiz-adv-x="1313" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 311 -6q82 0 182 2t139 2q186 0 313.5 -50.5t191 -141.5t63.5 -212q0 -112 -57 -216t-194 -173t-362 -69h-108v-357q0 -82 17 -119.5t61.5 -50.5t140.5 -14v-45q-252 6 -375 6 q-59 0 -323 -6zM549 627h88q167 0 230 106.5t63 288.5q0 199 -59 293t-195 94q-55 0 -81.5 -14.5t-36 -51t-9.5 -110.5v-606z" />
+<glyph unicode="Q" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -218 -86.5 -388t-241.5 -268.5t-354 -108.5q-49 -6 -87.5 -18.5t-104.5 -39.5t-115 -41q71 -6 188.5 -16t200.5 -15t151 -5q94 0 154 9q127 14 200.5 55t123.5 124l37 -11 q-35 -232 -142 -319q-44 -37 -113 -58.5t-151 -21.5q-111 0 -216 33.5t-247.5 96t-208.5 87.5q-31 11 -49 14q-88 -43 -172 -43q-43 0 -69.5 13.5t-26.5 40.5q0 26 28.5 40.5t83.5 14.5q78 0 156 -29q40 10 73.5 23t85 36t82.5 34q-191 18 -332.5 111t-218.5 252.5 t-77 373.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5z" />
+<glyph unicode="R" horiz-adv-x="1417" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q104 -6 311 -6q82 0 182 2t139 2q282 0 425 -92.5t143 -263.5q0 -91 -43 -173t-146 -142.5t-272 -80.5h2q124 -11 203.5 -42t124.5 -86.5t63 -141.5l47 -211q17 -83 38.5 -115t60.5 -32 q24 1 42 12t40 35l28 -25q-56 -63 -119.5 -91t-152.5 -28q-118 0 -187 50t-90 172l-37 204q-18 99 -37.5 159.5t-56 96t-96.5 35.5h-133v-471q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6zM549 729h88q115 0 179.5 44t89 118t24.5 178q0 168 -59.5 254 t-194.5 86q-55 0 -81.5 -14.5t-36 -51t-9.5 -110.5v-504z" />
+<glyph unicode="S" horiz-adv-x="1196" d="M113 -14q8 128 8 553h47q13 -229 101.5 -371.5t271.5 -142.5q72 0 129.5 25.5t91 77.5t33.5 126q0 80 -37.5 143.5t-101 116t-169.5 121.5q-124 80 -196.5 139t-120 140t-47.5 188q0 124 63 208.5t167 125.5t229 41q74 0 128.5 -11t91 -27.5t79.5 -41.5q49 -29 69 -29 q19 0 29 21.5t16 68.5h47q-10 -137 -10 -467h-47q-7 111 -49.5 211t-119 162.5t-179.5 62.5q-65 0 -116.5 -25t-80 -72.5t-28.5 -110.5q0 -102 61 -167t159 -131.5t132 -89.5q120 -80 190 -139t114 -138t44 -183q0 -131 -68 -221t-183 -134.5t-257 -44.5q-115 0 -190.5 20.5 t-139.5 55.5q-44 29 -69 29q-19 0 -29 -21.5t-16 -68.5h-47z" />
+<glyph unicode="T" horiz-adv-x="1368" d="M51 1450q187 -6 633 -6t631 6q-15 -208 -15 -348q0 -88 7 -156h-47q-34 171 -83 270.5t-117.5 143t-166.5 43.5h-47v-1170q0 -85 17.5 -124t62 -53t139.5 -15v-41q-258 6 -389 6q-129 0 -375 -6v41q96 1 140.5 15t61.5 53t17 124v1170h-45q-99 0 -167.5 -43 t-117.5 -142.5t-84 -271.5h-47q7 68 7 156q0 140 -15 348z" />
+<glyph unicode="U" horiz-adv-x="1411" d="M39 1409v41q105 -6 319 -6q212 0 326 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-772q0 -144 26 -234.5t87.5 -137t169.5 -46.5q204 0 288.5 138t84.5 392v541q0 119 -14.5 176.5t-55.5 83.5t-129 35v41q77 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78 t-11.5 -157.5v-543q0 -293 -84 -434q-56 -91 -160 -141t-256 -50q-236 0 -369 103q-65 52 -99.5 121t-47 161.5t-12.5 233.5v643q0 77 -11.5 112t-43 48t-99.5 16z" />
+<glyph unicode="V" horiz-adv-x="1368" d="M-25 1409v41q123 -6 312 -6q209 0 311 6v-41q-77 -3 -110.5 -18.5t-33.5 -57.5q0 -32 25 -96l361 -917l252 679q57 161 57 250q0 82 -43.5 119.5t-128.5 40.5v41q138 -6 256 -6q94 0 156 6v-41q-51 -20 -101 -78.5t-88 -165.5l-432 -1169q-23 2 -72 2q-47 0 -69 -2 l-523 1282q-26 68 -60.5 98.5t-68.5 32.5z" />
+<glyph unicode="W" horiz-adv-x="1982" d="M-25 1409v41q123 -6 306 -6q172 0 251 6v-41q-71 -9 -71 -80q0 -38 18 -92l299 -864l208 608l-105 317q-20 60 -48 84t-65 27v41q114 -6 293 -6q199 0 295 6v-41q-75 -2 -107 -17t-32 -59q0 -33 20 -96l280 -857l195 619q46 150 46 239t-43.5 128.5t-131.5 42.5v41 q138 -6 254 -6q97 0 158 6v-41q-120 -46 -180 -244l-361 -1169q-22 2 -72 2q-49 0 -71 -2l-302 913l-302 -913q-23 2 -72 2t-72 -2l-459 1282q-23 67 -58.5 98t-70.5 33z" />
+<glyph unicode="X" horiz-adv-x="1415" d="M6 1409v43q228 -8 293 -8q179 0 313 8v-43q-68 0 -99 -9t-31 -30q0 -16 16 -39l305 -445l151 204q97 125 97 206q0 51 -38.5 79.5t-111.5 33.5v41q117 -6 258 -6q124 0 189 6v-41q-65 -19 -131.5 -76.5t-126.5 -138.5l-261 -347l480 -702q28 -41 46.5 -61.5t37.5 -29.5 t47 -11v-43q-216 8 -281 8q-74 0 -330 -8v43q72 0 104 7.5t32 26.5q0 14 -15 36l-345 506l-163 -224q-94 -126 -94 -215q0 -63 46 -98.5t128 -40.5v-41q-117 6 -323 6q-124 0 -189 -6v41q143 46 297 250l272 367l-442 649q-29 42 -46.5 62t-36.5 29t-48 11z" />
+<glyph unicode="Y" horiz-adv-x="1276" d="M-14 1409v43q89 -10 241 -10q192 0 385 10v-43q-72 0 -113.5 -12.5t-41.5 -47.5q0 -21 14 -46l312 -600l159 319q81 162 81 253q0 69 -44 101t-127 35v41q138 -6 256 -6q94 0 156 6v-41q-47 -20 -94.5 -75.5t-102.5 -161.5l-242 -479v-478q0 -77 11.5 -112t42.5 -48 t100 -16v-41q-111 6 -315 6q-219 0 -318 -6v41q68 3 99.5 16t43 48t11.5 112v346l-396 731q-63 115 -118 115z" />
+<glyph unicode="Z" horiz-adv-x="1233" d="M80 0v41l715 1362h-234q-169 0 -275.5 -96t-133.5 -324h-48q7 55 7 156q0 124 -15 311q135 -6 461 -6q404 0 584 6v-41l-713 -1362h225q102 0 193 43.5t156.5 143t82.5 258.5h48q-7 -67 -7 -181q0 -188 15 -311q-152 6 -510 6q-381 0 -551 -6z" />
+<glyph unicode="[" horiz-adv-x="659" d="M172 -371v1952h412v-39h-117v-1874h117v-39h-412z" />
+<glyph unicode="\" horiz-adv-x="754" d="M64 1479l557 -1508h67l-557 1508h-67z" />
+<glyph unicode="]" horiz-adv-x="659" d="M76 -332v-39h412v1952h-412v-39h117v-1874h-117z" />
+<glyph unicode="^" horiz-adv-x="1083" d="M115 664q127 69 235.5 181.5t171.5 235.5h37q63 -121 172 -234t236 -183l-17 -29q-130 31 -253 77.5t-197 94.5q-61 -48 -161.5 -94.5t-207.5 -77.5z" />
+<glyph unicode="_" horiz-adv-x="1245" d="M121 -176h1003v-177h-1003v177z" />
+<glyph unicode="`" horiz-adv-x="457" d="M15 1594q0 47 38 79q30 26 70 26q28 0 54 -13t44 -35q24 -28 40 -60.5t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5t-32 83z" />
+<glyph unicode="a" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5 t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5z" />
+<glyph unicode="b" horiz-adv-x="1200" d="M12 1536v43q64 -6 127 -6q180 0 299 29v-710q42 95 124 145t190 50t191.5 -59t131 -178t47.5 -293q0 -204 -62.5 -335t-168 -191t-238.5 -60q-142 0 -229 72q-11 1 -32 1q-67 0 -130.5 -21.5t-101.5 -55.5l-31 19q14 52 14 114v1256q0 95 -29.5 137.5t-101.5 42.5z M438 69q67 -55 152 -55q223 0 223 514q0 252 -46.5 361.5t-135.5 109.5q-67 0 -121.5 -48t-71.5 -130v-752z" />
+<glyph unicode="c" horiz-adv-x="1016" d="M74 524q0 181 65.5 307.5t180 191t262.5 64.5q76 0 143 -16.5t113 -44.5q53 -33 82.5 -82.5t29.5 -109.5q0 -73 -45.5 -118.5t-116.5 -45.5q-72 0 -114.5 41t-42.5 110q0 62 39 107t96 61q-16 22 -49.5 35.5t-73.5 13.5q-83 0 -141.5 -62.5t-88.5 -172t-30 -250.5 q0 -150 38 -242t99 -131t135 -39q70 0 141 36.5t128 129.5l34 -12q-26 -84 -78 -157.5t-135 -120t-194 -46.5q-137 0 -244.5 60t-170 184t-62.5 309z" />
+<glyph unicode="d" horiz-adv-x="1225" d="M78 535v6q0 176 58 298q58 124 161.5 186t237.5 62q151 0 227 -77v348q0 95 -29.5 137.5t-101.5 42.5v43q65 -6 127 -6q180 0 299 29v-1379q0 -95 28.5 -137.5t102.5 -42.5v-43q-65 6 -127 6q-181 0 -299 -28v176q-69 -185 -266 -185q-125 0 -219.5 60.5t-146.5 186.5 q-52 124 -52 310v7zM387 530v-14q0 -457 193 -457q44 0 83 22t65.5 63.5t33.5 96.5v717q-52 70 -150 70q-108 0 -167 -125q-58 -123 -58 -365v-8z" />
+<glyph unicode="e" horiz-adv-x="1032" d="M76 518q0 186 64 313.5t177 191.5t261 64q385 0 385 -454h-575q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q169 0 271 164l36 -12q-26 -84 -80.5 -156.5t-138 -118t-190.5 -45.5q-141 0 -247.5 60t-166 182.5t-59.5 304.5zM384 672h321v25q-1 144 -33 241 q-36 106 -107 106q-73 0 -121.5 -90.5t-59.5 -281.5z" />
+<glyph unicode="f" horiz-adv-x="721" d="M41 1016v41h139q0 121 12.5 201.5t40.5 137t76 103.5q46 46 121.5 74.5t159.5 28.5q128 0 219 -68q31 -25 50.5 -65t19.5 -89q0 -37 -18.5 -69.5t-52 -52t-75.5 -19.5q-70 0 -112.5 38.5t-42.5 106.5q0 54 31 94.5t89 57.5q-6 13 -25.5 21t-47.5 8q-77 0 -111 -54 q-22 -31 -30.5 -89.5t-8.5 -178.5v-186h219v-41h-219v-805q0 -95 48 -131.5t145 -36.5v-43q-288 8 -353 8q-62 0 -266 -8v43q49 0 77.5 13t41 45t12.5 89v826h-139z" />
+<glyph unicode="g" horiz-adv-x="1112" d="M41 -207q0 55 41.5 82t135.5 57t133 58h-48q-85 0 -157 41t-72 149q0 59 24.5 106.5t81 91t152.5 89.5q-105 36 -164 109.5t-59 185.5q0 162 120.5 243.5t319.5 81.5q82 0 152 -14q-1 11 -1 22q0 41 9 81q10 85 58 136.5t136 51.5q65 0 107.5 -34.5t42.5 -90.5 q0 -52 -40.5 -85.5t-101.5 -33.5q-62 0 -97 29t-54 86q-22 -37 -31 -105q-1 -10 -1 -30q0 -22 1 -33q122 -31 191 -107.5t69 -197.5q0 -109 -56.5 -182t-155.5 -108.5t-228 -35.5q-97 0 -177 20q-59 -34 -87.5 -62t-28.5 -64q0 -68 82 -68h473q123 0 199.5 -51.5 t76.5 -167.5q0 -105 -66 -203.5t-200 -161.5t-327 -63q-150 0 -251.5 23.5t-151.5 63.5t-50 91zM319 -174q0 -85 64.5 -130.5t165.5 -45.5q83 0 154.5 30.5t114 88.5t42.5 135q0 44 -26 65t-93 21h-351q-34 -32 -52.5 -79t-18.5 -85zM412 762q0 -157 35 -223t102 -66 q68 0 102.5 66t34.5 223t-34.5 223t-102.5 66q-67 0 -102 -66t-35 -223z" />
+<glyph unicode="h" horiz-adv-x="1245" d="M39 0v43q49 0 77 13t41 45t13 89v1166q0 95 -29.5 137.5t-101.5 42.5v43q65 -6 127 -6q180 0 299 29v-705q92 190 334 190q159 0 225 -79q34 -40 50 -102t16 -165v-551q0 -57 12.5 -89t40.5 -45t78 -13v-43q-216 8 -271 8q-70 0 -266 -8v43q41 0 65 13t35 45t11 89v637 q0 84 -27.5 127t-99.5 43q-56 0 -102.5 -30.5t-73.5 -84t-27 -120.5v-572q0 -57 10.5 -89t34 -45t65.5 -13v-43q-196 8 -253 8q-71 0 -283 -8z" />
+<glyph unicode="i" horiz-adv-x="645" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-891q0 -57 13 -89t41 -45t77 -13v-43q-204 8 -272 8q-65 0 -285 -8zM128 1430q0 73 50 115t137 42q85 0 135.5 -42t50.5 -115q0 -74 -50.5 -116t-135.5 -42 q-87 0 -137 42t-50 116z" />
+<glyph unicode="j" horiz-adv-x="608" d="M-258 -219q0 62 44 99.5t118 37.5q71 0 112 -33.5t41 -97.5q0 -43 -25.5 -78t-76.5 -53q32 -4 47 -4q87 0 129 57q24 37 32.5 110.5t8.5 225.5v791q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-888q0 -173 -29 -283t-102 -184q-111 -111 -332 -111 q-109 0 -182 37q-38 19 -59 53.5t-21 75.5zM121 1425q0 74 50 116t136 42t136.5 -42t50.5 -116q0 -73 -51 -115t-136 -42q-86 0 -136 42t-50 115z" />
+<glyph unicode="k" horiz-adv-x="1198" d="M39 0v43q49 0 77 13t41 45t13 89v1168q0 95 -29.5 137.5t-101.5 42.5v43q65 -6 127 -6q180 0 299 29v-1021q41 4 70 15.5t53 36.5l155 151q69 69 69 125q0 47 -44.5 75.5t-114.5 31.5v41q114 -6 240 -6q168 0 240 6v-41q-122 -27 -256 -158l-131 -136l344 -574 q31 -49 52 -72.5t54 -34.5v-43q-164 8 -215 8q-68 0 -264 -8v43q61 0 61 39q0 13 -10 31l-203 366q-20 34 -42.5 47.5t-57.5 15.5v-352q0 -57 12 -89t38.5 -45t72.5 -13v-43q-204 8 -266 8q-71 0 -283 -8z" />
+<glyph unicode="l" horiz-adv-x="637" d="M41 0v43q49 0 77 13t41 45t13 89v1168q0 95 -29.5 137.5t-101.5 42.5v43q65 -6 127 -6q180 0 299 29v-1414q0 -57 12.5 -89t41 -45t77.5 -13v-43q-212 8 -274 8q-71 0 -283 -8z" />
+<glyph unicode="m" horiz-adv-x="1853" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-184q92 190 318 190q156 0 225 -79q38 -44 52 -124q52 111 138.5 157t200.5 46q156 0 225 -79q33 -39 47.5 -101.5t14.5 -165.5v-551q0 -57 13 -89t41 -45t77 -13v-43 q-204 8 -271 8q-57 0 -253 -8v43q37 0 58 13t30.5 44.5t9.5 89.5v637q0 85 -25.5 127.5t-97.5 42.5q-50 0 -93 -29t-71.5 -79t-34.5 -112v-36v-551q0 -57 11.5 -89t37 -45t70.5 -13v-43q-196 8 -258 8q-58 0 -254 -8v43q37 0 58 13t30.5 45t9.5 89v637q0 86 -22 128t-88 42 q-54 0 -99.5 -31t-72.5 -85.5t-27 -120.5v-570q0 -57 9.5 -89t30.5 -45t58 -13v-43q-180 8 -241 8q-63 0 -283 -8z" />
+<glyph unicode="n" horiz-adv-x="1257" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-184q93 190 336 190q84 0 137.5 -20t87.5 -59t49 -101t15 -166v-551q0 -57 13 -89t41 -45t77 -13v-43q-204 8 -270 8q-63 0 -267 -8v43q42 0 66 13t34.5 45t10.5 89v637 q0 84 -27.5 127t-99.5 43q-56 0 -102.5 -31t-73.5 -85.5t-27 -120.5v-570q0 -57 11 -89t35 -45t65 -13v-43q-188 8 -254 8q-63 0 -283 -8z" />
+<glyph unicode="o" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391z" />
+<glyph unicode="p" horiz-adv-x="1229" d="M41 1016v43q65 -6 127 -6q179 0 299 28v-190q43 96 125.5 146t191.5 50q106 0 189 -57.5t130.5 -172t47.5 -279.5q0 -196 -58.5 -332.5t-165 -205.5t-251.5 -69q-132 0 -209 65v-204q0 -90 45.5 -125t138.5 -35v-43q-30 1 -136 5t-208 4q-78 0 -158.5 -4t-99.5 -5v43 q46 0 72 12.5t38.5 43t12.5 84.5v1024q0 94 -29.5 137t-101.5 43zM467 81q46 -54 129 -54q131 0 188.5 130.5t57.5 379.5t-46 355.5t-132 106.5q-70 0 -125 -47t-72 -130v-741z" />
+<glyph unicode="q" horiz-adv-x="1198" d="M76 535q0 180 56.5 304t157.5 186t234 62q85 0 146 -18.5t108 -63.5q10 -1 20 -1l126 22q73 25 114 66l31 -17q-14 -52 -14 -117v-1146q0 -54 12.5 -84.5t38.5 -43t72 -12.5v-43q-21 1 -101 5t-157 4q-102 0 -208 -4t-137 -5v43q94 0 139.5 34.5t45.5 125.5v327 q-36 -92 -103 -140t-161 -48q-122 0 -216.5 61t-149 187.5t-54.5 315.5zM385 530q0 -251 51 -361t146 -110q61 0 111.5 46.5t66.5 125.5v750q-59 63 -158 63q-217 0 -217 -514z" />
+<glyph unicode="r" horiz-adv-x="956" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-190q39 87 112.5 141.5t166.5 54.5q62 0 104 -27t62 -69.5t20 -91.5q0 -76 -44 -124t-116 -48q-70 0 -110.5 35.5t-40.5 95.5q0 98 90 160q-13 3 -25 3q-14 0 -32 -5 q-52 -8 -95 -49.5t-67.5 -99.5t-24.5 -113v-543q0 -95 46 -131.5t147 -36.5v-43q-256 8 -326 8q-65 0 -293 -8z" />
+<glyph unicode="s" horiz-adv-x="946" d="M92 -14q8 117 8 409h45q20 -177 86.5 -277t188.5 -100q60 0 102.5 36.5t42.5 109.5q0 57 -25.5 102t-64.5 80t-117 96q-95 77 -142.5 121t-81.5 104.5t-34 137.5q0 88 48 152t129 97t176 33q78 0 143 -19t102 -44q20 -14 36 -14q38 0 48 75h45q-8 -103 -8 -360h-45 q-18 134 -80.5 225.5t-181.5 91.5q-61 0 -100 -35t-39 -96q0 -69 46 -119t111 -96t95 -69q84 -63 133.5 -110t80.5 -106.5t31 -136.5q0 -90 -52.5 -159t-141.5 -106.5t-195 -37.5q-109 0 -190 43q-61 31 -96 43q-6 2 -10 2q-33 0 -48 -73h-45z" />
+<glyph unicode="t" horiz-adv-x="721" d="M-2 1016v41h172v272q169 0 295 66v-338h242v-41h-242v-826q0 -61 22 -86.5t68 -25.5q87 0 139 123l35 -19q-77 -211 -280 -211q-135 0 -205 70q-43 42 -58.5 106.5t-15.5 178.5v690h-172z" />
+<glyph unicode="u" horiz-adv-x="1241" d="M27 1016v43q65 -6 127 -6q179 0 299 28v-848q0 -85 25.5 -128.5t96.5 -43.5q54 0 99.5 31.5t72.5 86t27 120.5v537q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-858q0 -95 29.5 -137.5t101.5 -42.5v-43q-64 6 -127 6q-180 0 -299 -29v185 q-93 -191 -330 -191q-153 0 -223 80q-34 38 -48.5 101t-14.5 165v519q0 94 -29.5 137t-101.5 43z" />
+<glyph unicode="v" horiz-adv-x="1040" d="M-18 1016v43q143 -10 290 -10q130 0 267 10v-43q-57 0 -85 -5t-40 -29q-5 -10 -4 -24q0 -21 10 -53l234 -622l147 407q33 95 33 165q0 152 -150 163v41q96 -6 197 -6q106 0 157 6v-41q-42 -12 -76.5 -51.5t-64.5 -124.5l-299 -846q-33 3 -67 3q-33 0 -66 -3l-365 905 q-46 115 -118 115z" />
+<glyph unicode="w" horiz-adv-x="1612" d="M-14 1016v43q132 -12 290 -12q103 0 267 12v-43q-45 0 -71 -3.5t-41.5 -16.5t-15.5 -40q0 -20 11 -55l186 -579l222 739q26 -1 75 -1q50 0 74 1l265 -782l130 411q28 90 28 156q0 157 -161 172v41q96 -6 211 -6q103 0 156 6v-41q-43 -12 -78 -51.5t-61 -124.5l-273 -846 q-33 3 -67 3q-33 0 -66 -3l-279 760l-227 -760q-31 3 -66 3q-32 0 -67 -3l-324 905q-40 115 -118 115z" />
+<glyph unicode="x" horiz-adv-x="1098" d="M18 1016v43q180 -8 244 -8q54 0 242 8v-43q-31 0 -50.5 -11t-19.5 -30q0 -13 10 -29l193 -287l78 103q71 92 71 157q0 43 -31.5 69t-92.5 30v41q118 -6 231 -6q87 0 145 6v-41q-86 -29 -188 -158l-189 -237l322 -478q33 -47 57.5 -72t57.5 -30v-43q-164 8 -219 8 q-59 0 -267 -8v43q32 0 50.5 11t18.5 30q0 13 -9 29l-214 317l-71 -90q-68 -88 -68 -163q0 -58 40 -94.5t108 -41.5v-41q-120 6 -295 6q-84 0 -143 -6v41q45 16 88.5 53t97.5 105l219 267l-301 447q-38 55 -61 77t-54 26z" />
+<glyph unicode="y" horiz-adv-x="1063" d="M-29 1016v43q135 -12 281 -12q121 0 285 12v-43q-44 0 -69 -3t-42.5 -15t-17.5 -39q0 -24 14 -58l251 -605l140 394q33 98 33 164q0 78 -40 118.5t-112 45.5v41q96 -6 199 -6t158 6v-41q-43 -11 -77.5 -51t-64.5 -125l-366 -1030q-41 -107 -90 -146q-60 -51 -179 -51 q-53 0 -104.5 17.5t-85 54.5t-33.5 92q0 63 45 101t119 38q69 0 111.5 -34t42.5 -95q0 -42 -27.5 -78.5t-75.5 -54.5q15 -2 47 -2q128 0 187 162l33 98l-435 987q-32 71 -63.5 93t-63.5 22z" />
+<glyph unicode="z" horiz-adv-x="971" d="M63 -10l512 1038h-114q-292 0 -320 -366h-43q0 290 -8 405q167 -8 393 -8q201 0 426 10l-512 -1038h107q132 0 222 86.5t105 279.5h43q0 -276 9 -405q-167 8 -394 8q-199 0 -426 -10z" />
+<glyph unicode="{" horiz-adv-x="682" d="M35 594v37h10q64 4 97 48t46 147.5t13 301.5q0 182 43 284.5t139 146t264 43.5v-39q-66 -2 -96.5 -31t-42.5 -118t-12 -286q0 -174 -54.5 -280t-142 -158t-207.5 -78q120 -26 207.5 -78t142 -158.5t54.5 -279.5q0 -205 12 -295t42 -118t97 -29v-39q-169 0 -264.5 42.5 t-138.5 146t-43 292.5q0 197 -13 300.5t-46 148t-97 49.5h-10z" />
+<glyph unicode="|" horiz-adv-x="518" d="M170 -399v2156h180v-2156h-180z" />
+<glyph unicode="}" horiz-adv-x="682" d="M36 -346v-39q169 0 264.5 42.5t138.5 146t43 292.5q0 197 13 300.5t46 148t97 49.5h10v37h-10q-64 4 -97 48t-46 147.5t-13 301.5q0 182 -43 284.5t-139 146t-264 43.5v-39q66 -2 96.5 -31t42.5 -118t12 -286q0 -174 54.5 -280t142 -158t207.5 -78q-120 -26 -207.5 -78 t-142 -158.5t-54.5 -279.5q0 -205 -12 -295t-42 -118t-97 -29z" />
+<glyph unicode="~" horiz-adv-x="1368" d="M123 479q9 95 53.5 167.5t112.5 111.5t147 39q75 0 139.5 -23.5t196.5 -91.5t234 -68q153 0 208 144l37 -8q-9 -95 -53.5 -167.5t-113.5 -111.5t-148 -39q-74 0 -138 23.5t-196 91t-235 67.5q-150 0 -209 -143z" />
+<glyph unicode="&#xa1;" horiz-adv-x="567" d="M110 930q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5zM115 -193q0 78 45 260.5t72 311.5t32 272h37q4 -125 27.5 -245t73 -319t49.5 -280q0 -93 -46.5 -142.5t-121.5 -49.5t-121.5 50.5t-46.5 141.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1022" d="M65 524q0 169 57.5 291.5t159.5 190t236 79.5v365h45v-363h10q76 0 143 -16.5t113 -44.5q53 -33 82.5 -82.5t29.5 -109.5q0 -73 -45.5 -118.5t-116.5 -45.5q-72 0 -114.5 41t-42.5 110q0 62 39 107t96 61q-16 22 -49.5 35.5t-73.5 13.5q-38 0 -71 -13v-871q39 -13 83 -13 q70 0 141 36.5t128 129.5l34 -12q-25 -82 -74.5 -153t-128 -118.5t-183.5 -52.5v-342h-45v342q-131 6 -233 67.5t-161 184t-59 301.5zM374 553q0 -288 144 -377v823q-70 -54 -107 -171.5t-37 -274.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1352" d="M68 4q0 21 22 45.5t63 46.5t93 35q19 56 24.5 120.5t5.5 188.5v88v80h-157v41h157v164h-157v41h157v45q0 608 517 608q147 0 223 -49q102 -62 102 -158q0 -63 -41.5 -105t-105.5 -42q-65 0 -106.5 37.5t-41.5 97.5q0 54 28 93.5t79 58.5q-16 14 -49.5 23.5t-71.5 9.5 q-98 0 -148 -57.5t-66.5 -166.5t-16.5 -297v-98h247v-41h-247v-123l-1 -41h248v-41h-252q-15 -104 -61.5 -186t-106 -160t-83.5 -110q89 73 163 102t144 29q55 0 100 -9t136 -34t165 -25q64 0 100.5 33.5t36.5 83.5q0 61 -39.5 99t-109.5 52l8 33q69 -12 128.5 -46 t96.5 -90.5t37 -131.5q0 -82 -34.5 -144.5t-104 -97.5t-170.5 -35q-78 0 -147 21t-167.5 63t-148.5 56q-58 16 -100 16q-58 0 -113 -21q-42 -66 -92 -100.5t-98 -34.5q-45 0 -45 33z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1260" d="M123 281l119 118q-58 106 -58 215q0 114 60 213l-121 121l174 174l121 -121q94 60 213 60q112 0 213 -60l123 121l174 -174l-123 -121q57 -97 57 -213q0 -117 -57 -213l121 -120l-174 -175l-121 121q-99 -57 -213 -57q-119 0 -213 57l-119 -121zM395 614q0 -68 32 -126.5 t87 -93t119 -34.5q63 0 117 34.5t86 93t32 126.5q0 69 -32 128t-86 93.5t-117 34.5q-64 0 -119 -34.5t-87 -93.5t-32 -128z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1389" d="M51 1409v43q89 -10 241 -10q192 0 385 10v-43q-72 0 -113.5 -12.5t-41.5 -47.5q0 -21 14 -46l312 -600l159 319q81 162 81 253q0 69 -44 101t-127 35v41q138 -6 256 -6q95 0 156 6v-41q-47 -20 -94.5 -75.5t-102.5 -161.5l-242 -479v-74h255v-41h-255v-164h255v-41h-255 v-158q0 -77 11.5 -112t42.5 -48t100 -16v-41q-111 6 -315 6q-219 0 -318 -6v41q68 3 99.5 16t43 48t11.5 112v158h-258v41h258v147l-9 17h-249v41h227l-365 673q-63 115 -118 115z" />
+<glyph unicode="&#xa6;" horiz-adv-x="524" d="M172 -399v1067h180v-1067h-180zM172 786v971h180v-971h-180z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1190" d="M74 629q0 102 59 186t194 155q-77 69 -114 137.5t-37 152.5q0 102 59 179.5t164.5 120t241.5 42.5q143 0 242 -46q135 -64 135 -190q0 -38 -18.5 -71t-53 -52.5t-80.5 -19.5q-69 0 -112 39t-43 102q0 52 28 93.5t76 58.5q-13 21 -61 34t-99 13q-109 0 -161 -54.5 t-52 -132.5q0 -99 58.5 -160.5t147 -120t122.5 -81.5q131 -89 201.5 -148t109.5 -126t39 -152q0 -102 -59.5 -185t-196.5 -155q79 -69 116.5 -138t37.5 -153q0 -102 -59 -179.5t-165 -120t-243 -42.5q-136 0 -242 45q-135 66 -135 190q0 38 19 71t53.5 53t79.5 20 q69 0 112 -39t43 -102q0 -52 -28 -93.5t-76 -58.5q13 -21 61 -34t99 -13q74 0 122.5 26t70.5 68.5t22 91.5q0 97 -58 159t-146 121t-124 83q-130 87 -201 146.5t-110 126.5t-39 153zM295 776q0 -60 33.5 -111t101.5 -104.5t197 -138.5q133 -88 202 -144q36 33 53 71.5 t17 90.5q0 60 -33.5 111t-101 104.5t-197.5 139.5q-134 88 -203 144q-69 -65 -69 -163z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M12 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM477 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5 q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1804" d="M86 786q0 222 109.5 409.5t297 297t408.5 109.5q222 0 409 -109.5t296.5 -297t109.5 -409.5q0 -221 -109.5 -408.5t-296.5 -297t-409 -109.5q-221 0 -408.5 109.5t-297 297t-109.5 408.5zM168 786q0 -203 98.5 -375t267 -273t367.5 -101q200 0 368 101t266.5 273 t98.5 375q0 204 -98.5 376t-266.5 273t-368 101q-199 0 -367.5 -101t-267 -273t-98.5 -376zM440 782q0 180 65 307t180 192t263 65q78 0 145.5 -18t114.5 -48q50 -32 79.5 -80.5t29.5 -107.5q0 -72 -45.5 -118t-116.5 -46q-72 0 -115 42t-43 111q0 61 38.5 105.5t97.5 60.5 q-21 22 -60.5 36.5t-83.5 14.5q-61 0 -108 -36q-63 -36 -97 -141.5t-34 -311.5q0 -163 37.5 -263t98 -143t134.5 -43q169 0 268 205l37 -14q-26 -83 -78.5 -156t-135.5 -119.5t-193 -46.5q-138 0 -245.5 59.5t-170 183.5t-62.5 310z" />
+<glyph unicode="&#xaa;" horiz-adv-x="987" d="M94 899q0 55 31 93t91 67t163 61q164 54 164 115v37q0 89 -32 128.5t-95 39.5q-66 0 -113 -31q42 -11 66 -44.5t24 -72.5q0 -54 -40 -86t-97 -32q-61 0 -98 32t-37 84q0 91 110 142q106 47 263 47q164 0 237.5 -61.5t73.5 -198.5v-345q0 -29 8.5 -41t30.5 -12q34 0 59 23 l23 -31q-99 -76 -234 -76q-80 0 -113 24.5t-36 72.5q-100 -97 -246 -97q-89 0 -146 40.5t-57 121.5zM367 938q0 -47 21.5 -75.5t55.5 -28.5q54 0 99 38v302q-16 -34 -84 -80q-48 -34 -70 -71.5t-22 -84.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1165" d="M53 516v27q165 102 301 237t264 312l31 -13q-48 -158 -128 -309.5t-163 -237.5q82 -84 162.5 -238t128.5 -314l-31 -11q-127 176 -263 310.5t-302 236.5zM512 516v27q151 92 275.5 215.5t238.5 283.5l31 -12q-42 -146 -111 -283t-141 -215q71 -77 140.5 -216t111.5 -287 l-31 -11q-114 159 -238.5 282.5t-275.5 215.5z" />
+<glyph unicode="&#xac;" horiz-adv-x="1315" d="M152 696v62h1026v-420h-74v358h-952z" />
+<glyph unicode="&#xad;" horiz-adv-x="985" />
+<glyph unicode="&#xae;" horiz-adv-x="1362" d="M109 1030q0 155 77 286.5t208 208.5t286 77t286 -77t208 -208.5t77 -286.5t-77 -286t-208 -208t-286 -77t-286 77t-208 208t-77 286zM195 1030q0 -136 65 -252.5t176.5 -185t243.5 -68.5t243.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176 184.5t-244 68.5t-244 -68.5 t-176 -184.5t-65 -253zM401 721v31q21 2 30.5 7.5t13.5 20.5t4 47v449q0 33 -4 48.5t-13.5 21.5t-30.5 8v30q29 -2 127 -2q68 0 112 1t65 1q130 0 189.5 -41t59.5 -120q0 -56 -47.5 -102.5t-163.5 -64.5q65 -6 102 -20.5t55 -38t26 -61.5l30 -133q6 -26 12 -37.5t19 -11.5 q14 0 23 12l16 -21q-30 -36 -106 -36q-66 0 -99 21t-43 67l-30 149q-8 37 -18.5 54.5t-35.5 26.5t-76 12v-212q0 -32 4 -47t13.5 -20.5t30.5 -7.5v-31q-25 0 -58 1t-71 1q-45 0 -79.5 -1t-56.5 -1zM618 1073h25q139 0 139 137q0 73 -26.5 108.5t-83.5 35.5q-32 0 -43 -12 t-11 -46v-223z" />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M27 1407v51h688v-51h-688z" />
+<glyph unicode="&#xb0;" horiz-adv-x="637" d="M70 1434q0 73 34 129t90.5 86t122.5 30q68 0 125 -30t91 -86t34 -129q0 -75 -34 -131t-91 -86.5t-125 -30.5q-66 0 -122.5 30.5t-90.5 86.5t-34 131zM121 1432q0 -68 28.5 -116t73.5 -71.5t94 -23.5t95 23.5t75 71.5t29 116q0 66 -29.5 114.5t-75.5 73.5t-94 25t-93 -25 t-74 -73.5t-29 -114.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1223" d="M93 696v62h477v483h74v-483h475v-62h-475v-481h-74v481h-477zM99 0v62h1026v-62h-1026z" />
+<glyph unicode="&#xb2;" horiz-adv-x="719" d="M55 897v41q24 20 127 98.5t162 156.5t59 165q0 51 -32 78.5t-92 27.5q-116 0 -179 -98l-30 16q40 72 113 118t184 46q101 0 164 -38.5t63 -112.5t-54 -128t-150 -118t-134 -94h276q32 0 49.5 7t27 21t20.5 41l35 -6q-28 -137 -31 -227q-25 6 -78 6h-500z" />
+<glyph unicode="&#xb3;" horiz-adv-x="676" d="M49 713v35q110 11 197 48.5t136.5 97.5t49.5 136q0 64 -33.5 107t-91.5 47l-26 -13t-26.5 -12t-21.5 -4q-32 0 -32 25q0 19 23 24.5t67 3.5q55 26 78.5 68.5t23.5 81.5q0 50 -34.5 81t-94.5 31q-56 0 -102.5 -26.5t-77.5 -75.5l-31 16q90 164 297 164q103 0 168.5 -39 t65.5 -108q0 -71 -64 -122t-176 -73q74 3 137 -19t100 -65t37 -102q0 -94 -83.5 -161t-213.5 -103.5t-272 -42.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M41 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1499" d="M68 737q0 209 95 371t274.5 253t424.5 91q76 0 208 -3.5t191 -3.5q91 0 156 5v-39q-61 -3 -92.5 -18.5t-42 -43.5t-10.5 -77v-1426q0 -77 11 -112t42 -48t100 -16v-41q-126 6 -358 6q-223 0 -328 -6v41q87 3 130.5 21.5t60 58.5t16.5 117v106q-460 0 -669 206t-209 558z M250 719q0 -6 86 -16t225.5 -17.5t296.5 -7.5q3 -149 20.5 -282t38.5 -215.5t31 -82.5v1245q-10 0 -31 -85t-38.5 -218.5t-20.5 -277.5q-154 0 -292.5 -8.5t-227 -19t-88.5 -15.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="569" d="M111 575q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M-6 -360l10 36q64 -8 90 -8q60 0 105 20.5t45 63.5q0 53 -68 53q-47 0 -82 -14l66 213h55l-43 -137q65 24 145 24q68 0 105 -30t37 -80q0 -83 -81.5 -124.5t-205.5 -41.5q-110 0 -178 25z" />
+<glyph unicode="&#xb9;" horiz-adv-x="580" d="M59 1436v43q127 2 208 16t149 47v-504q0 -58 30.5 -79t106.5 -21v-43q-90 4 -236 4q-145 0 -243 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9z" />
+<glyph unicode="&#xba;" horiz-adv-x="958" d="M80 1108q0 118 52.5 202t143 126.5t203.5 42.5q114 0 204.5 -42.5t143 -126.5t52.5 -202t-52.5 -202t-143 -126.5t-204.5 -42.5q-113 0 -203.5 42.5t-143 126.5t-52.5 202zM354 1108q0 -170 34 -252t91 -82q58 0 92.5 82t34.5 252t-34.5 252t-92.5 82q-57 0 -91 -82 t-34 -252z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1165" d="M109 29q41 146 110 282.5t141 214.5q-72 78 -140.5 217t-110.5 287l30 10q119 -162 243 -285t273 -214v-25q-150 -92 -274.5 -215t-241.5 -285zM516 -20q49 159 129 310.5t162 235.5q-82 83 -162 237t-129 316l33 11q124 -173 261 -308.5t302 -240.5v-25 q-165 -104 -301.5 -240t-261.5 -309z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1452" d="M91 1436v43q127 2 208 16t149 47v-504q0 -58 30.5 -79t106.5 -21v-43q-90 4 -236 4q-145 0 -243 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM161 -86l1198 1774l39 -27l-1198 -1774zM600 37v43l506 559h43v-483h29q32 0 49.5 7t27 21t19.5 41 l35 -6q-23 -74 -29 -188q-24 6 -77 6h-54v-240h-149v240h-400zM714 156h286v316z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1475" d="M93 1436v43q127 2 208 16t149 47v-504q0 -58 30.5 -79t106.5 -21v-43q-90 4 -236 4q-145 0 -243 -4v43q76 0 113.5 21.5t37.5 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM128 -86l1198 1774l39 -27l-1198 -1774zM797 2v41q24 20 127 98.5t162 156.5t59 165q0 51 -32 78.5 t-92 27.5q-116 0 -179 -98l-30 16q40 72 113 118t184 46q101 0 164 -38.5t63 -112.5t-54 -128t-150 -118t-134 -94h276q32 0 49.5 7t27 21t20.5 41l35 -6q-28 -137 -31 -227q-25 6 -78 6h-500z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1540" d="M92 713v35q110 11 197 48.5t136.5 97.5t49.5 136q0 64 -33.5 107t-91.5 47l-26 -13t-26.5 -12t-21.5 -4q-32 0 -32 25q0 19 23 24.5t67 3.5q55 26 78.5 68.5t23.5 81.5q0 50 -34.5 81t-94.5 31q-56 0 -102.5 -26.5t-77.5 -75.5l-31 16q90 164 297 164q103 0 168.5 -39 t65.5 -108q0 -71 -64 -122t-176 -73q74 3 137 -19t100 -65t37 -102q0 -94 -83.5 -161t-213.5 -103.5t-272 -42.5zM246 -86l1198 1774l39 -27l-1198 -1774zM694 37v43l506 559h43v-483h29q32 0 49.5 7t27 21t19.5 41l35 -6q-23 -74 -29 -188q-24 6 -77 6h-54v-240h-149v240 h-400zM808 156h286v316z" />
+<glyph unicode="&#xbf;" horiz-adv-x="1030" d="M59 -25q0 157 141 266t382 156v265h41v-283q-110 -47 -169.5 -106.5t-80.5 -127.5t-21 -155q0 -170 67 -252t183 -82q127 0 178 45q-114 36 -114 149q0 65 45.5 106.5t117.5 41.5q42 0 74.5 -19.5t51 -51.5t18.5 -70q0 -112 -117 -174q-116 -68 -305 -68 q-146 0 -257.5 43.5t-173 124.5t-61.5 192zM426 932q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM308 1820q0 26 12 48q15 29 42.5 45t60.5 16q32 0 62 -16q32 -17 59 -41.5t102 -105.5t171 -160l-14 -25q-76 29 -135.5 46t-152.5 40.5t-138 48.5q-33 18 -51 45.5t-18 58.5zM324 590h415l-203 553z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM324 590h415l-203 553zM530 1606q65 53 109.5 97t110 114.5t112.5 95.5q32 16 63 16q32 0 60 -16t43 -45q12 -22 12 -47q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM242 1606q131 55 242.5 140.5t177.5 178.5h37q65 -92 176.5 -178t242.5 -141l-10 -31q-134 25 -263 61.5t-206 71.5q-64 -35 -170.5 -71.5t-216.5 -61.5zM324 590h415l-203 553z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM226 1616q28 136 102.5 206t171.5 70q67 0 118 -19.5t143 -72.5t169 -53q109 0 170 111l29 -11q-27 -135 -101 -204.5t-171 -69.5q-67 0 -117.5 19.5t-143.5 72.5t-172 53q-106 0 -170 -112zM324 590h415l-203 553z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM281 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76q0 -41 -22 -76t-58 -56t-76 -21q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM324 590h415l-203 553zM770 1722q0 41 21 77t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58t21 -76q0 -41 -21 -76.5t-56.5 -56 t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1366" d="M-31 0v41q102 17 176 215l467 1198q33 -3 71 -3q40 0 71 3l497 -1282q27 -68 61 -98.5t68 -32.5v-41q-123 6 -311 6q-210 0 -311 -6v41q77 3 110.5 19t33.5 56q0 31 -25 97l-123 336h-446l-54 -141q-56 -144 -56 -228q0 -76 45 -106t136 -33v-41q-138 6 -254 6 q-94 0 -156 -6zM324 590h415l-203 553zM459 1720q0 59 30.5 104.5t81 70t109.5 24.5q60 0 111.5 -24.5t82 -69.5t30.5 -105t-30.5 -105.5t-82 -70t-111.5 -24.5q-59 0 -109.5 24.5t-81 70t-30.5 105.5zM516 1718q0 -49 24 -84.5t61.5 -53t78.5 -17.5q42 0 80 17.5t62 53 t24 84.5t-24 85t-62.5 54.5t-79.5 18.5q-40 0 -78 -18.5t-62 -54.5t-24 -85z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1821" d="M-29 0v41q34 2 67 31.5t75 99.5l695 1182q-13 30 -43.5 41t-94.5 14v41q83 -2 193 -3l79 134h49l-79 -135q144 -2 364 -2q289 0 412 6q-15 -151 -15 -279q0 -89 6 -139h-47q-17 138 -51 219.5t-85.5 116.5t-125.5 35h-67q-68 0 -99.5 -12t-43 -46.5t-11.5 -111.5v-483 h108q65 0 101 38.5t47.5 76.5t30.5 126h47q-7 -91 -7 -174l1 -88q0 -93 12 -262h-47q-12 76 -28 125.5t-53.5 83t-103.5 33.5h-108v-492q0 -77 11.5 -111.5t43 -46.5t99.5 -12h100q112 0 180 94.5t90 317.5h47q-6 -67 -6 -172q0 -156 15 -287q-136 6 -453 6q-391 0 -590 -6 v41q62 4 89.5 16.5t37.5 47.5t10 112v492h-343l-290 -496q-37 -62 -37 -100q0 -36 34.5 -52.5t107.5 -19.5v-41q-61 6 -186 6q-88 0 -138 -6zM504 750h319v483q0 35 -2 58z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1444" d="M88 713q0 226 92 400t257 270t376 96q122 0 208.5 -35t168.5 -98q23 -18 40 -18q42 0 52 122h47q-8 -139 -8 -496h-47q-13 103 -28.5 167.5t-45 113.5t-80.5 90q-51 49 -119 74.5t-141 25.5q-141 0 -232 -97t-133 -256t-42 -351t44 -351t137.5 -254.5t233.5 -95.5 q71 0 139 26t115 75q52 40 81.5 92.5t44 121.5t26.5 181h47q0 -371 8 -516h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-60 -42 -111.5 -70t-118 -45.5t-149.5 -17.5q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM597 -360l11 36q72 -8 102 -8q75 0 130.5 20.5t55.5 63.5 q0 53 -94 53q-48 0 -80 -14l68 219h55l-45 -143q70 24 158 24q73 0 113 -30t40 -80q0 -83 -91.5 -124.5t-231.5 -41.5q-119 0 -191 25z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1298" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -169 -14 -303q0 -91 6 -139h-47q-21 149 -64 235t-109 123t-163 37h-84q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-507h65q110 0 166 80t78 190h47 q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-41 271 -250 271h-65v-516q0 -66 10 -95.5t38.5 -40t92.5 -10.5h101q144 0 233.5 100t126.5 336h47q-6 -67 -6 -172q0 -188 14 -311q-139 6 -469 6q-446 0 -667 -6zM272 1820q0 26 12 48q15 29 42.5 45t60.5 16q32 0 62 -16 q32 -17 59 -41.5t102 -105.5t171 -160l-14 -25q-76 29 -135.5 46t-152.5 40.5t-138 48.5q-33 18 -51 45.5t-18 58.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1298" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -169 -14 -303q0 -91 6 -139h-47q-21 149 -64 235t-109 123t-163 37h-84q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-507h65q110 0 166 80t78 190h47 q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-41 271 -250 271h-65v-516q0 -66 10 -95.5t38.5 -40t92.5 -10.5h101q144 0 233.5 100t126.5 336h47q-6 -67 -6 -172q0 -188 14 -311q-139 6 -469 6q-446 0 -667 -6zM494 1606q65 53 109.5 97t110 114.5t112.5 95.5q32 16 63 16 q32 0 60 -16t43 -45q12 -22 12 -47q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54z" />
+<glyph unicode="&#xca;" horiz-adv-x="1298" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -169 -14 -303q0 -91 6 -139h-47q-21 149 -64 235t-109 123t-163 37h-84q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-507h65q110 0 166 80t78 190h47 q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-41 271 -250 271h-65v-516q0 -66 10 -95.5t38.5 -40t92.5 -10.5h101q144 0 233.5 100t126.5 336h47q-6 -67 -6 -172q0 -188 14 -311q-139 6 -469 6q-446 0 -667 -6zM206 1606q131 55 242.5 140.5t177.5 178.5h37 q65 -92 176.5 -178t242.5 -141l-10 -31q-134 25 -263 61.5t-206 71.5q-64 -35 -170.5 -71.5t-216.5 -61.5z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1298" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q221 -6 667 -6q301 0 428 6q-14 -169 -14 -303q0 -91 6 -139h-47q-21 149 -64 235t-109 123t-163 37h-84q-64 0 -92.5 -10.5t-38.5 -40t-10 -95.5v-507h65q110 0 166 80t78 190h47 q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-41 271 -250 271h-65v-516q0 -66 10 -95.5t38.5 -40t92.5 -10.5h101q144 0 233.5 100t126.5 336h47q-6 -67 -6 -172q0 -188 14 -311q-139 6 -469 6q-446 0 -667 -6zM245 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76 q0 -41 -22 -76t-58 -56t-76 -21q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM734 1722q0 41 21 77t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58t21 -76q0 -41 -21 -76.5t-56.5 -56t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="770" d="M20 1820q0 26 12 48q15 29 42.5 45t60.5 16q32 0 62 -16q32 -17 59 -41.5t102 -105.5t171 -160l-14 -25q-76 29 -135.5 46t-152.5 40.5t-138 48.5q-33 18 -51 45.5t-18 58.5zM70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6 q200 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-1016q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6z" />
+<glyph unicode="&#xcd;" horiz-adv-x="770" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q200 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-1016q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6zM242 1606q65 53 109.5 97t110 114.5 t112.5 95.5q32 16 63 16q32 0 60 -16t43 -45q12 -22 12 -47q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54z" />
+<glyph unicode="&#xce;" horiz-adv-x="770" d="M-46 1606q131 55 242.5 140.5t177.5 178.5h37q65 -92 176.5 -178t242.5 -141l-10 -31q-134 25 -263 61.5t-206 71.5q-64 -35 -170.5 -71.5t-216.5 -61.5zM70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q200 0 309 6v-41 q-69 -3 -100 -16t-42 -48t-11 -112v-1016q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6z" />
+<glyph unicode="&#xcf;" horiz-adv-x="770" d="M-7 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76q0 -41 -22 -76t-58 -56t-76 -21q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q103 -6 323 -6q200 0 309 6v-41q-69 -3 -100 -16 t-42 -48t-11 -112v-1016q0 -77 11 -112t42 -48t100 -16v-41q-109 6 -309 6q-219 0 -323 -6zM482 1722q0 41 21 77t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58t21 -76q0 -41 -21 -76.5t-56.5 -56t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1589" d="M70 709v41h154v483q0 77 -11.5 112t-42.5 48t-99 16v41q131 -7 247 -7l64 1q288 6 321 6q400 0 598.5 -181t198.5 -528q0 -223 -97 -390.5t-281 -259t-437 -91.5q-30 0 -140.5 3t-158.5 3q-211 0 -315 -6v41q68 3 99 16t42.5 48t11.5 112v492h-154zM550 213 q0 -74 12 -110.5t44 -51t97 -14.5q169 0 269.5 79.5t144 232t43.5 384.5q0 233 -46.5 382.5t-147.5 223.5t-265 74q-64 0 -95.5 -14.5t-43.5 -51.5t-12 -110v-487h253v-41h-253v-496z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1479" d="M72 0v41q67 9 98.5 34.5t43 78t11.5 157.5v922q0 77 -11.5 112t-42.5 48t-99 16v41q65 -6 178 -6q103 0 176 6l793 -977v641q0 121 -13 177.5t-53.5 82.5t-132.5 35v41q79 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78t-11.5 -157.5v-1143q-15 1 -50 1 q-36 0 -55 -1l-889 1126v-786q0 -121 13 -177.5t53.5 -82.5t132.5 -35v-41q-79 6 -221 6q-113 0 -178 -6zM322 1616q28 136 102.5 206t171.5 70q67 0 118 -19.5t143 -72.5t169 -53q109 0 170 111l29 -11q-27 -135 -101 -204.5t-171 -69.5q-67 0 -117.5 19.5t-143.5 72.5 t-172 53q-106 0 -170 -112z" />
+<glyph unicode="&#xd2;" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5 t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5zM437 1820q0 26 12 48q15 29 42.5 45t60.5 16q32 0 62 -16q32 -17 59 -41.5t102 -105.5t171 -160l-14 -25q-76 29 -135.5 46t-152.5 40.5t-138 48.5q-33 18 -51 45.5t-18 58.5z" />
+<glyph unicode="&#xd3;" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5 t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5zM659 1606q65 53 109.5 97t110 114.5t112.5 95.5q32 16 63 16q32 0 60 -16t43 -45q12 -22 12 -47q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54z" />
+<glyph unicode="&#xd4;" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM371 1606q131 55 242.5 140.5t177.5 178.5h37q65 -92 176.5 -178t242.5 -141l-10 -31 q-134 25 -263 61.5t-206 71.5q-64 -35 -170.5 -71.5t-216.5 -61.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5z" />
+<glyph unicode="&#xd5;" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM355 1616q28 136 102.5 206t171.5 70q67 0 118 -19.5t143 -72.5t169 -53q109 0 170 111l29 -11 q-27 -135 -101 -204.5t-171 -69.5q-67 0 -117.5 19.5t-143.5 72.5t-172 53q-106 0 -170 -112zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5z" />
+<glyph unicode="&#xd6;" d="M88 713q0 226 92 400t257 270t376 96q216 0 379.5 -88t253.5 -255.5t90 -398.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-217 0 -380.5 88t-253 255.5t-89.5 398.5zM410 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76q0 -41 -22 -76t-58 -56t-76 -21 q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM428 721q0 -213 52 -375t141 -250t198 -88q113 0 198.5 91.5t132 255t46.5 374.5q0 212 -52 374.5t-141.5 250.5t-197.5 88q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5zM899 1722q0 41 21 77t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58 t21 -76q0 -41 -21 -76.5t-56.5 -56t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1010" d="M104 1085l46 45l358 -358l354 354l45 -45l-354 -352l354 -354l-45 -45l-354 354l-356 -356l-46 45l357 354z" />
+<glyph unicode="&#xd8;" d="M88 713q0 226 92 400t257 270t376 96q229 0 398 -98l147 214l39 -26l-145 -214q136 -94 210 -251.5t74 -366.5q0 -226 -92.5 -400t-257.5 -270t-375 -96q-242 0 -416 109l-170 -242l-43 29l171 242q-128 95 -196.5 249t-68.5 355zM428 721q0 -248 71 -429l595 933 q-54 104 -129 160.5t-160 56.5q-113 0 -198.5 -91.5t-132 -255t-46.5 -374.5zM524 236q53 -110 129.5 -169t165.5 -59q113 0 198.5 91.5t132 255t46.5 374.5q0 258 -78 444z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1411" d="M39 1409v41q105 -6 319 -6q212 0 326 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-772q0 -144 26 -234.5t87.5 -137t169.5 -46.5q204 0 288.5 138t84.5 392v541q0 119 -14.5 176.5t-55.5 83.5t-129 35v41q77 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78 t-11.5 -157.5v-543q0 -293 -84 -434q-56 -91 -160 -141t-256 -50q-236 0 -369 103q-65 52 -99.5 121t-47 161.5t-12.5 233.5v643q0 77 -11.5 112t-43 48t-99.5 16zM360 1820q0 26 12 48q15 29 42.5 45t60.5 16q32 0 62 -16q32 -17 59 -41.5t102 -105.5t171 -160l-14 -25 q-76 29 -135.5 46t-152.5 40.5t-138 48.5q-33 18 -51 45.5t-18 58.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1411" d="M39 1409v41q105 -6 319 -6q212 0 326 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-772q0 -144 26 -234.5t87.5 -137t169.5 -46.5q204 0 288.5 138t84.5 392v541q0 119 -14.5 176.5t-55.5 83.5t-129 35v41q77 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78 t-11.5 -157.5v-543q0 -293 -84 -434q-56 -91 -160 -141t-256 -50q-236 0 -369 103q-65 52 -99.5 121t-47 161.5t-12.5 233.5v643q0 77 -11.5 112t-43 48t-99.5 16zM582 1606q65 53 109.5 97t110 114.5t112.5 95.5q32 16 63 16q32 0 60 -16t43 -45q12 -22 12 -47 q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1411" d="M39 1409v41q105 -6 319 -6q212 0 326 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-772q0 -144 26 -234.5t87.5 -137t169.5 -46.5q204 0 288.5 138t84.5 392v541q0 119 -14.5 176.5t-55.5 83.5t-129 35v41q77 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78 t-11.5 -157.5v-543q0 -293 -84 -434q-56 -91 -160 -141t-256 -50q-236 0 -369 103q-65 52 -99.5 121t-47 161.5t-12.5 233.5v643q0 77 -11.5 112t-43 48t-99.5 16zM294 1606q131 55 242.5 140.5t177.5 178.5h37q65 -92 176.5 -178t242.5 -141l-10 -31q-134 25 -263 61.5 t-206 71.5q-64 -35 -170.5 -71.5t-216.5 -61.5z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1411" d="M39 1409v41q105 -6 319 -6q212 0 326 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-772q0 -144 26 -234.5t87.5 -137t169.5 -46.5q204 0 288.5 138t84.5 392v541q0 119 -14.5 176.5t-55.5 83.5t-129 35v41q77 -6 221 -6q114 0 178 6v-41q-67 -9 -98.5 -34.5t-43 -78 t-11.5 -157.5v-543q0 -293 -84 -434q-56 -91 -160 -141t-256 -50q-236 0 -369 103q-65 52 -99.5 121t-47 161.5t-12.5 233.5v643q0 77 -11.5 112t-43 48t-99.5 16zM333 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76q0 -41 -22 -76t-58 -56t-76 -21 q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM822 1722q0 41 21 77t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58t21 -76q0 -41 -21 -76.5t-56.5 -56t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1276" d="M-14 1409v43q89 -10 241 -10q192 0 385 10v-43q-72 0 -113.5 -12.5t-41.5 -47.5q0 -21 14 -46l312 -600l159 319q81 162 81 253q0 69 -44 101t-127 35v41q138 -6 256 -6q94 0 156 6v-41q-47 -20 -94.5 -75.5t-102.5 -161.5l-242 -479v-478q0 -77 11.5 -112t42.5 -48 t100 -16v-41q-111 6 -315 6q-219 0 -318 -6v41q68 3 99.5 16t43 48t11.5 112v346l-396 731q-63 115 -118 115zM527 1606q65 53 109.5 97t110 114.5t112.5 95.5q32 16 63 16q32 0 60 -16t43 -45q12 -22 12 -47q0 -31 -18 -59t-51 -46q-45 -25 -120.5 -44t-143.5 -37t-162 -54 z" />
+<glyph unicode="&#xde;" horiz-adv-x="1272" d="M70 0v41q68 3 99 16t42.5 48t11.5 112v1016q0 77 -11.5 112t-42.5 48t-99 16v41q104 -6 323 -6q200 0 309 6v-41q-69 -3 -100 -16t-42 -48t-11 -112v-74l115 2q281 0 424 -101.5t143 -291.5q0 -128 -56 -232.5t-192.5 -170.5t-364.5 -66h-69v-82q0 -77 11 -112t42 -48 t100 -16v-41q-109 6 -309 6q-219 0 -323 -6zM549 340h49q167 0 230 110t63 300q0 188 -64.5 280t-214.5 92l-63 -1v-781z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1346" d="M39 0v43q73 0 102 36t29 124v866q0 269 130 401t378 132q136 0 233 -38.5t147 -107.5t50 -158q0 -98 -62 -183t-161.5 -144t-210.5 -84q192 -28 331 -101t212 -180.5t73 -236.5q0 -123 -62.5 -213.5t-166.5 -137.5t-225 -47q-125 0 -207 51t-82 160q0 74 38.5 119 t106.5 45q64 0 104 -39t40 -102q0 -61 -36.5 -106t-92.5 -66q25 -27 79 -27q61 0 106 40t69 114.5t24 177.5q0 220 -98 347.5t-246 178.5q-43 -26 -72 -26q-17 0 -29 8.5t-12 23.5q0 18 12.5 28.5t34.5 10.5q32 0 68 -16q102 72 142 160.5t40 224.5q0 293 -182 293 q-64 0 -102.5 -37.5t-57 -125.5t-18.5 -243v-1188q-101 26 -256 29q-13 1 -38 1q-52 0 -132 -7z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM238 1594q0 47 38 79q30 26 70 26q28 0 54 -13t44 -35q24 -28 40 -60.5 t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5t-32 83zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5 t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5zM393 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM147 1278q113 67 210 175t156 226h37q55 -116 153.5 -224.5t213.5 -176.5 l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5t-182.5 -70.5zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM111 1325q32 145 100.5 215t155.5 70q58 0 99.5 -18.5t112.5 -67.5 t134 -49q92 0 157 108l29 -14q-32 -145 -100 -215t-154 -70q-59 0 -101 19t-113 68.5t-134 49.5q-92 0 -158 -110zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM147 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5 t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5zM612 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5 t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1061" d="M59 219q0 107 70 177t217 124q16 6 104 39.5t127 68.5t39 77v159q0 85 -40.5 134t-126.5 49q-40 0 -80 -12.5t-66 -37.5q57 -19 89 -59.5t32 -101.5q0 -42 -20.5 -75.5t-58.5 -53t-87 -19.5q-66 0 -105.5 45t-39.5 113q0 106 114 172q125 69 312 69q210 0 299 -92 q43 -43 58 -107t15 -179v-557q0 -50 9.5 -70.5t33.5 -20.5q33 0 76 35l21 -35q-47 -39 -102 -57t-132 -18q-104 0 -150 46t-46 120q-50 -83 -131 -124.5t-173 -41.5q-117 0 -187.5 61.5t-70.5 171.5zM311 1434q0 59 30.5 104t81 69.5t109.5 24.5q60 0 111.5 -24.5t82 -69.5 t30.5 -104q0 -60 -30.5 -106t-82 -70.5t-111.5 -24.5q-59 0 -109.5 24.5t-81 70.5t-30.5 106zM350 276q0 -80 35 -119.5t92 -39.5q81 0 139 84v420q-13 -22 -42.5 -45.5t-84.5 -57.5q-65 -45 -102 -101.5t-37 -140.5zM368 1432q0 -50 24 -85t61.5 -53t78.5 -18q42 0 80 17.5 t62 53t24 85.5q0 49 -24 84.5t-62.5 54t-79.5 18.5q-40 0 -78 -18.5t-62 -54t-24 -84.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1505" d="M63 211q0 111 70 182t215 125q104 42 149 63t76 51.5t31 72.5v159q0 84 -42.5 133.5t-127.5 49.5q-37 0 -77 -12.5t-66 -37.5q117 -40 117 -153q0 -42 -21 -75.5t-58.5 -53t-84.5 -19.5q-64 0 -104 43.5t-40 108.5q0 53 31 97t84 75q120 67 279 67q99 0 165 -26t106 -88 q120 114 308 114q367 0 367 -454h-532q-3 -30 -3 -96q0 -136 35 -225.5t90 -131t119 -41.5q150 0 240 164l38 -12q-25 -84 -75.5 -156.5t-128.5 -118t-179 -45.5q-129 0 -226.5 56t-151.5 169q-60 -109 -143 -162.5t-199 -53.5q-76 0 -135 27t-92.5 79t-33.5 125zM354 279 q0 -74 33.5 -111t93.5 -37q51 0 91.5 22t76.5 78l-1 6q-44 118 -44 281q0 40 3 77l-3 26q-26 -43 -100 -97q-72 -52 -111 -109t-39 -136zM902 672h280q2 162 -28 267t-91 105q-65 0 -108 -90.5t-53 -281.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1016" d="M74 524q0 181 65.5 307.5t180 191t262.5 64.5q76 0 143 -16.5t113 -44.5q53 -33 82.5 -82.5t29.5 -109.5q0 -73 -45.5 -118.5t-116.5 -45.5q-72 0 -114.5 41t-42.5 110q0 62 39 107t96 61q-16 22 -49.5 35.5t-73.5 13.5q-83 0 -141.5 -62.5t-88.5 -172t-30 -250.5 q0 -150 38 -242t99 -131t135 -39q70 0 141 36.5t128 129.5l34 -12q-26 -84 -78 -157.5t-135 -120t-194 -46.5q-137 0 -244.5 60t-170 184t-62.5 309zM315 -360l10 36q64 -8 90 -8q60 0 105 20.5t45 63.5q0 53 -68 53q-47 0 -82 -14l66 213h55l-43 -137q65 24 145 24 q68 0 105 -30t37 -80q0 -83 -81.5 -124.5t-205.5 -41.5q-110 0 -178 25z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1032" d="M76 518q0 186 64 313.5t177 191.5t261 64q385 0 385 -454h-575q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q169 0 271 164l36 -12q-26 -84 -80.5 -156.5t-138 -118t-190.5 -45.5q-141 0 -247.5 60t-166 182.5t-59.5 304.5zM271 1594q0 47 38 79q30 26 70 26 q28 0 54 -13t44 -35q24 -28 40 -60.5t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5t-32 83zM384 672h321q3 160 -32.5 266t-107.5 106q-73 0 -121.5 -90.5t-59.5 -281.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1032" d="M76 518q0 186 64 313.5t177 191.5t261 64q385 0 385 -454h-575q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q169 0 271 164l36 -12q-26 -84 -80.5 -156.5t-138 -118t-190.5 -45.5q-141 0 -247.5 60t-166 182.5t-59.5 304.5zM384 672h321q3 160 -32.5 266 t-107.5 106q-73 0 -121.5 -90.5t-59.5 -281.5zM426 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xea;" horiz-adv-x="1032" d="M76 518q0 186 64 313.5t177 191.5t261 64q385 0 385 -454h-575q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q169 0 271 164l36 -12q-26 -84 -80.5 -156.5t-138 -118t-190.5 -45.5q-141 0 -247.5 60t-166 182.5t-59.5 304.5zM180 1278q113 67 210 175t156 226 h37q55 -116 153.5 -224.5t213.5 -176.5l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5t-182.5 -70.5zM384 672h321q3 160 -32.5 266t-107.5 106q-73 0 -121.5 -90.5t-59.5 -281.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1032" d="M76 518q0 186 64 313.5t177 191.5t261 64q385 0 385 -454h-575q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q169 0 271 164l36 -12q-26 -84 -80.5 -156.5t-138 -118t-190.5 -45.5q-141 0 -247.5 60t-166 182.5t-59.5 304.5zM180 1403q0 40 21 75.5t56.5 56.5 t76.5 21q40 0 76 -21t58 -56.5t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM384 672h321q3 160 -32.5 266t-107.5 106q-73 0 -121.5 -90.5t-59.5 -281.5zM645 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5 q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#xec;" horiz-adv-x="645" d="M28 1594q0 47 38 79q30 26 70 26q28 0 54 -13t44 -35q24 -28 40 -60.5t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5t-32 83zM49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-891q0 -57 13 -89 t41 -45t77 -13v-43q-204 8 -272 8q-65 0 -285 -8z" />
+<glyph unicode="&#xed;" horiz-adv-x="645" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-891q0 -57 13 -89t41 -45t77 -13v-43q-204 8 -272 8q-65 0 -285 -8zM183 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26 q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xee;" horiz-adv-x="645" d="M-63 1278q113 67 210 175t156 226h37q55 -116 153.5 -224.5t213.5 -176.5l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5t-182.5 -70.5zM49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-891q0 -57 13 -89 t41 -45t77 -13v-43q-204 8 -272 8q-65 0 -285 -8z" />
+<glyph unicode="&#xef;" horiz-adv-x="645" d="M-63 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-891q0 -57 13 -89 t41 -45t77 -13v-43q-204 8 -272 8q-65 0 -285 -8zM402 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1161" d="M78 508q-1 185 58 315.5t164.5 197t242.5 66.5q112 0 180 -56q-52 191 -168 323l-328 -160l-18 37l317 154q-104 106 -262 182l17 35q193 -66 346 -168l293 143l18 -37l-273 -132q192 -139 301 -335.5t109 -449.5q0 -218 -64 -364.5t-176.5 -218t-259.5 -71.5 q-231 0 -364 131t-133 408zM387 526q0 -176 24 -291.5t65.5 -170t94.5 -54.5q89 0 145 142t56 462q0 212 -37 373q-47 53 -131 53q-217 0 -217 -514z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1257" d="M49 0v43q49 0 77.5 13t41 45t12.5 89v646q0 95 -29 137.5t-102 42.5v43q65 -6 127 -6q181 0 299 28v-184q93 190 336 190q84 0 137.5 -20t87.5 -59t49 -101t15 -166v-551q0 -57 13 -89t41 -45t77 -13v-43q-204 8 -270 8q-63 0 -267 -8v43q42 0 66 13t34.5 45t10.5 89v637 q0 84 -27.5 127t-99.5 43q-56 0 -102.5 -31t-73.5 -85.5t-27 -120.5v-570q0 -57 11 -89t35 -45t65 -13v-43q-188 8 -254 8q-63 0 -283 -8zM220 1325q32 145 100.5 215t155.5 70q58 0 99.5 -18.5t112.5 -67.5t134 -49q92 0 157 108l29 -14q-32 -145 -100 -215t-154 -70 q-59 0 -101 19t-113 68.5t-134 49.5q-92 0 -158 -110z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM287 1594q0 47 38 79q30 26 70 26q28 0 54 -13t44 -35q24 -28 40 -60.5t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5 t-32 83zM385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391zM442 1245 q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM196 1278q113 67 210 175t156 226h37q55 -116 153.5 -224.5t213.5 -176.5l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5 t-182.5 -70.5zM385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM160 1325q32 145 100.5 215t155.5 70q58 0 99.5 -18.5t112.5 -67.5t134 -49q92 0 157 108l29 -14q-32 -145 -100 -215t-154 -70q-59 0 -101 19 t-113 68.5t-134 49.5q-92 0 -158 -110zM385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1157" d="M76 528q0 290 134 424.5t368 134.5t367.5 -134t133.5 -425q0 -290 -133.5 -423.5t-367.5 -133.5t-368 133.5t-134 423.5zM196 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5z M385 528q0 -262 52.5 -389t140.5 -127q89 0 140.5 126.5t51.5 389.5q0 264 -51.5 391.5t-140.5 127.5q-88 0 -140.5 -128t-52.5 -391zM661 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56 t-21 77.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1296" d="M138 696v62h1026v-62h-1026zM537 432q0 46 33 79.5t79 33.5q48 0 81.5 -33t33.5 -80t-33.5 -81t-81.5 -34q-46 0 -79 34t-33 81zM537 1022q0 46 33 79.5t79 33.5q48 0 81.5 -33.5t33.5 -79.5q0 -48 -33.5 -80.5t-81.5 -32.5q-46 0 -79 32.5t-33 80.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1155" d="M76 528q0 290 134 424.5t368 134.5q183 0 300 -78l138 199l39 -26l-139 -202q163 -139 163 -452q0 -290 -133.5 -423.5t-367.5 -133.5q-177 0 -294 73l-134 -194l-41 27l134 197q-167 138 -167 454zM385 528q0 -148 18 -256l337 575q-47 200 -162 200q-88 0 -140.5 -128 t-52.5 -391zM418 199q49 -187 160 -187q89 0 140.5 126.5t51.5 389.5q0 142 -16 248z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1241" d="M27 1016v43q65 -6 127 -6q179 0 299 28v-848q0 -85 25.5 -128.5t96.5 -43.5q54 0 99.5 31.5t72.5 86t27 120.5v537q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-858q0 -95 29.5 -137.5t101.5 -42.5v-43q-64 6 -127 6q-180 0 -299 -29v185 q-93 -191 -330 -191q-153 0 -223 80q-34 38 -48.5 101t-14.5 165v519q0 94 -29.5 137t-101.5 43zM298 1594q0 47 38 79q30 26 70 26q28 0 54 -13t44 -35q24 -28 40 -60.5t56 -135.5t99 -210l-23 -18q-61 56 -110 94.5t-126.5 94t-109.5 95.5t-32 83z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1241" d="M27 1016v43q65 -6 127 -6q179 0 299 28v-848q0 -85 25.5 -128.5t96.5 -43.5q54 0 99.5 31.5t72.5 86t27 120.5v537q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-858q0 -95 29.5 -137.5t101.5 -42.5v-43q-64 6 -127 6q-180 0 -299 -29v185 q-93 -191 -330 -191q-153 0 -223 80q-34 38 -48.5 101t-14.5 165v519q0 94 -29.5 137t-101.5 43zM453 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1241" d="M27 1016v43q65 -6 127 -6q179 0 299 28v-848q0 -85 25.5 -128.5t96.5 -43.5q54 0 99.5 31.5t72.5 86t27 120.5v537q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-858q0 -95 29.5 -137.5t101.5 -42.5v-43q-64 6 -127 6q-180 0 -299 -29v185 q-93 -191 -330 -191q-153 0 -223 80q-34 38 -48.5 101t-14.5 165v519q0 94 -29.5 137t-101.5 43zM207 1278q113 67 210 175t156 226h37q55 -116 153.5 -224.5t213.5 -176.5l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5t-182.5 -70.5z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1241" d="M27 1016v43q65 -6 127 -6q179 0 299 28v-848q0 -85 25.5 -128.5t96.5 -43.5q54 0 99.5 31.5t72.5 86t27 120.5v537q0 94 -29.5 137t-101.5 43v43q65 -6 127 -6q179 0 299 28v-858q0 -95 29.5 -137.5t101.5 -42.5v-43q-64 6 -127 6q-180 0 -299 -29v185 q-93 -191 -330 -191q-153 0 -223 80q-34 38 -48.5 101t-14.5 165v519q0 94 -29.5 137t-101.5 43zM207 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5t22 -75.5q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM672 1403q0 40 21 75.5 t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1063" d="M-29 1016v43q135 -12 281 -12q121 0 285 12v-43q-44 0 -69 -3t-42.5 -15t-17.5 -39q0 -24 14 -58l251 -605l140 394q33 98 33 164q0 78 -40 118.5t-112 45.5v41q96 -6 199 -6t158 6v-41q-43 -11 -77.5 -51t-64.5 -125l-366 -1030q-41 -107 -90 -146q-60 -51 -179 -51 q-53 0 -104.5 17.5t-85 54.5t-33.5 92q0 63 45 101t119 38q69 0 111.5 -34t42.5 -95q0 -42 -27.5 -78.5t-75.5 -54.5q15 -2 47 -2q128 0 187 162l33 98l-435 987q-32 71 -63.5 93t-63.5 22zM389 1245q59 107 93.5 195.5t53 132.5t48.5 78q17 23 42.5 35.5t52.5 12.5 q42 0 72 -26q38 -30 38 -79q0 -45 -31 -83q-32 -40 -95 -85t-120 -87.5t-132 -111.5z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1196" d="M8 1536v43q65 -6 127 -6q183 0 299 29v-714q42 97 125 148t193 51q106 0 189 -57.5t130 -172t47 -279.5q0 -197 -58 -333t-164 -205t-251 -69q-134 0 -211 67v-206q0 -90 46 -125t138 -35v-43q-30 1 -135 5t-209 4q-74 0 -154.5 -4t-103.5 -5v43q46 0 72.5 12.5 t38.5 42.5t12 85v1544q0 95 -28.5 137.5t-102.5 42.5zM434 83q45 -56 131 -56q130 0 187 130.5t57 379.5t-45.5 355.5t-130.5 106.5q-70 0 -125.5 -47.5t-73.5 -132.5v-736z" />
+<glyph unicode="&#xff;" horiz-adv-x="1063" d="M-29 1016v43q135 -12 281 -12q121 0 285 12v-43q-44 0 -69 -3t-42.5 -15t-17.5 -39q0 -24 14 -58l251 -605l140 394q33 98 33 164q0 78 -40 118.5t-112 45.5v41q96 -6 199 -6t158 6v-41q-43 -11 -77.5 -51t-64.5 -125l-366 -1030q-41 -107 -90 -146q-60 -51 -179 -51 q-53 0 -104.5 17.5t-85 54.5t-33.5 92q0 63 45 101t119 38q69 0 111.5 -34t42.5 -95q0 -42 -27.5 -78.5t-75.5 -54.5q15 -2 47 -2q128 0 187 162l33 98l-435 987q-32 71 -63.5 93t-63.5 22zM143 1403q0 40 21 75.5t56.5 56.5t76.5 21q40 0 76 -21t58 -56.5t22 -75.5 q0 -42 -21.5 -77.5t-57.5 -56t-77 -20.5t-76.5 20.5t-56.5 56t-21 77.5zM608 1403q0 40 21 75.5t57 56.5t78 21q40 0 75.5 -21t56.5 -56.5t21 -75.5q0 -42 -21 -77.5t-56 -56t-76 -20.5q-42 0 -78 20.5t-57 56t-21 77.5z" />
+<glyph unicode="&#x152;" horiz-adv-x="2038" d="M88 713q0 226 91 400t253 270t369 96q87 0 178 -33q197 -2 514 -2q291 0 412 6q-15 -151 -15 -279q0 -89 6 -139h-47q-18 140 -54 220.5t-92 115.5t-140 35h-43q-67 0 -98.5 -12t-43.5 -47t-12 -111v-483h84q93 0 130 58t49.5 113.5t15.5 69.5h47q-7 -86 -7 -166l1 -96 q0 -93 12 -262h-47q-14 79 -30.5 127t-56.5 81.5t-114 33.5h-84v-492q0 -76 12 -111t43.5 -47t98.5 -12h59q131 0 209.5 94.5t101.5 317.5h47q-6 -67 -6 -172q0 -157 15 -287q-134 6 -453 6q-324 0 -520 -2q-84 -33 -174 -33q-213 0 -373.5 88t-249 255.5t-88.5 398.5z M428 721q0 -213 50 -375t136.5 -250t192.5 -88q53 0 107 20t90 61.5t36 103.5v1052q0 72 -37.5 116t-93.5 62.5t-116 18.5q-110 0 -193 -91.5t-127.5 -255t-44.5 -374.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1667" d="M78 528q0 291 128 425t353 134q228 0 333 -176q56 87 140 131.5t187 44.5q378 0 378 -454h-541q-3 -30 -3 -96q0 -136 38 -225.5t98.5 -131t129.5 -41.5q151 0 235 164l39 -12q-25 -84 -75.5 -156.5t-127.5 -118t-176 -45.5q-104 0 -187.5 42.5t-138.5 126.5 q-105 -169 -329 -169q-225 0 -353 133.5t-128 423.5zM387 528q0 -263 46.5 -389.5t125.5 -126.5q85 0 134.5 126t49.5 388q0 265 -49.5 393t-134.5 128q-79 0 -125.5 -127.5t-46.5 -391.5zM1050 672h289q2 162 -31 267t-100 105q-64 0 -106 -90.5t-52 -281.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1276" d="M-14 1409v43q89 -10 241 -10q192 0 385 10v-43q-72 0 -113.5 -12.5t-41.5 -47.5q0 -21 14 -46l312 -600l159 319q81 162 81 253q0 69 -44 101t-127 35v41q138 -6 256 -6q94 0 156 6v-41q-47 -20 -94.5 -75.5t-102.5 -161.5l-242 -479v-478q0 -77 11.5 -112t42.5 -48 t100 -16v-41q-111 6 -315 6q-219 0 -318 -6v41q68 3 99.5 16t43 48t11.5 112v346l-396 731q-63 115 -118 115zM278 1722q0 40 21 76t56 58t76 22q40 0 76 -22t58 -58t22 -76q0 -41 -22 -76t-58 -56t-76 -21q-41 0 -76.5 20.5t-56 56t-20.5 76.5zM767 1722q0 41 21 77 t57 57.5t78 21.5q40 0 75.5 -22t56.5 -58t21 -76q0 -41 -21 -76.5t-56.5 -56t-75.5 -20.5q-42 0 -78 20.5t-57 56t-21 76.5z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M27 1278q113 67 210 175t156 226h37q55 -116 153.5 -224.5t213.5 -176.5l-17 -29q-117 28 -229 70.5t-180 85.5q-56 -43 -145.5 -85.5t-182.5 -70.5z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M27 1325q32 145 100.5 215t155.5 70q58 0 99.5 -18.5t112.5 -67.5t134 -49q92 0 157 108l29 -14q-32 -145 -100 -215t-154 -70q-59 0 -101 19t-113 68.5t-134 49.5q-92 0 -158 -110z" />
+<glyph unicode="&#x2000;" horiz-adv-x="964" />
+<glyph unicode="&#x2001;" horiz-adv-x="1929" />
+<glyph unicode="&#x2002;" horiz-adv-x="964" />
+<glyph unicode="&#x2003;" horiz-adv-x="1929" />
+<glyph unicode="&#x2004;" horiz-adv-x="643" />
+<glyph unicode="&#x2005;" horiz-adv-x="482" />
+<glyph unicode="&#x2006;" horiz-adv-x="321" />
+<glyph unicode="&#x2007;" horiz-adv-x="321" />
+<glyph unicode="&#x2008;" horiz-adv-x="241" />
+<glyph unicode="&#x2009;" horiz-adv-x="385" />
+<glyph unicode="&#x200a;" horiz-adv-x="107" />
+<glyph unicode="&#x2010;" horiz-adv-x="985" d="M123 469v170h739v-170h-739z" />
+<glyph unicode="&#x2011;" horiz-adv-x="985" d="M123 469v170h739v-170h-739z" />
+<glyph unicode="&#x2012;" horiz-adv-x="985" d="M123 469v170h739v-170h-739z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1233" d="M115 453v202h1003v-202h-1003z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1833" d="M115 453v202h1603v-202h-1603z" />
+<glyph unicode="&#x2018;" horiz-adv-x="528" d="M91 1162q0 105 54 192t161 136l19 -37q-59 -25 -103 -76t-53 -104q-5 -28 -5 -48q0 -23 5 -38q47 49 119 49t117 -42t45 -116q0 -70 -47.5 -114t-120.5 -44q-100 0 -146 72q-21 31 -33 76.5t-12 93.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="518" d="M75 1320q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116z" />
+<glyph unicode="&#x201a;" horiz-adv-x="555" d="M100 129q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116z" />
+<glyph unicode="&#x201c;" horiz-adv-x="950" d="M91 1161q0 105 54 192t161 136l19 -37q-59 -25 -103 -76t-53 -104q-5 -28 -5 -48q0 -23 5 -38q47 49 119 49t117 -42t45 -116q0 -70 -47.5 -114t-120.5 -44q-100 0 -146 72q-21 31 -33 76.5t-12 93.5zM513 1161q0 105 54 192t161 136l19 -37q-59 -25 -103 -76t-53 -104 q-5 -28 -5 -48q0 -23 5 -38q47 49 119 49t117 -42t45 -116q0 -70 -47.5 -114t-120.5 -44q-100 0 -146 72q-21 31 -33 76.5t-12 93.5z" />
+<glyph unicode="&#x201d;" horiz-adv-x="940" d="M75 1320q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116zM497 1320q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5 q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116z" />
+<glyph unicode="&#x201e;" horiz-adv-x="977" d="M100 129q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116zM522 129q0 70 47.5 114t120.5 44q100 0 146 -72q21 -31 33 -76.5t12 -93.5 q0 -105 -54 -192t-161 -136l-19 37q59 25 103 76t53 104q5 28 5 48q0 23 -5 38q-47 -49 -119 -49t-117 42t-45 116z" />
+<glyph unicode="&#x2022;" horiz-adv-x="993" d="M152 551q0 94 46 173.5t125 126t173 46.5t173.5 -46.5t126 -126t46.5 -173.5t-46.5 -173t-126 -125t-173.5 -46t-173 46t-125 125t-46 173z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1700" d="M102 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5zM677 129q0 73 47 115.5t127 42.5q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5zM1251 129q0 73 47 115.5t127 42.5 q81 0 128 -42.5t47 -115.5t-47 -115.5t-128 -42.5q-80 0 -127 42.5t-47 115.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="385" />
+<glyph unicode="&#x2039;" horiz-adv-x="741" d="M53 516v27q165 102 301 237t264 312l31 -13q-48 -158 -128 -309.5t-163 -237.5q82 -84 162.5 -238t128.5 -314l-31 -11q-127 176 -263 310.5t-302 236.5z" />
+<glyph unicode="&#x203a;" horiz-adv-x="741" d="M94 -20q49 160 128 311t161 235q-81 84 -160.5 237.5t-128.5 315.5l31 13q128 -176 264 -311.5t299 -237.5v-27q-163 -102 -299 -237t-264 -310z" />
+<glyph unicode="&#x205f;" horiz-adv-x="482" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1309" d="M63 608v41h150q-2 31 -2 64q0 51 4 100h-152v41h157q24 187 108.5 328.5t214 219t284.5 77.5q174 0 283 -66q100 -65 100 -149q0 -63 -45 -101.5t-118 -38.5q-71 0 -113.5 35.5t-42.5 100.5q0 45 31 84.5t82 56.5q-58 41 -154 41q-92 0 -160.5 -70.5t-109 -202.5 t-50.5 -315h426l-22 -41h-406q-2 -45 -2 -92l1 -72h315l-25 -41h-289q25 -600 322 -600q48 0 88 11.5t63 29.5q-51 17 -80.5 56.5t-29.5 84.5q0 65 42.5 100.5t113.5 35.5q72 0 117.5 -38.5t45.5 -101.5q0 -45 -27.5 -84.5t-74.5 -64.5q-126 -66 -283 -66q-172 0 -303.5 75 t-210.5 218.5t-96 343.5h-152z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2208" d="M131 1450q117 -6 397 -6q279 0 396 6q-15 -104 -15 -193q0 -65 6 -106h-47q-15 133 -57 192.5t-98 59.5h-74v-612q0 -60 10.5 -86t39 -36t95.5 -14v-41q-114 7 -256 7q-156 0 -258 -7v41q67 4 96 14t39.5 36t10.5 86v612h-74q-56 0 -98 -59.5t-58 -192.5h-47q6 38 6 106 q0 87 -14 193zM1016 614v41q48 4 68.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-68.5 11v41q68 -6 203 -6q72 0 139 6l209 -514l192 508h133q125 0 195 6v-41q-49 -3 -69.5 -11t-28 -30.5t-7.5 -73.5v-524q0 -51 7.5 -73t28 -30t69.5 -12v-41q-96 7 -215 7 q-118 0 -197 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-291 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-49 7 -106 7q-75 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1060" d="M0 0v1060h1060v-1060h-1060z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2021" d="M35 1016v41h151q0 107 35.5 196.5t100.5 151.5q62 62 155.5 94.5t206.5 32.5q191 0 311 -112q20 23 43 44q75 66 188 102t251 36q189 0 313 -76q36 -21 58 -57t22 -80q0 -74 -50 -116t-143 -42q-90 0 -141 42t-51 113q0 54 35.5 93.5t99.5 58.5q-19 12 -55.5 19.5 t-75.5 7.5q-79 0 -138 -29.5t-94 -77.5q-36 -41 -54.5 -91.5t-25 -121.5t-6.5 -188h244q166 0 258.5 5t179.5 19v-891q0 -57 14 -89t45 -45t85 -13v-43q-220 8 -285 8q-69 0 -285 -8v43q49 0 77.5 13t41.5 45t13 89v646q0 94 -32 137t-112 43h-244v-826q0 -83 40.5 -115 t123.5 -32v-43q-252 8 -305 8q-77 0 -297 -8v43q53 0 84 13t45.5 45t14.5 89v826h-383v-826q0 -57 12.5 -89t40.5 -45t78 -13v-43q-224 8 -283 8q-71 0 -299 -8v43q54 0 84.5 13t44.5 45t14 89v826h-151zM494 1057h383q0 201 95 333q-104 97 -255 97q-113 0 -168 -70 t-55 -225v-135z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2030" d="M35 1016v41h151q0 107 35.5 196.5t100.5 151.5q62 62 155.5 94.5t206.5 32.5q176 0 290 -93q22 28 50 52q67 57 155.5 84t182.5 27q42 0 133.5 -8.5t144.5 -8.5q105 0 213 21v-1416q0 -57 14 -89t45 -45t85 -13v-43q-220 8 -285 8q-69 0 -285 -8v43q49 0 77.5 13t41.5 45 t13 89v1194q0 95 -41 134q-21 22 -54.5 34.5t-68.5 12.5q-57 0 -94.5 -17.5t-67.5 -52.5q-38 -45 -50 -116t-12 -203v-119h215v-41h-215v-826q0 -83 40.5 -115t123.5 -32v-43q-252 8 -305 8q-77 0 -297 -8v43q53 0 84 13t45.5 45t14.5 89v826h-383v-826q0 -57 12.5 -89 t40.5 -45t78 -13v-43q-224 8 -283 8q-71 0 -299 -8v43q54 0 84.5 13t44.5 45t14 89v826h-151zM494 1057h383q0 228 75 350q-99 80 -235 80q-113 0 -168 -70t-55 -225v-135z" />
+<hkern u1="&#x20;" u2="&#xb2;" k="23" />
+<hkern u1="&#x20;" u2="x" k="20" />
+<hkern u1="&#x20;" u2="X" k="31" />
+<hkern u1="&#x20;" u2="V" k="80" />
+<hkern u1="&#x20;" u2="&#x34;" k="47" />
+<hkern u1="&#x20;" u2="&#x33;" k="16" />
+<hkern u1="&#x20;" u2="&#x32;" k="16" />
+<hkern u1="&#x22;" u2="&#xef;" k="-55" />
+<hkern u1="&#x23;" u2="&#x34;" k="53" />
+<hkern u1="&#x24;" u2="&#x33;" k="8" />
+<hkern u1="&#x26;" u2="&#xef;" k="-6" />
+<hkern u1="&#x27;" u2="&#xef;" k="-55" />
+<hkern u1="&#x28;" u2="&#xef;" k="-23" />
+<hkern u1="&#x28;" u2="&#xec;" k="-14" />
+<hkern u1="&#x28;" u2="&#xcf;" k="-12" />
+<hkern u1="&#x28;" u2="&#x7b;" k="41" />
+<hkern u1="&#x28;" u2="x" k="10" />
+<hkern u1="&#x28;" u2="&#x39;" k="49" />
+<hkern u1="&#x28;" u2="&#x38;" k="43" />
+<hkern u1="&#x28;" u2="&#x37;" k="47" />
+<hkern u1="&#x28;" u2="&#x36;" k="63" />
+<hkern u1="&#x28;" u2="&#x34;" k="43" />
+<hkern u1="&#x28;" u2="&#x32;" k="41" />
+<hkern u1="&#x28;" u2="&#x31;" k="35" />
+<hkern u1="&#x28;" u2="&#x30;" k="74" />
+<hkern u1="&#x28;" u2="&#x28;" k="47" />
+<hkern u1="&#x29;" u2="&#x7d;" k="29" />
+<hkern u1="&#x29;" u2="]" k="8" />
+<hkern u1="&#x29;" u2="&#x29;" k="47" />
+<hkern u1="&#x2b;" u2="&#x38;" k="27" />
+<hkern u1="&#x2b;" u2="&#x34;" k="45" />
+<hkern u1="&#x2c;" u2="J" k="-223" />
+<hkern u1="&#x2f;" u2="&#x39;" k="47" />
+<hkern u1="&#x2f;" u2="&#x36;" k="41" />
+<hkern u1="&#x2f;" u2="&#x35;" k="53" />
+<hkern u1="&#x2f;" u2="&#x34;" k="154" />
+<hkern u1="&#x2f;" u2="&#x33;" k="47" />
+<hkern u1="&#x2f;" u2="&#x32;" k="39" />
+<hkern u1="&#x2f;" u2="&#x31;" k="12" />
+<hkern u1="&#x2f;" u2="&#x30;" k="63" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="176" />
+<hkern u1="&#x30;" u2="&#xb0;" k="78" />
+<hkern u1="&#x30;" u2="&#x7d;" k="57" />
+<hkern u1="&#x30;" u2="]" k="18" />
+<hkern u1="&#x30;" u2="\" k="61" />
+<hkern u1="&#x30;" u2="&#x34;" k="16" />
+<hkern u1="&#x30;" u2="&#x29;" k="74" />
+<hkern u1="&#x31;" u2="&#xf7;" k="8" />
+<hkern u1="&#x31;" u2="&#xd7;" k="8" />
+<hkern u1="&#x31;" u2="&#xb7;" k="14" />
+<hkern u1="&#x31;" u2="&#xb0;" k="12" />
+<hkern u1="&#x31;" u2="&#x7d;" k="12" />
+<hkern u1="&#x31;" u2="\" k="55" />
+<hkern u1="&#x31;" u2="&#x35;" k="25" />
+<hkern u1="&#x31;" u2="&#x33;" k="14" />
+<hkern u1="&#x31;" u2="&#x29;" k="33" />
+<hkern u1="&#x32;" u2="&#xf7;" k="12" />
+<hkern u1="&#x32;" u2="&#xb7;" k="10" />
+<hkern u1="&#x32;" u2="&#xb0;" k="51" />
+<hkern u1="&#x32;" u2="&#x7d;" k="23" />
+<hkern u1="&#x32;" u2="]" k="10" />
+<hkern u1="&#x32;" u2="\" k="63" />
+<hkern u1="&#x32;" u2="&#x29;" k="41" />
+<hkern u1="&#x32;" u2="&#x20;" k="20" />
+<hkern u1="&#x33;" u2="&#xf7;" k="23" />
+<hkern u1="&#x33;" u2="&#xb7;" k="23" />
+<hkern u1="&#x33;" u2="&#xb0;" k="61" />
+<hkern u1="&#x33;" u2="&#x7d;" k="29" />
+<hkern u1="&#x33;" u2="]" k="14" />
+<hkern u1="&#x33;" u2="\" k="59" />
+<hkern u1="&#x33;" u2="&#x29;" k="51" />
+<hkern u1="&#x33;" u2="&#x20;" k="12" />
+<hkern u1="&#x34;" u2="&#xf7;" k="49" />
+<hkern u1="&#x34;" u2="&#xb0;" k="57" />
+<hkern u1="&#x34;" u2="&#x7d;" k="10" />
+<hkern u1="&#x34;" u2="]" k="10" />
+<hkern u1="&#x34;" u2="\" k="78" />
+<hkern u1="&#x34;" u2="&#x37;" k="25" />
+<hkern u1="&#x34;" u2="&#x33;" k="35" />
+<hkern u1="&#x34;" u2="&#x29;" k="41" />
+<hkern u1="&#x34;" u2="&#x20;" k="23" />
+<hkern u1="&#x35;" u2="&#xf7;" k="29" />
+<hkern u1="&#x35;" u2="&#xb7;" k="8" />
+<hkern u1="&#x35;" u2="&#xb0;" k="8" />
+<hkern u1="&#x35;" u2="&#x7d;" k="8" />
+<hkern u1="&#x35;" u2="]" k="8" />
+<hkern u1="&#x35;" u2="\" k="23" />
+<hkern u1="&#x35;" u2="&#x29;" k="43" />
+<hkern u1="&#x35;" u2="&#x20;" k="33" />
+<hkern u1="&#x36;" u2="&#xb0;" k="8" />
+<hkern u1="&#x36;" u2="&#x7d;" k="25" />
+<hkern u1="&#x36;" u2="&#x29;" k="37" />
+<hkern u1="&#x37;" u2="&#xb7;" k="27" />
+<hkern u1="&#x37;" u2="&#x34;" k="109" />
+<hkern u1="&#x37;" u2="&#x2f;" k="29" />
+<hkern u1="&#x37;" u2="&#x29;" k="41" />
+<hkern u1="&#x37;" u2="&#x20;" k="43" />
+<hkern u1="&#x38;" u2="&#xf7;" k="27" />
+<hkern u1="&#x38;" u2="&#x7d;" k="25" />
+<hkern u1="&#x38;" u2="]" k="8" />
+<hkern u1="&#x38;" u2="&#x33;" k="23" />
+<hkern u1="&#x38;" u2="&#x29;" k="41" />
+<hkern u1="&#x39;" u2="&#xb0;" k="82" />
+<hkern u1="&#x39;" u2="&#x7d;" k="53" />
+<hkern u1="&#x39;" u2="]" k="14" />
+<hkern u1="&#x39;" u2="\" k="59" />
+<hkern u1="&#x39;" u2="&#x29;" k="70" />
+<hkern u1="&#x3d;" u2="&#x34;" k="72" />
+<hkern u1="&#x40;" u2="X" k="47" />
+<hkern u1="&#x40;" u2="V" k="23" />
+<hkern u1="B" u2="&#x7d;" k="29" />
+<hkern u1="B" u2="x" k="39" />
+<hkern u1="B" u2="p" k="4" />
+<hkern u1="B" u2="]" k="8" />
+<hkern u1="B" u2="X" k="61" />
+<hkern u1="B" u2="V" k="47" />
+<hkern u1="B" u2="&#x29;" k="39" />
+<hkern u1="F" u2="&#x40;" k="51" />
+<hkern u1="F" u2="&#x2f;" k="63" />
+<hkern u1="F" u2="&#x26;" k="25" />
+<hkern u1="F" u2="&#x20;" k="51" />
+<hkern u1="J" u2="&#xdf;" k="23" />
+<hkern u1="K" u2="&#xff;" k="63" />
+<hkern u1="P" u2="&#x7d;" k="14" />
+<hkern u1="P" u2="X" k="61" />
+<hkern u1="P" u2="V" k="18" />
+<hkern u1="P" u2="&#x40;" k="47" />
+<hkern u1="P" u2="&#x2f;" k="72" />
+<hkern u1="P" u2="&#x29;" k="41" />
+<hkern u1="P" u2="&#x26;" k="20" />
+<hkern u1="P" u2="&#x20;" k="55" />
+<hkern u1="Q" u2="&#xc6;" k="41" />
+<hkern u1="Q" u2="&#xc5;" k="25" />
+<hkern u1="Q" u2="&#xc4;" k="25" />
+<hkern u1="Q" u2="&#xc3;" k="25" />
+<hkern u1="Q" u2="&#xc2;" k="25" />
+<hkern u1="Q" u2="&#xc1;" k="25" />
+<hkern u1="Q" u2="&#xc0;" k="25" />
+<hkern u1="Q" u2="J" k="-176" />
+<hkern u1="Q" u2="A" k="25" />
+<hkern u1="T" u2="&#xf0;" k="20" />
+<hkern u1="T" u2="q" k="20" />
+<hkern u1="U" u2="&#xdf;" k="43" />
+<hkern u1="V" u2="&#xed;" k="4" />
+<hkern u1="V" u2="&#xe4;" k="37" />
+<hkern u1="V" u2="&#xe3;" k="33" />
+<hkern u1="V" u2="x" k="23" />
+<hkern u1="V" u2="p" k="20" />
+<hkern u1="V" u2="&#x40;" k="31" />
+<hkern u1="V" u2="&#x2f;" k="31" />
+<hkern u1="V" u2="&#x26;" k="16" />
+<hkern u1="V" u2="&#x20;" k="29" />
+<hkern u1="W" u2="&#xed;" k="4" />
+<hkern u1="W" u2="&#xdf;" k="14" />
+<hkern u1="X" u2="&#xbb;" k="-2" />
+<hkern u1="X" u2="&#xba;" k="16" />
+<hkern u1="X" u2="&#xae;" k="43" />
+<hkern u1="X" u2="&#xaa;" k="12" />
+<hkern u1="X" u2="&#xa9;" k="49" />
+<hkern u1="X" u2="p" k="4" />
+<hkern u1="X" u2="&#x2a;" k="31" />
+<hkern u1="X" u2="&#x26;" k="8" />
+<hkern u1="X" u2="&#x20;" k="35" />
+<hkern u1="Y" u2="&#xed;" k="4" />
+<hkern u1="Y" u2="&#xe4;" k="45" />
+<hkern u1="Y" u2="&#xe3;" k="41" />
+<hkern u1="Y" u2="&#xdf;" k="16" />
+<hkern u1="[" u2="&#xef;" k="-10" />
+<hkern u1="[" u2="V" k="16" />
+<hkern u1="[" u2="&#x39;" k="8" />
+<hkern u1="[" u2="&#x38;" k="10" />
+<hkern u1="[" u2="&#x36;" k="12" />
+<hkern u1="[" u2="&#x34;" k="12" />
+<hkern u1="[" u2="&#x32;" k="10" />
+<hkern u1="[" u2="&#x31;" k="8" />
+<hkern u1="[" u2="&#x30;" k="18" />
+<hkern u1="[" u2="&#x28;" k="8" />
+<hkern u1="\" u2="V" k="106" />
+<hkern u1="\" u2="&#x33;" k="53" />
+<hkern u1="q" u2="&#x7d;" k="-14" />
+<hkern u1="q" u2="\" k="25" />
+<hkern u1="q" u2="V" k="98" />
+<hkern u1="q" u2="&#x3f;" k="14" />
+<hkern u1="x" u2="V" k="76" />
+<hkern u1="x" u2="&#x29;" k="8" />
+<hkern u1="x" u2="&#x20;" k="23" />
+<hkern u1="&#x7b;" u2="&#xef;" k="-37" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-6" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="37" />
+<hkern u1="&#x7b;" u2="b" k="-14" />
+<hkern u1="&#x7b;" u2="V" k="16" />
+<hkern u1="&#x7b;" u2="&#x39;" k="39" />
+<hkern u1="&#x7b;" u2="&#x38;" k="10" />
+<hkern u1="&#x7b;" u2="&#x37;" k="20" />
+<hkern u1="&#x7b;" u2="&#x36;" k="47" />
+<hkern u1="&#x7b;" u2="&#x34;" k="12" />
+<hkern u1="&#x7b;" u2="&#x32;" k="25" />
+<hkern u1="&#x7b;" u2="&#x31;" k="8" />
+<hkern u1="&#x7b;" u2="&#x30;" k="57" />
+<hkern u1="&#x7b;" u2="&#x28;" k="29" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="37" />
+<hkern u1="&#x7d;" u2="&#x29;" k="41" />
+<hkern u1="&#xa1;" u2="V" k="61" />
+<hkern u1="&#xa3;" u2="&#x33;" k="37" />
+<hkern u1="&#xb0;" u2="&#x39;" k="76" />
+<hkern u1="&#xb0;" u2="&#x36;" k="70" />
+<hkern u1="&#xb0;" u2="&#x35;" k="23" />
+<hkern u1="&#xb0;" u2="&#x34;" k="213" />
+<hkern u1="&#xb0;" u2="&#x33;" k="68" />
+<hkern u1="&#xb0;" u2="&#x32;" k="49" />
+<hkern u1="&#xb0;" u2="&#x30;" k="86" />
+<hkern u1="&#xb7;" u2="&#x37;" k="8" />
+<hkern u1="&#xb7;" u2="&#x34;" k="68" />
+<hkern u1="&#xb7;" u2="&#x33;" k="39" />
+<hkern u1="&#xb7;" u2="&#x32;" k="33" />
+<hkern u1="&#xb7;" u2="&#x31;" k="39" />
+<hkern u1="&#xb9;" u2="&#xb3;" k="33" />
+<hkern u1="&#xc7;" u2="j" k="-47" />
+<hkern u1="&#xcf;" u2="&#x29;" k="-16" />
+<hkern u1="&#xd7;" u2="&#x34;" k="49" />
+<hkern u1="&#xd7;" u2="&#x33;" k="43" />
+<hkern u1="&#xd7;" u2="&#x32;" k="25" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="43" />
+<hkern u1="&#xda;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="43" />
+<hkern u1="&#xdd;" u2="&#xed;" k="4" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="41" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="16" />
+<hkern u1="&#xde;" u2="&#x7d;" k="33" />
+<hkern u1="&#xde;" u2="x" k="18" />
+<hkern u1="&#xde;" u2="X" k="143" />
+<hkern u1="&#xde;" u2="V" k="49" />
+<hkern u1="&#xde;" u2="&#x3f;" k="43" />
+<hkern u1="&#xde;" u2="&#x2f;" k="14" />
+<hkern u1="&#xde;" u2="&#x29;" k="51" />
+<hkern u1="&#xde;" u2="&#x20;" k="16" />
+<hkern u1="&#xdf;" u2="&#x2122;" k="16" />
+<hkern u1="&#xdf;" u2="&#xba;" k="29" />
+<hkern u1="&#xdf;" u2="&#xae;" k="33" />
+<hkern u1="&#xdf;" u2="&#xaa;" k="27" />
+<hkern u1="&#xdf;" u2="&#x7d;" k="20" />
+<hkern u1="&#xdf;" u2="x" k="41" />
+<hkern u1="&#xdf;" u2="\" k="29" />
+<hkern u1="&#xdf;" u2="X" k="25" />
+<hkern u1="&#xdf;" u2="V" k="70" />
+<hkern u1="&#xdf;" u2="&#x3f;" k="18" />
+<hkern u1="&#xdf;" u2="&#x2a;" k="27" />
+<hkern u1="&#xdf;" u2="&#x29;" k="29" />
+<hkern u1="&#xdf;" u2="&#x20;" k="23" />
+<hkern u1="&#xef;" u2="&#x2122;" k="-35" />
+<hkern u1="&#xef;" u2="&#x201d;" k="-33" />
+<hkern u1="&#xef;" u2="&#x2019;" k="-33" />
+<hkern u1="&#xef;" u2="&#x7d;" k="-12" />
+<hkern u1="&#xef;" u2="&#x3f;" k="-35" />
+<hkern u1="&#xef;" u2="&#x2a;" k="-25" />
+<hkern u1="&#xef;" u2="&#x27;" k="-33" />
+<hkern u1="&#xef;" u2="&#x22;" k="-33" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="18" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="33" />
+<hkern u1="&#xf0;" u2="x" k="33" />
+<hkern u1="&#xf0;" u2="]" k="8" />
+<hkern u1="&#xf0;" u2="\" k="35" />
+<hkern u1="&#xf0;" u2="X" k="76" />
+<hkern u1="&#xf0;" u2="V" k="96" />
+<hkern u1="&#xf0;" u2="&#x3f;" k="16" />
+<hkern u1="&#xf0;" u2="&#x29;" k="41" />
+<hkern u1="&#xf7;" u2="&#x38;" k="29" />
+<hkern u1="&#xf7;" u2="&#x34;" k="115" />
+<hkern u1="&#xf7;" u2="&#x33;" k="20" />
+<hkern u1="&#xf7;" u2="&#x31;" k="20" />
+<hkern u1="&#x178;" u2="&#xed;" k="4" />
+<hkern u1="&#x178;" u2="&#xe4;" k="45" />
+<hkern u1="&#x178;" u2="&#xe3;" k="41" />
+<hkern u1="&#x178;" u2="&#xdf;" k="16" />
+<hkern u1="&#x201a;" u2="J" k="-223" />
+<hkern u1="&#x201e;" u2="J" k="-223" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="35" />
+<hkern g1="T" 	g2="germandbls,thorn" 	k="8" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="45" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="119" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="94" />
+<hkern g1="T" 	g2="g" 	k="76" />
+<hkern g1="T" 	g2="ampersand" 	k="29" />
+<hkern g1="T" 	g2="hyphen,uni00AD,endash,emdash" 	k="82" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="70" />
+<hkern g1="T" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="84" />
+<hkern g1="T" 	g2="AE" 	k="160" />
+<hkern g1="T" 	g2="at" 	k="45" />
+<hkern g1="T" 	g2="s" 	k="25" />
+<hkern g1="T" 	g2="slash" 	k="53" />
+<hkern g1="T" 	g2="space" 	k="49" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="100" />
+<hkern g1="T" 	g2="h,k,l" 	k="12" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="53" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="germandbls,thorn" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="66" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="92" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="at" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h,k,l" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="v,w" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,r,ntilde" 	k="35" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="colon,semicolon" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="x" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="W" 	g2="germandbls,thorn" 	k="4" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="145" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="78" />
+<hkern g1="W" 	g2="g" 	k="170" />
+<hkern g1="W" 	g2="ampersand" 	k="14" />
+<hkern g1="W" 	g2="hyphen,uni00AD,endash,emdash" 	k="29" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="106" />
+<hkern g1="W" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="143" />
+<hkern g1="W" 	g2="AE" 	k="289" />
+<hkern g1="W" 	g2="at" 	k="27" />
+<hkern g1="W" 	g2="s" 	k="125" />
+<hkern g1="W" 	g2="slash" 	k="27" />
+<hkern g1="W" 	g2="space" 	k="27" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="123" />
+<hkern g1="W" 	g2="h,k,l" 	k="43" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="139" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="66" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="57" />
+<hkern g1="W" 	g2="v,w" 	k="8" />
+<hkern g1="W" 	g2="m,n,r,ntilde" 	k="98" />
+<hkern g1="W" 	g2="p" 	k="18" />
+<hkern g1="W" 	g2="colon,semicolon" 	k="14" />
+<hkern g1="W" 	g2="z" 	k="29" />
+<hkern g1="W" 	g2="x" 	k="16" />
+<hkern g1="W" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="8" />
+<hkern g1="V" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="V" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="V" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="152" />
+<hkern g1="V" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="78" />
+<hkern g1="V" 	g2="g" 	k="158" />
+<hkern g1="V" 	g2="hyphen,uni00AD,endash,emdash" 	k="33" />
+<hkern g1="V" 	g2="guillemotleft,guilsinglleft" 	k="135" />
+<hkern g1="V" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="135" />
+<hkern g1="V" 	g2="AE" 	k="324" />
+<hkern g1="V" 	g2="s" 	k="145" />
+<hkern g1="V" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="129" />
+<hkern g1="V" 	g2="h,k,l" 	k="4" />
+<hkern g1="V" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="147" />
+<hkern g1="V" 	g2="y,yacute,ydieresis" 	k="127" />
+<hkern g1="V" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="59" />
+<hkern g1="V" 	g2="v,w" 	k="8" />
+<hkern g1="V" 	g2="m,n,r,ntilde" 	k="84" />
+<hkern g1="V" 	g2="colon,semicolon" 	k="16" />
+<hkern g1="V" 	g2="z" 	k="29" />
+<hkern g1="V" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="51" />
+<hkern g1="V" 	g2="guillemotright,guilsinglright" 	k="8" />
+<hkern g1="V" 	g2="S" 	k="4" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="germandbls,thorn" 	k="4" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="115" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="131" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="172" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="ampersand" 	k="16" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="49" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="139" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="166" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="279" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="at" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="160" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="slash" 	k="23" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="space" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="117" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="h,k,l" 	k="6" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="b" 	k="37" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="25" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v,w" 	k="12" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p" 	k="135" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="16" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="29" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="t" 	k="74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="80" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="8" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="copyright" 	k="8" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="Z" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="4" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="41" />
+<hkern g1="Z" 	g2="v,w" 	k="41" />
+<hkern g1="Z" 	g2="p" 	k="16" />
+<hkern g1="Z" 	g2="z" 	k="10" />
+<hkern g1="Z" 	g2="t" 	k="14" />
+<hkern g1="Z" 	g2="W" 	k="8" />
+<hkern g1="Z" 	g2="Y,Yacute,Ydieresis" 	k="10" />
+<hkern g1="Z" 	g2="j" 	k="6" />
+<hkern g1="Z" 	g2="V" 	k="10" />
+<hkern g1="X" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="68" />
+<hkern g1="X" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="57" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="109" />
+<hkern g1="X" 	g2="v,w" 	k="100" />
+<hkern g1="X" 	g2="t" 	k="29" />
+<hkern g1="X" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="66" />
+<hkern g1="X" 	g2="guillemotright,guilsinglright" 	k="-8" />
+<hkern g1="eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="43" />
+<hkern g1="eth" 	g2="AE" 	k="51" />
+<hkern g1="eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="8" />
+<hkern g1="eth" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="eth" 	g2="v,w" 	k="23" />
+<hkern g1="eth" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="eth" 	g2="quoteright,quotedblright" 	k="31" />
+<hkern g1="eth" 	g2="quoteleft,quotedblleft" 	k="18" />
+<hkern g1="eth" 	g2="S" 	k="12" />
+<hkern g1="eth" 	g2="W" 	k="90" />
+<hkern g1="eth" 	g2="Y,Yacute,Ydieresis" 	k="113" />
+<hkern g1="eth" 	g2="J" 	k="33" />
+<hkern g1="eth" 	g2="T" 	k="27" />
+<hkern g1="eth" 	g2="Z" 	k="29" />
+<hkern g1="eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="35" />
+<hkern g1="eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="hyphen,uni00AD,endash,emdash" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="space" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="v,w" 	k="20" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="parenright" 	k="41" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="braceright" 	k="16" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="asterisk" 	k="23" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordfeminine" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="question" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="51" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="55" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="registered" 	k="37" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="trademark" 	k="43" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="backslash" 	k="70" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordmasculine" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteleft,quotedblleft" 	k="150" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="111" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="125" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="V" 	k="129" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="J" 	k="29" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="49" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="39" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="bracketright" 	k="8" />
+<hkern g1="p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="37" />
+<hkern g1="p,thorn" 	g2="AE" 	k="39" />
+<hkern g1="p,thorn" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="p,thorn" 	g2="v,w" 	k="20" />
+<hkern g1="p,thorn" 	g2="x" 	k="41" />
+<hkern g1="p,thorn" 	g2="parenright" 	k="61" />
+<hkern g1="p,thorn" 	g2="braceright" 	k="47" />
+<hkern g1="p,thorn" 	g2="question" 	k="49" />
+<hkern g1="p,thorn" 	g2="quotedbl,quotesingle" 	k="51" />
+<hkern g1="p,thorn" 	g2="quoteright,quotedblright" 	k="53" />
+<hkern g1="p,thorn" 	g2="trademark" 	k="31" />
+<hkern g1="p,thorn" 	g2="backslash" 	k="51" />
+<hkern g1="p,thorn" 	g2="ordmasculine" 	k="20" />
+<hkern g1="p,thorn" 	g2="quoteleft,quotedblleft" 	k="39" />
+<hkern g1="p,thorn" 	g2="S" 	k="6" />
+<hkern g1="p,thorn" 	g2="W" 	k="117" />
+<hkern g1="p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="131" />
+<hkern g1="p,thorn" 	g2="V" 	k="135" />
+<hkern g1="p,thorn" 	g2="J" 	k="37" />
+<hkern g1="p,thorn" 	g2="T" 	k="53" />
+<hkern g1="p,thorn" 	g2="Z" 	k="31" />
+<hkern g1="p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="37" />
+<hkern g1="p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="p,thorn" 	g2="bracketright" 	k="12" />
+<hkern g1="p,thorn" 	g2="exclam" 	k="14" />
+<hkern g1="p,thorn" 	g2="X" 	k="78" />
+<hkern g1="c,ccedilla" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="hyphen,uni00AD,endash,emdash" 	k="16" />
+<hkern g1="c,ccedilla" 	g2="AE" 	k="20" />
+<hkern g1="c,ccedilla" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="v,w" 	k="8" />
+<hkern g1="c,ccedilla" 	g2="x" 	k="4" />
+<hkern g1="c,ccedilla" 	g2="parenright" 	k="53" />
+<hkern g1="c,ccedilla" 	g2="braceright" 	k="37" />
+<hkern g1="c,ccedilla" 	g2="question" 	k="25" />
+<hkern g1="c,ccedilla" 	g2="quotedbl,quotesingle" 	k="14" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="c,ccedilla" 	g2="trademark" 	k="23" />
+<hkern g1="c,ccedilla" 	g2="backslash" 	k="37" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="86" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="102" />
+<hkern g1="c,ccedilla" 	g2="j" 	k="-133" />
+<hkern g1="c,ccedilla" 	g2="V" 	k="92" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="29" />
+<hkern g1="c,ccedilla" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="bracketright" 	k="10" />
+<hkern g1="c,ccedilla" 	g2="X" 	k="37" />
+<hkern g1="d" 	g2="hyphen,uni00AD,endash,emdash" 	k="10" />
+<hkern g1="d" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="d" 	g2="parenright" 	k="-41" />
+<hkern g1="d" 	g2="braceright" 	k="-41" />
+<hkern g1="d" 	g2="registered" 	k="8" />
+<hkern g1="d" 	g2="backslash" 	k="-37" />
+<hkern g1="d" 	g2="W" 	k="4" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="4" />
+<hkern g1="d" 	g2="V" 	k="6" />
+<hkern g1="d" 	g2="J" 	k="10" />
+<hkern g1="d" 	g2="T" 	k="4" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="d" 	g2="bracketright" 	k="-37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="AE" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="v,w" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="m,n,r,ntilde" 	k="12" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="x" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="parenright" 	k="55" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="braceright" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="question" 	k="35" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="trademark" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="backslash" 	k="43" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="8" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="100" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="131" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="V" 	k="123" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="14" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="bracketright" 	k="12" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="X" 	k="51" />
+<hkern g1="f" 	g2="hyphen,uni00AD,endash,emdash" 	k="43" />
+<hkern g1="f" 	g2="guillemotleft,guilsinglleft" 	k="31" />
+<hkern g1="f" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="37" />
+<hkern g1="f" 	g2="parenright" 	k="-78" />
+<hkern g1="f" 	g2="braceright" 	k="-94" />
+<hkern g1="f" 	g2="asterisk" 	k="-80" />
+<hkern g1="f" 	g2="ordfeminine" 	k="-80" />
+<hkern g1="f" 	g2="question" 	k="-158" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-131" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-135" />
+<hkern g1="f" 	g2="registered" 	k="-43" />
+<hkern g1="f" 	g2="trademark" 	k="-143" />
+<hkern g1="f" 	g2="backslash" 	k="-133" />
+<hkern g1="f" 	g2="ordmasculine" 	k="-74" />
+<hkern g1="f" 	g2="quoteleft,quotedblleft" 	k="-76" />
+<hkern g1="f" 	g2="S" 	k="-37" />
+<hkern g1="f" 	g2="W" 	k="-233" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-225" />
+<hkern g1="f" 	g2="V" 	k="-236" />
+<hkern g1="f" 	g2="J" 	k="-154" />
+<hkern g1="f" 	g2="T" 	k="-160" />
+<hkern g1="f" 	g2="Z" 	k="-113" />
+<hkern g1="f" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-141" />
+<hkern g1="f" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="-172" />
+<hkern g1="f" 	g2="bracketright" 	k="-68" />
+<hkern g1="f" 	g2="exclam" 	k="-84" />
+<hkern g1="f" 	g2="X" 	k="-203" />
+<hkern g1="f" 	g2="bar" 	k="-47" />
+<hkern g1="g" 	g2="hyphen,uni00AD,endash,emdash" 	k="8" />
+<hkern g1="g" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="g" 	g2="v,w" 	k="29" />
+<hkern g1="g" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="g" 	g2="question" 	k="-14" />
+<hkern g1="g" 	g2="W" 	k="27" />
+<hkern g1="g" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="g" 	g2="V" 	k="27" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="hyphen,uni00AD,endash,emdash" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="v,w" 	k="8" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="23" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="parenright" 	k="-31" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="braceright" 	k="-47" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="asterisk" 	k="8" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="question" 	k="-18" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="quoteright,quotedblright" 	k="-27" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="registered" 	k="8" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="W" 	k="16" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="Y,Yacute,Ydieresis" 	k="16" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="V" 	k="16" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="J" 	k="18" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="T" 	k="10" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="bracketright" 	k="-10" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="exclam" 	k="-16" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="j" 	g2="AE" 	k="14" />
+<hkern g1="j" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="j" 	g2="v,w" 	k="10" />
+<hkern g1="j" 	g2="parenright" 	k="31" />
+<hkern g1="j" 	g2="braceright" 	k="25" />
+<hkern g1="j" 	g2="ordfeminine" 	k="-18" />
+<hkern g1="j" 	g2="question" 	k="31" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="j" 	g2="quoteright,quotedblright" 	k="29" />
+<hkern g1="j" 	g2="trademark" 	k="23" />
+<hkern g1="j" 	g2="backslash" 	k="43" />
+<hkern g1="j" 	g2="ordmasculine" 	k="-29" />
+<hkern g1="j" 	g2="quoteleft,quotedblleft" 	k="8" />
+<hkern g1="j" 	g2="W" 	k="6" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="10" />
+<hkern g1="j" 	g2="bracketright" 	k="8" />
+<hkern g1="j" 	g2="exclam" 	k="-25" />
+<hkern g1="k" 	g2="germandbls,thorn" 	k="57" />
+<hkern g1="k" 	g2="hyphen,uni00AD,endash,emdash" 	k="66" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="k" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="k" 	g2="space" 	k="10" />
+<hkern g1="k" 	g2="h,k,l" 	k="49" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="8" />
+<hkern g1="k" 	g2="b" 	k="49" />
+<hkern g1="k" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="23" />
+<hkern g1="k" 	g2="trademark" 	k="23" />
+<hkern g1="k" 	g2="W" 	k="66" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="k" 	g2="V" 	k="78" />
+<hkern g1="k" 	g2="J" 	k="20" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="139" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="115" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V" 	k="152" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="139" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="41" />
+<hkern g1="l,uniFB02" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="C,Ccedilla" 	g2="W" 	k="6" />
+<hkern g1="C,Ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="8" />
+<hkern g1="C,Ccedilla" 	g2="V" 	k="6" />
+<hkern g1="h,m,n,ntilde" 	g2="hyphen,uni00AD,endash,emdash" 	k="8" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="h,m,n,ntilde" 	g2="v,w" 	k="25" />
+<hkern g1="h,m,n,ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="h,m,n,ntilde" 	g2="parenright" 	k="33" />
+<hkern g1="h,m,n,ntilde" 	g2="braceright" 	k="14" />
+<hkern g1="h,m,n,ntilde" 	g2="asterisk" 	k="20" />
+<hkern g1="h,m,n,ntilde" 	g2="ordfeminine" 	k="8" />
+<hkern g1="h,m,n,ntilde" 	g2="question" 	k="39" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="h,m,n,ntilde" 	g2="registered" 	k="33" />
+<hkern g1="h,m,n,ntilde" 	g2="trademark" 	k="41" />
+<hkern g1="h,m,n,ntilde" 	g2="backslash" 	k="66" />
+<hkern g1="h,m,n,ntilde" 	g2="ordmasculine" 	k="25" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="33" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="117" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="133" />
+<hkern g1="h,m,n,ntilde" 	g2="V" 	k="135" />
+<hkern g1="h,m,n,ntilde" 	g2="J" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="57" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="h,m,n,ntilde" 	g2="bracketright" 	k="8" />
+<hkern g1="D,Eth" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="D,Eth" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="59" />
+<hkern g1="D,Eth" 	g2="g" 	k="14" />
+<hkern g1="D,Eth" 	g2="AE" 	k="94" />
+<hkern g1="D,Eth" 	g2="s" 	k="8" />
+<hkern g1="D,Eth" 	g2="slash" 	k="14" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="45" />
+<hkern g1="D,Eth" 	g2="h,k,l" 	k="25" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="D,Eth" 	g2="b" 	k="6" />
+<hkern g1="D,Eth" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="D,Eth" 	g2="v,w" 	k="10" />
+<hkern g1="D,Eth" 	g2="x" 	k="27" />
+<hkern g1="D,Eth" 	g2="parenright" 	k="55" />
+<hkern g1="D,Eth" 	g2="braceright" 	k="39" />
+<hkern g1="D,Eth" 	g2="question" 	k="29" />
+<hkern g1="D,Eth" 	g2="W" 	k="41" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="D,Eth" 	g2="V" 	k="47" />
+<hkern g1="D,Eth" 	g2="J" 	k="14" />
+<hkern g1="D,Eth" 	g2="Z" 	k="4" />
+<hkern g1="D,Eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="D,Eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="D,Eth" 	g2="bracketright" 	k="10" />
+<hkern g1="D,Eth" 	g2="X" 	k="72" />
+<hkern g1="B" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="B" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="B" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="B" 	g2="AE" 	k="41" />
+<hkern g1="B" 	g2="h,k,l" 	k="16" />
+<hkern g1="B" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="B" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="4" />
+<hkern g1="B" 	g2="v,w" 	k="31" />
+<hkern g1="B" 	g2="m,n,r,ntilde" 	k="4" />
+<hkern g1="B" 	g2="z" 	k="14" />
+<hkern g1="B" 	g2="t" 	k="4" />
+<hkern g1="B" 	g2="W" 	k="41" />
+<hkern g1="B" 	g2="Y,Yacute,Ydieresis" 	k="47" />
+<hkern g1="B" 	g2="j" 	k="4" />
+<hkern g1="B" 	g2="J" 	k="4" />
+<hkern g1="B" 	g2="T" 	k="14" />
+<hkern g1="B" 	g2="Z" 	k="4" />
+<hkern g1="B" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="6" />
+<hkern g1="B" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="4" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="AE" 	k="37" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="h,k,l" 	k="20" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="v,w" 	k="27" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="x" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="parenright" 	k="63" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="braceright" 	k="49" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="question" 	k="49" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="47" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="47" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="trademark" 	k="23" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="backslash" 	k="53" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="ordmasculine" 	k="18" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="150" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="S" 	k="6" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="119" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="133" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="V" 	k="137" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="39" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="59" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="31" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="39" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="43" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="bracketright" 	k="12" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="X" 	k="80" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="8" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="v,w" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="W" 	k="16" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="V" 	k="16" />
+<hkern g1="G" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="G" 	g2="g" 	k="4" />
+<hkern g1="G" 	g2="AE" 	k="10" />
+<hkern g1="G" 	g2="h,k,l" 	k="4" />
+<hkern g1="G" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="4" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="G" 	g2="v,w" 	k="12" />
+<hkern g1="G" 	g2="parenright" 	k="8" />
+<hkern g1="G" 	g2="W" 	k="18" />
+<hkern g1="G" 	g2="Y,Yacute,Ydieresis" 	k="20" />
+<hkern g1="G" 	g2="V" 	k="18" />
+<hkern g1="r" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="94" />
+<hkern g1="r" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="10" />
+<hkern g1="r" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="r" 	g2="AE" 	k="117" />
+<hkern g1="r" 	g2="slash" 	k="35" />
+<hkern g1="r" 	g2="space" 	k="43" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="80" />
+<hkern g1="r" 	g2="h,k,l" 	k="53" />
+<hkern g1="r" 	g2="b" 	k="41" />
+<hkern g1="r" 	g2="parenright" 	k="53" />
+<hkern g1="r" 	g2="braceright" 	k="31" />
+<hkern g1="r" 	g2="S" 	k="8" />
+<hkern g1="r" 	g2="W" 	k="57" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="70" />
+<hkern g1="r" 	g2="V" 	k="70" />
+<hkern g1="r" 	g2="J" 	k="37" />
+<hkern g1="r" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="37" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="27" />
+<hkern g1="r" 	g2="bracketright" 	k="8" />
+<hkern g1="r" 	g2="X" 	k="80" />
+<hkern g1="F" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="F" 	g2="f,uniFB01,uniFB02" 	k="53" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="111" />
+<hkern g1="F" 	g2="g" 	k="43" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="49" />
+<hkern g1="F" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="F" 	g2="AE" 	k="264" />
+<hkern g1="F" 	g2="s" 	k="31" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="117" />
+<hkern g1="F" 	g2="h,k,l" 	k="16" />
+<hkern g1="F" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="35" />
+<hkern g1="F" 	g2="z" 	k="8" />
+<hkern g1="F" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="s" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="s" 	g2="AE" 	k="16" />
+<hkern g1="s" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="s" 	g2="parenright" 	k="49" />
+<hkern g1="s" 	g2="braceright" 	k="31" />
+<hkern g1="s" 	g2="backslash" 	k="25" />
+<hkern g1="s" 	g2="W" 	k="92" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="88" />
+<hkern g1="s" 	g2="V" 	k="98" />
+<hkern g1="s" 	g2="J" 	k="39" />
+<hkern g1="s" 	g2="T" 	k="14" />
+<hkern g1="s" 	g2="Z" 	k="8" />
+<hkern g1="s" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="23" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="s" 	g2="bracketright" 	k="10" />
+<hkern g1="s" 	g2="X" 	k="25" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="germandbls,thorn" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="27" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="v,w" 	k="35" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p" 	k="25" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="14" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="parenright" 	k="-72" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="braceright" 	k="-27" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="j" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bracketright" 	k="-18" />
+<hkern g1="q" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="q" 	g2="AE" 	k="12" />
+<hkern g1="q" 	g2="W" 	k="86" />
+<hkern g1="q" 	g2="Y,Yacute,Ydieresis" 	k="109" />
+<hkern g1="q" 	g2="J" 	k="-291" />
+<hkern g1="q" 	g2="T" 	k="14" />
+<hkern g1="q" 	g2="Z" 	k="8" />
+<hkern g1="q" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="23" />
+<hkern g1="q" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="t" 	g2="g" 	k="16" />
+<hkern g1="t" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="8" />
+<hkern g1="t" 	g2="space" 	k="14" />
+<hkern g1="t" 	g2="t" 	k="57" />
+<hkern g1="t" 	g2="parenright" 	k="10" />
+<hkern g1="t" 	g2="trademark" 	k="10" />
+<hkern g1="t" 	g2="W" 	k="16" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="14" />
+<hkern g1="t" 	g2="j" 	k="-29" />
+<hkern g1="t" 	g2="V" 	k="20" />
+<hkern g1="t" 	g2="J" 	k="4" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="6" />
+<hkern g1="J" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="31" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="J" 	g2="g" 	k="41" />
+<hkern g1="J" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="J" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="39" />
+<hkern g1="J" 	g2="AE" 	k="31" />
+<hkern g1="J" 	g2="s" 	k="41" />
+<hkern g1="J" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="25" />
+<hkern g1="J" 	g2="h,k,l" 	k="25" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="41" />
+<hkern g1="J" 	g2="b" 	k="12" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="J" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="J" 	g2="v,w" 	k="29" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="33" />
+<hkern g1="J" 	g2="p" 	k="35" />
+<hkern g1="J" 	g2="z" 	k="39" />
+<hkern g1="J" 	g2="t" 	k="14" />
+<hkern g1="J" 	g2="x" 	k="16" />
+<hkern g1="J" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="J" 	g2="parenright" 	k="-84" />
+<hkern g1="J" 	g2="braceright" 	k="-96" />
+<hkern g1="J" 	g2="bracketright" 	k="-47" />
+<hkern g1="K" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="37" />
+<hkern g1="K" 	g2="guillemotleft,guilsinglleft" 	k="14" />
+<hkern g1="K" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="K" 	g2="slash" 	k="-18" />
+<hkern g1="K" 	g2="space" 	k="20" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="76" />
+<hkern g1="K" 	g2="v,w" 	k="70" />
+<hkern g1="K" 	g2="t" 	k="18" />
+<hkern g1="K" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="84" />
+<hkern g1="K" 	g2="asterisk" 	k="14" />
+<hkern g1="K" 	g2="registered" 	k="20" />
+<hkern g1="K" 	g2="copyright" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="f,uniFB01,uniFB02" 	k="29" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="111" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="g" 	k="27" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="ampersand" 	k="16" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="45" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="39" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="AE" 	k="143" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="at" 	k="45" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="s" 	k="25" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="slash" 	k="57" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="space" 	k="57" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="88" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="h,k,l" 	k="59" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="23" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="parenright" 	k="51" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="braceright" 	k="14" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="S" 	k="10" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="W" 	k="43" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="51" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="V" 	k="49" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="J" 	k="37" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="39" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="X" 	k="68" />
+<hkern g1="L" 	g2="space" 	k="29" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="111" />
+<hkern g1="L" 	g2="v,w" 	k="109" />
+<hkern g1="L" 	g2="t" 	k="8" />
+<hkern g1="L" 	g2="parenright" 	k="12" />
+<hkern g1="L" 	g2="asterisk" 	k="66" />
+<hkern g1="L" 	g2="ordfeminine" 	k="76" />
+<hkern g1="L" 	g2="question" 	k="25" />
+<hkern g1="L" 	g2="quotedbl,quotesingle" 	k="92" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="156" />
+<hkern g1="L" 	g2="registered" 	k="53" />
+<hkern g1="L" 	g2="trademark" 	k="31" />
+<hkern g1="L" 	g2="backslash" 	k="51" />
+<hkern g1="L" 	g2="ordmasculine" 	k="88" />
+<hkern g1="L" 	g2="quoteleft,quotedblleft" 	k="94" />
+<hkern g1="L" 	g2="W" 	k="188" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="152" />
+<hkern g1="L" 	g2="V" 	k="168" />
+<hkern g1="L" 	g2="J" 	k="6" />
+<hkern g1="L" 	g2="T" 	k="137" />
+<hkern g1="L" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="L" 	g2="periodcentered" 	k="51" />
+<hkern g1="N,Ntilde" 	g2="germandbls,thorn" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="33" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="hyphen,uni00AD,endash,emdash" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="AE" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="h,k,l" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="b" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="31" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="31" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="31" />
+<hkern g1="N,Ntilde" 	g2="p" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="39" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="j" 	k="8" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="germandbls,thorn" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="51" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="84" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="s" 	k="6" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="39" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h,k,l" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="8" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="v,w" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="x" 	k="27" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="parenright" 	k="53" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="braceright" 	k="39" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="question" 	k="25" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="37" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="53" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="V" 	k="45" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="bracketright" 	k="8" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="X" 	k="63" />
+<hkern g1="z" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="8" />
+<hkern g1="z" 	g2="hyphen,uni00AD,endash,emdash" 	k="10" />
+<hkern g1="z" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="z" 	g2="parenright" 	k="37" />
+<hkern g1="z" 	g2="W" 	k="78" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="72" />
+<hkern g1="z" 	g2="V" 	k="88" />
+<hkern g1="z" 	g2="J" 	k="35" />
+<hkern g1="z" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="8" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="x" 	g2="hyphen,uni00AD,endash,emdash" 	k="72" />
+<hkern g1="x" 	g2="guillemotleft,guilsinglleft" 	k="55" />
+<hkern g1="x" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="x" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="45" />
+<hkern g1="x" 	g2="W" 	k="70" />
+<hkern g1="x" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="x" 	g2="J" 	k="16" />
+<hkern g1="x" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="37" />
+<hkern g1="germandbls" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="germandbls" 	g2="AE" 	k="16" />
+<hkern g1="germandbls" 	g2="y,yacute,ydieresis" 	k="49" />
+<hkern g1="germandbls" 	g2="v,w" 	k="47" />
+<hkern g1="germandbls" 	g2="z" 	k="6" />
+<hkern g1="germandbls" 	g2="t" 	k="6" />
+<hkern g1="germandbls" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="germandbls" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="germandbls" 	g2="quoteright,quotedblright" 	k="27" />
+<hkern g1="germandbls" 	g2="quoteleft,quotedblleft" 	k="29" />
+<hkern g1="germandbls" 	g2="W" 	k="66" />
+<hkern g1="germandbls" 	g2="Y,Yacute,Ydieresis" 	k="76" />
+<hkern g1="germandbls" 	g2="J" 	k="25" />
+<hkern g1="germandbls" 	g2="T" 	k="51" />
+<hkern g1="germandbls" 	g2="Z" 	k="20" />
+<hkern g1="germandbls" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="germandbls" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="R" 	g2="space" 	k="23" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="R" 	g2="v,w" 	k="27" />
+<hkern g1="R" 	g2="asterisk" 	k="8" />
+<hkern g1="R" 	g2="trademark" 	k="8" />
+<hkern g1="R" 	g2="W" 	k="86" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="76" />
+<hkern g1="R" 	g2="V" 	k="45" />
+<hkern g1="R" 	g2="T" 	k="6" />
+<hkern g1="R" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="6" />
+<hkern g1="P" 	g2="germandbls,thorn" 	k="20" />
+<hkern g1="P" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="115" />
+<hkern g1="P" 	g2="g" 	k="27" />
+<hkern g1="P" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="P" 	g2="guillemotleft,guilsinglleft" 	k="14" />
+<hkern g1="P" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="P" 	g2="AE" 	k="211" />
+<hkern g1="P" 	g2="s" 	k="18" />
+<hkern g1="P" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="154" />
+<hkern g1="P" 	g2="h,k,l" 	k="23" />
+<hkern g1="P" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="25" />
+<hkern g1="P" 	g2="W" 	k="16" />
+<hkern g1="P" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="P" 	g2="J" 	k="8" />
+<hkern g1="P" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="10" />
+<hkern g1="S" 	g2="germandbls,thorn" 	k="10" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="27" />
+<hkern g1="S" 	g2="g" 	k="8" />
+<hkern g1="S" 	g2="AE" 	k="23" />
+<hkern g1="S" 	g2="s" 	k="6" />
+<hkern g1="S" 	g2="h,k,l" 	k="10" />
+<hkern g1="S" 	g2="b" 	k="6" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="S" 	g2="v,w" 	k="10" />
+<hkern g1="S" 	g2="z" 	k="10" />
+<hkern g1="S" 	g2="parenright" 	k="23" />
+<hkern g1="S" 	g2="W" 	k="16" />
+<hkern g1="S" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="S" 	g2="V" 	k="16" />
+<hkern g1="Thorn" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="Thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="Thorn" 	g2="AE" 	k="117" />
+<hkern g1="Thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="53" />
+<hkern g1="Thorn" 	g2="h,k,l" 	k="4" />
+<hkern g1="Thorn" 	g2="v,w" 	k="8" />
+<hkern g1="Thorn" 	g2="W" 	k="41" />
+<hkern g1="Thorn" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="Thorn" 	g2="J" 	k="4" />
+<hkern g1="Thorn" 	g2="Z" 	k="4" />
+<hkern g1="Thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="14" />
+<hkern g1="Thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="4" />
+<hkern g1="slash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="slash" 	g2="g" 	k="53" />
+<hkern g1="slash" 	g2="s" 	k="47" />
+<hkern g1="slash" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="slash" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="53" />
+<hkern g1="slash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="106" />
+<hkern g1="slash" 	g2="z" 	k="12" />
+<hkern g1="slash" 	g2="AE" 	k="141" />
+<hkern g1="slash" 	g2="f,uniFB01,uniFB02" 	k="51" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="39" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="41" />
+<hkern g1="grave" 	g2="guillemotleft,guilsinglleft" 	k="16" />
+<hkern g1="one" 	g2="quotedbl,quotesingle" 	k="10" />
+<hkern g1="one" 	g2="hyphen,uni00AD,endash,emdash" 	k="12" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quotedbl,quotesingle" 	k="168" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteright,quotedblright" 	k="160" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="y,yacute,ydieresis" 	k="63" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="172" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="v,w" 	k="57" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="147" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="five" 	k="29" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="nine" 	k="16" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="V" 	k="197" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="seven" 	k="41" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="three" 	k="66" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="23" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="j" 	k="-160" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="J" 	k="10" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="190" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="quoteleft,quotedblleft" 	k="156" />
+<hkern g1="bracketleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="bracketleft" 	g2="s" 	k="10" />
+<hkern g1="bracketleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="bracketleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="bracketleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="bracketleft" 	g2="Y,Yacute,Ydieresis" 	k="16" />
+<hkern g1="bracketleft" 	g2="j" 	k="-186" />
+<hkern g1="bracketleft" 	g2="J" 	k="-242" />
+<hkern g1="bracketleft" 	g2="W" 	k="16" />
+<hkern g1="bracketleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-31" />
+<hkern g1="bracketleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-57" />
+<hkern g1="bracketleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="8" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="35" />
+<hkern g1="periodcentered" 	g2="h,k,l" 	k="102" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="35" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="AE" 	k="41" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="f,uniFB01,uniFB02" 	k="10" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="quoteright,quotedblright" 	k="25" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="T" 	k="33" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="v,w" 	k="27" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="V" 	k="59" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="three" 	k="23" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="J" 	k="10" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="W" 	k="53" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="14" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="one" 	k="16" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="X" 	k="55" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="four" 	k="39" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="Z" 	k="23" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="m,n,r,ntilde" 	k="10" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="two" 	k="20" />
+<hkern g1="hyphen,uni00AD,endash,emdash" 	g2="x" 	k="35" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="55" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="43" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="23" />
+<hkern g1="quoteright,quotedblright" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="121" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="174" />
+<hkern g1="quoteright,quotedblright" 	g2="f,uniFB01,uniFB02" 	k="39" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="39" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="31" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="268" />
+<hkern g1="quoteright,quotedblright" 	g2="ampersand" 	k="39" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="80" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="88" />
+<hkern g1="exclamdown" 	g2="Y,Yacute,Ydieresis" 	k="41" />
+<hkern g1="exclamdown" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="exclamdown" 	g2="j" 	k="-199" />
+<hkern g1="exclamdown" 	g2="J" 	k="-262" />
+<hkern g1="exclamdown" 	g2="W" 	k="55" />
+<hkern g1="guillemotright,guilsinglright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="guillemotright,guilsinglright" 	g2="AE" 	k="25" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="47" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="152" />
+<hkern g1="guillemotright,guilsinglright" 	g2="v,w" 	k="37" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="168" />
+<hkern g1="guillemotright,guilsinglright" 	g2="V" 	k="133" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="109" />
+<hkern g1="guillemotright,guilsinglright" 	g2="X" 	k="27" />
+<hkern g1="guillemotright,guilsinglright" 	g2="x" 	k="57" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="55" />
+<hkern g1="colon,semicolon" 	g2="V" 	k="51" />
+<hkern g1="colon,semicolon" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="6" />
+<hkern g1="colon,semicolon" 	g2="W" 	k="45" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="76" />
+<hkern g1="at" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="47" />
+<hkern g1="at" 	g2="AE" 	k="78" />
+<hkern g1="at" 	g2="Y,Yacute,Ydieresis" 	k="33" />
+<hkern g1="at" 	g2="W" 	k="20" />
+<hkern g1="braceleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="braceleft" 	g2="s" 	k="31" />
+<hkern g1="braceleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="39" />
+<hkern g1="braceleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="braceleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="braceleft" 	g2="z" 	k="12" />
+<hkern g1="braceleft" 	g2="AE" 	k="14" />
+<hkern g1="braceleft" 	g2="v,w" 	k="12" />
+<hkern g1="braceleft" 	g2="Y,Yacute,Ydieresis" 	k="18" />
+<hkern g1="braceleft" 	g2="j" 	k="-211" />
+<hkern g1="braceleft" 	g2="J" 	k="-266" />
+<hkern g1="braceleft" 	g2="W" 	k="16" />
+<hkern g1="braceleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-80" />
+<hkern g1="braceleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-102" />
+<hkern g1="braceleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="braceleft" 	g2="germandbls,thorn" 	k="-12" />
+<hkern g1="ampersand" 	g2="g" 	k="8" />
+<hkern g1="ampersand" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="ampersand" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="86" />
+<hkern g1="ampersand" 	g2="AE" 	k="121" />
+<hkern g1="ampersand" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="V" 	k="37" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="W" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="s" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="125" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="176" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="43" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="45" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,uni00AD,endash,emdash" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="nine" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="three" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="W" 	k="-16" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="268" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="180" />
+<hkern g1="quotedbl,quotesingle" 	g2="two" 	k="14" />
+<hkern g1="quotedbl,quotesingle" 	g2="ampersand" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="88" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="92" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="45" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="35" />
+<hkern g1="space" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="80" />
+<hkern g1="space" 	g2="AE" 	k="86" />
+<hkern g1="space" 	g2="quotedbl,quotesingle" 	k="39" />
+<hkern g1="space" 	g2="quoteright,quotedblright" 	k="33" />
+<hkern g1="space" 	g2="y,yacute,ydieresis" 	k="59" />
+<hkern g1="space" 	g2="T" 	k="49" />
+<hkern g1="space" 	g2="v,w" 	k="57" />
+<hkern g1="space" 	g2="Y,Yacute,Ydieresis" 	k="74" />
+<hkern g1="space" 	g2="W" 	k="76" />
+<hkern g1="space" 	g2="h,k,l" 	k="25" />
+<hkern g1="space" 	g2="t" 	k="25" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="25" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="25" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="184" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="166" />
+<hkern g1="quoteleft,quotedblleft" 	g2="f,uniFB01,uniFB02" 	k="29" />
+<hkern g1="quoteleft,quotedblleft" 	g2="y,yacute,ydieresis" 	k="-23" />
+<hkern g1="quoteleft,quotedblleft" 	g2="v,w" 	k="-14" />
+<hkern g1="quoteleft,quotedblleft" 	g2="Y,Yacute,Ydieresis" 	k="16" />
+<hkern g1="quoteleft,quotedblleft" 	g2="V" 	k="14" />
+<hkern g1="quoteleft,quotedblleft" 	g2="W" 	k="12" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="250" />
+<hkern g1="quoteleft,quotedblleft" 	g2="h,k,l" 	k="6" />
+<hkern g1="quoteleft,quotedblleft" 	g2="X" 	k="10" />
+<hkern g1="quoteleft,quotedblleft" 	g2="germandbls,thorn" 	k="6" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="six" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="parenleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="parenleft" 	g2="s" 	k="43" />
+<hkern g1="parenleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="55" />
+<hkern g1="parenleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="63" />
+<hkern g1="parenleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="16" />
+<hkern g1="parenleft" 	g2="z" 	k="33" />
+<hkern g1="parenleft" 	g2="AE" 	k="16" />
+<hkern g1="parenleft" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="parenleft" 	g2="v,w" 	k="43" />
+<hkern g1="parenleft" 	g2="j" 	k="-231" />
+<hkern g1="parenleft" 	g2="J" 	k="-289" />
+<hkern g1="parenleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-27" />
+<hkern g1="parenleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-25" />
+<hkern g1="parenleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="49" />
+<hkern g1="parenleft" 	g2="m,n,r,ntilde" 	k="29" />
+<hkern g1="parenleft" 	g2="t" 	k="35" />
+<hkern g1="parenleft" 	g2="S" 	k="25" />
+<hkern g1="bar" 	g2="j" 	k="-147" />
+<hkern g1="bar" 	g2="J" 	k="-219" />
+<hkern g1="backslash" 	g2="quotedbl,quotesingle" 	k="92" />
+<hkern g1="backslash" 	g2="quoteright,quotedblright" 	k="88" />
+<hkern g1="backslash" 	g2="y,yacute,ydieresis" 	k="55" />
+<hkern g1="backslash" 	g2="T" 	k="53" />
+<hkern g1="backslash" 	g2="v,w" 	k="55" />
+<hkern g1="backslash" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="backslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="33" />
+<hkern g1="backslash" 	g2="W" 	k="96" />
+<hkern g1="asterisk" 	g2="g" 	k="6" />
+<hkern g1="asterisk" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="92" />
+<hkern g1="asterisk" 	g2="AE" 	k="152" />
+<hkern g1="asterisk" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="asterisk" 	g2="Y,Yacute,Ydieresis" 	k="16" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..317673b9d266478a00f9a387f27d010cc1dfea61
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..f87e91940eba5a366ca2088c705eca2c0284cf9d
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..c3e70829d0ad0f41fcba21a2997a552d452c4657
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bold-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..a93e09ef4330f3970bb5ed36f0d125fcf26d8414
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displaybold_italic';
+							}
+		</style>
+
+	<title>Playfair Display Bold Italic Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Bold Italic	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Bold Italic</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Bold Italic in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Bold Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..cf31aa589402133bfefaf6610fb55b58b1e84de3
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..61d6cae4b17de229cf514b3e53c81bc100df1f92
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.svg
@@ -0,0 +1,738 @@
+<?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="playfair_displaybold_italic" horiz-adv-x="1591" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="522" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1235" d="M-96 -385l386 1401h-177l12 41h176q43 155 108 258t160 164q101 66 219.5 94.5t266.5 28.5q143 0 207 -57q41 -33 41 -87q0 -55 -28.5 -98t-76.5 -67.5t-106 -24.5q-71 0 -110.5 32t-39.5 89q0 71 37.5 117t101.5 62l-26 1q-149 0 -246 -64q-70 -45 -113.5 -128 t-83.5 -228l-25 -92h298q171 3 297 30l-269 -913q-11 -39 -11 -60q0 -42 38 -42q70 0 129 161l39 99h39l-53 -150q-40 -113 -118.5 -162t-164.5 -49q-90 0 -133.5 45t-43.5 127q0 65 28 154l211 719h-297l-375 -1372q-166 -3 -297 -29z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1253" d="M-94 -385l380 1401h-173l12 41h172q38 137 88.5 227.5t124.5 147.5q147 112 371 112h4q141 1 254 22t221 62l-430 -1454q-9 -31 -9 -52q0 -50 42 -50q66 0 124 161l37 99h39l-51 -150q-41 -116 -114 -163.5t-160 -47.5q-92 0 -138 48t-46 135q0 63 24 143l321 1069 q10 33 10 59q0 41 -30.5 60t-103.5 20q-73 -1 -125 -37q-41 -27 -67.5 -83.5t-53.5 -159.5l-45 -168h194l-12 -41h-194l-371 -1372q-164 -3 -295 -29z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="522" />
+<glyph unicode="&#x09;" horiz-adv-x="522" />
+<glyph unicode="&#xa0;" horiz-adv-x="522" />
+<glyph unicode="!" horiz-adv-x="643" d="M50 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91zM244 408q37 147 52.5 289t26.5 325.5t19 259.5q3 81 25 153t69 119.5t119 47.5q67 0 102.5 -37.5t35.5 -105.5q0 -14 -1 -21 q-8 -89 -50.5 -193t-174 -372t-186.5 -472z" />
+<glyph unicode="&#x22;" horiz-adv-x="801" d="M296 1300q0 21 1 31q3 46 24.5 83.5t57.5 59t80 21.5q47 0 74.5 -26t29.5 -70q0 -50 -26 -100.5t-90.5 -144t-94.5 -155.5h-28q-2 85 -15 176t-13 125zM629 1300q0 21 1 31q3 46 24.5 83.5t57.5 59t80 21.5q47 0 74.5 -26t29.5 -70q0 -50 -26 -100.5t-90.5 -144 t-94.5 -155.5h-28q-2 85 -15 176t-13 125z" />
+<glyph unicode="#" horiz-adv-x="1280" d="M61 506l19 41h300l159 342h-299l16 41h302l140 303h50l-141 -303h334l140 303h49l-140 -303h292l-16 -41h-295l-159 -342h294l-21 -41h-292l-138 -299h-49l138 299h-333l-139 -299h-49l138 299h-300zM430 547h333l159 342h-334z" />
+<glyph unicode="$" horiz-adv-x="1249" d="M6 315q0 58 19.5 106t55.5 76.5t83 28.5q68 0 107.5 -48.5t39.5 -125.5q0 -71 -27 -132.5t-69 -127.5q49 -37 120 -57l166 598q-74 71 -125 131t-83.5 131t-32.5 149q0 145 69.5 241t178 142.5t228.5 50.5l67 242h45l-67 -241q76 -2 139 -14l71 255h45l-74 -265 q86 -24 173 -81q62 -40 98.5 -102t36.5 -137q0 -58 -19.5 -106t-55 -76.5t-83.5 -28.5q-68 0 -106.5 48.5t-38.5 125.5q0 71 26.5 134t67.5 126q-44 35 -110 55l-155 -556q102 -90 162.5 -152.5t103 -139t42.5 -159.5q0 -149 -83.5 -245t-209 -140t-261.5 -49l-67 -242h-45 l67 241q-76 1 -140 12l-70 -253h-45l73 262q-92 24 -182 84q-64 41 -99.5 102t-35.5 137zM377 26q55 -10 117 -10h24l131 475q-32 33 -112 109zM537 1219q0 -86 76 -181l110 393q-84 -14 -135 -68t-51 -144zM563 20q219 24 219 220q0 100 -98 213zM647 998q40 -43 113 -109 l149 535q-60 12 -127 12h-13z" />
+<glyph unicode="%" horiz-adv-x="1630" d="M10 -86l1706 1774l31 -27l-1706 -1774zM229 1128q0 102 61 202.5t166.5 164.5t233.5 64q124 0 194 -63t70 -175q0 -103 -60 -202.5t-165 -163.5t-233 -64q-125 0 -196 62t-71 175zM440 1053q0 -63 18 -97t52 -34q71 0 124 80.5t81 193.5t28 203q0 62 -17.5 95.5 t-51.5 33.5q-71 0 -124 -80.5t-81.5 -193.5t-28.5 -201zM762 209q0 102 61 202t167 164t233 64q125 0 194.5 -63t69.5 -175q0 -102 -60.5 -202t-166 -164t-232.5 -64q-124 0 -195 62.5t-71 175.5zM973 133q0 -63 17.5 -97t51.5 -34q71 0 124 80.5t81.5 193.5t28.5 203 q0 63 -18 96t-52 33q-70 0 -123 -80.5t-81.5 -193t-28.5 -201.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1767" d="M59 420q0 131 68 242.5t192.5 190t290.5 114.5q-90 31 -135 87.5t-45 125.5q0 82 58 140.5t149.5 88t191.5 29.5q125 0 191.5 -45t66.5 -119q0 -46 -24 -78.5t-60 -49t-73 -16.5v37q48 0 80 28.5t32 72.5q0 49 -40.5 78.5t-106.5 29.5q-73 0 -137 -37.5t-103 -104.5 t-39 -151q0 -54 23 -104q73 12 129 12q74 0 74 -43q0 -21 -19 -32t-45 -11q-48 0 -141 45q-72 -26 -129.5 -89.5t-90 -151t-32.5 -183.5q0 -184 122.5 -281.5t340.5 -97.5q145 0 270.5 43t202 129t76.5 209t-75 204q-95 -32 -188.5 -62.5t-177.5 -59.5q-90 -31 -141 -73 t-51 -103q0 -57 42 -84.5t103 -27.5q56 0 100.5 21t73 50.5t41.5 55.5l31 -17q-30 -60 -94 -104.5t-160 -44.5q-65 0 -120.5 23.5t-90.5 75t-35 132.5q0 246 359 363q71 24 245 79.5t293 100.5q77 28 127.5 53.5t85.5 66.5t35 99q0 51 -27 89.5t-73 59.5t-103 21 q-38 0 -59 -12q90 -38 90 -121q0 -43 -26.5 -77t-69 -52.5t-88.5 -18.5q-65 0 -106.5 36t-41.5 93q0 54 34.5 93.5t92.5 62.5q68 29 166 29q128 0 203.5 -65t75.5 -208q0 -105 -43.5 -182t-128 -132.5t-217.5 -103.5q-53 -20 -126 -45q87 -96 87 -233q0 -135 -84.5 -259 t-252.5 -202t-405 -78q-187 0 -331 51.5t-226 152.5t-82 245z" />
+<glyph unicode="'" horiz-adv-x="467" d="M296 1300q0 21 1 31q3 46 24.5 83.5t57.5 59t80 21.5q47 0 74.5 -26t29.5 -70q0 -50 -26 -100.5t-90.5 -144t-94.5 -155.5h-28q-2 85 -15 176t-13 125z" />
+<glyph unicode="(" horiz-adv-x="811" d="M73 457q0 222 124 443.5t341.5 414.5t495.5 336l20 -27q-222 -160 -376.5 -339t-239 -401t-84.5 -493q0 -209 43 -386t133 -351l-37 -27q-138 128 -228.5 249t-141 264t-50.5 317z" />
+<glyph unicode=")" horiz-adv-x="813" d="M-223 -346q222 160 376.5 339t239 401t84.5 493q0 209 -43 386t-133 351l37 27q138 -128 228.5 -249t141 -264t50.5 -317q0 -222 -124 -443.5t-341.5 -414.5t-495.5 -336z" />
+<glyph unicode="*" horiz-adv-x="991" d="M183 874q0 68 85 111q35 18 78.5 28t125 23t131.5 23q-44 10 -121.5 24t-116 24.5t-62.5 27.5q-42 28 -42 70q0 36 30 71q40 51 91 51q30 0 60 -20q26 -18 48 -47.5t59 -91t62 -98.5q-4 40 -12 93.5t-12.5 92t-4.5 67.5q0 32 6 59q14 57 49.5 84t77.5 27q33 0 54.5 -17.5 t21.5 -54.5q0 -20 -5 -39q-7 -34 -26.5 -72.5t-63.5 -112.5t-70 -121q34 30 100 92t103 93t70 48q37 19 69 19q27 0 45 -14t25 -36q6 -15 6 -32q0 -67 -86 -109q-35 -18 -77 -27.5t-122.5 -23.5t-129.5 -24q42 -9 118 -23t114 -24.5t63 -27.5q44 -28 44 -70q0 -36 -32 -71 q-40 -51 -91 -51q-30 0 -59 20q-26 17 -48 47t-57.5 88t-57.5 90q3 -39 13 -120.5t10 -121.5q0 -36 -5 -59q-14 -57 -49.5 -83.5t-77.5 -26.5q-34 0 -56 18t-22 57q0 18 4 35q9 38 32.5 82t63.5 110t72 120q-41 -36 -108 -98t-103 -92.5t-67 -47.5q-38 -19 -71 -19 q-52 0 -71 50q-5 15 -5 30z" />
+<glyph unicode="+" horiz-adv-x="1178" d="M100 696l19 62h477l137 483h74l-137 -483h475l-19 -62h-475l-137 -481h-74l138 481h-478z" />
+<glyph unicode="," horiz-adv-x="588" d="M-6 82q0 55 29 102t78 75t106 28q66 0 100.5 -37.5t34.5 -110.5q0 -129 -81.5 -241.5t-223.5 -176.5l-10 33q93 47 154 120t67 157q-57 -60 -127 -60q-62 0 -94.5 28.5t-32.5 82.5z" />
+<glyph unicode="-" horiz-adv-x="1036" d="M109 457l45 170h739l-45 -170h-739z" />
+<glyph unicode="." horiz-adv-x="571" d="M-2 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="/" horiz-adv-x="944" d="M-90 -29l1122 1508h68l-1123 -1508h-67z" />
+<glyph unicode="0" horiz-adv-x="1272" d="M49 346q0 183 101 355t269.5 279t360.5 107q126 0 217 -44.5t139 -128.5t48 -199q0 -183 -100 -355.5t-267.5 -280.5t-359.5 -108q-125 0 -217 44.5t-141.5 129t-49.5 201.5zM348 305q0 -153 38.5 -225t102.5 -72q114 0 204.5 112.5t141 287t50.5 352.5 q0 150 -37.5 220.5t-99.5 70.5q-111 0 -203 -110t-144.5 -283t-52.5 -353z" />
+<glyph unicode="1" horiz-adv-x="760" d="M92 778l6 43q139 35 245.5 78t180 85t154.5 97h41l-322 -1081h-288l256 864q-102 -41 -273 -86z" />
+<glyph unicode="2" horiz-adv-x="1096" d="M-51 0l10 43q28 23 237 176t352.5 323t143.5 322q0 81 -41 123.5t-114 42.5q-80 0 -162.5 -46.5t-136.5 -120.5t-54 -150q0 -51 28 -75t91 -24q54 0 95.5 20t93.5 64l24 -28q-54 -51 -113 -75t-114 -24q-63 0 -108.5 31t-45.5 109q0 91 67.5 178t186 142.5t262.5 55.5 q101 0 175.5 -26t114.5 -74.5t40 -114.5q0 -129 -132 -241t-316.5 -222t-231.5 -145q47 0 125.5 -17.5t137.5 -28.5t114 -11q80 0 127 25t47 73q0 62 -74 101l23 26q58 -31 85 -72.5t27 -101.5q0 -70 -34 -131.5t-105 -100t-178 -38.5q-69 0 -152 19t-144.5 31t-132.5 12 q-61 0 -107.5 -11.5t-110.5 -38.5z" />
+<glyph unicode="3" horiz-adv-x="1059" d="M-178 -309l10 37q173 11 347 79.5t289.5 192.5t115.5 293q0 82 -33 132t-92 54q-48 -19 -72 -27t-47 -8q-37 0 -37 21q0 2 2 10q8 38 98 38q25 0 39 -1q112 47 183 131.5t71 192.5q0 86 -50 135t-140 49q-73 0 -144.5 -35.5t-117 -92.5t-45.5 -116q0 -50 27.5 -74 t90.5 -24q71 0 127 31l23 -31q-79 -43 -164 -43q-63 0 -108 30.5t-45 108.5q0 75 65 148.5t177 120.5t243 47q102 0 177.5 -25t116 -71t40.5 -109q0 -90 -71.5 -166t-180 -128t-221.5 -79q176 -3 282.5 -65t106.5 -187q0 -165 -170.5 -294t-420 -200.5t-472.5 -74.5z" />
+<glyph unicode="4" horiz-adv-x="1096" d="M-119 94l13 43l983 950h53l-248 -921h266l-20 -72h-266l-103 -383h-289l103 383h-492zM-19 166h412l146 540z" />
+<glyph unicode="5" horiz-adv-x="967" d="M-180 -303l10 37q152 0 309 67t261 193t104 293q0 186 -193 186q-94 0 -200 -55l-21 10l283 633q39 2 72.5 -4t108.5 -26.5t142 -20.5q65 0 111 20.5t78 71.5l24 -15q-52 -135 -129.5 -210.5t-175.5 -75.5q-28 0 -57.5 9.5t-95 36t-102.5 26.5q-11 0 -17 -1l-191 -409 q132 72 318 72q177 0 263.5 -64.5t86.5 -179.5q0 -179 -159.5 -312t-391 -205t-438.5 -77z" />
+<glyph unicode="6" horiz-adv-x="1161" d="M57 348q0 281 174 527.5t424.5 407t462.5 196.5l12 -41q-188 -51 -367.5 -215.5t-294 -417t-114.5 -553.5q0 -93 12.5 -145.5t35.5 -73.5t59 -21q86 0 157.5 100t112.5 244.5t41 264.5q0 94 -28 137t-74 43q-52 0 -102.5 -51.5t-84.5 -159.5l-32 10q84 297 333 297 q85 0 151 -35.5t103 -105t37 -168.5q0 -159 -91 -301.5t-244 -229t-330 -86.5q-353 0 -353 377z" />
+<glyph unicode="7" horiz-adv-x="1030" d="M86 784q0 74 34 138.5t106.5 105.5t181.5 41q91 0 194.5 -31t165.5 -47t146 -16q60 0 105 17t81 65h55q-59 -69 -235 -271t-277.5 -385.5t-157.5 -400.5q-17 -69 -23 -105t-11 -57q-14 -62 -61 -101.5t-122 -39.5q-122 0 -122 114q0 32 10 74q43 186 215 390.5t391.5 418 t277.5 275.5q-106 -70 -167 -106t-120.5 -56.5t-123.5 -20.5q-50 0 -89 9t-108.5 32t-122.5 23q-67 0 -108 -30t-41 -91q0 -149 248 -207l-11 -33q-311 63 -311 295z" />
+<glyph unicode="8" horiz-adv-x="1178" d="M-6 240q0 155 149 282.5t369 215.5q-64 61 -104 107.5t-66.5 105.5t-26.5 130q0 116 76 207t200.5 141t264.5 50q151 0 245.5 -56t94.5 -163q0 -223 -434 -428q14 -13 94.5 -85t122 -152.5t41.5 -166.5q0 -130 -86 -234.5t-229 -163.5t-308 -59q-115 0 -206 28.5t-144 89 t-53 151.5zM285 211q0 -97 35 -150t118 -53q77 0 147 46t113 125t43 173q0 77 -28 140.5t-70 112.5t-109 113q-72 -55 -128.5 -134t-88.5 -175.5t-32 -197.5zM575 1151q0 -87 42.5 -155.5t121.5 -142.5q79 76 130 188.5t51 232.5q0 168 -115 168q-59 0 -112 -40.5 t-85.5 -107.5t-32.5 -143z" />
+<glyph unicode="9" horiz-adv-x="1135" d="M4 -344q183 49 357.5 209.5t286.5 406t112 535.5q0 93 -12.5 145.5t-35.5 73.5t-59 21q-87 0 -158.5 -100t-112 -244t-40.5 -265q0 -180 100 -180q53 0 103 51t84 160l35 -10q-85 -297 -336 -297q-84 0 -149.5 35.5t-102.5 105t-37 168.5q0 159 91 301t244.5 228.5 t330.5 86.5q352 0 352 -376q0 -272 -171 -511.5t-416.5 -395t-453.5 -189.5z" />
+<glyph unicode=":" horiz-adv-x="637" d="M28 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91zM233 895q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode=";" horiz-adv-x="651" d="M19 82q0 55 29 102t78 75t106 28q66 0 100.5 -37.5t34.5 -110.5q0 -129 -81.5 -241.5t-223.5 -176.5l-10 33q93 47 154 120t67 157q-57 -60 -127 -60q-62 0 -94.5 28.5t-32.5 82.5zM243 895q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95 t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1217" d="M98 727l1131 465l20 -59l-997 -414l678 -357l-33 -65z" />
+<glyph unicode="=" horiz-adv-x="1331" d="M129 553l18 61h1027l-19 -61h-1026zM211 840l18 61h1026l-18 -61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1219" d="M98 377l942 393l-757 406l32 59l879 -473l-1075 -445z" />
+<glyph unicode="?" horiz-adv-x="995" d="M162 612q0 77 42.5 142.5t100.5 115.5t191 154q118 94 172 143.5t85 101t31 113.5q0 80 -43 127t-127 47q-46 0 -97.5 -15t-78.5 -46q35 0 68.5 -17.5t54.5 -48t21 -67.5q-1 -40 -22 -73t-57 -52.5t-79 -19.5q-61 0 -103 37.5t-42 101.5q0 84 64 139t161.5 81t197.5 26 q108 0 197 -29t142 -86t53 -139q0 -61 -37 -122.5t-115 -134.5t-213 -173q-144 -106 -208 -159t-93 -99t-29 -103q0 -59 35.5 -96t104.5 -37q45 0 87.5 14t69.5 39q-40 13 -69 47t-29 82q0 56 39.5 94.5t101.5 38.5q50 0 84.5 -32t34.5 -84q0 -79 -60 -133.5t-149 -80.5 t-174 -26q-139 0 -226 58.5t-87 170.5zM227 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="@" horiz-adv-x="1767" d="M57 319q0 250 124 480.5t352 375t524 144.5q195 0 341.5 -61.5t228 -186.5t81.5 -311q0 -214 -100 -375t-246.5 -246.5t-276.5 -85.5q-161 0 -161 142q0 31 6 63q-57 -107 -128 -156t-161 -49q-108 0 -170.5 63t-62.5 187q0 144 77.5 303t203.5 266t263 107 q73 0 107.5 -34.5t37.5 -104.5l33 110q163 0 259 29l-218 -739q-12 -45 -12 -72q0 -49 47 -49q67 0 178.5 76.5t197 222t85.5 342.5q0 177 -78 294t-215 172.5t-317 55.5q-277 0 -496.5 -137t-341 -358.5t-121.5 -462.5q0 -205 90.5 -338t241.5 -194.5t338 -61.5 q278 0 492 125l12 -27q-92 -61 -221.5 -97t-280.5 -36q-198 0 -359 64t-257.5 203.5t-96.5 356.5zM670 305q0 -79 20 -116t64 -37q66 0 122 81t115 248l83 278v27q0 121 -79 121q-69 0 -145.5 -91t-128 -231.5t-51.5 -279.5z" />
+<glyph unicode="A" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543z" />
+<glyph unicode="B" horiz-adv-x="1391" d="M-86 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q18 72 18 98q0 40 -30 58t-108 20l10 41q108 -6 311 -6q69 0 153 2t146 2q230 0 340.5 -71t110.5 -199q0 -106 -69 -195t-194 -147t-288 -74q149 -7 253 -50t156 -113t52 -157q0 -140 -86.5 -240t-239 -151t-348.5 -51 q-36 0 -148 3t-211 3q-206 0 -317 -6zM442 124q0 -37 22.5 -57t76.5 -20q121 0 207 58t130 156t44 218q0 118 -56 187t-180 69h-90l-137 -518q-17 -64 -17 -93zM605 770h71q110 0 190.5 62t123 163t42.5 215q0 97 -36 148t-122 51q-42 0 -66 -12t-40.5 -42.5t-32.5 -90.5z " />
+<glyph unicode="C" horiz-adv-x="1419" d="M88 479q0 242 128 474t353 379t498 147q80 0 137 -18t94.5 -46t73.5 -69q15 -18 30 -18q38 0 83 122h43q-68 -177 -131 -471h-45q15 89 15 160q0 96 -34 157q-72 134 -241 134q-164 0 -312 -144t-237.5 -374.5t-89.5 -473.5q0 -203 72.5 -304t203.5 -101q78 0 162 35.5 t145 99.5q54 56 93.5 127.5t91.5 196.5h45q-97 -355 -121 -492h-45q6 44 6 70q0 52 -26 52q-16 0 -42 -18q-93 -64 -188 -98.5t-213 -34.5q-274 0 -411.5 131t-137.5 377z" />
+<glyph unicode="D" horiz-adv-x="1579" d="M-78 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q16 64 16 89q0 43 -30 63.5t-104 23.5l6 41q145 -7 271 -7l65 1q213 6 305 6q300 0 459 -124t159 -365q0 -235 -114.5 -456.5t-343 -363t-551.5 -141.5q-46 0 -138 3t-172 3q-199 0 -307 -6zM436 100 q0 -34 23 -48.5t80 -14.5q208 0 362.5 145t235 373.5t80.5 470.5q0 193 -79.5 290t-252.5 97q-53 0 -79 -13t-42 -47.5t-37 -115.5l-268 -1024q-23 -87 -23 -113z" />
+<glyph unicode="E" horiz-adv-x="1282" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-54 -147 -78 -242q-11 -46 -26 -127h-45q3 39 3 73q0 93 -22.5 147t-72 78t-134.5 24h-63q-72 0 -108 -12t-57.5 -46.5t-41.5 -111.5 l-128 -483h75q102 0 171 71.5t109 173.5h48q-24 -70 -37.5 -118t-23.5 -88.5t-15 -59.5q-25 -91 -60 -266h-45q2 28 2 44q0 202 -172 202h-63l-131 -492q-19 -68 -19 -100q0 -29 13.5 -44t42 -20.5t79.5 -5.5h76q112 0 187.5 34.5t135 112t120.5 216.5h47q-22 -54 -45 -148 q-32 -108 -54 -262q-139 6 -464 6q-443 0 -666 -6z" />
+<glyph unicode="F" horiz-adv-x="1204" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-43 -117 -80 -250q-33 -130 -43 -180h-47q8 75 8 126q0 95 -25 151t-77.5 81t-138.5 25h-47q-67 0 -101 -12t-54.5 -46.5t-39.5 -111.5 l-131 -492h94q100 0 167 68t114 178h45q-32 -101 -51 -171.5t-25 -94.5q-24 -105 -63 -303h-45q1 14 1 42q0 118 -35.5 179t-129.5 61h-83l-128 -483q-16 -61 -16 -91q0 -34 17 -51.5t53.5 -24.5t104.5 -9l-8 -41q-126 6 -364 6q-226 0 -334 -6z" />
+<glyph unicode="G" horiz-adv-x="1513" d="M78 440q0 237 127 479.5t352 401t504 158.5q84 0 145 -17t104 -45t87 -71q19 -19 35 -19q39 0 81 123h46q-67 -175 -132 -471h-45q11 83 11 154q0 48 -6 82t-23 67q-40 77 -121.5 118.5t-193.5 41.5q-196 0 -343 -178t-225 -430.5t-78 -460.5q0 -184 72.5 -272.5 t220.5 -88.5q88 0 158 43q33 22 50.5 55t33.5 95l47 180q18 68 18 106q0 36 -17 54.5t-52.5 26t-102.5 10.5l11 41q118 -7 348 -7q199 0 289 7l-11 -41q-49 -4 -73 -16.5t-40.5 -46.5t-37.5 -113l-109 -406h-41q1 9 1 27q0 42 -14.5 66t-43.5 24q-30 0 -62.5 -13 t-64.5 -29.5t-45 -23.5q-151 -80 -297 -80q-177 0 -303.5 55t-193 160t-66.5 254z" />
+<glyph unicode="H" horiz-adv-x="1659" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q103 -6 334 -6q197 0 323 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-128 -483h534l129 483q18 63 18 98q0 31 -14 47t-43 22.5t-82 8.5l10 41 q111 -6 320 -6q224 0 337 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-8 -41q-111 6 -336 6q-208 0 -322 -6l8 41q74 3 111 16t58.5 48t41.5 112l131 492h-534l-131 -492q-18 -70 -18 -100t13.5 -45.5 t42.5 -22t83 -8.5l-9 -41q-113 6 -321 6q-223 0 -334 -6z" />
+<glyph unicode="I" horiz-adv-x="799" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q101 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-118 6 -333 6 q-214 0 -322 -6z" />
+<glyph unicode="J" horiz-adv-x="1399" d="M55 -231q0 67 46 111t126 44q70 0 114.5 -32.5t45.5 -90.5q0 -95 -113 -145q19 -6 58 -6q78 0 127 58t80 148t84 287l110 394q25 92 60 172h-279l6 41h291q61 129 147.5 230.5t190.5 183t252 177.5q-77 -26 -185.5 -79t-176.5 -77t-158 -24q-60 0 -113 14t-154.5 51.5 t-171.5 37.5q-58 0 -91.5 -30t-33.5 -87q3 -137 232 -158l-6 -39q-162 13 -259.5 87.5t-97.5 208.5q0 79 33 139.5t98.5 94t159.5 33.5q132 0 250 -68.5t189 -103t182 -34.5q175 0 346 79q77 120 128 120q14 0 27 -11t13 -25q0 -50 -150 -106q-121 -97 -205.5 -250 t-147.5 -364h204l-6 -41h-210l-22 -80l-127 -496q-59 -233 -206.5 -375.5t-399.5 -142.5q-130 0 -208.5 37t-78.5 117z" />
+<glyph unicode="K" horiz-adv-x="1516" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q103 -6 334 -6q197 0 323 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-113 6 -321 6 q-223 0 -334 -6zM646 747l1 9q6 41 60 41q39 0 120 -21q131 18 191 113.5t116.5 283.5t114.5 246q60 60 146 60q90 1 142 -51q50 -50 50 -130v-6q0 -47 -21.5 -93t-64 -75.5t-100.5 -29.5t-96.5 36t-38.5 97t41 118.5t110 88.5q-12 6 -33 6q-36 0 -59 -11t-45 -34 q-50 -55 -105 -230t-111 -275.5t-177 -127.5q107 -12 170 -42.5t92 -86t29 -144.5q0 -40 -4 -77l-23 -215l-1 -14q0 -62 52 -62q39 0 66 30t49 93l35 104h41l-54 -158q-37 -111 -109 -165t-165 -54q-116 0 -177 56t-61 154q0 14 4 48l39 287q6 51 6 86q0 51 -12 81t-40 52 q-85 -22 -125 -22q-53 0 -53 34z" />
+<glyph unicode="L" horiz-adv-x="1239" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q108 -6 338 -6q193 0 319 6l-10 -41q-75 -3 -111.5 -16t-58.5 -48t-43 -112l-270 -1016q-18 -70 -18 -100q0 -29 13.5 -44t42 -20.5t80.5 -5.5h82q146 0 257 89 t192 294h45q-24 -64 -49 -168q-31 -105 -55 -262q-140 6 -465 6q-447 0 -670 -6z" />
+<glyph unicode="M" horiz-adv-x="1878" d="M-86 0l10 41q68 3 111 30t67.5 74t42.5 119l261 969q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l10 41q92 -6 280 -6q108 0 185 6l117 -1047l663 1041h160q198 0 330 6l-11 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -65 -17 -98q0 -31 14 -47 t42.5 -22.5t81.5 -8.5l-8 -41q-129 6 -328 6q-223 0 -328 -6l9 41q75 3 111.5 16t57.5 48t41 112l297 1104l-849 -1331h-46l-165 1257l-258 -983q-17 -65 -17 -102q0 -57 38.5 -87.5t131.5 -33.5l-8 -41q-73 6 -229 6q-125 0 -195 -6z" />
+<glyph unicode="N" horiz-adv-x="1690" d="M-164 23q0 52 24 94.5t66.5 67t96.5 24.5q66 0 103.5 -34t37.5 -89q0 -67 -44 -118.5t-112 -71.5q10 -9 35 -9q105 0 172 111q77 120 158.5 431t177.5 802v2q13 62 13 92q0 33 -14.5 50.5t-47.5 24.5t-96 9l10 41q65 -6 182 -6q95 0 166 6l424 -972q171 738 307 935 q90 131 221 131q61 0 105 -23t67 -62.5t23 -88.5q0 -52 -24 -94.5t-67 -67t-96 -24.5q-67 0 -104 33.5t-37 89.5q0 67 43.5 118t110.5 72q-8 8 -33 8q-98 0 -172 -108q-91 -136 -189 -477t-223 -930h-45l-508 1112q-88 -435 -167 -732t-152 -393q-45 -60 -95.5 -94.5 t-123.5 -34.5q-61 0 -104.5 23t-66 63t-22.5 89z" />
+<glyph unicode="O" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477z" />
+<glyph unicode="P" horiz-adv-x="1317" d="M-86 0l8 41q74 3 110.5 16t58.5 48t42 112l270 1016q15 65 15 96q0 41 -29 59t-106 21l10 41q104 -6 325 -6q49 0 148.5 2t151.5 2q241 0 361 -78.5t120 -230.5q0 -160 -106.5 -286.5t-298.5 -198.5t-440 -72l-97 -365q-16 -64 -16 -90q0 -43 30.5 -63t106.5 -23l-9 -41 q-123 6 -315 6q-232 0 -340 -6zM565 623h8q170 0 278.5 82t157 209.5t48.5 271.5q0 111 -47.5 167t-151.5 56q-42 0 -63 -14.5t-34 -47.5t-34 -114z" />
+<glyph unicode="Q" horiz-adv-x="1702" d="M-78 -2q0 66 37 118t102.5 81.5t147.5 29.5q76 0 150 -26t140.5 -66t158.5 -103q186 98 337 251.5t239.5 345t88.5 397.5q0 196 -80.5 306t-228.5 110q-139 0 -247.5 -93t-168 -239t-59.5 -299q0 -125 50 -189.5t159 -64.5q83 0 153.5 36.5t117.5 96t62 127.5 q10 34 10 76l-1 22q-22 -61 -73.5 -91.5t-107.5 -30.5q-68 0 -107.5 42.5t-39.5 108.5q0 53 26 96.5t70.5 68t97.5 24.5q86 0 135.5 -61.5t49.5 -164.5q0 -117 -64.5 -210.5t-180 -146t-261.5 -52.5q-130 0 -229.5 43.5t-155 125.5t-55.5 195q0 172 121 313.5t320 222.5 t421 81q180 0 319.5 -51t217 -145.5t77.5 -219.5q0 -175 -142 -373t-367 -377t-470 -305q101 -70 176 -114.5t162.5 -74.5t179.5 -30q188 0 265 145q-59 -45 -132 -45q-69 0 -114 40.5t-45 109.5q0 48 24 87.5t66.5 62t95.5 22.5q75 0 121.5 -44.5t46.5 -127.5 q0 -103 -76.5 -201.5t-207.5 -160.5t-287 -62q-119 0 -218.5 38t-175 94t-165.5 139q-160 -54 -273 -54q-100 0 -156.5 41.5t-56.5 124.5zM-35 -16q0 -56 49 -86.5t138 -30.5q86 0 227 47q-62 57 -105.5 91.5t-91 56.5t-96.5 22q-54 0 -87.5 -27t-33.5 -73z" />
+<glyph unicode="R" horiz-adv-x="1456" d="M-86 0l8 41q74 3 110.5 16t58.5 48t42 112l268 1016q18 65 18 98q0 40 -29.5 57.5t-106.5 20.5l10 41q103 -6 309 -6q67 0 155 2t152 2q250 0 370 -70t120 -215q0 -119 -73.5 -214.5t-209 -157t-317.5 -83.5q122 -12 201.5 -34.5t126.5 -70.5t47 -132q0 -21 -3 -45 l-28 -211q-3 -24 -3 -44q0 -99 66 -99q40 0 68.5 36t56.5 111l10 29h48l-9 -27q-39 -129 -113 -189.5t-200 -60.5q-125 0 -188 54t-63 146q0 19 3 38l31 233q4 32 4 67q0 64 -24 103.5t-82.5 60.5t-162.5 23l-126 -479q-20 -70 -20 -101q0 -38 30.5 -55t108.5 -20l-9 -41 q-123 6 -319 6q-228 0 -336 -6zM595 733h15q135 0 239 54t162 158t58 249q0 110 -46.5 162.5t-143.5 52.5q-42 0 -67.5 -12t-42.5 -40.5t-32 -82.5z" />
+<glyph unicode="S" horiz-adv-x="1202" d="M-57 -14q66 157 139 491h41q-19 -76 -19 -144v-18q7 -146 91 -222.5t243 -76.5q264 0 264 215q0 173 -145 336t-218 259.5t-73 242.5q0 132 75 224.5t191.5 139t237.5 46.5q107 0 182 -25t142 -65q50 -33 67 -33t32 25t36 83h41q-78 -190 -121 -417h-41q12 57 12 114 q0 123 -76 196t-217 73q-110 0 -178.5 -55t-68.5 -169q0 -141 158.5 -309t240.5 -271.5t82 -244.5q0 -137 -87.5 -229.5t-218 -136.5t-259.5 -44q-92 0 -155 12t-105.5 31t-94.5 52q-45 30 -71 30q-18 0 -31 -10t-24.5 -32.5t-30.5 -67.5h-41z" />
+<glyph unicode="T" horiz-adv-x="1395" d="M176 1198q0 57 31.5 111t101.5 88q101 49 275 49q87 0 172 -6t258.5 -22.5t277.5 -16.5q137 0 217 27q-31 29 -51 70.5t-20 90.5q0 75 44 121.5t117 46.5q49 0 84.5 -20t54.5 -52.5t19 -70.5q0 -126 -141 -195q-124 -59 -342 -59q-52 0 -120 4l-300 -1126 q-15 -57 -15 -94t16.5 -58.5t53 -31.5t99.5 -13l-9 -41q-129 6 -378 6q-244 0 -361 -6l8 41q88 3 136 21t75.5 58t48.5 118l309 1156q-155 15 -245 15q-170 0 -232 -35q54 -15 88.5 -60t34.5 -106q0 -47 -20.5 -86.5t-56.5 -62.5t-82 -23q-69 0 -108.5 46.5t-39.5 115.5z " />
+<glyph unicode="U" horiz-adv-x="1421" d="M154 324q0 102 45 266l170 643q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l12 41q105 -6 338 -6q191 0 317 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-49 -184 -49 -298q0 -108 44.5 -161t139.5 -53q215 0 339 139.5t190 390.5l141 541 q32 122 32 175q0 59 -35 85t-120 35l10 41q77 -6 219 -6q114 0 181 6l-11 -41q-69 -9 -108 -34.5t-64.5 -78.5t-52.5 -157l-139 -543q-73 -283 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-150 0 -250 42.5t-149 119.5q-55 77 -55 191z" />
+<glyph unicode="V" horiz-adv-x="1354" d="M188 1409l11 41q104 -6 295 -6q205 0 313 6l-10 -41q-63 -3 -97.5 -12.5t-52 -35.5t-17.5 -75q0 -22 3 -49l102 -908l539 828q62 94 62 152q0 49 -43.5 72.5t-127.5 27.5l11 41q80 -6 268 -6q88 0 153 6l-10 -41q-67 -19 -121 -64.5t-123 -152.5l-782 -1202q-17 1 -52 1 q-34 0 -52 -1l-162 1288q-8 66 -39.5 97.5t-67.5 33.5z" />
+<glyph unicode="W" horiz-adv-x="2011" d="M176 1409l10 41q102 -6 287 -6q175 0 266 6l-10 -41q-40 -3 -63 -13.5t-34.5 -35.5t-11.5 -71q0 -23 3 -52l99 -888l374 616l-43 313q-9 68 -34 98.5t-54 32.5l10 41q95 -6 266 -6q212 0 320 6l-11 -41q-62 -3 -96 -13t-50.5 -34t-16.5 -70q0 -27 4 -55l108 -857l422 777 q51 96 51 151q0 52 -42.5 74.5t-129.5 26.5l10 41q84 -6 269 -6q91 0 155 6l-10 -41q-48 -13 -84.5 -33.5t-76 -64t-81.5 -119.5l-645 -1202h-106l-126 913l-552 -913h-107l-161 1288q-9 69 -40 99t-69 32z" />
+<glyph unicode="X" horiz-adv-x="1518" d="M-82 157q0 56 23 101.5t64.5 71.5t94.5 26q62 0 96.5 -36t34.5 -96q0 -69 -42 -125.5t-111 -80.5q8 -8 35 -8q63 0 135 47q88 61 199.5 200.5t211.5 336.5l-73 606q-9 69 -35.5 106t-79.5 37q-47 0 -80.5 -33t-58.5 -104l-35 -104h-41l53 158q41 115 115.5 167t183.5 52 q148 0 216.5 -82t88.5 -238l30 -256q74 157 165.5 294t171.5 208q92 74 186 74q86 0 134.5 -52.5t48.5 -133.5q0 -56 -23.5 -101.5t-65.5 -71.5t-94 -26q-63 0 -98 37t-35 100q1 67 44.5 122.5t111.5 78.5q-11 8 -35 8q-69 0 -133 -47q-79 -63 -178 -207t-192 -349l69 -581 q20 -139 117 -139q49 0 81.5 30t57.5 97l35 104h41l-54 -158q-42 -115 -112 -167t-172 -52q-109 0 -175 40.5t-98 110t-45 169.5l-29 238q-78 -150 -181 -283t-197 -205q-92 -70 -191 -70q-86 0 -133 52.5t-47 133.5z" />
+<glyph unicode="Y" horiz-adv-x="1503" d="M170 1102l51 158q38 116 111 167.5t178 51.5q134 0 210 -83.5t114 -235.5t67 -412q135 382 336 604q116 127 242 127q60 0 103 -23.5t65 -64t22 -89.5q0 -51 -24 -93t-66.5 -66.5t-95.5 -24.5q-68 0 -105 34t-37 91q1 67 44.5 117.5t111.5 71.5q-11 8 -35 8 q-60 0 -123 -47q-57 -41 -129.5 -136.5t-149 -243t-141.5 -335.5l-116 -461q-13 -55 -13 -83q0 -37 16.5 -56t49.5 -26.5t92 -10.5l-10 -41q-117 6 -352 6q-222 0 -330 -6l10 41q75 3 112 16t58.5 48.5t40.5 111.5l111 442q-32 279 -89.5 473.5t-146.5 194.5 q-36 0 -57.5 -25t-36.5 -71l-43 -129h-45z" />
+<glyph unicode="Z" horiz-adv-x="1348" d="M-65 17q0 28 38 62.5t115 63.5l576 566h-332l14 41h359l571 561q-100 -87 -206.5 -136t-209.5 -49q-72 0 -128 13.5t-146.5 45.5t-149.5 32q-44 0 -68 -21t-24 -61q0 -44 35.5 -73.5t114.5 -45.5l-11 -39q-113 18 -189.5 75t-76.5 162q0 77 36.5 137t104 94t156.5 34 q79 0 140 -23t181 -91.5t234 -68.5q55 0 101 13.5t116 42.5q37 53 78 86t72 33q16 0 30 -11q12 -10 12 -27q0 -28 -38 -62.5t-115 -63.5l-567 -557h311l-16 -41h-336l-580 -570q100 88 207 136.5t211 48.5q71 0 127 -13.5t147 -45.5t150 -32q43 0 67.5 21.5t24.5 60.5 q0 87 -149 119l8 39q113 -18 189.5 -75t76.5 -162q0 -77 -36.5 -137t-104 -94t-156.5 -34q-79 0 -139.5 23t-181 91.5t-234.5 68.5q-55 0 -101 -13.5t-116 -42.5q-36 -53 -78 -86t-73 -33q-16 0 -29 11q-12 10 -12 27z" />
+<glyph unicode="[" horiz-adv-x="741" d="M-45 -371l485 1952h471l-8 -39h-166l-469 -1874h166l-8 -39h-471z" />
+<glyph unicode="\" horiz-adv-x="1006" d="M268 1479h64l467 -1508h-68z" />
+<glyph unicode="]" horiz-adv-x="743" d="M-168 -371l8 39h166l469 1874h-166l8 39h471l-485 -1952h-471z" />
+<glyph unicode="^" horiz-adv-x="1081" d="M139 664q154 66 291 179t221 238h37q20 -127 96 -238.5t199 -176.5l-16 -31q-115 26 -225.5 71.5t-196.5 100.5q-76 -49 -183 -95t-215 -77z" />
+<glyph unicode="_" horiz-adv-x="1430" d="M-113 -357l60 178h1126l-61 -178h-1125z" />
+<glyph unicode="`" horiz-adv-x="457" d="M95 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="a" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364z" />
+<glyph unicode="b" horiz-adv-x="1120" d="M-49 -18q28 56 43 120l371 1264q9 32 9 56q0 41 -31.5 60t-106.5 19l12 43q140 1 253.5 22t219.5 62l-239 -832q74 152 152.5 221.5t172.5 69.5q124 0 189 -80.5t65 -234.5q0 -167 -78.5 -355t-224 -317t-334.5 -129q-58 0 -104 23.5t-70 63.5q-100 -9 -268 -91zM275 76 q36 -45 92 -45q96 0 188 131.5t149.5 322.5t57.5 353q0 76 -17.5 108.5t-52.5 32.5q-56 0 -127.5 -101.5t-135.5 -263.5z" />
+<glyph unicode="c" horiz-adv-x="948" d="M16 287q0 175 88.5 362.5t248.5 312.5t362 125q74 0 131 -26t88 -70.5t31 -99.5q0 -56 -27 -108.5t-74 -85.5t-102 -33q-51 0 -84 32t-33 86q0 53 26 100t68.5 79t91.5 45q-35 41 -98 41q-100 0 -195 -110t-154.5 -286.5t-59.5 -363.5q0 -205 155 -205q146 0 271 180 l41 -16q-74 -118 -187.5 -196.5t-259.5 -78.5q-97 0 -171 35t-115.5 105.5t-41.5 175.5z" />
+<glyph unicode="d" horiz-adv-x="1186" d="M8 258q0 165 86 361t242 332t354 136q96 0 125 -69l92 348q10 37 10 57q0 41 -32 59.5t-107 18.5l13 43q141 1 256 22t223 62l-402 -1454q-11 -35 -11 -56q0 -46 40 -46q31 0 61.5 35t63.5 126l35 99h39l-49 -150q-38 -116 -111 -163.5t-160 -47.5q-127 0 -162 95 q-16 33 -16 84q0 63 25 147l2 9q-78 -174 -165.5 -254.5t-207.5 -80.5q-108 0 -176 72t-68 215zM311 215q0 -72 15.5 -106.5t50.5 -34.5q40 0 96 59.5t116 175t109 272.5l103 387q-20 72 -82 72q-87 0 -183.5 -125.5t-160.5 -318.5t-64 -381z" />
+<glyph unicode="e" horiz-adv-x="961" d="M6 260q0 182 98.5 376t268.5 322.5t372 128.5q95 0 154 -41.5t59 -119.5q0 -117 -95 -215t-238.5 -167.5t-299.5 -110.5q-12 -74 -12 -140q0 -108 40.5 -153.5t117.5 -45.5q64 0 144.5 40.5t154.5 127.5l33 -16q-47 -73 -117.5 -135.5t-162 -101t-195.5 -38.5 q-93 0 -166 33t-114.5 98.5t-41.5 157.5zM332 471q143 63 225 137t129 169t47 204q0 38 -8 53t-25 15q-61 0 -136 -84t-139 -218t-93 -276z" />
+<glyph unicode="f" horiz-adv-x="698" d="M-92 -385l375 1397h-170l12 41h169q44 168 102 278.5t136 175.5q116 95 289 95q84 0 145 -24.5t93.5 -69t32.5 -103.5q0 -43 -24 -84t-67.5 -67.5t-97.5 -26.5q-61 0 -96 28.5t-35 81.5q0 67 42.5 121t115.5 80q-10 11 -29 19t-41 8q-60 0 -108 -41q-37 -32 -63 -102.5 t-62 -204.5l-44 -164h220l-12 -41h-219l-367 -1368q-166 -3 -297 -29z" />
+<glyph unicode="g" horiz-adv-x="967" d="M-211 -233q0 68 64.5 107t181.5 80.5t163 60.5l-36 10q-55 16 -89 50t-34 81q0 51 40 95.5t117.5 88.5t207.5 100q-144 3 -229 60.5t-85 171.5q0 93 61 189t180 160t283 64q52 0 97 -7q87 170 163 231q60 47 132 47q58 0 92.5 -29t34.5 -84q0 -44 -22 -84.5t-59 -66 t-81 -25.5t-70.5 26t-26.5 68q0 32 18 66.5t52 62.5q-7 4 -15 4q-20 0 -40 -16q-30 -25 -70 -83t-70 -124q92 -21 143.5 -75t51.5 -142q0 -94 -57 -183.5t-161.5 -151.5t-240.5 -76q-97 -42 -147.5 -73.5t-50.5 -60.5q0 -18 22 -31t70 -28l172 -57q109 -36 171 -85.5 t62 -130.5q0 -104 -90 -188t-235 -132t-301 -48q-117 0 -200 19.5t-126 55t-43 83.5zM78 -260q0 -96 119 -96q80 0 165 28.5t141 79t56 111.5q0 23 -15 37t-35 21.5t-71 23.5l-206 60q-154 -129 -154 -265zM367 604q0 -70 19 -98.5t60 -28.5q72 0 121 67t72.5 168.5 t24.5 207.5q0 62 -18 95.5t-62 33.5q-70 0 -119 -72.5t-73.5 -176.5t-24.5 -196z" />
+<glyph unicode="h" horiz-adv-x="1167" d="M-37 0l406 1366q10 37 10 57q0 41 -32 59.5t-107 18.5l12 43q267 3 477 84l-279 -951q72 156 140.5 245.5t139.5 127t157 37.5q96 0 140.5 -44t44.5 -120q0 -66 -28 -145l-200 -604q-12 -37 -12 -59q0 -43 40 -43q69 0 127 161l37 99h39l-51 -150q-72 -211 -274 -211 q-187 0 -187 167q0 69 31 159l182 553q19 57 19 90q0 45 -39 45q-58 0 -136.5 -106.5t-160 -286.5t-149.5 -393l-51 -173l-1 -6v1l-6 -21h-289z" />
+<glyph unicode="i" horiz-adv-x="659" d="M51 721l58 156q74 210 284 210q95 0 138 -45.5t43 -119.5q0 -57 -23 -121l-215 -627q-12 -36 -12 -59q0 -43 41 -43q31 0 62 34.5t67 126.5l36 99h39l-53 -150q-72 -211 -276 -211q-186 0 -186 169q0 69 30 157l201 588q13 36 13 62q0 40 -36 40q-37 0 -68 -37.5 t-63 -124.5l-41 -104h-39zM362 1389q0 61 27.5 104.5t75 66.5t106.5 23q73 0 112.5 -33.5t39.5 -93.5q0 -54 -28.5 -97t-77 -67t-107.5 -24q-70 0 -109 32.5t-39 88.5z" />
+<glyph unicode="j" horiz-adv-x="616" d="M-410 -264q0 39 21.5 73.5t58 55t78.5 20.5q54 0 87.5 -32t33.5 -76q0 -35 -21.5 -71.5t-58.5 -59.5q78 9 124.5 58.5t78.5 162.5l287 1018q11 42 11 63q0 39 -36 39q-35 0 -66.5 -38t-62.5 -124l-39 -104h-39l55 156q39 112 114.5 161t170.5 49q175 0 175 -161 q0 -52 -19 -125l-158 -565q-61 -220 -132.5 -345t-174.5 -186q-122 -90 -293 -90q-98 0 -146.5 31.5t-48.5 89.5zM354 1392q0 60 28 103t76 65.5t107 22.5q72 0 111 -32.5t39 -90.5q0 -55 -28.5 -99t-76.5 -68.5t-106 -24.5q-72 0 -111 33t-39 91z" />
+<glyph unicode="k" horiz-adv-x="1130" d="M-37 0l406 1366q10 37 10 57q0 41 -32 59.5t-107 18.5l12 43q267 3 477 84l-298 -1016q109 17 159.5 80.5t98 186t95.5 161.5q58 47 127 47q93 0 142 -52t49 -131q0 -51 -21.5 -92t-60.5 -65t-90 -24q-63 0 -98 34q-33 32 -33 80v5q0 59 38.5 108t96.5 80q-4 7 -14 12 t-19 5q-47 0 -86 -31q-41 -34 -86 -147.5t-89.5 -180t-138.5 -90.5q154 -3 249 -55t95 -170q0 -32 -7 -64l-31 -151q-6 -29 -6 -46q0 -22 9 -31t28 -9q66 0 125 161l36 99h39l-51 -150q-74 -211 -295 -211q-83 0 -126.5 41.5t-43.5 120.5q0 38 8 74l35 158q12 48 12 83 q0 59 -36 90t-119 43l-170 -581h-289z" />
+<glyph unicode="l" horiz-adv-x="614" d="M15 154q0 64 24 143l321 1069q10 37 10 58q0 40 -32 58.5t-107 18.5l15 43q141 1 254 22t221 62l-430 -1454q-9 -31 -9 -52q0 -50 44 -50q63 0 123 161l36 99h39l-51 -150q-39 -115 -112.5 -163t-159.5 -48q-94 0 -140 48t-46 135z" />
+<glyph unicode="m" horiz-adv-x="1753" d="M31 0l250 885q10 35 10 58q0 44 -37 44q-36 0 -66.5 -38t-62.5 -124l-39 -104h-39l55 156q76 210 277 210q165 0 165 -164q0 -57 -18 -122l-47 -180q68 169 136.5 271t147 148.5t177.5 46.5q162 0 162 -159q0 -60 -25 -150l-37 -131q70 166 140.5 262.5t145.5 137 t165 40.5q167 0 167 -160q0 -65 -28 -149l-200 -604q-13 -38 -13 -61q0 -41 39 -41q71 0 129 161l37 99h39l-51 -150q-74 -211 -277 -211q-118 0 -164 74q-22 37 -22 91q0 65 31 161l184 553q16 51 16 82q0 41 -28 41q-55 0 -126 -87.5t-152 -265t-161 -436.5v5l-53 -189 h-293l250 850q18 58 18 84q0 39 -34 39q-61 0 -135 -97.5t-149 -271.5t-142 -399v5l-54 -210h-288z" />
+<glyph unicode="n" horiz-adv-x="1235" d="M33 0l248 885q12 43 12 65q0 37 -35 37q-38 0 -68 -36t-63 -126l-39 -104h-39l55 156q39 112 105 161t160 49q176 0 176 -168q0 -52 -17 -118l-64 -249q84 208 161 324.5t155.5 163.5t175.5 47q185 0 185 -164q0 -62 -27 -145l-201 -604q-12 -33 -12 -60q0 -42 39 -42 q33 0 64 34t65 127l37 99h39l-51 -150q-74 -211 -275 -211q-115 0 -164 68q-26 40 -26 95q0 62 33 163l184 553q19 59 19 88q0 47 -40 47q-61 0 -148 -124t-175 -327t-153 -428l-27 -106h-289z" />
+<glyph unicode="o" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5z" />
+<glyph unicode="p" horiz-adv-x="1194" d="M-186 -371l12 43q50 0 79.5 11.5t48 39t32.5 76.5l371 1330q-57 -127 -132 -228.5t-180 -210.5l-22 27q89 95 148 168.5t119.5 179t119.5 256.5l8 27q169 12 305 57l-177 -624q75 159 156 232.5t177 73.5q124 0 189 -80.5t65 -234.5q0 -167 -75 -355t-215 -317t-323 -129 q-57 0 -105.5 19t-78.5 52l-55 -196q-12 -43 -12 -73q0 -56 41 -77.5t128 -23.5l-12 -43q-27 1 -126.5 5t-197.5 4q-84 0 -175 -4t-113 -5zM347 78q36 -47 93 -47q97 0 188.5 124t148.5 307.5t57 346.5q0 95 -17.5 132.5t-50.5 37.5q-41 0 -90.5 -54.5t-99.5 -149 t-92 -213.5z" />
+<glyph unicode="q" horiz-adv-x="1128" d="M16 287q0 164 83 352.5t229.5 318t324.5 129.5q60 0 106.5 -23.5t68.5 -65.5q113 9 268 92l32 -15q-22 -46 -45 -121l-303 -1132q-9 -31 -9 -56q0 -47 33.5 -69.5t100.5 -24.5l-12 -43q-28 1 -126.5 5t-191.5 4q-88 0 -182.5 -4t-118.5 -5l13 43q64 1 104 16t63.5 46 t37.5 82l131 489q-80 -177 -164.5 -255.5t-188.5 -78.5q-124 0 -189 81t-65 235zM315 221q0 -68 17.5 -98.5t52.5 -30.5q49 0 110.5 72t117.5 191.5t89 254.5l-7 -36l109 406q-36 48 -93 48q-96 0 -188 -135.5t-150 -328t-58 -343.5z" />
+<glyph unicode="r" horiz-adv-x="963" d="M31 0l250 885q11 41 11 62q0 40 -34 40q-38 0 -69 -36.5t-64 -125.5l-39 -104h-39l55 156q76 210 283 210q157 0 157 -165q0 -57 -16 -121l-18 -71q52 134 103.5 212t109.5 111.5t133 33.5q78 0 122 -46t44 -119q0 -57 -25.5 -106t-70.5 -78t-99 -29q-60 0 -92.5 31.5 t-32.5 90.5q0 48 22.5 91t61.5 73t86 41q-24 6 -26 6q-108 0 -216.5 -155t-223.5 -556l-85 -331h-288z" />
+<glyph unicode="s" horiz-adv-x="860" d="M-39 209q0 61 30.5 104t84.5 43t85.5 -45t31.5 -114q0 -41 -10 -77t-19.5 -60.5t-11.5 -30.5q30 -15 79 -15q77 0 124.5 47t47.5 129q0 65 -28 134.5t-86 158.5q-8 12 -48 73.5t-59.5 118t-19.5 111.5q0 88 44.5 156t128.5 106.5t200 38.5q132 0 221.5 -48.5t89.5 -164.5 q0 -35 -14 -70t-42.5 -58t-68.5 -23q-51 0 -82 38.5t-31 98.5q0 50 18.5 94.5t45.5 75.5q-29 17 -72 17q-74 0 -116.5 -46t-43.5 -129q0 -53 21.5 -99.5t53.5 -96t48 -74.5q65 -108 93 -177.5t28 -139.5q0 -90 -47 -161t-134.5 -112t-203.5 -41q-146 0 -242 56.5t-96 181.5z " />
+<glyph unicode="t" horiz-adv-x="723" d="M65 174q0 53 19 123l206 715h-186l11 41h187l89 311q177 3 297 29l-98 -340h231l-6 -41h-237l-242 -838q-6 -22 -6 -41q0 -61 61 -61q45 0 87 44t75 132l31 84h39l-41 -119q-82 -242 -308 -242q-104 0 -156.5 54.5t-52.5 148.5z" />
+<glyph unicode="u" horiz-adv-x="1223" d="M49 727l51 150q73 210 275 210q187 0 187 -169q0 -63 -30 -156l-184 -553q-18 -55 -18 -87q0 -48 39 -48q60 0 143.5 119t168.5 316.5t151 424.5l32 125q181 3 297 28l-256 -913q-13 -47 -13 -68q0 -34 36 -34q38 0 69 36.5t62 124.5l39 105h39l-56 -156 q-38 -113 -110.5 -162t-163.5 -49q-54 0 -93.5 18.5t-58.5 51.5q-19 35 -19 84q0 51 21 133l54 209q-79 -193 -152.5 -301t-149.5 -151.5t-169 -43.5q-92 0 -138.5 43.5t-46.5 124.5q0 61 27 142l199 604q12 38 12 59q0 43 -39 43q-33 0 -64 -34.5t-65 -127.5l-37 -98h-39z " />
+<glyph unicode="v" horiz-adv-x="1075" d="M59 723l45 149q62 218 193 218q36 0 74.5 -22t64.5 -34t70 -12q84 0 149 43l21 39l43 -21q-145 -210 -234.5 -440t-97.5 -407v-20q-1 -74 19 -111q22 -42 73 -42q120 0 220.5 94t166.5 235.5t90 281.5q-88 42 -144 113.5t-56 160.5q0 66 36 102.5t97 36.5q74 0 108 -62 q30 -54 30 -145q0 -13 -1 -28q-10 -208 -88 -411t-225.5 -336.5t-352.5 -133.5q-153 0 -220.5 69.5t-67.5 173.5q0 343 549 790q-49 -6 -87.5 -29.5t-106 -80t-114.5 -56.5q-16 0 -30 5.5t-40.5 19.5t-45.5 14q-29 0 -46.5 -22t-35.5 -77l-17 -55h-39z" />
+<glyph unicode="w" horiz-adv-x="1393" d="M4 221q0 121 88 245.5t227.5 245t366.5 290.5q-51 -8 -92.5 -31.5t-114.5 -78t-121 -54.5q-18 0 -32 5t-39.5 19.5t-46.5 14.5q-28 0 -45.5 -22.5t-34.5 -76.5l-19 -55h-39l45 149q38 117 86.5 163t108.5 46q36 0 79.5 -19t74.5 -29.5t79 -10.5q86 0 158 43l23 39l43 -21 q-212 -217 -347 -449.5t-135 -420.5q0 -79 25 -115.5t80 -36.5q72 0 143 54q-24 58 -24 137q0 119 54 231t132.5 182t142.5 70q78 0 78 -135q0 -110 -44 -215.5t-131 -194.5q51 -94 155 -94q102 0 173.5 81t107 204.5t35.5 248.5q0 35 -3 66q-115 45 -191.5 108.5 t-76.5 164.5q0 50 32.5 84t88.5 34q93 0 137.5 -108.5t52.5 -247.5q4 -52 4 -80q0 -165 -54 -321.5t-161.5 -257.5t-259.5 -101q-166 0 -233 113q-129 -113 -301 -113q-90 0 -152 33t-92.5 89.5t-30.5 127.5zM737 352q0 -68 19 -123q68 78 106.5 174.5t38.5 190.5 q0 96 -35 96q-27 0 -57.5 -49.5t-51 -128.5t-20.5 -160z" />
+<glyph unicode="x" horiz-adv-x="1157" d="M-84 100q0 45 21 80t56.5 54.5t78.5 19.5q120 0 178 -137q102 116 179 301l-54 469q-7 48 -25 67t-47 19q-31 0 -59.5 -34t-63.5 -134l-26 -76h-39l51 150q40 119 114 163.5t169 44.5q101 0 155 -47.5t68 -169.5l13 -120q57 125 126 213q98 124 225 124q66 0 108 -36 t42 -99t-43.5 -105t-110.5 -42q-61 0 -109.5 34t-72.5 103q-88 -101 -156 -273l56 -497q9 -52 25.5 -73t43.5 -21q32 0 61.5 37t63.5 139l27 76h39l-52 -150q-68 -209 -274 -209q-97 0 -156.5 46t-70.5 155l-19 164q-64 -143 -145 -240q-109 -125 -227 -125 q-71 0 -110.5 34.5t-39.5 94.5z" />
+<glyph unicode="y" horiz-adv-x="987" d="M-221 -270q0 54 39.5 90.5t101.5 36.5q121 0 219 -142q143 70 267 189l-160 979q-12 56 -22.5 76t-30.5 20q-23 0 -44 -30.5t-53 -121.5l-37 -100h-39l52 150q40 116 103 163t149 47q87 0 136 -48.5t68 -172.5l96 -701q87 127 152.5 261t97.5 258q-83 46 -137 115 q-51 65 -51 141v8q0 64 37 101.5t100 37.5q135 0 135 -186q0 -123 -56 -283t-148.5 -321t-198.5 -289q-104 -125 -229.5 -221t-259.5 -141q-81 -31 -146 -31q-66 0 -103.5 30.5t-37.5 84.5z" />
+<glyph unicode="z" horiz-adv-x="950" d="M-106 0l995 956q-59 -26 -146 -84t-136 -85t-95 -27q-34 0 -59.5 9t-72 32.5t-83.5 23.5t-56.5 -18.5t-19.5 -52.5q0 -42 29.5 -69.5t89.5 -47.5l-12 -31q-217 52 -217 213q0 66 32.5 124.5t98.5 95t161 36.5q57 0 100 -13.5t128.5 -53t169.5 -39.5q61 0 103.5 19.5 t84.5 68.5h60l-981 -942q50 23 127 73t121 73.5t87 23.5q35 0 61 -9t72.5 -33t84.5 -24q36 0 55.5 20.5t19.5 51.5q0 45 -33.5 75t-84.5 42l12 30q109 -24 163 -78t54 -141q0 -67 -28.5 -122t-87 -87.5t-144.5 -32.5q-85 0 -163.5 37t-125 55.5t-119.5 18.5 q-58 0 -101.5 -19t-84.5 -69h-59z" />
+<glyph unicode="{" horiz-adv-x="739" d="M58 586l6 37h10q66 5 110.5 49.5t83.5 148t87 300.5q48 193 120 296.5t179 144t276 40.5l-10 -39q-72 -1 -110.5 -28.5t-73.5 -117.5t-86 -296q-45 -179 -116 -283.5t-170 -156t-245 -76.5q112 -26 179 -66.5t96.5 -98t29.5 -137.5q0 -83 -32 -214q-63 -253 -60 -332 q0 -41 12.5 -63t37.5 -30.5t67 -9.5l-10 -39q-203 -2 -288.5 50.5t-91 150.5t37.5 273q67 271 67 376q-1 62 -24 90t-72 31h-10z" />
+<glyph unicode="|" horiz-adv-x="756" d="M307 -399v2156h180v-2156h-180z" />
+<glyph unicode="}" horiz-adv-x="739" d="M-188 -385l10 39q72 1 110.5 28.5t73.5 117.5t86 296q45 179 116 283.5t170 156t245 76.5q-112 26 -179 66.5t-96.5 98t-29.5 137.5q0 83 32 214q63 253 60 332q0 41 -12.5 63t-37.5 30.5t-67 9.5l10 39q203 2 288.5 -50.5t91 -150.5t-37.5 -273q-67 -271 -67 -376 q1 -62 24 -90t72 -31h10l-6 -37h-10q-66 -5 -110.5 -49.5t-83.5 -148t-87 -300.5q-48 -193 -120 -296.5t-179 -144t-276 -40.5z" />
+<glyph unicode="~" horiz-adv-x="1321" d="M100 487q57 147 166.5 232.5t245.5 85.5q71 0 125.5 -21t160 -80t197.5 -59q135 0 209 119l29 -10q-57 -147 -167.5 -232.5t-244.5 -85.5q-71 0 -126.5 21t-160 80t-196.5 59q-135 0 -209 -119z" />
+<glyph unicode="&#xa1;" horiz-adv-x="606" d="M-87 -263q0 11 1 17q11 101 111 295.5t161.5 322t104.5 281.5l37 -6q-35 -136 -46 -271t-15.5 -311.5t-10.5 -250.5q-3 -95 -55 -147t-146 -52q-67 0 -104.5 31.5t-37.5 90.5zM229 895q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95 t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="&#xa2;" horiz-adv-x="977" d="M18 287q0 162 76.5 336.5t216.5 302t319 154.5l99 370h45l-98 -364l41 1q74 0 131 -26t88 -70.5t31 -99.5q0 -56 -27 -108.5t-74 -85.5t-102 -33q-51 0 -84 32t-33 86q0 53 26 100t68.5 79t91.5 45q-35 41 -98 41q-36 0 -73 -16l-251 -935q30 -14 70 -14q146 0 271 180 l41 -16q-70 -111 -175.5 -188t-240.5 -86l-92 -343h-45l92 342q-143 4 -228.5 84t-85.5 232zM326 287q0 -111 47 -163l235 877q-77 -56 -141.5 -167.5t-102.5 -255t-38 -291.5z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1376" d="M-57 -8q0 23 23 53t68.5 56.5t110.5 39.5q41 79 75 166t71 221l21 80h-199l12 41h198l43 164h-198l12 41h197l12 45q73 277 243.5 442.5t448.5 165.5q75 0 129.5 -25t83.5 -67t29 -94q0 -60 -24.5 -107t-67 -73.5t-94.5 -26.5q-63 0 -100.5 33.5t-37.5 95.5 q0 73 44.5 128.5t115.5 72.5q-5 14 -29.5 23.5t-56.5 9.5q-82 0 -138.5 -43t-94 -119.5t-68.5 -192.5l-70 -268h279l-12 -41h-278l-11 -43q-17 -65 -43 -121h289l-13 -41h-297q-38 -67 -86.5 -117t-164 -149t-181.5 -197q192 166 379 166q68 0 122 -12t142.5 -40t143.5 -28 q45 0 75.5 23.5t30.5 64.5q0 86 -143 115l10 37q111 -17 186.5 -72.5t75.5 -152.5q0 -75 -40.5 -138t-112.5 -100t-162 -37q-78 0 -137.5 21.5t-180.5 86t-235 64.5q-88 0 -168 -30q-41 -70 -95 -106t-106 -36q-14 0 -20 4.5t-6 16.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1348" d="M170 283l119 118q-58 97 -58 213q0 111 60 213l-121 119l174 174l119 -119q94 60 215 60q115 0 213 -60l121 121l174 -174l-121 -121q59 -100 59 -213t-59 -215l119 -118l-174 -175l-121 121q-96 -57 -211 -57q-124 0 -213 57l-119 -118zM444 614q0 -74 31.5 -131t86 -89 t118.5 -32t118 32t85.5 89t31.5 131t-31.5 132t-85.5 90t-118 32t-118.5 -32t-86 -90t-31.5 -132z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1589" d="M206 1102l51 158q38 116 111 167.5t178 51.5q134 0 210 -83.5t114 -235.5t67 -412q135 382 336 604q116 127 242 127q60 0 103 -23.5t65 -64t22 -89.5q0 -51 -24 -93t-66.5 -66.5t-95.5 -24.5q-68 0 -105 34t-37 91q1 67 44.5 117.5t111.5 71.5q-11 8 -35 8 q-60 0 -123 -47q-57 -41 -129 -136t-149 -243.5t-142 -335.5l-18 -70h273l-10 -41h-273l-31 -123h269l-10 -41h-269l-47 -186q-13 -55 -13 -83q0 -37 16.5 -56t49.5 -26.5t92 -10.5l-10 -41q-117 6 -352 6q-222 0 -330 -6l10 41q74 3 111.5 16t59 48.5t40.5 111.5l47 186 h-288l11 41h287l31 123h-284l11 41h283l13 51q-32 280 -89.5 474t-146.5 194q-36 0 -57.5 -25t-36.5 -71l-43 -129h-45z" />
+<glyph unicode="&#xa6;" horiz-adv-x="762" d="M311 -399v1067h181v-1067h-181zM311 786v971h181v-971h-181z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1180" d="M-25 -199q0 50 25.5 94.5t69.5 71.5t98 27q58 0 90.5 -28.5t32.5 -76.5q0 -63 -41.5 -113t-104.5 -75q9 -21 54 -34t94 -13q72 0 134 29t100 87.5t38 141.5q0 71 -42.5 123.5t-104.5 104t-86 71.5q-95 79 -145 128t-79.5 103t-29.5 117q0 245 336 408q-92 104 -92 213 q0 129 83 225t213 146.5t265 50.5q69 0 143.5 -16.5t128 -58.5t53.5 -112q0 -50 -25.5 -94t-70.5 -71t-98 -27q-59 0 -92 31t-33 81q0 57 42.5 106.5t104.5 74.5q-10 21 -54 34t-93 13q-71 0 -134 -28.5t-102 -86.5t-39 -141q0 -71 43.5 -124t105.5 -105t85 -72 q97 -82 146 -129.5t79.5 -101.5t30.5 -118q0 -244 -337 -408q93 -104 93 -212q0 -130 -83.5 -225.5t-213.5 -146t-264 -50.5q-73 0 -146 16t-125.5 57t-52.5 113zM324 731q0 -47 26.5 -92t79 -94.5t143.5 -122.5q110 -87 164 -141q50 36 79.5 78.5t35.5 101.5q3 17 3 31 q0 47 -26 90.5t-77 91t-146 121.5q-108 86 -162 141q-120 -93 -120 -205z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M10 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM477 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1866" d="M166 786q0 222 109.5 409.5t296.5 297t409 109.5t409 -109.5t296.5 -297t109.5 -409.5q0 -221 -109.5 -408.5t-296.5 -297t-409 -109.5t-409 109.5t-296.5 297t-109.5 408.5zM248 786q0 -203 98.5 -375t266.5 -273t368 -101q199 0 367.5 101t267 273t98.5 375 q0 204 -98.5 376t-267 273t-367.5 101q-200 0 -368 -101t-266.5 -273t-98.5 -376zM520 782q0 180 65 307t180 192t263 65q92 0 176.5 -28t138.5 -85.5t54 -140.5q0 -72 -45.5 -118t-116.5 -46q-72 0 -115 42t-43 111q0 61 38 105.5t97 60.5q-20 22 -59.5 36.5t-83.5 14.5 q-114 0 -177 -109t-63 -380q0 -163 38 -263t98.5 -143t134.5 -43q169 0 268 205l37 -14q-26 -83 -78.5 -156t-136 -119.5t-193.5 -46.5q-138 0 -245.5 59.5t-169.5 183.5t-62 310z" />
+<glyph unicode="&#xaa;" horiz-adv-x="1090" d="M203 928q0 123 79.5 252.5t203.5 214t247 84.5q80 0 85 -74l16 55q152 0 266 19l-176 -557q-11 -31 -11 -51q0 -33 35 -33q61 0 90 90l19 51h39l-27 -74q-31 -88 -91 -128t-149 -40q-150 0 -150 133q0 32 9 74q-60 -113 -131.5 -160t-155.5 -47q-95 0 -146.5 49.5 t-51.5 141.5zM475 938q0 -104 49 -104q30 0 69 39t77 106t68 147l65 226q-3 78 -49 78q-54 0 -120 -74t-112.5 -188.5t-46.5 -229.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1200" d="M39 506l6 24q176 111 338.5 248t333.5 309h37q-40 -87 -112 -200t-152.5 -214t-143.5 -155q41 -50 82 -147t70.5 -206.5t36.5 -193.5h-37q-107 166 -217 298t-242 237zM487 506l7 24q161 101 307.5 225t304.5 283h37q-34 -78 -98 -182t-135.5 -196.5t-127.5 -141.5 q37 -45 73 -134t61.5 -188.5t31.5 -175.5h-37q-101 154 -201.5 273t-222.5 213z" />
+<glyph unicode="&#xac;" horiz-adv-x="1323" d="M176 696l19 62h1026l-121 -420h-74l102 358h-952z" />
+<glyph unicode="&#xad;" horiz-adv-x="1036" />
+<glyph unicode="&#xae;" horiz-adv-x="1403" d="M244 1030q0 155 77 286.5t208 208.5t286 77t286 -77t208 -208.5t77 -286.5t-77 -286t-208 -208t-286 -77t-286 77t-208 208t-77 286zM330 1030q0 -136 65 -252.5t176.5 -185t243.5 -68.5t243.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176 184.5t-244 68.5t-244 -68.5 t-176 -184.5t-65 -253zM537 721v31q20 2 29.5 7.5t13.5 20.5t4 47v449q0 33 -4 48.5t-13.5 21.5t-29.5 8v30q28 -2 127 -2q67 0 111 1t65 1q250 0 250 -161q0 -55 -47.5 -102t-163.5 -65q65 -6 102 -20.5t55 -38t25 -61.5l31 -133q5 -26 11 -37.5t19 -11.5q14 0 23 12 l16 -21q-30 -36 -106 -36q-65 0 -98.5 21t-43.5 67l-30 149q-8 37 -18.5 54.5t-35 26.5t-75.5 12v-212q0 -32 3.5 -47t13 -20.5t30.5 -7.5v-31q-25 0 -58 1t-71 1q-44 0 -79 -1t-56 -1zM754 1073h24q140 0 140 137q0 72 -26.5 108t-84.5 36q-32 0 -42.5 -12t-10.5 -46v-223z " />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M211 1407l12 51h688l-12 -51h-688z" />
+<glyph unicode="&#xb0;" horiz-adv-x="682" d="M287 1434q0 73 34 129t90.5 86t123.5 30t124 -30t91 -86t34 -129q0 -75 -34 -131t-91 -86.5t-124 -30.5t-123.5 30.5t-90.5 86.5t-34 131zM336 1434q0 -67 29 -114.5t75 -71t95 -23.5t95 23.5t75.5 71t29.5 114.5q0 64 -29.5 111t-76 71t-94.5 24t-94 -24t-75.5 -71 t-29.5 -111z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1266" d="M-49 0l18 62h1026l-18 -62h-1026zM145 696l19 62h477l137 483h74l-137 -483h475l-19 -62h-475l-137 -481h-74l138 481h-478z" />
+<glyph unicode="&#xb2;" horiz-adv-x="729" d="M156 895l8 37q18 13 144.5 98t213 177.5t86.5 174.5q0 84 -102 84q-111 0 -203 -98l-29 23q58 66 146 109.5t198 43.5q84 0 134.5 -28.5t50.5 -85.5q0 -80 -78.5 -149.5t-188 -137.5t-139.5 -90q23 0 57.5 -5.5t98 -18.5t96.5 -13q38 0 61 15.5t23 45.5q0 21 -8 37l35 14 q33 -51 33 -100q0 -61 -49.5 -101t-141.5 -40q-30 0 -59.5 4t-100 17t-127.5 16q-50 1 -81.5 -4.5t-77.5 -24.5z" />
+<glyph unicode="&#xb3;" horiz-adv-x="694" d="M78 711v37q117 9 227.5 49.5t181 109.5t70.5 158q0 95 -88 106q-39 -20 -66 -20q-36 0 -36 27q0 37 90 34q75 32 120.5 80t45.5 103q0 38 -24 56.5t-64 18.5q-113 0 -222 -104l-28 25q54 60 146 106.5t196 46.5q85 0 136.5 -28t51.5 -82q0 -55 -53 -103t-130.5 -82 t-150.5 -49q125 -2 199 -38t74 -113q0 -96 -106.5 -169.5t-263.5 -116t-306 -52.5z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M260 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1450" d="M82 469q0 268 128.5 493.5t349.5 357.5t487 132q71 0 192 -3t176 -3q133 0 197 4l-10 -39q-66 -3 -104 -18.5t-58 -44t-33 -76.5l-293 -1116q-68 -256 -213.5 -398.5t-400.5 -142.5q-130 0 -208.5 37t-78.5 117q0 43 21.5 79t61.5 57t93 21q67 0 109.5 -30.5t42.5 -83.5 q0 -98 -109 -156q19 -6 57 -6q61 0 103.5 35.5t74.5 104t66 183.5q-339 0 -495 131t-156 365zM299 719q-1 -6 75.5 -16t202.5 -17.5t269 -7.5q-40 -173 -60 -323t-20 -224q0 -33 4 -33q52 193 192 716.5t142 528.5q-8 0 -48.5 -85t-92 -218.5t-95.5 -277.5 q-141 0 -270.5 -8.5t-213.5 -19t-85 -15.5z" />
+<glyph unicode="&#xb7;" horiz-adv-x="592" d="M111 507q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M-92 -344l12 31q5 -2 25 -8t46 -10.5t54 -4.5q54 0 107 21t53 73q0 22 -16 34.5t-42 12.5q-35 0 -63 -14l139 209h60l-90 -141q60 20 110 20q55 0 89 -22.5t34 -63.5q0 -61 -49.5 -101t-126 -58.5t-160.5 -18.5q-58 0 -107.5 12.5t-74.5 28.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="549" d="M219 1298l10 39q103 28 179 61.5t124 64t117 79.5h39l-207 -647h-194l155 479q-15 -6 -55.5 -22.5t-81 -29.5t-86.5 -24z" />
+<glyph unicode="&#xba;" horiz-adv-x="1006" d="M215 989q0 101 62 216t180 194.5t278 79.5q151 0 236.5 -63t85.5 -189q0 -101 -61.5 -215.5t-179.5 -193.5t-279 -79q-151 0 -236.5 63t-85.5 187zM473 895q0 -119 74 -119q61 0 119.5 84.5t95.5 212.5t37 250q0 119 -74 119q-60 0 -119 -85t-96 -213.5t-37 -248.5z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1198" d="M20 20q33 79 96.5 182t134.5 195.5t126 141.5q-36 46 -71.5 135.5t-61 189t-31.5 174.5h37q104 -156 204 -275t220 -212l-6 -25q-163 -101 -310.5 -225t-300.5 -281h-37zM408 -29q39 87 111 200.5t152.5 214.5t143.5 153q-41 50 -82 147.5t-70 207.5t-36 193h37 q109 -169 218.5 -300.5t241.5 -235.5l-6 -25q-179 -111 -342 -247.5t-332 -307.5h-36z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1368" d="M-232 -86l1706 1774l31 -27l-1706 -1774zM219 1298l10 39q103 28 179 61.5t124 64t117 79.5h39l-207 -647h-194l155 479q-15 -6 -55.5 -22.5t-81 -29.5t-86.5 -24zM264 16l11 37l688 596h39l-149 -512h106l-35 -121h-107l-55 -190h-156l55 190h-397zM427 137h270l89 309z " />
+<glyph unicode="&#xbd;" horiz-adv-x="1272" d="M-232 -86l1706 1774l31 -27l-1706 -1774zM219 1298l10 39q103 28 179 61.5t124 64t117 79.5h39l-207 -647h-194l155 479q-15 -6 -55.5 -22.5t-81 -29.5t-86.5 -24zM479 0l8 37q18 13 144.5 98t213 177.5t86.5 174.5q0 84 -102 84q-111 0 -203 -98l-29 23q58 66 146 109.5 t198 43.5q84 0 134.5 -28.5t50.5 -85.5q0 -80 -78.5 -149.5t-188 -137.5t-139.5 -90q23 0 57.5 -5.5t98 -18.5t96.5 -13q38 0 61 15.5t23 45.5q0 21 -8 37l35 14q33 -51 33 -100q0 -61 -49.5 -101t-141.5 -40q-30 0 -59.5 4t-100 17t-127.5 16q-50 1 -81.5 -4.5t-77.5 -24.5 z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1536" d="M-27 -86l1706 1774l31 -27l-1706 -1774zM78 711v37q117 9 227.5 49.5t181 109.5t70.5 158q0 95 -88 106q-39 -20 -66 -20q-36 0 -36 27q0 37 90 34q75 32 120.5 80t45.5 103q0 38 -24 56.5t-64 18.5q-113 0 -222 -104l-28 25q54 60 146 106.5t196 46.5q85 0 136.5 -28 t51.5 -82q0 -55 -53 -103t-130.5 -82t-150.5 -49q125 -2 199 -38t74 -113q0 -96 -106.5 -169.5t-263.5 -116t-306 -52.5zM469 16l11 37l688 596h39l-149 -512h106l-35 -121h-107l-55 -190h-156l55 190h-397zM632 137h270l89 309z" />
+<glyph unicode="&#xbf;" horiz-adv-x="999" d="M-90 -156q0 60 32 109.5t97 100.5t190 134q113 79 161 116.5t77 80t29 96.5q0 53 -34 89t-102 36q-45 0 -90 -13.5t-65 -35.5q25 -1 48.5 -15.5t38.5 -39t15 -53.5q0 -50 -40 -84.5t-101 -34.5q-51 0 -82 26t-31 78q0 73 62 121.5t154 71t182 22.5q96 0 172.5 -25 t120.5 -73t44 -115q0 -65 -41.5 -122.5t-100 -103t-169.5 -122.5q-104 -69 -157.5 -111.5t-81 -84.5t-27.5 -93q0 -65 46.5 -102t125.5 -37q48 0 101 13t77 38q-50 6 -86.5 43.5t-36.5 87.5q1 38 22.5 68.5t57 47.5t76.5 17q58 0 96.5 -33t38.5 -94q0 -79 -64.5 -131.5 t-165 -77t-208.5 -24.5q-115 0 -201 27t-133 79t-47 123zM428 895q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM597 1844q0 25 14 50q30 50 93 50q43 0 77 -23q29 -17 52 -42.5t87 -110t148 -166.5l-17 -23q-105 49 -188.5 78t-125 44.5t-75.5 37.5q-29 18 -47 46.5t-18 58.5z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM828 1606q94 74 178.5 153.5t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM515 1608q169 53 317 138t238 179h37q48 -115 111.5 -190t172.5 -127l-8 -29q-133 22 -221.5 50t-191.5 71q-214 -77 -445 -121z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM552 1614q55 144 146.5 214t193.5 70q73 0 121.5 -21t123 -74.5t144.5 -53.5q44 0 82.5 28t75.5 91l37 -10q-55 -144 -146.5 -214.5t-193.5 -70.5q-72 0 -120 21t-123.5 74.5t-145.5 53.5q-45 0 -83 -27.5t-75 -90.5z " />
+<glyph unicode="&#xc4;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM574 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM1064 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93 t-65.5 -59t-85.5 -20q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1337" d="M-188 0l8 41q52 14 103 61t128 156l854 1202q27 -3 54 -3q29 0 51 3l82 -1288q5 -67 34 -98t66 -33l-8 -41q-105 6 -297 6q-209 0 -307 -6l8 41q66 3 103 15.5t55.5 43t18.5 87.5q0 17 -1 26l-17 336h-443l-181 -256q-65 -92 -65 -151q0 -93 171 -101l-10 -41 q-172 6 -266 6q-76 0 -141 -6zM333 590h411l-28 543zM773 1696q0 62 33.5 113t90 80.5t124.5 29.5q57 0 103 -21.5t72 -61t26 -91.5q0 -61 -35.5 -112.5t-94 -82t-124.5 -30.5q-85 0 -140 47.5t-55 128.5zM828 1696q0 -42 21 -72t55 -45.5t72 -15.5q49 0 93.5 23.5t71.5 65 t27 91.5q0 43 -22 73t-57.5 45t-73.5 15q-49 0 -92.5 -25t-69 -67t-25.5 -88z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1853" d="M-176 0v41q63 3 176 131l992 1168q-3 39 -33.5 52.5t-104.5 16.5l10 41q93 -3 218 -4l116 137h53l-117 -138q115 -1 215.5 -1h176.5q295 0 424 6q-32 -89 -78 -242q-19 -68 -27 -127h-45q15 85 15 145q0 96 -42.5 136.5t-138.5 40.5h-129q-71 0 -106.5 -12t-57 -46.5 t-41.5 -111.5l-128 -483h159q58 0 96.5 30.5t62 76t52.5 122.5h45q-28 -85 -45 -154.5t-24 -95.5q-22 -75 -54 -250h-45q0 20 5.5 63t5.5 64q0 45 -23 72t-84 31h-162l-131 -492q-17 -66 -17 -99q0 -30 13.5 -45t41.5 -20.5t79 -5.5h149q99 0 162.5 34t110 111t94.5 218h45 q-19 -50 -43 -148q-35 -127 -53 -262q-139 6 -463 6q-440 0 -664 -6l9 41q74 3 110.5 16t58.5 48t42 112l131 492h-328l-438 -516q-59 -67 -59 -97q0 -45 126 -55v-41q-56 6 -176 6q-88 0 -137 -6zM543 750h304l128 483l9 35z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1419" d="M88 479q0 242 128 474t353 379t498 147q80 0 137 -18t94.5 -46t73.5 -69q15 -18 30 -18q38 0 83 122h43q-68 -177 -131 -471h-45q15 89 15 160q0 96 -34 157q-72 134 -241 134q-164 0 -312 -144t-237.5 -374.5t-89.5 -473.5q0 -203 72.5 -304t203.5 -101q78 0 162 35.5 t145 99.5q54 56 93.5 127.5t91.5 196.5h45q-97 -355 -121 -492h-45q6 44 6 70q0 52 -26 52q-16 0 -42 -18q-93 -64 -188 -98.5t-213 -34.5q-274 0 -411.5 131t-137.5 377zM300 -344l12 31q96 -23 166 -23q68 0 126 20.5t58 73.5q0 47 -65 47q-34 0 -72 -14l100 221h56 l-66 -141q58 20 119 20q63 0 100 -25t37 -73q0 -61 -51 -101t-130.5 -58.5t-164.5 -18.5q-70 0 -130 12.5t-95 28.5z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1282" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-54 -147 -78 -242q-11 -46 -26 -127h-45q3 39 3 73q0 93 -22.5 147t-72 78t-134.5 24h-63q-72 0 -108 -12t-57.5 -46.5t-41.5 -111.5 l-128 -483h75q102 0 171 71.5t109 173.5h48q-24 -70 -37.5 -118t-23.5 -88.5t-15 -59.5q-25 -91 -60 -266h-45q2 28 2 44q0 202 -172 202h-63l-131 -492q-19 -68 -19 -100q0 -29 13.5 -44t42 -20.5t79.5 -5.5h76q112 0 187.5 34.5t135 112t120.5 216.5h47q-22 -54 -45 -148 q-32 -108 -54 -262q-139 6 -464 6q-443 0 -666 -6zM514 1844q0 25 14 50q30 50 93 50q43 0 77 -23q29 -17 52 -42.5t87 -110t148 -166.5l-17 -23q-105 49 -188.5 78t-125 44.5t-75.5 37.5q-29 18 -47 46.5t-18 58.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1282" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-54 -147 -78 -242q-11 -46 -26 -127h-45q3 39 3 73q0 93 -22.5 147t-72 78t-134.5 24h-63q-72 0 -108 -12t-57.5 -46.5t-41.5 -111.5 l-128 -483h75q102 0 171 71.5t109 173.5h48q-24 -70 -37.5 -118t-23.5 -88.5t-15 -59.5q-25 -91 -60 -266h-45q2 28 2 44q0 202 -172 202h-63l-131 -492q-19 -68 -19 -100q0 -29 13.5 -44t42 -20.5t79.5 -5.5h76q112 0 187.5 34.5t135 112t120.5 216.5h47q-22 -54 -45 -148 q-32 -108 -54 -262q-139 6 -464 6q-443 0 -666 -6zM745 1606q94 74 178.5 153.5t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xca;" horiz-adv-x="1282" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-54 -147 -78 -242q-11 -46 -26 -127h-45q3 39 3 73q0 93 -22.5 147t-72 78t-134.5 24h-63q-72 0 -108 -12t-57.5 -46.5t-41.5 -111.5 l-128 -483h75q102 0 171 71.5t109 173.5h48q-24 -70 -37.5 -118t-23.5 -88.5t-15 -59.5q-25 -91 -60 -266h-45q2 28 2 44q0 202 -172 202h-63l-131 -492q-19 -68 -19 -100q0 -29 13.5 -44t42 -20.5t79.5 -5.5h76q112 0 187.5 34.5t135 112t120.5 216.5h47q-22 -54 -45 -148 q-32 -108 -54 -262q-139 6 -464 6q-443 0 -666 -6zM432 1608q169 53 317 138t238 179h37q48 -115 111.5 -190t172.5 -127l-8 -29q-133 22 -221.5 50t-191.5 71q-214 -77 -445 -121z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1282" d="M-88 0l10 41q74 3 110 16t58 48t43 112l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q223 -6 665 -6q291 0 416 6q-54 -147 -78 -242q-11 -46 -26 -127h-45q3 39 3 73q0 93 -22.5 147t-72 78t-134.5 24h-63q-72 0 -108 -12t-57.5 -46.5t-41.5 -111.5 l-128 -483h75q102 0 171 71.5t109 173.5h48q-24 -70 -37.5 -118t-23.5 -88.5t-15 -59.5q-25 -91 -60 -266h-45q2 28 2 44q0 202 -172 202h-63l-131 -492q-19 -68 -19 -100q0 -29 13.5 -44t42 -20.5t79.5 -5.5h76q112 0 187.5 34.5t135 112t120.5 216.5h47q-22 -54 -45 -148 q-32 -108 -54 -262q-139 6 -464 6q-443 0 -666 -6zM491 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM981 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93 t-65.5 -59t-85.5 -20q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="799" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q101 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-118 6 -333 6 q-214 0 -322 -6zM311 1844q0 25 14 50q30 50 93 50q43 0 77 -23q29 -17 52 -42.5t87 -110t148 -166.5l-17 -23q-105 49 -188.5 78t-125 44.5t-75.5 37.5q-29 18 -47 46.5t-18 58.5z" />
+<glyph unicode="&#xcd;" horiz-adv-x="799" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q101 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-118 6 -333 6 q-214 0 -322 -6zM542 1606q94 74 178.5 153.5t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xce;" horiz-adv-x="799" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q101 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-118 6 -333 6 q-214 0 -322 -6zM229 1608q169 53 317 138t238 179h37q48 -115 111.5 -190t172.5 -127l-8 -29q-133 22 -221.5 50t-191.5 71q-214 -77 -445 -121z" />
+<glyph unicode="&#xcf;" horiz-adv-x="799" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q101 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-118 6 -333 6 q-214 0 -322 -6zM288 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM778 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-65.5 -59t-85.5 -20 q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1579" d="M-78 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q16 64 16 89q0 43 -30 63.5t-104 23.5l6 41q145 -7 271 -7l65 1q213 6 305 6q300 0 459 -124t159 -365q0 -235 -114.5 -456.5t-343 -363t-551.5 -141.5q-46 0 -138 3t-172 3q-199 0 -307 -6zM156 707l12 52h820 l-13 -52h-819zM436 100q0 -34 23 -48.5t80 -14.5q208 0 362.5 145t235 373.5t80.5 470.5q0 193 -79.5 290t-252.5 97q-53 0 -79 -13t-42 -47.5t-37 -115.5l-268 -1024q-23 -87 -23 -113z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1690" d="M-164 23q0 52 24 94.5t66.5 67t96.5 24.5q66 0 103.5 -34t37.5 -89q0 -67 -44 -118.5t-112 -71.5q10 -9 35 -9q105 0 172 111q77 120 158.5 431t177.5 802v2q13 62 13 92q0 33 -14.5 50.5t-47.5 24.5t-96 9l10 41q65 -6 182 -6q95 0 166 6l424 -972q171 738 307 935 q90 131 221 131q61 0 105 -23t67 -62.5t23 -88.5q0 -52 -24 -94.5t-67 -67t-96 -24.5q-67 0 -104 33.5t-37 89.5q0 67 43.5 118t110.5 72q-8 8 -33 8q-98 0 -172 -108q-91 -136 -189 -477t-223 -930h-45l-508 1112q-88 -435 -167 -732t-152 -393q-45 -60 -95.5 -94.5 t-123.5 -34.5q-61 0 -104.5 23t-66 63t-22.5 89zM714 1614q55 144 146.5 214t193.5 70q73 0 121.5 -21t123 -74.5t144.5 -53.5q44 0 82.5 28t75.5 91l37 -10q-55 -144 -146.5 -214.5t-193.5 -70.5q-72 0 -120 21t-123.5 74.5t-145.5 53.5q-45 0 -83 -27.5t-75 -90.5z" />
+<glyph unicode="&#xd2;" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM705 1844q0 25 14 50q30 50 93 50q43 0 77 -23q29 -17 52 -42.5t87 -110t148 -166.5l-17 -23q-105 49 -188.5 78t-125 44.5t-75.5 37.5q-29 18 -47 46.5t-18 58.5z" />
+<glyph unicode="&#xd3;" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM936 1606q94 74 178.5 153.5t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xd4;" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM623 1608q169 53 317 138t238 179h37q48 -115 111.5 -190t172.5 -127l-8 -29q-133 22 -221.5 50t-191.5 71q-214 -77 -445 -121z" />
+<glyph unicode="&#xd5;" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM660 1614q55 144 146.5 214t193.5 70q73 0 121.5 -21t123 -74.5t144.5 -53.5q44 0 82.5 28t75.5 91l37 -10q-55 -144 -146.5 -214.5t-193.5 -70.5q-72 0 -120 21t-123.5 74.5t-145.5 53.5 q-45 0 -83 -27.5t-75 -90.5z" />
+<glyph unicode="&#xd6;" d="M86 463q0 232 118.5 469t330.5 392t479 155q174 0 299 -58t191.5 -169t66.5 -267q0 -231 -119 -467.5t-332 -391.5t-479 -155q-173 0 -298 58t-191 168.5t-66 265.5zM438 436q0 -131 28 -228t78 -148.5t115 -51.5q140 0 269 147.5t209 381.5t80 477q0 131 -28.5 228 t-78.5 148.5t-115 51.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM682 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM1172 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5 t34.5 -99.5q0 -54 -25 -93t-65.5 -59t-85.5 -20q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1016" d="M39 373l457 354l-256 358l53 37l252 -358l465 362l32 -45l-464 -360l256 -354l-52 -37l-254 354l-458 -356z" />
+<glyph unicode="&#xd8;" d="M-6 -121l226 233q-134 129 -134 351q0 232 118.5 469t330.5 392t479 155q247 0 392 -115l210 219l31 -27l-209 -220q133 -129 133 -351q0 -231 -119 -467.5t-332 -391.5t-479 -155q-243 0 -388 112l-224 -233zM438 436q0 -71 9 -133l758 867q-22 129 -77.5 200.5 t-132.5 71.5q-139 0 -268.5 -147.5t-209 -381.5t-79.5 -477zM456 247q25 -114 78.5 -176.5t124.5 -62.5q140 0 269 147.5t209 381.5t80 477q0 52 -5 100z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1421" d="M154 324q0 102 45 266l170 643q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l12 41q105 -6 338 -6q191 0 317 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-49 -184 -49 -298q0 -108 44.5 -161t139.5 -53q215 0 339 139.5t190 390.5l141 541 q32 122 32 175q0 59 -35 85t-120 35l10 41q77 -6 219 -6q114 0 181 6l-11 -41q-69 -9 -108 -34.5t-64.5 -78.5t-52.5 -157l-139 -543q-73 -283 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-150 0 -250 42.5t-149 119.5q-55 77 -55 191zM640 1844q0 25 14 50q30 50 93 50 q43 0 77 -23q29 -17 52 -42.5t87 -110t148 -166.5l-17 -23q-105 49 -188.5 78t-125 44.5t-75.5 37.5q-29 18 -47 46.5t-18 58.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1421" d="M154 324q0 102 45 266l170 643q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l12 41q105 -6 338 -6q191 0 317 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-49 -184 -49 -298q0 -108 44.5 -161t139.5 -53q215 0 339 139.5t190 390.5l141 541 q32 122 32 175q0 59 -35 85t-120 35l10 41q77 -6 219 -6q114 0 181 6l-11 -41q-69 -9 -108 -34.5t-64.5 -78.5t-52.5 -157l-139 -543q-73 -283 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-150 0 -250 42.5t-149 119.5q-55 77 -55 191zM871 1606q94 74 178.5 153.5 t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1421" d="M154 324q0 102 45 266l170 643q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l12 41q105 -6 338 -6q191 0 317 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-49 -184 -49 -298q0 -108 44.5 -161t139.5 -53q215 0 339 139.5t190 390.5l141 541 q32 122 32 175q0 59 -35 85t-120 35l10 41q77 -6 219 -6q114 0 181 6l-11 -41q-69 -9 -108 -34.5t-64.5 -78.5t-52.5 -157l-139 -543q-73 -283 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-150 0 -250 42.5t-149 119.5q-55 77 -55 191zM558 1608q169 53 317 138t238 179h37 q48 -115 111.5 -190t172.5 -127l-8 -29q-133 22 -221.5 50t-191.5 71q-214 -77 -445 -121z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1421" d="M154 324q0 102 45 266l170 643q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l12 41q105 -6 338 -6q191 0 317 6l-12 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-180 -678q-49 -184 -49 -298q0 -108 44.5 -161t139.5 -53q215 0 339 139.5t190 390.5l141 541 q32 122 32 175q0 59 -35 85t-120 35l10 41q77 -6 219 -6q114 0 181 6l-11 -41q-69 -9 -108 -34.5t-64.5 -78.5t-52.5 -157l-139 -543q-73 -283 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-150 0 -250 42.5t-149 119.5q-55 77 -55 191zM617 1704q0 53 24.5 92.5t64.5 60.5 t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM1107 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-65.5 -59t-85.5 -20q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1503" d="M170 1102l51 158q38 116 111 167.5t178 51.5q134 0 210 -83.5t114 -235.5t67 -412q135 382 336 604q116 127 242 127q60 0 103 -23.5t65 -64t22 -89.5q0 -51 -24 -93t-66.5 -66.5t-95.5 -24.5q-68 0 -105 34t-37 91q1 67 44.5 117.5t111.5 71.5q-11 8 -35 8 q-60 0 -123 -47q-57 -41 -129.5 -136.5t-149 -243t-141.5 -335.5l-116 -461q-13 -55 -13 -83q0 -37 16.5 -56t49.5 -26.5t92 -10.5l-10 -41q-117 6 -352 6q-222 0 -330 -6l10 41q75 3 112 16t58.5 48.5t40.5 111.5l111 442q-32 279 -89.5 473.5t-146.5 194.5 q-36 0 -57.5 -25t-36.5 -71l-43 -129h-45zM855 1606q94 74 178.5 153.5t123.5 114.5t87 61q41 23 88 23q71 0 98 -55q11 -22 11 -42q0 -65 -92 -116q-36 -20 -78.5 -34.5t-165 -49.5t-236.5 -80z" />
+<glyph unicode="&#xde;" horiz-adv-x="1354" d="M-84 0l10 41q71 3 107 16t58 48.5t42 111.5l270 1016q17 65 17 99q0 30 -13.5 46t-42 22.5t-81.5 8.5l10 41q100 -6 321 -6q204 0 336 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-22 -82q110 2 161 2q160 0 267.5 -38t161 -107.5t53.5 -163.5 q0 -160 -106.5 -286.5t-299 -198.5t-440.5 -72h-26l-19 -70q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-119 6 -333 6t-322 -6zM488 328h36q163 0 271.5 75.5t160.5 200t52 273.5q0 111 -57 174t-167 63q-50 0 -87 -2z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1245" d="M-121 -385l377 1434q51 193 124 313t187.5 180t286.5 60q132 0 217.5 -28.5t124.5 -74.5t39 -100q0 -77 -53.5 -135t-160.5 -135.5t-155 -116.5q-62 -50 -81 -82t-19 -68q0 -59 38 -109t85 -94.5t65 -62.5q60 -59 95 -100.5t56 -88.5t21 -104q0 -105 -59 -180 t-157 -113.5t-214 -38.5q-85 0 -149.5 27t-99.5 76.5t-35 115.5q0 63 33 107.5t85 44.5q57 0 89 -52t32 -122q0 -40 -13 -80.5t-36 -67.5q24 -8 51 -8q43 0 78 25t55.5 70.5t20.5 103.5q0 63 -17.5 123.5t-54.5 134.5q-7 16 -34.5 71.5t-43.5 109t-16 98.5q0 69 30 113 t85.5 95.5t77.5 73.5q65 68 94.5 157.5t29.5 186.5q0 101 -40 149t-103 48q-73 0 -123 -73t-92 -234l-426 -1620q-171 -3 -295 -29z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM436 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67 t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM644 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31 q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM358 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5 l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM396 1325q53 144 137 214.5t178 70.5q59 0 97.5 -21.5t98.5 -75t116 -53.5 q41 0 75.5 28t69.5 91l37 -10q-53 -144 -137 -214.5t-178 -70.5q-59 0 -97.5 21.5t-98.5 75t-116 53.5q-41 0 -75.5 -28t-69.5 -91z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM419 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5 q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM886 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1143" d="M-2 223q0 182 97.5 386t247 341t292.5 137q55 0 89 -32.5t41 -98.5l28 101q163 3 297 30l-269 -913q-10 -35 -10 -56q0 -46 39 -46q72 0 127 161l37 99h39l-52 -150q-40 -115 -113 -163t-157 -48q-107 0 -151 64q-28 41 -28 104q0 48 18 122q-130 -290 -343 -290 q-113 0 -171 66.5t-58 185.5zM301 209q0 -68 13.5 -97.5t43.5 -29.5q44 0 99 62t109 180.5t96 279.5l-10 -50l89 319q2 12 2 35q0 50 -18 77t-51 27q-70 0 -159 -125.5t-151.5 -313.5t-62.5 -364zM595 1409q0 62 33.5 113t90 80.5t124.5 29.5q56 0 102 -21.5t72.5 -61 t26.5 -91.5q0 -61 -35.5 -112.5t-94.5 -82t-126 -30.5q-84 0 -138.5 47.5t-54.5 128.5zM650 1409q0 -42 21 -72t55 -45.5t72 -15.5q49 0 93.5 24t71.5 65.5t27 90.5q0 43 -22.5 73t-58 45t-72.5 15q-49 0 -92.5 -25t-69 -67t-25.5 -88z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1505" d="M-12 215q0 182 122.5 379.5t312 329t374.5 131.5q104 0 147 -71q156 103 328 103q103 0 166 -43.5t63 -125.5q0 -116 -95 -212.5t-239 -164.5t-299 -109q-12 -73 -12 -139q0 -108 40.5 -153.5t117.5 -45.5q63 0 141.5 40t153.5 128l37 -16q-75 -116 -199 -195.5 t-277 -79.5q-112 0 -193.5 48t-111.5 138q-67 -91 -155.5 -138.5t-188.5 -47.5q-117 0 -175 63.5t-58 180.5zM291 213q0 -64 26.5 -97.5t69.5 -33.5q91 0 169 108q-7 33 -7 70q0 122 45.5 254.5t128.5 250.5t191 198q-29 38 -83 38q-110 0 -237.5 -114.5t-215 -297.5 t-87.5 -376zM874 469q156 65 224 123q85 73 131.5 173t46.5 216q0 33 -13 50.5t-36 17.5q-59 0 -131 -84t-133 -218.5t-89 -277.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="948" d="M-3 -344l12 31q5 -2 25 -8t46 -10.5t54 -4.5q54 0 107 21t53 73q0 22 -16 34.5t-42 12.5q-35 0 -63 -14l139 209h60l-90 -141q60 20 110 20q55 0 89 -22.5t34 -63.5q0 -61 -49.5 -101t-126 -58.5t-160.5 -18.5q-58 0 -107.5 12.5t-74.5 28.5zM16 287q0 175 88.5 362.5 t248.5 312.5t362 125q74 0 131 -26t88 -70.5t31 -99.5q0 -56 -27 -108.5t-74 -85.5t-102 -33q-51 0 -84 32t-33 86q0 53 26 100t68.5 79t91.5 45q-35 41 -98 41q-100 0 -195 -110t-154.5 -286.5t-59.5 -363.5q0 -205 155 -205q146 0 271 180l41 -16q-74 -118 -187.5 -196.5 t-259.5 -78.5q-97 0 -171 35t-115.5 105.5t-41.5 175.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="961" d="M6 260q0 182 98.5 376t268.5 322.5t372 128.5q95 0 154 -41.5t59 -119.5q0 -117 -95 -215t-238.5 -167.5t-299.5 -110.5q-12 -74 -12 -140q0 -108 40.5 -153.5t117.5 -45.5q64 0 144.5 40.5t154.5 127.5l33 -16q-47 -73 -117.5 -135.5t-162 -101t-195.5 -38.5 q-93 0 -166 33t-114.5 98.5t-41.5 157.5zM332 471q143 63 225 137t129 169t47 204q0 38 -8 53t-25 15q-61 0 -136 -84t-139 -218t-93 -276zM390 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5 t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="&#xe9;" horiz-adv-x="961" d="M6 260q0 182 98.5 376t268.5 322.5t372 128.5q95 0 154 -41.5t59 -119.5q0 -117 -95 -215t-238.5 -167.5t-299.5 -110.5q-12 -74 -12 -140q0 -108 40.5 -153.5t117.5 -45.5q64 0 144.5 40.5t154.5 127.5l33 -16q-47 -73 -117.5 -135.5t-162 -101t-195.5 -38.5 q-93 0 -166 33t-114.5 98.5t-41.5 157.5zM332 471q143 63 225 137t129 169t47 204q0 38 -8 53t-25 15q-61 0 -136 -84t-139 -218t-93 -276zM598 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5 t-203.5 -143.5z" />
+<glyph unicode="&#xea;" horiz-adv-x="961" d="M6 260q0 182 98.5 376t268.5 322.5t372 128.5q95 0 154 -41.5t59 -119.5q0 -117 -95 -215t-238.5 -167.5t-299.5 -110.5q-12 -74 -12 -140q0 -108 40.5 -153.5t117.5 -45.5q64 0 144.5 40.5t154.5 127.5l33 -16q-47 -73 -117.5 -135.5t-162 -101t-195.5 -38.5 q-93 0 -166 33t-114.5 98.5t-41.5 157.5zM312 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152zM332 471q143 63 225 137t129 169t47 204q0 38 -8 53t-25 15q-61 0 -136 -84t-139 -218t-93 -276z" />
+<glyph unicode="&#xeb;" horiz-adv-x="961" d="M6 260q0 182 98.5 376t268.5 322.5t372 128.5q95 0 154 -41.5t59 -119.5q0 -117 -95 -215t-238.5 -167.5t-299.5 -110.5q-12 -74 -12 -140q0 -108 40.5 -153.5t117.5 -45.5q64 0 144.5 40.5t154.5 127.5l33 -16q-47 -73 -117.5 -135.5t-162 -101t-195.5 -38.5 q-93 0 -166 33t-114.5 98.5t-41.5 157.5zM332 471q143 63 225 137t129 169t47 204q0 38 -8 53t-25 15q-61 0 -136 -84t-139 -218t-93 -276zM373 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5z M840 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z" />
+<glyph unicode="&#xec;" horiz-adv-x="659" d="M51 721l55 156q76 210 285 210q95 0 138 -46t43 -121q0 -56 -21 -119l-217 -627q-12 -36 -12 -59q0 -43 40 -43q32 0 64 34.5t66 126.5l36 99h39l-51 -150q-74 -211 -276 -211q-187 0 -187 168q0 69 31 158l201 588q12 38 12 60q0 42 -35 42q-39 0 -70 -37.5t-63 -124.5 l-39 -104h-39zM133 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="&#xed;" horiz-adv-x="659" d="M51 721l55 156q76 210 285 210q95 0 138 -46t43 -121q0 -56 -21 -119l-217 -627q-12 -36 -12 -59q0 -43 40 -43q32 0 64 34.5t66 126.5l36 99h39l-51 -150q-74 -211 -276 -211q-187 0 -187 168q0 69 31 158l201 588q12 38 12 60q0 42 -35 42q-39 0 -70 -37.5t-63 -124.5 l-39 -104h-39zM341 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xee;" horiz-adv-x="659" d="M51 721l55 156q76 210 285 210q95 0 138 -46t43 -121q0 -56 -21 -119l-217 -627q-12 -36 -12 -59q0 -43 40 -43q32 0 64 34.5t66 126.5l36 99h39l-51 -150q-74 -211 -276 -211q-187 0 -187 168q0 69 31 158l201 588q12 38 12 60q0 42 -35 42q-39 0 -70 -37.5t-63 -124.5 l-39 -104h-39zM55 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152z" />
+<glyph unicode="&#xef;" horiz-adv-x="659" d="M51 721l55 156q76 210 285 210q95 0 138 -46t43 -121q0 -56 -21 -119l-217 -627q-12 -36 -12 -59q0 -43 40 -43q32 0 64 34.5t66 126.5l36 99h39l-51 -150q-74 -211 -276 -211q-187 0 -187 168q0 69 31 158l201 588q12 38 12 60q0 42 -35 42q-39 0 -70 -37.5t-63 -124.5 l-39 -104h-39zM116 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM583 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z " />
+<glyph unicode="&#xf0;" horiz-adv-x="1081" d="M25 309q0 163 74.5 344t212.5 304.5t317 123.5q44 0 75 -11q-25 145 -91 256l-349 -155l-12 37l341 151q-82 122 -224 208l24 35q192 -64 334 -182l309 136l13 -36l-290 -128q124 -114 192.5 -264.5t68.5 -328.5q0 -196 -78 -388t-229 -316t-357 -124q-152 0 -241.5 82 t-89.5 256zM324 158q0 -83 15.5 -114.5t53.5 -31.5q85 0 160.5 134t121.5 334t46 382q0 89 -11 167q-29 11 -63 11q-92 0 -166 -140.5t-115.5 -348t-41.5 -393.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1235" d="M33 0l248 885q12 43 12 65q0 37 -35 37q-38 0 -68 -36t-63 -126l-39 -104h-39l55 156q39 112 105 161t160 49q176 0 176 -168q0 -52 -17 -118l-64 -249q84 208 161 324.5t155.5 163.5t175.5 47q185 0 185 -164q0 -62 -27 -145l-201 -604q-12 -33 -12 -60q0 -42 39 -42 q33 0 64 34t65 127l37 99h39l-51 -150q-74 -211 -275 -211q-115 0 -164 68q-26 40 -26 95q0 62 33 163l184 553q19 59 19 88q0 47 -40 47q-61 0 -148 -124t-175 -327t-153 -428l-27 -106h-289zM388 1325q53 144 137 214.5t178 70.5q59 0 97.5 -21.5t98.5 -75t116 -53.5 q41 0 75.5 28t69.5 91l37 -10q-53 -144 -137 -214.5t-178 -70.5q-59 0 -97.5 21.5t-98.5 75t-116 53.5q-41 0 -75.5 -28t-69.5 -91z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5zM415 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5zM623 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5zM337 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5zM375 1325q53 144 137 214.5t178 70.5q59 0 97.5 -21.5t98.5 -75t116 -53.5q41 0 75.5 28t69.5 91l37 -10q-53 -144 -137 -214.5t-178 -70.5q-59 0 -97.5 21.5t-98.5 75t-116 53.5q-41 0 -75.5 -28t-69.5 -91z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q160 0 246 -86t86 -251q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-159 0 -245 86.5t-86 251.5zM299 152q0 -74 17 -107t53 -33q75 0 164 141.5t150.5 351t61.5 398.5q0 81 -16.5 112.5t-50.5 31.5q-77 0 -166.5 -145.5 t-151 -357t-61.5 -392.5zM398 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM865 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37 t-33.5 98z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1303" d="M159 696l18 62h1026l-18 -62h-1026zM513 401q0 13 5 31q14 47 57 80t89 33q39 0 62.5 -22.5t23.5 -58.5q0 -14 -5 -32q-14 -48 -56.5 -81.5t-90.5 -33.5q-38 0 -61.5 24t-23.5 60zM683 990q0 14 5 32q14 46 57 79.5t89 33.5q38 0 62 -23t24 -58q0 -14 -5 -32 q-13 -48 -56 -80.5t-91 -32.5q-38 0 -61.5 22.5t-23.5 58.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1083" d="M25 309q0 169 76.5 350.5t227 304.5t359.5 123q95 0 165 -31l120 171l31 -19l-118 -169q134 -83 134 -289q0 -169 -76.5 -350.5t-227.5 -305t-360 -123.5q-96 0 -166 32l-124 -173l-31 20l122 171q-132 83 -132 288zM299 128q3 -61 20 -88.5t50 -27.5q72 0 157.5 131.5 t148 330.5t69.5 385zM300 202l445 726q-3 66 -19 92.5t-48 26.5q-73 0 -158.5 -133.5t-148 -332.5t-71.5 -379z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1223" d="M49 727l51 150q73 210 275 210q187 0 187 -169q0 -63 -30 -156l-184 -553q-18 -55 -18 -87q0 -48 39 -48q60 0 143.5 119t168.5 316.5t151 424.5l32 125q181 3 297 28l-256 -913q-13 -47 -13 -68q0 -34 36 -34q38 0 69 36.5t62 124.5l39 105h39l-56 -156 q-38 -113 -110.5 -162t-163.5 -49q-54 0 -93.5 18.5t-58.5 51.5q-19 35 -19 84q0 51 21 133l54 209q-79 -193 -152.5 -301t-149.5 -151.5t-169 -43.5q-92 0 -138.5 43.5t-46.5 124.5q0 61 27 142l199 604q12 38 12 59q0 43 -39 43q-33 0 -64 -34.5t-65 -127.5l-37 -98h-39z M398 1642q0 58 48 87q26 14 54 14q33 0 63 -17.5t49 -48.5q20 -32 31.5 -67t37.5 -143.5t71 -225.5l-25 -14q-53 65 -96.5 111.5t-113.5 116t-97 114.5q-22 37 -22 73z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1223" d="M49 727l51 150q73 210 275 210q187 0 187 -169q0 -63 -30 -156l-184 -553q-18 -55 -18 -87q0 -48 39 -48q60 0 143.5 119t168.5 316.5t151 424.5l32 125q181 3 297 28l-256 -913q-13 -47 -13 -68q0 -34 36 -34q38 0 69 36.5t62 124.5l39 105h39l-56 -156 q-38 -113 -110.5 -162t-163.5 -49q-54 0 -93.5 18.5t-58.5 51.5q-19 35 -19 84q0 51 21 133l54 209q-79 -193 -152.5 -301t-149.5 -151.5t-169 -43.5q-92 0 -138.5 43.5t-46.5 124.5q0 61 27 142l199 604q12 38 12 59q0 43 -39 43q-33 0 -64 -34.5t-65 -127.5l-37 -98h-39z M606 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1223" d="M49 727l51 150q73 210 275 210q187 0 187 -169q0 -63 -30 -156l-184 -553q-18 -55 -18 -87q0 -48 39 -48q60 0 143.5 119t168.5 316.5t151 424.5l32 125q181 3 297 28l-256 -913q-13 -47 -13 -68q0 -34 36 -34q38 0 69 36.5t62 124.5l39 105h39l-56 -156 q-38 -113 -110.5 -162t-163.5 -49q-54 0 -93.5 18.5t-58.5 51.5q-19 35 -19 84q0 51 21 133l54 209q-79 -193 -152.5 -301t-149.5 -151.5t-169 -43.5q-92 0 -138.5 43.5t-46.5 124.5q0 61 27 142l199 604q12 38 12 59q0 43 -39 43q-33 0 -64 -34.5t-65 -127.5l-37 -98h-39z M320 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1223" d="M49 727l51 150q73 210 275 210q187 0 187 -169q0 -63 -30 -156l-184 -553q-18 -55 -18 -87q0 -48 39 -48q60 0 143.5 119t168.5 316.5t151 424.5l32 125q181 3 297 28l-256 -913q-13 -47 -13 -68q0 -34 36 -34q38 0 69 36.5t62 124.5l39 105h39l-56 -156 q-38 -113 -110.5 -162t-163.5 -49q-54 0 -93.5 18.5t-58.5 51.5q-19 35 -19 84q0 51 21 133l54 209q-79 -193 -152.5 -301t-149.5 -151.5t-169 -43.5q-92 0 -138.5 43.5t-46.5 124.5q0 61 27 142l199 604q12 38 12 59q0 43 -39 43q-33 0 -64 -34.5t-65 -127.5l-37 -98h-39z M381 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM848 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z" />
+<glyph unicode="&#xfd;" horiz-adv-x="987" d="M-221 -270q0 54 39.5 90.5t101.5 36.5q121 0 219 -142q143 70 267 189l-160 979q-12 56 -22.5 76t-30.5 20q-23 0 -44 -30.5t-53 -121.5l-37 -100h-39l52 150q40 116 103 163t149 47q87 0 136 -48.5t68 -172.5l96 -701q87 127 152.5 261t97.5 258q-83 46 -137 115 t-51 149q0 64 37 101.5t100 37.5q135 0 135 -186q0 -123 -56 -283t-148.5 -321t-198.5 -289q-104 -125 -229.5 -221t-259.5 -141q-81 -31 -146 -31q-66 0 -103.5 30.5t-37.5 84.5zM530 1247q69 97 128 197t87 144.5t66 82.5q51 54 111 54q43 0 75 -31q27 -27 27 -62 q0 -55 -60 -112q-29 -29 -65.5 -55t-144 -94.5t-203.5 -143.5z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1196" d="M-184 -371l12 43q50 0 79.5 11.5t48 39t32.5 76.5l372 1331q-57 -127 -132.5 -228t-182.5 -212l-22 27q93 99 151.5 171.5t119.5 179t121 258.5l68 245q168 12 305 57l-232 -818q71 145 150 211t175 66q124 0 189 -80.5t65 -234.5q0 -167 -75.5 -355t-215.5 -317 t-322 -129q-57 0 -106 18.5t-78 50.5l-55 -194q-13 -47 -13 -74q0 -56 41 -77t129 -23l-12 -43q-29 1 -128 5t-196 4q-84 0 -175 -4t-113 -5zM349 78q34 -47 91 -47q98 0 190 124t149 307.5t57 346.5q0 95 -17.5 132.5t-50.5 37.5q-39 0 -85 -44.5t-92.5 -123t-83.5 -176.5z " />
+<glyph unicode="&#xff;" horiz-adv-x="987" d="M-221 -270q0 54 39.5 90.5t101.5 36.5q121 0 219 -142q143 70 267 189l-160 979q-12 56 -22.5 76t-30.5 20q-23 0 -44 -30.5t-53 -121.5l-37 -100h-39l52 150q40 116 103 163t149 47q87 0 136 -48.5t68 -172.5l96 -701q87 127 152.5 261t97.5 258q-83 46 -137 115 t-51 149q0 64 37 101.5t100 37.5q135 0 135 -186q0 -123 -56 -283t-148.5 -321t-198.5 -289q-104 -125 -229.5 -221t-259.5 -141q-81 -31 -146 -31q-66 0 -103.5 30.5t-37.5 84.5zM305 1384q0 52 25 91.5t65.5 60t87.5 20.5q64 0 99 -37.5t35 -97.5q0 -54 -25.5 -93 t-66.5 -59t-87 -20q-65 0 -99 36.5t-34 98.5zM772 1384q0 53 24.5 92t64.5 59.5t87 20.5q64 0 98.5 -37t34.5 -98q0 -54 -25 -93t-66 -59t-87 -20q-64 0 -97.5 37t-33.5 98z" />
+<glyph unicode="&#x152;" horiz-adv-x="2036" d="M88 463q0 232 116.5 469t325 392t469.5 155q100 0 191 -33q91 -2 297 -2h239q283 0 408 6q-48 -123 -78 -242q-22 -69 -26 -127h-45q15 84 15 144q0 97 -43 137.5t-138 40.5h-121q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5l-128 -483h151q57 0 95.5 30.5t62 76 t52.5 122.5h46q-28 -85 -70 -250q-31 -113 -53 -250h-45q0 20 5 63t5 63q0 46 -23 73t-84 31h-153l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t79 -5.5h142q99 0 162 34t109.5 111t94.5 218h45q-13 -29 -25.5 -79.5t-17.5 -68.5q-39 -143 -53 -262 q-137 6 -455 6q-327 0 -499 -2q-112 -33 -215 -33q-168 0 -289.5 58t-185.5 168.5t-64 265.5zM440 436q0 -133 27 -229.5t77.5 -147.5t119.5 -51q91 0 143 32t74 114l286 1079q14 54 14 90q0 68 -43 93.5t-132 25.5q-147 0 -278 -147t-209.5 -380.5t-78.5 -478.5z" />
+<glyph unicode="&#x153;" d="M12 309q0 161 94.5 342t262.5 304.5t376 123.5q89 0 140 -43.5t54 -121.5q193 173 419 173q103 0 166 -43.5t63 -125.5q0 -116 -95 -212.5t-239 -164.5t-299 -109q-12 -73 -12 -139q0 -108 40.5 -153.5t117.5 -45.5q64 0 142 40t153 128l37 -16q-75 -116 -199 -195.5 t-277 -79.5q-117 0 -200.5 52.5t-109.5 150.5q-59 -95 -140 -149t-180 -54q-148 0 -231 87t-83 251zM311 260q0 -182 119 -182q51 0 106.5 38t100.5 106q-2 19 -2 38q0 156 72.5 324.5t195.5 293.5q-2 56 -32 88.5t-85 32.5q-116 0 -226.5 -109.5t-179.5 -282t-69 -347.5z M960 469q155 64 238 139q77 71 120.5 168.5t43.5 204.5q0 33 -13 50.5t-36 17.5q-59 0 -131 -84t-133.5 -219t-88.5 -277z" />
+<glyph unicode="&#x178;" horiz-adv-x="1503" d="M170 1102l51 158q38 116 111 167.5t178 51.5q134 0 210 -83.5t114 -235.5t67 -412q135 382 336 604q116 127 242 127q60 0 103 -23.5t65 -64t22 -89.5q0 -51 -24 -93t-66.5 -66.5t-95.5 -24.5q-68 0 -105 34t-37 91q1 67 44.5 117.5t111.5 71.5q-11 8 -35 8 q-60 0 -123 -47q-57 -41 -129.5 -136.5t-149 -243t-141.5 -335.5l-116 -461q-13 -55 -13 -83q0 -37 16.5 -56t49.5 -26.5t92 -10.5l-10 -41q-117 6 -352 6q-222 0 -330 -6l10 41q75 3 112 16t58.5 48.5t40.5 111.5l111 442q-32 279 -89.5 473.5t-146.5 194.5 q-36 0 -57.5 -25t-36.5 -71l-43 -129h-45zM601 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-66 -59t-87 -20q-65 0 -98 36.5t-33 98.5zM1091 1704q0 53 24.5 92.5t64.5 60.5t87 21q64 0 98.5 -37.5t34.5 -99.5q0 -54 -25 -93t-65.5 -59 t-85.5 -20q-66 0 -99.5 36.5t-33.5 98.5z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M72 1278q148 64 277.5 172t211.5 229h37q28 -145 84 -238.5t160 -162.5l-8 -29q-127 28 -214 64t-167 88q-171 -95 -371 -152z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M170 1325q53 144 137 214.5t178 70.5q59 0 97.5 -21.5t98.5 -75t116 -53.5q41 0 75.5 28t69.5 91l37 -10q-53 -144 -137 -214.5t-178 -70.5q-59 0 -97.5 21.5t-98.5 75t-116 53.5q-41 0 -75.5 -28t-69.5 -91z" />
+<glyph unicode="&#x2000;" horiz-adv-x="979" />
+<glyph unicode="&#x2001;" horiz-adv-x="1958" />
+<glyph unicode="&#x2002;" horiz-adv-x="979" />
+<glyph unicode="&#x2003;" horiz-adv-x="1958" />
+<glyph unicode="&#x2004;" horiz-adv-x="652" />
+<glyph unicode="&#x2005;" horiz-adv-x="489" />
+<glyph unicode="&#x2006;" horiz-adv-x="326" />
+<glyph unicode="&#x2007;" horiz-adv-x="326" />
+<glyph unicode="&#x2008;" horiz-adv-x="244" />
+<glyph unicode="&#x2009;" horiz-adv-x="391" />
+<glyph unicode="&#x200a;" horiz-adv-x="108" />
+<glyph unicode="&#x2010;" horiz-adv-x="1036" d="M109 457l45 170h739l-45 -170h-739z" />
+<glyph unicode="&#x2011;" horiz-adv-x="1036" d="M109 457l45 170h739l-45 -170h-739z" />
+<glyph unicode="&#x2012;" horiz-adv-x="1036" d="M109 457l45 170h739l-45 -170h-739z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1413" d="M98 449l60 202h1126l-61 -202h-1125z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1999" d="M96 449l60 202h1710l-62 -202h-1708z" />
+<glyph unicode="&#x2018;" horiz-adv-x="561" d="M248 1078q0 129 81.5 241.5t223.5 176.5l10 -33q-93 -47 -154 -120t-67 -157q57 60 127 60q62 0 94.5 -28.5t32.5 -82.5q0 -55 -29 -102t-78 -75t-106 -28q-66 0 -100.5 37.5t-34.5 110.5z" />
+<glyph unicode="&#x2019;" horiz-adv-x="551" d="M281 1303q0 55 29 102t78 75t106 28q66 0 100.5 -37.5t34.5 -110.5q0 -129 -81.5 -241.5t-223.5 -176.5l-10 33q93 47 154 120t67 157q-57 -60 -127 -60q-62 0 -94.5 28.5t-32.5 82.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="588" d="M-6 82q0 55 29 102t78 75t106 28q66 0 100.5 -37.5t34.5 -110.5q0 -129 -81.5 -241.5t-223.5 -176.5l-10 33q93 47 154 120t67 157q-57 -60 -127 -60q-62 0 -94.5 28.5t-32.5 82.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="961" d="M249 1080q0 86 37 166t106 145t162 107l10 -33q-94 -47 -154.5 -120t-66.5 -157q57 60 127 60q58 0 88.5 -28.5t30.5 -82.5q0 -55 -27.5 -102t-75 -75t-102.5 -28q-135 0 -135 148zM652 1080q0 85 37 165.5t106 145.5t162 107l11 -33q-94 -47 -156 -120t-68 -157 q60 60 129 60q57 0 88 -28.5t31 -82.5q0 -55 -27.5 -102t-75 -75t-102.5 -28q-135 0 -135 148z" />
+<glyph unicode="&#x201d;" horiz-adv-x="948" d="M286 1309q0 55 27.5 102t75 75t102.5 28q135 0 135 -148q0 -85 -37 -165.5t-106 -145.5t-162 -107l-11 33q94 47 156 120t68 157q-60 -60 -129 -60q-57 0 -88 28.5t-31 82.5zM689 1309q0 55 27.5 102t75 75t102.5 28q135 0 135 -148q0 -86 -37 -166t-106 -145t-162 -107 l-10 33q94 47 154.5 120t66.5 157q-57 -60 -127 -60q-58 0 -88.5 28.5t-30.5 82.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="983" d="M-6 82q0 55 27.5 102t75 75t102.5 28q135 0 135 -148q0 -85 -37 -165.5t-106 -145.5t-162 -107l-11 33q94 47 156 120t68 157q-60 -60 -129 -60q-57 0 -88 28.5t-31 82.5zM397 82q0 55 27.5 102t75 75t102.5 28q135 0 135 -148q0 -86 -37 -166t-106 -145t-162 -107 l-10 33q94 47 154.5 120t66.5 157q-57 -60 -127 -60q-58 0 -88.5 28.5t-30.5 82.5z" />
+<glyph unicode="&#x2022;" horiz-adv-x="883" d="M124 480q0 86 44.5 160.5t119 118.5t158.5 44q74 0 135 -34.5t95.5 -94t34.5 -132.5q0 -10 -2 -32q-8 -80 -54 -146.5t-117 -105.5t-151 -39q-75 0 -135 34.5t-94 94t-34 132.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1720" d="M-2 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91zM573 95q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91zM1147 95 q0 54 26.5 98t72.5 69t100 25q64 0 100.5 -32.5t36.5 -89.5q0 -50 -26.5 -95t-72.5 -72t-100 -27q-65 0 -101 33t-36 91z" />
+<glyph unicode="&#x202f;" horiz-adv-x="391" />
+<glyph unicode="&#x2039;" horiz-adv-x="786" d="M39 506l6 24q176 111 338.5 248t333.5 309h37q-40 -87 -112 -200t-152.5 -214t-143.5 -155q41 -50 82 -147t70.5 -206.5t36.5 -193.5h-37q-107 166 -217 298t-242 237z" />
+<glyph unicode="&#x203a;" horiz-adv-x="784" d="M-6 -29q41 88 113 201.5t151.5 214t142.5 152.5q-41 50 -82 147.5t-70 207.5t-36 193h37q109 -170 218.5 -301t242.5 -235l-6 -25q-179 -111 -341 -246.5t-333 -308.5h-37z" />
+<glyph unicode="&#x205f;" horiz-adv-x="489" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1339" d="M74 608l12 41h169q20 82 52 164h-178l12 41h183q72 169 185.5 310.5t264 228t322.5 86.5q131 0 215 -70q40 -35 62 -82.5t22 -97.5q0 -54 -24 -97.5t-64 -68.5t-86 -25q-57 0 -92 35.5t-35 91.5q0 71 50.5 126.5t123.5 84.5q-10 22 -48 39t-81 17q-94 0 -185.5 -78 t-169 -209t-133.5 -291h359l-35 -41h-338q-27 -82 -46 -164h249l-37 -41h-221q-31 -151 -31 -280q0 -161 45 -236.5t145 -75.5q43 0 88.5 13t69.5 34q-35 20 -57.5 56.5t-22.5 81.5q0 55 25 100.5t67 71.5t90 26q61 0 93 -35.5t32 -95.5q0 -70 -49.5 -130.5t-126.5 -102.5 q-114 -64 -264 -64q-223 0 -341 115t-118 348q0 81 19 174h-172z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2374" d="M328 1450q114 -6 397 -6q279 0 395 6q-14 -106 -14 -193q0 -65 6 -106h-47q-18 133 -59.5 192.5t-96.5 59.5h-73v-612q0 -60 10.5 -86t39 -36t95.5 -14v-41q-119 7 -256 7q-162 0 -258 -7v41q66 4 95 14t39.5 36.5t10.5 85.5v612h-73q-56 0 -98 -59.5t-58 -192.5h-47 q6 38 6 106q0 87 -14 193zM1212 614v41q49 4 69.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-69.5 11v41q68 -6 203 -6q71 0 139 6l209 -514l193 508h133q123 0 195 6v-41q-49 -3 -69.5 -11t-28 -30.5t-7.5 -73.5v-524q0 -51 7.5 -73t28 -30t69.5 -12v-41 q-101 7 -216 7q-121 0 -196 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-291 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-51 7 -107 7q-75 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1085" d="M0 0v1085h1085v-1085h-1085z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1872" d="M-76 -385l373 1372l8 29h-199l13 41h199q81 245 219 350q146 113 346 113q162 0 264 -85q27 24 58 44q101 66 219.5 94.5t266.5 28.5q143 0 207 -57q41 -33 41 -87q0 -55 -28.5 -98t-76.5 -67.5t-106 -24.5q-71 0 -110.5 32t-39.5 89q0 71 37.5 117t101.5 63h-26 q-149 0 -246 -64q-70 -45 -113.5 -128t-83.5 -228l-25 -92h298q171 3 297 30l-269 -913q-11 -39 -11 -60q0 -42 38 -42q70 0 129 161l39 99h39l-53 -150q-40 -113 -118.5 -162t-164.5 -49q-90 0 -133.5 45t-43.5 127q0 65 28 154l211 719h-297l-375 -1372q-166 -3 -297 -29 l386 1401h-332l-373 -1372q-166 -3 -297 -29zM605 1057h332q66 236 184 354q-69 55 -171 55q-94 0 -159 -47q-57 -40 -98 -116t-77 -207z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1894" d="M-76 -385l373 1372l8 29h-199l13 41h199q81 245 219 350q146 113 346 113q165 0 267 -88q148 112 371 112h4q141 1 254 22t221 62l-430 -1454q-9 -31 -9 -52q0 -50 42 -50q66 0 124 161l37 99h39l-51 -150q-41 -116 -114 -163.5t-160 -47.5q-92 0 -138 48t-46 135 q0 63 24 143l321 1069q10 33 10 59q0 41 -30.5 60t-103.5 20q-72 0 -125 -37q-41 -27 -67.5 -83.5t-53.5 -159.5l-45 -168h194l-12 -41h-194l-371 -1372q-164 -3 -295 -29l380 1401h-332l-373 -1372q-166 -3 -297 -29zM605 1057h332q35 125 79 210.5t107 142.5 q-69 56 -173 56t-168 -53q-54 -40 -92.5 -115t-73.5 -202z" />
+<hkern u1="&#x22;" u2="&#xef;" k="-39" />
+<hkern u1="&#x27;" u2="&#xef;" k="-39" />
+<hkern u1="&#x29;" u2="&#x7d;" k="45" />
+<hkern u1="&#x29;" u2="]" k="29" />
+<hkern u1="&#x29;" u2="&#x29;" k="106" />
+<hkern u1="&#x2c;" u2="&#xff;" k="43" />
+<hkern u1="&#x2c;" u2="&#xfd;" k="43" />
+<hkern u1="&#x2c;" u2="y" k="43" />
+<hkern u1="&#x30;" u2="&#xb0;" k="106" />
+<hkern u1="&#x30;" u2="&#x7d;" k="51" />
+<hkern u1="&#x30;" u2="]" k="43" />
+<hkern u1="&#x30;" u2="\" k="129" />
+<hkern u1="&#x30;" u2="&#x33;" k="27" />
+<hkern u1="&#x30;" u2="&#x29;" k="111" />
+<hkern u1="&#x31;" u2="&#x7d;" k="35" />
+<hkern u1="&#x31;" u2="]" k="35" />
+<hkern u1="&#x31;" u2="\" k="57" />
+<hkern u1="&#x31;" u2="&#x35;" k="29" />
+<hkern u1="&#x31;" u2="&#x33;" k="10" />
+<hkern u1="&#x31;" u2="&#x29;" k="88" />
+<hkern u1="&#x32;" u2="&#xb7;" k="12" />
+<hkern u1="&#x32;" u2="&#xb0;" k="92" />
+<hkern u1="&#x32;" u2="&#xa4;" k="8" />
+<hkern u1="&#x32;" u2="&#x7d;" k="35" />
+<hkern u1="&#x32;" u2="]" k="41" />
+<hkern u1="&#x32;" u2="\" k="133" />
+<hkern u1="&#x32;" u2="&#x35;" k="43" />
+<hkern u1="&#x32;" u2="&#x33;" k="37" />
+<hkern u1="&#x32;" u2="&#x29;" k="90" />
+<hkern u1="&#x33;" u2="&#xf7;" k="16" />
+<hkern u1="&#x33;" u2="&#xb7;" k="25" />
+<hkern u1="&#x33;" u2="&#xb0;" k="100" />
+<hkern u1="&#x33;" u2="&#x7d;" k="33" />
+<hkern u1="&#x33;" u2="]" k="37" />
+<hkern u1="&#x33;" u2="\" k="127" />
+<hkern u1="&#x33;" u2="&#x35;" k="37" />
+<hkern u1="&#x33;" u2="&#x33;" k="29" />
+<hkern u1="&#x33;" u2="&#x29;" k="82" />
+<hkern u1="&#x34;" u2="&#x20ac;" k="33" />
+<hkern u1="&#x34;" u2="&#xf7;" k="63" />
+<hkern u1="&#x34;" u2="&#xd7;" k="53" />
+<hkern u1="&#x34;" u2="&#xb7;" k="59" />
+<hkern u1="&#x34;" u2="&#xb0;" k="86" />
+<hkern u1="&#x34;" u2="&#xa4;" k="49" />
+<hkern u1="&#x34;" u2="&#x7d;" k="23" />
+<hkern u1="&#x34;" u2="]" k="29" />
+<hkern u1="&#x34;" u2="\" k="145" />
+<hkern u1="&#x34;" u2="&#x3d;" k="43" />
+<hkern u1="&#x34;" u2="&#x39;" k="37" />
+<hkern u1="&#x34;" u2="&#x37;" k="45" />
+<hkern u1="&#x34;" u2="&#x35;" k="59" />
+<hkern u1="&#x34;" u2="&#x33;" k="63" />
+<hkern u1="&#x34;" u2="&#x31;" k="31" />
+<hkern u1="&#x34;" u2="&#x2b;" k="47" />
+<hkern u1="&#x34;" u2="&#x29;" k="63" />
+<hkern u1="&#x34;" u2="&#x23;" k="33" />
+<hkern u1="&#x34;" u2="&#x20;" k="37" />
+<hkern u1="&#x35;" u2="&#xf7;" k="61" />
+<hkern u1="&#x35;" u2="&#xb7;" k="31" />
+<hkern u1="&#x35;" u2="&#xb0;" k="49" />
+<hkern u1="&#x35;" u2="&#xa4;" k="8" />
+<hkern u1="&#x35;" u2="&#x7d;" k="23" />
+<hkern u1="&#x35;" u2="]" k="29" />
+<hkern u1="&#x35;" u2="\" k="88" />
+<hkern u1="&#x35;" u2="&#x3d;" k="14" />
+<hkern u1="&#x35;" u2="&#x37;" k="14" />
+<hkern u1="&#x35;" u2="&#x35;" k="39" />
+<hkern u1="&#x35;" u2="&#x33;" k="53" />
+<hkern u1="&#x35;" u2="&#x29;" k="74" />
+<hkern u1="&#x36;" u2="&#xb0;" k="20" />
+<hkern u1="&#x36;" u2="&#x7d;" k="27" />
+<hkern u1="&#x36;" u2="\" k="31" />
+<hkern u1="&#x36;" u2="&#x33;" k="8" />
+<hkern u1="&#x36;" u2="&#x29;" k="76" />
+<hkern u1="&#x37;" u2="&#xb7;" k="37" />
+<hkern u1="&#x37;" u2="&#x35;" k="12" />
+<hkern u1="&#x37;" u2="&#x34;" k="78" />
+<hkern u1="&#x37;" u2="&#x2f;" k="39" />
+<hkern u1="&#x37;" u2="&#x29;" k="68" />
+<hkern u1="&#x37;" u2="&#x20;" k="23" />
+<hkern u1="&#x38;" u2="&#xf7;" k="27" />
+<hkern u1="&#x38;" u2="&#x7d;" k="23" />
+<hkern u1="&#x38;" u2="]" k="25" />
+<hkern u1="&#x38;" u2="&#x33;" k="10" />
+<hkern u1="&#x38;" u2="&#x2b;" k="27" />
+<hkern u1="&#x38;" u2="&#x29;" k="78" />
+<hkern u1="&#x39;" u2="&#xb0;" k="119" />
+<hkern u1="&#x39;" u2="&#x7d;" k="49" />
+<hkern u1="&#x39;" u2="]" k="37" />
+<hkern u1="&#x39;" u2="\" k="129" />
+<hkern u1="&#x39;" u2="&#x33;" k="23" />
+<hkern u1="&#x39;" u2="&#x29;" k="104" />
+<hkern u1="&#x3d;" u2="&#x35;" k="8" />
+<hkern u1="&#x3d;" u2="&#x34;" k="55" />
+<hkern u1="&#x3d;" u2="&#x33;" k="8" />
+<hkern u1="H" u2="&#xf0;" k="-2" />
+<hkern u1="H" u2="&#xef;" k="-8" />
+<hkern u1="H" u2="v" k="10" />
+<hkern u1="H" u2="b" k="8" />
+<hkern u1="I" u2="&#xf0;" k="-2" />
+<hkern u1="I" u2="&#xef;" k="-8" />
+<hkern u1="I" u2="v" k="10" />
+<hkern u1="I" u2="b" k="8" />
+<hkern u1="M" u2="&#xf0;" k="-2" />
+<hkern u1="M" u2="&#xef;" k="-8" />
+<hkern u1="M" u2="v" k="10" />
+<hkern u1="M" u2="b" k="8" />
+<hkern u1="V" u2="&#xf0;" k="86" />
+<hkern u1="V" u2="&#xed;" k="39" />
+<hkern u1="W" u2="&#xf0;" k="86" />
+<hkern u1="W" u2="&#xed;" k="39" />
+<hkern u1="[" u2="&#x7b;" k="8" />
+<hkern u1="[" u2="&#x38;" k="8" />
+<hkern u1="[" u2="&#x37;" k="8" />
+<hkern u1="[" u2="&#x36;" k="12" />
+<hkern u1="[" u2="&#x32;" k="8" />
+<hkern u1="[" u2="&#x31;" k="10" />
+<hkern u1="[" u2="&#x30;" k="16" />
+<hkern u1="[" u2="&#x28;" k="12" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-14" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="12" />
+<hkern u1="&#x7b;" u2="&#x38;" k="10" />
+<hkern u1="&#x7b;" u2="&#x37;" k="8" />
+<hkern u1="&#x7b;" u2="&#x36;" k="18" />
+<hkern u1="&#x7b;" u2="&#x32;" k="8" />
+<hkern u1="&#x7b;" u2="&#x31;" k="10" />
+<hkern u1="&#x7b;" u2="&#x30;" k="18" />
+<hkern u1="&#x7b;" u2="&#x28;" k="16" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="39" />
+<hkern u1="&#x7d;" u2="]" k="23" />
+<hkern u1="&#x7d;" u2="&#x29;" k="57" />
+<hkern u1="&#xa3;" u2="&#x35;" k="23" />
+<hkern u1="&#xa3;" u2="&#x33;" k="49" />
+<hkern u1="&#xa4;" u2="&#x35;" k="16" />
+<hkern u1="&#xa4;" u2="&#x33;" k="51" />
+<hkern u1="&#xb0;" u2="&#x39;" k="66" />
+<hkern u1="&#xb0;" u2="&#x36;" k="61" />
+<hkern u1="&#xb0;" u2="&#x35;" k="35" />
+<hkern u1="&#xb0;" u2="&#x34;" k="143" />
+<hkern u1="&#xb0;" u2="&#x33;" k="41" />
+<hkern u1="&#xb0;" u2="&#x32;" k="14" />
+<hkern u1="&#xb0;" u2="&#x30;" k="37" />
+<hkern u1="&#xb2;" u2="&#xb3;" k="43" />
+<hkern u1="&#xb3;" u2="&#xb3;" k="20" />
+<hkern u1="&#xb7;" u2="&#x37;" k="14" />
+<hkern u1="&#xb7;" u2="&#x35;" k="27" />
+<hkern u1="&#xb7;" u2="&#x34;" k="43" />
+<hkern u1="&#xb7;" u2="&#x33;" k="53" />
+<hkern u1="&#xb7;" u2="&#x32;" k="29" />
+<hkern u1="&#xb7;" u2="&#x31;" k="29" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="-2" />
+<hkern u1="&#xcc;" u2="&#xef;" k="-8" />
+<hkern u1="&#xcc;" u2="v" k="10" />
+<hkern u1="&#xcc;" u2="b" k="8" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="-2" />
+<hkern u1="&#xcd;" u2="&#xef;" k="-8" />
+<hkern u1="&#xcd;" u2="v" k="10" />
+<hkern u1="&#xcd;" u2="b" k="8" />
+<hkern u1="&#xce;" u2="&#xf0;" k="-2" />
+<hkern u1="&#xce;" u2="&#xef;" k="-8" />
+<hkern u1="&#xce;" u2="&#x7c;" k="-29" />
+<hkern u1="&#xce;" u2="v" k="10" />
+<hkern u1="&#xce;" u2="b" k="8" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="-2" />
+<hkern u1="&#xcf;" u2="&#xef;" k="-8" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-55" />
+<hkern u1="&#xcf;" u2="v" k="10" />
+<hkern u1="&#xcf;" u2="b" k="8" />
+<hkern u1="&#xcf;" u2="&#x29;" k="-16" />
+<hkern u1="&#xd7;" u2="&#x35;" k="37" />
+<hkern u1="&#xd7;" u2="&#x34;" k="31" />
+<hkern u1="&#xd7;" u2="&#x33;" k="39" />
+<hkern u1="&#xe9;" u2="&#x29;" k="63" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="12" />
+<hkern u1="&#xeb;" u2="\" k="20" />
+<hkern u1="&#xef;" u2="&#xae;" k="14" />
+<hkern u1="&#xef;" u2="\" k="8" />
+<hkern u1="&#xf7;" u2="&#x35;" k="35" />
+<hkern u1="&#xf7;" u2="&#x34;" k="92" />
+<hkern u1="&#xf7;" u2="&#x33;" k="27" />
+<hkern u1="&#x2019;" u2="&#xef;" k="-29" />
+<hkern u1="&#x201a;" u2="&#xff;" k="43" />
+<hkern u1="&#x201a;" u2="&#xfd;" k="43" />
+<hkern u1="&#x201a;" u2="y" k="43" />
+<hkern u1="&#x201d;" u2="&#xef;" k="-29" />
+<hkern u1="&#x201e;" u2="&#xff;" k="45" />
+<hkern u1="&#x201e;" u2="&#xfd;" k="45" />
+<hkern u1="&#x201e;" u2="y" k="45" />
+<hkern u1="&#x20ac;" u2="&#x35;" k="8" />
+<hkern g1="r" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="r" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p,thorn" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="6" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b,h,k,germandbls" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="8" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="16" />
+<hkern g1="j" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="j" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="j" 	g2="AE" 	k="14" />
+<hkern g1="j" 	g2="V,W" 	k="12" />
+<hkern g1="j" 	g2="parenright" 	k="43" />
+<hkern g1="j" 	g2="Z" 	k="8" />
+<hkern g1="j" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="j" 	g2="exclam" 	k="14" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="27" />
+<hkern g1="j" 	g2="S" 	k="16" />
+<hkern g1="j" 	g2="registered" 	k="37" />
+<hkern g1="j" 	g2="trademark" 	k="37" />
+<hkern g1="j" 	g2="T" 	k="14" />
+<hkern g1="j" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="20" />
+<hkern g1="j" 	g2="Q" 	k="10" />
+<hkern g1="j" 	g2="bar" 	k="63" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="j" 	g2="backslash" 	k="84" />
+<hkern g1="j" 	g2="braceright" 	k="29" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="25" />
+<hkern g1="j" 	g2="bracketright" 	k="29" />
+<hkern g1="j" 	g2="quoteleft,quotedblleft" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="p,thorn" 	k="6" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="t" 	k="8" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="8" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="23" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="l" 	k="8" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="V,W" 	k="10" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="parenright" 	k="29" />
+<hkern g1="Z" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="8" />
+<hkern g1="Z" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-12" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="119" />
+<hkern g1="Z" 	g2="g" 	k="8" />
+<hkern g1="Z" 	g2="hyphen,uni00AD,endash,emdash" 	k="12" />
+<hkern g1="Z" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="6" />
+<hkern g1="Z" 	g2="v,w" 	k="70" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteright,quotedblright" 	k="139" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteleft,quotedblleft" 	k="106" />
+<hkern g1="J" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="90" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="111" />
+<hkern g1="J" 	g2="g" 	k="57" />
+<hkern g1="J" 	g2="z" 	k="90" />
+<hkern g1="J" 	g2="s" 	k="90" />
+<hkern g1="J" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="J" 	g2="v,w" 	k="111" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="82" />
+<hkern g1="J" 	g2="x" 	k="135" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="t" 	g2="quoteleft,quotedblleft" 	k="33" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="N,Ntilde" 	k="119" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteright,quotedblright" 	k="106" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteleft,quotedblleft" 	k="53" />
+<hkern g1="T" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="221" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="53" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="139" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="180" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="217" />
+<hkern g1="T" 	g2="g" 	k="164" />
+<hkern g1="T" 	g2="s" 	k="180" />
+<hkern g1="T" 	g2="m,n,r,ntilde" 	k="156" />
+<hkern g1="T" 	g2="x" 	k="188" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="156" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="201" />
+<hkern g1="L" 	g2="g" 	k="74" />
+<hkern g1="L" 	g2="V,W" 	k="184" />
+<hkern g1="L" 	g2="T" 	k="246" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="197" />
+<hkern g1="L" 	g2="v,w" 	k="25" />
+<hkern g1="v,w" 	g2="quoteright,quotedblright" 	k="172" />
+<hkern g1="v,w" 	g2="quoteleft,quotedblleft" 	k="119" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="274" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="152" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="193" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="258" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="258" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="106" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="303" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="270" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v,w" 	k="246" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="209" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="270" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="147" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="111" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-123" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-111" />
+<hkern g1="f" 	g2="quoteleft,quotedblleft" 	k="-98" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p,thorn" 	k="10" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="8" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="8" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="b,h,k,germandbls" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="l" 	k="8" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="10" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="parenright" 	k="-29" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bar" 	k="-33" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="braceright" 	k="-31" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bracketright" 	k="-23" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="v,w" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="m,n,r,ntilde" 	k="6" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="x" 	k="14" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="98" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="217" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V,W" 	k="127" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="8" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="197" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="49" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="164" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="176" />
+<hkern g1="V,W" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="137" />
+<hkern g1="V,W" 	g2="p,thorn" 	k="47" />
+<hkern g1="V,W" 	g2="t" 	k="31" />
+<hkern g1="V,W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="V,W" 	g2="f,uniFB01,uniFB02" 	k="25" />
+<hkern g1="V,W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="84" />
+<hkern g1="V,W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="129" />
+<hkern g1="V,W" 	g2="y,yacute,ydieresis" 	k="72" />
+<hkern g1="V,W" 	g2="g" 	k="115" />
+<hkern g1="V,W" 	g2="hyphen,uni00AD,endash,emdash" 	k="68" />
+<hkern g1="V,W" 	g2="AE" 	k="279" />
+<hkern g1="V,W" 	g2="z" 	k="82" />
+<hkern g1="V,W" 	g2="slash" 	k="100" />
+<hkern g1="V,W" 	g2="s" 	k="129" />
+<hkern g1="V,W" 	g2="b,h,k,germandbls" 	k="18" />
+<hkern g1="V,W" 	g2="l" 	k="16" />
+<hkern g1="V,W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="96" />
+<hkern g1="V,W" 	g2="parenright" 	k="25" />
+<hkern g1="V,W" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="41" />
+<hkern g1="V,W" 	g2="S" 	k="31" />
+<hkern g1="V,W" 	g2="Q" 	k="35" />
+<hkern g1="V,W" 	g2="bar" 	k="-10" />
+<hkern g1="V,W" 	g2="backslash" 	k="-35" />
+<hkern g1="V,W" 	g2="bracketright" 	k="14" />
+<hkern g1="V,W" 	g2="v,w" 	k="68" />
+<hkern g1="V,W" 	g2="space" 	k="51" />
+<hkern g1="V,W" 	g2="m,n,r,ntilde" 	k="82" />
+<hkern g1="V,W" 	g2="x" 	k="100" />
+<hkern g1="V,W" 	g2="question" 	k="-23" />
+<hkern g1="V,W" 	g2="j" 	k="18" />
+<hkern g1="V,W" 	g2="N,Ntilde" 	k="82" />
+<hkern g1="V,W" 	g2="ampersand" 	k="41" />
+<hkern g1="V,W" 	g2="guillemotleft,guilsinglleft" 	k="51" />
+<hkern g1="V,W" 	g2="at" 	k="57" />
+<hkern g1="V,W" 	g2="copyright" 	k="20" />
+<hkern g1="V,W" 	g2="X" 	k="23" />
+<hkern g1="V,W" 	g2="colon,semicolon" 	k="45" />
+<hkern g1="V,W" 	g2="guillemotright,guilsinglright" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="184" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="70" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="94" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="78" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="139" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="201" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="201" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="197" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="172" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="201" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="176" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="246" />
+<hkern g1="N,Ntilde" 	g2="N,Ntilde" 	k="139" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="45" />
+<hkern g1="c,ccedilla" 	g2="quoteleft,quotedblleft" 	k="25" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="98" />
+<hkern g1="k" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="F" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="109" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="113" />
+<hkern g1="F" 	g2="y,yacute,ydieresis" 	k="78" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="76" />
+<hkern g1="F" 	g2="AE" 	k="236" />
+<hkern g1="F" 	g2="z" 	k="70" />
+<hkern g1="F" 	g2="slash" 	k="29" />
+<hkern g1="F" 	g2="s" 	k="84" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="78" />
+<hkern g1="F" 	g2="space" 	k="18" />
+<hkern g1="F" 	g2="x" 	k="61" />
+<hkern g1="x" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="x" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="S" 	g2="p,thorn" 	k="8" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="6" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="6" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="16" />
+<hkern g1="S" 	g2="g" 	k="8" />
+<hkern g1="S" 	g2="parenright" 	k="18" />
+<hkern g1="K" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="164" />
+<hkern g1="K" 	g2="g" 	k="6" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="8" />
+<hkern g1="K" 	g2="s" 	k="37" />
+<hkern g1="K" 	g2="V,W" 	k="33" />
+<hkern g1="K" 	g2="parenright" 	k="16" />
+<hkern g1="K" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="K" 	g2="v,w" 	k="61" />
+<hkern g1="K" 	g2="m,n,r,ntilde" 	k="70" />
+<hkern g1="K" 	g2="x" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="C,Ccedilla" 	g2="g" 	k="10" />
+<hkern g1="C,Ccedilla" 	g2="parenright" 	k="27" />
+<hkern g1="X" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="X" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-8" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="10" />
+<hkern g1="X" 	g2="parenright" 	k="14" />
+<hkern g1="X" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="P" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="57" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="119" />
+<hkern g1="z" 	g2="quoteright,quotedblright" 	k="66" />
+<hkern g1="z" 	g2="quoteleft,quotedblleft" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-8" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="221" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="ampersand" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="90" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="152" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="p,thorn" 	k="8" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="45" />
+<hkern g1="quotedbl,quotesingle" 	g2="N,Ntilde" 	k="51" />
+<hkern g1="quotedbl,quotesingle" 	g2="x" 	k="10" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,uni00AD,endash,emdash" 	k="72" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="141" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="168" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="12" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="10" />
+<hkern g1="three" 	g2="hyphen,uni00AD,endash,emdash" 	k="10" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="70" />
+<hkern g1="bracketleft" 	g2="x" 	k="8" />
+<hkern g1="bracketleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="12" />
+<hkern g1="bracketleft" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="10" />
+<hkern g1="bracketleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="8" />
+<hkern g1="bracketleft" 	g2="m,n,r,ntilde" 	k="10" />
+<hkern g1="bracketleft" 	g2="v,w" 	k="10" />
+<hkern g1="bracketleft" 	g2="s" 	k="8" />
+<hkern g1="two" 	g2="hyphen,uni00AD,endash,emdash" 	k="12" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="80" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="51" />
+<hkern g1="quoteleft,quotedblleft" 	g2="N,Ntilde" 	k="14" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="63" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="16" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="82" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="223" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="37" />
+<hkern g1="quoteright,quotedblright" 	g2="ampersand" 	k="25" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="145" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="27" />
+<hkern g1="quoteright,quotedblright" 	g2="N,Ntilde" 	k="59" />
+<hkern g1="quoteright,quotedblright" 	g2="x" 	k="29" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="53" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="137" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="168" />
+<hkern g1="quoteright,quotedblright" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="70" />
+<hkern g1="quoteright,quotedblright" 	g2="v,w" 	k="-25" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="41" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="72" />
+<hkern g1="four" 	g2="hyphen,uni00AD,endash,emdash" 	k="59" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="76" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="82" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="37" />
+<hkern g1="five" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="five" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="braceleft" 	g2="x" 	k="8" />
+<hkern g1="braceleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="14" />
+<hkern g1="braceleft" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="braceleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="10" />
+<hkern g1="braceleft" 	g2="m,n,r,ntilde" 	k="12" />
+<hkern g1="braceleft" 	g2="v,w" 	k="10" />
+<hkern g1="braceleft" 	g2="s" 	k="8" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="33" />
+<hkern g1="periodcentered" 	g2="l" 	k="100" />
+<hkern g1="six" 	g2="quotedbl,quotesingle" 	k="27" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..c82fbfcb3b253c4c7565a30cda8cf23d975a46cf
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..9a4413b26209767ee31e2c180c5f0327eba71c7f
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..64f39007c301afb8230608b41a060be654367957
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-bolditalic-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..ce1c49f7406a3f72b554dc7fb986007c4eca4588
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displayitalic';
+							}
+		</style>
+
+	<title>Playfair Display Italic Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Italic	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Italic</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Italic in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Italic in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..e45993c24aa4fde1e9d6a34eacc646617870b299
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..65c8b463e2bbaa138700d858598526bcbe389a94
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.svg
@@ -0,0 +1,651 @@
+<?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="playfair_displayitalic" horiz-adv-x="1288" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="518" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1186" d="M-61 -385l396 1397h-198l13 41h196q40 148 89 244.5t122 158.5q87 74 198.5 110t229.5 36q73 0 135.5 -21.5t96.5 -67.5q18 -29 18 -64q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 29.5t-29 73.5q0 15 3 28q8 46 42 82t79 46q-50 18 -133 18q-113 0 -215 -66 q-57 -38 -96.5 -98t-69 -141t-64.5 -211l-1 -2h390q117 3 187 28l-277 -907q-14 -48 -14 -76q0 -51 47 -51q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 124q0 61 37 163l229 754h-389l-389 -1368q-108 -3 -184 -29z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1204" d="M-59 -385l386 1397h-188l13 41h186q37 136 80.5 222.5t107.5 141.5q71 62 162 94.5t182 32.5h39q109 1 195.5 22t169.5 62l-428 -1454q-13 -47 -13 -73q0 -54 48 -54q41 0 77 47.5t76 161.5l27 76h39l-51 -150q-74 -211 -246 -211q-141 0 -141 133q0 59 28 154l334 1108 q11 36 11 61q0 43 -31.5 64.5t-104.5 21.5h-25q-71 0 -159 -53q-48 -27 -82 -80.5t-59.5 -128t-57.5 -196.5l-1 -2h241l-13 -41h-239l-379 -1368q-108 -3 -184 -29z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="518" />
+<glyph unicode="&#x09;" horiz-adv-x="518" />
+<glyph unicode="&#xa0;" horiz-adv-x="518" />
+<glyph unicode="!" horiz-adv-x="539" d="M13 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75zM193 408q41 161 71.5 320.5t75 424.5t72.5 369q10 38 34.5 59t57.5 21q47 0 70.5 -23t23.5 -60q0 -20 -8 -44q-24 -83 -107.5 -309 t-144 -400.5t-109.5 -364.5z" />
+<glyph unicode="&#x22;" horiz-adv-x="606" d="M287 1061q12 90 18 162t10 110.5t13 75.5q10 43 33.5 64.5t52.5 21.5q63 0 63 -68q0 -37 -15.5 -74t-64.5 -125.5t-82 -166.5h-28zM510 1061q12 90 18 162t10 110.5t13 75.5q10 43 33.5 64.5t52.5 21.5q63 0 63 -68q0 -37 -15.5 -74t-64.5 -125.5t-82 -166.5h-28z" />
+<glyph unicode="#" horiz-adv-x="1309" d="M76 506l18 41h301l159 342h-300l16 41h303l140 303h49l-140 -303h334l140 303h49l-140 -303h291l-16 -41h-294l-159 -342h293l-20 -41h-292l-138 -299h-49l138 299h-334l-138 -299h-49l138 299h-300zM444 547h334l159 342h-334z" />
+<glyph unicode="$" horiz-adv-x="1128" d="M2 305q0 66 33.5 114t89.5 48q52 0 78 -38.5t26 -94.5q0 -60 -21 -109t-58 -108q45 -46 115 -73l188 675q-84 84 -130.5 168t-46.5 192q0 114 53.5 199.5t141.5 135t192 61.5l68 245h45l-67 -241h18q79 0 145 -17l72 258h45l-75 -271q44 -17 75.5 -37t71.5 -52 q40 -31 73 -90.5t33 -124.5q0 -66 -33.5 -114t-89.5 -48q-51 0 -77.5 39t-26.5 94q0 60 21.5 110t58.5 107q-46 47 -118 75l-178 -641q75 -70 124 -127t81 -124.5t32 -142.5q0 -123 -65.5 -209.5t-169.5 -133t-222 -56.5l-68 -244h-45l67 241h-16q-81 0 -147 18l-72 -259 h-45l76 272q-44 16 -75 36.5t-70 51.5q-46 35 -76.5 92t-30.5 123zM306 30q67 -18 143 -18h20l151 543q-21 22 -132 129zM442 1180q0 -103 81 -209l128 462q-97 -18 -153 -81.5t-56 -171.5zM515 16q111 14 173 77t62 175q0 128 -96 247zM557 930q40 -45 131 -130l173 622 q-63 18 -132 18l-31 -1z" />
+<glyph unicode="%" horiz-adv-x="1569" d="M-19 -86l1706 1774l31 -27l-1706 -1774zM229 1094q0 109 56.5 217t154 178t213.5 70q108 0 168 -56t60 -157q0 -109 -56 -217.5t-153 -178t-213 -69.5q-109 0 -169.5 55t-60.5 158zM367 1055q0 -137 106 -137q81 0 142.5 81.5t94.5 193t33 193.5q0 136 -106 136 q-81 0 -142.5 -81.5t-94.5 -193t-33 -192.5zM770 184q0 109 56 217t153.5 178t214.5 70q107 0 167 -56t60 -157q0 -109 -55.5 -217t-152.5 -178t-214 -70q-108 0 -168.5 55.5t-60.5 157.5zM907 145q0 -137 107 -137q81 0 142.5 81.5t94.5 193.5t33 194q0 67 -27.5 101 t-78.5 34q-82 0 -143.5 -81.5t-94.5 -193t-33 -192.5z" />
+<glyph unicode="&#x26;" horiz-adv-x="1673" d="M78 403q0 120 57 225t157 180t226 110q-69 37 -106 98.5t-37 130.5q0 89 60.5 155t154.5 101t190 35q76 0 133 -22.5t88 -62.5t31 -93q0 -50 -25.5 -84.5t-65.5 -52t-83 -17.5l4 37q57 0 92 30t35 82q0 68 -56 109t-142 41q-83 0 -149 -39.5t-103 -109t-37 -156.5 q0 -95 45 -170q73 12 129 12q74 0 74 -43q0 -22 -19 -32.5t-45 -10.5q-51 0 -141 45q-93 -27 -164 -87t-110.5 -142t-39.5 -174q0 -120 66 -204.5t182 -127.5t266 -43q159 0 287.5 47t202.5 134t74 200q0 75 -34.5 147t-103.5 122q-210 -77 -260 -97q-92 -36 -153.5 -82.5 t-61.5 -120.5q0 -63 50.5 -100t123.5 -37q81 0 132 40t77 81l27 -19q-82 -135 -244 -135q-95 0 -158 47t-63 154q0 119 85 197t255 141q47 17 155.5 55.5t207.5 76t167 70.5q101 49 156 102.5t55 125.5q0 49 -26.5 89.5t-73 63.5t-102.5 23q-54 0 -66 -18q21 -12 32 -33 t11 -45q0 -31 -19 -58t-50 -43t-66 -16q-41 0 -66.5 23t-25.5 63q0 42 28.5 75.5t73.5 53.5q68 29 150 29q118 0 187 -58t69 -176q0 -104 -59.5 -184t-190.5 -146q-92 -45 -327 -131q149 -125 149 -307q0 -136 -81.5 -252t-236 -185t-364.5 -69q-180 0 -313 52t-205 149 t-72 231z" />
+<glyph unicode="'" horiz-adv-x="383" d="M287 1061q12 90 18 162t10 110.5t13 75.5q10 43 33.5 64.5t52.5 21.5q63 0 63 -68q0 -37 -15.5 -74t-64.5 -125.5t-82 -166.5h-28z" />
+<glyph unicode="(" horiz-adv-x="739" d="M78 457q0 222 115 443.5t315.5 414t456.5 336.5l20 -27q-360 -243 -554.5 -532.5t-194.5 -657.5q0 -464 225 -780l-37 -27q-113 128 -188 249t-116.5 264t-41.5 317z" />
+<glyph unicode=")" horiz-adv-x="739" d="M-227 -346q360 243 554.5 532.5t194.5 657.5q0 464 -225 780l37 27q113 -128 188 -249t116.5 -264t41.5 -317q0 -222 -115 -443.5t-315.5 -414t-456.5 -336.5z" />
+<glyph unicode="*" horiz-adv-x="1014" d="M199 865q0 51 88 100q36 17 77.5 29.5t120 32t126.5 32.5q-43 14 -114.5 34.5t-108 33t-60.5 28.5q-50 31 -50 74q0 27 19 49q23 32 64 32q33 0 67 -24q26 -17 49.5 -42.5t68 -82t76.5 -93.5q-2 37 -8.5 114.5t-6.5 124.5q0 46 5 75q13 57 41.5 84t59.5 27q24 0 39 -16 t15 -51q0 -23 -5 -44q-6 -36 -22.5 -77t-51.5 -115t-54 -118q53 44 112 93t95.5 77.5t67.5 45.5q47 23 80 23q43 0 55 -35q4 -12 4 -19q0 -54 -87 -100q-36 -17 -77.5 -29.5t-120.5 -32t-128 -32.5q44 -14 116 -34.5t108 -33t61 -28.5q49 -31 49 -73q0 -28 -19 -50 q-23 -32 -63 -32q-33 0 -68 24q-26 16 -49.5 41.5t-66 79t-71.5 87.5q2 -56 5.5 -127t3.5 -108q0 -42 -4 -70q-15 -57 -43.5 -83.5t-61.5 -26.5q-23 0 -37.5 16t-14.5 50q0 23 5 44q7 40 26.5 86.5t53 113t57.5 116.5h-1q-53 -43 -113.5 -94t-99 -80.5t-70.5 -46.5 q-47 -23 -80 -23q-43 0 -55 35q-4 12 -4 19z" />
+<glyph unicode="+" horiz-adv-x="1198" d="M111 696l18 62h477l137 483h74l-137 -483h475l-18 -62h-475l-138 -481h-73l137 481h-477z" />
+<glyph unicode="," horiz-adv-x="516" d="M-47 -246q97 59 154 129t63 140q-59 -52 -107 -52q-36 0 -56.5 19.5t-20.5 52.5q0 43 27.5 87.5t71.5 73.5t89 29t67.5 -35t22.5 -85q0 -71 -36 -143t-104 -135.5t-161 -108.5z" />
+<glyph unicode="-" horiz-adv-x="1032" d="M109 461l30 119h740l-31 -119h-739z" />
+<glyph unicode="." horiz-adv-x="500" d="M-3 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="/" horiz-adv-x="958" d="M-82 -29l1122 1508h68l-1122 -1508h-68z" />
+<glyph unicode="0" horiz-adv-x="1157" d="M63 336q0 182 93 356t247 282.5t326 108.5q157 0 239.5 -95t82.5 -267q0 -183 -89 -357.5t-239.5 -283.5t-323.5 -109q-103 0 -179 42t-116.5 124t-40.5 199zM252 317q0 -309 186 -309q115 0 212.5 108.5t154.5 281.5t57 354q0 158 -45 226.5t-127 68.5 q-110 0 -211.5 -103.5t-164 -272.5t-62.5 -354z" />
+<glyph unicode="1" horiz-adv-x="700" d="M102 762l7 43q119 36 208.5 80.5t149.5 87t135 104.5h41l-317 -1077h-179l263 887q-121 -68 -308 -125z" />
+<glyph unicode="2" horiz-adv-x="1030" d="M-43 0l10 43q36 28 252.5 180.5t355 315t138.5 317.5q0 84 -40.5 132t-117.5 48q-74 0 -156.5 -49t-138 -125.5t-55.5 -154.5q0 -51 28 -75t91 -24q53 0 95 20t93 64l25 -28q-54 -51 -113.5 -75t-114.5 -24q-63 0 -108 31t-45 109q0 90 64 177.5t172 143t231 55.5 q126 0 201 -53t75 -149q0 -143 -146 -282t-325.5 -263.5t-216.5 -155.5q57 0 155 -17.5t163 -28.5t116 -11q141 0 141 98q0 75 -90 117l27 26q113 -52 113 -161q0 -57 -27 -105t-84.5 -78t-144.5 -30q-66 0 -149.5 20.5t-135 31t-119.5 10.5q-61 0 -108.5 -11.5 t-110.5 -38.5z" />
+<glyph unicode="3" horiz-adv-x="993" d="M-164 -309l10 37q176 11 352.5 79.5t294 192.5t117.5 293q0 82 -46 132t-128 54q-48 -19 -72 -27t-47 -8q-36 0 -36 21q0 2 2 10q8 38 97 38q26 0 40 -1q82 31 150.5 84t109.5 120.5t41 141.5q0 86 -45 135t-123 49q-70 0 -148 -39.5t-130 -102t-52 -126.5q0 -50 28 -74 t91 -24q69 0 127 31l23 -31q-80 -43 -164 -43q-64 0 -109 30.5t-45 108.5q0 75 61 148.5t164 120t222 46.5q126 0 201 -53t75 -149q0 -88 -65 -164t-162.5 -129.5t-196.5 -79.5q93 -2 167.5 -29t117.5 -79t43 -125q0 -176 -155 -309t-381 -204.5t-429 -74.5z" />
+<glyph unicode="4" horiz-adv-x="1055" d="M-104 70l12 43l893 970h53l-240 -897h275l-33 -116h-273l-96 -359h-178l96 359h-509zM29 186h407l167 627z" />
+<glyph unicode="5" horiz-adv-x="940" d="M-166 -303l10 37q166 1 333.5 68t278.5 194.5t111 300.5q0 82 -52.5 129t-162.5 47q-108 0 -227 -55l-21 10l308 633q54 3 108 -14.5t90 -27t95 -9.5q116 0 169 92l25 -15q-103 -225 -281 -225q-25 0 -50.5 9.5t-79.5 36.5t-85 27q-8 0 -12 -1l-229 -469q66 35 134 52.5 t153 17.5q157 0 235 -64t78 -170q0 -188 -150 -322.5t-366.5 -204.5t-411.5 -77z" />
+<glyph unicode="6" horiz-adv-x="1079" d="M74 338q0 290 164.5 538t400 406.5t434.5 196.5l12 -41q-197 -47 -388.5 -215t-314 -416.5t-122.5 -525.5q0 -150 37.5 -209.5t110.5 -59.5q108 0 192 100t130 246t46 273q0 207 -133 207q-67 0 -131 -58.5t-111 -191.5l-32 12q50 159 143.5 228t198.5 69q77 0 135 -36 t90.5 -105t32.5 -166q0 -159 -82 -302t-219 -230t-293 -87q-154 0 -227.5 92t-73.5 275z" />
+<glyph unicode="7" horiz-adv-x="997" d="M100 817q0 62 31.5 119t96.5 93t161 36q63 0 116.5 -13t163 -51.5t196.5 -38.5q61 0 107 20.5t83 70.5h53q-56 -75 -239 -286.5t-302.5 -398.5t-177.5 -405q-11 -38 -20.5 -91t-14.5 -71q-13 -44 -46.5 -74t-80.5 -30q-64 0 -64 69q0 18 5 46q32 187 195.5 409.5 t366.5 450t253 288.5q-130 -88 -301 -88q-57 0 -101.5 8.5t-121.5 30t-133 21.5q-80 0 -128 -35t-48 -102q0 -86 69 -143.5t215 -92.5l-12 -31q-322 62 -322 289z" />
+<glyph unicode="8" horiz-adv-x="1114" d="M20 236q0 167 144 300.5t347 221.5q-60 58 -99.5 106.5t-64.5 108t-25 129.5q0 110 70 196t183 133.5t236 47.5q130 0 209.5 -55t79.5 -162q0 -237 -406 -451q82 -79 129 -132.5t81 -125.5t34 -158q0 -127 -74 -223t-201 -148.5t-280 -52.5q-166 0 -264.5 65.5 t-98.5 199.5zM201 217q0 -99 46.5 -154t153.5 -55q93 0 174.5 41t131 119.5t49.5 183.5q0 79 -30 145t-73.5 116t-117.5 122q-98 -54 -173.5 -135.5t-118 -180.5t-42.5 -202zM492 1147q0 -60 23.5 -113.5t61 -99t94.5 -101.5q71 48 131 117t96 151.5t36 166.5 q0 174 -160 174q-76 0 -141 -37.5t-103 -105t-38 -152.5z" />
+<glyph unicode="9" horiz-adv-x="1051" d="M-37 -344q192 45 379 206.5t306.5 402t119.5 507.5q0 150 -37 209t-110 59q-109 0 -193 -100t-130 -245.5t-46 -272.5q0 -207 133 -207q67 0 131 58.5t111 191.5l32 -12q-50 -160 -143 -228.5t-199 -68.5q-77 0 -135 35.5t-90.5 104.5t-32.5 167q0 158 82 301t219 230 t293 87q154 0 227.5 -91.5t73.5 -274.5q0 -281 -161 -520t-392 -391.5t-426 -188.5z" />
+<glyph unicode=":" horiz-adv-x="569" d="M32 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75zM237 924q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode=";" horiz-adv-x="588" d="M-6 -246q97 59 154 129t63 140q-59 -52 -107 -52q-36 0 -56.5 19.5t-20.5 52.5q0 43 27.5 87.5t71.5 73.5t89 29t67.5 -35t22.5 -85q0 -71 -36 -143t-104 -135.5t-161 -108.5zM239 924q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5 t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1233" d="M104 727l1131 465l20 -59l-997 -414l678 -357l-33 -65z" />
+<glyph unicode="=" horiz-adv-x="1358" d="M143 553l19 61h1026l-19 -61h-1026zM225 840l19 61h1026l-19 -61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1233" d="M106 377l943 393l-758 406l33 59l878 -473l-1075 -445z" />
+<glyph unicode="?" horiz-adv-x="897" d="M176 584q0 106 74 186.5t174 154.5t133 99q102 78 157.5 130.5t82 104t26.5 115.5q0 88 -46.5 140.5t-139.5 52.5q-68 0 -133 -26.5t-80 -74.5q19 -5 35 -28.5t16 -53.5q0 -44 -31 -72t-77 -28q-41 0 -61.5 23t-20.5 63q0 66 55.5 119t145 83t184.5 30q137 0 220 -63 t83 -179q0 -65 -31.5 -130t-105.5 -141.5t-201 -175.5q-56 -42 -156 -116t-137 -124t-37 -112t35.5 -101.5t110.5 -39.5q60 0 117.5 24.5t78.5 65.5q-19 2 -36.5 24t-16.5 48q0 32 26 58t66 26q31 0 50.5 -17.5t19.5 -54.5q0 -61 -53 -109t-133.5 -74t-157.5 -26 q-108 0 -172 51.5t-64 147.5zM218 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="@" horiz-adv-x="1737" d="M59 293q0 273 133.5 522t361 401t495.5 152q185 0 328.5 -59.5t227 -185.5t83.5 -318q0 -217 -95 -389t-234.5 -267.5t-264.5 -95.5q-148 0 -148 133q0 48 19 114q-62 -127 -133 -187t-170 -60q-110 0 -160.5 67.5t-50.5 180.5q0 152 80 311t204.5 263t247.5 104 q62 0 96 -31.5t39 -101.5l29 104q117 0 184 29l-217 -752q-13 -42 -13 -70q0 -29 14.5 -41t45.5 -12q78 0 195 87.5t204 247.5t87 368q0 182 -79.5 299t-213.5 171t-303 54q-247 0 -466.5 -142.5t-352 -381t-132.5 -510.5q0 -204 78 -336t216 -193t321 -61q237 0 422 111 l14 -27q-79 -56 -192.5 -88.5t-245.5 -32.5q-196 0 -342.5 66.5t-229 206t-82.5 350.5zM625 313q0 -198 106 -198q77 0 149.5 106t153.5 325l68 242q-2 144 -111 144q-95 0 -179.5 -93.5t-135.5 -238t-51 -287.5z" />
+<glyph unicode="A" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17t54 50q14 30 14 85v20l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619z" />
+<glyph unicode="B" horiz-adv-x="1294" d="M-68 0l9 41q74 3 110.5 16t58.5 48t42 112l270 1016q17 68 17 98q0 41 -30 59t-108 19l10 41q84 -6 244 -6q46 0 141 2t148 2q190 0 287.5 -70t97.5 -192q0 -100 -59 -183.5t-154 -142.5t-207 -94q336 -55 336 -334q0 -139 -88 -237t-228 -146.5t-294 -48.5q-49 0 -163 3 t-190 3q-163 0 -250 -6zM323 117q0 -38 27 -54t96 -16q261 0 377.5 105t116.5 311q0 272 -293 272h-168l-137 -518q-19 -73 -19 -100zM488 770h135q119 0 211 55.5t142 147.5t50 198q0 122 -52.5 180t-168.5 58q-62 0 -96.5 -12t-54.5 -42t-36 -91z" />
+<glyph unicode="C" horiz-adv-x="1372" d="M104 453q0 236 118 475.5t323.5 395t451.5 155.5q83 0 139 -18t90.5 -44.5t76.5 -70.5q18 -18 31 -18q36 0 81 122h43q-68 -177 -131 -471h-45q12 80 12 140q0 96 -32 163q-38 76 -110.5 118t-158.5 42q-170 0 -328.5 -160t-257 -402.5t-98.5 -469.5q0 -198 77.5 -300 t215.5 -102q90 0 190.5 42t174.5 118q52 53 91.5 124t92.5 200h45q-93 -340 -121 -492h-45q6 44 6 70q0 52 -24 52q-16 0 -43 -18q-73 -47 -122.5 -73t-114.5 -43t-150 -17q-228 0 -353 123t-125 359z" />
+<glyph unicode="D" horiz-adv-x="1485" d="M-61 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q19 74 19 101q0 40 -30 56.5t-108 18.5l6 41q110 -7 200 -7l50 1q282 6 309 6q288 0 433 -115t145 -338q0 -256 -126.5 -486t-349 -370.5t-495.5 -140.5q-28 0 -133.5 3t-153.5 3q-165 0 -245 -6zM321 112 q0 -39 28 -57t97 -18q254 0 434.5 138.5t272.5 369t92 504.5q0 185 -104 274.5t-334 89.5q-64 0 -100 -14.5t-58 -51.5t-41 -110l-268 -1024q-19 -71 -19 -101z" />
+<glyph unicode="E" horiz-adv-x="1249" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-54 -148 -78 -242q-23 -80 -29 -127h-47q18 110 18 165q0 59 -19 92.5t-63.5 49t-123.5 15.5h-150q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-129 -483h135q102 0 153 61t76 125t34 84h47q-42 -129 -60.5 -201t-23.5 -90q-27 -96 -66 -291h-47q2 14 9 59t7 80q0 63 -31 97.5t-110 34.5h-134l-132 -492q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 203.5 34t125.5 109t103 220h48 q-20 -50 -46 -148q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6z" />
+<glyph unicode="F" horiz-adv-x="1159" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-53 -149 -84 -262q-22 -76 -39 -168h-47q23 136 23 204q0 67 -21.5 105.5t-72.5 56t-142 17.5h-109q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-135 -504h150q104 0 155 62.5t75.5 126t31.5 81.5h47q-41 -125 -60 -197.5t-24 -92.5q-43 -181 -66 -291h-47q3 18 10 63.5t7 78.5q0 61 -31 94.5t-109 33.5h-150l-126 -471q-16 -61 -16 -91q0 -34 17 -51.5t54 -24.5t105 -9l-11 -41q-106 6 -301 6 q-173 0 -260 -6z" />
+<glyph unicode="G" horiz-adv-x="1444" d="M102 440q0 237 116 479.5t321.5 401t459.5 158.5q85 0 146 -17t103.5 -45t86.5 -71q19 -19 36 -19q39 0 81 123h45q-68 -177 -131 -471h-45q10 88 10 154q0 94 -28 149q-43 75 -128 117.5t-188 42.5q-212 0 -369.5 -178t-241 -430t-83.5 -461q0 -184 87 -272.5t267 -88.5 q67 0 128 19t106 45q41 24 61.5 55t32.5 74l47 180q18 68 18 106q0 36 -17 54.5t-52.5 26t-102.5 10.5l11 41q99 -7 286 -7q146 0 215 7l-10 -41q-49 -4 -73 -16.5t-40.5 -46.5t-37.5 -113l-109 -406h-41q6 32 6 54q0 63 -31 63q-13 0 -27.5 -6.5t-49.5 -28.5 q-86 -55 -169.5 -83t-179.5 -28q-250 0 -383 122t-133 347z" />
+<glyph unicode="H" horiz-adv-x="1546" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q164 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-128 -483h657l129 483q18 63 18 98q0 31 -14 47t-43 22.5t-82 8.5l10 41 q93 -6 258 -6q175 0 264 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-18 -70 -18 -100t13.5 -45.5t42.5 -22t83 -8.5l-9 -41q-86 6 -262 6q-164 0 -260 -6l8 41q74 3 111 16t58.5 48t41.5 112l131 492h-657l-131 -492q-17 -66 -17 -99q0 -30 13.5 -46 t42.5 -22.5t82 -8.5l-8 -41q-96 6 -260 6q-171 0 -261 -6z" />
+<glyph unicode="I" horiz-adv-x="698" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6z" />
+<glyph unicode="J" horiz-adv-x="1303" d="M92 -268q0 29 14.5 55.5t40.5 43.5t58 17q37 0 61.5 -24.5t24.5 -60.5q0 -34 -23 -61.5t-59 -43.5q30 -10 72 -10q132 0 196.5 129.5t105.5 295t56 224.5l61 240q23 91 57 172h-272l7 41h283q59 129 143.5 234.5t183.5 190.5t235 183q-237 -123 -405 -123 q-99 0 -200.5 38.5t-160.5 57.5t-143 19q-68 0 -102 -36q-31 -33 -31 -90v-10q1 -60 40 -97.5t111 -51.5l-6 -41q-93 16 -157.5 73t-67.5 165v14q0 65 25 116q28 57 83 89t130 32t134 -27.5t177 -109.5t227 -82q66 0 122.5 11t107 29t133.5 52q77 120 127 120q14 0 28 -11 q13 -11 13 -25q0 -50 -150 -106q-287 -192 -426 -614h203l-6 -41h-210q-11 -39 -22 -80l-127 -496q-58 -229 -179.5 -373.5t-303.5 -144.5q-96 0 -152.5 30t-56.5 87z" />
+<glyph unicode="K" horiz-adv-x="1382" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q164 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6zM535 756q0 41 61 41q42 0 125 -21q148 18 219 119t137 293t127 244q61 47 123 47q63 0 92 -30.5t29 -79.5q0 -27 -12.5 -60.5t-39 -57.5t-67.5 -24q-40 0 -60 24t-20 58q0 29 19 64.5t47 62.5h-6q-41 -2 -74 -29q-53 -48 -118 -232.5 t-137 -292t-224 -125.5q74 -17 118 -42.5t70 -86.5t26 -173l-1 -35l-8 -232l-1 -24q0 -40 13 -60t49 -20q52 0 87 38t65 122l34 104h41l-53 -158q-38 -112 -99.5 -165.5t-150.5 -53.5q-173 0 -173 203q0 23 1 35l14 231q3 43 3 79q0 91 -18 136.5t-57 78.5q-72 -19 -118 -19 q-63 0 -63 41z" />
+<glyph unicode="L" horiz-adv-x="1200" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q87 -6 262 -6q165 0 261 6l-11 -41q-75 -3 -111.5 -16t-58.5 -48t-43 -112l-272 -1016q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 204 36 t127.5 115.5t107.5 231.5h47q-13 -34 -52 -168q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6z" />
+<glyph unicode="M" horiz-adv-x="1778" d="M-70 0l11 41q72 3 110.5 20.5t61 57.5t43.5 119l266 995q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q65 -6 183 -6q109 0 180 6l112 -1214l770 1208h99q157 0 256 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-271 -1016q-17 -65 -17 -98q0 -31 14 -47 t42.5 -22.5t81.5 -8.5l-8 -41q-96 6 -254 6q-180 0 -266 -6l8 41q75 3 111.5 16t58 48t41.5 112l297 1104l-850 -1331h-45l-139 1347l-291 -1099q-18 -70 -18 -103q0 -50 34.5 -70.5t120.5 -23.5l-10 -41q-70 6 -207 6q-122 0 -193 -6z" />
+<glyph unicode="N" horiz-adv-x="1577" d="M-147 -45q0 35 14 68.5t41 55t65 21.5q42 0 60 -24t18 -56q0 -33 -18.5 -67.5t-46.5 -61.5h6q106 4 170 107q78 123 161.5 444.5t182.5 835.5q4 24 4 46q0 34 -14.5 51.5t-47.5 24.5t-96 9l10 41q66 -6 183 -6q96 0 166 6l387 -1132q89 397 173 683t171 412 q90 131 221 131q66 0 94.5 -29t28.5 -75q0 -36 -14 -70t-41.5 -56t-65.5 -22q-41 0 -59.5 24t-18.5 56q0 33 19 67.5t47 61.5h-6q-100 -3 -168 -104q-91 -136 -189 -477t-223 -930h-45l-467 1319q-101 -516 -190 -870t-170 -462q-47 -60 -96.5 -94.5t-123.5 -34.5 q-122 0 -122 107z" />
+<glyph unicode="O" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477z" />
+<glyph unicode="P" horiz-adv-x="1206" d="M-68 0l9 41q74 3 110.5 16t58.5 48t42 112l270 1016q18 65 18 98q0 42 -30.5 59.5t-108.5 18.5l10 41q84 -6 252 -6q49 0 148.5 2t150.5 2q201 0 304.5 -82.5t103.5 -226.5q0 -160 -97.5 -286.5t-273.5 -198.5t-401 -72h-61l-97 -365q-20 -78 -20 -103q0 -38 30.5 -54.5 t110.5 -18.5l-8 -41q-96 6 -254 6q-180 0 -267 -6zM448 623h70q287 0 416 149.5t129 398.5q0 122 -62 180t-198 58q-62 0 -96.5 -15t-56 -52t-40.5 -109z" />
+<glyph unicode="Q" horiz-adv-x="1599" d="M-92 -16q0 53 32.5 94.5t89.5 64.5t128 23q72 0 136 -24t116.5 -60t129.5 -97q203 102 383.5 274t292 378t111.5 405q0 120 -40.5 210t-119.5 140t-190 50q-151 0 -270 -88t-184.5 -228t-65.5 -288q0 -147 63.5 -220t169.5 -73q90 0 164 49t116 124.5t42 149.5 q0 57 -15 82q-21 -42 -63.5 -67t-87.5 -25t-70.5 26.5t-25.5 69.5q0 54 40 89.5t101 35.5q73 0 117.5 -55t44.5 -145q0 -101 -56.5 -188.5t-157.5 -140t-227 -52.5q-115 0 -197 45t-124.5 126t-42.5 187q0 175 109.5 318t286 224t368.5 81q162 0 281.5 -51t183 -146.5 t63.5 -226.5q0 -207 -142.5 -419t-365.5 -388t-460 -289q80 -63 149 -106t157.5 -71t194.5 -28q102 0 175.5 31.5t119.5 108.5q-29 -13 -63 -13q-47 0 -74 28t-27 71q0 31 16 59.5t43.5 45.5t61.5 17q45 0 73.5 -31t28.5 -85q0 -90 -79.5 -176.5t-202 -140.5t-242.5 -54 q-100 0 -186.5 39t-155 96.5t-148.5 142.5q-171 -61 -292 -61q-101 0 -157 40.5t-56 111.5zM-53 -12q0 -121 196 -121q103 0 246 52q-66 70 -108.5 109.5t-89.5 66t-95 26.5q-37 0 -71.5 -16t-56 -46.5t-21.5 -70.5z" />
+<glyph unicode="R" horiz-adv-x="1360" d="M-68 0l9 41q74 3 110.5 16t58.5 48t42 112l270 1016q18 65 18 96q0 43 -31 61t-108 19l10 41q84 -6 252 -6q49 0 148.5 2t150.5 2q201 0 304.5 -77.5t103.5 -211.5q0 -111 -65.5 -204.5t-186.5 -158t-283 -91.5q34 -4 72 -11q80 -15 128.5 -39.5t73.5 -69.5t25 -118 q0 -13 -2 -43l-16 -209q-2 -28 -2 -42q0 -126 64 -126q36 0 63.5 41.5t60.5 130.5l10 29h48l-9 -27q-36 -129 -92.5 -189.5t-150.5 -60.5q-61 0 -103 24.5t-62.5 65.5t-20.5 89l1 18l17 229q3 34 3 64q0 87 -31 134.5t-112 69.5t-235 23l-125 -471q-19 -71 -19 -100 q0 -41 30.5 -58t109.5 -18l-8 -41q-96 6 -254 6q-180 0 -267 -6zM476 729h63q276 0 400 120.5t124 321.5q0 122 -62 180t-198 58q-62 0 -96.5 -15t-56 -52t-40.5 -109z" />
+<glyph unicode="S" horiz-adv-x="1135" d="M-37 -14q69 163 139 491h41q-11 -61 -15 -95q-3 -27 -3 -56v-15q13 -299 334 -299q139 0 220 63.5t81 192.5q0 168 -156.5 316.5t-236.5 242t-80 252.5q0 126 64 216.5t167.5 137t218.5 46.5q84 0 145.5 -20.5t121.5 -65.5q47 -37 67 -37q17 0 32 25t36 83h41 q-74 -180 -121 -417h-41q12 57 12 116q0 78 -30.5 140.5t-96 99.5t-164.5 37q-129 0 -207.5 -66t-78.5 -194q0 -151 171.5 -310.5t259 -257t87.5 -239.5q0 -134 -77 -224.5t-195.5 -134t-245.5 -43.5q-108 0 -173.5 26.5t-117.5 68.5q-39 30 -74 30q-24 0 -41 -24t-43 -86 h-41z" />
+<glyph unicode="T" horiz-adv-x="1350" d="M203 1251q0 107 108 160q96 47 275 47q81 0 156 -7t237.5 -28.5t280.5 -21.5q91 0 152.5 10t110.5 35q-50 51 -50 115q0 46 25.5 79t74.5 33q45 0 68.5 -28t23.5 -70q0 -45 -26.5 -83t-69.5 -65q-109 -67 -324 -67q-91 0 -210 14l-302 -1136q-18 -64 -18 -104 q0 -35 17 -54.5t53.5 -28t101.5 -10.5l-8 -41q-108 6 -306 6q-200 0 -299 -6l9 41q87 3 134.5 21t74.5 58t51 118l309 1160q-166 23 -264 23q-178 0 -230 -35q16 -21 26.5 -54.5t10.5 -63.5q0 -47 -26 -83t-76 -36q-44 0 -67 27.5t-23 74.5z" />
+<glyph unicode="U" horiz-adv-x="1397" d="M170 290q0 106 51 300l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q82 -6 264 -6q157 0 256 6l-12 -41q-75 -3 -112 -16t-58 -48t-41 -112l-181 -678q-45 -177 -45 -277q0 -113 55.5 -174t186.5 -61q215 0 338.5 139.5t189.5 390.5l168 639q14 56 14 91 q0 56 -35 79t-116 27l10 41q70 -6 207 -6q123 0 193 6l-11 -41q-72 -3 -111.5 -21t-63 -58t-42.5 -118l-159 -616q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-219 0 -315 111q-72 80 -72 208z" />
+<glyph unicode="V" horiz-adv-x="1294" d="M197 1409l10 41q80 -6 221 -6q156 0 246 6l-10 -41q-64 -3 -98 -11.5t-52 -33t-18 -74.5q0 -13 4 -53l116 -989l568 870q88 135 88 203q0 45 -37.5 65.5t-114.5 22.5l10 41q114 -6 234 -6q91 0 156 6l-11 -41q-109 -23 -206 -178l-807 -1241h-31l-162 1288q-8 67 -39 98 t-67 33z" />
+<glyph unicode="W" horiz-adv-x="1847" d="M176 1409l8 41q84 -6 203 -6q148 0 221 6l-8 -41q-63 -4 -90.5 -28.5t-27.5 -90.5q0 -23 3 -53l115 -977l429 726l-46 292q-20 127 -92 131l8 41q73 -6 182 -6q177 0 262 6l-8 -41q-62 -3 -95.5 -12t-49.5 -31t-16 -64q0 -27 6 -65l146 -931l400 812q68 136 68 200 q0 50 -38 69.5t-120 21.5l11 41q112 -6 233 -6q92 0 156 6l-11 -41q-121 -25 -194 -178l-612 -1241h-33l-147 933l-556 -933h-32l-162 1288q-18 127 -113 131z" />
+<glyph unicode="X" horiz-adv-x="1432" d="M-69 77q0 30 13 64t40.5 58t68.5 24q40 0 59 -22.5t19 -55.5q0 -30 -18 -67t-47 -64h8q69 3 129 43q106 70 234 230t241 393l-53 453q-13 108 -50 170.5t-112 62.5q-60 0 -97 -37.5t-67 -122.5l-35 -104h-41l53 158q39 112 100.5 165.5t149.5 53.5q134 0 192.5 -89.5 t76.5 -230.5l37 -316q80 173 188.5 329.5t204.5 234.5q93 72 188 72q63 0 92.5 -29.5t29.5 -76.5q0 -30 -13 -64t-40.5 -58t-68.5 -24q-39 0 -58.5 22.5t-19.5 55.5q0 31 18.5 67.5t47.5 63.5h-6q-71 0 -131 -43q-92 -67 -206 -226t-219 -386l54 -464q12 -108 49 -170.5 t113 -62.5q60 0 97 37.5t67 122.5l34 104h41l-53 -158q-38 -112 -99.5 -165.5t-150.5 -53.5q-134 0 -192.5 90t-75.5 230l-37 322q-54 -112 -130 -224t-158.5 -203t-155.5 -143q-95 -72 -189 -72q-63 0 -92.5 29.5t-29.5 76.5z" />
+<glyph unicode="Y" horiz-adv-x="1372" d="M199 1102l67 198q22 64 46 102t61 57.5t94 19.5q108 0 174.5 -88t103.5 -245.5t64 -408.5q148 372 383 609q133 133 242 133q60 0 87 -31.5t27 -78.5q0 -30 -13 -63t-40.5 -56t-67.5 -23q-77 0 -77 81q0 33 18 67t47 61h-6q-55 -3 -113 -45q-108 -78 -231.5 -251.5 t-236.5 -447.5l-119 -475q-17 -66 -17 -99q0 -30 13.5 -46t42 -22.5t81.5 -8.5l-10 -41q-92 6 -254 6q-180 0 -268 -6l10 41q74 3 111 16t59 48.5t41 111.5l120 478q-73 671 -239 671q-35 0 -58 -22t-40 -74l-57 -168h-45z" />
+<glyph unicode="Z" horiz-adv-x="1335" d="M-71 17q0 28 38 62.5t115 63.5l576 566h-332l14 41h359l571 561q-188 -111 -355 -111q-87 0 -174.5 38.5t-139 57.5t-124.5 19q-68 0 -103.5 -35.5t-35.5 -99.5q0 -120 147 -150l-8 -41q-92 17 -154.5 73.5t-62.5 164.5q0 73 30 130t86.5 89.5t131.5 32.5 q67 0 118.5 -27.5t152.5 -109.5t198 -82q79 0 142 21t161 71q37 53 77.5 86t72.5 33q16 0 30 -11q12 -10 12 -27q0 -28 -38 -62.5t-115 -63.5l-567 -557h311l-16 -41h-336l-580 -570q188 111 354 111q87 0 175 -38.5t139.5 -57.5t124.5 -19q68 0 103.5 35.5t35.5 99.5 q0 120 -148 150l9 41q92 -17 154.5 -73.5t62.5 -164.5q0 -73 -30 -130t-86.5 -89.5t-131.5 -32.5q-68 0 -119 28t-152.5 109.5t-197.5 81.5q-79 0 -142.5 -21.5t-160.5 -70.5q-37 -53 -78.5 -86t-72.5 -33q-16 0 -29 11q-12 10 -12 27z" />
+<glyph unicode="[" horiz-adv-x="614" d="M-50 -371l486 1952h348l-8 -39h-166l-469 -1874h166l-8 -39h-349z" />
+<glyph unicode="\" horiz-adv-x="1008" d="M270 1479h64l467 -1508h-68z" />
+<glyph unicode="]" horiz-adv-x="614" d="M-170 -371l8 39h166l469 1874h-166l8 39h349l-486 -1952h-348z" />
+<glyph unicode="^" horiz-adv-x="1096" d="M174 688q147 63 277 169t211 224h36q18 -118 91.5 -224t187.5 -169l-25 -29q-111 45 -209.5 112t-150.5 134q-78 -68 -189 -134.5t-221 -111.5z" />
+<glyph unicode="_" horiz-adv-x="1524" d="M-103 -327l21 82h1231l-23 -82h-1229z" />
+<glyph unicode="`" horiz-adv-x="457" d="M112 1671q0 41 33 58q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="a" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376z" />
+<glyph unicode="b" horiz-adv-x="1032" d="M-23 -18q25 48 39 118l359 1266q8 34 8 55q0 42 -31 61t-106 19l10 43q109 1 195 22t165 62l-265 -967q96 220 190.5 320t199.5 100q99 0 156 -73t57 -215q0 -166 -73.5 -359.5t-210.5 -328t-316 -134.5q-61 0 -107.5 36t-64.5 101l-174 -141zM206 132q26 -61 61.5 -87.5 t84.5 -26.5q109 0 207.5 136t158.5 331t60 353q0 88 -25.5 133t-70.5 45q-55 0 -126.5 -83.5t-145 -227t-133.5 -316.5z" />
+<glyph unicode="c" horiz-adv-x="885" d="M37 272q0 166 78 357t219 321.5t321 130.5q61 0 111.5 -21t80.5 -60.5t30 -92.5q0 -40 -18 -78t-51.5 -62t-76.5 -24q-41 0 -62.5 23t-21.5 57q0 58 45.5 100.5t108.5 53.5q-44 63 -139 63q-103 0 -204.5 -110.5t-166 -292.5t-64.5 -383q0 -100 38 -148.5t106 -48.5 q166 0 307 205l41 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-126 0 -198 77t-72 224z" />
+<glyph unicode="d" horiz-adv-x="1110" d="M25 242q0 169 89 367.5t241 335t331 136.5q40 0 75 -26t50 -72l102 383q9 32 9 55q0 41 -32 60.5t-108 19.5l13 43q109 1 195 22t167 62l-401 -1454q-12 -41 -12 -70q0 -57 49 -57q41 0 75.5 47.5t73.5 161.5l25 76h39l-48 -150q-35 -114 -99.5 -162.5t-137.5 -48.5 q-63 0 -96 33t-33 95q0 55 26 159l27 103q-97 -206 -196 -298t-211 -92q-100 0 -156.5 68t-56.5 203zM207 215q0 -178 90 -178q59 0 138.5 83.5t157 224t128.5 301.5l76 284q-13 53 -42.5 78.5t-66.5 25.5q-124 0 -235 -132.5t-178.5 -326t-67.5 -360.5z" />
+<glyph unicode="e" horiz-adv-x="879" d="M25 260q0 155 91 350.5t246.5 333t337.5 137.5q66 0 109 -35t43 -100q0 -166 -185 -289t-427 -205q-23 -102 -23 -198q0 -197 141 -197q175 0 316 205l33 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-127 0 -198.5 74.5t-71.5 214.5zM249 491q202 71 279 132 q76 59 118 143.5t42 183.5q0 55 -8 73.5t-25 18.5q-66 0 -147 -76.5t-151.5 -204t-107.5 -270.5z" />
+<glyph unicode="f" horiz-adv-x="657" d="M-51 -385l374 1397h-186l13 41h183l1 2q44 167 93 272.5t116 171.5q47 48 115 75.5t141 27.5q91 0 142.5 -41t51.5 -105q0 -35 -18 -67.5t-49.5 -53t-69.5 -20.5q-39 0 -61 18t-21 51q0 49 32 85.5t85 52.5q0 19 -27.5 34t-66.5 15q-60 0 -119 -53q-42 -40 -72 -126.5 t-56.5 -189.5t-37.5 -147l-1 -2h243l-13 -41h-241l-367 -1368q-108 -3 -184 -29z" />
+<glyph unicode="g" horiz-adv-x="920" d="M-197 -250q0 160 349 297q-78 33 -78 107q0 44 24.5 83.5t93 87.5t197.5 111q-129 3 -203.5 59t-74.5 164q0 86 48 184.5t152 168t262 69.5q58 0 105 -10q65 104 133 154q67 45 133 45q88 0 88 -72q0 -29 -16 -56.5t-42 -45t-56 -17.5q-26 0 -42 16t-16 44q0 41 27 73 q-4 4 -12 4q-17 0 -50 -20q-54 -35 -112 -134q153 -47 153 -210q0 -94 -51 -184.5t-144 -153t-211 -75.5q-33 -18 -103.5 -56t-105 -66t-34.5 -53q0 -38 123 -69l149 -39q78 -21 127.5 -42.5t77 -53.5t27.5 -80q0 -80 -69.5 -168.5t-207.5 -149.5t-331 -61q-154 0 -232 40.5 t-78 108.5zM-25 -215q0 -72 54 -111t141 -39q94 0 190.5 36t159 97t62.5 134q0 23 -20 33t-55 19t-48 13l-275 70q-209 -112 -209 -252zM289 606q0 -71 31.5 -102t91.5 -31q105 0 166 71.5t83.5 170t22.5 196.5q0 133 -121 133q-104 0 -165 -86.5t-85 -190.5t-24 -161z" />
+<glyph unicode="h" horiz-adv-x="1098" d="M-18 0l405 1366q10 35 10 56q0 41 -33 60t-108 19l12 43q213 3 369 84l-297 -1015q76 169 149.5 272t150 149.5t163.5 46.5q165 0 165 -155q0 -62 -30 -154l-199 -598q-15 -50 -15 -78q0 -49 48 -49q41 0 79 46.5t79 162.5l26 76h39l-51 -150q-72 -211 -248 -211 q-144 0 -144 126q0 62 34 161l194 586q22 62 22 102q0 70 -67 70q-75 0 -162 -94.5t-174.5 -266.5t-163.5 -398l-75 -257h-178z" />
+<glyph unicode="i" horiz-adv-x="618" d="M66 721l53 149q42 117 110 164t144 47q136 0 136 -128q0 -60 -34 -158l-219 -621q-16 -44 -16 -75q0 -52 49 -52q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 125q0 63 36 162l220 621q15 45 15 75q0 52 -44 52q-47 0 -84 -49.5 t-78 -159.5l-29 -76h-38zM384 1399q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="j" horiz-adv-x="565" d="M-303 -305q0 29 16.5 58.5t44.5 48t60 18.5q31 0 49 -18t18 -46q0 -55 -57 -110q78 9 124.5 58.5t78.5 162.5l284 1012q15 51 15 80q0 47 -45 47q-42 0 -79 -48t-77 -161l-27 -76h-39l50 149q70 211 252 211q136 0 136 -125q0 -54 -30 -161l-158 -559 q-141 -506 -399 -601q-59 -20 -121 -20q-46 0 -71 21.5t-25 58.5zM378 1399q0 40 22 76.5t57 58.5t73 22q47 0 76 -30.5t29 -76.5q0 -8 -2 -24q-11 -54 -55 -92.5t-97 -38.5q-45 0 -74 30t-29 75z" />
+<glyph unicode="k" horiz-adv-x="1055" d="M-18 0l405 1366q10 35 10 56q0 41 -33 60t-108 19l12 43q213 3 369 84l-299 -1019q136 11 198 76t118 188t108 161q62 47 123 47q66 1 95 -33q26 -30 26 -77v-10q-5 -48 -34.5 -90t-84.5 -42q-41 0 -60.5 24t-19.5 59q0 29 18.5 64.5t46.5 61.5h-4q-36 0 -75 -28 q-43 -35 -95 -146.5t-103.5 -177.5t-156.5 -89q130 -6 213.5 -55t83.5 -152q0 -26 -6 -54l-41 -205q-5 -27 -5 -40q0 -44 46 -44q41 0 77 47.5t75 161.5l24 76h39l-49 -150q-68 -211 -244 -211q-58 0 -95 33.5t-37 99.5q0 30 7 62l37 176q9 42 9 76q0 52 -23.5 85.5 t-76 53.5t-141.5 28l-171 -585h-178z" />
+<glyph unicode="l" horiz-adv-x="567" d="M25 104q0 59 28 154l334 1108q10 37 10 57q0 41 -32 59.5t-107 18.5l14 43q109 1 195.5 22t169.5 62l-428 -1454q-13 -45 -13 -72q0 -55 48 -55q41 0 77 47.5t76 161.5l27 76h39l-51 -150q-74 -211 -246 -211q-141 0 -141 133z" />
+<glyph unicode="m" horiz-adv-x="1657" d="M61 721l52 149q72 211 247 211q119 0 119 -123q0 -61 -30 -163l-65 -258q82 201 157 320t151.5 171.5t165.5 52.5q134 0 134 -144q0 -65 -27 -165l-73 -271q86 214 161.5 339.5t154 183t174.5 57.5q76 0 110 -41.5t34 -111.5q0 -69 -29 -156l-199 -598q-15 -48 -15 -78 q0 -49 48 -49q42 0 80 46.5t78 162.5l27 76h38l-51 -150q-72 -211 -248 -211q-91 0 -127 56q-17 27 -17 70q0 56 34 161l194 586q21 67 21 108q0 64 -45 64q-79 0 -172.5 -124t-189.5 -344t-185 -507l2 10l-14 -51h-185l256 844q21 65 21 105q0 67 -57 67q-75 0 -167.5 -117 t-183 -319.5t-159.5 -447.5l-33 -132h-178l245 879q15 51 15 75q0 52 -43 52q-46 0 -83.5 -48.5t-76.5 -160.5l-27 -76h-39z" />
+<glyph unicode="n" horiz-adv-x="1188" d="M63 721l52 149q72 211 243 211q121 0 121 -121q0 -55 -28 -165l-71 -280q88 208 169.5 332t164.5 179t179 55q165 0 165 -154q0 -61 -30 -155l-199 -598q-16 -48 -16 -77q0 -50 49 -50q42 0 80 46.5t78 162.5l27 76h38l-51 -150q-72 -211 -248 -211q-92 0 -129 60 q-16 26 -16 67q0 58 35 160l194 586q21 61 21 101q0 71 -66 71q-79 0 -178 -114.5t-194.5 -314.5t-166.5 -444l-36 -143h-178l245 879q15 49 15 77q0 50 -45 50q-31 0 -55.5 -19.5t-49 -64.5t-53.5 -125l-27 -76h-39z" />
+<glyph unicode="o" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384z" />
+<glyph unicode="p" horiz-adv-x="1128" d="M-141 -371l12 43q50 0 79.5 11.5t48 39t32.5 76.5l383 1365q-61 -136 -144.5 -241.5t-201.5 -217.5l-23 26q97 95 160.5 168t128.5 179t129 258l8 30q112 3 186 29l-214 -749q97 228 192 331.5t203 103.5q99 0 156 -73t57 -215q0 -166 -73.5 -359.5t-210.5 -328 t-316 -134.5q-56 0 -101 31t-66 87l-77 -269q-8 -29 -8 -49q0 -54 45 -76.5t129 -22.5l-13 -43q-24 1 -107.5 5t-166.5 4q-66 0 -138 -4t-89 -5zM299 141q26 -67 62 -95t88 -28q109 0 207 136t158 331t60 353q0 88 -25 133t-71 45q-58 0 -134.5 -93.5t-154 -251 t-137.5 -343.5z" />
+<glyph unicode="q" horiz-adv-x="1038" d="M37 260q0 165 73.5 358.5t210.5 328t316 134.5q61 0 107.5 -36t64.5 -100l174 140l33 -14q-27 -52 -43 -119l-305 -1132q-8 -27 -8 -53q0 -95 133 -95l-13 -43q-24 1 -108 5t-166 4q-66 0 -138 -4t-89 -5l12 43q63 0 102 11.5t62 39t37 76.5l141 539 q-92 -196 -185.5 -281.5t-197.5 -85.5q-99 0 -156 73.5t-57 215.5zM213 215q0 -89 25.5 -133.5t70.5 -44.5q56 0 130 76.5t144.5 204t115.5 273.5l86 331q-26 60 -61 86t-85 26q-109 0 -207.5 -136t-158.5 -331t-60 -352z" />
+<glyph unicode="r" horiz-adv-x="872" d="M61 721l52 149q72 211 247 211q118 0 118 -119q0 -33 -7 -69t-22 -98l-66 -260q75 201 141.5 320t135 172.5t149.5 53.5q56 0 88.5 -32.5t32.5 -83.5q0 -40 -20 -74t-53 -54t-71 -20q-36 0 -58.5 19.5t-22.5 54.5q0 92 92 131q-8 8 -23 8q-73 0 -156 -108t-167 -302 t-160 -449l-43 -171h-178l245 879q15 51 15 80q0 47 -43 47q-46 0 -83.5 -48.5t-76.5 -160.5l-27 -76h-39z" />
+<glyph unicode="s" horiz-adv-x="780" d="M-35 174q0 36 19.5 64t60.5 28q46 0 68 -37t22 -92q0 -36 -14 -106q38 -19 94 -19q93 0 150 55.5t57 155.5q0 65 -24.5 128t-82.5 143q-49 67 -72.5 103t-42 86t-18.5 108q0 85 42.5 151t115.5 102.5t160 36.5q106 0 178 -39.5t72 -138.5q0 -22 -10 -46.5t-31.5 -42 t-53.5 -17.5q-35 0 -58.5 24t-23.5 62q0 66 58 137q-41 24 -103 24q-78 0 -128 -52t-50 -142q0 -54 18 -92.5t52 -87t53 -76.5q61 -95 91 -162t30 -139q0 -93 -48 -166.5t-128.5 -114.5t-175.5 -41q-118 0 -197.5 50t-79.5 153z" />
+<glyph unicode="t" horiz-adv-x="688" d="M73 141q0 49 19 117l217 754h-184l10 41h186l89 311q113 3 184 29l-97 -340h271l-6 -41h-276l-238 -838q-7 -24 -7 -46q0 -41 24.5 -61t64.5 -20q51 0 95.5 44t86.5 161l29 80h39l-43 -129q-43 -127 -112 -179.5t-169 -52.5q-92 0 -137.5 45t-45.5 125z" />
+<glyph unicode="u" horiz-adv-x="1161" d="M59 721l52 149q72 211 247 211q144 0 144 -127q0 -56 -33 -159l-195 -586q-20 -60 -20 -102q0 -70 65 -70q78 0 173.5 114t188 318t162.5 462l31 122q117 3 187 28l-254 -907q-15 -52 -15 -80q0 -47 44 -47q45 0 82.5 48.5t76.5 160.5l27 76h39l-51 -150 q-74 -211 -248 -211q-34 0 -62.5 14.5t-42.5 41.5q-12 25 -12 63q0 54 29 168l65 257q-82 -198 -158.5 -317.5t-154 -173t-166.5 -53.5q-173 0 -173 158q0 64 30 152l198 598q16 50 16 77q0 50 -48 50q-42 0 -80 -46.5t-78 -162.5l-27 -76h-39z" />
+<glyph unicode="v" horiz-adv-x="1092" d="M55 723l45 149q57 209 193 209q39 0 74.5 -26.5t57 -40t54.5 -13.5q102 0 172 64l21 39l43 -21q-166 -205 -258.5 -407.5t-110.5 -415.5q-2 -34 -2 -48q0 -173 90 -173q150 0 270 125t190 299.5t77 312.5q-68 34 -112 90q-39 50 -39 113q0 9 1 18q3 44 30 65t60 21 q58 0 87 -55.5t29 -151.5q0 -33 -5 -81q-25 -212 -107.5 -400t-220.5 -306t-319 -118q-121 0 -178 66.5t-57 165.5l1 22q12 169 140.5 375.5t334.5 403.5q-37 -14 -100.5 -53t-100.5 -58t-69 -19q-18 0 -33 7t-44.5 26t-51.5 19q-32 0 -53.5 -27.5t-46.5 -99.5l-23 -76h-39z " />
+<glyph unicode="w" horiz-adv-x="1403" d="M27 205q0 174 172.5 378t416.5 387q-23 -14 -66.5 -40.5t-76 -41t-57.5 -14.5q-17 0 -32 6.5t-44.5 26t-52.5 19.5q-33 0 -55.5 -28t-45.5 -99l-24 -76h-39l47 149q37 114 84.5 161.5t105.5 47.5q39 0 75.5 -26.5t58.5 -40t55 -13.5q91 0 164 64l28 39l43 -21 q-250 -210 -403.5 -425t-153.5 -441q0 -99 29 -141.5t84 -42.5q104 0 212 98q-15 52 -15 121q0 115 50 227t121 184t128 72q40 0 55.5 -42.5t15.5 -100.5q0 -112 -59.5 -223.5t-175.5 -202.5q46 -135 164 -135q130 0 221.5 100.5t137 248t45.5 286.5q0 80 -15 135 q-45 8 -89.5 30.5t-75 60.5t-30.5 91q0 50 26 74t60 24q108 0 152 -241q17 -79 17 -171q0 -166 -54.5 -326.5t-168.5 -266t-282 -105.5q-161 0 -216 126q-137 -126 -283 -126q-132 0 -193 66.5t-61 167.5zM647 334q0 -72 14 -131q91 76 145 181t54 210q0 96 -39 96 q-34 0 -75 -53t-70 -136t-29 -167z" />
+<glyph unicode="x" horiz-adv-x="1077" d="M-70 47q0 39 31 68.5t76 29.5q66 0 129 -49q84 78 155.5 186.5t117.5 215.5l-44 395q-13 94 -69 94q-34 0 -66.5 -40t-71.5 -148l-26 -76h-39l51 149q41 115 100.5 162t133.5 47q75 0 116.5 -42.5t53.5 -145.5l23 -211q69 158 173 274q58 67 105.5 96t99.5 29 q39 0 64.5 -20.5t25.5 -54.5q0 -40 -30.5 -69.5t-77.5 -29.5q-69 0 -130 49q-127 -117 -220 -358l48 -438q8 -52 25 -73t45 -21q35 0 67 39.5t70 148.5l27 76h39l-51 -150q-76 -209 -234 -209q-148 0 -170 189l-30 266q-81 -182 -218 -328q-63 -66 -111.5 -96.5t-94.5 -30.5 t-69.5 20t-23.5 56z" />
+<glyph unicode="y" horiz-adv-x="985" d="M-150 -301q0 42 33 67t78 25q43 0 83 -21t87 -59q161 85 307 245l-151 918q-11 63 -25.5 88t-40.5 25t-54 -40t-67 -148l-26 -76h-39l51 149q72 209 236 209q43 0 72 -17t47 -58t28 -113l105 -770q112 154 194 326t115 339q-63 33 -109.5 81t-46.5 108q0 49 29 76.5 t75 27.5q107 0 107 -166q0 -131 -58 -295t-150.5 -325t-194.5 -289q-192 -239 -404 -340q-107 -51 -178 -51q-44 0 -73.5 22t-29.5 62z" />
+<glyph unicode="z" horiz-adv-x="911" d="M-80 0l924 973q-93 -59 -149.5 -83t-110.5 -24q-49 0 -103 20.5t-92 33t-82 12.5q-53 0 -82.5 -26t-29.5 -77q0 -54 44.5 -93.5t116.5 -53.5l-12 -31q-199 46 -199 199q0 58 24.5 106.5t77.5 78.5t136 30q70 0 136.5 -29t108 -44t107.5 -15q57 0 100 16.5t85 59.5h55 l-924 -973q92 58 149 82t111 24q49 0 103 -20t92 -32.5t82 -12.5q53 0 82.5 25.5t29.5 76.5q0 54 -44.5 93.5t-116.5 54.5l12 30q96 -21 147.5 -71t51.5 -127q0 -58 -24.5 -106.5t-77.5 -78.5t-136 -30q-70 0 -136.5 29t-108 44t-107.5 15q-57 0 -100 -16.5t-85 -59.5h-55z " />
+<glyph unicode="{" horiz-adv-x="627" d="M52 -164q0 83 42 253q68 269 68 376q-1 62 -24.5 90t-71.5 31h-10l6 37h10q66 5 109.5 49.5t82.5 147t89 301.5q48 190 106.5 293t142 145.5t215.5 42.5l-10 -39q-72 -1 -111 -29t-74 -118t-85 -295q-43 -173 -108 -279.5t-141.5 -158.5t-170.5 -78q198 -60 198 -282 q0 -92 -36 -234q-63 -253 -60 -332q0 -59 27.5 -80t89.5 -23l-10 -39q-151 0 -212.5 57t-61.5 164z" />
+<glyph unicode="|" horiz-adv-x="651" d="M305 -399v2156h82v-2156h-82z" />
+<glyph unicode="}" horiz-adv-x="627" d="M-188 -385l10 39q72 1 111 29t74 118t85 295q43 173 108 279.5t141.5 158.5t170.5 78q-198 60 -198 282q0 92 36 234q63 253 60 332q0 59 -27.5 80t-89.5 23l10 39q151 0 212.5 -57t61.5 -164q0 -83 -42 -253q-68 -269 -68 -376q1 -62 24.5 -90t71.5 -31h10l-6 -37h-10 q-66 -5 -109.5 -49.5t-82.5 -147t-89 -301.5q-48 -190 -106.5 -293t-142 -145.5t-215.5 -42.5z" />
+<glyph unicode="~" horiz-adv-x="1329" d="M139 537q47 102 136.5 160.5t201.5 58.5q71 0 125.5 -20.5t160 -80t200.5 -59.5q132 0 206 119l29 -10q-46 -103 -135.5 -161.5t-202.5 -58.5q-71 0 -125.5 20.5t-160 80t-199.5 59.5q-133 0 -207 -119z" />
+<glyph unicode="&#xa1;" horiz-adv-x="510" d="M-73 -301q0 22 7 43q21 71 95.5 263t128 339.5t96.5 308.5l37 -6q-35 -139 -60 -278.5t-60.5 -363t-57.5 -310.5q-9 -39 -34.5 -59.5t-58.5 -20.5q-46 0 -69.5 23t-23.5 61zM216 924q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5 t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="&#xa2;" horiz-adv-x="887" d="M31 272q0 155 68.5 334t194.5 312t288 158l100 374h45l-99 -370l21 1q61 0 111.5 -21t80.5 -60.5t30 -92.5q0 -40 -18 -78t-51.5 -62t-76.5 -24q-41 0 -62.5 23t-21.5 57q0 58 45.5 100.5t108.5 53.5q-44 63 -139 63q-20 0 -40 -4l-263 -979h12q166 0 307 205l41 -16 q-39 -68 -98.5 -127.5t-133 -99.5t-151.5 -47l-92 -343h-45l92 342q-119 5 -186.5 82t-67.5 219zM221 254q0 -153 89 -188l256 952q-90 -42 -169.5 -156.5t-127.5 -274.5t-48 -333z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1278" d="M-49 -8q0 20 24.5 48t71 55.5t107.5 45.5q42 82 75.5 167.5t69.5 219.5l21 80h-199l12 41h198l43 164h-198l12 41h197l12 45q74 278 224.5 443t394.5 165q70 0 118 -19t71.5 -50.5t23.5 -69.5q0 -34 -16.5 -63.5t-45.5 -47.5t-65 -18q-32 0 -53 19t-21 51q0 41 27.5 73.5 t70.5 44.5q0 20 -35 35t-79 15q-122 0 -199.5 -71t-120.5 -176.5t-90 -277.5l-26 -98h278l-12 -41h-277l-43 -164h277l-13 -41h-276q-28 -88 -73 -162t-101 -138.5t-143 -151.5q139 65 258 65q69 0 150.5 -30.5t130.5 -46t114 -15.5q46 0 86.5 19t65 53.5t24.5 79.5 q0 58 -35 93.5t-98 47.5l12 35q89 -16 148 -69t59 -140q0 -67 -40.5 -131.5t-108.5 -105t-144 -40.5q-94 0 -184 64t-144 96.5t-135 32.5q-85 0 -178 -41q-52 -72 -104 -112t-93 -40q-14 0 -20 4.5t-6 16.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1165" d="M197 283l88 88q-86 104 -86 243q0 141 88 246l-90 90l57 58l90 -90q107 86 244 86t243 -89l93 93l57 -58l-92 -92q86 -109 86 -244q0 -138 -86 -243l90 -88l-57 -60l-91 90q-109 -86 -243 -86q-139 0 -244 84l-88 -88zM283 614q0 -84 41.5 -155.5t111.5 -113.5t152 -42 t151.5 42t110.5 113.5t41 155.5q0 83 -41 155t-111 115.5t-151 43.5q-82 0 -152.5 -43t-111.5 -115t-41 -156z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1440" d="M215 1102l67 198q22 64 46 102t61 57.5t94 19.5q108 0 174.5 -88t103.5 -245.5t64 -408.5q148 372 383 609q133 133 242 133q60 0 87 -31.5t27 -78.5q0 -30 -13 -63t-40.5 -56t-67.5 -23q-77 0 -77 81q0 33 18 67t47 61h-6q-55 -3 -113 -45q-107 -78 -230.5 -251.5 t-237.5 -447.5l-21 -84h289l-10 -41h-289l-31 -123h285l-10 -41h-285l-47 -186q-17 -66 -17 -99q0 -30 13.5 -46t42 -22.5t81.5 -8.5l-10 -41q-91 6 -254 6q-179 0 -268 -6l10 41q74 3 111 16t59 48.5t41 111.5l47 186h-288l10 41h288l31 123h-284l10 41h284l22 87 q-73 671 -239 671q-35 0 -58 -22t-40 -74l-57 -168h-45z" />
+<glyph unicode="&#xa6;" horiz-adv-x="659" d="M309 -399v1067h82v-1067h-82zM309 786v971h82v-971h-82z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1040" d="M-27 -195q0 35 18.5 67.5t50 52.5t69.5 20q40 0 64 -22t24 -60q0 -49 -34 -85t-85 -50q12 -39 68 -56.5t112 -17.5q76 0 141.5 27t107.5 88.5t42 160.5q0 62 -35 117t-77 93.5t-138 119.5q-74 63 -118.5 109.5t-69.5 97.5t-25 111q0 131 91.5 234.5t238.5 175.5 q-88 101 -88 210q0 111 63 203.5t166.5 146.5t220.5 54q65 0 132 -19.5t112 -61.5t45 -104q0 -37 -18 -70.5t-49.5 -54t-71.5 -20.5t-64 23t-24 63q0 46 34 81t85 50q-13 41 -67.5 57.5t-113.5 16.5q-74 0 -140 -26.5t-108.5 -88t-42.5 -158.5q0 -62 35 -118t75 -93.5 t140 -122.5q74 -62 118.5 -108.5t69.5 -97.5t25 -111q0 -131 -91 -235t-238 -176q88 -101 88 -210q0 -111 -63 -203.5t-167 -146t-221 -53.5q-67 0 -133 19.5t-110 62t-44 108.5zM221 692q0 -52 28.5 -100.5t71.5 -91t115 -103.5q120 -99 164 -144q219 118 219 271 q0 53 -28.5 102t-71.5 91t-115 102q-121 100 -164 144q-219 -117 -219 -271z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M61 1389q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM496 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1892" d="M180 786q0 222 109.5 409.5t297 297t408.5 109.5q222 0 409 -109.5t296.5 -297t109.5 -409.5q0 -221 -109.5 -408.5t-296.5 -297t-409 -109.5q-221 0 -408.5 109.5t-297 297t-109.5 408.5zM262 786q0 -203 98.5 -375t267 -273t367.5 -101q200 0 368.5 101t267 273 t98.5 375q0 204 -98.5 376t-267 273t-368.5 101q-199 0 -367.5 -101t-267 -273t-98.5 -376zM551 774q0 166 60.5 295.5t169 201.5t249.5 72q86 0 162.5 -27.5t123 -78.5t46.5 -117q0 -53 -30.5 -83.5t-78.5 -30.5q-47 0 -79.5 30t-32.5 80q0 42 23 69t63 36q-20 37 -73 61.5 t-112 24.5q-75 0 -141 -47.5t-108.5 -161t-42.5 -299.5q0 -169 39.5 -276t105 -155.5t147.5 -48.5q90 0 169.5 51t129.5 160l39 -14q-23 -73 -70.5 -137.5t-124.5 -106t-179 -41.5q-129 0 -232.5 66t-163 189t-59.5 288z" />
+<glyph unicode="&#xaa;" horiz-adv-x="930" d="M199 901q0 118 78.5 255t196.5 230t226 93q29 0 51.5 -18t25.5 -56l16 55q83 0 143 19l-193 -598q-10 -30 -10 -51q0 -33 33 -33q34 0 58.5 29t49.5 102l19 51h39l-37 -100q-29 -80 -73 -111t-111 -31q-45 0 -67 19.5t-22 64.5q0 43 19 109l25 86q-138 -279 -308 -279 q-74 0 -116.5 45.5t-42.5 118.5zM348 885q0 -46 13 -71.5t38 -25.5q44 0 106.5 60.5t122 159.5t95.5 209l39 135q-3 78 -51 78q-71 0 -157 -80t-146 -206.5t-60 -258.5z" />
+<glyph unicode="&#xab;" horiz-adv-x="1059" d="M49 498v4q157 110 294 253t271 326h37q-42 -90 -120 -206t-166.5 -218.5t-161.5 -156.5q57 -47 116.5 -141t106 -200t66.5 -188h-37q-181 353 -406 527zM387 498v4q157 110 294 253t271 326h37q-39 -88 -116.5 -204t-167.5 -219.5t-164 -157.5q56 -47 115.5 -141 t106.5 -200.5t66 -187.5h-36q-181 353 -406 527z" />
+<glyph unicode="&#xac;" horiz-adv-x="1354" d="M193 696l18 62h1026l-121 -420h-74l103 358h-952z" />
+<glyph unicode="&#xad;" horiz-adv-x="1032" />
+<glyph unicode="&#xae;" horiz-adv-x="1432" d="M258 1030q0 155 77 286.5t208 208.5t286 77t286.5 -77t208.5 -208.5t77 -286.5t-77 -286t-208.5 -208t-286.5 -77t-286 77t-208 208t-77 286zM344 1030q0 -136 65 -252.5t176.5 -185t243.5 -68.5q133 0 244.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176.5 184.5 t-244.5 68.5t-244 -68.5t-176 -184.5t-65 -253zM573 721v31q21 2 30.5 7.5t13.5 20.5t4 47v449q0 33 -4 48.5t-13.5 21.5t-30.5 8v30q25 -2 99 -2q68 0 111.5 1t64.5 1q116 0 176.5 -42t60.5 -119q0 -139 -198 -174q81 -9 116 -37t46 -82l24 -117q2 -8 6 -28.5t11.5 -30 t19.5 -9.5q15 0 25 17l20 -14q-12 -24 -33.5 -33.5t-56.5 -9.5q-52 0 -76.5 19t-36.5 64l-34 152q-9 41 -23.5 59t-49 26t-108.5 9v-207q0 -32 3.5 -47t13 -20.5t30.5 -7.5v-31q-20 0 -46.5 1t-57.5 1q-35 0 -62 -1t-45 -1zM737 1067h49q101 0 136.5 35t35.5 100 q0 79 -32.5 115.5t-110.5 36.5q-33 0 -49.5 -5.5t-22.5 -19.5t-6 -43v-219z" />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M236 1407l12 51h639l-13 -51h-638z" />
+<glyph unicode="&#xb0;" horiz-adv-x="686" d="M287 1434q0 73 34 129t90.5 86t123.5 30t124 -30t91 -86t34 -129q0 -75 -34 -131t-91 -86.5t-124 -30.5t-123.5 30.5t-90.5 86.5t-34 131zM338 1432q0 -68 29 -116t74 -71.5t94 -23.5t94.5 23.5t74.5 71.5t29 116q0 66 -29.5 114.5t-75 73.5t-93.5 25t-93.5 -25 t-74.5 -73.5t-29 -114.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1300" d="M-19 0l19 62h1026l-19 -62h-1026zM154 696l18 62h477l137 483h74l-137 -483h475l-18 -62h-475l-138 -481h-73l137 481h-477z" />
+<glyph unicode="&#xb2;" horiz-adv-x="698" d="M166 895l8 37q20 13 155 98t224.5 178t89.5 178q0 89 -111 89q-125 0 -219 -107l-28 23q53 65 135.5 109t181.5 44q75 0 118.5 -28.5t43.5 -88.5q0 -89 -81.5 -168.5t-192 -155.5t-138.5 -99q23 0 58.5 -5.5t101 -18.5t98.5 -13q43 0 70 19t27 52q0 24 -9 39l35 15 q21 -33 21 -66q0 -39 -22 -70.5t-63.5 -50t-99.5 -18.5q-43 0 -91.5 11.5t-87.5 19t-89 7.5q-38 0 -65 -7t-70 -23z" />
+<glyph unicode="&#xb3;" horiz-adv-x="668" d="M88 709v36q124 10 240 51t190 110.5t74 158.5q0 103 -113 106q-37 -20 -65 -20q-37 0 -37 27q0 37 90 34q88 32 139 81.5t51 111.5q0 38 -25 57t-71 19q-122 0 -237 -115l-29 25q51 60 136 106.5t181 46.5q74 0 119 -28t45 -82q0 -55 -45 -103t-111 -82t-128 -49 q96 -3 159.5 -39.5t63.5 -111.5q0 -96 -98.5 -170t-244 -117t-284.5 -53z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M260 1245q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1311" d="M74 469q0 268 128.5 493.5t349.5 357.5t486 132q59 0 160 -3t148 -3q81 0 122 4l-10 -39q-65 -3 -103 -18.5t-58 -44t-33 -76.5l-285 -1082q-71 -267 -195 -421t-307 -154q-94 0 -151 29t-58 84q0 29 17 58.5t45 48t59 18.5q32 0 50 -18t18 -46q0 -66 -72 -131 q30 -10 72 -10q70 0 119.5 40.5t83.5 110.5t65 174q-339 0 -495 131t-156 365zM291 719q-1 -4 79 -11t210 -12.5t276 -5.5q-48 -186 -72.5 -345t-24.5 -225q0 -22 3 -22q52 193 192 716.5t142 528.5q-7 0 -45.5 -86.5t-87.5 -223t-91 -283.5q-144 0 -276 -6t-218 -14 t-87 -11z" />
+<glyph unicode="&#xb7;" horiz-adv-x="528" d="M112 488q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M-2 -340l14 31q30 -13 55 -20t68 -7q27 0 61.5 10t60.5 33.5t26 61.5q0 49 -58 49q-33 0 -63 -15l94 197h55l-69 -147q39 14 84 14q41 0 64.5 -22t23.5 -60q0 -56 -39 -94.5t-97.5 -57t-115.5 -18.5q-53 0 -97.5 13.5t-66.5 31.5z" />
+<glyph unicode="&#xb9;" horiz-adv-x="518" d="M227 1298l11 39q91 28 157.5 61.5t107 62.5t105.5 81h39l-207 -647h-121l166 514q-63 -37 -119.5 -63t-138.5 -48z" />
+<glyph unicode="&#xba;" horiz-adv-x="842" d="M219 952q0 108 52.5 232t151 209.5t230.5 85.5q111 0 173.5 -54.5t62.5 -160.5q0 -108 -52.5 -231.5t-151 -208.5t-230.5 -85q-111 0 -173.5 54t-62.5 159zM367 895q0 -61 24 -90t74 -29q72 0 136 83.5t102 212t38 251.5q0 61 -24 90t-74 29q-72 0 -136 -84t-102 -212 t-38 -251z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1057" d="M31 -29q42 90 120 206t166.5 219t161.5 157q-57 47 -116.5 140.5t-106 199.5t-66.5 188h37q181 -354 406 -528v-2q-157 -112 -294.5 -254.5t-270.5 -325.5h-37zM369 -29q42 90 120 206t166.5 219t161.5 157q-57 47 -116.5 140.5t-106 199.5t-66.5 188h37 q181 -354 406 -528v-2q-300 -213 -565 -580h-37z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1241" d="M-234 -86l1706 1774l31 -27l-1706 -1774zM227 1298l11 39q91 28 157.5 61.5t107 62.5t105.5 81h39l-207 -647h-121l166 514q-63 -37 -119.5 -63t-138.5 -48zM288 66l10 36l615 547h39l-146 -500h115l-23 -83h-116l-70 -240h-107l70 240h-387zM407 149h292l100 347z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1241" d="M-234 -86l1706 1774l31 -27l-1706 -1774zM227 1298l11 39q91 28 157.5 61.5t107 62.5t105.5 81h39l-207 -647h-121l166 514q-63 -37 -119.5 -63t-138.5 -48zM487 0l8 37q20 13 155 98t224.5 178t89.5 178q0 89 -111 89q-125 0 -219 -107l-28 23q53 65 135.5 109t181.5 44 q75 0 118.5 -28.5t43.5 -88.5q0 -89 -81.5 -168.5t-192 -155.5t-138.5 -99q23 0 58.5 -5.5t101 -18.5t98.5 -13q43 0 70 19t27 52q0 24 -9 39l35 15q21 -33 21 -66q0 -39 -22 -70.5t-63.5 -50t-99.5 -18.5q-43 0 -91.5 11.5t-87.5 19t-89 7.5q-38 0 -65 -7t-70 -23z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1446" d="M-29 -86l1706 1774l31 -27l-1706 -1774zM88 709v36q124 10 240 51t190 110.5t74 158.5q0 103 -113 106q-37 -20 -65 -20q-37 0 -37 27q0 37 90 34q88 32 139 81.5t51 111.5q0 38 -25 57t-71 19q-122 0 -237 -115l-29 25q51 60 136 106.5t181 46.5q74 0 119 -28t45 -82 q0 -55 -45 -103t-111 -82t-128 -49q96 -3 159.5 -39.5t63.5 -111.5q0 -96 -98.5 -170t-244 -117t-284.5 -53zM493 66l10 36l615 547h39l-146 -500h115l-23 -83h-116l-70 -240h-107l70 240h-387zM612 149h292l100 347z" />
+<glyph unicode="&#xbf;" horiz-adv-x="913" d="M-86 -184q0 62 32 112.5t100.5 105.5t205.5 146q36 26 125.5 88t122 106.5t32.5 98.5q0 37 -17.5 69t-49 51t-72.5 19q-65 0 -127.5 -24.5t-87.5 -65.5q20 -2 37 -23.5t16 -47.5q0 -33 -26 -58.5t-66 -25.5q-69 0 -69 71q0 61 56 109t141 74t167 26q107 0 171.5 -51 t64.5 -145q0 -73 -41.5 -133t-96 -102t-202.5 -148q-99 -66 -151.5 -108t-78.5 -82.5t-26 -88.5q0 -60 47 -99.5t131 -39.5q79 0 156 26t96 74q-19 5 -35 28.5t-16 53.5q0 44 31 72t77 28q40 0 61 -23t21 -63q0 -66 -61.5 -119t-161 -82.5t-207.5 -29.5q-135 0 -217 52.5 t-82 148.5zM409 924q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="&#xc0;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM631 1901q0 23 14 41q17 20 46 20q23 0 47.5 -12t41.5 -31q29 -31 68 -90t75.5 -112.5t90.5 -121.5l-21 -20q-55 45 -100 78t-118 84.5t-105 83.5q-16 16 -27.5 37.5t-11.5 42.5z" />
+<glyph unicode="&#xc1;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM807 1604q75 50 131 91.5t140 106.5t130 92q39 24 78 24q43 0 58 -34q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xc2;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM531 1610q147 45 274.5 116t206.5 150h37q57 -99 122 -163t163 -103l-9 -29q-111 21 -179 48.5t-117.5 55t-65.5 35.5q-226 -95 -422 -139z" />
+<glyph unicode="&#xc3;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM590 1622q45 108 116.5 159.5t150.5 51.5q66 0 109 -21t111 -75t134 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-66 0 -109 21t-111 75t-134 54q-79 0 -144 -119z" />
+<glyph unicode="&#xc4;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM606 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM1041 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z " />
+<glyph unicode="&#xc5;" d="M-178 0l10 41q94 20 205 178l883 1241h30l82 -1288q5 -67 34.5 -98t66.5 -33l-9 -41q-82 6 -223 6q-165 0 -246 -6l9 41q70 3 108 17.5t54.5 50t13.5 104.5l-19 336h-503l-154 -217q-96 -136 -96 -204q0 -84 151 -87l-10 -41q-114 6 -234 6q-89 0 -153 -6zM347 590h472 l-34 619zM773 1683q0 58 30 106.5t81 76.5t112 28q49 0 89 -20t63.5 -57t23.5 -86q0 -56 -32 -104.5t-85 -77.5t-112 -29q-74 0 -122 44t-48 119zM826 1686q0 -58 37 -90.5t88 -32.5q43 0 82 22t62.5 61t23.5 87q0 37 -19 63.5t-49 40.5t-63 14q-41 0 -78.5 -23.5 t-60.5 -61.5t-23 -80z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1837" d="M-164 0v41q65 3 176 131l1017 1150q2 34 -11 52t-42.5 25.5t-84.5 9.5l10 41q99 -3 237 -4l122 137h53l-122 -138q87 -1 163.5 -1h134.5q295 0 424 6q-32 -89 -78 -242q-19 -68 -27 -127h-45q15 86 15 145q0 96 -42.5 136.5t-138.5 40.5h-190q-71 0 -106.5 -12t-57 -46.5 t-41.5 -111.5l-128 -483h220q58 0 96.5 30.5t62 76t52.5 122.5h45q-26 -81 -69 -250q-22 -75 -54 -250h-45q0 20 5.5 63t5.5 64q0 45 -23 72t-84 31h-223l-131 -492q-18 -70 -18 -100q0 -29 13.5 -44t41.5 -20.5t80 -5.5h211q99 0 162 34t109.5 111t94.5 218h45 q-19 -50 -43 -148q-35 -127 -53 -262q-139 6 -463 6q-389 0 -590 -6l8 41q74 3 111 16t58.5 48t41.5 112l131 492h-333l-457 -516q-59 -67 -59 -97q0 -45 127 -55v-41q-55 6 -177 6q-87 0 -137 -6zM575 750h308l129 483l4 14z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1372" d="M104 453q0 236 118 475.5t323.5 395t451.5 155.5q83 0 139 -18t90.5 -44.5t76.5 -70.5q18 -18 31 -18q36 0 81 122h43q-68 -177 -131 -471h-45q12 80 12 140q0 96 -32 163q-38 76 -110.5 118t-158.5 42q-170 0 -328.5 -160t-257 -402.5t-98.5 -469.5q0 -198 77.5 -300 t215.5 -102q90 0 190.5 42t174.5 118q52 53 91.5 124t92.5 200h45q-93 -340 -121 -492h-45q6 44 6 70q0 52 -24 52q-16 0 -43 -18q-73 -47 -122.5 -73t-114.5 -43t-150 -17q-228 0 -353 123t-125 359zM240 -340l14 31q71 -27 164 -27q38 0 87 10t85.5 33.5t36.5 61.5 q0 49 -78 49q-42 0 -84 -15l98 205h56l-74 -155q51 14 104 14q51 0 80 -22t29 -60q0 -56 -48.5 -94.5t-121 -57t-143.5 -18.5q-67 0 -121 13t-84 32z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1249" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-54 -148 -78 -242q-23 -80 -29 -127h-47q18 110 18 165q0 59 -19 92.5t-63.5 49t-123.5 15.5h-150q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-129 -483h135q102 0 153 61t76 125t34 84h47q-42 -129 -60.5 -201t-23.5 -90q-27 -96 -66 -291h-47q2 14 9 59t7 80q0 63 -31 97.5t-110 34.5h-134l-132 -492q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 203.5 34t125.5 109t103 220h48 q-20 -50 -46 -148q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6zM559 1901q0 23 14 41q17 20 46 20q23 0 47.5 -12t41.5 -31q29 -31 68 -90t75.5 -112.5t90.5 -121.5l-21 -20q-55 45 -100 78t-118 84.5t-105 83.5q-16 16 -27.5 37.5t-11.5 42.5z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1249" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-54 -148 -78 -242q-23 -80 -29 -127h-47q18 110 18 165q0 59 -19 92.5t-63.5 49t-123.5 15.5h-150q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-129 -483h135q102 0 153 61t76 125t34 84h47q-42 -129 -60.5 -201t-23.5 -90q-27 -96 -66 -291h-47q2 14 9 59t7 80q0 63 -31 97.5t-110 34.5h-134l-132 -492q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 203.5 34t125.5 109t103 220h48 q-20 -50 -46 -148q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6zM735 1604q75 50 131 91.5t140 106.5t130 92q39 24 78 24q43 0 58 -34q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xca;" horiz-adv-x="1249" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-54 -148 -78 -242q-23 -80 -29 -127h-47q18 110 18 165q0 59 -19 92.5t-63.5 49t-123.5 15.5h-150q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-129 -483h135q102 0 153 61t76 125t34 84h47q-42 -129 -60.5 -201t-23.5 -90q-27 -96 -66 -291h-47q2 14 9 59t7 80q0 63 -31 97.5t-110 34.5h-134l-132 -492q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 203.5 34t125.5 109t103 220h48 q-20 -50 -46 -148q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6zM459 1610q147 45 274.5 116t206.5 150h37q57 -99 122 -163t163 -103l-9 -29q-111 21 -179 48.5t-117.5 55t-65.5 35.5q-226 -95 -422 -139z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1249" d="M-72 0l11 41q74 3 110 16t58 48t43 112l272 1016q18 65 18 100q0 30 -13.5 45.5t-42 22t-81.5 8.5l10 41q201 -6 594 -6q287 0 408 6q-54 -148 -78 -242q-23 -80 -29 -127h-47q18 110 18 165q0 59 -19 92.5t-63.5 49t-123.5 15.5h-150q-73 0 -109.5 -12t-58.5 -46.5 t-43 -111.5l-129 -483h135q102 0 153 61t76 125t34 84h47q-42 -129 -60.5 -201t-23.5 -90q-27 -96 -66 -291h-47q2 14 9 59t7 80q0 63 -31 97.5t-110 34.5h-134l-132 -492q-18 -64 -18 -99q0 -30 14 -45t43 -20.5t82 -5.5h149q128 0 203.5 34t125.5 109t103 220h48 q-20 -50 -46 -148q-30 -110 -55 -262q-139 6 -469 6q-393 0 -592 -6zM534 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM969 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73 q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xcc;" horiz-adv-x="698" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6zM309 1901q0 23 14 41q17 20 46 20q23 0 47.5 -12t41.5 -31q29 -31 68 -90t75.5 -112.5t90.5 -121.5l-21 -20q-55 45 -100 78t-118 84.5t-105 83.5q-16 16 -27.5 37.5t-11.5 42.5z" />
+<glyph unicode="&#xcd;" horiz-adv-x="698" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6zM485 1604q75 50 131 91.5t140 106.5t130 92q39 24 78 24q43 0 58 -34q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xce;" horiz-adv-x="698" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6zM209 1610q147 45 274.5 116t206.5 150h37q57 -99 122 -163t163 -103l-9 -29q-111 21 -179 48.5t-117.5 55t-65.5 35.5q-226 -95 -422 -139z" />
+<glyph unicode="&#xcf;" horiz-adv-x="698" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-270 -1016q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41 q-96 6 -260 6q-171 0 -261 -6zM284 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM719 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5 q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1485" d="M-61 0l6 41q70 3 105.5 16t57.5 48.5t42 111.5l268 1016q19 74 19 101q0 40 -30 56.5t-108 18.5l6 41q110 -7 200 -7l50 1q282 6 309 6q288 0 433 -115t145 -338q0 -256 -126.5 -486t-349 -370.5t-495.5 -140.5q-28 0 -133.5 3t-153.5 3q-165 0 -245 -6zM135 707l12 52 h721l-12 -52h-721zM321 112q0 -39 28 -57t97 -18q254 0 434.5 138.5t272.5 369t92 504.5q0 185 -104 274.5t-334 89.5q-64 0 -100 -14.5t-58 -51.5t-41 -110l-268 -1024q-19 -71 -19 -101z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1577" d="M-147 -45q0 35 14 68.5t41 55t65 21.5q42 0 60 -24t18 -56q0 -33 -18.5 -67.5t-46.5 -61.5h6q106 4 170 107q78 123 161.5 444.5t182.5 835.5q4 24 4 46q0 34 -14.5 51.5t-47.5 24.5t-96 9l10 41q66 -6 183 -6q96 0 166 6l387 -1132q89 397 173 683t171 412 q90 131 221 131q66 0 94.5 -29t28.5 -75q0 -36 -14 -70t-41.5 -56t-65.5 -22q-41 0 -59.5 24t-18.5 56q0 33 19 67.5t47 61.5h-6q-100 -3 -168 -104q-91 -136 -189 -477t-223 -930h-45l-467 1319q-101 -516 -190 -870t-170 -462q-47 -60 -96.5 -94.5t-123.5 -34.5 q-122 0 -122 107zM719 1622q45 108 116.5 159.5t150.5 51.5q66 0 109 -21t111 -75t134 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-66 0 -109 21t-111 75t-134 54q-79 0 -144 -119z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM709 1901q0 23 14 41q17 20 46 20q23 0 47.5 -12t41.5 -31q29 -31 68 -90t75.5 -112.5t90.5 -121.5l-21 -20q-55 45 -100 78t-118 84.5t-105 83.5q-16 16 -27.5 37.5t-11.5 42.5z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM885 1604q75 50 131 91.5t140 106.5t130 92q39 24 78 24q43 0 58 -34q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM609 1610q147 45 274.5 116t206.5 150h37q57 -99 122 -163t163 -103l-9 -29q-111 21 -179 48.5t-117.5 55t-65.5 35.5q-226 -95 -422 -139z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM668 1622q45 108 116.5 159.5t150.5 51.5q66 0 109 -21t111 -75t134 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-66 0 -109 21t-111 75t-134 54q-79 0 -144 -119z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1493" d="M111 463q0 232 109 469t304.5 392t440.5 155q151 0 259.5 -58t166 -169t57.5 -267q0 -231 -110 -467.5t-306 -391.5t-440 -155q-151 0 -259 58t-165 168.5t-57 265.5zM328 436q0 -132 35.5 -228.5t99.5 -148t147 -51.5q155 0 298.5 147.5t232 381.5t88.5 477 q0 132 -36 228.5t-100 148t-147 51.5q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM684 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM1119 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30 t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1051" d="M55 373l457 354l-256 358l53 37l252 -358l465 362l33 -45l-465 -360l256 -354l-51 -37l-254 354l-459 -356z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1493" d="M-41 -121l245 260q-93 125 -93 324q0 232 109 469t304.5 392t440.5 155q247 0 374 -149l242 253l31 -27l-247 -261q83 -122 83 -310q0 -231 -110 -467.5t-306 -391.5t-440 -155q-232 0 -359 134l-239 -255zM328 436q0 -88 17 -163l861 930q-32 114 -100 176.5t-160 62.5 q-154 0 -297.5 -147.5t-232 -381.5t-88.5 -477zM359 222q33 -102 98.5 -158t152.5 -56q155 0 298.5 147.5t232 381.5t88.5 477q0 74 -12 138z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1397" d="M170 290q0 106 51 300l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q82 -6 264 -6q157 0 256 6l-12 -41q-75 -3 -112 -16t-58 -48t-41 -112l-181 -678q-45 -177 -45 -277q0 -113 55.5 -174t186.5 -61q215 0 338.5 139.5t189.5 390.5l168 639q14 56 14 91 q0 56 -35 79t-116 27l10 41q70 -6 207 -6q123 0 193 6l-11 -41q-72 -3 -111.5 -21t-63 -58t-42.5 -118l-159 -616q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-219 0 -315 111q-72 80 -72 208zM668 1901q0 23 14 41q17 20 46 20q23 0 47.5 -12t41.5 -31 q29 -31 68 -90t75.5 -112.5t90.5 -121.5l-21 -20q-55 45 -100 78t-118 84.5t-105 83.5q-16 16 -27.5 37.5t-11.5 42.5z" />
+<glyph unicode="&#xda;" horiz-adv-x="1397" d="M170 290q0 106 51 300l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q82 -6 264 -6q157 0 256 6l-12 -41q-75 -3 -112 -16t-58 -48t-41 -112l-181 -678q-45 -177 -45 -277q0 -113 55.5 -174t186.5 -61q215 0 338.5 139.5t189.5 390.5l168 639q14 56 14 91 q0 56 -35 79t-116 27l10 41q70 -6 207 -6q123 0 193 6l-11 -41q-72 -3 -111.5 -21t-63 -58t-42.5 -118l-159 -616q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-219 0 -315 111q-72 80 -72 208zM844 1604q75 50 131 91.5t140 106.5t130 92q39 24 78 24q43 0 58 -34 q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1397" d="M170 290q0 106 51 300l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q82 -6 264 -6q157 0 256 6l-12 -41q-75 -3 -112 -16t-58 -48t-41 -112l-181 -678q-45 -177 -45 -277q0 -113 55.5 -174t186.5 -61q215 0 338.5 139.5t189.5 390.5l168 639q14 56 14 91 q0 56 -35 79t-116 27l10 41q70 -6 207 -6q123 0 193 6l-11 -41q-72 -3 -111.5 -21t-63 -58t-42.5 -118l-159 -616q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-219 0 -315 111q-72 80 -72 208zM568 1610q147 45 274.5 116t206.5 150h37q57 -99 122 -163t163 -103 l-9 -29q-111 21 -179 48.5t-117.5 55t-65.5 35.5q-226 -95 -422 -139z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1397" d="M170 290q0 106 51 300l170 643q17 65 17 98q0 31 -13.5 47t-42.5 22.5t-82 8.5l13 41q82 -6 264 -6q157 0 256 6l-12 -41q-75 -3 -112 -16t-58 -48t-41 -112l-181 -678q-45 -177 -45 -277q0 -113 55.5 -174t186.5 -61q215 0 338.5 139.5t189.5 390.5l168 639q14 56 14 91 q0 56 -35 79t-116 27l10 41q70 -6 207 -6q123 0 193 6l-11 -41q-72 -3 -111.5 -21t-63 -58t-42.5 -118l-159 -616q-75 -285 -201 -434q-75 -88 -185 -139.5t-235 -51.5q-219 0 -315 111q-72 80 -72 208zM643 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73 q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM1078 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1372" d="M199 1102l67 198q22 64 46 102t61 57.5t94 19.5q108 0 174.5 -88t103.5 -245.5t64 -408.5q148 372 383 609q133 133 242 133q60 0 87 -31.5t27 -78.5q0 -30 -13 -63t-40.5 -56t-67.5 -23q-77 0 -77 81q0 33 18 67t47 61h-6q-55 -3 -113 -45q-108 -78 -231.5 -251.5 t-236.5 -447.5l-119 -475q-17 -66 -17 -99q0 -30 13.5 -46t42 -22.5t81.5 -8.5l-10 -41q-92 6 -254 6q-180 0 -268 -6l10 41q74 3 111 16t59 48.5t41 111.5l120 478q-73 671 -239 671q-35 0 -58 -22t-40 -74l-57 -168h-45zM836 1604q75 50 131 91.5t140 106.5t130 92 q39 24 78 24q43 0 58 -34q4 -9 4 -20q0 -25 -21.5 -49.5t-50.5 -40.5q-44 -26 -125.5 -56t-157 -60t-172.5 -77z" />
+<glyph unicode="&#xde;" horiz-adv-x="1239" d="M-68 0l11 41q72 3 108 16t57.5 48.5t41.5 111.5l270 1016q17 65 17 98q0 31 -14 47t-42.5 22.5t-81.5 8.5l10 41q84 -6 260 -6q165 0 262 6l-10 -41q-75 -3 -111.5 -16t-58 -48t-41.5 -112l-15 -58q198 3 216 3q201 0 304.5 -83t103.5 -227q0 -159 -97.5 -286 t-273.5 -199t-402 -72l-81 1l-25 -95q-17 -66 -17 -99q0 -30 13.5 -46t42.5 -22.5t82 -8.5l-8 -41q-96 6 -260 6q-171 0 -261 -6zM376 352h91q286 0 415.5 150t129.5 399q0 122 -62 180t-198 58q-90 0 -169 -7z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1120" d="M-100 -385l372 1423q52 197 112.5 317.5t155.5 183.5t240 63q98 0 160 -28.5t90.5 -75t28.5 -103.5q0 -89 -56.5 -162.5t-123.5 -135t-91 -83.5q-69 -63 -69 -154q0 -61 25 -108.5t59.5 -91.5t50.5 -66q58 -78 89.5 -149.5t31.5 -147.5q0 -96 -49 -170t-133 -115 t-185 -41q-68 0 -127.5 19.5t-97 59t-37.5 97.5q0 45 22.5 72t57.5 27q49 0 68.5 -44.5t19.5 -95.5q0 -29 -12 -77q42 -17 86 -17q62 0 110.5 25.5t76.5 73.5t28 114q0 133 -107 269q-11 13 -49.5 60t-61 98t-22.5 104q0 66 31 109t90.5 94.5t85.5 78.5q131 138 131 316 q0 108 -41 162.5t-110 54.5q-59 0 -103 -36.5t-80 -115.5t-71 -213l-412 -1562q-108 -3 -184 -29z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM409 1671q0 41 33 58 q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM602 1245 q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM340 1290 q133 57 249.5 151.5t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM366 1362 q45 107 116.5 159t150.5 52q59 0 97 -21t98 -75t118 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-59 0 -97.5 21t-98.5 74.5t-118 53.5q-79 0 -143 -118z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM428 1389q0 31 19 62 t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM863 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1071" d="M18 219q0 166 88.5 371t229 348t287.5 143q54 0 89.5 -40t41.5 -113l32 125q114 3 189 28l-256 -905q-15 -54 -15 -76q0 -51 46 -51q90 0 157 209l25 76h39l-51 -150q-42 -114 -105 -163.5t-131 -49.5q-38 0 -67.5 14.5t-45.5 39.5q-17 30 -17 72q0 30 7 62.5t15 62 t10 38.5l37 149q-98 -230 -199.5 -334t-212.5 -104q-94 0 -143.5 67.5t-49.5 180.5zM199 195q0 -85 18 -121.5t53 -36.5q57 0 136.5 87.5t156 233.5t126.5 312l38 149q2 32 2 45q0 82 -29.5 130t-83.5 48q-87 0 -185.5 -135.5t-165 -335.5t-66.5 -376zM578 1409 q0 58 30 106.5t81 76.5t112 28q49 0 89 -20.5t63.5 -57.5t23.5 -86q0 -56 -32 -104.5t-85 -77.5t-112 -29q-74 0 -122 44.5t-48 119.5zM631 1411q0 -58 37 -90.5t88 -32.5q43 0 82 22.5t62.5 61.5t23.5 86q0 37 -19 64t-49 41t-63 14q-41 0 -78.5 -23.5t-60.5 -62t-23 -80.5 z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1350" d="M6 199q0 176 112 380t282.5 343t332.5 139q89 0 135 -72q126 92 260 92q86 0 139.5 -40t53.5 -115q0 -161 -185 -279t-430 -196q-20 -102 -20 -197q0 -197 141 -197q167 0 308 205l41 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-100 0 -166.5 46.5t-90.5 136.5 q-118 -183 -296 -183q-102 0 -153.5 62t-51.5 166zM186 174q0 -64 22 -100.5t68 -36.5q51 0 110 39.5t112 123.5q-4 29 -4 60q0 107 44 241t123 260t180 208q-36 49 -93 49q-110 0 -243.5 -124t-226 -320t-92.5 -400zM715 490q205 72 282 133q76 59 118 143.5t42 183.5 q0 44 -19.5 68t-54.5 24q-60 0 -133 -77t-137.5 -204.5t-97.5 -270.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="885" d="M8 -340l14 31q30 -13 55 -20t68 -7q27 0 61.5 10t60.5 33.5t26 61.5q0 49 -58 49q-33 0 -63 -15l94 197h55l-69 -147q39 14 84 14q41 0 64.5 -22t23.5 -60q0 -56 -39 -94.5t-97.5 -57t-115.5 -18.5q-53 0 -97.5 13.5t-66.5 31.5zM37 272q0 166 78 357t219 321.5 t321 130.5q61 0 111.5 -21t80.5 -60.5t30 -92.5q0 -40 -18 -78t-51.5 -62t-76.5 -24q-41 0 -62.5 23t-21.5 57q0 58 45.5 100.5t108.5 53.5q-44 63 -139 63q-103 0 -204.5 -110.5t-166 -292.5t-64.5 -383q0 -100 38 -148.5t106 -48.5q166 0 307 205l41 -16 q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-126 0 -198 77t-72 224z" />
+<glyph unicode="&#xe8;" horiz-adv-x="879" d="M25 260q0 155 91 350.5t246.5 333t337.5 137.5q66 0 109 -35t43 -100q0 -166 -185 -289t-427 -205q-23 -102 -23 -198q0 -197 141 -197q175 0 316 205l33 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-127 0 -198.5 74.5t-71.5 214.5zM249 491q202 71 279 132 q76 59 118 143.5t42 183.5q0 55 -8 73.5t-25 18.5q-66 0 -147 -76.5t-151.5 -204t-107.5 -270.5zM358 1671q0 41 33 58q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="&#xe9;" horiz-adv-x="879" d="M25 260q0 155 91 350.5t246.5 333t337.5 137.5q66 0 109 -35t43 -100q0 -166 -185 -289t-427 -205q-23 -102 -23 -198q0 -197 141 -197q175 0 316 205l33 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-127 0 -198.5 74.5t-71.5 214.5zM249 491q202 71 279 132 q76 59 118 143.5t42 183.5q0 55 -8 73.5t-25 18.5q-66 0 -147 -76.5t-151.5 -204t-107.5 -270.5zM551 1245q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xea;" horiz-adv-x="879" d="M25 260q0 155 91 350.5t246.5 333t337.5 137.5q66 0 109 -35t43 -100q0 -166 -185 -289t-427 -205q-23 -102 -23 -198q0 -197 141 -197q175 0 316 205l33 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-127 0 -198.5 74.5t-71.5 214.5zM249 491q202 71 279 132 q76 59 118 143.5t42 183.5q0 55 -8 73.5t-25 18.5q-66 0 -147 -76.5t-151.5 -204t-107.5 -270.5zM289 1290q133 57 249.5 151.5t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#xeb;" horiz-adv-x="879" d="M25 260q0 155 91 350.5t246.5 333t337.5 137.5q66 0 109 -35t43 -100q0 -166 -185 -289t-427 -205q-23 -102 -23 -198q0 -197 141 -197q175 0 316 205l33 -16q-42 -72 -106 -134.5t-143.5 -101.5t-162.5 -39q-127 0 -198.5 74.5t-71.5 214.5zM249 491q202 71 279 132 q76 59 118 143.5t42 183.5q0 55 -8 73.5t-25 18.5q-66 0 -147 -76.5t-151.5 -204t-107.5 -270.5zM377 1389q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM812 1389q0 31 19 62t50.5 51t67.5 20 q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xec;" horiz-adv-x="618" d="M66 721l53 149q42 117 110 164t144 47q136 0 136 -128q0 -60 -34 -158l-219 -621q-16 -44 -16 -75q0 -52 49 -52q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 125q0 63 36 162l220 621q15 45 15 75q0 52 -44 52q-47 0 -84 -49.5 t-78 -159.5l-29 -76h-38zM141 1671q0 41 33 58q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="&#xed;" horiz-adv-x="618" d="M66 721l53 149q42 117 110 164t144 47q136 0 136 -128q0 -60 -34 -158l-219 -621q-16 -44 -16 -75q0 -52 49 -52q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 125q0 63 36 162l220 621q15 45 15 75q0 52 -44 52q-47 0 -84 -49.5 t-78 -159.5l-29 -76h-38zM334 1245q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xee;" horiz-adv-x="618" d="M66 721l53 149q42 117 110 164t144 47q136 0 136 -128q0 -60 -34 -158l-219 -621q-16 -44 -16 -75q0 -52 49 -52q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 125q0 63 36 162l220 621q15 45 15 75q0 52 -44 52q-47 0 -84 -49.5 t-78 -159.5l-29 -76h-38zM72 1290q133 57 249.5 151.5t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#xef;" horiz-adv-x="618" d="M66 721l53 149q42 117 110 164t144 47q136 0 136 -128q0 -60 -34 -158l-219 -621q-16 -44 -16 -75q0 -52 49 -52q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 125q0 63 36 162l220 621q15 45 15 75q0 52 -44 52q-47 0 -84 -49.5 t-78 -159.5l-29 -76h-38zM160 1389q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM595 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5 q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xf0;" horiz-adv-x="997" d="M43 293q0 160 70.5 346t201.5 314t301 128q63 0 108 -31q-28 167 -113 289l-378 -168l-12 37l367 162q-91 115 -250 197l24 35q190 -71 316 -190l328 144l12 -36l-311 -137q208 -219 208 -576q0 -184 -71 -379t-205.5 -326t-314.5 -131q-131 0 -206 81.5t-75 240.5z M219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 78 -9 148q-39 30 -114 30q-102 0 -193.5 -133.5t-147.5 -333.5t-56 -383z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1188" d="M63 721l52 149q72 211 243 211q121 0 121 -121q0 -55 -28 -165l-71 -280q88 208 169.5 332t164.5 179t179 55q165 0 165 -154q0 -61 -30 -155l-199 -598q-16 -48 -16 -77q0 -50 49 -50q42 0 80 46.5t78 162.5l27 76h38l-51 -150q-72 -211 -248 -211q-92 0 -129 60 q-16 26 -16 67q0 58 35 160l194 586q21 61 21 101q0 71 -66 71q-79 0 -178 -114.5t-194.5 -314.5t-166.5 -444l-36 -143h-178l245 879q15 49 15 77q0 50 -45 50q-31 0 -55.5 -19.5t-49 -64.5t-53.5 -125l-27 -76h-39zM391 1362q45 107 116.5 159t150.5 52q59 0 97 -21 t98 -75t118 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-59 0 -97.5 21t-98.5 74.5t-118 53.5q-79 0 -143 -118z" />
+<glyph unicode="&#xf2;" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384zM399 1671q0 41 33 58q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="&#xf3;" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384zM592 1245q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384zM330 1290q133 57 249.5 151.5t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#xf5;" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384zM356 1362q45 107 116.5 159t150.5 52q59 0 97 -21t98 -75t118 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-59 0 -97.5 21t-98.5 74.5t-118 53.5q-79 0 -143 -118z" />
+<glyph unicode="&#xf6;" horiz-adv-x="999" d="M43 293q0 161 71.5 346.5t206.5 313.5t314 128q131 0 205.5 -81t74.5 -240q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-131 0 -206 81.5t-75 240.5zM219 190q0 -178 117 -178q105 0 198 133t149 332.5t56 384.5q0 92 -28.5 135t-87.5 43q-105 0 -198.5 -133 t-149.5 -333t-56 -384zM418 1389q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM853 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5 q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1346" d="M178 696l19 62h1026l-19 -62h-1026zM509 400q0 14 5 32q13 46 56 79.5t89 33.5q39 0 63 -22.5t24 -58.5q0 -14 -5 -32q-14 -47 -57 -81t-90 -34q-38 0 -61.5 23.5t-23.5 59.5zM679 990q0 14 5 32q14 46 56.5 79.5t88.5 33.5q39 0 63 -23t24 -59q0 -13 -5 -31 q-13 -48 -56 -80.5t-91 -32.5q-38 0 -61.5 22.5t-23.5 58.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="999" d="M-74 -123l169 205q-52 81 -52 211q0 161 71.5 346.5t206.5 313.5t314 128q139 0 211 -88l172 207l26 -24l-175 -215q46 -78 46 -201q0 -161 -71.5 -346.5t-206 -314t-313.5 -128.5q-130 0 -204 79l-165 -200zM219 212l520 672q-4 81 -32.5 118.5t-83.5 37.5 q-103 0 -195 -128.5t-148.5 -322.5t-60.5 -377zM221 147q12 -135 115 -135q102 0 192 124t147 313t63 372z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1161" d="M59 721l52 149q72 211 247 211q144 0 144 -127q0 -56 -33 -159l-195 -586q-20 -60 -20 -102q0 -70 65 -70q78 0 173.5 114t188 318t162.5 462l31 122q117 3 187 28l-254 -907q-15 -52 -15 -80q0 -47 44 -47q45 0 82.5 48.5t76.5 160.5l27 76h39l-51 -150 q-74 -211 -248 -211q-34 0 -62.5 14.5t-42.5 41.5q-12 25 -12 63q0 54 29 168l65 257q-82 -198 -158.5 -317.5t-154 -173t-166.5 -53.5q-173 0 -173 158q0 64 30 152l198 598q16 50 16 77q0 50 -48 50q-42 0 -80 -46.5t-78 -162.5l-27 -76h-39zM378 1671q0 41 33 58 q15 6 32 6q53 0 89 -64q25 -43 54 -119t58 -147.5t75 -165.5l-27 -12q-51 72 -93 125.5t-107.5 131.5t-92.5 122q-21 34 -21 65z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1161" d="M59 721l52 149q72 211 247 211q144 0 144 -127q0 -56 -33 -159l-195 -586q-20 -60 -20 -102q0 -70 65 -70q78 0 173.5 114t188 318t162.5 462l31 122q117 3 187 28l-254 -907q-15 -52 -15 -80q0 -47 44 -47q45 0 82.5 48.5t76.5 160.5l27 76h39l-51 -150 q-74 -211 -248 -211q-34 0 -62.5 14.5t-42.5 41.5q-12 25 -12 63q0 54 29 168l65 257q-82 -198 -158.5 -317.5t-154 -173t-166.5 -53.5q-173 0 -173 158q0 64 30 152l198 598q16 50 16 77q0 50 -48 50q-42 0 -80 -46.5t-78 -162.5l-27 -76h-39zM571 1245q56 66 97.5 120 t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5t-145 -121.5z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1161" d="M59 721l52 149q72 211 247 211q144 0 144 -127q0 -56 -33 -159l-195 -586q-20 -60 -20 -102q0 -70 65 -70q78 0 173.5 114t188 318t162.5 462l31 122q117 3 187 28l-254 -907q-15 -52 -15 -80q0 -47 44 -47q45 0 82.5 48.5t76.5 160.5l27 76h39l-51 -150 q-74 -211 -248 -211q-34 0 -62.5 14.5t-42.5 41.5q-12 25 -12 63q0 54 29 168l65 257q-82 -198 -158.5 -317.5t-154 -173t-166.5 -53.5q-173 0 -173 158q0 64 30 152l198 598q16 50 16 77q0 50 -48 50q-42 0 -80 -46.5t-78 -162.5l-27 -76h-39zM309 1290q133 57 249.5 151.5 t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1161" d="M59 721l52 149q72 211 247 211q144 0 144 -127q0 -56 -33 -159l-195 -586q-20 -60 -20 -102q0 -70 65 -70q78 0 173.5 114t188 318t162.5 462l31 122q117 3 187 28l-254 -907q-15 -52 -15 -80q0 -47 44 -47q45 0 82.5 48.5t76.5 160.5l27 76h39l-51 -150 q-74 -211 -248 -211q-34 0 -62.5 14.5t-42.5 41.5q-12 25 -12 63q0 54 29 168l65 257q-82 -198 -158.5 -317.5t-154 -173t-166.5 -53.5q-173 0 -173 158q0 64 30 152l198 598q16 50 16 77q0 50 -48 50q-42 0 -80 -46.5t-78 -162.5l-27 -76h-39zM397 1389q0 31 19 62t51 51 t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM832 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#xfd;" horiz-adv-x="985" d="M-150 -301q0 42 33 67t78 25q43 0 83 -21t87 -59q161 85 307 245l-151 918q-11 63 -25.5 88t-40.5 25t-54 -40t-67 -148l-26 -76h-39l51 149q72 209 236 209q43 0 72 -17t47 -58t28 -113l105 -770q112 154 194 326t115 339q-63 33 -109.5 81t-46.5 108q0 49 29 76.5 t75 27.5q107 0 107 -166q0 -131 -58 -295t-150.5 -325t-194.5 -289q-192 -239 -404 -340q-107 -51 -178 -51q-44 0 -73.5 22t-29.5 62zM506 1245q56 66 97.5 120t105.5 141.5t104 127.5q40 46 84 46q25 0 45 -15q16 -16 16 -40q0 -41 -46 -87q-36 -38 -106 -89t-134 -100.5 t-145 -121.5z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1128" d="M-141 -371l12 43q50 0 79.5 11.5t48 39t32.5 76.5l386 1366q-62 -136 -146 -241.5t-203 -218.5l-23 26q98 96 162 168.5t129 178.5t129 259l74 262q113 5 186 29l-259 -903q90 191 179.5 273.5t192.5 82.5q99 0 156 -73t57 -215q0 -166 -73.5 -359.5t-210.5 -328 t-316 -134.5q-56 0 -101 31t-66 87l-77 -269q-8 -29 -8 -49q0 -54 45 -76.5t129 -22.5l-13 -43q-24 1 -107.5 5t-166.5 4q-66 0 -138 -4t-89 -5zM299 141q26 -67 62 -95t88 -28q109 0 207 136t158 331t60 353q0 88 -25 133t-71 45q-53 0 -123 -69.5t-137.5 -187.5 t-114.5 -255z" />
+<glyph unicode="&#xff;" horiz-adv-x="985" d="M-150 -301q0 42 33 67t78 25q43 0 83 -21t87 -59q161 85 307 245l-151 918q-11 63 -25.5 88t-40.5 25t-54 -40t-67 -148l-26 -76h-39l51 149q72 209 236 209q43 0 72 -17t47 -58t28 -113l105 -770q112 154 194 326t115 339q-63 33 -109.5 81t-46.5 108q0 49 29 76.5 t75 27.5q107 0 107 -166q0 -131 -58 -295t-150.5 -325t-194.5 -289q-192 -239 -404 -340q-107 -51 -178 -51q-44 0 -73.5 22t-29.5 62zM332 1389q0 31 19 62t51 51t68 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5z M767 1389q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#x152;" horiz-adv-x="1958" d="M115 463q0 232 103.5 469t289.5 392t420 155q114 0 207 -31q190 -4 516 -4q266 0 383 6q-26 -68 -78 -242q-27 -70 -27 -127h-45q15 86 15 145q0 96 -42.5 136.5t-138.5 40.5h-170q-71 0 -106.5 -12t-57 -46.5t-41.5 -111.5l-128 -483h200q58 0 96.5 30.5t62 76 t52.5 122.5h45q-28 -85 -45 -154.5t-24 -95.5q-28 -97 -54 -250h-45q0 20 5.5 63t5.5 64q0 45 -23 72t-84 31h-203l-131 -492q-17 -66 -17 -99q0 -30 13.5 -45t41.5 -20.5t79 -5.5h190q99 0 163 34t110.5 111t93.5 218h45q-11 -26 -23.5 -74t-19.5 -74q-39 -143 -53 -262 q-133 6 -443 6q-307 0 -489 -4q-110 -31 -209 -31q-139 0 -237.5 57.5t-150.5 168t-52 266.5zM332 436q0 -132 30.5 -228.5t85 -148t125.5 -51.5q90 0 150 18t99.5 63.5t60.5 127.5l270 1016q11 40 11 76q0 79 -59 106t-171 27q-156 0 -295 -147t-223 -380.5t-84 -478.5z " />
+<glyph unicode="&#x153;" horiz-adv-x="1473" d="M31 293q0 152 89 334t242.5 308t337.5 126q90 0 135.5 -38.5t45.5 -105.5q0 -13 -2 -30q81 91 175.5 142.5t196.5 51.5q86 0 139.5 -40t53.5 -115q0 -161 -185 -279t-430 -196q-20 -102 -20 -197q0 -197 141 -197q168 0 307 205l41 -16q-41 -72 -105 -134.5 t-143.5 -101.5t-162.5 -39q-120 0 -191.5 67.5t-78.5 194.5q-130 -262 -336 -262q-114 0 -182 82t-68 240zM207 190q0 -89 23.5 -128t72.5 -39q91 0 175.5 85.5t143.5 231.5q14 108 62.5 228.5t120.5 225.5q25 62 25 110q0 50 -27.5 80t-87.5 30q-135 0 -252 -128.5 t-186.5 -321.5t-69.5 -374zM838 490q205 72 282 133q76 59 118 143.5t42 183.5q0 44 -19.5 68t-54.5 24q-60 0 -133 -77t-137.5 -204.5t-97.5 -270.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1372" d="M199 1102l67 198q22 64 46 102t61 57.5t94 19.5q108 0 174.5 -88t103.5 -245.5t64 -408.5q148 372 383 609q133 133 242 133q60 0 87 -31.5t27 -78.5q0 -30 -13 -63t-40.5 -56t-67.5 -23q-77 0 -77 81q0 33 18 67t47 61h-6q-55 -3 -113 -45q-108 -78 -231.5 -251.5 t-236.5 -447.5l-119 -475q-17 -66 -17 -99q0 -30 13.5 -46t42 -22.5t81.5 -8.5l-10 -41q-92 6 -254 6q-180 0 -268 -6l10 41q74 3 111 16t59 48.5t41 111.5l120 478q-73 671 -239 671q-35 0 -58 -22t-40 -74l-57 -168h-45zM635 1686q0 31 19 62t51 51t68 20q43 0 72.5 -30 t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-46 0 -74.5 29.5t-28.5 75.5zM1070 1686q0 31 19 62t50.5 51t67.5 20q43 0 72.5 -30t29.5 -73q0 -33 -19 -64.5t-50.5 -51t-67.5 -19.5q-45 0 -73.5 30t-28.5 75z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M96 1290q133 57 249.5 151.5t191.5 200.5h36q22 -128 78 -210.5t166 -141.5l-8 -28q-119 33 -196 84t-148 129q-179 -141 -359 -213z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M182 1362q45 107 116.5 159t150.5 52q59 0 97 -21t98 -75t118 -54q78 0 143 119l37 -10q-45 -107 -116.5 -159t-149.5 -52q-59 0 -97.5 21t-98.5 74.5t-118 53.5q-79 0 -143 -118z" />
+<glyph unicode="&#x2000;" horiz-adv-x="981" />
+<glyph unicode="&#x2001;" horiz-adv-x="1962" />
+<glyph unicode="&#x2002;" horiz-adv-x="981" />
+<glyph unicode="&#x2003;" horiz-adv-x="1962" />
+<glyph unicode="&#x2004;" horiz-adv-x="654" />
+<glyph unicode="&#x2005;" horiz-adv-x="490" />
+<glyph unicode="&#x2006;" horiz-adv-x="327" />
+<glyph unicode="&#x2007;" horiz-adv-x="327" />
+<glyph unicode="&#x2008;" horiz-adv-x="245" />
+<glyph unicode="&#x2009;" horiz-adv-x="392" />
+<glyph unicode="&#x200a;" horiz-adv-x="109" />
+<glyph unicode="&#x2010;" horiz-adv-x="1032" d="M109 461l30 119h740l-31 -119h-739z" />
+<glyph unicode="&#x2011;" horiz-adv-x="1032" d="M109 461l30 119h740l-31 -119h-739z" />
+<glyph unicode="&#x2012;" horiz-adv-x="1032" d="M109 461l30 119h740l-31 -119h-739z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1491" d="M102 500l21 82h1231l-23 -82h-1229z" />
+<glyph unicode="&#x2014;" horiz-adv-x="2052" d="M102 500l21 82h1792l-23 -82h-1790z" />
+<glyph unicode="&#x2018;" horiz-adv-x="489" d="M252 1104q0 71 36 143t104 135.5t161 108.5l10 -28q-97 -59 -154 -129t-63 -140q59 52 107 52q36 0 56.5 -19.5t20.5 -52.5q0 -43 -27.5 -87.5t-71.5 -73.5t-89 -29t-67.5 35t-22.5 85z" />
+<glyph unicode="&#x2019;" horiz-adv-x="492" d="M256 975q97 59 154 129t63 140q-59 -52 -107 -52q-36 0 -56.5 19.5t-20.5 52.5q0 43 27.5 87.5t71.5 73.5t89 29t67.5 -35t22.5 -85q0 -71 -36 -143t-104 -135.5t-161 -108.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="516" d="M-47 -246q97 59 154 129t63 140q-59 -52 -107 -52q-36 0 -56.5 19.5t-20.5 52.5q0 43 27.5 87.5t71.5 73.5t89 29t67.5 -35t22.5 -85q0 -71 -36 -143t-104 -135.5t-161 -108.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="817" d="M254 1106q0 71 36 143t104.5 135.5t160.5 108.5l11 -28q-97 -59 -154 -129t-64 -140q59 52 107 52q27 0 42 -19.5t15 -52.5q0 -43 -24.5 -87.5t-63.5 -73.5t-80 -29q-90 0 -90 120zM594 1106q0 71 36 143t104.5 135.5t160.5 108.5l11 -28q-97 -59 -154 -129t-64 -140 q59 52 107 52q27 0 42 -19.5t15 -52.5q0 -43 -24.5 -87.5t-63.5 -73.5t-80 -29q-90 0 -90 120z" />
+<glyph unicode="&#x201d;" horiz-adv-x="821" d="M247 981q97 59 154 129t64 140q-59 -52 -107 -52q-27 0 -42 19.5t-15 52.5q0 43 24.5 87.5t63.5 73.5t80 29q90 0 90 -120q0 -71 -36 -143t-104.5 -135.5t-160.5 -108.5zM587 981q97 59 154 129t64 140q-59 -52 -107 -52q-27 0 -42 19.5t-15 52.5q0 43 24.5 87.5 t63.5 73.5t80 29q90 0 90 -120q0 -71 -36 -143t-104.5 -135.5t-160.5 -108.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="838" d="M-66 -246q97 59 154 129t64 140q-59 -52 -107 -52q-27 0 -42 19.5t-15 52.5q0 43 24.5 87.5t63.5 73.5t80 29q90 0 90 -120q0 -71 -36 -143t-104.5 -135.5t-160.5 -108.5zM274 -246q97 59 154 129t64 140q-59 -52 -107 -52q-27 0 -42 19.5t-15 52.5q0 43 24.5 87.5 t63.5 73.5t80 29q90 0 90 -120q0 -71 -36 -143t-104.5 -135.5t-160.5 -108.5z" />
+<glyph unicode="&#x2022;" horiz-adv-x="911" d="M138 481q0 19 1 29q9 80 55 147t116.5 106.5t150.5 39.5q74 0 134.5 -34.5t95 -94t34.5 -132.5q0 -10 -2 -32q-8 -80 -54 -146.5t-117 -105.5t-151 -39q-74 0 -134 34.5t-94.5 94.5t-34.5 133z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1649" d="M-3 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75zM572 76q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75zM1146 76 q0 40 22 76.5t57.5 58.5t73.5 22q46 0 75 -30.5t29 -76.5q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 30t-29 75z" />
+<glyph unicode="&#x202f;" horiz-adv-x="392" />
+<glyph unicode="&#x2039;" horiz-adv-x="721" d="M49 498v4q157 110 294 253t271 326h37q-42 -90 -120 -206t-166.5 -218.5t-161.5 -156.5q57 -47 116.5 -141t106 -200t66.5 -188h-37q-181 353 -406 527z" />
+<glyph unicode="&#x203a;" horiz-adv-x="719" d="M31 -29q42 90 120 206t166.5 219t161.5 157q-57 47 -116.5 140.5t-106 199.5t-66.5 188h37q181 -354 406 -528v-2q-157 -112 -294.5 -254.5t-270.5 -325.5h-37z" />
+<glyph unicode="&#x205f;" horiz-adv-x="490" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1231" d="M78 608l12 41h171q19 82 49 164h-177l12 41h181q67 170 170.5 311.5t239 227.5t290.5 86q132 0 213 -72q59 -56 59 -115q0 -35 -19 -68t-51.5 -53t-70.5 -20q-39 0 -62.5 21t-23.5 57q0 48 36.5 87.5t90.5 53.5q-11 30 -57.5 52t-102.5 22q-101 0 -197.5 -80t-177 -214 t-139.5 -296h416l-35 -41h-395q-28 -82 -48 -164h308l-37 -41h-280q-33 -154 -33 -280q0 -159 54.5 -240.5t160.5 -81.5q62 0 123 23.5t86 54.5q-64 12 -64 76q0 36 20.5 68t55 51.5t72.5 19.5q39 0 61.5 -21t22.5 -57q0 -93 -140 -178q-117 -72 -256 -72 q-118 0 -204.5 51.5t-133.5 149.5t-47 236q0 93 21 200h-174z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2286" d="M330 1450q108 -6 372 -6q263 0 371 6q-14 -101 -14 -180q0 -66 6 -107h-47q-9 132 -40 186t-91 54h-111v-612q0 -60 10.5 -86t39.5 -36t96 -14v-41q-98 7 -220 7q-135 0 -221 -7v41q66 4 95 14t40 36.5t11 85.5v612h-111q-60 0 -91 -54t-40 -186h-47q6 41 6 107 q0 79 -14 180zM1190 614v41q48 4 68.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-68.5 11v41q46 -6 129 -6q71 0 139 6l248 -608l227 602h97q99 0 157 6v-41q-48 -3 -68.5 -11t-28 -30.5t-7.5 -73.5v-524q0 -51 7.5 -73t28 -30t68.5 -12v-41q-79 7 -178 7 q-95 0 -160 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-291 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-49 7 -106 7q-75 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1080" d="M0 0v1080h1080v-1080h-1080z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1772" d="M-59 -385l386 1397h-188l13 41h187q30 101 77.5 189t103.5 138q157 140 367 140q143 0 231 -87l25 23q87 74 198.5 110t229.5 36q73 0 135.5 -21.5t96.5 -67.5q18 -29 18 -64q0 -40 -21.5 -75.5t-57.5 -57.5t-75 -22q-45 0 -74 29.5t-29 73.5q0 15 3 28q7 46 41.5 82 t79.5 46q-50 18 -133 18q-113 0 -215 -66q-57 -38 -96.5 -98t-69 -141t-64.5 -211l-1 -2h390q117 3 187 28l-277 -907q-14 -48 -14 -76q0 -51 47 -51q42 0 79 46.5t81 162.5l28 76h39l-53 -150q-40 -111 -107 -161t-145 -50q-143 0 -143 124q0 61 37 163l229 754h-389 l-389 -1368q-108 -3 -184 -29l396 1397h-417l-379 -1368q-108 -3 -184 -29zM515 1053h417q33 120 70.5 205.5t88.5 145.5q-78 79 -200 79q-97 0 -172 -49q-71 -48 -116.5 -135.5t-86.5 -243.5z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1800" d="M-59 -385l386 1397h-188l13 41h187q30 101 77.5 189t103.5 138q157 140 367 140q151 0 241 -98q71 59 160 90.5t178 31.5h39q109 1 195.5 22t169.5 62l-428 -1454q-13 -47 -13 -73q0 -54 48 -54q41 0 77 47.5t76 161.5l27 76h39l-51 -150q-74 -211 -246 -211 q-141 0 -141 133q0 59 28 154l334 1108q11 36 11 61q0 43 -31.5 64.5t-104.5 21.5h-25q-71 0 -159 -53q-48 -27 -82 -80.5t-59.5 -128t-57.5 -196.5l-1 -2h241l-13 -41h-239l-379 -1368q-108 -3 -184 -29l386 1397h-419l-379 -1368q-108 -3 -184 -29zM515 1053h419 q34 124 72.5 206t92.5 137q-79 87 -208 87q-97 0 -172 -49q-71 -48 -116.5 -135.5t-86.5 -243.5z" />
+<hkern u1="&#x29;" u2="&#x7d;" k="43" />
+<hkern u1="&#x29;" u2="]" k="31" />
+<hkern u1="&#x29;" u2="&#x29;" k="117" />
+<hkern u1="&#x30;" u2="&#xb0;" k="92" />
+<hkern u1="&#x30;" u2="&#x7d;" k="47" />
+<hkern u1="&#x30;" u2="]" k="41" />
+<hkern u1="&#x30;" u2="\" k="127" />
+<hkern u1="&#x30;" u2="&#x33;" k="31" />
+<hkern u1="&#x30;" u2="&#x29;" k="117" />
+<hkern u1="&#x31;" u2="&#x7d;" k="35" />
+<hkern u1="&#x31;" u2="]" k="35" />
+<hkern u1="&#x31;" u2="\" k="59" />
+<hkern u1="&#x31;" u2="&#x35;" k="33" />
+<hkern u1="&#x31;" u2="&#x33;" k="27" />
+<hkern u1="&#x31;" u2="&#x29;" k="102" />
+<hkern u1="&#x32;" u2="&#xb7;" k="29" />
+<hkern u1="&#x32;" u2="&#xb0;" k="84" />
+<hkern u1="&#x32;" u2="&#xa4;" k="23" />
+<hkern u1="&#x32;" u2="&#x7d;" k="31" />
+<hkern u1="&#x32;" u2="]" k="37" />
+<hkern u1="&#x32;" u2="\" k="131" />
+<hkern u1="&#x32;" u2="&#x35;" k="51" />
+<hkern u1="&#x32;" u2="&#x33;" k="43" />
+<hkern u1="&#x32;" u2="&#x29;" k="94" />
+<hkern u1="&#x33;" u2="&#xb7;" k="25" />
+<hkern u1="&#x33;" u2="&#xb0;" k="86" />
+<hkern u1="&#x33;" u2="&#x7d;" k="33" />
+<hkern u1="&#x33;" u2="]" k="35" />
+<hkern u1="&#x33;" u2="\" k="121" />
+<hkern u1="&#x33;" u2="&#x35;" k="35" />
+<hkern u1="&#x33;" u2="&#x33;" k="29" />
+<hkern u1="&#x33;" u2="&#x29;" k="86" />
+<hkern u1="&#x34;" u2="&#x20ac;" k="39" />
+<hkern u1="&#x34;" u2="&#xf7;" k="72" />
+<hkern u1="&#x34;" u2="&#xd7;" k="49" />
+<hkern u1="&#x34;" u2="&#xb7;" k="66" />
+<hkern u1="&#x34;" u2="&#xb0;" k="92" />
+<hkern u1="&#x34;" u2="&#xa4;" k="74" />
+<hkern u1="&#x34;" u2="&#x7d;" k="25" />
+<hkern u1="&#x34;" u2="]" k="31" />
+<hkern u1="&#x34;" u2="\" k="156" />
+<hkern u1="&#x34;" u2="&#x3d;" k="47" />
+<hkern u1="&#x34;" u2="&#x39;" k="41" />
+<hkern u1="&#x34;" u2="&#x37;" k="57" />
+<hkern u1="&#x34;" u2="&#x35;" k="68" />
+<hkern u1="&#x34;" u2="&#x33;" k="76" />
+<hkern u1="&#x34;" u2="&#x31;" k="43" />
+<hkern u1="&#x34;" u2="&#x2b;" k="55" />
+<hkern u1="&#x34;" u2="&#x29;" k="74" />
+<hkern u1="&#x34;" u2="&#x23;" k="35" />
+<hkern u1="&#x34;" u2="&#x20;" k="45" />
+<hkern u1="&#x35;" u2="&#xf7;" k="55" />
+<hkern u1="&#x35;" u2="&#xb7;" k="31" />
+<hkern u1="&#x35;" u2="&#xb0;" k="37" />
+<hkern u1="&#x35;" u2="&#xa4;" k="20" />
+<hkern u1="&#x35;" u2="&#x7d;" k="23" />
+<hkern u1="&#x35;" u2="]" k="27" />
+<hkern u1="&#x35;" u2="\" k="74" />
+<hkern u1="&#x35;" u2="&#x35;" k="39" />
+<hkern u1="&#x35;" u2="&#x33;" k="45" />
+<hkern u1="&#x35;" u2="&#x29;" k="78" />
+<hkern u1="&#x36;" u2="&#x7d;" k="20" />
+<hkern u1="&#x36;" u2="&#x33;" k="20" />
+<hkern u1="&#x36;" u2="&#x29;" k="72" />
+<hkern u1="&#x37;" u2="&#xb7;" k="41" />
+<hkern u1="&#x37;" u2="&#x35;" k="31" />
+<hkern u1="&#x37;" u2="&#x34;" k="84" />
+<hkern u1="&#x37;" u2="&#x2f;" k="41" />
+<hkern u1="&#x37;" u2="&#x29;" k="80" />
+<hkern u1="&#x37;" u2="&#x20;" k="20" />
+<hkern u1="&#x38;" u2="&#xf7;" k="25" />
+<hkern u1="&#x38;" u2="&#x7d;" k="23" />
+<hkern u1="&#x38;" u2="]" k="27" />
+<hkern u1="&#x38;" u2="&#x33;" k="25" />
+<hkern u1="&#x38;" u2="&#x2b;" k="31" />
+<hkern u1="&#x38;" u2="&#x29;" k="92" />
+<hkern u1="&#x39;" u2="&#xb0;" k="106" />
+<hkern u1="&#x39;" u2="&#x7d;" k="45" />
+<hkern u1="&#x39;" u2="]" k="37" />
+<hkern u1="&#x39;" u2="\" k="129" />
+<hkern u1="&#x39;" u2="&#x33;" k="27" />
+<hkern u1="&#x39;" u2="&#x29;" k="106" />
+<hkern u1="&#x3d;" u2="&#x35;" k="20" />
+<hkern u1="&#x3d;" u2="&#x34;" k="49" />
+<hkern u1="&#x3d;" u2="&#x33;" k="20" />
+<hkern u1="H" u2="&#xf0;" k="-6" />
+<hkern u1="H" u2="&#xef;" k="-23" />
+<hkern u1="H" u2="v" k="27" />
+<hkern u1="H" u2="b" k="23" />
+<hkern u1="I" u2="&#xf0;" k="-6" />
+<hkern u1="I" u2="&#xef;" k="-23" />
+<hkern u1="I" u2="v" k="27" />
+<hkern u1="I" u2="b" k="23" />
+<hkern u1="M" u2="&#xf0;" k="-6" />
+<hkern u1="M" u2="&#xef;" k="-23" />
+<hkern u1="M" u2="v" k="27" />
+<hkern u1="M" u2="b" k="23" />
+<hkern u1="[" u2="&#x7b;" k="23" />
+<hkern u1="[" u2="&#x38;" k="23" />
+<hkern u1="[" u2="&#x37;" k="23" />
+<hkern u1="[" u2="&#x36;" k="31" />
+<hkern u1="[" u2="&#x32;" k="20" />
+<hkern u1="[" u2="&#x31;" k="27" />
+<hkern u1="[" u2="&#x30;" k="39" />
+<hkern u1="[" u2="&#x28;" k="29" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-37" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="33" />
+<hkern u1="&#x7b;" u2="&#x38;" k="25" />
+<hkern u1="&#x7b;" u2="&#x37;" k="23" />
+<hkern u1="&#x7b;" u2="&#x36;" k="45" />
+<hkern u1="&#x7b;" u2="&#x32;" k="20" />
+<hkern u1="&#x7b;" u2="&#x31;" k="27" />
+<hkern u1="&#x7b;" u2="&#x30;" k="47" />
+<hkern u1="&#x7b;" u2="&#x28;" k="43" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="33" />
+<hkern u1="&#x7d;" u2="]" k="20" />
+<hkern u1="&#x7d;" u2="&#x29;" k="55" />
+<hkern u1="&#xa3;" u2="&#x35;" k="23" />
+<hkern u1="&#xa3;" u2="&#x33;" k="55" />
+<hkern u1="&#xa4;" u2="&#x35;" k="41" />
+<hkern u1="&#xa4;" u2="&#x33;" k="70" />
+<hkern u1="&#xb0;" u2="&#x39;" k="49" />
+<hkern u1="&#xb0;" u2="&#x36;" k="51" />
+<hkern u1="&#xb0;" u2="&#x35;" k="45" />
+<hkern u1="&#xb0;" u2="&#x34;" k="78" />
+<hkern u1="&#xb0;" u2="&#x33;" k="35" />
+<hkern u1="&#xb0;" u2="&#x30;" k="23" />
+<hkern u1="&#xb2;" u2="&#xb3;" k="41" />
+<hkern u1="&#xb3;" u2="&#xb3;" k="20" />
+<hkern u1="&#xb7;" u2="&#x37;" k="35" />
+<hkern u1="&#xb7;" u2="&#x35;" k="33" />
+<hkern u1="&#xb7;" u2="&#x34;" k="39" />
+<hkern u1="&#xb7;" u2="&#x33;" k="70" />
+<hkern u1="&#xb7;" u2="&#x32;" k="37" />
+<hkern u1="&#xb7;" u2="&#x31;" k="37" />
+<hkern u1="&#xcc;" u2="&#xf0;" k="-6" />
+<hkern u1="&#xcc;" u2="&#xef;" k="-23" />
+<hkern u1="&#xcc;" u2="v" k="27" />
+<hkern u1="&#xcc;" u2="b" k="23" />
+<hkern u1="&#xcd;" u2="&#xf0;" k="-6" />
+<hkern u1="&#xcd;" u2="&#xef;" k="-23" />
+<hkern u1="&#xcd;" u2="v" k="27" />
+<hkern u1="&#xcd;" u2="b" k="23" />
+<hkern u1="&#xce;" u2="&#xf0;" k="-6" />
+<hkern u1="&#xce;" u2="&#xef;" k="-23" />
+<hkern u1="&#xce;" u2="&#x7c;" k="-74" />
+<hkern u1="&#xce;" u2="v" k="27" />
+<hkern u1="&#xce;" u2="b" k="23" />
+<hkern u1="&#xcf;" u2="&#xf0;" k="-6" />
+<hkern u1="&#xcf;" u2="&#xef;" k="-23" />
+<hkern u1="&#xcf;" u2="&#x7c;" k="-43" />
+<hkern u1="&#xcf;" u2="v" k="27" />
+<hkern u1="&#xcf;" u2="b" k="23" />
+<hkern u1="&#xd7;" u2="&#x35;" k="43" />
+<hkern u1="&#xd7;" u2="&#x34;" k="33" />
+<hkern u1="&#xd7;" u2="&#x33;" k="43" />
+<hkern u1="&#xe9;" u2="&#x29;" k="57" />
+<hkern u1="&#xeb;" u2="&#x2122;" k="12" />
+<hkern u1="&#xeb;" u2="\" k="23" />
+<hkern u1="&#xef;" u2="\" k="23" />
+<hkern u1="&#xf7;" u2="&#x35;" k="43" />
+<hkern u1="&#xf7;" u2="&#x34;" k="88" />
+<hkern u1="&#xf7;" u2="&#x33;" k="33" />
+<hkern u1="&#x20ac;" u2="&#x35;" k="20" />
+<hkern g1="r" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p,thorn" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="t" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="45" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="41" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b,h,k,germandbls" 	k="20" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="l" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="41" />
+<hkern g1="j" 	g2="braceright" 	k="23" />
+<hkern g1="j" 	g2="bar" 	k="49" />
+<hkern g1="j" 	g2="quoteleft,quotedblleft" 	k="16" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="j" 	g2="registered" 	k="29" />
+<hkern g1="j" 	g2="S" 	k="14" />
+<hkern g1="j" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="j" 	g2="bracketright" 	k="20" />
+<hkern g1="j" 	g2="parenright" 	k="33" />
+<hkern g1="j" 	g2="backslash" 	k="68" />
+<hkern g1="j" 	g2="T" 	k="14" />
+<hkern g1="j" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="16" />
+<hkern g1="j" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="j" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="29" />
+<hkern g1="j" 	g2="trademark" 	k="37" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="p,thorn" 	k="14" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="g" 	k="20" />
+<hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,OE" 	g2="parenright" 	k="35" />
+<hkern g1="Z" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="Z" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-31" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="115" />
+<hkern g1="Z" 	g2="g" 	k="18" />
+<hkern g1="Z" 	g2="hyphen,uni00AD,endash,emdash" 	k="33" />
+<hkern g1="Z" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="Z" 	g2="v,w" 	k="82" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteleft,quotedblleft" 	k="82" />
+<hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,oslash,thorn" 	g2="quoteright,quotedblright" 	k="102" />
+<hkern g1="J" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="102" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="82" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="123" />
+<hkern g1="J" 	g2="g" 	k="82" />
+<hkern g1="J" 	g2="z" 	k="102" />
+<hkern g1="J" 	g2="s" 	k="102" />
+<hkern g1="J" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="J" 	g2="v,w" 	k="123" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="82" />
+<hkern g1="J" 	g2="x" 	k="123" />
+<hkern g1="t" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="t" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="D,O,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="N,Ntilde" 	k="82" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteleft,quotedblleft" 	k="41" />
+<hkern g1="y,yacute,ydieresis" 	g2="quoteright,quotedblright" 	k="82" />
+<hkern g1="T" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="246" />
+<hkern g1="T" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="102" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="164" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="205" />
+<hkern g1="T" 	g2="y,yacute,ydieresis" 	k="266" />
+<hkern g1="T" 	g2="g" 	k="225" />
+<hkern g1="T" 	g2="s" 	k="205" />
+<hkern g1="T" 	g2="m,n,r,ntilde" 	k="205" />
+<hkern g1="T" 	g2="x" 	k="225" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="225" />
+<hkern g1="L" 	g2="g" 	k="61" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="246" />
+<hkern g1="L" 	g2="T" 	k="307" />
+<hkern g1="L" 	g2="v,w" 	k="61" />
+<hkern g1="L" 	g2="V,W" 	k="184" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="143" />
+<hkern g1="v,w" 	g2="quoteleft,quotedblleft" 	k="82" />
+<hkern g1="v,w" 	g2="quoteright,quotedblright" 	k="123" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="225" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="225" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="205" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="246" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="246" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="266" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="266" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="246" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v,w" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="184" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="246" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="123" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="123" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="53" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p,thorn" 	k="27" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="18" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="23" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="33" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="z" 	k="39" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="14" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="b,h,k,germandbls" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="l" 	k="20" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="25" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="braceright" 	k="-76" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bar" 	k="-82" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bracketright" 	k="-55" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="parenright" 	k="-70" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="v,w" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="m,n,r,ntilde" 	k="14" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="x" 	k="35" />
+<hkern g1="s" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="164" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="184" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V,W" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="quoteright,quotedblright" 	k="205" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="J" 	k="164" />
+<hkern g1="V,W" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="102" />
+<hkern g1="V,W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="41" />
+<hkern g1="V,W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="V,W" 	g2="g" 	k="61" />
+<hkern g1="V,W" 	g2="AE" 	k="307" />
+<hkern g1="V,W" 	g2="s" 	k="82" />
+<hkern g1="V,W" 	g2="m,n,r,ntilde" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="123" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="82" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="82" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="102" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="102" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="123" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="123" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="102" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="184" />
+<hkern g1="N,Ntilde" 	g2="N,Ntilde" 	k="102" />
+<hkern g1="c,ccedilla" 	g2="quoteright,quotedblright" 	k="20" />
+<hkern g1="k" 	g2="quoteleft,quotedblleft" 	k="61" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="F" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="86" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="96" />
+<hkern g1="F" 	g2="y,yacute,ydieresis" 	k="102" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="98" />
+<hkern g1="F" 	g2="AE" 	k="283" />
+<hkern g1="F" 	g2="z" 	k="82" />
+<hkern g1="F" 	g2="slash" 	k="74" />
+<hkern g1="F" 	g2="s" 	k="55" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="195" />
+<hkern g1="F" 	g2="space" 	k="47" />
+<hkern g1="F" 	g2="x" 	k="61" />
+<hkern g1="x" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="x" 	g2="quoteright,quotedblright" 	k="61" />
+<hkern g1="S" 	g2="p,thorn" 	k="20" />
+<hkern g1="S" 	g2="f,uniFB01,uniFB02" 	k="14" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="S" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="S" 	g2="g" 	k="23" />
+<hkern g1="S" 	g2="parenright" 	k="45" />
+<hkern g1="K" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="K" 	g2="y,yacute,ydieresis" 	k="193" />
+<hkern g1="K" 	g2="g" 	k="14" />
+<hkern g1="K" 	g2="hyphen,uni00AD,endash,emdash" 	k="18" />
+<hkern g1="K" 	g2="s" 	k="61" />
+<hkern g1="K" 	g2="parenright" 	k="43" />
+<hkern g1="K" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="K" 	g2="v,w" 	k="123" />
+<hkern g1="K" 	g2="V,W" 	k="82" />
+<hkern g1="K" 	g2="m,n,r,ntilde" 	k="82" />
+<hkern g1="K" 	g2="x" 	k="41" />
+<hkern g1="C,Ccedilla" 	g2="parenright" 	k="33" />
+<hkern g1="X" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="X" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-20" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="45" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="X" 	g2="parenright" 	k="37" />
+<hkern g1="X" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="43" />
+<hkern g1="P" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="82" />
+<hkern g1="z" 	g2="quoteright,quotedblright" 	k="41" />
+<hkern g1="quotedbl,quotesingle" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-20" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="211" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="43" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="141" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="p,thorn" 	k="18" />
+<hkern g1="quotedbl,quotesingle" 	g2="five" 	k="51" />
+<hkern g1="quotedbl,quotesingle" 	g2="hyphen,uni00AD,endash,emdash" 	k="72" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="145" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="164" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="31" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="27" />
+<hkern g1="three" 	g2="hyphen,uni00AD,endash,emdash" 	k="27" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="61" />
+<hkern g1="bracketleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="31" />
+<hkern g1="bracketleft" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="27" />
+<hkern g1="bracketleft" 	g2="x" 	k="23" />
+<hkern g1="bracketleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="bracketleft" 	g2="m,n,r,ntilde" 	k="25" />
+<hkern g1="bracketleft" 	g2="v,w" 	k="25" />
+<hkern g1="bracketleft" 	g2="s" 	k="23" />
+<hkern g1="two" 	g2="hyphen,uni00AD,endash,emdash" 	k="31" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="61" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="201" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="127" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="158" />
+<hkern g1="quoteleft,quotedblleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="s" 	k="41" />
+<hkern g1="quoteleft,quotedblleft" 	g2="N,Ntilde" 	k="35" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="80" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="213" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="35" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="135" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="23" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="45" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="139" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="162" />
+<hkern g1="quoteright,quotedblright" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="x" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="N,Ntilde" 	k="23" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="66" />
+<hkern g1="four" 	g2="hyphen,uni00AD,endash,emdash" 	k="66" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="80" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="94" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="43" />
+<hkern g1="five" 	g2="hyphen,uni00AD,endash,emdash" 	k="33" />
+<hkern g1="five" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="braceleft" 	g2="a,c,d,e,o,q,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="braceleft" 	g2="C,G,O,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="braceleft" 	g2="x" 	k="20" />
+<hkern g1="braceleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="27" />
+<hkern g1="braceleft" 	g2="m,n,r,ntilde" 	k="29" />
+<hkern g1="braceleft" 	g2="v,w" 	k="27" />
+<hkern g1="braceleft" 	g2="s" 	k="23" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Thorn" 	k="33" />
+<hkern g1="periodcentered" 	g2="l" 	k="131" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..cf9b3b4d8d877a44f8058831a6fea8a21508bf2a
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..b48f7681506ceb7099431c84ddc0014de28b134f
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..ef3899fc6667295ea155db9bcd652f96eb3e15e6
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-italic-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-demo.html b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-demo.html
new file mode 100755
index 0000000000000000000000000000000000000000..95748b5e3596b872d2a995a7b71126acc435d596
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-demo.html
@@ -0,0 +1,613 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
+	<script src="specimen_files/easytabs.js" type="text/javascript" charset="utf-8"></script>
+	<link rel="stylesheet" href="specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
+	<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
+
+	<style type="text/css">
+					body{
+				font-family: 'playfair_displayregular';
+							}
+		</style>
+
+	<title>Playfair Display Regular Specimen</title>
+	
+	
+	<script type="text/javascript" charset="utf-8">
+		$(document).ready(function() {
+			$('#container').easyTabs({defaultContent:1});
+		});
+	</script>
+</head>
+
+<body>
+<div id="container">
+	<div id="header">
+		Playfair Display Regular	</div>
+	<ul class="tabs">
+		<li><a href="#specimen">Specimen</a></li>
+		<li><a href="#layout">Sample Layout</a></li>
+				<li><a href="#glyphs">Glyphs &amp; Languages</a></li>
+		<li><a href="#installing">Installing Webfonts</a></li>
+		
+	</ul>
+	
+	<div id="main_content">
+
+		
+			<div id="specimen">
+		
+				<div class="section">
+					<div class="grid12 firstcol">
+						<div class="huge">AaBb</div>
+					</div>
+				</div>
+		
+				<div class="section">
+					<div class="glyph_range">A&#x200B;B&#x200b;C&#x200b;D&#x200b;E&#x200b;F&#x200b;G&#x200b;H&#x200b;I&#x200b;J&#x200b;K&#x200b;L&#x200b;M&#x200b;N&#x200b;O&#x200b;P&#x200b;Q&#x200b;R&#x200b;S&#x200b;T&#x200b;U&#x200b;V&#x200b;W&#x200b;X&#x200b;Y&#x200b;Z&#x200b;a&#x200b;b&#x200b;c&#x200b;d&#x200b;e&#x200b;f&#x200b;g&#x200b;h&#x200b;i&#x200b;j&#x200b;k&#x200b;l&#x200b;m&#x200b;n&#x200b;o&#x200b;p&#x200b;q&#x200b;r&#x200b;s&#x200b;t&#x200b;u&#x200b;v&#x200b;w&#x200b;x&#x200b;y&#x200b;z&#x200b;1&#x200b;2&#x200b;3&#x200b;4&#x200b;5&#x200b;6&#x200b;7&#x200b;8&#x200b;9&#x200b;0&#x200b;&amp;&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;&#64;&#x200b;(&#x200b;)&#x200b;#&#x200b;$&#x200b;%&#x200b;*&#x200b;+&#x200b;-&#x200b;=&#x200b;:&#x200b;;</div>
+				</div>
+				<div class="section">
+					<div class="grid12 firstcol">
+						<table class="sample_table">
+							<tr><td>10</td><td class="size10">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>11</td><td class="size11">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>12</td><td class="size12">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>13</td><td class="size13">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>14</td><td class="size14">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>16</td><td class="size16">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>18</td><td class="size18">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>20</td><td class="size20">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>24</td><td class="size24">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>30</td><td class="size30">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>36</td><td class="size36">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>48</td><td class="size48">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>60</td><td class="size60">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>72</td><td class="size72">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+							<tr><td>90</td><td class="size90">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr>
+						</table>
+				
+					</div>
+			
+				</div>
+		
+		
+		
+								<div class="section" id="bodycomparison">
+
+
+										<div id="xheight">
+				<div class="fontbody">&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;&#x25FC;body</div><div class="arialbody">body</div><div class="verdanabody">body</div><div class="georgiabody">body</div></div>
+										<div class="fontbody" style="z-index:1">
+											body<span>Playfair Display Regular</span>
+										</div>
+										<div class="arialbody" style="z-index:1">
+											body<span>Arial</span>
+										</div>
+										<div class="verdanabody" style="z-index:1">
+											body<span>Verdana</span>
+										</div>
+										<div class="georgiabody" style="z-index:1">
+											body<span>Georgia</span>
+										</div>
+
+
+
+								</div>
+		
+		
+				<div class="section psample psample_row1" id="">
+					
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				<div class="section psample psample_row2" id="">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+
+					<div class="white_blend"></div>
+
+				</div>
+				
+				<div class="section psample psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row4" id="">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="white_blend"></div>
+					
+				</div>
+				
+				
+				
+				<div class="section psample psample_row1 fullreverse">
+					<div class="grid2 firstcol">
+						<p class="size10"><span>10.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size11"><span>11.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid3">
+						<p class="size12"><span>12.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size13"><span>13.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample psample_row2 fullreverse">
+					<div class="grid3 firstcol">
+						<p class="size14"><span>14.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid4">
+						<p class="size16"><span>16.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="grid5">
+						<p class="size18"><span>18.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+			
+					</div>
+					<div class="black_blend"></div>
+
+				</div>
+				
+				<div class="section psample fullreverse psample_row3" id="">
+					<div class="grid5 firstcol">
+						<p class="size20"><span>20.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="grid7">
+						<p class="size24"><span>24.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				<div class="section psample fullreverse psample_row4" id="" style="border-bottom: 20px #000 solid;">
+					<div class="grid12 firstcol">
+						<p class="size30"><span>30.</span>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Nullam id dolor id nibh ultricies vehicula ut id elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla vitae elit libero, a pharetra augue.</p>
+					</div>
+					<div class="black_blend"></div>
+					
+				</div>
+				
+				
+				
+				
+			</div>
+			
+			<div id="layout">
+				
+				<div class="section">
+					
+					<div class="grid12 firstcol">
+						<h1>Lorem Ipsum Dolor</h1>
+						<h2>Etiam porta sem malesuada magna mollis euismod</h2>
+						
+						<p class="byline">By <a href="#link">Aenean Lacinia</a></p>
+					</div>
+				</div>
+				<div class="section">
+					<div class="grid8 firstcol">
+						<p class="large">Donec sed odio dui. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+						
+						<h3>Pellentesque ornare sem</h3>
+
+						<p>Maecenas sed diam eget risus varius blandit sit amet non magna. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla. Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam id dolor id nibh ultricies vehicula ut id elit. </p>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. </p>
+
+						<p>Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Aenean lacinia bibendum nulla sed consectetur. </p>
+
+						<p>Nullam quis risus eget urna mollis ornare vel eu leo. Nullam quis risus eget urna mollis ornare vel eu leo. Maecenas sed diam eget risus varius blandit sit amet non magna. Donec ullamcorper nulla non metus auctor fringilla. </p>
+
+						<h3>Cras mattis consectetur</h3>
+
+						<p>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. </p>
+
+						<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum.</p>
+					</div>
+					
+					<div class="grid4 sidebar">
+						
+						<div class="box reverse">
+							<p class="last">Nullam quis risus eget urna mollis ornare vel eu leo. Donec ullamcorper nulla non metus auctor fringilla. Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
+						</div>
+						
+						<p class="caption">Maecenas sed diam eget risus varius.</p>
+
+						<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vestibulum id ligula porta felis euismod semper. Sed posuere consectetur est at lobortis. Maecenas sed diam eget risus varius blandit sit amet non magna. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					
+
+						<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Aenean lacinia bibendum nulla sed consectetur. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
+
+						<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Donec ullamcorper nulla non metus auctor fringilla. Maecenas faucibus mollis interdum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
+
+					</div>
+				</div>
+				
+			</div>
+
+
+			
+
+
+
+		<div id="glyphs">
+			<div class="section">
+				<div class="grid12 firstcol">
+			
+				<h1>Language Support</h1>
+				<p>The subset of Playfair Display Regular in this kit supports the following languages:<br />
+			
+					Albanian, Basque, Breton, Chamorro, Danish, Dutch, English, Faroese, Finnish, French, Frisian, Galician, German, Icelandic, Italian, Malagasy, Norwegian, Portuguese, Spanish, Swedish				</p>
+				<h1>Glyph Chart</h1>
+				<p>The subset of Playfair Display Regular in this kit includes all the glyphs listed below. Unicode entities are included above each glyph to help you insert individual characters into your layout.</p>
+				<div id="glyph_chart">
+			
+																				 <div><p>&amp;#13;</p>&#13;</div>
+																				 <div><p>&amp;#32;</p>&#32;</div>
+																				 <div><p>&amp;#33;</p>&#33;</div>
+																				 <div><p>&amp;#34;</p>&#34;</div>
+																				 <div><p>&amp;#35;</p>&#35;</div>
+																				 <div><p>&amp;#36;</p>&#36;</div>
+																				 <div><p>&amp;#37;</p>&#37;</div>
+																				 <div><p>&amp;#38;</p>&#38;</div>
+																				 <div><p>&amp;#39;</p>&#39;</div>
+																				 <div><p>&amp;#40;</p>&#40;</div>
+																				 <div><p>&amp;#41;</p>&#41;</div>
+																				 <div><p>&amp;#42;</p>&#42;</div>
+																				 <div><p>&amp;#43;</p>&#43;</div>
+																				 <div><p>&amp;#44;</p>&#44;</div>
+																				 <div><p>&amp;#45;</p>&#45;</div>
+																				 <div><p>&amp;#46;</p>&#46;</div>
+																				 <div><p>&amp;#47;</p>&#47;</div>
+																				 <div><p>&amp;#48;</p>&#48;</div>
+																				 <div><p>&amp;#49;</p>&#49;</div>
+																				 <div><p>&amp;#50;</p>&#50;</div>
+																				 <div><p>&amp;#51;</p>&#51;</div>
+																				 <div><p>&amp;#52;</p>&#52;</div>
+																				 <div><p>&amp;#53;</p>&#53;</div>
+																				 <div><p>&amp;#54;</p>&#54;</div>
+																				 <div><p>&amp;#55;</p>&#55;</div>
+																				 <div><p>&amp;#56;</p>&#56;</div>
+																				 <div><p>&amp;#57;</p>&#57;</div>
+																				 <div><p>&amp;#58;</p>&#58;</div>
+																				 <div><p>&amp;#59;</p>&#59;</div>
+																				 <div><p>&amp;#60;</p>&#60;</div>
+																				 <div><p>&amp;#61;</p>&#61;</div>
+																				 <div><p>&amp;#62;</p>&#62;</div>
+																				 <div><p>&amp;#63;</p>&#63;</div>
+																				 <div><p>&amp;#64;</p>&#64;</div>
+																				 <div><p>&amp;#65;</p>&#65;</div>
+																				 <div><p>&amp;#66;</p>&#66;</div>
+																				 <div><p>&amp;#67;</p>&#67;</div>
+																				 <div><p>&amp;#68;</p>&#68;</div>
+																				 <div><p>&amp;#69;</p>&#69;</div>
+																				 <div><p>&amp;#70;</p>&#70;</div>
+																				 <div><p>&amp;#71;</p>&#71;</div>
+																				 <div><p>&amp;#72;</p>&#72;</div>
+																				 <div><p>&amp;#73;</p>&#73;</div>
+																				 <div><p>&amp;#74;</p>&#74;</div>
+																				 <div><p>&amp;#75;</p>&#75;</div>
+																				 <div><p>&amp;#76;</p>&#76;</div>
+																				 <div><p>&amp;#77;</p>&#77;</div>
+																				 <div><p>&amp;#78;</p>&#78;</div>
+																				 <div><p>&amp;#79;</p>&#79;</div>
+																				 <div><p>&amp;#80;</p>&#80;</div>
+																				 <div><p>&amp;#81;</p>&#81;</div>
+																				 <div><p>&amp;#82;</p>&#82;</div>
+																				 <div><p>&amp;#83;</p>&#83;</div>
+																				 <div><p>&amp;#84;</p>&#84;</div>
+																				 <div><p>&amp;#85;</p>&#85;</div>
+																				 <div><p>&amp;#86;</p>&#86;</div>
+																				 <div><p>&amp;#87;</p>&#87;</div>
+																				 <div><p>&amp;#88;</p>&#88;</div>
+																				 <div><p>&amp;#89;</p>&#89;</div>
+																				 <div><p>&amp;#90;</p>&#90;</div>
+																				 <div><p>&amp;#91;</p>&#91;</div>
+																				 <div><p>&amp;#92;</p>&#92;</div>
+																				 <div><p>&amp;#93;</p>&#93;</div>
+																				 <div><p>&amp;#94;</p>&#94;</div>
+																				 <div><p>&amp;#95;</p>&#95;</div>
+																				 <div><p>&amp;#96;</p>&#96;</div>
+																				 <div><p>&amp;#97;</p>&#97;</div>
+																				 <div><p>&amp;#98;</p>&#98;</div>
+																				 <div><p>&amp;#99;</p>&#99;</div>
+																				 <div><p>&amp;#100;</p>&#100;</div>
+																				 <div><p>&amp;#101;</p>&#101;</div>
+																				 <div><p>&amp;#102;</p>&#102;</div>
+																				 <div><p>&amp;#103;</p>&#103;</div>
+																				 <div><p>&amp;#104;</p>&#104;</div>
+																				 <div><p>&amp;#105;</p>&#105;</div>
+																				 <div><p>&amp;#106;</p>&#106;</div>
+																				 <div><p>&amp;#107;</p>&#107;</div>
+																				 <div><p>&amp;#108;</p>&#108;</div>
+																				 <div><p>&amp;#109;</p>&#109;</div>
+																				 <div><p>&amp;#110;</p>&#110;</div>
+																				 <div><p>&amp;#111;</p>&#111;</div>
+																				 <div><p>&amp;#112;</p>&#112;</div>
+																				 <div><p>&amp;#113;</p>&#113;</div>
+																				 <div><p>&amp;#114;</p>&#114;</div>
+																				 <div><p>&amp;#115;</p>&#115;</div>
+																				 <div><p>&amp;#116;</p>&#116;</div>
+																				 <div><p>&amp;#117;</p>&#117;</div>
+																				 <div><p>&amp;#118;</p>&#118;</div>
+																				 <div><p>&amp;#119;</p>&#119;</div>
+																				 <div><p>&amp;#120;</p>&#120;</div>
+																				 <div><p>&amp;#121;</p>&#121;</div>
+																				 <div><p>&amp;#122;</p>&#122;</div>
+																				 <div><p>&amp;#123;</p>&#123;</div>
+																				 <div><p>&amp;#124;</p>&#124;</div>
+																				 <div><p>&amp;#125;</p>&#125;</div>
+																				 <div><p>&amp;#126;</p>&#126;</div>
+																				 <div><p>&amp;#160;</p>&#160;</div>
+																				 <div><p>&amp;#161;</p>&#161;</div>
+																				 <div><p>&amp;#162;</p>&#162;</div>
+																				 <div><p>&amp;#163;</p>&#163;</div>
+																				 <div><p>&amp;#164;</p>&#164;</div>
+																				 <div><p>&amp;#165;</p>&#165;</div>
+																				 <div><p>&amp;#166;</p>&#166;</div>
+																				 <div><p>&amp;#167;</p>&#167;</div>
+																				 <div><p>&amp;#168;</p>&#168;</div>
+																				 <div><p>&amp;#169;</p>&#169;</div>
+																				 <div><p>&amp;#170;</p>&#170;</div>
+																				 <div><p>&amp;#171;</p>&#171;</div>
+																				 <div><p>&amp;#172;</p>&#172;</div>
+																				 <div><p>&amp;#173;</p>&#173;</div>
+																				 <div><p>&amp;#174;</p>&#174;</div>
+																				 <div><p>&amp;#175;</p>&#175;</div>
+																				 <div><p>&amp;#176;</p>&#176;</div>
+																				 <div><p>&amp;#177;</p>&#177;</div>
+																				 <div><p>&amp;#178;</p>&#178;</div>
+																				 <div><p>&amp;#179;</p>&#179;</div>
+																				 <div><p>&amp;#180;</p>&#180;</div>
+																				 <div><p>&amp;#182;</p>&#182;</div>
+																				 <div><p>&amp;#183;</p>&#183;</div>
+																				 <div><p>&amp;#184;</p>&#184;</div>
+																				 <div><p>&amp;#185;</p>&#185;</div>
+																				 <div><p>&amp;#186;</p>&#186;</div>
+																				 <div><p>&amp;#187;</p>&#187;</div>
+																				 <div><p>&amp;#188;</p>&#188;</div>
+																				 <div><p>&amp;#189;</p>&#189;</div>
+																				 <div><p>&amp;#190;</p>&#190;</div>
+																				 <div><p>&amp;#191;</p>&#191;</div>
+																				 <div><p>&amp;#192;</p>&#192;</div>
+																				 <div><p>&amp;#193;</p>&#193;</div>
+																				 <div><p>&amp;#194;</p>&#194;</div>
+																				 <div><p>&amp;#195;</p>&#195;</div>
+																				 <div><p>&amp;#196;</p>&#196;</div>
+																				 <div><p>&amp;#197;</p>&#197;</div>
+																				 <div><p>&amp;#198;</p>&#198;</div>
+																				 <div><p>&amp;#199;</p>&#199;</div>
+																				 <div><p>&amp;#200;</p>&#200;</div>
+																				 <div><p>&amp;#201;</p>&#201;</div>
+																				 <div><p>&amp;#202;</p>&#202;</div>
+																				 <div><p>&amp;#203;</p>&#203;</div>
+																				 <div><p>&amp;#204;</p>&#204;</div>
+																				 <div><p>&amp;#205;</p>&#205;</div>
+																				 <div><p>&amp;#206;</p>&#206;</div>
+																				 <div><p>&amp;#207;</p>&#207;</div>
+																				 <div><p>&amp;#208;</p>&#208;</div>
+																				 <div><p>&amp;#209;</p>&#209;</div>
+																				 <div><p>&amp;#210;</p>&#210;</div>
+																				 <div><p>&amp;#211;</p>&#211;</div>
+																				 <div><p>&amp;#212;</p>&#212;</div>
+																				 <div><p>&amp;#213;</p>&#213;</div>
+																				 <div><p>&amp;#214;</p>&#214;</div>
+																				 <div><p>&amp;#215;</p>&#215;</div>
+																				 <div><p>&amp;#216;</p>&#216;</div>
+																				 <div><p>&amp;#217;</p>&#217;</div>
+																				 <div><p>&amp;#218;</p>&#218;</div>
+																				 <div><p>&amp;#219;</p>&#219;</div>
+																				 <div><p>&amp;#220;</p>&#220;</div>
+																				 <div><p>&amp;#221;</p>&#221;</div>
+																				 <div><p>&amp;#222;</p>&#222;</div>
+																				 <div><p>&amp;#223;</p>&#223;</div>
+																				 <div><p>&amp;#224;</p>&#224;</div>
+																				 <div><p>&amp;#225;</p>&#225;</div>
+																				 <div><p>&amp;#226;</p>&#226;</div>
+																				 <div><p>&amp;#227;</p>&#227;</div>
+																				 <div><p>&amp;#228;</p>&#228;</div>
+																				 <div><p>&amp;#229;</p>&#229;</div>
+																				 <div><p>&amp;#230;</p>&#230;</div>
+																				 <div><p>&amp;#231;</p>&#231;</div>
+																				 <div><p>&amp;#232;</p>&#232;</div>
+																				 <div><p>&amp;#233;</p>&#233;</div>
+																				 <div><p>&amp;#234;</p>&#234;</div>
+																				 <div><p>&amp;#235;</p>&#235;</div>
+																				 <div><p>&amp;#236;</p>&#236;</div>
+																				 <div><p>&amp;#237;</p>&#237;</div>
+																				 <div><p>&amp;#238;</p>&#238;</div>
+																				 <div><p>&amp;#239;</p>&#239;</div>
+																				 <div><p>&amp;#240;</p>&#240;</div>
+																				 <div><p>&amp;#241;</p>&#241;</div>
+																				 <div><p>&amp;#242;</p>&#242;</div>
+																				 <div><p>&amp;#243;</p>&#243;</div>
+																				 <div><p>&amp;#244;</p>&#244;</div>
+																				 <div><p>&amp;#245;</p>&#245;</div>
+																				 <div><p>&amp;#246;</p>&#246;</div>
+																				 <div><p>&amp;#247;</p>&#247;</div>
+																				 <div><p>&amp;#248;</p>&#248;</div>
+																				 <div><p>&amp;#249;</p>&#249;</div>
+																				 <div><p>&amp;#250;</p>&#250;</div>
+																				 <div><p>&amp;#251;</p>&#251;</div>
+																				 <div><p>&amp;#252;</p>&#252;</div>
+																				 <div><p>&amp;#253;</p>&#253;</div>
+																				 <div><p>&amp;#254;</p>&#254;</div>
+																				 <div><p>&amp;#255;</p>&#255;</div>
+																				 <div><p>&amp;#338;</p>&#338;</div>
+																				 <div><p>&amp;#339;</p>&#339;</div>
+																				 <div><p>&amp;#376;</p>&#376;</div>
+																				 <div><p>&amp;#710;</p>&#710;</div>
+																				 <div><p>&amp;#732;</p>&#732;</div>
+																				 <div><p>&amp;#8192;</p>&#8192;</div>
+																				 <div><p>&amp;#8193;</p>&#8193;</div>
+																				 <div><p>&amp;#8194;</p>&#8194;</div>
+																				 <div><p>&amp;#8195;</p>&#8195;</div>
+																				 <div><p>&amp;#8196;</p>&#8196;</div>
+																				 <div><p>&amp;#8197;</p>&#8197;</div>
+																				 <div><p>&amp;#8198;</p>&#8198;</div>
+																				 <div><p>&amp;#8199;</p>&#8199;</div>
+																				 <div><p>&amp;#8200;</p>&#8200;</div>
+																				 <div><p>&amp;#8201;</p>&#8201;</div>
+																				 <div><p>&amp;#8202;</p>&#8202;</div>
+																				 <div><p>&amp;#8208;</p>&#8208;</div>
+																				 <div><p>&amp;#8209;</p>&#8209;</div>
+																				 <div><p>&amp;#8210;</p>&#8210;</div>
+																				 <div><p>&amp;#8211;</p>&#8211;</div>
+																				 <div><p>&amp;#8212;</p>&#8212;</div>
+																				 <div><p>&amp;#8216;</p>&#8216;</div>
+																				 <div><p>&amp;#8217;</p>&#8217;</div>
+																				 <div><p>&amp;#8218;</p>&#8218;</div>
+																				 <div><p>&amp;#8220;</p>&#8220;</div>
+																				 <div><p>&amp;#8221;</p>&#8221;</div>
+																				 <div><p>&amp;#8222;</p>&#8222;</div>
+																				 <div><p>&amp;#8226;</p>&#8226;</div>
+																				 <div><p>&amp;#8230;</p>&#8230;</div>
+																				 <div><p>&amp;#8239;</p>&#8239;</div>
+																				 <div><p>&amp;#8249;</p>&#8249;</div>
+																				 <div><p>&amp;#8250;</p>&#8250;</div>
+																				 <div><p>&amp;#8287;</p>&#8287;</div>
+																				 <div><p>&amp;#8364;</p>&#8364;</div>
+																				 <div><p>&amp;#8482;</p>&#8482;</div>
+																				 <div><p>&amp;#9724;</p>&#9724;</div>
+																				 <div><p>&amp;#64257;</p>&#64257;</div>
+																				 <div><p>&amp;#64258;</p>&#64258;</div>
+																				 <div><p>&amp;#64259;</p>&#64259;</div>
+																				 <div><p>&amp;#64260;</p>&#64260;</div>
+																																																</div>	
+				</div>
+		
+		
+			</div>
+		</div>
+		
+		
+		<div id="specs">
+			
+		</div>
+	
+		<div id="installing">
+			<div class="section">
+				<div class="grid7 firstcol">
+					<h1>Installing Webfonts</h1>
+					
+					<p>Webfonts are supported by all major browser platforms but not all in the same way. There are currently four different font formats that must be included in order to target all browsers. This includes TTF, WOFF, EOT and SVG.</p>
+					
+					<h2>1. Upload your webfonts</h2>
+					<p>You must upload your webfont kit to your website. They should be in or near the same directory as your CSS files.</p>
+					
+					<h2>2. Include the webfont stylesheet</h2>
+					<p>A special CSS @font-face declaration helps the various browsers select the appropriate font it needs without causing you a bunch of headaches. Learn more about this syntax by reading the <a href="https://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax">Fontspring blog post</a> about it. The code for it is as follows:</p>
+
+
+<code>
+@font-face{ 
+	font-family: 'MyWebFont';
+	src: url('WebFont.eot');
+	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
+	     url('WebFont.woff') format('woff'),
+	     url('WebFont.ttf') format('truetype'),
+	     url('WebFont.svg#webfont') format('svg');
+}
+</code>
+
+	<p>We've already gone ahead and generated the code for you. All you have to do is link to the stylesheet in your HTML, like this:</p>
+	<code>&lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheet.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;</code>
+
+					<h2>3. Modify your own stylesheet</h2>
+					<p>To take advantage of your new fonts, you must tell your stylesheet to use them. Look at the original @font-face declaration above and find the property called "font-family." The name linked there will be what you use to reference the font. Prepend that webfont name to the font stack in the "font-family" property, inside the selector you want to change. For example:</p>
+<code>p { font-family: 'WebFont', Arial, sans-serif; }</code>
+
+<h2>4. Test</h2>
+<p>Getting webfonts to work cross-browser <em>can</em> be tricky. Use the information in the sidebar to help you if you find that fonts aren't loading in a particular browser.</p>
+				</div>
+				
+				<div class="grid5 sidebar">
+					<div class="box">
+						<h2>Troubleshooting<br />Font-Face Problems</h2>
+						<p>Having trouble getting your webfonts to load in your new website? Here are some tips to sort out what might be the problem.</p>
+
+						<h3>Fonts not showing in any browser</h3>
+
+						<p>This sounds like you need to work on the plumbing. You either did not upload the fonts to the correct directory, or you did not link the fonts properly in the CSS. If you've confirmed that all this is correct and you still have a problem, take a look at your .htaccess file and see if requests are getting intercepted.</p>
+
+						<h3>Fonts not loading in iPhone or iPad</h3>
+
+						<p>The most common problem here is that you are serving the fonts from an IIS server. IIS refuses to serve files that have unknown MIME types. If that is the case, you must set the MIME type for SVG to "image/svg+xml" in the server settings. Follow these instructions from Microsoft if you need help.</p>
+
+						<h3>Fonts not loading in Firefox</h3>
+
+						<p>The primary reason for this failure? You are still using a version Firefox older than 3.5. So upgrade already! If that isn't it, then you are very likely serving fonts from a different domain. Firefox requires that all font assets be served from the same domain. Lastly it is possible that you need to add WOFF to your list of MIME types (if you are serving via IIS.)</p>
+
+						<h3>Fonts not loading in IE</h3>
+
+						<p>Are you looking at Internet Explorer on an actual Windows machine or are you cheating by using a service like Adobe BrowserLab? Many of these screenshot services do not render @font-face for IE. Best to test it on a real machine.</p>
+
+						<h3>Fonts not loading in IE9</h3>
+
+						<p>IE9, like Firefox, requires that fonts be served from the same domain as the website. Make sure that is the case.</p>
+					</div>
+				</div>
+			</div>
+			
+		</div>
+	
+	</div>
+	<div id="footer">
+		<p>&copy;2010-2011 Font Squirrel. All rights reserved.</p>
+	</div>
+</div>
+</body>
+</html>
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.eot b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.eot
new file mode 100755
index 0000000000000000000000000000000000000000..e69a6b0075a0a8125152943ae19f3c5fea5cf451
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.eot differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.svg b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.svg
new file mode 100755
index 0000000000000000000000000000000000000000..80f37159f9f96a1ff41742fb416afa08a7c1eb3a
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.svg
@@ -0,0 +1,1225 @@
+<?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="playfair_displayregular" horiz-adv-x="1290" >
+<font-face units-per-em="2048" ascent="1638" descent="-410" />
+<missing-glyph horiz-adv-x="510" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1268" d="M53 1012v41h164q0 277 148 415q63 61 159 97.5t224 36.5q84 0 156.5 -17t117.5 -45q70 -44 70 -113q0 -36 -18 -66.5t-48 -48.5t-65 -18t-65.5 18t-48.5 48t-18 65q0 37 18.5 67.5t49.5 47.5q-47 31 -149 31q-204 0 -291 -158q-30 -54 -43 -134.5t-13 -225.5h330 q128 0 201.5 5t138.5 19v-887q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43h-330v-822q0 -83 44 -115t133 -32v-43q-224 8 -269 8q-56 0 -248 -8v43q58 0 91.5 13t49 45t15.5 89v822h-164z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1272" d="M53 1012v41h164q0 115 9 194.5t37.5 145.5t84.5 114q109 95 277 95q40 0 91 -7.5t89.5 -12.5t81.5 -5q103 0 184 29v-1416q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8v43q58 0 91.5 13t49 45t15.5 89v1141q0 63 -14 102.5t-42 67.5q-36 36 -91 53 t-105 17q-102 0 -162 -64q-43 -43 -57.5 -107t-14.5 -155v-192h261v-41h-261v-822q0 -83 44 -115t133 -32v-43q-224 8 -269 8q-56 0 -248 -8v43q58 0 91.5 13t49 45t15.5 89v822h-164z" />
+<glyph horiz-adv-x="0" />
+<glyph horiz-adv-x="682" />
+<glyph unicode="&#xd;" horiz-adv-x="0" />
+<glyph unicode=" "  horiz-adv-x="510" />
+<glyph unicode="&#x09;" horiz-adv-x="510" />
+<glyph unicode="&#xa0;" horiz-adv-x="510" />
+<glyph unicode="!" horiz-adv-x="537" d="M137 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65zM174 1487q0 59 26 87t68 28q41 0 67.5 -28.5t26.5 -86.5q0 -89 -23.5 -322.5t-37.5 -405.5t-14 -358h-37q0 168 -12.5 333.5t-38 414.5 t-25.5 338z" />
+<glyph unicode="&#x22;" horiz-adv-x="610" d="M121 1399q0 43 21 68.5t53 27.5q32 0 52.5 -25.5t20.5 -68.5q0 -58 -6 -108t-24 -151.5t-29 -183.5h-29q-11 75 -28 175t-24 152.5t-7 113.5zM344 1399q0 43 21 68.5t53 27.5q32 0 52.5 -25.5t20.5 -68.5q0 -58 -6 -108t-24 -151.5t-29 -183.5h-29q-11 75 -28 175 t-24 152.5t-7 113.5z" />
+<glyph unicode="#" horiz-adv-x="1305" d="M98 506l8 41h302l66 342h-300l6 41h302l59 303h41l-59 -303h342l59 303h41l-59 -303h300l-6 -41h-302l-66 -342h301l-9 -41h-300l-58 -299h-41l58 299h-342l-58 -299h-41l58 299h-302zM449 547h342l66 342h-342z" />
+<glyph unicode="$" horiz-adv-x="1071" d="M111 -14q8 112 8 491h47q11 -175 75 -295.5t193 -156.5v665q-100 62 -166.5 119t-106.5 133t-40 176q0 103 41.5 177.5t112 117.5t159.5 55v252h41v-248l31 1q55 0 100 -9v256h41v-266q46 -15 109 -57q44 -29 69 -29q19 0 29 21.5t16 68.5h48q-11 -113 -11 -418h-47 q-9 128 -61.5 229t-151.5 142v-608q116 -73 186.5 -132.5t112 -135t41.5 -175.5q0 -109 -43.5 -189.5t-120.5 -128.5t-176 -64v-248h-41v243q-26 -2 -53 -2q-41 0 -78 4v-245h-41v251q-81 16 -162 66q-44 29 -69 29q-19 0 -29 -21.5t-16 -68.5h-47zM274 1196 q0 -83 40.5 -143t119.5 -116v483q-73 -24 -116.5 -83.5t-43.5 -140.5zM475 17q31 -5 64 -5q35 0 67 7v563q-46 32 -121 77l-10 6v-648zM475 909q-7 5 131 -81v596q-39 10 -82 10q-25 0 -49 -4v-521zM647 31q71 28 114.5 91.5t43.5 162.5q0 81 -40 144.5t-118 123.5v-522z " />
+<glyph unicode="%" horiz-adv-x="1520" d="M72 1214q0 101 39.5 179.5t109 122t156.5 43.5q91 0 160 -39.5t107 -115t38 -179.5q0 -102 -39.5 -180t-108.5 -121t-157 -43q-91 0 -160 39.5t-107 115t-38 178.5zM153 -86l1198 1774l39 -27l-1198 -1774zM215 1217q0 -146 44 -222.5t122 -76.5q156 0 156 303 q0 148 -43 224.5t-121 76.5q-158 0 -158 -305zM834 305q0 101 39.5 179t109 121.5t156.5 43.5q91 0 160 -39.5t107 -115t38 -179.5q0 -101 -39.5 -179.5t-109 -121.5t-156.5 -43q-92 0 -160.5 39.5t-106.5 115t-38 179.5zM977 307q0 -146 43.5 -222.5t122.5 -76.5 q155 0 155 303q0 148 -42.5 224.5t-120.5 76.5q-158 0 -158 -305z" />
+<glyph unicode="&#x26;" horiz-adv-x="1714" d="M111 481q0 135 67 228t152.5 141.5t158.5 67.5q-100 43 -153 114t-53 150q0 68 40 126.5t118 94t188 35.5q137 0 213 -62q38 -31 57 -68.5t19 -72.5q0 -49 -35 -79t-80 -30q-44 0 -75.5 28t-31.5 75q0 44 30.5 76t78.5 36q-9 27 -52 46.5t-104 19.5q-107 0 -172 -64 t-65 -180q0 -137 104 -233q71 12 127 12q38 0 60 -12t22 -35q0 -18 -15.5 -28.5t-41.5 -10.5q-30 0 -64 11t-57 21.5t-29 12.5q-266 -79 -266 -336q0 -137 72 -237t197 -152.5t280 -52.5q146 0 269 45.5t196 131t73 198.5q0 80 -43.5 164.5t-162.5 132.5q-182 -57 -236 -78 q-86 -33 -133 -75t-47 -103q0 -50 29.5 -87.5t73.5 -57t85 -19.5q35 0 76.5 12t46.5 33q-39 7 -67.5 32t-28.5 72q0 48 32 77.5t80 29.5q49 0 79 -30.5t30 -80.5q0 -55 -37 -95t-93.5 -60.5t-113.5 -20.5q-62 0 -120.5 26t-96 80t-37.5 134q0 104 70.5 177t212.5 122 q40 13 154.5 45.5t196.5 58.5t149 57q97 46 136.5 93.5t39.5 103.5q0 57 -33 104.5t-87.5 75t-117.5 27.5q-52 0 -61 -18q27 -14 42 -40.5t15 -54.5q0 -42 -34 -71t-81 -29q-44 0 -76 26.5t-32 75.5q0 50 34 82t85.5 46t105.5 14q85 0 153 -33.5t107 -96t39 -147.5 q0 -98 -53 -170.5t-141 -116.5q-72 -34 -304 -107q115 -48 169.5 -138.5t54.5 -208.5q0 -127 -75.5 -239.5t-217.5 -181.5t-332 -69q-179 0 -330.5 62.5t-242 178.5t-90.5 269z" />
+<glyph unicode="'" horiz-adv-x="387" d="M121 1399q0 43 21 68.5t53 27.5q32 0 52.5 -25.5t20.5 -68.5q0 -58 -6 -108t-24 -151.5t-29 -183.5h-29q-11 75 -28 175t-24 152.5t-7 113.5z" />
+<glyph unicode="(" horiz-adv-x="602" d="M90 639q0 -308 117.5 -562t333.5 -450l28 27q-167 195 -237 430.5t-70 554.5t70 554.5t237 430.5l-28 27q-216 -196 -333.5 -450t-117.5 -562z" />
+<glyph unicode=")" horiz-adv-x="602" d="M33 -346q167 195 237 430.5t70 554.5t-70 554.5t-237 430.5l28 27q216 -196 333.5 -450t117.5 -562t-117.5 -562t-333.5 -450z" />
+<glyph unicode="*" horiz-adv-x="1008" d="M120 877q0 47 68 88q30 17 68 29.5t113.5 32t122.5 33.5q-44 13 -120.5 33t-116 33t-69.5 29q-65 39 -65 88q0 18 10 35q16 32 56 32q33 0 75 -24q31 -18 62 -46t85.5 -83.5t88.5 -87.5q-10 43 -31 119.5t-30 118t-9 75.5q0 57 22 84t54 27q31 0 52.5 -27t21.5 -84 q0 -35 -8.5 -75.5t-29 -115t-32.5 -120.5q34 32 89.5 88t86 84t59.5 45q42 23 73 23q44 0 63 -35q9 -16 9 -31q0 -49 -69 -88q-30 -17 -68 -29.5t-113.5 -32t-122.5 -33.5q45 -13 121.5 -33.5t115.5 -33t69 -28.5q66 -38 66 -88q0 -18 -10 -35q-18 -32 -57 -32q-33 0 -75 24 q-31 18 -62.5 46t-86 83t-86.5 86q12 -46 32.5 -122t29.5 -116.5t10 -73.5q-1 -57 -24 -83.5t-56 -26.5q-30 0 -51 26t-21 84q0 35 8.5 75.5t29 115.5t32.5 121q-34 -32 -89.5 -88.5t-86.5 -84t-60 -44.5q-40 -23 -73 -23q-43 0 -62 35q-9 16 -9 31z" />
+<glyph unicode="+" horiz-adv-x="1202" d="M88 696v62h477v483h74v-483h475v-62h-475v-481h-74v481h-477z" />
+<glyph unicode="," horiz-adv-x="535" d="M127 102q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5z" />
+<glyph unicode="-" horiz-adv-x="1022" d="M141 492v118h740v-118h-740z" />
+<glyph unicode="." horiz-adv-x="516" d="M127 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="/" horiz-adv-x="762" d="M70 -29l557 1508h67l-557 -1508h-67z" />
+<glyph unicode="0" horiz-adv-x="1229" d="M106 512q0 162 64.5 292t182.5 204.5t272 74.5q143 0 255.5 -67t176 -189t63.5 -282q0 -163 -65.5 -294t-183 -205.5t-269.5 -74.5q-142 0 -255 67t-177 189.5t-64 284.5zM305 518q0 -176 42 -290.5t113.5 -167t160.5 -52.5q88 0 156.5 63.5t106.5 183.5t38 284 q0 175 -42 289t-113.5 166.5t-160.5 52.5q-88 0 -156.5 -63t-106.5 -182.5t-38 -283.5z" />
+<glyph unicode="1" horiz-adv-x="758" d="M96 928v45q150 3 247.5 26.5t174.5 77.5v-866q0 -66 19.5 -102t62 -51t115.5 -15v-43q-224 8 -283 8q-63 0 -315 -8v43q109 0 163 36.5t54 131.5v496q0 99 -20.5 145t-69 61t-148.5 15z" />
+<glyph unicode="2" horiz-adv-x="981" d="M96 827q54 112 153 184t251 72q143 0 225 -67.5t82 -190.5q0 -121 -80 -223t-232 -239.5t-202 -204.5h416q56 0 83 9.5t38 30.5t16 64h35q0 -188 8 -272q-46 10 -305 10h-480v35q34 37 183 176.5t235 277.5t86 291q0 221 -205 221q-167 0 -274 -192z" />
+<glyph unicode="3" horiz-adv-x="924" d="M76 -272q145 3 274 59.5t209 162.5t80 251q0 79 -26.5 142.5t-76 101t-114.5 42.5q-9 -4 -32 -13t-38 -13t-26 -4q-33 0 -33 26q0 18 15 28.5t38 10.5q13 0 34 -3.5t38 -4.5q80 61 118.5 137t38.5 158q0 94 -46.5 139t-131.5 45q-86 0 -156 -45.5t-116 -136.5l-35 16 q118 256 375 256q85 0 152 -28t105 -81t38 -124q0 -76 -42.5 -143t-112 -116.5t-150.5 -78.5q100 -2 186 -37t139.5 -104t53.5 -170q0 -149 -113 -265.5t-289.5 -180.5t-355.5 -64v37z" />
+<glyph unicode="4" horiz-adv-x="1012" d="M35 111v43l665 929h33v-835h25q56 0 83 9.5t38 30.5t16 64h35q0 -172 8 -252q-35 9 -205 10v-399h-164v400h-534zM156 248h413v584z" />
+<glyph unicode="5" horiz-adv-x="850" d="M92 -266q125 1 235 54t178 158t68 253q0 130 -67 202t-191 72q-50 0 -85 -8t-83 -27l-20 13l39 610q41 -8 110 -8h232q56 0 83 9.5t37.5 30.5t16.5 64h39q0 -208 8 -299q-44 10 -284 10h-218l-24 -395q56 29 110 45.5t130 16.5q120 0 201 -40.5t121 -112t40 -163.5 q0 -152 -99.5 -271t-256.5 -185t-320 -66v37z" />
+<glyph unicode="6" horiz-adv-x="1059" d="M113 553q0 287 109 486t267.5 305t317.5 137l8 -41q-125 -40 -224.5 -110.5t-175.5 -216.5t-97 -384q46 87 129 127.5t165 40.5q98 0 182.5 -53t135.5 -154t51 -239q0 -149 -60.5 -258t-163 -165.5t-227.5 -56.5q-130 0 -223.5 68.5t-143.5 199.5t-50 314zM311 557 q0 -203 34.5 -324.5t88.5 -171t117 -49.5q64 0 116 44t83.5 139t31.5 241q0 208 -61 305t-160 97q-72 0 -142.5 -42.5t-104.5 -134.5q-3 -50 -3 -104z" />
+<glyph unicode="7" horiz-adv-x="831" d="M55 1063q46 -10 305 -10h455v-43q-30 -71 -135.5 -273t-163 -382.5t-55.5 -391.5q0 -36 4 -89.5t4 -72.5q0 -46 -26.5 -75t-69.5 -29q-45 0 -68.5 33t-23.5 82q0 225 87.5 426t205 395t147.5 248h-485q-56 0 -83.5 -9.5t-38 -30.5t-16.5 -65h-35q0 202 -8 287z" />
+<glyph unicode="8" horiz-adv-x="1065" d="M106 315q0 142 90 253t239 184q-82 66 -137 123t-89.5 128t-34.5 156q0 94 49.5 166.5t135 113t190.5 40.5q94 0 171 -32.5t122 -96t45 -152.5q0 -110 -67.5 -202t-192.5 -176q113 -82 177.5 -139t110.5 -137t46 -182q0 -115 -57 -204t-158 -138t-228 -49 q-112 0 -205.5 39t-150 116.5t-56.5 188.5zM287 346q0 -145 59 -241.5t184 -96.5q70 0 128.5 31.5t93 92t34.5 144.5q0 95 -44 173t-104.5 134.5t-171.5 144.5q-179 -131 -179 -382zM334 1223q0 -81 34.5 -147t89.5 -118.5t138 -114.5q127 121 127 328q0 124 -51.5 197.5 t-145.5 73.5q-54 0 -98 -27t-69 -76.5t-25 -115.5z" />
+<glyph unicode="9" horiz-adv-x="1042" d="M76 604q0 149 60.5 257.5t163 165t226.5 56.5q130 0 224 -63.5t144 -185t50 -291.5q0 -261 -109.5 -443t-268.5 -279.5t-316 -123.5l-8 41q117 33 211.5 90.5t170 174t105.5 304.5q-49 -77 -128 -113t-157 -36q-97 0 -181.5 53t-135.5 154t-51 239zM274 618 q0 -208 61.5 -304.5t160.5 -96.5q69 0 137 38.5t104 122.5q8 76 8 161q0 187 -34.5 299.5t-88 158t-116.5 45.5q-64 0 -116.5 -44t-84 -139t-31.5 -241z" />
+<glyph unicode=":" horiz-adv-x="545" d="M141 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65zM141 950q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode=";" horiz-adv-x="584" d="M150 102q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5zM164 950q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5 t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1245" d="M61 727l998 465l35 -74l-838 -391l838 -391l-35 -74z" />
+<glyph unicode="=" horiz-adv-x="1325" d="M150 553v61h1026v-61h-1026zM150 840v61h1026v-61h-1026z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1245" d="M151 336l35 -74l998 465l-998 465l-35 -74l838 -391z" />
+<glyph unicode="?" horiz-adv-x="940" d="M66 1380q0 83 96 148q108 74 278 74q128 0 225 -44.5t151 -128t54 -196.5q0 -168 -123 -284t-337 -171v-299h-41v318q130 48 200 108.5t94.5 130t24.5 158.5q0 186 -76.5 276.5t-210.5 90.5q-59 0 -113.5 -17t-86.5 -57q39 -8 62.5 -35.5t23.5 -69.5q0 -50 -32.5 -80 t-80.5 -30q-47 0 -77.5 30.5t-30.5 77.5zM260 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="@" horiz-adv-x="1798" d="M100 293q0 273 133.5 522t361 401t495.5 152q185 0 328.5 -59.5t227 -185.5t83.5 -318q0 -219 -91 -390.5t-230 -266.5t-273 -95q-148 0 -148 133q0 33 7 66t14.5 56.5t9.5 31.5v2q-58 -149 -134 -219t-182 -70q-110 0 -160 67.5t-50 180.5q0 152 73 311t187 263t227 104 q125 0 148 -109l16 80q117 0 184 29l-172 -752q-13 -42 -13 -70q0 -29 14.5 -41t45.5 -12q87 0 203 86.5t199.5 246.5t83.5 370q0 182 -79.5 299t-213.5 171t-303 54q-247 0 -466.5 -142.5t-352 -381t-132.5 -510.5q0 -204 78 -336t216 -193t321 -61q236 0 422 111l14 -27 q-79 -56 -192.5 -88.5t-245.5 -32.5q-196 0 -342.5 66.5t-229 206t-82.5 350.5zM666 313q0 -198 106 -198q52 0 106 53t102.5 153t81.5 235l51 249q-4 67 -35.5 97t-90.5 30q-85 0 -159 -93t-118 -237.5t-44 -288.5z" />
+<glyph unicode="A" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM337 590h464 l-229 611z" />
+<glyph unicode="B" horiz-adv-x="1276" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 250 -6q80 0 176.5 2t132.5 2q140 0 237 -40.5t146 -113t49 -168.5q0 -118 -74.5 -212t-236.5 -144v-4q226 -30 322 -129.5t96 -239.5q0 -116 -59.5 -206t-170.5 -140.5t-262 -50.5 q-41 0 -144 3t-208 3q-168 0 -254 -6zM442 217q0 -74 12 -109t44 -48t98 -13q383 0 383 359q0 161 -87.5 245t-277.5 84h-172v-518zM442 770h138q167 0 234 91t67 243q0 154 -68 229.5t-219 75.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-463z" />
+<glyph unicode="C" horiz-adv-x="1409" d="M109 713q0 226 83 400t231 270t337 96q122 0 208.5 -35t168.5 -98q22 -18 40 -18q42 0 52 122h47q-8 -133 -8 -471h-47q-15 92 -27.5 143t-29.5 86.5t-46 73.5q-62 80 -157 120t-205 40q-133 0 -233 -88t-155 -251t-55 -382q0 -223 60 -383t165 -243t238 -83 q102 0 199 39t151 117q42 56 60 121.5t35 202.5h47q0 -353 8 -492h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-61 -43 -112.5 -70.5t-117.5 -45t-149 -17.5q-195 0 -341.5 88t-227 255.5t-80.5 398.5z" />
+<glyph unicode="D" horiz-adv-x="1481" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q110 -7 200 -7l50 1q282 6 309 6q362 0 542.5 -181t180.5 -528q0 -223 -87.5 -390.5t-254.5 -259t-399 -91.5q-28 0 -133.5 3t-153.5 3q-168 0 -254 -6zM442 213q0 -74 12 -110.5 t44.5 -51t97.5 -14.5q218 0 342 79t174.5 230.5t50.5 386.5q0 236 -55 384.5t-179.5 222t-334.5 73.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-1024z" />
+<glyph unicode="E" horiz-adv-x="1247" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-76 94.5t-161.5 29.5h-170q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h136q103 0 137 61.5 t42 125.5t11 83h47q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-2 14 -11.5 99t-55.5 128.5t-129 43.5h-136v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6z" />
+<glyph unicode="F" horiz-adv-x="1165" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -146 -14 -262q0 -103 6 -168h-47q-16 159 -41 235.5t-86.5 112t-188.5 35.5h-129q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-504h150q103 0 137 61.5 t42 125.5t11 83h47q-7 -100 -7 -193l1 -97q0 -108 13 -291h-48q-2 14 -11.5 99t-55.5 128t-129 43h-150v-471q0 -77 16 -112t58 -48t133 -16v-41q-106 6 -301 6q-176 0 -262 -6z" />
+<glyph unicode="G" horiz-adv-x="1440" d="M111 700q0 235 84.5 411.5t234.5 272t340 95.5q83 0 147.5 -17.5t112 -44.5t109.5 -71q26 -21 41 -21q39 0 51 125h47q-8 -133 -8 -471h-47q-18 110 -39 180.5t-64 122.5q-60 74 -155 117t-199 43q-135 0 -237 -88t-158 -250.5t-56 -380.5q0 -246 52.5 -403t160 -232.5 t275.5 -75.5q123 0 213 64q37 25 48 48t11 64v197q0 85 -16 124.5t-58 54t-133 18.5v41q101 -7 289 -7q144 0 213 7v-41q-48 -4 -68.5 -16.5t-28 -46.5t-7.5 -113v-406h-41q-2 42 -17 79.5t-39 37.5q-13 0 -25 -6.5t-42 -28.5q-72 -55 -148.5 -83t-171.5 -28q-210 0 -361 87 t-230.5 251t-79.5 391z" />
+<glyph unicode="H" horiz-adv-x="1550" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-483h666v483q0 77 -12.5 112t-46 48t-107.5 16v41q96 -6 260 -6q176 0 262 6v-41q-74 -3 -107.5 -16t-46 -48 t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-85 6 -262 6q-164 0 -260 -6v41q74 3 107.5 16t46 48t12.5 112v492h-666v-492q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6z" />
+<glyph unicode="I" horiz-adv-x="694" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6z" />
+<glyph unicode="J" horiz-adv-x="668" d="M-307 -207q0 48 30.5 78.5t77.5 30.5q49 0 81 -30t32 -81q0 -43 -23 -69.5t-63 -34.5q18 -18 56.5 -25.5t74.5 -7.5q89 0 153.5 46t92.5 128q21 64 28 159.5t7 309.5v936q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q164 0 260 6v-41q-74 -3 -107.5 -16t-46 -48 t-12.5 -112v-750q0 -174 -6.5 -308.5t-28.5 -225.5q-23 -96 -81 -171.5t-147.5 -119t-203.5 -43.5q-100 0 -172 37q-98 51 -98 141z" />
+<glyph unicode="K" horiz-adv-x="1341" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-459q149 6 234 115l196 250q105 133 105 196q0 71 -127 74v41q117 -6 235 -6q114 0 175 6v-41q-68 -10 -127.5 -44 t-114.5 -105l-334 -428l475 -666q34 -52 76 -81t104 -44v-41q-97 6 -245 6q-111 0 -211 -6v41q48 2 71 12t23 31q0 19 -21 49l-299 451q-41 63 -71 93t-61.5 41.5t-82.5 14.5v-516q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6z" />
+<glyph unicode="L" horiz-adv-x="1204" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 36t96 115t45.5 232h47q-6 -64 -6 -168 q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6z" />
+<glyph unicode="M" horiz-adv-x="1784" d="M86 0v41q71 3 105.5 20.5t47.5 57.5t13 119v995q0 77 -12.5 112t-46 48t-107.5 16v41q67 -6 190 -6q108 0 175 6l450 -1188l440 1182h97q164 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-96 6 -260 6q-176 0 -262 -6 v41q74 3 107 16t45.5 48t12.5 112v1096l-493 -1323h-33l-516 1329v-1081q0 -79 14 -119t52.5 -57.5t119.5 -20.5v-41q-73 6 -209 6q-122 0 -190 -6z" />
+<glyph unicode="N" horiz-adv-x="1446" d="M86 0v41q71 3 105.5 20.5t47.5 57.5t13 119v995q0 77 -12.5 112t-46 48t-107.5 16v41q67 -6 190 -6q92 0 160 6l723 -1114v876q0 79 -13.5 119t-52.5 57.5t-120 20.5v41q73 -6 209 -6q122 0 190 6v-41q-71 -3 -105.5 -20.5t-47.5 -57.5t-13 -119v-1222h-47l-860 1329 v-1081q0 -79 14 -119t52.5 -57.5t119.5 -20.5v-41q-73 6 -209 6q-122 0 -190 -6z" />
+<glyph unicode="O" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5z" />
+<glyph unicode="P" horiz-adv-x="1198" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 250 -6q80 0 176.5 2t132.5 2q161 0 272 -50.5t166.5 -141.5t55.5 -212q0 -112 -50 -216t-170.5 -173t-318.5 -69h-158v-369q0 -77 16 -112t58 -48t133 -16v-41q-106 6 -301 6 q-176 0 -262 -6zM442 627h138q200 0 277 107t77 288q0 132 -34 217t-108.5 127.5t-197.5 42.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-606z" />
+<glyph unicode="Q" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -213 -74 -380t-207 -267t-305 -116v-1q-50 -6 -88 -18.5t-102.5 -40t-112.5 -41.5q225 -45 384.5 -71.5t264.5 -26.5q146 0 231 42.5t132 135.5l31 -12q-46 -157 -129 -234 q-102 -92 -277 -92q-95 0 -183.5 28.5t-236.5 93.5t-239 95q-14 4 -26.5 7.5t-22.5 6.5q-90 -30 -170 -30q-95 0 -95 41q0 43 111 43q74 0 154 -17q39 10 71 23t81.5 35.5t78.5 33.5q-173 17 -302 109.5t-199 253t-70 375.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88 q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5z" />
+<glyph unicode="R" horiz-adv-x="1327" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q86 -6 250 -6q80 0 176.5 2t132.5 2q160 0 271 -46.5t167 -127t56 -182.5q0 -80 -37.5 -161.5t-127 -146t-233.5 -86.5l25 -4q92 -15 147 -45.5t87.5 -83.5t52.5 -141l51 -209 q13 -63 26.5 -98.5t32 -52.5t46.5 -17q34 0 56 17.5t56 60.5l31 -23q-48 -69 -95 -100t-124 -31q-84 0 -138 49t-82 173l-45 204q-24 107 -45.5 164.5t-65 92t-120.5 34.5h-195v-471q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6zM442 729h138 q138 0 216 44t108 118t30 178q0 168 -80 254t-260 86q-64 0 -96 -14.5t-44 -51.5t-12 -110v-504z" />
+<glyph unicode="S" horiz-adv-x="1106" d="M129 -14q8 112 8 491h47q14 -208 102 -336.5t271 -128.5q70 0 130.5 29t98 90.5t37.5 153.5q0 79 -38.5 141.5t-104.5 114.5t-176 118q-122 73 -196 131t-121.5 138.5t-47.5 189.5q0 116 52.5 196t140 119.5t192.5 39.5q63 0 108.5 -10.5t75.5 -26t66 -39.5 q46 -29 70 -29q19 0 29 21.5t16 68.5h47q-10 -120 -10 -418h-47q-8 105 -45.5 194t-110 144.5t-180.5 55.5q-72 0 -129 -30t-89 -84t-32 -124q0 -111 67 -179t156.5 -122.5t120.5 -73.5q129 -81 204 -140.5t120 -138t45 -182.5q0 -126 -58 -213.5t-156.5 -131.5t-220.5 -44 q-98 0 -161 20.5t-119 55.5q-46 29 -70 29q-19 0 -29 -21.5t-16 -68.5h-47z" />
+<glyph unicode="T" horiz-adv-x="1272" d="M59 1450q170 -6 578 -6q405 0 575 6q-14 -146 -14 -262q0 -103 6 -168h-47q-16 159 -40.5 235.5t-86 112t-188.5 35.5h-111v-1165q0 -85 16 -124.5t58 -54.5t133 -18v-41q-108 6 -301 6q-205 0 -303 -6v41q91 3 133 18t58 54.5t16 124.5v1165h-111q-127 0 -188.5 -35.5 t-86 -112t-40.5 -235.5h-47q6 65 6 168q0 120 -15 262z" />
+<glyph unicode="U" horiz-adv-x="1397" d="M55 1409v41q87 -6 262 -6q165 0 261 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-678q0 -164 22 -272t92.5 -174t208.5 -66q217 0 305 139t88 391v639q0 76 -17.5 117t-57 59t-111.5 21v41q74 -6 209 -6q123 0 190 6v-41q-71 -3 -105.5 -20.5t-47 -57.5t-12.5 -119 v-616q0 -147 -19.5 -252.5t-64.5 -181.5q-52 -88 -151.5 -139.5t-223.5 -51.5q-225 0 -344 111q-61 57 -93.5 120.5t-45.5 153.5t-13 234v643q0 77 -12.5 112t-46 48t-107.5 16z" />
+<glyph unicode="V" d="M-12 1409v41q83 -6 219 -6q176 0 262 6v-41q-78 -3 -111.5 -19t-33.5 -57q0 -34 24 -96l371 -984l334 865q41 106 41 167q0 65 -44 93.5t-135 30.5v41q117 -6 236 -6q92 0 154 6v-41q-103 -23 -162 -178l-481 -1241h-17h-16l-500 1288q-50 127 -141 131z" />
+<glyph unicode="W" horiz-adv-x="1853" d="M-14 1409v41q82 -6 219 -6q147 0 221 6v-41q-54 -4 -77 -20t-23 -51q0 -33 22 -101l300 -913l248 793l-54 161q-42 127 -121 131v41q74 -6 199 -6q175 0 262 6v-41q-53 -2 -81 -7.5t-43.5 -20.5t-15.5 -45q0 -34 21 -99l294 -911l253 792q33 104 33 165q0 68 -41.5 96 t-133.5 30v41q117 -6 236 -6q92 0 154 6v-41q-114 -25 -162 -178l-387 -1241h-17h-16l-356 1055l-326 -1055h-16h-17l-434 1288q-44 126 -141 131z" />
+<glyph unicode="X" horiz-adv-x="1298" d="M33 0v41q61 9 116.5 55t114.5 133l309 461l-401 615q-26 41 -45 61.5t-40 29.5t-52 11v43q140 -8 176 -8q137 0 289 8v-43q-137 0 -137 -45q0 -16 18 -45l319 -488l201 301q89 133 89 197q0 43 -39.5 61.5t-119.5 20.5v41q117 -6 236 -6q112 0 174 6v-41 q-62 -9 -117.5 -55.5t-113.5 -132.5l-287 -428l424 -648q26 -41 45 -61.5t40 -29.5t52 -11v-43q-140 8 -176 8q-69 0 -289 -8v43q80 0 113 7t33 26q0 15 -15 37l-350 536l-221 -330q-78 -116 -78 -180q0 -52 46.5 -74t135.5 -24v-41q-116 6 -276 6q-113 0 -174 -6z" />
+<glyph unicode="Y" horiz-adv-x="1210" d="M-6 1407v43q80 -6 180 -6q199 0 287 6v-43q-144 0 -144 -79q0 -30 21 -71l341 -653l261 520q56 113 56 176q0 58 -45 82.5t-136 26.5v41q117 -6 236 -6q92 0 153 6v-41q-41 -9 -80 -51.5t-84 -130.5l-321 -637v-373q0 -77 12.5 -112t46 -48t107.5 -16v-41q-96 6 -260 6 q-176 0 -263 -6v41q74 3 107.5 16t46 48t12.5 112v309l-415 766q-38 69 -65.5 92t-53.5 23z" />
+<glyph unicode="Z" horiz-adv-x="1217" d="M86 0v41l854 1362h-430q-128 0 -194.5 -36t-96 -115t-45.5 -232h-47q6 65 6 168q0 116 -14 262q151 -6 510 -6q348 0 497 6v-41l-847 -1362h432q128 0 194.5 36t96 115t45.5 232h47q-7 -75 -7 -168q0 -106 15 -262q-152 6 -510 6q-350 0 -506 -6z" />
+<glyph unicode="[" horiz-adv-x="606" d="M188 -371v1952h351v-39h-166v-1874h166v-39h-351z" />
+<glyph unicode="\" horiz-adv-x="762" d="M68 1479l557 -1508h67l-557 1508h-67z" />
+<glyph unicode="]" horiz-adv-x="606" d="M67 -332v-39h351v1952h-351v-39h166v-1874h-166z" />
+<glyph unicode="^" horiz-adv-x="1098" d="M147 688q131 63 233 169t150 224h37q49 -118 151 -224t232 -169l-16 -29q-124 45 -240 112t-186 134q-58 -67 -151.5 -134t-192.5 -112z" />
+<glyph unicode="_" horiz-adv-x="1210" d="M141 -235h928v-82h-928v82z" />
+<glyph unicode="`" horiz-adv-x="457" d="M42 1608q0 34 28 57q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70z" />
+<glyph unicode="a" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM260 248q0 -89 45 -134.5 t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123z" />
+<glyph unicode="b" horiz-adv-x="1153" d="M8 1538v43q65 -6 127 -6q132 0 213 29v-740q46 104 130 161.5t190 57.5q114 0 201.5 -62.5t137.5 -188t50 -306.5q0 -177 -61.5 -302.5t-165.5 -189t-230 -63.5q-75 0 -146 30.5t-124 89.5l-146 -124l-34 15q14 50 14 118v1258q0 95 -34.5 137.5t-121.5 42.5zM348 120 q48 -50 109.5 -76t126.5 -26q138 0 206 124.5t68 383.5q0 250 -61.5 373t-188.5 123q-55 0 -107 -29.5t-92.5 -87t-60.5 -138.5v-647z" />
+<glyph unicode="c" horiz-adv-x="995" d="M94 514q0 166 60.5 295.5t169.5 201.5t247 72t238 -65q96 -65 96 -158q0 -54 -30.5 -84.5t-77.5 -30.5q-48 0 -80.5 27.5t-32.5 75.5q0 44 24.5 73.5t61.5 39.5q-20 37 -73 61.5t-111 24.5q-75 0 -141 -48t-109 -160t-43 -294q0 -255 82 -370.5t213 -115.5q87 0 166.5 51 t130.5 160l39 -14q-23 -73 -71 -137.5t-125.5 -106t-180.5 -41.5q-128 0 -231 66t-162.5 189t-59.5 288z" />
+<glyph unicode="d" horiz-adv-x="1190" d="M98 526v6q0 175 62 299q63 126 168.5 189t232.5 63q78 0 143.5 -29.5t102.5 -91.5v398q0 95 -34.5 137.5t-121.5 42.5v43q65 -6 127 -6q132 0 213 29v-1383q0 -95 34.5 -137.5t121.5 -42.5v-43q-65 6 -127 6q-132 0 -213 -29v182q-38 -92 -111.5 -140t-179.5 -48 q-130 0 -224 62t-144 186q-50 122 -50 300v7zM297 526v-7q-1 -241 69 -363q70 -124 209 -123q53 0 100 27t82 80.5t50 128.5v609q-57 158 -229 158q-83 0 -146 -56q-64 -58 -100 -172q-35 -111 -35 -273v-9z" />
+<glyph unicode="e" horiz-adv-x="1036" d="M94 502q0 178 57 309t161.5 201.5t244.5 70.5q184 0 283.5 -111.5t99.5 -338.5h-640q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q206 0 301 205l41 -16q-24 -72 -76.5 -134.5t-131 -101.5t-175.5 -39q-146 0 -252.5 66.5t-162.5 187t-56 277.5zM297 672h446 q1 16 1 32q0 83 -18 155q-21 85 -66 135t-111 50q-63 0 -116 -40.5t-89.5 -124t-46.5 -207.5z" />
+<glyph unicode="f" horiz-adv-x="680" d="M53 1012v41h164q0 122 10 203.5t32.5 138.5t62.5 104q40 48 104 75.5t139 27.5q105 0 178 -56q64 -52 64 -127q0 -47 -30.5 -77.5t-78.5 -30.5q-47 0 -79.5 30t-32.5 80q0 42 23.5 69.5t62.5 35.5q-6 19 -33 32t-68 13q-91 0 -133 -76q-23 -41 -30 -122.5t-7 -266.5v-53 h220v-41h-220v-801q0 -95 54 -131.5t163 -36.5v-43q-252 8 -315 8q-50 0 -242 -8v43q58 0 91.5 13t49 45t15.5 89v822h-164z" />
+<glyph unicode="g" horiz-adv-x="1061" d="M39 -197q0 70 73.5 135.5t183.5 114.5h-7q-78 0 -141.5 33t-63.5 123q0 70 58 133t198 126q-90 35 -140 108t-50 184q0 162 103.5 242.5t274.5 80.5q80 0 145 -18q20 114 72 182q55 68 140 68q51 0 79.5 -30t28.5 -77q0 -42 -28 -70t-70 -28q-52 0 -75 31.5t-34 97.5 q-30 -27 -55 -100q-15 -45 -21 -85q93 -34 145 -107.5t52 -186.5q0 -109 -49 -181.5t-134 -107.5t-196 -35q-83 0 -151 19q-83 -44 -127.5 -81.5t-44.5 -80.5q0 -34 23 -51t75 -17h481q107 0 173.5 -45t66.5 -145q0 -98 -63.5 -195t-193 -161t-316.5 -64q-107 0 -201.5 21.5 t-152.5 64t-58 102.5zM207 -154q0 -66 44 -110t113 -65t142 -21q91 0 178 32.5t143 98t56 158.5q0 40 -13.5 64.5t-47.5 37t-95 12.5h-381q-66 -34 -102.5 -91t-36.5 -116zM342 760q0 -156 47.5 -221.5t138.5 -65.5q92 0 139.5 65t47.5 222t-47.5 222t-139.5 65 q-91 0 -138.5 -65.5t-47.5 -221.5z" />
+<glyph unicode="h" horiz-adv-x="1204" d="M41 0v43q58 0 91.5 13t49 45t15.5 89v1168q0 95 -34.5 137.5t-121.5 42.5v43q65 -6 127 -6q132 0 213 29v-766q51 130 142.5 187.5t205.5 57.5q143 0 217 -77q39 -42 55.5 -103.5t16.5 -165.5v-547q0 -57 15.5 -89t49 -45t91.5 -13v-43q-192 8 -246 8q-58 0 -230 -8v43 q51 0 80 13t42.5 45t13.5 89v592q0 74 -12 124t-48.5 81t-105.5 31q-83 0 -148.5 -47.5t-102 -132t-36.5 -191.5v-457q0 -57 13.5 -89t42 -45t79.5 -13v-43q-172 8 -229 8q-58 0 -246 -8z" />
+<glyph unicode="i" horiz-adv-x="600" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-887q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8zM162 1436q0 35 17.5 65t48 48t65.5 18t65 -18t48 -48t18 -65t-18 -65.5t-48 -48t-65 -17.5 t-65.5 17.5t-48 48t-17.5 65.5z" />
+<glyph unicode="j" horiz-adv-x="547" d="M-131 -260q0 47 29.5 76.5t76.5 29.5q49 0 78 -25t29 -75q0 -70 -78 -98q12 -2 35 -2q71 0 115 47q47 59 47 174v964q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-841q0 -167 -22.5 -291.5t-86.5 -204.5q-47 -61 -113.5 -93t-133.5 -32q-72 0 -115 31 q-45 34 -45 94zM141 1425q0 35 18 65.5t48 48t65 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65 18t-48 48t-18 65z" />
+<glyph unicode="k" horiz-adv-x="1126" d="M41 0v43q58 0 91.5 13t49 45t15.5 89v1170q0 95 -34.5 137.5t-121.5 42.5v43q65 -6 127 -6q132 0 213 29v-1017q60 8 100 27.5t76 57.5l152 157q65 68 65 113q0 36 -41 53t-110 17v41q142 -8 231 -8q96 0 178 8v-41q-100 -9 -184 -96l-249 -262l370 -506q38 -52 69 -76.5 t74 -30.5v-43q-124 8 -166 8q-55 0 -227 -8v43q29 0 46 11t17 28q0 14 -12 31l-235 344q-37 52 -68 70t-86 20v-357q0 -57 13.5 -89t42 -45t79.5 -13v-43q-172 8 -227 8q-60 0 -248 -8z" />
+<glyph unicode="l" horiz-adv-x="586" d="M45 0v43q58 0 91.5 13t49 45t15.5 89v1170q0 95 -34.5 137.5t-121.5 42.5v43q64 -6 127 -6q132 0 213 29v-1416q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8z" />
+<glyph unicode="m" horiz-adv-x="1819" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-241q50 126 140 186.5t196 60.5q139 0 213 -77q51 -56 63 -165q51 129 141 185.5t200 56.5q139 0 213 -77q37 -41 52 -104.5t15 -164.5v-547q0 -57 15.5 -89t49 -45 t91.5 -13v-43q-188 8 -246 8q-57 0 -229 -8v43q51 0 79.5 13t42 45t13.5 89v592q0 78 -9 126.5t-43 79t-104 30.5q-78 0 -141 -49t-99 -134t-36 -188v-457q0 -57 15.5 -89t48.5 -45t91 -13v-43q-188 8 -245 8q-58 0 -230 -8v43q51 0 80 13t42 45t13 89v592q0 78 -9 126.5 t-43 79t-103 30.5q-79 0 -142 -49.5t-99 -135t-36 -188.5v-455q0 -57 13.5 -89t42.5 -45t80 -13v-43q-172 8 -230 8t-246 -8z" />
+<glyph unicode="n" horiz-adv-x="1223" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-241q51 130 142.5 188.5t206.5 58.5q143 0 217 -77q38 -42 54.5 -103.5t16.5 -165.5v-547q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -246 8q-57 0 -229 -8v43 q51 0 79.5 13t42 45t13.5 89v592q0 74 -11.5 124t-48 81t-106.5 31q-84 0 -149.5 -49t-101.5 -134.5t-36 -189.5v-455q0 -57 13.5 -89t42.5 -45t80 -13v-43q-172 8 -230 8t-246 -8z" />
+<glyph unicode="o" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126 t-71.5 -390z" />
+<glyph unicode="p" horiz-adv-x="1190" d="M45 1012v43q64 -6 127 -6q130 0 213 28v-216q46 106 132 164t196 58q109 0 195.5 -59t136 -174t49.5 -275q0 -157 -50 -294.5t-155.5 -223.5t-263.5 -86q-78 0 -141.5 30.5t-98.5 80.5v-262q0 -83 49 -115.5t148 -32.5v-43q-26 1 -116.5 5t-178.5 4q-65 0 -134 -4t-87 -5 v43q75 0 105 27.5t30 99.5v1032q0 95 -34.5 138t-121.5 43zM385 150q30 -61 85 -96.5t132 -35.5q293 0 293 529q0 475 -238 475q-93 0 -166.5 -66.5t-105.5 -192.5v-613z" />
+<glyph unicode="q" horiz-adv-x="1153" d="M96 526q0 181 57.5 306.5t156.5 188t225 62.5q104 0 174 -35.5t114 -113.5q109 115 146 153l35 -14q-15 -50 -15 -119v-1155q0 -72 30 -99.5t105 -27.5v-43q-18 1 -87 5t-134 4q-88 0 -178.5 -4t-116.5 -5v43q99 0 148 32.5t49 115.5v353q-41 -97 -116.5 -149.5 t-170.5 -52.5q-120 0 -215.5 62t-151 187t-55.5 306zM295 526q0 -245 72.5 -369t210.5 -124q76 0 138.5 61.5t88.5 175.5v629q-78 137 -254 137q-124 0 -190 -127.5t-66 -382.5z" />
+<glyph unicode="r" horiz-adv-x="911" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-256q23 64 66.5 124t103.5 99t127 39q54 0 96.5 -21.5t66.5 -58.5t24 -81q0 -54 -32 -91.5t-85 -37.5q-45 0 -77 28.5t-32 77.5q0 67 70 111q-14 20 -43 20 q-81 0 -146 -62t-102 -153t-37 -170v-434q0 -95 54 -131.5t163 -36.5v-43q-252 8 -315 8q-54 0 -242 -8z" />
+<glyph unicode="s" horiz-adv-x="913" d="M113 -14q8 117 8 409h47q15 -127 43 -209t86 -128t156 -46q45 0 86.5 19.5t68.5 63t27 112.5q0 56 -28.5 100.5t-74.5 80t-129 87.5q-101 64 -154.5 105t-90.5 100t-37 139q0 87 41 146.5t109.5 88.5t152.5 29q72 0 129.5 -23t93.5 -52q22 -17 36 -17q36 0 46 90h47 q-8 -100 -8 -348h-47q-22 135 -87 223t-192 88q-74 0 -121 -41.5t-47 -115.5q0 -71 48.5 -118.5t117 -90.5t97.5 -62q94 -61 151.5 -108.5t93 -109t35.5 -140.5q0 -91 -47.5 -155.5t-127.5 -98t-175 -33.5q-91 0 -162 29q-40 20 -84 55q-8 8 -19 8q-30 0 -42 -77h-47z" />
+<glyph unicode="t" horiz-adv-x="725" d="M8 1012v41h197v313q115 3 184 29v-342h303v-41h-303v-793q0 -93 33 -133.5t98 -40.5q64 0 109 51t76 168l40 -10q-50 -283 -266 -283q-69 0 -114 16.5t-80 51.5q-44 45 -62 110.5t-18 176.5v686h-197z" />
+<glyph unicode="u" horiz-adv-x="1190" d="M33 1012v43q64 -6 127 -6q129 0 213 28v-805q0 -78 9 -126t43 -78.5t103 -30.5q79 0 142 49t99 134t36 188v423q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-856q0 -95 34.5 -137.5t121.5 -42.5v-43q-64 6 -127 6q-132 0 -213 -29v242q-50 -126 -139.5 -186 t-196.5 -60q-138 0 -213 78q-37 40 -52.5 104t-15.5 164v514q0 95 -34 138t-121 43z" />
+<glyph unicode="v" horiz-adv-x="1001" d="M-4 1012v43q106 -8 180 -8q157 0 266 8v-43q-51 0 -79.5 -3.5t-47 -18.5t-18.5 -48q0 -34 22 -90l252 -623l226 592q22 56 22 95q0 47 -36 70t-115 28v41q106 -6 172 -6q90 0 155 6v-41q-41 -5 -73 -37t-60 -107l-336 -880h-34l-377 907q-30 71 -59.5 93t-59.5 22z" />
+<glyph unicode="w" horiz-adv-x="1577" d="M0 1012v43q86 -13 180 -13q91 0 266 13v-43q-67 0 -99.5 -8t-42.5 -45q-2 -9 -2 -21q0 -36 22 -98l205 -589l294 812h47l314 -829l192 587q19 60 19 93q0 49 -35.5 72t-116.5 28v41q108 -6 172 -6q91 0 156 6v-41q-43 -5 -76 -37t-57 -107l-297 -880h-35l-325 824 l-292 -824h-34l-336 907q-28 72 -58 93.5t-61 21.5z" />
+<glyph unicode="x" horiz-adv-x="1063" d="M43 0v41q40 5 82 37t98 106l236 311l-285 414q-28 41 -47 61.5t-36.5 29.5t-43.5 12v43q108 -8 146 -8q69 0 241 8v-43q-33 0 -56.5 -12.5t-23.5 -33.5q0 -12 8 -24l219 -319l142 198q62 87 62 129q0 29 -28 44.5t-89 19.5v41q106 -6 172 -6q90 0 155 6v-41 q-83 -10 -180 -144l-207 -286l301 -439q36 -52 62 -73.5t65 -28.5v-43q-104 8 -145 8q-70 0 -242 -8v43q33 0 57 13t24 33q0 10 -9 24l-233 340l-150 -195q-57 -73 -57 -123q0 -84 151 -94v-41q-108 6 -233 6q-91 0 -156 -6z" />
+<glyph unicode="y" horiz-adv-x="1032" d="M-8 1012v43q96 -13 201 -13q88 0 266 13v-43q-50 0 -78 -3.5t-46.5 -19t-18.5 -48.5q0 -37 26 -101l247 -612l226 593q22 60 22 94q0 48 -36.5 71t-116.5 28v41q108 -6 172 -6q91 0 156 6v-41q-41 -5 -73 -37t-60 -107l-336 -880l-70 -178q-39 -101 -88 -144 q-58 -53 -160 -53q-61 0 -100 32.5t-39 90.5q0 49 29 78.5t80 29.5q45 0 74.5 -25t29.5 -71q0 -61 -55 -92q4 -2 12 -2q113 0 174 160l73 187l-372 894q-35 71 -69.5 93t-69.5 22z" />
+<glyph unicode="z" horiz-adv-x="975" d="M78 -10l592 1034h-226q-92 0 -151 -33t-91.5 -105.5t-41.5 -191.5h-47q0 271 -9 369q161 -8 381 -8q196 0 414 10l-592 -1034h225q126 0 199 78.5t86 250.5h47q0 -267 8 -368q-160 8 -380 8q-196 0 -414 -10z" />
+<glyph unicode="{" horiz-adv-x="623" d="M55 594v37h11q63 4 96 48t46 147.5t13 301.5q0 183 33 285t107.5 145.5t207.5 43.5v-39q-72 -2 -104.5 -31t-45.5 -117.5t-13 -286.5q0 -174 -39.5 -280t-103 -158t-150.5 -78q87 -26 150.5 -78t103 -158.5t39.5 -279.5q0 -205 13 -295t45.5 -118t104.5 -29v-39 q-134 0 -208 42.5t-107 145.5t-33 293q0 197 -13 300.5t-46 148t-96 49.5h-11z" />
+<glyph unicode="|" horiz-adv-x="455" d="M186 -399v2156h82v-2156h-82z" />
+<glyph unicode="}" horiz-adv-x="623" d="M54 -346v-39q134 0 208 42.5t107 145.5t33 293q0 197 13 300.5t46 148t96 49.5h11v37h-11q-63 4 -96 48t-46 147.5t-13 301.5q0 183 -33 285t-107.5 145.5t-207.5 43.5v-39q72 -2 104.5 -31t45.5 -117.5t13 -286.5q0 -174 39.5 -280t103 -158t150.5 -78 q-87 -26 -150.5 -78t-103 -158.5t-39.5 -279.5q0 -205 -13 -295t-45.5 -118t-104.5 -29z" />
+<glyph unicode="~" horiz-adv-x="1329" d="M152 530q8 66 48.5 115.5t103.5 76t136 26.5q68 0 127 -20.5t180 -79t214 -58.5q134 0 184 119l35 -11q-8 -66 -49 -115t-104 -75.5t-136 -26.5q-68 0 -127 20.5t-180 79t-213 58.5q-135 0 -185 -119z" />
+<glyph unicode="&#xa1;" horiz-adv-x="510" d="M125 952q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65zM160 -270q0 75 24 273.5t38 344t14 303.5h36q0 -142 12.5 -282t38 -352t25.5 -287q0 -59 -26 -87t-68 -28q-41 0 -67.5 28.5t-26.5 86.5z " />
+<glyph unicode="&#xa2;" horiz-adv-x="971" d="M69 514q0 156 54 280.5t151.5 199t223.5 87.5v369h45v-367h3q138 0 238 -65q96 -65 96 -158q0 -54 -30.5 -84.5t-77.5 -30.5q-48 0 -80.5 27.5t-32.5 75.5q0 44 24.5 73.5t61.5 39.5q-20 37 -73 61.5t-111 24.5l-18 -1v-986l20 -1q87 0 166.5 51t130.5 160l39 -14 q-22 -70 -67.5 -133t-118.5 -105t-170 -47v-342h-45v343q-122 6 -219.5 73.5t-153.5 188t-56 280.5zM268 545q0 -221 62.5 -337t167.5 -141v971q-100 -28 -165 -147t-65 -346z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1233" d="M72 -8q0 19 27.5 50.5t70.5 61.5t86 46q14 66 18.5 144.5t4.5 233.5v80h-158v41h158v164h-158v41h158v45q0 608 454 608q121 0 193 -55q61 -49 61 -113q0 -43 -28.5 -71.5t-67.5 -28.5q-37 0 -65.5 26t-28.5 66q0 34 17.5 59t49.5 37q-4 20 -43.5 35t-83.5 15 q-122 0 -180.5 -71t-73 -177t-14.5 -277v-98h297v-41h-297v-164h297v-41h-298q-4 -122 -35.5 -217.5t-96.5 -210.5q87 41 176 41q69 0 158.5 -30.5t143 -46t118.5 -15.5q69 0 104 33.5t35 83.5q0 69 -47 114.5t-127 61.5l8 33q69 -11 128.5 -44t96.5 -87t37 -125 q0 -59 -25.5 -111.5t-76 -84.5t-121.5 -32q-66 0 -124.5 25t-148.5 79.5t-141 71.5q-43 17 -100 17q-58 0 -113 -21q-47 -81 -103 -126.5t-110 -45.5q-16 0 -24 4t-8 17z" />
+<glyph unicode="&#xa4;" horiz-adv-x="1096" d="M158 283l88 88q-86 105 -86 243q0 139 88 246l-90 90l57 58l90 -90q107 86 244 86q136 0 244 -89l92 93l57 -58l-92 -92q86 -109 86 -244q0 -138 -86 -243l90 -88l-57 -60l-90 90q-110 -86 -244 -86q-139 0 -244 84l-88 -88zM244 614q0 -84 41.5 -155.5t111.5 -113.5 t152 -42t151.5 42t110.5 113.5t41 155.5q0 83 -41 155t-111 115.5t-151 43.5q-82 0 -152.5 -43t-111.5 -115t-41 -156z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1325" d="M55 1407v43q79 -6 180 -6q199 0 287 6v-43q-144 0 -144 -79q0 -30 21 -71l340 -651h2l260 518q56 113 56 176q0 58 -45 82.5t-136 26.5v41q117 -6 236 -6q91 0 153 6v-41q-41 -9 -80 -51.5t-84 -130.5l-313 -621h279v-41h-287v-164h287v-41h-287v-143q0 -77 12.5 -112 t46 -48t107.5 -16v-41q-96 6 -260 6q-176 0 -263 -6v41q74 3 107.5 16t46 48t12.5 112v143h-286v41h286v125l-21 39h-265v41h243l-372 686q-38 69 -65.5 92t-53.5 23z" />
+<glyph unicode="&#xa6;" horiz-adv-x="459" d="M188 -399v1067h82v-1067h-82zM188 786v971h82v-971h-82z" />
+<glyph unicode="&#xa7;" horiz-adv-x="1040" d="M84 639q0 224 235 354q-71 65 -108 133.5t-37 153.5q0 94 44.5 167.5t126.5 114t190 40.5q92 0 182 -35q73 -31 115 -81t42 -104q0 -47 -29 -78.5t-79 -31.5q-47 0 -80 30t-33 78q0 38 21.5 68t66.5 41q-19 39 -79 56.5t-119 17.5q-80 0 -130.5 -30t-73 -76t-22.5 -97 q0 -75 47.5 -140t105.5 -109.5t187 -133.5q109 -75 172 -131.5t96 -121t33 -146.5q0 -220 -240 -350q74 -66 112 -135.5t38 -155.5q0 -95 -44.5 -168t-126 -113.5t-189.5 -40.5q-98 0 -182 35q-74 31 -116 80.5t-42 103.5q0 47 29 79t79 32q48 0 80.5 -30.5t32.5 -78.5 q0 -38 -21.5 -67.5t-66.5 -40.5q17 -39 78 -56.5t123 -17.5q78 0 128 30t72.5 76t22.5 97q0 75 -47.5 139.5t-105.5 109.5t-187 134q-109 75 -172 131.5t-96 121t-33 146.5zM195 741q0 -64 38.5 -121.5t98 -106t157.5 -116.5q150 -102 207 -150q77 43 114.5 102.5 t37.5 125.5q0 64 -38.5 121.5t-99 107t-157.5 115.5q-152 104 -208 151q-75 -41 -112.5 -101.5t-37.5 -127.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="799" d="M63 1403q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM498 1403q0 31 16 58.5t43 44t59 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16 q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1831" d="M100 786q0 222 109.5 409.5t297 297t408.5 109.5q222 0 409.5 -109.5t297 -297t109.5 -409.5q0 -221 -109.5 -408.5t-297 -297t-409.5 -109.5q-221 0 -408.5 109.5t-297 297t-109.5 408.5zM182 786q0 -203 98.5 -375t267 -273t367.5 -101q200 0 368.5 101t267 273 t98.5 375q0 204 -98.5 376t-267 273t-368.5 101q-199 0 -367.5 -101t-267 -273t-98.5 -376zM471 774q0 166 60.5 295.5t169.5 201.5t249 72q70 0 135 -18t111 -53q86 -60 86 -152q0 -53 -30.5 -83.5t-77.5 -30.5q-48 0 -80.5 30t-32.5 80q0 42 23 69t63 36q-20 37 -73 61.5 t-111 24.5q-101 0 -177 -80q-116 -128 -116 -428q0 -169 39.5 -276t105 -155.5t148.5 -48.5q89 0 168.5 51t130.5 160l38 -14q-22 -73 -70 -137.5t-125 -106t-179 -41.5q-129 0 -232.5 66t-163 189t-59.5 288z" />
+<glyph unicode="&#xaa;" horiz-adv-x="948" d="M117 897q0 56 32.5 95t87 66.5t146.5 61.5q80 30 122 55t42 60v37q0 89 -35 128.5t-104 39.5q-85 0 -152 -43q30 -9 50 -34.5t20 -62.5q0 -39 -27 -64.5t-63 -25.5q-45 0 -72 25.5t-27 67.5q0 81 99 129q99 47 225 47q132 0 191 -61.5t59 -198.5v-334q0 -43 11.5 -59.5 t39.5 -16.5q49 0 84 35l22 -31q-80 -76 -184 -76q-73 0 -103.5 24.5t-33.5 72.5q-100 -97 -240 -97q-49 0 -92 17.5t-70.5 53.5t-27.5 89zM285 934q0 -56 31 -90.5t81 -34.5q77 0 150 65v297q-8 -17 -31.5 -32.5t-83.5 -42.5q-77 -35 -112 -72t-35 -90z" />
+<glyph unicode="&#xab;" horiz-adv-x="1028" d="M66 526v2q158 88 270.5 223.5t200.5 331.5l34 -14q-71 -191 -155 -313.5t-197 -220.5q110 -96 194.5 -225.5t157.5 -323.5l-34 -15q-88 196 -200.5 332t-270.5 223zM424 526v2q158 88 270.5 223.5t200.5 331.5l35 -14q-72 -191 -155.5 -313.5t-196.5 -220.5 q110 -96 194.5 -225t157.5 -324l-35 -15q-88 196 -200.5 332t-270.5 223z" />
+<glyph unicode="&#xac;" horiz-adv-x="1343" d="M168 696v62h1026v-420h-74v358h-952z" />
+<glyph unicode="&#xad;" horiz-adv-x="1022" />
+<glyph unicode="&#xae;" horiz-adv-x="1389" d="M123 1030q0 155 77 286.5t208 208.5t286 77t286.5 -77t208.5 -208.5t77 -286.5t-77 -286t-208.5 -208t-286.5 -77t-286 77t-208 208t-77 286zM209 1030q0 -136 65 -252.5t176.5 -185t243.5 -68.5q133 0 244.5 68.5t176.5 185t65 252.5q0 137 -65 253t-176.5 184.5 t-244.5 68.5t-244 -68.5t-176 -184.5t-65 -253zM438 721v31q21 2 30.5 7.5t13 20.5t3.5 47v449q0 33 -3.5 48.5t-13 21.5t-30.5 8v30q25 -2 99 -2q67 0 111 1t65 1q115 0 176 -42t61 -119q0 -139 -198 -174q81 -9 115.5 -37t45.5 -82l25 -117q2 -8 6 -28.5t11.5 -30 t19.5 -9.5q15 0 24 17l21 -14q-12 -24 -33.5 -33.5t-56.5 -9.5q-52 0 -77 19.5t-36 63.5l-35 152q-9 40 -23 58.5t-48.5 26.5t-108.5 9v-207q0 -32 3.5 -47t13 -20.5t30.5 -7.5v-31q-20 0 -46.5 1t-57.5 1q-35 0 -62 -1t-45 -1zM602 1067h49q101 0 136.5 35t35.5 100 q0 79 -32.5 115.5t-110.5 36.5q-34 0 -50 -5.5t-22 -19.5t-6 -43v-219z" />
+<glyph unicode="&#xaf;" horiz-adv-x="741" d="M51 1407v51h639v-51h-639z" />
+<glyph unicode="&#xb0;" horiz-adv-x="682" d="M92 1434q0 73 34 129t91 86t123 30q67 0 124.5 -30t91.5 -86t34 -129q0 -75 -34 -131t-91.5 -86.5t-124.5 -30.5q-66 0 -123 30.5t-91 87t-34 130.5zM143 1432q0 -68 29 -116t74 -71.5t94 -23.5t94.5 23.5t75 71.5t29.5 116q0 66 -29.5 114.5t-75.5 73.5t-94 25 t-93.5 -25t-74.5 -73.5t-29 -114.5z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1313" d="M129 696v62h477v483h74v-483h475v-62h-475v-481h-74v481h-477zM150 0v62h1026v-62h-1026z" />
+<glyph unicode="&#xb2;" horiz-adv-x="692" d="M72 897v41q23 20 130 100t168.5 160.5t61.5 167.5q0 111 -133 111q-124 0 -195 -111l-30 16q38 71 109.5 117.5t172.5 46.5q93 0 149 -39t56 -114q0 -78 -53 -138t-149.5 -134t-129.5 -109h271q31 0 49 7.5t27 21.5t20 40l35 -6q-28 -104 -31 -184q-25 6 -78 6h-450z" />
+<glyph unicode="&#xb3;" horiz-adv-x="664" d="M57 1384q38 71 110 117.5t177 46.5q94 0 150.5 -39t56.5 -110q0 -68 -52.5 -118.5t-138.5 -74.5q64 -1 118.5 -22.5t87 -63t32.5 -98.5q0 -91 -79 -161.5t-202.5 -109t-250.5 -38.5v35q105 3 199 40.5t151 99t57 134.5q0 70 -40.5 114.5t-108.5 47.5l-26 -13t-27 -12 t-21 -4q-33 0 -33 25q0 19 23 24.5t67 3.5q62 26 88.5 68t26.5 84q0 54 -38 86.5t-101 32.5q-61 0 -111.5 -28t-83.5 -83z" />
+<glyph unicode="&#xb4;" horiz-adv-x="457" d="M41 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1321" d="M72 737q0 210 87.5 372t253 252.5t392.5 90.5q58 0 160.5 -3.5t148.5 -3.5q72 0 123 5v-39q-65 -3 -99 -18.5t-46.5 -44t-12.5 -76.5v-1426q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-204 0 -303 -6v41q87 3 130.5 21.5t60 58.5t16.5 117v106 q-429 0 -623 205.5t-194 558.5zM254 719q0 -4 82 -11t213.5 -12.5t277.5 -5.5q2 -153 14.5 -288t27.5 -219.5t22 -84.5v1245q-7 0 -22 -87t-27.5 -223t-14.5 -283q-144 0 -275 -6t-214.5 -14t-83.5 -11z" />
+<glyph unicode="&#xb7;" horiz-adv-x="541" d="M139 548q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="&#xb8;" horiz-adv-x="467" d="M20 -362l9 36q42 -6 77 -6q74 0 129.5 21.5t55.5 70.5q0 58 -86 58q-59 0 -101 -15l70 209h55l-53 -159q61 14 121 14q58 0 91.5 -25.5t33.5 -70.5q0 -54 -35.5 -89t-88.5 -51t-108 -16q-105 0 -170 23z" />
+<glyph unicode="&#xb9;" horiz-adv-x="539" d="M70 1436v43q105 2 172.5 16t122.5 47v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-78 4 -199 4q-133 0 -219 -4v43q76 0 114 21.5t38 78.5v265q0 59 -14.5 87t-48 37t-103.5 9z" />
+<glyph unicode="&#xba;" horiz-adv-x="930" d="M102 1108q0 117 51.5 201t135 127t176.5 43t176 -43t134.5 -127t51.5 -201t-51.5 -201t-134.5 -127t-176 -43t-176.5 43t-135 127t-51.5 201zM272 1108q0 -114 25.5 -189t69 -110t98.5 -35q54 0 97.5 35t69 110t25.5 189t-25.5 189t-69 110t-97.5 35q-55 0 -98.5 -35 t-69 -110t-25.5 -189z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1026" d="M98 -16q72 191 155.5 313t197.5 221q-110 96 -194.5 225t-158.5 324l35 14q88 -196 200.5 -331.5t270.5 -223.5v-2q-158 -88 -270.5 -223.5t-200.5 -331.5zM457 -16q71 190 154.5 312.5t197.5 221.5q-110 96 -194.5 225.5t-157.5 323.5l35 14q87 -196 199.5 -331.5 t271.5 -223.5v-2q-159 -88 -271.5 -223.5t-199.5 -331.5z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1419" d="M103 1436v43q105 2 172.5 16t122.5 47v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-78 4 -199 4q-133 0 -219 -4v43q76 0 114 21.5t38 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM131 -86l1198 1774l39 -27l-1198 -1774zM613 37v43l469 541h43v-500h16q32 0 49.5 7.5 t26.5 21t20 40.5l35 -6q-25 -86 -29 -153q-24 6 -77 6h-41v-240h-115v240h-397zM694 121h316v367z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1434" d="M98 -86l1198 1774l39 -27l-1198 -1774zM119 1436v43q105 2 172.5 16t122.5 47v-504q0 -40 13.5 -61.5t42.5 -30t81 -8.5v-43q-78 4 -199 4q-133 0 -219 -4v43q76 0 114 21.5t38 78.5v265q0 59 -14.5 87t-48 37t-103.5 9zM795 2v41q23 20 130 100t168.5 160.5t61.5 167.5 q0 111 -133 111q-124 0 -195 -111l-30 16q38 71 109.5 117.5t172.5 46.5q93 0 149 -39t56 -114q0 -78 -53 -138t-149.5 -134t-129.5 -109h271q31 0 49 7.5t27 21.5t20 40l35 -6q-28 -104 -31 -184q-25 6 -78 6h-450z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1524" d="M104 1384q38 71 110 117.5t177 46.5q94 0 150.5 -39t56.5 -110q0 -68 -52.5 -118.5t-138.5 -74.5q64 -1 118.5 -22.5t87 -63t32.5 -98.5q0 -91 -79 -161.5t-202.5 -109t-250.5 -38.5v35q105 3 199 40.5t151 99t57 134.5q0 70 -40.5 114.5t-108.5 47.5l-26 -13t-27 -12 t-21 -4q-33 0 -33 25q0 19 23 24.5t67 3.5q62 26 88.5 68t26.5 84q0 54 -38 86.5t-101 32.5q-61 0 -111.5 -28t-83.5 -83zM227 -86l1198 1774l39 -27l-1198 -1774zM709 37v43l469 541h43v-500h16q32 0 49.5 7.5t26.5 21t20 40.5l35 -6q-25 -86 -29 -153q-24 6 -77 6h-41 v-240h-115v240h-397zM790 121h316v367z" />
+<glyph unicode="&#xbf;" horiz-adv-x="928" d="M63 -37q0 161 124.5 273t336.5 161v258h41v-276q-130 -45 -200 -102.5t-94.5 -123.5t-24.5 -151q0 -176 76 -261t210 -85q143 0 201 53q-40 8 -63 34.5t-23 70.5q0 50 32.5 80t80.5 30q47 0 77.5 -30.5t30.5 -77.5q0 -85 -96 -142q-101 -59 -278 -59q-128 0 -225.5 42 t-151.5 120.5t-54 185.5zM412 954q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="&#xc0;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM290 1844q0 19 11 38 q23 34 63 34q31 0 62 -20q41 -26 98.5 -79t112 -101t133.5 -108l-14 -27q-75 38 -134.5 63.5t-148 59.5t-129.5 59q-54 36 -54 81zM337 590h464l-229 611z" />
+<glyph unicode="&#xc1;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM337 590h464 l-229 611zM508 1608q65 50 113.5 91.5t119 106t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xc2;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM232 1606 q131 45 232.5 117.5t150.5 152.5h37q48 -80 149.5 -152.5t233.5 -117.5l-11 -29q-124 26 -243 65.5t-189 77.5q-58 -38 -154.5 -77.5t-195.5 -65.5zM337 590h464l-229 611z" />
+<glyph unicode="&#xc3;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM240 1630 q6 66 38 115t82 75.5t107 26.5q51 0 96.5 -20t138.5 -78.5t163 -58.5q95 0 127 114l30 -6q-6 -66 -38 -115t-81.5 -75.5t-107.5 -26.5q-51 0 -96 20.5t-138.5 79t-162.5 58.5q-96 0 -127 -115zM337 590h464l-229 611z" />
+<glyph unicode="&#xc4;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM297 1700 q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM337 590h464l-229 611zM731 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5 t-59 -16q-49 0 -84 35t-35 84z" />
+<glyph unicode="&#xc5;" d="M-14 0v41q102 23 161 178l482 1241h33l499 -1288q50 -127 142 -131v-41q-84 6 -220 6q-175 0 -262 -6v41q78 3 111.5 19t33.5 57q0 35 -24 96l-126 336h-494l-84 -217q-41 -104 -41 -168q0 -65 43.5 -93t134.5 -30v-41q-117 6 -236 6q-92 0 -153 -6zM337 590h464 l-229 611zM437 1708q0 56 27 98t72 65t97 23q54 0 99.5 -23t72.5 -65t27 -98q0 -57 -27 -99.5t-72.5 -65.5t-99.5 -23q-53 0 -97.5 23t-71.5 65.5t-27 99.5zM494 1706q0 -46 20.5 -78t52.5 -48.5t66 -16.5q36 0 68.5 16.5t53 48.5t20.5 78q0 45 -20.5 78t-53.5 50t-68 17 q-34 0 -66 -17t-52.5 -50t-20.5 -78z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1749" d="M-20 0v41q33 1 66 31t75 100l718 1184q-15 28 -48 39t-101 14v41q86 -3 203 -4l82 135h49l-82 -136q83 -1 154.5 -1h126.5q272 0 387 6q-15 -131 -15 -242q0 -84 7 -127h-48q-11 132 -28.5 197.5t-59 95t-125.5 29.5h-129q-74 0 -107 -12t-45.5 -46.5t-12.5 -111.5v-483 h149q81 0 108 51.5t33 105.5t9 72h47q-8 -104 -8 -171l1 -79q0 -74 13 -250h-47q-1 12 -9 84t-45 109t-102 37h-149v-492q0 -77 12.5 -111.5t45.5 -46.5t107 -12h150q99 0 144 33t60.5 102t28.5 228h47q-6 -56 -6 -148q0 -120 15 -262q-127 6 -428 6q-322 0 -492 -6v41 q57 3 82 16t34 47.5t9 112.5v492h-358l-299 -496q-38 -65 -38 -100q0 -36 35 -52.5t107 -19.5v-41q-62 6 -186 6q-86 0 -137 -6zM523 750h333v483q0 39 -3 65z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1409" d="M109 713q0 226 83 400t231 270t337 96q122 0 208.5 -35t168.5 -98q22 -18 40 -18q42 0 52 122h47q-8 -133 -8 -471h-47q-15 92 -27.5 143t-29.5 86.5t-46 73.5q-62 80 -157 120t-205 40q-133 0 -233 -88t-155 -251t-55 -382q0 -223 60 -383t165 -243t238 -83 q102 0 199 39t151 117q42 56 60 121.5t35 202.5h47q0 -353 8 -492h-47q-5 64 -16.5 92.5t-33.5 28.5q-16 0 -42 -17q-61 -43 -112.5 -70.5t-117.5 -45t-149 -17.5q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM580 -362l8 36q42 -6 78 -6q74 0 129 21.5t55 70.5q0 58 -86 58 q-58 0 -100 -15l69 207h56l-54 -157q61 14 121 14q58 0 91.5 -25.5t33.5 -70.5q0 -54 -35.5 -89t-88.5 -51t-107 -16q-105 0 -170 23z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1247" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-76 94.5t-161.5 29.5h-170q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h136q103 0 137 61.5 t42 125.5t11 83h47q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-2 14 -11.5 99t-55.5 128.5t-129 43.5h-136v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6zM284 1844 q0 19 11 38q23 34 63 34q31 0 62 -20q41 -26 98.5 -79t112 -101t133.5 -108l-14 -27q-75 38 -134.5 63.5t-148 59.5t-129.5 59q-54 36 -54 81z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1247" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-76 94.5t-161.5 29.5h-170q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h136q103 0 137 61.5 t42 125.5t11 83h47q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-2 14 -11.5 99t-55.5 128.5t-129 43.5h-136v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6zM502 1608 q65 50 113.5 91.5t119 106t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xca;" horiz-adv-x="1247" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-76 94.5t-161.5 29.5h-170q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h136q103 0 137 61.5 t42 125.5t11 83h47q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-2 14 -11.5 99t-55.5 128.5t-129 43.5h-136v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6zM226 1606 q131 45 232.5 117.5t150.5 152.5h37q48 -80 149.5 -152.5t233.5 -117.5l-11 -29q-124 26 -243 65.5t-189 77.5q-58 -38 -154.5 -77.5t-195.5 -65.5z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1247" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q201 -6 594 -6q301 0 428 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-76 94.5t-161.5 29.5h-170q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h136q103 0 137 61.5 t42 125.5t11 83h47q-7 -101 -7 -193l1 -98q0 -104 12 -291h-47q-2 14 -11.5 99t-55.5 128.5t-129 43.5h-136v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h150q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-139 6 -469 6q-393 0 -594 -6zM291 1700 q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM725 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35 t-35 84z" />
+<glyph unicode="&#xcc;" horiz-adv-x="694" d="M5 1844q0 19 11 38q23 34 63 34q31 0 62 -20q41 -26 98.5 -79t112 -101t133.5 -108l-14 -27q-75 38 -134.5 63.5t-148 59.5t-129.5 59q-54 36 -54 81zM86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41 q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6z" />
+<glyph unicode="&#xcd;" horiz-adv-x="694" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6zM223 1608q65 50 113.5 91.5t119 106 t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xce;" horiz-adv-x="694" d="M-53 1606q131 45 232.5 117.5t150.5 152.5h37q48 -80 149.5 -152.5t233.5 -117.5l-11 -29q-124 26 -243 65.5t-189 77.5q-58 -38 -154.5 -77.5t-195.5 -65.5zM86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6 v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6z" />
+<glyph unicode="&#xcf;" horiz-adv-x="694" d="M12 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q85 -6 262 -6q166 0 260 6v-41 q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-1016q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6zM446 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1483" d="M88 0v41q74 3 107.5 16t46 48t12.5 112v492h-166v41h166v483q0 77 -12.5 112t-46 48t-107.5 16v41q110 -7 200 -7l50 1q282 6 309 6q362 0 542.5 -181t180.5 -528q0 -223 -87.5 -390.5t-254.5 -259t-399 -91.5q-28 0 -133.5 3t-153.5 3q-168 0 -254 -6zM444 213 q0 -74 12 -110.5t44.5 -51t97.5 -14.5q218 0 342 79t174.5 230.5t50.5 386.5q0 236 -55 384.5t-179.5 222t-334.5 73.5q-64 0 -96 -14.5t-44 -51.5t-12 -110v-487h285v-41h-285v-496z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1446" d="M86 0v41q71 3 105.5 20.5t47.5 57.5t13 119v995q0 77 -12.5 112t-46 48t-107.5 16v41q67 -6 190 -6q92 0 160 6l723 -1114v876q0 79 -13.5 119t-52.5 57.5t-120 20.5v41q73 -6 209 -6q122 0 190 6v-41q-71 -3 -105.5 -20.5t-47.5 -57.5t-13 -119v-1222h-47l-860 1329 v-1081q0 -79 14 -119t52.5 -57.5t119.5 -20.5v-41q-73 6 -209 6q-122 0 -190 -6zM373 1630q6 66 38 115t82 75.5t107 26.5q51 0 96.5 -20t138.5 -78.5t163 -58.5q95 0 127 114l30 -6q-6 -66 -38 -115t-81.5 -75.5t-107.5 -26.5q-51 0 -96 20.5t-138.5 79t-162.5 58.5 q-96 0 -127 -115z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5zM413 1844q0 19 11 38q23 34 63 34q31 0 62 -20q41 -26 98.5 -79t112 -101t133.5 -108l-14 -27q-75 38 -134.5 63.5t-148 59.5t-129.5 59q-54 36 -54 81z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5zM631 1608q65 50 113.5 91.5t119 106t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5zM355 1606q131 45 232.5 117.5t150.5 152.5h37q48 -80 149.5 -152.5t233.5 -117.5l-11 -29q-124 26 -243 65.5t-189 77.5q-58 -38 -154.5 -77.5t-195.5 -65.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5zM363 1630q6 66 38 115t82 75.5t107 26.5q51 0 96.5 -20t138.5 -78.5t163 -58.5q95 0 127 114l30 -6q-6 -66 -38 -115t-81.5 -75.5t-107.5 -26.5q-51 0 -96 20.5t-138.5 79t-162.5 58.5q-96 0 -127 -115z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q195 0 341.5 -88t227 -255.5t80.5 -398.5q0 -226 -83 -400t-231 -270t-337 -96q-195 0 -341.5 88t-227 255.5t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q131 0 230.5 91.5t153.5 255t54 374.5q0 213 -60 375 t-163 250t-229 88q-131 0 -231 -91.5t-154 -255t-54 -374.5zM420 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM854 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44 t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1044" d="M121 1085l45 45l358 -358l355 354l45 -45l-355 -352l355 -354l-45 -45l-355 354l-356 -356l-45 45l356 354z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1518" d="M109 713q0 226 83 400t231 270t337 96q235 0 398 -127l159 231l39 -27l-161 -236q103 -96 158.5 -244t55.5 -339q0 -226 -83 -400t-231 -270t-337 -96q-235 0 -398 127l-167 -248l-43 29l172 252q-103 97 -158 244.5t-55 337.5zM313 721q0 -280 103 -472l657 999 q-61 93 -143.5 143.5t-177.5 50.5q-131 0 -231 -91.5t-154 -255t-54 -374.5zM446 200q61 -93 143.5 -142.5t176.5 -49.5q131 0 230.5 91.5t153.5 255t54 374.5q0 280 -103 472z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1397" d="M55 1409v41q87 -6 262 -6q165 0 261 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-678q0 -164 22 -272t92.5 -174t208.5 -66q217 0 305 139t88 391v639q0 76 -17.5 117t-57 59t-111.5 21v41q74 -6 209 -6q123 0 190 6v-41q-71 -3 -105.5 -20.5t-47 -57.5t-12.5 -119 v-616q0 -147 -19.5 -252.5t-64.5 -181.5q-52 -88 -151.5 -139.5t-223.5 -51.5q-225 0 -344 111q-61 57 -93.5 120.5t-45.5 153.5t-13 234v643q0 77 -12.5 112t-46 48t-107.5 16zM378 1844q0 19 11 38q23 34 63 34q31 0 62 -20q41 -26 98.5 -79t112 -101t133.5 -108l-14 -27 q-75 38 -134.5 63.5t-148 59.5t-129.5 59q-54 36 -54 81z" />
+<glyph unicode="&#xda;" horiz-adv-x="1397" d="M55 1409v41q87 -6 262 -6q165 0 261 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-678q0 -164 22 -272t92.5 -174t208.5 -66q217 0 305 139t88 391v639q0 76 -17.5 117t-57 59t-111.5 21v41q74 -6 209 -6q123 0 190 6v-41q-71 -3 -105.5 -20.5t-47 -57.5t-12.5 -119 v-616q0 -147 -19.5 -252.5t-64.5 -181.5q-52 -88 -151.5 -139.5t-223.5 -51.5q-225 0 -344 111q-61 57 -93.5 120.5t-45.5 153.5t-13 234v643q0 77 -12.5 112t-46 48t-107.5 16zM596 1608q65 50 113.5 91.5t119 106t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38 q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1397" d="M55 1409v41q87 -6 262 -6q165 0 261 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-678q0 -164 22 -272t92.5 -174t208.5 -66q217 0 305 139t88 391v639q0 76 -17.5 117t-57 59t-111.5 21v41q74 -6 209 -6q123 0 190 6v-41q-71 -3 -105.5 -20.5t-47 -57.5t-12.5 -119 v-616q0 -147 -19.5 -252.5t-64.5 -181.5q-52 -88 -151.5 -139.5t-223.5 -51.5q-225 0 -344 111q-61 57 -93.5 120.5t-45.5 153.5t-13 234v643q0 77 -12.5 112t-46 48t-107.5 16zM320 1606q131 45 232.5 117.5t150.5 152.5h37q48 -80 149.5 -152.5t233.5 -117.5l-11 -29 q-124 26 -243 65.5t-189 77.5q-58 -38 -154.5 -77.5t-195.5 -65.5z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1397" d="M55 1409v41q87 -6 262 -6q165 0 261 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-678q0 -164 22 -272t92.5 -174t208.5 -66q217 0 305 139t88 391v639q0 76 -17.5 117t-57 59t-111.5 21v41q74 -6 209 -6q123 0 190 6v-41q-71 -3 -105.5 -20.5t-47 -57.5t-12.5 -119 v-616q0 -147 -19.5 -252.5t-64.5 -181.5q-52 -88 -151.5 -139.5t-223.5 -51.5q-225 0 -344 111q-61 57 -93.5 120.5t-45.5 153.5t-13 234v643q0 77 -12.5 112t-46 48t-107.5 16zM385 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5 q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM819 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1210" d="M-6 1407v43q80 -6 180 -6q199 0 287 6v-43q-144 0 -144 -79q0 -30 21 -71l341 -653l261 520q56 113 56 176q0 58 -45 82.5t-136 26.5v41q117 -6 236 -6q92 0 153 6v-41q-41 -9 -80 -51.5t-84 -130.5l-321 -637v-373q0 -77 12.5 -112t46 -48t107.5 -16v-41q-96 6 -260 6 q-176 0 -263 -6v41q74 3 107.5 16t46 48t12.5 112v309l-415 766q-38 69 -65.5 92t-53.5 23zM498 1608q65 50 113.5 91.5t119 106t111.5 90.5q31 20 62 20q40 0 63 -34q11 -19 11 -38q0 -45 -54 -81q-41 -25 -113.5 -53t-141 -56t-157.5 -73z" />
+<glyph unicode="&#xde;" horiz-adv-x="1188" d="M86 0v41q74 3 107.5 16t46 48t12.5 112v1016q0 77 -12.5 112t-46 48t-107.5 16v41q86 -6 262 -6q166 0 260 6v-41q-74 -3 -107.5 -16t-46 -48t-12.5 -112v-91q216 3 189 3q160 0 271 -52t166.5 -142.5t55.5 -205.5q0 -116 -49.5 -220.5t-170 -173t-318.5 -68.5h-144v-66 q0 -77 12.5 -112t46 -48t107.5 -16v-41q-94 6 -260 6q-176 0 -262 -6zM442 324h123q201 0 278 110t77 299q0 188 -79.5 280.5t-260.5 92.5q-47 0 -138 -2v-780z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1196" d="M43 0v43q87 0 121.5 42.5t34.5 137.5v879q0 262 107 381t296 119q175 0 269 -78t94 -215q0 -98 -59.5 -185.5t-141 -148.5t-148.5 -88q134 -31 246.5 -105t180 -183.5t67.5 -240.5q0 -116 -51 -204t-136 -135.5t-184 -47.5q-59 0 -116.5 19.5t-95.5 59.5t-38 97 q0 50 28.5 80.5t78.5 30.5q47 0 78 -27t31 -73q0 -79 -89 -107q7 -19 38 -34t69 -15q52 0 98.5 31.5t76.5 102.5t30 183q0 120 -37 232.5t-114 197t-189 119.5q-49 -30 -76 -30q-16 0 -28.5 9t-12.5 25q0 18 12 28.5t35 10.5q31 0 74 -16q101 78 144.5 174t43.5 231 q0 131 -51 201t-149 70q-78 0 -137.5 -62t-59.5 -231v-1301q-81 29 -213 29q-62 0 -127 -6z" />
+<glyph unicode="&#xe0;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM224 1608q0 34 28 57 q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70zM260 248q0 -89 45 -134.5t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123z" />
+<glyph unicode="&#xe1;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM260 248q0 -89 45 -134.5 t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123zM377 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xe2;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM143 1290q117 58 208.5 153 t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5zM260 248q0 -89 45 -134.5t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123z" />
+<glyph unicode="&#xe3;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM109 1362q31 108 95.5 159.5 t148.5 51.5q51 0 88 -18.5t101 -67.5t120 -49q93 0 158 108l29 -14q-31 -108 -95.5 -159.5t-146.5 -51.5q-53 0 -90.5 19t-101.5 68.5t-119 49.5q-91 0 -158 -110zM260 248q0 -89 45 -134.5t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5 t-70 -79.5t-29 -123z" />
+<glyph unicode="&#xe4;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM170 1403q0 31 16 58.5t43.5 44 t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM260 248q0 -89 45 -134.5t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123zM605 1403q0 31 16 58.5t43 44 t59 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xe5;" horiz-adv-x="1020" d="M80 215q0 78 38 133t107 96.5t185 90.5q20 8 98 40t112.5 64t34.5 70v127q0 119 -49.5 162.5t-140.5 43.5q-145 0 -203 -73q41 -10 68.5 -43.5t27.5 -81.5q0 -52 -32.5 -81.5t-87.5 -29.5q-52 0 -81.5 35t-29.5 92q0 80 96 146q50 33 123.5 55t163.5 22q84 0 148 -20.5 t100 -56.5q47 -48 64.5 -111.5t17.5 -175.5v-569q0 -51 14.5 -74t48.5 -23q25 0 46 11t46 32l23 -35q-36 -27 -60 -42t-55 -24t-72 -9q-99 0 -137.5 49.5t-38.5 132.5q-60 -99 -144 -140.5t-171 -41.5q-71 0 -130 24.5t-94.5 76t-35.5 128.5zM260 248q0 -89 45 -134.5 t119 -45.5q136 0 231 155v402q-15 -23 -50 -43t-146 -74q-59 -28 -100 -57.5t-70 -79.5t-29 -123zM308 1434q0 55 27 97.5t72 65.5t97 23q54 0 99.5 -23t72.5 -65.5t27 -97.5q0 -57 -27 -100t-72.5 -66t-99.5 -23q-53 0 -97.5 23t-71.5 66t-27 100zM365 1432 q0 -46 20.5 -78.5t52.5 -49t66 -16.5q36 0 68.5 16.5t53 49t20.5 78.5q0 45 -20.5 78t-53.5 50t-68 17q-34 0 -66 -17t-52.5 -50t-20.5 -78z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1520" d="M84 197q0 83 38 142.5t105.5 102.5t175.5 90q21 9 100.5 43.5t112.5 65.5t33 68v127q0 206 -200 206q-57 0 -111 -16.5t-86 -56.5q40 -9 63 -36t23 -69q0 -50 -32.5 -80t-80.5 -30q-47 0 -77.5 30.5t-30.5 77.5q0 82 96 148q107 73 281 73q102 0 173.5 -29.5 t112.5 -100.5q107 130 289 130q174 0 268.5 -111.5t94.5 -338.5h-596q-7 -51 -7 -131q0 -135 40.5 -236t107 -155t141.5 -54q85 0 150 47.5t110 157.5l41 -16q-22 -72 -68.5 -134.5t-116.5 -101.5t-157 -39q-140 0 -236.5 67.5t-143.5 194.5q-115 -262 -351 -262 q-69 0 -128.5 23.5t-96.5 74t-37 128.5zM264 231q0 -94 46 -136t114 -42q142 0 225 170v402q-36 -42 -166 -105q-107 -52 -163 -118.5t-56 -170.5zM832 672h403q3 103 -15.5 187.5t-59 134.5t-99.5 50q-58 0 -106 -40t-80.5 -123.5t-42.5 -208.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="995" d="M94 514q0 166 60.5 295.5t169.5 201.5t247 72t238 -65q96 -65 96 -158q0 -54 -30.5 -84.5t-77.5 -30.5q-48 0 -80.5 27.5t-32.5 75.5q0 44 24.5 73.5t61.5 39.5q-20 37 -73 61.5t-111 24.5q-75 0 -141 -48t-109 -160t-43 -294q0 -255 82 -370.5t213 -115.5q87 0 166.5 51 t130.5 160l39 -14q-23 -73 -71 -137.5t-125.5 -106t-180.5 -41.5q-128 0 -231 66t-162.5 189t-59.5 288zM333 -362l9 36q42 -6 77 -6q74 0 129.5 21.5t55.5 70.5q0 58 -86 58q-59 0 -101 -15l70 209h55l-53 -159q61 14 121 14q58 0 91.5 -25.5t33.5 -70.5q0 -54 -35.5 -89 t-88.5 -51t-108 -16q-105 0 -170 23z" />
+<glyph unicode="&#xe8;" horiz-adv-x="1036" d="M94 502q0 178 57 309t161.5 201.5t244.5 70.5q184 0 283.5 -111.5t99.5 -338.5h-640q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q206 0 301 205l41 -16q-24 -72 -76.5 -134.5t-131 -101.5t-175.5 -39q-146 0 -252.5 66.5t-162.5 187t-56 277.5zM275 1608 q0 34 28 57q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70zM297 672h446q4 102 -17 187t-66 135t-111 50q-63 0 -116 -40.5t-89.5 -124t-46.5 -207.5z" />
+<glyph unicode="&#xe9;" horiz-adv-x="1036" d="M94 502q0 178 57 309t161.5 201.5t244.5 70.5q184 0 283.5 -111.5t99.5 -338.5h-640q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q206 0 301 205l41 -16q-24 -72 -76.5 -134.5t-131 -101.5t-175.5 -39q-146 0 -252.5 66.5t-162.5 187t-56 277.5zM297 672h446 q4 102 -17 187t-66 135t-111 50q-63 0 -116 -40.5t-89.5 -124t-46.5 -207.5zM428 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xea;" horiz-adv-x="1036" d="M94 502q0 178 57 309t161.5 201.5t244.5 70.5q184 0 283.5 -111.5t99.5 -338.5h-640q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q206 0 301 205l41 -16q-24 -72 -76.5 -134.5t-131 -101.5t-175.5 -39q-146 0 -252.5 66.5t-162.5 187t-56 277.5zM194 1290 q117 58 208.5 153t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5zM297 672h446q4 102 -17 187t-66 135t-111 50q-63 0 -116 -40.5t-89.5 -124t-46.5 -207.5z" />
+<glyph unicode="&#xeb;" horiz-adv-x="1036" d="M94 502q0 178 57 309t161.5 201.5t244.5 70.5q184 0 283.5 -111.5t99.5 -338.5h-640q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q206 0 301 205l41 -16q-24 -72 -76.5 -134.5t-131 -101.5t-175.5 -39q-146 0 -252.5 66.5t-162.5 187t-56 277.5zM221 1403 q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM297 672h446q4 102 -17 187t-66 135t-111 50q-63 0 -116 -40.5t-89.5 -124t-46.5 -207.5zM656 1403q0 31 16 58.5t43 44t59 16.5 q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xec;" horiz-adv-x="600" d="M9 1608q0 34 28 57q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70zM59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-887 q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8z" />
+<glyph unicode="&#xed;" horiz-adv-x="600" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-887q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8zM162 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70 q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xee;" horiz-adv-x="600" d="M-72 1290q117 58 208.5 153t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5zM59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-887 q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8z" />
+<glyph unicode="&#xef;" horiz-adv-x="600" d="M-45 1403q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-887q0 -57 15.5 -89 t49 -45t91.5 -13v-43q-188 8 -248 8t-248 -8zM390 1403q0 31 16 58.5t43 44t59 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1135" d="M94 522q0 141 52 270t153 210t242 81q166 0 245 -106q-59 243 -218 396l-369 -181l-19 37l356 173q-100 86 -270 165l17 35q183 -72 319 -168l289 141l18 -37l-270 -131q381 -289 381 -789q0 -211 -65 -357t-171 -218t-231 -72q-136 0 -239.5 62.5t-161.5 186t-58 302.5z M293 518q0 -176 33.5 -289t90 -165t126.5 -52q123 0 202.5 140t79.5 466q0 68 -4 131q-20 168 -93 229.5t-173 61.5q-119 0 -190.5 -124t-71.5 -398z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1223" d="M59 0v43q58 0 91.5 13t49 45t15.5 89v641q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-241q51 130 142.5 188.5t206.5 58.5q143 0 217 -77q38 -42 54.5 -103.5t16.5 -165.5v-547q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -246 8q-57 0 -229 -8v43 q51 0 79.5 13t42 45t13.5 89v592q0 74 -11.5 124t-48 81t-106.5 31q-84 0 -149.5 -49t-101.5 -134.5t-36 -189.5v-455q0 -57 13.5 -89t42.5 -45t80 -13v-43q-172 8 -230 8t-246 -8zM232 1362q31 108 95.5 159.5t148.5 51.5q51 0 88 -18.5t101 -67.5t120 -49q93 0 158 108 l29 -14q-31 -108 -95.5 -159.5t-146.5 -51.5q-53 0 -90.5 19t-101.5 68.5t-119 49.5q-91 0 -158 -110z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM287 1608q0 34 28 57q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18 q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126t-71.5 -390z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126 t-71.5 -390zM440 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM206 1290q117 58 208.5 153t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5 t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126t-71.5 -390z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM172 1362q31 108 95.5 159.5t148.5 51.5q51 0 88 -18.5t101 -67.5t120 -49q93 0 158 108l29 -14 q-31 -108 -95.5 -159.5t-146.5 -51.5q-53 0 -90.5 19t-101.5 68.5t-119 49.5q-91 0 -158 -110zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126t-71.5 -390z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1122" d="M96 526q0 190 60.5 314.5t165 183.5t239.5 59t239.5 -59t165 -183.5t60.5 -314.5t-60.5 -314t-165 -182.5t-239.5 -58.5t-239.5 58.5t-165 182.5t-60.5 314zM233 1403q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5 t-59 -16q-49 0 -84 35t-35 84zM295 526q0 -263 71.5 -388.5t194.5 -125.5t194.5 125.5t71.5 388.5q0 264 -71.5 390t-194.5 126t-194.5 -126t-71.5 -390zM668 1403q0 31 16 58.5t43 44t59 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16 q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1329" d="M150 696v62h1026v-62h-1026zM551 432q0 47 33.5 80t79.5 33q47 0 80.5 -33t33.5 -80t-33.5 -81t-80.5 -34q-46 0 -79.5 34t-33.5 81zM551 1022q0 46 33.5 79.5t79.5 33.5q47 0 80.5 -33.5t33.5 -79.5q0 -48 -33 -80.5t-81 -32.5q-47 0 -80 32.5t-33 80.5z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1120" d="M90 -121l148 215q-142 145 -142 432q0 190 60.5 314.5t165 183.5t239.5 59q174 0 289 -93l145 212l39 -26l-148 -219q140 -145 140 -431q0 -190 -60.5 -314t-165 -182.5t-239.5 -58.5q-170 0 -285 89l-143 -210zM295 526q0 -192 41 -315l431 683q-68 148 -206 148 q-123 0 -194.5 -126t-71.5 -390zM359 153q68 -141 202 -141q123 0 194.5 125.5t71.5 388.5q0 189 -39 311z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1190" d="M33 1012v43q64 -6 127 -6q129 0 213 28v-805q0 -78 9 -126t43 -78.5t103 -30.5q79 0 142 49t99 134t36 188v423q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-856q0 -95 34.5 -137.5t121.5 -42.5v-43q-64 6 -127 6q-132 0 -213 -29v242q-50 -126 -139.5 -186 t-196.5 -60q-138 0 -213 78q-37 40 -52.5 104t-15.5 164v514q0 95 -34 138t-121 43zM293 1608q0 34 28 57q19 15 44 15q44 0 79 -46q29 -38 65 -107.5t70.5 -134t87.5 -147.5l-23 -18q-56 59 -102.5 102.5t-118.5 107t-102 101.5q-28 37 -28 70z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1190" d="M33 1012v43q64 -6 127 -6q129 0 213 28v-805q0 -78 9 -126t43 -78.5t103 -30.5q79 0 142 49t99 134t36 188v423q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-856q0 -95 34.5 -137.5t121.5 -42.5v-43q-64 6 -127 6q-132 0 -213 -29v242q-50 -126 -139.5 -186 t-196.5 -60q-138 0 -213 78q-37 40 -52.5 104t-15.5 164v514q0 95 -34 138t-121 43zM446 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1190" d="M33 1012v43q64 -6 127 -6q129 0 213 28v-805q0 -78 9 -126t43 -78.5t103 -30.5q79 0 142 49t99 134t36 188v423q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-856q0 -95 34.5 -137.5t121.5 -42.5v-43q-64 6 -127 6q-132 0 -213 -29v242q-50 -126 -139.5 -186 t-196.5 -60q-138 0 -213 78q-37 40 -52.5 104t-15.5 164v514q0 95 -34 138t-121 43zM212 1290q117 58 208.5 153t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1190" d="M33 1012v43q64 -6 127 -6q129 0 213 28v-805q0 -78 9 -126t43 -78.5t103 -30.5q79 0 142 49t99 134t36 188v423q0 95 -34.5 138t-121.5 43v43q64 -6 127 -6q130 0 213 28v-856q0 -95 34.5 -137.5t121.5 -42.5v-43q-64 6 -127 6q-132 0 -213 -29v242q-50 -126 -139.5 -186 t-196.5 -60q-138 0 -213 78q-37 40 -52.5 104t-15.5 164v514q0 95 -34 138t-121 43zM239 1403q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM674 1403q0 31 16 58.5t43 44t59 16.5 q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1032" d="M-8 1012v43q96 -13 201 -13q88 0 266 13v-43q-50 0 -78 -3.5t-46.5 -19t-18.5 -48.5q0 -37 26 -101l247 -612l226 593q22 60 22 94q0 48 -36.5 71t-116.5 28v41q108 -6 172 -6q91 0 156 6v-41q-41 -5 -73 -37t-60 -107l-336 -880l-70 -178q-39 -101 -88 -144 q-58 -53 -160 -53q-61 0 -100 32.5t-39 90.5q0 49 29 78.5t80 29.5q45 0 74.5 -25t29.5 -71q0 -61 -55 -92q4 -2 12 -2q113 0 174 160l73 187l-372 894q-35 71 -69.5 93t-69.5 22zM393 1245q44 69 75 125t75 141t73 123q35 46 78 46q25 0 45 -15q28 -23 28 -57 q0 -33 -28 -70q-30 -38 -89 -89.5t-113 -100.5t-122 -121z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1145" d="M0 1538v43q65 -6 127 -6q132 0 213 29v-743q46 106 132 164t196 58q109 0 195.5 -59t136 -174t49.5 -275q0 -157 -50 -294.5t-155.5 -223.5t-263.5 -86q-78 0 -141.5 30.5t-98.5 80.5v-262q0 -83 49 -115.5t148 -32.5v-43q-26 1 -117 5t-178 4q-65 0 -134.5 -4t-87.5 -5 v43q51 0 80 11.5t42.5 39t13.5 76.5v1559q0 95 -34.5 137.5t-121.5 42.5zM340 150q30 -61 84.5 -96.5t132.5 -35.5q293 0 293 529q0 475 -238 475q-93 0 -166.5 -66.5t-105.5 -192.5v-613z" />
+<glyph unicode="&#xff;" horiz-adv-x="1032" d="M-8 1012v43q96 -13 201 -13q88 0 266 13v-43q-50 0 -78 -3.5t-46.5 -19t-18.5 -48.5q0 -37 26 -101l247 -612l226 593q22 60 22 94q0 48 -36.5 71t-116.5 28v41q108 -6 172 -6q91 0 156 6v-41q-41 -5 -73 -37t-60 -107l-336 -880l-70 -178q-39 -101 -88 -144 q-58 -53 -160 -53q-61 0 -100 32.5t-39 90.5q0 49 29 78.5t80 29.5q45 0 74.5 -25t29.5 -71q0 -61 -55 -92q4 -2 12 -2q113 0 174 160l73 187l-372 894q-35 71 -69.5 93t-69.5 22zM186 1403q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5 q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84zM621 1403q0 31 16 58.5t43 44t59 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -83.5 35t-34.5 84z" />
+<glyph unicode="&#x152;" horiz-adv-x="1901" d="M109 713q0 226 83 400t231 270t337 96q95 0 180 -31q164 -4 434 -4q273 0 387 6q-14 -134 -14 -242q0 -80 6 -127h-47q-15 133 -37.5 198t-75.5 94.5t-161 29.5h-68q-74 0 -107.5 -12t-46 -46.5t-12.5 -111.5v-483h88q102 0 136.5 52t43 106t11.5 71h47q-7 -83 -7 -159 l1 -91q0 -88 12 -250h-47q-2 13 -12 85t-56 108.5t-129 36.5h-88v-492q0 -77 12.5 -111.5t46 -46.5t107.5 -12h47q128 0 194.5 34t96 109t45.5 220h47q-6 -55 -6 -148q0 -116 14 -262q-127 6 -428 6q-287 0 -448 -4q-84 -31 -168 -31q-195 0 -341.5 88t-227 255.5 t-80.5 398.5zM313 721q0 -213 60 -375t163.5 -250t229.5 -88q57 0 113 22.5t92.5 69.5t36.5 117v1016q0 106 -71.5 157.5t-184.5 51.5q-131 0 -231 -91.5t-154 -255t-54 -374.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="1710" d="M98 526q0 190 58 314t158 182.5t229 58.5q117 0 208.5 -59.5t141.5 -181.5q54 117 146 180t212 63q175 0 269 -111.5t94 -338.5h-620q-7 -53 -7 -131q0 -135 44.5 -236t116.5 -155t152 -54q92 0 162 47.5t119 157.5l41 -16q-23 -72 -72.5 -134.5t-124 -101.5t-165.5 -39 q-128 0 -222.5 61t-147.5 172q-51 -118 -141.5 -175.5t-205.5 -57.5q-129 0 -229 58.5t-158 183t-58 313.5zM297 526q0 -263 66 -388.5t180 -125.5q113 0 179 125.5t66 388.5t-66 388.5t-179 125.5q-114 0 -180 -125t-66 -389zM991 672h426q3 103 -15.5 187.5t-59 134.5 t-99.5 50q-63 0 -116 -40t-89 -123.5t-47 -208.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1210" d="M-6 1407v43q80 -6 180 -6q199 0 287 6v-43q-144 0 -144 -79q0 -30 21 -71l341 -653l261 520q56 113 56 176q0 58 -45 82.5t-136 26.5v41q117 -6 236 -6q92 0 153 6v-41q-41 -9 -80 -51.5t-84 -130.5l-321 -637v-373q0 -77 12.5 -112t46 -48t107.5 -16v-41q-96 6 -260 6 q-176 0 -263 -6v41q74 3 107.5 16t46 48t12.5 112v309l-415 766q-38 69 -65.5 92t-53.5 23zM287 1700q0 31 16 58.5t43.5 44t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-44 -43.5t-58.5 -16q-49 0 -84 35t-35 84zM721 1700q0 31 16 58.5t43.5 44 t59.5 16.5q31 0 58.5 -16.5t44 -44t16.5 -58.5q0 -32 -16.5 -59.5t-43.5 -43.5t-59 -16q-49 0 -84 35t-35 84z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="823" d="M51 1290q117 58 208.5 153t133.5 199h37q42 -104 133.5 -199t208.5 -153l-16 -28q-111 38 -216 93.5t-169 110.5q-52 -55 -134.5 -110.5t-168.5 -93.5z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="842" d="M51 1362q31 108 95.5 159.5t148.5 51.5q51 0 88 -18.5t101 -67.5t120 -49q93 0 158 108l29 -14q-31 -108 -95.5 -159.5t-146.5 -51.5q-53 0 -90.5 19t-101.5 68.5t-119 49.5q-91 0 -158 -110z" />
+<glyph unicode="&#x2000;" horiz-adv-x="958" />
+<glyph unicode="&#x2001;" horiz-adv-x="1916" />
+<glyph unicode="&#x2002;" horiz-adv-x="958" />
+<glyph unicode="&#x2003;" horiz-adv-x="1916" />
+<glyph unicode="&#x2004;" horiz-adv-x="638" />
+<glyph unicode="&#x2005;" horiz-adv-x="479" />
+<glyph unicode="&#x2006;" horiz-adv-x="319" />
+<glyph unicode="&#x2007;" horiz-adv-x="319" />
+<glyph unicode="&#x2008;" horiz-adv-x="239" />
+<glyph unicode="&#x2009;" horiz-adv-x="383" />
+<glyph unicode="&#x200a;" horiz-adv-x="106" />
+<glyph unicode="&#x2010;" horiz-adv-x="1022" d="M141 492v118h740v-118h-740z" />
+<glyph unicode="&#x2011;" horiz-adv-x="1022" d="M141 492v118h740v-118h-740z" />
+<glyph unicode="&#x2012;" horiz-adv-x="1022" d="M141 492v118h740v-118h-740z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1169" d="M121 510v82h928v-82h-928z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1765" d="M121 510v82h1524v-82h-1524z" />
+<glyph unicode="&#x2018;" horiz-adv-x="508" d="M112 1163q0 103 52.5 184.5t158.5 131.5l19 -37q-64 -27 -110 -84.5t-46 -116.5q0 -25 6 -43q35 27 76 27q56 0 93.5 -35.5t37.5 -95.5q0 -56 -38 -93.5t-93 -37.5q-79 0 -121 65q-35 54 -35 135z" />
+<glyph unicode="&#x2019;" horiz-adv-x="502" d="M111 1347q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5z" />
+<glyph unicode="&#x201a;" horiz-adv-x="535" d="M127 102q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5z" />
+<glyph unicode="&#x201c;" horiz-adv-x="856" d="M112 1163q0 103 52.5 184.5t158.5 131.5l19 -37q-64 -27 -110 -84.5t-46 -116.5q0 -25 6 -43q34 27 76 27q55 0 93 -35.5t38 -95.5q0 -37 -18 -67t-48 -47t-65 -17q-79 0 -121 65q-35 54 -35 135zM460 1163q0 103 52.5 184.5t158.5 131.5l19 -37q-64 -27 -110 -84.5 t-46 -116.5q0 -25 6 -43q35 27 76 27q56 0 93.5 -35.5t37.5 -95.5q0 -56 -38 -93.5t-93 -37.5q-79 0 -121 65q-35 54 -35 135z" />
+<glyph unicode="&#x201d;" horiz-adv-x="850" d="M111 1347q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5zM459 1347q0 37 18 67t48 47t65 17q79 0 121 -65q35 -54 35 -135 q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-34 -27 -76 -27q-55 0 -93 35.5t-38 95.5z" />
+<glyph unicode="&#x201e;" horiz-adv-x="883" d="M127 102q0 56 38 93.5t93 37.5q79 0 121 -65q35 -54 35 -135q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-35 -27 -76 -27q-56 0 -93.5 35.5t-37.5 95.5zM475 102q0 37 18 67t48 47t65 17q79 0 121 -65q35 -54 35 -135 q0 -103 -52.5 -184.5t-158.5 -131.5l-19 37q64 27 110 84.5t46 116.5q0 25 -6 43q-34 -27 -76 -27q-55 0 -93 35.5t-38 95.5z" />
+<glyph unicode="&#x2022;" horiz-adv-x="903" d="M160 551q0 80 39 147t105.5 106.5t146.5 39.5q79 0 146 -39.5t106.5 -106.5t39.5 -147t-39.5 -146.5t-106.5 -105.5t-146 -39q-80 0 -146.5 39t-105.5 105.5t-39 146.5z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1665" d="M127 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65zM702 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z M1276 102q0 35 17.5 65.5t48 48t65.5 17.5t65.5 -17.5t48 -48t17.5 -65.5t-17.5 -65t-48 -48t-65.5 -18t-65.5 18t-48 48t-17.5 65z" />
+<glyph unicode="&#x202f;" horiz-adv-x="383" />
+<glyph unicode="&#x2039;" horiz-adv-x="670" d="M66 526v2q158 88 270.5 223.5t200.5 331.5l34 -14q-71 -191 -155 -313.5t-197 -220.5q110 -96 194.5 -225.5t157.5 -323.5l-34 -15q-88 196 -200.5 332t-270.5 223z" />
+<glyph unicode="&#x203a;" horiz-adv-x="670" d="M98 -14q72 191 155.5 313t197.5 221q-110 96 -194.5 225t-158.5 324l35 14q88 -196 200.5 -331.5t270.5 -223.5v-2q-158 -87 -270.5 -223t-200.5 -332z" />
+<glyph unicode="&#x205f;" horiz-adv-x="479" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1196" d="M68 608v41h148l-1 64q0 51 4 100h-151v41h155q21 188 95 329.5t189 218.5t257 77q127 0 227 -72q96 -70 96 -147q0 -48 -30.5 -78.5t-77.5 -30.5q-48 0 -80.5 30t-32.5 81q0 42 23.5 69t62.5 35q-15 31 -69.5 54.5t-112.5 23.5q-100 0 -173.5 -71t-117 -203t-55.5 -316 h438l-22 -41h-418q-2 -45 -2 -92l1 -72h327l-25 -41h-300q14 -291 102.5 -446.5t242.5 -155.5q58 0 112.5 23.5t69.5 54.5q-39 8 -62.5 35t-23.5 69q0 51 32.5 81t80.5 30q47 0 77.5 -30.5t30.5 -78.5q0 -75 -96 -147q-100 -72 -227 -72q-151 0 -268.5 75t-188.5 218.5 t-86 343.5h-151z" />
+<glyph unicode="&#x2122;" horiz-adv-x="2138" d="M143 1450q109 -6 373 -6q262 0 371 6q-15 -108 -15 -180q0 -69 7 -107h-48q-9 132 -40 186t-91 54h-110v-612q0 -60 10.5 -86t39 -36t95.5 -14v-41q-96 7 -219 7q-135 0 -221 -7v41q66 4 95 14t39.5 36.5t10.5 85.5v612h-110q-60 0 -91 -54t-40 -186h-47q6 41 6 107 q0 82 -15 180zM1004 614v41q48 4 68.5 12t28 30t7.5 73v524q0 51 -7.5 73.5t-28 30.5t-68.5 11v41q45 -6 129 -6q71 0 139 6l248 -608l227 602h96q100 0 158 6v-41q-48 -3 -68.5 -11t-28.5 -30.5t-8 -73.5v-524q0 -51 7.5 -73t28 -30t69.5 -12v-41q-79 7 -178 7 q-95 0 -160 -7v41q38 4 54.5 12t23 30.5t6.5 72.5v545l-268 -711h-33l-291 715v-549q0 -50 6.5 -72.5t23 -30.5t54.5 -12v-41q-51 7 -106 7q-76 0 -129 -7z" />
+<glyph unicode="&#x25fc;" horiz-adv-x="1055" d="M0 0v1055h1055v-1055h-1055z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="1925" d="M53 1012v41h164q0 217 100 333q56 62 139.5 98t184.5 36q205 0 310 -139q30 48 71 87q64 61 160 97.5t223 36.5q84 0 156.5 -17t117.5 -45q70 -44 70 -113q0 -36 -17.5 -66.5t-48 -48.5t-65.5 -18t-65.5 18t-48 48t-17.5 65q0 37 18 67.5t49 47.5q-46 31 -149 31 q-104 0 -177 -41.5t-114 -116.5q-30 -53 -42.5 -133.5t-12.5 -226.5h330q127 0 201 5t139 19v-887q0 -57 15.5 -89t48.5 -45t91 -13v-43q-188 8 -248 8q-59 0 -247 -8v43q58 0 91 13t48.5 45t15.5 89v641q0 95 -34.5 138t-120.5 43h-330v-822q0 -83 43.5 -115t132.5 -32v-43 q-220 8 -268 8q-60 0 -248 -8v43q58 0 91 13t48.5 45t15.5 89v822h-473v-822q0 -57 15.5 -89t49 -45t91.5 -13v-43q-188 8 -246 8t-250 -8v43q58 0 91.5 13t49 45t15.5 89v822h-164zM401 1053h473q0 176 58 293q-44 62 -113.5 99.5t-152.5 37.5q-265 0 -265 -326v-104z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="1929" d="M53 1012v41h164q0 217 100 333q56 62 139.5 98t184.5 36q184 0 288 -112q29 58 77 99q54 48 126 71.5t150 23.5q41 0 125 -12.5t131 -12.5q108 0 191 29v-1416q0 -57 15.5 -89t48.5 -45t91 -13v-43q-188 8 -248 8q-59 0 -247 -8v43q58 0 91 13t48.5 45t15.5 89v1141 q0 63 -13.5 102.5t-41.5 67.5q-36 36 -91 53t-106 17q-102 0 -162 -64q-43 -43 -57 -106.5t-14 -155.5v-192h260v-41h-260v-822q0 -83 43.5 -115t132.5 -32v-43q-220 8 -268 8q-60 0 -248 -8v43q58 0 91 13t48.5 45t15.5 89v822h-473v-822q0 -57 15.5 -89t49 -45t91.5 -13 v-43q-188 8 -246 8t-250 -8v43q58 0 91.5 13t49 45t15.5 89v822h-164zM401 1053h473q0 106 8 181.5t30 136.5q-44 52 -108 82t-138 30q-265 0 -265 -326v-104z" />
+<hkern u1="&#x20;" u2="&#xb2;" k="20" />
+<hkern u1="&#x20;" u2="x" k="20" />
+<hkern u1="&#x20;" u2="X" k="29" />
+<hkern u1="&#x20;" u2="V" k="70" />
+<hkern u1="&#x20;" u2="&#x34;" k="45" />
+<hkern u1="&#x23;" u2="&#x34;" k="41" />
+<hkern u1="&#x24;" u2="&#x33;" k="20" />
+<hkern u1="&#x26;" u2="&#xef;" k="-14" />
+<hkern u1="&#x28;" u2="&#xec;" k="-35" />
+<hkern u1="&#x28;" u2="&#x7b;" k="41" />
+<hkern u1="&#x28;" u2="x" k="25" />
+<hkern u1="&#x28;" u2="&#x39;" k="49" />
+<hkern u1="&#x28;" u2="&#x38;" k="53" />
+<hkern u1="&#x28;" u2="&#x37;" k="49" />
+<hkern u1="&#x28;" u2="&#x36;" k="72" />
+<hkern u1="&#x28;" u2="&#x34;" k="55" />
+<hkern u1="&#x28;" u2="&#x32;" k="51" />
+<hkern u1="&#x28;" u2="&#x31;" k="47" />
+<hkern u1="&#x28;" u2="&#x30;" k="84" />
+<hkern u1="&#x28;" u2="&#x28;" k="53" />
+<hkern u1="&#x29;" u2="&#x7d;" k="29" />
+<hkern u1="&#x29;" u2="]" k="20" />
+<hkern u1="&#x29;" u2="&#x29;" k="53" />
+<hkern u1="&#x2b;" u2="&#x38;" k="27" />
+<hkern u1="&#x2b;" u2="&#x34;" k="31" />
+<hkern u1="&#x2c;" u2="J" k="-178" />
+<hkern u1="&#x2f;" u2="&#x39;" k="47" />
+<hkern u1="&#x2f;" u2="&#x36;" k="35" />
+<hkern u1="&#x2f;" u2="&#x35;" k="41" />
+<hkern u1="&#x2f;" u2="&#x34;" k="141" />
+<hkern u1="&#x2f;" u2="&#x33;" k="47" />
+<hkern u1="&#x2f;" u2="&#x32;" k="35" />
+<hkern u1="&#x2f;" u2="&#x30;" k="61" />
+<hkern u1="&#x2f;" u2="&#x2f;" k="178" />
+<hkern u1="&#x30;" u2="&#xb0;" k="63" />
+<hkern u1="&#x30;" u2="&#x7d;" k="57" />
+<hkern u1="&#x30;" u2="]" k="45" />
+<hkern u1="&#x30;" u2="\" k="59" />
+<hkern u1="&#x30;" u2="&#x29;" k="84" />
+<hkern u1="&#x31;" u2="&#xf7;" k="23" />
+<hkern u1="&#x31;" u2="&#xd7;" k="23" />
+<hkern u1="&#x31;" u2="&#xb7;" k="35" />
+<hkern u1="&#x31;" u2="&#xb0;" k="29" />
+<hkern u1="&#x31;" u2="\" k="66" />
+<hkern u1="&#x31;" u2="&#x35;" k="25" />
+<hkern u1="&#x31;" u2="&#x33;" k="35" />
+<hkern u1="&#x31;" u2="&#x29;" k="29" />
+<hkern u1="&#x32;" u2="&#xb7;" k="27" />
+<hkern u1="&#x32;" u2="&#xb0;" k="43" />
+<hkern u1="&#x32;" u2="&#x7d;" k="25" />
+<hkern u1="&#x32;" u2="]" k="27" />
+<hkern u1="&#x32;" u2="\" k="59" />
+<hkern u1="&#x32;" u2="&#x29;" k="49" />
+<hkern u1="&#x33;" u2="&#xf7;" k="23" />
+<hkern u1="&#x33;" u2="&#xb7;" k="27" />
+<hkern u1="&#x33;" u2="&#xb0;" k="55" />
+<hkern u1="&#x33;" u2="&#x7d;" k="35" />
+<hkern u1="&#x33;" u2="]" k="35" />
+<hkern u1="&#x33;" u2="\" k="61" />
+<hkern u1="&#x33;" u2="&#x29;" k="59" />
+<hkern u1="&#x34;" u2="&#xf7;" k="47" />
+<hkern u1="&#x34;" u2="&#xb0;" k="55" />
+<hkern u1="&#x34;" u2="&#x7d;" k="27" />
+<hkern u1="&#x34;" u2="]" k="25" />
+<hkern u1="&#x34;" u2="\" k="78" />
+<hkern u1="&#x34;" u2="&#x37;" k="27" />
+<hkern u1="&#x34;" u2="&#x33;" k="37" />
+<hkern u1="&#x34;" u2="&#x29;" k="49" />
+<hkern u1="&#x35;" u2="&#xf7;" k="33" />
+<hkern u1="&#x35;" u2="&#xb7;" k="23" />
+<hkern u1="&#x35;" u2="&#xb0;" k="20" />
+<hkern u1="&#x35;" u2="&#x7d;" k="23" />
+<hkern u1="&#x35;" u2="]" k="23" />
+<hkern u1="&#x35;" u2="\" k="23" />
+<hkern u1="&#x35;" u2="&#x29;" k="49" />
+<hkern u1="&#x35;" u2="&#x20;" k="29" />
+<hkern u1="&#x36;" u2="&#xb0;" k="20" />
+<hkern u1="&#x36;" u2="&#x7d;" k="25" />
+<hkern u1="&#x36;" u2="&#x29;" k="45" />
+<hkern u1="&#x37;" u2="&#xb7;" k="33" />
+<hkern u1="&#x37;" u2="&#x34;" k="70" />
+<hkern u1="&#x37;" u2="&#x2f;" k="25" />
+<hkern u1="&#x37;" u2="&#x29;" k="53" />
+<hkern u1="&#x37;" u2="&#x20;" k="23" />
+<hkern u1="&#x38;" u2="&#xf7;" k="23" />
+<hkern u1="&#x38;" u2="&#x7d;" k="29" />
+<hkern u1="&#x38;" u2="]" k="23" />
+<hkern u1="&#x38;" u2="&#x33;" k="23" />
+<hkern u1="&#x38;" u2="&#x29;" k="53" />
+<hkern u1="&#x39;" u2="&#xb0;" k="68" />
+<hkern u1="&#x39;" u2="&#x7d;" k="51" />
+<hkern u1="&#x39;" u2="]" k="37" />
+<hkern u1="&#x39;" u2="\" k="55" />
+<hkern u1="&#x39;" u2="&#x29;" k="78" />
+<hkern u1="&#x3d;" u2="&#x34;" k="49" />
+<hkern u1="&#x40;" u2="X" k="35" />
+<hkern u1="B" u2="&#x7d;" k="29" />
+<hkern u1="B" u2="x" k="45" />
+<hkern u1="B" u2="p" k="12" />
+<hkern u1="B" u2="]" k="20" />
+<hkern u1="B" u2="X" k="63" />
+<hkern u1="B" u2="V" k="37" />
+<hkern u1="B" u2="&#x29;" k="43" />
+<hkern u1="F" u2="&#x40;" k="43" />
+<hkern u1="F" u2="&#x2f;" k="53" />
+<hkern u1="F" u2="&#x26;" k="23" />
+<hkern u1="F" u2="&#x20;" k="49" />
+<hkern u1="P" u2="X" k="59" />
+<hkern u1="P" u2="&#x40;" k="29" />
+<hkern u1="P" u2="&#x2f;" k="49" />
+<hkern u1="P" u2="&#x29;" k="35" />
+<hkern u1="P" u2="&#x20;" k="51" />
+<hkern u1="T" u2="&#xf0;" k="53" />
+<hkern u1="T" u2="q" k="53" />
+<hkern u1="U" u2="&#xdf;" k="41" />
+<hkern u1="V" u2="&#xed;" k="12" />
+<hkern u1="V" u2="&#xe4;" k="92" />
+<hkern u1="V" u2="&#xe3;" k="84" />
+<hkern u1="V" u2="x" k="55" />
+<hkern u1="V" u2="p" k="51" />
+<hkern u1="V" u2="&#x40;" k="76" />
+<hkern u1="V" u2="&#x2f;" k="76" />
+<hkern u1="V" u2="&#x26;" k="39" />
+<hkern u1="V" u2="&#x20;" k="70" />
+<hkern u1="W" u2="&#xed;" k="12" />
+<hkern u1="W" u2="&#xdf;" k="37" />
+<hkern u1="X" u2="&#xae;" k="20" />
+<hkern u1="X" u2="&#xa9;" k="37" />
+<hkern u1="X" u2="p" k="12" />
+<hkern u1="X" u2="&#x2a;" k="18" />
+<hkern u1="X" u2="&#x26;" k="23" />
+<hkern u1="X" u2="&#x20;" k="29" />
+<hkern u1="Y" u2="&#xed;" k="12" />
+<hkern u1="Y" u2="&#xe4;" k="115" />
+<hkern u1="Y" u2="&#xe3;" k="102" />
+<hkern u1="Y" u2="&#xdf;" k="39" />
+<hkern u1="[" u2="&#x39;" k="23" />
+<hkern u1="[" u2="&#x38;" k="25" />
+<hkern u1="[" u2="&#x36;" k="31" />
+<hkern u1="[" u2="&#x34;" k="33" />
+<hkern u1="[" u2="&#x32;" k="27" />
+<hkern u1="[" u2="&#x31;" k="23" />
+<hkern u1="[" u2="&#x30;" k="45" />
+<hkern u1="[" u2="&#x28;" k="20" />
+<hkern u1="\" u2="V" k="78" />
+<hkern u1="\" u2="&#x33;" k="49" />
+<hkern u1="q" u2="\" k="20" />
+<hkern u1="q" u2="V" k="90" />
+<hkern u1="x" u2="V" k="53" />
+<hkern u1="x" u2="&#x29;" k="20" />
+<hkern u1="x" u2="&#x20;" k="23" />
+<hkern u1="&#x7b;" u2="&#xec;" k="-16" />
+<hkern u1="&#x7b;" u2="&#x7b;" k="35" />
+<hkern u1="&#x7b;" u2="&#x39;" k="39" />
+<hkern u1="&#x7b;" u2="&#x38;" k="27" />
+<hkern u1="&#x7b;" u2="&#x37;" k="20" />
+<hkern u1="&#x7b;" u2="&#x36;" k="47" />
+<hkern u1="&#x7b;" u2="&#x34;" k="29" />
+<hkern u1="&#x7b;" u2="&#x32;" k="29" />
+<hkern u1="&#x7b;" u2="&#x31;" k="20" />
+<hkern u1="&#x7b;" u2="&#x30;" k="57" />
+<hkern u1="&#x7b;" u2="&#x28;" k="29" />
+<hkern u1="&#x7d;" u2="&#x7d;" k="35" />
+<hkern u1="&#x7d;" u2="&#x29;" k="41" />
+<hkern u1="&#xa1;" u2="V" k="37" />
+<hkern u1="&#xa3;" u2="&#x33;" k="35" />
+<hkern u1="&#xb0;" u2="&#x39;" k="63" />
+<hkern u1="&#xb0;" u2="&#x36;" k="57" />
+<hkern u1="&#xb0;" u2="&#x34;" k="184" />
+<hkern u1="&#xb0;" u2="&#x33;" k="55" />
+<hkern u1="&#xb0;" u2="&#x32;" k="41" />
+<hkern u1="&#xb0;" u2="&#x30;" k="70" />
+<hkern u1="&#xb7;" u2="&#x37;" k="23" />
+<hkern u1="&#xb7;" u2="&#x34;" k="49" />
+<hkern u1="&#xb7;" u2="&#x33;" k="47" />
+<hkern u1="&#xb7;" u2="&#x32;" k="39" />
+<hkern u1="&#xb7;" u2="&#x31;" k="51" />
+<hkern u1="&#xb9;" u2="&#xb3;" k="31" />
+<hkern u1="&#xd7;" u2="&#x34;" k="29" />
+<hkern u1="&#xd7;" u2="&#x33;" k="43" />
+<hkern u1="&#xd7;" u2="&#x32;" k="20" />
+<hkern u1="&#xd9;" u2="&#xdf;" k="41" />
+<hkern u1="&#xda;" u2="&#xdf;" k="41" />
+<hkern u1="&#xdb;" u2="&#xdf;" k="41" />
+<hkern u1="&#xdc;" u2="&#xdf;" k="41" />
+<hkern u1="&#xdd;" u2="&#xed;" k="12" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="115" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="102" />
+<hkern u1="&#xdd;" u2="&#xdf;" k="39" />
+<hkern u1="&#xde;" u2="&#x7d;" k="33" />
+<hkern u1="&#xde;" u2="x" k="25" />
+<hkern u1="&#xde;" u2="X" k="137" />
+<hkern u1="&#xde;" u2="V" k="41" />
+<hkern u1="&#xde;" u2="&#x3f;" k="37" />
+<hkern u1="&#xde;" u2="&#x29;" k="51" />
+<hkern u1="&#xf0;" u2="&#x2122;" k="18" />
+<hkern u1="&#xf0;" u2="&#x7d;" k="25" />
+<hkern u1="&#xf0;" u2="x" k="39" />
+<hkern u1="&#xf0;" u2="]" k="20" />
+<hkern u1="&#xf0;" u2="\" k="27" />
+<hkern u1="&#xf0;" u2="X" k="70" />
+<hkern u1="&#xf0;" u2="V" k="82" />
+<hkern u1="&#xf0;" u2="&#x29;" k="31" />
+<hkern u1="&#xf7;" u2="&#x38;" k="23" />
+<hkern u1="&#xf7;" u2="&#x34;" k="96" />
+<hkern u1="&#xf7;" u2="&#x33;" k="20" />
+<hkern u1="&#xf7;" u2="&#x31;" k="23" />
+<hkern u1="&#x178;" u2="&#xed;" k="12" />
+<hkern u1="&#x178;" u2="&#xe4;" k="115" />
+<hkern u1="&#x178;" u2="&#xe3;" k="102" />
+<hkern u1="&#x178;" u2="&#xdf;" k="39" />
+<hkern u1="&#x201a;" u2="J" k="-178" />
+<hkern u1="&#x201e;" u2="J" k="-180" />
+<hkern u1="&#x20ac;" u2="&#x33;" k="31" />
+<hkern g1="T" 	g2="f,uniFB01,uniFB02" 	k="47" />
+<hkern g1="T" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="96" />
+<hkern g1="T" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="143" />
+<hkern g1="T" 	g2="g" 	k="61" />
+<hkern g1="T" 	g2="ampersand" 	k="29" />
+<hkern g1="T" 	g2="hyphen,uni00AD,endash,emdash" 	k="121" />
+<hkern g1="T" 	g2="guillemotleft,guilsinglleft" 	k="82" />
+<hkern g1="T" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="88" />
+<hkern g1="T" 	g2="AE" 	k="141" />
+<hkern g1="T" 	g2="at" 	k="43" />
+<hkern g1="T" 	g2="s" 	k="25" />
+<hkern g1="T" 	g2="slash" 	k="45" />
+<hkern g1="T" 	g2="space" 	k="49" />
+<hkern g1="T" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="109" />
+<hkern g1="T" 	g2="h,k,l" 	k="12" />
+<hkern g1="T" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="57" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="25" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="g" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="47" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="AE" 	k="80" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="at" 	k="23" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="s" 	k="49" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="slash" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="h,k,l" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="51" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="b" 	k="10" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="p" 	k="33" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="colon,semicolon" 	k="16" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="m,n,r,ntilde" 	k="31" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="v,w" 	k="18" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="x" 	k="29" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="z" 	k="39" />
+<hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	g2="germandbls,thorn" 	k="27" />
+<hkern g1="W" 	g2="f,uniFB01,uniFB02" 	k="14" />
+<hkern g1="W" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="117" />
+<hkern g1="W" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="74" />
+<hkern g1="W" 	g2="g" 	k="147" />
+<hkern g1="W" 	g2="ampersand" 	k="37" />
+<hkern g1="W" 	g2="hyphen,uni00AD,endash,emdash" 	k="70" />
+<hkern g1="W" 	g2="guillemotleft,guilsinglleft" 	k="111" />
+<hkern g1="W" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="141" />
+<hkern g1="W" 	g2="AE" 	k="260" />
+<hkern g1="W" 	g2="at" 	k="66" />
+<hkern g1="W" 	g2="s" 	k="96" />
+<hkern g1="W" 	g2="slash" 	k="68" />
+<hkern g1="W" 	g2="space" 	k="68" />
+<hkern g1="W" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="121" />
+<hkern g1="W" 	g2="h,k,l" 	k="14" />
+<hkern g1="W" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="102" />
+<hkern g1="W" 	g2="p" 	k="45" />
+<hkern g1="W" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="49" />
+<hkern g1="W" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="31" />
+<hkern g1="W" 	g2="colon,semicolon" 	k="35" />
+<hkern g1="W" 	g2="y,yacute,ydieresis" 	k="39" />
+<hkern g1="W" 	g2="m,n,r,ntilde" 	k="90" />
+<hkern g1="W" 	g2="v,w" 	k="18" />
+<hkern g1="W" 	g2="x" 	k="43" />
+<hkern g1="W" 	g2="z" 	k="72" />
+<hkern g1="W" 	g2="germandbls,thorn" 	k="10" />
+<hkern g1="W" 	g2="guillemotright,guilsinglright" 	k="20" />
+<hkern g1="V" 	g2="f,uniFB01,uniFB02" 	k="16" />
+<hkern g1="V" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="131" />
+<hkern g1="V" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="39" />
+<hkern g1="V" 	g2="g" 	k="147" />
+<hkern g1="V" 	g2="hyphen,uni00AD,endash,emdash" 	k="84" />
+<hkern g1="V" 	g2="guillemotleft,guilsinglleft" 	k="121" />
+<hkern g1="V" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="123" />
+<hkern g1="V" 	g2="AE" 	k="315" />
+<hkern g1="V" 	g2="s" 	k="117" />
+<hkern g1="V" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="137" />
+<hkern g1="V" 	g2="h,k,l" 	k="12" />
+<hkern g1="V" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="125" />
+<hkern g1="V" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="57" />
+<hkern g1="V" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="35" />
+<hkern g1="V" 	g2="colon,semicolon" 	k="39" />
+<hkern g1="V" 	g2="y,yacute,ydieresis" 	k="104" />
+<hkern g1="V" 	g2="m,n,r,ntilde" 	k="57" />
+<hkern g1="V" 	g2="v,w" 	k="23" />
+<hkern g1="V" 	g2="z" 	k="72" />
+<hkern g1="V" 	g2="germandbls,thorn" 	k="37" />
+<hkern g1="V" 	g2="guillemotright,guilsinglright" 	k="23" />
+<hkern g1="V" 	g2="S" 	k="12" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="100" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="53" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="g" 	k="123" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="ampersand" 	k="43" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="121" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="131" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="137" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="AE" 	k="266" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="at" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="s" 	k="125" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="slash" 	k="57" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="space" 	k="66" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="109" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="h,k,l" 	k="16" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="131" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="p" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="47" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="colon,semicolon" 	k="41" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="m,n,r,ntilde" 	k="61" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="v,w" 	k="33" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="x" 	k="45" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="z" 	k="74" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="germandbls,thorn" 	k="12" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="guillemotright,guilsinglright" 	k="20" />
+<hkern g1="Y,Yacute,Ydieresis" 	g2="copyright" 	k="23" />
+<hkern g1="Z" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="14" />
+<hkern g1="Z" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="10" />
+<hkern g1="Z" 	g2="p" 	k="16" />
+<hkern g1="Z" 	g2="y,yacute,ydieresis" 	k="33" />
+<hkern g1="Z" 	g2="v,w" 	k="33" />
+<hkern g1="Z" 	g2="z" 	k="10" />
+<hkern g1="Z" 	g2="t" 	k="10" />
+<hkern g1="X" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="41" />
+<hkern g1="X" 	g2="hyphen,uni00AD,endash,emdash" 	k="74" />
+<hkern g1="X" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="66" />
+<hkern g1="X" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="53" />
+<hkern g1="X" 	g2="y,yacute,ydieresis" 	k="80" />
+<hkern g1="X" 	g2="v,w" 	k="78" />
+<hkern g1="X" 	g2="t" 	k="31" />
+<hkern g1="eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="eth" 	g2="AE" 	k="39" />
+<hkern g1="eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="20" />
+<hkern g1="eth" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="eth" 	g2="v,w" 	k="10" />
+<hkern g1="eth" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="eth" 	g2="quoteright,quotedblright" 	k="25" />
+<hkern g1="eth" 	g2="quoteleft,quotedblleft" 	k="18" />
+<hkern g1="eth" 	g2="S" 	k="12" />
+<hkern g1="eth" 	g2="J" 	k="31" />
+<hkern g1="eth" 	g2="W" 	k="68" />
+<hkern g1="eth" 	g2="Y,Yacute,Ydieresis" 	k="84" />
+<hkern g1="eth" 	g2="T" 	k="33" />
+<hkern g1="eth" 	g2="Z" 	k="29" />
+<hkern g1="eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="35" />
+<hkern g1="eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="hyphen,uni00AD,endash,emdash" 	k="27" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="space" 	k="25" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="y,yacute,ydieresis" 	k="12" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="v,w" 	k="10" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="parenright" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="asterisk" 	k="31" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordfeminine" 	k="27" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="question" 	k="25" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quotedbl,quotesingle" 	k="47" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteright,quotedblright" 	k="51" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="registered" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="trademark" 	k="51" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="backslash" 	k="59" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="ordmasculine" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="quoteleft,quotedblleft" 	k="168" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="J" 	k="18" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="W" 	k="94" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="Y,Yacute,Ydieresis" 	k="115" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="T" 	k="68" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="V" 	k="115" />
+<hkern g1="a,agrave,aacute,acircumflex,atilde,adieresis,aring" 	g2="bracketright" 	k="20" />
+<hkern g1="p,thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="20" />
+<hkern g1="p,thorn" 	g2="AE" 	k="23" />
+<hkern g1="p,thorn" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="p,thorn" 	g2="v,w" 	k="12" />
+<hkern g1="p,thorn" 	g2="x" 	k="35" />
+<hkern g1="p,thorn" 	g2="parenright" 	k="57" />
+<hkern g1="p,thorn" 	g2="braceright" 	k="39" />
+<hkern g1="p,thorn" 	g2="question" 	k="41" />
+<hkern g1="p,thorn" 	g2="quotedbl,quotesingle" 	k="45" />
+<hkern g1="p,thorn" 	g2="quoteright,quotedblright" 	k="49" />
+<hkern g1="p,thorn" 	g2="trademark" 	k="35" />
+<hkern g1="p,thorn" 	g2="backslash" 	k="43" />
+<hkern g1="p,thorn" 	g2="ordmasculine" 	k="27" />
+<hkern g1="p,thorn" 	g2="quoteleft,quotedblleft" 	k="45" />
+<hkern g1="p,thorn" 	g2="J" 	k="35" />
+<hkern g1="p,thorn" 	g2="W" 	k="100" />
+<hkern g1="p,thorn" 	g2="Y,Yacute,Ydieresis" 	k="123" />
+<hkern g1="p,thorn" 	g2="T" 	k="86" />
+<hkern g1="p,thorn" 	g2="Z" 	k="29" />
+<hkern g1="p,thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="37" />
+<hkern g1="p,thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="p,thorn" 	g2="V" 	k="121" />
+<hkern g1="p,thorn" 	g2="bracketright" 	k="31" />
+<hkern g1="p,thorn" 	g2="X" 	k="68" />
+<hkern g1="c,ccedilla" 	g2="hyphen,uni00AD,endash,emdash" 	k="41" />
+<hkern g1="c,ccedilla" 	g2="parenright" 	k="49" />
+<hkern g1="c,ccedilla" 	g2="braceright" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="question" 	k="20" />
+<hkern g1="c,ccedilla" 	g2="trademark" 	k="29" />
+<hkern g1="c,ccedilla" 	g2="backslash" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="J" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="W" 	k="74" />
+<hkern g1="c,ccedilla" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="c,ccedilla" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="31" />
+<hkern g1="c,ccedilla" 	g2="V" 	k="84" />
+<hkern g1="c,ccedilla" 	g2="bracketright" 	k="27" />
+<hkern g1="c,ccedilla" 	g2="X" 	k="18" />
+<hkern g1="d" 	g2="hyphen,uni00AD,endash,emdash" 	k="27" />
+<hkern g1="d" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="d" 	g2="parenright" 	k="-102" />
+<hkern g1="d" 	g2="braceright" 	k="-104" />
+<hkern g1="d" 	g2="registered" 	k="20" />
+<hkern g1="d" 	g2="backslash" 	k="-90" />
+<hkern g1="d" 	g2="J" 	k="25" />
+<hkern g1="d" 	g2="W" 	k="12" />
+<hkern g1="d" 	g2="Y,Yacute,Ydieresis" 	k="12" />
+<hkern g1="d" 	g2="T" 	k="12" />
+<hkern g1="d" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="31" />
+<hkern g1="d" 	g2="V" 	k="14" />
+<hkern g1="d" 	g2="bracketright" 	k="-94" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="y,yacute,ydieresis" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="v,w" 	k="8" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="x" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="parenright" 	k="51" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="braceright" 	k="33" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="question" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteright,quotedblright" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="trademark" 	k="27" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="backslash" 	k="37" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="quoteleft,quotedblleft" 	k="20" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="J" 	k="39" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="W" 	k="92" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Y,Yacute,Ydieresis" 	k="94" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="T" 	k="31" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="Z" 	k="10" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="14" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="V" 	k="119" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="bracketright" 	k="29" />
+<hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,oe" 	g2="X" 	k="33" />
+<hkern g1="f" 	g2="hyphen,uni00AD,endash,emdash" 	k="49" />
+<hkern g1="f" 	g2="guillemotleft,guilsinglleft" 	k="29" />
+<hkern g1="f" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="f" 	g2="parenright" 	k="-45" />
+<hkern g1="f" 	g2="braceright" 	k="-66" />
+<hkern g1="f" 	g2="asterisk" 	k="-47" />
+<hkern g1="f" 	g2="ordfeminine" 	k="-23" />
+<hkern g1="f" 	g2="question" 	k="-121" />
+<hkern g1="f" 	g2="quotedbl,quotesingle" 	k="-63" />
+<hkern g1="f" 	g2="quoteright,quotedblright" 	k="-66" />
+<hkern g1="f" 	g2="trademark" 	k="-100" />
+<hkern g1="f" 	g2="backslash" 	k="-109" />
+<hkern g1="f" 	g2="J" 	k="-111" />
+<hkern g1="f" 	g2="W" 	k="-197" />
+<hkern g1="f" 	g2="Y,Yacute,Ydieresis" 	k="-188" />
+<hkern g1="f" 	g2="T" 	k="-121" />
+<hkern g1="f" 	g2="Z" 	k="-61" />
+<hkern g1="f" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-96" />
+<hkern g1="f" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="-127" />
+<hkern g1="f" 	g2="V" 	k="-197" />
+<hkern g1="f" 	g2="bracketright" 	k="-66" />
+<hkern g1="f" 	g2="X" 	k="-145" />
+<hkern g1="g" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="g" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="12" />
+<hkern g1="g" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="g" 	g2="v,w" 	k="18" />
+<hkern g1="g" 	g2="W" 	k="14" />
+<hkern g1="g" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="g" 	g2="V" 	k="16" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="hyphen,uni00AD,endash,emdash" 	k="29" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="asterisk" 	k="18" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="registered" 	k="20" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="J" 	k="23" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="T" 	k="12" />
+<hkern g1="i,u,igrave,iacute,icircumflex,idieresis,ugrave,uacute,ucircumflex,udieresis,uniFB01" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="j" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="j" 	g2="parenright" 	k="27" />
+<hkern g1="j" 	g2="braceright" 	k="23" />
+<hkern g1="j" 	g2="question" 	k="27" />
+<hkern g1="j" 	g2="quotedbl,quotesingle" 	k="20" />
+<hkern g1="j" 	g2="quoteright,quotedblright" 	k="23" />
+<hkern g1="j" 	g2="trademark" 	k="25" />
+<hkern g1="j" 	g2="backslash" 	k="37" />
+<hkern g1="j" 	g2="quoteleft,quotedblleft" 	k="18" />
+<hkern g1="j" 	g2="bracketright" 	k="20" />
+<hkern g1="k" 	g2="hyphen,uni00AD,endash,emdash" 	k="90" />
+<hkern g1="k" 	g2="guillemotleft,guilsinglleft" 	k="47" />
+<hkern g1="k" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="57" />
+<hkern g1="k" 	g2="space" 	k="25" />
+<hkern g1="k" 	g2="h,k,l" 	k="61" />
+<hkern g1="k" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="20" />
+<hkern g1="k" 	g2="b" 	k="61" />
+<hkern g1="k" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="57" />
+<hkern g1="k" 	g2="germandbls,thorn" 	k="82" />
+<hkern g1="k" 	g2="quoteright,quotedblright" 	k="18" />
+<hkern g1="k" 	g2="trademark" 	k="33" />
+<hkern g1="k" 	g2="J" 	k="18" />
+<hkern g1="k" 	g2="W" 	k="53" />
+<hkern g1="k" 	g2="Y,Yacute,Ydieresis" 	k="43" />
+<hkern g1="k" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="41" />
+<hkern g1="k" 	g2="V" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="61" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="W" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="Y,Yacute,Ydieresis" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="T" 	k="102" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="41" />
+<hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	g2="V" 	k="102" />
+<hkern g1="l,uniFB02" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="h,m,n,ntilde" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="h,m,n,ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="18" />
+<hkern g1="h,m,n,ntilde" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="h,m,n,ntilde" 	g2="v,w" 	k="18" />
+<hkern g1="h,m,n,ntilde" 	g2="parenright" 	k="29" />
+<hkern g1="h,m,n,ntilde" 	g2="asterisk" 	k="27" />
+<hkern g1="h,m,n,ntilde" 	g2="ordfeminine" 	k="20" />
+<hkern g1="h,m,n,ntilde" 	g2="question" 	k="33" />
+<hkern g1="h,m,n,ntilde" 	g2="quotedbl,quotesingle" 	k="43" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteright,quotedblright" 	k="45" />
+<hkern g1="h,m,n,ntilde" 	g2="registered" 	k="33" />
+<hkern g1="h,m,n,ntilde" 	g2="trademark" 	k="47" />
+<hkern g1="h,m,n,ntilde" 	g2="backslash" 	k="57" />
+<hkern g1="h,m,n,ntilde" 	g2="ordmasculine" 	k="31" />
+<hkern g1="h,m,n,ntilde" 	g2="quoteleft,quotedblleft" 	k="41" />
+<hkern g1="h,m,n,ntilde" 	g2="J" 	k="37" />
+<hkern g1="h,m,n,ntilde" 	g2="W" 	k="104" />
+<hkern g1="h,m,n,ntilde" 	g2="Y,Yacute,Ydieresis" 	k="127" />
+<hkern g1="h,m,n,ntilde" 	g2="T" 	k="82" />
+<hkern g1="h,m,n,ntilde" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="h,m,n,ntilde" 	g2="V" 	k="125" />
+<hkern g1="h,m,n,ntilde" 	g2="bracketright" 	k="20" />
+<hkern g1="D,Eth" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="D,Eth" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="43" />
+<hkern g1="D,Eth" 	g2="g" 	k="16" />
+<hkern g1="D,Eth" 	g2="AE" 	k="72" />
+<hkern g1="D,Eth" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="45" />
+<hkern g1="D,Eth" 	g2="h,k,l" 	k="27" />
+<hkern g1="D,Eth" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="D,Eth" 	g2="x" 	k="31" />
+<hkern g1="D,Eth" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="D,Eth" 	g2="parenright" 	k="51" />
+<hkern g1="D,Eth" 	g2="braceright" 	k="33" />
+<hkern g1="D,Eth" 	g2="question" 	k="27" />
+<hkern g1="D,Eth" 	g2="J" 	k="16" />
+<hkern g1="D,Eth" 	g2="W" 	k="27" />
+<hkern g1="D,Eth" 	g2="Y,Yacute,Ydieresis" 	k="39" />
+<hkern g1="D,Eth" 	g2="Z" 	k="10" />
+<hkern g1="D,Eth" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="18" />
+<hkern g1="D,Eth" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="D,Eth" 	g2="V" 	k="33" />
+<hkern g1="D,Eth" 	g2="bracketright" 	k="25" />
+<hkern g1="D,Eth" 	g2="X" 	k="59" />
+<hkern g1="B" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="B" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="14" />
+<hkern g1="B" 	g2="AE" 	k="31" />
+<hkern g1="B" 	g2="h,k,l" 	k="18" />
+<hkern g1="B" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="B" 	g2="y,yacute,ydieresis" 	k="27" />
+<hkern g1="B" 	g2="m,n,r,ntilde" 	k="10" />
+<hkern g1="B" 	g2="v,w" 	k="27" />
+<hkern g1="B" 	g2="z" 	k="14" />
+<hkern g1="B" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="B" 	g2="t" 	k="12" />
+<hkern g1="B" 	g2="J" 	k="12" />
+<hkern g1="B" 	g2="W" 	k="31" />
+<hkern g1="B" 	g2="Y,Yacute,Ydieresis" 	k="37" />
+<hkern g1="B" 	g2="T" 	k="14" />
+<hkern g1="B" 	g2="Z" 	k="10" />
+<hkern g1="B" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="14" />
+<hkern g1="B" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="B" 	g2="j" 	k="12" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="23" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="AE" 	k="18" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="h,k,l" 	k="20" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="y,yacute,ydieresis" 	k="18" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="v,w" 	k="14" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="x" 	k="35" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="parenright" 	k="59" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="braceright" 	k="41" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="question" 	k="39" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quotedbl,quotesingle" 	k="37" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteright,quotedblright" 	k="39" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="trademark" 	k="27" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="backslash" 	k="43" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="ordmasculine" 	k="18" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="quoteleft,quotedblleft" 	k="168" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="J" 	k="35" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="W" 	k="102" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Y,Yacute,Ydieresis" 	k="125" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="T" 	k="88" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="Z" 	k="27" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="37" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="47" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="V" 	k="123" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="bracketright" 	k="33" />
+<hkern g1="b,o,ograve,oacute,ocircumflex,otilde,odieresis,oslash" 	g2="X" 	k="72" />
+<hkern g1="G" 	g2="g" 	k="10" />
+<hkern g1="G" 	g2="h,k,l" 	k="10" />
+<hkern g1="G" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="G" 	g2="y,yacute,ydieresis" 	k="10" />
+<hkern g1="G" 	g2="parenright" 	k="20" />
+<hkern g1="r" 	g2="f,uniFB01,uniFB02" 	k="8" />
+<hkern g1="r" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="72" />
+<hkern g1="r" 	g2="hyphen,uni00AD,endash,emdash" 	k="55" />
+<hkern g1="r" 	g2="guillemotleft,guilsinglleft" 	k="25" />
+<hkern g1="r" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="r" 	g2="AE" 	k="98" />
+<hkern g1="r" 	g2="slash" 	k="27" />
+<hkern g1="r" 	g2="space" 	k="43" />
+<hkern g1="r" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="76" />
+<hkern g1="r" 	g2="h,k,l" 	k="41" />
+<hkern g1="r" 	g2="b" 	k="41" />
+<hkern g1="r" 	g2="parenright" 	k="49" />
+<hkern g1="r" 	g2="braceright" 	k="25" />
+<hkern g1="r" 	g2="J" 	k="37" />
+<hkern g1="r" 	g2="W" 	k="43" />
+<hkern g1="r" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="r" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="35" />
+<hkern g1="r" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="r" 	g2="V" 	k="55" />
+<hkern g1="r" 	g2="bracketright" 	k="20" />
+<hkern g1="r" 	g2="X" 	k="70" />
+<hkern g1="F" 	g2="f,uniFB01,uniFB02" 	k="47" />
+<hkern g1="F" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="94" />
+<hkern g1="F" 	g2="g" 	k="53" />
+<hkern g1="F" 	g2="hyphen,uni00AD,endash,emdash" 	k="51" />
+<hkern g1="F" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="49" />
+<hkern g1="F" 	g2="AE" 	k="252" />
+<hkern g1="F" 	g2="s" 	k="27" />
+<hkern g1="F" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="127" />
+<hkern g1="F" 	g2="h,k,l" 	k="14" />
+<hkern g1="F" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="29" />
+<hkern g1="F" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="20" />
+<hkern g1="F" 	g2="germandbls,thorn" 	k="10" />
+<hkern g1="s" 	g2="parenright" 	k="47" />
+<hkern g1="s" 	g2="braceright" 	k="29" />
+<hkern g1="s" 	g2="backslash" 	k="23" />
+<hkern g1="s" 	g2="J" 	k="41" />
+<hkern g1="s" 	g2="W" 	k="72" />
+<hkern g1="s" 	g2="Y,Yacute,Ydieresis" 	k="63" />
+<hkern g1="s" 	g2="T" 	k="12" />
+<hkern g1="s" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="s" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="45" />
+<hkern g1="s" 	g2="V" 	k="80" />
+<hkern g1="s" 	g2="bracketright" 	k="27" />
+<hkern g1="s" 	g2="X" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="23" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="g" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="31" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="37" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="s" 	k="10" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="10" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="p" 	k="23" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="v,w" 	k="29" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="parenright" 	k="-70" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="braceright" 	k="-66" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="t" 	k="12" />
+<hkern g1="H,I,M,Igrave,Iacute,Icircumflex,Idieresis" 	g2="bracketright" 	k="-45" />
+<hkern g1="q" 	g2="J" 	k="-270" />
+<hkern g1="q" 	g2="W" 	k="76" />
+<hkern g1="q" 	g2="Y,Yacute,Ydieresis" 	k="98" />
+<hkern g1="q" 	g2="T" 	k="14" />
+<hkern g1="q" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="20" />
+<hkern g1="q" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="25" />
+<hkern g1="t" 	g2="g" 	k="41" />
+<hkern g1="t" 	g2="space" 	k="35" />
+<hkern g1="t" 	g2="parenright" 	k="27" />
+<hkern g1="t" 	g2="trademark" 	k="25" />
+<hkern g1="t" 	g2="t" 	k="82" />
+<hkern g1="t" 	g2="J" 	k="12" />
+<hkern g1="t" 	g2="W" 	k="41" />
+<hkern g1="t" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="t" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="t" 	g2="V" 	k="53" />
+<hkern g1="t" 	g2="j" 	k="-72" />
+<hkern g1="J" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="J" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="18" />
+<hkern g1="J" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="29" />
+<hkern g1="J" 	g2="g" 	k="41" />
+<hkern g1="J" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="J" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="37" />
+<hkern g1="J" 	g2="AE" 	k="20" />
+<hkern g1="J" 	g2="s" 	k="41" />
+<hkern g1="J" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="33" />
+<hkern g1="J" 	g2="h,k,l" 	k="27" />
+<hkern g1="J" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="45" />
+<hkern g1="J" 	g2="b" 	k="12" />
+<hkern g1="J" 	g2="p" 	k="35" />
+<hkern g1="J" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="10" />
+<hkern g1="J" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="16" />
+<hkern g1="J" 	g2="y,yacute,ydieresis" 	k="23" />
+<hkern g1="J" 	g2="m,n,r,ntilde" 	k="29" />
+<hkern g1="J" 	g2="v,w" 	k="25" />
+<hkern g1="J" 	g2="x" 	k="20" />
+<hkern g1="J" 	g2="z" 	k="43" />
+<hkern g1="J" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="J" 	g2="parenright" 	k="-88" />
+<hkern g1="J" 	g2="braceright" 	k="-82" />
+<hkern g1="J" 	g2="t" 	k="12" />
+<hkern g1="J" 	g2="bracketright" 	k="-59" />
+<hkern g1="K" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="102" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="f,uniFB01,uniFB02" 	k="14" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="90" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="g" 	k="18" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="hyphen,uni00AD,endash,emdash" 	k="39" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="guillemotleft,guilsinglleft" 	k="27" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="18" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="AE" 	k="125" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="at" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="s" 	k="14" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="slash" 	k="39" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="space" 	k="53" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="88" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="h,k,l" 	k="51" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="12" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="parenright" 	k="43" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="J" 	k="29" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="W" 	k="18" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="Y,Yacute,Ydieresis" 	k="27" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="31" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="V" 	k="27" />
+<hkern g1="v,w,y,yacute,ydieresis" 	g2="X" 	k="53" />
+<hkern g1="L" 	g2="y,yacute,ydieresis" 	k="123" />
+<hkern g1="L" 	g2="v,w" 	k="123" />
+<hkern g1="L" 	g2="quoteright,quotedblright" 	k="164" />
+<hkern g1="L" 	g2="W" 	k="164" />
+<hkern g1="L" 	g2="Y,Yacute,Ydieresis" 	k="143" />
+<hkern g1="L" 	g2="T" 	k="143" />
+<hkern g1="L" 	g2="V" 	k="164" />
+<hkern g1="N,Ntilde" 	g2="f,uniFB01,uniFB02" 	k="18" />
+<hkern g1="N,Ntilde" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="31" />
+<hkern g1="N,Ntilde" 	g2="g" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="37" />
+<hkern g1="N,Ntilde" 	g2="AE" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="s" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="29" />
+<hkern g1="N,Ntilde" 	g2="h,k,l" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="43" />
+<hkern g1="N,Ntilde" 	g2="b" 	k="12" />
+<hkern g1="N,Ntilde" 	g2="p" 	k="35" />
+<hkern g1="N,Ntilde" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="14" />
+<hkern g1="N,Ntilde" 	g2="y,yacute,ydieresis" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="m,n,r,ntilde" 	k="27" />
+<hkern g1="N,Ntilde" 	g2="v,w" 	k="25" />
+<hkern g1="N,Ntilde" 	g2="x" 	k="16" />
+<hkern g1="N,Ntilde" 	g2="z" 	k="41" />
+<hkern g1="N,Ntilde" 	g2="germandbls,thorn" 	k="23" />
+<hkern g1="N,Ntilde" 	g2="t" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="33" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="g" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="AE" 	k="59" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="43" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="h,k,l" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="x" 	k="29" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="germandbls,thorn" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="parenright" 	k="49" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="braceright" 	k="31" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="question" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="J" 	k="14" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="W" 	k="23" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="Y,Yacute,Ydieresis" 	k="35" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="12" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="V" 	k="29" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="bracketright" 	k="20" />
+<hkern g1="O,Q,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash" 	g2="X" 	k="51" />
+<hkern g1="z" 	g2="hyphen,uni00AD,endash,emdash" 	k="27" />
+<hkern g1="z" 	g2="parenright" 	k="35" />
+<hkern g1="z" 	g2="J" 	k="35" />
+<hkern g1="z" 	g2="W" 	k="61" />
+<hkern g1="z" 	g2="Y,Yacute,Ydieresis" 	k="31" />
+<hkern g1="z" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="33" />
+<hkern g1="z" 	g2="V" 	k="70" />
+<hkern g1="x" 	g2="hyphen,uni00AD,endash,emdash" 	k="80" />
+<hkern g1="x" 	g2="guillemotleft,guilsinglleft" 	k="43" />
+<hkern g1="x" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="x" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="37" />
+<hkern g1="x" 	g2="J" 	k="16" />
+<hkern g1="x" 	g2="W" 	k="45" />
+<hkern g1="x" 	g2="Y,Yacute,Ydieresis" 	k="29" />
+<hkern g1="x" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="35" />
+<hkern g1="R" 	g2="space" 	k="25" />
+<hkern g1="R" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="R" 	g2="v,w" 	k="25" />
+<hkern g1="R" 	g2="asterisk" 	k="18" />
+<hkern g1="R" 	g2="trademark" 	k="18" />
+<hkern g1="R" 	g2="W" 	k="117" />
+<hkern g1="R" 	g2="Y,Yacute,Ydieresis" 	k="94" />
+<hkern g1="R" 	g2="T" 	k="14" />
+<hkern g1="R" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="14" />
+<hkern g1="R" 	g2="V" 	k="43" />
+<hkern g1="P" 	g2="f,uniFB01,uniFB02" 	k="33" />
+<hkern g1="P" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="84" />
+<hkern g1="P" 	g2="g" 	k="27" />
+<hkern g1="P" 	g2="hyphen,uni00AD,endash,emdash" 	k="37" />
+<hkern g1="P" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="23" />
+<hkern g1="P" 	g2="AE" 	k="178" />
+<hkern g1="P" 	g2="s" 	k="10" />
+<hkern g1="P" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="143" />
+<hkern g1="P" 	g2="h,k,l" 	k="18" />
+<hkern g1="P" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="14" />
+<hkern g1="P" 	g2="germandbls,thorn" 	k="14" />
+<hkern g1="S" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="10" />
+<hkern g1="S" 	g2="parenright" 	k="20" />
+<hkern g1="Thorn" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="43" />
+<hkern g1="Thorn" 	g2="AE" 	k="90" />
+<hkern g1="Thorn" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="53" />
+<hkern g1="Thorn" 	g2="h,k,l" 	k="10" />
+<hkern g1="Thorn" 	g2="J" 	k="12" />
+<hkern g1="Thorn" 	g2="W" 	k="29" />
+<hkern g1="Thorn" 	g2="Y,Yacute,Ydieresis" 	k="57" />
+<hkern g1="Thorn" 	g2="Z" 	k="12" />
+<hkern g1="Thorn" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="16" />
+<hkern g1="Thorn" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="10" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="V" 	k="164" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="Y,Yacute,Ydieresis" 	k="164" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="T" 	k="164" />
+<hkern g1="comma,period,quotesinglbase,quotedblbase" 	g2="W" 	k="164" />
+<hkern g1="two" 	g2="quotedbl,quotesingle" 	k="23" />
+<hkern g1="space" 	g2="Y,Yacute,Ydieresis" 	k="68" />
+<hkern g1="space" 	g2="T" 	k="49" />
+<hkern g1="space" 	g2="W" 	k="68" />
+<hkern g1="space" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="space" 	g2="quoteright,quotedblright" 	k="33" />
+<hkern g1="space" 	g2="y,yacute,ydieresis" 	k="53" />
+<hkern g1="space" 	g2="t" 	k="27" />
+<hkern g1="space" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="70" />
+<hkern g1="space" 	g2="v,w" 	k="53" />
+<hkern g1="space" 	g2="AE" 	k="76" />
+<hkern g1="space" 	g2="h,k,l" 	k="61" />
+<hkern g1="ampersand" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="61" />
+<hkern g1="ampersand" 	g2="AE" 	k="92" />
+<hkern g1="ampersand" 	g2="f,uniFB01,uniFB02" 	k="20" />
+<hkern g1="ampersand" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="20" />
+<hkern g1="ampersand" 	g2="g" 	k="23" />
+<hkern g1="braceleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="41" />
+<hkern g1="braceleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="27" />
+<hkern g1="braceleft" 	g2="J" 	k="-240" />
+<hkern g1="braceleft" 	g2="s" 	k="29" />
+<hkern g1="braceleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-66" />
+<hkern g1="braceleft" 	g2="j" 	k="-102" />
+<hkern g1="braceleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-63" />
+<hkern g1="braceleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="33" />
+<hkern g1="four" 	g2="quotedbl,quotesingle" 	k="49" />
+<hkern g1="quoteright,quotedblright" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="272" />
+<hkern g1="quoteright,quotedblright" 	g2="hyphen,uni00AD,endash,emdash" 	k="23" />
+<hkern g1="quoteright,quotedblright" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="113" />
+<hkern g1="quoteright,quotedblright" 	g2="AE" 	k="166" />
+<hkern g1="quoteright,quotedblright" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="51" />
+<hkern g1="quoteright,quotedblright" 	g2="g" 	k="51" />
+<hkern g1="quoteright,quotedblright" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="72" />
+<hkern g1="quoteright,quotedblright" 	g2="s" 	k="27" />
+<hkern g1="quoteright,quotedblright" 	g2="ampersand" 	k="39" />
+<hkern g1="quoteright,quotedblright" 	g2="space" 	k="41" />
+<hkern g1="quoteright,quotedblright" 	g2="guillemotleft,guilsinglleft" 	k="43" />
+<hkern g1="quoteright,quotedblright" 	g2="at" 	k="88" />
+<hkern g1="quoteright,quotedblright" 	g2="slash" 	k="92" />
+<hkern g1="bar" 	g2="J" 	k="-186" />
+<hkern g1="at" 	g2="Y,Yacute,Ydieresis" 	k="23" />
+<hkern g1="at" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="29" />
+<hkern g1="at" 	g2="AE" 	k="55" />
+<hkern g1="grave" 	g2="guillemotleft,guilsinglleft" 	k="41" />
+<hkern g1="colon,semicolon" 	g2="V" 	k="37" />
+<hkern g1="colon,semicolon" 	g2="Y,Yacute,Ydieresis" 	k="39" />
+<hkern g1="colon,semicolon" 	g2="W" 	k="33" />
+<hkern g1="colon,semicolon" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="16" />
+<hkern g1="nine" 	g2="quotedbl,quotesingle" 	k="35" />
+<hkern g1="guillemotright,guilsinglright" 	g2="V" 	k="162" />
+<hkern g1="guillemotright,guilsinglright" 	g2="Y,Yacute,Ydieresis" 	k="166" />
+<hkern g1="guillemotright,guilsinglright" 	g2="T" 	k="164" />
+<hkern g1="guillemotright,guilsinglright" 	g2="W" 	k="92" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="guillemotright,guilsinglright" 	g2="quoteright,quotedblright" 	k="37" />
+<hkern g1="guillemotright,guilsinglright" 	g2="y,yacute,ydieresis" 	k="29" />
+<hkern g1="guillemotright,guilsinglright" 	g2="v,w" 	k="25" />
+<hkern g1="guillemotright,guilsinglright" 	g2="x" 	k="45" />
+<hkern g1="quoteleft,quotedblleft" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="252" />
+<hkern g1="quoteleft,quotedblleft" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="162" />
+<hkern g1="quoteleft,quotedblleft" 	g2="AE" 	k="160" />
+<hkern g1="quoteleft,quotedblleft" 	g2="h,k,l" 	k="16" />
+<hkern g1="quoteleft,quotedblleft" 	g2="f,uniFB01,uniFB02" 	k="33" />
+<hkern g1="quoteleft,quotedblleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="quoteleft,quotedblleft" 	g2="g" 	k="35" />
+<hkern g1="quoteleft,quotedblleft" 	g2="germandbls,thorn" 	k="16" />
+<hkern g1="three" 	g2="quotedbl,quotesingle" 	k="33" />
+<hkern g1="periodcentered" 	g2="h,k,l" 	k="125" />
+<hkern g1="periodcentered" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="41" />
+<hkern g1="one" 	g2="hyphen,uni00AD,endash,emdash" 	k="29" />
+<hkern g1="one" 	g2="quotedbl,quotesingle" 	k="25" />
+<hkern g1="seven" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="76" />
+<hkern g1="seven" 	g2="hyphen,uni00AD,endash,emdash" 	k="25" />
+<hkern g1="asterisk" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="82" />
+<hkern g1="asterisk" 	g2="AE" 	k="141" />
+<hkern g1="asterisk" 	g2="f,uniFB01,uniFB02" 	k="27" />
+<hkern g1="asterisk" 	g2="g" 	k="16" />
+<hkern g1="slash" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="76" />
+<hkern g1="slash" 	g2="AE" 	k="106" />
+<hkern g1="slash" 	g2="f,uniFB01,uniFB02" 	k="41" />
+<hkern g1="slash" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="43" />
+<hkern g1="slash" 	g2="g" 	k="47" />
+<hkern g1="slash" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="37" />
+<hkern g1="slash" 	g2="s" 	k="37" />
+<hkern g1="six" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="exclamdown" 	g2="W" 	k="31" />
+<hkern g1="exclamdown" 	g2="J" 	k="-201" />
+<hkern g1="exclamdown" 	g2="j" 	k="-25" />
+<hkern g1="exclamdown" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="20" />
+<hkern g1="backslash" 	g2="Y,Yacute,Ydieresis" 	k="61" />
+<hkern g1="backslash" 	g2="T" 	k="45" />
+<hkern g1="backslash" 	g2="W" 	k="68" />
+<hkern g1="backslash" 	g2="quotedbl,quotesingle" 	k="86" />
+<hkern g1="backslash" 	g2="quoteright,quotedblright" 	k="86" />
+<hkern g1="backslash" 	g2="y,yacute,ydieresis" 	k="43" />
+<hkern g1="backslash" 	g2="v,w" 	k="39" />
+<hkern g1="backslash" 	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis" 	k="31" />
+<hkern g1="parenleft" 	g2="t" 	k="35" />
+<hkern g1="parenleft" 	g2="v,w" 	k="41" />
+<hkern g1="parenleft" 	g2="f,uniFB01,uniFB02" 	k="23" />
+<hkern g1="parenleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="59" />
+<hkern g1="parenleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="47" />
+<hkern g1="parenleft" 	g2="J" 	k="-266" />
+<hkern g1="parenleft" 	g2="s" 	k="43" />
+<hkern g1="parenleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-63" />
+<hkern g1="parenleft" 	g2="j" 	k="-119" />
+<hkern g1="parenleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-68" />
+<hkern g1="parenleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="51" />
+<hkern g1="parenleft" 	g2="S" 	k="27" />
+<hkern g1="parenleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="47" />
+<hkern g1="parenleft" 	g2="m,n,r,ntilde" 	k="29" />
+<hkern g1="parenleft" 	g2="z" 	k="33" />
+<hkern g1="zero" 	g2="quotedbl,quotesingle" 	k="29" />
+<hkern g1="bracketleft" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="33" />
+<hkern g1="bracketleft" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="25" />
+<hkern g1="bracketleft" 	g2="J" 	k="-240" />
+<hkern g1="bracketleft" 	g2="s" 	k="25" />
+<hkern g1="bracketleft" 	g2="i,igrave,iacute,icircumflex,idieresis" 	k="-49" />
+<hkern g1="bracketleft" 	g2="j" 	k="-102" />
+<hkern g1="bracketleft" 	g2="B,D,E,F,H,I,K,L,M,N,P,R,Egrave,Eacute,Ecircumflex,Edieresis,Igrave,Iacute,Icircumflex,Idieresis,Eth,Ntilde,Thorn" 	k="-43" />
+<hkern g1="bracketleft" 	g2="C,G,O,Q,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Oslash,OE" 	k="25" />
+<hkern g1="bracketleft" 	g2="u,ugrave,uacute,ucircumflex,udieresis" 	k="20" />
+<hkern g1="guillemotleft,guilsinglleft" 	g2="V" 	k="23" />
+<hkern g1="quotedbl,quotesingle" 	g2="comma,period,quotesinglbase,quotedblbase,ellipsis" 	k="250" />
+<hkern g1="quotedbl,quotesingle" 	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring" 	k="106" />
+<hkern g1="quotedbl,quotesingle" 	g2="AE" 	k="160" />
+<hkern g1="quotedbl,quotesingle" 	g2="f,uniFB01,uniFB02" 	k="37" />
+<hkern g1="quotedbl,quotesingle" 	g2="c,d,e,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,oslash,oe" 	k="35" />
+<hkern g1="quotedbl,quotesingle" 	g2="g" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae" 	k="16" />
+<hkern g1="quotedbl,quotesingle" 	g2="ampersand" 	k="39" />
+<hkern g1="quotedbl,quotesingle" 	g2="space" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="guillemotleft,guilsinglleft" 	k="33" />
+<hkern g1="quotedbl,quotesingle" 	g2="at" 	k="76" />
+<hkern g1="quotedbl,quotesingle" 	g2="slash" 	k="86" />
+<hkern g1="quotedbl,quotesingle" 	g2="four" 	k="156" />
+<hkern g1="quotedbl,quotesingle" 	g2="nine" 	k="25" />
+<hkern g1="quotedbl,quotesingle" 	g2="six" 	k="20" />
+<hkern g1="quotedbl,quotesingle" 	g2="zero" 	k="33" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.ttf b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.ttf
new file mode 100755
index 0000000000000000000000000000000000000000..de22c163f4ca5d6d41291ef9dd96e2af732446ca
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.ttf differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff
new file mode 100755
index 0000000000000000000000000000000000000000..bac2a4a1e49492fd0a1bb1c4c690b6df97b8a995
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff2 b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff2
new file mode 100755
index 0000000000000000000000000000000000000000..b4ec1dca39d47c7dacf3660ed320b5f950af5b45
Binary files /dev/null and b/ippisite/ippidb/static/fonts/playfairdisplay/playfairdisplay-regular-webfont.woff2 differ
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/grid_12-825-55-15.css b/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/grid_12-825-55-15.css
new file mode 100755
index 0000000000000000000000000000000000000000..3d6aef783a908415e66bb296d4e4bbb7366f0bcb
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/grid_12-825-55-15.css
@@ -0,0 +1,129 @@
+/*Notes about grid:
+Columns:      12
+Grid Width:   825px
+Column Width: 55px
+Gutter Width: 15px
+-------------------------------*/
+ 
+ 
+ 
+.section 		{margin-bottom: 18px;
+}
+.section:after	{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
+.section 		{*zoom: 1;}
+ 
+.section .firstcolumn,
+.section .firstcol {margin-left: 0;}
+ 
+ 
+/* Border on left hand side of a column. */
+.border {
+  padding-left: 7px;
+  margin-left: 7px;
+  border-left: 1px solid #eee;
+}
+ 
+/* Border with more whitespace, spans one column. */
+.colborder {
+    padding-left: 42px;
+  margin-left: 42px;
+  border-left: 1px solid #eee;
+}
+ 
+
+ 
+/* The Grid Classes */
+.grid1, .grid1_2cols, .grid1_3cols, .grid1_4cols, .grid2, .grid2_3cols, .grid2_4cols, .grid3, .grid3_2cols, .grid3_4cols, .grid4, .grid4_3cols, .grid5, .grid5_2cols, .grid5_3cols, .grid5_4cols, .grid6, .grid6_4cols, .grid7, .grid7_2cols, .grid7_3cols, .grid7_4cols, .grid8, .grid8_3cols, .grid9, .grid9_2cols, .grid9_4cols, .grid10, .grid10_3cols, .grid10_4cols, .grid11, .grid11_2cols, .grid11_3cols, .grid11_4cols, .grid12
+{margin-left: 15px;float: left;display: inline; overflow: hidden;}
+ 
+ 
+.width1, .grid1, .span-1 {width: 55px;}
+.width1_2cols,.grid1_2cols {width: 20px;}
+.width1_3cols,.grid1_3cols  {width: 8px;}
+.width1_4cols,.grid1_4cols  {width: 2px;}
+.input_width1 {width: 49px;}
+ 
+.width2, .grid2, .span-2 {width: 125px;}
+.width2_3cols,.grid2_3cols  {width: 31px;}
+.width2_4cols,.grid2_4cols  {width: 20px;}
+.input_width2 {width: 119px;}
+ 
+.width3, .grid3, .span-3 {width: 195px;}
+.width3_2cols,.grid3_2cols {width: 90px;}
+.width3_4cols,.grid3_4cols  {width: 37px;}
+.input_width3 {width: 189px;}
+ 
+.width4, .grid4, .span-4 {width: 265px;}
+.width4_3cols,.grid4_3cols  {width: 78px;}
+.input_width4 {width: 259px;}
+ 
+.width5, .grid5, .span-5 {width: 335px;}
+.width5_2cols,.grid5_2cols {width: 160px;}
+.width5_3cols,.grid5_3cols  {width: 101px;}
+.width5_4cols,.grid5_4cols  {width: 72px;}
+.input_width5 {width: 329px;}
+ 
+.width6, .grid6, .span-6 {width: 405px;}
+.width6_4cols,.grid6_4cols  {width: 90px;}
+.input_width6 {width: 399px;}
+ 
+.width7, .grid7, .span-7 {width: 475px;}
+.width7_2cols,.grid7_2cols {width: 230px;}
+.width7_3cols,.grid7_3cols  {width: 148px;}
+.width7_4cols,.grid7_4cols  {width: 107px;}
+.input_width7 {width: 469px;}
+ 
+.width8, .grid8, .span-8 {width: 545px;}
+.width8_3cols,.grid8_3cols  {width: 171px;}
+.input_width8 {width: 539px;}
+ 
+.width9, .grid9, .span-9 {width: 615px;}
+.width9_2cols,.grid9_2cols {width: 300px;}
+.width9_4cols,.grid9_4cols  {width: 142px;}
+.input_width9 {width: 609px;}
+ 
+.width10, .grid10, .span-10 {width: 685px;}
+.width10_3cols,.grid10_3cols  {width: 218px;}
+.width10_4cols,.grid10_4cols  {width: 160px;}
+.input_width10 {width: 679px;}
+ 
+.width11, .grid11, .span-11 {width: 755px;}
+.width11_2cols,.grid11_2cols {width: 370px;}
+.width11_3cols,.grid11_3cols  {width: 241px;}
+.width11_4cols,.grid11_4cols  {width: 177px;}
+.input_width11 {width: 749px;}
+ 
+.width12, .grid12, .span-12 {width: 825px;}
+.input_width12 {width: 819px;}
+ 
+/* Subdivided grid spaces */
+.emptycols_left1, .prepend-1 {padding-left: 70px;}
+.emptycols_right1, .append-1 {padding-right: 70px;}
+.emptycols_left2, .prepend-2 {padding-left: 140px;}
+.emptycols_right2, .append-2 {padding-right: 140px;}
+.emptycols_left3, .prepend-3 {padding-left: 210px;}
+.emptycols_right3, .append-3 {padding-right: 210px;}
+.emptycols_left4, .prepend-4 {padding-left: 280px;}
+.emptycols_right4, .append-4 {padding-right: 280px;}
+.emptycols_left5, .prepend-5 {padding-left: 350px;}
+.emptycols_right5, .append-5 {padding-right: 350px;}
+.emptycols_left6, .prepend-6 {padding-left: 420px;}
+.emptycols_right6, .append-6 {padding-right: 420px;}
+.emptycols_left7, .prepend-7 {padding-left: 490px;}
+.emptycols_right7, .append-7 {padding-right: 490px;}
+.emptycols_left8, .prepend-8 {padding-left: 560px;}
+.emptycols_right8, .append-8 {padding-right: 560px;}
+.emptycols_left9, .prepend-9 {padding-left: 630px;}
+.emptycols_right9, .append-9 {padding-right: 630px;}
+.emptycols_left10, .prepend-10 {padding-left: 700px;}
+.emptycols_right10, .append-10 {padding-right: 700px;}
+.emptycols_left11, .prepend-11 {padding-left: 770px;}
+.emptycols_right11, .append-11 {padding-right: 770px;}
+.pull-1 {margin-left: -70px;}
+.push-1 {margin-right: -70px;margin-left: 18px;float: right;}
+.pull-2 {margin-left: -140px;}
+.push-2 {margin-right: -140px;margin-left: 18px;float: right;}
+.pull-3 {margin-left: -210px;}
+.push-3 {margin-right: -210px;margin-left: 18px;float: right;}
+.pull-4 {margin-left: -280px;}
+.push-4 {margin-right: -280px;margin-left: 18px;float: right;}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/specimen_stylesheet.css b/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/specimen_stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..aecc43c32ce0ee6e9e448361a7ed21808c8af690
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/specimen_files/specimen_stylesheet.css
@@ -0,0 +1,396 @@
+@import url('grid_12-825-55-15.css');
+
+/*  
+	CSS Reset by Eric Meyer - Released under Public Domain
+    http://meyerweb.com/eric/tools/css/reset/
+*/
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center, dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend, table, 
+caption, tbody, tfoot, thead, tr, th, td 
+                  {margin: 0;padding: 0;border: 0;outline: 0;
+                  font-size: 100%;vertical-align: baseline;
+                  background: transparent;}
+body              {line-height: 1;}
+ol, ul            {list-style: none;}
+blockquote, q     {quotes: none;}
+blockquote:before, blockquote:after,
+q:before, q:after {content: '';	content: none;}
+:focus            {outline: 0;}
+ins               {text-decoration: none;}
+del               {text-decoration: line-through;}
+table             {border-collapse: collapse;border-spacing: 0;}
+
+
+
+
+body {
+	color: #000;
+	background-color: #dcdcdc;
+}
+
+a {
+	text-decoration: none;
+	color: #1883ba;
+}
+
+h1{
+	font-size: 32px;
+	font-weight: normal;
+	font-style: normal;
+	margin-bottom: 18px;
+}
+
+h2{
+	font-size: 18px;
+}
+
+#container {
+	width: 865px;
+	margin: 0px auto;
+}
+
+
+#header {
+	padding: 20px;
+	font-size: 36px;
+	background-color: #000;
+	color: #fff;
+}
+
+#header span {
+	color: #666;
+}
+#main_content {
+	background-color: #fff;
+	padding: 60px 20px 20px;
+}
+
+
+#footer p {
+	margin: 0;
+	padding-top: 10px;
+	padding-bottom: 50px;
+	color: #333;
+	font: 10px Arial, sans-serif;
+}
+
+.tabs {
+	width: 100%;
+	height: 31px;
+	background-color: #444;
+}
+.tabs li {
+	float:  left;
+	margin: 0;
+	overflow: hidden;
+	background-color: #444;
+}
+.tabs li a {
+	display: block;
+	color: #fff;
+	text-decoration: none;
+	font: bold 11px/11px 'Arial';
+	text-transform: uppercase;
+	padding: 10px 15px;
+	border-right: 1px solid #fff;
+}
+
+.tabs li a:hover {
+		background-color: #00b3ff;
+
+}
+
+.tabs li.active a {
+	color:  #000;
+	background-color: #fff;
+}
+
+
+
+div.huge {
+	
+	font-size: 300px;
+	line-height: 1em;
+	padding: 0;
+	letter-spacing: -.02em;
+	overflow: hidden;
+}
+div.glyph_range {
+	font-size: 72px;
+	line-height: 1.1em;
+}
+
+.size10{ font-size: 10px; }
+.size11{ font-size: 11px; }
+.size12{ font-size: 12px; }
+.size13{ font-size: 13px; }
+.size14{ font-size: 14px; }
+.size16{ font-size: 16px; }
+.size18{ font-size: 18px; }
+.size20{ font-size: 20px; }
+.size24{ font-size: 24px; }
+.size30{ font-size: 30px; }
+.size36{ font-size: 36px; }
+.size48{ font-size: 48px; }
+.size60{ font-size: 60px; }
+.size72{ font-size: 72px; }
+.size90{ font-size: 90px; }
+
+
+.psample_row1 {	height: 120px;}
+.psample_row1 {	height: 120px;}
+.psample_row2 {	height: 160px;}
+.psample_row3 {	height: 160px;}
+.psample_row4 {	height: 160px;}
+
+.psample {
+	overflow: hidden;
+	position: relative;
+}
+.psample p {
+	line-height: 1.3em;
+	display: block;
+	overflow: hidden;
+	margin: 0;
+}
+
+.psample span {
+	margin-right: .5em;
+}
+
+.white_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNrs3TsKgFAMRUE/eer+NxztxMYuEWQG3ECKwwUF58ycAKixOAGAyAKILAAiCyCyACILgMgCiCyAyAIgsgAiCyCyAIgsgMgCiCwAIgsgsgAiC4DIAogsACIL0CWuZ3UGgLrIhjMA1EV2OAOAJQtgyQLwjOzmDAAiCyCyAIgsQFtkd2cAEFkAkQVAZAHaIns4A4AlC2DJAiCyACILILIAiCzAV5H1dQGAJQsgsgCILIDIAvwisl58AViyAJYsACILILIAIgvAe2T9EhxAZAFEFgCRBeiL7HAGgLrIhjMAWLIAliwAt1OAAQDwygTBulLIlQAAAABJRU5ErkJggg==);
+	position: absolute;
+	bottom: 0;
+}
+.black_blend {
+	width: 100%;
+	height: 61px;
+	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA9CAYAAAAH4BojAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNrs3TEKhTAQRVGjibr/9QoxhY2N3Ywo50A28IrLwP9g6b1PAMSYTQAgsgAiC4DIAogsgMgCILIAIgsgsgCILIDIAogsACILILIAIguAyAKILIDIAiCyACILgMgCZCnjLWYAiFGvB0BQZJsZAFyyAC5ZAO6RXc0AILIAIguAyAKkRXYzA4DIAogsACILkBbZ3QwALlkAlywAIgsgsgAiC4DIArwVWf8uAHDJAogsACILILIAv4isH74AXLIALlkARBZAZAFEFoDnyPokOIDIAogsACILkBfZZgaAuMhWMwC4ZAE+p4x3mAEgxinAAJ+XBbPWGkwAAAAAAElFTkSuQmCC);
+	position: absolute;
+	bottom: 0;
+}
+.fullreverse {
+	background:  #000 !important;
+	color:  #fff !important;
+	margin-left: -20px;
+	padding-left: 20px;
+	margin-right: -20px;
+	padding-right: 20px;
+	padding: 20px;
+	margin-bottom:0;
+}
+
+
+.sample_table td {
+	padding-top: 3px;
+	padding-bottom:5px;
+	padding-left: 5px;
+	vertical-align: middle;
+	line-height: 1.2em;
+}
+
+.sample_table td:first-child {
+	background-color: #eee;
+	text-align: right;
+	padding-right: 5px;
+	padding-left: 0;
+	padding: 5px;
+	font: 11px/12px "Courier New", Courier, mono;
+}
+
+code {
+	white-space: pre;
+	background-color: #eee;
+	display: block;
+	padding: 10px;
+	margin-bottom: 18px;
+	overflow: auto;
+}
+
+
+.bottom,.last 	{margin-bottom:0 !important; padding-bottom:0 !important;}
+
+.box  { 
+  padding: 18px; 
+  margin-bottom: 18px; 
+  background: #eee; 
+}
+
+.reverse,.reversed { background:  #000 !important;color:  #fff !important; border: none !important;}
+
+#bodycomparison {
+	position: relative;
+	overflow: hidden;
+	font-size: 72px;
+	height: 90px;
+	white-space: nowrap;
+}
+
+#bodycomparison div{
+	font-size: 72px;
+	line-height: 90px;
+	display: inline;
+	margin: 0 15px 0 0;
+	padding: 0;
+}
+
+#bodycomparison div span{
+	font: 10px Arial;
+	position: absolute;
+	left: 0;
+}
+#xheight {
+	float: none;
+	position: absolute;
+	color: #d9f3ff;
+	font-size: 72px;
+	line-height: 90px;
+}
+
+.fontbody {
+ position: relative;
+}
+.arialbody{
+	font-family: Arial;
+	position: relative;
+}
+.verdanabody{
+	font-family: Verdana;
+	position: relative;
+}
+.georgiabody{
+	font-family: Georgia;
+	position: relative;
+}
+
+/* @group Layout page
+ */
+
+#layout h1 {
+	font-size: 36px;
+	line-height: 42px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h2 {
+	font-size: 24px;
+	line-height: 23px;
+	font-weight: normal;
+	font-style: normal;
+}
+
+#layout h3 {
+	font-size: 22px;
+	line-height: 1.4em;
+	margin-top: 1em;
+	font-weight: normal;
+	font-style: normal;
+}
+
+
+#layout p.byline {
+	font-size: 12px;
+	margin-top: 18px;
+	line-height: 12px;
+	margin-bottom: 0;
+}
+#layout p {
+	font-size: 14px;
+	line-height: 21px;
+	margin-bottom: .5em;
+}
+
+#layout p.large{
+	font-size: 18px;
+	line-height: 26px;
+}
+
+#layout .sidebar p{
+	font-size: 12px;
+	line-height: 1.4em;
+}
+
+#layout p.caption {
+	font-size: 10px;
+	margin-top: -16px;
+	margin-bottom: 18px;
+}
+
+/* @end */
+
+/* @group Glyphs */
+
+#glyph_chart div{
+	background-color: #d9f3ff;
+	color: black;
+	float: left;
+	font-size: 36px;
+	height: 1.2em;
+	line-height: 1.2em;
+	margin-bottom: 1px;
+	margin-right: 1px;
+	text-align: center;
+	width: 1.2em;
+	position: relative;
+	padding: .6em .2em .2em;
+}
+
+#glyph_chart div p {
+	position: absolute;
+	left: 0;
+	top: 0;
+	display: block;
+	text-align: center;
+	font: bold 9px Arial, sans-serif;
+	background-color: #3a768f;
+	width: 100%;
+	color: #fff;
+	padding: 2px 0;
+}
+
+
+#glyphs h1 {
+	font-family: Arial, sans-serif;
+}
+/* @end */
+
+/* @group Installing */
+
+#installing {
+	font: 13px Arial, sans-serif;
+}
+
+#installing p,
+#glyphs p{
+	line-height: 1.2em;
+	margin-bottom: 18px;
+	font: 13px Arial, sans-serif;
+}
+
+
+
+#installing h3{
+	font-size: 15px;
+	margin-top: 18px;
+}
+
+/* @end */
+
+#rendering h1 {
+	font-family: Arial, sans-serif;
+}
+.render_table td {
+	font: 11px "Courier New", Courier, mono;
+	vertical-align: middle;
+}
+
+
diff --git a/ippisite/ippidb/static/fonts/playfairdisplay/stylesheet.css b/ippisite/ippidb/static/fonts/playfairdisplay/stylesheet.css
new file mode 100755
index 0000000000000000000000000000000000000000..649b4d9ba1f4d8aa5393ab7eeb7ebf65b44ffe3e
--- /dev/null
+++ b/ippisite/ippidb/static/fonts/playfairdisplay/stylesheet.css
@@ -0,0 +1,96 @@
+/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 13, 2017 */
+
+
+
+@font-face {
+    font-family: 'playfair_displayblack';
+    src: url('playfairdisplay-black-webfont.eot');
+    src: url('playfairdisplay-black-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-black-webfont.woff2') format('woff2'),
+         url('playfairdisplay-black-webfont.woff') format('woff'),
+         url('playfairdisplay-black-webfont.ttf') format('truetype'),
+         url('playfairdisplay-black-webfont.svg#playfair_displayblack') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'playfair_displayblack_italic';
+    src: url('playfairdisplay-blackitalic-webfont.eot');
+    src: url('playfairdisplay-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-blackitalic-webfont.woff2') format('woff2'),
+         url('playfairdisplay-blackitalic-webfont.woff') format('woff'),
+         url('playfairdisplay-blackitalic-webfont.ttf') format('truetype'),
+         url('playfairdisplay-blackitalic-webfont.svg#playfair_displayblack_italic') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'playfair_displaybold';
+    src: url('playfairdisplay-bold-webfont.eot');
+    src: url('playfairdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-bold-webfont.woff2') format('woff2'),
+         url('playfairdisplay-bold-webfont.woff') format('woff'),
+         url('playfairdisplay-bold-webfont.ttf') format('truetype'),
+         url('playfairdisplay-bold-webfont.svg#playfair_displaybold') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'playfair_displaybold_italic';
+    src: url('playfairdisplay-bolditalic-webfont.eot');
+    src: url('playfairdisplay-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-bolditalic-webfont.woff2') format('woff2'),
+         url('playfairdisplay-bolditalic-webfont.woff') format('woff'),
+         url('playfairdisplay-bolditalic-webfont.ttf') format('truetype'),
+         url('playfairdisplay-bolditalic-webfont.svg#playfair_displaybold_italic') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'playfair_displayitalic';
+    src: url('playfairdisplay-italic-webfont.eot');
+    src: url('playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-italic-webfont.woff2') format('woff2'),
+         url('playfairdisplay-italic-webfont.woff') format('woff'),
+         url('playfairdisplay-italic-webfont.ttf') format('truetype'),
+         url('playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
+
+
+
+
+@font-face {
+    font-family: 'playfair_displayregular';
+    src: url('playfairdisplay-regular-webfont.eot');
+    src: url('playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
+         url('playfairdisplay-regular-webfont.woff2') format('woff2'),
+         url('playfairdisplay-regular-webfont.woff') format('woff'),
+         url('playfairdisplay-regular-webfont.ttf') format('truetype'),
+         url('playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
+    font-weight: normal;
+    font-style: normal;
+
+}
\ No newline at end of file
diff --git a/ippisite/ippidb/static/images/banner.png b/ippisite/ippidb/static/images/banner.png
new file mode 100644
index 0000000000000000000000000000000000000000..d967462c745227ca51a54bf45e72f492d23ef95d
Binary files /dev/null and b/ippisite/ippidb/static/images/banner.png differ