seo_unpakt 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +42 -0
  5. data/app/assets/fonts/FontAwesome.otf +0 -0
  6. data/app/assets/fonts/fontawesome-webfont.eot +0 -0
  7. data/app/assets/fonts/fontawesome-webfont.svg +414 -0
  8. data/app/assets/fonts/fontawesome-webfont.ttf +0 -0
  9. data/app/assets/fonts/fontawesome-webfont.woff +0 -0
  10. data/app/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  11. data/app/assets/fonts/glyphicons-halflings-regular.svg +229 -0
  12. data/app/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  13. data/app/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  14. data/app/assets/fonts/proximanova-bold-webfont.eot +0 -0
  15. data/app/assets/fonts/proximanova-bold-webfont.svg +235 -0
  16. data/app/assets/fonts/proximanova-bold-webfont.ttf +0 -0
  17. data/app/assets/fonts/proximanova-bold-webfont.woff +0 -0
  18. data/app/assets/fonts/proximanova-light-webfont.eot +0 -0
  19. data/app/assets/fonts/proximanova-light-webfont.svg +235 -0
  20. data/app/assets/fonts/proximanova-light-webfont.ttf +0 -0
  21. data/app/assets/fonts/proximanova-light-webfont.woff +0 -0
  22. data/app/assets/fonts/proximanova-regular-webfont.eot +0 -0
  23. data/app/assets/fonts/proximanova-regular-webfont.svg +235 -0
  24. data/app/assets/fonts/proximanova-regular-webfont.ttf +0 -0
  25. data/app/assets/fonts/proximanova-regular-webfont.woff +0 -0
  26. data/app/assets/fonts/proximanova-semibold-webfont.eot +0 -0
  27. data/app/assets/fonts/proximanova-semibold-webfont.svg +235 -0
  28. data/app/assets/fonts/proximanova-semibold-webfont.ttf +0 -0
  29. data/app/assets/fonts/proximanova-semibold-webfont.woff +0 -0
  30. data/app/assets/images/seo_unpakt/AjaxLoader.gif +0 -0
  31. data/app/assets/images/seo_unpakt/border-left-shadow.png +0 -0
  32. data/app/assets/images/seo_unpakt/border-right-shadow.png +0 -0
  33. data/app/assets/images/seo_unpakt/carousel-left.png +0 -0
  34. data/app/assets/images/seo_unpakt/carousel-right.png +0 -0
  35. data/app/assets/images/seo_unpakt/glyphicons-halflings-white.png +0 -0
  36. data/app/assets/images/seo_unpakt/glyphicons-halflings.png +0 -0
  37. data/app/assets/images/seo_unpakt/grabbing.png +0 -0
  38. data/app/assets/images/seo_unpakt/map-bg.jpg +0 -0
  39. data/app/assets/images/seo_unpakt/post-image.jpg +0 -0
  40. data/app/assets/images/seo_unpakt/puma-logo.png +0 -0
  41. data/app/assets/images/seo_unpakt/read-more-arrow.png +0 -0
  42. data/app/assets/images/seo_unpakt/sfl-logo.png +0 -0
  43. data/app/assets/images/seo_unpakt/sun-1.png +0 -0
  44. data/app/assets/images/seo_unpakt/sun-2.png +0 -0
  45. data/app/assets/images/seo_unpakt/sun-3.png +0 -0
  46. data/app/assets/images/seo_unpakt/unpakt-logo.png +0 -0
  47. data/app/assets/images/seo_unpakt/unpakt-logo1.png +0 -0
  48. data/app/assets/images/seo_unpakt/weather-widget.png +0 -0
  49. data/app/assets/javascripts/seo_unpakt/application.js +123 -0
  50. data/app/assets/javascripts/seo_unpakt/bootstrap.min.js +6 -0
  51. data/app/assets/javascripts/seo_unpakt/jquery.zweatherfeed.min.js +8 -0
  52. data/app/assets/javascripts/seo_unpakt/map.js.erb +50 -0
  53. data/app/assets/javascripts/seo_unpakt/overlapping_marker.js +23 -0
  54. data/app/assets/javascripts/seo_unpakt/owl.carousel.min.js +1 -0
  55. data/app/assets/stylesheets/seo_unpakt/application.css +17 -0
  56. data/app/assets/stylesheets/seo_unpakt/bootstrap.min.css +9 -0
  57. data/app/assets/stylesheets/seo_unpakt/custom.css +403 -0
  58. data/app/assets/stylesheets/seo_unpakt/font-awesome.min.css +4 -0
  59. data/app/assets/stylesheets/seo_unpakt/masada.css +12347 -0
  60. data/app/assets/stylesheets/seo_unpakt/owl.carousel.css +71 -0
  61. data/app/assets/stylesheets/seo_unpakt/server.css +6075 -0
  62. data/app/assets/stylesheets/seo_unpakt/zweatherfeed.css +50 -0
  63. data/app/controllers/seo_unpakt/admin/living_in_infos_controller.rb +58 -0
  64. data/app/controllers/seo_unpakt/admin/seo_configs_controller.rb +28 -0
  65. data/app/controllers/seo_unpakt/admin/seo_keywords_controller.rb +25 -0
  66. data/app/controllers/seo_unpakt/application_controller.rb +18 -0
  67. data/app/helpers/seo_unpakt/admin/seo_configs_helper.rb +4 -0
  68. data/app/helpers/seo_unpakt/application_helper.rb +44 -0
  69. data/app/helpers/seo_unpakt/seo_helper.rb +26 -0
  70. data/app/helpers/seo_unpakt/will_paginate_helper.rb +21 -0
  71. data/app/models/seo_unpakt/living_in_info.rb +18 -0
  72. data/app/models/seo_unpakt/seo_keyword.rb +11 -0
  73. data/app/views/layouts/seo_unpakt/_estimation_information_form.html.slim +1 -0
  74. data/app/views/layouts/seo_unpakt/_google_analytics.html.slim +14 -0
  75. data/app/views/layouts/seo_unpakt/_map_widgets.html.slim +18 -0
  76. data/app/views/layouts/seo_unpakt/application.html.slim +54 -0
  77. data/app/views/seo_unpakt/admin/_menu.html.slim +7 -0
  78. data/app/views/seo_unpakt/admin/living_in_infos/_city_list.html.slim +21 -0
  79. data/app/views/seo_unpakt/admin/living_in_infos/_tinymce_js.html.slim +14 -0
  80. data/app/views/seo_unpakt/admin/living_in_infos/edit.html.slim +15 -0
  81. data/app/views/seo_unpakt/admin/living_in_infos/edit_state_info.html.slim +16 -0
  82. data/app/views/seo_unpakt/admin/living_in_infos/index.html.slim +15 -0
  83. data/app/views/seo_unpakt/admin/living_in_infos/index.js.erb +1 -0
  84. data/app/views/seo_unpakt/admin/living_in_infos/state_index.html.slim +28 -0
  85. data/app/views/seo_unpakt/admin/seo_configs/_city_list.html.slim +21 -0
  86. data/app/views/seo_unpakt/admin/seo_configs/mover_cities.html.slim +16 -0
  87. data/app/views/seo_unpakt/admin/seo_configs/mover_cities.js.erb +1 -0
  88. data/app/views/seo_unpakt/admin/seo_configs/toggle_seo_city.js.erb +5 -0
  89. data/app/views/seo_unpakt/admin/seo_keywords/_keywords_list.html.slim +3 -0
  90. data/app/views/seo_unpakt/admin/seo_keywords/create.js.erb +2 -0
  91. data/app/views/seo_unpakt/admin/seo_keywords/index.html.slim +13 -0
  92. data/app/views/seo_unpakt/seo/_living_infos_by_city.html.slim +24 -0
  93. data/app/views/seo_unpakt/seo/_mover_locations.html.slim +1 -0
  94. data/app/views/seo_unpakt/seo/_movers_by_cities.html.slim +7 -0
  95. data/app/views/seo_unpakt/seo/_movers_carousel.html.slim +25 -0
  96. data/app/views/seo_unpakt/seo/_news.html.slim +9 -0
  97. data/app/views/seo_unpakt/seo/_page_infos.html.slim +17 -0
  98. data/app/views/seo_unpakt/seo/_weather_infos_by_city.html.slim +7 -0
  99. data/app/views/seo_unpakt/seo/city_movers.html.slim +4 -0
  100. data/app/views/seo_unpakt/seo/get_movers.js.erb +2 -0
  101. data/app/views/seo_unpakt/seo/index.html.slim +9 -0
  102. data/app/views/seo_unpakt/seo/moving_from_city.html.slim +4 -0
  103. data/app/views/seo_unpakt/seo/moving_from_to_city.html.slim +8 -0
  104. data/app/views/seo_unpakt/seo/moving_to_city.html.slim +4 -0
  105. data/app/views/seo_unpakt/seo/state_movers.html.slim +53 -0
  106. data/config/routes.rb +25 -0
  107. data/config/tinymce.yml +14 -0
  108. data/db/migrate/20140408070411_add_column_generate_seo_urls_to_mover_cities.rb +5 -0
  109. data/db/migrate/20140422102809_update_seo_urls_mover_cities.rb +11 -0
  110. data/db/migrate/20140429070426_create_seo_unpakt_seo_keywords.rb +8 -0
  111. data/db/migrate/20140430141506_seed_seo_keywords.rb +12 -0
  112. data/db/migrate/20140506075238_update_seo_urls_false.rb +7 -0
  113. data/db/migrate/20140515080832_create_seo_unpakt_living_in_infos.rb +11 -0
  114. data/db/seeders/UnpaktLocations.csv +61 -0
  115. data/lib/seo_unpakt/engine.rb +19 -0
  116. data/lib/seo_unpakt/version.rb +3 -0
  117. data/lib/seo_unpakt.rb +4 -0
  118. data/lib/tasks/seo_unpakt_tasks.rake +4 -0
  119. data/test/controllers/seo_unpakt/admin/seo_configs_controller_test.rb +9 -0
  120. data/test/controllers/seo_unpakt/seo_controller_test.rb +9 -0
  121. data/test/dummy/README.rdoc +261 -0
  122. data/test/dummy/Rakefile +7 -0
  123. data/test/dummy/app/assets/javascripts/application.js +15 -0
  124. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  125. data/test/dummy/app/controllers/application_controller.rb +3 -0
  126. data/test/dummy/app/helpers/application_helper.rb +2 -0
  127. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  128. data/test/dummy/config/application.rb +59 -0
  129. data/test/dummy/config/boot.rb +10 -0
  130. data/test/dummy/config/database.yml +25 -0
  131. data/test/dummy/config/environment.rb +5 -0
  132. data/test/dummy/config/environments/development.rb +37 -0
  133. data/test/dummy/config/environments/production.rb +67 -0
  134. data/test/dummy/config/environments/test.rb +37 -0
  135. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  136. data/test/dummy/config/initializers/inflections.rb +15 -0
  137. data/test/dummy/config/initializers/mime_types.rb +5 -0
  138. data/test/dummy/config/initializers/secret_token.rb +7 -0
  139. data/test/dummy/config/initializers/session_store.rb +8 -0
  140. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  141. data/test/dummy/config/locales/en.yml +5 -0
  142. data/test/dummy/config/routes.rb +4 -0
  143. data/test/dummy/config.ru +4 -0
  144. data/test/dummy/public/404.html +26 -0
  145. data/test/dummy/public/422.html +26 -0
  146. data/test/dummy/public/500.html +25 -0
  147. data/test/dummy/public/favicon.ico +0 -0
  148. data/test/dummy/script/rails +6 -0
  149. data/test/helpers/seo_unpakt/admin/seo_configs_helper_test.rb +6 -0
  150. data/test/helpers/seo_unpakt/seo_helper_test.rb +6 -0
  151. data/test/integration/navigation_test.rb +10 -0
  152. data/test/seo_unpakt_test.rb +7 -0
  153. data/test/test_helper.rb +15 -0
  154. metadata +286 -0
