[ckan-changes] commit/ckanextiati: 3 new changesets

Bitbucket commits-noreply at bitbucket.org
Wed Jun 29 14:13:33 UTC 2011


3 new changesets in ckanextiati:

http://bitbucket.org/okfn/ckanextiati/changeset/612987678138/
changeset:   612987678138
user:        amercader
date:        2011-06-29 11:03:44
summary:     Update favicon
affected #:  2 files (31.3 KB)

Binary file ckanext/iati/public/images/favicon.ico has changed


--- a/ckanext/iati/templates/layout_base.html	Wed Jun 29 09:53:53 2011 +0100
+++ b/ckanext/iati/templates/layout_base.html	Wed Jun 29 10:03:44 2011 +0100
@@ -14,8 +14,8 @@
   <title>${page_title()} - ${g.site_title}</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=7" />
-  <link rel="shortcut icon" href="http://assets.okfn.org/images/logo/favicon.ico" type="image/x-icon" />
-  <py:choose>
+  <link rel="shortcut icon" href="/images/favicon.ico"></link>
+ <py:choose><py:when test="defined('optional_feed')">
     ${optional_feed()}
   </py:when>


http://bitbucket.org/okfn/ckanextiati/changeset/3e8420befacf/
changeset:   3e8420befacf
user:        amercader
date:        2011-06-29 12:09:37
summary:     Update design of publisher dialog
affected #:  3 files (612 bytes)

--- a/ckanext/iati/public/css/iati.css	Wed Jun 29 10:03:44 2011 +0100
+++ b/ckanext/iati/public/css/iati.css	Wed Jun 29 11:09:37 2011 +0100
@@ -306,9 +306,35 @@
 .ui-widget-header{
     border: 1px solid #BBE3F7;
     background: white url("/images/header.png") 50% 50% repeat-x;
+    font-family: 'Museo300','Times New Roman',serif;
+    font-size: 14px;
+    font-weight: normal;
+    line-height: 100%;
+    padding: 0;
+    text-transform: uppercase;
 }
 
 .ckan-dialog{
     background-color: white !important; 
 }
 
+#publisher-dialog .view-full{
+    display: none;
+}
+
+#publisher-dialog h2{
+    display: none;
+}
+
+#publisher-dialog dt{
+    background-color: #BBE3F7;
+    padding: 5px;
+    margin-bottom: 5px;
+    font-family: 'Museo300','Times New Roman',serif;
+}
+
+.view-full{
+    float: left;
+    margin-top: -20px;
+    margin-bottom: 20px;
+}


--- a/ckanext/iati/public/css/overrides.css	Wed Jun 29 10:03:44 2011 +0100
+++ b/ckanext/iati/public/css/overrides.css	Wed Jun 29 11:09:37 2011 +0100
@@ -563,4 +563,9 @@
 
 /*-------- Wordpress Specific --------*/
 
-.type-page 
\ No newline at end of file
+.type-page 
+
+
+ul {
+    list-style-type: none
+}


--- a/ckanext/iati/public/scripts/app.js	Wed Jun 29 10:03:44 2011 +0100
+++ b/ckanext/iati/public/scripts/app.js	Wed Jun 29 11:09:37 2011 +0100
@@ -7,10 +7,12 @@
             div.empty();
             div.html($("#publisher-info").html());
             div.dialog({
-                "minWidth" : $("#content").width(),
-                "height": $(window).height() * 0.5,
+                "title": "About this publisher",
+                "minWidth" : $("#container").width(),
+                "height": $(window).height() * 0.6,
                 "position": ["center","center"]
             });
+            div.scrollTop(0);
         }
     }
 }(jQuery)


http://bitbucket.org/okfn/ckanextiati/changeset/899c84481ce4/
changeset:   899c84481ce4
user:        amercader
date:        2011-06-29 13:26:30
summary:     Update fonts
affected #:  17 files (179.0 KB)

--- a/ckanext/iati/public/css/iati.css	Wed Jun 29 11:09:37 2011 +0100
+++ b/ckanext/iati/public/css/iati.css	Wed Jun 29 12:26:30 2011 +0100
@@ -306,7 +306,7 @@
 .ui-widget-header{
     border: 1px solid #BBE3F7;
     background: white url("/images/header.png") 50% 50% repeat-x;
-    font-family: 'Museo300','Times New Roman',serif;
+    font-family: 'MuseoSlab500','Times New Roman',serif;
     font-size: 14px;
     font-weight: normal;
     line-height: 100%;
@@ -330,7 +330,7 @@
     background-color: #BBE3F7;
     padding: 5px;
     margin-bottom: 5px;
-    font-family: 'Museo300','Times New Roman',serif;
+    font-family: 'MuseoSlab500','Times New Roman',serif;
 }
 
 .view-full{


--- a/ckanext/iati/public/css/overrides.css	Wed Jun 29 11:09:37 2011 +0100
+++ b/ckanext/iati/public/css/overrides.css	Wed Jun 29 12:26:30 2011 +0100
@@ -158,7 +158,7 @@
 
 div#access ul li a {
   font-weight: normal;
-  font-family:'Museo300', 'Times New Roman', serif;
+  font-family:'MuseoSlab500', 'Times New Roman', serif;
   font-size:14px;
   text-transform:uppercase;
   color: #fff;
@@ -213,7 +213,7 @@
 #content .entry-title,
 #content .package h3, 
 #content .package h4 {
-  font-family:'Museo300', 'Times New Roman', serif;
+  font-family:'MuseoSlab500', 'Times New Roman', serif;
   font-weight:normal;
 }
 
@@ -253,7 +253,7 @@
 }
 
 h3#reply-title {
-  font-family:'Museo300', 'Times New Roman', serif;
+  font-family:'MuseoSlab500', 'Times New Roman', serif;
   font-weight:normal; 
   color: #2C4F87 !important;
   font-size: 25px !important;
@@ -271,7 +271,7 @@
 
 #commentform label {
   color: #2C4F87 !important;
-  font-family: 'Museo300', 'Times New Roman', serif;
+  font-family: 'MuseoSlab500', 'Times New Roman', serif;
   font-size: 16px;
   padding:10px 0px;
 }
@@ -415,11 +415,11 @@
 }
 
 #id-like-to {
-  font-family:'Museo300', 'Times New Roman', serif;
+  font-family:'MuseoSlab500', 'Times New Roman', serif;
   color:#fff;
   background:#536FA1;
   display:block;
-  width:75px;
+  width:85px;
   position:relative;
   top:-3px;
   left:-20px;
@@ -435,7 +435,7 @@
 
 #package-search .facets tr td {
   color: #2C4F87 !important;
-  font-family: 'Museo300', 'Times New Roman', serif;
+  font-family: 'MuseoSlab500', 'Times New Roman', serif;
   font-size: 16px;
   vertical-align:middle;
   padding:10px 0px;
@@ -461,7 +461,7 @@
   border-style: solid;
   border-width: 1px;
   color: #2C4F87;
-  font-family: 'Museo300', 'Times New Roman', serif;
+  font-family: 'MuseoSlab500', 'Times New Roman', serif;
   font-size: 17px;
   padding: 7px 0px;
   width: 500px;
@@ -512,7 +512,7 @@
 
 ul.packages li div.header a {
   color: #2C4F87;
-  font-family: 'Museo300', 'Times New Roman', serif;
+  font-family: 'MuseoSlab500', 'Times New Roman', serif;
   font-size: 18px;
   font-weight: normal;
 }


--- a/ckanext/iati/public/fonts/Museo300-demo.html	Wed Jun 29 11:09:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,604 +0,0 @@
-<!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="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/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: 'Museo300';
-					}
-</style>
-
-<title>Museo 300 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">
-		Museo 300	</div>
-	<ul class="tabs">
-		<li><a href="#specimen">Specimen</a></li>
-		<li><a href="#layout">Sample Layout</a></li>
-		<li><a href="#rendering">Windows Rendering</a></li><li><a href="#glyphs">Glyphs & 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;&&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;@&#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">&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;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>Museo 300</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="rendering">
-							<div class="section">
-								<div class="grid12 firstcol">
-								<h1>ClearType (GDI)</h1>
-
-								<p><img src="specimen_files/museo300-regular-cleartype.png" /></p>
-								</div>
-							</div>
-						</div>
-			
-
-
-
-		<div id="glyphs">
-			<div class="section">
-				<div class="grid12 firstcol">
-					
-				<h1>Language Support</h1>
-				<p>The subset of Museo 300 in this kit supports the following languages:<br />
-					
-					Albanian, Danish, Dutch, English, Faroese, French, German, Icelandic, Italian, Malagasy, Norwegian, Spanish, Swedish				</p>
-				<h1>Glyph Chart</h1>
-				<p>The subset of Museo 300 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>&#32;</p> </div>
-																				 <div><p>&#33;</p>!</div>
-																				 <div><p>&#34;</p>"</div>
-																				 <div><p>&#35;</p>#</div>
-																				 <div><p>&#36;</p>$</div>
-																				 <div><p>&#37;</p>%</div>
-																				 <div><p>&#38;</p>&</div>
-																				 <div><p>&#39;</p>'</div>
-																				 <div><p>&#40;</p>(</div>
-																				 <div><p>&#41;</p>)</div>
-																				 <div><p>&#42;</p>*</div>
-																				 <div><p>&#43;</p>+</div>
-																				 <div><p>&#44;</p>,</div>
-																				 <div><p>&#45;</p>-</div>
-																				 <div><p>&#46;</p>.</div>
-																				 <div><p>&#47;</p>/</div>
-																				 <div><p>&#48;</p>0</div>
-																				 <div><p>&#49;</p>1</div>
-																				 <div><p>&#50;</p>2</div>
-																				 <div><p>&#51;</p>3</div>
-																				 <div><p>&#52;</p>4</div>
-																				 <div><p>&#53;</p>5</div>
-																				 <div><p>&#54;</p>6</div>
-																				 <div><p>&#55;</p>7</div>
-																				 <div><p>&#56;</p>8</div>
-																				 <div><p>&#57;</p>9</div>
-																				 <div><p>&#58;</p>:</div>
-																				 <div><p>&#59;</p>;</div>
-																				 <div><p>&#60;</p><</div>
-																				 <div><p>&#61;</p>=</div>
-																				 <div><p>&#62;</p>></div>
-																				 <div><p>&#63;</p>?</div>
-																				 <div><p>&#64;</p>@</div>
-																				 <div><p>&#65;</p>A</div>
-																				 <div><p>&#66;</p>B</div>
-																				 <div><p>&#67;</p>C</div>
-																				 <div><p>&#68;</p>D</div>
-																				 <div><p>&#69;</p>E</div>
-																				 <div><p>&#70;</p>F</div>
-																				 <div><p>&#71;</p>G</div>
-																				 <div><p>&#72;</p>H</div>
-																				 <div><p>&#73;</p>I</div>
-																				 <div><p>&#74;</p>J</div>
-																				 <div><p>&#75;</p>K</div>
-																				 <div><p>&#76;</p>L</div>
-																				 <div><p>&#77;</p>M</div>
-																				 <div><p>&#78;</p>N</div>
-																				 <div><p>&#79;</p>O</div>
-																				 <div><p>&#80;</p>P</div>
-																				 <div><p>&#81;</p>Q</div>
-																				 <div><p>&#82;</p>R</div>
-																				 <div><p>&#83;</p>S</div>
-																				 <div><p>&#84;</p>T</div>
-																				 <div><p>&#85;</p>U</div>
-																				 <div><p>&#86;</p>V</div>
-																				 <div><p>&#87;</p>W</div>
-																				 <div><p>&#88;</p>X</div>
-																				 <div><p>&#89;</p>Y</div>
-																				 <div><p>&#90;</p>Z</div>
-																				 <div><p>&#91;</p>[</div>
-																				 <div><p>&#92;</p>\</div>
-																				 <div><p>&#93;</p>]</div>
-																				 <div><p>&#94;</p>^</div>
-																				 <div><p>&#95;</p>_</div>
-																				 <div><p>&#96;</p>`</div>
-																				 <div><p>&#97;</p>a</div>
-																				 <div><p>&#98;</p>b</div>
-																				 <div><p>&#99;</p>c</div>
-																				 <div><p>&#100;</p>d</div>
-																				 <div><p>&#101;</p>e</div>
-																				 <div><p>&#102;</p>f</div>
-																				 <div><p>&#103;</p>g</div>
-																				 <div><p>&#104;</p>h</div>
-																				 <div><p>&#105;</p>i</div>
-																				 <div><p>&#106;</p>j</div>
-																				 <div><p>&#107;</p>k</div>
-																				 <div><p>&#108;</p>l</div>
-																				 <div><p>&#109;</p>m</div>
-																				 <div><p>&#110;</p>n</div>
-																				 <div><p>&#111;</p>o</div>
-																				 <div><p>&#112;</p>p</div>
-																				 <div><p>&#113;</p>q</div>
-																				 <div><p>&#114;</p>r</div>
-																				 <div><p>&#115;</p>s</div>
-																				 <div><p>&#116;</p>t</div>
-																				 <div><p>&#117;</p>u</div>
-																				 <div><p>&#118;</p>v</div>
-																				 <div><p>&#119;</p>w</div>
-																				 <div><p>&#120;</p>x</div>
-																				 <div><p>&#121;</p>y</div>
-																				 <div><p>&#122;</p>z</div>
-																				 <div><p>&#123;</p>{</div>
-																				 <div><p>&#124;</p>|</div>
-																				 <div><p>&#125;</p>}</div>
-																				 <div><p>&#126;</p>~</div>
-																				 <div><p>&#160;</p> </div>
-																				 <div><p>&#161;</p>¡</div>
-																				 <div><p>&#162;</p>¢</div>
-																				 <div><p>&#163;</p>£</div>
-																				 <div><p>&#165;</p>¥</div>
-																				 <div><p>&#167;</p>§</div>
-																				 <div><p>&#168;</p>¨</div>
-																				 <div><p>&#169;</p>©</div>
-																				 <div><p>&#170;</p>ª</div>
-																				 <div><p>&#171;</p>«</div>
-																				 <div><p>&#172;</p>¬</div>
-																				 <div><p>&#173;</p>­</div>
-																				 <div><p>&#174;</p>®</div>
-																				 <div><p>&#175;</p>¯</div>
-																				 <div><p>&#176;</p>°</div>
-																				 <div><p>&#177;</p>±</div>
-																				 <div><p>&#178;</p>²</div>
-																				 <div><p>&#179;</p>³</div>
-																				 <div><p>&#180;</p>´</div>
-																				 <div><p>&#181;</p>µ</div>
-																				 <div><p>&#182;</p>¶</div>
-																				 <div><p>&#183;</p>·</div>
-																				 <div><p>&#184;</p>¸</div>
-																				 <div><p>&#185;</p>¹</div>
-																				 <div><p>&#186;</p>º</div>
-																				 <div><p>&#187;</p>»</div>
-																				 <div><p>&#188;</p>¼</div>
-																				 <div><p>&#189;</p>½</div>
-																				 <div><p>&#190;</p>¾</div>
-																				 <div><p>&#191;</p>¿</div>
-																				 <div><p>&#192;</p>À</div>
-																				 <div><p>&#193;</p>Á</div>
-																				 <div><p>&#194;</p>Â</div>
-																				 <div><p>&#195;</p>Ã</div>
-																				 <div><p>&#196;</p>Ä</div>
-																				 <div><p>&#197;</p>Å</div>
-																				 <div><p>&#198;</p>Æ</div>
-																				 <div><p>&#199;</p>Ç</div>
-																				 <div><p>&#200;</p>È</div>
-																				 <div><p>&#201;</p>É</div>
-																				 <div><p>&#202;</p>Ê</div>
-																				 <div><p>&#203;</p>Ë</div>
-																				 <div><p>&#204;</p>Ì</div>
-																				 <div><p>&#205;</p>Í</div>
-																				 <div><p>&#206;</p>Î</div>
-																				 <div><p>&#207;</p>Ï</div>
-																				 <div><p>&#208;</p>Ð</div>
-																				 <div><p>&#209;</p>Ñ</div>
-																				 <div><p>&#210;</p>Ò</div>
-																				 <div><p>&#211;</p>Ó</div>
-																				 <div><p>&#212;</p>Ô</div>
-																				 <div><p>&#213;</p>Õ</div>
-																				 <div><p>&#214;</p>Ö</div>
-																				 <div><p>&#215;</p>×</div>
-																				 <div><p>&#216;</p>Ø</div>
-																				 <div><p>&#217;</p>Ù</div>
-																				 <div><p>&#218;</p>Ú</div>
-																				 <div><p>&#219;</p>Û</div>
-																				 <div><p>&#220;</p>Ü</div>
-																				 <div><p>&#221;</p>Ý</div>
-																				 <div><p>&#222;</p>Þ</div>
-																				 <div><p>&#223;</p>ß</div>
-																				 <div><p>&#224;</p>à</div>
-																				 <div><p>&#225;</p>á</div>
-																				 <div><p>&#226;</p>â</div>
-																				 <div><p>&#227;</p>ã</div>
-																				 <div><p>&#228;</p>ä</div>
-																				 <div><p>&#229;</p>å</div>
-																				 <div><p>&#230;</p>æ</div>
-																				 <div><p>&#231;</p>ç</div>
-																				 <div><p>&#232;</p>è</div>
-																				 <div><p>&#233;</p>é</div>
-																				 <div><p>&#234;</p>ê</div>
-																				 <div><p>&#235;</p>ë</div>
-																				 <div><p>&#236;</p>ì</div>
-																				 <div><p>&#237;</p>í</div>
-																				 <div><p>&#238;</p>î</div>
-																				 <div><p>&#239;</p>ï</div>
-																				 <div><p>&#240;</p>ð</div>
-																				 <div><p>&#241;</p>ñ</div>
-																				 <div><p>&#242;</p>ò</div>
-																				 <div><p>&#243;</p>ó</div>
-																				 <div><p>&#244;</p>ô</div>
-																				 <div><p>&#245;</p>õ</div>
-																				 <div><p>&#246;</p>ö</div>
-																				 <div><p>&#247;</p>÷</div>
-																				 <div><p>&#248;</p>ø</div>
-																				 <div><p>&#249;</p>ù</div>
-																				 <div><p>&#250;</p>ú</div>
-																				 <div><p>&#251;</p>û</div>
-																				 <div><p>&#252;</p>ü</div>
-																				 <div><p>&#253;</p>ý</div>
-																				 <div><p>&#254;</p>þ</div>
-																				 <div><p>&#255;</p>ÿ</div>
-																				 <div><p>&#338;</p>Œ</div>
-																				 <div><p>&#339;</p>œ</div>
-																				 <div><p>&#376;</p>Ÿ</div>
-																				 <div><p>&#710;</p>ˆ</div>
-																				 <div><p>&#732;</p>˜</div>
-																				 <div><p>&#8211;</p>–</div>
-																				 <div><p>&#8212;</p>—</div>
-																				 <div><p>&#8216;</p>‘</div>
-																				 <div><p>&#8217;</p>’</div>
-																				 <div><p>&#8218;</p>‚</div>
-																				 <div><p>&#8220;</p>“</div>
-																				 <div><p>&#8221;</p>”</div>
-																				 <div><p>&#8222;</p>„</div>
-																				 <div><p>&#8226;</p>•</div>
-																				 <div><p>&#8230;</p>…</div>
-																				 <div><p>&#8249;</p>‹</div>
-																				 <div><p>&#8250;</p>›</div>
-																				 <div><p>&#8364;</p>€</div>
-																				 <div><p>&#8482;</p>™</div>
-																				 <div><p>&#57344;</p></div>
-																				 <div><p>&#64257;</p>fi</div>
-																				 <div><p>&#64258;</p>fl</div>
-																				 <div><p>&#64259;</p>ffi</div>
-																				 <div><p>&#64260;</p>ffl</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="http://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>
- at 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><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></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>©2010-2011 Font Squirrel. All rights reserved.</p>
-	</div>
-</div>
-</body>
-</html>


--- a/ckanext/iati/public/fonts/Museo700-demo.html	Wed Jun 29 11:09:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,604 +0,0 @@
-<!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="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/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: 'Museo700';
-					}
-</style>
-
-<title>Museo 700 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">
-		Museo 700	</div>
-	<ul class="tabs">
-		<li><a href="#specimen">Specimen</a></li>
-		<li><a href="#layout">Sample Layout</a></li>
-		<li><a href="#rendering">Windows Rendering</a></li><li><a href="#glyphs">Glyphs & 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;&&#x200b;.&#x200b;,&#x200b;?&#x200b;!&#x200b;@&#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">&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;&#xE000;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>Museo 700</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="rendering">
-							<div class="section">
-								<div class="grid12 firstcol">
-								<h1>ClearType (GDI)</h1>
-
-								<p><img src="specimen_files/museo700-regular-cleartype.png" /></p>
-								</div>
-							</div>
-						</div>
-			
-
-
-
-		<div id="glyphs">
-			<div class="section">
-				<div class="grid12 firstcol">
-					
-				<h1>Language Support</h1>
-				<p>The subset of Museo 700 in this kit supports the following languages:<br />
-					
-					Albanian, Danish, Dutch, English, Faroese, French, German, Icelandic, Italian, Malagasy, Norwegian, Spanish, Swedish				</p>
-				<h1>Glyph Chart</h1>
-				<p>The subset of Museo 700 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>&#32;</p> </div>
-																				 <div><p>&#33;</p>!</div>
-																				 <div><p>&#34;</p>"</div>
-																				 <div><p>&#35;</p>#</div>
-																				 <div><p>&#36;</p>$</div>
-																				 <div><p>&#37;</p>%</div>
-																				 <div><p>&#38;</p>&</div>
-																				 <div><p>&#39;</p>'</div>
-																				 <div><p>&#40;</p>(</div>
-																				 <div><p>&#41;</p>)</div>
-																				 <div><p>&#42;</p>*</div>
-																				 <div><p>&#43;</p>+</div>
-																				 <div><p>&#44;</p>,</div>
-																				 <div><p>&#45;</p>-</div>
-																				 <div><p>&#46;</p>.</div>
-																				 <div><p>&#47;</p>/</div>
-																				 <div><p>&#48;</p>0</div>
-																				 <div><p>&#49;</p>1</div>
-																				 <div><p>&#50;</p>2</div>
-																				 <div><p>&#51;</p>3</div>
-																				 <div><p>&#52;</p>4</div>
-																				 <div><p>&#53;</p>5</div>
-																				 <div><p>&#54;</p>6</div>
-																				 <div><p>&#55;</p>7</div>
-																				 <div><p>&#56;</p>8</div>
-																				 <div><p>&#57;</p>9</div>
-																				 <div><p>&#58;</p>:</div>
-																				 <div><p>&#59;</p>;</div>
-																				 <div><p>&#60;</p><</div>
-																				 <div><p>&#61;</p>=</div>
-																				 <div><p>&#62;</p>></div>
-																				 <div><p>&#63;</p>?</div>
-																				 <div><p>&#64;</p>@</div>
-																				 <div><p>&#65;</p>A</div>
-																				 <div><p>&#66;</p>B</div>
-																				 <div><p>&#67;</p>C</div>
-																				 <div><p>&#68;</p>D</div>
-																				 <div><p>&#69;</p>E</div>
-																				 <div><p>&#70;</p>F</div>
-																				 <div><p>&#71;</p>G</div>
-																				 <div><p>&#72;</p>H</div>
-																				 <div><p>&#73;</p>I</div>
-																				 <div><p>&#74;</p>J</div>
-																				 <div><p>&#75;</p>K</div>
-																				 <div><p>&#76;</p>L</div>
-																				 <div><p>&#77;</p>M</div>
-																				 <div><p>&#78;</p>N</div>
-																				 <div><p>&#79;</p>O</div>
-																				 <div><p>&#80;</p>P</div>
-																				 <div><p>&#81;</p>Q</div>
-																				 <div><p>&#82;</p>R</div>
-																				 <div><p>&#83;</p>S</div>
-																				 <div><p>&#84;</p>T</div>
-																				 <div><p>&#85;</p>U</div>
-																				 <div><p>&#86;</p>V</div>
-																				 <div><p>&#87;</p>W</div>
-																				 <div><p>&#88;</p>X</div>
-																				 <div><p>&#89;</p>Y</div>
-																				 <div><p>&#90;</p>Z</div>
-																				 <div><p>&#91;</p>[</div>
-																				 <div><p>&#92;</p>\</div>
-																				 <div><p>&#93;</p>]</div>
-																				 <div><p>&#94;</p>^</div>
-																				 <div><p>&#95;</p>_</div>
-																				 <div><p>&#96;</p>`</div>
-																				 <div><p>&#97;</p>a</div>
-																				 <div><p>&#98;</p>b</div>
-																				 <div><p>&#99;</p>c</div>
-																				 <div><p>&#100;</p>d</div>
-																				 <div><p>&#101;</p>e</div>
-																				 <div><p>&#102;</p>f</div>
-																				 <div><p>&#103;</p>g</div>
-																				 <div><p>&#104;</p>h</div>
-																				 <div><p>&#105;</p>i</div>
-																				 <div><p>&#106;</p>j</div>
-																				 <div><p>&#107;</p>k</div>
-																				 <div><p>&#108;</p>l</div>
-																				 <div><p>&#109;</p>m</div>
-																				 <div><p>&#110;</p>n</div>
-																				 <div><p>&#111;</p>o</div>
-																				 <div><p>&#112;</p>p</div>
-																				 <div><p>&#113;</p>q</div>
-																				 <div><p>&#114;</p>r</div>
-																				 <div><p>&#115;</p>s</div>
-																				 <div><p>&#116;</p>t</div>
-																				 <div><p>&#117;</p>u</div>
-																				 <div><p>&#118;</p>v</div>
-																				 <div><p>&#119;</p>w</div>
-																				 <div><p>&#120;</p>x</div>
-																				 <div><p>&#121;</p>y</div>
-																				 <div><p>&#122;</p>z</div>
-																				 <div><p>&#123;</p>{</div>
-																				 <div><p>&#124;</p>|</div>
-																				 <div><p>&#125;</p>}</div>
-																				 <div><p>&#126;</p>~</div>
-																				 <div><p>&#160;</p> </div>
-																				 <div><p>&#161;</p>¡</div>
-																				 <div><p>&#162;</p>¢</div>
-																				 <div><p>&#163;</p>£</div>
-																				 <div><p>&#165;</p>¥</div>
-																				 <div><p>&#167;</p>§</div>
-																				 <div><p>&#168;</p>¨</div>
-																				 <div><p>&#169;</p>©</div>
-																				 <div><p>&#170;</p>ª</div>
-																				 <div><p>&#171;</p>«</div>
-																				 <div><p>&#172;</p>¬</div>
-																				 <div><p>&#173;</p>­</div>
-																				 <div><p>&#174;</p>®</div>
-																				 <div><p>&#175;</p>¯</div>
-																				 <div><p>&#176;</p>°</div>
-																				 <div><p>&#177;</p>±</div>
-																				 <div><p>&#178;</p>²</div>
-																				 <div><p>&#179;</p>³</div>
-																				 <div><p>&#180;</p>´</div>
-																				 <div><p>&#181;</p>µ</div>
-																				 <div><p>&#182;</p>¶</div>
-																				 <div><p>&#183;</p>·</div>
-																				 <div><p>&#184;</p>¸</div>
-																				 <div><p>&#185;</p>¹</div>
-																				 <div><p>&#186;</p>º</div>
-																				 <div><p>&#187;</p>»</div>
-																				 <div><p>&#188;</p>¼</div>
-																				 <div><p>&#189;</p>½</div>
-																				 <div><p>&#190;</p>¾</div>
-																				 <div><p>&#191;</p>¿</div>
-																				 <div><p>&#192;</p>À</div>
-																				 <div><p>&#193;</p>Á</div>
-																				 <div><p>&#194;</p>Â</div>
-																				 <div><p>&#195;</p>Ã</div>
-																				 <div><p>&#196;</p>Ä</div>
-																				 <div><p>&#197;</p>Å</div>
-																				 <div><p>&#198;</p>Æ</div>
-																				 <div><p>&#199;</p>Ç</div>
-																				 <div><p>&#200;</p>È</div>
-																				 <div><p>&#201;</p>É</div>
-																				 <div><p>&#202;</p>Ê</div>
-																				 <div><p>&#203;</p>Ë</div>
-																				 <div><p>&#204;</p>Ì</div>
-																				 <div><p>&#205;</p>Í</div>
-																				 <div><p>&#206;</p>Î</div>
-																				 <div><p>&#207;</p>Ï</div>
-																				 <div><p>&#208;</p>Ð</div>
-																				 <div><p>&#209;</p>Ñ</div>
-																				 <div><p>&#210;</p>Ò</div>
-																				 <div><p>&#211;</p>Ó</div>
-																				 <div><p>&#212;</p>Ô</div>
-																				 <div><p>&#213;</p>Õ</div>
-																				 <div><p>&#214;</p>Ö</div>
-																				 <div><p>&#215;</p>×</div>
-																				 <div><p>&#216;</p>Ø</div>
-																				 <div><p>&#217;</p>Ù</div>
-																				 <div><p>&#218;</p>Ú</div>
-																				 <div><p>&#219;</p>Û</div>
-																				 <div><p>&#220;</p>Ü</div>
-																				 <div><p>&#221;</p>Ý</div>
-																				 <div><p>&#222;</p>Þ</div>
-																				 <div><p>&#223;</p>ß</div>
-																				 <div><p>&#224;</p>à</div>
-																				 <div><p>&#225;</p>á</div>
-																				 <div><p>&#226;</p>â</div>
-																				 <div><p>&#227;</p>ã</div>
-																				 <div><p>&#228;</p>ä</div>
-																				 <div><p>&#229;</p>å</div>
-																				 <div><p>&#230;</p>æ</div>
-																				 <div><p>&#231;</p>ç</div>
-																				 <div><p>&#232;</p>è</div>
-																				 <div><p>&#233;</p>é</div>
-																				 <div><p>&#234;</p>ê</div>
-																				 <div><p>&#235;</p>ë</div>
-																				 <div><p>&#236;</p>ì</div>
-																				 <div><p>&#237;</p>í</div>
-																				 <div><p>&#238;</p>î</div>
-																				 <div><p>&#239;</p>ï</div>
-																				 <div><p>&#240;</p>ð</div>
-																				 <div><p>&#241;</p>ñ</div>
-																				 <div><p>&#242;</p>ò</div>
-																				 <div><p>&#243;</p>ó</div>
-																				 <div><p>&#244;</p>ô</div>
-																				 <div><p>&#245;</p>õ</div>
-																				 <div><p>&#246;</p>ö</div>
-																				 <div><p>&#247;</p>÷</div>
-																				 <div><p>&#248;</p>ø</div>
-																				 <div><p>&#249;</p>ù</div>
-																				 <div><p>&#250;</p>ú</div>
-																				 <div><p>&#251;</p>û</div>
-																				 <div><p>&#252;</p>ü</div>
-																				 <div><p>&#253;</p>ý</div>
-																				 <div><p>&#254;</p>þ</div>
-																				 <div><p>&#255;</p>ÿ</div>
-																				 <div><p>&#338;</p>Œ</div>
-																				 <div><p>&#339;</p>œ</div>
-																				 <div><p>&#376;</p>Ÿ</div>
-																				 <div><p>&#710;</p>ˆ</div>
-																				 <div><p>&#732;</p>˜</div>
-																				 <div><p>&#8211;</p>–</div>
-																				 <div><p>&#8212;</p>—</div>
-																				 <div><p>&#8216;</p>‘</div>
-																				 <div><p>&#8217;</p>’</div>
-																				 <div><p>&#8218;</p>‚</div>
-																				 <div><p>&#8220;</p>“</div>
-																				 <div><p>&#8221;</p>”</div>
-																				 <div><p>&#8222;</p>„</div>
-																				 <div><p>&#8226;</p>•</div>
-																				 <div><p>&#8230;</p>…</div>
-																				 <div><p>&#8249;</p>‹</div>
-																				 <div><p>&#8250;</p>›</div>
-																				 <div><p>&#8364;</p>€</div>
-																				 <div><p>&#8482;</p>™</div>
-																				 <div><p>&#57344;</p></div>
-																				 <div><p>&#64257;</p>fi</div>
-																				 <div><p>&#64258;</p>fl</div>
-																				 <div><p>&#64259;</p>ffi</div>
-																				 <div><p>&#64260;</p>ffl</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="http://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>
- at 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><link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /></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>©2010-2011 Font Squirrel. All rights reserved.</p>
-	</div>
-</div>
-</body>
-</html>


Binary file ckanext/iati/public/fonts/Museo_Slab_500-webfont.eot has changed


