cytoplasm 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/app/assets/javascripts/cytoplasm/cytoplasm.js.erb +13 -6
  2. data/app/controllers/cytoplasm/fonts_controller.rb +310 -85
  3. data/app/views/cytoplasm/fonts/_font_li.html.erb +23 -0
  4. data/app/views/cytoplasm/fonts/index.html.erb +79 -18
  5. data/config/routes.rb +2 -0
  6. data/lib/cytoplasm.rb +23 -0
  7. data/lib/cytoplasm/version.rb +1 -1
  8. data/test/dummy/Gemfile.lock +6 -2
  9. data/test/dummy/app/views/docs/index.html.erb +1 -2
  10. data/test/dummy/app/views/home/index.html.erb +1 -1
  11. data/test/dummy/log/development.log +203643 -0
  12. data/test/dummy/public/fonts/1942-report/1942-webfont.eot +0 -0
  13. data/test/dummy/public/fonts/1942-report/1942-webfont.svg +153 -0
  14. data/test/dummy/public/fonts/1942-report/1942-webfont.ttf +0 -0
  15. data/test/dummy/public/fonts/1942-report/1942-webfont.woff +0 -0
  16. data/test/dummy/public/fonts/1942-report/Freeware License.txt +5 -0
  17. data/test/dummy/public/fonts/1942-report/demo.html +33 -0
  18. data/test/dummy/public/fonts/1942-report/stylesheet.css +16 -0
  19. data/test/dummy/public/fonts/20-db/20db-webfont.eot +0 -0
  20. data/test/dummy/public/fonts/20-db/20db-webfont.svg +174 -0
  21. data/test/dummy/public/fonts/20-db/20db-webfont.ttf +0 -0
  22. data/test/dummy/public/fonts/20-db/20db-webfont.woff +0 -0
  23. data/test/dummy/public/fonts/20-db/Jovanny Lemonad Freeware License.txt +7 -0
  24. data/test/dummy/public/fonts/20-db/demo.html +33 -0
  25. data/test/dummy/public/fonts/20-db/stylesheet.css +16 -0
  26. data/test/dummy/public/fonts/Aaargh/Aaargh-webfont.eot +0 -0
  27. data/test/dummy/public/fonts/Aaargh/Aaargh-webfont.svg +191 -0
  28. data/test/dummy/public/fonts/Aaargh/Aaargh-webfont.ttf +0 -0
  29. data/test/dummy/public/fonts/Aaargh/Aaargh-webfont.woff +0 -0
  30. data/test/dummy/public/fonts/Aaargh/Tup Wanders Font License.txt +9 -0
  31. data/test/dummy/public/fonts/Aaargh/demo.html +33 -0
  32. data/test/dummy/public/fonts/Aaargh/stylesheet.css +31 -0
  33. data/test/dummy/public/fonts/TitilliumText/SIL Open Font License 1.1.txt +91 -0
  34. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.eot +0 -0
  35. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.svg +247 -0
  36. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.ttf +0 -0
  37. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.woff +0 -0
  38. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.eot +0 -0
  39. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.svg +247 -0
  40. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.ttf +0 -0
  41. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.woff +0 -0
  42. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.eot +0 -0
  43. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.svg +247 -0
  44. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.ttf +0 -0
  45. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.woff +0 -0
  46. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.eot +0 -0
  47. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.svg +247 -0
  48. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.ttf +0 -0
  49. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.woff +0 -0
  50. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.eot +0 -0
  51. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.svg +247 -0
  52. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.ttf +0 -0
  53. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.woff +0 -0
  54. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.eot +0 -0
  55. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.svg +247 -0
  56. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.ttf +0 -0
  57. data/test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.woff +0 -0
  58. data/test/dummy/public/fonts/TitilliumText/demo.html +58 -0
  59. data/test/dummy/public/fonts/TitilliumText/stylesheet.css +76 -0
  60. data/test/dummy/public/fonts/enabled.yml +7 -0
  61. data/test/dummy/public/fonts/googlewebfonts.yml +2 -2
  62. data/test/dummy/tmp/cache/assets/D03/6B0/sprockets%2Fd3cfc780201b87a3439e35c5236bb71a +0 -0
  63. data/test/dummy/tmp/cache/assets/D0E/7D0/sprockets%2F89200785fe2710582a6c1b8d04ae7fbe +0 -0
  64. data/test/dummy/tmp/cache/assets/D14/170/sprockets%2F40a7b83bb067eea7ce2c8394e1529287 +0 -0
  65. data/test/dummy/tmp/pids/server.pid +1 -0
  66. metadata +105 -4
