1.3 Update

pull/57/head
Erik Flowers 10 years ago
parent e0c407872d
commit 5f17eb109d

@ -5569,7 +5569,7 @@ a .icon-flip-vertical:before {
content: "\f0e8";
}
.icon-umbrella:before {
content: "\f0e9";
content: "\f084";
}
.icon-paste:before {
content: "\f0ea";
@ -6040,7 +6040,8 @@ a .icon-flip-vertical:before {
content: "\f18b";
}
/*!
* Weather Icons 1.2
* Weather Icons 1.3
* Updated November 30th, 2014
* Weather themed icons for Bootstrap
* ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
@ -6064,8 +6065,8 @@ a .icon-flip-vertical:before {
*/
@font-face {
font-family: 'weathericons';
src: url('../fonts/weathericons-regular-webfont.eot');
src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
src: url('../font/weathericons-regular-webfont.eot');
src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
font-weight: normal;
font-style: normal;
}
@ -6417,38 +6418,368 @@ a .icon-flip-vertical:before {
.wi-stars:before {
content: "\f077";
}
.wi-moon-full:before {
content: "\f078";
.wi-night-partly-cloudy:before {
content: "\f083";
}
.wi-moon-waxing-gibbous:before {
content: "\f079";
.wi-umbrella:before {
content: "\f084";
}
.wi-moon-waxing-quarter:before {
content: "\f07a";
.wi-day-windy:before {
content: "\f085";
}
.wi-moon-waxing-crescent:before {
content: "\f07b";
.wi-night-alt-cloudy:before {
content: "\f086";
}
.wi-moon-young:before {
content: "\f07c";
.wi-up-left:before {
content: "\f087";
}
.wi-down-right:before {
content: "\f088";
}
.wi-time-12:before {
content: "\f089";
}
.wi-time-1:before {
content: "\f08a";
}
.wi-time-2:before {
content: "\f08b";
}
.wi-time-3:before {
content: "\f08c";
}
.wi-time-4:before {
content: "\f08d";
}
.wi-time-5:before {
content: "\f08e";
}
.wi-time-6:before {
content: "\f08f";
}
.wi-time-7:before {
content: "\f090";
}
.wi-time-8:before {
content: "\f091";
}
.wi-time-9:before {
content: "\f092";
}
.wi-time-10:before {
content: "\f093";
}
.wi-time-11:before {
content: "\f094";
}
.wi-day-sleet:before {
content: "\f0b2";
}
.wi-night-sleet:before {
content: "\f0b3";
}
.wi-night-alt-sleet:before {
content: "\f0b4";
}
.wi-sleet:before {
content: "\f0b5";
}
.wi-day-haze:before {
content: "\f0b6";
}
.wi-beafort-0:before {
content: "\f0b7";
}
.wi-beafort-1:before {
content: "\f0b8";
}
.wi-beafort-2:before {
content: "\f0b9";
}
.wi-beafort-3:before {
content: "\f0ba";
}
.wi-beafort-4:before {
content: "\f0bb";
}
.wi-beafort-5:before {
content: "\f0bc";
}
.wi-beafort-6:before {
content: "\f0bd";
}
.wi-beafort-7:before {
content: "\f0be";
}
.wi-beafort-8:before {
content: "\f0bf";
}
.wi-beafort-9:before {
content: "\f0c0";
}
.wi-beafort-10:before {
content: "\f0c1";
}
.wi-beafort-11:before {
content: "\f0c2";
}
.wi-beafort-12:before {
content: "\f0c3";
}
.wi-wind-default:before {
content: "\f0b1";
}
wi-wind-default._0-deg {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
wi-wind-default._15-deg {
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-o-transform: rotate(15deg);
transform: rotate(15deg);
}
wi-wind-default._30-deg {
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
wi-wind-default._45-deg {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
wi-wind-default._60-deg {
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
wi-wind-default._75-deg {
-webkit-transform: rotate(75deg);
-moz-transform: rotate(75deg);
-ms-transform: rotate(75deg);
-o-transform: rotate(75deg);
transform: rotate(75deg);
}
wi-wind-default._90-deg {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
wi-wind-default._105-deg {
-webkit-transform: rotate(105deg);
-moz-transform: rotate(105deg);
-ms-transform: rotate(105deg);
-o-transform: rotate(105deg);
transform: rotate(105deg);
}
wi-wind-default._120-deg {
-webkit-transform: rotate(120deg);
-moz-transform: rotate(120deg);
-ms-transform: rotate(120deg);
-o-transform: rotate(120deg);
transform: rotate(120deg);
}
wi-wind-default._135-deg {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}
wi-wind-default._150-deg {
-webkit-transform: rotate(150deg);
-moz-transform: rotate(150deg);
-ms-transform: rotate(150deg);
-o-transform: rotate(150deg);
transform: rotate(150deg);
}
wi-wind-default._165-deg {
-webkit-transform: rotate(165deg);
-moz-transform: rotate(165deg);
-ms-transform: rotate(165deg);
-o-transform: rotate(165deg);
transform: rotate(165deg);
}
wi-wind-default._180-deg {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
wi-wind-default._195-deg {
-webkit-transform: rotate(195deg);
-moz-transform: rotate(195deg);
-ms-transform: rotate(195deg);
-o-transform: rotate(195deg);
transform: rotate(195deg);
}
wi-wind-default._210-deg {
-webkit-transform: rotate(210deg);
-moz-transform: rotate(210deg);
-ms-transform: rotate(210deg);
-o-transform: rotate(210deg);
transform: rotate(210deg);
}
wi-wind-default._225-deg {
-webkit-transform: rotate(225deg);
-moz-transform: rotate(225deg);
-ms-transform: rotate(225deg);
-o-transform: rotate(225deg);
transform: rotate(225deg);
}
wi-wind-default._240-deg {
-webkit-transform: rotate(240deg);
-moz-transform: rotate(240deg);
-ms-transform: rotate(240deg);
-o-transform: rotate(240deg);
transform: rotate(240deg);
}
wi-wind-default._255-deg {
-webkit-transform: rotate(255deg);
-moz-transform: rotate(255deg);
-ms-transform: rotate(255deg);
-o-transform: rotate(255deg);
transform: rotate(255deg);
}
wi-wind-default._270-deg {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
wi-wind-default._285-deg {
-webkit-transform: rotate(295deg);
-moz-transform: rotate(295deg);
-ms-transform: rotate(295deg);
-o-transform: rotate(295deg);
transform: rotate(295deg);
}
wi-wind-default._300-deg {
-webkit-transform: rotate(300deg);
-moz-transform: rotate(300deg);
-ms-transform: rotate(300deg);
-o-transform: rotate(300deg);
transform: rotate(300deg);
}
wi-wind-default._315-deg {
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
wi-wind-default._330-deg {
-webkit-transform: rotate(330deg);
-moz-transform: rotate(330deg);
-ms-transform: rotate(330deg);
-o-transform: rotate(330deg);
transform: rotate(330deg);
}
wi-wind-default._345-deg {
-webkit-transform: rotate(345deg);
-moz-transform: rotate(345deg);
-ms-transform: rotate(345deg);
-o-transform: rotate(345deg);
transform: rotate(345deg);
}
.wi-moon-new:before {
content: "\f07d";
content: "\f095";
}
.wi-moon-old:before {
content: "\f07e";
.wi-moon-waxing-cresent-1:before {
content: "\f096";
}
.wi-moon-waning-crescent:before {
content: "\f080";
.wi-moon-waxing-cresent-2:before {
content: "\f097";
}
.wi-moon-waning-quarter:before {
content: "\f081";
.wi-moon-waxing-cresent-3:before {
content: "\f098";
}
.wi-moon-waning-gibbous:before {
content: "\f082";
.wi-moon-waxing-cresent-4:before {
content: "\f099";
}
.wi-night-partly-cloudy:before {
content: "\f083";
.wi-moon-waxing-cresent-5:before {
content: "\f09a";
}
.wi-moon-waxing-cresent-6:before {
content: "\f09b";
}
.wi-moon-first-quarter:before {
content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
content: "\f0a2";
}
.wi-moon-full:before {
content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
content: "\f0a9";
}
.wi-moon-3rd-quarter:before {
content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
content: "\f0b0";
}
::selection,
-moz::selection {

Binary file not shown.

@ -3,12 +3,11 @@
<svg xmlns="http://www.w3.org/2000/svg">
<metadata></metadata>
<defs>
<font id="weather_iconsregular" horiz-adv-x="1514" >
<font id="weather_iconsregular" horiz-adv-x="1537" >
<font-face units-per-em="2048" ascent="1755" descent="-293" />
<missing-glyph horiz-adv-x="685" />
<glyph horiz-adv-x="2048" />
<glyph horiz-adv-x="2048" />
<glyph unicode="&#xd;" horiz-adv-x="2048" />
<glyph horiz-adv-x="0" />
<glyph horiz-adv-x="682" />
<glyph unicode=" " horiz-adv-x="685" />
<glyph unicode="&#x09;" horiz-adv-x="685" />
<glyph unicode="&#xa0;" horiz-adv-x="685" />
@ -87,7 +86,7 @@
<glyph unicode="&#xf03d;" horiz-adv-x="2216" d="M0 531q0 -214 149 -367t363 -163q18 0 18 18v143q0 19 -18 19q-137 7 -233.5 109t-96.5 241q0 133 90.5 231.5t224.5 114.5l56 3q21 0 21 18l8 59q16 173 145.5 289.5t305.5 116.5q174 0 305 -116.5t149 -289.5l8 -62q0 -18 18 -18h173q142 0 246.5 -103t104.5 -243 q0 -139 -97 -241t-234 -109q-20 0 -20 -19v-143q0 -18 20 -18q140 4 257.5 76.5t185 192.5t67.5 261q0 144 -71 265t-193 190.5t-266 69.5h-35q-52 214 -224.5 351t-393.5 137q-226 0 -401 -140t-225 -359q-176 -41 -291.5 -185.5t-115.5 -328.5zM743 368q0 -38 26 -64 l276 -278q20 -25 61 -25q45 0 65 25l277 278q26 28 26 64q0 37 -26 62t-64 25t-66 -25l-120 -118v425q0 38 -27 63t-65 25t-63 -25t-25 -63v-425l-117 118q-28 25 -67 25q-40 0 -65.5 -24.5t-25.5 -62.5z" />
<glyph unicode="&#xf03e;" horiz-adv-x="2212" d="M0 527q0 -105 40 -200.5t108.5 -165t163 -112.5t199.5 -48q18 0 18 18v142q0 20 -18 20q-139 10 -234 110t-95 236q0 134 90.5 233.5t223.5 110.5l56 8q21 0 21 18l8 55q11 114 73.5 207.5t162 146t214.5 52.5q175 0 305.5 -115t148.5 -288l6 -61q0 -19 20 -19h172 q144 0 247 -103t103 -245q0 -136 -95 -236t-234 -110q-21 0 -21 -20v-142q0 -18 21 -18q214 10 361.5 161.5t147.5 364.5q0 143 -71.5 264.5t-193.5 192.5t-265 71h-34q-53 213 -225.5 350t-392.5 137q-225 0 -400 -141.5t-225 -360.5q-177 -42 -291.5 -185.5t-114.5 -327.5 zM664 392q0 -119 59.5 -220.5t161 -161.5t219.5 -60q184 0 315 130.5t131 311.5q0 37 -27 64t-65 27t-65.5 -27t-27.5 -64q0 -107 -76.5 -184t-184.5 -77q-106 0 -182.5 77t-76.5 184q0 96 57 171t140 82l-44 -42q-24 -24 -24 -61q0 -40 24 -70q22 -24 56.5 -25t74.5 25 l194 199q27 27 27 62q0 40 -27 65l-194 195q-30 28 -66 28q-37 0 -63 -27t-26 -65t24 -62l37 -38q-160 -27 -265.5 -149t-105.5 -288z" />
<glyph unicode="&#xf040;" horiz-adv-x="2211" d="M0 530q0 -213 148.5 -366t362.5 -163q18 0 18 18v142q0 20 -18 20q-137 7 -233 108.5t-96 240.5q0 132 90 230t224 114h56q21 0 21 19l6 61q17 173 147 290t305 117q173 0 303.5 -117t148.5 -290l8 -61q0 -19 19 -19h172q142 0 246 -102.5t104 -241.5q0 -138 -96.5 -240 t-232.5 -109q-21 0 -21 -20v-142q0 -18 21 -18q139 4 256 76t184.5 192.5t67.5 260.5q0 107 -42 204t-113 167t-169 111.5t-205 41.5h-34q-53 214 -225 350.5t-392 136.5q-226 0 -401 -140.5t-224 -358.5q-177 -41 -291.5 -184.5t-114.5 -327.5zM741 463q0 -40 26 -68 q24 -24 65 -24q39 0 66 24l118 122v-424q0 -38 25 -65t63 -27q37 0 64 27t27 65v420l120 -118q64 -49 130 0q26 24 26 66q0 38 -26 66l-276 274q-26 26 -64 26q-39 0 -63 -26l-275 -274q-26 -26 -26 -64z" />
<glyph unicode="&#xf041;" horiz-adv-x="2216" d="M0 531q0 -214 149 -367t363 -163q18 0 18 18v143q0 19 -18 19q-137 7 -233.5 109t-96.5 241q0 133 90.5 231.5t224.5 114.5h56q21 0 21 18l8 62q16 173 145.5 289.5t305.5 116.5q174 0 305 -116.5t149 -289.5l8 -62q0 -18 18 -18h173q142 0 246.5 -103t104.5 -243 q0 -139 -97 -241t-234 -109q-20 0 -20 -19v-143q0 -18 20 -18q140 4 257.5 76.5t185 192.5t67.5 261q0 144 -71 265t-193 190.5t-266 69.5h-35q-52 214 -224.5 351t-393.5 137q-226 0 -401 -140t-225 -359q-176 -41 -291.5 -185.5t-115.5 -328.5z" />
<glyph unicode="&#xf041;" horiz-adv-x="2216" d="M0 530q0 184 115 328t292 185q50 219 225 359.5t401 140.5q221 0 393.5 -137t224.5 -351h35q144 0 266 -69.5t193 -190.5t71 -265q0 -141 -67.5 -261t-185 -192.5t-257.5 -76.5h-1194q-214 10 -363 163t-149 367zM182 530q0 -139 96.5 -241.5t233.5 -109.5h1194 q137 7 234 109.5t97 241.5q0 140 -104 242.5t-247 102.5h-173q-18 0 -18 19l-8 61q-18 173 -149 290t-305 117q-175 0 -304.5 -117t-146.5 -290l-8 -61q0 -19 -21 -19h-56q-134 -16 -224.5 -114t-90.5 -231z" />
<glyph unicode="&#xf042;" horiz-adv-x="386" d="M0 1349q0 80 57 137t137 57q79 0 135.5 -57t56.5 -137t-56.5 -137.5t-135.5 -57.5t-136.5 57.5t-57.5 137.5zM94 1349q0 -42 29 -71q30 -30 71 -30t71 30t30 71t-30 70.5t-71 29.5q-42 0 -71 -29t-29 -71z" />
<glyph unicode="&#xf043;" horiz-adv-x="677" d="M0 542q0 -31 20.5 -51.5t50.5 -20.5h306q30 0 50.5 20.5t20.5 51.5q0 30 -20.5 49.5t-50.5 19.5h-132l414 414q19 22 19 53q0 29 -19 49q-20 19 -53 19q-32 0 -51 -19l-412 -413v133q0 31 -20.5 51.5t-51.5 20.5q-30 0 -50.5 -21t-20.5 -51v-305z" />
<glyph unicode="&#xf044;" horiz-adv-x="690" d="M0 574q0 -35 27 -59l256 -261q25 -25 62 -25q38 0 63 25l256 261q26 23 26 59t-24 60.5t-60 24.5t-61 -25l-113 -112v703q0 36 -25.5 60t-61.5 24t-61.5 -24t-25.5 -60v-703l-113 112q-25 25 -59 25q-36 0 -61 -24.5t-25 -60.5z" />
@ -112,8 +111,8 @@
<glyph unicode="&#xf059;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM491 521l90 239q5 10 0 21l-90 235q-5 10 1 16t17 1l598 -252q11 -2 11 -11q0 -8 -11 -10l-598 -257q-11 -4 -17 1.5t-1 16.5z " />
<glyph unicode="&#xf05a;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM435 761q0 7 12 10l604 250q11 2 16.5 -3.5t1.5 -16.5l-248 -604q-2 -11 -11 -11q-11 0 -16 11l-103 230q-9 14 -14 15 l-230 104q-12 4 -12 15z" />
<glyph unicode="&#xf05b;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM518 998q-2 11 3.5 17t15.5 2l602 -249q12 -2 12 -10q0 -9 -12 -14l-229 -104q-10 -4 -15 -15l-104 -230q-5 -11 -14 -11 q-8 0 -10 11z" />
<glyph unicode="&#xf05c;" horiz-adv-x="1537" d="M0 765q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 765q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM503 507l256 600q2 11 10 11t10 -11l255 -600q4 -11 -1.5 -17t-16.5 0l-237 89q-10 4 -20 0l-239 -89q-10 -6 -16 0t-1 17z" />
<glyph unicode="&#xf05d;" horiz-adv-x="1537" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM375 777q0 10 10 14l231 104q10 5 15 15l103 229q9 12 16 12q8 0 11 -12l248 -605q2 -11 -2 -15t-16 -2l-606 248q-10 3 -10 12 z" />
<glyph unicode="&#xf05c;" d="M0 765q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 765q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM503 507l256 600q2 11 10 11t10 -11l255 -600q4 -11 -1.5 -17t-16.5 0l-237 89q-10 4 -20 0l-239 -89q-10 -6 -16 0t-1 17z" />
<glyph unicode="&#xf05d;" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM375 777q0 10 10 14l231 104q10 5 15 15l103 229q9 12 16 12q8 0 11 -12l248 -605q2 -11 -2 -15t-16 -2l-606 248q-10 3 -10 12 z" />
<glyph unicode="&#xf05e;" horiz-adv-x="1533" d="M0 769q0 156 60.5 298.5t163 244.5t244 163t297.5 61q157 0 299 -61t245 -163.5t164 -244.5t61 -297q0 -156 -61 -298.5t-164 -245.5t-245 -163.5t-298 -60.5q-155 0 -297 60.5t-244.5 163t-163.5 244.5t-61 299zM168 769q0 -162 80.5 -299.5t218.5 -217t299 -79.5 q121 0 232 47.5t191.5 127.5t128 190.5t47.5 231.5q0 244 -178 422q-178 176 -422 176q-121 0 -231.5 -48t-190.5 -128t-127.5 -191t-47.5 -232zM525 536l250 605q1 10 10 10q10 0 14 -10l104 -231q2 -9 16 -14l230 -104q11 -4 11 -14q0 -9 -11 -12l-605 -248q-10 -4 -15 1 t-4 17z" />
<glyph unicode="&#xf060;" horiz-adv-x="1538" d="M0 766q0 156 61.5 298.5t164.5 245.5t245 163.5t298 60.5t298.5 -60.5t245.5 -163.5t164 -245t61 -299t-61 -299t-164 -244.5t-245.5 -163t-298.5 -60.5t-298.5 61t-245.5 164t-164 245t-61 297zM170 766q0 -245 177 -422q176 -176 422 -176q163 0 301.5 80.5t219 218 t80.5 299.5q0 121 -47.5 232t-128.5 191.5t-192 128t-233 47.5q-121 0 -231.5 -47.5t-191 -128t-128.5 -191.5t-48 -232zM504 1025q-5 11 1 16.5t16 0.5l238 -89q10 -4 23 0l235 89q10 5 16 -0.5t2 -16.5l-253 -599q-3 -10 -13 -10q-7 0 -10 10z" />
<glyph unicode="&#xf061;" horiz-adv-x="1541" d="M0 769q0 157 61.5 300t165 246.5t246 164.5t298.5 61t299 -61t246 -164.5t164.5 -246.5t61.5 -300t-61.5 -300t-165 -245.5t-246 -163.5t-298.5 -61q-157 0 -300 61t-246 164.5t-164 246t-61 298.5zM170 769q0 -245 179 -424q177 -177 422 -177q163 0 302 81t220 219.5 t81 300.5t-81 300.5t-220 219.5t-302 81q-162 0 -300.5 -81t-219.5 -219.5t-81 -300.5zM418 769q0 9 12 10l601 258q11 5 16.5 -1.5t0.5 -16.5l-89 -240q-7 -10 0 -20l89 -238q5 -10 -0.5 -16t-16.5 -1l-601 255q-12 1 -12 10z" />
@ -138,16 +137,80 @@
<glyph unicode="&#xf075;" horiz-adv-x="2129" d="M0 671q0 107 193 193t502 122q2 150 110.5 257.5t258.5 107.5q151 0 259.5 -107.5t110.5 -257.5q308 -36 501.5 -122t193.5 -193q0 -91 -142.5 -168.5t-387.5 -122.5t-535 -45q-289 0 -534 45t-387.5 122.5t-142.5 168.5zM249 671q0 -25 18 -42.5t43 -17.5t42 17.5 t17 42.5t-17 42.5t-42 17.5t-43 -17.5t-18 -42.5zM627 671q0 -25 17.5 -42.5t42.5 -17.5t42.5 17.5t17.5 42.5t-17.5 42.5t-42.5 17.5t-42.5 -17.5t-17.5 -42.5zM816 998q113 10 248 10q136 0 250 -10q-7 97 -78.5 164t-171.5 67q-98 0 -170 -67t-78 -164zM1005 671 q0 -25 17 -42.5t42 -17.5t43 17.5t18 42.5t-18 42.5t-43 17.5t-42 -17.5t-17 -42.5zM1382 671q0 -25 17.5 -42.5t42.5 -17.5q24 0 42 17.5t18 42.5t-18 42.5t-42 17.5q-26 0 -43 -17.5t-17 -42.5zM1759 671q0 -25 17.5 -42.5t41.5 -17.5q25 0 43 17.5t18 42.5t-17.5 42.5 t-43.5 17.5q-24 0 -41.5 -17.5t-17.5 -42.5z" />
<glyph unicode="&#xf076;" horiz-adv-x="1609" d="M0 794q0 31 21 53t51 22q31 0 52 -22t21 -53q0 -30 -21.5 -51t-51.5 -21t-51 21.5t-21 50.5zM211 794q0 31 21 53t51 22h344l-243 243q-22 20 -22 50.5t22 52.5t52 22t52 -22l242 -242v342q0 31 22 53t53 22q30 0 51 -22t21 -53v-345l244 245q22 22 52 22t52 -22 q19 -22 19 -52.5t-19 -50.5l-243 -243h344q29 0 50.5 -22t21.5 -53q0 -29 -21.5 -50.5t-50.5 -21.5h-345l244 -244q19 -20 19 -50t-19 -52q-23 -22 -52.5 -22t-51.5 22l-244 245v-346q0 -31 -21 -52.5t-51 -21.5q-31 0 -53 21.5t-22 52.5v343l-242 -242q-22 -22 -52 -22 t-52 22t-22 52t22 50l245 244h-346q-30 0 -51 21.5t-21 50.5zM213 277.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -51.5t-52.5 -22t-50.5 22q-22 22 -22 51.5zM213 1313.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -52.5q-22 -22 -52.5 -22 t-50.5 22q-22 23 -22 52.5zM730 64q0 29 22 50.5t53 21.5q30 0 51 -21.5t21 -50.5q0 -31 -21 -52.5t-51 -21.5q-31 0 -53 21.5t-22 52.5zM730 1527q0 31 22 52.5t53 21.5q30 0 51 -21.5t21 -52.5q0 -29 -21 -50.5t-51 -21.5q-31 0 -53 21.5t-22 50.5zM1249 277.5 q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -51.5t-52.5 -22t-50.5 22q-22 22 -22 51.5zM1249 1313.5q0 29.5 22 51.5q20 22 50.5 22t52.5 -22t22 -51.5t-22 -52.5q-22 -22 -52.5 -22t-50.5 22q-22 23 -22 52.5zM1463 794q0 31 21.5 53t52.5 22q29 0 50.5 -22 t21.5 -53q0 -29 -21.5 -50.5t-50.5 -21.5q-31 0 -52.5 21.5t-21.5 50.5z" />
<glyph unicode="&#xf077;" horiz-adv-x="2054" d="M0 605q104 5 176 80.5t72 179.5q0 -104 72 -179.5t176 -80.5q-104 -5 -176 -80.5t-72 -179.5q0 104 -72 179.5t-176 80.5zM248 1373q202 10 342.5 156.5t140.5 349.5q0 -203 141 -349.5t343 -156.5q-133 -6 -244 -75.5t-175.5 -184t-64.5 -248.5q0 204 -140.5 351 t-342.5 157zM602 224q152 7 258 117.5t106 263.5q0 -153 105.5 -263.5t257.5 -117.5q-152 -7 -257.5 -117.5t-105.5 -263.5q0 153 -106 263.5t-258 117.5zM1329 730q152 7 257 117t105 264q0 -153 106 -263.5t258 -117.5q-152 -7 -258 -117t-106 -263q0 153 -105 263 t-257 117z" />
<glyph unicode="&#xf078;" d="M0 753q0 29 1 44q0 3 0.5 7t0.5 6t0.5 7t0.5 8t1 7.5t1 5.5v2q0 4 1.5 15.5t2.5 17.5q0 1 1 1q0 2 0.5 7t0.5 7q4 22 13 53q0 1 0.5 3t0.5 3l6 21l2 6q1 2 1 5q11 30 15 40q0 3 2 7q1 3 4 11t4 10q39 88 93 159q2 2 8 11l9 10q1 1 4 5.5t4 5.5l14 16q1 1 4 4.5t5 5.5 q5 4 9 9l10 10l10 10q7 7 10 8l2.5 2.5t2 2.5t2 2t2.5 2q103 93 234 144t276 51q205 0 379 -100.5t275.5 -273.5t101.5 -378q0 -75 -16 -155q0 -3 -2 -10t-2 -11l-7 -27q-4 -11 -5 -14q0 -3 -2 -7v-1q-5 -18 -13 -34l-10 -28q-1 -3 -3 -7l-3 -6l-6 -14q-1 -3 -3 -8t-3 -6 l-7 -14q-95 -187 -276 -299t-398 -112q-154 0 -294.5 59.5t-242 160.5t-161.5 240.5t-60 292.5zM179 753q0 -156 77.5 -288.5t211 -209.5t290.5 -77q117 0 224 45.5t184.5 122.5t123 183.5t45.5 223.5t-45.5 223.5t-123 183t-184 122t-224.5 45.5q-157 0 -290.5 -76.5 t-211 -209t-77.5 -288.5z" />
<glyph unicode="&#xf079;" d="M0 758q0 284 187 498q105 121 254 189.5t317 68.5q154 0 294 -60t241 -161t161 -241t60 -294t-60 -294.5t-161 -242t-241 -161.5t-294 -60q-167 0 -314.5 67.5t-252.5 187.5q-91 102 -141 231.5t-50 271.5zM294 1102q84 -162 84 -349q0 -184 -82 -343q80 -108 201 -169.5 t261 -61.5q117 0 224 46t184.5 123.5t123 184.5t45.5 225t-45.5 224.5t-123 184t-184 123t-224.5 45.5q-141 0 -262.5 -62.5t-201.5 -170.5z" />
<glyph unicode="&#xf07a;" d="M0 758q0 191 89 356t242 270q193 131 427 131q206 0 380 -101.5t275.5 -275.5t101.5 -380q0 -154 -60 -294.5t-161.5 -242t-241.5 -161.5t-294 -60q-236 0 -427 131q-153 104 -242 269.5t-89 357.5zM472 255q135 -76 286 -76q117 0 224 46t184.5 123.5t123 184.5 t45.5 225t-45.5 224.5t-123 184t-184 123t-224.5 45.5q-151 0 -286 -76q91 -102 141 -231t50 -270q0 -142 -50 -271.5t-141 -231.5z" />
<glyph unicode="&#xf07b;" d="M0 758q0 235 130.5 425.5t342.5 275.5q141 56 285 56q206 0 380 -101.5t275.5 -275.5t101.5 -380q0 -154 -60 -294.5t-161.5 -242t-241.5 -161.5t-294 -60q-147 0 -285 55q-211 86 -342 277t-131 426zM685 184q60 -5 73 -5q117 0 224 46t184.5 123.5t123 184.5t45.5 225 t-45.5 224.5t-123 184t-184 123t-224.5 45.5q-33 0 -73 -5q122 -105 191.5 -254t69.5 -318t-69.5 -318.5t-191.5 -255.5z" />
<glyph unicode="&#xf07c;" d="M0 758q0 181 80.5 340.5t220.5 265t314 138.5q68 13 143 13q206 0 380 -101.5t275.5 -275.5t101.5 -380q0 -154 -60 -294.5t-161.5 -242t-241.5 -161.5t-294 -60q-70 0 -143 14q-174 33 -314 138.5t-220.5 264.5t-80.5 341zM1038 253q135 75 216 210t81 295t-81 295 t-216 210q92 -102 142.5 -232t50.5 -273t-50.5 -273t-142.5 -232z" />
<glyph unicode="&#xf07d;" d="M0 757q0 29 1 43q0 2 0.5 7t0.5 7t0.5 7t0.5 8t1 7t1 5v2q0 5 1.5 16.5t2.5 17.5q0 1 1 2q0 1 0.5 5t0.5 7q3 20 13 55v2q1 3 1 4l6 21q1 1 1 3t1 3t1 5q12 33 15 40q0 3 2 7q0 1 8 19v3q39 88 93 160l9 10q4 6 8 10q1 1 4 5t5 7t13 14q5 5 9 11q7 7 9 10q3 2 10 9l10 10 q1 1 3 2.5t4 4t3 3.5q5 4 9 9q103 93 234 144.5t276 51.5q206 0 380 -101.5t275.5 -275.5t101.5 -380q0 -80 -17 -157q-2 -14 -4 -21l-7 -27q-1 -3 -2 -7t-2 -7q0 -1 -0.5 -2.5t-1.5 -2.5v-3q-3 -6 -6.5 -17.5t-5.5 -17.5q-5 -16 -12 -28q-1 -3 -3 -7l-3 -6q-1 -3 -5 -14 l-7 -14q-1 -3 -3 -7l-3 -6q-30 -57 -60 -99q-105 -146 -266.5 -230.5t-348.5 -84.5q-154 0 -294.5 60t-242 161.5t-161.5 242t-60 294.5z" />
<glyph unicode="&#xf07e;" d="M0 758q0 154 60 294t161.5 241.5t242 161.5t294.5 60q66 0 141 -13q174 -33 314.5 -138.5t221 -265t80.5 -340.5q0 -275 -175.5 -484.5t-440.5 -259.5q-72 -14 -141 -14q-154 0 -294.5 60t-242 161.5t-161.5 242t-60 294.5zM179 758q0 -161 81.5 -296t217.5 -211 q-92 103 -142.5 233.5t-50.5 273.5t50.5 273t142.5 232q-136 -75 -217.5 -210t-81.5 -295z" />
<glyph unicode="&#xf080;" d="M0 758q0 154 60 294t161.5 241.5t242 161.5t294.5 60q144 0 283 -56q212 -85 343 -275.5t131 -425.5t-131 -426t-343 -277q-137 -55 -283 -55q-154 0 -294.5 60t-242 161.5t-161.5 242t-60 294.5zM179 758q0 -117 46 -224.5t123.5 -185t185 -123.5t224.5 -46q13 0 73 5 q-123 106 -193 255.5t-70 318.5t70 317.5t193 254.5q-40 5 -73 5q-118 0 -225 -45.5t-184.5 -123t-123.5 -184.5t-46 -224z" />
<glyph unicode="&#xf081;" d="M0 758q0 154 60 294t161.5 241.5t242 161.5t294.5 60q231 0 426 -131q153 -105 242 -270t89 -356q0 -192 -89 -357.5t-242 -269.5q-193 -131 -426 -131q-154 0 -294.5 60t-242 161.5t-161.5 242t-60 294.5zM179 758q0 -117 46 -224.5t123.5 -185t185 -123.5t224.5 -46 q150 0 285 76q-91 102 -140.5 231t-49.5 272q0 142 49.5 270.5t140.5 230.5q-135 76 -285 76q-118 0 -225 -45.5t-184.5 -123t-123.5 -184.5t-46 -224z" />
<glyph unicode="&#xf082;" d="M0 758q0 154 60 294t161.5 241.5t242 161.5t294.5 60q165 0 312 -67.5t253 -186.5q91 -103 141.5 -232t50.5 -271q0 -141 -49 -269.5t-138 -230.5q-106 -121 -254.5 -189.5t-315.5 -68.5q-154 0 -294.5 60t-242 161.5t-161.5 242t-60 294.5zM179 758q0 -117 46 -224.5 t123.5 -185t185 -123.5t224.5 -46q140 0 262 63t202 172q-85 161 -85 347q0 187 81 344q-81 107 -201 168.5t-259 61.5q-118 0 -225 -45.5t-184.5 -123t-123.5 -184.5t-46 -224z" />
<glyph unicode="&#xf078;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf079;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf07a;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf07b;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf07c;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf07d;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf07e;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf080;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf081;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf082;" horiz-adv-x="1514" d="M128 0v1755h768v-1755h-768zM256 128h512v1499h-512v-1499z" />
<glyph unicode="&#xf083;" horiz-adv-x="1755" d="M0 239q0 -155 113.5 -268.5t268.5 -113.5h731q155 0 265.5 112t110.5 270q0 77 -22 131q133 85 210.5 226.5t77.5 302.5q0 130 -50.5 248.5t-136.5 204t-204 136.5t-247 51q-175 0 -322.5 -86t-232 -233t-84.5 -321v-36q-161 -92 -212 -266q-121 -38 -193.5 -135 t-72.5 -223zM211 239q0 67 43 115t109 54l67 9q20 0 20 24l11 60q11 92 77.5 154t157.5 62q93 0 161.5 -62t79.5 -154l9 -69q10 -24 27 -24h140q69 0 119.5 -50t50.5 -119q0 -72 -50.5 -123t-119.5 -51h-731q-72 0 -121.5 51t-49.5 123zM683 921q11 175 135.5 294t298.5 119 q178 0 302.5 -127t124.5 -308q0 -112 -54 -207.5t-147 -154.5q-94 78 -217 78q-47 140 -164.5 223t-265.5 83h-13z" />
<glyph unicode="&#xf084;" horiz-adv-x="2216" d="M3 768q2 54 53 168.5t142 245.5q298 417 841 440v47q0 33 22.5 53.5t51.5 20.5q30 0 53 -20.5t23 -53.5v-47q157 -7 293 -48t236.5 -106.5t172 -135t128.5 -150.5q66 -95 113 -202.5t65 -171.5t19 -65v-9v-11q0 -28 -22.5 -46.5t-52.5 -18.5q-50 0 -64 28 q-125 140 -272 140q-55 -3 -110 -24.5t-88 -44.5t-62 -46.5t-30 -24.5q-30 -28 -57 -28q-36 0 -55 19q-116 116 -214 141v-786v-8v-14t-0.5 -18t-1.5 -22t-4 -24.5t-6.5 -27t-9.5 -28t-13.5 -28.5t-18 -27.5t-22.5 -26.5q-81 -94 -233 -94q-162 0 -243 94q-19 19 -33.5 41 t-22 43.5t-13 41t-6.5 38.5t-1.5 31.5t0.5 25t1 13.5q0 29 25 50t59 15q28 0 47 -24.5t19 -59.5q-10 -65 27 -112q33 -47 141 -47q83 0 121 38q21 21 30.5 51t8.5 50l-1 20v785q-117 -28 -206 -122q-7 -13 -25 -24.5t-32 -11.5q-28 0 -64 36q-128 143 -272 140 q-64 -1 -120 -21t-84 -40.5t-58 -48t-34 -30.5q-33 -23 -54.5 -23t-51.5 18q-26 16 -31.5 34t-3.5 53zM226 920q108 57 205 57h9q184 0 336 -142q61 53 148 94t189 48h9q184 0 336 -142q61 53 148 94t189 48h10q90 0 187 -47q-71 137 -94 177q-287 374 -793 374 q-253 0 -452 -96t-325 -278q-40 -56 -102 -187z" />
<glyph unicode="&#xf085;" horiz-adv-x="2884" d="M0 80q0 -38 29 -64q27 -27 65 -27h627q41 0 72.5 -30t31.5 -73t-31.5 -74t-72.5 -31t-73 32q-29 26 -65 26q-38 0 -64 -25.5t-26 -63.5t26 -64q85 -85 202 -85q118 0 201 83.5t83 201.5t-83 201.5t-201 83.5h-627q-38 0 -66 -27t-28 -64zM0 401q0 -36 29 -62 q26 -26 65 -26h1170q118 0 201.5 83.5t83.5 201.5t-83 200t-202 82q-121 0 -201 -81q-25 -26 -25 -65t24.5 -63.5t63.5 -24.5q38 0 66 25q30 30 72 30t72.5 -30t30.5 -73t-30.5 -74t-72.5 -31h-1170q-38 0 -66 -27.5t-28 -64.5zM617 1099q0 38 28 66q28 26 64 26h217 q37 0 62 -27t25 -65t-25 -64.5t-62 -26.5h-217q-38 0 -65 27t-27 64zM922 1837q0 37 25 65q31 26 68 26q35 0 63 -26l152 -157q26 -24 26 -63q0 -38 -26 -63.5t-63 -25.5q-39 0 -63 26l-157 152q-25 27 -25 66zM1194 1112v7q3 146 79 269.5t203 195t274 71.5 q112 0 215 -44.5t177.5 -119t118.5 -177.5t44 -215q0 -150 -74 -277.5t-201 -202t-277 -75.5h-22q-11 0 -18.5 8t-7.5 19v130q0 21 23 21h26q154 1 263.5 111.5t109.5 265.5q0 154 -110.5 263t-266.5 109q-151 0 -260 -104t-115 -253q0 -9 -8.5 -18.5t-27.5 -9.5h-121 q-24 0 -24 26zM1659 58v212q0 38 26.5 64t64.5 26q40 0 65.5 -26t25.5 -64v-212q0 -39 -26.5 -66t-64.5 -27t-64.5 27t-26.5 66zM1659 1923v218q0 37 26.5 64t64.5 27t64.5 -27t26.5 -64v-218q0 -37 -26.5 -61.5t-64.5 -24.5t-64.5 24.5t-26.5 61.5zM2248 517q0 37 24 60 q24 25 61 25q39 0 64 -25l155 -152q26 -28 26 -65t-26 -63q-64 -50 -128 0l-152 152q-24 27 -24 68zM2248 1682q0 40 24 63l152 157q28 26 63 26q37 0 64 -27t27 -64q0 -40 -26 -66l-155 -152q-29 -26 -64 -26q-36 0 -60.5 25.5t-24.5 63.5zM2489 1099q0 38 26 66 q26 26 61 26h216q37 0 65 -27.5t28 -64.5t-28 -64t-65 -27h-216q-37 0 -62 26.5t-25 64.5z" />
<glyph unicode="&#xf086;" horiz-adv-x="2884" d="M0 528q0 185 113.5 328t292.5 183q37 165 149.5 288.5t269.5 176.5q99 34 206 34q130 0 251 -51q45 75 105.5 130t125 84.5t125.5 43.5t120 14q61 0 131 -17l87 -27q22 -9 15 -24l-15 -64q-11 -50 -11 -92q0 -50 15.5 -101t46.5 -100t85 -89t123 -61l66 -23q16 -4 16 -17 q0 -3 -2 -7l-19 -72q-44 -172 -160 -274q64 -112 69 -239q1 -8 1 -24q0 -143 -71 -264.5t-192.5 -192.5t-264.5 -71h-1153q-143 0 -264 71t-191 192.5t-70 264.5zM182 528q0 -142 102 -246t241 -104h1153q142 0 243.5 103t101.5 247q0 140 -102 241.5t-243 101.5h-190 l-11 80q-16 162 -134 276.5t-281 127.5q-5 0 -15.5 1t-15.5 1q-81 0 -164 -31v2q-117 -45 -196.5 -146t-95.5 -231l-7 -77l-73 -3q-135 -16 -224 -113t-89 -230zM1435 1393q170 -145 210 -339h34q199 0 338 -126q53 50 81 114q-146 69 -230 210t-84 297v26q-8 1 -26 1 q-93 2 -181 -46.5t-142 -136.5z" />
<glyph unicode="&#xf087;" horiz-adv-x="676" d="M-1 778v305q0 31 20.5 51.5t50.5 20.5h306q30 0 50.5 -20.5t20.5 -51.5q0 -30 -20.5 -49.5t-50.5 -19.5h-133l414 -414q18 -21 18 -53q0 -30 -18 -49q-20 -19 -54 -19q-31 0 -50 19l-411 413v-133q0 -31 -20.5 -51.5t-51.5 -20.5q-30 0 -50.5 21t-20.5 51z" />
<glyph unicode="&#xf088;" horiz-adv-x="677" d="M0 1067q0 31 18 50q20 19 54 19q31 0 50 -19l413 -413v133q0 31 20.5 51.5t51.5 20.5q30 0 50.5 -21t20.5 -51v-306q0 -31 -20.5 -51.5t-50.5 -20.5h-306q-30 0 -50.5 20.5t-20.5 51.5q0 30 20.5 50t50.5 20h132l-415 414q-18 21 -18 52z" />
<glyph unicode="&#xf089;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767q0 -23 16.5 -40t40.5 -17q23 0 40 17t17 40v455q0 24 -17 40.5t-40 16.5q-24 0 -40.5 -16.5t-16.5 -40.5v-455z" />
<glyph unicode="&#xf08a;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5q23 0 40 -16.5t17 -40.5v-241l51 89q12 20 35.5 26t43.5 -6q20 -11 26.5 -34t-5.5 -43l-156 -267q-13 -36 -52 -36q-24 0 -40.5 16.5t-16.5 40.5z " />
<glyph unicode="&#xf08b;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v1v454q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-356l190 107q20 12 43 6t34 -28q12 -20 5.5 -43t-26.5 -35l-265 -148q-17 -15 -38 -15q-24 0 -40.5 16.5t-16.5 40.5z " />
<glyph unicode="&#xf08c;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-397h258q24 0 40.5 -16.5t16.5 -40.5q0 -23 -16.5 -40t-40.5 -17h-303q-3 -1 -12 -1q-24 0 -40.5 16.5t-16.5 40.5z" />
<glyph unicode="&#xf08d;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v455q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-420l245 -143q20 -12 26 -34.5t-6 -42.5q-16 -29 -49 -29q-17 0 -29 8l-261 152q-17 5 -28.5 20t-11.5 34z" />
<glyph unicode="&#xf08e;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 767v1v454q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-438l147 -262q12 -22 5.5 -44.5t-26.5 -34.5q-11 -6 -28 -6q-34 0 -50 28l-150 266q-12 15 -12 36z" />
<glyph unicode="&#xf08f;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM710 453v769q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-769q0 -24 -16.5 -41t-40.5 -17t-40.5 17t-16.5 41z" />
<glyph unicode="&#xf090;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM556.5 477.5q-6.5 22.5 5.5 44.5l148 262v438q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-454v-1q0 -20 -13 -36l-149 -266q-16 -28 -51 -28q-16 0 -27 6q-21 12 -27.5 34.5z" />
<glyph unicode="&#xf091;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM439 624.5q6 22.5 26 34.5l245 143v420q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -19 -11.5 -34t-28.5 -20l-262 -152q-12 -8 -28 -8q-33 0 -49 29q-12 20 -6 42.5z" />
<glyph unicode="&#xf092;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM394 768q0 24 16.5 40.5t40.5 16.5h259v397q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -24 -16.5 -40.5t-40.5 -16.5q-10 0 -13 1h-303q-24 0 -40.5 17t-16.5 40z" />
<glyph unicode="&#xf093;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM437 908q-7 23 5 43q11 20 34.5 27t43.5 -5l190 -107v356q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-454v-1q0 -24 -16.5 -40.5t-40.5 -16.5q-21 0 -38 15l-265 148q-20 12 -27 35 z" />
<glyph unicode="&#xf094;" d="M0 767q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 767q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM553 1056q6 23 26 34q20 12 43.5 6t34.5 -26l53 -89v241q0 24 16.5 40.5t40.5 16.5t40.5 -16.5t16.5 -40.5v-455q0 -24 -16.5 -40.5t-40.5 -16.5q-41 0 -54 36l-154 267q-12 20 -6 43z" />
<glyph unicode="&#xf095;" d="M0 769q0 -156 61 -298.5t164 -245.5t245 -164t298 -61t298.5 61t245.5 164t164 245.5t61 298.5t-61 298t-164 245t-245.5 164t-298.5 61t-298 -61t-245 -164t-164 -245t-61 -298zM29 769q0 150 58.5 287t157.5 236.5t236 158t287 58.5q151 0 288 -58.5t236.5 -158 t158 -236.5t58.5 -287q0 -151 -58.5 -288t-158 -236t-236.5 -157.5t-288 -58.5q-150 0 -287 58.5t-236 157.5t-157.5 236t-58.5 288z" />
<glyph unicode="&#xf096;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q135 -53 237 -140.5t160.5 -192.5t86.5 -214t28 -221q0 -66 -5 -125.5t-20 -127.5t-38.5 -127t-63 -118.5t-92 -108t-127.5 -91t-166 -71.5z" />
<glyph unicode="&#xf097;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q113 -60 197.5 -149.5t133 -193t72 -209.5t23.5 -216q0 -93 -9 -173.5t-36.5 -172.5t-72.5 -166t-124 -142.5t-184 -114.5z" />
<glyph unicode="&#xf098;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q175 -129 258 -335.5t83 -432.5q0 -92 -7 -170.5t-29.5 -168.5t-58.5 -163.5t-99 -144.5t-147 -122z" />
<glyph unicode="&#xf099;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q132 -142 194 -344.5t62 -423.5q0 -90 -5.5 -166.5t-22 -164.5t-44 -161.5t-74.5 -146.5t-110 -130z" />
<glyph unicode="&#xf09a;" d="M768 0q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q171 -297 171 -768q0 -239 -35.5 -430t-135.5 -339z" />
<glyph unicode="&#xf09b;" d="M768 0q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q171 -297 171 -768q0 -239 -35.5 -430t-135.5 -339z" />
<glyph unicode="&#xf09c;" d="M769 0q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103v-1537z" />
<glyph unicode="&#xf09d;" d="M695 769q0 -464 74 -769q209 0 385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103q-74 -381 -74 -768z" />
<glyph unicode="&#xf09e;" d="M622 769q0 -488 146 -769q209 0 386 103t280 280t103 386t-103 385.5t-280 279.5t-386 103q-146 -350 -146 -768z" />
<glyph unicode="&#xf09f;" d="M550 770q0 -245 48.5 -436.5t171.5 -333.5q156 0 298.5 61t245.5 164t164 245.5t61 299.5t-61 299t-164 245t-245.5 164t-298.5 61q-104 -149 -162 -350t-58 -419z" />
<glyph unicode="&#xf0a0;" d="M477 770q0 -122 13.5 -225t45.5 -204t91 -187.5t143 -153.5q157 0 299 61t245 164t164 245.5t61 299.5q0 209 -103 386t-280 280t-386 103q-138 -133 -215.5 -336.5t-77.5 -432.5z" />
<glyph unicode="&#xf0a1;" d="M403 770q0 -127 17 -233t57 -207.5t114 -185t179 -144.5q156 0 298.5 61t245.5 164t164 245.5t61 299.5t-61 299t-164 245t-245.5 164t-298.5 61q-171 -117 -269 -323.5t-98 -445.5z" />
<glyph unicode="&#xf0a2;" d="M330 770q0 -105 12 -193.5t42.5 -177t79.5 -160t126.5 -133.5t179.5 -106q157 0 299 61t245 164t164 245.5t61 299.5q0 209 -103 386t-280 280t-386 103q-204 -102 -322 -310.5t-118 -458.5z" />
<glyph unicode="&#xf0a3;" d="M0 769q0 -209 103 -386t280 -280t386 -103t385.5 103t279.5 280t103 386t-103 385.5t-279.5 279.5t-385.5 103t-386 -103t-280 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0a4;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q515 143 515 766q0 121 -28.5 230t-77 193t-115 153t-140.5 115t-154 73q-156 0 -298 -60.5t-244.5 -163t-163 -244t-60.5 -296.5z" />
<glyph unicode="&#xf0a5;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q443 177 443 766q0 142 -37 268.5t-100.5 220.5t-140.5 163t-165 113q-208 0 -384.5 -102.5t-279 -278.5t-102.5 -384z" />
<glyph unicode="&#xf0a6;" d="M0 766q0 -125 38.5 -242t109.5 -211t165 -165t211 -109.5t242 -38.5q370 212 370 766q0 134 -30.5 255.5t-84 216.5t-117.5 168t-138 127q-156 0 -298 -60.5t-244.5 -163.5t-163 -245t-60.5 -298z" />
<glyph unicode="&#xf0a7;" d="M0 767q0 -156 60.5 -298t163.5 -245t245 -163.5t298 -60.5q296 245 296 767q0 240 -83.5 434.5t-212.5 332.5q-208 0 -385 -103t-279.5 -279.5t-102.5 -384.5z" />
<glyph unicode="&#xf0a8;" d="M0 767q0 -208 103 -384.5t279.5 -279.5t384.5 -103q222 282 222 767q0 406 -222 767q-208 0 -384.5 -102.5t-279.5 -279.5t-103 -385z" />
<glyph unicode="&#xf0a9;" d="M0 768q0 -209 103 -385.5t279.5 -279.5t385.5 -103q147 315 147 768q0 354 -147 767q-156 0 -298.5 -60.5t-245 -163.5t-163.5 -245t-61 -298z" />
<glyph unicode="&#xf0aa;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103v1537q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0ab;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-102 322 -102 769q0 351 102 768q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0ac;" d="M0 769q0 -209 103 -386t280 -280t386 -103q-206 281 -206 769q0 408 206 768q-209 0 -386 -103t-280 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0ad;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-306 239 -306 769q0 238 85.5 437t220.5 331q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0ae;" d="M0 769q0 -209 103 -386t280 -280t386 -103q-212 103 -311 295.5t-99 473.5q0 259 115.5 461t294.5 307q-209 0 -386 -103t-280 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0af;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-265 81 -388.5 274.5t-123.5 494.5q0 142 41 269.5t111.5 223.5t162 166.5t197.5 108.5q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0b0;" d="M0 769q0 -209 103 -386t279.5 -280t385.5 -103q-149 57 -259 128t-175.5 143.5t-104.5 159.5t-52.5 165t-13.5 172q0 67 5.5 123.5t22 121t44 119.5t74 113.5t108.5 107.5t151 97t200 87q-209 0 -385.5 -103t-279.5 -279.5t-103 -385.5z" />
<glyph unicode="&#xf0b1;" d="M0 765q0 209 103.5 386.5t280.5 280.5t385 103q156 0 298 -61t245 -164t164 -245.5t61 -299.5q0 -156 -61 -298.5t-164 -245t-245 -163t-298 -60.5q-157 0 -299.5 61t-245.5 164t-163.5 244.5t-60.5 297.5zM169 765q0 -243 177 -422q177 -177 423 -177q162 0 300 80.5 t219 218.5t81 300t-81 300.5t-219 219t-300 80.5t-300 -80.5t-219 -219t-81 -300.5zM503 507l256 600q2 11 10 11t10 -11l255 -600q4 -11 -1.5 -17t-16.5 0l-237 89q-10 4 -20 0l-239 -89q-10 -6 -16 0t-1 17z" />
<glyph unicode="&#xf0b2;" horiz-adv-x="2883" d="M0 526v1q0 185 115.5 329t292.5 186q49 219 224.5 360t402.5 141q159 0 290 -70q80 85 188 133.5t223 48.5q152 0 281.5 -75.5t205 -205t75.5 -281.5q0 -197 -122 -351q46 -98 46 -215q0 -141 -68 -261.5t-185.5 -193.5t-258.5 -77q-21 0 -21 19v143q0 19 21 19 q137 7 232.5 109.5t95.5 241.5q0 142 -103 244t-246 102h-172q-19 0 -19 18l-8 63q-18 173 -149.5 290.5t-305.5 117.5q-176 0 -305.5 -117.5t-146.5 -290.5l-8 -63q-5 -14 -24 -14l-54 -4q-135 -16 -225 -113.5t-90 -232.5v-5h3q2 -156 118 -259q35 -31 79 -52v-2 q66 -30 129 -33q18 0 18 -18v-143q0 -18 -18 -18q-83 5 -158 32v-2q-133 46 -225.5 153t-118.5 246v4q-1 1 -1 3q-8 40 -8 93zM587 -239q0 5 2 13.5t2 12.5l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54 -43.5t7 -66.5l-15 -64q-16 -70 -81 -70q-5 0 -15.5 1.5t-13.5 1.5 q-33 10 -49.5 35t-16.5 52zM666 75q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -61.5t-63 -24.5q-37 0 -61 26q-27 25 -27 60zM841 -563q0 6 4 24l14 62q11 36 44 54.5t67 7.5q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-8 0 -26 4q-35 10 -52 35.5t-17 52.5zM898 1838 q0 38 27 64t67 26q38 0 64 -26l67 -70q27 -27 27 -64q0 -39 -32 -68.5t-65 -24.5q-33 3 -59 29l-69 70q-27 27 -27 64zM925 -254q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-35 0 -62 27q-26 26 -26 61zM991 -11q0 14 3 28l24 96q11 37 44 56.5t68 8.5 q38 -11 56.5 -42.5t7.5 -66.5l-28 -96q-13 -44 -44 -60.5t-68 -6.5q-32 6 -48.5 32.5t-14.5 50.5zM1286 -240q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -69 -81 -69q-5 0 -16 1.5t-14 1.5q-32 10 -48.5 35t-16.5 52zM1365 74 q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -62 27q-26 24 -26 60zM1475 1366q134 -122 181 -312h33q220 0 375 -155q50 88 50 194q0 157 -110.5 266.5t-267.5 109.5q-154 0 -261 -103zM1645 1928v219q0 38 27 65.5t64 27.5q38 0 63.5 -27t25.5 -66v-219 q0 -39 -25.5 -66t-63.5 -27q-37 0 -64 27.5t-27 65.5zM2240 1683q0 39 25 64l154 155q24 27 62 27q39 0 64 -27q28 -26 28 -64t-28 -64l-154 -155q-31 -30 -67.5 -27.5t-58.5 27.5q-25 25 -25 64zM2323 413q0 38 26.5 65t64.5 27q37 0 65 -28l66 -67q28 -28 28 -65 q0 -38 -28 -64q-22 -28 -58 -28l-2 2q-38 0 -66 26l-69 68q-27 27 -27 64zM2479 1093q0 38 26.5 63.5t65.5 25.5h220q39 0 65.5 -25.5t26.5 -63.5t-27 -65t-65 -27h-220q-38 0 -64 29q-28 24 -28 63z" />
<glyph unicode="&#xf0b3;" horiz-adv-x="2883" d="M0 519v1v1q0 185 115.5 330t292.5 186q49 219 224.5 359.5t402.5 140.5q159 0 290 -70q80 85 188 133.5t223 48.5q152 0 281.5 -75.5t205 -205t75.5 -281.5q0 -197 -122 -351q46 -98 46 -215q0 -141 -68 -261.5t-185.5 -193t-258.5 -76.5q-21 0 -21 18v143q0 19 21 19 q137 7 232.5 109.5t95.5 241.5q0 142 -103 244t-246 102h-172q-19 0 -19 19l-8 63q-18 173 -149.5 290.5t-305.5 117.5q-176 0 -305.5 -117.5t-146.5 -290.5l-8 -63q-5 -15 -24 -15l-54 -4q-135 -16 -225 -113.5t-90 -232.5v-4q2 -2 3 -2q1 -136 96 -237q45 -47 98 -71v-2 q60 -31 132 -36q18 0 18 -18v-143q0 -18 -18 -18q-78 4 -153 31q-121 40 -209.5 131.5t-125.5 213.5q-23 75 -23 153zM587 -246q0 5 2 14t2 13l10 62q11 38 44 57t72 9q36 -11 54 -44t7 -67l-15 -64q-16 -70 -81 -70q-5 0 -15.5 1.5t-13.5 1.5q-33 10 -49.5 35t-16.5 52z M666 69q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -61 26q-27 25 -27 61zM841 -569q0 6 4 24l14 63q11 36 44 54t67 7q37 -7 56 -39t9 -73l-14 -62q-17 -66 -85 -66q-8 0 -26 4q-35 10 -52 35.5t-17 52.5zM925 -259q0 37 25 61.5t63 24.5t63 -24.5 t25 -61.5q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -17q0 14 3 28l24 96q11 38 44 57t68 9q38 -11 56.5 -43t7.5 -67l-28 -96q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -246q0 5 1.5 15t1.5 12l10 62q11 38 44 57t72 9q36 -11 54.5 -44t7.5 -67 l-15 -64q-16 -70 -81 -70q-5 0 -16 1.5t-14 1.5q-32 10 -48.5 35t-16.5 52zM1365 69q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25t-62 26q-26 24 -26 61zM1475 1360q134 -122 181 -312h33q221 0 375 -154q50 88 50 193q0 157 -110.5 266.5t-267.5 109.5 q-154 0 -261 -103z" />
<glyph unicode="&#xf0b4;" horiz-adv-x="2328" d="M0 504v6v2v5v5v1v2v9v7v2q7 179 121 317t286 178q50 218 225 358t401 140q118 0 254 -49q45 74 105.5 128.5t125.5 84t126.5 43t120.5 12.5q62 0 132 -14l85 -27q19 -9 15 -25l-12 -65q-11 -47 -11 -90q0 -49 15.5 -101t47 -101.5t85.5 -90.5t124 -62l66 -18 q16 -4 16 -17q0 -6 -1 -7l-20 -73q-39 -162 -161 -280q70 -122 70 -261q0 -214 -148.5 -368.5t-361.5 -161.5q-20 0 -20 20v145q0 19 20 19q139 10 235 110t96 236q0 143 -103 244.5t-248 101.5h-173q-18 0 -18 19l-8 62q-18 172 -149 289.5t-305 117.5q-175 0 -304.5 -117 t-146.5 -290l-8 -55q0 -18 -21 -18l-56 -8q-134 -16 -224.5 -114.5t-90.5 -231.5v-2l1 -1h2q1 -84 39 -158t104 -122h1l1 -1l1 -1q35 -25 66 -37q54 -24 114 -26q18 0 18 -18v-143q0 -19 -18 -19q-149 7 -272 88h-1q-106 69 -169.5 180t-68.5 241zM587 -240q0 5 2 13.5 t2 12.5l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54 -44t7 -67l-15 -64q-16 -69 -81 -69q-5 0 -15.5 1.5t-13.5 1.5q-33 10 -49.5 35t-16.5 52zM666 74q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-36 0 -61 27q-27 25 -27 60zM841 -566q0 6 4 24l14 63 q11 36 44 54.5t67 7.5q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-12 0 -26 3q-35 10 -52 35.5t-17 52.5zM925 -256q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -14q0 15 3 29l24 96q11 37 44 56.5t68 8.5q38 -11 56.5 -43t7.5 -67 l-28 -96q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -242q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -70 -81 -70q-5 0 -15 2t-15 2q-32 10 -48.5 35t-16.5 52zM1365 72q0 38 25 63t63 25t63 -25t25 -63 q0 -37 -25 -62t-63 -25t-62 26q-26 24 -26 61zM1440 1390q166 -136 211 -337h35q196 0 343 -126q54 49 81 111q-99 48 -171.5 129t-108.5 177t-36 198v33h-23q-99 0 -188.5 -48t-142.5 -137z" />
<glyph unicode="&#xf0b5;" horiz-adv-x="2328" d="M0 523q0 185 115.5 330t292.5 186q49 219 224.5 359.5t402.5 140.5q130 0 235 -43q0 -1 1 -2q134 -52 236 -165h3q108 -117 146 -279h33q173 0 302 -92v1q85 -57 142.5 -142t77.5 -186q6 -34 8 -55v-1v-5q0 -5 1 -14t1.5 -16t0.5 -14v-1v-2q0 -141 -68 -261.5 t-185.5 -193t-258.5 -76.5q-21 0 -21 18v143q0 20 21 20q137 7 232.5 109t95.5 241q0 142 -103 244.5t-246 102.5h-172q-19 0 -19 18l-8 63q-16 160 -135 276q-1 1 -2.5 3t-2.5 3q-2 2 -4 2q0 3 -2 3q-116 106 -273 120q-11 1 -36 1q-176 0 -305.5 -117.5t-146.5 -290.5 l-8 -63q-5 -15 -24 -15l-54 -3q-135 -16 -225 -114t-90 -233v-4h3q1 -76 32.5 -144t85.5 -116q33 -29 79 -51v-1q64 -31 129 -34q18 0 18 -19v-143q0 -18 -18 -18q-83 5 -158 32v-1q-133 46 -225.5 153t-118.5 246v3q-1 1 -1 4q-8 41 -8 93zM587 -242q0 5 2 13.5t2 12.5 l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54 -44t7 -67l-15 -64q-16 -70 -81 -70q-5 0 -14.5 2t-14.5 2q-33 10 -49.5 35t-16.5 52zM666 72q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62t-63 -25q-37 0 -61 26q-27 25 -27 61zM841 -567q0 6 4 24l14 63q11 36 44 54.5 t67 7.5q37 -7 56 -39t9 -73l-14 -63q-16 -65 -85 -65q-12 0 -26 3q-35 10 -52 35.5t-17 52.5zM925 -257q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25 -63t-63 -25q-36 0 -62 26t-26 62zM991 -15q0 15 3 29l24 96q11 37 44 56.5t68 8.5q38 -11 56.5 -43t7.5 -67l-28 -96 q-13 -44 -44 -60t-68 -6q-32 6 -48.5 32t-14.5 50zM1286 -243q0 5 1.5 14t1.5 12l10 63q11 38 43.5 56.5t72.5 8.5q36 -11 54.5 -44t7.5 -67l-15 -64q-16 -70 -81 -70q-5 0 -15 2t-15 2q-32 10 -48.5 35t-16.5 52zM1365 71q0 38 25 63t63 25t63 -25t25 -63q0 -37 -25 -62 t-63 -25t-62 26q-26 24 -26 61z" />
<glyph unicode="&#xf0b6;" horiz-adv-x="2267" d="M0 665q0 38 27 65q29 27 64 27h218q37 0 61.5 -27t24.5 -65t-24.5 -64.5t-61.5 -26.5h-218q-37 0 -64 27t-27 64zM305 1402q0 37 25 65q32 27 68 27q34 0 63 -27l152 -156q26 -24 26 -63q0 -38 -25.5 -63.5t-63.5 -25.5q-39 0 -63 26l-157 152q-25 27 -25 65zM322 409 q0 36 25 59t68 23h609q43 0 68.5 -23t25.5 -59q0 -43 -25 -68.5t-69 -25.5h-609q-43 0 -68 25t-25 69zM427 94q0 35 29.5 64t64.5 29q42 0 67.5 -28t25.5 -65q0 -44 -25 -69t-68 -25q-37 0 -65.5 26t-28.5 68zM578 634v7q5 201 139.5 350t330.5 180h2h3q31 6 81 6t81 -6h2h2 q196 -31 330.5 -180t139.5 -350v-7q0 -26 -24 -26h-121q-19 0 -27 10t-8 19q-6 149 -115 252.5t-260 103.5t-260 -103.5t-115 -252.5q0 -9 -8.5 -19t-27.5 -10h-121q-24 0 -24 26zM685 94q0 37 25.5 65t67.5 28h409q35 0 64.5 -29t29.5 -64q0 -42 -28.5 -68t-65.5 -26h-409 q-43 0 -68 25t-25 69zM1042 1489v217q0 38 27 65t64 27t64 -27t27 -65v-217q0 -37 -26.5 -62t-64.5 -25t-64.5 25t-26.5 62zM1187 409q0 34 29 58t65 24t65 -24t29 -58q0 -42 -28.5 -68t-65.5 -26t-65.5 26t-28.5 68zM1351 94q0 37 26 65t68 28h198q42 0 67.5 -28t25.5 -65 q0 -44 -24.5 -69t-68.5 -25h-198q-43 0 -68.5 25t-25.5 69zM1445 409q0 34 28.5 58t64.5 24h326q35 0 58 -23.5t23 -58.5q0 -43 -22.5 -68.5t-58.5 -25.5h-326q-37 0 -65 26t-28 68zM1631 1248q0 40 24 63l152 156q29 27 63 27q37 0 64 -27t27 -65q0 -39 -26 -65l-156 -152 q-29 -26 -64 -26q-36 0 -60 25.5t-24 63.5zM1872 665q0 37 26 65q27 27 61 27h216q37 0 64.5 -27.5t27.5 -64.5t-27.5 -64t-64.5 -27h-216q-37 0 -62 26.5t-25 64.5z" />
<glyph unicode="&#xf0b7;" horiz-adv-x="2149" d="M-5 733q0 -50 36 -83q35 -34 84 -34h802q53 0 93.5 -38t40.5 -93t-40.5 -95t-93.5 -40q-52 0 -93 41q-38 33 -83 33q-49 0 -82.5 -32.5t-33.5 -80.5q0 -49 33 -82q109 -109 259 -109q151 0 257 107t106 258q0 150 -106.5 257.5t-256.5 107.5h-802q-49 0 -84.5 -34.5 t-35.5 -82.5zM-5 1144q0 -47 36 -80t84 -33h1495q151 0 258 106.5t107 256.5q0 151 -106.5 256t-258.5 105q-154 0 -256 -102q-32 -35 -32 -85q0 -49 31.5 -80.5t80.5 -31.5q50 0 86 33q37 37 90 37q54 0 94 -38.5t40 -93.5t-40 -94t-94 -39h-1495q-49 0 -84.5 -34.5 t-35.5 -82.5zM1423 315q0 -83 26 -146.5t70 -100.5t97 -55t112 -18q82 0 150 27.5t111.5 74t75.5 101.5t48.5 115.5t24 110t7.5 91.5q0 155 -85.5 240t-226.5 85q-79 0 -152.5 -37.5t-131 -104t-92 -166.5t-34.5 -217zM1642 309q0 24 4.5 61.5t17.5 89t32.5 94.5t55 73.5 t79.5 30.5t69 -28t25 -84q0 -154 -53 -261.5t-131 -107.5q-99 0 -99 132z" />
<glyph unicode="&#xf0b8;" horiz-adv-x="1990" d="M0 731q0 -49 37 -82q35 -35 83 -35h807q53 0 93.5 -39t40.5 -94t-40.5 -95t-93.5 -40t-94 41q-40 35 -83 35q-49 0 -83 -33.5t-34 -82.5q0 -48 34 -82q109 -109 260 -109t257.5 107.5t106.5 258.5q0 152 -106.5 260t-257.5 108h-807q-48 0 -84 -35t-36 -83zM0 1144 q0 -46 37 -79q34 -34 83 -34h1505q151 0 258.5 107.5t107.5 258.5t-107 257t-259 106q-155 0 -258 -104q-33 -34 -33 -85q0 -50 32 -81.5t81 -31.5q50 0 86 33q38 38 92 38t93.5 -38.5t39.5 -93.5t-39.5 -95t-93.5 -40h-1505q-48 0 -84 -35t-36 -83zM1384 0h263l176 851 h-263z" />
<glyph unicode="&#xf0b9;" horiz-adv-x="2165" d="M0 731q0 -49 37 -82q35 -35 83 -35h807q53 0 93.5 -39t40.5 -94t-40.5 -95t-93.5 -40t-94 41q-40 35 -83 35q-49 0 -83 -33.5t-34 -82.5q0 -48 34 -82q109 -109 260 -109t257.5 107.5t106.5 258.5q0 152 -106.5 260t-257.5 108h-807q-48 0 -84 -35t-36 -83zM0 1144 q0 -46 37 -79q34 -34 83 -34h1505q151 0 258.5 107.5t107.5 258.5t-107 257t-259 106q-155 0 -258 -104q-33 -34 -33 -85q0 -50 32 -81.5t81 -31.5q50 0 86 33q38 38 92 38t93.5 -38.5t39.5 -93.5t-39.5 -95t-93.5 -40h-1505q-48 0 -84 -35t-36 -83zM1366 0h706l43 202h-392 v3q32 15 92 39t101.5 41t92.5 47t82 61t53 79.5t22 106.5q0 89 -46 149.5t-115 86t-155 25.5q-155 0 -253.5 -83.5t-117.5 -246.5h223q0 59 34.5 100t97.5 41q48 0 72 -25.5t24 -57.5q0 -19 -3.5 -34.5t-16.5 -30t-22.5 -23.5t-36.5 -24t-42.5 -23t-56.5 -27 q-141 -69 -175 -89q-128 -77 -177 -190q-25 -56 -34 -127z" />
<glyph unicode="&#xf0ba;" horiz-adv-x="2145" d="M0 737q0 -49 37 -82q34 -34 83 -34h802q53 0 93 -39t40 -94t-40 -94.5t-93 -39.5q-52 0 -93 41q-39 34 -84 34q-49 0 -82 -33t-33 -82q0 -48 34 -81q106 -108 258 -108q150 0 256.5 106.5t106.5 256.5q0 151 -106.5 258.5t-256.5 107.5h-802q-48 0 -84 -34.5t-36 -82.5z M0 1147q0 -45 37 -78q34 -34 83 -34h1496q151 0 258 107t107 257t-106.5 255.5t-258.5 105.5q-156 0 -257 -104q-32 -33 -32 -83t31.5 -81t81.5 -31q49 0 85 32q37 37 91 37t92.5 -38t38.5 -93t-39 -95t-92 -40h-1496q-48 0 -84 -34.5t-36 -82.5zM1405 249q0 -43 17 -84 t53 -79.5t102.5 -62t155.5 -23.5q193 0 281 77t88 208q0 58 -32.5 106t-84.5 54v2q69 12 114.5 62t45.5 120q0 49 -18 87t-46.5 62t-68.5 39.5t-80.5 21.5t-85.5 6q-148 0 -243 -71.5t-117 -214.5h217q7 49 40.5 76.5t83.5 27.5q46 0 72.5 -19.5t26.5 -53.5q0 -75 -135 -75 h-50l-31 -149h47q109 0 109 -75q0 -50 -36 -77t-88 -27q-61 0 -89 36q-27 34 -22 95h-221q-5 -30 -5 -69z" />
<glyph unicode="&#xf0bb;" horiz-adv-x="2155" d="M6 727q0 -49 36 -82q38 -36 84 -36h807q53 0 93 -38t40 -93q0 -56 -40 -96t-93 -40t-94 41q-37 34 -84 34q-49 0 -82.5 -33t-33.5 -81q0 -49 34 -82q109 -109 260 -109t257.5 107.5t106.5 258.5t-107 259t-257 108h-807q-48 0 -84 -35t-36 -83zM6 1141q0 -48 36 -80 q34 -34 84 -34h1505q151 0 258.5 107.5t107.5 258.5t-107 256.5t-259 105.5q-157 0 -258 -104q-34 -35 -34 -83q0 -50 32.5 -81.5t81.5 -31.5t85 32q38 38 93 38q54 0 93 -38.5t39 -93.5q0 -56 -39 -96t-93 -40h-1505q-48 0 -84 -34t-36 -82zM1395 160h381l-34 -165h235 l38 165h108l38 203h-107l96 463h-237l-472 -444zM1635 363l239 236h3l-52 -236h-190z" />
<glyph unicode="&#xf0bc;" horiz-adv-x="2158" d="M0 731q0 -48 37 -81q34 -35 83 -35h802q53 0 93.5 -39t40.5 -93q0 -55 -40.5 -94.5t-93.5 -39.5q-52 0 -93 41q-36 33 -83 33q-49 0 -82.5 -32.5t-33.5 -80.5q0 -49 34 -83q108 -108 258 -108q151 0 257.5 107t106.5 257t-107 258t-257 108h-802q-48 0 -84 -35t-36 -83z M0 1143q0 -46 37 -79q34 -34 83 -34h1497q151 0 258 107t107 257t-106.5 255.5t-258.5 105.5q-156 0 -257 -104q-32 -33 -32 -83t31.5 -81t80.5 -31q50 0 85 32q38 38 92 38q53 0 92.5 -38.5t39.5 -93.5t-39.5 -95t-92.5 -40h-1497q-48 0 -84 -34t-36 -82zM1403 264 q-4 -51 12.5 -97.5t53 -86t104 -63t158.5 -23.5q92 0 163.5 24.5t111.5 60.5t65.5 84t34 87.5t8.5 78.5q0 107 -68.5 172t-176.5 65q-111 0 -155 -46h-2l37 109h368l42 201h-559l-155 -476h213q26 54 118 54q51 0 82 -26.5t31 -79.5q0 -54 -37 -87t-107 -33q-50 0 -78 18 q-34 18 -38 64h-226z" />
<glyph unicode="&#xf0bd;" horiz-adv-x="2168" d="M0 733q0 -50 37 -83q34 -34 83 -34h802q53 0 93 -39t40 -94t-40 -94t-93 -39q-52 0 -93 41q-37 33 -84 33q-49 0 -82 -32.5t-33 -81.5q0 -48 34 -81q107 -109 258 -109q150 0 256.5 106.5t106.5 256.5q0 151 -106.5 258.5t-256.5 107.5h-802q-48 0 -84 -34t-36 -82z M0 1143q0 -46 37 -79q33 -33 83 -33h1496q151 0 258 106.5t107 256.5t-106.5 255.5t-258.5 105.5q-156 0 -257 -104q-32 -33 -32 -83q0 -49 31.5 -80.5t81.5 -31.5q49 0 85 32q38 38 91 38q54 0 92.5 -38.5t38.5 -93.5t-38.5 -94t-92.5 -39h-1496q-48 0 -84 -35t-36 -83z M1439 334q0 -153 80 -246t244 -93q152 0 250.5 92.5t98.5 243.5q0 103 -71 167.5t-176 64.5q-117 0 -183 -80h-2q53 186 176 186q39 0 62 -15q20 -14 25 -44h225q-2 50 -20.5 90t-47 66t-67 43t-79.5 24t-85 7q-100 0 -179 -38.5t-124.5 -95t-75.5 -128.5t-40.5 -131.5 t-10.5 -112.5zM1658 286q0 59 39 89.5t88 30.5q30 0 51.5 -9t32 -20.5t16.5 -28.5t7 -26.5t1 -20.5q0 -50 -34 -84t-91 -34q-49 0 -79.5 28.5t-30.5 74.5z" />
<glyph unicode="&#xf0be;" horiz-adv-x="2187" d="M0 727q0 -49 37 -82q36 -36 83 -36h807q54 0 94 -38.5t40 -93.5t-40.5 -95t-93.5 -40t-94 41q-37 33 -83 33q-50 0 -83.5 -32.5t-33.5 -81.5q0 -50 34 -83q108 -108 260 -108q151 0 257.5 107.5t106.5 258.5t-107 259.5t-257 108.5h-807q-48 0 -84 -35t-36 -83zM0 1139 q0 -45 37 -78q35 -35 83 -35h1505q151 0 258.5 107.5t107.5 258.5t-107 257t-259 106q-156 0 -258 -105q-33 -33 -33 -83t32 -81.5t81 -31.5q50 0 86 32q38 39 92 39t93.5 -38.5t39.5 -94.5q0 -55 -39.5 -95t-93.5 -40h-1505q-48 0 -84 -35t-36 -83zM1504 -5h263 q42 207 148.5 370.5t230.5 260.5l41 199h-636l-44 -202h372q-316 -318 -375 -628z" />
<glyph unicode="&#xf0bf;" horiz-adv-x="2153" d="M0 733q0 -49 37 -82q34 -35 83 -35h802q53 0 93 -38.5t40 -92.5q0 -55 -40.5 -95t-92.5 -40t-93 41q-37 33 -84 33q-49 0 -82 -32.5t-33 -80.5q0 -49 34 -82q107 -109 258 -109q150 0 256.5 107.5t106.5 257.5t-106.5 257.5t-256.5 107.5h-802q-48 0 -84 -34.5t-36 -82.5 zM0 1144q0 -46 37 -79q34 -34 83 -34h1496q151 0 258 106.5t107 257.5q0 150 -106.5 255t-258.5 105q-156 0 -257 -102q-32 -35 -32 -84q0 -50 31.5 -81.5t81.5 -31.5q49 0 85 32q39 39 91 39q54 0 92.5 -38.5t38.5 -93.5q0 -56 -38.5 -95t-92.5 -39h-1496q-48 0 -84 -34.5 t-36 -82.5zM1395 233q0 -117 91.5 -177.5t246.5 -60.5q95 0 168 19t114 47t66.5 66.5t33.5 70.5t8 65q0 66 -38 113.5t-100 60.5l2 3v-1q72 10 119 63.5t47 126.5q0 61 -28 104.5t-76 65.5t-98 31.5t-108 9.5q-76 0 -137 -15t-99 -39.5t-63 -57t-35 -64.5t-10 -66 q0 -55 29 -96t80 -57v-3q-90 -10 -151.5 -65.5t-61.5 -143.5zM1621 257q0 56 45 82t108 26q65 0 94.5 -29.5t29.5 -63.5v-14q0 -45 -40.5 -68t-103.5 -23l3 1q-22 0 -43 3t-43.5 12t-36 28t-13.5 46zM1702 585q0 51 39.5 74t95.5 23q48 0 81.5 -21.5t33.5 -67.5 q0 -12 -5 -25t-18 -28.5t-42 -25.5t-70 -10q-64 0 -89.5 24.5t-25.5 56.5z" />
<glyph unicode="&#xf0c0;" horiz-adv-x="2133" d="M0 733q0 -49 37 -82q34 -35 83 -35h802q53 0 93 -38.5t40 -92.5q0 -55 -40.5 -95t-92.5 -40t-93 41q-37 33 -84 33q-49 0 -82 -32.5t-33 -80.5q0 -49 34 -82q107 -109 258 -109q150 0 256.5 107.5t106.5 257.5t-106.5 257.5t-256.5 107.5h-802q-48 0 -84 -34.5t-36 -82.5 zM0 1144q0 -46 37 -79q34 -34 83 -34h1496q151 0 258 106.5t107 257.5q0 150 -106.5 255t-258.5 105q-156 0 -257 -102q-32 -35 -32 -84q0 -50 31.5 -81.5t81.5 -31.5q49 0 85 32q39 39 91 39q54 0 92.5 -38.5t38.5 -93.5q0 -56 -38.5 -95t-92.5 -39h-1496q-48 0 -84 -34.5 t-36 -82.5zM1406 223q3 -63 30 -109t71.5 -71t95.5 -36.5t111 -11.5q91 0 165.5 34t120.5 86.5t77.5 120.5t44 131.5t12.5 122.5q0 169 -86.5 259.5t-231.5 90.5q-149 0 -252 -91t-103 -239q0 -106 67.5 -173t173.5 -67q57 0 111.5 23t76.5 58h3q-19 -76 -62 -130t-113 -54 q-46 0 -63 11q-20 17 -26 45h-223zM1680 530q0 50 31 86.5t92 36.5q54 0 82.5 -27.5t28.5 -81.5q0 -15 -6 -33t-19 -38t-39 -33t-60 -13t-57.5 12t-34 30.5t-14.5 33.5t-4 27z" />
<glyph unicode="&#xf0c1;" horiz-adv-x="2545" d="M0 733q0 -49 37 -82q34 -35 83 -35h802q53 0 93 -38.5t40 -92.5q0 -55 -40.5 -95t-92.5 -40t-93 41q-37 33 -84 33q-49 0 -82 -32.5t-33 -80.5q0 -49 34 -82q107 -109 258 -109q150 0 256.5 107.5t106.5 257.5t-106.5 257.5t-256.5 107.5h-802q-48 0 -84 -34.5t-36 -82.5 zM0 1144q0 -46 37 -79q34 -34 83 -34h1496q151 0 258 106.5t107 257.5q0 150 -106.5 255t-258.5 105q-156 0 -257 -102q-32 -35 -32 -84q0 -50 31.5 -81.5t81.5 -31.5q49 0 85 32q39 39 91 39q54 0 92.5 -38.5t38.5 -93.5q0 -56 -38.5 -95t-92.5 -39h-1496q-48 0 -84 -34.5 t-36 -82.5zM1376 6h262l175 847h-261zM1823 317q0 -83 26 -147t70 -101t96.5 -55.5t111.5 -18.5q98 0 175 40t121 99t73 133.5t39 135t10 112.5q0 155 -85 240t-227 85q-165 0 -287.5 -146t-122.5 -377zM2042 307q0 25 4.5 62.5t17.5 89.5t32.5 95.5t55 74t79.5 30.5 q43 0 69 -29t26 -84q0 -154 -53.5 -261.5t-131.5 -107.5q-99 0 -99 130z" />
<glyph unicode="&#xf0c2;" horiz-adv-x="2219" d="M0 727q0 -49 37 -82q36 -36 83 -36h807q54 0 94 -38.5t40 -93.5t-40.5 -95t-93.5 -40t-94 41q-37 33 -83 33q-50 0 -83.5 -32.5t-33.5 -81.5q0 -50 34 -83q108 -108 260 -108q151 0 257.5 107.5t106.5 258.5t-107 259.5t-257 108.5h-807q-48 0 -84 -35t-36 -83zM0 1139 q0 -45 37 -78q35 -35 83 -35h1505q151 0 258.5 107.5t107.5 258.5t-107 257t-259 106q-156 0 -258 -105q-33 -33 -33 -83t32 -81.5t81 -31.5q50 0 86 32q38 39 92 39t93.5 -38.5t39.5 -94.5q0 -55 -39.5 -95t-93.5 -40h-1505q-48 0 -84 -35t-36 -83zM1384 -5h263l176 852 h-263zM1781 -5h262l176 852h-261z" />
<glyph unicode="&#xf0c3;" horiz-adv-x="2563" d="M0 727q0 -49 37 -82q36 -36 83 -36h807q54 0 94 -38.5t40 -93.5t-40.5 -95t-93.5 -40t-94 41q-37 33 -83 33q-50 0 -83.5 -32.5t-33.5 -81.5q0 -50 34 -83q108 -108 260 -108q151 0 257.5 107.5t106.5 258.5t-107 259.5t-257 108.5h-807q-48 0 -84 -35t-36 -83zM0 1139 q0 -45 37 -78q35 -35 83 -35h1505q151 0 258.5 107.5t107.5 258.5t-107 257t-259 106q-156 0 -258 -105q-33 -33 -33 -83t32 -81.5t81 -31.5q50 0 86 32q38 39 92 39t93.5 -38.5t39.5 -94.5q0 -55 -39.5 -95t-93.5 -40h-1505q-48 0 -84 -35t-36 -83zM1384 -5h263l176 852 h-263zM1763 -5h706l43 203h-391v2q32 15 92 39t101 41t92 47t82 61.5t53 80t22 106.5q0 89 -46 149t-115 85t-155 25q-155 0 -253 -83.5t-117 -246.5h221q0 60 35 101t99 41q48 0 71.5 -25.5t23.5 -58.5q0 -52 -35 -81t-133 -77l-3 -1.5t-3 -1t-3 -1.5q-142 -68 -176 -88 q-127 -76 -176 -186q-26 -58 -35 -131z" />
</font>
</defs></svg>

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 156 KiB

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Weather Icons - 123 Icon Font inspired by Font Awesome and designed for Bootstrap</title>
<title>Weather Icons - 189 Icon Font inspired by Font Awesome and designed for Bootstrap</title>
<!-- favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
@ -44,9 +44,8 @@
<div class="row">
<div class="col-sm-12">
<p class="intro-icons"><i class="wi wi-day-lightning"></i><i class="wi wi-night-thunderstorm"></i><i class="wi wi-day-snow"></i><i class="wi wi-sprinkles"> </i><i class="wi wi-day-sunny"></i><i class="wi wi-cloudy"></i><i class="wi wi-night-rain-mix"></i><i class="wi wi-sunset"></i><i class="wi wi-sunrise"></i><i class="wi wi-day-cloudy-windy"></i><i class="wi wi-night-rain"></i><i class="wi wi-night-alt-snow"></i></p>
<p class="headline">Weather Icons is a font of 123 weather themed icons, ready to be dropped right into <a href="http://getbootstrap.com">Bootstrap</a> or any other project. <i class="wi wi-cloudy"> </i></p>
<p class="headline">Weather Icons is a font of 189 weather themed icons, ready to be dropped right into <a href="http://getbootstrap.com">Bootstrap</a> or any other project. <i class="wi wi-cloudy"> </i></p>
<p>Inspired by <a href="http://fontawesome.io/"> Font Awesome</a>, they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the class to an "i" element: <code>&lt;i class="wi wi-day-lightning"&gt;&lt;/i&gt;</code>. At this time, there are no other effects/mixins to do advanced icon manipulation. Those will be coming in future releases. </p>
<p>Want to use the font in your desktop applications? Check out the <a href="cheatsheet">cheatsheet here. </a>Just install the font on your system and copy and paste, it's that easy.</p>
<p class="follow"><a href="https://twitter.com/weathericons" data-show-count="false" data-size="large" data-dnt="true" class="twitter-follow-button">Follow @weathericons</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
@ -76,6 +75,420 @@
</div>
</div>
<section class="content container iconExamples">
<div class="row">
<div class="col-sm-12">
<h2>New v1.3 Icons</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-umbrella"> </i></div>
<div class="class">wi-umbrella </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-day-windy"> </i></div>
<div class="class">wi-day-windy </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-night-alt-cloudy"></i></div>
<div class="class">wi-night-alt-cloudy</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-up-left"> </i></div>
<div class="class">wi-up-left </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-down-right"> </i></div>
<div class="class">wi-down-right </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-day-sleet"> </i></div>
<div class="class">wi-day-sleet </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-night-sleet"> </i></div>
<div class="class">wi-night-sleet </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-night-alt-sleet"> </i></div>
<div class="class">wi-night-alt-sleet </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-sleet"> </i></div>
<div class="class">wi-sleet </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-day-haze"> </i></div>
<div class="class">wi-day-haze </div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Moon Phases </h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-moon-new"> </i></div>
<div class="class">wi-moon-new </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-1"></i></div>
<div class="class">wi-moon-waxing-cresent-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-2"></i></div>
<div class="class">wi-moon-waxing-cresent-2 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-3"></i></div>
<div class="class">wi-moon-waxing-cresent-3 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-4"></i></div>
<div class="class">wi-moon-waxing-cresent-4 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-5"></i></div>
<div class="class">wi-moon-waxing-cresent-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-cresent-6"></i></div>
<div class="class">wi-moon-waxing-cresent-6 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-first-quarter"> </i></div>
<div class="class">wi-moon-first-quarter </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-1"></i></div>
<div class="class">wi-moon-waxing-gibbous-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-2"></i></div>
<div class="class">wi-moon-waxing-gibbous-2 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-3"></i></div>
<div class="class">wi-moon-waxing-gibbous-3 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-4"></i></div>
<div class="class">wi-moon-waxing-gibbous-4 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-5"></i></div>
<div class="class">wi-moon-waxing-gibbous-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous-6"></i></div>
<div class="class">wi-moon-waxing-gibbous-6 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-full"> </i></div>
<div class="class">wi-moon-full </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-1"></i></div>
<div class="class">wi-moon-waning-gibbous-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-2"></i></div>
<div class="class">wi-moon-waning-gibbous-2 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-3"></i></div>
<div class="class">wi-moon-waning-gibbous-3 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-4"></i></div>
<div class="class">wi-moon-waning-gibbous-4 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-5"></i></div>
<div class="class">wi-moon-waning-gibbous-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous-6"></i></div>
<div class="class">wi-moon-waning-gibbous-6 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-3rd-quarter"> </i></div>
<div class="class">wi-moon-3rd-quarter </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-1"></i></div>
<div class="class">wi-moon-waning-crescent-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-2"></i></div>
<div class="class">wi-moon-waning-crescent-2 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-3"></i></div>
<div class="class">wi-moon-waning-crescent-3 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-4"></i></div>
<div class="class">wi-moon-waning-crescent-4 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-5"></i></div>
<div class="class">wi-moon-waning-crescent-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent-6"></i></div>
<div class="class">wi-moon-waning-crescent-6 </div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Clocks</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-time-12"> </i></div>
<div class="class">wi-time-12 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-1"> </i></div>
<div class="class">wi-time-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-2"> </i></div>
<div class="class">wi-time-2 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-3"> </i></div>
<div class="class">wi-time-3 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-time-4"> </i></div>
<div class="class">wi-time-4 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-5"> </i></div>
<div class="class">wi-time-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-6"> </i></div>
<div class="class">wi-time-6 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-7"> </i></div>
<div class="class">wi-time-7 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-time-8"> </i></div>
<div class="class">wi-time-8 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-9"> </i></div>
<div class="class">wi-time-9 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-10"> </i></div>
<div class="class">wi-time-10 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-time-11"> </i></div>
<div class="class">wi-time-11 </div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Beafort Wind Scale</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-beafort-0"> </i></div>
<div class="class">wi-beafort-0 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-1"> </i></div>
<div class="class">wi-beafort-1 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-2"> </i></div>
<div class="class">wi-beafort-2 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-3"> </i></div>
<div class="class">wi-beafort-3 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-4"> </i></div>
<div class="class">wi-beafort-4 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-beafort-5"> </i></div>
<div class="class">wi-beafort-5 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-6"> </i></div>
<div class="class">wi-beafort-6 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-7"> </i></div>
<div class="class">wi-beafort-7 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-8"> </i></div>
<div class="class">wi-beafort-8 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-9"> </i></div>
<div class="class">wi-beafort-9 </div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-beafort-10"> </i></div>
<div class="class">wi-beafort-10 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-11"> </i></div>
<div class="class">wi-beafort-11 </div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-beafort-12"> </i></div>
<div class="class">wi-beafort-12 </div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h3>Wind Directions - 0 degrees through 345 degrees</h3>
<p>Wind direction icons use CSS3 tranform to rotate. Choose your interpretation; point to the wind source, or point in the wind direction. Example: pointing to an east wind would be wi-wind-default._90-deg, but pointing in the direction of an east wind would be wi-wind-default._270deg. This should give everyone the felxibility they need without having alias names or 24 separate glyphs.</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-wind-default _0-deg"></i></div>
<div class="class">wi-wind-default._0-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _15-deg"></i></div>
<div class="class">wi-wind-default._15-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _30-deg"></i></div>
<div class="class">wi-wind-default._30-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _45-deg"></i></div>
<div class="class">wi-wind-default._45-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _60-deg"></i></div>
<div class="class">wi-wind-default._60-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _75-deg"></i></div>
<div class="class">wi-wind-default._75-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _90-deg"></i></div>
<div class="class">wi-wind-default._90-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _105-deg"></i></div>
<div class="class">wi-wind-default._105-deg</div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-wind-default _120-deg"></i></div>
<div class="class">wi-wind-default._120-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _135-deg"></i></div>
<div class="class">wi-wind-default._135-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _150-deg"></i></div>
<div class="class">wi-wind-default._150-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _165-deg"></i></div>
<div class="class">wi-wind-default._165-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _180-deg"></i></div>
<div class="class">wi-wind-default._180-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _195-deg"></i></div>
<div class="class">wi-wind-default._195-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _210-deg"></i></div>
<div class="class">wi-wind-default._210-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _225-deg"></i></div>
<div class="class">wi-wind-default._225-deg</div>
</div>
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-wind-default _240-deg"></i></div>
<div class="class">wi-wind-default._240-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _255-deg"></i></div>
<div class="class">wi-wind-default._255-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _270-deg"></i></div>
<div class="class">wi-wind-default._270-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _285-deg"></i></div>
<div class="class">wi-wind-default._285-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _300-deg"></i></div>
<div class="class">wi-wind-default._300-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _315-deg"></i></div>
<div class="class">wi-wind-default._315-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _330-deg"></i></div>
<div class="class">wi-wind-default._330-deg</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-wind-default _345-deg"></i></div>
<div class="class">wi-wind-default._345-deg</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>New v1.2 </h2>
@ -176,44 +589,7 @@
</div>
<div class="col-sm-4">
<div class="example">
<div class="icon"><i class="wi wi-moon-full"></i></div>
<div class="class">wi-moon-full</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-gibbous"></i></div>
<div class="class">wi-moon-waxing-gibbous</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-quarter"></i></div>
<div class="class">wi-moon-waxing-quarter</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waxing-crescent"></i></div>
<div class="class">wi-moon-waxing-crescent</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-young"></i></div>
<div class="class">wi-moon-young</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-new"></i></div>
<div class="class">wi-moon-new</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-old"></i></div>
<div class="class">wi-moon-old</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-crescent"></i></div>
<div class="class">wi-moon-waning-crescent</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-quarter"></i></div>
<div class="class">wi-moon-waning-quarter</div>
</div>
<div class="example">
<div class="icon"><i class="wi wi-moon-waning-gibbous"></i></div>
<div class="class">wi-moon-waning-gibbous</div>
<div class="class">1.2 Moons removed, see 1.3 update for all new moons</div>
</div>
</div>
</div>
@ -645,7 +1021,7 @@
<div class="title">Version 1.2</div>
<p>The second release of Weather Icons with streamlined, updated Less, customizable variables, adjusted font boundaries, and all new fonts including: </p>
<p>Please report any issues or requests to the <a href="https://github.com/erikflowers/weather-icons/issues">repository here</a></p>
<p>The icon designs are originally by <a href="https://twitter.com/artill">Lukas Bischoff. </a>The font has been modified slightly for icon-font usage, and turned into a HTML/CSS/LESS addon by <a href="http://www.helloerik.com/">me (Erik).</a></p>
<p>The icon designs are originally by <a href="https://twitter.com/artill">Lukas Bischoff. </a>The font has wi-been modified slightly for icon-font usage, and turned into a HTML/CSS/LESS addon by <a href="http://www.helloerik.com/">me (Erik).</a></p>
</div>
</div>
</div>
@ -662,4 +1038,4 @@
</div>
</footer>
</body>
</html>
</html>
Loading…
Cancel
Save