--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ckanext/iati/public/fonts/Museo_Slab_500-webfont.svg	Wed Jun 29 12:26:30 2011 +0100
@@ -0,0 +1,243 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg">
+<metadata>
+This is a custom SVG webfont generated by Fontspring.
+</metadata>
+<defs>
+<font id="webfontyumMOUTD" horiz-adv-x="1136" >
+<font-face units-per-em="2048" ascent="1536" descent="-512" />
+<missing-glyph horiz-adv-x="512" />
+<glyph unicode=" "  horiz-adv-x="512" />
+<glyph unicode="&#x09;" horiz-adv-x="512" />
+<glyph unicode="&#xa0;" horiz-adv-x="512" />
+<glyph unicode="!" horiz-adv-x="505" d="M164 397l-14 1049h204l-12 -1049h-178zM152 0v201h204v-201h-204z" />
+<glyph unicode="&#x22;" horiz-adv-x="704" d="M418 1036v434h155v-434h-155zM131 1036v434h156v-434h-156z" />
+<glyph unicode="#" horiz-adv-x="1468" d="M285 0l69 391h-268l25 152h268l61 344h-266l25 149h266l72 410h165l-71 -410h317l72 410h168l-72 -410h266l-24 -149h-268l-62 -344h266l-24 -152h-266l-68 -391h-168l70 391h-318l-69 -391h-166zM545 543h317l62 344h-318z" />
+<glyph unicode="$" horiz-adv-x="1112" d="M86 197l111 145q6 -6 18 -16.5t51 -38t80 -48t100.5 -37t118.5 -16.5q109 0 181.5 58.5t72.5 154.5q0 78 -72.5 133.5t-177 94.5t-209 86t-177 134t-72.5 210q0 143 105.5 247.5t275.5 129.5v223h145v-221q102 -8 189 -43t124 -66l37 -33l-88 -157q-16 14 -44 34.5 t-110.5 55.5t-162.5 35q-119 0 -193 -56.5t-74 -144.5q0 -70 52.5 -123t131.5 -83t171 -70t171 -79.5t131 -115.5t52 -178q0 -156 -105.5 -268.5t-281.5 -133.5v-219h-145v219q-231 23 -390 170z" />
+<glyph unicode="%" horiz-adv-x="1536" d="M397 864q-129 0 -219 88t-90 215q0 125 90 214t219 89t220.5 -89t91.5 -214t-91.5 -214t-220.5 -89zM119 0l1106 1446h192l-1106 -1446h-192zM397.5 1016q65.5 0 108.5 43t43 108q0 63 -44 108.5t-107.5 45.5t-107.5 -45t-44 -109q0 -66 43 -108.5t108.5 -42.5zM829 279 q0 125 91.5 214t220.5 89q127 0 218 -89.5t91 -214t-91 -214t-218 -89.5q-131 0 -221.5 88.5t-90.5 215.5zM989 279q0 -66 44 -109t107.5 -43t107.5 44t44 107.5t-44 108.5t-107.5 45t-107.5 -45t-44 -108z" />
+<glyph unicode="&#x26;" horiz-adv-x="1382" d="M100 403q0 127 71 230.5t191 142.5v4q-8 2 -21 8.5t-48 31t-61.5 57t-48 92t-21.5 129.5q0 174 129 273t334 99l180 -22l-51 -162q-59 12 -109 12q-121 0 -198.5 -59t-77.5 -162q0 -41 11 -76.5t37.5 -72.5t83 -59.5t136.5 -22.5h307v201h199v-201h190v-168h-190v-197 q0 -240 -139.5 -373t-378.5 -133q-233 0 -379 122t-146 306zM307 420q0 -115 86 -188.5t232 -73.5q150 0 234.5 83t84.5 248v189h-317q-154 0 -237 -68.5t-83 -189.5z" />
+<glyph unicode="'" horiz-adv-x="419" d="M131 1036v434h158v-434h-158z" />
+<glyph unicode="(" horiz-adv-x="643" d="M379 -195q-238 395 -238 891q0 430 238 809h174q-231 -387 -231 -811q0 -475 231 -889h-174z" />
+<glyph unicode=")" horiz-adv-x="643" d="M90 -195q231 420 232 889q0 424 -232 811h174q238 -379 238 -809q0 -496 -238 -891h-174z" />
+<glyph unicode="*" horiz-adv-x="980" d="M330 674l-148 106l183 226v4l-281 75l55 172l273 -102l-17 291h187l-17 -291l275 102l57 -172l-283 -75v-4l183 -226l-148 -106l-157 241h-5z" />
+<glyph unicode="+" horiz-adv-x="1255" d="M86 504v160h459v503h168v-503h456v-160h-456v-504h-168v504h-459z" />
+<glyph unicode="," horiz-adv-x="534" d="M41 -254l143 469h209l-194 -469h-158z" />
+<glyph unicode="-" horiz-adv-x="974" d="M188 496v176h598v-176h-598z" />
+<glyph unicode="." horiz-adv-x="524" d="M156 0v215h213v-215h-213z" />
+<glyph unicode="/" horiz-adv-x="868" d="M84 -86l522 1610h176l-522 -1610h-176z" />
+<glyph unicode="0" horiz-adv-x="1269" d="M635 -25q-512 0 -512 750q0 745 512 745q139 0 241.5 -57t160 -160.5t84 -233.5t26.5 -294t-26.5 -295t-84 -235.5t-160 -162t-241.5 -57.5zM635 158q303 0 303 567q0 565 -303 565t-303 -565q0 -567 303 -567z" />
+<glyph unicode="1" horiz-adv-x="980" d="M104 0v168h320v942l2 88h-4q-16 -31 -70 -82l-135 -133l-123 127l346 336h181v-1278h315v-168h-832z" />
+<glyph unicode="2" horiz-adv-x="1200" d="M111 0q-10 66 -11 111q0 104 40 194t103.5 154.5t140.5 123t152.5 109.5t139 102.5t103.5 116t40 136.5q0 111 -71.5 177t-188.5 66q-84 0 -158.5 -48t-107.5 -95l-33 -49l-143 98q6 10 16 29.5t51 66.5t88 83t129 65.5t174 29.5q201 0 329 -114.5t128 -300.5 q0 -94 -39 -176t-101.5 -142.5t-137.5 -115.5l-152 -106q-76 -50 -138.5 -100t-102 -113.5t-39.5 -133.5h589v192h179v-360h-979z" />
+<glyph unicode="3" horiz-adv-x="1167" d="M141 1094v352h883v-141l-383 -451q160 -16 285 -119.5t125 -294.5q0 -193 -138.5 -329t-357.5 -136q-84 0 -163 20.5t-132 49.5t-94 57.5t-60 49.5l-20 20l107 145l17 -17q11 -11 47 -39t75 -48t97 -37.5t116 -17.5q123 0 210 77.5t87 196.5q0 125 -91.5 196.5 t-228.5 71.5q-66 0 -86 -4l-47 107l352 424q10 12 24 25l21 22l11 6v4q-45 -6 -74 -6h-404v-184h-178z" />
+<glyph unicode="4" horiz-adv-x="1226" d="M53 387v127l670 932h229v-895h197v-164h-197v-387h-198v387h-701zM705 1133l-431 -578v-4h480v567l10 111h-6q-22 -51 -53 -96z" />
+<glyph unicode="5" horiz-adv-x="1155" d="M86 162l107 143q14 -16 39.5 -40.5t111.5 -65.5t178 -41q137 0 231.5 86t94.5 209q0 135 -90 217t-238 82q-68 0 -131 -18.5t-94 -37.5l-29 -18l-119 43l72 725h748v-352h-179v184h-393l-37 -346l-10 -58h4q80 45 205 46q221 0 360.5 -131.5t139.5 -327.5 q0 -205 -149.5 -345.5t-375.5 -140.5q-248 0 -419 158z" />
+<glyph unicode="6" horiz-adv-x="1222" d="M655 -25q-238 0 -389 186.5t-151 489.5q0 150 40 291t116.5 261t206.5 193.5t294 73.5q74 0 142.5 -14t101.5 -31l33 -14l-64 -170q-92 49 -209 49q-186 0 -297.5 -144.5t-138.5 -346.5h4q47 61 137 99t191 38q201 0 329.5 -136t128.5 -337q0 -213 -135 -350.5 t-340 -137.5zM328 545q0 -137 94 -262t231 -125q125 0 198 85t73 220t-82 219t-228 84q-119 0 -202.5 -66.5t-83.5 -154.5z" />
+<glyph unicode="7" horiz-adv-x="1112" d="M211 0l598 1208q10 20 21.5 39t17.5 27l6 6v4q-37 -6 -84 -6h-510v-184h-178v352h991v-139l-653 -1307h-209z" />
+<glyph unicode="8" horiz-adv-x="1228" d="M111 408q0 229 233 393q-176 117 -176 291q0 156 117.5 267t332.5 111q205 0 332 -104t127 -276q0 -90 -41 -182.5t-71.5 -130.5t-59.5 -66q207 -121 207 -314q0 -172 -138 -297t-358 -125q-217 0 -361 123.5t-144 309.5zM369 1090q0 -35 10 -65t33.5 -55.5t45 -43 t64.5 -40t69 -33.5l82 -35l81 -34q125 147 125 283q0 106 -71 166.5t-190 60.5q-117 0 -183 -58t-66 -146zM315 428q0 -121 88.5 -197.5t210.5 -76.5q117 0 204 69.5t87 173.5q0 41 -17.5 76t-39 58.5t-69.5 50t-82 42.5l-102 45l-108 46q-172 -129 -172 -287z" />
+<glyph unicode="9" horiz-adv-x="1222" d="M92 985q0 213 135 349t342 136q238 0 388.5 -187t150.5 -488q0 -147 -40 -288.5t-117 -262.5t-207 -195t-293 -74q-164 0 -279 60l64 172q92 -49 210 -49q188 0 300 144t139 347h-4q-47 -59 -138.5 -95t-191.5 -36q-201 0 -330 134t-129 333zM301 985q0 -131 81 -214 t222 -83q119 0 205 65.5t86 153.5q0 137 -96.5 260t-229.5 123q-123 0 -195.5 -86t-72.5 -219z" />
+<glyph unicode=":" horiz-adv-x="610" d="M199 0v215h213v-215h-213zM199 821v215h213v-215h-213z" />
+<glyph unicode=";" horiz-adv-x="612" d="M209 821v215h209v-215h-209zM88 -254l125 469h209l-174 -469h-160z" />
+<glyph unicode="&#x3c;" horiz-adv-x="1255" d="M119 516v135l954 426v-182l-731 -309v-4l731 -310v-182z" />
+<glyph unicode="=" horiz-adv-x="1255" d="M139 696v160h977v-160h-977zM139 309v160h977v-160h-977z" />
+<glyph unicode="&#x3e;" horiz-adv-x="1255" d="M180 90v182l733 310v4l-733 309v182l957 -426v-135z" />
+<glyph unicode="?" horiz-adv-x="960" d="M303 397v97q0 86 36 156.5t87 119.5l102 94q51 45 87 101.5t36 119.5q0 86 -66.5 144.5t-166.5 58.5q-57 0 -115.5 -21.5t-89.5 -41.5l-29 -23l-110 141q14 14 42.5 36t123 59t192.5 37q178 0 303 -104.5t125 -270.5q0 -94 -37 -169t-90 -125t-107.5 -96t-91 -103.5 t-36.5 -125.5v-84h-195zM297 0v201h207v-201h-207z" />
+<glyph unicode="@" horiz-adv-x="1611" d="M88 495.5q0 319.5 218 537.5t556 218q250 0 378 -119.5t128 -295.5v-580h148v-150h-560q-186 0 -305 114t-119 274q0 158 118 270.5t306 112.5h222q-2 88 -90.5 149t-231.5 61q-244 0 -406.5 -175t-162.5 -420.5t163.5 -415.5t417.5 -170v-162q-340 0 -560 216 t-220 535.5zM733 494q0 -98 68.5 -168t171.5 -70h205v483h-201q-106 0 -175 -71.5t-69 -173.5z" />
+<glyph unicode="A" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110z" />
+<glyph unicode="B" horiz-adv-x="1392" d="M109 0v160h180v1128h-180v158h657q160 0 254 -43q88 -39 143.5 -126t55.5 -200q0 -104 -48.5 -186t-134.5 -125v-4q115 -33 177.5 -128t62.5 -222q0 -139 -75 -242.5t-191 -142.5q-82 -27 -217 -27h-684zM494 838h303q98 0 155.5 61.5t57.5 159.5q0 137 -95 190 q-57 29 -149 29h-272v-440zM494 168h307q80 0 129 20q63 27 100 89.5t37 144.5q0 113 -68.5 180.5t-181.5 67.5h-323v-502z" />
+<glyph unicode="C" horiz-adv-x="1523" d="M100 731q0 317 212 528t528 211q74 0 160.5 -14t178 -44t152 -90t60.5 -138v-176h-191v112q0 59 -62.5 100.5t-138 57.5t-151.5 16q-233 0 -385 -155.5t-152 -399.5q0 -256 156 -420.5t393 -164.5q66 0 141.5 13t147.5 54t72 103v112h190v-176q0 -76 -58.5 -134 t-149.5 -89t-182 -46.5t-173 -15.5q-324 0 -536 218.5t-212 537.5z" />
+<glyph unicode="D" horiz-adv-x="1595" d="M109 0v160h180v1128h-180v158h616q190 0 307 -35q211 -66 334 -247t123 -441t-121 -438.5t-336 -245.5q-119 -39 -305 -39h-618zM494 168h221q152 0 246 37q147 51 231 186t84 332t-83 333t-230 189q-92 33 -248 33h-221v-1110z" />
+<glyph unicode="E" horiz-adv-x="1294" d="M109 0v160h180v1128h-180v158h1046v-336h-178v168h-483v-465h512v-168h-512v-477h518v174h178v-342h-1081z" />
+<glyph unicode="F" horiz-adv-x="1181" d="M109 0v160h180v1128h-180v158h1001v-342h-178v166h-438v-479h499v-168h-499v-463h196v-160h-581z" />
+<glyph unicode="G" horiz-adv-x="1568" d="M100 727q0 324 211 533.5t547 209.5q131 0 256 -31.5t212 -99t87 -153.5v-178h-188v106q0 84 -109.5 132t-251.5 48q-252 0 -401.5 -154.5t-149.5 -406.5q0 -254 152.5 -416.5t404.5 -162.5q78 0 160 14t154.5 57t72.5 109v190h-282v160h471v-405q0 -80 -60.5 -141.5 t-154.5 -95.5t-190.5 -50.5t-184.5 -16.5q-332 0 -544 214t-212 538z" />
+<glyph unicode="H" horiz-adv-x="1736" d="M109 0v160h180v1128h-180v158h567v-158h-182v-481h749v481h-182v158h567v-158h-180v-1128h180v-160h-567v160h182v479h-749v-479h182v-160h-567z" />
+<glyph unicode="I" horiz-adv-x="782" d="M109 0v160h180v1128h-180v158h567v-158h-182v-1128h182v-160h-567z" />
+<glyph unicode="J" d="M49 403v84h199v-63q0 -115 55 -190.5t168 -75.5q96 0 157.5 64.5t61.5 201.5v864h-209v158h576v-158h-162v-876q0 -217 -126 -327t-300 -110t-297 106.5t-123 321.5z" />
+<glyph unicode="K" horiz-adv-x="1417" d="M109 0v160h180v1128h-180v158h542v-158h-157v-454h186l315 454h-133v158h490v-158h-140l-374 -522v-4q41 -18 82 -96l260 -453q31 -53 102 -53h68v-160h-146q-86 0 -126 22.5t-74 86.5l-279 499q-35 57 -113 58h-118v-506h178v-160h-563z" />
+<glyph unicode="L" horiz-adv-x="1236" d="M111 0v160h180v1118h-180v168h567v-168h-182v-1110h503v233h181v-401h-1069z" />
+<glyph unicode="M" horiz-adv-x="1961" d="M78 0v160h180l92 1128h-184v158h409l371 -881l33 -104h4q10 45 33 104l370 881h410v-158h-184l92 -1128h180v-160h-557v160h174l-65 864l6 119h-6q-16 -70 -33 -111l-332 -760h-180l-332 760l-33 111h-6l6 -119l-65 -864h174v-160h-557z" />
+<glyph unicode="N" horiz-adv-x="1716" d="M109 0v160h180v1128h-180v158h383l710 -1036l49 -105h6q-10 72 -10 117v866h-184v158h571v-158h-182v-1288h-201l-710 1036q-12 18 -24.5 44t-18.5 42l-6 19h-7l9 -117v-864h186v-160h-571z" />
+<glyph unicode="O" horiz-adv-x="1683" d="M98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5t154.5 409.5q0 236 -154.5 396.5t-375.5 160.5q-223 0 -378 -160.5 t-155 -396.5z" />
+<glyph unicode="P" horiz-adv-x="1337" d="M109 0v160h180v1128h-180v158h673q162 0 248 -39q113 -47 179.5 -156.5t66.5 -253.5q0 -152 -74 -266.5t-198 -157.5q-84 -31 -218 -30h-292v-383h182v-160h-567zM494 711h268q92 0 162 28q145 66 145 258q0 178 -129 246q-63 35 -176 35h-270v-567z" />
+<glyph unicode="Q" horiz-adv-x="1689" d="M100 731q0 313 213 526t530.5 213t531.5 -207.5t214 -521.5q0 -281 -174 -487l172 -164l-117 -127l-170 170q-193 -158 -458 -158q-313 0 -527.5 219.5t-214.5 536.5zM311 731q0 -242 153.5 -407.5t379.5 -165.5q188 0 315 108l-213 211l117 125l211 -213 q109 156 108 344q0 236 -155.5 396.5t-382.5 160.5q-225 0 -379 -159.5t-154 -399.5z" />
+<glyph unicode="R" horiz-adv-x="1437" d="M109 0v160h180v1128h-180v158h626q174 0 266 -31q117 -39 184.5 -135t67.5 -240q0 -156 -79.5 -263t-219.5 -142v-4q37 -20 62 -68l205 -356q27 -47 100 -47h43v-160h-123q-90 0 -126 20.5t-75 88.5l-223 395q-29 47 -58.5 63.5t-92.5 16.5h-172v-424h178v-160h-563z M494 752h290q119 0 191 72.5t72 199.5q0 172 -136 227q-68 27 -178 27h-239v-526z" />
+<glyph unicode="S" horiz-adv-x="1183" d="M109 434h188v-106q0 -78 85 -124t204 -46q129 0 207.5 58t78.5 163q0 74 -52 131t-102 81.5t-163 67.5l-31 13q-90 35 -143 60.5t-116.5 72.5t-94.5 115.5t-31 160.5q0 193 132 291t331 98q176 0 307 -63.5t131 -175.5v-170h-190v100q0 59 -76 94t-172 35 q-111 0 -182.5 -51t-71.5 -147q0 -45 18.5 -82t40 -59.5t72.5 -49.5t79 -38l97 -38q84 -31 129 -50t111 -58t99.5 -78t59 -102.5t25.5 -141.5q0 -199 -141 -309.5t-352 -110.5q-186 0 -331.5 81t-145.5 227v151z" />
+<glyph unicode="T" horiz-adv-x="1359" d="M395 0v160h183v1118h-340v-225h-179v393h1241v-393h-178v225h-340v-1118h183v-160h-570z" />
+<glyph unicode="U" horiz-adv-x="1632" d="M246 539v749h-183v158h570v-158h-182v-747q0 -147 55 -236q92 -147 311 -147t311 151q55 94 56 234v745h-183v158h568v-158h-180v-749q0 -209 -101 -353q-72 -102 -196.5 -156.5t-274.5 -54.5q-154 0 -277.5 55.5t-197.5 155.5q-96 132 -96 353z" />
+<glyph unicode="V" horiz-adv-x="1462" d="M623 0l-457 1288h-141v158h516v-158h-160l324 -952q16 -51 24 -113h6q8 61 25 113l323 952h-159v158h516v-158h-144l-456 -1288h-217z" />
+<glyph unicode="W" horiz-adv-x="2066" d="M33 1288v158h514v-158h-172l225 -948l16 -109h7q8 57 20 109l303 1106h174l301 -1106q14 -51 21 -109h8q4 57 14 109l226 948h-172v158h516v-158h-140l-323 -1288h-234l-282 1026l-19 115h-8q-4 -63 -18 -115l-283 -1026h-233l-322 1288h-139z" />
+<glyph unicode="X" horiz-adv-x="1370" d="M61 0v160h136l372 571l-366 557h-133v158h503v-158h-153l239 -379l37 -57h4q12 27 35 57l232 379h-150v158h490v-158h-136l-374 -575l368 -553h138v-160h-504v160h151l-241 377l-37 59h-4l-4 -6l-13 -24l-16 -29l-234 -377h152v-160h-492z" />
+<glyph unicode="Y" horiz-adv-x="1331" d="M381 0v160h182v452l-405 676h-138v158h498v-158h-151l268 -454l29 -62h4q12 31 30 62l269 454h-150v158h494v-158h-137l-406 -676v-452h182v-160h-569z" />
+<glyph unicode="Z" horiz-adv-x="1294" d="M111 0v135l745 1075l59 70v4q-41 -6 -81 -6h-535v-225h-178v393h1042v-133l-745 -1077l-60 -70v-4q41 6 82 6h566v233h178v-401h-1073z" />
+<glyph unicode="[" horiz-adv-x="636" d="M199 -195v1700h338v-149h-164v-1399h164v-152h-338z" />
+<glyph unicode="\" horiz-adv-x="866" d="M608 -86l-522 1610h176l520 -1610h-174z" />
+<glyph unicode="]" horiz-adv-x="638" d="M100 -43h166v1399h-166v149h340v-1700h-340v152z" />
+<glyph unicode="^" horiz-adv-x="1255" d="M141 506l410 940h129l410 -940h-181l-295 721l-292 -721h-181z" />
+<glyph unicode="_" horiz-adv-x="1140" d="M20 0h1100v-160h-1100v160z" />
+<glyph unicode="`" horiz-adv-x="1021" d="M539 1546l-254 260h229l211 -260h-186z" />
+<glyph unicode="a" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203z" />
+<glyph unicode="b" horiz-adv-x="1247" d="M174 0v1292h-174v154h373v-479l-6 -86h4q4 8 11 19t37 43t64.5 55.5t94 43t127.5 19.5q209 0 332.5 -149.5t123.5 -393.5t-132 -393.5t-341 -149.5q-201 0 -309 156l-19 33h-4q6 -37 6 -82v-82h-188zM367 514q0 -150 76.5 -258.5t218.5 -108.5q127 0 211.5 99.5 t84.5 269.5q0 168 -80.5 269.5t-211.5 101.5q-127 0 -213 -93.5t-86 -279.5z" />
+<glyph unicode="c" horiz-adv-x="1132" d="M82 516q0 236 157.5 390.5t391.5 154.5q63 0 128.5 -12.5t130 -38t105.5 -73.5t41 -112v-127h-176v72q0 55 -71.5 87t-151.5 32q-158 0 -255 -101.5t-97 -267.5q0 -172 104.5 -272.5t259.5 -100.5q80 0 161 33t103 49l68 52l76 -146q-174 -160 -416 -160 q-233 0 -396 148.5t-163 392.5z" />
+<glyph unicode="d" horiz-adv-x="1288" d="M86 518q0 246 130 394.5t341 148.5q66 0 123 -18.5t92 -43t59.5 -50t34.5 -44.5l11 -18h4q-6 33 -7 78v327h-172v154h371v-1247q0 -45 45 -45h105v-154h-207q-129 0 -129 113v14l6 55h-4l-11 -22q-7 -14 -36 -50t-65 -63t-100.5 -49.5t-137.5 -22.5q-207 0 -330 149.5 t-123 393.5zM289 518q0 -168 81 -269.5t212 -101.5q125 0 212 93.5t87 275.5q0 154 -77 262.5t-216 108.5q-129 0 -214 -98.5t-85 -270.5z" />
+<glyph unicode="e" d="M84 518q0 244 146.5 393.5t371.5 149.5q213 0 331 -137.5t118 -348.5l-7 -75h-757q8 -166 110.5 -259.5t247.5 -93.5q80 0 158 29t115 57l36 31l82 -145q-18 -16 -50 -40t-137.5 -64t-215.5 -40q-242 0 -395.5 155t-153.5 388zM295 627h551q-4 131 -75 203.5t-173 72.5 q-115 0 -199 -73.5t-104 -202.5z" />
+<glyph unicode="f" horiz-adv-x="768" d="M98 0v154h162v729h-172v153h172v51q0 117 39 197t103.5 115t118.5 48t112 13l94 -6v-164q-27 6 -74 6q-195 0 -194 -204v-56h250v-153h-250v-729h190v-154h-551z" />
+<glyph unicode="g" horiz-adv-x="1282" d="M248 -193q129 -70 284 -69q145 0 236.5 71.5t91.5 223.5v82l6 65h-4q-100 -168 -311 -168t-337 150.5t-126 380t122 374t333 144.5q109 0 202 -43t134 -127h4q-4 14 -4 41q0 104 118 104h222v-153h-115q-45 0 -45 -41v-799q0 -123 -44 -217t-120 -148.5t-166 -81 t-192 -26.5q-182 0 -355 86zM590 184q121 0 197.5 84t76.5 273q0 348 -293 348q-133 0 -206.5 -91t-73.5 -251q0 -164 81 -263.5t218 -99.5z" />
+<glyph unicode="h" horiz-adv-x="1380" d="M66 0v154h163v1138h-174v154h371v-537l-6 -86h4q41 90 143.5 164t243.5 74q356 0 356 -397v-510h162v-154h-360v618q0 125 -41 193t-156 68q-152 0 -249 -113t-97 -281v-331h164v-154h-524z" />
+<glyph unicode="i" horiz-adv-x="688" d="M256 1243v203h209v-203h-209zM98 0v154h162v729h-172v153h371v-882h164v-154h-525z" />
+<glyph unicode="j" horiz-adv-x="606" d="M229 1243v203h209v-203h-209zM-33 -256q18 -2 45 -2t52.5 4t57.5 18.5t55.5 39t39.5 68.5t16 103v908h-174v153h373v-1067q0 -98 -29.5 -173t-72.5 -114.5t-100.5 -64.5t-102.5 -32t-92 -7l-68 4v162z" />
+<glyph unicode="k" horiz-adv-x="1202" d="M66 0v154h163v1138h-174v154h371v-807h152l206 244h-135v153h471v-153h-137l-256 -299v-4q2 0 11.5 -5.5t27.5 -27t37 -51.5l176 -301q25 -41 90 -41h66v-154h-156q-72 0 -104.5 18.5t-65.5 77.5l-205 350q-25 41 -96 41h-82v-333h139v-154h-499z" />
+<glyph unicode="l" horiz-adv-x="600" d="M174 295v997h-172v154h371v-1139q0 -74 23.5 -110.5t86.5 -36.5l56 2l-2 -164q-41 -4 -88 -4q-275 0 -275 301z" />
+<glyph unicode="m" horiz-adv-x="2048" d="M98 0v154h162v686q0 43 -45 43h-127v153h234q131 0 131 -114v-54l-7 -59h5q41 98 145 175t223 77q252 0 303 -244h4q45 102 146.5 173t224.5 71q338 0 338 -397v-510h164v-154h-363v621q0 125 -37.5 192.5t-144.5 67.5q-139 0 -222 -120t-83 -284v-323h162v-154h-361v621 q0 123 -35.5 191.5t-144.5 68.5q-139 0 -225 -125t-86 -287v-315h164v-154h-525z" />
+<glyph unicode="n" horiz-adv-x="1411" d="M98 0v154h162v684q0 45 -45 45h-127v153h234q131 0 131 -114v-54l-7 -59h5q10 27 36.5 63.5t72.5 81.5t124 76t170 31q176 0 260 -98.5t84 -298.5v-510h164v-154h-363v618q0 125 -39.5 193t-154.5 68q-152 0 -249 -118t-97 -280v-327h164v-154h-525z" />
+<glyph unicode="o" horiz-adv-x="1282" d="M82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5t-251.5 104.5q-150 0 -253 -104.5t-103 -264.5z" />
+<glyph unicode="p" horiz-adv-x="1304" d="M70 -256h161v1094q0 45 -45 45h-127v153h230q127 0 127 -102v-8l-4 -60h4l11 22q7 13 36 46t64.5 58.5t99 47t137.5 21.5q207 0 331 -149.5t124 -393.5t-132.5 -393.5t-336.5 -149.5q-63 0 -120 18.5t-92.5 44t-61 51.5t-38.5 44l-10 19h-4q6 -37 6 -91v-317h164v-154 h-524v154zM426 514q0 -150 78 -258.5t215 -108.5q127 0 213 99.5t86 269.5q0 168 -82 269.5t-213 101.5q-127 0 -212 -93.5t-85 -279.5z" />
+<glyph unicode="q" horiz-adv-x="1247" d="M86 518q0 246 131 394.5t338 148.5q190 0 330 -180h4q-4 29 -4 71v84h188v-1292h162v-154h-522v154h161v326l7 90h-4q-4 -8 -11.5 -20.5t-36 -44.5t-63.5 -56.5t-95.5 -44t-127.5 -19.5q-209 0 -333 149.5t-124 393.5zM289 518q0 -168 81 -269.5t212 -101.5 q127 0 213 93.5t86 279.5q0 150 -77 259.5t-218 109.5q-127 0 -212 -100.5t-85 -270.5z" />
+<glyph unicode="r" horiz-adv-x="866" d="M102 0v154h156v684q0 45 -45 45h-129v153h233q133 0 134 -121v-65l-5 -72h5q37 119 124 195t203 76l51 -5v-196q-25 6 -57 6q-154 0 -234.5 -128t-80.5 -298v-274h153v-154h-508z" />
+<glyph unicode="s" horiz-adv-x="985" d="M82 223v111h174v-68q0 -61 71.5 -95t166.5 -34q90 0 149 35t59 98q0 66 -53 101t-176 78q-18 6 -29 10q-74 27 -117.5 48t-98 58t-81 89.5t-26.5 119.5q0 141 114.5 214t268.5 73q131 0 244.5 -53.5t113.5 -155.5v-125h-174v68q0 47 -53 76.5t-129 29.5q-78 0 -131 -32.5 t-53 -92.5q0 -35 17 -62.5t57 -50t73 -36t92 -33.5q76 -25 123 -45.5t104.5 -57t86 -90t28.5 -120.5q0 -143 -116.5 -224.5t-299.5 -81.5q-156 0 -280.5 66.5t-124.5 181.5z" />
+<glyph unicode="t" horiz-adv-x="737" d="M211 379v504h-174v153h178v285h195v-285h247v-153h-247v-486q0 -74 22.5 -125t60 -73.5t69.5 -30.5t69 -8l47 2v-166q-29 -4 -72 -4q-47 0 -92 6t-102.5 30.5t-99.5 64.5t-71.5 114t-29.5 172z" />
+<glyph unicode="u" horiz-adv-x="1361" d="M215 373v510h-174v153h373v-622q0 -125 40 -191.5t154 -66.5q150 0 243 120.5t93 282.5v324h-174v153h373v-839q0 -45 45 -45h108v-152h-215q-131 0 -131 115v45l4 61h-4q-10 -27 -35.5 -62.5t-71.5 -79.5t-122 -74t-166 -30q-340 1 -340 398z" />
+<glyph unicode="v" horiz-adv-x="1189" d="M18 883v153h465v-153h-133l219 -604l23 -97h6q6 51 23 97l221 604h-133v153h462v-153h-129l-335 -883h-224l-333 883h-132z" />
+<glyph unicode="w" horiz-adv-x="1753" d="M20 883v153h463v-153h-139l176 -602l17 -97h6q4 53 16 97l227 753h181l227 -753l16 -97h7q4 53 16 97l178 602h-141v153h463v-153h-129l-267 -883h-221l-219 692l-18 99h-5q-6 -51 -18 -99l-219 -692h-221l-266 883h-130z" />
+<glyph unicode="x" horiz-adv-x="1171" d="M76 0v154h155l248 381l-229 348h-168v153h291l184 -301l35 -67h4q16 35 37 67l188 301h275v-153h-158l-231 -346l256 -383h139v-154h-264l-209 336l-37 65h-4q-14 -33 -37 -67l-205 -334h-270z" />
+<glyph unicode="y" horiz-adv-x="1208" d="M131 -215q59 -49 148 -49q129 0 190 143l43 103l-362 901h-132v153h474v-153h-138l232 -617q14 -45 18 -90h6q8 45 25 90l229 617h-133v153h459v-153h-129l-410 -1047q-51 -129 -146 -197.5t-218 -68.5q-131 0 -224 65z" />
+<glyph unicode="z" horiz-adv-x="1079" d="M98 131l572 692q31 37 57 60v4q-43 -4 -84 -4h-360v-166h-174v319h858v-131l-568 -692q-31 -37 -57 -57v-4q41 2 82 2h383v165h174v-319h-883v131z" />
+<glyph unicode="{" horiz-adv-x="690" d="M242 158v196q0 59 -18.5 103.5t-43 66t-50.5 34.5t-44 15l-18 5v176q6 0 18 2t42 16t53.5 36.5t42 68t18.5 104.5v172q0 92 25.5 160.5t61.5 104.5t86 58.5t86 27.5t72 5l50 -2v-151h-29q-27 0 -51.5 -7.5t-56 -26.5t-51 -65.5t-19.5 -115.5v-211q0 -57 -17.5 -104.5 t-42 -75t-48 -47t-42.5 -27.5l-16 -6v-4q6 -2 17.5 -6.5t40 -25t50 -47t40 -74.5t18.5 -107v-236q0 -70 19.5 -116t51 -65.5t56 -26.5t51.5 -7h29v-152q-20 -4 -50 -4q-37 0 -72.5 5.5t-85.5 28t-86 58t-61.5 105.5t-25.5 162z" />
+<glyph unicode="|" horiz-adv-x="563" d="M195 -326v1948h174v-1948h-174z" />
+<glyph unicode="}" horiz-adv-x="690" d="M70 -45h28q27 0 50.5 7t55.5 26.5t51 65.5t19 116v236q0 59 17.5 107t41 75.5t48.5 46t41 24.5l18 7v4q-6 2 -17 7t-40 25.5t-50.5 47t-40 74.5t-18.5 106v211q0 70 -19 116t-51 65t-55.5 26.5t-50.5 7.5h-28v151q18 2 47 2q37 0 72.5 -5t86 -27.5t86 -58.5t61.5 -104.5 t26 -160.5v-172q0 -172 137 -219l37 -8v-176q-6 0 -18.5 -2.5t-42.5 -16.5t-53.5 -35.5t-41.5 -65.5t-18 -104v-196q0 -92 -26 -162t-61.5 -105.5t-86 -58t-86 -28t-72.5 -5.5l-47 4v152z" />
+<glyph unicode="~" horiz-adv-x="1247" d="M137 418q0 174 75 260t210 86q74 0 131 -32t88 -68.5t77 -68.5t97 -32q72 0 104.5 57.5t32.5 135.5h162q0 -174 -74.5 -260t-212.5 -86q-72 0 -130 30.5t-88.5 68.5t-77 68.5t-97.5 30.5q-72 0 -103.5 -57t-31.5 -133h-162z" />
+<glyph unicode="&#xa1;" horiz-adv-x="491" d="M141 836v200h207v-200h-207zM143 -410l13 1049h178l14 -1049h-205z" />
+<glyph unicode="&#xa2;" horiz-adv-x="1134" d="M516 -27v177q-199 27 -315.5 187.5t-116.5 385.5q0 227 116.5 388t315.5 187v172h146v-172q133 -20 232 -103t153 -214l-181 -70q-90 203 -270 203q-145 0 -227 -109.5t-82 -281.5q0 -176 79.5 -282.5t229.5 -106.5q182 0 270 203l181 -72q-55 -125 -152.5 -213 t-232.5 -102v-177h-146z" />
+<glyph unicode="&#xa3;" horiz-adv-x="1257" d="M88 0v164h176v489h-139v144h139v278q0 170 126 282.5t319 112.5q92 0 177 -31.5t126 -62.5l39 -33l-113 -139q-102 84 -227 84q-111 0 -176.5 -63.5t-65.5 -157.5v-270h369v-144h-369v-485h522v233h178v-401h-1081z" />
+<glyph unicode="&#xa5;" horiz-adv-x="1298" d="M213 408v129h334v75l-55 99h-279v129h211l-338 606h231l242 -451l88 -209h4q43 113 88 209l244 451h231l-340 -606h209v-129h-276l-55 -99v-75h331v-129h-331v-408h-205v408h-334z" />
+<glyph unicode="&#xa7;" horiz-adv-x="890" d="M281 227l-146 799q-10 39 -10 94q0 154 103.5 252t281.5 98q80 0 151.5 -26.5t104.5 -50.5l33 -27l-94 -131q-82 70 -195 70q-96 0 -156.5 -53.5t-60.5 -153.5q0 -31 10 -82l139 -789h-161zM92 -23l90 138q86 -76 199 -76q94 0 155.5 56.5t61.5 158.5q0 51 -12 92 l-135 770h161l144 -799q10 -41 10 -92q0 -156 -104.5 -254t-280.5 -98q-80 0 -151.5 26.5t-104.5 51.5z" />
+<glyph unicode="&#xa8;" horiz-adv-x="1021" d="M627 1599v207h176v-207h-176zM217 1599v207h176v-207h-176z" />
+<glyph unicode="&#xa9;" horiz-adv-x="1642" d="M92 723q0 311 212 529t515 218q305 0 519 -218t214 -529t-214 -529.5t-519 -218.5q-303 0 -515 218.5t-212 529.5zM242 723q0 -256 166.5 -432t410.5 -176q248 0 416 176t168 432t-168 432t-416 176q-244 0 -410.5 -176t-166.5 -432zM430 721q0 168 111.5 288.5 t292.5 120.5q195 0 311 -165l22 -37l-125 -68q-8 14 -23 36t-67.5 57.5t-111.5 35.5q-117 0 -185.5 -79t-68.5 -189q0 -115 67.5 -191.5t186.5 -76.5q59 0 110 32.5t72 63.5l20 33l125 -68q-4 -8 -12 -21.5t-38 -49t-64.5 -62.5t-94 -48.5t-124.5 -21.5q-180 0 -292 120 t-112 290z" />
+<glyph unicode="&#xaa;" horiz-adv-x="868" d="M375 782q-90 0 -156.5 53.5t-66.5 145.5q0 225 387 225h20v13q0 129 -131 129q-41 0 -83 -14.5t-64 -28.5l-23 -15l-59 101q92 76 247 75q127 0 194 -66.5t67 -191.5v-411h-140v94h-4q-6 -12 -19.5 -30.5t-61.5 -48.5t-107 -30zM406 903q66 0 108.5 56.5t42.5 125.5v17 h-22q-233 0 -234 -111q0 -37 28 -62.5t77 -25.5zM152 543v116h561v-116h-561z" />
+<glyph unicode="&#xab;" horiz-adv-x="1148" d="M502 578l336 421h198l-336 -421l336 -420h-198zM424 158l-336 420l336 421h199l-336 -421l336 -420h-199z" />
+<glyph unicode="&#xac;" horiz-adv-x="1216" d="M100 696v160h977v-547h-166v387h-811z" />
+<glyph unicode="&#xad;" horiz-adv-x="974" d="M188 496v176h598v-176h-598z" />
+<glyph unicode="&#xae;" horiz-adv-x="1642" d="M92 723q0 311 212 529t515 218q305 0 519 -218t214 -529t-214 -529.5t-519 -218.5q-303 0 -515 218.5t-212 529.5zM242 723q0 -256 166.5 -432t410.5 -176q248 0 416 176t168 432t-168 432t-416 176q-244 0 -410.5 -176t-166.5 -432zM569 340v772h297q111 0 177.5 -64.5 t66.5 -170.5q0 -82 -43 -136.5t-98 -68.5v-4q8 -8 26 -43l148 -285h-160l-143 299h-125v-299h-146zM715 745h123q57 0 91 35t34 97q0 59 -34 91.5t-91 32.5h-123v-256z" />
+<glyph unicode="&#xaf;" horiz-adv-x="1021" d="M250 1606v145h522v-145h-522z" />
+<glyph unicode="&#xb0;" horiz-adv-x="800" d="M399 864q-129 0 -219 88t-90 215q0 125 90 214t219 89t220.5 -89t91.5 -214t-91.5 -214t-220.5 -89zM399.5 1016q63.5 0 108.5 44t45 107.5t-45 108.5t-108.5 45t-106.5 -45t-43 -108.5t43 -107.5t106.5 -44z" />
+<glyph unicode="&#xb1;" horiz-adv-x="1255" d="M86 504v160h459v503h168v-503h456v-160h-456v-504h-168v504h-459zM119 -195h1018v-159h-1018v159z" />
+<glyph unicode="&#xb2;" horiz-adv-x="763" d="M68 948q0 90 45 163t109.5 119t129 86t109.5 88t45 103q0 57 -41 95t-105 38q-98 -4 -174 -98l-100 92l11 17q7 10 35 34.5t57.5 44t79.5 36t104 16.5q129 0 209 -74t80 -188q0 -84 -43.5 -149.5t-106.5 -107.5l-126 -80q-62 -38 -108.5 -85t-50.5 -105h322v105h129v-232 h-602q-8 51 -8 82z" />
+<glyph unicode="&#xb3;" horiz-adv-x="765" d="M94 1530v231h574v-98l-230 -266q104 -16 175 -80t71 -174q0 -121 -90 -209t-229 -88q-90 0 -166 33.5t-105 66.5l-31 35l87 104q8 -12 23 -28.5t69.5 -45t115.5 -28.5q68 0 119 45t51 111q0 68 -53 106.5t-127 38.5h-65l-33 78l194 235l45 41v7q-29 -6 -61 -7h-205v-108 h-129z" />
+<glyph unicode="&#xb4;" horiz-adv-x="1021" d="M295 1546l213 260h227l-254 -260h-186z" />
+<glyph unicode="&#xb5;" horiz-adv-x="1218" d="M145 -410v1446h199v-618q0 -125 40 -191.5t153 -66.5q154 0 245.5 114.5t91.5 276.5v485h199v-1036h-192v141l4 72h-6q-4 -10 -12.5 -25.5t-40 -56.5t-71.5 -72.5t-108.5 -57.5t-148.5 -26q-131 2 -187 64h-4q14 -100 15 -160v-289h-177z" />
+<glyph unicode="&#x3bc;" horiz-adv-x="1218" d="M145 -410v1446h199v-618q0 -125 40 -191.5t153 -66.5q154 0 245.5 114.5t91.5 276.5v485h199v-1036h-192v141l4 72h-6q-4 -10 -12.5 -25.5t-40 -56.5t-71.5 -72.5t-108.5 -57.5t-148.5 -26q-131 2 -187 64h-4q14 -100 15 -160v-289h-177z" />
+<glyph unicode="&#xb6;" horiz-adv-x="1220" d="M557 -102v596q-199 0 -342 138t-143 338.5t142 338t341 137.5h557v-176h-401v-1372h-154zM838 -102v1255h151v-1255h-151z" />
+<glyph unicode="&#xb7;" horiz-adv-x="573" d="M182 485v217h209v-217h-209z" />
+<glyph unicode="&#xb8;" horiz-adv-x="1021" d="M381 -199l65 250l105 -20v-17l-33 -129q70 -4 116 -46t46 -107q0 -88 -65.5 -132t-161.5 -44q-27 0 -54.5 3t-42.5 7l-14 4v108q39 -12 90 -12q104 0 105 66q0 70 -121 69h-35z" />
+<glyph unicode="&#xb9;" horiz-adv-x="688" d="M76 866v127h211v506l6 64h-4q-10 -18 -33 -37l-98 -96l-95 100l240 231h137v-768h209v-127h-573z" />
+<glyph unicode="&#xba;" horiz-adv-x="964" d="M481.5 786q-147.5 0 -249 97.5t-101.5 246.5q0 143 101.5 240.5t246.5 97.5q147 0 249.5 -96t102.5 -242q0 -150 -101 -247t-248.5 -97zM481 920q84 0 142.5 59t58.5 151q0 90 -58.5 148.5t-142.5 58.5q-86 0 -144 -58t-58 -149q0 -92 58 -151t144 -59zM164 543v116h639 v-116h-639z" />
+<glyph unicode="&#xbb;" horiz-adv-x="1146" d="M524 158l336 420l-336 421h199l336 -421l-336 -420h-199zM113 158l336 420l-336 421h198l336 -421l-336 -420h-198z" />
+<glyph unicode="&#xbc;" horiz-adv-x="1959" d="M1608 0v223h-426v99l411 573h166v-551h127v-121h-127v-223h-151zM1339 344h269v299l8 92h-6q-18 -45 -43 -80l-228 -307v-4zM549 0l688 1446h154l-686 -1446h-156zM115 551v127h211v506l6 63h-4q-10 -18 -33 -37l-98 -96l-95 100l240 232h137v-768h209v-127h-573z" />
+<glyph unicode="&#xbd;" horiz-adv-x="1927" d="M1227 82q0 90 45 162.5t109.5 119t129 86t109.5 88t45 103.5q0 57 -41 95t-104 38q-98 -4 -174 -98l-101 92l11 16q7 10 35 35t57.5 44.5t80 35.5t103.5 16q129 0 209 -73.5t80 -188.5q0 -84 -43 -149.5t-107 -107.5l-126 -80q-62 -38 -108 -85t-51 -104h322v104h129 v-231h-602q-8 51 -8 82zM539 0l688 1446h153l-686 -1446h-155zM100 551v127h211v506l6 63h-4q-10 -18 -32 -37l-99 -96l-94 100l240 232h137v-768h209v-127h-574z" />
+<glyph unicode="&#xbe;" horiz-adv-x="1986" d="M1630 0v223h-426v99l412 573h166v-551h127v-121h-127v-223h-152zM1362 344h268v299l8 92h-6q-18 -45 -43 -80l-227 -307v-4zM125 1214v232h573v-98l-229 -267q104 -16 175 -79.5t71 -174.5q0 -121 -90 -209t-230 -88q-90 0 -165.5 34t-106.5 67l-29 35l86 104 q8 -12 23.5 -28.5t70 -45t115.5 -28.5q68 0 119 45t51 110q0 68 -53 107t-127 39h-66l-32 78l194 235l45 41v6q-29 -6 -61 -6h-205v-109h-129zM569 0l688 1446h154l-686 -1446h-156z" />
+<glyph unicode="&#xbf;" horiz-adv-x="952" d="M455 836v200h204v-200h-204zM98 -57q0 94 37 168.5t90.5 125t107.5 96.5t91 104.5t37 125.5v76h192v-88q0 -86 -35.5 -157.5t-87.5 -120.5l-102 -93q-51 -45 -87 -101t-36 -120q0 -86 67.5 -145.5t168.5 -59.5q57 0 115.5 22.5t88.5 43.5l29 22l109 -141 q-6 -6 -16.5 -14.5t-45.5 -31t-73.5 -39.5t-98 -31.5t-123.5 -14.5q-180 0 -304 103.5t-124 269.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="1480" d="M25 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM535 645h409l-176 502q-8 27 -14 54.5l-9 41.5l-2 14h-6q-6 -51 -24 -110zM674 1546l-254 260h229l211 -260h-186z" />
+<glyph unicode="&#xc1;" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110zM612 1546l213 260h228l-254 -260h-187z" />
+<glyph unicode="&#xc2;" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110zM449 1546l180 260h215l180 -260h-178l-109 164h-4l-106 -164h-178z" />
+<glyph unicode="&#xc3;" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110zM389 1548q0 260 209 260q49 0 90 -21.5t63.5 -47t51 -47t55.5 -21.5q82 0 82 131h147 q0 -260 -208 -260q-49 0 -90 21.5t-64 47t-51.5 47t-55.5 21.5q-82 0 -81 -131h-148z" />
+<glyph unicode="&#xc4;" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110zM854 1599v207h176v-207h-176zM444 1599v207h177v-207h-177z" />
+<glyph unicode="&#xc5;" horiz-adv-x="1476" d="M23 0v160h139l461 1286h231l461 -1286h139v-160h-502v160h154l-113 321h-512l-112 -321h155v-160h-501zM532 645h410l-176 502q-8 27 -14.5 54.5t-8.5 41.5l-2 14h-6q-6 -51 -24 -110zM737 1513q-78 0 -133 45.5t-55 118.5q0 78 55 124t133 46t135.5 -47t57.5 -123 q0 -74 -57.5 -119t-135.5 -45zM737 1604q35 0 55.5 20.5t20.5 52.5q0 37 -20.5 58.5t-55.5 21.5q-33 0 -53 -21.5t-20 -58.5q0 -33 20 -53t53 -20z" />
+<glyph unicode="&#xc6;" horiz-adv-x="1927" d="M25 0v160h129l464 1128h-157v158h1327v-336h-170v168h-485v-465h507v-168h-507v-477h520v170h170v-338h-1071v160h176v487h-369l-199 -487h156v-160h-491zM621 807h307v471h-115z" />
+<glyph unicode="&#xc7;" horiz-adv-x="1523" d="M713 -199l47 179q-291 31 -475.5 242.5t-184.5 508.5q0 317 212 528t528 211q74 0 160.5 -14t178 -44t152 -90t60.5 -138v-176h-191v112q0 59 -62.5 100.5t-138 57.5t-151.5 16q-233 0 -385 -155.5t-152 -399.5q0 -256 156 -420.5t393 -164.5q66 0 141.5 13t147.5 54 t72 103v112h190v-176q0 -72 -54 -129t-140.5 -89t-173.5 -48.5t-171 -18.5l-20 -90q68 -4 115 -47t47 -106q0 -88 -66.5 -132t-161.5 -44l-112 14v108q39 -12 92 -12q102 0 102 66q0 70 -118 69h-37z" />
+<glyph unicode="&#xc8;" horiz-adv-x="1294" d="M109 0v160h180v1128h-180v158h1046v-336h-178v168h-483v-465h512v-168h-512v-477h518v174h178v-342h-1081zM602 1546l-254 260h230l210 -260h-186z" />
+<glyph unicode="&#xc9;" horiz-adv-x="1294" d="M545 1546l213 260h227l-254 -260h-186zM109 0v160h180v1128h-180v158h1046v-336h-178v168h-483v-465h512v-168h-512v-477h518v174h178v-342h-1081z" />
+<glyph unicode="&#xca;" horiz-adv-x="1294" d="M381 1546l180 260h215l180 -260h-178l-108 164h-4l-107 -164h-178zM109 0v160h180v1128h-180v158h1046v-336h-178v168h-483v-465h512v-168h-512v-477h518v174h178v-342h-1081z" />
+<glyph unicode="&#xcb;" horiz-adv-x="1294" d="M784 1599v207h177v-207h-177zM375 1599v207h176v-207h-176zM109 0v160h180v1128h-180v158h1046v-336h-178v168h-483v-465h512v-168h-512v-477h518v174h178v-342h-1081z" />
+<glyph unicode="&#xcc;" horiz-adv-x="782" d="M109 0v160h180v1128h-180v158h567v-158h-182v-1128h182v-160h-567zM328 1546l-254 260h229l211 -260h-186z" />
+<glyph unicode="&#xcd;" horiz-adv-x="782" d="M109 0v160h180v1128h-180v158h567v-158h-182v-1128h182v-160h-567zM268 1546l213 260h228l-254 -260h-187z" />
+<glyph unicode="&#xce;" horiz-adv-x="782" d="M109 0v160h180v1128h-180v158h567v-158h-182v-1128h182v-160h-567zM104 1546l181 260h215l180 -260h-178l-109 164h-4l-106 -164h-179z" />
+<glyph unicode="&#xcf;" horiz-adv-x="782" d="M109 0v160h180v1128h-180v158h567v-158h-182v-1128h182v-160h-567zM508 1599v207h176v-207h-176zM98 1599v207h176v-207h-176z" />
+<glyph unicode="&#xd0;" horiz-adv-x="1611" d="M109 0v160h180v479h-154v168h154v481h-180v158h663q336 0 534.5 -191.5t198.5 -529.5q0 -340 -198.5 -532.5t-534.5 -192.5h-663zM494 168h264q246 0 390 145.5t144 411.5q0 264 -145.5 408.5t-388.5 144.5h-264v-471h317v-168h-317v-471z" />
+<glyph unicode="&#xd1;" horiz-adv-x="1716" d="M109 0v160h180v1128h-180v158h383l710 -1036l49 -105h6q-10 72 -10 117v866h-184v158h571v-158h-182v-1288h-201l-710 1036q-12 18 -24.5 44t-18.5 42l-6 19h-7l9 -117v-864h186v-160h-571zM520 1548q0 260 209 260q49 0 90 -21.5t63.5 -47t51.5 -47t55 -21.5 q82 0 82 131h148q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51.5 47t-55 21.5q-82 0 -82 -131h-148z" />
+<glyph unicode="&#xd2;" horiz-adv-x="1683" d="M98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5t154.5 409.5q0 236 -154.5 396.5t-375.5 160.5q-223 0 -378 -160.5 t-155 -396.5zM776 1546l-254 260h230l211 -260h-187z" />
+<glyph unicode="&#xd3;" horiz-adv-x="1683" d="M717 1546l213 260h227l-254 -260h-186zM98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5t154.5 409.5q0 236 -154.5 396.5 t-375.5 160.5q-223 0 -378 -160.5t-155 -396.5z" />
+<glyph unicode="&#xd4;" horiz-adv-x="1683" d="M553 1546l180 260h215l180 -260h-178l-108 164h-4l-107 -164h-178zM98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5 t154.5 409.5q0 236 -154.5 396.5t-375.5 160.5q-223 0 -378 -160.5t-155 -396.5z" />
+<glyph unicode="&#xd5;" horiz-adv-x="1683" d="M98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5t154.5 409.5q0 236 -154.5 396.5t-375.5 160.5q-223 0 -378 -160.5 t-155 -396.5zM494 1548q0 260 208 260q49 0 90.5 -21.5t64 -47t51 -47t55.5 -21.5q82 0 81 131h148q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51 47t-55.5 21.5q-82 0 -82 -131h-147z" />
+<glyph unicode="&#xd6;" horiz-adv-x="1683" d="M958 1599v207h177v-207h-177zM549 1599v207h176v-207h-176zM98 733q0 311 214 524t530 213q313 0 528 -213t215 -524q0 -319 -215 -538.5t-528 -219.5q-315 0 -529.5 219.5t-214.5 538.5zM309 733q0 -244 154.5 -409.5t378.5 -165.5q221 0 375.5 165.5t154.5 409.5 q0 236 -154.5 396.5t-375.5 160.5q-223 0 -378 -160.5t-155 -396.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="1255" d="M94 113l424 471l-424 471l113 112l420 -467l420 467l112 -112l-426 -471l426 -471l-112 -113l-420 465l-420 -465z" />
+<glyph unicode="&#xd8;" horiz-adv-x="1681" d="M250 18l100 140q-252 225 -252 575q0 311 215 524t527 213q209 0 381 -102l92 131l100 -69l-92 -130q123 -102 192.5 -249.5t69.5 -317.5q0 -319 -215 -538.5t-528 -219.5q-215 0 -391 111l-99 -137zM469 324l637 886q-121 74 -266 74q-223 0 -378 -157.5t-155 -393.5 q0 -247 162 -409zM561 244q123 -82 279 -82q223 0 378.5 163.5t155.5 407.5q0 248 -170 404z" />
+<glyph unicode="&#xd9;" horiz-adv-x="1632" d="M246 539v749h-183v158h570v-158h-182v-747q0 -147 55 -236q92 -147 311 -147t311 151q55 94 56 234v745h-183v158h568v-158h-180v-749q0 -209 -101 -353q-72 -102 -196.5 -156.5t-274.5 -54.5q-154 0 -277.5 55.5t-197.5 155.5q-96 132 -96 353zM752 1546l-254 260h229 l211 -260h-186z" />
+<glyph unicode="&#xda;" horiz-adv-x="1632" d="M692 1546l213 260h228l-254 -260h-187zM246 539v749h-183v158h570v-158h-182v-747q0 -147 55 -236q92 -147 311 -147t311 151q55 94 56 234v745h-183v158h568v-158h-180v-749q0 -209 -101 -353q-72 -102 -196.5 -156.5t-274.5 -54.5q-154 0 -277.5 55.5t-197.5 155.5 q-96 132 -96 353z" />
+<glyph unicode="&#xdb;" horiz-adv-x="1632" d="M528 1546l181 260h215l180 -260h-178l-109 164h-4l-106 -164h-179zM246 539v749h-183v158h570v-158h-182v-747q0 -147 55 -236q92 -147 311 -147t311 151q55 94 56 234v745h-183v158h568v-158h-180v-749q0 -209 -101 -353q-72 -102 -196.5 -156.5t-274.5 -54.5 q-154 0 -277.5 55.5t-197.5 155.5q-96 132 -96 353z" />
+<glyph unicode="&#xdc;" horiz-adv-x="1632" d="M934 1599v207h176v-207h-176zM524 1599v207h176v-207h-176zM246 539v749h-183v158h570v-158h-182v-747q0 -147 55 -236q92 -147 311 -147t311 151q55 94 56 234v745h-183v158h568v-158h-180v-749q0 -209 -101 -353q-72 -102 -196.5 -156.5t-274.5 -54.5 q-154 0 -277.5 55.5t-197.5 155.5q-96 132 -96 353z" />
+<glyph unicode="&#xdd;" horiz-adv-x="1331" d="M381 0v160h182v452l-405 676h-138v158h498v-158h-151l268 -454l29 -62h4q12 31 30 62l269 454h-150v158h494v-158h-137l-406 -676v-452h182v-160h-569zM545 1546l213 260h227l-254 -260h-186z" />
+<glyph unicode="&#xde;" horiz-adv-x="1331" d="M109 0v160h180v1128h-180v158h567v-158h-184v-147h342q199 0 318.5 -105.5t119.5 -287.5q0 -184 -120 -294t-321 -110h-339v-184h184v-160h-567zM492 504h299q131 0 202.5 63.5t71.5 180.5q0 115 -70.5 174t-201.5 59h-301v-477z" />
+<glyph unicode="&#xdf;" horiz-adv-x="1273" d="M66 0v154h163v931q0 180 131.5 282.5t311.5 102.5q168 0 278.5 -95t110.5 -234q0 -68 -33 -126.5t-70.5 -93t-70.5 -77.5t-33 -84q0 -35 38 -72t91 -73.5t107.5 -78.5t92.5 -104.5t38 -134.5q0 -150 -101.5 -230.5t-249.5 -80.5q-186 0 -288 59v176q115 -63 266 -63 q74 0 123 36.5t49 110.5q0 55 -57.5 109.5t-126 94.5t-126 105.5t-57.5 139.5q0 57 32 110.5t71 89t70.5 86t31.5 99.5q0 66 -51 112.5t-143 46.5q-96 0 -167 -59t-71 -168v-1071h-360z" />
+<glyph unicode="&#xe0;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM473 1186l-254 260h230l210 -260h-186z" />
+<glyph unicode="&#xe1;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM414 1186l213 260h227l-254 -260h-186z" />
+<glyph unicode="&#xe2;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM250 1186l180 260h215l180 -260h-178l-108 164h-4 l-107 -164h-178z" />
+<glyph unicode="&#xe3;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM190 1188q0 260 209 260q49 0 90 -21.5t63.5 -47 t51.5 -47t55 -21.5q82 0 82 131h148q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51.5 47t-55 21.5q-82 0 -82 -131h-148z" />
+<glyph unicode="&#xe4;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM655 1239v207h176v-207h-176zM246 1239v207h176v-207 h-176z" />
+<glyph unicode="&#xe5;" d="M68 289q0 78 31.5 138t88 97t117 60.5t136 35t125.5 14.5t106 3h65v39q0 221 -221 221q-74 0 -147.5 -24.5t-110.5 -49.5l-39 -26l-80 141q6 4 17.5 13.5t51.5 29.5t82 36.5t108.5 30t133.5 13.5q199 0 301.5 -101.5t102.5 -297.5v-463q0 -45 45 -45h104v-154h-206 q-129 0 -129 113v14l8 68h-4l-12 -24q-7 -15 -36.5 -53t-64.5 -66.5t-97.5 -52.5t-131.5 -24q-141 0 -242.5 82t-101.5 232zM268 305q0 -74 50.5 -125t136.5 -51q125 0 204.5 104.5t79.5 231.5v43h-51q-420 0 -420 -203zM538.5 1153q-77.5 0 -133 45t-55.5 119 q0 78 55.5 124t133 46t135 -47t57.5 -123q0 -74 -57.5 -119t-135 -45zM539 1243q35 0 55 20.5t20 53.5q0 37 -20.5 58.5t-54.5 21.5q-33 0 -53.5 -21.5t-20.5 -58.5q0 -33 20.5 -53.5t53.5 -20.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="1767" d="M70 289q0 78 28.5 138t84 96t112.5 58.5t135 33t131 13.5t123 3h55v35q0 231 -227 231q-74 0 -147.5 -24.5t-110.5 -49.5l-37 -26l-80 141q16 14 48 34.5t134.5 54.5t208.5 34q254 0 336 -182h4q127 182 369 182q207 0 325.5 -137.5t118.5 -345.5l-6 -76h-743 q8 -172 104.5 -266.5t241.5 -94.5q78 0 154.5 30t113.5 60l37 31l82 -139q-16 -16 -49 -41t-137.5 -66t-212.5 -41q-154 0 -268.5 69t-178.5 192h-4q-10 -29 -32.5 -65t-66.5 -84t-121 -80t-169 -32q-150 0 -253 84.5t-103 229.5zM940 631h541q-4 127 -76 199.5t-172 72.5 q-115 0 -194 -70.5t-99 -201.5zM268 299q0 -70 51.5 -119t141.5 -49q121 0 200.5 104.5t79.5 229.5v37h-96q-377 0 -377 -203z" />
+<glyph unicode="&#xe7;" horiz-adv-x="1132" d="M498 -199l49 183q-201 29 -333 172t-132 360q0 236 157.5 390.5t391.5 154.5q63 0 128.5 -12.5t130 -38t105.5 -73.5t41 -112v-127h-176v72q0 55 -71.5 87t-151.5 32q-158 0 -255 -101.5t-97 -267.5q0 -172 104.5 -272.5t259.5 -100.5q80 0 161 33t103 49l68 52l76 -146 q-33 -31 -77 -60.5t-136 -63.5t-187 -36l-20 -90q68 -4 115 -47t47 -106q0 -88 -66.5 -132t-161.5 -44l-112 14v108q41 -12 92 -12q102 0 102 66q0 70 -118 69h-37z" />
+<glyph unicode="&#xe8;" d="M84 518q0 244 146.5 393.5t371.5 149.5q213 0 331 -137.5t118 -348.5l-7 -75h-757q8 -166 110.5 -259.5t247.5 -93.5q80 0 158 29t115 57l36 31l82 -145q-18 -16 -50 -40t-137.5 -64t-215.5 -40q-242 0 -395.5 155t-153.5 388zM295 627h551q-4 131 -75 203.5t-173 72.5 q-115 0 -199 -73.5t-104 -202.5zM539 1186l-254 260h229l211 -260h-186z" />
+<glyph unicode="&#xe9;" d="M479 1186l213 260h228l-254 -260h-187zM84 518q0 244 146.5 393.5t371.5 149.5q213 0 331 -137.5t118 -348.5l-7 -75h-757q8 -166 110.5 -259.5t247.5 -93.5q80 0 158 29t115 57l36 31l82 -145q-18 -16 -50 -40t-137.5 -64t-215.5 -40q-242 0 -395.5 155t-153.5 388z M295 627h551q-4 131 -75 203.5t-173 72.5q-115 0 -199 -73.5t-104 -202.5z" />
+<glyph unicode="&#xea;" d="M315 1186l181 260h215l180 -260h-178l-109 164h-4l-106 -164h-179zM84 518q0 244 146.5 393.5t371.5 149.5q213 0 331 -137.5t118 -348.5l-7 -75h-757q8 -166 110.5 -259.5t247.5 -93.5q80 0 158 29t115 57l36 31l82 -145q-18 -16 -50 -40t-137.5 -64t-215.5 -40 q-242 0 -395.5 155t-153.5 388zM295 627h551q-4 131 -75 203.5t-173 72.5q-115 0 -199 -73.5t-104 -202.5z" />
+<glyph unicode="&#xeb;" d="M721 1239v207h176v-207h-176zM311 1239v207h176v-207h-176zM84 518q0 244 146.5 393.5t371.5 149.5q213 0 331 -137.5t118 -348.5l-7 -75h-757q8 -166 110.5 -259.5t247.5 -93.5q80 0 158 29t115 57l36 31l82 -145q-18 -16 -50 -40t-137.5 -64t-215.5 -40 q-242 0 -395.5 155t-153.5 388zM295 627h551q-4 131 -75 203.5t-173 72.5q-115 0 -199 -73.5t-104 -202.5z" />
+<glyph unicode="&#xec;" horiz-adv-x="661" d="M96 0v154h152v729h-156v153h354v-882h150v-154h-500zM281 1186l-254 260h229l211 -260h-186z" />
+<glyph unicode="&#xed;" horiz-adv-x="661" d="M221 1186l213 260h228l-254 -260h-187zM96 0v154h152v729h-156v153h354v-882h150v-154h-500z" />
+<glyph unicode="&#xee;" horiz-adv-x="661" d="M57 1186l181 260h215l180 -260h-178l-109 164h-4l-106 -164h-179zM96 0v154h152v729h-156v153h354v-882h150v-154h-500z" />
+<glyph unicode="&#xef;" horiz-adv-x="661" d="M96 0v154h152v729h-156v153h354v-882h150v-154h-500zM426 1239v207h176v-207h-176zM72 1239v207h176v-207h-176z" />
+<glyph unicode="&#xf0;" horiz-adv-x="1208" d="M88 481q0 195 129 334t354 139q158 -4 252 -86h4q-63 170 -227 279l-364 -160l-21 107l264 118q-131 66 -274 99l55 162q248 -57 434 -170l273 122l20 -108l-194 -88q299 -246 299 -666q0 -109 -30 -209t-89.5 -187t-162.5 -139.5t-237 -52.5q-223 0 -354 150.5 t-131 355.5zM289 477q0 -135 76.5 -232.5t212.5 -97.5q80 0 142 34t98 91.5t54.5 122t18.5 133.5q0 117 -79 192t-210 75q-150 0 -231.5 -93.5t-81.5 -224.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="1411" d="M98 0v154h162v684q0 45 -45 45h-127v153h234q131 0 131 -114v-54l-7 -59h5q10 27 36.5 63.5t72.5 81.5t124 76t170 31q176 0 260 -98.5t84 -298.5v-510h164v-154h-363v618q0 125 -39.5 193t-154.5 68q-152 0 -249 -118t-97 -280v-327h164v-154h-525zM397 1188 q0 260 209 260q49 0 90 -21.5t63.5 -47t51.5 -47t55 -21.5q82 0 82 131h148q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51.5 47t-55 21.5q-82 0 -82 -131h-148z" />
+<glyph unicode="&#xf2;" horiz-adv-x="1282" d="M82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5t-251.5 104.5q-150 0 -253 -104.5t-103 -264.5zM575 1186l-253 260 h229l211 -260h-187z" />
+<glyph unicode="&#xf3;" horiz-adv-x="1282" d="M518 1186l213 260h227l-253 -260h-187zM82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5t-251.5 104.5 q-150 0 -253 -104.5t-103 -264.5z" />
+<glyph unicode="&#xf4;" horiz-adv-x="1282" d="M354 1186l181 260h215l180 -260h-178l-109 164h-4l-107 -164h-178zM82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5 t-251.5 104.5q-150 0 -253 -104.5t-103 -264.5z" />
+<glyph unicode="&#xf5;" horiz-adv-x="1282" d="M82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5t-251.5 104.5q-150 0 -253 -104.5t-103 -264.5zM293 1188 q0 260 209 260q49 0 90 -21.5t63.5 -47t51 -47t55.5 -21.5q82 0 82 131h147q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51 47t-55.5 21.5q-82 0 -82 -131h-147z" />
+<glyph unicode="&#xf6;" horiz-adv-x="1282" d="M758 1239v207h176v-207h-176zM348 1239v207h176v-207h-176zM82 520.5q0 233.5 162 387t397.5 153.5t397 -153.5t161.5 -387t-163 -389.5t-396 -156t-396 156t-163 389.5zM285 520q0 -162 103.5 -267.5t252.5 -105.5q147 0 251.5 106.5t104.5 266.5t-104.5 264.5 t-251.5 104.5q-150 0 -253 -104.5t-103 -264.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="1255" d="M530 891v186h193v-186h-193zM111 504v160h1034v-160h-1034zM530 90v186h193v-186h-193z" />
+<glyph unicode="&#xf8;" horiz-adv-x="1282" d="M207 -10l76 108q-92 74 -145.5 183.5t-53.5 238.5q0 233 162 387t395 154q150 0 281 -72l82 113l88 -62l-80 -110q188 -162 188 -410q0 -233 -163 -389t-396 -156q-141 0 -266 66l-80 -115zM395 254l422 588q-90 47 -176 47q-147 0 -251.5 -104.5t-104.5 -264.5 q-1 -151 110 -266zM481 188q78 -41 160 -41q150 0 253 105.5t103 267.5q0 143 -98 252z" />
+<glyph unicode="&#xf9;" horiz-adv-x="1361" d="M215 373v510h-174v153h373v-622q0 -125 40 -191.5t154 -66.5q150 0 243 120.5t93 282.5v324h-174v153h373v-839q0 -45 45 -45h108v-152h-215q-131 0 -131 115v45l4 61h-4q-10 -27 -35.5 -62.5t-71.5 -79.5t-122 -74t-166 -30q-340 1 -340 398zM588 1186l-254 260h229 l211 -260h-186z" />
+<glyph unicode="&#xfa;" horiz-adv-x="1361" d="M530 1186l213 260h228l-254 -260h-187zM215 373v510h-174v153h373v-622q0 -125 40 -191.5t154 -66.5q150 0 243 120.5t93 282.5v324h-174v153h373v-839q0 -45 45 -45h108v-152h-215q-131 0 -131 115v45l4 61h-4q-10 -27 -35.5 -62.5t-71.5 -79.5t-122 -74t-166 -30 q-340 1 -340 398z" />
+<glyph unicode="&#xfb;" horiz-adv-x="1361" d="M365 1186l180 260h215l180 -260h-178l-109 164h-4l-106 -164h-178zM215 373v510h-174v153h373v-622q0 -125 40 -191.5t154 -66.5q150 0 243 120.5t93 282.5v324h-174v153h373v-839q0 -45 45 -45h108v-152h-215q-131 0 -131 115v45l4 61h-4q-10 -27 -35.5 -62.5 t-71.5 -79.5t-122 -74t-166 -30q-340 1 -340 398z" />
+<glyph unicode="&#xfc;" horiz-adv-x="1361" d="M770 1239v207h176v-207h-176zM360 1239v207h177v-207h-177zM215 373v510h-174v153h373v-622q0 -125 40 -191.5t154 -66.5q150 0 243 120.5t93 282.5v324h-174v153h373v-839q0 -45 45 -45h108v-152h-215q-131 0 -131 115v45l4 61h-4q-10 -27 -35.5 -62.5t-71.5 -79.5 t-122 -74t-166 -30q-340 1 -340 398z" />
+<glyph unicode="&#xfd;" horiz-adv-x="1208" d="M131 -215q59 -49 148 -49q129 0 190 143l43 103l-362 901h-132v153h474v-153h-138l232 -617q14 -45 18 -90h6q8 45 25 90l229 617h-133v153h459v-153h-129l-410 -1047q-51 -129 -146 -197.5t-218 -68.5q-131 0 -224 65zM492 1186l213 260h227l-254 -260h-186z" />
+<glyph unicode="&#xfe;" horiz-adv-x="1245" d="M6 1292v154h367v-475l-4 -86h4q4 6 10 18t33.5 43t61.5 53.5t93.5 42t128.5 19.5q209 0 334 -151.5t125 -391t-130 -391.5t-335 -152q-201 0 -305 146l-16 29h-4q4 -37 4 -91v-315h162v-154h-525v154h164v1548h-168zM367 516q0 -162 80.5 -265.5t216.5 -103.5 q127 0 210.5 102.5t83.5 268.5q0 164 -79.5 267.5t-210.5 103.5t-216 -92.5t-85 -280.5z" />
+<glyph unicode="&#xff;" horiz-adv-x="1208" d="M131 -215q59 -49 148 -49q129 0 190 143l43 103l-362 901h-132v153h474v-153h-138l232 -617q14 -45 18 -90h6q8 45 25 90l229 617h-133v153h459v-153h-129l-410 -1047q-51 -129 -146 -197.5t-218 -68.5q-131 0 -224 65zM731 1239v207h176v-207h-176zM322 1239v207h176 v-207h-176z" />
+<glyph unicode="&#x152;" horiz-adv-x="1994" d="M100 725q0 313 215 526t535 213q53 0 135 -9t115 -9h755v-336h-169v168h-486v-467h506v-166h-506v-477h520v170h170v-338h-788q-33 0 -116 -9t-136 -9q-319 0 -534.5 214t-215.5 529zM309 725q0 -244 151.5 -407.5t389.5 -163.5l145 16v1108q-63 14 -145 14 q-238 0 -389.5 -162.5t-151.5 -404.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="2048" d="M82 516q0 240 159.5 392.5t391.5 152.5q303 0 450 -246h4q131 246 426 246q211 0 330 -137.5t119 -348.5l-6 -77h-756q12 -168 113.5 -261.5t242.5 -93.5q80 0 157 30t114 60l37 29l82 -139q-18 -16 -50 -41t-137.5 -66t-214.5 -41q-313 0 -452 252h-5 q-147 -252 -452 -252q-233 0 -393 150.5t-160 390.5zM1206 627h553q-4 129 -74.5 202.5t-173.5 73.5q-117 0 -201 -73.5t-104 -202.5zM285 516q0 -164 102 -266.5t251.5 -102.5t253 103.5t103.5 271.5q0 162 -104.5 264.5t-251.5 102.5t-250.5 -103.5t-103.5 -269.5z" />
+<glyph unicode="&#x178;" horiz-adv-x="1331" d="M381 0v160h182v452l-405 676h-138v158h498v-158h-151l268 -454l29 -62h4q12 31 30 62l269 454h-150v158h494v-158h-137l-406 -676v-452h182v-160h-569zM784 1599v207h177v-207h-177zM375 1599v207h176v-207h-176z" />
+<glyph unicode="&#x2c6;" horiz-adv-x="1021" d="M223 1546l180 260h215l181 -260h-178l-109 164h-4l-107 -164h-178z" />
+<glyph unicode="&#x2dc;" horiz-adv-x="1021" d="M162 1548q0 260 209 260q49 0 90 -21.5t63.5 -47t51 -47t55.5 -21.5q82 0 82 131h147q0 -260 -209 -260q-49 0 -90 21.5t-63.5 47t-51 47t-55.5 21.5q-82 0 -82 -131h-147z" />
+<glyph unicode="&#x2000;" horiz-adv-x="923" />
+<glyph unicode="&#x2001;" horiz-adv-x="1847" />
+<glyph unicode="&#x2002;" horiz-adv-x="923" />
+<glyph unicode="&#x2003;" horiz-adv-x="1847" />
+<glyph unicode="&#x2004;" horiz-adv-x="615" />
+<glyph unicode="&#x2005;" horiz-adv-x="461" />
+<glyph unicode="&#x2006;" horiz-adv-x="307" />
+<glyph unicode="&#x2007;" horiz-adv-x="307" />
+<glyph unicode="&#x2008;" horiz-adv-x="230" />
+<glyph unicode="&#x2009;" horiz-adv-x="369" />
+<glyph unicode="&#x200a;" horiz-adv-x="102" />
+<glyph unicode="&#x2010;" horiz-adv-x="974" d="M188 496v176h598v-176h-598z" />
+<glyph unicode="&#x2011;" horiz-adv-x="974" d="M188 496v176h598v-176h-598z" />
+<glyph unicode="&#x2012;" horiz-adv-x="974" d="M188 496v176h598v-176h-598z" />
+<glyph unicode="&#x2013;" horiz-adv-x="1462" d="M193 504v160h1077v-160h-1077z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1871" d="M193 504v160h1486v-160h-1486z" />
+<glyph unicode="&#x2018;" horiz-adv-x="468" d="M96 1022l146 446h147l-100 -446h-193z" />
+<glyph unicode="&#x2019;" horiz-adv-x="456" d="M102 1022l101 446h192l-145 -446h-148z" />
+<glyph unicode="&#x201a;" horiz-adv-x="503" d="M74 -231l100 446h188l-145 -446h-143z" />
+<glyph unicode="&#x201c;" horiz-adv-x="772" d="M96 1022l146 446h147l-98 -446h-195zM397 1022l146 446h147l-98 -446h-195z" />
+<glyph unicode="&#x201d;" horiz-adv-x="757" d="M403 1022l101 446h192l-145 -446h-148zM102 1022l101 446h192l-145 -446h-148z" />
+<glyph unicode="&#x201e;" horiz-adv-x="798" d="M371 -231l100 446h186l-145 -446h-141zM74 -231l100 446h188l-145 -446h-143z" />
+<glyph unicode="&#x2022;" horiz-adv-x="845" d="M422 279q-131 0 -223.5 93t-92.5 224t92.5 224t223.5 93t224 -92t93 -225t-93 -225t-224 -92z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1581" d="M1219 0v215h206v-215h-206zM686 0v215h209v-215h-209zM156 0v215h206v-215h-206z" />
+<glyph unicode="&#x202f;" horiz-adv-x="369" />
+<glyph unicode="&#x2039;" horiz-adv-x="735" d="M424 158l-336 420l336 421h199l-336 -421l336 -420h-199z" />
+<glyph unicode="&#x203a;" horiz-adv-x="735" d="M113 158l336 420l-336 421h198l336 -421l-336 -420h-198z" />
+<glyph unicode="&#x205f;" horiz-adv-x="461" />
+<glyph unicode="&#x20ac;" horiz-adv-x="1226" d="M90 512v125h113q-10 84 0 188h-113v127h135q63 227 252 372.5t438 145.5q49 0 101.5 -6t79.5 -12l26 -6l-47 -176q-80 20 -164 20q-170 0 -294.5 -92t-176.5 -246h574l-27 -127h-575q-10 -80 0 -188h542l-26 -125h-482q49 -160 175.5 -257t296.5 -97q47 0 94 7t69 15 l25 6l39 -176q-100 -35 -230 -35q-258 0 -445 149.5t-247 387.5h-133z" />
+<glyph unicode="&#x2122;" horiz-adv-x="1953" d="M901 545l72 901h143l213 -471q16 -37 27 -86h4q12 49 29 86l213 471h143l70 -901h-156l-41 538l2 62h-4l-195 -434h-125l-194 434h-4l2 -62l-43 -538h-156zM371 545v764h-314v137h781v-137h-314v-764h-153z" />
+<glyph unicode="&#xe000;" horiz-adv-x="1035" d="M0 1035h1035v-1035h-1035v1035z" />
+<glyph unicode="&#xfb01;" horiz-adv-x="1388" d="M98 0v154h162v729h-172v153h172v51q0 117 39 197t103.5 115t118.5 48t112 13l94 -6v-164q-27 6 -74 6q-195 0 -194 -204v-56h704v-882h162v-154h-524v154h164v729h-506v-729h190v-154h-551zM958 1243v203h209v-203h-209z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="1351" d="M98 0v154h162v729h-172v153h172v31q0 115 42 199t113.5 128t151.5 64.5t174 20.5q96 0 192.5 -12.5t143.5 -24.5l47 -15v-1120q0 -74 23.5 -110.5t93.5 -36.5l47 2v-164q-41 -4 -88 -4q-127 0 -200.5 66.5t-73.5 234.5v1005q-66 20 -191 21q-121 0 -198.5 -58.5 t-77.5 -189.5v-37h250v-153h-250v-729h190v-154h-551z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="2091" d="M98 0v154h162v729h-172v153h172v51q0 117 39 197t103.5 115t118.5 48t112 13l94 -6v-164q-27 6 -74 6q-195 0 -194 -204v-56h506v51q0 117 38.5 197t102 115t118 48t111.5 13l97 -6v-164q-27 6 -76 6q-193 0 -193 -204v-56h703v-882h164v-154h-525v154h164v729h-506v-729 h191v-154h-553v154h164v729h-506v-729h190v-154h-551zM1663 1243v203h209v-203h-209z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="2054" d="M98 0v154h162v729h-172v153h172v51q0 94 27.5 166t66.5 110t94.5 61.5t98.5 29.5t88 6l92 -6v-164q-27 6 -72 6q-197 0 -196 -204v-56h506v31q0 115 41 199t112.5 128t152.5 64.5t175 20.5q96 0 191.5 -12.5t142.5 -24.5l47 -15v-1120q0 -74 24.5 -110.5t94.5 -36.5l47 2 l-2 -164q-39 -4 -86 -4q-127 0 -202 66.5t-75 234.5v1005q-63 20 -188 21q-121 0 -199 -58.5t-78 -189.5v-37h250v-153h-250v-729h191v-154h-553v154h164v729h-506v-729h190v-154h-551z" />
+</font>
+</defs></svg> 
\ No newline at end of file


