shithub: hugo

Download patch

ref: a70acd110e201d00bb03e4970597f0028690bb3b
parent: 247db151fa296d26c84a4f78199470e80f156a96
author: spf13 <[email protected]>
date: Wed Jan 8 04:18:42 EST 2014

New Icon Font for Hugo

--- a/docs/layouts/chrome/includes.html
+++ b/docs/layouts/chrome/includes.html
@@ -1,3 +1,3 @@
     <link href="/static/css/bootstrap.min.css" rel="stylesheet"/>
     <link href="/static/css/styles.css" rel="stylesheet"/>
-    <link href="/static/css/hugoicon.css" rel="stylesheet"/>
+    <link href="/static/css/hugofont.css" rel="stylesheet"/>
--- a/docs/layouts/chrome/menu.html
+++ b/docs/layouts/chrome/menu.html
@@ -7,7 +7,7 @@
       <span class="icon-bar"></span>
       <span class="icon-bar"></span>
     </button>
-    <a class="navbar-brand" href="/"><i class="icon-rocket "></i>&nbsp; Hugo</a>
+    <a class="navbar-brand" href="/"><i class="icon-hugo_serif" alt="hugo"></i></a>
   </div>
 
   <!-- Collect the nav links, forms, and other content for toggling -->
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -13,7 +13,7 @@
 
     <!-- Add custom CSS here -->
     <link href="/static/css/HPstyles.css" rel="stylesheet">
-    <link href="/static/css/hugoicon.css" rel="stylesheet">
+    <link href="/static/css/hugofont.css" rel="stylesheet">
   </head>
 
   <body>
@@ -165,8 +165,8 @@
               <div class="col-md-6 col-md-offset-3 text-center">
                   <i class="point-icon icon-beaker-alt"></i>
                   <i class="point-icon icon-heart"></i>
-                  <i class="point-icon icon-spf"></i>
-                <h2>Built with Love</h2>
+                  <i class="point-icon icon-spf13"></i>
+                  <h2>Built with <i class="icon-heart" style="color:#FF4088;"></i></h2>
                 <p class="lead">
                 Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
                 We welcome all contributions.
@@ -216,7 +216,7 @@
   <!-- Placed at the end of the document so the pages load faster -->
   <script src="/static/js/jquery.js"></script>
   <script src="/static/js/unslider.min.js"></script>