@@ -0,0 +1,235 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ This is a custom SVG webfont generated by Font Squirrel.
6
+ Copyright : Copyright c Mark Simonson 2005 All rights reserved
7
+ Designer : Mark Simonson
8
+ Foundry URL : httpwwwmarksimonsoncom
9
+ </metadata>
10
+ <defs>
11
+ <font id="ProximaNovaSemibold" horiz-adv-x="1175" >
12
+ <font-face units-per-em="2048" ascent="1618" descent="-430" />
13
+ <missing-glyph horiz-adv-x="528" />
14
+ <glyph unicode=" " horiz-adv-x="528" />
15
+ <glyph unicode="&#x09;" horiz-adv-x="528" />
16
+ <glyph unicode="&#xa0;" horiz-adv-x="528" />
17
+ <glyph unicode="!" horiz-adv-x="499" d="M109 123q0 57 43 99t100 42t99 -42t42 -99q0 -59 -42 -101t-99 -42q-59 0 -101 43t-42 100zM119 1366h262l-37 -946h-186z" />
18
+ <glyph unicode="&#x22;" horiz-adv-x="778" d="M98 1266q0 51 36 85.5t85 34.5q51 0 86 -34.5t35 -85.5l-72 -465h-98q-72 430 -72 465zM438 1266q0 51 35 85.5t86 34.5t86 -34.5t35 -85.5l-72 -465h-98q-72 430 -72 465z" />
19
+ <glyph unicode="#" horiz-adv-x="1243" d="M39 358l45 142h209l123 366h-209l43 142h213l119 358h163l-118 -358h207l118 358h164l-121 -358h209l-41 -142h-213l-125 -366h217l-45 -142h-219l-119 -358h-163l120 358h-208l-119 -358h-164l121 358h-207zM457 500h205l124 366h-206z" />
20
+ <glyph unicode="$" horiz-adv-x="1239" d="M74 193l135 186q139 -154 342 -184v397q-61 16 -106.5 29.5t-99.5 37t-91 52t-69.5 67.5t-49 91.5t-16.5 117.5q0 160 117.5 270.5t314.5 126.5v189h164v-191q246 -27 411 -186l-135 -178q-113 113 -276 145v-354q76 -20 129 -37.5t117.5 -51.5t103.5 -74t66.5 -103.5 t27.5 -143.5q0 -168 -112.5 -284.5t-331.5 -134.5v-185h-164v185q-295 23 -477 213zM365 1006q0 -98 186 -154v322q-86 -10 -136 -55t-50 -113zM715 193q100 14 149 66t49 118q0 63 -51 103t-147 69v-356z" />
21
+ <glyph unicode="%" horiz-adv-x="1529" d="M57 1046.5q0 145.5 95.5 242.5t244.5 97q152 0 246 -96t94 -243q0 -145 -94 -241.5t-246 -96.5q-150 0 -245 96t-95 241.5zM217 1047q0 -88 51 -144.5t129 -56.5q80 0 131.5 56t51.5 145q0 90 -51.5 147t-131.5 57q-78 0 -129 -57t-51 -147zM264 0l873 1366h139 l-875 -1366h-137zM793 313.5q0 145.5 95 242.5t244.5 97t245 -97t95.5 -242.5t-95.5 -242t-245 -96.5t-244.5 96.5t-95 242zM950 313q0 -88 51.5 -144t131 -56t131 56t51.5 144q0 90 -51.5 147.5t-131 57.5t-131 -57.5t-51.5 -147.5z" />
22
+ <glyph unicode="&#x26;" horiz-adv-x="1320" d="M61 365q0 145 79 237t218 162q-96 172 -96 301q0 137 105.5 229t265.5 92q143 0 239.5 -74.5t96.5 -203.5q0 -74 -27 -133.5t-82 -105.5t-103 -73.5t-128 -66.5q57 -80 135 -170l135 -158q88 131 135 287l174 -80q-84 -199 -188 -340l266 -268h-282q-70 66 -121 119 q-170 -143 -383 -144q-190 0 -314.5 102t-124.5 288zM289 383q0 -109 69.5 -172.5t169.5 -63.5q119 0 236 97q-115 121 -168 190q-84 96 -152 195q-155 -103 -155 -246zM477 1059q0 -86 68 -205q115 53 174 108.5t59 133.5q0 61 -39 97t-98 36q-70 0 -117 -48t-47 -122z" />
23
+ <glyph unicode="'" horiz-adv-x="438" d="M98 1266q0 51 36 85.5t85 34.5q51 0 86 -34.5t35 -85.5l-72 -465h-98q-72 430 -72 465z" />
24
+ <glyph unicode="(" horiz-adv-x="565" d="M86 497.5q0 247.5 83 488.5t228 417l133 -100q-109 -201 -160 -386.5t-51 -418.5q0 -231 51.5 -417.5t159.5 -385.5l-133 -103q-145 176 -228 417t-83 488.5z" />
25
+ <glyph unicode=")" horiz-adv-x="567" d="M37 -305l133 -103q145 176 227 417t82 488.5t-82 488.5t-227 417l-133 -100q106 -201 157.5 -387.5t51.5 -417.5q0 -229 -51.5 -416.5t-157.5 -386.5z" />
26
+ <glyph unicode="*" horiz-adv-x="710" d="M59 975l203 104l-203 105l58 98l192 -125l-10 229h113l-11 -229l193 125l57 -98l-205 -105l205 -104l-57 -98l-193 122l11 -229h-113l10 229l-192 -122z" />
27
+ <glyph unicode="+" horiz-adv-x="1028" d="M59 623v137h379v411h152v-411h379v-137h-379v-426h-152v426h-379z" />
28
+ <glyph unicode="," horiz-adv-x="501" d="M109 125q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -104 -52.5 -196.5t-138.5 -153.5l-98 79q51 31 95 86.5t52 106.5q-12 -6 -35 -6q-51 0 -85.5 37t-34.5 94z" />
29
+ <glyph unicode="-" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
30
+ <glyph unicode="." horiz-adv-x="503" d="M109 123q0 57 43 99t100 42t100 -42t43 -99q0 -59 -43 -102.5t-100 -43.5t-100 43.5t-43 102.5z" />
31
+ <glyph unicode="/" horiz-adv-x="645" d="M0 -41l485 1448h160l-485 -1448h-160z" />
32
+ <glyph unicode="0" horiz-adv-x="1263" d="M86 682q0 133 32 256t96.5 225.5t172 162.5t246.5 60q182 0 309 -106t181.5 -261t54.5 -337q0 -180 -54.5 -336t-181.5 -263.5t-309 -107.5q-139 0 -246.5 61.5t-171 164t-96.5 225.5t-33 256zM330 682q0 -215 73.5 -354.5t229 -139.5t228.5 139.5t73 354.5 q0 139 -27.5 244.5t-97.5 176.5t-176.5 71t-177 -71t-98 -176.5t-27.5 -244.5z" />
33
+ <glyph unicode="1" horiz-adv-x="778" d="M31 969l393 397h209v-1366h-240v1057l-223 -234z" />
34
+ <glyph unicode="2" horiz-adv-x="1218" d="M84 1167q88 106 222 162.5t284 56.5q209 0 351 -111.5t142 -307.5q0 -178 -146 -352.5t-450 -403.5h605v-211h-990v190q432 328 586 481.5t154 295.5q0 100 -74 153.5t-176 53.5q-223 0 -369 -162z" />
35
+ <glyph unicode="3" d="M49 197l131 157q66 -78 167.5 -122t209.5 -44q133 0 209 57.5t76 151.5q0 195 -303 195q-115 0 -156 -4v217q23 -2 156 -2q127 0 204.5 45t77.5 135t-78.5 140.5t-197.5 50.5q-207 0 -355 -152l-122 149q184 215 499 215q223 0 357.5 -98t134.5 -268q0 -129 -89 -212 t-206 -101q117 -12 217 -100.5t100 -231.5q0 -178 -140 -289t-376 -111q-172 0 -306 62t-210 160z" />
36
+ <glyph unicode="4" horiz-adv-x="1187" d="M57 309v193l561 864h330v-846h182v-211h-182v-309h-239v309h-652zM293 520h416v631z" />
37
+ <glyph unicode="5" horiz-adv-x="1228" d="M117 186l137 166q139 -164 367 -164q127 0 203.5 69t76.5 173q0 109 -74.5 175.5t-199.5 66.5q-174 0 -299 -117l-170 49v762h895v-211h-656v-393q125 117 310 117q182 0 310 -119t128 -322q0 -209 -145.5 -336t-376.5 -127q-326 0 -506 211z" />
38
+ <glyph unicode="6" horiz-adv-x="1230" d="M86 682q0 307 157.5 505.5t444.5 198.5q240 0 391 -151l-110 -180q-115 119 -281 119t-263 -131.5t-97 -319.5v-39q53 76 153.5 134.5t212.5 58.5q195 0 327 -117t132 -326q0 -195 -140.5 -327t-363.5 -132q-193 0 -322.5 99.5t-185 254t-55.5 353.5zM332 510 q10 -129 85 -225.5t218 -96.5q127 0 200.5 74t73.5 164q0 119 -79.5 181.5t-198.5 62.5q-88 0 -168 -43t-131 -117z" />
39
+ <glyph unicode="7" horiz-adv-x="1089" d="M55 1155v211h985v-166l-528 -1200h-264l516 1155h-709z" />
40
+ <glyph unicode="8" horiz-adv-x="1220" d="M86 352q0 123 87 215t220 138q-127 41 -205.5 121.5t-78.5 201.5q0 176 149.5 267t352 91t352 -91t149.5 -267q0 -121 -79 -202t-206 -121q133 -45 220.5 -137.5t87.5 -215.5q0 -176 -152 -276.5t-373 -100.5t-372.5 100.5t-151.5 276.5zM330 383q0 -88 79.5 -141.5 t200.5 -53.5q119 0 200 53.5t81 141.5q0 92 -93 146.5t-188 68.5q-94 -14 -187 -68.5t-93 -146.5zM352 991q0 -45 28 -81t72 -57.5t81.5 -33.5t76.5 -18q39 6 77 18t82 33.5t71.5 57.5t27.5 81q0 86 -71.5 134.5t-186 48.5t-186.5 -48.5t-72 -134.5z" />
41
+ <glyph unicode="9" horiz-adv-x="1230" d="M80 930q0 195 139 327t365 132q145 0 255.5 -56.5t176 -155t98.5 -222.5t33 -271q0 -309 -158 -508t-444 -199q-238 0 -393 152l112 182q115 -121 281 -121q174 0 267 133.5t93 317.5q0 27 -2 39q-51 -76 -151.5 -133.5t-214.5 -57.5q-195 0 -326 116t-131 325zM322 938 q0 -119 79.5 -181.5t200.5 -62.5q86 0 166 44t133 118q-12 131 -86 225.5t-219 94.5q-127 0 -200.5 -73t-73.5 -165z" />
42
+ <glyph unicode=":" horiz-adv-x="485" d="M109 123q0 57 43 99t100 42t100 -42t43 -99q0 -59 -43 -102.5t-100 -43.5t-100 43.5t-43 102.5zM109 860.5q0 57.5 42 100.5t101 43t101 -43t42 -100.5t-43 -99.5t-100 -42t-100 42t-43 99.5z" />
43
+ <glyph unicode=";" horiz-adv-x="501" d="M109 131q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -104 -52.5 -196.5t-138.5 -153.5l-98 80q51 31 95 86t52 106q-8 -4 -35 -4q-51 0 -85.5 37t-34.5 92zM109 862q0 57 42 99.5t101 42.5t101 -42t42 -100q0 -59 -42 -101t-101 -42t-101 42t-42 101z" />
44
+ <glyph unicode="&#x3c;" horiz-adv-x="1028" d="M59 608v156l910 424v-164l-746 -340l746 -334v-166z" />
45
+ <glyph unicode="=" horiz-adv-x="1028" d="M59 420v139h910v-139h-910zM59 811v137h910v-137h-910z" />
46
+ <glyph unicode="&#x3e;" horiz-adv-x="1028" d="M59 184v166l748 334l-748 340v164l910 -424v-156z" />
47
+ <glyph unicode="?" horiz-adv-x="940" d="M27 1184q164 203 446 202q190 0 303 -90t113 -231q0 -84 -38 -150.5t-91 -108.5t-106.5 -79t-91.5 -80t-38 -92q0 -59 45 -92l-182 -62q-72 70 -72 177q0 70 34 125t82 91.5t97.5 69.5t83 74t33.5 88q0 63 -50 105.5t-144 42.5q-174 0 -285 -144zM317 123q0 57 43 99 t100.5 42t100.5 -42t43 -99q0 -59 -43 -102.5t-100.5 -43.5t-100.5 43.5t-43 102.5z" />
48
+ <glyph unicode="@" horiz-adv-x="1603" d="M72 500q0 328 245.5 567.5t567.5 239.5q287 0 466 -184.5t179 -452.5q0 -231 -118 -363.5t-265 -132.5q-84 0 -134 46t-59 112l-2 14q-55 -78 -137 -125t-170 -47q-145 0 -231 94t-86 246q0 205 144 356.5t326.5 151.5t260.5 -148l22 117h193l-111 -524q-4 -20 -4 -45 q0 -47 23.5 -72.5t60.5 -25.5q74 0 140.5 87t66.5 261q0 248 -156.5 403.5t-414.5 155.5q-293 0 -511 -219t-218 -508q0 -244 164.5 -409t416.5 -165q199 0 375 115l41 -59q-201 -129 -426 -129q-279 0 -464 185.5t-185 457.5zM528 528q0 -88 50.5 -143t136.5 -55 q152 0 260 155l53 258q-18 47 -65.5 85t-118.5 38q-133 0 -224.5 -102.5t-91.5 -235.5z" />
49
+ <glyph unicode="A" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM444 475h492l-246 651z" />
50
+ <glyph unicode="B" horiz-adv-x="1329" d="M145 0v1366h672q182 0 285.5 -99.5t103.5 -248.5q0 -123 -68.5 -208t-168.5 -105q111 -16 187.5 -112.5t76.5 -221.5q0 -166 -104.5 -268.5t-292.5 -102.5h-691zM385 803h385q90 0 140.5 48t50.5 128q0 78 -51.5 127t-139.5 49h-385v-352zM385 211h395q96 0 151.5 50 t55.5 140q0 82 -55 136.5t-152 54.5h-395v-381z" />
51
+ <glyph unicode="C" horiz-adv-x="1396" d="M86 682q0 311 205 509t512 198q360 0 547 -306l-203 -106q-51 88 -144.5 143.5t-199.5 55.5q-203 0 -337 -139.5t-134 -354.5q0 -213 134 -353.5t337 -140.5q106 0 199.5 56.5t144.5 142.5l205 -102q-197 -309 -549 -310q-307 0 -512 198t-205 509z" />
52
+ <glyph unicode="D" horiz-adv-x="1454" d="M145 0v1366h508q319 0 517 -190.5t198 -491.5q0 -303 -196.5 -493.5t-516.5 -190.5h-510zM385 211h268q215 0 342 135t127 338q0 205 -124 338t-343 133h-270v-944z" />
53
+ <glyph unicode="E" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936z" />
54
+ <glyph unicode="F" horiz-adv-x="1153" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-592h-240z" />
55
+ <glyph unicode="G" horiz-adv-x="1468" d="M86 682q0 315 206 511t511 196q352 0 549 -283l-195 -113q-57 80 -151.5 131.5t-202.5 51.5q-203 0 -337 -139.5t-134 -354.5q0 -213 134 -353.5t337 -140.5q96 0 184 37t139 86v211h-409v211h647v-510q-223 -250 -561 -250q-305 0 -511 197t-206 512z" />
56
+ <glyph unicode="H" horiz-adv-x="1480" d="M145 0v1366h240v-557h711v557h239v-1366h-239v598h-711v-598h-240z" />
57
+ <glyph unicode="I" horiz-adv-x="530" d="M145 0v1366h240v-1366h-240z" />
58
+ <glyph unicode="J" horiz-adv-x="987" d="M16 121l113 182q100 -115 233 -115q109 0 174.5 69t65.5 179v930h240v-932q0 -225 -127 -342t-334 -117q-226 1 -365 146z" />
59
+ <glyph unicode="K" horiz-adv-x="1271" d="M145 0v1366h240v-649l535 649h297l-555 -643l598 -723h-297l-457 578l-121 -142v-436h-240z" />
60
+ <glyph unicode="L" horiz-adv-x="1036" d="M129 0v1366h240v-1155h602v-211h-842z" />
61
+ <glyph unicode="M" horiz-adv-x="1710" d="M145 0v1366h338l373 -938l371 938h338v-1366h-240v1055l-418 -1055h-102l-420 1055v-1055h-240z" />
62
+ <glyph unicode="N" horiz-adv-x="1474" d="M145 0v1366h246l699 -946v946h239v-1366h-231l-713 977v-977h-240z" />
63
+ <glyph unicode="O" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5z" />
64
+ <glyph unicode="P" horiz-adv-x="1247" d="M145 0v1366h603q207 0 325.5 -123t118.5 -305q0 -180 -119 -303t-325 -123h-363v-512h-240zM385 723h330q102 0 166.5 59.5t64.5 155.5q0 98 -64.5 157.5t-166.5 59.5h-330v-432z" />
65
+ <glyph unicode="Q" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507q0 -293 -183 -492l113 -127l-166 -139l-119 133q-154 -82 -344 -82q-305 0 -501.5 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q104 0 193 41l-170 193l168 139l170 -192q92 131 92 313q0 215 -125 354.5 t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5z" />
66
+ <glyph unicode="R" horiz-adv-x="1288" d="M145 0v1366h600q203 0 326 -119t123 -309q0 -170 -95 -274.5t-231 -126.5l336 -537h-278l-301 510h-240v-510h-240zM385 721h330q102 0 167.5 60.5t65.5 158.5q0 96 -65.5 155.5t-167.5 59.5h-330v-434z" />
67
+ <glyph unicode="S" horiz-adv-x="1216" d="M57 193l136 186q174 -190 432 -191q137 0 204.5 55.5t67.5 133.5q0 66 -58.5 109.5t-147.5 64t-191.5 51.5t-191.5 68t-147.5 118.5t-58.5 198.5q0 174 137.5 288t360.5 114q313 0 510 -193l-135 -178q-158 158 -397 158q-104 0 -167 -47.5t-63 -122.5q0 -51 44 -87 t113.5 -57.5t154.5 -41t170 -50.5t155 -73t114 -118.5t44 -179.5q0 -182 -134.5 -303t-394.5 -121q-346 1 -557 218z" />
68
+ <glyph unicode="T" horiz-adv-x="1181" d="M57 1155v211h1067v-211h-413v-1155h-240v1155h-414z" />
69
+ <glyph unicode="U" horiz-adv-x="1474" d="M145 541v825h244v-819q0 -166 90 -262.5t258 -96.5t258 96.5t90 262.5v819h244v-825q0 -262 -150.5 -414t-441.5 -152q-289 0 -440.5 153t-151.5 413z" />
70
+ <glyph unicode="V" horiz-adv-x="1378" d="M4 1366h272l414 -1104l414 1104h272l-536 -1366h-299z" />
71
+ <glyph unicode="W" horiz-adv-x="1849" d="M14 1366h267l266 -1051l282 1051h191l283 -1051l266 1051h268l-391 -1366h-256l-264 1010l-267 -1010h-256z" />
72
+ <glyph unicode="X" horiz-adv-x="1353" d="M8 0l510 700l-479 666h287l352 -500l350 500h289l-481 -664l512 -702h-287l-383 535l-383 -535h-287z" />
73
+ <glyph unicode="Y" horiz-adv-x="1304" d="M4 1366h275l374 -584l375 584h275l-529 -799v-567h-239v567z" />
74
+ <glyph unicode="Z" horiz-adv-x="1206" d="M92 0v195l696 960h-696v211h1010v-192l-701 -963h715v-211h-1024z" />
75
+ <glyph unicode="[" horiz-adv-x="542" d="M90 -389v1778h416v-148h-256v-1483h256v-147h-416z" />
76
+ <glyph unicode="\" horiz-adv-x="645" d="M0 1407h160l485 -1448h-160z" />
77
+ <glyph unicode="]" horiz-adv-x="542" d="M37 -242h256v1483h-256v148h416v-1778h-416v147z" />
78
+ <glyph unicode="^" horiz-adv-x="894" d="M39 682l332 684h157l328 -684h-164l-243 535l-244 -535h-166z" />
79
+ <glyph unicode="_" horiz-adv-x="1155" d="M-6 -82h1167v-147h-1167v147z" />
80
+ <glyph unicode="`" horiz-adv-x="491" d="M0 1434h205l287 -295h-154z" />
81
+ <glyph unicode="&#x2cb;" horiz-adv-x="491" d="M0 1434h205l287 -295h-154z" />
82
+ <glyph unicode="a" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102 v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129z" />
83
+ <glyph unicode="b" horiz-adv-x="1189" d="M139 0v1366h215v-514q121 162 318 162q195 0 317.5 -141.5t122.5 -376.5q0 -242 -123 -381.5t-317.5 -139.5t-317.5 160v-135h-215zM354 297q37 -57 109 -94t147 -37q127 0 203 92t76 237.5t-76 236.5t-203 91q-76 0 -147.5 -37.5t-108.5 -95.5v-393z" />
84
+ <glyph unicode="c" horiz-adv-x="1019" d="M80 495.5q0 225.5 143.5 372t366.5 146.5q248 0 379 -176l-142 -129q-82 115 -227 114q-133 0 -216 -91t-83 -236.5t83 -237.5t216 -92q143 0 227 119l142 -133q-133 -176 -379 -177q-223 0 -366.5 147.5t-143.5 373z" />
85
+ <glyph unicode="d" horiz-adv-x="1189" d="M80 496q0 236 123 377t315 141q199 0 318 -162v514h215v-1366h-215v135q-123 -160 -318 -160q-193 0 -315.5 139.5t-122.5 381.5zM301 495.5q0 -145.5 77 -237.5t204 -92q74 0 145.5 39t108.5 94v391q-37 55 -109 94t-145 39q-127 0 -204 -91t-77 -236.5z" />
86
+ <glyph unicode="e" horiz-adv-x="1140" d="M80 496q0 217 142.5 367.5t359.5 150.5q219 0 352 -150.5t133 -386.5v-53h-762q12 -117 96 -194.5t217 -77.5q172 0 283 110l98 -141q-156 -145 -401 -146q-227 0 -372.5 144t-145.5 377zM303 578h557q-6 102 -76.5 181t-203.5 79q-127 0 -199 -79t-78 -181z" />
87
+ <glyph unicode="f" horiz-adv-x="632" d="M29 803v186h164v55q0 160 84.5 251t226.5 91q158 0 237 -86l-84 -133q-47 43 -112 43q-137 0 -137 -166v-55h200v-186h-200v-803h-215v803h-164z" />
88
+ <glyph unicode="g" horiz-adv-x="1189" d="M80 505.5q0 237.5 121 373t317.5 135.5t317.5 -162v137h215v-938q0 -127 -44 -220t-121 -141t-161 -69.5t-182 -21.5q-252 0 -416 147l100 156q113 -127 316 -127q123 0 208 65.5t85 210.5v113q-125 -166 -318 -166q-195 0 -316.5 135t-121.5 372.5zM301 505.5 q0 -143.5 76 -229.5t205 -86q74 0 144.5 38t109.5 94v370q-39 55 -110 93t-144 38q-129 0 -205 -87t-76 -230.5z" />
89
+ <glyph unicode="h" horiz-adv-x="1163" d="M141 0v1366h215v-510q55 66 147.5 112t201.5 46q319 0 319 -314v-700h-215v623q0 111 -50 155.5t-149 44.5q-78 0 -145.5 -37.5t-108.5 -93.5v-692h-215z" />
90
+ <glyph unicode="i" horiz-adv-x="493" d="M115 1243q0 55 39 94t94 39t94 -39t39 -94t-39 -94t-94 -39t-94 39t-39 94zM139 0v989h215v-989h-215z" />
91
+ <glyph unicode="j" horiz-adv-x="493" d="M-207 -330l64 160q61 -55 137 -55q145 0 145 168v1046h215v-1046q0 -162 -83 -253t-244 -91q-82 0 -131.5 16t-102.5 55zM115 1243q0 55 39 94t94 39t94 -39t39 -94t-39 -94t-94 -39t-94 39t-39 94z" />
92
+ <glyph unicode="k" horiz-adv-x="1079" d="M139 0v1366h215v-854l437 477h266l-410 -448l418 -541h-270l-301 410l-140 -144v-266h-215z" />
93
+ <glyph unicode="l" horiz-adv-x="493" d="M139 0v1366h215v-1366h-215z" />
94
+ <glyph unicode="m" horiz-adv-x="1708" d="M139 0v989h215v-133q41 55 131 106.5t193 51.5q106 0 176 -48t94 -132q45 72 138.5 126t197.5 54q137 0 211 -76t74 -223v-715h-215v645q0 178 -164 178q-68 0 -131.5 -39t-97.5 -92v-692h-216v645q0 178 -161 178q-68 0 -130.5 -39t-99.5 -92v-692h-215z" />
95
+ <glyph unicode="n" horiz-adv-x="1163" d="M139 0v989h215v-133q55 66 148.5 112t202.5 46q158 0 238.5 -82t80.5 -236v-696h-215v618q0 111 -52 158t-149 47q-76 0 -143.5 -37.5t-110.5 -93.5v-692h-215z" />
96
+ <glyph unicode="o" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95t75.5 235q0 137 -75.5 232t-208.5 95q-131 0 -208 -95t-77 -232z" />
97
+ <glyph unicode="p" horiz-adv-x="1185" d="M139 -377v1366h215v-135q121 160 318 160q195 0 316.5 -139.5t121.5 -379t-122 -380t-316 -140.5q-190 0 -318 162v-514h-215zM354 301q37 -57 109 -96t145 -39q127 0 204 92t77 237.5t-77 236.5t-204 91q-74 0 -145.5 -37.5t-108.5 -93.5v-391z" />
98
+ <glyph unicode="q" horiz-adv-x="1185" d="M76 495.5q0 239.5 121.5 379t316.5 139.5q199 0 317 -160v135h216v-1366h-216v514q-127 -162 -317 -162q-195 0 -316.5 140.5t-121.5 380zM297 495.5q0 -145.5 77 -237.5t204 -92q74 0 145.5 39t107.5 96v391q-37 55 -108.5 93t-144.5 38q-127 0 -204 -91t-77 -236.5z " />
99
+ <glyph unicode="r" horiz-adv-x="710" d="M139 0v989h215v-143q59 74 144.5 121t177.5 47v-213q-29 6 -66 6q-70 0 -146.5 -40t-109.5 -93v-674h-215z" />
100
+ <glyph unicode="s" horiz-adv-x="966" d="M55 131l99 154q55 -57 148 -97.5t185 -40.5q94 0 145.5 36t51.5 96q0 53 -61.5 82.5t-149.5 47t-176 43t-149.5 91t-61.5 172.5q0 127 104.5 213t284.5 86q227 0 383 -137l-90 -152q-109 119 -293 119q-82 0 -132 -35t-50 -88q0 -47 61.5 -73.5t149.5 -44t176 -44.5 t149.5 -96.5t61.5 -177.5q0 -137 -108.5 -223.5t-303.5 -86.5q-264 0 -424 156z" />
101
+ <glyph unicode="t" horiz-adv-x="653" d="M20 803v186h164v271h215v-271h201v-186h-201v-518q0 -53 25 -86t70 -33q61 0 94 37l51 -164q-72 -63 -201 -64q-254 0 -254 256v572h-164z" />
102
+ <glyph unicode="u" horiz-adv-x="1161" d="M139 289v700h215v-620q0 -111 51.5 -157t149.5 -46q76 0 143.5 38t108.5 91v694h215v-989h-215v131q-139 -156 -348 -156q-158 0 -239 81t-81 233z" />
103
+ <glyph unicode="v" horiz-adv-x="1030" d="M-4 989h231l289 -741l289 741h229l-403 -989h-232z" />
104
+ <glyph unicode="w" horiz-adv-x="1546" d="M10 989h223l209 -719l236 719h190l234 -719l209 719h225l-307 -989h-225l-232 725l-229 -725h-226z" />
105
+ <glyph unicode="x" horiz-adv-x="1017" d="M10 0l365 508l-342 481h241l234 -334l235 334h242l-342 -481l365 -508h-242l-256 365l-258 -365h-242z" />
106
+ <glyph unicode="y" horiz-adv-x="1030" d="M-4 989h231l289 -741l289 741h229l-477 -1167q-49 -121 -132 -171t-206 -52q-72 0 -121 14l31 192q37 -16 82 -16q106 0 143 86l49 113z" />
107
+ <glyph unicode="z" horiz-adv-x="974" d="M96 0v164l488 639h-488v186h776v-155l-495 -646h504v-188h-785z" />
108
+ <glyph unicode="{" horiz-adv-x="567" d="M10 436v127q51 0 79 40t28 99v381q0 135 87 220.5t204 85.5h124v-148h-124q-55 0 -94.5 -43t-39.5 -113v-403q0 -143 -92 -182q92 -39 92 -183v-401q0 -68 39 -113t95 -45h124v-147h-124q-119 0 -205 84t-86 219v383q0 59 -28 99t-79 40z" />
109
+ <glyph unicode="|" horiz-adv-x="438" d="M145 -41v1448h148v-1448h-148z" />
110
+ <glyph unicode="}" horiz-adv-x="567" d="M35 -242h125q55 0 94 45t39 113v401q0 143 92 183q-92 39 -92 182v403q0 70 -39 113t-94 43h-125v148h125q117 0 204 -85t87 -221v-381q0 -59 27.5 -99t78.5 -40v-127q-51 0 -78.5 -40t-27.5 -99v-383q0 -135 -86 -219t-205 -84h-125v147z" />
111
+ <glyph unicode="~" horiz-adv-x="1038" d="M55 870q8 102 24.5 182.5t49.5 155t88 115.5t133 41q72 0 121 -39t72.5 -94t41 -109.5t43 -93.5t62.5 -39q111 0 146 377l149 -16q-10 -104 -26.5 -183.5t-47 -155t-87 -116.5t-134.5 -41q-72 0 -121 38t-72.5 93t-41 110.5t-43 93.5t-62.5 38q-113 0 -143 -375z" />
112
+ <glyph unicode="&#xa1;" horiz-adv-x="499" d="M106 868.5q0 57.5 43.5 100.5t100.5 43t99 -42t42 -102q0 -57 -42 -99t-99 -42t-100.5 42t-43.5 99.5zM119 -377l37 948h186l39 -948h-262z" />
113
+ <glyph unicode="&#xa2;" horiz-adv-x="1019" d="M80 496q0 201 116.5 342t307.5 170v149h160v-147q195 -25 305 -172l-142 -129q-63 86 -163 108v-645q100 23 163 113l142 -133q-115 -150 -305 -172v-185h-160v187q-190 27 -307 169t-117 345zM301 495.5q0 -116.5 54.5 -201.5t148.5 -114v629q-94 -31 -148.5 -114 t-54.5 -199.5z" />
114
+ <glyph unicode="&#xa3;" horiz-adv-x="1097" d="M45 692h170q-39 49 -59.5 82t-40 87t-19.5 112q0 178 144.5 295.5t334.5 117.5q328 0 449 -239l-190 -113q-25 68 -88.5 112t-143.5 44q-104 0 -175 -61.5t-71 -159.5q0 -43 14.5 -86t27 -65.5t45 -66.5t40.5 -59h301v-141h-237q6 -31 6 -62q0 -147 -143 -245 q45 18 102 18q66 0 148.5 -38t134.5 -38q61 0 111 23.5t73 54.5l98 -190q-100 -100 -291 -101q-96 0 -201.5 46.5t-168.5 46.5q-92 0 -238 -80l-82 170q242 111 242 278q0 57 -27 117h-266v141z" />
115
+ <glyph unicode="&#xa4;" horiz-adv-x="1069" d="M74 281l114 114q-102 129 -102 287q0 162 102 287l-114 116l57 58l117 -115q121 102 287 102q162 0 286 -102l115 115l59 -58l-114 -116q102 -125 102 -287q0 -158 -102 -287l114 -114l-59 -60l-115 117q-123 -104 -286.5 -104.5t-286.5 104.5l-117 -117zM184 682 q0 -145 102.5 -247.5t248 -102.5t248 102.5t102.5 247.5t-102.5 247.5t-248 102.5t-248 -102.5t-102.5 -247.5z" />
116
+ <glyph unicode="&#xa5;" horiz-adv-x="1304" d="M4 1366h275l374 -584l375 584h275l-437 -659h394v-140h-486v-186h486v-139h-486v-242h-239v242h-488v139h488v186h-488v140h395z" />
117
+ <glyph unicode="&#xa6;" horiz-adv-x="438" d="M145 -41v647h148v-647h-148zM145 760v647h148v-647h-148z" />
118
+ <glyph unicode="&#xa7;" horiz-adv-x="976" d="M57 -6l97 139q135 -147 325 -147q92 0 148.5 37.5t56.5 105.5q0 51 -44 85t-110.5 48t-144.5 38t-144.5 50.5t-110.5 87t-44 148.5q0 96 62.5 162.5t152.5 93.5q-215 78 -215 258q0 123 106.5 204.5t280.5 81.5q252 0 385 -141l-90 -127q-106 117 -285 117 q-86 0 -138 -36t-52 -97q0 -53 61.5 -84t149.5 -48.5t176 -44t149.5 -94t61.5 -174.5q0 -84 -47 -152.5t-133 -107.5q180 -76 180 -250q0 -145 -114.5 -229t-297.5 -84q-250 0 -422 160zM293 614q0 -51 40 -85.5t81 -48t123 -31.5q141 63 141 174q0 68 -53.5 104.5 t-143.5 58.5q-104 -25 -146 -68t-42 -104z" />
119
+ <glyph unicode="&#xa8;" horiz-adv-x="583" d="M-43 1245q0 51 36 86t85 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM387 1245q0 51 35 86t84 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
120
+ <glyph unicode="&#xa9;" horiz-adv-x="1593" d="M90 684q0 293 207 500t500 207t499.5 -207t206.5 -500t-206.5 -500t-499.5 -207t-500 208t-207 499zM160 684q0 -262 188.5 -449.5t448.5 -187.5q264 0 450.5 187.5t186.5 449.5q0 264 -186.5 450.5t-450.5 186.5q-262 0 -449.5 -186.5t-187.5 -450.5zM379 688 q0 186 124 309t302 123q186 0 301 -135l-57 -59q-41 53 -106.5 85.5t-137.5 32.5q-139 0 -239.5 -101t-100.5 -257q0 -154 100.5 -257t239.5 -103q154 0 244 120l59 -57q-119 -139 -303 -139q-178 0 -302 126t-124 312z" />
121
+ <glyph unicode="&#xaa;" horiz-adv-x="782" d="M72 864q0 100 68.5 154.5t158.5 54.5q139 0 215 -80v94q0 53 -43 86t-109 33q-117 0 -192 -88l-64 105q113 104 281 104q125 0 205 -57.5t80 -186.5v-415h-158v69q-78 -86 -215 -86q-88 0 -157.5 57.5t-69.5 155.5zM229 864q0 -51 38 -80.5t98 -29.5q100 0 149 65v90 q-49 66 -149 66q-59 0 -97.5 -30t-38.5 -81z" />
122
+ <glyph unicode="&#xab;" horiz-adv-x="1003" d="M61 498l328 362h205l-328 -362l328 -369h-205zM410 498l327 362h205l-328 -362l328 -369h-205z" />
123
+ <glyph unicode="&#xac;" horiz-adv-x="1046" d="M59 811v137h910v-528h-144v391h-766z" />
124
+ <glyph unicode="&#xad;" horiz-adv-x="614" d="M61 403v185h492v-185h-492z" />
125
+ <glyph unicode="&#xae;" horiz-adv-x="1011" d="M72 952.5q0 180.5 127 307t307 126.5q182 0 308 -125.5t126 -308.5q0 -180 -127 -307t-307 -127t-307 127t-127 307.5zM135 952q0 -152 108.5 -261t262 -109t263.5 108.5t110 261.5q0 156 -108.5 264.5t-264.5 108.5q-154 0 -262.5 -108.5t-108.5 -264.5zM340 702v498 h203q66 0 112.5 -42t46.5 -109q0 -72 -46 -110t-81 -38l134 -199h-84l-129 197h-88v-197h-68zM408 961h135q35 0 62.5 25.5t27.5 62.5q0 39 -27.5 65.5t-62.5 26.5h-135v-180z" />
126
+ <glyph unicode="&#xaf;" horiz-adv-x="743" d="M0 1210v127h743v-127h-743z" />
127
+ <glyph unicode="&#x203e;" horiz-adv-x="743" d="M0 1210v127h743v-127h-743z" />
128
+ <glyph unicode="&#xb0;" horiz-adv-x="618" d="M45 1120q0 111 77 188.5t187 77.5q109 0 187.5 -77.5t78.5 -188.5q0 -109 -78.5 -186.5t-187.5 -77.5q-111 0 -187.5 77.5t-76.5 186.5zM168 1120q0 -57 41 -98t100.5 -41t101.5 41t42 98q0 59 -42 101.5t-102 42.5q-57 0 -99 -42.5t-42 -101.5z" />
129
+ <glyph unicode="&#xb1;" horiz-adv-x="1028" d="M59 0v139h910v-139h-910zM59 666v139h379v409h152v-409h379v-139h-379v-424h-152v424h-379z" />
130
+ <glyph unicode="&#xb2;" horiz-adv-x="806" d="M84 1563q113 131 317 131q137 0 226.5 -64.5t89.5 -183.5q0 -104 -92.5 -207.5t-286.5 -243.5h385v-133h-625v123q262 186 357.5 278.5t95.5 170.5q0 63 -43 95t-111 32q-70 0 -131 -30t-94 -73z" />
131
+ <glyph unicode="&#xb3;" horiz-adv-x="806" d="M76 979l84 106q88 -104 235 -104q78 0 122 31.5t44 85.5q0 119 -194 119q-74 0 -86 -3v132q14 -2 86 -3q182 0 182 111q0 51 -46 79t-118 28q-131 0 -221 -93l-78 97q115 129 315 129q143 0 227.5 -59.5t84.5 -161.5q0 -76 -54.5 -125.5t-128.5 -61.5q72 -8 134.5 -60 t62.5 -139q0 -106 -89 -172.5t-239 -66.5q-221 0 -323 131z" />
132
+ <glyph unicode="&#xb4;" horiz-adv-x="491" d="M0 1139l287 295h205l-338 -295h-154z" />
133
+ <glyph unicode="&#xb5;" horiz-adv-x="1161" d="M139 -377v1366h215v-620q0 -111 51.5 -158t149.5 -47q76 0 143.5 38t108.5 93v694h215v-989h-215v131q-139 -156 -348 -156q-53 0 -105 11v-363h-215z" />
134
+ <glyph unicode="&#x3bc;" horiz-adv-x="1161" d="M139 -377v1366h215v-620q0 -111 51.5 -158t149.5 -47q76 0 143.5 38t108.5 93v694h215v-989h-215v131q-139 -156 -348 -156q-53 0 -105 11v-363h-215z" />
135
+ <glyph unicode="&#xb6;" horiz-adv-x="919" d="M55 1013.5q0 145.5 103.5 249t249.5 103.5h395v-1571h-113v1458h-170v-1458h-112v867q-145 0 -249 103t-104 248.5z" />
136
+ <glyph unicode="&#xb7;" horiz-adv-x="503" d="M109 502q0 57 43 99t100 42t99 -42t42 -99q0 -59 -42 -101.5t-99 -42.5q-59 0 -101 42.5t-42 101.5z" />
137
+ <glyph unicode="&#x2219;" horiz-adv-x="503" d="M109 502q0 57 43 99t100 42t99 -42t42 -99q0 -59 -42 -101.5t-99 -42.5q-59 0 -101 42.5t-42 101.5z" />
138
+ <glyph unicode="&#xb8;" horiz-adv-x="438" d="M0 -334l47 94q74 -59 166 -59q47 0 80 19.5t33 54.5q0 61 -66 61q-45 0 -72 -31l-82 48l62 170h113l-52 -132q33 23 74 23q57 0 96 -40t39 -101q0 -76 -63.5 -123t-157.5 -47q-133 0 -217 63z" />
139
+ <glyph unicode="&#xb9;" horiz-adv-x="540" d="M20 1430l254 251h144v-819h-166v608l-135 -141z" />
140
+ <glyph unicode="&#xba;" horiz-adv-x="829" d="M70 989q0 143 95 240.5t249 97.5q158 0 252 -97t94 -241q0 -141 -95.5 -239.5t-250.5 -98.5q-154 0 -249 98.5t-95 239.5zM236 989q0 -92 48 -150.5t130 -58.5q86 0 135 58.5t49 150.5q0 94 -49 150.5t-135 56.5q-84 0 -131 -56.5t-47 -150.5z" />
141
+ <glyph unicode="&#xbb;" horiz-adv-x="1003" d="M61 129l328 369l-328 362h205l328 -362l-328 -369h-205zM410 129l327 369l-327 362h204l328 -362l-328 -369h-204z" />
142
+ <glyph unicode="&#xbc;" horiz-adv-x="1650" d="M20 1114l254 252h144v-819h-166v608l-135 -141zM256 0l874 1366h138l-875 -1366h-137zM913 188v117l338 514h230v-500h110v-131h-110v-188h-164v188h-404zM1077 319h240v359z" />
143
+ <glyph unicode="&#xbd;" horiz-adv-x="1722" d="M20 1114l254 252h144v-819h-166v608l-135 -141zM256 0l874 1366h138l-875 -1366h-137zM1001 700q113 131 318 131q137 0 226 -64.5t89 -182.5q0 -104 -92 -208t-287 -243h385v-133h-624v123q262 186 357 278.5t95 169.5q0 63 -43 95t-110 32q-70 0 -131.5 -29.5 t-93.5 -72.5z" />
144
+ <glyph unicode="&#xbe;" horiz-adv-x="1849" d="M76 664l84 106q88 -104 235 -104q78 0 122 31.5t44 84.5q0 119 -194 119q-74 0 -86 -2v131q14 -2 86 -2q182 0 182 111q0 51 -46 78.5t-118 27.5q-131 0 -221 -92l-78 96q115 129 315 129q143 0 227.5 -59t84.5 -162q0 -76 -54.5 -125t-128.5 -61q72 -8 134.5 -60.5 t62.5 -138.5q0 -106 -89 -173t-239 -67q-221 1 -323 132zM455 0l874 1366h137l-874 -1366h-137zM1110 188v117l338 514h229v-500h111v-131h-111v-188h-164v188h-403zM1274 319h239v359z" />
145
+ <glyph unicode="&#xbf;" horiz-adv-x="811" d="M51 -80q0 84 38 151.5t91 109.5t106.5 79t91.5 80t38 92q0 59 -45 92l182 62q72 -70 72 -176q0 -70 -34 -125.5t-82 -92t-97 -69.5t-83 -75t-34 -89q0 -63 50 -105t144 -42q172 0 285 143l139 -154q-166 -203 -446 -202q-190 0 -303 90t-113 231zM336 868.5 q0 57.5 43 100.5t100.5 43t100.5 -43t43 -100.5t-43 -100.5t-100.5 -43t-100.5 43t-43 100.5z" />
146
+ <glyph unicode="&#xc0;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM354 1786h205l287 -295h-154zM444 475h492l-246 651z" />
147
+ <glyph unicode="&#xc1;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM444 475h492l-246 651zM539 1491l286 295h205l-338 -295h-153z" />
148
+ <glyph unicode="&#xc2;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM401 1491l191 295h196l197 -295h-135l-160 199l-151 -199h-138zM444 475h492l-246 651z" />
149
+ <glyph unicode="&#xc3;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM362 1499q0 127 54.5 201t156.5 74q39 0 71 -16.5t52.5 -40t38 -47t39 -40t43.5 -16.5q37 0 61.5 37t24.5 110h117q0 -127 -54.5 -200.5t-156.5 -73.5q-61 0 -103 40t-74 80t-67 40q-84 0 -84 -148h-119z M444 475h492l-246 651z" />
150
+ <glyph unicode="&#xc4;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM356 1597q0 51 36 86t85 35q51 0 86 -34.5t35 -86.5q0 -49 -35 -83.5t-86 -34.5q-49 0 -85 34.5t-36 83.5zM444 475h492l-246 651zM786 1597q0 51 35 86t84 35q51 0 86 -34.5t35 -86.5q0 -49 -35 -83.5 t-86 -34.5q-49 0 -84 34.5t-35 83.5z" />
151
+ <glyph unicode="&#xc5;" horiz-adv-x="1378" d="M4 0l537 1366h299l536 -1366h-272l-100 264h-627l-101 -264h-272zM444 475h492l-246 651zM481 1628q0 86 62.5 148.5t148.5 62.5t146.5 -62.5t60.5 -148.5t-60.5 -147.5t-146.5 -61.5t-148.5 61.5t-62.5 147.5zM586 1628q0 -43 30.5 -74.5t75.5 -31.5q43 0 74 31.5 t31 74.5q0 45 -31 76t-74 31q-45 0 -75.5 -31t-30.5 -76z" />
152
+ <glyph unicode="&#xc6;" horiz-adv-x="1966" d="M-4 0l840 1366h1032v-211h-697v-352h682v-211h-682v-381h697v-211h-936v264h-504l-158 -264h-274zM541 475h391v651z" />
153
+ <glyph unicode="&#xc7;" horiz-adv-x="1396" d="M86 682q0 311 205 509t512 198q360 0 547 -306l-203 -106q-51 88 -144.5 143.5t-199.5 55.5q-203 0 -337 -139.5t-134 -354.5q0 -213 134 -353.5t337 -140.5q106 0 199.5 56.5t144.5 142.5l205 -102q-188 -297 -521 -310l-28 -75q33 23 74 22q57 0 96 -40t39 -101 q0 -76 -63.5 -123t-157.5 -47q-133 0 -218 63l48 95q74 -59 165 -60q47 0 80 19.5t33 54.5q0 61 -65 61q-45 0 -72 -30l-82 47l43 119q-279 27 -458 220t-179 482z" />
154
+ <glyph unicode="&#xc8;" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936zM276 1786h205l287 -295h-154z" />
155
+ <glyph unicode="&#xc9;" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936zM461 1491l287 295h204l-338 -295h-153z" />
156
+ <glyph unicode="&#xca;" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936zM322 1491l190 295h197l196 -295h-135l-160 199l-151 -199h-137z" />
157
+ <glyph unicode="&#xcb;" horiz-adv-x="1181" d="M145 0v1366h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936zM281 1597q0 51 35.5 86t84.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -84.5 34.5t-35.5 83.5zM711 1597q0 51 34.5 86t83.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5 t-86.5 -34.5q-49 0 -83.5 34.5t-34.5 83.5z" />
158
+ <glyph unicode="&#xcc;" horiz-adv-x="530" d="M-74 1786h205l287 -295h-154zM145 0v1366h240v-1366h-240z" />
159
+ <glyph unicode="&#xcd;" horiz-adv-x="530" d="M117 1491l286 295h205l-338 -295h-153zM145 0v1366h240v-1366h-240z" />
160
+ <glyph unicode="&#xce;" horiz-adv-x="530" d="M-27 1491l191 295h196l197 -295h-135l-160 199l-151 -199h-138zM145 0v1366h240v-1366h-240z" />
161
+ <glyph unicode="&#xcf;" horiz-adv-x="530" d="M-70 1595q0 51 36 86t85 35q51 0 86 -34.5t35 -86.5q0 -49 -35 -83.5t-86 -34.5q-49 0 -85 34.5t-36 83.5zM145 0v1366h240v-1366h-240zM360 1595q0 51 35 86t84 35q51 0 86 -34.5t35 -86.5q0 -49 -35 -83.5t-86 -34.5q-49 0 -84 34.5t-35 83.5z" />
162
+ <glyph unicode="&#xd0;" horiz-adv-x="1507" d="M20 586v174h179v606h508q319 0 516.5 -190.5t197.5 -491.5q0 -303 -196.5 -493.5t-515.5 -190.5h-510v586h-179zM438 211h269q215 0 342 135t127 338q0 205 -124 338t-343 133h-271v-395h326v-174h-326v-375z" />
163
+ <glyph unicode="&#xd1;" horiz-adv-x="1474" d="M145 0v1366h246l699 -946v946h239v-1366h-231l-713 977v-977h-240zM406 1499q0 127 54 201t156 74q39 0 71 -16.5t52.5 -40t38 -47t39 -40t43.5 -16.5q37 0 61.5 37t24.5 110h117q0 -127 -54.5 -200.5t-156.5 -73.5q-61 0 -103 40t-74 80t-67 40q-84 0 -84 -148h-118z " />
164
+ <glyph unicode="&#xd2;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5zM453 1786h204l287 -295h-153z " />
165
+ <glyph unicode="&#xd3;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5zM633 1491l287 295h204 l-338 -295h-153z" />
166
+ <glyph unicode="&#xd4;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5zM498 1491l190 295h197l196 -295 h-135l-160 199l-151 -199h-137z" />
167
+ <glyph unicode="&#xd5;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5zM457 1499q0 127 54 201t157 74 q39 0 70.5 -16.5t52 -40t38 -47t39 -40t43.5 -16.5q37 0 61.5 37t24.5 110h117q0 -127 -54 -200.5t-157 -73.5q-61 0 -103 40t-74 80t-67 40q-84 0 -84 -148h-118z" />
168
+ <glyph unicode="&#xd6;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t502 200t502 -200t196.5 -507t-196.5 -507t-502 -200t-502 200t-196.5 507zM332 682q0 -215 124 -354.5t328 -139.5q203 0 328 140.5t125 353.5q0 215 -125 354.5t-328 139.5q-205 0 -328.5 -139.5t-123.5 -354.5zM451 1597q0 51 35.5 86t84.5 35 q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -84.5 34.5t-35.5 83.5zM881 1597q0 51 34.5 86t83.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -83.5 34.5t-34.5 83.5z" />
169
+ <glyph unicode="&#xd7;" horiz-adv-x="1028" d="M121 389l297 295l-297 297l98 96l295 -295l297 295l96 -96l-295 -297l295 -295l-96 -98l-297 297l-295 -297z" />
170
+ <glyph unicode="&#xd8;" horiz-adv-x="1566" d="M86 682q0 307 196.5 507t501.5 200q193 0 349 -86l45 63h178l-105 -145q231 -203 232 -539q0 -307 -196.5 -507t-502.5 -200q-207 0 -366 95l-51 -70h-179l113 156q-215 202 -215 526zM332 682q0 -201 106 -336l563 776q-96 53 -217 54q-205 0 -328.5 -139.5 t-123.5 -354.5zM549 250q104 -61 235 -62q203 0 328 140.5t125 353.5t-123 352z" />
171
+ <glyph unicode="&#xd9;" horiz-adv-x="1474" d="M145 541v825h244v-819q0 -166 90 -262.5t258 -96.5t258 96.5t90 262.5v819h244v-825q0 -262 -150.5 -414t-441.5 -152q-289 0 -440.5 153t-151.5 413zM403 1786h205l287 -295h-154z" />
172
+ <glyph unicode="&#xda;" horiz-adv-x="1474" d="M145 541v825h244v-819q0 -166 90 -262.5t258 -96.5t258 96.5t90 262.5v819h244v-825q0 -262 -150.5 -414t-441.5 -152q-289 0 -440.5 153t-151.5 413zM586 1491l286 295h205l-338 -295h-153z" />
173
+ <glyph unicode="&#xdb;" horiz-adv-x="1474" d="M145 541v825h244v-819q0 -166 90 -262.5t258 -96.5t258 96.5t90 262.5v819h244v-825q0 -262 -150.5 -414t-441.5 -152q-289 0 -440.5 153t-151.5 413zM457 1491l190 295h197l196 -295h-135l-160 199l-151 -199h-137z" />
174
+ <glyph unicode="&#xdc;" horiz-adv-x="1474" d="M145 541v825h244v-819q0 -166 90 -262.5t258 -96.5t258 96.5t90 262.5v819h244v-825q0 -262 -150.5 -414t-441.5 -152q-289 0 -440.5 153t-151.5 413zM406 1597q0 51 35.5 86t84.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -84.5 34.5t-35.5 83.5 zM836 1597q0 51 34.5 86t83.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -83.5 34.5t-34.5 83.5z" />
175
+ <glyph unicode="&#xdd;" horiz-adv-x="1304" d="M4 1366h275l374 -584l375 584h275l-529 -799v-567h-239v567zM506 1491l287 295h204l-338 -295h-153z" />
176
+ <glyph unicode="&#xde;" horiz-adv-x="1247" d="M145 0v1366h240v-229h363q207 0 325.5 -124t118.5 -306.5t-119 -304t-325 -121.5h-363v-281h-240zM385 492h330q102 0 166.5 59t64.5 156q0 98 -64.5 158.5t-166.5 60.5h-330v-434z" />
177
+ <glyph unicode="&#xdf;" horiz-adv-x="1275" d="M141 0v993q0 168 118 280.5t316 112.5q160 0 278 -76.5t118 -201.5q0 -76 -45 -135.5t-98.5 -90t-98.5 -71.5t-45 -88t57.5 -73.5t139.5 -43t163.5 -44t139 -96.5t57.5 -177q0 -135 -106.5 -224.5t-290.5 -89.5q-135 0 -223.5 42t-169.5 120l94 148q45 -57 126 -96.5 t173 -39t141 38t49 93.5q0 51 -57 81.5t-139 50t-164 46t-139.5 91t-57.5 167.5q0 74 43 132t93.5 89t93.5 68.5t43 72.5q0 55 -53.5 86t-125.5 31q-92 0 -153.5 -55.5t-61.5 -147.5v-993h-215z" />
178
+ <glyph unicode="&#xe0;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM211 1434h205l286 -295h-153zM297 301 q0 -80 60.5 -129t152.5 -49q158 0 235 102v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129z" />
179
+ <glyph unicode="&#xe1;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102 v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129zM401 1139l287 295h205l-338 -295h-154z" />
180
+ <glyph unicode="&#xe2;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM264 1139l191 295h196l197 -295h-135l-160 198 l-152 -198h-137zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129z" />
181
+ <glyph unicode="&#xe3;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM221 1147q0 127 54.5 200.5t156.5 73.5 q39 0 71 -16t52 -40t37.5 -47.5t39 -39.5t44.5 -16q37 0 61.5 36.5t24.5 110.5h117q0 -127 -54.5 -200.5t-156.5 -73.5q-61 0 -103.5 39.5t-74 79.5t-66.5 40q-84 0 -84 -147h-119zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102v152q-78 102 -235 102q-92 0 -152.5 -49 t-60.5 -129z" />
182
+ <glyph unicode="&#xe4;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM211 1245q0 51 36 86t85 35q51 0 86 -35t35 -86 q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129zM641 1245q0 51 35 86t84 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
183
+ <glyph unicode="&#xe5;" horiz-adv-x="1099" d="M82 303q0 160 102.5 242t239.5 82q211 0 321 -127v147q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q182 0 298 -85t116 -272v-657h-216v109q-115 -133 -321 -134q-133 0 -237.5 88t-104.5 240zM297 301q0 -80 60.5 -129t152.5 -49q158 0 235 102 v152q-78 102 -235 102q-92 0 -152.5 -49t-60.5 -129zM342 1323q0 86 62.5 148.5t148.5 62.5t146.5 -62.5t60.5 -148.5t-60.5 -147.5t-146.5 -61.5t-148.5 61.5t-62.5 147.5zM446 1323q0 -43 31 -74.5t76 -31.5q43 0 73.5 31.5t30.5 74.5q0 45 -30.5 76t-73.5 31 q-45 0 -76 -31t-31 -76z" />
184
+ <glyph unicode="&#xe6;" horiz-adv-x="1798" d="M82 301q0 156 99.5 241t242.5 85q209 0 321 -125v145q0 84 -64.5 134t-166.5 50q-168 0 -293 -126l-90 149q166 160 416 160q268 0 338 -185q125 184 364 185q213 0 344 -150.5t131 -386.5v-53h-761q12 -117 95 -192.5t218 -75.5q168 0 283 110l98 -145 q-156 -145 -402 -146q-262 0 -409 191q-150 -190 -406 -191q-143 0 -250.5 86t-107.5 240zM297 301q0 -80 60.5 -129t152.5 -49q178 0 260 141q-25 45 -25 109q-78 106 -235 106q-92 0 -152.5 -49t-60.5 -129zM961 578h557q-6 102 -77 181t-204 79q-127 0 -198.5 -79 t-77.5 -181z" />
185
+ <glyph unicode="&#xe7;" horiz-adv-x="1019" d="M80 496q0 225 143.5 371.5t366.5 146.5q248 0 379 -176l-142 -129q-82 115 -227 114q-133 0 -216 -91t-83 -236.5t83 -237.5t216 -92q143 0 227 119l142 -133q-119 -156 -330 -175l-31 -81q33 23 74 22q57 0 96 -40t39 -101q0 -76 -63.5 -123t-157.5 -47q-133 0 -217 63 l47 94q74 -59 166 -59q47 0 80 19.5t33 54.5q0 61 -66 61q-45 0 -72 -30l-82 47l43 123q-199 20 -323.5 163.5t-124.5 352.5z" />
186
+ <glyph unicode="&#xe8;" horiz-adv-x="1140" d="M80 496q0 217 142.5 367.5t359.5 150.5q219 0 352 -150.5t133 -386.5v-53h-762q12 -117 96 -194.5t217 -77.5q172 0 283 110l98 -141q-156 -145 -401 -146q-227 0 -372.5 144t-145.5 377zM244 1434h205l286 -295h-153zM303 578h557q-6 102 -76.5 181t-203.5 79 q-127 0 -199 -79t-78 -181z" />
187
+ <glyph unicode="&#xe9;" horiz-adv-x="1140" d="M80 496q0 217 142.5 367.5t359.5 150.5q219 0 352 -150.5t133 -386.5v-53h-762q12 -117 96 -194.5t217 -77.5q172 0 283 110l98 -141q-156 -145 -401 -146q-227 0 -372.5 144t-145.5 377zM303 578h557q-6 102 -76.5 181t-203.5 79q-127 0 -199 -79t-78 -181zM430 1139 l287 295h205l-338 -295h-154z" />
188
+ <glyph unicode="&#xea;" horiz-adv-x="1140" d="M80 496q0 217 142.5 367.5t359.5 150.5q219 0 352 -150.5t133 -386.5v-53h-762q12 -117 96 -194.5t217 -77.5q172 0 283 110l98 -141q-156 -145 -401 -146q-227 0 -372.5 144t-145.5 377zM293 1139l190 295h197l197 -295h-136l-159 198l-152 -198h-137zM303 578h557 q-6 102 -76.5 181t-203.5 79q-127 0 -199 -79t-78 -181z" />
189
+ <glyph unicode="&#xeb;" horiz-adv-x="1140" d="M80 496q0 217 142.5 367.5t359.5 150.5q219 0 352 -150.5t133 -386.5v-53h-762q12 -117 96 -194.5t217 -77.5q172 0 283 110l98 -141q-156 -145 -401 -146q-227 0 -372.5 144t-145.5 377zM248 1245q0 51 35.5 86t85.5 35q51 0 85.5 -35t34.5 -86q0 -49 -34.5 -84 t-85.5 -35q-49 0 -85 35t-36 84zM303 578h557q-6 102 -76.5 181t-203.5 79q-127 0 -199 -79t-78 -181zM678 1245q0 51 35 86t84 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
190
+ <glyph unicode="&#xec;" horiz-adv-x="493" d="M-92 1434h205l286 -295h-153zM139 0v989h215v-989h-215z" />
191
+ <glyph unicode="&#xed;" horiz-adv-x="493" d="M94 1139l287 295h205l-338 -295h-154zM139 0v989h215v-989h-215z" />
192
+ <glyph unicode="&#xee;" horiz-adv-x="493" d="M-45 1139l190 295h197l197 -295h-136l-159 198l-152 -198h-137zM139 0v989h215v-989h-215z" />
193
+ <glyph unicode="&#xef;" horiz-adv-x="493" d="M-88 1245q0 51 36 86t85 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM139 0v989h215v-989h-215zM342 1245q0 51 35 86t84 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
194
+ <glyph unicode="&#xf0;" d="M80 469q0 213 126 351t316 138q207 0 326 -184q-86 170 -324 342l-297 -131l-43 107l230 100l-140 88l117 174q150 -92 244 -164l215 94l45 -102l-162 -72q362 -317 363 -698q0 -240 -137.5 -388.5t-370.5 -148.5q-227 0 -367.5 139.5t-140.5 354.5zM303 469 q0 -127 77 -215t208 -88q133 0 208.5 88t75.5 215t-75.5 214t-208.5 87q-131 0 -208 -88t-77 -213z" />
195
+ <glyph unicode="&#xf1;" horiz-adv-x="1163" d="M150 0v989h215v-133q55 66 148 112t202 46q158 0 238.5 -82t80.5 -236v-696h-215v618q0 111 -52 158q-53 47 -149 47q-76 0 -143 -37.5t-110 -93.5v-692h-215zM254 1147q0 127 54 200.5t157 73.5q39 0 70.5 -16t52 -40t38 -47.5t39 -39.5t44.5 -16q37 0 61.5 36.5 t24.5 110.5h116q0 -127 -54 -200.5t-157 -73.5q-61 0 -103 39.5t-73.5 79.5t-66.5 40q-84 0 -84 -147h-119z" />
196
+ <glyph unicode="&#xf2;" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM250 1434h205l286 -295h-153zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95t75.5 235q0 137 -75.5 232t-208.5 95q-131 0 -208 -95t-77 -232z " />
197
+ <glyph unicode="&#xf3;" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95t75.5 235q0 137 -75.5 232t-208.5 95q-131 0 -208 -95t-77 -232zM434 1139l287 295h205l-338 -295 h-154z" />
198
+ <glyph unicode="&#xf4;" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM299 1139l190 295h197l197 -295h-135l-160 198l-152 -198h-137zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95t75.5 235q0 137 -75.5 232 t-208.5 95q-131 0 -208 -95t-77 -232z" />
199
+ <glyph unicode="&#xf5;" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM260 1147q0 127 54.5 200.5t156.5 73.5q39 0 70.5 -16t52 -40t38 -47.5t39 -39.5t44.5 -16q37 0 61.5 36.5t24.5 110.5h117q0 -127 -54.5 -200.5 t-156.5 -73.5q-61 0 -103.5 39.5t-74 79.5t-66.5 40q-84 0 -84 -147h-119zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95t75.5 235q0 137 -75.5 232t-208.5 95q-131 0 -208 -95t-77 -232z" />
200
+ <glyph unicode="&#xf6;" d="M80 496q0 221 139 369.5t368.5 148.5t369 -148.5t139.5 -369.5q0 -219 -139.5 -370t-369 -151t-368.5 151t-139 370zM252 1245q0 51 36 86t85 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM303 496q0 -139 77 -234.5t208 -95.5q133 0 208.5 95 t75.5 235q0 137 -75.5 232t-208.5 95q-131 0 -208 -95t-77 -232zM682 1245q0 51 35 86t84 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
201
+ <glyph unicode="&#xf7;" horiz-adv-x="1046" d="M59 623v137h928v-137h-928zM412 311q0 45 32.5 78t79.5 33q45 0 78 -33t33 -78q0 -47 -33 -79.5t-78 -32.5t-78.5 33.5t-33.5 78.5zM412 1067q0 45 32.5 77t79.5 32t79 -32t32 -77q0 -47 -33 -81t-78 -34t-78.5 34t-33.5 81z" />
202
+ <glyph unicode="&#xf8;" d="M80 496q0 221 139 369.5t369 148.5q158 0 284 -80l48 55h141l-105 -125q139 -145 140 -368q0 -219 -139.5 -370t-368.5 -151q-172 0 -293 86l-51 -61h-140l109 131q-133 146 -133 365zM303 496q0 -115 49 -197l391 477q-68 47 -155 47q-131 0 -208 -95t-77 -232zM424 219 q74 -53 164 -53q133 0 208.5 95t75.5 235q0 113 -53 200z" />
203
+ <glyph unicode="&#xf9;" horiz-adv-x="1161" d="M139 289v700h215v-620q0 -111 51.5 -157t149.5 -46q76 0 143.5 38t108.5 91v694h215v-989h-215v131q-139 -156 -348 -156q-158 0 -239 81t-81 233zM248 1434h205l286 -295h-153z" />
204
+ <glyph unicode="&#xfa;" horiz-adv-x="1161" d="M139 289v700h215v-620q0 -111 51.5 -157t149.5 -46q76 0 143.5 38t108.5 91v694h215v-989h-215v131q-139 -156 -348 -156q-158 0 -239 81t-81 233zM430 1139l287 295h205l-338 -295h-154z" />
205
+ <glyph unicode="&#xfb;" horiz-adv-x="1161" d="M139 289v700h215v-620q0 -111 51.5 -157t149.5 -46q76 0 143.5 38t108.5 91v694h215v-989h-215v131q-139 -156 -348 -156q-158 0 -239 81t-81 233zM291 1139l190 295h197l196 -295h-135l-159 198l-152 -198h-137z" />
206
+ <glyph unicode="&#xfc;" horiz-adv-x="1161" d="M139 289v700h215v-620q0 -111 51.5 -157t149.5 -46q76 0 143.5 38t108.5 91v694h215v-989h-215v131q-139 -156 -348 -156q-158 0 -239 81t-81 233zM252 1245q0 51 36 86t85 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM682 1245q0 51 35 86t84 35 q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
207
+ <glyph unicode="&#xfd;" horiz-adv-x="1030" d="M-4 989h231l289 -741l289 741h229l-477 -1167q-49 -121 -132 -171t-206 -52q-72 0 -121 14l31 192q37 -16 82 -16q106 0 143 86l49 113zM362 1139l287 295h205l-338 -295h-154z" />
208
+ <glyph unicode="&#xfe;" horiz-adv-x="1185" d="M139 -377v1743h215v-512q121 160 318 160q195 0 316.5 -139.5t121.5 -379t-122 -380t-316 -140.5q-190 0 -318 162v-514h-215zM354 301q37 -57 109 -96t145 -39q127 0 204 92t77 237.5t-77 236.5t-204 91q-74 0 -145.5 -37.5t-108.5 -93.5v-391z" />
209
+ <glyph unicode="&#xff;" horiz-adv-x="1030" d="M-4 989h231l289 -741l289 741h229l-477 -1167q-49 -121 -132 -171t-206 -52q-72 0 -121 14l31 192q37 -16 82 -16q106 0 143 86l49 113zM180 1245q0 51 36 86t85 35q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -85 35t-36 84zM610 1245q0 51 35 86t84 35 q51 0 86 -35t35 -86q0 -49 -35 -84t-86 -35q-49 0 -84 35t-35 84z" />
210
+ <glyph unicode="&#x152;" horiz-adv-x="2238" d="M86 682q0 309 188.5 506.5t485.5 197.5q133 0 254 -56t192 -161v197h936v-211h-696v-352h682v-211h-682v-381h696v-211h-936v199q-72 -106 -192.5 -165t-253.5 -59q-297 0 -485.5 199t-188.5 508zM332 682q0 -215 126 -354.5t335 -139.5q141 0 249.5 72t163.5 207v434 q-53 133 -162.5 203t-250.5 70q-211 0 -336 -138.5t-125 -353.5z" />
211
+ <glyph unicode="&#x153;" horiz-adv-x="1935" d="M80 496q0 221 139 369.5t369 148.5q252 0 395 -246q135 246 391 246q221 0 354.5 -150.5t133.5 -386.5v-53h-764q12 -117 96 -194.5t219 -77.5q74 0 151.5 29.5t129.5 80.5l98 -141q-152 -145 -401 -146q-268 0 -408 246q-145 -246 -395 -246q-229 0 -368.5 151 t-139.5 370zM303 496q0 -143 78 -237.5t207 -94.5t206.5 94t77.5 238q0 141 -77.5 234t-206.5 93t-207 -93t-78 -234zM1096 578h557q-4 102 -75 181t-204 79q-127 0 -198.5 -78t-79.5 -182z" />
212
+ <glyph unicode="&#x178;" horiz-adv-x="1304" d="M4 1366h275l374 -584l375 584h275l-529 -799v-567h-239v567zM324 1597q0 51 35.5 86t84.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5t-86.5 -34.5q-49 0 -84.5 34.5t-35.5 83.5zM754 1597q0 51 34.5 86t83.5 35q51 0 86 -34.5t35 -86.5q0 -49 -34.5 -83.5 t-86.5 -34.5q-49 0 -83.5 34.5t-34.5 83.5z" />
213
+ <glyph unicode="&#x2c6;" horiz-adv-x="583" d="M0 1139l190 295h197l197 -295h-135l-160 198l-152 -198h-137z" />
214
+ <glyph unicode="&#x2dc;" horiz-adv-x="657" d="M0 1147q0 127 54.5 200.5t156.5 73.5q39 0 70.5 -16t52 -40t38 -47.5t39 -39.5t44.5 -16q37 0 61.5 36.5t24.5 110.5h116q0 -127 -54 -200.5t-157 -73.5q-61 0 -103 39.5t-73.5 79.5t-66.5 40q-84 0 -84 -147h-119z" />
215
+ <glyph unicode="&#x2013;" horiz-adv-x="1214" d="M61 403v185h1092v-185h-1092z" />
216
+ <glyph unicode="&#x2014;" horiz-adv-x="1705" d="M61 403v185h1584v-185h-1584z" />
217
+ <glyph unicode="&#x2018;" horiz-adv-x="501" d="M88 1038q0 104 52.5 196.5t138.5 154.5l98 -80q-51 -31 -95 -86.5t-53 -106.5q12 6 35 6q51 0 86 -36.5t35 -92.5q0 -59 -41 -100t-98 -41q-66 0 -112 50t-46 136z" />
218
+ <glyph unicode="&#x2019;" horiz-adv-x="501" d="M109 1247q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -102 -52.5 -194.5t-138.5 -153.5l-98 78q51 31 95 86t52 106q-8 -4 -35 -4q-51 0 -85.5 37t-34.5 92z" />
219
+ <glyph unicode="&#x201a;" horiz-adv-x="501" d="M109 125q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -104 -52.5 -196.5t-138.5 -153.5l-98 79q51 31 95 86.5t52 106.5q-12 -6 -35 -6q-51 0 -85.5 37t-34.5 94z" />
220
+ <glyph unicode="&#x201c;" horiz-adv-x="880" d="M94 1038q0 102 52.5 195.5t140.5 155.5l96 -80q-51 -31 -94 -86.5t-53 -106.5q18 6 34 6q53 0 88 -35.5t35 -93t-41 -99.5t-98 -42q-66 0 -113 50t-47 136zM473 1038q0 102 52.5 195.5t140.5 155.5l96 -80q-51 -31 -94 -86.5t-54 -106.5q18 6 35 6q53 0 88 -35.5t35 -93 t-41 -99.5t-98 -42q-66 0 -113 50t-47 136z" />
221
+ <glyph unicode="&#x201d;" horiz-adv-x="880" d="M109 1247q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -102 -52.5 -194.5t-138.5 -153.5l-98 78q51 31 95 86t52 106q-8 -4 -35 -4q-51 0 -85.5 37t-34.5 92zM487 1247q0 57 41 98t99 41q66 0 111.5 -50t45.5 -136q0 -102 -52 -194.5t-138 -153.5l-98 78q51 31 95 86 t52 106q-8 -4 -35 -4q-51 0 -86 37t-35 92z" />
222
+ <glyph unicode="&#x201e;" horiz-adv-x="880" d="M109 125q0 57 40.5 98t98.5 41q66 0 112 -50t46 -136q0 -104 -52.5 -196.5t-138.5 -153.5l-98 79q51 31 95 86.5t52 106.5q-12 -6 -35 -6q-51 0 -85.5 37t-34.5 94zM487 125q0 57 41 98t99 41q66 0 111.5 -50t45.5 -136q0 -104 -52 -196.5t-138 -153.5l-98 79 q51 31 95 86.5t52 106.5q-12 -6 -35 -6q-51 0 -86 37t-35 94z" />
223
+ <glyph unicode="&#x2022;" horiz-adv-x="733" d="M135 495.5q0 96.5 68.5 165t165 68.5t165 -68.5t68.5 -165t-68.5 -164t-165 -67.5t-165 67.5t-68.5 164z" />
224
+ <glyph unicode="&#x2026;" horiz-adv-x="1505" d="M109 123q0 57 43 99t100 42t99 -42t42 -99q0 -59 -42 -101t-99 -42q-59 0 -101 43t-42 100zM610 123q0 57 43 99t100.5 42t99.5 -42t42 -99q0 -59 -42 -101t-99.5 -42t-100.5 43t-43 100zM1112 123q0 57 43 99t100.5 42t99.5 -42t42 -99q0 -59 -42 -101t-100 -42 q-59 0 -101 43t-42 100z" />
225
+ <glyph unicode="&#x2039;" horiz-adv-x="655" d="M61 498l328 362h205l-328 -362l328 -369h-205z" />
226
+ <glyph unicode="&#x203a;" horiz-adv-x="655" d="M61 129l328 369l-328 362h205l328 -362l-328 -369h-205z" />
227
+ <glyph unicode="&#x20ac;" horiz-adv-x="1439" d="M53 471v139h82q-2 23 -2 72q0 25 4 78h-84v139h111q66 223 252 356.5t434 133.5q360 0 547 -306l-203 -106q-51 88 -144.5 143.5t-199.5 55.5q-145 0 -259 -75t-169 -202h549v-139h-588q-4 -53 -4 -78q0 -49 4 -72h588v-139h-551q55 -131 168.5 -207t261.5 -76 q106 0 199.5 56.5t144.5 142.5l205 -102q-197 -309 -549 -310q-250 0 -437.5 134.5t-250.5 361.5h-109z" />
228
+ <glyph unicode="&#x2122;" horiz-adv-x="929" d="M35 1313v53h311v-53h-127v-398h-57v398h-127zM420 915v451h88l131 -328l131 328h88v-451h-57v373l-154 -373h-16l-154 373v-373h-57z" />
229
+ <glyph unicode="&#xe000;" horiz-adv-x="990" d="M0 990h990v-990h-990v990z" />
230
+ <glyph unicode="&#xfb01;" horiz-adv-x="1126" d="M29 803v186h164v55q0 162 86 252t225 90q106 0 174 -36l-47 -162q-35 23 -86 22q-137 0 -137 -166v-55h200v-186h-200v-803h-215v803h-164zM748 1243q0 55 38.5 94t94 39t94.5 -39t39 -94t-39 -94t-94.5 -39t-94 39t-38.5 94zM772 0v989h215v-989h-215z" />
231
+ <glyph unicode="&#xfb02;" horiz-adv-x="1126" d="M29 803v186h164v55q0 162 86 252t225 90q106 0 174 -36l-47 -162q-35 23 -86 22q-137 0 -137 -166v-55h200v-186h-200v-803h-215v803h-164zM772 0v1366h215v-1366h-215z" />
232
+ <glyph unicode="&#xfb03;" horiz-adv-x="1757" d="M29 803v186h164v55q0 160 84.5 251t226.5 91q158 0 237 -86l-84 -133q-47 43 -112 43q-137 0 -137 -166v-55h200v-186h-200v-803h-215v803h-164zM662 803v186h163v55q0 162 86 252t226 90q106 0 174 -36l-47 -162q-35 23 -86 22q-137 0 -138 -166v-55h201v-186h-201v-803 h-215v803h-163zM1378 1243q0 55 39 94t94.5 39t94.5 -39t39 -94t-39 -94t-94.5 -39t-94.5 39t-39 94zM1403 0v989h215v-989h-215z" />
233
+ <glyph unicode="&#xfb04;" horiz-adv-x="1757" d="M29 803v186h164v55q0 160 84.5 251t226.5 91q158 0 237 -86l-84 -133q-47 43 -112 43q-137 0 -137 -166v-55h200v-186h-200v-803h-215v803h-164zM662 803v186h163v55q0 162 86 252t226 90q106 0 174 -36l-47 -162q-35 23 -86 22q-137 0 -138 -166v-55h201v-186h-201v-803 h-215v803h-163zM1403 0v1366h215v-1366h-215z" />
234
+ </font>
235
+ </defs></svg>
@@ -0,0 +1,123 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // the compiled file.
9
+ //
10
+ // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
+ // GO AFTER THE REQUIRES BELOW.
12
+ //
13
+ //= require jquery
14
+ //= require jquery_ujs
15
+ //= require_tree .
16
+
17
+
18
+ $(document).ready(function(){
19
+ $(".enable_seo").live('click', function(){
20
+ $.ajax({
21
+ url: '/old_location/admin/mover_cities/'+$(this).val()+'/toggle_seo?generate_seo_urls='+$(this).is(":checked")
22
+ });
23
+ })
24
+
25
+ var owl = $("#owl-demo");
26
+ owl.owlCarousel({
27
+ items : owl.data("items"),
28
+ });
29
+ $(".next").click(function(){
30
+ owl.trigger('owl.next');
31
+ })
32
+ $(".prev").click(function(){
33
+ owl.trigger('owl.prev');
34
+ })
35
+
36
+ $("#state_filter").change(function(){
37
+ $.ajax({
38
+ url: "/old_location/admin/seo_configs/mover_cities.js?state=" + $(this).val()
39
+ })
40
+ })
41
+
42
+ $("#living_in_state_filter").change(function(){
43
+ $.ajax({
44
+ url: "/old_location/admin/living_in_infos.js?state=" + $(this).val()
45
+ })
46
+ })
47
+
48
+ $(".nav-dropdown-li > a").on('click', function(ev) {
49
+ ev.preventDefault();
50
+ var parentLi = $(ev.currentTarget).parent();
51
+ parentLi.toggleClass("nav-dropdown-li-hover");
52
+ parentLi.find("ul").toggleClass("visible-nav-dropdown");
53
+ });
54
+
55
+ })
56
+
57
+ function weatherGeocode(city, state) {
58
+
59
+ var status;
60
+ var results;
61
+ var html = '';
62
+ var msg = '';
63
+
64
+ // Set document elements
65
+ var search = city+", "+ state; //document.getElementById(search).value;
66
+ console.log(search)
67
+ if (search) {
68
+
69
+
70
+
71
+ // Cache results for an hour to prevent overuse
72
+ now = new Date();
73
+
74
+ // Create Yahoo Weather feed API address
75
+ var query = 'select * from geo.places where text="'+ search +'"';
76
+ var api = 'https://query.yahooapis.com/v1/public/yql?q='+ encodeURIComponent(query) +'&rnd='+ now.getFullYear() + now.getMonth() + now.getDay() + now.getHours() +'&format=json&callback=?';
77
+
78
+ // Send request
79
+ $.ajax({
80
+ type: 'GET',
81
+ url: api,
82
+ dataType: 'json',
83
+ success: function(data) {
84
+ // console.log(data)
85
+ woeid = ""
86
+ $.each(data.query.results.place, function(index, result){
87
+
88
+ if(result && result.locality1 && result.locality1.content == city){
89
+ woeid = result.locality1.woeid
90
+ return false;
91
+ }
92
+ });
93
+
94
+ if (woeid == "") {
95
+ if (data.query.results.place[0] && data.query.results.place[0].locality1) {
96
+ woeid = data.query.results.place[0].locality1.woeid
97
+ }
98
+ else {
99
+ $('.weather-box').hide();
100
+ }
101
+ }
102
+
103
+ if (woeid != "") {
104
+ $('#city_weather').weatherfeed([woeid], {
105
+ woeid: true,
106
+ forecast: true,
107
+ unit: "f"
108
+ });
109
+ }
110
+ },
111
+ error: function(data) {
112
+ output.innerHTML = 'An error has occurred';
113
+ }
114
+ });
115
+
116
+ } else {
117
+
118
+ // No search given
119
+ output.innerHTML = 'Please enter a location or partial address';
120
+ }
121
+ }
122
+
123
+
@@ -0,0 +1,6 @@
1
+ /*!
2
+ * Bootstrap.js by @fat & @mdo
3
+ * Copyright 2012 Twitter, Inc.
4
+ * http://www.apache.org/licenses/LICENSE-2.0.txt
5
+ */
6
+ !function(e){e(function(){"use strict";e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()},e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e(function(){e("body").on("click.alert.data-api",t,n.prototype.close)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")},e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e(function(){e("body").on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=n,this.options.slide&&this.slide(this.options.slide),this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},to:function(t){var n=this.$element.find(".item.active"),r=n.parent().children(),i=r.index(n),s=this;if(t>r.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){s.to(t)}):i==t?this.pause().cycle():this.slide(t>i?"next":"prev",e(r[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle()),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f=e.Event("slide",{relatedTarget:i[0]});this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u]();if(i.hasClass("active"))return;if(e.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(f);if(f.isDefaultPrevented())return;i.addClass(t),i[0].offsetWidth,r.addClass(o),i.addClass(o),this.$element.one(e.support.transition.end,function(){i.removeClass([t,o].join(" ")).addClass("active"),r.removeClass(["active",o].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger("slid")},0)})}else{this.$element.trigger(f);if(f.isDefaultPrevented())return;r.removeClass("active"),i.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return s&&this.cycle(),this}},e.fn.carousel=function(n){return this.each(function(){var r=e(this),i=r.data("carousel"),s=e.extend({},e.fn.carousel.defaults,typeof n=="object"&&n),o=typeof n=="string"?n:s.slide;i||r.data("carousel",i=new t(this,s)),typeof n=="number"?i.to(n):o?i[o]():s.interval&&i.cycle()})},e.fn.carousel.defaults={interval:5e3,pause:"hover"},e.fn.carousel.Constructor=t,e(function(){e("body").on("click.carousel.data-api","[data-slide]",function(t){var n=e(this),r,i=e(n.attr("data-target")||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,"")),s=!i.data("modal")&&e.extend({},i.data(),n.data());i.carousel(s),t.preventDefault()})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.collapse.defaults,n),this.options.parent&&(this.$parent=e(this.options.parent)),this.options.toggle&&this.toggle()};t.prototype={constructor:t,dimension:function(){var e=this.$element.hasClass("width");return e?"width":"height"},show:function(){var t,n,r,i;if(this.transitioning)return;t=this.dimension(),n=e.camelCase(["scroll",t].join("-")),r=this.$parent&&this.$parent.find("> .accordion-group > .in");if(r&&r.length){i=r.data("collapse");if(i&&i.transitioning)return;r.collapse("hide"),i||r.data("collapse",null)}this.$element[t](0),this.transition("addClass",e.Event("show"),"shown"),e.support.transition&&this.$element[t](this.$element[0][n])},hide:function(){var t;if(this.transitioning)return;t=this.dimension(),this.reset(this.$element[t]()),this.transition("removeClass",e.Event("hide"),"hidden"),this.$element[t](0)},reset:function(e){var t=this.dimension();return this.$element.removeClass("collapse")[t](e||"auto")[0].offsetWidth,this.$element[e!==null?"addClass":"removeClass"]("collapse"),this},transition:function(t,n,r){var i=this,s=function(){n.type=="show"&&i.reset(),i.transitioning=0,i.$element.trigger(r)};this.$element.trigger(n);if(n.isDefaultPrevented())return;this.transitioning=1,this.$element[t]("in"),e.support.transition&&this.$element.hasClass("collapse")?this.$element.one(e.support.transition.end,s):s()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}},e.fn.collapse=function(n){return this.each(function(){var r=e(this),i=r.data("collapse"),s=typeof n=="object"&&n;i||r.data("collapse",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.collapse.defaults={toggle:!0},e.fn.collapse.Constructor=t,e(function(){e("body").on("click.collapse.data-api","[data-toggle=collapse]",function(t){var n=e(this),r,i=n.attr("data-target")||t.preventDefault()||(r=n.attr("href"))&&r.replace(/.*(?=#[^\s]+$)/,""),s=e(i).data("collapse")?"toggle":n.data();n[e(i).hasClass("in")?"addClass":"removeClass"]("collapsed"),e(i).collapse(s)})})}(window.jQuery),!function(e){"use strict";function r(){i(e(t)).removeClass("open")}function i(t){var n=t.attr("data-target"),r;return n||(n=t.attr("href"),n=n&&/#/.test(n)&&n.replace(/.*(?=#[^\s]*$)/,"")),r=e(n),r.length||(r=t.parent()),r}var t="[data-toggle=dropdown]",n=function(t){var n=e(t).on("click.dropdown.data-api",this.toggle);e("html").on("click.dropdown.data-api",function(){n.parent().removeClass("open")})};n.prototype={constructor:n,toggle:function(t){var n=e(this),s,o;if(n.is(".disabled, :disabled"))return;return s=i(n),o=s.hasClass("open"),r(),o||(s.toggleClass("open"),n.focus()),!1},keydown:function(t){var n,r,s,o,u,a;if(!/(38|40|27)/.test(t.keyCode))return;n=e(this),t.preventDefault(),t.stopPropagation();if(n.is(".disabled, :disabled"))return;o=i(n),u=o.hasClass("open");if(!u||u&&t.keyCode==27)return n.click();r=e("[role=menu] li:not(.divider) a",o);if(!r.length)return;a=r.index(r.filter(":focus")),t.keyCode==38&&a>0&&a--,t.keyCode==40&&a<r.length-1&&a++,~a||(a=0),r.eq(a).focus()}},e.fn.dropdown=function(t){return this.each(function(){var r=e(this),i=r.data("dropdown");i||r.data("dropdown",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.dropdown.Constructor=n,e(function(){e("html").on("click.dropdown.data-api touchstart.dropdown.data-api",r),e("body").on("click.dropdown touchstart.dropdown.data-api",".dropdown form",function(e){e.stopPropagation()}).on("click.dropdown.data-api touchstart.dropdown.data-api",t,n.prototype.toggle).on("keydown.dropdown.data-api touchstart.dropdown.data-api",t+", [role=menu]",n.prototype.keydown)})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=n,this.$element=e(t).delegate('[data-dismiss="modal"]',"click.dismiss.modal",e.proxy(this.hide,this)),this.options.remote&&this.$element.find(".modal-body").load(this.options.remote)};t.prototype={constructor:t,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var t=this,n=e.Event("show");this.$element.trigger(n);if(this.isShown||n.isDefaultPrevented())return;e("body").addClass("modal-open"),this.isShown=!0,this.escape(),this.backdrop(function(){var n=e.support.transition&&t.$element.hasClass("fade");t.$element.parent().length||t.$element.appendTo(document.body),t.$element.show(),n&&t.$element[0].offsetWidth,t.$element.addClass("in").attr("aria-hidden",!1).focus(),t.enforceFocus(),n?t.$element.one(e.support.transition.end,function(){t.$element.trigger("shown")}):t.$element.trigger("shown")})},hide:function(t){t&&t.preventDefault();var n=this;t=e.Event("hide"),this.$element.trigger(t);if(!this.isShown||t.isDefaultPrevented())return;this.isShown=!1,e("body").removeClass("modal-open"),this.escape(),e(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),e.support.transition&&this.$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var t=this;e(document).on("focusin.modal",function(e){t.$element[0]!==e.target&&!t.$element.has(e.target).length&&t.$element.focus()})},escape:function(){var e=this;this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.modal",function(t){t.which==27&&e.hide()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var t=this,n=setTimeout(function(){t.$element.off(e.support.transition.end),t.hideModal()},500);this.$element.one(e.support.transition.end,function(){clearTimeout(n),t.hideModal()})},hideModal:function(e){this.$element.hide().trigger("hidden"),this.backdrop()},removeBackdrop:function(){this.$backdrop.remove(),this.$backdrop=null},backdrop:function(t){var n=this,r=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var i=e.support.transition&&r;this.$backdrop=e('<div class="modal-backdrop '+r+'" />').appendTo(document.body),this.options.backdrop!="static"&&this.$backdrop.click(e.proxy(this.hide,this)),i&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),i?this.$backdrop.one(e.support.transition.end,t):t()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),e.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(e.support.transition.end,e.proxy(this.removeBackdrop,this)):this.removeBackdrop()):t&&t()}},e.fn.modal=function(n){return this.each(function(){var r=e(this),i=r.data("modal"),s=e.extend({},e.fn.modal.defaults,r.data(),typeof n=="object"&&n);i||r.data("modal",i=new t(this,s)),typeof n=="string"?i[n]():s.show&&i.show()})},e.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},e.fn.modal.Constructor=t,e(function(){e("body").on("click.modal.data-api",'[data-toggle="modal"]',function(t){var n=e(this),r=n.attr("href"),i=e(n.attr("data-target")||r&&r.replace(/.*(?=#[^\s]+$)/,"")),s=i.data("modal")?"toggle":e.extend({remote:!/#/.test(r)&&r},i.data(),n.data());t.preventDefault(),i.modal(s).one("hide",function(){n.focus()})})})}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("tooltip",e,t)};t.prototype={constructor:t,init:function(t,n,r){var i,s;this.type=t,this.$element=e(n),this.options=this.getOptions(r),this.enabled=!0,this.options.trigger=="click"?this.$element.on("click."+this.type,this.options.selector,e.proxy(this.toggle,this)):this.options.trigger!="manual"&&(i=this.options.trigger=="hover"?"mouseenter":"focus",s=this.options.trigger=="hover"?"mouseleave":"blur",this.$element.on(i+"."+this.type,this.options.selector,e.proxy(this.enter,this)),this.$element.on(s+"."+this.type,this.options.selector,e.proxy(this.leave,this))),this.options.selector?this._options=e.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(t){return t=e.extend({},e.fn[this.type].defaults,t,this.$element.data()),t.delay&&typeof t.delay=="number"&&(t.delay={show:t.delay,hide:t.delay}),t},enter:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);if(!n.options.delay||!n.options.delay.show)return n.show();clearTimeout(this.timeout),n.hoverState="in",this.timeout=setTimeout(function(){n.hoverState=="in"&&n.show()},n.options.delay.show)},leave:function(t){var n=e(t.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!n.options.delay||!n.options.delay.hide)return n.hide();n.hoverState="out",this.timeout=setTimeout(function(){n.hoverState=="out"&&n.hide()},n.options.delay.hide)},show:function(){var e,t,n,r,i,s,o;if(this.hasContent()&&this.enabled){e=this.tip(),this.setContent(),this.options.animation&&e.addClass("fade"),s=typeof this.options.placement=="function"?this.options.placement.call(this,e[0],this.$element[0]):this.options.placement,t=/in/.test(s),e.remove().css({top:0,left:0,display:"block"}).appendTo(t?this.$element:document.body),n=this.getPosition(t),r=e[0].offsetWidth,i=e[0].offsetHeight;switch(t?s.split(" ")[1]:s){case"bottom":o={top:n.top+n.height,left:n.left+n.width/2-r/2};break;case"top":o={top:n.top-i,left:n.left+n.width/2-r/2};break;case"left":o={top:n.top+n.height/2-i/2,left:n.left-r};break;case"right":o={top:n.top+n.height/2-i/2,left:n.left+n.width}}e.css(o).addClass(s).addClass("in")}},setContent:function(){var e=this.tip(),t=this.getTitle();e.find(".tooltip-inner")[this.options.html?"html":"text"](t),e.removeClass("fade in top bottom left right")},hide:function(){function r(){var t=setTimeout(function(){n.off(e.support.transition.end).remove()},500);n.one(e.support.transition.end,function(){clearTimeout(t),n.remove()})}var t=this,n=this.tip();return n.removeClass("in"),e.support.transition&&this.$tip.hasClass("fade")?r():n.remove(),this},fixTitle:function(){var e=this.$element;(e.attr("title")||typeof e.attr("data-original-title")!="string")&&e.attr("data-original-title",e.attr("title")||"").removeAttr("title")},hasContent:function(){return this.getTitle()},getPosition:function(t){return e.extend({},t?{top:0,left:0}:this.$element.offset(),{width:this.$element[0].offsetWidth,height:this.$element[0].offsetHeight})},getTitle:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-original-title")||(typeof n.title=="function"?n.title.call(t[0]):n.title),e},tip:function(){return this.$tip=this.$tip||e(this.options.template)},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(){this[this.tip().hasClass("in")?"hide":"show"]()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}},e.fn.tooltip=function(n){return this.each(function(){var r=e(this),i=r.data("tooltip"),s=typeof n=="object"&&n;i||r.data("tooltip",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.tooltip.Constructor=t,e.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover",title:"",delay:0,html:!0}}(window.jQuery),!function(e){"use strict";var t=function(e,t){this.init("popover",e,t)};t.prototype=e.extend({},e.fn.tooltip.Constructor.prototype,{constructor:t,setContent:function(){var e=this.tip(),t=this.getTitle(),n=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content > *")[this.options.html?"html":"text"](n),e.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var e,t=this.$element,n=this.options;return e=t.attr("data-content")||(typeof n.content=="function"?n.content.call(t[0]):n.content),e},tip:function(){return this.$tip||(this.$tip=e(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}}),e.fn.popover=function(n){return this.each(function(){var r=e(this),i=r.data("popover"),s=typeof n=="object"&&n;i||r.data("popover",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.popover.Constructor=t,e.fn.popover.defaults=e.extend({},e.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'})}(window.jQuery),!function(e){"use strict";function t(t,n){var r=e.proxy(this.process,this),i=e(t).is("body")?e(window):e(t),s;this.options=e.extend({},e.fn.scrollspy.defaults,n),this.$scrollElement=i.on("scroll.scroll-spy.data-api",r),this.selector=(this.options.target||(s=e(t).attr("href"))&&s.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.$body=e("body"),this.refresh(),this.process()}t.prototype={constructor:t,refresh:function(){var t=this,n;this.offsets=e([]),this.targets=e([]),n=this.$body.find(this.selector).map(function(){var t=e(this),n=t.data("target")||t.attr("href"),r=/^#\w/.test(n)&&e(n);return r&&r.length&&[[r.position().top,n]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){t.offsets.push(this[0]),t.targets.push(this[1])})},process:function(){var e=this.$scrollElement.scrollTop()+this.options.offset,t=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,n=t-this.$scrollElement.height(),r=this.offsets,i=this.targets,s=this.activeTarget,o;if(e>=n)return s!=(o=i.last()[0])&&this.activate(o);for(o=r.length;o--;)s!=i[o]&&e>=r[o]&&(!r[o+1]||e<=r[o+1])&&this.activate(i[o])},activate:function(t){var n,r;this.activeTarget=t,e(this.selector).parent(".active").removeClass("active"),r=this.selector+'[data-target="'+t+'"],'+this.selector+'[href="'+t+'"]',n=e(r).parent("li").addClass("active"),n.parent(".dropdown-menu").length&&(n=n.closest("li.dropdown").addClass("active")),n.trigger("activate")}},e.fn.scrollspy=function(n){return this.each(function(){var r=e(this),i=r.data("scrollspy"),s=typeof n=="object"&&n;i||r.data("scrollspy",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.scrollspy.Constructor=t,e.fn.scrollspy.defaults={offset:10},e(window).on("load",function(){e('[data-spy="scroll"]').each(function(){var t=e(this);t.scrollspy(t.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t){this.element=e(t)};t.prototype={constructor:t,show:function(){var t=this.element,n=t.closest("ul:not(.dropdown-menu)"),r=t.attr("data-target"),i,s,o;r||(r=t.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,""));if(t.parent("li").hasClass("active"))return;i=n.find(".active a").last()[0],o=e.Event("show",{relatedTarget:i}),t.trigger(o);if(o.isDefaultPrevented())return;s=e(r),this.activate(t.parent("li"),n),this.activate(s,s.parent(),function(){t.trigger({type:"shown",relatedTarget:i})})},activate:function(t,n,r){function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),t.addClass("active"),s?(t[0].offsetWidth,t.addClass("in")):t.removeClass("fade"),t.parent(".dropdown-menu")&&t.closest("li.dropdown").addClass("active"),r&&r()}var i=n.find("> .active"),s=r&&e.support.transition&&i.hasClass("fade");s?i.one(e.support.transition.end,o):o(),i.removeClass("in")}},e.fn.tab=function(n){return this.each(function(){var r=e(this),i=r.data("tab");i||r.data("tab",i=new t(this)),typeof n=="string"&&i[n]()})},e.fn.tab.Constructor=t,e(function(){e("body").on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(t){t.preventDefault(),e(this).tab("show")})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.typeahead.defaults,n),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.$menu=e(this.options.menu).appendTo("body"),this.source=this.options.source,this.shown=!1,this.listen()};t.prototype={constructor:t,select:function(){var e=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(e)).change(),this.hide()},updater:function(e){return e},show:function(){var t=e.extend({},this.$element.offset(),{height:this.$element[0].offsetHeight});return this.$menu.css({top:t.top+t.height,left:t.left}),this.$menu.show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(t){var n;return this.query=this.$element.val(),!this.query||this.query.length<this.options.minLength?this.shown?this.hide():this:(n=e.isFunction(this.source)?this.source(this.query,e.proxy(this.process,this)):this.source,n?this.process(n):this)},process:function(t){var n=this;return t=e.grep(t,function(e){return n.matcher(e)}),t=this.sorter(t),t.length?this.render(t.slice(0,this.options.items)).show():this.shown?this.hide():this},matcher:function(e){return~e.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(e){var t=[],n=[],r=[],i;while(i=e.shift())i.toLowerCase().indexOf(this.query.toLowerCase())?~i.indexOf(this.query)?n.push(i):r.push(i):t.push(i);return t.concat(n,r)},highlighter:function(e){var t=this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&");return e.replace(new RegExp("("+t+")","ig"),function(e,t){return"<strong>"+t+"</strong>"})},render:function(t){var n=this;return t=e(t).map(function(t,r){return t=e(n.options.item).attr("data-value",r),t.find("a").html(n.highlighter(r)),t[0]}),t.first().addClass("active"),this.$menu.html(t),this},next:function(t){var n=this.$menu.find(".active").removeClass("active"),r=n.next();r.length||(r=e(this.$menu.find("li")[0])),r.addClass("active")},prev:function(e){var t=this.$menu.find(".active").removeClass("active"),n=t.prev();n.length||(n=this.$menu.find("li").last()),n.addClass("active")},listen:function(){this.$element.on("blur",e.proxy(this.blur,this)).on("keypress",e.proxy(this.keypress,this)).on("keyup",e.proxy(this.keyup,this)),(e.browser.chrome||e.browser.webkit||e.browser.msie)&&this.$element.on("keydown",e.proxy(this.keydown,this)),this.$menu.on("click",e.proxy(this.click,this)).on("mouseenter","li",e.proxy(this.mouseenter,this))},move:function(e){if(!this.shown)return;switch(e.keyCode){case 9:case 13:case 27:e.preventDefault();break;case 38:e.preventDefault(),this.prev();break;case 40:e.preventDefault(),this.next()}e.stopPropagation()},keydown:function(t){this.suppressKeyPressRepeat=!~e.inArray(t.keyCode,[40,38,9,13,27]),this.move(t)},keypress:function(e){if(this.suppressKeyPressRepeat)return;this.move(e)},keyup:function(e){switch(e.keyCode){case 40:case 38:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}e.stopPropagation(),e.preventDefault()},blur:function(e){var t=this;setTimeout(function(){t.hide()},150)},click:function(e){e.stopPropagation(),e.preventDefault(),this.select()},mouseenter:function(t){this.$menu.find(".active").removeClass("active"),e(t.currentTarget).addClass("active")}},e.fn.typeahead=function(n){return this.each(function(){var r=e(this),i=r.data("typeahead"),s=typeof n=="object"&&n;i||r.data("typeahead",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.typeahead.defaults={source:[],items:8,menu:'<ul class="typeahead dropdown-menu"></ul>',item:'<li><a href="#"></a></li>',minLength:1},e.fn.typeahead.Constructor=t,e(function(){e("body").on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(t){var n=e(this);if(n.data("typeahead"))return;t.preventDefault(),n.typeahead(n.data())})})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.options=e.extend({},e.fn.affix.defaults,n),this.$window=e(window).on("scroll.affix.data-api",e.proxy(this.checkPosition,this)),this.$element=e(t),this.checkPosition()};t.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var t=e(document).height(),n=this.$window.scrollTop(),r=this.$element.offset(),i=this.options.offset,s=i.bottom,o=i.top,u="affix affix-top affix-bottom",a;typeof i!="object"&&(s=o=i),typeof o=="function"&&(o=i.top()),typeof s=="function"&&(s=i.bottom()),a=this.unpin!=null&&n+this.unpin<=r.top?!1:s!=null&&r.top+this.$element.height()>=t-s?"bottom":o!=null&&n<=o?"top":!1;if(this.affixed===a)return;this.affixed=a,this.unpin=a=="bottom"?r.top-n:null,this.$element.removeClass(u).addClass("affix"+(a?"-"+a:""))},e.fn.affix=function(n){return this.each(function(){var r=e(this),i=r.data("affix"),s=typeof n=="object"&&n;i||r.data("affix",i=new t(this,s)),typeof n=="string"&&i[n]()})},e.fn.affix.Constructor=t,e.fn.affix.defaults={offset:0},e(window).on("load",function(){e('[data-spy="affix"]').each(function(){var t=e(this),n=t.data();n.offset=n.offset||{},n.offsetBottom&&(n.offset.bottom=n.offsetBottom),n.offsetTop&&(n.offset.top=n.offsetTop),t.affix(n)})})}(window.jQuery);
@@ -0,0 +1,8 @@
1
+ (function(j){j.fn.weatherfeed=function(s,h,v){h=j.extend({unit:"c",image:!0,country:!1,highlow:!0,wind:!0,humidity:!1,visibility:!1,sunrise:!1,sunset:!1,forecast:!1,link:!0,showerror:!0,linktarget:"_self",woeid:!1},h);var p="odd";return this.each(function(q,t){var l=j(t);l.hasClass("weatherFeed")||l.addClass("weatherFeed");if(!j.isArray(s))return!1;var m=s.length;10<m&&(m=10);var k="";for(q=0;q<m;q++)""!=k&&(k+=","),k+="'"+s[q]+"'";now=new Date;m="https://query.yahooapis.com/v1/public/yql?q="+encodeURIComponent("select * from weather.forecast where "+
2
+ (h.woeid?"woeid":"location")+" in ("+k+") and u='"+h.unit+"'")+"&rnd="+now.getFullYear()+now.getMonth()+now.getDay()+now.getHours()+"&format=json&callback=?";j.ajax({type:"GET",url:m,dataType:"json",success:function(f){if(f.query){if(0<f.query.results.channel.length)for(var c=f.query.results.channel.length,e=0;e<c;e++)w(t,f.query.results.channel[e],h);else w(t,f.query.results.channel,h);j.isFunction(v)&&v.call(this,l)}else h.showerror&&l.html("<p>Weather information unavailable</p>")},error:function(){h.showerror&&
3
+ l.html("<p>Weather request failed</p>")}});var w=function(f,c,e){f=j(f);if("Yahoo! Weather Error"!=c.description){var a=c.wind.direction;348.75<=a&&360>=a&&(a="N");0<=a&&11.25>a&&(a="N");11.25<=a&&33.75>a&&(a="NNE");33.75<=a&&56.25>a&&(a="NE");56.25<=a&&78.75>a&&(a="ENE");78.75<=a&&101.25>a&&(a="E");101.25<=a&&123.75>a&&(a="ESE");123.75<=a&&146.25>a&&(a="SE");146.25<=a&&168.75>a&&(a="SSE");168.75<=a&&191.25>a&&(a="S");191.25<=a&&213.75>a&&(a="SSW");213.75<=a&&236.25>a&&(a="SW");236.25<=a&&258.75>
4
+ a&&(a="WSW");258.75<=a&&281.25>a&&(a="W");281.25<=a&&303.75>a&&(a="WNW");303.75<=a&&326.25>a&&(a="NW");326.25<=a&&348.75>a&&(a="NNW");var g=c.item.forecast[0];wpd=c.item.pubDate;n=wpd.indexOf(":");tpb=u(wpd.substr(n-2,8));tsr=u(c.astronomy.sunrise);tss=u(c.astronomy.sunset);daynight=tpb>tsr&&tpb<tss?"day":"night";var b='<div class="weatherItem '+p+" "+daynight+'"';e.image&&(b+=' style="background-image: url(http://l.yimg.com/a/i/us/nws/weather/gr/'+c.item.condition.code+daynight.substring(0,1)+'.png); background-repeat: no-repeat;"');
5
+ b=b+">"+('<div class="weatherCity">'+c.location.city+"</div>");e.country&&(b+='<div class="weatherCountry">'+c.location.country+"</div>");b+='<div class="weatherTemp">'+c.item.condition.temp+"&deg;</div>";b+='<div class="weatherDesc">'+c.item.condition.text+"</div>";e.highlow&&(b+='<div class="weatherRange">High: '+g.high+"&deg; Low: "+g.low+"&deg;</div>");e.wind&&(b+='<div class="weatherWind">Wind: '+a+" "+c.wind.speed+c.units.speed+"</div>");e.humidity&&(b+='<div class="weatherHumidity">Humidity: '+
6
+ c.atmosphere.humidity+"</div>");e.visibility&&(b+='<div class="weatherVisibility">Visibility: '+c.atmosphere.visibility+"</div>");e.sunrise&&(b+='<div class="weatherSunrise">Sunrise: '+c.astronomy.sunrise+"</div>");e.sunset&&(b+='<div class="weatherSunset">Sunset: '+c.astronomy.sunset+"</div>");if(e.forecast){b+='<div class="weatherForecast">';a=c.item.forecast;for(g=0;g<a.length;g++)b+='<div class="weatherForecastItem" style="background-image: url(http://l.yimg.com/a/i/us/nws/weather/gr/'+a[g].code+
7
+ 's.png); background-repeat: no-repeat;">',b+='<div class="weatherForecastDay">'+a[g].day+"</div>",b+='<div class="weatherForecastDate">'+a[g].date+"</div>",b+='<div class="weatherForecastText">'+a[g].text+"</div>",b+='<div class="weatherForecastRange">High: '+a[g].high+" Low: "+a[g].low+"</div>",b+="</div>";b+="</div>"}e.link&&(b+='<div class="weatherLink"><a href="'+c.link+'" target="'+e.linktarget+'" title="Read full forecast">Full forecast</a></div>')}else b='<div class="weatherItem '+p+'">',b+=
8
+ '<div class="weatherError">City not found</div>';b+="</div>";p="odd"==p?"even":"odd";f.append(b)},u=function(f){d=new Date;return r=new Date(d.toDateString()+" "+f)}})}})(jQuery);