@@ -0,0 +1,247 @@
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 20082010 by Accademia di Belle Arti di Urbino and others All rights reserved
7
+ Designer : Accademia di Belle Arti di Urbino and others
8
+ Foundry : Accademia di Belle Arti di Urbino and others
9
+ Foundry URL : wwwcampivisivinet
10
+ </metadata>
11
+ <defs>
12
+ <font id="TitilliumText25L1wt" horiz-adv-x="1085" >
13
+ <font-face units-per-em="2048" ascent="1536" descent="-512" />
14
+ <missing-glyph horiz-adv-x="481" />
15
+ <glyph unicode=" " horiz-adv-x="481" />
16
+ <glyph unicode="&#x09;" horiz-adv-x="481" />
17
+ <glyph unicode="&#xa0;" horiz-adv-x="481" />
18
+ <glyph unicode="!" d="M512 0v164h82v-164h-82zM516 436v996h72v-996h-72z" />
19
+ <glyph unicode="&#x22;" horiz-adv-x="573" d="M102 1026v410h72v-410h-72zM391 1026v410h72v-410h-72z" />
20
+ <glyph unicode="#" d="M27 389v66h245v463h-245v65h245v389h74v-389h385v389h74v-389h246v-65h-246v-463h246v-66h-246v-389h-74v389h-385v-389h-74v389h-245zM346 455h385v463h-385v-463z" />
21
+ <glyph unicode="$" d="M129 1040q0 182 108.5 262t313.5 80q39 0 61 -2l31 238h72l-33 -242l256 -24l-8 -68q-137 16 -256 27l-74 -578q195 -33 281 -102.5t86 -235.5q0 -221 -102.5 -315t-311.5 -94q-33 0 -51 2l-29 -234q-72 6 -72 15l29 223l-293 26l8 68q158 -20 293 -29l82 617 q-104 16 -167.5 36.5t-119 59.5t-80 104.5t-24.5 165.5zM203 1044q0 -158 71.5 -214t253.5 -85l76 570q-20 2 -53 2q-348 -1 -348 -273zM512 53h41q170 0 255 79t85 257q0 133 -67.5 189.5t-235.5 85.5z" />
22
+ <glyph unicode="%" d="M59 1165q0 143 52 208t165 65q111 0 164.5 -64.5t53.5 -210.5q0 -283 -218 -282q-111 0 -164 68.5t-53 215.5zM131 1165q0 -111 33 -165t112 -54q82 0 114 53.5t32 163.5q0 109 -32 159t-114 50q-80 0 -112.5 -50.5t-32.5 -156.5zM381 12l295 1424l74 -15l-295 -1423z M635 285q0 143 52 207.5t165 64.5q111 0 164 -64.5t53 -209.5q0 -283 -217 -283q-111 0 -164 68.5t-53 216.5zM707 285q0 -111 32.5 -165t112.5 -54q82 0 113.5 53t31.5 164q0 109 -31.5 159t-113.5 50q-80 0 -112.5 -50.5t-32.5 -156.5z" />
23
+ <glyph unicode="&#x26;" horiz-adv-x="1433" d="M119 426q0 182 77.5 271t256.5 141q-66 72 -85.5 133t-19.5 155q0 133 80 214t234 81q160 0 236.5 -79.5t76.5 -217.5q0 -147 -78 -230t-260 -142l383 -379q41 119 63 299h72q-29 -221 -80 -353l287 -280l-49 -53l-269 266q-135 -270 -454 -270q-258 0 -364.5 112.5 t-106.5 331.5zM190 428q0 -190 94.5 -284.5t309.5 -94.5q281 0 397 254l-485 481q-176 -47 -246 -122.5t-70 -233.5zM420 1126q0 -160 92 -252l74 -73q178 61 247.5 128.5t69.5 196.5q0 229 -241.5 229t-241.5 -229z" />
24
+ <glyph unicode="'" horiz-adv-x="204" d="M61 1430h82l-10 -431h-67z" />
25
+ <glyph unicode="(" horiz-adv-x="532" d="M115 616.5q0 182.5 49 411.5t99 369l50 139h72q-23 -59 -54.5 -158.5t-86 -344.5t-54.5 -417q0 -170 48.5 -388t97.5 -351l49 -133h-72q-23 51 -55.5 139t-87.5 319.5t-55 414z" />
26
+ <glyph unicode=")" horiz-adv-x="532" d="M115 -256q23 57 54.5 152.5t85.5 333t54 407.5q0 172 -48 396t-97 364l-49 139h71q23 -55 55.5 -147.5t88 -331t55.5 -420.5t-49 -405.5t-99 -355.5l-51 -132h-71z" />
27
+ <glyph unicode="*" d="M279 938l225 164l-223 164l41 55l225 -166l86 264l65 -20l-86 -266h277v-70h-281l86 -264l-65 -21l-86 266l-226 -161z" />
28
+ <glyph unicode="+" horiz-adv-x="839" d="M-100 479v70h475v475h74v-475h479v-70h-479v-479h-74v479h-475z" />
29
+ <glyph unicode="," horiz-adv-x="348" d="M96 -252l86 430h82l-104 -430h-64z" />
30
+ <glyph unicode="-" horiz-adv-x="901" d="M123 541v69h655v-69h-655z" />
31
+ <glyph unicode="." horiz-adv-x="507" d="M201 0v164h82v-164h-82z" />
32
+ <glyph unicode="/" d="M223 25l568 1413l67 -29l-567 -1411z" />
33
+ <glyph unicode="0" d="M70 645q0 215 30.5 359.5t95 224.5t146.5 111.5t199 31.5q121 0 203.5 -31.5t146 -110.5t93.5 -222.5t30 -360.5q0 -193 -32 -323.5t-95.5 -204.5t-146.5 -105.5t-197.5 -31.5t-197.5 30.5t-147.5 103t-96 205t-31.5 324.5zM147 643q0 -178 27 -296t80 -181.5t121.5 -89 t167.5 -25.5q131 0 213 46t131 180.5t49 369.5q0 258 -45 403.5t-128 199t-222 53.5q-137 0 -219 -52.5t-128.5 -199t-46.5 -408.5z" />
34
+ <glyph unicode="1" d="M184 1073l418 279h74v-1352h-74v1272l-383 -258z" />
35
+ <glyph unicode="2" d="M125 0v70l465 489q96 102 142 157.5t87 139.5t41 170q0 150 -85 213.5t-259 63.5q-70 0 -162 -13.5t-149 -26.5l-58 -14l-10 70q190 53 381 53q209 0 314.5 -80t105.5 -266q0 -137 -62.5 -239.5t-205.5 -251.5l-445 -463h756v-72h-856z" />
36
+ <glyph unicode="3" d="M106 29l13 69q215 -47 432 -47q348 2 348 316q0 168 -89 236.5t-243 76.5h-274v70h272q100 0 197.5 75.5t97.5 210.5q0 145 -72.5 206t-252.5 61q-90 0 -187.5 -11.5t-149.5 -22.5l-53 -12l-12 70q195 45 399 45q217 0 311.5 -81t94.5 -257q0 -72 -23.5 -130t-56.5 -90 t-68.5 -54.5t-57 -29.5t-25.5 -7q133 -35 201.5 -108.5t68.5 -241.5q0 -199 -104.5 -295t-321.5 -96q-98 0 -209 12t-173 23z" />
37
+ <glyph unicode="4" d="M68 291v61l419 1000h80l-411 -992h622v449h74v-449h201v-69h-201v-291h-74v291h-710z" />
38
+ <glyph unicode="5" d="M119 35l10 69q225 -49 416 -49q170 0 270 102.5t100 293.5q0 324 -350 323q-82 0 -173 -28.5t-142 -56.5l-51 -27l-70 8l39 682h762v-72h-692l-37 -541q20 12 54 29.5t131 46.5t181 29q426 0 426 -393q0 -231 -117.5 -348t-328.5 -117q-90 0 -197.5 12t-169.5 25z" />
39
+ <glyph unicode="6" d="M84 690q0 344 133 513t371 169q76 0 163 -6t136 -11l49 -5l-8 -68q-168 20 -340 21q-203 0 -313.5 -145.5t-112.5 -424.5l58 24q58 24 156.5 49t178.5 25q446 0 446 -405q0 -211 -117.5 -327.5t-340.5 -116.5q-459 0 -459 708zM160 662q10 -610 383 -611 q186 0 283.5 96.5t97.5 278.5q0 168 -97.5 252t-273.5 84q-84 -2 -182.5 -27.5t-154.5 -49.5z" />
40
+ <glyph unicode="7" d="M121 1282v70h823v-133l-549 -1237l-71 28l542 1225v47h-745z" />
41
+ <glyph unicode="8" d="M49 344q0 156 68.5 233.5t208.5 135.5q-127 45 -190.5 118.5t-63.5 204.5q0 336 477 336q227 0 356 -83t129 -255q0 -133 -67.5 -206.5t-210.5 -114.5q143 -41 221 -120t78 -226q0 -213 -136.5 -299t-369.5 -86q-221 0 -360.5 85t-139.5 277zM129 346q0 -295 420 -295 q201 0 314.5 69.5t113.5 244.5q0 78 -23.5 133t-74 89t-97.5 51t-125 38h-239q-143 -35 -216 -108.5t-73 -221.5zM150 1034q0 -121 64.5 -186.5t203.5 -104.5h239q150 35 223.5 102.5t73.5 186.5q0 143 -104 207t-301 64q-195 0 -297 -61.5t-102 -207.5z" />
42
+ <glyph unicode="9" d="M96 924q0 205 123 326.5t328 121.5q240 0 353.5 -186.5t113.5 -521.5q0 -371 -129 -526.5t-385 -155.5q-76 0 -163 5t-136 11l-49 6l8 68q168 -20 340 -21q219 0 327.5 135.5t110.5 427.5q-233 -90 -414 -90q-428 0 -428 400zM174 924q0 -172 88 -251t266 -79 q72 0 175.5 22.5t169.5 46.5l67 23q-14 616 -393 617q-172 0 -272.5 -103.5t-100.5 -275.5z" />
43
+ <glyph unicode=":" horiz-adv-x="288" d="M158 0v164h82v-164h-82zM158 705v163h82v-163h-82z" />
44
+ <glyph unicode=";" horiz-adv-x="348" d="M76 -252l84 430h86l-107 -430h-63zM154 705v163h82v-163h-82z" />
45
+ <glyph unicode="&#x3c;" d="M129 602v74l711 469v-80l-645 -422l645 -444v-84q-641 436 -711 487z" />
46
+ <glyph unicode="=" d="M84 702v70h911v-70h-911zM86 356v70h911v-70h-911z" />
47
+ <glyph unicode="&#x3e;" d="M129 115v84l645 444l-645 422v80l711 -469v-74z" />
48
+ <glyph unicode="?" horiz-adv-x="790" d="M20 1397q229 55 340 55q203 0 306.5 -75t103.5 -249q0 -92 -42 -173t-102.5 -139t-120 -111.5t-101.5 -114t-42 -123.5v-78h-71v84q0 70 42 136.5t102.5 121.5t119.5 112.5t101 131.5t42 153q0 141 -83 198.5t-255 57.5q-43 0 -125.5 -14t-143.5 -29l-60 -14zM287 2v164 h82v-164h-82z" />
49
+ <glyph unicode="@" horiz-adv-x="2017" d="M123 535q0 506 221 722t688 216q463 0 662.5 -203t199.5 -645v-35q0 -125 -9 -220.5t-22.5 -160t-39 -108.5t-49 -67.5t-63.5 -35.5t-69.5 -15t-80.5 -3q-68 0 -103 6t-66.5 34.5t-50.5 88.5q-227 -127 -391 -127q-49 0 -86 5t-90 33.5t-86 80t-58.5 153.5t-25.5 244 q0 279 94.5 411.5t335.5 132.5q51 0 119 -13t110 -28l42 -14v37h71v-410q0 -285 15.5 -400.5t48.5 -144t121 -28.5q57 0 88.5 6t68.5 35t55.5 86t32 161.5t13.5 260.5v37q0 412 -180.5 596t-606.5 184q-436 0 -634.5 -196.5t-198.5 -675.5q0 -254 49 -424t156.5 -269.5 t257 -141.5t370.5 -42l293 20l6 -67q-201 -18 -299 -19q-238 0 -399.5 44.5t-280.5 149.5t-174 289.5t-55 459.5zM676 492q0 -145 25.5 -240.5t70.5 -136.5t85 -54.5t93 -13.5q164 0 377 123q-23 129 -22 444v308q-150 55 -271 55q-207 0 -282.5 -118t-75.5 -367z" />
50
+ <glyph unicode="A" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111z" />
51
+ <glyph unicode="B" horiz-adv-x="1284" d="M211 0v1434h491q209 0 311.5 -84t102.5 -265q0 -272 -198 -346q253 -70 253 -336q0 -223 -110.5 -313t-319.5 -90h-530zM285 70h456q170 0 262.5 74.5t92.5 256.5q0 297 -371 297h-440v-628zM285 766h440q164 0 239.5 80t75.5 239q0 147 -82 213t-256 66h-417v-598z" />
52
+ <glyph unicode="C" horiz-adv-x="1099" d="M119 711q0 145 11 249.5t43 203t87 157.5t147.5 95t221.5 36q86 0 181 -9t146 -20l52 -10l-7 -72q-207 41 -372 41q-113 0 -193 -32.5t-126 -85t-71.5 -143.5t-33.5 -183t-8 -227.5t8 -227.5t34.5 -180t73.5 -139t126 -82t190 -31q66 0 159 10.5t153 20.5l60 10l7 -69 q-217 -41 -379 -41q-156 0 -257.5 48t-156.5 148.5t-75.5 225t-20.5 307.5z" />
53
+ <glyph unicode="D" horiz-adv-x="1337" d="M211 0v1434h532q131 0 226.5 -57.5t150 -158t79 -220t24.5 -261.5q0 -143 -26 -268t-79 -233.5t-149.5 -172t-225.5 -63.5h-532zM285 70h458q111 0 192 59t125 160.5t64.5 213t20.5 234.5t-20.5 228.5t-64.5 198.5t-125 146.5t-192 53.5h-458v-1294z" />
54
+ <glyph unicode="E" horiz-adv-x="1171" d="M211 0v1434h838v-70h-764v-592h641v-70h-641v-632h764v-70h-838z" />
55
+ <glyph unicode="F" horiz-adv-x="1153" d="M211 0v1434h840v-70h-766v-647h643v-70h-643v-647h-74z" />
56
+ <glyph unicode="G" horiz-adv-x="1263" d="M123 711q0 178 23.5 306t81 230.5t165 153.5t266.5 51q96 0 209 -13.5t178 -25.5l64 -12l-6 -72q-258 53 -445 53q-141 0 -233 -45t-140 -139t-66.5 -207.5t-18.5 -279.5q0 -164 19.5 -278t68.5 -204t141 -134t229 -44q63 0 154.5 10.5t156 20.5t66.5 10v549h-307v70h381 v-678q-289 -51 -451 -51q-301 0 -418.5 182t-117.5 547z" />
57
+ <glyph unicode="H" horiz-adv-x="1425" d="M211 0v1434h74v-680h856v680h73v-1434h-73v684h-856v-684h-74z" />
58
+ <glyph unicode="I" horiz-adv-x="462" d="M195 0v1434h73v-1434h-73z" />
59
+ <glyph unicode="J" horiz-adv-x="622" d="M72 -80q74 0 105.5 1t72.5 11.5t53 26.5t27.5 54t18.5 89.5t3 133.5v1200h74q0 -217 1 -609.5t1 -611.5q0 -68 -4 -120t-17.5 -91t-25.5 -64.5t-40 -43t-47.5 -26.5t-63.5 -13t-71.5 -5.5t-86.5 -1.5v70z" />
60
+ <glyph unicode="K" horiz-adv-x="1222" d="M211 0v1434h74v-691h264l450 691h88l-473 -721l506 -713h-94l-473 674h-268v-674h-74z" />
61
+ <glyph unicode="L" d="M211 0v1434h74v-1364h698v-70h-772z" />
62
+ <glyph unicode="M" horiz-adv-x="1742" d="M211 0v1434h158l501 -1321l506 1321h156v-1434h-74v1364h-28l-510 -1321h-103l-504 1321h-28v-1364h-74z" />
63
+ <glyph unicode="N" horiz-adv-x="1406" d="M211 0v1434h174l682 -1364h55v1364h74v-1434h-174l-684 1364h-53v-1364h-74z" />
64
+ <glyph unicode="O" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5z" />
65
+ <glyph unicode="P" horiz-adv-x="1259" d="M211 0v1434h522q221 0 322.5 -104.5t101.5 -328.5q0 -475 -424 -475h-448v-526h-74zM285 596h448q346 0 346 405q0 188 -80.5 275.5t-265.5 87.5h-448v-768z" />
66
+ <glyph unicode="Q" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -281 -54.5 -440.5t-193.5 -231.5l176 -287l-74 -35l-178 293q-95 -28 -217 -28h-8q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38 t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5z" />
67
+ <glyph unicode="R" horiz-adv-x="1290" d="M211 0v1434h514q217 0 321.5 -98.5t104.5 -311.5q0 -365 -297 -420l324 -604h-84l-320 594h-489v-594h-74zM285 664h440q190 0 269 92t79 268q0 178 -84 259t-264 81h-440v-700z" />
68
+ <glyph unicode="S" horiz-adv-x="1097" d="M109 1096q0 360 442 360q70 0 172 -8t169 -16l66 -9l-8 -71q-273 34 -392 34h-7q-365 0 -365 -286q0 -61 9.5 -107.5t34 -78t51 -53t78 -37t94.5 -24.5t118 -22q223 -35 320.5 -107.5t97.5 -254.5q0 -231 -107.5 -330.5t-326.5 -99.5q-68 0 -177.5 8t-184.5 16l-76 8 l8 72q283 -35 428 -35q180 0 269 84t89 271q0 150 -77.5 207t-280.5 88q-123 18 -191.5 37.5t-133 60.5t-92 111.5t-27.5 181.5z" />
69
+ <glyph unicode="T" horiz-adv-x="1024" d="M0 1364v70h1024v-70h-473v-1364h-74v1364h-477z" />
70
+ <glyph unicode="U" horiz-adv-x="1314" d="M184 401v1033h74v-1033q0 -186 100.5 -268t288.5 -82q203 0 306.5 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-361.5 -98q-225 0 -344 98t-119 321z" />
71
+ <glyph unicode="V" horiz-adv-x="1185" d="M72 1434h73l394 -1364h118l383 1364h74l-397 -1434h-238z" />
72
+ <glyph unicode="W" horiz-adv-x="1785" d="M92 1434h72l293 -1364h78l317 1343h82l328 -1343h77l283 1364h72l-295 -1434h-197l-309 1317l-299 -1317h-197z" />
73
+ <glyph unicode="X" horiz-adv-x="1189" d="M82 0l463 711l-463 723h88l426 -668l424 668h88l-457 -723l457 -711h-88l-422 659l-428 -659h-88z" />
74
+ <glyph unicode="Y" horiz-adv-x="1105" d="M51 1434h84l420 -736l414 736h86l-463 -818v-616h-74v616z" />
75
+ <glyph unicode="Z" horiz-adv-x="1167" d="M123 -2v141l846 1176v49h-846v70h921v-144l-845 -1177v-45h845v-70h-921z" />
76
+ <glyph unicode="[" horiz-adv-x="614" d="M100 -252v1786h373v-66h-301v-1654h301v-66h-373z" />
77
+ <glyph unicode="\" d="M197 1407l71 29l617 -1407l-72 -29z" />
78
+ <glyph unicode="]" horiz-adv-x="614" d="M100 -186h301v1654h-301v66h373v-1786h-373v66z" />
79
+ <glyph unicode="^" d="M143 682l351 670h75l371 -670h-86l-324 596l-305 -596h-82z" />
80
+ <glyph unicode="_" horiz-adv-x="1064" d="M55 -70h877v-69h-877v69z" />
81
+ <glyph unicode="`" horiz-adv-x="440" d="M20 1436l33 63l393 -196l-30 -56z" />
82
+ <glyph unicode="a" horiz-adv-x="1060" d="M113 281q0 133 67.5 206.5t214.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q223 36 384 36h9q299 0 299 -319v-590q8 -74 154 -86l-4 -63q-150 0 -211 86q-209 -88 -414 -88q-127 0 -197.5 75.5t-70.5 223.5zM188 281 q0 -113 50.5 -173.5t144.5 -60.5q86 0 186.5 21.5t157.5 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -163.5z" />
83
+ <glyph unicode="b" horiz-adv-x="1101" d="M207 0v1495h72v-534q170 81 352 81q203 0 275.5 -115.5t72.5 -391.5q0 -301 -96.5 -427t-370.5 -126q-61 0 -138 4t-122 9zM279 59q159 -12 231 -12q127 0 206 27.5t120 93t54 147.5t13 215q0 244 -54 345.5t-218 101.5q-82 0 -170 -20.5t-135 -41.5l-47 -20v-836z" />
84
+ <glyph unicode="c" horiz-adv-x="894" d="M123 535q0 283 94.5 395t325.5 112l245 -20l-4 -66q-164 20 -241 21q-195 0 -269.5 -98.5t-74.5 -343.5q0 -276 67.5 -382t276.5 -106l245 19l5 -66q-172 -18 -250 -18q-250 0 -335 117.5t-85 435.5z" />
85
+ <glyph unicode="d" horiz-adv-x="1101" d="M123 498q0 279 94 411.5t336 132.5q117 0 270 -24v416h72v-1434h-72v86q-18 -12 -51 -29.5t-127 -46t-176 -28.5q-49 0 -86 5t-90 33.5t-86 80t-58.5 153.5t-25.5 244zM195 492q0 -145 25.5 -240.5t70.5 -136.5t85 -54.5t93 -13.5q78 0 167 26.5t138 53.5l49 27v798 q-213 25 -270 25q-207 0 -282.5 -118t-75.5 -367z" />
86
+ <glyph unicode="e" horiz-adv-x="1038" d="M123 512q0 530 414 530q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t154.5 9l62 6l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM199 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428z" />
87
+ <glyph unicode="f" horiz-adv-x="671" d="M72 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141z" />
88
+ <glyph unicode="g" horiz-adv-x="1032" d="M113 -164q0 66 23.5 113t53 73.5t97.5 75.5q-45 29 -45 133q0 14 15 54.5t31 72.5l15 33q-176 57 -176 311q0 342 350 342q49 0 103.5 -6t84.5 -13l29 -7l287 6v-72h-221q82 -76 82 -250q0 -186 -87 -260.5t-286 -74.5q-61 0 -111 8q-47 -117 -47 -144q0 -35 4 -51 t16.5 -30.5t47.5 -19.5t80 -7t133 -2q203 0 282.5 -56.5t79.5 -238.5q0 -166 -103.5 -240.5t-332.5 -74.5q-248 0 -326.5 68.5t-78.5 256.5zM186 -162q0 -152 64.5 -207t269.5 -55q190 0 274.5 58.5t84.5 191.5q0 147 -61.5 188t-229.5 41l-248 6q-92 -63 -123 -107 t-31 -116zM201 702q0 -143 58 -206.5t210 -63.5q162 0 229.5 59.5t67.5 210.5q0 168 -61.5 222.5t-229.5 54.5q-141 0 -207.5 -61.5t-66.5 -215.5z" />
89
+ <glyph unicode="h" horiz-adv-x="1161" d="M207 0v1495h72v-532q178 79 352 79h4q205 0 270.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -171 -20.5t-137 -41.5l-48 -20v-895h-72z" />
90
+ <glyph unicode="i" horiz-adv-x="440" d="M184 0v1024h72v-1024h-72zM184 1321v113h72v-113h-72z" />
91
+ <glyph unicode="j" horiz-adv-x="477" d="M-61 -383q176 96 229 170.5t53 224.5v1012h72v-1014q0 -174 -64.5 -265t-261.5 -191zM221 1321v113h72v-113h-72z" />
92
+ <glyph unicode="k" horiz-adv-x="989" d="M207 0v1495h72v-897h192l373 426h84l-393 -463l393 -561h-84l-373 526h-192v-526h-72z" />
93
+ <glyph unicode="l" horiz-adv-x="460" d="M195 0v1495h71v-1495h-71z" />
94
+ <glyph unicode="m" horiz-adv-x="1792" d="M207 0v1024h72v-82q18 10 48.5 27.5t120 45t166.5 27.5q61 0 119 -10q98 -18 148 -88q229 98 385 98q205 0 270.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-80 0 -168 -25.5t-130 -46t-55 -28.5q37 -100 37 -345v-532h-71v528q0 270 -49.5 359.5 t-215.5 89.5q-82 0 -165.5 -25.5t-126.5 -51.5l-43 -26v-874h-72z" />
95
+ <glyph unicode="n" horiz-adv-x="1173" d="M207 0v1024h72v-82q182 100 358 100q205 0 270.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -171 -25.5t-138 -51.5l-49 -26v-874h-72z" />
96
+ <glyph unicode="o" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349z" />
97
+ <glyph unicode="p" horiz-adv-x="1105" d="M207 -471v1495h72v-86q18 12 50.5 29.5t127 46t176.5 28.5q184 0 267 -124.5t83 -391.5q0 -289 -99.5 -416.5t-334.5 -127.5q-139 0 -270 28v-481h-72zM279 76q158 -29 270 -29q197 0 277.5 109.5t80.5 375.5q0 238 -68.5 341.5t-205.5 103.5q-78 0 -167 -27.5 t-138 -54.5l-49 -27v-792z" />
98
+ <glyph unicode="q" horiz-adv-x="1101" d="M123 489q0 297 101.5 425t365.5 128l305 -18v-1495h-72v530q-149 -77 -331 -77q-203 0 -286 123.5t-83 383.5zM199 494q0 -227 64.5 -337t228.5 -110q82 0 164.5 20.5t124.5 41.5l42 20v836q-159 12 -231 12q-231 0 -312 -112.5t-81 -370.5z" />
99
+ <glyph unicode="r" horiz-adv-x="724" d="M207 0v1024h72v-160q20 16 56 40t142.5 73t206.5 67v-69q-90 -16 -191.5 -61.5t-157.5 -80.5l-56 -36v-797h-72z" />
100
+ <glyph unicode="s" horiz-adv-x="989" d="M123 768q0 102 55 166.5t129 86t166 21.5q70 0 158 -7t141 -15l53 -8l-4 -68q-209 33 -348 33q-274 0 -274 -205q0 -96 57 -136t233 -67q217 -35 295 -86t78 -188q0 -172 -98 -242.5t-291 -70.5q-51 0 -136 8t-143 16l-59 8l8 68q221 -35 326 -35q158 0 237.5 51.5 t79.5 190.5q0 106 -62 145t-255 68q-195 31 -270.5 81t-75.5 185z" />
101
+ <glyph unicode="t" horiz-adv-x="761" d="M72 958v66h161v334h72v-334h373v-66h-373v-536q0 -236 34 -306.5t155 -70.5l200 16l6 -65q-135 -16 -206 -16q-145 0 -203 74.5t-58 289.5v614h-161z" />
102
+ <glyph unicode="u" horiz-adv-x="1140" d="M190 492v532h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270.5 103t-65.5 407z" />
103
+ <glyph unicode="v" horiz-adv-x="983" d="M72 1024h75l299 -958h89l301 958h75l-321 -1024h-201z" />
104
+ <glyph unicode="w" horiz-adv-x="1558" d="M78 1024h76l260 -958h22l303 938h80l301 -938h23l262 958h76l-281 -1024h-139l-283 918l-284 -918h-140z" />
105
+ <glyph unicode="x" horiz-adv-x="933" d="M78 0l346 512l-346 512h82l307 -457l307 457h82l-346 -512l346 -512h-84l-305 457l-305 -457h-84z" />
106
+ <glyph unicode="y" horiz-adv-x="983" d="M72 1024h75l302 -958h83l304 958h75l-469 -1495h-75l147 471h-125z" />
107
+ <glyph unicode="z" horiz-adv-x="985" d="M113 0v66l671 892h-671v66h759v-66l-671 -892h671v-66h-759z" />
108
+ <glyph unicode="{" horiz-adv-x="583" d="M0 602v66q117 29 165 86t48 159q0 27 -7 124.5t-7 138.5q0 184 83 269t277 93l4 -65q-168 -8 -230.5 -79t-62.5 -218q0 -35 7.5 -125t7.5 -119q0 -133 -45 -195.5t-160 -99.5q115 -37 160 -100.5t45 -190.5q-2 -20 -8.5 -105t-6.5 -132q0 -145 63.5 -217t229.5 -80 l-4 -66q-195 8 -277.5 93t-82.5 270q0 43 7 136t7 115q0 98 -48 153.5t-165 88.5z" />
109
+ <glyph unicode="|" d="M496 -121v1555h71v-1555h-71z" />
110
+ <glyph unicode="}" horiz-adv-x="583" d="M0 -188q166 8 229.5 79.5t63.5 217.5q0 47 -6 132t-8 105q0 127 45 190.5t159 100.5q-115 37 -159.5 99.5t-44.5 195.5q0 29 7 119t7 125q0 147 -62.5 217.5t-230.5 79.5l4 65q195 -8 278 -93t83 -269q0 -41 -7.5 -138.5t-7.5 -124.5q0 -102 48 -159.5t165 -85.5v-66 q-117 -33 -165 -88t-48 -154q0 -23 7.5 -115.5t7.5 -135.5q0 -184 -83 -269.5t-278 -93.5z" />
111
+ <glyph unicode="~" d="M139 649q115 111 209 111q70 0 210 -55.5t181 -55.5q33 0 81 28t80 54l32 27l14 -76q-111 -106 -205 -107q-68 0 -207 55.5t-186 55.5q-33 0 -82 -27.5t-81 -54.5l-31 -26z" />
112
+ <glyph unicode="&#xa1;" d="M512 858v164h82v-164h-82zM518 -410v996h72v-996h-72z" />
113
+ <glyph unicode="&#xa2;" horiz-adv-x="894" d="M121 506q0 225 89 328.5t267 109.5v266h72v-268l237 -20l-4 -72q-205 20 -282 20q-164 0 -230.5 -82.5t-66.5 -281.5q0 -203 64.5 -275.5t252.5 -72.5l266 16l5 -72q-152 -16 -240 -18v-258h-72v258q-197 6 -277.5 93t-80.5 329z" />
114
+ <glyph unicode="&#xa3;" d="M193 0v70h188v696h-141v65h141v130q0 258 60.5 345t220.5 87q35 0 96 -6.5t105 -12.5l44 -6v-65q-178 25 -245 24q-127 0 -168 -73.5t-41 -301.5v-121h372v-65h-372v-696h356l168 32l14 -65l-168 -37h-630z" />
115
+ <glyph unicode="&#xa4;" horiz-adv-x="1083" d="M127 154l145 143q-78 96 -77.5 219t77.5 219l-145 144l53 53l144 -146q94 78 219 78t219 -78l143 146l53 -53l-145 -144q78 -96 78 -220t-78 -218l145 -143l-53 -54l-143 146q-94 -78 -219 -78t-219 78l-144 -146zM270 516.5q0 -114.5 78 -194.5q80 -78 194.5 -78 t194.5 78q78 80 78 194.5t-78 194.5q-80 78 -194.5 77.5t-194.5 -77.5q-78 -80 -78 -194.5z" />
116
+ <glyph unicode="&#xa5;" horiz-adv-x="1105" d="M51 1352h84l420 -633l414 633h86l-391 -604h344v-70h-390l-26 -41v-195h418v-69h-418v-373h-74v373h-420v69h420v195l-26 41h-396v70h350z" />
117
+ <glyph unicode="&#xa6;" d="M489 -123v729h70v-729h-70zM489 807v729h70v-729h-70z" />
118
+ <glyph unicode="&#xa7;" d="M164 580q0 61 27.5 122.5t55.5 92.5l27 30q-90 68 -90 234q0 145 94.5 219t264.5 74q57 0 137 -6.5t131 -13.5l51 -7l-4 -65q-217 27 -315 26q-287 0 -287 -225q0 -133 66.5 -179t236.5 -73q176 -27 258 -86t82 -201q0 -59 -19.5 -123.5t-39.5 -100.5l-21 -36 q74 -57 74 -190q0 -160 -91 -242t-263 -82q-55 0 -141.5 7t-144.5 14l-58 6l6 65q225 -29 338 -28q283 0 282 258q0 117 -64.5 154.5t-232.5 60.5q-188 27 -274 89t-86 206zM236 584q0 -111 71.5 -161t231.5 -73q164 -25 227 -55q61 106 61 221q0 117 -66 160.5t-216 66.5 q-162 27 -219 54q-90 -109 -90 -213z" />
119
+ <glyph unicode="&#xa8;" horiz-adv-x="440" d="M0 1307v127h72v-127h-72zM389 1307v127h72v-127h-72z" />
120
+ <glyph unicode="&#xa9;" d="M20 889q0 227 149.5 386t373 159t374 -159t150.5 -386t-150.5 -385t-374 -158t-373 158t-149.5 385zM86 889q0 -201 130 -339t326.5 -138t327.5 138t131 339t-131 340t-327.5 139t-326.5 -139t-130 -340zM319 887q0 156 47.5 235.5t176.5 79.5q35 0 72.5 -3t58.5 -7 l20 -4l-2 -66q-84 14 -149 15q-100 0 -129 -57.5t-29 -192.5q0 -127 33 -186.5t125 -59.5l149 16l2 -65q-88 -16 -151 -17q-127 0 -175.5 79t-48.5 233z" />
121
+ <glyph unicode="&#xaa;" horiz-adv-x="1060" d="M283 954q0 143 153 156l209 14v47q0 66 -24.5 89.5t-81.5 23.5l-213 -14l-4 63q141 16 217 17q88 0 129 -42.5t41 -138.5v-274q12 -41 75 -47l-4 -57q-66 2 -110 45q-129 -45 -244 -45q-63 0 -103 45t-40 118zM350 950q0 -94 82 -94q41 0 94.5 8t85.5 18l33 9v174 l-199 -12q-51 -4 -73.5 -28t-22.5 -75z" />
122
+ <glyph unicode="&#xab;" d="M184 479v74l342 264v-80l-276 -217l276 -239v-84zM608 479v74l342 264v-80l-276 -217l276 -239v-84z" />
123
+ <glyph unicode="&#xac;" d="M141 610v70h811v-422h-73v352h-738z" />
124
+ <glyph unicode="&#xad;" horiz-adv-x="901" d="M123 541v69h655v-69h-655z" />
125
+ <glyph unicode="&#xae;" d="M20 889q0 227 149.5 386t373 159t374 -159t150.5 -386t-150.5 -385t-374 -158t-373 158t-149.5 385zM86 889q0 -201 130 -339t326.5 -138t327.5 138t131 339t-131 340t-327.5 139t-326.5 -139t-130 -340zM334 565v645h186q131 0 183.5 -41t52.5 -143q0 -156 -121 -186 l133 -275h-72l-135 269h-162v-269h-65zM399 899h164q70 0 98.5 27.5t28.5 99.5q0 68 -39 93.5t-125 25.5h-127v-246z" />
126
+ <glyph unicode="&#xaf;" horiz-adv-x="440" d="M-41 1315v65h547v-65h-547z" />
127
+ <glyph unicode="&#xb0;" d="M221 1155q0 125 77 202t202 77t201.5 -77t76.5 -202t-76.5 -200.5t-201.5 -75.5t-202 75.5t-77 200.5zM291 1155q0 -96 57.5 -153.5t151.5 -57.5q96 0 154.5 58.5t58.5 152.5t-59.5 153.5t-153.5 59.5t-151.5 -58.5t-57.5 -154.5z" />
128
+ <glyph unicode="&#xb1;" d="M113 676v69h395v283h74v-283h407v-69h-407v-295h-74v295h-395zM115 164v69h876v-69h-876z" />
129
+ <glyph unicode="&#xb2;" horiz-adv-x="542" d="M57 979v70l201 213q37 39 56.5 63.5t37 62t17.5 76.5q0 102 -117 103q-31 0 -77 -6.5t-77 -12.5l-30 -6l-5 68q104 27 191 26q188 0 188 -174q0 -66 -31.5 -121t-101.5 -127l-155 -165h303v-70h-400z" />
130
+ <glyph unicode="&#xb3;" horiz-adv-x="542" d="M59 983l7 66q111 -18 213 -19q129 0 129 119q0 125 -123 125h-133v69h133q37 0 70.5 39t33.5 91q0 47 -26.5 70.5t-92.5 23.5q-41 0 -90 -5.5t-78 -9.5l-28 -4l-6 66q109 23 200 22q100 0 148.5 -38.5t48.5 -124.5q0 -53 -24.5 -92.5t-42 -50.5t-31.5 -17 q61 -18 88.5 -50t27.5 -112q0 -190 -204 -190q-45 0 -99.5 5t-87.5 11z" />
131
+ <glyph unicode="&#xb4;" horiz-adv-x="548" d="M82 1303l393 196l33 -63l-395 -189z" />
132
+ <glyph unicode="&#xb5;" d="M184 -512v1536h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-193 0 -264 104v-598h-72z" />
133
+ <glyph unicode="&#x3bc;" d="M184 -512v1536h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-193 0 -264 104v-598h-72z" />
134
+ <glyph unicode="&#xb6;" d="M16 1073q0 158 110 259.5t271 101.5h672v-68h-199v-1366h-73v1366h-312v-1366h-73v717h-15q-162 0 -271.5 99t-109.5 257z" />
135
+ <glyph unicode="&#xb7;" horiz-adv-x="507" d="M201 553v164h82v-164h-82z" />
136
+ <glyph unicode="&#xb8;" horiz-adv-x="1705" d="M811 -403l4 57q90 -8 160 -8q98 0 98 94q0 86 -98 86h-111v176h68v-119q115 0 164 -30.5t49 -112.5q0 -152 -168 -152z" />
137
+ <glyph unicode="&#xb9;" horiz-adv-x="542" d="M80 1481l203 137h73v-639h-73v559l-168 -115z" />
138
+ <glyph unicode="&#xba;" horiz-adv-x="1077" d="M295 1073q-1 277 235 277q119 0 175.5 -66.5t56.5 -210.5q0 -283 -232 -282q-236 0 -235 282zM365 1073q0 -117 38.5 -167t126.5 -50t125 50t37 167t-37 164t-125 47t-126.5 -48t-38.5 -163z" />
139
+ <glyph unicode="&#xbb;" d="M135 197v84l277 239l-277 217v80l342 -264v-74zM559 197v84l277 239l-277 217v80l342 -264v-74z" />
140
+ <glyph unicode="&#xbf;" horiz-adv-x="790" d="M20 -104q0 92 42 173t102.5 139t120 111.5t101.5 114t42 123.5v78h72v-84q0 -70 -42 -136.5t-102.5 -121.5t-120 -112.5t-101.5 -131.5t-42 -153q0 -141 83 -198.5t255 -57.5q43 0 126 14t143 29l61 14l10 -70q-229 -55 -340 -55q-203 0 -306.5 75t-103.5 249zM422 858 v164h82v-164h-82z" />
141
+ <glyph unicode="&#xc0;" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111zM377 1825l33 63l393 -196l-31 -56z" />
142
+ <glyph unicode="&#xc1;" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111zM426 1712l393 197l33 -64l-395 -188z" />
143
+ <glyph unicode="&#xc2;" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111zM340 1638l248 271h57l250 -271h-88l-189 205l-190 -205h-88z" />
144
+ <glyph unicode="&#xc3;" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM276 1780q117 117 185 116q47 0 171 -64.5t154 -64.5q16 0 53.5 26t65.5 52l29 27l22 -57q-106 -113 -170 -113q-47 0 -170.5 65.5t-154.5 65.5q-18 0 -59.5 -27.5t-72.5 -56.5l-32 -29zM303 510h631 l-260 854h-111z" />
145
+ <glyph unicode="&#xc4;" horiz-adv-x="1236" d="M72 0l440 1434h217l436 -1430h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111zM408 1716v127h71v-127h-71zM797 1716v127h71v-127h-71z" />
146
+ <glyph unicode="&#xc5;" horiz-adv-x="1236" d="M72 0l428 1395q-82 49 -82 159q0 88 54 138.5t144.5 50.5t144.5 -50.5t54 -138.5q0 -106 -76 -155l426 -1395h-73l-138 436h-671l-138 -440h-73zM303 510h631l-260 854h-111zM485 1554q0 -98 82 -120h97q84 23 84 120q0 61 -35 94t-96.5 33t-96.5 -33t-35 -94z" />
147
+ <glyph unicode="&#xc6;" horiz-adv-x="1839" d="M72 0l514 1434h1130v-70h-764v-590h641v-69h-641v-635h764v-70h-837v440h-566l-159 -440h-82zM338 510h541v854h-236z" />
148
+ <glyph unicode="&#xc7;" horiz-adv-x="1099" d="M119 711q0 145 11 249.5t43 203t87 157.5t147.5 95t221.5 36q86 0 181 -9t146 -20l52 -10l-7 -72q-207 41 -372 41q-113 0 -193 -32.5t-126 -85t-71.5 -143.5t-33.5 -183t-8 -227.5t8 -227.5t34.5 -180t73.5 -139t126 -82t190 -31q66 0 159 10.5t153 20.5l60 10l7 -69 q-199 -37 -357 -41v-99q115 0 164 -30.5t49 -112.5q0 -152 -168 -152l-166 9l5 57q90 -8 159 -8q98 0 99 94q0 86 -99 86h-110v158q-113 6 -196 41.5t-134 95t-82 152t-42 195.5t-11 243z" />
149
+ <glyph unicode="&#xc8;" horiz-adv-x="1171" d="M211 0v1434h838v-70h-764v-592h641v-70h-641v-632h764v-70h-838zM410 1825l32 63l394 -196l-31 -56z" />
150
+ <glyph unicode="&#xc9;" horiz-adv-x="1171" d="M211 0v1434h838v-70h-764v-592h641v-70h-641v-632h764v-70h-838zM457 1712l393 197l33 -64l-396 -188z" />
151
+ <glyph unicode="&#xca;" horiz-adv-x="1171" d="M211 0v1434h838v-70h-764v-592h641v-70h-641v-632h764v-70h-838zM352 1638l248 271h57l250 -271h-88l-188 205l-191 -205h-88z" />
152
+ <glyph unicode="&#xcb;" horiz-adv-x="1171" d="M211 0v1434h838v-70h-764v-592h641v-70h-641v-632h764v-70h-838zM399 1716v127h72v-127h-72zM788 1716v127h72v-127h-72z" />
153
+ <glyph unicode="&#xcc;" horiz-adv-x="462" d="M-41 1825l33 63l393 -196l-31 -56zM195 0v1434h73v-1434h-73z" />
154
+ <glyph unicode="&#xcd;" horiz-adv-x="462" d="M41 1692l393 196l33 -63l-395 -189zM195 0v1434h73v-1434h-73z" />
155
+ <glyph unicode="&#xce;" horiz-adv-x="462" d="M-72 1657l275 256h61l275 -256h-93l-213 196l-210 -196h-95zM195 0v1434h73v-1434h-73z" />
156
+ <glyph unicode="&#xcf;" horiz-adv-x="462" d="M-2 1716v127h72v-127h-72zM195 0v1434h73v-1434h-73zM399 1716v127h72v-127h-72z" />
157
+ <glyph unicode="&#xd0;" horiz-adv-x="1337" d="M53 664v69h158v701h532q131 0 226.5 -57.5t150 -158t79 -220t24.5 -261.5q0 -143 -26 -268t-79 -233.5t-149.5 -172t-225.5 -63.5h-532v664h-158zM285 70h458q111 0 192 59t125 160.5t64.5 213t20.5 234.5t-20.5 228.5t-64.5 198.5t-125 146.5t-192 53.5h-458v-631h342 v-69h-342v-594z" />
158
+ <glyph unicode="&#xd1;" horiz-adv-x="1406" d="M211 0v1434h174l682 -1364h55v1364h74v-1434h-174l-684 1364h-53v-1364h-74zM395 1778q100 96 168 96q43 0 157 -54.5t144 -54.5q16 0 48 20.5t56 42.5l23 21l19 -61q-86 -88 -150 -88q-43 0 -156.5 55t-144.5 55q-18 0 -54 -22.5t-63 -45.5l-26 -24z" />
159
+ <glyph unicode="&#xd2;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM453 1825l32 63l394 -196l-31 -56z" />
160
+ <glyph unicode="&#xd3;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM459 1712l393 197l33 -64l-396 -188z" />
161
+ <glyph unicode="&#xd4;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM395 1638l248 271h57l250 -271h-88l-188 205l-191 -205h-88z" />
162
+ <glyph unicode="&#xd5;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM367 1778q100 96 168 96q43 0 156.5 -54.5t144.5 -54.5q16 0 47.5 20.5t55.5 42.5l24 21l18 -61q-86 -88 -150 -88q-43 0 -156.5 55t-144.5 55q-18 0 -54 -22.5t-62 -45.5l-27 -24z" />
163
+ <glyph unicode="&#xd6;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430 182t430.5 -181t119 -560q0 -391 -116 -560t-433 -169q-164 0 -272.5 45t-169 142t-84 225t-23.5 317zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 344 -99.5 507.5 t-371.5 163.5q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM436 1716v127h72v-127h-72zM825 1716v127h72v-127h-72z" />
164
+ <glyph unicode="&#xd7;" horiz-adv-x="1705" d="M401 80l412 432l-407 426l55 49l401 -424l404 424l55 -49l-408 -426l412 -432l-53 -47l-410 426l-407 -426z" />
165
+ <glyph unicode="&#xd8;" horiz-adv-x="1343" d="M123 711q0 377 118.5 559t430.5 182q168 0 286 -57l107 227l68 -29l-113 -237q111 -86 156 -244t45 -401q0 -391 -116 -560t-433 -169q-162 0 -275 47l-118 -256l-68 26l123 264q-117 78 -164 236t-47 412zM201 711q0 -229 35.5 -368.5t130.5 -211.5l559 1196 q-98 55 -254 55q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5zM428 94q94 -43 244 -43q147 0 240.5 38t143.5 125t68.5 201.5t18.5 295.5q0 430 -156 573z" />
166
+ <glyph unicode="&#xd9;" horiz-adv-x="1314" d="M184 401v1033h74v-1033q0 -186 100.5 -268t288.5 -82q203 0 306.5 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-361.5 -98q-225 0 -344 98t-119 321zM434 1825l33 63l393 -196l-31 -56z" />
167
+ <glyph unicode="&#xda;" horiz-adv-x="1314" d="M184 401v1033h74v-1033q0 -186 100.5 -268t288.5 -82q203 0 306.5 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-361.5 -98q-225 0 -344 98t-119 321zM444 1712l394 197l32 -64l-395 -188z" />
168
+ <glyph unicode="&#xdb;" horiz-adv-x="1314" d="M184 401v1033h74v-1033q0 -186 100.5 -268t288.5 -82q203 0 306.5 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-361.5 -98q-225 0 -344 98t-119 321zM381 1638l248 271h57l250 -271h-88l-189 205l-190 -205h-88z" />
169
+ <glyph unicode="&#xdc;" horiz-adv-x="1314" d="M184 401v1033h74v-1033q0 -186 100.5 -268t288.5 -82q203 0 306.5 81t103.5 269v1033h73v-1033q0 -223 -121.5 -321t-361.5 -98q-225 0 -344 98t-119 321zM451 1716v127h71v-127h-71zM840 1716v127h71v-127h-71z" />
170
+ <glyph unicode="&#xdd;" horiz-adv-x="1105" d="M51 1434h84l420 -736l414 736h86l-463 -818v-616h-74v616zM340 1712l393 197l33 -64l-395 -188z" />
171
+ <glyph unicode="&#xde;" horiz-adv-x="1259" d="M211 0v1434h74v-250h448q221 0 322.5 -104.5t101.5 -327.5q0 -476 -424 -476h-448v-276h-74zM285 346h448q346 0 346 406q0 188 -80.5 275t-265.5 87h-448v-768z" />
172
+ <glyph unicode="&#xdf;" horiz-adv-x="1206" d="M207 0v1149q0 205 82 284.5t272 79.5q195 0 271.5 -64.5t76.5 -211.5q0 -94 -33.5 -167t-97.5 -97q-90 -35 -115.5 -52.5t-25.5 -50.5q0 -23 28.5 -47t143.5 -94q25 -14 60.5 -35.5t53 -32t43 -27t38 -24.5t29 -21.5t23.5 -22.5t15 -21.5t10 -24.5t2 -26 q0 -145 -18 -234.5t-70.5 -156t-148.5 -94t-250 -27.5l-160 8l8 69q117 -8 152 -8q139 0 222 23.5t124 84t52.5 132t11.5 203.5q0 25 -54.5 63.5t-193.5 118.5q-133 76 -166 109.5t-33 84.5q0 57 38 87t140 75q61 27 77.5 74t16.5 131q0 117 -58 162t-211.5 45t-217 -64.5 t-63.5 -257.5v-1122h-74z" />
173
+ <glyph unicode="&#xe0;" horiz-adv-x="1060" d="M113 281q0 133 67.5 206.5t214.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 154 -86l-4 -63q-150 0 -211 86q-209 -88 -414 -88q-127 0 -197.5 75.5t-70.5 223.5zM188 281 q0 -113 50.5 -173.5t144.5 -60.5q86 0 186.5 21.5t157.5 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -163.5zM287 1436l32 63l394 -196l-31 -56z" />
174
+ <glyph unicode="&#xe1;" horiz-adv-x="1060" d="M113 281q0 133 67.5 206.5t214.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 154 -86l-4 -63q-150 0 -211 86q-209 -88 -414 -88q-127 0 -197.5 75.5t-70.5 223.5zM188 281 q0 -113 50.5 -173.5t144.5 -60.5q86 0 186.5 21.5t157.5 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -163.5zM285 1303l393 196l33 -63l-396 -189z" />
175
+ <glyph unicode="&#xe2;" horiz-adv-x="1060" d="M113 281q0 133 67.5 206.5t214.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 154 -86l-4 -63q-150 0 -211 86q-209 -88 -414 -88q-127 0 -197.5 75.5t-70.5 223.5zM188 281 q0 -113 50.5 -173.5t144.5 -60.5q86 0 186.5 21.5t157.5 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -163.5zM225 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88z" />
176
+ <glyph unicode="&#xe3;" horiz-adv-x="1060" d="M113 281q0 133 66.5 206.5t215.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-588q8 -74 154 -86l-4 -65q-154 0 -211 82q-190 -84 -422 -84q-123 0 -191.5 76.5t-68.5 222.5zM188 281 q0 -111 50.5 -172.5t136.5 -61.5q90 0 192.5 20.5t159.5 41.5l57 20v420l-381 -37q-215 -23 -215 -231zM197 1368q100 96 168 96q43 0 156.5 -54t144.5 -54q16 0 47.5 20.5t55.5 41.5l24 22l18 -62q-86 -88 -149 -88q-43 0 -157 55.5t-145 55.5q-18 0 -54 -22.5t-62 -46.5 l-27 -23z" />
177
+ <glyph unicode="&#xe4;" horiz-adv-x="1060" d="M113 281q0 133 66.5 206.5t215.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-588q8 -74 154 -86l-4 -65q-154 0 -211 82q-190 -84 -422 -84q-123 0 -191.5 76.5t-68.5 222.5zM188 281 q0 -111 50.5 -172.5t136.5 -61.5q90 0 192.5 20.5t159.5 41.5l57 20v420l-381 -37q-215 -23 -215 -231zM289 1307v127h71v-127h-71zM678 1307v127h72v-127h-72z" />
178
+ <glyph unicode="&#xe5;" horiz-adv-x="1060" d="M113 281q0 133 67.5 206.5t214.5 87.5l389 41v107q0 131 -56 190.5t-171 59.5q-66 0 -163 -9.5t-161 -17.5l-63 -8l-6 68q229 37 393 36q299 0 299 -319v-590q8 -74 154 -86l-4 -63q-150 0 -211 86q-209 -88 -414 -88q-127 0 -197.5 75.5t-70.5 223.5zM188 281 q0 -113 50.5 -173.5t144.5 -60.5q86 0 186.5 21.5t157.5 42.5l57 20v420l-381 -39q-117 -12 -166 -67.5t-49 -163.5zM328 1331q0 82 57 138.5t139 56.5t137.5 -56.5t55.5 -138.5t-55.5 -138t-137.5 -56q-84 0 -140 56t-56 138zM397 1331q0 -53 37 -92t90 -39q51 0 88 39 t37 92t-37 91t-88 38q-53 0 -90 -38t-37 -91z" />
179
+ <glyph unicode="&#xe6;" horiz-adv-x="1695" d="M113 281q0 164 79.5 220t299.5 85l292 30v107q0 131 -56 190.5t-171 59.5q-68 0 -164 -5t-159 -10l-62 -4l-4 68q225 20 389 20q236 0 285 -196q100 197 352 196q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t155.5 9l61 6l4 -66 q-229 -18 -379 -18q-201 0 -293 118l-77 -32q-190 -86 -422 -86q-260 0 -260 299zM188 281q0 -113 49.5 -173.5t137.5 -60.5q86 0 198.5 24.5t173 45t95.5 35.5q-61 121 -62 397l-377 -37q-113 -10 -164 -65.5t-51 -165.5zM856 549h651q0 231 -74.5 329.5t-238.5 98.5 q-338 0 -338 -428z" />
180
+ <glyph unicode="&#xe7;" horiz-adv-x="894" d="M123 535q0 283 94 395t326 112l245 -20l-4 -66q-164 20 -241 21q-195 0 -269.5 -98.5t-74.5 -343.5q0 -276 67.5 -382t276.5 -106l245 19l5 -66q-172 -18 -250 -18h-25v-99q115 0 164 -30.5t49 -112.5q0 -152 -168 -152l-166 9l4 57q90 -8 160 -8q98 0 98 94q0 86 -98 86 h-110v160q-193 18 -260.5 139t-67.5 410z" />
181
+ <glyph unicode="&#xe8;" horiz-adv-x="1038" d="M123 512q0 530 414 530q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t154.5 9l62 6l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM199 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428zM266 1438l33 63l393 -196 l-30 -56z" />
182
+ <glyph unicode="&#xe9;" horiz-adv-x="1038" d="M123 512q0 530 414 530q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t154.5 9l62 6l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM199 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428zM354 1303l394 196l32 -63 l-395 -189z" />
183
+ <glyph unicode="&#xea;" horiz-adv-x="1038" d="M123 512q0 530 414 530q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t154.5 9l62 6l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM199 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428zM266 1229l248 270h57l250 -270 h-88l-188 205l-191 -205h-88z" />
184
+ <glyph unicode="&#xeb;" horiz-adv-x="1038" d="M123 512q0 530 414 530q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 69.5 -328.5t241.5 -107.5q63 0 156.5 4t154.5 9l62 6l4 -66q-229 -18 -379 -18q-217 2 -301 132t-84 398zM199 549h651q0 231 -75 329.5t-238 98.5q-338 0 -338 -428zM299 1307v127h72v-127h-72z M688 1307v127h72v-127h-72z" />
185
+ <glyph unicode="&#xec;" horiz-adv-x="534" d="M55 1436l33 63l393 -196l-30 -56zM231 0v1024h72v-1024h-72z" />
186
+ <glyph unicode="&#xed;" horiz-adv-x="534" d="M117 1303l393 196l33 -63l-396 -189zM231 0v1024h72v-1024h-72z" />
187
+ <glyph unicode="&#xee;" horiz-adv-x="534" d="M-10 1229l248 270h57l250 -270h-88l-189 205l-190 -205h-88zM231 0v1024h72v-1024h-72z" />
188
+ <glyph unicode="&#xef;" horiz-adv-x="534" d="M31 1307v127h71v-127h-71zM231 0v1024h72v-1024h-72zM420 1307v127h72v-127h-72z" />
189
+ <glyph unicode="&#xf0;" d="M106 438q0 195 113 313.5t305 118.5q72 0 168 -22.5t158 -44.5l61 -23q-10 319 -342 523l-243 -164l-41 55l217 147q-123 63 -273 109l27 63q178 -53 311 -129l209 142l41 -56l-182 -124q352 -227 352 -619q0 -412 -101.5 -578.5t-338.5 -166.5q-207 0 -324 119.5 t-117 336.5zM180 438q0 -186 95.5 -286.5t271.5 -100.5q203 0 283.5 141.5t82.5 516.5q-238 92 -385 92q-162 0 -255 -100.5t-93 -262.5z" />
190
+ <glyph unicode="&#xf1;" horiz-adv-x="1173" d="M207 0v1024h72v-82q182 100 358 100q205 0 270.5 -103t65.5 -407v-532h-72v528q0 270 -49 359.5t-215 89.5q-82 0 -171 -25.5t-138 -51.5l-49 -26v-874h-72zM305 1368q100 96 168 96q43 0 156.5 -54t144.5 -54q16 0 48 20.5t56 41.5l23 22l19 -62q-86 -88 -150 -88 q-43 0 -156.5 55.5t-144.5 55.5q-18 0 -54 -22.5t-63 -46.5l-26 -23z" />
191
+ <glyph unicode="&#xf2;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349zM315 1436l33 63l393 -196l-30 -56z" />
192
+ <glyph unicode="&#xf3;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349zM367 1303l393 196l33 -63l-396 -189z" />
193
+ <glyph unicode="&#xf4;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349zM262 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88z" />
194
+ <glyph unicode="&#xf5;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349zM233 1368q100 96 168 96q43 0 157 -54t144 -54q16 0 48 20.5t56 41.5l23 22l19 -62q-86 -88 -150 -88q-43 0 -156.5 55.5t-144.5 55.5q-18 0 -54 -22.5t-62 -46.5l-27 -23z" />
195
+ <glyph unicode="&#xf6;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q211 0 311 -118.5t100 -393.5q0 -301 -84 -424.5t-327 -123.5q-250 0 -335 118.5t-85 434.5zM199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5 q-199 0 -271.5 -93t-72.5 -349zM299 1307v127h72v-127h-72zM688 1307v127h72v-127h-72z" />
196
+ <glyph unicode="&#xf7;" d="M68 684v74h688v-74h-688zM371 285v164h82v-164h-82zM371 989v164h82v-164h-82z" />
197
+ <glyph unicode="&#xf8;" horiz-adv-x="1077" d="M123 535q0 283 95.5 395t324.5 112q96 0 170 -24l92 221l61 -22l-94 -226q182 -100 182 -461q0 -301 -84 -424.5t-327 -123.5q-102 0 -176 18l-95 -233l-61 20l94 233q-104 49 -143 168t-39 347zM199 535q0 -201 27.5 -303.5t109.5 -145.5l352 868q-63 23 -145 23 q-199 0 -271.5 -93t-72.5 -349zM391 63q56 -16 152 -16q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 297 -134 394z" />
198
+ <glyph unicode="&#xf9;" horiz-adv-x="1140" d="M190 492v532h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270.5 103t-65.5 407zM303 1436l33 63l393 -196l-31 -56z" />
199
+ <glyph unicode="&#xfa;" horiz-adv-x="1140" d="M190 492v532h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270.5 103t-65.5 407zM391 1303l393 196l33 -63l-395 -189z" />
200
+ <glyph unicode="&#xfb;" horiz-adv-x="1140" d="M190 492v532h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270.5 103t-65.5 407zM287 1229l248 270h57l250 -270h-88l-189 205l-190 -205h-88z" />
201
+ <glyph unicode="&#xfc;" horiz-adv-x="1140" d="M190 492v532h72v-528q0 -270 49 -359.5t215 -89.5q82 0 166 25.5t127 51.5l43 26v874h72v-1024h-72v82q-18 -10 -49 -27.5t-120 -45t-167 -27.5q-205 0 -270.5 103t-65.5 407zM354 1307v127h72v-127h-72zM743 1307v127h72v-127h-72z" />
202
+ <glyph unicode="&#xfd;" horiz-adv-x="983" d="M61 1024h76l301 -958h84l303 958h76l-469 -1495h-76l148 471h-125zM332 1303l393 196l33 -63l-396 -189z" />
203
+ <glyph unicode="&#xfe;" horiz-adv-x="1101" d="M289 -471v1966h71v-534q171 81 353 81q203 0 275.5 -115.5t72.5 -391.5q0 -301 -96.5 -427t-370.5 -126q-111 0 -234 12v-465h-71zM360 59q160 -12 232 -12q127 0 206 27.5t119.5 93t54 147.5t13.5 215q0 244 -54 345.5t-218 101.5q-82 0 -170 -20.5t-135 -41.5l-48 -20 v-836z" />
204
+ <glyph unicode="&#xff;" horiz-adv-x="983" d="M72 1024h75l302 -958h83l304 958h75l-469 -1495h-75l147 471h-125zM250 1307v127h72v-127h-72zM639 1307v127h72v-127h-72z" />
205
+ <glyph unicode="&#x152;" horiz-adv-x="1933" d="M123 706.5q0 186.5 24.5 316.5t85 231.5t169 149.5t270.5 48q209 0 321 -18h817v-74h-743v-586h621v-74h-621v-626h743v-76h-815q-172 -16 -323 -16q-164 0 -272.5 45t-169 142t-84 224t-23.5 313.5zM201 711q0 -174 18.5 -287t68.5 -202t144.5 -130t239.5 -41 q106 0 321 19v1288q-287 25 -321 24q-143 0 -237.5 -43t-144.5 -134t-69.5 -206.5t-19.5 -287.5z" />
206
+ <glyph unicode="&#x153;" horiz-adv-x="1794" d="M123 535q0 283 95 395t325 112q299 0 377 -245q90 246 372 245q195 0 292 -116.5t97 -374.5v-68h-727q0 -221 70 -328.5t242 -107.5q63 0 156.5 4t154.5 9l61 6l4 -66q-229 -18 -378 -18q-266 0 -346 219q-37 -115 -125 -167t-250 -52q-250 0 -335 118.5t-85 434.5z M199 535q0 -143 11 -226.5t48 -148t104.5 -89t180.5 -24.5q111 0 179.5 27.5t102 94.5t44 146.5t10.5 214.5q0 242 -81 344.5t-255 102.5q-199 0 -271.5 -93t-72.5 -349zM954 549h652q0 231 -75 329.5t-239 98.5q-338 0 -338 -428z" />
207
+ <glyph unicode="&#x178;" horiz-adv-x="1105" d="M51 1434h84l420 -736l414 736h86l-463 -818v-616h-74v616zM305 1716v127h72v-127h-72zM707 1716v127h71v-127h-71z" />
208
+ <glyph unicode="&#x2c6;" horiz-adv-x="440" d="M-31 1229l248 270h57l250 -270h-88l-188 205l-191 -205h-88z" />
209
+ <glyph unicode="&#x2dc;" horiz-adv-x="440" d="M-72 1368q100 96 168 96q43 0 157 -54t144 -54q16 0 48 20.5t56 41.5l23 22l19 -62q-86 -88 -150 -88q-43 0 -156.5 55.5t-144.5 55.5q-18 0 -54 -22.5t-63 -46.5l-26 -23z" />
210
+ <glyph unicode="&#x2000;" horiz-adv-x="956" />
211
+ <glyph unicode="&#x2001;" horiz-adv-x="1913" />
212
+ <glyph unicode="&#x2002;" horiz-adv-x="956" />
213
+ <glyph unicode="&#x2003;" horiz-adv-x="1913" />
214
+ <glyph unicode="&#x2004;" horiz-adv-x="637" />
215
+ <glyph unicode="&#x2005;" horiz-adv-x="478" />
216
+ <glyph unicode="&#x2006;" horiz-adv-x="318" />
217
+ <glyph unicode="&#x2007;" horiz-adv-x="318" />
218
+ <glyph unicode="&#x2008;" horiz-adv-x="239" />
219
+ <glyph unicode="&#x2009;" horiz-adv-x="382" />
220
+ <glyph unicode="&#x200a;" horiz-adv-x="106" />
221
+ <glyph unicode="&#x2010;" horiz-adv-x="901" d="M123 541v69h655v-69h-655z" />
222
+ <glyph unicode="&#x2011;" horiz-adv-x="901" d="M123 541v69h655v-69h-655z" />
223
+ <glyph unicode="&#x2012;" horiz-adv-x="901" d="M123 541v69h655v-69h-655z" />
224
+ <glyph unicode="&#x2013;" horiz-adv-x="1024" d="M0 516v70h1024v-70h-1024z" />
225
+ <glyph unicode="&#x2014;" horiz-adv-x="2048" d="M0 516v70h2048v-70h-2048z" />
226
+ <glyph unicode="&#x2018;" horiz-adv-x="348" d="M74 1079l100 410h59l-81 -410h-78z" />
227
+ <glyph unicode="&#x2019;" horiz-adv-x="348" d="M113 1079l82 410h77l-100 -410h-59z" />
228
+ <glyph unicode="&#x201a;" horiz-adv-x="348" d="M92 -174l101 410h59l-82 -410h-78z" />
229
+ <glyph unicode="&#x201c;" horiz-adv-x="575" d="M31 1079l100 410h59l-81 -410h-78zM303 1079l100 410h60l-82 -410h-78z" />
230
+ <glyph unicode="&#x201d;" horiz-adv-x="598" d="M113 1079l82 410h77l-100 -410h-59zM408 1079l81 410h78l-100 -410h-59z" />
231
+ <glyph unicode="&#x201e;" horiz-adv-x="614" d="M113 -174l82 410h77l-100 -410h-59zM408 -174l81 410h78l-100 -410h-59z" />
232
+ <glyph unicode="&#x2022;" d="M287 225v594h512v-594h-512z" />
233
+ <glyph unicode="&#x2026;" horiz-adv-x="1523" d="M219 0v164h82v-164h-82zM739 0v164h82v-164h-82zM1260 0v164h81v-164h-81z" />
234
+ <glyph unicode="&#x202f;" horiz-adv-x="382" />
235
+ <glyph unicode="&#x2039;" horiz-adv-x="512" d="M47 479v74l342 264v-80l-276 -217l276 -239v-84z" />
236
+ <glyph unicode="&#x203a;" horiz-adv-x="512" d="M123 197v84l276 239l-276 217v80l342 -264v-74z" />
237
+ <glyph unicode="&#x205f;" horiz-adv-x="478" />
238
+ <glyph unicode="&#x20ac;" d="M10 502v69h127q-2 33 -2 107q0 86 2 127h-127v69h131q20 262 131 387t373 125q86 0 176 -9t136 -19l47 -10l-7 -72q-186 41 -352 41q-227 0 -318 -106.5t-108 -336.5l637 -2v-67h-641q-2 -41 -2 -127q0 -74 2 -107l641 -2v-67h-639q16 -236 107.5 -343.5t320.5 -107.5 q66 0 154 10.5t143 20.5l55 10l7 -69q-197 -41 -359 -41q-262 0 -373.5 124.5t-130.5 395.5h-131z" />
239
+ <glyph unicode="&#x2122;" d="M14 1208v64h410v-64h-170v-528h-68v528h-172zM496 678v594h102l172 -496l178 496h103v-594h-66v528l-180 -506h-72l-172 506v-528h-65z" />
240
+ <glyph unicode="&#xe000;" horiz-adv-x="1025" d="M0 1025h1025v-1025h-1025v1025z" />
241
+ <glyph unicode="&#xfb01;" horiz-adv-x="1111" d="M855 0v1024h72v-1024h-72zM855 1321v113h72v-113h-72zM72 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141z" />
242
+ <glyph unicode="&#xfb02;" horiz-adv-x="1131" d="M866 0v1495h71v-1495h-71zM72 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141z" />
243
+ <glyph unicode="&#xfb03;" horiz-adv-x="1782" d="M1526 0v1024h72v-1024h-72zM1526 1321v113h72v-113h-72zM743 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141zM72 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6 v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141z" />
244
+ <glyph unicode="&#xfb04;" horiz-adv-x="1802" d="M1537 0v1495h71v-1495h-71zM743 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141zM72 958v66h141v125q0 215 57.5 289.5t202.5 74.5l189 -6v-63q-131 4 -189 4 q-109 0 -148.5 -60.5t-39.5 -240.5v-123h331v-66h-331v-958h-72v958h-141z" />
245
+ <glyph horiz-adv-x="481" />
246
+ </font>
247
+ </defs></svg>
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
+
8
+ <title>Font Face Demo</title>
9
+ <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8">
10
+ <style type="text/css" media="screen">
11
+ h1.fontface {font: 60px/68px 'TitilliumText25L400wt', Arial, sans-serif;letter-spacing: 0;}
12
+
13
+ p.style1 {font: 18px/27px 'TitilliumText25L800wt', Arial, sans-serif;}
14
+ p.style2 {font: 18px/27px 'TitilliumText25L600wt', Arial, sans-serif;}
15
+ p.style3 {font: 18px/27px 'TitilliumText25L400wt', Arial, sans-serif;}
16
+ p.style4 {font: 18px/27px 'TitilliumText25L250wt', Arial, sans-serif;}
17
+ p.style5 {font: 18px/27px 'TitilliumText25L1wt', Arial, sans-serif;}
18
+ p.style6 {font: 18px/27px 'TitilliumText25L999wt', Arial, sans-serif;}
19
+
20
+ #container {
21
+ width: 800px;
22
+ margin-left: auto;
23
+ margin-right: auto;
24
+ }
25
+ </style>
26
+ </head>
27
+
28
+ <body>
29
+ <div id="container">
30
+ <h1 class="fontface">Font-face Demo for the Titillium Text Font</h1>
31
+
32
+
33
+
34
+ <p class="style1">TitilliumText Bold - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
35
+
36
+
37
+
38
+ <p class="style2">TitilliumText Medium - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
39
+
40
+
41
+
42
+ <p class="style3">TitilliumText Regular - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
43
+
44
+
45
+
46
+ <p class="style4">TitilliumText Light - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
47
+
48
+
49
+
50
+ <p class="style5">TitilliumText Thin - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
51
+
52
+
53
+
54
+ <p class="style6">TitilliumText XBold - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
55
+
56
+ </div>
57
+ </body>
58
+ </html>
@@ -0,0 +1,76 @@
1
+ /* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 9, 2013 04:01:30 PM America/New_York */
2
+
3
+
4
+
5
+ @font-face {
6
+ font-family: 'TitilliumTextBold';
7
+ src: url('TitilliumText25L001-webfont.eot');
8
+ src: url('TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
9
+ url('TitilliumText25L001-webfont.woff') format('woff'),
10
+ url('TitilliumText25L001-webfont.ttf') format('truetype'),
11
+ url('TitilliumText25L001-webfont.svg#TitilliumText25L800wt') format('svg');
12
+ font-weight: normal;
13
+ font-style: normal;
14
+
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'TitilliumTextMedium';
19
+ src: url('TitilliumText25L002-webfont.eot');
20
+ src: url('TitilliumText25L002-webfont.eot?#iefix') format('embedded-opentype'),
21
+ url('TitilliumText25L002-webfont.woff') format('woff'),
22
+ url('TitilliumText25L002-webfont.ttf') format('truetype'),
23
+ url('TitilliumText25L002-webfont.svg#TitilliumText25L600wt') format('svg');
24
+ font-weight: normal;
25
+ font-style: normal;
26
+
27
+ }
28
+
29
+ @font-face {
30
+ font-family: 'TitilliumTextRegular';
31
+ src: url('TitilliumText25L003-webfont.eot');
32
+ src: url('TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'),
33
+ url('TitilliumText25L003-webfont.woff') format('woff'),
34
+ url('TitilliumText25L003-webfont.ttf') format('truetype'),
35
+ url('TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
36
+ font-weight: normal;
37
+ font-style: normal;
38
+
39
+ }
40
+
41
+ @font-face {
42
+ font-family: 'TitilliumTextLight';
43
+ src: url('TitilliumText25L004-webfont.eot');
44
+ src: url('TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
45
+ url('TitilliumText25L004-webfont.woff') format('woff'),
46
+ url('TitilliumText25L004-webfont.ttf') format('truetype'),
47
+ url('TitilliumText25L004-webfont.svg#TitilliumText25L250wt') format('svg');
48
+ font-weight: normal;
49
+ font-style: normal;
50
+
51
+ }
52
+
53
+ @font-face {
54
+ font-family: 'TitilliumTextThin';
55
+ src: url('TitilliumText25L005-webfont.eot');
56
+ src: url('TitilliumText25L005-webfont.eot?#iefix') format('embedded-opentype'),
57
+ url('TitilliumText25L005-webfont.woff') format('woff'),
58
+ url('TitilliumText25L005-webfont.ttf') format('truetype'),
59
+ url('TitilliumText25L005-webfont.svg#TitilliumText25L1wt') format('svg');
60
+ font-weight: normal;
61
+ font-style: normal;
62
+
63
+ }
64
+
65
+ @font-face {
66
+ font-family: 'TitilliumTextXBold';
67
+ src: url('TitilliumText25L-webfont.eot');
68
+ src: url('TitilliumText25L-webfont.eot?#iefix') format('embedded-opentype'),
69
+ url('TitilliumText25L-webfont.woff') format('woff'),
70
+ url('TitilliumText25L-webfont.ttf') format('truetype'),
71
+ url('TitilliumText25L-webfont.svg#TitilliumText25L999wt') format('svg');
72
+ font-weight: normal;
73
+ font-style: normal;
74
+
75
+ }
76
+
@@ -0,0 +1,7 @@
1
+ ---
2
+ fontsquirrel:
3
+ 20-db: []
4
+ 1942-report: []
5
+ TitilliumText: []
6
+ googlewebfonts:
7
+ Titillium Web: []
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  imported:
3
- - ABeeZee
4
- - Titillium Web
3
+ - Titillium Web
4
+ - Abril Fatface
@@ -0,0 +1 @@
1
+ 42614
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cytoplasm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-07 00:00:00.000000000 Z
12
+ date: 2013-01-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -155,6 +155,7 @@ files:
155
155
  - app/assets/stylesheets/cytoplasm/cytoplasm.less
156
156
  - app/controllers/cytoplasm/fonts_controller.rb
157
157
  - app/controllers/cytoplasm/settings_controller.rb
158
+ - app/views/cytoplasm/fonts/_font_li.html.erb
158
159
  - app/views/cytoplasm/fonts/index.html.erb
159
160
  - app/views/cytoplasm/settings/edit.html.erb
160
161
  - app/views/cytoplasm/settings/index.html.erb
@@ -228,7 +229,56 @@ files:
228
229
  - test/dummy/public/500.html
229
230
  - test/dummy/public/cytoplasm/cytoplasm.vars.less
230
231
  - test/dummy/public/favicon.ico
232
+ - test/dummy/public/fonts/1942-report/1942-webfont.eot
233
+ - test/dummy/public/fonts/1942-report/1942-webfont.svg
234
+ - test/dummy/public/fonts/1942-report/1942-webfont.ttf
235
+ - test/dummy/public/fonts/1942-report/1942-webfont.woff
236
+ - test/dummy/public/fonts/1942-report/demo.html
237
+ - test/dummy/public/fonts/1942-report/Freeware License.txt
238
+ - test/dummy/public/fonts/1942-report/stylesheet.css
239
+ - test/dummy/public/fonts/20-db/20db-webfont.eot
240
+ - test/dummy/public/fonts/20-db/20db-webfont.svg
241
+ - test/dummy/public/fonts/20-db/20db-webfont.ttf
242
+ - test/dummy/public/fonts/20-db/20db-webfont.woff
243
+ - test/dummy/public/fonts/20-db/demo.html
244
+ - test/dummy/public/fonts/20-db/Jovanny Lemonad Freeware License.txt
245
+ - test/dummy/public/fonts/20-db/stylesheet.css
246
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.eot
247
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.svg
248
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.ttf
249
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.woff
250
+ - test/dummy/public/fonts/Aaargh/demo.html
251
+ - test/dummy/public/fonts/Aaargh/stylesheet.css
252
+ - test/dummy/public/fonts/Aaargh/Tup Wanders Font License.txt
253
+ - test/dummy/public/fonts/enabled.yml
231
254
  - test/dummy/public/fonts/googlewebfonts.yml
255
+ - test/dummy/public/fonts/TitilliumText/demo.html
256
+ - test/dummy/public/fonts/TitilliumText/SIL Open Font License 1.1.txt
257
+ - test/dummy/public/fonts/TitilliumText/stylesheet.css
258
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.eot
259
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.svg
260
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.ttf
261
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.woff
262
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.eot
263
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.svg
264
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.ttf
265
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.woff
266
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.eot
267
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.svg
268
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.ttf
269
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.woff
270
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.eot
271
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.svg
272
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.ttf
273
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.woff
274
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.eot
275
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.svg
276
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.ttf
277
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.woff
278
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.eot
279
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.svg
280
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.ttf
281
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.woff
232
282
  - test/dummy/Rakefile
233
283
  - test/dummy/README.rdoc
234
284
  - test/dummy/script/rails
@@ -324,6 +374,7 @@ files:
324
374
  - test/dummy/tmp/cache/assets/E71/0E0/sprockets%2Fcbbecea061be6e609adc04133b9badab
325
375
  - test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
326
376
  - test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
377
+ - test/dummy/tmp/pids/server.pid
327
378
  - test/test_helper.rb
328
379
  homepage: http://www.mackinleysmith.com/
329
380
  licenses: []
@@ -339,7 +390,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
339
390
  version: '0'
340
391
  segments:
341
392
  - 0
342
- hash: 4565849742858266133
393
+ hash: -2166240487378532672
343
394
  required_rubygems_version: !ruby/object:Gem::Requirement
344
395
  none: false
345
396
  requirements:
@@ -348,7 +399,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
348
399
  version: '0'
349
400
  segments:
350
401
  - 0
351
- hash: 4565849742858266133
402
+ hash: -2166240487378532672
352
403
  requirements: []
353
404
  rubyforge_project:
354
405
  rubygems_version: 1.8.24
@@ -417,7 +468,56 @@ test_files:
417
468
  - test/dummy/public/500.html
418
469
  - test/dummy/public/cytoplasm/cytoplasm.vars.less
419
470
  - test/dummy/public/favicon.ico
471
+ - test/dummy/public/fonts/1942-report/1942-webfont.eot
472
+ - test/dummy/public/fonts/1942-report/1942-webfont.svg
473
+ - test/dummy/public/fonts/1942-report/1942-webfont.ttf
474
+ - test/dummy/public/fonts/1942-report/1942-webfont.woff
475
+ - test/dummy/public/fonts/1942-report/demo.html
476
+ - test/dummy/public/fonts/1942-report/Freeware License.txt
477
+ - test/dummy/public/fonts/1942-report/stylesheet.css
478
+ - test/dummy/public/fonts/20-db/20db-webfont.eot
479
+ - test/dummy/public/fonts/20-db/20db-webfont.svg
480
+ - test/dummy/public/fonts/20-db/20db-webfont.ttf
481
+ - test/dummy/public/fonts/20-db/20db-webfont.woff
482
+ - test/dummy/public/fonts/20-db/demo.html
483
+ - test/dummy/public/fonts/20-db/Jovanny Lemonad Freeware License.txt
484
+ - test/dummy/public/fonts/20-db/stylesheet.css
485
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.eot
486
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.svg
487
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.ttf
488
+ - test/dummy/public/fonts/Aaargh/Aaargh-webfont.woff
489
+ - test/dummy/public/fonts/Aaargh/demo.html
490
+ - test/dummy/public/fonts/Aaargh/stylesheet.css
491
+ - test/dummy/public/fonts/Aaargh/Tup Wanders Font License.txt
492
+ - test/dummy/public/fonts/enabled.yml
420
493
  - test/dummy/public/fonts/googlewebfonts.yml
494
+ - test/dummy/public/fonts/TitilliumText/demo.html
495
+ - test/dummy/public/fonts/TitilliumText/SIL Open Font License 1.1.txt
496
+ - test/dummy/public/fonts/TitilliumText/stylesheet.css
497
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.eot
498
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.svg
499
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.ttf
500
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L-webfont.woff
501
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.eot
502
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.svg
503
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.ttf
504
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L001-webfont.woff
505
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.eot
506
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.svg
507
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.ttf
508
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L002-webfont.woff
509
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.eot
510
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.svg
511
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.ttf
512
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L003-webfont.woff
513
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.eot
514
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.svg
515
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.ttf
516
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L004-webfont.woff
517
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.eot
518
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.svg
519
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.ttf
520
+ - test/dummy/public/fonts/TitilliumText/TitilliumText25L005-webfont.woff
421
521
  - test/dummy/Rakefile
422
522
  - test/dummy/README.rdoc
423
523
  - test/dummy/script/rails
@@ -513,4 +613,5 @@ test_files:
513
613
  - test/dummy/tmp/cache/assets/E71/0E0/sprockets%2Fcbbecea061be6e609adc04133b9badab
514
614
  - test/dummy/tmp/cache/assets/E8C/480/sprockets%2Fdacb331ac961cf7b7cbc69abe8fb74dd
515
615
  - test/dummy/tmp/cache/assets/E8D/B40/sprockets%2Fb862bf7fb4b4c634aeaa9dfc97babc6b
616
+ - test/dummy/tmp/pids/server.pid
516
617
  - test/test_helper.rb