-  <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
+  <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
   <script src="/static/js/bootstrap.min.js"></script>
   <script>
     $(function() {
--- /dev/null
+++ b/docs/static/static/css/hugofont.css
@@ -1,0 +1,184 @@
+@font-face {
+	font-family: 'hugo';
+	src:url('../fonts/hugo.eot');
+	src:url('../fonts/hugo.eot?#iefix') format('embedded-opentype'),
+		url('../fonts/hugo.woff') format('woff'),
+		url('../fonts/hugo.ttf') format('truetype'),
+		url('../fonts/hugo.svg#hugo') format('svg');
+	font-weight: normal;
+	font-style: normal;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+	font-family: 'hugo';
+	speak: none;
+	font-style: normal;
+	font-weight: normal;
+	font-variant: normal;
+	text-transform: none;
+	line-height: 1;
+
+	/* Better Font Rendering =========== */
+	-webkit-font-smoothing: antialiased;
+	-moz-osx-font-smoothing: grayscale;
+}
+
+.icon-home:before {
+	content: "\21";
+}
+.icon-html5:before {
+	content: "\23";
+}
+.icon-css3:before {
+	content: "\24";
+}
+.icon-console:before {
+	content: "\25";
+}
+.icon-link:before {
+	content: "\26";
+}
+.icon-fire:before {
+	content: "\28";
+}
+.icon-check-alt:before {
+	content: "\29";
+}
+.icon-hugo_serif:before {
+	content: "\e600";
+}
+.icon-x-altx-alt:before {
+	content: "\2a";
+}
+.icon-circlestar:before {
+	content: "\2b";
+}
+.icon-file-css:before {
+	content: "\2c";
+}
+.icon-radio-checked:before {
+	content: "\2e";
+}
+.icon-quote:before {
+	content: "\44";
+}
+.icon-airplane2:before {
+	content: "\45";
+}
+.icon-heart:before {
+	content: "\46";
+}
+.icon-rocket:before {
+	content: "\47";
+}
+.icon-house:before {
+	content: "\48";
+}
+.icon-arrow-right:before {
+	content: "\e001";
+}
+.icon-arrow-left:before {
+	content: "\e002";
+}
+.icon-flow-branch:before {
+	content: "\e004";
+}
+.icon-pen:before {
+	content: "\e005";
+}
+.icon-idea:before {
+	content: "\3b";
+}
+.icon-gears:before {
+	content: "\3c";
+}
+.icon-talking:before {
+	content: "\3d";
+}
+.icon-tag:before {
+	content: "\3e";
+}
+.icon-rocket2:before {
+	content: "\3f";
+}
+.icon-octocat:before {
+	content: "\41";
+}
+.icon-announce:before {
+	content: "\42";
+}
+.icon-edit:before {
+	content: "\43";
+}
+.icon-power-cord:before {
+	content: "\50";
+}
+.icon-apple:before {
+	content: "\51";
+}
+.icon-windows8:before {
+	content: "\52";
+}
+.icon-tux:before {
+	content: "\53";
+}
+.icon-file-xml:before {
+	content: "\54";
+}
+.icon-fork:before {
+	content: "\55";
+}
+.icon-arrow-down:before {
+	content: "\56";
+}
+.icon-pacman:before {
+	content: "\e000";
+}
+.icon-embed:before {
+	content: "\2f";
+}
+.icon-code:before {
+	content: "\30";
+}
+.icon-cc:before {
+	content: "\31";
+}
+.icon-cc-by:before {
+	content: "\32";
+}
+.icon-cc-nc:before {
+	content: "\33";
+}
+.icon-beaker-alt:before {
+	content: "\39";
+}
+.icon-w3c:before {
+	content: "\3a";
+}
+.icon-bolt:before {
+	content: "\49";
+}
+.icon-flow-tree:before {
+	content: "\4a";
+}
+.icon-twitter:before {
+	content: "\4b";
+}
+.icon-beaker:before {
+	content: "\4c";
+}
+.icon-images:before {
+	content: "\4d";
+}
+.icon-bubbles:before {
+	content: "\4e";
+}
+.icon-meter2:before {
+	content: "\4f";
+}
+.icon-hugo_sans:before {
+	content: "\68";
+}
+.icon-spf13:before {
+	content: "\27";
+}
--- a/docs/static/static/css/hugoicon.css
+++ /dev/null
@@ -1,208 +1,0 @@
-@font-face {
-	font-family: 'hugo-1';
-	src:url('../fonts/hugo-1.eot');
-	src:url('../fonts/hugo-1.eot?#iefix') format('embedded-opentype'),
-		url('../fonts/hugo-1.woff') format('woff'),
-		url('../fonts/hugo-1.ttf') format('truetype'),
-		url('../fonts/hugo-1.svg#hugo-1') format('svg');
-	font-weight: normal;
-	font-style: normal;
-}
-
-/* Use the following CSS code if you want to use data attributes for inserting your icons */
-[data-icon]:before {
-	font-family: 'hugo-1';
-	content: attr(data-icon);
-	speak: none;
-	font-weight: normal;
-	font-variant: normal;
-	text-transform: none;
-	line-height: 1;
-	-webkit-font-smoothing: antialiased;
-	-moz-osx-font-smoothing: grayscale;
-}
-
-/* Use the following CSS code if you want to have a class per icon */
-/*
-Instead of a list of all class selectors,
-you can use the generic selector below, but it's slower:
-[class*="icon-"] {
-*/
-.icon-home, .icon-html5, .icon-css3, .icon-console, .icon-link, .icon-airplane, .icon-fire, .icon-check-alt, .icon-x-altx-alt, .icon-circlestar, .icon-file-css, .icon-spf, .icon-radio-checked, .icon-embed, .icon-code, .icon-cc, .icon-cc-by, .icon-cc-nc, .icon-beaker-alt, .icon-untitled, .icon-untitled-2, .icon-untitled-3, .icon-untitled-4, .icon-tag, .icon-rocket, .icon-hugo5, .icon-octocat, .icon-untitled-5, .icon-untitled-6, .icon-untitled-7, .icon-airplane-2, .icon-heart, .icon-rocket-2, .icon-house, .icon-bolt, .icon-flow-tree, .icon-twitter, .icon-beaker, .icon-images, .icon-bubbles, .icon-meter2, .icon-power-cord, .icon-apple, .icon-windows8, .icon-tux, .icon-file-xml, .icon-fork, .icon-arrow-down, .icon-untitled-8, .icon-untitled-9, .icon-pacman, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down-2, .icon-flow-branch, .icon-pen {
-	font-family: 'hugo-1';
-	speak: none;
-	font-style: normal;
-	font-weight: normal;
-	font-variant: normal;
-	text-transform: none;
-	line-height: 1;
-	-webkit-font-smoothing: antialiased;
-}
-.icon-home:before {
-	content: "\21";
-}
-.icon-html5:before {
-	content: "\23";
-}
-.icon-css3:before {
-	content: "\24";
-}
-.icon-console:before {
-	content: "\25";
-}
-.icon-link:before {
-	content: "\26";
-}
-.icon-airplane:before {
-	content: "\27";
-}
-.icon-fire:before {
-	content: "\28";
-}
-.icon-check-alt:before {
-	content: "\29";
-}
-.icon-x-altx-alt:before {
-	content: "\2a";
-}
-.icon-circlestar:before {
-	content: "\2b";
-}
-.icon-file-css:before {
-	content: "\2c";
-}
-.icon-spf:before {
-	content: "\2d";
-}
-.icon-radio-checked:before {
-	content: "\2e";
-}
-.icon-embed:before {
-	content: "\2f";
-}
-.icon-code:before {
-	content: "\30";
-}
-.icon-cc:before {
-	content: "\31";
-}
-.icon-cc-by:before {
-	content: "\32";
-}
-.icon-cc-nc:before {
-	content: "\33";
-}
-.icon-beaker-alt:before {
-	content: "\39";
-}
-.icon-untitled:before {
-	content: "\3a";
-}
-.icon-untitled-2:before {
-	content: "\3b";
-}
-.icon-untitled-3:before {
-	content: "\3c";
-}
-.icon-untitled-4:before {
-	content: "\3d";
-}
-.icon-tag:before {
-	content: "\3e";
-}
-.icon-rocket:before {
-	content: "\3f";
-}
-.icon-hugo5:before {
-	content: "\40";
-}
-.icon-octocat:before {
-	content: "\41";
-}
-.icon-untitled-5:before {
-	content: "\42";
-}
-.icon-untitled-6:before {
-	content: "\43";
-}
-.icon-untitled-7:before {
-	content: "\44";
-}
-.icon-airplane-2:before {
-	content: "\45";
-}
-.icon-heart:before {
-	content: "\46";
-}
-.icon-rocket-2:before {
-	content: "\47";
-}
-.icon-house:before {
-	content: "\48";
-}
-.icon-bolt:before {
-	content: "\49";
-}
-.icon-flow-tree:before {
-	content: "\4a";
-}
-.icon-twitter:before {
-	content: "\4b";
-}
-.icon-beaker:before {
-	content: "\4c";
-}
-.icon-images:before {
-	content: "\4d";
-}
-.icon-bubbles:before {
-	content: "\4e";
-}
-.icon-meter2:before {
-	content: "\4f";
-}
-.icon-power-cord:before {
-	content: "\50";
-}
-.icon-apple:before {
-	content: "\51";
-}
-.icon-windows8:before {
-	content: "\52";
-}
-.icon-tux:before {
-	content: "\53";
-}
-.icon-file-xml:before {
-	content: "\54";
-}
-.icon-fork:before {
-	content: "\55";
-}
-.icon-arrow-down:before {
-	content: "\56";
-}
-.icon-untitled-8:before {
-	content: "\e035";
-}
-.icon-untitled-9:before {
-	content: "\e034";
-}
-.icon-pacman:before {
-	content: "\e000";
-}
-.icon-arrow-right:before {
-	content: "\e001";
-}
-.icon-arrow-left:before {
-	content: "\e002";
-}
-.icon-arrow-down-2:before {
-	content: "\e003";
-}
-.icon-flow-branch:before {
-	content: "\e004";
-}
-.icon-pen:before {
-	content: "\e005";
-}
binary files a/docs/static/static/fonts/hugo-1.eot /dev/null differ
--- a/docs/static/static/fonts/hugo-1.svg
+++ /dev/null
@@ -1,213 +1,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 font generated by IcoMoon.
-<iconset id="hugo-1" name="hugo" href="http://spf13.com" grid="20"></iconset><author name="Steve Francia" href="http://spf13.com"></author><license name="CC"></license>
-</metadata>
-<defs>
-<font id="hugo-1" horiz-adv-x="640" >
-<font-face units-per-em="640" ascent="608" descent="-32" />
-<missing-glyph horiz-adv-x="640" />
-<glyph class="hidden" unicode="&#xf000;" d="M0,608L 640 -32L0 -32 z" horiz-adv-x="0" />
-<glyph unicode="&#x21;" d="M 640,228L 520,348L 520,528L 440,528L 440,428L 320,548L0,228L0,208L 80,208L 80,8L 280,8L 280,128L 360,128L 360,8L 560,8L 560,208L 640,208 z"  />
-<glyph unicode="&#x23;" d="M 37.836,608l 51.34-576.019L 319.649-32l 231.077,64.078L 602.164,608L 37.836,608 z M 490.394,419.608l-0.244,0 L 220.056,419.608 l 6.439-72.344
-	L 483.975,347.264 l-19.401-216.881L 319.988,90.273l-0.144-0.049l-0.096,0 l-0.076,0 l-144.733,40.159l-9.894,110.945l 70.934,0 l 5.030-56.395
-	l 78.664-21.197l 0.174,0.049l 78.709,21.245l 8.169,91.594L 161.886,276.623 L 142.827,490.248l 353.884,0 L 490.394,419.608z"  />
-<glyph unicode="&#x24;" d="M 95.243,577.674L 73.767,470.22L 511.11,470.22L 497.433,400.811L 59.815,400.811L 38.633,293.375L 475.935,293.375L 451.549,170.835L 275.291,112.446L 122.541,170.835L 132.996,223.986L 25.56,223.986L0,95.016L 252.641-1.674L 543.895,95.016L 640,577.674 z"  />
-<glyph unicode="&#x25;" d="M0,568l0-560 l 640,0 L 640,568 L0,568 z M 600,48L 40,48 L 40,528 l 560,0 L 600,48 zM 560,488L 80,488 l0-400 l 480,0 L 560,488 z M 280,288l-40,0 l0-40 l-40,0 l0-40 l-40,0 l0,40 l 40,0 l0,40 l 40,0 l0,40 l-40,0 l0,40 l-40,0 l0,40 l 40,0 l0-40 l 40,0 l0-40 l 40,0 L 280,288 z M 440,208l-120,0 
-		l0,40 l 120,0 L 440,208 z"  />
-<glyph unicode="&#x26;" d="M 595.872,561.349l-2.517,2.526c-58.843,58.834-155.121,58.834-213.954,0L 243.085,427.54
-		c-58.834-58.833-58.834-155.11,0-213.944l 2.516-2.516c 4.895-4.905, 10.091-9.328, 15.46-13.411l 49.905,49.906
-		c-5.814,3.434-11.329,7.545-16.322,12.537l-2.526,2.526c-31.946,31.936-31.946,83.92,0,115.869L 428.447,514.828
-		c 31.947,31.949, 83.921,31.949, 115.866,0l 2.526-2.515c 31.938-31.947, 31.938-83.933,0-115.869l-61.679-61.679
-		c 10.708-26.442, 15.78-54.625, 15.336-82.741l 95.378,95.378C 654.709,406.236, 654.709,502.513, 595.872,561.349zM 394.401,364.916c-4.895,4.895-10.091,9.326-15.46,13.4l-49.905-49.895c 5.815-3.435, 11.329-7.546, 16.322-12.539l 2.526-2.525
-		c 31.947-31.947, 31.947-83.92,0-115.868L 211.554,61.156c-31.949-31.939-83.923-31.939-115.868,0l-2.526,2.526
-		c-31.936,31.95-31.936,83.923,0,115.868l 61.68,61.679c-10.709,26.441-15.779,54.626-15.336,82.741l-95.376-95.374
-		c-58.835-58.833-58.835-155.111,0-213.953l 2.516-2.52c 58.845-58.83, 155.12-58.83, 213.955,0l 136.319,136.324
-		c 58.834,58.833, 58.834,155.121,0,213.954L 394.401,364.916z"  />
-<glyph unicode="&#x27;" d="M 480,208.020l-114.262,114.264L 640,528.002L 559.994,608l-342.825-137.151L 109.231,578.79C 78.119,609.901, 34.668,617.356, 12.668,595.357
-	C-9.331,573.359-1.875,529.904, 29.236,498.795l 107.929-107.927L0,48.004L 79.994-32L 285.738,242.293l 114.266-114.267l0-159.987 L 480-31.963 
-	l 39.995,119.993l 119.993,39.998l0,79.995 L 480,208.022 L 480,208.020 z"  />
-<glyph unicode="&#x28;" d="M 200.63-32 C 157.976,56.755 180.691,107.611 213.474,155.527 C 249.374,208 258.626,259.944 258.626,259.944 C 258.626,259.944 286.848,223.256 275.559,165.876 C 325.416,221.376 334.824,309.801 327.298,343.666 C 439.994,264.909 488.158,94.381 423.249-32 C 768.481,163.333 509.123,455.607 463.97,488.531 C 479.021,455.609 481.875,399.875 451.47,372.827 C 400,568 272.738,608 272.738,608 C 287.789,507.347 218.178,397.285 151.053,315.044 C 148.694,355.179 146.189,382.874 125.084,421.281 C 120.346,348.371 64.626,288.939 49.538,215.889 C 29.099,116.96 64.847,44.526 200.63-32 Z"  />
-<glyph unicode="&#x29;" d="M 320,608C 143.28,608,0,464.72,0,288s 143.28-320, 320-320s 320,143.28, 320,320S 496.72,608, 320,608z M 270.4,140.34
-		L 123.16,287.6l 56.56,56.56l 90.66-90.7l 192.34,192.34l 56.56-56.56L 270.4,140.34z"  />
-<glyph unicode="&#x2a;" d="M 320,608C 143.28,608,0,464.72,0,288s 143.28-320, 320-320s 320,143.28, 320,320S 496.72,608, 320,608z M 478.28,186.28
-		l-56.56-56.56L 320,231.44l-101.72-101.72l-56.56,56.56L 263.44,288l-101.72,101.72l 56.56,56.56L 320,344.56l 101.72,101.72l 56.56-56.56
-		L 376.56,288L 478.28,186.28z"  />
-<glyph unicode="&#x2b;" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 322.11,496.046 L 372.539,338.586 L 537.813,334.875 L 403.632,238.312 L 451.173,79.952 L 317.851,177.726 L 181.954,83.546 L 233.75,240.577 L 102.188,340.734 L 267.539,339.993 L 322.11,496.046 z "  />
-<glyph unicode="&#x2c;" d="M 240,225.846L 240,297.237 c0,9.455, 4.185,18.398, 11.784,25.179c 7.6,6.78, 17.62,10.516, 28.216,10.516l0,35.694 
-		c-44,0-80-32.125-80-71.389l0-53.541 c0-9.857-8.955-17.849-20-17.849l-20,0 l0-35.694 l 20,0 c 11.046,0, 20-7.994, 20-17.849l0-53.547 
-		c0-39.259, 36-71.384, 80-71.384l0,35.695 c-10.596,0-20.617,3.735-28.216,10.516c-7.599,6.783-11.784,15.721-11.784,25.174l0,71.396 
-		c0,9.856-8.955,17.846-20,17.846C 231.046,208, 240,215.994, 240,225.846zM 400,190.154l0-71.396 c0-9.453-4.185-18.391-11.784-25.174c-7.599-6.781-17.619-10.516-28.216-10.516l0-35.695 
-		c 44.001,0, 80,32.125, 80,71.384l0,53.547 c0,9.857, 8.955,17.849, 20,17.849l 20,0 l0,35.694 l-20,0 c-11.045,0-20,7.994-20,17.849L 440,297.237 
-		c0,39.265-35.999,71.389-80,71.389l0-35.694 c 10.599,0, 20.617-3.736, 28.216-10.519c 7.6-6.78, 11.784-15.723, 11.784-25.177l0-71.392 
-		c0-9.854, 8.955-17.845, 20-17.845C 408.955,208, 400,200.006, 400,190.154zM 564.645,483.356l-89.29,89.289C 455.91,592.090, 417.5,608, 390,608L 90,608 C 62.5,608, 40,585.5, 40,558l0-540 c0-27.5, 22.5-50, 50-50l 460,0 
-		c 27.5,0, 50,22.5, 50,50L 600,398 C 600,425.5, 584.090,463.911, 564.645,483.356z M 536.361,455.071c 1.956-1.956, 3.906-4.359, 5.8-7.071L 440,448 L 440,550.16 
-		c 2.712-1.894, 5.115-3.844, 7.071-5.8L 536.361,455.071z M 560,18c0-5.42-4.58-10-10-10L 90,8 c-5.42,0-10,4.58-10,10L 80,558 
-		c0,5.42, 4.58,10, 10,10l 300,0 c 3.020,0, 6.409-0.381, 10-1.065L 400,408 l 158.935,0 c 0.684-3.591, 1.065-6.979, 1.065-10L 560,18 z"  />
-<glyph unicode="&#x2d;" d="M 320,11.034 C 167.036,11.034 43.034,135.036 43.034,288 C 43.034,440.964 167.036,564.966 320,564.966 C 472.964,564.966 596.966,440.964 596.966,288 C 596.966,135.036 472.964,11.034 320,11.034 z M 306.656,29.035 C 349.918,26.964 393.339,35.457 432.418,54.268 C 480.613,79.491 468.906,75.997 468.906,75.997 C 468.906,75.997 475.704,78.125 479.017,79.427 C 481.461,80.388 483.772,81.659 486.149,82.774 C 495.519,87.602 503.731,93.629 510.784,100.856 C 517.836,108.084 523.429,116.406 527.56,125.822 C 529.48,128.487 530.652,136.958 531.721,138.677 C 545.136,160.262 540.734,148.578 553.732,175.582 C 564.813,198.601 572.473,223.25 576.315,248.51 C 587.99,325.28 564.233,404.807 511.94,462.349 C 495.101,480.879 475.725,496.596 454.458,509.762 C 449.502,512.83 444.213,515.325 439.092,518.107 L 440.869,535.069 C 430.534,534.145 420.223,532.922 409.987,531.217 L 409.157,531.568 C 380.539,542.437 350.414,546.533 320,547.302 C 298.165,547.282 276.358,544.57 255.196,539.138 C 180.218,519.896 113.672,465.231 83.357,393.534 C 77.729,390.42 73.12,385.907 68.774,381.255 C 64.341,376.015 61.067,370.331 58.95,364.204 C 56.835,358.076 55.776,351.888 55.776,345.641 C 56.381,336.885 58.195,330.312 61.217,325.925 C 62.668,324.002 61.956,324.805 63.276,323.452 C 60.812,308.735 60.547,293.945 60.922,279.103 C 58.853,279.948 59.973,279.441 57.591,280.681 L 54.265,248.036 C 61.481,245.351 58.077,246.226 64.387,245.080 C 68.652,224.223 68.835,219.626 76.432,198.843 C 99.433,135.925 147.233,83.316 207.582,54.268 C 234.256,41.428 251.963,37.523 280.51,31.685 zM 190.36,415.668 L 190.36,191.384 L 227.841,198.2 L 227.841,278.604 C 237.917,273.584 249.706,272.303 263.207,274.758 C 274.895,276.884 285.373,280.804 294.644,286.52 C 303.913,292.236 311.671,299.24 317.918,307.529 C 324.165,315.819 328.951,325.002 332.276,335.078 C 335.601,345.153 337.263,355.632 337.263,366.514 C 337.263,377.395 335.55,387.311 332.124,396.259 C 328.699,405.209 323.812,412.633 317.465,418.531 C 311.117,424.43 303.359,428.561 294.19,430.923 C 285.021,433.286 274.694,433.423 263.207,431.334 C 249.504,428.842 237.111,422.86 226.028,413.389 L 223.005,421.605 z M 320.729,209.026 L 320.729,52.147 L 359.42,59.184 L 359.42,270.773 L 329.798,265.386 C 328.387,261.704 326.22,257.833 323.298,253.776 C 320.376,249.718 317.052,245.788 313.324,241.987 C 309.596,238.186 305.716,234.81 301.686,231.86 C 297.655,228.911 294.029,226.74 290.805,225.347 L 294.129,193.307 C 303.399,196.404 312.266,201.643 320.729,209.026 z z M 91.518,273.007 C 83.381,273.456 87.147,273.1 80.209,273.957 C 79.63,282.634 79.481,291.599 80.047,300.291 C 80.343,304.833 80.966,309.35 81.425,313.879 C 93.307,311.172 88.203,312.050 96.656,310.818 C 103.105,310.077 108.596,309.261 113.129,308.373 C 117.664,307.484 121.14,306.102 123.559,304.224 C 125.976,302.347 127.185,299.192 127.185,294.758 C 127.185,290.123 125.472,285.882 122.047,282.035 C 118.621,278.188 112.677,275.495 104.213,273.956 C 100.183,273.222 95.951,272.907 91.518,273.007 z z M 234.643,313.091 C 228.899,320.509 226.028,331.574 226.028,346.285 C 226.028,360.996 228.899,373.104 234.643,382.612 C 240.386,392.12 249.101,397.938 260.788,400.063 C 272.879,402.262 282.25,399.683 288.9,392.328 C 295.55,384.974 298.875,374.041 298.875,359.533 C 298.875,345.024 295.55,332.883 288.9,323.109 C 282.25,313.335 272.879,307.348 260.788,305.15 C 249.101,303.024 240.386,305.671 234.643,313.091 z M 320.073,47.584 C 244.097,48.267 173.138,83.052 127.481,144.124 C 108.713,169.23 95.384,197.619 87.301,227.859 C 85.926,233.003 85.168,238.292 84.101,243.51 C 91.267,243.735 98.369,244.854 105.422,246.064 C 144.918,253.247 164.667,271.65 164.667,301.272 C 164.667,308.123 163.71,313.894 161.796,318.583 C 159.881,323.273 157.111,327.102 153.483,330.070 C 149.856,333.037 145.472,335.263 140.335,336.747 C 135.196,338.231 129.503,339.311 123.256,339.988 C 121.846,340.135 119.78,340.314 117.059,340.524 C 114.339,340.734 112.374,340.932 111.165,341.115 L 106.027,341.691 C 100.787,342.753 96.605,344.21 93.483,346.060 C 85.347,351.507 91.012,359.924 93.384,367.551 C 94.7
\ No newline at end of file
-<glyph unicode="&#x2e;" d="M 320,608C 143.269,608,0,464.731,0,288s 143.269-320, 320-320s 320,143.269, 320,320S 496.731,608, 320,608z M 320,48
-		c-132.549,0-240,107.451-240,240c0,132.549, 107.451,240, 240,240c 132.549,0, 240-107.451, 240-240C 560,155.451, 452.549,48, 320,48zM 200,288A120,120 12780 1 1 440,288A120,120 12780 1 1 200,288z"  />
-<glyph unicode="&#x2f;" d="M 180,448L 20,288l 160-160l 80,0 L 100,288l 160,160L 180,448 z M 460,448l-80,0 l 160-160L 380,128l 80,0 l 160,160L 460,448z"  />
-<glyph unicode="&#x30;" d="M 80,288L 240,448L 160,448L0,288L 160,128L 240,128 	zM 480,448L 400,448L 560,288L 400,128L 480,128L 640,288 	zM 340,528L 240,48L 300,48L 400,528 	z"  />
-<glyph unicode="&#x31;" d="M 315.904,595.168C 146.24,592.896, 10.56,453.536, 12.832,283.904c 2.272-169.632, 141.632-305.344, 311.296-303.072c 169.632,2.24, 305.344,141.632, 303.072,311.296
-		C 624.928,461.76, 485.504,597.44, 315.904,595.168z M 323.232,45.504c-133.952-1.824-243.968,105.312-245.76,239.264c-1.792,133.952, 105.344,243.968, 239.296,245.76
-		c 133.92,1.792, 243.936-105.344, 245.728-239.264S 457.184,47.328, 323.232,45.504z M 244.832,235.936c-12.96,0-22.784,4.736-29.44,14.208
-		C 208.704,259.616, 205.408,272.224, 205.408,288c0,34.688, 13.152,52.032, 39.424,52.032c 5.248,0, 10.944-1.76, 17.088-5.248
-		c 6.112-3.52, 11.296-9.664, 15.52-18.4l 39.392,20.512C 301.088,365.28, 274.944,379.488, 238.496,379.488c-24.896,0-45.44-8.224-61.76-24.704
-		C 160.448,338.304, 152.288,316.032, 152.288,288c0-28.736, 8.064-51.2, 24.192-67.328c 16.096-16.128, 37.344-24.192, 63.616-24.192
-		c 16.448,0, 31.52,4.128, 45.184,12.384s 24.384,19.552, 32.096,33.952l-36.288,18.4C 274.080,244.384, 261.984,235.936, 244.832,235.936z M 414.624,235.936
-		c-12.992,0-22.816,4.736-29.44,14.208c-6.688,9.44-9.984,22.080-9.984,37.856c0,34.688, 13.12,52.032, 39.424,52.032
-		c 5.632,0, 11.488-1.76, 17.632-5.248c 6.112-3.52, 11.328-9.664, 15.488-18.4l 38.88,20.512c-15.424,28.384-41.312,42.592-77.824,42.592
-		c-24.864,0-45.44-8.224-61.728-24.704c-16.32-16.48-24.448-38.72-24.448-66.752c0-28.736, 7.968-51.2, 23.904-67.328
-		c 15.968-16.128, 37.28-24.192, 63.904-24.192c 16.128,0, 31.008,4.128, 44.672,12.384c 13.632,8.256, 24.512,19.552, 32.576,33.952l-36.8,18.4
-		C 443.872,244.384, 431.808,235.936, 414.624,235.936z"  />
-<glyph unicode="&#x32;" d="M 320,400.48c 28.544,0, 42.816,14.24, 42.816,42.752c0,28.896-14.272,43.328-42.816,43.328S 277.216,472.128, 277.216,443.232
-		C 277.216,414.72, 291.456,400.48, 320,400.48zM 383.104,383.968L 256.928,383.968 c-5.504,0-10.144-1.92-14.016-5.76s-5.76-8.512-5.76-13.984l0-125.632 l 35.104,0 l0-149.216 l 95.424,0 l0,149.216 l 35.136,0 L 402.816,364.256 
-		c0,5.472-2.016,10.112-6.016,13.984C 392.768,382.048, 388.224,383.968, 383.104,383.968zM 320,595.2c-169.664,0-307.2-137.536-307.2-307.2s 137.536-307.2, 307.2-307.2s 307.2,137.536, 307.2,307.2S 489.664,595.2, 320,595.2z M 320,37.12
-	c-138.56,0-250.88,112.32-250.88,250.88S 181.44,538.88, 320,538.88s 250.88-112.32, 250.88-250.88S 458.56,37.12, 320,37.12z"  />
-<glyph unicode="&#x33;" d="M 320,595.2c-169.664,0-307.2-137.536-307.2-307.2s 137.536-307.2, 307.2-307.2s 307.2,137.536, 307.2,307.2S 489.664,595.2, 320,595.2z M 83.040,370.368l 155.84-69.792
-	l 48.8-21.376l 36.224-16.48l 29.632-12.64c 5.504-4.736, 8.256-10.944, 8.256-18.624c0-11.008-3.776-18.848-11.264-23.584
-	c-7.488-4.736-16.576-7.136-27.168-7.136c-25.632,0-48.48,9.312-68.608,27.968l-42.208-42.784c 28.16-24.128, 59.264-36.416, 93.248-36.736l0-47.2 
-	l 35.648,0 l0,47.2 c 21.184,1.824, 39.584,8.832, 55.136,21.12c 15.52,12.256, 25.344,28.032, 29.344,47.424l 113.888-50.72
-	C 497.12,89.6, 414.688,37.12, 320,37.12c-138.56,0-250.88,112.32-250.88,250.88C 69.12,316.864, 74.048,344.576, 83.040,370.368z M 406.752,292.384l-49.376,21.952
-	L 330.496,326.4L 291.52,343.936c-1.824,2.56-2.72,5.12-2.72,7.68c0,8.768, 3.744,15.008, 11.264,18.656c 7.456,3.648, 15.968,5.504, 25.504,5.504
-	c 17.92,0, 35.456-6.048, 52.672-18.112l 40.064,41.152c-23.072,17.568-48.672,27.072-76.8,28.544L 341.504,474.496 L 305.824,474.496 l0-47.168 
-	C 286.784,426.24, 270.144,420.8, 255.872,411.168C 241.632,401.44, 231.936,388.576, 226.816,372.48l-116.96,52.48C 154.624,493.504, 232,538.88, 320,538.88
-	c 138.56,0, 250.88-112.32, 250.88-250.88c0-22.496-3.008-44.288-8.576-64.992L 406.752,292.384z"  />
-<glyph unicode="&#x39;" d="M 160,428A20,20 1620 1 1 200,428A20,20 1620 1 1 160,428zM 280,608L 40,608 C 17.9,608,0,590.1,0,568l0-440 c0-88.36, 71.64-160, 160-160s 160,71.64, 160,160L 320,568 C 320,590.1, 302.1,608, 280,608z M 100,208
-		c-11.040,0-20,8.94-20,20s 8.96,20, 20,20c 11.060,0, 20-8.94, 20-20S 111.060,208, 100,208z M 200,128c-22.1,0-40,17.9-40,40s 17.9,40, 40,40s 40-17.9, 40-40
-		S 222.1,128, 200,128z M 240,288l-40,0 c0,22.080-17.92,40-40,40s-40-17.92-40-40L 80,288 L 80,528 l 160,0 L 240,288 z" horiz-adv-x="320"  />
-<glyph unicode="&#x3a;" d="M0,608,M0,8,M0,608,M -46.080,71.131,m 618.789,201.142 c 1.546,6.209 -0.046,12.594 -5.851,14.629 l -24.137,10.971 c -5.965,2.49 -13.558-0.874 -14.629-6.582 -4.659-9.974 -11.264-18.139 -21.942-18.286 -9.265,0 -16.823,4.998 -22.674,14.994 -5.851,9.996 -8.777,23.040 -8.777,39.131 0,16.091 2.926,29.258 8.777,39.498 5.851,10.24 13.409,15.36 22.674,15.36 11.688-0.849 17.234-8.23 21.942-17.554 2.496-6.125 9.287-7.564 14.629-5.851 l 24.137,10.971 c 5.59,2.942 8.080,10.226 5.12,15.36 -14.141,30.233 -36.084,45.349 -65.829,45.349 -24.869,0 -44.982-9.509 -60.343-28.526 -15.36-19.018 -23.040-43.886 -23.040-74.606 0-30.72 7.68-55.466 23.040-74.24 15.36-18.774 35.474-28.16 60.343-28.16 29.745,0 51.931,15.848 66.56,47.542 z M 340.114,224.731 c 38.771,0.6 68.295,27.24 68.754,62.171 -0.685,18.446 -8.103,32.795 -21.211,43.886 11.544,10.9 18.171,25.746 18.286,40.229 -0.96,39.526 -33.835,58.199 -65.829,58.514 -27.794,0 -49.249-10.971 -64.366-32.914 -3.414-4.878 -2.926-9.754 1.462-14.629 l 17.554-16.091 c 5.627-5.016 11.886-4.089 16.823,0.731 7.314,10.24 16.091,15.36 26.331,15.36 8.289,0 13.166-2.072 14.629-6.218 2.82-6.15 2.010-11.76 0-16.823 -7.544-7.811 -18.57-5.486 -29.258-5.486 -6.951-0.234 -12.328-4.31 -12.434-10.971 l 0-26.331 c 0.606-7.554 5.755-12.544 12.434-10.971 8.063,0.007 28.509,0.92 31.818-5.851 1.706-3.901 2.56-7.071 2.56-9.509 0-11.215 -6.095-16.823 -18.286-16.823 -11.703,0 -21.455,5.364 -29.258,16.091 -4.772,5.775 -12.313,5.859 -16.823,1.462 l -18.286-18.286 c -4.389-4.389 -4.876-9.021 -1.462-13.898 16.576-23.319 40.709-33.441 66.56-33.646 z m -72.411,188.709 c 1.336,7.011 -3.826,13.774 -10.24,13.898 l -32.182,0 c -5.851,0 -9.265-2.926 -10.24-8.777 L 199.68,340.298 183.589,418.56 c -1.462,5.851 -5.12,8.777 -10.971,8.777 l -23.406,0 c -6.34,0 -9.998-2.926 -10.971-8.777 L 122.149,340.298 106.789,418.56 c -0.975,5.851 -4.633,8.777 -10.971,8.777 l -31.451,0 c -8.016-0.631 -11.87-6.97 -10.971-13.898 l 40.229-177.006 c 1.462-5.851 5.12-8.777 10.971-8.777 l 30.72,0 c 5.851,0 9.509,2.926 10.971,8.777 l 14.629,73.142 14.629-73.142 c 0.975-5.851 4.633-8.777 10.971-8.777 l 30.72,0 c 5.851,0 9.509,2.926 10.971,8.777 z M 640,608 640,118 320-32 0,118 0,608 z" />
-<glyph unicode="&#x3b;" d="M-467.773,685.795,m 855.106-673.112 c 2.75,0 5.156-1.031 7.218-3.094 2.063-2.063 3.094-4.469 3.094-7.218 l 0-23.373 c 0-3.209 -1.031-5.844 -3.094-7.905 -2.063-2.063 -4.469-3.094 -7.218-3.094 l -134.050,0 c -7.332,0 -10.999,3.666 -10.999,10.999 l 0,23.373 c 0,2.75 1.031,5.156 3.094,7.218 2.063,2.063 4.697,3.094 7.905,3.094 z m 0,66.681 c 2.75,0 5.156-1.031 7.218-3.094 2.063-2.063 3.094-4.697 3.094-7.905 l 0-23.373 c 0-2.75 -1.031-5.156 -3.094-7.218 -2.063-2.063 -4.469-3.094 -7.218-3.094 l -134.050,0 c -3.209,0 -5.844,1.031 -7.905,3.094 -2.063,2.063 -3.094,4.469 -3.094,7.218 l 0,23.373 c 0,7.332 3.666,10.999 10.999,10.999 z m 138.174,213.104 0,0 57.058-8.936 c 5.957-0.916 10.77-3.553 14.436-7.905 3.666-4.354 5.041-9.051 4.125-14.092 -0.916-5.5 -3.666-9.739 -8.249-12.717 -4.582-2.979 -10.083-4.010 -16.499-3.094 l -57.058,8.936 c -6.416,0.916 -11.342,3.666 -14.78,8.249 -3.438,4.582 -4.697,9.395 -3.781,14.436 0.916,5.041 3.666,9.051 8.249,12.030 4.582,2.979 10.083,4.010 16.499,3.094 z m -6.188,129.925 0,0 52.932,23.373 c 5.5,2.75 10.884,3.322 16.155,1.719 5.27-1.61 9.051-4.933 11.342-9.968 2.291-5.044 2.291-10.085 0-15.124 -2.291-5.041 -6.416-8.707 -12.374-10.999 l -52.932-24.060 c -5.5-2.291 -10.884-2.635 -16.155-1.031 -5.27,1.606 -9.051,4.929 -11.342,9.968 -2.291,5.044 -2.178,10.085 0.344,15.124 2.521,5.044 6.53,8.71 12.030,10.999 z m -89.366,87.991 0,0 31.622,48.807 c 3.666,5.041 8.135,8.364 13.405,9.968 5.278,1.604 10.205,1.031 14.78-1.719 4.582-3.209 7.218-7.561 7.905-13.061 0.688-5.5 -0.573-10.77 -3.781-15.811 l -31.622-48.807 c -3.666-5.048 -8.135-8.37 -13.405-9.968 -5.27-1.604 -10.196-1.031 -14.78,1.719 -4.584,2.75 -7.332,6.989 -8.249,12.717 -0.916,5.729 0.459,11.114 4.125,16.155 z m -314.844-217.916 c 5.957,0.916 11.342-0.115 16.155-3.094 4.813-2.979 7.676-6.989 8.592-12.030 0.916-5.041 -0.459-9.852 -4.125-14.436 -3.666-4.582 -8.707-7.332 -15.124-8.249 l -57.058-8.936 c -5.957-0.916 -11.342,0.115 -16.155,3.094 -4.813,2.979 -7.676,7.218 -8.592,12.717 -0.916,5.042 0.459,9.74 4.125,14.092 3.666,4.355 8.707,6.99 15.124,7.905 z m 6.188,129.925 c 5.5-2.291 9.509-5.957 12.030-10.999 2.525-5.041 2.64-10.083 0.344-15.124 -2.291-5.041 -6.188-8.364 -11.686-9.968 -5.5-1.604 -10.999-1.26 -16.499,1.031 l -52.932,24.060 c -5.5,2.294 -9.509,5.96 -12.030,10.999 -2.521,5.041 -2.636,10.083 -0.344,15.124 2.291,5.041 6.072,8.364 11.342,9.968 5.27,1.604 10.884,1.031 16.843-1.719 z m 88.679,87.991 c 3.666-5.045 5.041-10.429 4.125-16.155 -0.916-5.729 -3.666-9.968 -8.249-12.717 -4.125-2.75 -8.936-3.322 -14.436-1.719 -5.5,1.604 -9.852,4.926 -13.061,9.968 l -31.622,48.807 c -3.666,5.041 -5.041,10.311 -4.125,15.811 0.916,5.5 3.666,9.852 8.249,13.061 4.125,2.75 8.936,3.322 14.436,1.719 5.5-1.611 9.852-4.935 13.061-9.968 z m 129.925,17.874 c 0-6.416 -1.834-11.686 -5.5-15.811 -3.666-4.125 -8.249-6.188 -13.749-6.188 -5.041,0 -9.395,2.063 -13.061,6.188 -3.666,4.125 -5.5,9.395 -5.5,15.811 l 0,57.744 c 0,6.416 1.834,11.686 5.5,15.811 3.666,4.125 8.020,6.188 13.061,6.188 5.5,0 10.083-2.063 13.749-6.188 3.666-4.125 5.5-9.395 5.5-15.811 z m 111.020-272.567 c -8.936-18.561 -18.675-38.381 -29.216-59.462 -16.629-26.896 -15.789-58.714 -26.122-86.273 -1.834-4.813 -5.27-7.676 -10.311-8.592 l -130.612,0 c -5.041,0.916 -8.477,3.781 -10.311,8.592 -7.965,30.101 -12.801,59.415 -26.122,86.273 -10.54,21.081 -20.279,40.903 -29.216,59.462 -20.605,45.549 -31.369,98.257 -10.311,145.392 7.561,16.499 18.102,30.476 31.622,41.934 13.52,11.457 29.56,20.050 48.12,25.779 18.561,5.729 38.84,8.592 60.838,8.592 l 0.688,0 0.688,0 c 21.997,0 42.278-2.865 60.838-8.592 18.561-5.729 34.6-14.321 48.12-25.779 13.52-11.457 24.175-25.435 31.966-41.934 19.74-49.449 11.67-98.506 -10.655-145.392 z" />
-<glyph unicode="&#x3c;" d="M-467.773,685.795,m 953.181-126.393 -9.021-43.229 c -9.247-1.452 -18.155-4.129 -26.504-7.864 l -31.054,31.374 -35.365-28.619 24.189-36.961 c -5.389-7.394 -9.79-15.521 -13.133-24.269 l -44.186,0.2 -4.75-45.264 43.229-9.021 c 1.452-9.242 4.131-18.079 7.864-26.424 l -31.374-31.134 28.619-35.365 36.961,24.229 c 7.388-5.385 15.53-9.831 24.269-13.172 l -0.2-44.146 45.264-4.75 8.981,43.229 c 9.25,1.451 18.152,4.089 26.504,7.824 l 31.094-31.374 35.365,28.659 -24.229,36.921 c 5.389,7.391 9.829,15.525 13.172,24.269 l 44.146-0.16 4.75,45.264 -43.229,8.941 c -1.452,9.255 -4.085,18.188 -7.824,26.544 l 31.374,31.054 -28.659,35.365 -36.921-24.189 c -7.396,5.393 -15.556,9.829 -24.309,13.172 l 0.2,44.146 -45.224,4.75 z m 7.504-105.136 c 1.422-0.005 2.865-0.048 4.311-0.2 23.124-2.429 39.87-23.139 37.44-46.261 -2.429-23.124 -23.139-39.91 -46.261-37.48 -23.124,2.429 -39.91,23.139 -37.48,46.261 2.277,21.679 20.654,37.754 41.991,37.68 z m -324.79-3.713 -6.067-60.113 c -12.376-3.299 -24.099-8.174 -34.926-14.449 l -46.78,38.239 -44.026-44.026 38.239-46.82 c -6.276-10.831 -11.152-22.546 -14.449-34.926 l -60.113-6.027 0-62.267 60.113-6.067 c 3.297-12.369 8.179-24.064 14.449-34.886 l -38.239-46.82 44.026-44.026 46.82,38.239 c 10.822-6.271 22.516-11.152 34.886-14.449 l 6.067-60.113 62.267,0 6.027,60.113 c 12.38,3.297 24.095,8.174 34.926,14.449 l 46.82-38.239 44.026,44.026 -38.239,46.78 c 6.276,10.828 11.15,22.55 14.449,34.926 l 60.113,6.067 0,62.267 -60.113,6.027 c -3.299,12.386 -8.169,24.13 -14.449,34.966 l 38.239,46.78 -44.026,44.026 -46.78-38.239 c -10.836,6.281 -22.579,11.15 -34.966,14.449 l -6.027,60.113 -62.267,0 z m 31.134-141.659 c 31.813,0 57.598-25.785 57.598-57.598 0-31.813 -25.785-57.598 -57.598-57.598 -31.813,0 -57.598,25.785 -57.598,57.598 0,31.813 25.785,57.598 57.598,57.598 z m 264.359-76.916 -6.346-31.612 c -6.5-1.063 -12.732-3.015 -18.6-5.747 l -21.874,22.951 -24.827-20.955 17.004-27.022 c -3.787-5.409 -6.911-11.364 -9.26-17.763 l -31.014,0.16 -3.353-33.13 30.375-6.586 c 1.020-6.761 2.885-13.254 5.509-19.359 l -22.034-22.751 20.117-25.865 25.985,17.723 c 5.192-3.939 10.901-7.175 17.044-9.62 l -0.12-32.331 31.813-3.473 6.306,31.652 c 6.501,1.061 12.731,2.975 18.6,5.707 l 21.874-22.951 24.867,20.955 -17.044,27.022 c 3.787,5.407 6.911,11.365 9.26,17.763 l 31.054-0.12 3.313,33.090 -30.375,6.586 c -1.021,6.771 -2.881,13.286 -5.509,19.399 l 22.034,22.711 -20.117,25.905 -25.945-17.723 c -5.199,3.945 -10.933,7.174 -17.084,9.62 l 0.16,32.291 -31.813,3.473 z m 5.269-76.876 c 1-0.004 2.018-0.049 3.034-0.16 16.251-1.777 28.011-16.931 26.304-33.847 -1.708-16.916 -16.239-29.199 -32.491-27.421 -16.251,1.777 -28.051,16.931 -26.344,33.847 1.6,15.86 14.501,27.635 29.497,27.581 z" />
-<glyph unicode="&#x3d;" d="M-467.773,685.795,m 467.773-110.067 0-388.94 112.567,0 0-112.53 175.429,112.53 258.171,0 0,388.94 -546.168,0 z m 571.862-85.496 0-48.943 19.195,0 0-277.366 -69.934,0 -24.471,0 0-24.471 0-49.669 -109.509,70.24 -6.041,3.9 -7.189,0 -75.364,0 -76.281-48.943 144.419,0 141.206-90.544 37.701-24.165 0,44.736 0,69.972 69.934,0 24.471,0 0,24.471 0,326.309 0,24.471 -24.471,0 -43.666,0 z" />
-<glyph unicode="&#x3e;" d="M 579.883,608L 399.531,608 c-33.066,0-79.248-19.129-102.627-42.509L 17.535,286.123c-23.38-23.38-23.38-61.64,0-85.020
-	l 215.569-215.566c 23.38-23.381, 61.639-23.381, 85.019,0l 279.369,279.368C 620.871,288.285, 640,334.468, 640,367.531L 640,547.883 
-	C 640,580.948, 612.946,608, 579.883,608z M 500,408c-33.138,0-60,26.862-60,60s 26.862,60, 60,60s 60-26.862, 60-60S 533.138,408, 500,408z"  />
-<glyph unicode="&#x3f;" d="M 440,568L 240,368L 120,368 L0,208c0,0, 127.135,35.407, 201.291,18.802L0-32l 263.689,205.090C 300.462,88.931, 240-32, 240-32l 160,120
-	l0,120 l 200,200L 640,608L 440,568z"  />
-<glyph unicode="&#x40;" d="M 227.456,279.581 L 301.358,279.581 C 305.135,279.581 308.198,275.36 308.198,270.153 C 308.198,270.153 305.497,252.35 294.667,242.004 C 271.917,220.273 236.039,239.758 229.579,248.663 C 223.118,257.568 220.616,270.153 220.616,270.153 C 220.616,275.36 223.678,279.581 227.456,279.581 zM 227.456,279.581 L 301.358,279.581 C 305.135,279.581 308.198,275.36 308.198,270.153 C 308.198,270.153 305.497,252.35 294.667,242.004 C 271.917,220.273 236.039,239.758 229.579,248.663 C 223.118,257.568 220.616,270.153 220.616,270.153 C 220.616,275.36 223.678,279.581 227.456,279.581 zM 333.752,216.381 C 278.911,166.511 246.484,168.335 195.061,216.381M 242.878,507.268 C 371.648,507.268 476.039,413.767 476.039,298.427 C 474.725,226.009 439.138,170.261 380.444,129.852 C 381.123,125.817 381.227,121.717 381.32,117.635 C 381.32,87.627 366.423,63.3 348.044,63.3 C 329.233,64.556 320.032,83.974 316.539,100.247 C 292.709,92.735 267.749,90.222 242.878,89.586 C 213.147,89.296 185.521,94.845 157.417,104.061 L 157.417,104.056 C 154.432,87.164 145.436,64.135 125.187,63.3 C 106.809,63.3 91.909,87.627 91.909,117.635 C 91.961,124.333 92.573,131.081 94.256,137.581 C 41.704,176.558 10.646,232.625 9.717,298.427 C 9.717,413.767 114.106,507.268 242.878,507.268 z M 284.135,436.246 C 283.92,436.533 276.816,421.021 276.288,420.004 C 271.364,410.52 268.433,403.869 266.949,393.756 L 266.949,393.739 C 261.043,394.253 264.556,394.026 256.398,394.203 C 232.047,394.199 207.982,388.532 186.313,377.401 C 183.508,375.96 180.857,374.236 178.129,372.654 C 172.44,387.010 158.744,396.24 143.459,396.655 C 122.409,396.655 105.343,378.313 105.343,355.685 C 105.366,339.411 114.449,324.43 129.322,317.67 C 123.835,305.216 121.438,291.691 121.239,278.143 C 121.239,214.044 181.752,162.083 256.398,162.083 C 331.044,162.083 391.557,214.044 391.557,278.143 C 391.412,287.373 390.124,296.575 387.64,305.472 C 386.668,308.954 385.337,312.323 384.186,315.749 L 384.168,315.785 C 402.63,320.013 413.334,337.606 413.759,355.685 C 413.759,378.313 396.695,396.655 375.644,396.655 C 362.007,396.579 349.697,388.703 343.046,376.929 C 341.329,373.892 341.118,373.018 339.84,369.772 L 339.758,369.485 C 338.011,370.69 339.181,369.902 336.192,371.768 C 337.552,375.169 338.744,378.643 339.397,382.259 C 340.826,390.181 341.782,401.396 341.664,407.139 C 341.55,412.726 340.41,425.216 338.332,421.215 C 327.168,399.716 322.561,405.713 318.625,395.003 C 318.22,393.901 318.238,396.019 318.26,398.288 C 318.26,403.248 313.396,433.791 311.508,428.398 C 306.162,414.687 295.914,413.353 290.339,399.748 L 290.158,399.383 C 288.904,407.193 289.017,405.822 287.646,413.613 C 286.368,420.878 286.884,429.349 284.135,436.246 zM 216.895,353.343 C 233.708,353.343 247.339,339.712 247.339,322.899 C 247.339,306.086 233.708,292.456 216.895,292.456 C 200.082,292.456 186.452,306.086 186.452,322.899 C 186.452,339.712 200.082,353.343 216.895,353.343 z M 208.983,338.235 C 202.487,338.235 197.223,332.97 197.223,326.475 C 197.223,319.981 202.487,314.716 208.983,314.716 C 215.478,314.716 220.743,319.981 220.743,326.475 C 220.743,332.97 215.478,338.235 208.983,338.235 zM 305.25,345.462 C 317.711,345.462 327.813,335.36 327.813,322.899 C 327.813,310.438 317.711,300.335 305.25,300.335 C 292.788,300.335 282.686,310.438 282.686,322.899 C 282.686,335.36 292.788,345.462 305.25,345.462 z M 300.426,333.741 C 296.133,333.741 292.653,330.263 292.653,325.969 C 292.653,321.678 296.133,318.197 300.426,318.197 C 304.718,318.197 308.198,321.678 308.198,325.969 C 308.198,330.263 304.718,333.741 300.426,333.741 z" horiz-adv-x="494.545"  />
-<glyph unicode="&#x41;" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 320,573.156 C 477.488,573.156 605.156,445.488 605.156,288 C 605.156,130.512 477.488,2.844 320,2.844 C 162.512,2.844 34.844,130.512 34.844,288 C 34.844,445.488 162.512,573.156 320,573.156 z M 178.476,489.64 C 170.355,466.035 167.54,440.415 174.805,418.039 C 166.028,408.299 159.213,397.11 154.336,384.445 C 141.337,343.364 144.512,290.885 172.969,259.132 C 182.965,248.174 196.528,239.164 213.594,232.101 C 230.66,225.040 252.595,220.535 279.414,218.586 C 261.414,210.175 248.725,205.035 244.297,186.437 C 224.219,173.021 199.803,176.222 182.11,190.812 C 168.126,201.021 161.792,219.166 146.289,225.89 C 145.314,226.865 142.269,227.591 137.149,228.077 C 132.029,228.565 128.004,227.113 125.079,223.702 C 123.615,222.243 123.724,220.681 125.43,218.976 C 137.166,209.431 148.463,199.314 155.079,187.18 C 161.417,174.029 167.979,164.4 174.805,158.312 C 193.741,145.516 219.139,138.859 241.368,146.984 C 238.775,131.342 245.769,106.915 240.625,92.921 C 238.674,89.025 235.884,85.61 232.226,82.687 C 228.968,79.508 218.861,75.53 220.899,70.656 C 221.874,68.465 225.281,67.12 231.132,66.633 C 244.014,66.961 256.836,72.169 264.414,82.336 C 267.096,85.989 268.438,90.749 268.438,96.594 L 268.438,156.476 C 268.438,163.295 269.886,168.164 272.813,171.086 C 275.739,174.009 278.93,175.971 282.344,176.945 L 282.344,98.039 C 282.344,91.22 281.728,85.371 280.507,80.5 C 279.289,75.63 278.201,72.214 277.226,70.265 C 274.988,66.511 270.709,63.048 270.625,58.586 C 270.625,57.125 271.496,56.29 273.204,56.046 C 286.014,56.602 300.876,64.118 306.094,74.68 C 310.239,83.446 312.305,92.673 312.305,102.414 L 312.305,179.875 L 328.399,179.875 L 328.399,102.414 C 328.399,92.673 330.611,83.446 335,74.68 C 339.389,65.913 346.714,60.279 356.954,57.844 C 362.316,56.383 365.94,55.804 367.891,56.046 C 369.841,56.29 370.712,57.125 370.469,58.586 C 369.294,63.011 366.848,66.799 364.257,70.265 C 360.844,74.649 359.141,83.914 359.141,98.039 L 359.141,176.945 C 362.554,175.971 365.854,174.009 369.024,171.086 C 372.192,168.164 373.75,163.295 373.75,156.476 L 373.75,96.594 C 373.75,90.749 375.091,85.989 377.774,82.336 C 385.925,71.97 398.209,66.711 411.055,66.633 C 416.906,67.12 420.314,68.465 421.289,70.656 C 422.264,72.847 421.54,74.664 419.101,76.125 C 416.664,77.586 413.618,79.765 409.961,82.687 C 406.304,85.61 403.514,89.025 401.563,92.921 C 399.374,118.046 401.506,144.98 399.726,170.382 C 396.213,198.105 385.543,207.225 364.257,217.844 C 389.614,219.793 410.462,224.444 426.798,231.75 C 475.627,255.476 489.13,292.154 489.336,341.32 C 488.566,372.963 479.431,400.566 458.594,421.711 C 461.52,432.914 462.391,444.574 461.173,456.75 C 459.952,468.926 457.377,479.9 453.476,489.64 C 435.436,488.666 420.317,485.035 408.125,478.702 C 395.934,472.371 387.16,466.993 381.798,462.609 C 338.589,472.419 292.334,472.477 250.899,461.164 C 229.696,478.505 203.419,488.166 178.476,489.64 z "  />
-<glyph unicode="&#x42;" d="M 546.954,555.149 C 464.554,473.549 343.435,423.624 226.757,416.594 l -173.281,0 C 26.199,416.221 1.539,393.016 0,362.414 l 0-78.125 c 0.372-27.277 22.874-52.64 53.476-54.18 l 69.454,0 c -18.565-62.96 1.394-126.702 22.93-189.257 31.949-30.166 105.007-26.41 128.829,12.851 -50.724,39.874 -75.409,147.173 -14.258,173.632 104.229-11.826 207.485-64.776 286.524-135.781 27.171,0.372 51.886,22.689 53.476,53.125 l 0,128.125 C 622.196,278.409 638.98,298.371 640,323.156 639.738,345.53 624.301,366.895 600.43,373.859 l 0,127.813 C 600.058,528.95 577.556,553.609 546.954,555.149 z m 1.368-69.101 0-325.743 C 471.94,219.831 377.591,259.763 280.235,277.687 l 0,90.976 C 375.767,383.037 469.191,427.095 548.32,486.046 z" />
-<glyph unicode="&#x43;" d="M 623.555,506.265 539.544,590.276 C 516.379,613.441 477.181,611.926 452.060,586.742 426.939,561.62 425.298,522.36 448.525,499.195 l 84.011-84.011 c 23.165-23.165 62.361-21.65 87.546,3.535 25.121,25.185 26.7,64.319 3.471,87.546 z M 87.987,222.734 256.011,54.71 529.065,327.7 361.043,495.724 87.987,222.734 z M 0-30.691 221.611,13.683 44.372,190.921 0-30.691 z" />
-<glyph unicode="&#x44;" d="M 278.32,551.984 C 164.974,544.019 2.042,525.922 1.954,303.937 L 1.954,24.64 L 254.882,24.64 L 254.882,323.469 L 170.899,323.469 C 165.577,403.261 231.284,423.864 302.735,439.68 L 278.32,551.984 z M 617.188,551.984 C 503.84,544.019 340.91,525.922 340.82,303.937 L 340.82,24.64 L 593.75,24.64 L 593.75,323.469 L 509.766,323.469 C 504.445,403.261 570.15,423.864 641.601,439.68 L 617.188,551.984 z " />
-<glyph unicode="&#x45;" d="M 171.2-28.16l 64,0 l 143.616,256.032L 544,227.872 c0,0, 96,0, 96,44.768c0,44.8-96,44.8-96,44.8l-165.184,0 l-143.616,256l-64,0 l 79.616-256L 136.032,317.44 L 64,381.472L0,381.472 l 51.232-108.8
-		L0,163.84l 64,0 l 72.032,64.032l 114.784,0 L 171.2-28.16z"  />
-<glyph unicode="&#x46;" d="M 550.048,475.168c-53.504,49.12-140.256,49.12-193.76,0L 320,441.824L 283.68,475.168c-53.504,49.12-140.224,49.12-193.728,0
-		c-60.192-55.232-60.192-144.768,0-200.032L 320,64l 230.048,211.136C 610.24,330.4, 610.24,419.936, 550.048,475.168z"  />
-<glyph unicode="&#x47;" d="M 392.416,205.824c0,0, 225.888,162.976, 200.832,349.536c-0.576,4.096-1.92,6.784-3.584,8.608c-1.76,1.696-4.384,3.104-8.416,3.68
-	C 398.944,593.216, 239.68,362.080, 239.68,362.080C 101.504,378.656, 111.552,351.072, 48.512,199.68c-12.064-28.864, 7.488-38.816, 28.928-30.688
-	c 21.44,8.064, 68.768,25.952, 68.768,25.952l 82.848-84.768c0,0-17.472-48.416-25.376-70.336c-7.904-21.984, 1.792-41.984, 30.016-29.664
-	C 381.664,74.72, 408.608,64.448, 392.416,205.824z M 424.672,395.136c-19.136,19.584-19.136,51.328,0,70.912c 19.136,19.552, 50.144,19.552, 69.28,0
-	c 19.168-19.552, 19.168-51.328,0-70.912C 474.848,375.52, 443.808,375.52, 424.672,395.136z"  />
-<glyph unicode="&#x48;" d="M 600.64,278.4l-256.768,256.992c-13.12,13.632-34.592,13.632-47.712,0L 39.36,278.4c-13.152-13.6-8.256-24.768, 10.88-24.768l 53.536,0 l0-197.376 
-		c0-14.24, 0.608-25.888, 26.368-25.888l 124.64,0 l0,198.016 l 130.4,0 l0-198.016 l 130.848,0 c 19.648,0, 20.192,11.616, 20.192,25.888l0,197.376 l 53.504,0 
-		C 608.832,253.632, 613.76,264.768, 600.64,278.4z"  />
-<glyph unicode="&#x49;" d="M 217.696,0.032c-6.176,4.064, 100.928,229.12, 97.216,239.008c-3.68,9.888-117.248,45.984-122.816,63.36
-		c-5.536,17.376, 224.256,278.592, 230.272,273.536c 6.016-5.024-100.128-231.616-97.216-238.976s 119.328-44.992, 122.816-63.328
-		C 451.456,255.232, 223.872-4, 217.696,0.032z"  />
-<glyph unicode="&#x4a;" d="M 574.368,134.528L 574.368,208 c0,44.384-29.376,110.4-110.368,110.4l-64,0 c-45.184,0-49.376,22.144-49.6,33.6L 350.4,441.472 
-	C 377.696,453.28, 396.8,480.416, 396.8,512c0,42.4-34.368,76.8-76.8,76.8C 277.568,588.8, 243.2,554.4, 243.2,512c0-31.584, 19.104-58.72, 46.4-70.528L 289.6,352 
-	c0-8.288-2.4-33.6-49.6-33.6l-64,0 c-80.992,0-110.4-66.016-110.4-110.4l0-73.472 C 38.304,122.752, 19.2,95.584, 19.2,64c0-42.4, 34.368-76.8, 76.8-76.8
-	c 42.4,0, 76.8,34.4, 76.8,76.8c0,31.584-19.104,58.752-46.4,70.528L 126.4,208 c0,8.288, 2.4,49.6, 49.6,49.6l 64,0 c 19.424,0, 35.808,2.944, 49.6,7.936
-	l0-131.008 C 262.304,122.752, 243.2,95.584, 243.2,64c0-42.4, 34.368-76.8, 76.8-76.8c 42.432,0, 76.8,34.4, 76.8,76.8c0,31.584-19.136,58.752-46.432,70.528
-	l0,131.008 c 13.792-4.992, 30.176-7.936, 49.6-7.936l 64,0 c 45.184,0, 49.376-38.144, 49.632-49.6l0-73.472 C 486.304,122.752, 467.2,95.584, 467.2,64
-	c0-42.4, 34.368-76.8, 76.8-76.8s 76.8,34.4, 76.8,76.8C 620.8,95.584, 601.696,122.752, 574.368,134.528z M 140.32,64c0-24.48-19.84-44.32-44.32-44.32
-	S 51.68,39.52, 51.68,64S 71.52,108.32, 96,108.32S 140.32,88.48, 140.32,64z M 275.68,512c0,24.48, 19.872,44.32, 44.32,44.32
-	c 24.448,0, 44.288-19.84, 44.288-44.32S 344.448,467.68, 320,467.68C 295.552,467.68, 275.68,487.52, 275.68,512z M 364.32,64
-	c0-24.48-19.872-44.32-44.288-44.32c-24.48,0-44.32,19.84-44.32,44.32S 295.552,108.32, 320,108.32C 344.448,108.32, 364.32,88.48, 364.32,64z
-	 M 544,19.68c-24.448,0-44.32,19.84-44.32,44.32s 19.872,44.32, 44.32,44.32s 44.32-19.84, 44.32-44.32S 568.448,19.68, 544,19.68z"  />
-<glyph unicode="&#x4b;" d="M 614.4,470.624c-21.696-9.632-44.96-16.096-69.408-19.040c 24.96,14.944, 44.128,38.624, 53.12,66.816c-23.328-13.824-49.184-23.904-76.672-29.312
-	c-22.048,23.488-53.44,38.144-88.192,38.144c-66.72,0-120.8-54.080-120.8-120.768c0-9.472, 1.056-18.688, 3.136-27.52
-	c-100.384,5.024-189.408,53.12-248.96,126.208C 56.192,487.328, 50.208,466.56, 50.208,444.416c0-41.92, 21.344-78.88, 53.76-100.544
-	c-19.808,0.64-38.432,6.048-54.72,15.104c0-0.512,0-0.992,0-1.504c0-58.528, 41.664-107.328, 96.896-118.464c-10.112-2.752-20.8-4.224-31.84-4.224
-	c-7.776,0-15.328,0.736-22.72,2.144c 15.36-48, 60-82.912, 112.832-83.872c-41.344-32.416-93.408-51.712-150.016-51.712
-	c-9.76,0-19.36,0.576-28.8,1.696c 53.44-34.272, 116.928-54.272, 185.184-54.272c 222.176,0, 343.68,184.064, 343.68,343.712
-	c0,5.216-0.096,10.432-0.352,15.616C 577.728,425.12, 598.176,446.4, 614.4,470.624z"  />
-<glyph unicode="&#x4c;" d="M 545.357,90.857q 20-31.786 7.679-54.464t-50.179-22.679l-411.429,0 q-37.857,0 -50.179,22.679t 7.679,54.464l 179.643,283.214l0,142.5 l-22.857,0 q-9.286,0 -16.071,6.786t-6.786,16.071t 6.786,16.071t 16.071,6.786l 182.857,0 q 9.286,0 16.071-6.786t 6.786-16.071t-6.786-16.071t-16.071-6.786l-22.857,0 l0-142.5 zM 267.143,349.786l-97.143-153.214l 254.286,0 l-97.143,153.214l-7.143,11.071l0,13.214 l0,142.5 l-45.714,0 l0-142.5 l0-13.214 z" horiz-adv-x="594.286"  />
-<glyph unicode="&#x4d;" d="M 80,448l0-400 l 560,0 L 640,448 L 80,448 z M 600,114.666L 520,248l-90.666-75.555L 360,288L 120,88L 120,408 l 480,0 L 600,114.666 zM 160,308A60,60 7740 1 1 280,308A60,60 7740 1 1 160,308zM 560,528L0,528L0,128L 40,128L 40,488L 560,488 	z"  />
-<glyph unicode="&#x4e;" d="M 300,608 L 300,608 C 465.685,608 600,499.304 600,365.22 C 600,231.136 465.685,122.44 300,122.44 C 284.089,122.44 268.471,123.453 253.229,125.384 C 188.787,61.2 114.371,49.691 40,48 L 40,63.709 C 80.157,83.305 112.5,119 112.5,159.793 C 112.5,165.484 112.055,171.073 111.231,176.539 C 43.383,221.048 0,289.031 0,365.22 C 0,499.304 134.315,608 300,608 ZM 622.5,63.821 C 622.5,28.857 645.196-1.74 680-18.536 L 680-32 C 615.546-30.551 556.384-20.686 500.536,34.329 C 487.324,32.673 473.79,31.804 460,31.804 C 400.331,31.804 345.37,47.903 301.491,74.954 C 391.912,75.27 477.279,104.238 542.013,156.624 C 574.643,183.031 600.384,214.015 618.521,248.716 C 637.75,285.507 647.5,324.705 647.5,365.22 C 647.5,371.75 647.219,378.242 646.714,384.7 C 692.070,347.241 720,296.186 720,239.902 C 720,174.598 682.401,116.326 623.6,78.175 C 622.886,73.49 622.5,68.7 622.5,63.821 Z" horiz-adv-x="720"  />
-<glyph unicode="&#x4f;" d="M 320,608C 143.269,608,0,464.731,0,288s 143.269-320, 320-320s 320,143.269, 320,320S 496.731,608, 320,608z M 189.273,86.655
-		C 196.214,105.8, 200,126.46, 200,148c0,77.719-49.256,143.933-118.255,169.129c 6.381,53.078, 30.159,102.186, 68.549,140.578
-		C 195.625,503.035, 255.894,528, 320,528s 124.375-24.965, 169.706-70.294c 38.392-38.391, 62.168-87.5, 68.551-140.578
-		C 489.256,291.933, 440,225.719, 440,148c0-21.543, 3.787-42.2, 10.729-61.344C 412.163,61.505, 367.122,48, 320,48
-		C 272.879,48, 227.839,61.505, 189.273,86.655zM 344.846,207.377 C 353.52,205.194 360,197.327 360,188 L 360,148 C 360,137 351,128 340,128 L 300,128 C 289,128 280,137 280,148 L 280,188 C 280,197.327 286.48,205.194 295.154,207.377 L 310,488 L 330,488 L 344.846,207.377 Z"  />
-<glyph unicode="&#x50;" d="M 640,431.437L 583.434,488L 471.718,376.28L 408.28,439.719L 519.999,551.437L 463.436,608L 351.718,496.281L 280,568L 225.859,513.86L 545.86,193.859L 600,247.999L 528.28,319.719 	zM 171.718,139.716c 103.605-103.601, 240.746-22.726, 324.558,47.165L 218.885,464.271
-		C 148.995,380.461, 68.118,243.32, 171.718,139.716zM 119.999,167.998L 199.995,88L 80-31.995L 0.003,48.001z"  />
-<glyph unicode="&#x51;" d="M 494.686,267.942c-0.809,81.051, 66.099,119.922, 69.089,121.854c-37.595,55.012-96.156,62.549-117.026,63.42
-		c-49.839,5.046-97.248-29.343-122.541-29.343c-25.23,0-64.261,28.596-105.595,27.845c-54.322-0.807-104.411-31.586-132.382-80.237
-		c-56.44-97.936-14.454-243.025, 40.556-322.454c 26.88-38.877, 58.933-82.547, 101.016-80.988c 40.526,1.618, 55.851,26.224, 104.847,26.224
-		c 48.996,0, 62.767-26.224, 105.656-25.419c 43.609,0.81, 71.239,39.624, 97.933,78.623c 30.869,45.105, 43.579,88.774, 44.328,91.016
-		C 579.599,138.925, 495.529,171.131, 494.686,267.942zM 414.101,505.799C 436.438,532.897, 451.514,570.494, 447.401,608c-32.174-1.31-71.174-21.431-94.256-48.469
-		c-20.714-23.985-38.843-62.266-33.984-99.023C 355.077,457.706, 391.741,478.761, 414.101,505.799z"  />
-<glyph unicode="&#x52;" d="M 0.219,288 L 0,483.046 L 240,515.636 L 240,288 ZM 280,521.449 L 599.92,568 L 599.92,288 L 280,288 ZM 599.999,248 L 599.92-32 L 280,13.010 L 280,248 ZM 240,18.102 L 0.195,50.974 L 0.182,248 L 240,248 Z"  />
-<glyph unicode="&#x53;" d="M 354.785,147.427c-51.215-23.824-98.849-23.573-130.838-21.263c-38.157,2.756-68.849,13.202-82.339,22.332
-		c-8.313,5.629-19.615,3.451-25.244-4.864c-5.627-8.314-3.45-19.616, 4.864-25.244c 21.686-14.679, 60.042-25.596, 100.101-28.487
-		c 6.791-0.49, 14.249-0.799, 22.279-0.799c 34.864,0, 79.141,3.322, 126.512,25.356c 9.102,4.236, 13.049,15.046, 8.815,24.15
-		C 374.701,147.714, 363.889,151.655, 354.785,147.427zM 556.842,174.365c 1.741,157.93, 17.976,456.379-284.356,432.257C-26.014,582.596, 53.134,267.267, 48.685,161.654
-		C 44.742,105.788, 26.199,37.499,0-32l 80.688,0 c 8.291,29.451, 14.39,58.575, 17.020,86.344c 4.864-3.393, 10.068-6.671, 15.621-9.813
-		c 9.036-5.324, 16.803-12.402, 25.025-19.896c 19.215-17.511, 40.994-37.359, 83.57-39.845c 2.857-0.164, 5.734-0.246, 8.547-0.246
-		c 43.060,0, 72.509,18.846, 96.174,33.989c 11.338,7.258, 21.136,13.525, 30.352,16.533c 26.194,8.2, 49.082,21.435, 66.19,38.282
-		c 2.672,2.63, 5.151,5.336, 7.476,8.093c 9.529-34.924, 22.574-74.224, 37.055-113.44L 640-32 
-		C 598.641,31.89, 555.977,94.484, 556.842,174.365z M 77.569,260.28c0,0.010,0,0.019-0.001,0.029
-		c-2.966,51.539, 21.694,94.895, 55.079,96.835c 33.383,1.941, 62.85-38.267, 65.815-89.808c0-0.009, 0.003-0.019, 0.003-0.027
-		c 0.16-2.779, 0.23-5.529, 0.231-8.254c-10.578-2.66-20.12-6.522-28.67-11.019c-0.033,0.383-0.057,0.76-0.095,1.144
-		c0,0.005,0,0.011,0,0.016c-2.856,29.256-18.482,51.35-34.907,49.349c-16.425-2.002-27.425-27.344-24.57-56.599
-		c0-0.006, 0.003-0.011, 0.003-0.016c 1.245-12.755, 4.918-24.148, 10.026-32.778c-1.271-1.002-4.865-3.633-9.004-6.66
-		c-3.106-2.271-6.887-5.036-11.446-8.394C 87.605,210.407, 79.090,233.836, 77.569,260.28z M 415.788,132.889
-		c-1.188-27.241-36.818-52.87-69.739-63.152l-0.185-0.060c-13.688-4.439-25.892-12.25-38.815-20.519
-		c-21.707-13.89-44.154-28.255-76.576-28.255c-2.127,0-4.309,0.065-6.454,0.185c-29.697,1.736-43.589,14.395-61.175,30.422
-		c-9.276,8.454-18.869,17.196-31.235,24.453l-0.265,0.152c-26.691,15.065-43.258,33.801-44.318,50.121
-		c-0.526,8.113, 3.086,15.136, 10.739,20.875c 16.648,12.483, 27.799,20.639, 35.178,26.036c 8.194,5.992, 10.668,7.8, 12.5,9.54
-		c 1.31,1.241, 2.728,2.617, 4.253,4.101c 15.279,14.859, 40.85,39.726, 80.094,39.726c 24.003,0, 50.561-9.25, 78.856-27.439
-		c 13.328-8.674, 24.926-12.679, 39.613-17.75c 10.098-3.486, 21.543-7.439, 36.87-14.002l 0.247-0.103
-		C 399.675,161.344, 416.56,150.619, 415.788,132.889z M 407.904,196.871c-2.75,1.384-5.609,2.7-8.59,3.929
-		c-13.816,5.91-24.895,9.921-34.084,13.124c 5.072,9.934, 8.225,22.325, 8.515,35.776c0,0.006,0,0.014,0,0.019
-		c 0.704,32.734-15.805,59.31-36.873,59.36c-21.069,0.049-38.719-26.446-39.422-59.179c0-0.006,0-0.011,0-0.018
-		c-0.024-1.071-0.026-2.135-0.013-3.194c-12.976,5.97-25.738,10.306-38.229,12.975c-0.057,1.23-0.128,2.458-0.152,3.7
-		c0,0.010,0,0.022,0,0.031c-1.211,59.633, 35.376,108.994, 81.721,110.251c 46.344,1.259, 84.892-46.063, 86.107-105.694
-		c0-0.011,0-0.024,0-0.033C 427.431,240.954, 420.222,216.129, 407.904,196.871z"  />
-<glyph unicode="&#x54;" d="M 280,248L 240,288L 120,168L 240,48L 280,88L 200,168 	zM 360,88L 400,48L 520,168L 400,288L 360,248L 440,168 	zM 564.645,483.356l-89.29,89.289C 455.91,592.090, 417.5,608, 390,608L 90,608 C 62.5,608, 40,585.5, 40,558l0-540 c0-27.5, 22.5-50, 50-50l 460,0 
-		c 27.5,0, 50,22.5, 50,50L 600,398 C 600,425.5, 584.090,463.911, 564.645,483.356z M 536.361,455.071c 1.956-1.956, 3.906-4.359, 5.8-7.071L 440,448 L 440,550.16 
-		c 2.712-1.894, 5.115-3.844, 7.071-5.8L 536.361,455.071z M 560,18c0-5.42-4.58-10-10-10L 90,8 c-5.42,0-10,4.58-10,10L 80,558 
-		c0,5.42, 4.58,10, 10,10l 300,0 c 3.020,0, 6.409-0.381, 10-1.065L 400,408 l 158.935,0 c 0.684-3.591, 1.065-6.979, 1.065-10L 560,18 z"  />
-<glyph unicode="&#x55;" d="M 400,608l0-77.5 c0-32.040-12.5-62.18-35.080-84.76L 138.6,220.66C 102.82,184.96, 83.12,138.080, 80.94,88L0,88 
-			l 120-120l 120,120L 160.86,88 c 2.1,28.76, 13.68,55.46, 34.22,76.1l 226.32,225C 459.22,426.9, 480,477.060, 480,530.5L 480,608 L 400,608 zM 479.060,88c-2.18,50.080-21.96,96.96-57.74,132.82l-44.6,44.3L 320,208.7l 44.84-44.6
-			c 20.62-20.54, 32.18-47.34, 34.3-76.1L 320,88 l 120-120l 120,120L 479.060,88 z" horiz-adv-x="560"  />
-<glyph unicode="&#x56;" d="M 640,288C 640,464.731, 496.731,608, 320,608s -320-143.269, -320-320s 143.269-320, 320-320S 640,111.269, 640,288z M 60,288
-		c 0,143.594 116.406,260 260,260S 580,431.594, 580,288s -116.406-260, -260-260S 60,144.406, 60,288zM 348.284,99.715l 160,160.001c 15.621,15.62 15.621,40.946 0,56.567c -15.621,15.621 -40.948,15.621,-56.569,0L 360,224.569
-	L 360,448 c 0,22.091 -17.909,40 -40,40c-22.091,0, -40-17.909, -40-40l0-223.431 l -91.715,91.716c -15.621,15.621 -40.949,15.621,-56.57,0
-	C 123.905,308.474, 120,298.236, 120,288s 3.905-20.474, 11.715-28.284l 160-160.001C 307.336,84.095, 332.664,84.095, 348.284,99.715z"  />
-<glyph unicode="&#xe035;" d="M-467.773,685.795,m 467.773-77.795 0-640 640,0 0,640 z m 209.219-121.719 c 38.155,0 69.101-30.907 69.101-69.063 0-38.155 -30.946-69.101 -69.101-69.101 -38.155,0 -69.101,30.946 -69.101,69.101 0,38.155 30.946,69.063 69.101,69.063 z m 215.351,0 c 38.155,0 69.063-30.907 69.063-69.063 0-38.155 -30.907-69.101 -69.063-69.101 -38.155,0 -69.101,30.946 -69.101,69.101 0,38.155 30.946,69.063 69.101,69.063 z m -326.954-217.539 444.766,0 c 0-122.82 -99.564-222.422 -222.382-222.422 -122.82,0 -222.382,99.603 -222.382,222.422 z" />
-<glyph unicode="&#xe034;" d="M 320,608 C 143.269,608 0,464.731 0,288 C 0,111.269 143.269-32 320-32 C 496.731-32 640,111.269 640,288 C 640,464.731 496.731,608 320,608 z M 152.618,455.382 L 487.382,455.382 L 487.382,120.618 L 152.618,120.618 L 152.618,455.382 z M 262.031,391.711 C 242.072,391.711 225.899,375.537 225.899,355.578 C 225.899,335.619 242.072,319.445 262.031,319.445 C 281.99,319.445 298.204,335.619 298.204,355.578 C 298.204,375.537 281.99,391.711 262.031,391.711 z M 374.688,391.711 C 354.729,391.711 338.555,375.537 338.555,355.578 C 338.555,335.619 354.729,319.445 374.688,319.445 C 394.646,319.445 410.82,335.619 410.82,355.578 C 410.82,375.537 394.646,391.711 374.688,391.711 z M 203.672,277.921 C 203.672,213.675 255.752,161.594 320,161.594 C 384.246,161.594 436.329,213.675 436.329,277.921 L 203.672,277.921 z " />
-<glyph unicode="&#xe000;" d="M 546.24,61.72c-124.92-124.96-327.56-124.96-452.52,0
-	c-125,124.96-125,327.6,0,452.56c 124.96,124.96, 327.6,124.96, 452.52,0C 671.24,389.32, 671.24,186.68, 546.24,61.72z M 320,488
-	C 209.56,488, 120,398.48, 120,288s 89.56-200, 200-200c 64.080,0, 120.48,30.72, 157.12,77.56L 330,250.48l 178.16,102.84C 480.96,431.56, 407.44,488, 320,488z M 520,288
-	c-22.12,0-40-17.88-40-40s 17.88-40, 40-40s 40,17.88, 40,40S 542.12,288, 520,288z M 360,408c 22.12,0, 40-17.88, 40-40c0-22.080-17.88-40-40-40S 320,345.92, 320,368
-	C 320,390.12, 337.88,408, 360,408z"  />
-<glyph unicode="&#xe001;" d="M 530.32,286.133c 0.080,0.187, 0.107,0.4, 0.187,0.587C 532.293,291.28, 533.333,296.16, 533.333,301.333s-1.040,10.053-2.827,14.613
-		c-0.080,0.187-0.107,0.4-0.187,0.587c-2.027,4.96-5.013,9.413-8.747,13.147l-133.28,133.28c-15.627,15.627-40.933,15.627-56.56,0
-		c-15.627-15.6-15.627-40.96,0-56.56L 396.773,341.333L 146.667,341.333 C 124.587,341.333, 106.667,323.44, 106.667,301.333S 124.587,261.333, 146.667,261.333l 250.107,0 l-65.040-65.040
-		c-15.627-15.6-15.627-40.96,0-56.56C 339.52,131.893, 349.76,128, 360,128s 20.48,3.893, 28.293,11.707l 133.28,133.28
-		C 525.307,276.72, 528.293,281.2, 530.32,286.133z"  />
-<glyph unicode="&#xe002;" d="M 109.68,316.533c-0.080-0.187-0.107-0.4-0.187-0.587C 107.707,311.387, 106.667,306.507, 106.667,301.333s 1.040-10.053, 2.827-14.613
-		c 0.080-0.187, 0.107-0.4, 0.187-0.587c 2.027-4.96, 5.013-9.413, 8.747-13.147l 133.28-133.28c 15.627-15.627, 40.933-15.627, 56.56,0
-		c 15.627,15.6, 15.627,40.96,0,56.56L 243.227,261.333L 493.333,261.333 c 22.080,0, 40,17.893, 40,40S 515.413,341.333, 493.333,341.333L 243.227,341.333 l 65.040,65.040
-		c 15.627,15.6, 15.627,40.96,0,56.56C 300.48,470.773, 290.24,474.667, 280,474.667S 259.52,470.773, 251.707,462.96l-133.28-133.28
-		C 114.693,325.947, 111.707,321.467, 109.68,316.533z"  />
-<glyph unicode="&#xe003;" d="M 320,582.4c-162.592,0-294.4-131.808-294.4-294.4s 131.808-294.4, 294.4-294.4s 294.4,131.808, 294.4,294.4S 482.592,582.4, 320,582.4z M 320,57.6
-		c-127.264,0-230.4,103.168-230.4,230.4S 192.736,518.4, 320,518.4s 230.4-103.168, 230.4-230.4S 447.264,57.6, 320,57.6z M 377.6,411.2L 262.4,411.2 l0-130.88 L 190.4,280.32 L 320,158.4
-		l 129.6,121.92L 377.6,280.32 L 377.6,411.2 z"  />
-<glyph unicode="&#xe004;" d="M 524.8,480c0,42.4-34.368,76.8-76.8,76.8S 371.2,522.4, 371.2,480c0-31.136, 18.56-57.888, 45.184-69.952c-7.264-62.336-47.424-74.912-105.44-93.024
-	C 282.784,308.224, 250.048,297.984, 222.4,278.080L 222.4,409.472 C 249.696,421.28, 268.8,448.416, 268.8,480c0,42.4-34.4,76.8-76.8,76.8C 149.568,556.8, 115.2,522.4, 115.2,480
-	c0-31.584, 19.104-58.72, 46.4-70.528l0-242.976 C 134.304,154.752, 115.2,127.616, 115.2,96c0-42.4, 34.368-76.8, 76.8-76.8c 42.4,0, 76.8,34.4, 76.8,76.8
-	c0,31.136-18.56,57.888-45.216,69.952c 7.296,62.336, 47.488,74.944, 105.472,93.024c 58.976,18.432, 138.432,43.296, 148.288,150.048
-	C 505.184,420.608, 524.8,448, 524.8,480z M 147.68,480c0,24.48, 19.84,44.32, 44.32,44.32S 236.32,504.48, 236.32,480S 216.48,435.68, 192,435.68
-	S 147.68,455.52, 147.68,480z M 192,51.68c-24.48,0-44.32,19.84-44.32,44.32S 167.52,140.32, 192,140.32S 236.32,120.48, 236.32,96
-	S 216.48,51.68, 192,51.68z M 448,435.68c-24.448,0-44.32,19.84-44.32,44.32S 423.552,524.32, 448,524.32S 492.32,504.48, 492.32,480
-	S 472.448,435.68, 448,435.68z"  />
-<glyph unicode="&#xe005;" d="M 600.003,427.996L 460.004,567.995L 500.004,607.995L 640.002,467.996zM 560,388 L 540,168 C 360,168 100-32 100-32 L 66.794,1.206 L 237.834,172.246 C 244.692,169.516 252.168,168 260,168 C 293.137,168 320,194.863 320,228 C 320,261.137 293.137,288 260,288 C 226.863,288 200,261.137 200,228 C 200,220.167 201.516,212.694 204.246,205.834 L 33.206,34.794 L 0,68 C 0,68 200,328 200,508 L 420,528 L 560,388 Z"  />
-<glyph unicode="&#x20;" horiz-adv-x="320" />
-</font></defs></svg>
\ No newline at end of file
binary files a/docs/static/static/fonts/hugo-1.ttf /dev/null differ
binary files a/docs/static/static/fonts/hugo-1.woff /dev/null differ
binary files /dev/null b/docs/static/static/fonts/hugo.eot differ
--- /dev/null
+++ b/docs/static/static/fonts/hugo.svg
@@ -1,0 +1,63 @@
+<?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>Generated by IcoMoon</metadata>
+<defs>
+<font id="hugo" horiz-adv-x="1024">
+<font-face units-per-em="1024" ascent="960" descent="-64" />
+<missing-glyph horiz-adv-x="1024" />
+<glyph unicode="&#x20;" d="" horiz-adv-x="512" />
+<glyph unicode="&#x21;" d="M1024 352l-192 192v288h-128v-160l-192 192-512-512v-32h128v-320h320v192h128v-192h320v320h128z" />
+<glyph unicode="&#x23;" d="M60.538 960l82.144-921.63 368.757-102.37 369.723 102.525 82.301 921.475h-902.925zM784.63 658.573h-432.541l10.302-115.75h411.968l-31.042-347.010-231.843-64.254-231.573 64.254-15.83 177.512h113.494l8.048-90.232 125.862-33.915 0.278 0.078 125.934 33.992 13.070 146.55-391.742-0.002-30.494 341.8h566.214l-10.107-113.024z" />
+<glyph unicode="&#x24;" d="M152.389 911.478l-34.362-171.926h699.749l-21.883-111.054h-700.189l-33.891-171.898h699.683l-39.018-196.064-282.013-93.422-244.4 93.422 16.728 85.042h-171.898l-40.896-206.352 404.226-154.704 466.006 154.704 153.768 772.253z" />
+<glyph unicode="&#x25;" d="M0 896v-896h1024v896h-1024zM960 64h-896v768h896v-768zM896 768h-768v-640h768v640zM448 448h-64v-64h-64v-64h-64v64h64v64h64v64h-64v64h-64v64h64v-64h64v-64h64v-64zM704 320h-192v64h192v-64z" />
+<glyph unicode="&#x26;" d="M953.395 885.358l-4.027 4.042c-94.149 94.134-248.194 94.134-342.326 0l-218.106-218.136c-94.134-94.133-94.134-248.176 0-342.31l4.026-4.026c7.832-7.848 16.146-14.925 24.736-21.458l79.848 79.85c-9.302 5.494-18.126 12.072-26.115 20.059l-4.042 4.042c-51.114 51.098-51.114 134.272 0 185.39l218.126 218.114c51.115 51.118 134.274 51.118 185.386 0l4.042-4.024c51.101-51.115 51.101-134.293 0-185.39l-98.686-98.686c17.133-42.307 25.248-87.4 24.538-132.386l152.605 152.605c94.136 94.134 94.136 248.178-0.003 342.315zM631.042 571.066c-7.832 7.832-16.146 14.922-24.736 21.44l-79.848-79.832c9.304-5.496 18.126-12.074 26.115-20.062l4.042-4.040c51.115-51.115 51.115-134.272 0-185.389l-218.128-218.133c-51.118-51.102-134.277-51.102-185.389 0l-4.042 4.042c-51.098 51.12-51.098 134.277 0 185.389l98.688 98.686c-17.134 42.306-25.246 87.402-24.538 132.386l-152.602-152.598c-94.136-94.133-94.136-248.178 0-342.325l4.026-4.032c94.152-94.128 248.192-94.128 342.328 0l218.11 218.118c94.134 94.133 94.134 248.194 0 342.326l-4.027 4.024z" />
+<glyph unicode="&#x27;" d="M512.604-54.759c-278.645 0-504.532 225.887-504.532 504.534 0 278.645 225.887 504.532 504.532 504.532 278.647 0 504.532-225.887 504.532-504.532 0-278.647-225.886-504.534-504.532-504.534zM512.604-22.58c260.876 0 472.355 211.479 472.355 472.355 0 260.874-211.479 472.355-472.355 472.355-260.874 0-472.355-211.481-472.355-472.355 0-260.876 211.481-472.355 472.355-472.355zM512.604 11.963c-241.796 0-437.81 196.016-437.81 437.812 0 241.795 196.014 437.81 437.81 437.81 241.796 0 437.81-196.016 437.81-437.81 0-241.796-196.014-437.812-437.81-437.812zM818.725 314.428c27.149 0 49.425 8.063 66.824 24.191 17.401 16.128 26.1 37.61 26.1 64.448 0 14.281-3.023 27.884-9.070 40.811-6.047 12.927-14.994 21.976-26.84 27.146 8.885 5.91 15.549 14.159 19.991 24.745 4.442 10.588 6.664 21.668 6.664 33.24 0 23.885-7.344 42.966-22.029 57.247-14.684 14.281-34.122 21.422-58.309 21.422-24.681 0-44.489-7.263-59.42-21.79-14.933-14.528-23.632-33.979-26.1-58.356h51.831c0.494 9.357 3.393 17.544 8.701 24.561 5.306 7.017 12.526 10.526 21.658 10.526 9.872 0 17.647-3.447 23.323-10.34 5.677-6.895 8.515-15.266 8.515-25.115 0-11.82-3.084-21.176-9.254-28.070-6.171-6.894-14.933-10.342-26.286-10.342h-5.923v-38.78l9.996 0.74c11.6 0.984 21.041-3.139 28.322-12.373 7.28-9.233 10.921-19.883 10.921-31.946 0-11.82-3.331-22.222-9.996-31.209-6.664-8.988-15.797-13.481-27.397-13.481-11.6 0-21.041 3.877-28.322 11.634-7.28 7.755-11.167 17.42-11.661 28.993h-54.794c1.481-25.115 10.923-46.045 28.322-62.787 17.401-16.744 38.812-25.115 64.234-25.115zM484.272 321.814h51.832v137.761h41.464v43.582h-41.464v57.431c0 1.355 0.062 3.509 0.184 6.464 0.124 2.955 0.371 5.232 0.741 6.833 0.37 1.6 0.863 3.569 1.481 5.908 0.617 2.339 1.419 4.186 2.406 5.54 0.987 1.355 2.222 2.771 3.703 4.248 1.481 1.477 3.208 2.523 5.184 3.139 1.974 0.616 4.195 0.924 6.663 0.924 5.677 0 12.711-2.093 21.102-6.28v46.167c-7.65 3.94-15.919 5.91-24.804 5.91-23.448 0-40.726-7.755-51.832-23.268-11.107-15.512-16.66-35.457-16.66-59.832v-53.184h-17.4v-43.582h17.4zM641.293 321.814h54.423v278.478h-91.074v-47.275h36.652zM181.097 315.906c19.745 0 36.466 5.848 50.164 17.544 13.699 11.694 20.549 27.268 20.549 46.719 0 14.282-3.395 25.3-10.181 33.056-6.788 7.757-15.859 14.097-27.211 19.021-2.716 1.231-6.356 2.709-10.923 4.432-4.566 1.723-8.083 3.139-10.551 4.247-2.468 1.109-5.122 2.463-7.959 4.063-2.838 1.601-4.874 3.448-6.109 5.54-1.233 2.093-1.851 4.37-1.851 6.833 0 4.186 1.727 7.817 5.184 10.896 3.455 3.077 7.404 4.616 11.846 4.616 9.378 0 18.511-4.186 27.397-12.557l22.213 29.915c-14.316 12.557-33.814 18.837-58.495 18.837-17.032 0-30.914-5.54-41.651-16.62-10.735-11.080-16.105-25.115-16.105-42.104 0-13.049 3.209-23.022 9.626-29.915 6.417-6.895 15.303-12.805 26.656-17.729 1.974-0.738 5.43-2.093 10.367-4.063 4.936-1.969 8.453-3.447 10.551-4.432 2.098-0.984 4.628-2.461 7.59-4.431 2.962-1.971 4.998-4.124 6.109-6.464 1.109-2.339 1.665-4.986 1.665-7.941 0-5.91-1.974-10.65-5.923-14.219-3.949-3.571-8.885-5.356-14.81-5.356-13.081 0-25.915 7.017-38.502 21.052l-23.694-30.655c16.782-20.191 38.132-30.285 64.049-30.285zM273.246 225.049h51.831v113.754h0.741c4.936-7.14 11.846-12.741 20.733-16.804 8.885-4.063 18.141-6.094 27.765-6.094 25.67 0 46.093 9.664 61.273 28.992 15.179 19.329 22.769 42.166 22.769 68.513 0 25.115-7.652 47.335-22.955 66.664-15.301 19.329-35.295 28.993-59.976 28.993-20.979 0-37.763-7.509-50.35-22.53v16.62h-51.831zM362.839 361.703c-12.588 0-22.891 5.232-30.912 15.696-8.023 10.464-12.034 22.222-12.034 35.271 0 13.049 4.011 24.745 12.034 35.087 8.021 10.34 18.325 15.512 30.912 15.512 12.588 0 22.893-5.172 30.914-15.512 8.021-10.342 12.032-22.038 12.032-35.087 0-13.049-4.011-24.807-12.032-35.271-8.021-10.464-18.327-15.696-30.914-15.696z" />
+<glyph unicode="&#x28;" d="M321.008-64c-68.246 142.008-31.902 223.378 20.55 300.043 57.44 83.957 72.243 167.067 72.243 167.067 0 0 45.155-58.701 27.093-150.509 79.771 88.8 94.824 230.28 82.782 284.464 180.314-126.011 257.376-398.856 153.522-601.066 552.371 312.533 137.398 780.171 65.154 832.85 24.082-52.675 28.648-141.85-20-185.126-82.352 312.277-285.971 376.277-285.971 376.277 24.082-161.045-87.296-337.144-194.696-468.73-3.774 64.216-7.782 108.528-41.55 169.979-7.581-116.656-96.733-211.747-120.874-328.627-32.702-158.286 24.494-274.181 241.747-396.622z" />
+<glyph unicode="&#x29;" d="M512 960c-282.752 0-512-229.248-512-512s229.248-512 512-512 512 229.248 512 512-229.248 512-512 512zM432.64 211.744l-235.584 235.616 90.496 90.496 145.056-145.12 307.744 307.744 90.496-90.496-398.208-398.24z" />
+<glyph unicode="&#x2a;" d="M512 960c-282.752 0-512-229.248-512-512s229.248-512 512-512 512 229.248 512 512-229.248 512-512 512zM765.248 285.248l-90.496-90.496-162.752 162.752-162.752-162.752-90.496 90.496 162.752 162.752-162.752 162.752 90.496 90.496 162.752-162.752 162.752 162.752 90.496-90.496-162.752-162.752 162.752-162.752z" />
+<glyph unicode="&#x2b;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512 0 282.77-229.23 512-512 512zM515.376 780.874l80.686-251.936 264.438-5.938-214.69-154.501 76.066-253.376-213.315 156.438-217.435-150.688 82.874 251.25-210.499 160.251 264.562-1.186 87.314 249.685z" />
+<glyph unicode="&#x2c;" d="M384 348.554v114.226c0 15.128 6.696 29.437 18.854 40.286 12.16 10.848 28.192 16.826 45.146 16.826v57.11c-70.4 0-128-51.4-128-114.222v-85.666c0-15.771-14.328-28.558-32-28.558h-32v-57.11h32c17.674 0 32-12.79 32-28.558v-85.675c0-62.814 57.6-114.214 128-114.214v57.112c-16.954 0-32.987 5.976-45.146 16.826-12.158 10.853-18.854 25.154-18.854 40.278v114.234c0 15.77-14.328 28.554-32 28.554 17.674 0 32 12.79 32 28.554zM640 291.446v-114.234c0-15.125-6.696-29.426-18.854-40.278-12.158-10.85-28.19-16.826-45.146-16.826v-57.112c70.402 0 128 51.4 128 114.214v85.675c0 15.771 14.328 28.558 32 28.558h32v57.11h-32c-17.672 0-32 12.79-32 28.558v85.666c0 62.824-57.598 114.222-128 114.222v-57.11c16.958 0 32.987-5.978 45.146-16.83 12.16-10.848 18.854-25.157 18.854-40.283v-114.227c0-15.766 14.328-28.552 32-28.552-17.672 0.002-32-12.789-32-28.552zM903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.339-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
+<glyph unicode="&#x2e;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384 0-212.078-171.922-384-384-384zM320 448c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192-106.039 0-192-85.961-192-192z" />
+<glyph unicode="&#x2f;" d="M288 704l-256-256 256-256h128l-256 256 256 256h-128zM736 704h-128l256-256-256-256h128l256 256-256 256z" />
+<glyph unicode="&#x30;" d="M128 448l256 256h-128l-256-256 256-256h128zM768 704h-128l256-256-256-256h128l256 256zM544 832l-160-768h96l160 768z" />
+<glyph unicode="&#x31;" d="M505.446 939.469c-271.462-3.635-488.55-226.611-484.915-498.022 3.635-271.411 226.611-488.55 498.074-484.915 271.411 3.584 488.55 226.611 484.915 498.074-3.635 271.411-226.714 488.499-498.074 484.864zM517.171 60.006c-214.323-2.918-390.349 168.499-393.216 382.822-2.867 214.323 168.55 390.349 382.874 393.216 214.272 2.867 390.298-168.55 393.165-382.822s-168.499-390.298-382.822-393.216zM391.731 364.698c-20.736 0-36.454 7.578-47.104 22.733-10.701 15.155-15.974 35.328-15.974 60.57 0 55.501 21.043 83.251 63.078 83.251 8.397 0 17.51-2.816 27.341-8.397 9.779-5.632 18.074-15.462 24.832-29.44l63.027 32.819c-25.19 45.414-67.021 68.147-125.338 68.147-39.834 0-72.704-13.158-98.816-39.526-26.061-26.368-39.117-62.003-39.117-106.854 0-45.978 12.902-81.92 38.707-107.725 25.754-25.805 59.75-38.707 101.786-38.707 26.317 0 50.432 6.605 72.294 19.814s39.014 31.283 51.354 54.323l-58.061 29.44c-11.213-26.931-30.566-40.448-58.010-40.448zM663.398 364.698c-20.787 0-36.506 7.578-47.104 22.733-10.701 15.104-15.974 35.328-15.974 60.57 0 55.501 20.992 83.251 63.078 83.251 9.011 0 18.381-2.816 28.211-8.397 9.779-5.632 18.125-15.462 24.781-29.44l62.208 32.819c-24.678 45.414-66.099 68.147-124.518 68.147-39.782 0-72.704-13.158-98.765-39.526-26.112-26.368-39.117-61.952-39.117-106.803 0-45.978 12.749-81.92 38.246-107.725 25.549-25.805 59.648-38.707 102.246-38.707 25.805 0 49.613 6.605 71.475 19.814 21.811 13.21 39.219 31.283 52.122 54.323l-58.88 29.44c-11.213-26.982-30.515-40.499-58.010-40.499z" />
+<glyph unicode="&#x32;" d="M512 627.968c45.67 0 68.506 22.784 68.506 68.403 0 46.234-22.835 69.325-68.506 69.325s-68.454-23.091-68.454-69.325c0-45.619 22.784-68.403 68.454-68.403zM612.966 601.549h-201.882c-8.806 0-16.23-3.072-22.426-9.216s-9.216-13.619-9.216-22.374v-201.011h56.166v-238.746h152.678v238.746h56.218v201.062c0 8.755-3.226 16.179-9.626 22.374-6.451 6.093-13.722 9.165-21.914 9.165zM512 939.52c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM512 46.592c-221.696 0-401.408 179.712-401.408 401.408s179.712 401.408 401.408 401.408 401.408-179.712 401.408-401.408-179.712-401.408-401.408-401.408z" />
+<glyph unicode="&#x33;" d="M512 939.52c-271.462 0-491.52-220.058-491.52-491.52s220.058-491.52 491.52-491.52 491.52 220.058 491.52 491.52-220.058 491.52-491.52 491.52zM132.864 579.789l249.344-111.667 78.080-34.202 57.958-26.368 47.411-20.224c8.806-7.578 13.21-17.51 13.21-29.798 0-17.613-6.042-30.157-18.022-37.734-11.981-7.578-26.522-11.418-43.469-11.418-41.011 0-77.568 14.899-109.773 44.749l-67.533-68.454c45.056-38.605 94.822-58.266 149.197-58.778v-75.52h57.037v75.52c33.894 2.918 63.334 14.131 88.218 33.792 24.832 19.61 40.55 44.851 46.95 75.878l182.221-81.152c-68.301-123.853-200.192-207.821-351.693-207.821-221.696 0-401.408 179.712-401.408 401.408 0 46.182 7.885 90.522 22.272 131.789zM650.803 455.014l-79.002 35.123-105.37 47.36c-2.918 4.096-4.352 8.192-4.352 12.288 0 14.029 5.99 24.013 18.022 29.85 11.93 5.837 25.549 8.806 40.806 8.806 28.672 0 56.73-9.677 84.275-28.979l64.102 65.843c-36.915 28.109-77.875 43.315-122.88 45.67v75.418h-57.088v-75.469c-30.464-1.741-57.088-10.445-79.923-25.856-22.784-15.565-38.298-36.147-46.49-61.901l-187.136 83.968c71.629 109.67 195.43 182.272 336.23 182.272 221.696 0 401.408-179.712 401.408-401.408 0-35.994-4.813-70.861-13.722-103.987l-248.883 111.002z" />
+<glyph unicode="&#x39;" d="M256 672c0-17.673 14.327-32 32-32s32 14.327 32 32c0 17.673-14.327 32-32 32-17.673 0-32-14.327-32-32zM448 960h-384c-35.36 0-64-28.64-64-64v-704c0-141.376 114.624-256 256-256s256 114.624 256 256v704c0 35.36-28.64 64-64 64zM160 320c-17.664 0-32 14.304-32 32s14.336 32 32 32c17.696 0 32-14.304 32-32s-14.304-32-32-32zM320 192c-35.36 0-64 28.64-64 64s28.64 64 64 64 64-28.64 64-64-28.64-64-64-64zM384 448h-64c0 35.328-28.672 64-64 64s-64-28.672-64-64h-64v384h256v-384z" horiz-adv-x="512" />
+<glyph unicode="&#x3a;" d="M916.334 422.837c2.474 9.934-0.074 20.15-9.362 23.406l-38.619 17.554c-9.544 3.984-21.693-1.398-23.406-10.531-7.454-15.958-18.022-29.022-35.107-29.258-14.824 0-26.917 7.997-36.278 23.99-9.362 15.994-14.043 36.864-14.043 62.61 0 25.746 4.682 46.813 14.043 63.197 9.362 16.384 21.454 24.576 36.278 24.576 18.701-1.358 27.574-13.168 35.107-28.086 3.994-9.8 14.859-12.102 23.406-9.362l38.619 17.554c8.944 4.707 12.928 16.362 8.192 24.576-22.626 48.373-57.734 72.558-105.326 72.558-39.79 0-71.971-15.214-96.549-45.642-24.576-30.429-36.864-70.218-36.864-119.37 0-49.152 12.288-88.746 36.864-118.784 24.576-30.038 56.758-45.056 96.549-45.056 47.592 0 83.090 25.357 106.496 76.067zM544.182 346.77c62.034 0.96 109.272 43.584 110.006 99.474-1.096 29.514-12.965 52.472-33.938 70.218 18.47 17.44 29.074 41.194 29.258 64.366-1.536 63.242-54.136 93.118-105.326 93.622-44.47 0-78.798-17.554-102.986-52.662-5.462-7.805-4.682-15.606 2.339-23.406l28.086-25.746c9.003-8.026 19.018-6.542 26.917 1.17 11.702 16.384 25.746 24.576 42.13 24.576 13.262 0 21.066-3.315 23.406-9.949 4.512-9.84 3.216-18.816 0-26.917-12.070-12.498-29.712-8.778-46.813-8.778-11.122-0.374-19.725-6.896-19.894-17.554v-42.13c0.97-12.086 9.208-20.070 19.894-17.554 12.901 0.011 45.614 1.472 50.909-9.362 2.73-6.242 4.096-11.314 4.096-15.214 0-17.944-9.752-26.917-29.258-26.917-18.725 0-34.328 8.582-46.813 25.746-7.635 9.24-19.701 9.374-26.917 2.339l-29.258-29.258c-7.022-7.022-7.802-14.434-2.339-22.237 26.522-37.31 65.134-53.506 106.496-53.834zM428.325 648.704c2.138 11.218-6.122 22.038-16.384 22.237h-51.491c-9.362 0-14.824-4.682-16.384-14.043l-24.578-125.221-25.746 125.219c-2.339 9.362-8.192 14.043-17.554 14.043h-37.45c-10.144 0-15.997-4.682-17.554-14.043l-25.747-125.219-24.576 125.219c-1.56 9.362-7.413 14.043-17.554 14.043h-50.322c-12.826-1.010-18.992-11.152-17.554-22.237l64.366-283.21c2.339-9.362 8.192-14.043 17.554-14.043h49.152c9.362 0 15.214 4.682 17.554 14.043l23.406 117.027 23.406-117.027c1.56-9.362 7.413-14.043 17.554-14.043h49.152c9.362 0 15.214 4.682 17.554 14.043zM1024 960v-784l-512-240-512 240v784z" />
+<glyph unicode="&#x3b;" d="M619.733 7.493c4.4 0 8.25-1.65 11.549-4.95 3.301-3.301 4.95-7.15 4.95-11.549v-37.397c0-5.134-1.65-9.35-4.95-12.648-3.301-3.301-7.15-4.95-11.549-4.95h-214.48c-11.731 0-17.598 5.866-17.598 17.598v37.397c0 4.4 1.65 8.25 4.95 11.549 3.301 3.301 7.515 4.95 12.648 4.95zM619.733 114.182c4.4 0 8.25-1.65 11.549-4.95 3.301-3.301 4.95-7.515 4.95-12.648v-37.397c0-4.4-1.65-8.25-4.95-11.549-3.301-3.301-7.15-4.95-11.549-4.95h-214.48c-5.134 0-9.35 1.65-12.648 4.95-3.301 3.301-4.95 7.15-4.95 11.549v37.397c0 11.731 5.866 17.598 17.598 17.598zM840.811 455.149v0l91.293-14.298c9.531-1.466 17.232-5.685 23.098-12.648 5.866-6.966 8.066-14.482 6.6-22.547-1.466-8.8-5.866-15.582-13.198-20.347-7.331-4.766-16.133-6.416-26.398-4.95l-91.293 14.298c-10.266 1.466-18.147 5.866-23.648 13.198-5.501 7.331-7.515 15.032-6.050 23.098 1.466 8.066 5.866 14.482 13.198 19.248 7.331 4.766 16.133 6.416 26.398 4.95zM830.91 663.029v0l84.691 37.397c8.8 4.4 17.414 5.315 25.848 2.75 8.432-2.576 14.482-7.893 18.147-15.949 3.666-8.070 3.666-16.136 0-24.198-3.666-8.066-10.266-13.931-19.798-17.598l-84.691-38.496c-8.8-3.666-17.414-4.216-25.848-1.65-8.432 2.57-14.482 7.886-18.147 15.949-3.666 8.070-3.485 16.136 0.55 24.198 4.034 8.070 10.448 13.936 19.248 17.598zM687.925 803.814v0l50.595 78.091c5.866 8.066 13.016 13.382 21.448 15.949 8.445 2.566 16.328 1.65 23.648-2.75 7.331-5.134 11.549-12.098 12.648-20.898 1.101-8.8-0.917-17.232-6.050-25.298l-50.595-78.091c-5.866-8.077-13.016-13.392-21.448-15.949-8.432-2.566-16.314-1.65-23.648 2.75-7.334 4.4-11.731 11.182-13.198 20.347-1.466 9.166 0.734 17.782 6.6 25.848zM184.174 455.149c9.531 1.466 18.147-0.184 25.848-4.95s12.282-11.182 13.747-19.248c1.466-8.066-0.734-15.763-6.6-23.098-5.866-7.331-13.931-11.731-24.198-13.198l-91.293-14.298c-9.531-1.466-18.147 0.184-25.848 4.95-7.701 4.766-12.282 11.549-13.747 20.347-1.466 8.067 0.734 15.584 6.6 22.547 5.866 6.968 13.931 11.184 24.198 12.648zM194.075 663.029c8.8-3.666 15.214-9.531 19.248-17.598 4.040-8.066 4.224-16.133 0.55-24.198-3.666-8.066-9.901-13.382-18.698-15.949-8.8-2.566-17.598-2.016-26.398 1.65l-84.691 38.496c-8.8 3.67-15.214 9.536-19.248 17.598-4.034 8.066-4.218 16.133-0.55 24.198 3.666 8.066 9.715 13.382 18.147 15.949 8.432 2.566 17.414 1.65 26.949-2.75zM335.962 803.814c5.866-8.072 8.066-16.686 6.6-25.848-1.466-9.166-5.866-15.949-13.198-20.347-6.6-4.4-14.298-5.315-23.098-2.75-8.8 2.566-15.763 7.882-20.898 15.949l-50.595 78.091c-5.866 8.066-8.066 16.498-6.6 25.298 1.466 8.8 5.866 15.763 13.198 20.898 6.6 4.4 14.298 5.315 23.098 2.75 8.8-2.578 15.763-7.896 20.898-15.949zM543.842 832.413c0-10.266-2.934-18.698-8.8-25.298s-13.198-9.901-21.998-9.901c-8.066 0-15.032 3.301-20.898 9.901-5.866 6.6-8.8 15.032-8.8 25.298v92.39c0 10.266 2.934 18.698 8.8 25.298s12.832 9.901 20.898 9.901c8.8 0 16.133-3.301 21.998-9.901 5.866-6.6 8.8-15.032 8.8-25.298zM721.474 396.306c-14.298-29.698-29.88-61.41-46.746-95.139-26.606-43.034-25.262-93.942-41.795-138.037-2.934-7.701-8.432-12.282-16.498-13.747h-208.979c-8.066 1.466-13.563 6.050-16.498 13.747-12.744 48.162-20.482 95.064-41.795 138.037-16.864 33.73-32.446 65.445-46.746 95.139-32.968 72.878-50.19 157.211-16.498 232.627 12.098 26.398 28.963 48.762 50.595 67.094 21.632 18.331 47.296 32.080 76.992 41.246 29.698 9.166 62.144 13.747 97.341 13.747h2.202c35.195 0 67.645-4.584 97.341-13.747 29.698-9.166 55.36-22.914 76.992-41.246 21.632-18.331 38.68-40.696 51.146-67.094 31.584-79.118 18.672-157.61-17.048-232.627z" />
+<glyph unicode="&#x3c;" d="M776.653 882.243l-14.434-69.166c-14.795-2.323-29.048-6.606-42.406-12.582l-49.686 50.198-56.584-45.79 38.702-59.138c-8.622-11.83-15.664-24.834-21.013-38.83l-70.698 0.32-7.6-72.422 69.166-14.434c2.323-14.787 6.61-28.926 12.582-42.278l-50.198-49.814 45.79-56.584 59.138 38.766c11.821-8.616 24.848-15.73 38.83-21.075l-0.32-70.634 72.422-7.6 14.37 69.166c14.8 2.322 29.043 6.542 42.406 12.518l49.75-50.198 56.584 45.854-38.766 59.074c8.622 11.826 15.726 24.84 21.075 38.83l70.634-0.256 7.6 72.422-69.166 14.306c-2.323 14.808-6.536 29.101-12.518 42.47l50.198 49.686-45.854 56.584-59.074-38.702c-11.834 8.629-24.89 15.726-38.894 21.075l0.32 70.634-72.358 7.6zM788.659 714.026c2.275-0.008 4.584-0.077 6.898-0.32 36.998-3.886 63.792-37.022 59.904-74.018-3.886-36.998-37.022-63.856-74.018-59.968-36.998 3.886-63.856 37.022-59.968 74.018 3.643 34.686 33.046 60.406 67.186 60.288zM268.995 708.085l-9.707-96.181c-19.802-5.278-38.558-13.078-55.882-23.118l-74.848 61.182-70.442-70.442 61.182-74.912c-10.042-17.33-17.843-36.074-23.118-55.882l-96.181-9.643v-99.627l96.181-9.707c5.275-19.79 13.086-38.502 23.118-55.818l-61.182-74.912 70.442-70.442 74.912 61.182c17.315-10.034 36.026-17.843 55.818-23.118l9.707-96.181h99.627l9.643 96.181c19.808 5.275 38.552 13.078 55.882 23.118l74.912-61.182 70.442 70.442-61.182 74.848c10.042 17.325 17.84 36.080 23.118 55.882l96.181 9.707v99.627l-96.181 9.643c-5.278 19.818-13.070 38.608-23.118 55.946l61.182 74.848-70.442 70.442-74.848-61.182c-17.338 10.050-36.126 17.84-55.946 23.118l-9.643 96.181h-99.627zM318.81 481.43c50.901 0 92.157-41.256 92.157-92.157s-41.256-92.157-92.157-92.157c-50.901 0-92.157 41.256-92.157 92.157 0 50.901 41.256 92.157 92.157 92.157zM741.784 358.365l-10.154-50.579c-10.4-1.701-20.371-4.824-29.76-9.195l-34.998 36.722-39.723-33.528 27.206-43.235c-6.059-8.654-11.058-18.182-14.816-28.421l-49.622 0.256-5.365-53.008 48.6-10.538c1.632-10.818 4.616-21.206 8.814-30.974l-35.254-36.402 32.187-41.384 41.576 28.357c8.307-6.302 17.442-11.48 27.27-15.392l-0.192-51.73 50.901-5.557 10.090 50.643c10.402 1.698 20.37 4.76 29.76 9.131l34.998-36.722 39.787 33.528-27.27 43.235c6.059 8.651 11.058 18.184 14.816 28.421l49.686-0.192 5.301 52.944-48.6 10.538c-1.634 10.834-4.61 21.258-8.814 31.038l35.254 36.338-32.187 41.448-41.512-28.357c-8.318 6.312-17.493 11.478-27.334 15.392l0.256 51.666-50.901 5.557zM750.214 235.363c1.6-0.006 3.229-0.078 4.854-0.256 26.002-2.843 44.818-27.090 42.086-54.155-2.733-27.066-25.982-46.718-51.986-43.874-26.002 2.843-44.882 27.090-42.15 54.155 2.56 25.376 23.202 44.216 47.195 44.13z" />
+<glyph unicode="&#x3d;" d="M0 908.365v-622.304h180.107v-180.048l280.686 180.048h413.074v622.304h-873.869zM914.979 771.571v-78.309h30.712v-443.786h-151.048v-118.624l-184.88 118.624h-132.085l-122.050-78.309h231.070l286.251-183.534v183.533h151.048v600.402h-109.019z" />
+<glyph unicode="&#x3e;" d="M927.813 960h-288.563c-52.906 0-126.797-30.606-164.203-68.014l-446.99-446.989c-37.408-37.408-37.408-98.624 0-136.032l344.91-344.906c37.408-37.41 98.622-37.41 136.030 0l446.99 446.989c37.406 37.408 68.013 111.301 68.013 164.202v288.563c0 52.904-43.286 96.187-96.187 96.187zM800 640c-53.021 0-96 42.979-96 96s42.979 96 96 96 96-42.979 96-96-42.979-96-96-96z" />
+<glyph unicode="&#x3f;" d="M704 896l-320-320h-192l-192-256c0 0 203.416 56.651 322.066 30.083l-322.066-414.083 421.902 328.144c58.837-134.654-37.902-328.144-37.902-328.144l256 192v192l320 320 64 320-320-64z" />
+<glyph unicode="&#x41;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512c282.77 0 512 229.23 512 512 0 282.77-229.23 512-512 512zM512 904.25c251.981 0 456.25-204.269 456.25-456.25s-204.269-456.25-456.25-456.25c-251.981 0-456.25 204.269-456.25 456.25 0 251.981 204.269 456.25 456.25 456.25zM285.562 770.624c-12.994-37.768-17.498-78.76-5.874-114.562-14.043-15.584-24.947-33.486-32.75-53.75-20.798-65.73-15.718-149.696 29.813-200.501 15.994-17.533 37.694-31.949 65-43.25 27.306-11.298 62.402-18.506 105.312-21.624-28.8-13.458-49.102-21.682-56.187-51.438-32.125-21.466-71.19-16.344-99.499 7-22.374 16.334-32.509 45.366-57.314 56.125-1.56 1.56-6.432 2.722-14.624 3.499-8.192 0.781-14.632-1.542-19.312-7-2.342-2.334-2.168-4.834 0.562-7.562 18.778-15.272 36.853-31.459 47.438-50.874 10.141-21.042 20.64-36.448 31.562-46.189 30.298-20.474 70.934-31.125 106.501-18.125-4.149-25.027 7.042-64.11-1.189-86.501-3.122-6.234-7.586-11.698-13.438-16.374-5.213-5.086-21.384-11.451-18.123-19.25 1.56-3.506 7.011-5.658 16.373-6.437 20.611 0.525 41.126 8.858 53.251 25.125 4.291 5.845 6.438 13.461 6.438 22.813v95.811c0 10.91 2.317 18.701 7 23.376 4.682 4.677 9.787 7.816 15.25 9.374v-126.25c0-10.91-0.986-20.269-2.939-28.062-1.949-7.792-3.69-13.258-5.25-16.376-3.581-6.006-10.427-11.547-10.562-18.686 0-2.338 1.394-3.674 4.126-4.064 20.496 0.89 44.275 12.915 52.624 29.814 6.632 14.026 9.938 28.789 9.938 44.374v123.938h25.75v-123.938c0-15.586 3.539-30.349 10.562-44.374 7.022-14.027 18.742-23.042 35.126-26.938 8.579-2.338 14.378-3.264 17.499-2.877 3.12 0.39 4.514 1.726 4.125 4.064-1.88 7.080-5.794 13.141-9.939 18.686-5.461 7.014-8.186 21.838-8.186 44.438v126.25c5.461-1.558 10.741-4.698 15.813-9.374 5.069-4.675 7.562-12.466 7.562-23.376v-95.811c0-9.352 2.146-16.968 6.438-22.813 13.042-16.586 32.696-25 53.25-25.125 9.362 0.779 14.814 2.931 16.374 6.437 1.56 3.506 0.402 6.413-3.501 8.75-3.899 2.338-8.773 5.824-14.624 10.499-5.851 4.677-10.315 10.141-13.437 16.374-3.502 40.2-0.091 83.294-2.939 123.938-5.621 44.357-22.693 58.949-56.75 75.939 40.571 3.118 73.928 10.56 100.066 22.25 78.126 37.962 99.731 96.646 100.061 175.312-1.232 50.629-15.848 94.794-49.187 128.626 4.682 17.925 6.075 36.581 4.126 56.062-1.954 19.482-6.074 37.040-12.315 52.624-28.864-1.558-53.054-7.368-72.562-17.501-19.506-10.13-33.544-18.734-42.123-25.749-69.134 15.696-143.142 15.789-209.438-2.312-33.925 27.746-75.968 43.203-115.877 45.562z" />
+<glyph unicode="&#x42;" d="M875.126 875.438c-131.84-130.56-325.63-210.44-512.315-221.688h-277.25c-43.643-0.597-83.099-37.725-85.562-86.688v-125c0.595-43.643 36.598-84.224 85.562-86.688h111.126c-29.704-100.736 2.23-202.723 36.688-302.811 51.118-48.266 168.011-42.256 206.126 20.562-81.158 63.798-120.654 235.477-22.813 277.811 166.766-18.922 331.976-103.642 458.438-217.25 43.474 0.595 83.018 36.302 85.562 85v205c34.824 8.968 61.678 40.907 63.31 80.563-0.419 35.798-25.118 69.982-63.312 81.125v204.501c-0.595 43.645-36.598 83.099-85.562 85.563zM877.315 764.877v-521.189c-122.211 95.242-273.17 159.133-428.939 187.811v145.562c152.851 22.998 302.33 93.491 428.936 187.813z" />
+<glyph unicode="&#x43;" d="M997.688 797.224l-134.418 134.418c-37.064 37.064-99.781 34.64-139.974-5.654-40.194-40.195-42.819-103.011-5.656-140.075l134.418-134.418c37.064-37.064 99.778-34.64 140.074 5.656 40.194 40.296 42.72 102.91 5.554 140.074zM140.779 343.574l268.838-268.838 436.886 436.784-268.835 268.838-436.89-436.784zM0-61.906l354.578 70.998-283.582 283.581-70.995-354.579z" />
+<glyph unicode="&#x44;" d="M445.312 870.374c-181.354-12.744-442.045-41.699-442.186-396.875v-446.875h404.685v478.126h-134.373c-8.515 127.667 96.616 160.632 210.938 185.938l-39.064 179.686zM987.501 870.374c-181.357-12.744-442.045-41.699-442.189-396.875v-446.875h404.688v478.126h-134.374c-8.514 127.667 96.614 160.632 210.936 185.938l-39.061 179.686z" />
+<glyph unicode="&#x45;" d="M273.92-57.856h102.4l229.786 409.651h264.294c0 0 153.6 0 153.6 71.629 0 71.68-153.6 71.68-153.6 71.68h-264.294l-229.786 409.6h-102.4l127.386-409.6h-183.654l-115.251 102.451h-102.4l81.971-174.080-81.971-174.131h102.4l115.251 102.451h183.654l-127.386-409.651z" />
+<glyph unicode="&#x46;" d="M880.077 747.469c-85.606 78.592-224.41 78.592-310.016 0l-58.061-53.35-58.112 53.35c-85.606 78.592-224.358 78.592-309.965 0-96.307-88.371-96.307-231.629 0-320.051l368.077-337.818 368.077 337.818c96.307 88.422 96.307 231.68 0 320.051z" />
+<glyph unicode="&#x47;" d="M627.866 316.518c0 0 361.421 260.762 321.331 559.258-0.922 6.554-3.072 10.854-5.734 13.773-2.816 2.714-7.014 4.966-13.466 5.888-291.686 40.909-546.509-328.909-546.509-328.909-221.082 26.522-205.005-17.613-305.869-259.84-19.302-46.182 11.981-62.106 46.285-49.101 34.304 12.902 110.029 41.523 110.029 41.523l132.557-135.629c0 0-27.955-77.466-40.602-112.538-12.646-35.174 2.867-67.174 48.026-47.462 236.749 103.27 279.859 86.835 253.952 313.037zM679.475 619.418c-30.618 31.334-30.618 82.125 0 113.459 30.618 31.283 80.23 31.283 110.848 0 30.669-31.283 30.669-82.125 0-113.459-30.566-31.386-80.23-31.386-110.848 0z" />
+<glyph unicode="&#x48;" d="M961.024 432.64l-410.829 411.187c-20.992 21.811-55.347 21.811-76.339 0l-410.88-411.187c-21.043-21.76-13.21-39.629 17.408-39.629h85.658v-315.802c0-22.784 0.973-41.421 42.189-41.421h199.424v316.826h208.64v-316.826h209.357c31.437 0 32.307 18.586 32.307 41.421v315.802h85.606c30.566 0 38.451 17.818 17.459 39.629z" />
+<glyph unicode="&#x49;" d="M348.314-12.749c-9.882 6.502 161.485 366.592 155.546 382.413-5.888 15.821-187.597 73.574-196.506 101.376-8.858 27.802 358.81 445.747 368.435 437.658 9.626-8.038-160.205-370.586-155.546-382.362s190.925-71.987 196.506-101.325c5.581-29.44-358.554-444.211-368.435-437.76z" />
+<glyph unicode="&#x4a;" d="M918.989 202.445v117.555c0 71.014-47.002 176.64-176.589 176.64h-102.4c-72.294 0-79.002 35.43-79.36 53.76v143.155c43.674 18.893 74.24 62.31 74.24 112.845 0 67.84-54.989 122.88-122.88 122.88-67.891 0-122.88-55.040-122.88-122.88 0-50.534 30.566-93.952 74.24-112.845v-143.155c0-13.261-3.84-53.76-79.36-53.76h-102.4c-129.587 0-176.64-105.626-176.64-176.64v-117.555c-43.674-18.842-74.24-62.31-74.24-112.845 0-67.84 54.989-122.88 122.88-122.88 67.84 0 122.88 55.040 122.88 122.88 0 50.534-30.566 94.003-74.24 112.845v117.555c0 13.261 3.84 79.36 79.36 79.36h102.4c31.078 0 57.293 4.71 79.36 12.698v-209.613c-43.674-18.842-74.24-62.31-74.24-112.845 0-67.84 54.989-122.88 122.88-122.88 67.891 0 122.88 55.040 122.88 122.88 0 50.534-30.618 94.003-74.291 112.845v209.613c22.067-7.987 48.282-12.698 79.36-12.698h102.4c72.294 0 79.002-61.030 79.411-79.36v-117.555c-43.674-18.842-74.24-62.31-74.24-112.845 0-67.84 54.989-122.88 122.88-122.88s122.88 55.040 122.88 122.88c0 50.534-30.566 94.003-74.291 112.845zM224.512 89.6c0-39.168-31.744-70.912-70.912-70.912s-70.912 31.744-70.912 70.912 31.744 70.912 70.912 70.912 70.912-31.744 70.912-70.912zM441.088 806.4c0 39.168 31.795 70.912 70.912 70.912s70.861-31.744 70.861-70.912-31.744-70.912-70.861-70.912c-39.117 0-70.912 31.744-70.912 70.912zM582.912 89.6c0-39.168-31.795-70.912-70.861-70.912-39.168 0-70.912 31.744-70.912 70.912s31.744 70.912 70.861 70.912c39.117 0 70.912-31.744 70.912-70.912zM870.4 18.688c-39.117 0-70.912 31.744-70.912 70.912s31.795 70.912 70.912 70.912 70.912-31.744 70.912-70.912-31.795-70.912-70.912-70.912z" />
+<glyph unicode="&#x4b;" d="M983.040 740.198c-34.714-15.411-71.936-25.754-111.053-30.464 39.936 23.91 70.605 61.798 84.992 106.906-37.325-22.118-78.694-38.246-122.675-46.899-35.277 37.581-85.504 61.030-141.107 61.030-106.752 0-193.28-86.528-193.28-193.229 0-15.155 1.69-29.901 5.018-44.032-160.614 8.038-303.053 84.992-398.336 201.933-16.691-28.518-26.266-61.747-26.266-97.178 0-67.072 34.15-126.208 86.016-160.87-31.693 1.024-61.491 9.677-87.552 24.166 0-0.819 0-1.587 0-2.406 0-93.645 66.662-171.725 155.034-189.542-16.179-4.403-33.28-6.758-50.944-6.758-12.442 0-24.525 1.178-36.352 3.43 24.576-76.8 96-132.659 180.531-134.195-66.15-51.866-149.453-82.739-240.026-82.739-15.616 0-30.976 0.922-46.080 2.714 85.504-54.835 187.085-86.835 296.294-86.835 355.482 0 549.888 294.502 549.888 549.939 0 8.346-0.154 16.691-0.563 24.986 37.786 27.238 70.502 61.286 96.461 100.045z" />
+<glyph unicode="&#x4c;" d="M872.571 132.571q32-50.858 12.286-87.142t-80.286-36.286h-658.286q-60.571 0-80.286 36.286t12.286 87.142l287.429 453.142v228h-36.571q-14.858 0-25.714 10.858t-10.858 25.714 10.858 25.714 25.714 10.858h292.571q14.858 0 25.714-10.858t10.858-25.714-10.858-25.714-25.714-10.858h-36.571v-228zM427.429 546.858l-155.429-245.142h406.858l-155.429 245.142-11.429 17.714v249.142h-73.142v-249.142z" horiz-adv-x="950" />
+<glyph unicode="&#x4d;" d="M128 704v-640h896v640h-896zM960 170.666l-128 213.334-145.066-120.888-110.934 184.888-384-320v512h768v-469.334zM256 480c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96-53.019 0-96-42.981-96-96zM896 832h-896v-640h64v576h832z" />
+<glyph unicode="&#x4e;" d="M480 960v0c265.096 0 480-173.914 480-388.448s-214.904-388.448-480-388.448c-25.458 0-50.446 1.621-74.834 4.71-103.107-102.694-222.173-121.109-341.166-123.814v25.134c64.251 31.354 116 88.466 116 153.734 0 9.106-0.712 18.048-2.030 26.794-108.557 71.214-177.97 179.987-177.97 301.89 0 214.534 214.904 388.448 480 388.448zM996 89.314c0-55.942 36.314-104.898 92-131.771v-21.542c-103.126 2.318-197.786 18.102-287.142 106.126-21.139-2.65-42.794-4.040-64.858-4.040-95.47 0-183.408 25.758-253.614 69.040 144.674 0.506 281.261 46.854 384.835 130.672 52.208 42.251 93.394 91.826 122.413 147.347 30.766 58.866 46.366 121.582 46.366 186.406 0 10.448-0.45 20.835-1.258 31.168 72.57-59.934 117.258-141.622 117.258-231.677 0-104.486-60.158-197.722-154.24-258.763-1.142-7.496-1.76-15.16-1.76-22.966z" horiz-adv-x="1152" />
+<glyph unicode="&#x4f;" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM302.837 125.848c11.106 30.632 17.163 63.688 17.163 98.152 0 124.35-78.81 230.293-189.208 270.606 10.21 84.925 48.254 163.498 109.678 224.925 72.53 72.525 168.96 112.469 271.53 112.469s199-39.944 271.53-112.47c61.427-61.426 99.469-140 109.682-224.925-110.402-40.312-189.211-146.254-189.211-270.605 0-34.469 6.059-67.52 17.166-98.15-61.706-40.242-133.771-61.85-209.166-61.85-75.394 0-147.458 21.608-209.163 61.848zM551.754 319.003c13.878-3.493 24.246-16.080 24.246-31.003v-64c0-17.6-14.4-32-32-32h-64c-17.6 0-32 14.4-32 32v64c0 14.923 10.368 27.51 24.246 31.003l23.754 448.997h32l23.754-448.997z" />
+<glyph unicode="&#x50;" d="M1024 677.499l-90.506 90.501-178.746-178.752-101.501 101.502 178.75 178.749-90.501 90.501-178.749-178.75-114.749 114.75-86.626-86.624 512.002-512.002 86.624 86.624-114.752 114.752zM274.749 210.746c165.768-165.762 385.194-36.362 519.293 75.464l-443.826 443.824c-111.824-134.096-241.227-353.522-75.467-519.288zM191.998 255.997l127.994-127.997-191.992-191.992-127.995 127.994z" />
+<glyph unicode="&#x51;" d="M791.498 415.907c-1.294 129.682 105.758 191.875 110.542 194.966-60.152 88.019-153.85 100.078-187.242 101.472-79.742 8.074-155.597-46.949-196.066-46.949-40.368 0-102.818 45.754-168.952 44.552-86.915-1.291-167.058-50.538-211.811-128.379-90.304-156.698-23.126-388.84 64.89-515.926 43.008-62.203 94.293-132.075 161.626-129.581 64.842 2.589 89.362 41.958 167.755 41.958 78.394 0 100.427-41.958 169.050-40.67 69.774 1.296 113.982 63.398 156.693 125.797 49.39 72.168 69.726 142.038 70.925 145.626-1.549 0.707-136.061 52.237-137.41 207.134zM662.562 796.478c35.739 43.357 59.861 103.512 53.28 163.522-51.478-2.096-113.878-34.29-150.81-77.55-33.142-38.376-62.149-99.626-54.374-158.437 57.466-4.483 116.128 29.205 151.904 72.466z" />
+<glyph unicode="&#x52;" d="M0.35 448l-0.35 312.074 384 52.144v-364.218zM448 821.518l511.872 74.482v-448h-511.872zM959.998 384l-0.126-448-511.872 72.016v375.984zM384 16.163l-383.688 52.595-0.021 315.242h383.709z" />
+<glyph unicode="&#x53;" d="M567.656 223.083c-81.944-38.118-158.158-37.717-209.341-34.021-61.051 4.41-110.158 21.123-131.742 35.731-13.301 9.006-31.384 5.522-40.39-7.782-9.003-13.302-5.52-31.386 7.782-40.39 34.698-23.486 96.067-40.954 160.162-45.579 10.866-0.784 22.798-1.278 35.646-1.278 55.782 0 126.626 5.315 202.419 40.57 14.563 6.778 20.878 24.074 14.104 38.64-6.774 14.57-24.074 20.875-38.64 14.11zM890.947 266.184c2.786 252.688 28.762 730.206-454.97 691.611-477.6-38.442-350.963-542.968-358.082-711.949-6.309-89.386-35.978-198.648-77.896-309.846h129.101c13.266 47.122 23.024 93.72 27.232 138.15 7.782-5.429 16.109-10.674 24.994-15.701 14.458-8.518 26.885-19.843 40.040-31.834 30.744-28.018 65.59-59.774 133.712-63.752 4.571-0.262 9.174-0.394 13.675-0.394 68.896 0 116.014 30.154 153.878 54.382 18.141 11.613 33.818 21.64 48.563 26.453 41.91 13.12 78.531 34.296 105.904 61.251 4.275 4.208 8.242 8.538 11.962 12.949 15.246-55.878 36.118-118.758 59.288-181.504l275.651-0.002c-66.174 102.224-134.437 202.374-133.053 330.184zM124.11 403.648c0 0.016 0 0.030-0.002 0.046-4.746 82.462 34.71 151.832 88.126 154.936 53.413 3.106 100.56-61.227 105.304-143.693 0-0.014 0.005-0.030 0.005-0.043 0.256-4.446 0.368-8.846 0.37-13.206-16.925-4.256-32.192-10.435-45.872-17.63-0.053 0.613-0.091 1.216-0.152 1.83 0 0.008 0 0.018 0 0.026-4.57 46.81-29.571 82.16-55.851 78.958-26.28-3.203-43.88-43.75-39.312-90.558 0-0.010 0.005-0.018 0.005-0.026 1.992-20.408 7.869-38.637 16.042-52.445-2.034-1.603-7.784-5.813-14.406-10.656-4.97-3.634-11.019-8.058-18.314-13.43-19.885 26.094-33.509 63.581-35.942 105.891zM665.261 199.822c-1.901-43.586-58.909-84.592-111.582-101.043l-0.296-0.096c-21.901-7.102-41.427-19.6-62.104-32.83-34.731-22.224-70.646-45.208-122.522-45.208-3.403 0-6.894 0.104-10.326 0.296-47.515 2.778-69.742 23.032-97.88 48.675-14.842 13.526-30.19 27.514-49.976 39.125l-0.424 0.243c-42.706 24.104-69.213 54.082-70.909 80.194-0.842 12.981 4.938 24.218 17.182 33.4 26.637 19.973 44.478 33.022 56.285 41.658 13.11 9.587 17.069 12.48 20 15.264 2.096 1.986 4.365 4.187 6.805 6.562 24.446 23.774 65.36 63.562 128.15 63.562 38.405 0 80.898-14.8 126.17-43.902 21.325-13.878 39.882-20.286 63.381-28.4 16.157-5.578 34.469-11.902 58.992-22.403l0.395-0.165c22.878-9.402 49.894-26.562 48.659-54.93zM652.646 302.194c-4.4 2.214-8.974 4.32-13.744 6.286-22.106 9.456-39.832 15.874-54.534 20.998 8.115 15.894 13.16 35.72 13.624 57.242 0 0.010 0 0.022 0 0.030 1.126 52.374-25.288 94.896-58.997 94.976-33.71 0.078-61.95-42.314-63.075-94.686 0-0.010 0-0.018 0-0.029-0.038-1.714-0.042-3.416-0.021-5.11-20.762 9.552-41.181 16.49-61.166 20.76-0.091 1.968-0.205 3.933-0.243 5.92 0 0.016 0 0.035 0 0.050-1.938 95.413 56.602 174.39 130.754 176.402 74.15 2.014 135.827-73.701 137.771-169.11 0-0.018 0-0.038 0-0.053 0.875-43.142-10.659-82.862-30.368-113.675z" />
+<glyph unicode="&#x54;" d="M448 384l-64 64-192-192 192-192 64 64-128 128zM576 128l64-64 192 192-192 192-64-64 128-128zM903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.339-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
+<glyph unicode="&#x55;" d="M640 960v-124c0-51.264-20-99.488-56.128-135.616l-362.112-360.128c-57.248-57.12-88.768-132.128-92.256-212.256h-129.504l192-192 192 192h-126.624c3.36 46.016 21.888 88.736 54.752 121.76l362.112 360c60.512 60.48 93.76 140.736 93.76 226.24v124h-128zM766.496 128c-3.488 80.128-35.136 155.136-92.384 212.512l-71.36 70.88-90.752-90.272 71.744-71.36c32.992-32.864 51.488-75.744 54.88-121.76h-126.624l192-192 192 192h-129.504z" horiz-adv-x="896" />
+<glyph unicode="&#x56;" d="M1024 448c0 282.77-229.23 512-512 512s-512-229.23-512-512 229.23-512 512-512 512 229.23 512 512zM96 448c0 229.75 186.25 416 416 416s416-186.25 416-416-186.25-416-416-416-416 186.25-416 416zM557.254 146.744l256 256.002c24.994 24.992 24.994 65.514 0 90.507-24.994 24.994-65.517 24.994-90.51 0l-146.744-146.742v357.49c0 35.346-28.654 64-64 64s-64-28.654-64-64v-357.49l-146.744 146.746c-24.994 24.994-65.518 24.994-90.512 0-12.496-12.498-18.744-28.878-18.744-45.256s6.248-32.758 18.744-45.254l256-256.002c24.994-24.992 65.518-24.992 90.51 0z" />
+<glyph unicode="&#x68;" d="M1024.837 959.163v-1024h-1024v1024zM401.115 875.925h-153.891v-868.578h161.011v251.921c0 25.921 0.365 43.446 1.096 52.574 0.365 14.239 1.461 25.741 3.286 34.503h0.547c1.096 8.761 2.921 15.88 5.476 21.358 2.19 6.206 4.929 11.5 8.215 15.88l0.547 0.549c4.016 6.572 9.674 12.961 16.976 19.168 6.572 5.476 14.239 10.404 23.002 14.786 10.223 4.016 19.717 7.119 28.478 9.31 10.223 2.19 21.542 3.286 33.956 3.286 17.89 0 32.676-2.19 44.36-6.572 9.857-4.016 17.708-9.674 23.549-16.976 5.476-8.033 10.041-21.176 13.692-39.431 4.016-21.907 6.024-48.195 6.024-78.863v-281.493h161.011v328.045c0 17.159-0.366 37.056-1.096 59.693-1.096 17.16-2.739 31.033-4.929 41.621-2.19 10.223-5.112 20.082-8.763 29.574-4.38 9.859-8.945 18.621-13.69 26.288-9.494 14.604-19.715 26.47-30.67 35.597-10.953 9.127-24.461 17.708-40.525 25.739h-0.549c-15.333 6.572-31.582 11.502-48.74 14.788-17.525 3.286-36.329 4.929-56.409 4.929-20.447 0-42.534-2.192-66.266-6.572-20.811-4.382-39.98-10.953-57.505-19.715-16.794-8.398-32.858-19.715-48.193-33.954z" />
+<glyph unicode="&#xe000;" d="M873.984 85.952c-199.872-199.936-524.096-199.936-724.032 0-200 199.936-200 524.16 0 724.096 199.936 199.936 524.16 199.936 724.032 0 200-199.936 200-524.16 0-724.096zM512 768c-176.704 0-320-143.232-320-320s143.296-320 320-320c102.528 0 192.768 49.152 251.392 124.096l-235.392 135.872 285.056 164.544c-43.52 125.184-161.152 215.488-301.056 215.488zM832 448c-35.392 0-64-28.608-64-64s28.608-64 64-64 64 28.608 64 64-28.608 64-64 64zM576 640c35.392 0 64-28.608 64-64 0-35.328-28.608-64-64-64s-64 28.672-64 64c0 35.392 28.608 64 64 64z" />
+<glyph unicode="&#xe001;" d="M848.512 445.013c0.128 0.299 0.171 0.64 0.299 0.939 2.858 7.296 4.522 15.104 4.522 23.381s-1.664 16.085-4.523 23.381c-0.128 0.299-0.171 0.64-0.299 0.939-3.243 7.936-8.021 15.061-13.995 21.035l-213.248 213.248c-25.003 25.003-65.493 25.003-90.496 0-25.003-24.96-25.003-65.536 0-90.496l104.066-104.107h-400.17c-35.328 0-64-28.629-64-64s28.672-64 64-64h400.171l-104.064-104.064c-25.003-24.96-25.003-65.536 0-90.496 12.458-12.544 28.842-18.773 45.226-18.773s32.768 6.229 45.269 18.731l213.248 213.248c5.974 5.973 10.752 13.141 13.995 21.034z" />
+<glyph unicode="&#xe002;" d="M175.488 493.653c-0.128-0.299-0.171-0.64-0.299-0.939-2.858-7.294-4.522-15.102-4.522-23.381s1.664-16.085 4.523-23.381c0.128-0.299 0.171-0.64 0.299-0.939 3.243-7.936 8.021-15.061 13.995-21.035l213.248-213.248c25.003-25.003 65.493-25.003 90.496 0 25.003 24.96 25.003 65.536 0 90.496l-104.066 104.107h400.17c35.328 0 64 28.629 64 64s-28.672 64-64 64h-400.17l104.064 104.064c25.003 24.96 25.003 65.536 0 90.496-12.459 12.544-28.843 18.774-45.227 18.774s-32.768-6.23-45.269-18.731l-213.248-213.248c-5.974-5.973-10.752-13.141-13.995-21.035z" />
+<glyph unicode="&#xe004;" d="M839.68 755.2c0 67.84-54.989 122.88-122.88 122.88s-122.88-55.040-122.88-122.88c0-49.818 29.696-92.621 72.294-111.923-11.622-99.738-75.878-119.859-168.704-148.838-45.056-14.080-97.434-30.464-141.67-62.31v210.227c43.674 18.893 74.24 62.31 74.24 112.845 0 67.84-55.040 122.88-122.88 122.88-67.891 0-122.88-55.040-122.88-122.88 0-50.534 30.566-93.952 74.24-112.845v-388.762c-43.674-18.79-74.24-62.208-74.24-112.794 0-67.84 54.989-122.88 122.88-122.88 67.84 0 122.88 55.040 122.88 122.88 0 49.818-29.696 92.621-72.346 111.923 11.674 99.738 75.981 119.91 168.755 148.838 94.362 29.491 221.491 69.274 237.261 240.077 44.544 18.534 75.93 62.362 75.93 113.562zM236.288 755.2c0 39.168 31.744 70.912 70.912 70.912s70.912-31.744 70.912-70.912-31.744-70.912-70.912-70.912-70.912 31.744-70.912 70.912zM307.2 69.888c-39.168 0-70.912 31.744-70.912 70.912s31.744 70.912 70.912 70.912 70.912-31.744 70.912-70.912-31.744-70.912-70.912-70.912zM716.8 684.288c-39.117 0-70.912 31.744-70.912 70.912s31.795 70.912 70.912 70.912 70.912-31.744 70.912-70.912-31.795-70.912-70.912-70.912z" />
+<glyph unicode="&#xe005;" d="M960.005 671.994l-223.998 223.998 64 64 223.997-223.998zM896 608l-32-352c-288 0-704-320-704-320l-53.13 53.13 273.664 273.664c10.973-4.368 22.934-6.794 35.466-6.794 53.019 0 96 42.981 96 96 0 53.019-42.981 96-96 96-53.019 0-96-42.981-96-96 0-12.533 2.426-24.49 6.794-35.466l-273.664-273.664-53.13 53.13c0 0 320 416 320 704l352 32 224-224z" />
+<glyph unicode="&#xe600;" d="M1024.648 963.326v-1023.809h-1023.811v1023.809zM410.696 865.988h-38.127c-14.952-1.494-32.147-3.551-51.583-6.167-19.438-2.617-38.875-5.607-58.313-8.972-19.438-3.363-37.94-7.288-55.508-11.774-17.569-4.486-31.96-8.97-43.174-13.456v-43.734l85.225-8.972v-679.56c-26.166-5.982-50.835-14.952-74.011-26.913v-43.734h297.167v43.734c-10.466 7.476-20.371 13.083-29.716 16.821s-19.998 7.103-31.96 10.093v311.744c8.97 26.913 23.923 50.65 44.855 71.208 20.932 20.559 46.351 30.839 76.255 30.839 35.884 0 59.994-15.139 72.329-45.416 12.335-30.278 18.502-77.563 18.502-141.856v-226.52c-12.708-3.738-23.922-7.851-33.641-12.335-9.718-4.486-19.063-9.345-28.035-14.579v-43.734h297.167v43.734c-11.214 7.476-23.176 13.083-35.884 16.821-12.71 3.738-25.419 7.103-38.127 10.093v268.010c0 46.351-4.113 84.666-12.337 114.942-8.222 30.278-20.184 54.387-35.884 72.329-15.7 17.943-35.323 30.466-58.873 37.567-23.549 7.103-50.275 10.653-80.178 10.653-20.933 0-40.744-3.363-59.434-10.093-18.69-6.728-36.071-15.885-52.145-27.474-16.073-11.587-30.464-25.043-43.172-40.369-12.71-15.325-22.802-31.585-30.278-48.781h-1.121z" />
+</font></defs></svg>
\ No newline at end of file
binary files /dev/null b/docs/static/static/fonts/hugo.ttf differ
binary files /dev/null b/docs/static/static/fonts/hugo.woff differ