Binary file ckanext/iati/public/fonts/Museo_Slab_500-webfont.ttf has changed


Binary file ckanext/iati/public/fonts/Museo_Slab_500-webfont.woff has changed


--- a/ckanext/iati/public/fonts/fonts.css	Wed Jun 29 11:09:37 2011 +0100
+++ b/ckanext/iati/public/fonts/fonts.css	Wed Jun 29 12:26:30 2011 +0100
@@ -15,27 +15,13 @@
 }
 
 @font-face {
-    font-family: 'Museo300';
-    src: url('museo300-regular-webfont.eot');
-    src: url('museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
-         url('museo300-regular-webfont.woff') format('woff'),
-         url('museo300-regular-webfont.ttf') format('truetype'),
-         url('museo300-regular-webfont.svg#Museo300') format('svg');
-    font-weight: normal;
-    font-style: normal;
-    letter-spacing:1px;
-
-}
-
- at font-face {
-    font-family: 'Museo700';
-    src: url('museo700-regular-webfont.eot');
-    src: url('museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
-         url('museo700-regular-webfont.woff') format('woff'),
-         url('museo700-regular-webfont.ttf') format('truetype'),
-         url('museo700-regular-webfont.svg#Museo700') format('svg');
+    font-family: 'MuseoSlab500';
+    src: url('Museo_Slab_500-webfont.eot');
+    src: url('Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
+         url('Museo_Slab_500-webfont.woff') format('woff'),
+         url('Museo_Slab_500-webfont.ttf') format('truetype'),
+         url('Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
     font-weight: normal;
     font-style: normal;
 
 }
-


Binary file ckanext/iati/public/fonts/museo300-regular-webfont.eot has changed


--- a/ckanext/iati/public/fonts/museo300-regular-webfont.svg	Wed Jun 29 11:09:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,233 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2008 by Jos Buivengaexljbris All rights reserved
-Designer    : Jos Buivenga
-Foundry     : Jos Buivenga
-Foundry URL : httpwwwjosbuivengademonnl
-</metadata>
-<defs>
-<font id="Museo300" horiz-adv-x="1241" >
-<font-face units-per-em="2048" ascent="1536" descent="-512" />
-<missing-glyph horiz-adv-x="557" />
-<glyph unicode=" "  horiz-adv-x="557" />
-<glyph unicode="&#x09;" horiz-adv-x="557" />
-<glyph unicode="&#xa0;" horiz-adv-x="557" />
-<glyph unicode="!" horiz-adv-x="608" d="M227 0v158h158v-158h-158zM231 1440h144l-6 -1063h-131z" />
-<glyph unicode="&#x22;" horiz-adv-x="638" d="M135 1114v346h121v-346h-121zM383 1114v346h121v-346h-121z" />
-<glyph unicode="#" horiz-adv-x="1460" d="M84 399l20 115h289l72 401h-289l19 115h290l72 410h125l-72 -410h355l71 410h125l-71 -410h286l-20 -115h-287l-70 -401h285l-18 -115h-287l-70 -399h-125l70 399h-354l-70 -399h-125l70 399h-291zM520 514h352l72 401h-354z" />
-<glyph unicode="$" horiz-adv-x="1089" d="M94 246l107 86q4 -8 14 -23.5t44 -54.5t72 -67.5t101.5 -53t132.5 -24.5q127 0 206 73.5t79 182.5q0 72 -39 128t-101.5 94t-138.5 72l-152 74q-77 39 -139.5 86t-101.5 120t-39 167q0 135 100.5 233.5t266.5 118.5v195h117v-191q129 -12 232 -71.5t103 -173.5v-103h-135 v68q0 63 -70.5 106t-170.5 43q-135 0 -215 -64.5t-80 -158.5q0 -80 52 -140.5t132 -96t171 -81t171 -91.5t132 -131t52 -197q0 -150 -103 -262.5t-271 -128.5v-191h-117v191q-80 8 -151.5 38.5t-116.5 67.5t-80 74t-49 61z" />
-<glyph unicode="%" horiz-adv-x="1521" d="M127 1180q0 117 84 200.5t202.5 83.5t203.5 -84t85 -200q0 -119 -83.5 -202t-204.5 -83q-119 0 -203 83t-84 202zM139 0l1098 1440h145l-1095 -1440h-148zM248 1180q0 -72 48 -121t117.5 -49t119 49t49.5 121q0 70 -49.5 120t-119 50t-117.5 -50t-48 -120zM819 258 q0 119 84 203t203 84t204 -84t85 -203q0 -117 -85 -200t-204 -83t-203 83t-84 200zM942 260q0 -72 47 -121t117 -49t119 49t49 121q0 70 -49 120t-119 50t-117 -50t-47 -120z" />
-<glyph unicode="&#x26;" horiz-adv-x="1277" d="M94 401q0 127 68.5 233.5t191.5 141.5v4q-8 2 -21.5 8.5t-47 31t-60 57t-48 92t-21.5 131.5q0 162 115.5 263t310.5 101q35 0 76.5 -5t66.5 -11l25 -6l-41 -117q-68 14 -119 14q-125 0 -206 -68.5t-81 -178.5q0 -43 11.5 -82t41 -83t96 -70t160.5 -26h299v199h142v-199 h190v-126h-190v-211q0 -252 -126 -385.5t-347 -133.5q-213 0 -349.5 122t-136.5 304zM240 406q0 -127 92 -212t247.5 -85t243.5 95t88 294v207h-295q-184 0 -280 -80t-96 -219z" />
-<glyph unicode="'" horiz-adv-x="391" d="M135 1114v346h121v-346h-121z" />
-<glyph unicode="(" horiz-adv-x="632" d="M174 680q0 461 221 815h131q-223 -377 -223 -805q0 -473 236 -885h-129q-236 386 -236 875z" />
-<glyph unicode=")" horiz-adv-x="632" d="M94 -195q236 412 236 885q0 428 -224 805h132q221 -360 221 -815q0 -489 -236 -875h-129z" />
-<glyph unicode="*" horiz-adv-x="976" d="M94 1104l41 129l295 -109l-12 316h139l-14 -316l299 107l41 -125l-303 -88v-4l192 -246l-106 -80l-177 260h-4l-174 -258l-108 78l192 246v4z" />
-<glyph unicode="+" d="M86 522v119h473v522h125v-522h471v-119h-471v-522h-125v522h-473z" />
-<glyph unicode="," horiz-adv-x="440" d="M47 -199l117 367h149l-149 -367h-117z" />
-<glyph unicode="-" horiz-adv-x="884" d="M152 518v127h581v-127h-581z" />
-<glyph unicode="." horiz-adv-x="440" d="M141 0v164h158v-164h-158z" />
-<glyph unicode="/" horiz-adv-x="665" d="M6 -86l520 1606h129l-518 -1606h-131z" />
-<glyph unicode="0" horiz-adv-x="1232" d="M121 721q0 743 495 743q180 0 295 -102t159 -262t44 -379q0 -745 -498 -746q-495 1 -495 746zM266 721q0 -612 350.5 -612t350.5 612q0 610 -350.5 610t-350.5 -610z" />
-<glyph unicode="1" horiz-adv-x="974" d="M131 0v127h322v1057l2 80h-4q-14 -31 -72 -86l-154 -154l-90 92l326 324h135v-1313h315v-127h-780z" />
-<glyph unicode="2" horiz-adv-x="1155" d="M86 141q0 147 79 257t190 176l224 129q112 62 190.5 150.5t78.5 205.5t-81 193.5t-214 76.5q-106 0 -181 -47t-75 -108v-68h-135v106q0 66 40 116t102.5 79t128 43t124.5 14q201 0 319.5 -115.5t118.5 -287.5q0 -139 -78.5 -245.5t-190.5 -174.5l-223 -130 q-112 -62 -191 -148.5t-79 -194.5q0 -41 48 -41h602q45 0 45 45v96h133v-143q0 -66 -30 -95.5t-95 -29.5h-721q-72 0 -100.5 32.5t-28.5 108.5z" />
-<glyph unicode="3" horiz-adv-x="1081" d="M53 176l86 107q6 -6 17.5 -18.5t49.5 -42t79 -52.5t104.5 -41t126.5 -18q131 0 228.5 88t97.5 223q0 139 -102.5 221t-247.5 82h-101l-33 84l355 426q35 47 73 80v4q-41 -6 -116 -6h-375q-45 0 -45 -45v-97h-133v144q0 68 27.5 96.5t93.5 28.5h731v-94l-424 -498 q74 -4 146.5 -27.5t142 -71t112.5 -131t43 -194.5q0 -184 -136 -316.5t-339 -132.5q-80 0 -156.5 20.5t-129 50.5t-94.5 59.5t-60 50.5z" />
-<glyph unicode="4" horiz-adv-x="1150" d="M31 397v95l700 948h154v-916h229v-127h-229v-397h-144v397h-710zM197 518q57 6 118 6h428v588l7 139h-5q-35 -59 -73 -110l-400 -529l-75 -90v-4z" />
-<glyph unicode="5" horiz-adv-x="1165" d="M111 180l90 101q4 -6 13 -18.5t40 -41t65.5 -51.5t93 -41t122.5 -18q154 0 256 96t102 239q0 147 -107.5 242.5t-265.5 95.5q-72 0 -141.5 -19.5t-102.5 -39.5l-32 -20l-74 30l61 580q6 68 34 96.5t91 28.5h473q66 0 94.5 -30t28.5 -95v-144h-133v97q0 45 -45 45h-364 q-39 0 -45 -45l-37 -326l-13 -82h4q90 53 218 53q217 0 360 -136t143 -333q0 -195 -144 -332t-361 -137q-80 0 -154 21.5t-121 51.5t-83 59.5t-50 52.5z" />
-<glyph unicode="6" horiz-adv-x="1146" d="M88 633q0 113 22.5 227.5t72.5 224t122 193.5t179.5 135t236.5 51q70 0 136.5 -15t96.5 -30l31 -14l-53 -125q-90 51 -209 51q-143 0 -250.5 -89t-162 -219t-68.5 -284h4q49 82 149.5 128t216.5 46q197 0 323 -128t126 -328q0 -219 -129 -350.5t-324 -131.5 q-231 0 -375.5 185.5t-144.5 472.5zM242 541q0 -154 106.5 -293t257.5 -139q143 0 226 97t83 249q0 150 -89 240.5t-236 90.5q-139 0 -243.5 -77.5t-104.5 -167.5z" />
-<glyph unicode="7" horiz-adv-x="1048" d="M61 1171v144q0 66 29 95.5t94 29.5h850v-99l-712 -1341h-160l626 1180l80 133v4q-37 -4 -108 -4h-518q-45 0 -45 -45v-97h-136z" />
-<glyph unicode="8" horiz-adv-x="1167" d="M96 406q0 70 27 135t64.5 108t74.5 76t64 47l26 14v5l-21 11q-13 7 -47 33.5t-59.5 58.5t-47 84t-21.5 109q0 158 116.5 267.5t317.5 109.5t320.5 -106.5t119.5 -276.5q0 -61 -19.5 -120.5t-48 -100.5t-57 -72.5t-49.5 -46.5l-18 -16v-4q113 -57 172 -134t59 -196 q0 -170 -140.5 -293t-342.5 -123q-201 0 -345.5 117t-144.5 314zM244 412q0 -135 101 -219t241 -84q133 0 234.5 80.5t101.5 203.5q0 102 -68 158.5t-207 112.5q-135 57 -168 57q-55 0 -145 -95t-90 -214zM299 1087q0 -102 68.5 -156t207.5 -106q104 -39 130 -39 q45 0 113.5 94.5t68.5 196.5q0 115 -83 184.5t-214 69.5q-133 0 -212 -70t-79 -174z" />
-<glyph unicode="9" horiz-adv-x="1146" d="M88 983q0 219 128 350t323 131q231 0 375.5 -185t144.5 -472q0 -143 -38 -285.5t-110.5 -267.5t-198.5 -202t-286 -77q-70 0 -136.5 14.5t-96.5 30.5l-31 15l53 125q90 -51 209 -51q143 0 251.5 90t163 220t66.5 283h-4q-49 -82 -150.5 -129t-215.5 -47q-197 0 -322 128 t-125 329zM231 985q0 -150 89.5 -241t236.5 -91q139 0 243.5 78t104.5 168q0 154 -106.5 293t-257.5 139q-143 0 -226.5 -97t-83.5 -249z" />
-<glyph unicode=":" horiz-adv-x="579" d="M211 0v164h158v-164h-158zM211 866v164h158v-164h-158z" />
-<glyph unicode=";" horiz-adv-x="579" d="M111 -199l98 367h149l-131 -367h-116zM211 866v164h158v-164h-158z" />
-<glyph unicode="&#x3c;" d="M141 530v103l926 414v-138l-752 -325v-4l752 -326v-137z" />
-<glyph unicode="=" d="M143 344v119h955v-119h-955zM143 700v119h955v-119h-955z" />
-<glyph unicode="&#x3e;" d="M158 117v137l751 326v4l-751 325v138l925 -414v-103z" />
-<glyph unicode="?" horiz-adv-x="882" d="M80 1350q14 12 40.5 31.5t112.5 52t177 32.5q176 0 292.5 -102t116.5 -260q0 -94 -38 -170t-92 -126l-107 -97q-53 -47 -91 -109.5t-38 -136.5v-88h-140v92q0 90 37 164t89 125l106 99q53 48 90 109.5t37 131.5q0 100 -76 167.5t-193 67.5q-135 -2 -247 -88zM305 0v158 h158v-158h-158z" />
-<glyph unicode="@" horiz-adv-x="1513" d="M84 495.5q0 313.5 214 532.5t515 219q258 0 380 -110.5t122 -276.5v-645h145v-115h-551q-174 0 -291.5 116t-117.5 277.5t116.5 277.5t292.5 116h267q-4 102 -92.5 170.5t-260.5 68.5q-250 0 -423 -185t-173 -445q0 -264 173 -445.5t434 -181.5v-123q-317 0 -533.5 218 t-216.5 531.5zM643 495.5q0 -116.5 81 -198.5t198 -82h254v563h-250q-121 0 -202 -83t-81 -199.5z" />
-<glyph unicode="A" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186z" />
-<glyph unicode="B" d="M82 1313v127h612q172 0 280.5 -98.5t108.5 -264.5q0 -223 -184 -313v-4q111 -31 176.5 -128t65.5 -229q0 -186 -122 -294.5t-308 -108.5h-371q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM358 815h334q109 0 176.5 69.5t67.5 182.5q0 111 -66.5 178.5t-179.5 67.5h-332v-498 zM358 172q0 -45 45 -45h308q131 0 205.5 76t74.5 205t-77.5 206.5t-204.5 77.5h-351v-520z" />
-<glyph unicode="C" horiz-adv-x="1421" d="M78 731q0 311 203.5 522t506.5 211q82 0 171.5 -17t174.5 -52t139 -96.5t54 -139.5v-119h-135v80q0 94 -129 151.5t-270 57.5q-242 0 -404 -169t-162 -429t164 -440t408 -180q250 0 438 170l33 32l82 -104q-8 -10 -23.5 -25.5t-69 -55.5t-114 -70.5t-154.5 -56.5 t-194 -26q-313 0 -516 218.5t-203 537.5z" />
-<glyph unicode="D" horiz-adv-x="1464" d="M86 1313v127h578q330 0 526 -191.5t196 -527.5q0 -340 -196.5 -530.5t-525.5 -190.5h-320q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM362 172q0 -45 46 -45h241q270 0 429 154.5t159 439.5q0 283 -158.5 437.5t-429.5 154.5h-287v-1141z" />
-<glyph unicode="E" horiz-adv-x="1142" d="M86 1313v127h823q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-492v-525h541v-126h-541v-490q0 -45 46 -45h505q45 0 45 45v96h134v-143q0 -66 -30 -95.5t-95 -29.5h-623q-66 0 -95.5 29.5t-29.5 95.5v1188h-133z" />
-<glyph unicode="F" horiz-adv-x="1021" d="M86 1313v127h766q66 0 94.5 -30t28.5 -95v-144h-133v97q0 45 -45 45h-435v-541h523v-127h-523v-645h-143v1313h-133z" />
-<glyph unicode="G" horiz-adv-x="1495" d="M80 723q0 311 207 526t512 215q285 0 475 -151l29 -25l-84 -106q-18 16 -52 40.5t-143 65.5t-223 41q-244 0 -408 -173t-164 -433q0 -264 162 -438t408 -174q80 0 155.5 21.5t128 52t92 62.5t58.5 52l20 23v178q0 45 -45 45h-88v127h144q66 0 95.5 -30t29.5 -95v-547 h-132v109l3 61h-5q-6 -8 -19 -21.5t-58 -46t-96.5 -58.5t-132.5 -47.5t-165 -21.5q-297 0 -500.5 213t-203.5 535z" />
-<glyph unicode="H" horiz-adv-x="1550" d="M86 1313v127h152q66 0 95 -30t29 -95v-531h828v531q0 66 28.5 95.5t94.5 29.5h153v-127h-88q-45 0 -45 -45v-1268h-143v657h-828v-657h-143v1268q0 45 -45 45h-88z" />
-<glyph unicode="I" horiz-adv-x="600" d="M94 0v127h135v1186h-135v127h412v-127h-137v-1186h137v-127h-412z" />
-<glyph unicode="J" horiz-adv-x="1034" d="M49 403v58h144v-49q0 -158 76.5 -229.5t187.5 -71.5q109 0 184.5 71.5t75.5 225.5v860q0 45 -45 45h-357v127h420q66 0 95.5 -30t29.5 -95v-912q0 -217 -118.5 -322.5t-286.5 -105.5t-287 106.5t-119 321.5z" />
-<glyph unicode="K" horiz-adv-x="1208" d="M86 1313v127h152q66 0 95 -30t29 -95v-500h173q90 0 120 51l349 574h163l-370 -604q-37 -59 -74 -80v-4q35 -12 70 -82l249 -496q14 -31 37 -39t68 -8h41v-127h-76q-90 0 -127 19.5t-72 89.5l-262 526q-25 53 -131 53h-158v-688h-143v1268q0 45 -45 45h-88z" />
-<glyph unicode="L" horiz-adv-x="1085" d="M86 1313v127h152q66 0 95 -30t29 -95v-1143q0 -45 46 -45h477q45 0 45 45v96h135v-143q0 -66 -29.5 -95.5t-95.5 -29.5h-596q-66 0 -95.5 29.5t-29.5 95.5v1143q0 45 -45 45h-88z" />
-<glyph unicode="M" horiz-adv-x="1730" d="M45 0v127h76q43 0 45 45l100 1268h146l381 -838l71 -170h4q37 96 70 170l381 838h145l101 -1268q2 -45 45 -45h78v-127h-140q-66 0 -93.5 28.5t-31.5 96.5l-67 874l-6 201h-4q-39 -127 -74 -201l-342 -731h-129l-340 731l-76 205h-4q0 -127 -6 -205l-68 -874 q-4 -68 -31.5 -96.5t-93.5 -28.5h-137z" />
-<glyph unicode="N" horiz-adv-x="1556" d="M86 0v127h88q45 0 45 45v1268h131l735 -1026l117 -189h4q-10 113 -10 189v901q0 66 29.5 95.5t95.5 29.5h152v-127h-89q-45 0 -45 -45v-1268h-131l-735 1026l-119 186h-4q12 -111 12 -186v-901q0 -66 -29.5 -95.5t-94.5 -29.5h-152z" />
-<glyph unicode="O" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427z" />
-<glyph unicode="P" horiz-adv-x="1185" d="M86 1313v127h608q195 0 320 -119t125 -315q0 -199 -125 -320t-320 -121h-332v-565h-143v1313h-133zM362 692h314q143 0 229 84t86 230q0 143 -85 225t-228 82h-316v-621z" />
-<glyph unicode="Q" horiz-adv-x="1619" d="M78 729q0 309 212 522t517 213q311 0 524 -213t213 -522q0 -283 -180 -496l176 -176l-88 -92l-176 178q-197 -168 -469 -168q-305 0 -517 219.5t-212 534.5zM227 729q0 -260 168 -439t412 -179q205 0 356 120l13 11l-172 174l88 92l170 -176q133 170 133 397 q0 254 -169 426t-419 172q-246 0 -413 -172t-167 -426z" />
-<glyph unicode="R" horiz-adv-x="1239" d="M86 1313v127h610q182 0 298 -111.5t116 -298.5q0 -158 -82 -259t-197 -126v-4q29 -16 50 -57l206 -410q14 -31 37 -39t66 -8h29v-127h-64q-90 0 -127 19.5t-72 89.5l-206 411q-29 55 -56.5 70.5t-89.5 15.5h-242v-606h-143v1313h-133zM362 733h320q129 0 204 79t75 214 q0 133 -75 210t-202 77h-322v-580z" />
-<glyph unicode="S" horiz-adv-x="1060" d="M76 180l88 105q6 -6 17.5 -18.5t48 -43t77.5 -53.5t103.5 -42t126.5 -19q121 0 202.5 71.5t81.5 184.5q0 98 -72.5 167.5t-177.5 116.5l-210 97q-105 50 -177.5 138.5t-72.5 211.5q0 154 122.5 261t317.5 107q82 0 165 -20.5t153.5 -79.5t70.5 -147v-103h-135v68 q0 63 -75 106t-177 43q-135 0 -215 -67.5t-80 -163.5q0 -59 30.5 -107.5t81 -80t114 -64.5t130 -59.5t130 -65.5t113.5 -83t81 -112.5t31 -154.5q0 -168 -120 -283t-317 -115q-82 0 -159.5 21.5t-128.5 51.5t-91 59.5t-59 52.5z" />
-<glyph unicode="T" horiz-adv-x="1269" d="M31 1171v152q0 66 25.5 91.5t90.5 25.5h975q66 0 91.5 -25.5t25.5 -91.5v-152h-133v97q0 45 -45 45h-354v-1313h-144v1313h-356q-45 0 -45 -45v-97h-131z" />
-<glyph unicode="U" horiz-adv-x="1468" d="M70 1313v127h151q66 0 95.5 -30t29.5 -95v-815q0 -180 105.5 -284.5t281.5 -104.5q178 0 283.5 105.5t105.5 287.5v811q0 66 30 95.5t95 29.5h152v-127h-88q-45 0 -45 -45v-774q0 -233 -146.5 -376t-384 -143t-385 142.5t-147.5 376.5v774q0 45 -45 45h-88z" />
-<glyph unicode="V" horiz-adv-x="1337" d="M25 1313v127h63q78 0 109.5 -22.5t58.5 -96.5l354 -969l56 -186h4q29 113 55 186l354 969q27 74 59.5 96.5t110.5 22.5h62v-127h-19q-57 0 -73 -45l-474 -1268h-153l-473 1268q-16 45 -74 45h-20z" />
-<glyph unicode="W" horiz-adv-x="1935" d="M35 1313v127h63q82 0 119 -23.5t55 -95.5l250 -993l31 -154h4q18 80 39 154l317 1106h142l288 -1106l33 -154h4q14 80 33 154l250 993q18 72 55 95.5t119 23.5h64v-127h-23q-63 0 -76 -45l-332 -1268h-170l-268 1001l-47 213h-4q-25 -119 -51 -210l-295 -1004h-170 l-330 1268q-12 45 -76 45h-24z" />
-<glyph unicode="X" horiz-adv-x="1167" d="M31 0l458 752l-311 508q-33 53 -102 53h-43v127h76q78 0 116.5 -22.5t81.5 -92.5l185 -309l92 -164h4q43 90 88 164l184 309q43 70 82 92.5t117 22.5h76v-127h-43q-70 0 -103 -53l-313 -508l461 -752h-164l-299 496l-92 157h-4q-41 -86 -86 -159l-297 -494h-164z" />
-<glyph unicode="Y" horiz-adv-x="1212" d="M20 1313v127h56q76 0 113.5 -20.5t82.5 -94.5l244 -407l88 -162h4q43 86 88 162l244 407q45 74 83 94.5t114 20.5h55v-127h-33q-63 0 -94 -53l-387 -633v-627h-143v627l-385 633q-33 53 -97 53h-33z" />
-<glyph unicode="Z" horiz-adv-x="1177" d="M39 0v100l772 1082l50 65q26 33 40 49l14 17v4q-35 -4 -104 -4h-573q-45 0 -45 -45v-97h-134v144q0 66 30 95.5t95 29.5h908v-101l-770 -1081l-52 -65l-41 -50l-14 -16v-4q35 4 107 4h620q45 0 45 45v96h133v-143q0 -66 -29.5 -95.5t-95.5 -29.5h-956z" />
-<glyph unicode="[" horiz-adv-x="620" d="M207 -70v1440q0 66 29.5 95.5t95.5 29.5h151v-115h-102q-45 0 -45 -45v-1370q0 -45 45 -45h102v-115h-151q-66 0 -95.5 29.5t-29.5 95.5z" />
-<glyph unicode="\" horiz-adv-x="649" d="M10 1520h131l518 -1606h-129z" />
-<glyph unicode="]" horiz-adv-x="620" d="M137 -80h103q45 0 45 45v1370q0 45 -45 45h-103v115h152q66 0 95.5 -29.5t29.5 -95.5v-1440q0 -66 -30 -95.5t-95 -29.5h-152v115z" />
-<glyph unicode="^" d="M150 512l405 928h96l406 -928h-133l-320 758l-319 -758h-135z" />
-<glyph unicode="_" horiz-adv-x="1077" d="M10 0h1057v-119h-1057v119z" />
-<glyph unicode="`" horiz-adv-x="737" d="M190 1784h156l143 -244h-120z" />
-<glyph unicode="a" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97z" />
-<glyph unicode="b" horiz-adv-x="1196" d="M41 1319v121h145q66 0 95.5 -30t29.5 -95v-373l-4 -84h4l12 22q7 13 35.5 47t65.5 59.5t100.5 47t137.5 21.5q205 0 326.5 -149.5t121.5 -391.5t-130 -390.5t-335 -148.5q-203 0 -315 162l-23 37h-4q4 -35 4 -84v-90h-135v1274q0 45 -45 45h-86zM307 512q0 -168 86 -291 t242 -123q141 0 236.5 113t95.5 303q0 186 -91.5 300t-234.5 114q-141 0 -237.5 -104.5t-96.5 -311.5z" />
-<glyph unicode="c" horiz-adv-x="1081" d="M82 514q0 236 155.5 388.5t387.5 152.5q49 0 107.5 -11.5t118.5 -34t100 -68.5t40 -105v-93h-131v60q0 59 -79 93t-156 34q-170 0 -285 -116t-115 -300t118 -298t286 -114q186 0 317 131l15 15l65 -105l-16.5 -17t-49 -41t-81.5 -51.5t-113 -40t-143 -18.5 q-233 0 -387 150.5t-154 388.5z" />
-<glyph unicode="d" horiz-adv-x="1204" d="M86 516q0 242 129 390.5t334 148.5q207 0 315 -158l21 -35h4q-4 35 -4 78v334q0 45 -45 45h-86v121h145q66 0 95.5 -30t29.5 -95v-1149q0 -45 45 -45h86v-121h-143q-123 0 -123 115l4 65h-4l-11 -22q-7 -14 -36 -49t-66 -62t-101.5 -49.5t-139.5 -22.5q-205 0 -327 149.5 t-122 391.5zM229 516.5q0 -188.5 90.5 -302.5t235.5 -114q141 0 237.5 104.5t96.5 311.5q0 170 -86 292t-242 122q-141 0 -236.5 -112.5t-95.5 -301z" />
-<glyph unicode="e" horiz-adv-x="1122" d="M82 514q0 246 146.5 393.5t361.5 147.5q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-791q2 -188 118 -299t282 -111q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-231 0 -385 151.5t-154 387.5zM233 621h646q-6 154 -88 235.5t-203 81.5 q-133 0 -231.5 -83.5t-123.5 -233.5z" />
-<glyph unicode="f" horiz-adv-x="624" d="M51 913v117h129v37q0 119 38 202t98.5 118.5t112.5 49t106 13.5l63 -4v-125q-18 4 -49 4q-37 0 -70 -9t-72.5 -32.5t-63.5 -80t-24 -136.5v-37h263v-117h-263v-913h-139v913h-129z" />
-<glyph unicode="g" horiz-adv-x="1185" d="M86 534.5q0 233.5 121 377t325 143.5q78 0 141.5 -18.5t99.5 -44t60.5 -51.5t32.5 -44l8 -18h5v39q0 113 116 112h144v-121h-84q-45 0 -45 -45v-839q0 -229 -142.5 -342t-353.5 -113q-176 0 -336 82l53 117q127 -72 279 -72q162 0 261 80t99 243v91l2 73h-4 q-96 -178 -323 -178q-207 0 -333 147.5t-126 381zM229 536.5q0 -184.5 92.5 -295t243.5 -110.5q137 0 222 95.5t85 308.5q0 393 -325 393q-150 0 -234 -103.5t-84 -288z" />
-<glyph unicode="h" horiz-adv-x="1239" d="M41 1319v121h145q66 0 95.5 -29t29.5 -92v-436l-4 -84h4q37 92 144.5 174t263.5 82q186 0 266 -100.5t80 -299.5v-489q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v493q0 70 -7.5 118t-30 94.5t-69.5 70t-119 23.5q-131 0 -234.5 -82t-137.5 -211 q-16 -55 -17 -137v-494h-139v1274q0 45 -45 45h-86z" />
-<glyph unicode="i" horiz-adv-x="514" d="M57 909v121h146q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v739q0 45 -45 45h-86zM184 1264v176h135v-176h-135z" />
-<glyph unicode="j" horiz-adv-x="548" d="M-43 -295q18 -2 45 -2q37 0 72 9t74.5 34t63.5 82t24 139v897q0 45 -46 45h-86v121h146q66 0 95.5 -29.5t29.5 -95.5v-944q0 -121 -38 -203t-99.5 -117.5t-113.5 -49t-108 -13.5l-59 6v121zM233 1264v176h134v-176h-134z" />
-<glyph unicode="k" horiz-adv-x="1019" d="M41 1319v121h145q68 0 96.5 -27t28.5 -92v-684h107q78 0 117 49l264 344h170l-297 -377q-23 -29 -42.5 -47t-27.5 -22l-8 -4v-5q31 -14 63 -75l187 -334q14 -27 33.5 -36t60.5 -9h55v-121h-96q-78 0 -110.5 19.5t-67.5 82.5l-205 369q-25 45 -108 45h-95v-516h-139v1274 q0 45 -45 45h-86z" />
-<glyph unicode="l" horiz-adv-x="501" d="M45 1319v121h145q66 0 95.5 -30t29.5 -95v-1149q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v1149q0 45 -45 45h-86z" />
-<glyph unicode="m" horiz-adv-x="1906" d="M47 909v121h143q125 0 125 -115v-47l-4 -73h4q39 106 146.5 183t226.5 77q272 0 320 -258h4q43 109 147.5 183.5t231.5 74.5q182 0 262 -100.5t80 -299.5v-489q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v496q0 145 -47 226t-176 81q-113 0 -203 -86 t-123 -205q-18 -57 -18 -150v-487h-139v621q0 68 -7.5 114.5t-28 95t-66.5 73t-115 24.5q-121 0 -211 -88t-125 -215q-16 -57 -17 -138v-487h-139v864q0 45 -45 45h-86z" />
-<glyph unicode="n" horiz-adv-x="1245" d="M47 909v121h143q125 0 125 -115v-47l-4 -73h4q37 94 142.5 177t267.5 83q186 0 266 -100.5t80 -299.5v-489q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v493q0 145 -44 225.5t-179 80.5q-131 0 -235.5 -81t-139.5 -210q-16 -57 -17 -139v-494h-139v864 q0 45 -45 45h-86z" />
-<glyph unicode="o" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291z" />
-<glyph unicode="p" horiz-adv-x="1202" d="M47 909v121h141q123 0 123 -108l-2 -70h4l12 21q7 13 35.5 49t64.5 63t101.5 48.5t141.5 21.5q205 0 326.5 -149.5t121.5 -391.5t-129 -390.5t-332 -148.5q-70 0 -131 20.5t-97 49.5t-62.5 56.5t-36.5 48.5l-11 20h-4q4 -37 4 -90v-490h-139v1274q0 45 -45 45h-86z M313 512q0 -168 87 -291t241 -123q141 0 236.5 113t95.5 303q0 188 -90 301t-236 113q-141 0 -237.5 -104.5t-96.5 -311.5z" />
-<glyph unicode="q" horiz-adv-x="1204" d="M88 516q0 242 129 390.5t334 148.5q70 0 131 -20.5t98 -50.5t63.5 -58.5t37.5 -48.5l10 -21h4q-2 29 -2 68q0 106 123 106h141v-121h-86q-45 0 -45 -45v-1274h-139v494l4 90h-4l-11 -21q-7 -13 -36 -47t-66 -61t-100.5 -48.5t-136.5 -21.5q-205 0 -327 149.5t-122 391.5z M229 516.5q0 -188.5 91.5 -302.5t236.5 -114q141 0 237.5 104.5t96.5 311.5q0 170 -86 292t-242 122q-141 0 -237.5 -112.5t-96.5 -301z" />
-<glyph unicode="r" horiz-adv-x="741" d="M47 909v121h143q125 0 125 -117v-69l-4 -78h4q39 123 124 198.5t202 75.5l55 -6v-137q-25 4 -51 4q-106 0 -185 -73.5t-114 -192.5q-29 -92 -29 -201v-434h-139v864q0 45 -45 45h-86z" />
-<glyph unicode="s" horiz-adv-x="901" d="M59 156l80 96q4 -6 13.5 -16.5t40 -38t64.5 -48t88 -37t112 -16.5q92 0 154.5 43t62.5 121q0 61 -59.5 106.5t-144.5 78t-170 69.5t-144.5 103.5t-59.5 158.5q0 135 102.5 207t264.5 72q45 0 94 -9.5t100.5 -29t85 -58t33.5 -90.5v-88h-131v49q0 51 -57.5 78t-120.5 27 q-229 0 -229 -150q0 -63 59 -108t144 -77t170 -68.5t144.5 -104.5t59.5 -162q0 -127 -102.5 -208t-257.5 -81q-227 0 -373 154z" />
-<glyph unicode="t" horiz-adv-x="686" d="M55 913v117h138v285h137v-285h258v-117h-258v-524q0 -70 17.5 -121t42 -79.5t57 -45t59 -21.5t55.5 -5l47 4v-125q-25 -4 -59 -4q-43 0 -84 6t-93.5 29.5t-90 62.5t-64.5 112.5t-27 172.5v538h-135z" />
-<glyph unicode="u" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-4q-39 -94 -144.5 -177.5t-257.5 -83.5q-180 0 -263 98.5t-83 301.5v489q0 45 -45 45h-86z " />
-<glyph unicode="v" horiz-adv-x="1060" d="M29 909v121h55q74 0 105.5 -21.5t58.5 -90.5l248 -644l34 -120h5q16 70 34 120l248 644q27 70 58.5 91t103.5 21h53v-121h-18q-55 0 -72 -47l-336 -862h-151l-336 862q-18 47 -72 47h-18z" />
-<glyph unicode="w" horiz-adv-x="1708" d="M20 909v121h72q76 0 107.5 -21.5t54.5 -93.5l211 -653l31 -110h4q16 61 32 110l252 764h140l252 -764l32 -110h4q12 59 29 110l213 653q23 72 54.5 93.5t107.5 21.5h72v-121h-29q-55 0 -72 -47l-295 -862h-153l-252 733l-31 111h-4q-14 -59 -33 -111l-250 -733h-155 l-295 862q-16 47 -72 47h-27z" />
-<glyph unicode="x" horiz-adv-x="976" d="M37 909v121h76q78 0 111.5 -20.5t80.5 -91.5l148 -230l34 -61h5l32 61l150 230q47 72 80.5 92t111.5 20h74v-121h-41q-70 0 -96 -41l-223 -331l360 -537h-164l-252 383l-32 57h-5q-16 -29 -34 -57l-252 -383h-162l358 537l-223 329q-31 43 -94 43h-43z" />
-<glyph unicode="y" horiz-adv-x="1103" d="M16 -330l66 103q0 -4 18.5 -21.5t57.5 -37t78 -19.5q121 0 190 168l61 141l-362 858q-20 47 -72 47h-20v121h63q70 0 99.5 -21.5t58.5 -90.5l264 -644l37 -110h4q14 59 35 110l254 644q27 70 57.5 91t102.5 21h63v-121h-20q-53 0 -72 -47l-444 -1077 q-41 -100 -118 -157.5t-177 -57.5q-133 0 -220 94z" />
-<glyph unicode="z" horiz-adv-x="1021" d="M80 0v90l579 723l82 94v4q-35 -4 -102 -4h-377q-45 0 -45 -45v-80h-131v123q0 66 29.5 95.5t95.5 29.5h715v-92l-578 -721l-86 -94v-4q37 4 105 4h426q45 0 45 45v80h131v-123q0 -66 -30 -95.5t-95 -29.5h-764z" />
-<glyph unicode="{" horiz-adv-x="667" d="M68 598v127q6 0 18 3t42 18.5t53.5 38t42 69.5t18.5 107v167q0 96 24.5 168t58 109t80 58.5t78 26.5t64.5 5h31v-115h-19q-27 0 -52.5 -7t-60 -30.5t-55 -79t-20.5 -139.5v-200q0 -55 -16.5 -103.5t-41 -76t-49 -47t-41.5 -25.5l-16 -8v-5q6 -2 17.5 -7t40 -24.5t50 -46 t39 -74.5t17.5 -108v-225q0 -82 21.5 -138t55 -79t59 -31t52.5 -8h19v-115q-12 -2 -31 -2q-33 0 -64.5 5.5t-78 28t-80 59t-58 108.5t-24.5 168v195q0 59 -18.5 105t-43 69.5t-50.5 38t-44 16.5z" />
-<glyph unicode="|" horiz-adv-x="583" d="M227 -322v1936h129v-1936h-129z" />
-<glyph unicode="}" horiz-adv-x="667" d="M90 -82h21q25 0 50 8t59 31t55.5 79t21.5 138v225q0 59 16.5 107.5t41 75t49 46t40.5 25.5l17 6v5q-6 2 -17.5 7t-40 26.5t-50 48t-39 74.5t-17.5 104v200q0 84 -20.5 139.5t-55.5 79t-59.5 30.5t-50.5 7h-21v115h33q31 0 62.5 -5t77.5 -27.5t80 -58.5t58.5 -107.5 t24.5 -168.5v-167q0 -174 137 -226l37 -10v-127q-6 0 -18.5 -3t-42 -18.5t-53 -38t-42 -68.5t-18.5 -105v-195q0 -96 -24.5 -168t-58.5 -108.5t-80 -59t-77.5 -28t-62.5 -5.5l-33 2v115z" />
-<glyph unicode="~" d="M137 428q0 162 69.5 239.5t190.5 77.5q61 0 110.5 -21.5t81.5 -52.5l61 -64q30 -32 69 -53.5t86 -21.5q82 0 113.5 63.5t31.5 141.5h121q0 -162 -69.5 -239.5t-190.5 -77.5q-76 0 -134.5 33.5t-89 72.5t-78.5 73t-106 34q-82 0 -113.5 -63.5t-31.5 -141.5h-121z" />
-<glyph unicode="&#xa1;" horiz-adv-x="608" d="M223 872v158h158v-158h-158zM231 -410l7 1063h131l6 -1063h-144z" />
-<glyph unicode="&#xa2;" horiz-adv-x="1116" d="M113 720.5q0 231.5 108.5 390.5t302.5 181v228h117v-228q248 -29 367 -303l-131 -49q-94 221 -287 221q-162 0 -247 -123t-85 -317q0 -197 84 -318.5t248 -121.5q193 0 287 221l131 -51q-125 -281 -367 -304v-227h-117v227q-195 23 -303 182.5t-108 391z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1191" d="M111 0v127h129v541h-93v112h93v305q0 162 119.5 270.5t302.5 108.5q178 0 313 -110l8 -6l-88 -103q-98 86 -233 86q-129 0 -204 -72.5t-75 -181.5v-297h391v-112h-391v-541h539q45 0 45 45v96h133v-143q0 -66 -30 -95.5t-95 -29.5h-864z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1243" d="M35 1313v127h49q78 0 119 -21.5t84 -93.5l243 -407l88 -160h5q43 84 88 160l245 407q41 72 83 93.5t120 21.5h47v-127h-24q-72 0 -99 -45l-266 -439v-4h205v-104h-272l-56 -94v-84h328v-107h-328v-436h-143v436h-332v107h332v84l-59 94h-281v104h215v4l-268 439 q-27 45 -99 45h-24z" />
-<glyph unicode="&#xa7;" horiz-adv-x="849" d="M123 -41l72 98q72 -61 168 -61t159.5 60.5t63.5 162.5q0 35 -8 66l-134 878h123l140 -889q8 -53 8 -71q0 -143 -98.5 -236.5t-256.5 -93.5q-137 2 -237 86zM150 1135q0 143 97 236t255 93q137 -2 237 -86l-71 -96q-70 59 -166 59t-161 -58t-65 -161q0 -33 9 -63l135 -885 h-123l-139 889q-8 33 -8 72z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1009" d="M322 1608v176h120v-176h-120zM629 1608v176h121v-176h-121z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1624" d="M84 721q0 309 212 526t511 217q305 0 519 -217t214 -526q0 -313 -213 -529.5t-520 -216.5q-301 0 -512 217.5t-211 528.5zM205 721q0 -268 174 -451.5t428 -183.5q260 0 437 183.5t177 451.5q0 266 -177 449.5t-437 183.5q-254 0 -428 -183.5t-174 -449.5zM406 717 q0 172 114.5 297t306.5 125q63 0 121 -19.5t94.5 -47.5t65.5 -56.5t41 -48.5l12 -19l-94 -63l-10 15q-6 9 -28.5 33.5t-48.5 43t-66 34t-83 15.5q-141 0 -223 -90t-82 -217t81 -217t224 -90q135 0 226 127l10 14l94 -64q-4 -8 -13 -20t-40 -45t-66.5 -58.5t-93 -46 t-121.5 -20.5q-195 0 -308 124t-113 294z" />
-<glyph unicode="&#xaa;" horiz-adv-x="847" d="M119 541v96h620v-96h-620zM123 979q0 225 389 225h27q-2 86 -35 122t-111 36q-106 0 -106 -41v-49h-109v80q0 41 45 67.5t89 33.5t83 7q143 0 199.5 -66.5t56.5 -185.5v-290q0 -18 19 -19h59v-104h-96q-84 0 -86 79v25h-4q-6 -12 -18.5 -31.5t-62.5 -52.5t-114 -33 q-92 0 -158.5 53.5t-66.5 143.5zM240 985q0 -43 32.5 -73.5t89.5 -30.5q80 0 127.5 68.5t51.5 164.5h-25q-276 0 -276 -129z" />
-<glyph unicode="&#xab;" horiz-adv-x="1069" d="M78 578l336 421h149l-336 -421l336 -420h-149zM444 578l336 421h152l-336 -421l336 -420h-152z" />
-<glyph unicode="&#xac;" d="M143 700v119h955v-495h-125v376h-830z" />
-<glyph unicode="&#xad;" horiz-adv-x="884" d="M152 518v127h581v-127h-581z" />
-<glyph unicode="&#xae;" horiz-adv-x="1624" d="M84 721q0 309 212 526t511 217q305 0 519 -217t214 -526q0 -313 -213 -529.5t-520 -216.5q-301 0 -512 217.5t-211 528.5zM205 721q0 -268 174 -451.5t428 -183.5q260 0 437 183.5t177 451.5q0 266 -177 449.5t-437 183.5q-254 0 -428 -183.5t-174 -449.5zM492 1024v96 h358q106 0 173 -65.5t67 -171.5q0 -84 -44.5 -140.5t-105.5 -70.5v-4q23 -8 41 -43l92 -185q12 -27 55 -26h21v-92h-59q-47 0 -71 11t-44 50l-111 217q-25 45 -73 45h-111v-323h-115v702h-73zM680 735h149q66 0 104 39t38 109q0 68 -38 104.5t-104 36.5h-149v-289z" />
-<glyph unicode="&#xaf;" horiz-adv-x="944" d="M229 1608v110h504v-110h-504z" />
-<glyph unicode="&#x2c9;" horiz-adv-x="944" d="M229 1608v110h504v-110h-504z" />
-<glyph unicode="&#xb0;" horiz-adv-x="784" d="M104 1178q0 117 84 200.5t203 83.5t204 -84t85 -200q0 -119 -84 -202t-205 -83q-119 0 -203 83t-84 202zM227 1178q0 -72 47.5 -121t117 -49t118.5 49t49 121q0 70 -49 120t-118.5 50t-117 -50t-47.5 -120z" />
-<glyph unicode="&#xb1;" d="M86 522v119h473v522h125v-522h471v-119h-471v-522h-125v522h-473zM123 -213h995v-119h-995v119z" />
-<glyph unicode="&#xb2;" horiz-adv-x="837" d="M104 645q0 63 20.5 113.5t64.5 91.5t77 62.5t97 58.5q66 37 100.5 60.5t67 68.5t32.5 98q0 63 -44 105.5t-118 42.5q-57 0 -98 -25t-41 -57v-54h-110v80q0 80 82.5 123t166.5 43q131 0 206 -72.5t75 -185.5q0 -61 -20.5 -109.5t-68.5 -89.5t-77 -59t-96.5 -57t-100 -61.5 t-65.5 -66.5t-33 -93q0 -12 19 -13h358q12 0 12 15v71h111v-102q0 -47 -21.5 -68.5t-68.5 -21.5h-434q-51 0 -72 22.5t-21 79.5z" />
-<glyph unicode="&#xb3;" horiz-adv-x="837" d="M102 674l82 80q10 -12 29.5 -32t78 -52.5t116.5 -32.5q72 0 126 50t54 126t-56.5 121t-136.5 45h-71l-21 70l197 239l47 49v4q-35 -6 -74 -6h-194q-20 0 -21 -22v-58h-111v88q0 53 20.5 75t76.5 22h452v-80l-241 -283q96 -8 174 -78.5t78 -187.5q0 -123 -89.5 -204 t-211.5 -81q-80 0 -156 37t-111 74z" />
-<glyph unicode="&#xb4;" horiz-adv-x="759" d="M236 1540l143 244h156l-179 -244h-120z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-6q-4 -10 -12.5 -28t-42.5 -63t-74.5 -79.5t-113.5 -62.5t-157 -28q-76 0 -133 21.5 t-76 44.5l-18 20h-4q14 -104 14 -155v-316h-129v1274q0 45 -45 45h-86z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-6q-4 -10 -12.5 -28t-42.5 -63t-74.5 -79.5t-113.5 -62.5t-157 -28q-76 0 -133 21.5 t-76 44.5l-18 20h-4q14 -104 14 -155v-316h-129v1274q0 45 -45 45h-86z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1175" d="M88 968.5q0 198.5 143.5 335t343.5 136.5h490v-127h-371v-1415h-116v596q-201 0 -345.5 138t-144.5 336.5zM821 -102v1292h119v-1292h-119z" />
-<glyph unicode="&#xb7;" horiz-adv-x="440" d="M141 508v164h158v-164h-158z" />
-<glyph unicode="&#x2219;" horiz-adv-x="440" d="M141 508v164h158v-164h-158z" />
-<glyph unicode="&#xb8;" horiz-adv-x="845" d="M227 -311q39 -12 86 -13q104 0 104.5 70t-116.5 70l-31 -2l54 227l82 -14v-17l-25 -123q66 -10 105.5 -48t39.5 -97q0 -82 -57 -122t-141 -40l-101 10v99z" />
-<glyph unicode="&#xb9;" horiz-adv-x="837" d="M162 1231l209 209h104v-791h191v-106h-502v106h192v563l2 70h-4q-10 -20 -26 -37l-92 -90z" />
-<glyph unicode="&#xba;" horiz-adv-x="933" d="M125 1126q0 141 100.5 238.5t241.5 97.5t241.5 -97t100.5 -239q0 -145 -99.5 -243.5t-242.5 -98.5t-242.5 98.5t-99.5 243.5zM160 541v96h620v-96h-620zM238 1126q0 -102 66.5 -169.5t162.5 -67.5t162.5 67.5t66.5 169.5q0 100 -66.5 167t-162.5 67t-162.5 -67 t-66.5 -167z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1069" d="M135 158l336 420l-336 421h152l336 -421l-336 -420h-152zM504 158l336 420l-336 421h151l336 -421l-336 -420h-151z" />
-<glyph unicode="&#xbc;" horiz-adv-x="1822" d="M158 1231l209 209h102v-791h188v-106h-497v106h192v563l2 70h-4q-10 -20 -26 -37l-93 -90zM551 0l608 1440h127l-606 -1440h-129zM1016 240v75l426 582h123v-551h137v-106h-137v-240h-117v240h-432zM1155 344q29 2 43 2h252v313l2 80h-4q-14 -29 -33 -55l-231 -305 l-29 -33v-2z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1822" d="M158 1231l209 209h102v-791h188v-106h-497v106h192v563l2 70h-4q-10 -20 -26 -37l-93 -90zM528 0l609 1440h127l-607 -1440h-129zM1063 102q0 63 20.5 114.5t64.5 91.5t78 62.5t95 57.5q66 37 100.5 60.5t67.5 68.5t33 98q0 63 -44 105.5t-118 42.5q-57 0 -98 -24.5 t-41 -57.5v-51h-111v78q0 82 83 123.5t167 41.5q131 0 205.5 -72.5t74.5 -185.5q0 -61 -20.5 -109t-67.5 -88t-77.5 -60.5t-96.5 -57.5q-49 -29 -74.5 -46.5t-59.5 -46t-48 -59t-14 -67.5q0 -14 16 -15h358q12 0 13 15v72h110v-103q0 -90 -90 -90h-434q-51 0 -71.5 22.5 t-20.5 79.5z" />
-<glyph unicode="&#xbe;" horiz-adv-x="1822" d="M127 674l82 80q10 -12 29.5 -32t78 -52.5t115.5 -32.5q72 0 126 50t54 126t-56 121t-136 45h-72l-20 70l196 239l47 49v4q-35 -6 -73 -6h-195q-20 0 -20 -22v-58h-111v88q0 53 20.5 75t75.5 22h453v-80l-242 -283q96 -8 174 -78.5t78 -187.5q0 -123 -89 -204t-212 -81 q-80 0 -155.5 37t-110.5 74zM549 0l608 1440h127l-606 -1440h-129zM1016 240v75l426 582h123v-551h137v-106h-137v-240h-117v240h-432zM1155 344q29 2 43 2h252v313l2 80h-4q-14 -29 -33 -55l-231 -305l-29 -33v-2z" />
-<glyph unicode="&#xbf;" horiz-adv-x="882" d="M63 -68q0 94 38 169t91.5 126.5t107.5 98.5t92 109.5t38 135.5v82h137v-88q0 -90 -36.5 -163.5t-89.5 -123.5l-104 -99q-52 -48 -89 -109.5t-37 -130.5q0 -100 75.5 -168t192.5 -68q61 0 124 21.5t93 42.5l31 22l76 -102q-14 -12 -41 -32t-113 -52.5t-176 -32.5 q-176 0 -293 102t-117 260zM420 872v158h158v-158h-158z" />
-<glyph unicode="&#xc0;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186zM434 1784h156l143 -244h-121z" />
-<glyph unicode="&#xc1;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186zM612 1540l144 244h155l-178 -244h-121z " />
-<glyph unicode="&#xc2;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186zM432 1540l170 244h143l170 -244h-129 l-110 166h-4l-111 -166h-129z" />
-<glyph unicode="&#xc3;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM350 1546q0 240 191 240q59 0 103 -37t81 -74t74 -37q82 0 82 142h108q0 -240 -190 -240 q-59 0 -104.5 37t-81 73t-74.5 36q-82 0 -82 -140h-107zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186zM461 1608v176h121v-176h-121zM768 1608 v176h121v-176h-121z" />
-<glyph unicode="&#xc5;" horiz-adv-x="1345" d="M25 0v127h26q57 0 74 45l471 1268h154l471 -1268q16 -45 73 -45h25v-127h-66q-78 0 -110.5 22.5t-59.5 96.5l-125 340h-571l-127 -340q-29 -74 -60.5 -96.5t-107.5 -22.5h-67zM426 584h494l-191 514l-55 186h-4q-31 -119 -56 -186zM522 1662.5q0 63.5 44 104.5t107.5 41 t107.5 -41t44 -104.5t-44 -104t-107.5 -40.5t-107.5 40.5t-44 104zM606 1663q0 -29 18.5 -48.5t49.5 -19.5q29 0 48 19.5t19 48.5q0 31 -19.5 50.5t-48 19.5t-48 -19.5t-19.5 -50.5z" />
-<glyph unicode="&#xc6;" horiz-adv-x="1685" d="M25 127h18q57 0 74 45l487 1268h848q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-475v-525h524v-126h-524v-490q0 -27 13 -36t44 -9h477q45 0 45 45v96h135v-143q0 -66 -29.5 -95.5t-95.5 -29.5h-589q-80 0 -112 25.5t-32 99.5v537h-325l-205 -543 q-27 -74 -58.5 -96.5t-109.5 -22.5h-55v127zM500 788h278v525h-82z" />
-<glyph unicode="&#xc7;" horiz-adv-x="1421" d="M78 731q0 311 203.5 522t506.5 211q82 0 171.5 -17.5t174.5 -52t139 -96t54 -139.5v-119h-135v80q0 94 -129 151.5t-270 57.5q-242 0 -404 -169t-162 -429t161 -440t405 -180q84 0 162.5 20.5t134 50t97.5 59t62 50.5l21 20l82 -102l-24 -24q-15 -15 -67.5 -55 t-110.5 -69.5t-151.5 -56.5t-191.5 -29l-19 -88q66 -10 105 -48t39 -97q0 -84 -56.5 -123t-140.5 -39l-100 10v99q39 -12 86 -13q102 0 102 70t-116 70l-29 -2l39 166q-285 27 -462 238.5t-177 512.5z" />
-<glyph unicode="&#xc8;" horiz-adv-x="1142" d="M86 1313v127h823q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-492v-525h541v-126h-541v-490q0 -45 46 -45h505q45 0 45 45v96h134v-143q0 -66 -30 -95.5t-95 -29.5h-623q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM362 1784h156l144 -244h-121z" />
-<glyph unicode="&#xc9;" horiz-adv-x="1142" d="M86 1313v127h823q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-492v-525h541v-126h-541v-490q0 -45 46 -45h505q45 0 45 45v96h134v-143q0 -66 -30 -95.5t-95 -29.5h-623q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM541 1540l143 244h156l-178 -244h-121z" />
-<glyph unicode="&#xca;" horiz-adv-x="1142" d="M86 1313v127h823q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-492v-525h541v-126h-541v-490q0 -45 46 -45h505q45 0 45 45v96h134v-143q0 -66 -30 -95.5t-95 -29.5h-623q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM360 1540l170 244h144l170 -244h-129l-111 166h-4 l-111 -166h-129z" />
-<glyph unicode="&#xcb;" horiz-adv-x="1142" d="M86 1313v127h823q66 0 95.5 -30t29.5 -95v-144h-135v97q0 45 -45 45h-492v-525h541v-126h-541v-490q0 -45 46 -45h505q45 0 45 45v96h134v-143q0 -66 -30 -95.5t-95 -29.5h-623q-66 0 -95.5 29.5t-29.5 95.5v1188h-133zM389 1608v176h121v-176h-121zM696 1608v176h121 v-176h-121z" />
-<glyph unicode="&#xcc;" horiz-adv-x="600" d="M59 1784h156l143 -244h-120zM94 0v127h135v1186h-135v127h412v-127h-137v-1186h137v-127h-412z" />
-<glyph unicode="&#xcd;" horiz-adv-x="600" d="M94 0v127h135v1186h-135v127h412v-127h-137v-1186h137v-127h-412zM238 1540l143 244h156l-179 -244h-120z" />
-<glyph unicode="&#xce;" horiz-adv-x="600" d="M57 1540l170 244h144l170 -244h-129l-111 166h-4l-111 -166h-129zM94 0v127h135v1186h-135v127h412v-127h-137v-1186h137v-127h-412z" />
-<glyph unicode="&#xcf;" horiz-adv-x="600" d="M86 1608v176h121v-176h-121zM94 0v127h135v1186h-135v127h412v-127h-137v-1186h137v-127h-412zM393 1608v176h121v-176h-121z" />
-<glyph unicode="&#xd0;" horiz-adv-x="1464" d="M86 1313v127h578q330 0 526 -191.5t196 -527.5q0 -340 -196.5 -530.5t-525.5 -190.5h-320q-66 0 -95.5 29.5t-29.5 95.5v537h-102v122h102v529h-133zM362 172q0 -45 46 -45h241q270 0 429 154.5t159 439.5q0 283 -158.5 437.5t-429.5 154.5h-287v-529h336v-122h-336v-490 z" />
-<glyph unicode="&#xd1;" horiz-adv-x="1556" d="M86 0v127h88q45 0 45 45v1268h131l735 -1026l117 -189h4q-10 113 -10 189v901q0 66 29.5 95.5t95.5 29.5h152v-127h-89q-45 0 -45 -45v-1268h-131l-735 1026l-119 186h-4q12 -111 12 -186v-901q0 -66 -29.5 -95.5t-94.5 -29.5h-152zM477 1546q0 240 191 240q59 0 103 -37 t81 -74t74 -37q82 0 82 142h108q0 -240 -190 -240q-59 0 -104.5 37t-81 73t-74.5 36q-82 0 -82 -140h-107z" />
-<glyph unicode="&#xd2;" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427zM565 1784h156l143 -244h-121z" />
-<glyph unicode="&#xd3;" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427zM743 1540l144 244h155l-178 -244h-121z" />
-<glyph unicode="&#xd4;" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427zM563 1540l170 244h144l170 -244h-129 l-111 166h-4l-111 -166h-129z" />
-<glyph unicode="&#xd5;" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427zM481 1546q0 240 191 240q59 0 103 -37t81 -74 t74 -37q82 0 82 142h108q0 -240 -190 -240q-59 0 -104.5 37t-81 73t-74.5 36q-82 0 -82 -140h-107z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1619" d="M78 729q0 309 213 522t520 213t520 -213t213 -522q0 -315 -214 -534.5t-519 -219.5q-307 0 -520 219.5t-213 534.5zM227 729q0 -260 170 -439t414 -179q242 0 413 179t171 439q0 254 -170 427t-414 173t-414 -173t-170 -427zM592 1608v176h121v-176h-121zM899 1608v176 h121v-176h-121z" />
-<glyph unicode="&#xd7;" d="M98 84l443 498l-443 497l84 84l439 -493l438 493l84 -84l-445 -497l445 -498l-84 -84l-438 494l-439 -494z" />
-<glyph unicode="&#xd8;" horiz-adv-x="1626" d="M80 729q0 309 213 522t520 213q209 0 387 -110l98 137l84 -61l-96 -136q260 -223 260 -565q0 -315 -214 -534.5t-519 -219.5q-215 0 -391 115l-98 -139l-86 59l100 142q-121 104 -189.5 254.5t-68.5 322.5zM229 729q0 -283 195 -461l696 973q-143 88 -307 88 q-244 0 -414 -173t-170 -427zM504 203q145 -92 309 -92q244 0 414 179t170 439q0 272 -197 447z" />
-<glyph unicode="&#xd9;" horiz-adv-x="1468" d="M70 1313v127h151q66 0 95.5 -30t29.5 -95v-815q0 -180 105.5 -284.5t281.5 -104.5q178 0 283.5 105.5t105.5 287.5v811q0 66 30 95.5t95 29.5h152v-127h-88q-45 0 -45 -45v-774q0 -233 -146.5 -376t-384 -143t-385 142.5t-147.5 376.5v774q0 45 -45 45h-88zM498 1784h155 l144 -244h-121z" />
-<glyph unicode="&#xda;" horiz-adv-x="1468" d="M70 1313v127h151q66 0 95.5 -30t29.5 -95v-815q0 -180 105.5 -284.5t281.5 -104.5q178 0 283.5 105.5t105.5 287.5v811q0 66 30 95.5t95 29.5h152v-127h-88q-45 0 -45 -45v-774q0 -233 -146.5 -376t-384 -143t-385 142.5t-147.5 376.5v774q0 45 -45 45h-88zM676 1540 l143 244h156l-178 -244h-121z" />
-<glyph unicode="&#xdb;" horiz-adv-x="1468" d="M70 1313v127h151q66 0 95.5 -30t29.5 -95v-815q0 -180 105.5 -284.5t281.5 -104.5q178 0 283.5 105.5t105.5 287.5v811q0 66 30 95.5t95 29.5h152v-127h-88q-45 0 -45 -45v-774q0 -233 -146.5 -376t-384 -143t-385 142.5t-147.5 376.5v774q0 45 -45 45h-88zM496 1540 l170 244h143l170 -244h-129l-111 166h-4l-110 -166h-129z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1468" d="M70 1313v127h151q66 0 95.5 -30t29.5 -95v-815q0 -180 105.5 -284.5t281.5 -104.5q178 0 283.5 105.5t105.5 287.5v811q0 66 30 95.5t95 29.5h152v-127h-88q-45 0 -45 -45v-774q0 -233 -146.5 -376t-384 -143t-385 142.5t-147.5 376.5v774q0 45 -45 45h-88zM524 1608v176 h121v-176h-121zM831 1608v176h121v-176h-121z" />
-<glyph unicode="&#xdd;" horiz-adv-x="1212" d="M20 1313v127h56q76 0 113.5 -20.5t82.5 -94.5l244 -407l88 -162h4q43 86 88 162l244 407q45 74 83 94.5t114 20.5h55v-127h-33q-63 0 -94 -53l-387 -633v-627h-143v627l-385 633q-33 53 -97 53h-33zM547 1540l143 244h156l-178 -244h-121z" />
-<glyph unicode="&#xde;" horiz-adv-x="1196" d="M86 1313v127h152q66 0 95 -30t29 -95v-131h332q195 0 320 -119t125 -317q0 -197 -126 -318t-323 -121h-328v-309h-143v1268q0 45 -45 45h-88zM362 436h314q143 0 229 83t86 228.5t-85 227.5t-228 82h-316v-621z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1142" d="M41 0v121h84q45 0 45 45v921q0 174 123 275.5t289 101.5q160 0 259 -90t99 -215q0 -68 -36 -128t-78 -95t-77.5 -79t-35.5 -85q0 -49 62.5 -103.5t137 -100.5t137 -126t62.5 -174q0 -139 -96 -216t-236 -77q-178 0 -309 111l-8 8l51 109q12 -12 34.5 -28.5t90.5 -45.5 t131 -29q86 0 143.5 43t57.5 129q0 68 -62.5 131.5t-138.5 107.5t-138.5 112.5t-62.5 144.5q0 57 36 110.5t78 89.5t78 86t36 103q0 72 -58.5 126t-163.5 54q-106 0 -186 -69.5t-80 -190.5v-952q0 -66 -29.5 -95.5t-95.5 -29.5h-143z" />
-<glyph unicode="&#xe0;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97zM293 1440h156l143 -244h-121z" />
-<glyph unicode="&#xe1;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97zM471 1196l143 244h156l-178 -244h-121z" />
-<glyph unicode="&#xe2;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97zM291 1196l170 244h143l170 -244h-129l-110 166h-5 l-110 -166h-129z" />
-<glyph unicode="&#xe3;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM209 1202q0 240 190 240q59 0 103.5 -37t81.5 -74t73 -37q82 0 82 142h109q0 -240 -191 -240q-59 0 -104 37t-81 72.5t-75 35.5q-82 0 -82 -139h-106zM225 289q0 -78 60.5 -136.5t169.5 -58.5 q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97zM319 1264v176h121v-176h-121zM627 1264v176h121v-176h-121 z" />
-<glyph unicode="&#xe5;" horiz-adv-x="1083" d="M82 281q0 354 631 354h57v12q0 160 -61.5 225.5t-204.5 65.5q-63 0 -132 -20.5t-69 -69.5v-66h-133v99q0 49 39 87t97.5 55t108.5 24.5t91 7.5q227 0 315 -104.5t88 -291.5v-493q0 -45 45 -45h86v-121h-141q-66 0 -94.5 29.5t-28.5 93.5l2 76h-4q2 0 -9 -22.5t-37 -56.5 t-62.5 -67t-99 -55.5t-134.5 -22.5q-141 0 -245.5 80.5t-104.5 225.5zM225 289q0 -78 60.5 -136.5t169.5 -58.5q139 0 227 119t88 264v47h-59q-55 0 -93 -2t-102.5 -8t-109 -21.5t-89.5 -40t-68.5 -66.5t-23.5 -97zM381 1318.5q0 63.5 44 104.5t107.5 41t107.5 -41 t44 -104.5t-44 -104t-107.5 -40.5t-107.5 40.5t-44 104zM465 1319q0 -29 18.5 -48.5t48.5 -19.5q29 0 48.5 19.5t19.5 48.5q0 31 -19.5 50.5t-48 19.5t-48 -19.5t-19.5 -50.5z" />
-<glyph unicode="&#xe6;" horiz-adv-x="1783" d="M82 281q0 70 23.5 124t58.5 89.5t90 61.5t105.5 39t120 20.5t113.5 8.5t107 1h68v22q0 160 -61.5 225.5t-202.5 65.5q-66 0 -133.5 -20.5t-67.5 -69.5v-66h-133v99q0 86 104.5 130t231.5 44q289 0 356 -213h4q127 213 389 213q201 0 312.5 -132t111.5 -317l-4 -92h-772 q4 -197 111.5 -305.5t273.5 -108.5q170 0 301 119l8 8l66 -104q-16 -16 -47 -41t-130.5 -66t-203.5 -41q-158 0 -276.5 76t-176.5 211h-4q-6 -23 -19 -51.5t-46 -72.5t-73 -77.5t-106.5 -59.5t-144.5 -26q-150 0 -252 81.5t-102 224.5zM225 289q0 -80 61.5 -137.5 t170.5 -57.5q139 0 226 120t87 265v35h-121q-82 0 -142.5 -6t-132 -26.5t-110.5 -69.5t-39 -123zM913 625h625q-6 152 -89 231.5t-200 79.5q-131 0 -222 -80.5t-114 -230.5z" />
-<glyph unicode="&#xe7;" horiz-adv-x="1081" d="M82 514q0 236 155.5 388.5t387.5 152.5q49 0 107.5 -11.5t118.5 -34t100 -68.5t40 -105v-93h-131v60q0 59 -79 93t-156 34q-170 0 -285 -116t-115 -300t118 -298t286 -114q186 0 317 131l15 15l65 -105l-16.5 -17t-49 -40t-82.5 -51.5t-114 -41t-146 -18.5l-16 -88 q66 -10 104.5 -48t38.5 -97q0 -84 -56 -123t-140 -39l-103 10v99q39 -12 86 -13q104 0 104.5 70t-116.5 70l-31 -2l39 170q-197 29 -321.5 173t-124.5 357z" />
-<glyph unicode="&#xe8;" horiz-adv-x="1122" d="M82 514q0 246 146.5 393.5t361.5 147.5q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-791q2 -188 118 -299t282 -111q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-231 0 -385 151.5t-154 387.5zM233 621h646q-6 154 -88 235.5t-203 81.5 q-133 0 -231.5 -83.5t-123.5 -233.5zM346 1440h156l143 -244h-121z" />
-<glyph unicode="&#xe9;" horiz-adv-x="1122" d="M82 514q0 246 146.5 393.5t361.5 147.5q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-791q2 -188 118 -299t282 -111q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-231 0 -385 151.5t-154 387.5zM233 621h646q-6 154 -88 235.5t-203 81.5 q-133 0 -231.5 -83.5t-123.5 -233.5zM524 1196l144 244h155l-178 -244h-121z" />
-<glyph unicode="&#xea;" horiz-adv-x="1122" d="M82 514q0 246 146.5 393.5t361.5 147.5q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-791q2 -188 118 -299t282 -111q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-231 0 -385 151.5t-154 387.5zM233 621h646q-6 154 -88 235.5t-203 81.5 q-133 0 -231.5 -83.5t-123.5 -233.5zM344 1196l170 244h143l170 -244h-129l-110 166h-4l-111 -166h-129z" />
-<glyph unicode="&#xeb;" horiz-adv-x="1122" d="M82 514q0 246 146.5 393.5t361.5 147.5q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-791q2 -188 118 -299t282 -111q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-231 0 -385 151.5t-154 387.5zM233 621h646q-6 154 -88 235.5t-203 81.5 q-133 0 -231.5 -83.5t-123.5 -233.5zM373 1264v176h121v-176h-121zM680 1264v176h121v-176h-121z" />
-<glyph unicode="&#xec;" horiz-adv-x="516" d="M6 1440h156l141 -244h-121zM59 909v121h146q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v739q0 45 -45 45h-86z" />
-<glyph unicode="&#xed;" horiz-adv-x="516" d="M59 909v121h146q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v739q0 45 -45 45h-86zM182 1196l144 244h155l-178 -244h-121z" />
-<glyph unicode="&#xee;" horiz-adv-x="516" d="M2 1196l172 244h141l172 -244h-129l-110 166h-4l-113 -166h-129zM59 909v121h146q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v739q0 45 -45 45h-86z" />
-<glyph unicode="&#xef;" horiz-adv-x="516" d="M51 1264v176h123v-176h-123zM59 909v121h146q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v739q0 45 -45 45h-86zM309 1264v176h121v-176h-121z" />
-<glyph unicode="&#xf0;" horiz-adv-x="1157" d="M76 475q0 197 130 339t359 142q178 0 287 -102l8 -8h4q-70 199 -254 325l-360 -163l-27 98l277 129q-131 68 -291 104l41 119q236 -59 401 -158l269 121l26 -98l-198 -92q309 -242 309 -672q0 -106 -30 -206.5t-89 -186.5t-159.5 -138.5t-229.5 -52.5q-215 0 -344 149.5 t-129 350.5zM219 473q0 -152 90 -262.5t244 -110.5q176 0 268 132.5t92 299.5q0 133 -92 219.5t-241 86.5q-174 0 -267.5 -107.5t-93.5 -257.5z" />
-<glyph unicode="&#xf1;" horiz-adv-x="1245" d="M47 909v121h143q125 0 125 -115v-47l-4 -73h4q37 94 142.5 177t267.5 83q186 0 266 -100.5t80 -299.5v-489q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v493q0 145 -44 225.5t-179 80.5q-131 0 -235.5 -81t-139.5 -210q-16 -57 -17 -139v-494h-139v864 q0 45 -45 45h-86zM326 1202q0 240 190 240q59 0 103.5 -37t81 -74t73.5 -37q82 0 82 142h109q0 -240 -191 -240q-59 0 -104 37t-81 72.5t-75 35.5q-82 0 -82 -139h-106z" />
-<glyph unicode="&#xf2;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291zM387 1440h156 l143 -244h-121z" />
-<glyph unicode="&#xf3;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291zM565 1196 l144 244h155l-178 -244h-121z" />
-<glyph unicode="&#xf4;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291zM385 1196 l170 244h143l170 -244h-129l-110 166h-4l-111 -166h-129z" />
-<glyph unicode="&#xf5;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291zM303 1202 q0 240 191 240q59 0 103 -37t81 -74t74 -37q82 0 82 142h108q0 -240 -190 -240q-59 0 -104.5 37t-81.5 72.5t-74 35.5q-82 0 -82 -139h-107z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q227 0 385.5 -153.5t158.5 -381.5q0 -231 -158.5 -388t-383.5 -157q-227 0 -386 157t-159 388zM225 520q0 -178 117 -299t285 -121q166 0 282.5 121t116.5 299q0 174 -116.5 291t-282.5 117q-168 0 -285 -117t-117 -291zM414 1264v176 h121v-176h-121zM721 1264v176h121v-176h-121z" />
-<glyph unicode="&#xf7;" d="M102 522v119h1004v-119h-1004zM526 125v151h154v-151h-154zM526 887v151h154v-151h-154z" />
-<glyph unicode="&#xf8;" horiz-adv-x="1251" d="M82 520q0 227 158.5 381t384.5 154q154 0 280 -76l80 113l84 -62l-80 -110q180 -158 180 -400q0 -231 -158.5 -388t-383.5 -157q-145 0 -265 66l-77 -109l-84 62l75 104q-194 162 -194 422zM225 520q0 -186 129 -311l475 663q-94 55 -202 56q-168 0 -285 -117t-117 -291z M438 150q88 -49 189 -50q166 0 282.5 121t116.5 299q0 172 -119 287z" />
-<glyph unicode="&#xf9;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-4q-39 -94 -144.5 -177.5t-257.5 -83.5q-180 0 -263 98.5t-83 301.5v489q0 45 -45 45h-86z M365 1440h155l144 -244h-121z" />
-<glyph unicode="&#xfa;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-4q-39 -94 -144.5 -177.5t-257.5 -83.5q-180 0 -263 98.5t-83 301.5v489q0 45 -45 45h-86z M543 1196l143 244h156l-178 -244h-121z" />
-<glyph unicode="&#xfb;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-4q-39 -94 -144.5 -177.5t-257.5 -83.5q-180 0 -263 98.5t-83 301.5v489q0 45 -45 45h-86z M362 1196l170 244h144l170 -244h-129l-111 166h-4l-110 -166h-130z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1234" d="M43 909v121h145q66 0 95.5 -28.5t29.5 -92.5v-497q0 -145 45 -225.5t181 -80.5q168 0 273.5 128t105.5 303v493h139v-864q0 -45 45 -45h86v-121h-141q-125 0 -125 115v47l4 74h-4q-39 -94 -144.5 -177.5t-257.5 -83.5q-180 0 -263 98.5t-83 301.5v489q0 45 -45 45h-86z M391 1264v176h121v-176h-121zM698 1264v176h121v-176h-121z" />
-<glyph unicode="&#xfd;" horiz-adv-x="1103" d="M16 -330l66 103q0 -4 18.5 -21.5t57.5 -37t78 -19.5q121 0 190 168l61 141l-362 858q-20 47 -72 47h-20v121h63q70 0 99.5 -21.5t58.5 -90.5l264 -644l37 -110h4q14 59 35 110l254 644q27 70 57.5 91t102.5 21h63v-121h-20q-53 0 -72 -47l-444 -1077 q-41 -100 -118 -157.5t-177 -57.5q-133 0 -220 94zM487 1196l144 244h155l-178 -244h-121z" />
-<glyph unicode="&#xfe;" horiz-adv-x="1196" d="M41 1319v121h145q66 0 95.5 -30t29.5 -95v-367l-4 -90h4q100 197 346 197q209 0 331 -148.5t122 -390.5t-122 -391.5t-331 -149.5q-74 0 -136 19.5t-99 48.5t-63.5 57.5t-36.5 46.5l-11 21h-4q4 -37 4 -90v-488h-139v1684q0 45 -45 45h-86zM307 514q0 -211 96.5 -312.5 t239.5 -101.5q145 0 234.5 114t89.5 302q0 186 -89.5 299t-234.5 113q-147 0 -241.5 -100.5t-94.5 -313.5z" />
-<glyph unicode="&#xff;" horiz-adv-x="1103" d="M16 -330l66 103q0 -4 18.5 -21.5t57.5 -37t78 -19.5q121 0 190 168l61 141l-362 858q-20 47 -72 47h-20v121h63q70 0 99.5 -21.5t58.5 -90.5l264 -644l37 -110h4q14 59 35 110l254 644q27 70 57.5 91t102.5 21h63v-121h-20q-53 0 -72 -47l-444 -1077 q-41 -100 -118 -157.5t-177 -57.5q-133 0 -220 94zM336 1264v176h121v-176h-121zM643 1264v176h121v-176h-121z" />
-<glyph unicode="&#x152;" horiz-adv-x="1863" d="M78 721q0 313 197.5 526t496.5 213q51 0 153.5 -10t137.5 -10h565q66 0 95.5 -30t29.5 -95v-144h-133v97q0 45 -45 45h-477v-525h524v-126h-524v-535h536q45 0 45 45v96h133v-143q0 -125 -114 -125h-633q-35 0 -138.5 -10t-154.5 -10q-299 0 -496.5 213t-197.5 528z M227 721q0 -262 150.5 -433t394.5 -171q119 0 182 14v1176q-72 16 -182 16q-242 0 -393.5 -171t-151.5 -431z" />
-<glyph unicode="&#x153;" horiz-adv-x="2068" d="M82 512q0 240 157.5 391.5t385.5 151.5q154 0 276.5 -74t190.5 -203h4q59 131 174.5 204t265.5 73q205 0 318.5 -136.5t113.5 -338.5l-4 -70h-790q8 -193 121.5 -301.5t277.5 -108.5q170 0 299 117l10 10l68 -104q-16 -16 -48 -41t-131.5 -66t-203.5 -41q-160 0 -283 75 t-186 206h-4q-66 -131 -189 -206t-280 -75q-227 0 -385 149.5t-158 387.5zM225 512q0 -182 116 -297t284 -115t283.5 117t115.5 303q0 182 -116.5 295t-282.5 113q-168 0 -284 -116t-116 -300zM1180 621h645q-8 154 -89 235.5t-202 81.5q-133 0 -231 -83.5t-123 -233.5z" />
-<glyph unicode="&#x178;" horiz-adv-x="1212" d="M20 1313v127h56q76 0 113.5 -20.5t82.5 -94.5l244 -407l88 -162h4q43 86 88 162l244 407q45 74 83 94.5t114 20.5h55v-127h-33q-63 0 -94 -53l-387 -633v-627h-143v627l-385 633q-33 53 -97 53h-33zM395 1608v176h121v-176h-121zM702 1608v176h121v-176h-121z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="962" d="M240 1540l170 244h143l170 -244h-129l-111 166h-4l-110 -166h-129z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1007" d="M182 1546q0 240 191 240q59 0 103 -37t81 -74t74 -37q82 0 82 142h108q0 -240 -190 -240q-59 0 -104.5 37t-81 73t-74.5 36q-82 0 -82 -140h-107z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1314" d="M145 522v119h1024v-119h-1024z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1724" d="M145 522v119h1434v-119h-1434z" />
-<glyph unicode="&#x2018;" horiz-adv-x="434" d="M104 1106l115 352h111l-80 -352h-146z" />
-<glyph unicode="&#x2019;" horiz-adv-x="434" d="M104 1108l80 352h146l-115 -352h-111z" />
-<glyph unicode="&#x201a;" horiz-adv-x="434" d="M104 -184l80 352h146l-115 -352h-111z" />
-<glyph unicode="&#x201c;" horiz-adv-x="675" d="M104 1106l115 352h111l-80 -352h-146zM346 1106l115 352h110l-79 -352h-146z" />
-<glyph unicode="&#x201d;" horiz-adv-x="675" d="M104 1108l80 352h146l-115 -352h-111zM346 1108l80 352h145l-114 -352h-111z" />
-<glyph unicode="&#x201e;" horiz-adv-x="675" d="M104 -184l80 352h146l-115 -352h-111zM346 -184l80 352h145l-114 -352h-111z" />
-<glyph unicode="&#x2022;" horiz-adv-x="899" d="M158 596q0 121 86 207t206.5 86t205.5 -86t85 -207t-85 -207t-205.5 -86t-206.5 86t-86 207z" />
-<glyph unicode="&#x2026;" horiz-adv-x="1673" d="M276 0v164h158v-164h-158zM758 0v164h157v-164h-157zM1239 0v164h158v-164h-158z" />
-<glyph unicode="&#x2039;" horiz-adv-x="702" d="M78 578l336 421h149l-336 -421l336 -420h-149z" />
-<glyph unicode="&#x203a;" horiz-adv-x="702" d="M135 158l336 420l-336 421h152l336 -421l-336 -420h-152z" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1208" d="M80 545v104h117q-4 37 -4 72l4 94h-117v105h135q61 242 249.5 393t438.5 151q49 0 96.5 -6t69.5 -12l23 -6l-33 -133q-74 23 -158 22q-195 0 -337 -111.5t-195 -297.5h620l-20 -105h-623q-8 -41 -8 -90l4 -76h596l-18 -104h-553q47 -195 193.5 -314.5t344.5 -119.5 q47 0 93 7t69 13l23 8l32 -131q-94 -33 -219 -33q-258 0 -447.5 159t-244.5 411h-131z" />
-<glyph unicode="&#x2122;" horiz-adv-x="1998" d="M88 1251v95q0 53 20.5 73.5t75.5 20.5h566q55 0 75.5 -20.5t20.5 -73.5v-95h-107v62q0 20 -20 20h-195v-790h-116v790h-193q-20 0 -20 -20v-62h-107zM858 647h51q20 0 23 21l59 772h107l235 -514q18 -39 29 -84h4q10 45 29 84l235 514h107l59 -772q2 -20 23 -21h51v-104 h-88q-55 0 -74.5 19.5t-24.5 74.5l-41 514l3 59h-5l-229 -499h-94l-230 499h-4l2 -59l-41 -514q-4 -55 -23.5 -74.5t-74.5 -19.5h-88v104z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1030" d="M0 1030h1030v-1030h-1030v1030z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1118" d="M51 913v117h129v37q0 119 38 202t98.5 118.5t112.5 49t106 13.5l63 -4v-125q-20 4 -51 4q-37 0 -70 -9t-71.5 -32.5t-62.5 -80t-24 -136.5v-37h488q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v743q0 45 -45 45h-429v-913 h-139v913h-129zM788 1264v176h136v-176h-136z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1105" d="M51 913v117h129v37q0 96 26.5 169t64.5 109.5t90.5 60.5t91.5 29t82 5h260q66 0 95.5 -30t29.5 -95v-1149q0 -45 45 -45h86v-121h-146q-66 0 -95.5 29.5t-29.5 95.5v1149q0 45 -45 45h-186q-229 0 -230 -252v-37h263v-117h-263v-913h-139v913h-129z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="1722" d="M51 913v117h129v37q0 119 38 202t98.5 118.5t112.5 49t106 13.5l63 -4v-125q-20 4 -49 4q-37 0 -71 -9t-72.5 -34t-62.5 -80t-24 -137v-35h465v37q0 119 38 202t98.5 118.5t112.5 49t106 13.5l63 -4v-125q-20 4 -49 4q-37 0 -70.5 -9t-72.5 -34t-62.5 -80t-23.5 -137v-35 h487q66 0 95.5 -29.5t29.5 -95.5v-739q0 -45 45 -45h86v-121h-145q-66 0 -95.5 29.5t-29.5 95.5v743q0 45 -45 45h-428v-913h-140v913h-465v-913h-139v913h-129zM1393 1264v176h135v-176h-135z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="1708" d="M51 913v117h129v43q0 117 36 198t96.5 116.5t111.5 49t106 13.5l68 -4v-125q-23 4 -53 4q-37 0 -71 -9t-71.5 -34t-60.5 -79t-23 -132v-41h465v37q0 96 27 169t64.5 109.5t90 60.5t91.5 29t82 5h260q66 0 95.5 -30t29.5 -95v-1149q0 -45 45 -45h86v-121h-146 q-66 0 -95.5 29.5t-29.5 95.5v1149q0 45 -45 45h-186q-229 0 -229 -252v-37h262v-117h-262v-913h-140v913h-465v-913h-139v913h-129z" />
-</font>
-</defs></svg> 
\ No newline at end of file


Binary file ckanext/iati/public/fonts/museo300-regular-webfont.ttf has changed


Binary file ckanext/iati/public/fonts/museo300-regular-webfont.woff has changed


Binary file ckanext/iati/public/fonts/museo700-regular-webfont.eot has changed


--- a/ckanext/iati/public/fonts/museo700-regular-webfont.svg	Wed Jun 29 11:09:37 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,233 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>
-This is a custom SVG webfont generated by Font Squirrel.
-Copyright   : Copyright c 2008 by Jos Buivengaexljbris All rights reserved
-Designer    : Jos Buivenga
-Foundry     : Jos Buivenga
-Foundry URL : httpwwwjosbuivengademonnl
-</metadata>
-<defs>
-<font id="Museo700" horiz-adv-x="1267" >
-<font-face units-per-em="2048" ascent="1536" descent="-512" />
-<missing-glyph horiz-adv-x="542" />
-<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="679" d="M205 1454h270l-20 -1034h-228zM215 0v242h252v-242h-252z" />
-<glyph unicode="&#x22;" horiz-adv-x="755" d="M117 1053v428h192v-428h-192zM444 1053v428h193v-428h-193z" />
-<glyph unicode="#" horiz-adv-x="1433" d="M66 383l30 186h244l51 287h-239l30 188h242l72 410h209l-72 -410h278l72 410h209l-72 -410h248l-33 -188h-245l-52 -287h244l-31 -186h-245l-66 -383h-209l68 383h-281l-65 -383h-209l65 383h-243zM549 569h280l52 287h-281z" />
-<glyph unicode="$" horiz-adv-x="1146" d="M78 268l186 156q4 -8 13.5 -22.5t42 -50.5t68.5 -62.5t93.5 -49t116.5 -22.5q92 0 150.5 46t58.5 126q0 51 -38 93t-98.5 74t-133 63.5t-145.5 72.5t-133 91.5t-98 127t-38 172.5q0 152 107.5 256.5t277.5 130.5v191h182v-191q137 -18 238.5 -87.5t101.5 -190.5v-135 h-242v65q0 49 -54 81t-128 32q-92 0 -152.5 -42t-60.5 -106q0 -70 71 -122t171 -93t200.5 -92t171 -148t70.5 -235q0 -154 -106.5 -270.5t-280.5 -142.5v-191h-182v189q-244 33 -397 237z" />
-<glyph unicode="%" horiz-adv-x="1689" d="M113 1155q0 133 98 228.5t235.5 95.5t236.5 -95.5t99 -228.5q0 -135 -98 -229.5t-237.5 -94.5t-236.5 94.5t-97 229.5zM164 0l1116 1454h240l-1117 -1454h-239zM311 1155q0 -57 39 -96t96.5 -39t97.5 39t40 96q0 55 -40 95t-97.5 40t-96.5 -40t-39 -95zM907 297 q0 133 97.5 228.5t236.5 95.5q137 0 235.5 -95.5t98.5 -228.5t-97.5 -227.5t-236.5 -94.5t-236.5 94.5t-97.5 227.5zM1106 299q0 -57 39 -96t96 -39t97 39t40 96q0 55 -40 95t-97 40t-96 -40t-39 -95z" />
-<glyph unicode="&#x26;" horiz-adv-x="1333" d="M86 426q0 113 64.5 214t177.5 134v4q-8 2 -19.5 9.5t-42 33t-54.5 57t-43.5 90t-19.5 128.5q0 172 125 277.5t318 105.5q51 0 101 -6.5t75 -12.5l25 -6l-64 -209q-51 12 -98 12q-96 0 -155.5 -55t-59.5 -139q0 -76 51 -134.5t170 -58.5h219v174h260v-174h174v-229h-174 v-172q0 -225 -136 -359.5t-374 -134.5q-227 0 -373.5 129t-146.5 322zM356 428q0 -88 69 -149.5t181 -61.5q119 0 184.5 67.5t65.5 198.5v158h-219q-131 0 -206 -54.5t-75 -158.5z" />
-<glyph unicode="'" horiz-adv-x="430" d="M117 1053v428h196v-428h-196z" />
-<glyph unicode="(" horiz-adv-x="718" d="M166 668q0 492 240 850h221q-229 -383 -230 -832q0 -469 236 -881h-221q-246 361 -246 863z" />
-<glyph unicode=")" horiz-adv-x="718" d="M86 -195q236 412 236 881q0 449 -230 832h221q242 -360 242 -850q0 -502 -246 -863h-223z" />
-<glyph unicode="*" horiz-adv-x="989" d="M76 1065l69 221l248 -100l-18 268h235l-18 -268l248 100l73 -219l-262 -66v-4l172 -202l-186 -138l-141 226h-4l-142 -226l-186 136l170 204v4z" />
-<glyph unicode="+" d="M86 483v203h442v485h211v-485h443v-203h-443v-483h-211v483h-442z" />
-<glyph unicode="," horiz-adv-x="542" d="M45 -215l137 479h250l-196 -479h-191z" />
-<glyph unicode="-" horiz-adv-x="882" d="M133 471v227h617v-227h-617z" />
-<glyph unicode="." horiz-adv-x="542" d="M145 0v260h252v-260h-252z" />
-<glyph unicode="/" horiz-adv-x="751" d="M-2 -86l520 1614h223l-522 -1614h-221z" />
-<glyph unicode="0" horiz-adv-x="1253" d="M100 729q0 750 526.5 750t526.5 -750q0 -164 -27.5 -295t-86 -237.5t-164 -164t-249 -57.5t-249 57.5t-163.5 164t-86 237.5t-28 295zM371 729q0 -512 256 -512t256 512q0 506 -256 506t-256 -506z" />
-<glyph unicode="1" horiz-adv-x="1091" d="M106 1104l365 350h242v-1227h313v-227h-895v227h313v807l2 99h-4q-16 -35 -63 -82l-117 -111z" />
-<glyph unicode="2" horiz-adv-x="1189" d="M68 193q0 106 38.5 193t101 144.5t138.5 105.5t152.5 90t139 86t101.5 102.5t39 129.5q0 86 -58 137.5t-153 51.5q-82 0 -136 -36t-54 -79v-63h-242v143q0 90 73 156.5t171 95.5t199 29q199 0 335 -117t136 -313q0 -137 -73 -244t-176.5 -171.5t-205.5 -118.5 t-175 -116.5t-73 -134.5q0 -37 55 -37h426q45 0 45 45v88h242v-221q0 -74 -32.5 -106.5t-106.5 -32.5h-758q-92 0 -120.5 42t-28.5 151z" />
-<glyph unicode="3" horiz-adv-x="1138" d="M53 180l135 201l17 -16q10 -10 47 -38t75 -48.5t98 -37t120 -16.5q109 0 178.5 61.5t69.5 155.5q0 96 -78 154.5t-197 58.5h-102l-54 133l246 330q49 74 97 111v4q-45 -6 -130 -6h-182q-45 0 -45 -45v-88h-242v221q0 74 28 106.5t99 32.5h791v-166l-334 -418 q158 -25 266.5 -136t108.5 -288q0 -193 -140.5 -332t-377.5 -139q-266 0 -461 172z" />
-<glyph unicode="4" horiz-adv-x="1206" d="M37 367v170l602 917h315v-860h224v-227h-224v-367h-268v367h-649zM317 588q59 6 127 6h246v403l10 158h-4q-41 -78 -78 -131l-227 -336l-74 -96v-4z" />
-<glyph unicode="5" horiz-adv-x="1218" d="M96 176l135 203q4 -6 14.5 -16.5t43.5 -37t69.5 -47t94 -37t116.5 -16.5q119 0 193 70t74 172q0 117 -91.5 182.5t-222.5 65.5q-72 0 -140.5 -16.5t-100.5 -32.5l-33 -17l-94 47l53 619q6 74 36.5 106.5t100.5 32.5h537q139 0 139 -139v-221h-244v88q0 45 -45 45h-239 q-41 0 -46 -45l-18 -201l-10 -68h4q68 27 153 27q244 0 388.5 -136t144.5 -341q0 -201 -146.5 -345.5t-392.5 -144.5q-258 0 -440 170z" />
-<glyph unicode="6" horiz-adv-x="1177" d="M68 651q0 119 25.5 234.5t80.5 223.5t132 189.5t188.5 131t242.5 49.5q182 0 299 -62l-78 -227q-94 45 -204 45q-160 0 -258.5 -113.5t-126.5 -281.5h4q37 47 113.5 76.5t156.5 29.5q209 0 337 -140t128 -343q0 -207 -133 -347.5t-344 -140.5q-238 0 -400.5 182.5 t-162.5 493.5zM344 571q0 -137 86 -245.5t199 -108.5q100 0 159.5 69.5t59.5 176.5q0 115 -70.5 190.5t-195.5 75.5q-98 0 -168 -46t-70 -112z" />
-<glyph unicode="7" horiz-adv-x="1101" d="M45 1094v221q0 74 28.5 106.5t98.5 32.5h909v-184l-692 -1270h-293l600 1094q49 90 88 133v4q-27 -4 -100 -4h-350q-45 0 -45 -45v-88h-244z" />
-<glyph unicode="8" horiz-adv-x="1193" d="M74 420q0 63 22.5 123.5t56 102.5t66.5 74t55 46l23 16v4l-17 12q-11 7 -39 33.5t-49.5 58.5t-39 82t-17.5 105q0 164 126 283t341 119q209 0 338 -115t129 -289q0 -180 -141 -315l-17 -15v-4q201 -127 201 -333q0 -174 -144.5 -303.5t-373.5 -129.5q-221 0 -370.5 125 t-149.5 320zM344 436q0 -98 71.5 -158.5t178.5 -60.5q102 0 175 57.5t73 145.5q0 70 -52.5 114t-156.5 87q-111 49 -131 49q-43 0 -100.5 -73t-57.5 -161zM395 1071q0 -70 50.5 -112t146.5 -78q74 -31 96 -31q37 0 80 65.5t43 141.5q0 82 -57.5 130t-151.5 48 q-96 0 -151.5 -47t-55.5 -117z" />
-<glyph unicode="9" horiz-adv-x="1177" d="M68 991q0 205 133 346.5t346 141.5q236 0 398.5 -182.5t162.5 -493.5q0 -119 -25.5 -234.5t-81 -223t-132 -189.5t-188.5 -131.5t-243 -49.5q-182 0 -299 62l78 227q94 -47 205 -47q160 0 258 113.5t127 283.5h-4q-35 -47 -113 -76.5t-158 -29.5q-209 0 -336.5 140 t-127.5 343zM328 991q0 -115 70.5 -190.5t197.5 -75.5q96 0 165.5 45t69.5 113q0 137 -86 244.5t-198 107.5q-100 0 -159.5 -69t-59.5 -175z" />
-<glyph unicode=":" horiz-adv-x="626" d="M188 0v260h250v-260h-250zM188 784v260h250v-260h-250z" />
-<glyph unicode=";" horiz-adv-x="626" d="M72 -215l112 479h248l-168 -479h-192zM190 784v260h250v-260h-250z" />
-<glyph unicode="&#x3c;" d="M131 502v168l985 438v-227l-710 -293v-4l710 -293v-228z" />
-<glyph unicode="=" d="M135 274v201h1000v-201h-1000zM135 694v201h1000v-201h-1000z" />
-<glyph unicode="&#x3e;" d="M145 63v228l711 293v4l-711 293v227l985 -438v-168z" />
-<glyph unicode="?" horiz-adv-x="974" d="M74 1335q16 16 46 41t130 66t209 41q182 0 314 -105.5t132 -279.5q0 -94 -37 -170t-89 -125t-104 -93t-89 -97.5t-37 -112.5v-80h-252v98q0 82 35 150.5t85 114.5l99 88q49 42 84 93.5t35 108.5q0 72 -57.5 121t-141.5 49q-51 0 -106.5 -21.5t-83.5 -41.5l-29 -23zM297 0 v242h252v-242h-252z" />
-<glyph unicode="@" horiz-adv-x="1607" d="M78 492q0 319 222 541t548 222q293 0 428 -124.5t135 -321.5v-512h150v-186h-568q-199 0 -319.5 112.5t-120.5 268.5q0 154 120 264t320 110h174q-2 80 -90 130.5t-221 50.5q-219 0 -370.5 -166t-151.5 -389q0 -231 152.5 -390t402.5 -159v-203q-360 0 -585.5 215 t-225.5 537zM811 498q0 -84 55.5 -142.5t143.5 -58.5h157v401h-153q-90 0 -146.5 -58t-56.5 -142z" />
-<glyph unicode="A" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218z" />
-<glyph unicode="B" horiz-adv-x="1288" d="M68 1227v227h628q201 0 326 -99.5t125 -275.5q0 -113 -51.5 -192.5t-124.5 -118.5v-4q113 -33 173 -129t60 -213q0 -207 -142 -314.5t-360 -107.5h-362q-72 0 -105.5 33t-33.5 106v1088h-133zM469 272q0 -45 45 -45h209q96 0 150.5 58.5t54.5 152.5q0 92 -55.5 150.5 t-149.5 58.5h-254v-375zM469 860h229q82 0 129 52.5t47 134t-47 131t-133 49.5h-225v-367z" />
-<glyph unicode="C" horiz-adv-x="1452" d="M61 739q0 315 211 527.5t527 212.5q78 0 166 -17.5t178 -52.5t148.5 -101.5t58.5 -154.5v-162h-244v82q0 74 -95.5 115t-205.5 41q-201 0 -333 -133t-132 -357q0 -213 137 -363.5t336 -150.5q78 0 150.5 19.5t123 48.5t90.5 57.5t58 46.5l18 21l142 -193 q-8 -10 -24.5 -26.5t-74 -59.5t-120 -76.5t-163 -60.5t-204.5 -27q-330 0 -539 218t-209 546z" />
-<glyph unicode="D" horiz-adv-x="1464" d="M70 1227v227h592q340 0 540.5 -192.5t200.5 -532.5t-201 -534.5t-540 -194.5h-320q-74 0 -106.5 33t-32.5 106v1088h-133zM471 272q0 -45 45 -45h131q221 0 349 130t128 372q0 238 -129 368t-348 130h-176v-955z" />
-<glyph unicode="E" horiz-adv-x="1183" d="M70 1227v227h878q139 0 139 -139v-221h-243v88q0 45 -45 45h-328v-381h471v-228h-471v-346q0 -45 45 -45h336q45 0 45 45v88h244v-221q0 -74 -34 -106.5t-106 -32.5h-659q-74 0 -106.5 33t-32.5 106v1088h-133z" />
-<glyph unicode="F" horiz-adv-x="1077" d="M70 1227v227h829q74 0 106.5 -34t32.5 -105v-221h-241v88q0 45 -45 45h-281v-412h465v-227h-465v-588h-268v1227h-133z" />
-<glyph unicode="G" horiz-adv-x="1519" d="M63 735q0 315 212 529.5t528 214.5q100 0 191 -19.5t150.5 -46.5t103.5 -53.5t65 -44.5l20 -21l-151 -192q-16 14 -48 35.5t-129.5 57.5t-195.5 36q-195 0 -331 -138.5t-136 -355.5q0 -231 138 -371.5t339 -140.5q203 0 352 135l17 17v108q0 45 -45 45h-88v228h235 q74 0 107 -33t33 -104v-621h-230v70l2 61h-4q-6 -6 -18.5 -16.5t-54.5 -38t-88 -48t-118.5 -37t-148.5 -16.5q-295 0 -501 209t-206 551z" />
-<glyph unicode="H" horiz-adv-x="1583" d="M70 1227v227h262q74 0 106.5 -34t32.5 -105v-477h641v477q0 139 139 139h262v-227h-88q-45 0 -45 -45v-1182h-268v610h-641v-610h-268v1182q0 45 -45 45h-88z" />
-<glyph unicode="I" horiz-adv-x="700" d="M78 0v227h145v1000h-145v227h545v-227h-146v-1000h146v-227h-545z" />
-<glyph unicode="J" horiz-adv-x="1103" d="M41 514h268v-59q0 -121 54.5 -175.5t136.5 -54.5t135 53.5t53 163.5v740q0 45 -45 45h-352v227h526q139 0 139 -139v-885q0 -223 -135 -339t-323 -116q-186 0 -321.5 117t-135.5 338v84z" />
-<glyph unicode="K" horiz-adv-x="1298" d="M70 1227v227h262q74 0 106.5 -34t32.5 -105v-453h102q90 0 117 47l293 545h295l-328 -598q-45 -82 -92 -106v-5q49 -12 94 -100l185 -371q23 -47 102 -47h39v-227h-154q-86 0 -127 20.5t-75 88.5l-238 477q-16 33 -45 41t-82 8h-86v-635h-268v1182q0 45 -45 45h-88z" />
-<glyph unicode="L" horiz-adv-x="1142" d="M70 1227v227h262q74 0 106.5 -34t32.5 -105v-1043q0 -45 45 -45h318q45 0 45 45v88h243v-221q0 -74 -32.5 -106.5t-106.5 -32.5h-641q-74 0 -106.5 33t-32.5 106v1043q0 45 -45 45h-88z" />
-<glyph unicode="M" horiz-adv-x="1781" d="M37 0v227h63q41 0 45 45l95 1182h278l299 -692l72 -195h4q37 111 72 195l299 692h278l94 -1182q4 -45 45 -45h64v-227h-232q-72 0 -101.5 31.5t-35.5 107.5l-49 647q-8 96 -2 226h-4q-43 -143 -80 -226l-242 -536h-217l-241 536q-16 37 -37 93.5t-33 95.5l-10 39h-4 q6 -131 -2 -228l-47 -647q-6 -76 -37 -107.5t-103 -31.5h-231z" />
-<glyph unicode="N" horiz-adv-x="1576" d="M70 0v227h88q45 0 45 45v1182h241l551 -805q57 -84 121 -205h4q-14 121 -14 205v666q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-1182h-239l-553 803q-57 82 -121 205h-4q14 -121 14 -205v-664q0 -74 -32.5 -106.5t-106.5 -32.5h-262z" />
-<glyph unicode="O" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5z" />
-<glyph unicode="P" horiz-adv-x="1239" d="M70 1227v227h665q205 0 334 -131t129 -342t-129 -345t-334 -134h-264v-502h-268v1227h-133zM471 731h215q113 0 175.5 67.5t62.5 182.5q0 113 -61.5 179.5t-172.5 66.5h-219v-496z" />
-<glyph unicode="Q" horiz-adv-x="1626" d="M61 735q0 313 215.5 527.5t534.5 214.5q322 0 538 -214t216 -528q0 -248 -160 -459l158 -143l-160 -174l-158 156q-182 -139 -434 -140q-317 0 -533.5 220.5t-216.5 539.5zM340 735q0 -215 137 -362.5t334 -147.5q150 0 240 70l-148 137l158 174l147 -147q78 123 78 276 q0 209 -137 350.5t-338 141.5q-199 0 -335 -141.5t-136 -350.5z" />
-<glyph unicode="R" horiz-adv-x="1294" d="M70 1227v227h651q203 0 328 -117.5t125 -320.5q0 -92 -29 -168t-71 -119t-79 -66.5t-63 -29.5v-4q45 -20 72 -74l141 -281q25 -47 102 -47h27v-227h-141q-84 0 -126 20.5t-77 88.5l-187 366q-23 41 -50 54.5t-87 13.5h-135v-543h-268v1227h-133zM471 772h213 q102 0 158.5 60.5t56.5 168.5q0 106 -56.5 166t-154.5 60h-217v-455z" />
-<glyph unicode="S" horiz-adv-x="1124" d="M66 201l151 188q6 -6 17.5 -18.5t48 -42t75.5 -52t96.5 -41t114.5 -18.5q88 0 148.5 46t60.5 126q0 49 -38 91t-98 74t-133 63.5t-145.5 72.5t-133 89t-98.5 123t-38 167q0 176 137.5 293t348.5 117q94 0 188 -27t169 -95.5t75 -164.5v-135h-242v65q0 49 -58.5 81 t-133.5 32q-92 0 -152.5 -43t-60.5 -113q0 -49 37.5 -89t98 -69.5t133.5 -60.5t145.5 -69.5t133 -87t98.5 -126t38 -174.5q0 -180 -131.5 -304t-352.5 -124q-266 0 -461 185z" />
-<glyph unicode="T" horiz-adv-x="1337" d="M31 1094v229q0 72 28.5 101.5t102.5 29.5h1014q74 0 102.5 -29.5t28.5 -101.5v-229h-236v88q0 45 -45 45h-223v-1227h-268v1227h-224q-45 0 -45 -45v-88h-235z" />
-<glyph unicode="U" horiz-adv-x="1515" d="M53 1227v227h262q74 0 107 -34t33 -105v-789q0 -141 81.5 -221t221 -80t221.5 80t82 223v787q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-664q0 -242 -156.5 -392.5t-412.5 -150.5q-258 0 -416 150.5t-158 392.5v664q0 45 -45 45h-88z" />
-<glyph unicode="V" horiz-adv-x="1400" d="M23 1227v227h170q76 0 111.5 -24.5t60.5 -94.5l278 -811q12 -37 26.5 -90t22.5 -88l6 -35h4q27 131 56 213l278 811q25 70 59.5 94.5t110.5 24.5h172v-227h-39q-47 0 -63 -45l-434 -1182h-283l-436 1182q-16 45 -64 45h-36z" />
-<glyph unicode="W" horiz-adv-x="2031" d="M33 1227v227h174q80 0 122 -25.5t58 -93.5l199 -866l24 -154h4q8 70 31 154l264 981h228l249 -981l29 -154h4q6 72 25 154l201 866q14 68 56 93.5t122 25.5h176v-227h-39q-55 0 -66 -45l-303 -1182h-309l-221 823q-25 92 -37 181h-4q-12 -86 -39 -181l-231 -823h-312 l-301 1182q-10 45 -65 45h-39z" />
-<glyph unicode="X" horiz-adv-x="1255" d="M10 0l451 737l-271 441q-18 33 -34.5 41t-53.5 8h-61v227h168q74 0 111.5 -21.5t74.5 -84.5l140 -242l92 -176h4q39 92 88 176l141 242q37 63 76 84.5t113 21.5h165v-227h-61q-35 0 -52.5 -9.5t-35.5 -39.5l-272 -441l452 -737h-301l-225 383l-92 170h-4 q-39 -86 -88 -170l-224 -383h-301z" />
-<glyph unicode="Y" horiz-adv-x="1259" d="M20 1227v227h138q74 0 112.5 -20.5t77.5 -85.5l193 -320l88 -164h4q37 78 88 164l190 320q39 66 78 86t113 20h137v-227h-47q-33 0 -48.5 -9.5t-35.5 -39.5l-344 -543v-635h-268v635l-344 543q-20 31 -36 40t-48 9h-48z" />
-<glyph unicode="Z" horiz-adv-x="1204" d="M35 0v170l653 926q59 82 111 131v4q-43 -4 -111 -4h-352q-45 0 -45 -45v-88h-244v221q0 72 33 105.5t106 33.5h944v-168l-653 -928q-59 -84 -110 -131v-4q43 4 110 4h397q45 0 46 45v88h241v-221q0 -74 -32.5 -106.5t-106.5 -32.5h-987z" />
-<glyph unicode="[" horiz-adv-x="720" d="M188 -55v1433q0 74 33 107t107 33h264v-189h-137q-45 0 -45 -45v-1245q0 -45 45 -45h137v-189h-264q-74 0 -107 33t-33 107z" />
-<glyph unicode="\" horiz-adv-x="745" d="M10 1528h223l523 -1614h-224z" />
-<glyph unicode="]" horiz-adv-x="720" d="M129 -6h135q45 0 45 45v1245q0 45 -45 45h-135v189h264q74 0 106.5 -33t32.5 -107v-1433q0 -74 -32.5 -107t-106.5 -33h-264v189z" />
-<glyph unicode="^" d="M133 502l412 952h164l411 -952h-225l-268 678l-269 -678h-225z" />
-<glyph unicode="_" horiz-adv-x="1169" d="M10 0h1149v-201h-1149v201z" />
-<glyph unicode="`" horiz-adv-x="817" d="M147 1829h250l156 -279h-193z" />
-<glyph unicode="a" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164z" />
-<glyph unicode="b" horiz-adv-x="1265" d="M35 1233v221h248q139 0 139 -139v-303l-4 -88h4q4 6 11 15t35 34.5t61.5 45t89 35t116.5 15.5q211 0 337 -151.5t126 -395.5q0 -246 -134 -396.5t-345 -150.5q-96 0 -174 37t-107 74l-30 37h-5q4 -29 5 -70v-53h-246v1188q0 45 -45 45h-82zM414 516q0 -131 68.5 -226 t191.5 -95q111 0 186.5 87t75.5 236q0 147 -71.5 237.5t-188.5 90.5q-111 0 -186.5 -83t-75.5 -247z" />
-<glyph unicode="c" horiz-adv-x="1101" d="M66 522q0 229 155.5 388t415.5 159q80 0 160 -19.5t149.5 -75.5t69.5 -140v-123h-230v57q0 39 -47 60.5t-102 21.5q-135 0 -222 -92t-87 -234q0 -152 95 -236.5t230 -84.5q160 0 299 131l11 10l108 -180q-6 -8 -18.5 -20.5t-54.5 -45t-89 -57.5t-122.5 -45.5 t-155.5 -20.5q-252 0 -408.5 157t-156.5 390z" />
-<glyph unicode="d" horiz-adv-x="1273" d="M66 522q0 246 133 396.5t342 150.5q199 0 290 -113l11 -14h4q-2 27 -2 62v184q0 45 -45 45h-82v221h248q139 0 139 -139v-1051q0 -45 45 -45h80v-219h-240q-129 0 -129 106v39h-4q-4 -6 -11 -18t-35 -41t-61.5 -51.5t-92 -41t-126.5 -18.5q-211 0 -337.5 151.5 t-126.5 395.5zM330 522q0 -147 71.5 -237t186.5 -90q111 0 186.5 82.5t75.5 246.5q0 131 -67.5 226.5t-190.5 95.5q-113 0 -187.5 -87t-74.5 -237z" />
-<glyph unicode="e" horiz-adv-x="1140" d="M66 522q0 242 147 394.5t383 152.5q217 0 340 -140.5t123 -355.5l-6 -96h-721q14 -133 102 -206.5t211 -73.5q74 0 147.5 28.5t108.5 57.5l37 30l109 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-252 0 -406.5 159t-154.5 388zM340 657h453 q-2 92 -58.5 151.5t-138.5 59.5q-100 0 -166.5 -56.5t-89.5 -154.5z" />
-<glyph unicode="f" horiz-adv-x="706" d="M41 838v206h129v31q0 98 30.5 171t76 113t107.5 64.5t111.5 31.5t100.5 7l88 -6v-221q-23 4 -53 4q-201 0 -201 -170v-25h223v-206h-223v-838h-260v838h-129z" />
-<glyph unicode="g" horiz-adv-x="1253" d="M66 549q0 225 122.5 372.5t339.5 147.5q68 0 126.5 -15.5t92 -37t59 -43t34.5 -35.5l10 -16h4v26q0 39 28.5 67.5t86.5 28.5h241v-221h-80q-45 0 -45 -41v-719q0 -129 -47 -227t-127 -154.5t-175 -84t-201 -27.5q-201 0 -371 90l80 205q129 -70 288 -70q129 0 212 61.5 t83 194.5v49l2 56h-4q-94 -135 -290 -136q-217 0 -343 153t-126 376zM330 557q0 -141 68.5 -229t191.5 -88q106 0 175 71.5t69 235.5q0 301 -261 301q-117 0 -180 -78t-63 -213z" />
-<glyph unicode="h" horiz-adv-x="1310" d="M35 1233v221h248q139 0 139 -137v-367l-4 -88h4q41 84 136 145.5t222 61.5q365 0 365 -397v-408q0 -45 45 -45h82v-219h-248q-72 0 -104.5 33t-32.5 106v479q0 104 -37 158.5t-129 54.5q-100 0 -176 -60t-107 -157q-16 -55 -16 -135v-479h-260v1188q0 45 -45 45h-82z" />
-<glyph unicode="i" horiz-adv-x="612" d="M51 823v221h248q72 0 104.5 -33.5t32.5 -105.5v-641q0 -45 45 -45h82v-219h-248q-72 0 -104.5 33t-32.5 106v639q0 45 -45 45h-82zM190 1214v240h226v-240h-226z" />
-<glyph unicode="j" horiz-adv-x="624" d="M-39 -199q18 -4 45 -4q35 0 65.5 7.5t65.5 24.5t56.5 59t21.5 102v788q0 45 -45 45h-82v221h248q74 0 106.5 -33.5t32.5 -105.5v-936q0 -100 -32.5 -175t-79 -114.5t-110 -64.5t-113.5 -32t-101 -7l-78 6v219zM225 1214v240h228v-240h-228z" />
-<glyph unicode="k" horiz-adv-x="1132" d="M35 1233v221h248q76 0 107.5 -24.5t31.5 -94.5v-659h78q72 0 98 39l213 329h289l-264 -393q-20 -29 -40 -49t-30 -27l-8 -6v-4q37 -14 73 -82l119 -225q20 -39 86 -39h70v-219h-193q-68 0 -100.5 17.5t-62.5 72.5l-175 328q-23 39 -96 39h-57v-457h-260v1188q0 45 -45 45 h-82z" />
-<glyph unicode="l" horiz-adv-x="595" d="M37 1233v221h248q139 0 139 -139v-1051q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v1049q0 45 -45 45h-82z" />
-<glyph unicode="m" horiz-adv-x="1931" d="M43 823v221h240q137 0 137 -116v-31l-2 -45h4q41 86 132 151.5t206 65.5q238 0 305 -215h4q45 90 141.5 152.5t214.5 62.5q342 0 342 -397v-408q0 -45 45 -45h80v-219h-245q-74 0 -107 33t-33 106v484q0 102 -29.5 155t-113.5 53q-92 0 -159.5 -68.5t-90.5 -170.5 q-16 -55 -16 -133v-459h-260v623q0 100 -28 154t-114 54q-94 0 -159.5 -67.5t-92.5 -173.5q-16 -66 -16 -131v-459h-258v778q0 45 -45 45h-82z" />
-<glyph unicode="n" horiz-adv-x="1316" d="M43 823v221h240q137 0 137 -116v-31l-4 -45h4q43 86 135 151.5t233 65.5q365 0 365 -397v-408q0 -45 45 -45h82v-219h-248q-74 0 -106.5 33t-32.5 106v479q0 104 -36 158.5t-128 54.5q-102 0 -177 -58t-103 -155q-20 -61 -21 -139v-479h-258v778q0 45 -45 45h-82z" />
-<glyph unicode="o" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5z" />
-<glyph unicode="p" horiz-adv-x="1271" d="M43 823v221h231q131 0 132 -100v-41h4l11 18q7 11 35.5 39.5t62.5 50t94.5 40t127.5 18.5q211 0 338 -151.5t127 -395.5q0 -246 -135 -396.5t-344 -150.5q-57 0 -109.5 14.5t-85 35t-58 40t-36.5 33.5l-10 15h-4q4 -37 4 -90v-433h-258v1188q0 45 -45 45h-82zM422 516 q0 -131 67.5 -226t190.5 -95q113 0 188.5 87t75.5 236q0 147 -71.5 237.5t-188.5 90.5q-111 0 -186.5 -83t-75.5 -247z" />
-<glyph unicode="q" horiz-adv-x="1273" d="M68 522q0 246 132 396.5t341 150.5q203 0 309 -133l14 -21h4v37q0 92 133 92h230v-221h-82q-45 0 -45 -45v-1188h-260v443l4 90h-4l-11 -17q-7 -10 -35 -34.5t-60.5 -44t-88 -36t-119.5 -16.5q-211 0 -336.5 151.5t-125.5 395.5zM330 522q0 -147 71.5 -237t188.5 -90 q111 0 186.5 82.5t75.5 246.5q0 131 -68.5 226.5t-191.5 95.5q-111 0 -186.5 -87t-75.5 -237z" />
-<glyph unicode="r" horiz-adv-x="843" d="M43 823v221h238q139 0 139 -126v-62l-4 -65h4q37 117 126 192.5t206 75.5l47 -4v-256q-27 4 -64 4q-92 0 -172 -55.5t-112 -163.5q-23 -80 -23 -170v-414h-258v778q0 45 -45 45h-82z" />
-<glyph unicode="s" horiz-adv-x="958" d="M51 162l123 170q14 -16 42 -42t108.5 -69t160.5 -43q63 0 102.5 25.5t39.5 77.5q0 39 -56.5 72.5t-137.5 64.5t-163 70.5t-138 110.5t-56 165q0 150 115.5 227.5t289.5 77.5q59 0 117.5 -10t117 -34t95.5 -69t37 -104v-109h-230v52q0 35 -40.5 54t-90.5 19 q-72 0 -113.5 -24.5t-41.5 -69.5t57 -78.5t139 -62.5t163 -66t138.5 -106.5t57.5 -165.5q0 -145 -114 -232.5t-288 -87.5q-127 0 -235.5 47.5t-153.5 92.5z" />
-<glyph unicode="t" horiz-adv-x="757" d="M39 838v206h141v285h254v-285h238v-206h-238v-422q0 -113 64.5 -155t142.5 -42l47 4v-227q-33 -6 -80 -6q-53 0 -102 7t-112.5 31.5t-109.5 64.5t-78 115t-32 175v455h-135z" />
-<glyph unicode="u" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-4q-41 -90 -137.5 -154t-223.5 -64q-360 0 -360 398v405q0 45 -45 45h-82z" />
-<glyph unicode="v" horiz-adv-x="1116" d="M25 823v221h149q63 0 98 -22.5t56 -75.5l196 -549l39 -149h4q16 88 37 149l197 549q20 53 55 75.5t98 22.5h140v-221h-25q-43 0 -57 -37l-299 -786h-310l-299 786q-14 37 -57 37h-22z" />
-<glyph unicode="w" horiz-adv-x="1710" d="M20 823v221h179q66 0 99.5 -23.5t47.5 -82.5l154 -580l20 -110h4q8 55 25 110l192 682h230l194 -682l23 -110h4q6 55 20 110l152 580q14 59 48 82.5t99 23.5h179v-221h-29q-43 0 -57 -37l-250 -786h-293l-178 596l-25 113h-4q-10 -57 -27 -113l-176 -596h-295l-250 786 q-12 37 -57 37h-29z" />
-<glyph unicode="x" horiz-adv-x="1048" d="M23 0l339 528l-172 260q-23 35 -79 35h-76v221h182q66 0 100.5 -19t69.5 -79l102 -172l33 -67h4q18 41 33 67l103 172q35 59 68.5 78.5t100.5 19.5h181v-221h-74q-57 0 -80 -35l-174 -260l342 -528h-289l-182 291l-29 55h-4q-16 -33 -30 -55l-181 -291h-288z" />
-<glyph unicode="y" horiz-adv-x="1132" d="M2 -324l100 185q63 -72 150 -72q117 0 172 133l35 80l-348 784q-14 37 -56 37h-30v221h172q55 0 85.5 -22.5t51.5 -75.5l205 -522l36 -139h5q16 86 34 139l179 522q33 98 139 98h176v-221h-31q-45 0 -59 -37l-375 -944q-53 -135 -153.5 -203.5t-223.5 -68.5 q-152 0 -258 100z" />
-<glyph unicode="z" horiz-adv-x="1046" d="M55 0v139l482 588q20 27 42.5 50.5t34.5 33.5l11 12v4q-31 -4 -97 -4h-188q-45 0 -45 -45v-59h-236v186q0 72 33 105.5t107 33.5h766v-141l-482 -588l-88 -96v-4q31 6 99 6h229q45 0 45 45v58h236v-185q0 -74 -33 -106.5t-105 -32.5h-811z" />
-<glyph unicode="{" horiz-adv-x="720" d="M49 557v227q6 0 18.5 2t42 14.5t53 34t42 64.5t18.5 102v177q0 88 28 154.5t65.5 102t92 56t94.5 27t83 6.5l63 -2v-193q-16 2 -37 2q-37 0 -69.5 -9t-65.5 -51t-33 -114v-223q0 -172 -139 -248l-29 -12v-4q6 -2 17.5 -6.5t41.5 -23.5t51.5 -46t39.5 -75t18 -107v-246 q0 -55 17.5 -93t47.5 -53.5t53.5 -21.5t49.5 -6l37 2v-193q-27 -4 -63 -4q-43 0 -83 6.5t-94.5 26.5t-92 56t-65.5 102.5t-28 156.5v199q0 166 -137 205z" />
-<glyph unicode="|" horiz-adv-x="638" d="M209 -330v1960h221v-1960h-221z" />
-<glyph unicode="}" horiz-adv-x="720" d="M72 -6q16 -2 37 -2q166 0 165 174v246q0 59 17.5 107t43 75t50.5 45t41 25l18 6v4q-6 2 -18 7t-41 25.5t-51.5 47t-41 75t-18.5 105.5v223q0 55 -17 92t-46 53.5t-52.5 22.5t-49.5 6l-37 -2v193q27 2 63 2q43 0 83 -6.5t94.5 -27t92 -56t65.5 -102t28 -154.5v-177 q0 -92 44 -146t87 -62l43 -9v-227q-6 0 -18.5 -2t-42 -14.5t-53 -33t-42 -63.5t-18.5 -100v-199q0 -90 -28 -156.5t-65.5 -102.5t-92 -56t-94.5 -26.5t-83 -6.5l-63 4v193z" />
-<glyph unicode="~" d="M115 408q0 373 315 372q70 0 126 -28.5t88 -64.5t75 -64.5t88 -28.5q63 0 95 51t32 127h205q0 -373 -314 -373q-70 0 -126 29t-87.5 63.5t-74.5 63.5t-88 29q-63 0 -95 -50.5t-32 -125.5h-207z" />
-<glyph unicode="&#xa1;" horiz-adv-x="679" d="M205 -410l22 1033h228l20 -1033h-270zM215 801v241h250v-241h-250z" />
-<glyph unicode="&#xa2;" horiz-adv-x="1198" d="M113 727q0 223 116.5 384t307.5 194v223h182v-223q133 -25 232.5 -113t146.5 -219l-234 -90q-72 182 -229 182q-115 0 -187.5 -95.5t-72.5 -242.5q0 -154 70.5 -246t189.5 -92q160 0 229 182l234 -90q-49 -125 -145.5 -219t-233.5 -110v-228h-182v228q-190 33 -307 192.5 t-117 382.5z" />
-<glyph unicode="&#xa3;" horiz-adv-x="1200" d="M96 227h119v410h-90v178h90v248q0 180 132 298t335 118q98 0 189.5 -37t132.5 -74l43 -37l-150 -180q-96 88 -211 88q-90 0 -146.5 -52t-56.5 -132v-240h363v-178h-363v-410h344q45 0 45 45v88h242v-221q0 -74 -32.5 -106.5t-104.5 -32.5h-881v227z" />
-<glyph unicode="&#xa5;" horiz-adv-x="1271" d="M27 1227v227h133q74 0 115.5 -20.5t80.5 -85.5l191 -320l88 -160h4q37 74 88 160l191 320q39 66 79.5 86t114.5 20h133v-227h-43q-35 0 -51 -8.5t-35 -36.5l-188 -301v-4h168v-156h-271l-55 -86v-82h326v-156h-326v-397h-268v397h-328v156h328v82l-56 86h-274v156h172v4 l-188 301q-18 29 -35 37t-51 8h-43z" />
-<glyph unicode="&#xa7;" horiz-adv-x="1030" d="M125 -2l111 176l31 -26q19 -15 81 -39.5t119 -24.5q92 0 151.5 52t59.5 155q0 49 -19 117l-137 661h205l145 -704q14 -72 15 -117q0 -166 -111.5 -270.5t-308.5 -104.5q-96 0 -181 32t-122 62zM164 1104q0 166 111.5 270.5t308.5 104.5q96 0 181 -32t124 -63l37 -32 l-117 -166q-94 80 -223 80q-94 0 -152.5 -47.5t-58.5 -145.5q0 -47 14 -102l141 -688h-202l-150 704q-14 68 -14 117z" />
-<glyph unicode="&#xa8;" horiz-adv-x="1042" d="M260 1591v238h180v-238h-180zM627 1591v238h182v-238h-182z" />
-<glyph unicode="&#xa9;" horiz-adv-x="1599" d="M66 727q0 311 214 530.5t517 219.5q307 0 522 -219.5t215 -530.5t-215 -531.5t-522 -220.5q-303 0 -517 220.5t-214 531.5zM248 727q0 -246 158.5 -416t390.5 -170q236 0 396.5 170t160.5 416t-161 415t-396 169q-231 0 -390 -169t-159 -415zM424 723q0 166 108.5 282.5 t274.5 116.5q201 0 309 -172l23 -43l-156 -73l-6 12q-4 8 -19.5 28.5t-34 36t-48 28.5t-62.5 13q-90 0 -145.5 -65.5t-55.5 -163.5q0 -100 54.5 -164.5t146.5 -64.5q53 0 95 29.5t59 58.5l16 30l156 -71l-12 -24q-7 -15 -34.5 -52t-61.5 -65.5t-94 -52t-130 -23.5 q-166 0 -274.5 116.5t-108.5 282.5z" />
-<glyph unicode="&#xaa;" horiz-adv-x="851" d="M100 993q0 55 28 96t66.5 64t92 36t95.5 17t85 4h29q-2 63 -24.5 88t-76.5 25q-70 0 -69 -31v-30h-176v86q0 39 27.5 65.5t70.5 38.5t78.5 17.5t68.5 5.5q287 0 287 -269v-221q0 -25 23 -24h53v-164h-140q-92 0 -104 71l-2 19h-4q-6 -12 -19.5 -28.5t-60.5 -45.5 t-104 -29q-92 0 -158 56.5t-66 152.5zM102 545v139h660v-139h-660zM291 1001q0 -70 78 -69q55 0 89 45t40 113h-21q-186 -1 -186 -89z" />
-<glyph unicode="&#xab;" horiz-adv-x="1257" d="M94 578l336 421h248l-336 -421l336 -420h-248zM553 578l336 421h248l-336 -421l336 -420h-248z" />
-<glyph unicode="&#xac;" d="M135 694v201h1000v-602h-209v401h-791z" />
-<glyph unicode="&#xad;" horiz-adv-x="882" d="M133 471v227h617v-227h-617z" />
-<glyph unicode="&#xae;" horiz-adv-x="1599" d="M66 727q0 311 214 530.5t517 219.5q307 0 522 -219.5t215 -530.5t-215 -531.5t-522 -220.5q-303 0 -517 220.5t-214 531.5zM248 727q0 -246 158.5 -416t390.5 -170q236 0 396.5 170t160.5 416t-161 415t-396 169q-231 0 -390 -169t-159 -415zM475 979v127h377 q111 0 178.5 -65.5t67.5 -172.5q0 -80 -42 -131t-91 -63v-4q27 -6 47 -41l65 -123q14 -25 45 -25h23v-125h-98q-43 0 -66 11.5t-41 44.5l-100 188q-18 33 -68 33h-57v-277h-174v623h-66zM715 756h96q51 0 80 29.5t29 83t-29 82t-78 28.5h-98v-223z" />
-<glyph unicode="&#xaf;" horiz-adv-x="956" d="M213 1604v172h537v-172h-537z" />
-<glyph unicode="&#x2c9;" horiz-adv-x="956" d="M213 1604v172h537v-172h-537z" />
-<glyph unicode="&#xb0;" horiz-adv-x="839" d="M86 1157q0 133 97.5 228.5t236.5 95.5q137 0 235.5 -95.5t98.5 -228.5q0 -135 -97.5 -228t-236.5 -93t-236.5 93t-97.5 228zM285 1157q0 -57 38.5 -96t96 -39t97.5 39t40 96q0 55 -40 95t-97.5 40t-96 -40t-38.5 -95z" />
-<glyph unicode="&#xb1;" d="M86 483v203h442v485h211v-485h443v-203h-443v-483h-211v483h-442zM115 -174h1040v-201h-1040v201z" />
-<glyph unicode="&#xb2;" horiz-adv-x="894" d="M106 686q0 63 20.5 113.5t63.5 90.5t76 63.5t90 56.5q86 47 130 88t44 98q0 45 -29.5 70.5t-76.5 25.5q-43 0 -70.5 -18.5t-27.5 -42.5v-45h-181v102q0 88 92.5 135t188.5 47q129 0 216 -72.5t87 -197.5q0 -66 -22.5 -118t-71.5 -94t-81 -62.5t-95 -55.5 q-76 -39 -114 -70.5t-38 -70.5q0 -12 23 -12h245q12 0 13 12v68h180v-150q0 -100 -100 -100h-459q-59 0 -81 26.5t-22 112.5z" />
-<glyph unicode="&#xb3;" horiz-adv-x="894" d="M111 713l135 121q10 -14 27.5 -34t69.5 -53.5t103 -33.5q55 0 93.5 32.5t38.5 83.5q0 49 -39 79t-101 30h-71l-27 109l147 198l41 43v4q-31 -4 -63 -4h-115q-18 0 -18 -18v-49h-180v133q0 55 21.5 77.5t76.5 22.5h504v-133l-189 -234q94 -20 152.5 -94.5t58.5 -167.5 q0 -131 -97 -213t-230 -82q-176 0 -320 160z" />
-<glyph unicode="&#xb4;" horiz-adv-x="827" d="M252 1550l156 279h249l-215 -279h-190z" />
-<glyph unicode="&#xb5;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-6l-12 -24q-7 -15 -37.5 -52t-67.5 -65.5t-101.5 -52.5t-140.5 -24q-47 0 -83.5 10.5 t-49.5 22.5l-14 10h-4q14 -100 14 -170v-258h-223v1188q0 45 -45 45h-82z" />
-<glyph unicode="&#x3bc;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-6l-12 -24q-7 -15 -37.5 -52t-67.5 -65.5t-101.5 -52.5t-140.5 -24q-47 0 -83.5 10.5 t-49.5 22.5l-14 10h-4q14 -100 14 -170v-258h-223v1188q0 45 -45 45h-82z" />
-<glyph unicode="&#xb6;" horiz-adv-x="1280" d="M80 975q0 201 141 340t340 139h625v-227h-436v-1329h-189v596q-199 0 -340 140t-141 341zM877 -102v1216h190v-1216h-190z" />
-<glyph unicode="&#xb7;" horiz-adv-x="542" d="M145 469v258h252v-258h-252z" />
-<glyph unicode="&#x2219;" horiz-adv-x="542" d="M145 469v258h252v-258h-252z" />
-<glyph unicode="&#xb8;" horiz-adv-x="860" d="M231 -268q43 -16 91 -17q88 0 88 58q0 55 -99 55l-43 -4l64 227l119 -26v-15l-21 -100q66 -8 108 -48t42 -108q0 -94 -64.5 -137t-157.5 -43q-31 0 -62.5 4t-47.5 8l-17 2v144z" />
-<glyph unicode="&#xb9;" horiz-adv-x="894" d="M127 1229l235 225h170v-737h187v-170h-572v170h189v420l2 63h-4q-8 -18 -23 -31l-69 -65z" />
-<glyph unicode="&#xba;" horiz-adv-x="931" d="M106 1133q0 147 104.5 244.5t254.5 97.5q152 0 256 -97.5t104 -244.5q0 -150 -104.5 -248.5t-255.5 -98.5q-150 0 -254.5 98.5t-104.5 248.5zM137 545v139h660v-139h-660zM293 1133q0 -80 50 -131.5t122 -51.5q74 0 124 51.5t50 131.5q0 78 -50 129t-124 51 q-72 0 -122 -51t-50 -129z" />
-<glyph unicode="&#xbb;" horiz-adv-x="1257" d="M119 158l336 420l-336 421h248l335 -421l-335 -420h-248zM580 158l335 420l-335 421h247l336 -421l-336 -420h-247z" />
-<glyph unicode="&#xbc;" horiz-adv-x="1931" d="M137 1229l234 225h170v-737h178v-170h-561v170h188v420l2 63h-4q-8 -18 -22 -31l-70 -65zM614 0l568 1454h202l-567 -1454h-203zM1102 221v115l358 573h236v-516h133v-172h-133v-221h-197v221h-397zM1300 391q25 2 39 2h164v244l2 70h-4q-12 -31 -28 -58l-144 -219 l-29 -35v-4z" />
-<glyph unicode="&#xbd;" horiz-adv-x="1931" d="M137 1229l234 225h170v-737h178v-170h-561v170h188v420l2 63h-4q-8 -18 -22 -31l-70 -65zM590 0l567 1454h201l-567 -1454h-201zM1161 141q0 61 20.5 112.5t62.5 91.5t77 63.5t92 56.5t88 53.5t58.5 56t27.5 76.5q0 43 -29.5 68.5t-78.5 25.5q-43 0 -70 -17t-27 -42v-47 h-180v102q0 88 92 136.5t189 48.5q127 0 215 -74t88 -199q0 -66 -22.5 -118t-72 -93t-81 -61.5t-97.5 -54.5q-74 -39 -111.5 -72t-37.5 -72q0 -12 22 -12h244q12 0 12 14v66h183v-150q0 -100 -103 -100h-456q-61 0 -83 27.5t-22 113.5z" />
-<glyph unicode="&#xbe;" horiz-adv-x="1931" d="M119 713l133 121q10 -14 27.5 -34t69.5 -53.5t104 -33.5q55 0 93 32.5t38 83.5q0 49 -39 79t-101 30h-71l-27 109l148 198l41 43v4q-31 -4 -64 -4h-115q-18 0 -18 -18v-49h-180v133q0 55 21.5 77.5t76.5 22.5h504v-133l-189 -234q94 -20 152.5 -94.5t58.5 -167.5 q0 -131 -97 -213t-230 -82q-90 0 -174 46.5t-123 91.5zM608 0l568 1454h200l-565 -1454h-203zM1102 221v115l358 573h236v-516h133v-172h-133v-221h-197v221h-397zM1300 391q25 2 39 2h164v244l2 70h-4q-12 -31 -28 -58l-144 -219l-29 -35v-4z" />
-<glyph unicode="&#xbf;" horiz-adv-x="974" d="M68 -45q0 92 36.5 168t89 125l105.5 94t90 98.5t37 112.5v72h250v-90q0 -82 -35 -151t-84 -115l-98 -88q-49 -42 -84 -93t-35 -108q0 -72 57.5 -122.5t141.5 -50.5q51 0 105 23t83 43l29 23l145 -181q-16 -16 -47 -40.5t-131 -64.5t-207 -40q-182 0 -315 104.5 t-133 280.5zM426 803v241h250v-241h-250z" />
-<glyph unicode="&#xc0;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM377 1829h250l155 -279h-192zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218z" />
-<glyph unicode="&#xc1;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218zM590 1550l155 279h250l-215 -279h-190z " />
-<glyph unicode="&#xc2;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM393 1550l187 279h223l188 -279h-194l-103 166h-4l-104 -166h-193zM506 594h368l-124 364 l-58 218h-4q-31 -137 -57 -218z" />
-<glyph unicode="&#xc3;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM319 1552q0 281 234 281q61 0 108.5 -34t83 -66.5t70.5 -32.5q41 0 62.5 37t21.5 90h162 q0 -281 -234 -281q-61 0 -108 34t-83 66.5t-71 32.5q-41 0 -62.5 -35.5t-21.5 -91.5h-162zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218z" />
-<glyph unicode="&#xc4;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM418 1591v238h180v-238h-180zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218zM784 1591 v238h183v-238h-183z" />
-<glyph unicode="&#xc5;" horiz-adv-x="1380" d="M23 0v227h32q49 0 64 45l432 1182h280l431 -1182q14 -45 63 -45h33v-227h-160q-76 0 -111.5 24.5t-60.5 94.5l-90 254h-492l-90 -254q-25 -70 -59.5 -94.5t-110.5 -24.5h-161zM506 594h368l-124 364l-58 218h-4q-31 -137 -57 -218zM508 1686q0 76 54 118.5t128 42.5 t128 -43t54 -118q0 -74 -54 -117t-128 -43t-128 43t-54 117zM618 1686q0 -31 20.5 -50.5t51.5 -19.5t51.5 19.5t20.5 50.5q0 33 -20.5 52t-51.5 19t-51.5 -19t-20.5 -52z" />
-<glyph unicode="&#xc6;" horiz-adv-x="1824" d="M23 0v227h28q29 0 41 9.5t23 35.5l485 1182h989q74 0 107 -34t33 -105v-221h-244v88q0 45 -45 45h-320v-381h465v-228h-465v-346q0 -45 51 -45h324q45 0 45 45v88h242v-221q0 -74 -33 -106.5t-107 -32.5h-645q-80 0 -113.5 30.5t-33.5 108.5v479h-326l-186 -499 q-27 -70 -61.5 -94.5t-110.5 -24.5h-143zM610 846h240v381h-96z" />
-<glyph unicode="&#xc7;" horiz-adv-x="1452" d="M61 739q0 315 211 527.5t527 212.5q78 0 166 -17.5t178 -52.5t148.5 -101.5t58.5 -154.5v-162h-244v82q0 74 -95.5 115t-205.5 41q-201 0 -333 -133t-132 -357q0 -215 135 -364.5t332 -149.5q78 0 152.5 19.5t125 47t90 56.5t58.5 49l20 19l142 -191q-8 -10 -23.5 -25.5 t-69 -57.5t-114 -73.5t-157.5 -59t-200 -32.5l-14 -67q66 -8 108 -48t42 -108q0 -94 -63.5 -137t-158.5 -43q-31 0 -62.5 4t-47.5 8l-14 2v144q43 -16 88 -17q90 0 90 58q0 55 -99 55l-43 -4l43 158q-289 33 -464 244.5t-175 512.5z" />
-<glyph unicode="&#xc8;" horiz-adv-x="1183" d="M70 1227v227h878q139 0 139 -139v-221h-243v88q0 45 -45 45h-328v-381h471v-228h-471v-346q0 -45 45 -45h336q45 0 45 45v88h244v-221q0 -74 -34 -106.5t-106 -32.5h-659q-74 0 -106.5 33t-32.5 106v1088h-133zM295 1829h250l155 -279h-192z" />
-<glyph unicode="&#xc9;" horiz-adv-x="1183" d="M70 1227v227h878q139 0 139 -139v-221h-243v88q0 45 -45 45h-328v-381h471v-228h-471v-346q0 -45 45 -45h336q45 0 45 45v88h244v-221q0 -74 -34 -106.5t-106 -32.5h-659q-74 0 -106.5 33t-32.5 106v1088h-133zM508 1550l156 279h249l-215 -279h-190z" />
-<glyph unicode="&#xca;" horiz-adv-x="1183" d="M70 1227v227h878q139 0 139 -139v-221h-243v88q0 45 -45 45h-328v-381h471v-228h-471v-346q0 -45 45 -45h336q45 0 45 45v88h244v-221q0 -74 -34 -106.5t-106 -32.5h-659q-74 0 -106.5 33t-32.5 106v1088h-133zM309 1550l187 279h223l188 -279h-194l-103 166h-4 l-104 -166h-193z" />
-<glyph unicode="&#xcb;" horiz-adv-x="1183" d="M70 1227v227h878q139 0 139 -139v-221h-243v88q0 45 -45 45h-328v-381h471v-228h-471v-346q0 -45 45 -45h336q45 0 45 45v88h244v-221q0 -74 -34 -106.5t-106 -32.5h-659q-74 0 -106.5 33t-32.5 106v1088h-133zM336 1591v238h180v-238h-180zM702 1591v238h183v-238h-183z " />
-<glyph unicode="&#xcc;" horiz-adv-x="700" d="M37 1829h250l155 -279h-192zM78 0v227h145v1000h-145v227h545v-227h-146v-1000h146v-227h-545z" />
-<glyph unicode="&#xcd;" horiz-adv-x="700" d="M78 0v227h145v1000h-145v227h545v-227h-146v-1000h146v-227h-545zM250 1550l156 279h249l-215 -279h-190z" />
-<glyph unicode="&#xce;" horiz-adv-x="700" d="M51 1550l187 279h223l188 -279h-194l-103 166h-4l-104 -166h-193zM78 0v227h145v1000h-145v227h545v-227h-146v-1000h146v-227h-545z" />
-<glyph unicode="&#xcf;" horiz-adv-x="700" d="M76 1591v238h180v-238h-180zM78 0v227h145v1000h-145v227h545v-227h-146v-1000h146v-227h-545zM442 1591v238h183v-238h-183z" />
-<glyph unicode="&#xd0;" horiz-adv-x="1464" d="M70 1227v227h592q340 0 540.5 -192.5t200.5 -532.5t-201 -534.5t-540 -194.5h-320q-74 0 -106.5 33t-32.5 106v477h-99v215h99v396h-133zM471 272q0 -45 45 -45h131q221 0 349 130t128 372q0 238 -129 368t-348 130h-176v-396h252v-215h-252v-344z" />
-<glyph unicode="&#xd1;" horiz-adv-x="1576" d="M70 0v227h88q45 0 45 45v1182h241l551 -805q57 -84 121 -205h4q-14 121 -14 205v666q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-1182h-239l-553 803q-57 82 -121 205h-4q14 -121 14 -205v-664q0 -74 -32.5 -106.5t-106.5 -32.5h-262zM434 1552 q0 281 234 281q61 0 108 -34t83 -66.5t71 -32.5q41 0 62.5 37t21.5 90h162q0 -281 -234 -281q-61 0 -108.5 34t-83 66.5t-70.5 32.5q-41 0 -62.5 -35.5t-21.5 -91.5h-162z" />
-<glyph unicode="&#xd2;" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5zM496 1829h249l156 -279h-192z" />
-<glyph unicode="&#xd3;" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5zM709 1550l155 279h250l-215 -279h-190 z" />
-<glyph unicode="&#xd4;" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5zM510 1550l186 279h224l188 -279h-195 l-102 166h-4l-105 -166h-192z" />
-<glyph unicode="&#xd5;" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5zM436 1552q0 281 234 281q59 0 107 -34 t84 -66.5t71 -32.5q41 0 62.5 37t21.5 90h162q0 -281 -234 -281q-59 0 -107.5 34t-84 66.5t-70.5 32.5q-41 0 -62.5 -35.5t-21.5 -91.5h-162z" />
-<glyph unicode="&#xd6;" horiz-adv-x="1626" d="M61 737q0 313 216.5 527.5t536 214.5t535.5 -214t216 -528q0 -322 -216 -542t-535.5 -220t-536 220t-216.5 542zM340 737q0 -217 137 -364.5t336 -147.5t336 147.5t137 364.5q0 207 -137 349.5t-336 142.5t-336 -142.5t-137 -349.5zM535 1591v238h180v-238h-180z M901 1591v238h182v-238h-182z" />
-<glyph unicode="&#xd7;" d="M94 141l404 445l-404 442l142 143l399 -438l399 438l142 -143l-406 -442l406 -445l-142 -141l-399 438l-399 -438z" />
-<glyph unicode="&#xd8;" horiz-adv-x="1628" d="M63 737q0 313 216.5 527.5t535.5 214.5q207 0 381 -101l94 129l117 -80l-94 -129q119 -104 186.5 -249.5t67.5 -311.5q0 -322 -216 -542t-536 -220q-209 0 -381 101l-94 -129l-117 80l92 131q-252 225 -252 579zM342 737q0 -213 135 -358l567 788q-106 61 -229 62 q-199 0 -336 -142.5t-137 -349.5zM586 287q102 -61 229 -62q197 0 334 147.5t137 364.5q0 199 -133 338z" />
-<glyph unicode="&#xd9;" horiz-adv-x="1515" d="M53 1227v227h262q74 0 107 -34t33 -105v-789q0 -141 81.5 -221t221 -80t221.5 80t82 223v787q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-664q0 -242 -156.5 -392.5t-412.5 -150.5q-258 0 -416 150.5t-158 392.5v664q0 45 -45 45h-88zM446 1829h250 l156 -279h-193z" />
-<glyph unicode="&#xda;" horiz-adv-x="1515" d="M53 1227v227h262q74 0 107 -34t33 -105v-789q0 -141 81.5 -221t221 -80t221.5 80t82 223v787q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-664q0 -242 -156.5 -392.5t-412.5 -150.5q-258 0 -416 150.5t-158 392.5v664q0 45 -45 45h-88zM659 1550l156 279 h250l-215 -279h-191z" />
-<glyph unicode="&#xdb;" horiz-adv-x="1515" d="M53 1227v227h262q74 0 107 -34t33 -105v-789q0 -141 81.5 -221t221 -80t221.5 80t82 223v787q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-664q0 -242 -156.5 -392.5t-412.5 -150.5q-258 0 -416 150.5t-158 392.5v664q0 45 -45 45h-88zM461 1550l186 279 h223l189 -279h-195l-102 166h-4l-105 -166h-192z" />
-<glyph unicode="&#xdc;" horiz-adv-x="1515" d="M53 1227v227h262q74 0 107 -34t33 -105v-789q0 -141 81.5 -221t221 -80t221.5 80t82 223v787q0 72 32.5 105.5t106.5 33.5h262v-227h-88q-45 0 -45 -45v-664q0 -242 -156.5 -392.5t-412.5 -150.5q-258 0 -416 150.5t-158 392.5v664q0 45 -45 45h-88zM485 1591v238h181 v-238h-181zM852 1591v238h182v-238h-182z" />
-<glyph unicode="&#xdd;" horiz-adv-x="1259" d="M20 1227v227h138q74 0 112.5 -20.5t77.5 -85.5l193 -320l88 -164h4q37 78 88 164l190 320q39 66 78 86t113 20h137v-227h-47q-33 0 -48.5 -9.5t-35.5 -39.5l-344 -543v-635h-268v635l-344 543q-20 31 -36 40t-48 9h-48zM530 1550l156 279h250l-215 -279h-191z" />
-<glyph unicode="&#xde;" horiz-adv-x="1249" d="M70 1227v227h262q74 0 106.5 -34t32.5 -105v-96h264q205 0 334 -131.5t129 -342t-129 -344t-336 -133.5h-262v-268h-268v1182q0 45 -45 45h-88zM471 496h215q113 0 175.5 67.5t62.5 182t-61.5 180t-172.5 65.5h-219v-495z" />
-<glyph unicode="&#xdf;" horiz-adv-x="1224" d="M37 219h72q45 0 45 45v819q0 184 140 290t333 106q178 0 301 -102.5t123 -254.5q0 -61 -29 -115.5t-63.5 -86t-63.5 -72.5t-29 -80q0 -33 34 -68.5t83 -70.5t98 -78t83 -106.5t34 -139.5q0 -158 -106.5 -244t-262.5 -86q-190 2 -303 86l60 201q94 -66 205 -65 q145 0 145 122q0 47 -52.5 97.5t-113.5 91.5t-113.5 108.5t-52.5 145.5q0 68 46 129l92 118q46 56 46 109q0 57 -45 98t-125 41q-86 0 -145 -49t-59 -143v-926q0 -74 -33 -106.5t-107 -32.5h-237v219z" />
-<glyph unicode="&#xe0;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM242 1452h250l155 -278h-192zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164z" />
-<glyph unicode="&#xe1;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164zM455 1174l155 278h250l-215 -278h-190z" />
-<glyph unicode="&#xe2;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM258 1174l186 278h224l188 -278h-194l-103 165h-4l-104 -165h-193zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164z" />
-<glyph unicode="&#xe3;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM184 1176q0 281 234 280q61 0 108 -33.5t83 -66.5t71 -33q41 0 62.5 37t21.5 90h162q0 -281 -234 -281q-61 0 -108 34t-83 67t-71 33q-41 0 -62.5 -36t-21.5 -91h-162zM330 313 q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164z" />
-<glyph unicode="&#xe4;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM283 1214v238h180v-238h-180zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164zM649 1214v238h182v-238h-182z" />
-<glyph unicode="&#xe5;" horiz-adv-x="1146" d="M68 301q0 78 32.5 139.5t91 98t122 62.5t140 36t129 14t105.5 4h33v9q0 111 -46 157.5t-147 46.5q-49 0 -94 -15t-45 -54v-56h-242v111q0 68 42 115t111 66.5t123 26.5t107 7q451 0 451 -416v-389q0 -45 45 -45h82v-219h-234q-68 0 -100.5 31.5t-32.5 83.5l2 45h-4 l-10 -21q-6 -12 -32.5 -44t-59.5 -56.5t-90.5 -44t-122.5 -19.5q-147 0 -251.5 88t-104.5 238zM330 313q0 -55 41 -95t116 -40q100 0 169 87t69 188v24h-45q-350 0 -350 -164zM373 1309q0 76 54 118.5t128 42.5t128 -43t54 -118q0 -74 -54 -117t-128 -43t-128 43t-54 117z M483 1309q0 -31 20.5 -50.5t51.5 -19.5t51.5 19.5t20.5 50.5q0 33 -20.5 52t-51.5 19t-51.5 -19t-20.5 -52z" />
-<glyph unicode="&#xe6;" horiz-adv-x="1773" d="M70 301q0 113 65.5 189.5t174 108.5t195.5 43t183 11h35v15q0 109 -48 154.5t-147 45.5q-51 0 -95 -15t-44 -54v-56h-242v111q0 80 64.5 131t144.5 67.5t174 16.5q252 0 349 -154h4q125 154 348 154q219 0 339 -145.5t120 -366.5l-4 -84h-715q16 -135 100 -205.5 t207 -70.5q74 0 147.5 28.5t110.5 57.5l35 30l108 -180l-18 -17.5t-54 -38t-87 -47t-116 -38t-144 -17.5q-299 0 -439 230h-4q-10 -25 -34.5 -57.5t-69.5 -73.5t-121 -69t-166 -28q-150 0 -253 88.5t-103 235.5zM332 313q0 -57 41 -96t119 -39q100 0 167.5 87t67.5 190v18 h-74q-321 0 -321 -160zM981 653h444q-2 94 -59 153.5t-139 59.5q-96 0 -161 -57.5t-85 -155.5z" />
-<glyph unicode="&#xe7;" horiz-adv-x="1101" d="M66 522q0 229 155.5 388t415.5 159q80 0 160 -19.5t149.5 -75.5t69.5 -140v-123h-230v57q0 39 -47 60.5t-102 21.5q-135 0 -222 -92t-87 -234q0 -152 95 -236.5t230 -84.5q160 0 299 131l11 10l108 -180q-6 -8 -18.5 -20.5t-53.5 -44t-87 -56.5t-120.5 -45.5 t-152.5 -22.5l-14 -65q66 -8 106.5 -47t40.5 -109q0 -94 -63.5 -137t-155.5 -43q-33 0 -64.5 4t-46.5 8l-16 2v144q43 -16 90 -17q88 0 88 58q0 55 -98 55l-43 -4l45 164q-203 37 -322.5 184t-119.5 350z" />
-<glyph unicode="&#xe8;" horiz-adv-x="1140" d="M66 522q0 242 147 394.5t383 152.5q217 0 340 -140.5t123 -355.5l-6 -96h-721q14 -133 102 -206.5t211 -73.5q74 0 147.5 28.5t108.5 57.5l37 30l109 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-252 0 -406.5 159t-154.5 388zM276 1452h250 l156 -278h-193zM340 657h453q-2 92 -58.5 151.5t-138.5 59.5q-100 0 -166.5 -56.5t-89.5 -154.5z" />
-<glyph unicode="&#xe9;" horiz-adv-x="1140" d="M66 522q0 242 147 394.5t383 152.5q217 0 340 -140.5t123 -355.5l-6 -96h-721q14 -133 102 -206.5t211 -73.5q74 0 147.5 28.5t108.5 57.5l37 30l109 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-252 0 -406.5 159t-154.5 388zM340 657h453 q-2 92 -58.5 151.5t-138.5 59.5q-100 0 -166.5 -56.5t-89.5 -154.5zM489 1174l156 278h250l-215 -278h-191z" />
-<glyph unicode="&#xea;" horiz-adv-x="1140" d="M66 522q0 242 147 394.5t383 152.5q217 0 340 -140.5t123 -355.5l-6 -96h-721q14 -133 102 -206.5t211 -73.5q74 0 147.5 28.5t108.5 57.5l37 30l109 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-252 0 -406.5 159t-154.5 388zM291 1174l186 278h223 l189 -278h-195l-102 165h-4l-105 -165h-192zM340 657h453q-2 92 -58.5 151.5t-138.5 59.5q-100 0 -166.5 -56.5t-89.5 -154.5z" />
-<glyph unicode="&#xeb;" horiz-adv-x="1140" d="M66 522q0 242 147 394.5t383 152.5q217 0 340 -140.5t123 -355.5l-6 -96h-721q14 -133 102 -206.5t211 -73.5q74 0 147.5 28.5t108.5 57.5l37 30l109 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-252 0 -406.5 159t-154.5 388zM315 1214v238h181 v-238h-181zM340 657h453q-2 92 -58.5 151.5t-138.5 59.5q-100 0 -166.5 -56.5t-89.5 -154.5zM682 1214v238h182v-238h-182z" />
-<glyph unicode="&#xec;" horiz-adv-x="618" d="M-18 1454h247l156 -280h-190zM53 823v221h248q139 0 139 -139v-641q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v639q0 45 -45 45h-82z" />
-<glyph unicode="&#xed;" horiz-adv-x="618" d="M53 823v221h248q139 0 139 -139v-641q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v639q0 45 -45 45h-82zM195 1174l155 280h248l-213 -280h-190z" />
-<glyph unicode="&#xee;" horiz-adv-x="618" d="M-6 1174l188 280h224l188 -280h-197l-102 167h-4l-103 -167h-194zM53 823v221h248q139 0 139 -139v-641q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v639q0 45 -45 45h-82z" />
-<glyph unicode="&#xef;" horiz-adv-x="618" d="M41 1214v240h180v-240h-180zM53 823v221h248q139 0 139 -139v-641q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v639q0 45 -45 45h-82zM356 1214v240h183v-240h-183z" />
-<glyph unicode="&#xf0;" horiz-adv-x="1198" d="M78 485q0 193 130 330t351 137q57 0 109.5 -15t76.5 -30l23 -14h4q-59 131 -192 217l-379 -164l-13 154l228 100q-100 49 -236 82l72 205q258 -57 442 -170l303 129l13 -152l-181 -80q281 -246 281 -645q0 -86 -17.5 -169t-58.5 -160.5t-101.5 -136t-151.5 -93.5 t-203 -35q-229 0 -364.5 151.5t-135.5 358.5zM340 479q0 -117 63.5 -200.5t180.5 -83.5q131 0 197.5 98t66.5 229q0 100 -65.5 164t-176.5 64q-127 0 -196.5 -80t-69.5 -191z" />
-<glyph unicode="&#xf1;" horiz-adv-x="1316" d="M43 823v221h240q137 0 137 -116v-31l-4 -45h4q43 86 135 151.5t233 65.5q365 0 365 -397v-408q0 -45 45 -45h82v-219h-248q-74 0 -106.5 33t-32.5 106v479q0 104 -36 158.5t-128 54.5q-102 0 -177 -58t-103 -155q-20 -61 -21 -139v-479h-258v778q0 45 -45 45h-82z M301 1176q0 281 234 280q59 0 107 -33.5t84 -66.5t71 -33q41 0 62.5 37t21.5 90h161q0 -281 -233 -281q-59 0 -107.5 34t-84 67t-70.5 33q-41 0 -62.5 -36t-21.5 -91h-162z" />
-<glyph unicode="&#xf2;" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM324 1452h249l156 -278h-192zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5z " />
-<glyph unicode="&#xf3;" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5zM539 1174l155 278h250 l-215 -278h-190z" />
-<glyph unicode="&#xf4;" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5zM340 1174l186 278h224l188 -278 h-195l-102 165h-4l-105 -165h-192z" />
-<glyph unicode="&#xf5;" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM266 1176q0 281 234 280q61 0 108 -33.5t83 -66.5t71 -33q41 0 62.5 37t21.5 90h162q0 -281 -234 -281q-61 0 -108.5 34t-83 67t-70.5 33 q-41 0 -62.5 -36t-21.5 -91h-162zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5z" />
-<glyph unicode="&#xf6;" horiz-adv-x="1275" d="M66 522.5q0 237.5 164.5 392t406.5 154.5t407.5 -154.5t165.5 -392t-164.5 -392.5t-408.5 -155q-242 0 -406.5 155t-164.5 392.5zM328 522q0 -143 90 -234t219 -91q131 0 221 91t90 234q0 141 -91 233.5t-220 92.5t-219 -92.5t-90 -233.5zM365 1214v238h180v-238h-180z M731 1214v238h182v-238h-182z" />
-<glyph unicode="&#xf7;" d="M94 483v203h1067v-203h-1067zM510 55v221h233v-221h-233zM510 895v221h233v-221h-233z" />
-<glyph unicode="&#xf8;" horiz-adv-x="1275" d="M66 522q0 238 164.5 392.5t406.5 154.5q147 0 274 -65l84 116l113 -78l-82 -112q184 -162 184 -408q0 -238 -164.5 -392.5t-408.5 -154.5q-141 0 -256 56l-84 -119l-113 80l78 108q-196 160 -196 422zM328 522q0 -129 80 -221l366 514q-66 33 -137 33q-129 0 -219 -92.5 t-90 -233.5zM518 221q55 -25 119 -24q131 0 221 91t90 234q0 119 -69 201z" />
-<glyph unicode="&#xf9;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-4q-41 -90 -137.5 -154t-223.5 -64q-360 0 -360 398v405q0 45 -45 45h-82zM328 1452h250 l155 -278h-192z" />
-<glyph unicode="&#xfa;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-4q-41 -90 -137.5 -154t-223.5 -64q-360 0 -360 398v405q0 45 -45 45h-82zM541 1174 l155 278h250l-215 -278h-190z" />
-<glyph unicode="&#xfb;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-4q-41 -90 -137.5 -154t-223.5 -64q-360 0 -360 398v405q0 45 -45 45h-82zM342 1174 l186 278h224l188 -278h-195l-102 165h-4l-104 -165h-193z" />
-<glyph unicode="&#xfc;" horiz-adv-x="1306" d="M39 823v221h248q72 0 104.5 -32.5t32.5 -104.5v-481q0 -104 36 -158.5t126 -54.5q135 0 214 102.5t79 249.5v479h260v-780q0 -45 45 -45h82v-219h-240q-137 0 -137 117v28l2 48h-4q-41 -90 -137.5 -154t-223.5 -64q-360 0 -360 398v405q0 45 -45 45h-82zM369 1214v238 h180v-238h-180zM735 1214v238h183v-238h-183z" />
-<glyph unicode="&#xfd;" horiz-adv-x="1132" d="M2 -324l100 185q63 -72 150 -72q117 0 172 133l35 80l-348 784q-14 37 -56 37h-30v221h172q55 0 85.5 -22.5t51.5 -75.5l205 -522l36 -139h5q16 86 34 139l179 522q33 98 139 98h176v-221h-31q-45 0 -59 -37l-375 -944q-53 -135 -153.5 -203.5t-223.5 -68.5 q-152 0 -258 100zM471 1174l156 278h250l-215 -278h-191z" />
-<glyph unicode="&#xfe;" horiz-adv-x="1265" d="M37 1233v221h248q74 0 106.5 -34t32.5 -105v-297l-4 -90h4q98 141 305 141q213 0 342 -153.5t129 -393.5q0 -238 -129 -392.5t-342 -154.5q-100 0 -176 35t-102 70l-27 35h-4q4 -37 4 -90v-435h-260v1598q0 45 -45 45h-82zM416 522q0 -170 74.5 -247.5t191.5 -77.5 q115 0 185.5 92t70.5 233q0 143 -70.5 234.5t-185.5 91.5q-119 0 -192.5 -78t-73.5 -248z" />
-<glyph unicode="&#xff;" horiz-adv-x="1132" d="M2 -324l100 185q63 -72 150 -72q117 0 172 133l35 80l-348 784q-14 37 -56 37h-30v221h172q55 0 85.5 -22.5t51.5 -75.5l205 -522l36 -139h5q16 86 34 139l179 522q33 98 139 98h176v-221h-31q-45 0 -59 -37l-375 -944q-53 -135 -153.5 -203.5t-223.5 -68.5 q-152 0 -258 100zM297 1214v238h180v-238h-180zM664 1214v238h182v-238h-182z" />
-<glyph unicode="&#x152;" horiz-adv-x="1945" d="M61 729q0 313 211 527t519 214q70 0 163 -8t133 -8h621q74 0 106.5 -34t32.5 -105v-221h-241v88q0 45 -45 45h-322v-381h465v-228h-465v-391h375q45 0 45 45v88h242v-221q0 -74 -32 -106.5t-102 -32.5h-680q-39 0 -133 -9t-163 -9q-307 0 -518.5 217t-211.5 530zM340 729 q0 -215 127 -356.5t324 -141.5q123 0 180 15v960q-72 16 -180 17q-197 0 -324 -140.5t-127 -353.5z" />
-<glyph unicode="&#x153;" horiz-adv-x="2035" d="M66 520.5q0 241.5 164.5 395t404.5 153.5q283 0 440 -215h4q135 215 412 215q219 0 341 -140.5t122 -355.5l-6 -96h-721q18 -135 105 -207.5t208 -72.5q156 0 289 110l6 6l107 -180q-6 -6 -18.5 -17.5t-54.5 -38t-87 -47t-116 -38t-144 -17.5q-293 0 -437 222h-4 q-160 -221 -444 -222q-242 0 -406.5 152t-164.5 393.5zM328 520.5q0 -145.5 90 -234.5t219 -89q131 0 221 90t90 235.5t-91 235.5t-220 90t-219 -91t-90 -236.5zM1235 657h453q-4 94 -58.5 152.5t-138.5 58.5q-100 0 -166.5 -56.5t-89.5 -154.5z" />
-<glyph unicode="&#x178;" horiz-adv-x="1259" d="M20 1227v227h138q74 0 112.5 -20.5t77.5 -85.5l193 -320l88 -164h4q37 78 88 164l190 320q39 66 78 86t113 20h137v-227h-47q-33 0 -48.5 -9.5t-35.5 -39.5l-344 -543v-635h-268v635l-344 543q-20 31 -36 40t-48 9h-48zM358 1591v238h181v-238h-181zM725 1591v238h182 v-238h-182z" />
-<glyph unicode="&#x2c6;" horiz-adv-x="1026" d="M215 1550l186 279h224l188 -279h-195l-102 166h-4l-104 -166h-193z" />
-<glyph unicode="&#x2dc;" horiz-adv-x="1122" d="M197 1552q0 281 233 281q61 0 108.5 -34t83 -66.5t70.5 -32.5q41 0 62.5 37t21.5 90h162q0 -281 -233 -281q-61 0 -108.5 34t-83.5 66.5t-71 32.5q-41 0 -62.5 -35.5t-21.5 -91.5h-161z" />
-<glyph unicode="&#x2013;" horiz-adv-x="1357" d="M113 483v203h1132v-203h-1132z" />
-<glyph unicode="&#x2014;" horiz-adv-x="1767" d="M113 483v203h1542v-203h-1542z" />
-<glyph unicode="&#x2018;" horiz-adv-x="501" d="M86 1032l154 447h176l-97 -447h-233z" />
-<glyph unicode="&#x2019;" horiz-adv-x="501" d="M86 1032l96 449h234l-154 -449h-176z" />
-<glyph unicode="&#x201a;" horiz-adv-x="501" d="M86 -182l96 446h234l-154 -446h-176z" />
-<glyph unicode="&#x201c;" horiz-adv-x="827" d="M86 1032l154 447h176l-97 -447h-233zM414 1032l151 447h176l-96 -447h-231z" />
-<glyph unicode="&#x201d;" horiz-adv-x="827" d="M86 1032l96 449h234l-154 -449h-176zM414 1032l96 449h231l-151 -449h-176z" />
-<glyph unicode="&#x201e;" horiz-adv-x="827" d="M86 -182l96 446h234l-154 -446h-176zM414 -182l96 446h231l-151 -446h-176z" />
-<glyph unicode="&#x2022;" horiz-adv-x="960" d="M137 596q0 141 100.5 241.5t241.5 100.5q143 0 242.5 -100.5t99.5 -241.5t-99 -241.5t-243 -100.5q-141 0 -241.5 100.5t-100.5 241.5z" />
-<glyph unicode="&#x2026;" horiz-adv-x="2033" d="M309 0v260h250v-260h-250zM891 0v260h252v-260h-252zM1475 0v260h251v-260h-251z" />
-<glyph unicode="&#x2039;" horiz-adv-x="802" d="M94 578l336 421h248l-336 -421l336 -420h-248z" />
-<glyph unicode="&#x203a;" horiz-adv-x="802" d="M119 158l336 420l-336 421h248l335 -421l-335 -420h-248z" />
-<glyph unicode="&#x20ac;" horiz-adv-x="1253" d="M78 512v156h127q-4 35 -4 61l4 66h-127v157h153q68 233 259.5 380t441.5 147l203 -27l-64 -240q-70 20 -145 21q-145 0 -254 -75t-158 -206h510l-33 -157h-514q-4 -31 -4 -62l6 -65h488l-31 -156h-410q47 -131 158 -209t252 -78l197 31l47 -242q-106 -39 -248 -39 q-260 0 -448.5 147.5t-252.5 389.5h-153z" />
-<glyph unicode="&#x2122;" horiz-adv-x="2029" d="M70 1206v156q0 53 20.5 72.5t77.5 19.5h606q55 0 75.5 -19.5t20.5 -72.5v-156h-163v60q0 16 -15 16h-123v-735h-196v735h-119q-16 0 -16 -16v-60h-168zM874 547v170h46q18 0 20 18l57 719h183l186 -428l29 -86h4q12 51 26 86l189 428h180l57 -719q4 -18 21 -18h47v-170 h-154q-57 0 -78.5 17.5t-25.5 74.5l-27 375l2 63h-4l-159 -364h-154l-160 364h-4l2 -63l-27 -375q-4 -57 -24.5 -74.5t-77.5 -17.5h-154z" />
-<glyph unicode="&#xe000;" horiz-adv-x="1045" d="M0 1045h1045v-1045h-1045v1045z" />
-<glyph unicode="&#xfb01;" horiz-adv-x="1298" d="M41 838v206h129v31q0 98 30.5 171t76 113t107.5 64.5t111.5 31.5t100.5 7l88 -6v-221q-25 4 -59 4q-195 0 -195 -174v-21h555q139 0 139 -139v-641q0 -45 45 -45h80v-219h-245q-74 0 -107 33t-33 106v654q0 45 -45 45h-389v-838h-260v838h-129zM877 1214v240h225v-240 h-225z" />
-<glyph unicode="&#xfb02;" horiz-adv-x="1282" d="M41 838v206h129v31q0 98 31.5 171t76 111t106.5 61.5t110.5 29.5t101.5 6h375q139 0 139 -139v-1051q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v1049q0 45 -45 45h-174q-201 0 -201 -164v-25h223v-206h-223v-838h-260v838h-129z" />
-<glyph unicode="&#xfb03;" horiz-adv-x="1986" d="M41 838v206h129v31q0 98 30.5 171t76 113t107.5 64.5t111.5 31.5t100.5 7l88 -6v-221q-25 4 -59 4q-195 0 -195 -176v-19h426v31q0 98 31 171t76 113t107.5 64.5t111.5 31.5t102 7l86 -6v-221q-25 4 -57 4q-197 0 -197 -176v-19h555q74 0 106.5 -33.5t32.5 -105.5v-641 q0 -45 45 -45h82v-219h-247q-74 0 -107 33t-33 106v654q0 45 -45 45h-389v-838h-260v838h-426v-838h-260v838h-129zM1563 1214v240h225v-240h-225z" />
-<glyph unicode="&#xfb04;" horiz-adv-x="1970" d="M41 838v206h129v33q0 96 30.5 170t74.5 114t105.5 63.5t111 30.5t102.5 7l90 -6v-221q-25 4 -57 4q-197 0 -197 -174v-21h428v31q0 98 32 171t76 111t106.5 61.5t110.5 29.5t101 6h375q139 0 139 -139v-1051q0 -45 45 -45h80v-219h-246q-74 0 -106.5 33t-32.5 106v1049 q0 45 -45 45h-174q-201 0 -201 -164v-25h223v-206h-223v-838h-260v838h-428v-838h-260v838h-129z" />
-</font>
-</defs></svg> 
\ No newline at end of file


Binary file ckanext/iati/public/fonts/museo700-regular-webfont.ttf has changed


Binary file ckanext/iati/public/fonts/museo700-regular-webfont.woff has changed

Repository URL: https://bitbucket.org/okfn/ckanextiati/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list