social_stream 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/base/app/assets/javascripts/social_stream/contact.js +1 -3
  4. data/base/app/assets/stylesheets/social_stream-base.css.sass +9 -0
  5. data/base/app/assets/stylesheets/social_stream/base/adjust/_adjust.css.sass +1 -1
  6. data/base/app/assets/stylesheets/social_stream/base/contacts/layouts/_contacts.css.sass +11 -7
  7. data/base/app/assets/stylesheets/social_stream/base/contacts/responsive/_responsive-1200px-min.css.sass +1 -1
  8. data/base/app/assets/stylesheets/social_stream/base/explore/_explore-search.css.sass +2 -2
  9. data/base/app/assets/stylesheets/social_stream/base/explore/_explore-timeline.css.sass +1 -2
  10. data/base/app/assets/stylesheets/social_stream/base/frontpage_devise/_frontpage.css.sass +1 -1
  11. data/base/app/assets/stylesheets/social_stream/base/layouts/_layout.css.sass +1 -0
  12. data/base/app/assets/stylesheets/social_stream/base/mixins/_buttons.css.sass +38 -38
  13. data/base/app/assets/stylesheets/social_stream/base/modals/_modals.css.sass +17 -0
  14. data/base/app/assets/stylesheets/social_stream/base/modals/layout/_modals.css.sass +35 -0
  15. data/base/app/assets/stylesheets/social_stream/base/modals/responsive/_responsive-1200px-min.css.sass +5 -0
  16. data/base/app/assets/stylesheets/social_stream/base/modals/responsive/_responsive-767px-max.css.sass +10 -0
  17. data/base/app/assets/stylesheets/social_stream/base/modals/responsive/_responsive-768px-979px.css.sass +6 -0
  18. data/base/app/assets/stylesheets/social_stream/base/profile/_profile.css.sass +7 -5
  19. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-1200px-min.css.sass +1 -11
  20. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-767px-max.css.sass +2 -1
  21. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-768px-979px.css.sass +1 -1
  22. data/base/app/assets/stylesheets/social_stream/base/search/_header.css.sass +3 -3
  23. data/base/app/assets/stylesheets/social_stream/base/select2/layout/_sselect2.css.sass +1 -1
  24. data/base/app/assets/stylesheets/social_stream/base/sidebar/_sidebar.css.sass +0 -1
  25. data/base/app/assets/stylesheets/social_stream/base/sidebar/layout/_sidebar.css.sass +2 -2
  26. data/base/app/assets/stylesheets/social_stream/base/sidebar/responsive/_responsive-1200px-min.css.sass +1 -1
  27. data/base/app/assets/stylesheets/social_stream/base/timeline/layout/_wrapper_activities.css.sass +2 -2
  28. data/base/app/assets/stylesheets/social_stream/base/toolbar/_toolbar.css.sass +2 -2
  29. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_modal.scss +1 -1
  30. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_variables.scss +12 -0
  31. data/base/app/assets/stylesheets/social_stream/fonts/fonts.css +8 -9
  32. data/base/app/assets/stylesheets/social_stream/fonts/{JosefinSlabOverlay.ttf → josefinSlab/JosefinSlabOverlay.ttf} +0 -0
  33. data/base/app/assets/stylesheets/social_stream/fonts/{JosefinSlabRegular-Outline.ttf → josefinSlab/JosefinSlabRegular-Outline.ttf} +0 -0
  34. data/base/app/assets/stylesheets/social_stream/fonts/{JosefinSlabRegular.ttf → josefinSlab/JosefinSlabRegular.ttf} +0 -0
  35. data/base/app/assets/stylesheets/social_stream/fonts/{OpenSans-Light.ttf → opensans/OpenSans-Light.ttf} +0 -0
  36. data/base/app/assets/stylesheets/social_stream/fonts/{opensans-regular-webfont.eot → opensans/opensans-regular-webfont.eot} +0 -0
  37. data/base/app/assets/stylesheets/social_stream/fonts/opensans/opensans-regular-webfont.svg +587 -0
  38. data/base/app/assets/stylesheets/social_stream/fonts/{opensans-regular-webfont.woff → opensans/opensans-regular-webfont.woff} +0 -0
  39. data/base/app/assets/stylesheets/social_stream/fonts/{opensans-regular.ttf → opensans/opensans-regular.ttf} +0 -0
  40. data/base/app/views/groups/_form.html.erb +8 -5
  41. data/base/app/views/home/index.html.erb +1 -1
  42. data/base/app/views/profiles/_avatar.html.erb +6 -6
  43. data/base/app/views/repositories/show.html.erb +0 -3
  44. data/base/config/locales/en.yml +1 -1
  45. data/base/lib/generators/social_stream/base/templates/initializer.rb +27 -19
  46. data/base/lib/social_stream/base/version.rb +1 -1
  47. data/contacts/_contacts.css.sass +64 -0
  48. data/contacts/layouts/_contacts.css.sass +177 -0
  49. data/contacts/responsive/_responsive-1200px-min.css.sass +29 -0
  50. data/contacts/responsive/_responsive-767px-max.css.sass +88 -0
  51. data/contacts/responsive/_responsive-768px-979px.css.sass +14 -0
  52. data/documents/app/assets/stylesheets/social_stream/documents/create/layout/_new.css.sass +7 -35
  53. data/documents/app/assets/stylesheets/social_stream/documents/documents/_documents.css.sass +6 -7
  54. data/documents/app/assets/stylesheets/social_stream/documents/documents/layout/_documents.css.sass +17 -3
  55. data/documents/app/assets/stylesheets/social_stream/documents/explore/layout/_explore-documents.css.sass +2 -1
  56. data/documents/app/assets/stylesheets/social_stream/documents/timeline/_audios.css.sass +4 -3
  57. data/documents/app/overrides/repositories/_filter/add_new_document_button.html.erb.deface +4 -0
  58. data/documents/app/views/common_documents/_index.html.erb +21 -17
  59. data/documents/app/views/documents/index.html.erb +0 -1
  60. data/documents/app/views/documents/new.html.erb +5 -3
  61. data/documents/lib/social_stream/documents/version.rb +1 -1
  62. data/documents/social_stream-documents.gemspec +1 -1
  63. data/events/app/assets/stylesheets/social_stream/events/responsive/_responsive-1200px-min.css.sass +1 -3
  64. data/events/app/views/rooms/_index.html.erb +9 -2
  65. data/events/lib/social_stream/events/version.rb +1 -1
  66. data/events/social_stream-events.gemspec +1 -1
  67. data/lib/social_stream/version.rb +1 -1
  68. data/oauth2_server/app/views/site/clients/_form.html.erb +1 -1
  69. data/oauth2_server/app/views/site/clients/show.html.erb +47 -45
  70. data/oauth2_server/lib/social_stream/oauth2_server/version.rb +1 -1
  71. data/oauth2_server/social_stream-oauth2_server.gemspec +1 -1
  72. data/presence/ejabberd/ejabberd_scripts/authentication_script +9 -11
  73. data/presence/lib/social_stream/presence/version.rb +1 -1
  74. data/presence/social_stream-presence.gemspec +1 -1
  75. data/social_stream.gemspec +5 -5
  76. metadata +31 -20
  77. data/base/app/assets/stylesheets/social_stream/fonts/opensans-regular-webfont.svg +0 -244
@@ -67,7 +67,7 @@
67
67
 
68
68
  #site_clients
69
69
  #toolbar
70
- background-color: black
70
+ background-color: $black
71
71
 
72
72
 
73
73
 
@@ -9,9 +9,9 @@ header
9
9
  .results
10
10
  ul
11
11
  li
12
- background-color: #f9f9f9
12
+ background-color: $whiteSmoke
13
13
  &:hover
14
- background-color: #fff
14
+ background-color: $white
15
15
 
16
16
  .contact
17
17
  &:hover
@@ -40,7 +40,7 @@ header
40
40
 
41
41
 
42
42
  li.more
43
- background-color: #f9f9f9
43
+ background-color: $whiteSmoke
44
44
  font-size: 12px
45
45
  border-top: 1px solid rgb(228, 228, 228)
46
46
  text-align: center
@@ -1,7 +1,7 @@
1
1
  @import 'select2'
2
2
 
3
3
  .select2-container
4
- width: 101%
4
+ width: 99%
5
5
  ul.select2-choices
6
6
  li.bit-box
7
7
  margin: 3px
@@ -24,7 +24,6 @@
24
24
 
25
25
  .add
26
26
  @include btn-add
27
-
28
27
 
29
28
  .see-more
30
29
  font-size: 12px
@@ -10,7 +10,7 @@
10
10
  float: left
11
11
  .data
12
12
  display: inline-block
13
- margin: 0 0 3px 3px
13
+ margin: 2px 0 3px 3px
14
14
  float: left
15
15
  width: 65%
16
16
  .info
@@ -22,7 +22,7 @@
22
22
  float: right
23
23
  display: inline-block
24
24
  margin-right: 16px
25
- margin-top: -91px
25
+ margin-top: -98px
26
26
  .info
27
27
  z-index: 1
28
28
  .add
@@ -12,4 +12,4 @@
12
12
  .info
13
13
  font-size: 14px
14
14
  line-height: 26px
15
- color: #555
15
+ color: $gray
@@ -46,8 +46,8 @@
46
46
  margin-left: 0px
47
47
  padding: 0px 16px 0px 0px!important
48
48
  &:hover
49
- background: $blue
50
- color: $white
49
+ background: $principalColor
50
+ color: $auxiliarColor
51
51
 
52
52
  #post_text
53
53
  margin-bottom: 0px
@@ -38,7 +38,7 @@
38
38
  color: $grayLighter
39
39
  background: transparent
40
40
  &:hover
41
- color: $blue
41
+ color: $principalColor
42
42
  background: transparent
43
43
  .icon_message-new
44
44
  background-position: -9px -10px
@@ -57,7 +57,7 @@
57
57
  .icon_message-trash.active
58
58
  background-position: -188px -10px
59
59
  a.active
60
- color: $blue
60
+ color: $principalColor
61
61
 
62
62
 
63
63
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  .modal-body {
5
5
  position: relative;
6
- overflow-y: auto;
6
+ overflow-y: initial;
7
7
  max-height: 100%;
8
8
  padding: 15px;
9
9
  }
@@ -15,6 +15,7 @@ $grayDark: #333 !default;
15
15
  $gray: #555 !default;
16
16
  $grayLight: #888 !default;
17
17
  $grayLighter: #e2e2e2 !default;
18
+ $whiteSmoke: #f9f9f9 !default;
18
19
  $white: #fff !default;
19
20
 
20
21
 
@@ -30,6 +31,10 @@ $orange: #f89406 !default;
30
31
  $pink: #c3325f !default;
31
32
  $purple: #7a43b6 !default;
32
33
 
34
+ // -----------
35
+ $principalColor: $blue !default;
36
+ $secundaryColor: $blueLight !default;
37
+ $auxiliarColor: $white !default;
33
38
 
34
39
  // Scaffolding
35
40
  // -------------------------
@@ -60,6 +65,13 @@ $headingsFontWeight: normal !default; // instead of browser default, bold
60
65
  $headingsColor: inherit !default; // empty to use BS default, $textColor
61
66
 
62
67
 
68
+ // buttons
69
+ // -------------------------
70
+ $principal-btnColorbackground: $auxiliarColor;
71
+ $principal-btnColorborder: $principalColor;
72
+ $secundary-btnColorbackground: $principalColor;
73
+ $secundary-btnColorborder: $auxiliarColor;
74
+
63
75
  // Component sizing
64
76
  // -------------------------
65
77
  // Based on 14px font-size and 20px line-height
@@ -2,32 +2,31 @@
2
2
 
3
3
  @font-face{
4
4
  font-family:"OpenSans";
5
- src: url(social_stream/fonts/opensans-regular.ttf);
5
+ src: url(social_stream/fonts/opensans/opensans-regular.ttf);
6
+ src: url(social_stream/fonts/opensans/opensans-regular-webfont.eot);
7
+ src: url(social_stream/fonts/opensans/opensans-regular-webfont.woff);
8
+ src: url(social_stream/fonts/opensans/opensans-regular-webfont.svg);
6
9
  }
7
10
  @font-face{
8
11
  font-family:"OpenSansLight";
9
- src: url(social_stream/fonts/OpenSans-Light.ttf);
10
- }
11
-
12
- @font-face{
13
- font-family:"BreeSerif";
14
- src: url(social_stream/fonts/BreeSerif-Regular.ttf);
12
+ src: url(social_stream/fonts/opensans/OpenSans-Light.ttf);
15
13
  }
16
14
 
17
15
  @font-face{
18
16
  font-family:"Giveyouglory";
19
17
  src: url(social_stream/fonts/GiveYouGlory.ttf);
20
18
  }
19
+
21
20
  @font-face{
22
21
  font-family: "Josefin OSP";
23
22
  font-weight: normal;
24
23
  font-style: normal;
25
- src: url(social_stream/fonts/JosefinSlabRegular.ttf);
24
+ src: url(social_stream/fonts/josefinslab/JosefinSlabRegular.ttf);
26
25
  }
27
26
 
28
27
  @font-face{
29
28
  font-family: 'Josefin Overlay';
30
29
  font-weight: normal;
31
30
  font-style: normal;
32
- src: url(social_stream/fonts/JosefinSlabOverlay.ttf);
31
+ src: url(social_stream/fonts/josefinslab/JosefinSlabOverlay.ttf);
33
32
  }
@@ -0,0 +1,587 @@
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>
4
+ <metadata>
5
+ Created by FontForge 20110222 at Wed May 29 08:44:25 2013
6
+ By www-data
7
+ Digitized data copyright (c) 2010-2011, Google Corporation.
8
+ </metadata>
9
+ <defs>
10
+ <font id="OpenSans" horiz-adv-x="1171" >
11
+ <font-face
12
+ font-family="Open Sans"
13
+ font-weight="400"
14
+ font-stretch="normal"
15
+ units-per-em="2048"
16
+ panose-1="2 11 6 6 3 5 4 2 2 4"
17
+ ascent="1638"
18
+ descent="-410"
19
+ x-height="1096"
20
+ cap-height="1462"
21
+ bbox="-160 -496 1966 1907"
22
+ underline-thickness="102"
23
+ underline-position="-103"
24
+ unicode-range="U+0020-FB04"
25
+ />
26
+ <missing-glyph horiz-adv-x="2048"
27
+ />
28
+ <glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="1212"
29
+ d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM856 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM870 0v1096h166
30
+ v-1096h-166z" />
31
+ <glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="1212"
32
+ d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM870 0v1556h166v-1556h-166z" />
33
+ <glyph glyph-name="uniFB03" unicode="ffi" horiz-adv-x="1909"
34
+ d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM717 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129
35
+ h-279v-967h-166v967h-196zM1551 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM1565 0v1096h166v-1096h-166z" />
36
+ <glyph glyph-name="uniFB04" unicode="ffl" horiz-adv-x="1909"
37
+ d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196zM717 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129
38
+ h-279v-967h-166v967h-196zM1565 0v1556h166v-1556h-166z" />
39
+ <glyph glyph-name=".notdef" horiz-adv-x="2048"
40
+ />
41
+ <glyph glyph-name="glyph1" horiz-adv-x="0"
42
+ />
43
+ <glyph glyph-name="glyph2" horiz-adv-x="2048"
44
+ />
45
+ <glyph glyph-name="space" unicode=" " horiz-adv-x="532"
46
+ />
47
+ <glyph glyph-name="exclam" unicode="!" horiz-adv-x="547"
48
+ d="M152 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5zM170 1462h207l-51 -1059h-105z" />
49
+ <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="821"
50
+ d="M133 1462h186l-40 -528h-105zM502 1462h186l-41 -528h-104z" />
51
+ <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1323"
52
+ d="M51 430v129h287l68 340h-277v127h299l82 436h139l-82 -436h305l84 436h134l-84 -436h264v-127h-289l-66 -340h283v-129h-307l-84 -430h-137l84 430h-303l-82 -430h-136l80 430h-262zM475 559h303l66 340h-303z" />
53
+ <glyph glyph-name="dollar" unicode="$"
54
+ d="M131 170v156q83 -37 191.5 -60.5t197.5 -23.5v440q-205 65 -287.5 151t-82.5 222q0 131 101.5 215t268.5 102v182h129v-180q184 -5 355 -74l-52 -131q-149 59 -303 70v-434q157 -50 235 -97.5t115 -109t37 -149.5q0 -136 -102 -224.5t-285 -111.5v-232h-129v223
55
+ q-112 0 -217 17.5t-172 48.5zM319 1057q0 -76 45 -122t156 -87v387q-99 -16 -150 -62.5t-51 -115.5zM649 252q217 30 217 184q0 72 -44.5 116.5t-172.5 88.5v-389z" />
56
+ <glyph glyph-name="percent" unicode="%" horiz-adv-x="1686"
57
+ d="M104 1026q0 227 74.5 342t220.5 115q145 0 223 -119t78 -338q0 -228 -76.5 -344.5t-224.5 -116.5q-140 0 -217.5 119t-77.5 342zM242 1026q0 -170 37 -255t120 -85q164 0 164 340q0 338 -164 338q-83 0 -120 -84t-37 -254zM365 0l811 1462h147l-811 -1462h-147zM985 440
58
+ q0 227 74.5 342t220.5 115q142 0 221.5 -117.5t79.5 -339.5q0 -227 -76.5 -343.5t-224.5 -116.5q-142 0 -218.5 119t-76.5 341zM1122 440q0 -171 37 -255.5t121 -84.5t124 83.5t40 256.5q0 171 -40 253.5t-124 82.5t-121 -82.5t-37 -253.5z" />
59
+ <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1495"
60
+ d="M113 379q0 130 69.5 230t249.5 202q-85 95 -115.5 144t-48.5 102t-18 110q0 150 98 234t273 84q162 0 255 -83.5t93 -232.5q0 -107 -68 -197.5t-225 -183.5l407 -391q56 62 89.5 145.5t56.5 182.5h168q-68 -286 -205 -434l299 -291h-229l-185 178q-118 -106 -240 -152
61
+ t-272 -46q-215 0 -333.5 106t-118.5 293zM285 383q0 -117 77.5 -185.5t206.5 -68.5q241 0 400 154l-437 424q-111 -68 -157 -112.5t-68 -95.5t-22 -116zM414 1171q0 -69 36 -131.5t123 -150.5q129 75 179.5 138.5t50.5 146.5q0 77 -51.5 125.5t-137.5 48.5q-89 0 -144.5 -48
62
+ t-55.5 -129z" />
63
+ <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="453"
64
+ d="M133 1462h186l-40 -528h-105z" />
65
+ <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="606"
66
+ d="M82 561q0 265 77.5 496t223.5 405h162q-144 -193 -216.5 -424t-72.5 -475q0 -240 74 -469t213 -418h-160q-147 170 -224 397t-77 488z" />
67
+ <glyph glyph-name="parenright" unicode=")" horiz-adv-x="606"
68
+ d="M61 1462h162q147 -175 224 -406.5t77 -494.5t-77.5 -490t-223.5 -395h-160q139 188 213 417.5t74 469.5q0 244 -72.5 475t-216.5 424z" />
69
+ <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1130"
70
+ d="M86 1090l29 182l391 -111l-43 395h194l-43 -395l398 111l26 -182l-381 -31l248 -326l-172 -94l-176 362l-160 -362l-176 94l242 326z" />
71
+ <glyph glyph-name="plus" unicode="+"
72
+ d="M104 653v138h410v428h139v-428h412v-138h-412v-426h-139v426h-410z" />
73
+ <glyph glyph-name="comma" unicode="," horiz-adv-x="502"
74
+ d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125z" />
75
+ <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="659"
76
+ d="M84 473v152h491v-152h-491z" />
77
+ <glyph glyph-name="period" unicode="." horiz-adv-x="545"
78
+ d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
79
+ <glyph glyph-name="slash" unicode="/" horiz-adv-x="752"
80
+ d="M20 0l545 1462h166l-545 -1462h-166z" />
81
+ <glyph glyph-name="zero" unicode="0"
82
+ d="M102 733q0 382 119 567t363 185q238 0 361.5 -193t123.5 -559q0 -379 -119.5 -566t-365.5 -187q-236 0 -359 191.5t-123 561.5zM270 733q0 -319 75 -464.5t239 -145.5q166 0 240.5 147.5t74.5 462.5t-74.5 461.5t-240.5 146.5q-164 0 -239 -144.5t-75 -463.5z" />
83
+ <glyph glyph-name="one" unicode="1"
84
+ d="M188 1163l387 299h140v-1462h-162v1042q0 130 8 246q-21 -21 -47 -44t-238 -195z" />
85
+ <glyph glyph-name="two" unicode="2"
86
+ d="M100 0v143l385 387q176 178 232 254t84 148t28 155q0 117 -71 185.5t-197 68.5q-91 0 -172.5 -30t-181.5 -109l-88 113q202 168 440 168q206 0 323 -105.5t117 -283.5q0 -139 -78 -275t-292 -344l-320 -313v-8h752v-154h-961z" />
87
+ <glyph glyph-name="three" unicode="3"
88
+ d="M94 59v158q95 -47 202.5 -71.5t203.5 -24.5q379 0 379 297q0 266 -418 266h-144v143h146q171 0 271 75.5t100 209.5q0 107 -73.5 168t-199.5 61q-96 0 -181 -26t-194 -96l-84 112q90 71 207.5 111.5t247.5 40.5q213 0 331 -97.5t118 -267.5q0 -140 -78.5 -229
89
+ t-222.5 -119v-8q176 -22 261 -112t85 -236q0 -209 -145 -321.5t-412 -112.5q-116 0 -212.5 17.5t-187.5 61.5z" />
90
+ <glyph glyph-name="four" unicode="4"
91
+ d="M43 336v145l694 989h176v-983h217v-151h-217v-336h-159v336h-711zM209 487h545v486q0 143 10 323h-8q-48 -96 -90 -159z" />
92
+ <glyph glyph-name="five" unicode="5"
93
+ d="M133 59v160q70 -45 174 -70.5t205 -25.5q176 0 273.5 83t97.5 240q0 306 -375 306q-95 0 -254 -29l-86 55l55 684h727v-153h-585l-37 -439q115 23 229 23q231 0 363.5 -114.5t132.5 -313.5q0 -227 -144.5 -356t-398.5 -129q-247 0 -377 79z" />
94
+ <glyph glyph-name="six" unicode="6"
95
+ d="M117 625q0 431 167.5 644.5t495.5 213.5q113 0 178 -19v-143q-77 25 -176 25q-235 0 -359 -146.5t-136 -460.5h12q110 172 348 172q197 0 310.5 -119t113.5 -323q0 -228 -124.5 -358.5t-336.5 -130.5q-227 0 -360 170.5t-133 474.5zM287 506q0 -103 40 -192t113.5 -141
96
+ t167.5 -52q142 0 220.5 89.5t78.5 258.5q0 145 -73 228t-218 83q-90 0 -165 -37t-119.5 -102t-44.5 -135z" />
97
+ <glyph glyph-name="seven" unicode="7"
98
+ d="M94 1309v153h973v-133l-598 -1329h-184l606 1309h-797z" />
99
+ <glyph glyph-name="eight" unicode="8"
100
+ d="M104 373q0 251 306 391q-138 78 -198 168.5t-60 202.5q0 159 117.5 253.5t314.5 94.5q200 0 317 -93t117 -257q0 -108 -67 -197t-214 -162q178 -85 253 -178.5t75 -216.5q0 -182 -127 -290.5t-348 -108.5q-234 0 -360 102.5t-126 290.5zM268 369q0 -120 83.5 -187
101
+ t234.5 -67q149 0 232 70t83 192q0 97 -78 172.5t-272 146.5q-149 -64 -216 -141.5t-67 -185.5zM315 1128q0 -92 59 -158t218 -132q143 60 202.5 129t59.5 161q0 101 -72.5 160.5t-199.5 59.5q-125 0 -196 -60t-71 -160z" />
102
+ <glyph glyph-name="nine" unicode="9"
103
+ d="M106 991q0 228 127.5 360t335.5 132q149 0 260.5 -76.5t171.5 -223t60 -345.5q0 -858 -664 -858q-116 0 -184 20v143q80 -26 182 -26q240 0 362.5 148.5t133.5 455.5h-12q-55 -83 -146 -126.5t-205 -43.5q-194 0 -308 116t-114 324zM270 993q0 -144 72 -226.5t219 -82.5
104
+ q91 0 167.5 37t120.5 101t44 134q0 105 -41 194t-114.5 140t-168.5 51q-143 0 -221 -92t-78 -256z" />
105
+ <glyph glyph-name="colon" unicode=":" horiz-adv-x="545"
106
+ d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM152 989q0 135 118 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
107
+ <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="545"
108
+ d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125zM147 989q0 135 119 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-58 0 -88.5 35t-30.5 100z" />
109
+ <glyph glyph-name="less" unicode="&#x3c;"
110
+ d="M104 664v98l961 479v-149l-782 -371l782 -328v-151z" />
111
+ <glyph glyph-name="equal" unicode="="
112
+ d="M119 449v137h930v-137h-930zM119 858v137h930v-137h-930z" />
113
+ <glyph glyph-name="greater" unicode="&#x3e;"
114
+ d="M104 242v151l783 326l-783 373v149l961 -479v-98z" />
115
+ <glyph glyph-name="question" unicode="?" horiz-adv-x="879"
116
+ d="M27 1384q189 99 395 99q191 0 297 -94t106 -265q0 -73 -19.5 -128.5t-57.5 -105t-164 -159.5q-101 -86 -133.5 -143t-32.5 -152v-33h-129v54q0 117 36 192.5t134 159.5q136 115 171.5 173t35.5 140q0 102 -65.5 157.5t-188.5 55.5q-79 0 -154 -18.5t-172 -67.5zM240 106
117
+ q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
118
+ <glyph glyph-name="at" unicode="@" horiz-adv-x="1841"
119
+ d="M121 571q0 260 107 463t305 314.5t454 111.5q215 0 382.5 -90.5t259 -257t91.5 -383.5q0 -142 -44 -260t-124 -183t-184 -65q-86 0 -145 52t-70 133h-8q-40 -87 -114.5 -136t-176.5 -49q-150 0 -234.5 102.5t-84.5 278.5q0 204 118 331.5t310 127.5q68 0 154 -12.5
120
+ t155 -34.5l-25 -470v-22q0 -178 133 -178q91 0 148 107.5t57 279.5q0 181 -74 317t-210.5 209.5t-313.5 73.5q-223 0 -388 -92.5t-252 -264t-87 -396.5q0 -305 161 -469t464 -164q210 0 436 86v-133q-192 -84 -436 -84q-363 0 -563.5 199.5t-200.5 557.5zM686 598
121
+ q0 -254 195 -254q207 0 225 313l14 261q-72 20 -157 20q-130 0 -203.5 -90t-73.5 -250z" />
122
+ <glyph glyph-name="A" unicode="A" horiz-adv-x="1296"
123
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211z" />
124
+ <glyph glyph-name="B" unicode="B" horiz-adv-x="1327"
125
+ d="M201 0v1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510zM371 145h305q177 0 266.5 68.5t89.5 214.5q0 136 -91.5 200t-278.5 64h-291v-547zM371 836h280q180 0 259 56.5t79 190.5
126
+ q0 123 -88 177.5t-280 54.5h-250v-479z" />
127
+ <glyph glyph-name="C" unicode="C" horiz-adv-x="1292"
128
+ d="M125 733q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557z" />
129
+ <glyph glyph-name="D" unicode="D" horiz-adv-x="1493"
130
+ d="M201 0v1462h448q341 0 530 -189t189 -528q0 -362 -196.5 -553.5t-565.5 -191.5h-405zM371 147h207q304 0 457 149.5t153 442.5q0 286 -143.5 431t-426.5 145h-247v-1168z" />
131
+ <glyph glyph-name="E" unicode="E" horiz-adv-x="1139"
132
+ d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815z" />
133
+ <glyph glyph-name="F" unicode="F" horiz-adv-x="1057"
134
+ d="M201 0v1462h815v-151h-645v-535h606v-151h-606v-625h-170z" />
135
+ <glyph glyph-name="G" unicode="G" horiz-adv-x="1491"
136
+ d="M125 731q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5z" />
137
+ <glyph glyph-name="H" unicode="H" horiz-adv-x="1511"
138
+ d="M201 0v1462h170v-622h770v622h170v-1462h-170v688h-770v-688h-170z" />
139
+ <glyph glyph-name="I" unicode="I" horiz-adv-x="571"
140
+ d="M201 0v1462h170v-1462h-170z" />
141
+ <glyph glyph-name="J" unicode="J" horiz-adv-x="547"
142
+ d="M-160 -213q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5q-94 0 -148 27v145z" />
143
+ <glyph glyph-name="K" unicode="K" horiz-adv-x="1257"
144
+ d="M201 0v1462h170v-725l663 725h201l-588 -635l610 -827h-200l-533 709l-153 -136v-573h-170z" />
145
+ <glyph glyph-name="L" unicode="L" horiz-adv-x="1063"
146
+ d="M201 0v1462h170v-1308h645v-154h-815z" />
147
+ <glyph glyph-name="M" unicode="M" horiz-adv-x="1849"
148
+ d="M201 0v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137l-496 1296h-8q14 -154 14 -366v-930h-157z" />
149
+ <glyph glyph-name="N" unicode="N" horiz-adv-x="1544"
150
+ d="M201 0v1462h192l797 -1222h8q-2 28 -9 174q-5 114 -5 177v32v839h159v-1462h-194l-799 1227h-8q16 -216 16 -396v-831h-157z" />
151
+ <glyph glyph-name="O" unicode="O" horiz-adv-x="1595"
152
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
153
+ t-126.5 -446.5z" />
154
+ <glyph glyph-name="P" unicode="P" horiz-adv-x="1233"
155
+ d="M201 0v1462h379q548 0 548 -426q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
156
+ <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1595"
157
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -281 -113 -467t-319 -252l348 -362h-247l-285 330l-55 -2q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5
158
+ q-243 0 -369.5 -153.5t-126.5 -446.5z" />
159
+ <glyph glyph-name="R" unicode="R" horiz-adv-x="1266"
160
+ d="M201 0v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305v-608h-170zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559z" />
161
+ <glyph glyph-name="S" unicode="S" horiz-adv-x="1124"
162
+ d="M106 47v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5
163
+ q230 -82 316.5 -176t86.5 -244q0 -193 -140 -301t-380 -108q-260 0 -400 67z" />
164
+ <glyph glyph-name="T" unicode="T" horiz-adv-x="1133"
165
+ d="M18 1311v151h1096v-151h-463v-1311h-170v1311h-463z" />
166
+ <glyph glyph-name="U" unicode="U" horiz-adv-x="1491"
167
+ d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396z" />
168
+ <glyph glyph-name="V" unicode="V" horiz-adv-x="1219"
169
+ d="M0 1462h180l336 -946q58 -163 92 -317q36 162 94 323l334 940h183l-527 -1462h-168z" />
170
+ <glyph glyph-name="W" unicode="W" horiz-adv-x="1896"
171
+ d="M27 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180l-391 -1462h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168z" />
172
+ <glyph glyph-name="X" unicode="X" horiz-adv-x="1182"
173
+ d="M8 0l486 764l-453 698h188l363 -579l366 579h181l-453 -692l488 -770h-193l-393 643l-400 -643h-180z" />
174
+ <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1147"
175
+ d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559z" />
176
+ <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1169"
177
+ d="M82 0v133l776 1176h-752v153h959v-133l-776 -1175h798v-154h-1005z" />
178
+ <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="674"
179
+ d="M166 -324v1786h457v-141h-289v-1503h289v-142h-457z" />
180
+ <glyph glyph-name="backslash" unicode="\" horiz-adv-x="752"
181
+ d="M23 1462h163l547 -1462h-166z" />
182
+ <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="674"
183
+ d="M51 -182h289v1503h-289v141h457v-1786h-457v142z" />
184
+ <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1110"
185
+ d="M49 551l434 922h99l477 -922h-152l-372 745l-334 -745h-152z" />
186
+ <glyph glyph-name="underscore" unicode="_" horiz-adv-x="918"
187
+ d="M-4 -184h926v-131h-926v131z" />
188
+ <glyph glyph-name="grave" unicode="`" horiz-adv-x="1182"
189
+ d="M393 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
190
+ <glyph glyph-name="a" unicode="a" horiz-adv-x="1139"
191
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137
192
+ t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5z" />
193
+ <glyph glyph-name="b" unicode="b" horiz-adv-x="1255"
194
+ d="M176 0v1556h166v-378q0 -127 -8 -228h8q116 164 344 164q216 0 335.5 -147.5t119.5 -417.5t-120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12l-35 -141h-119zM342 549q0 -231 77 -330.5t247 -99.5q153 0 228 111.5t75 320.5q0 214 -75 319t-232 105
195
+ q-170 0 -245 -97.5t-75 -328.5z" />
196
+ <glyph glyph-name="c" unicode="c" horiz-adv-x="975"
197
+ d="M115 541q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57q-238 0 -368.5 146.5t-130.5 414.5z" />
198
+ <glyph glyph-name="d" unicode="d" horiz-adv-x="1255"
199
+ d="M115 545q0 271 120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135l-22 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418zM287 543q0 -210 77 -317t226 -107q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5
200
+ q-146 0 -223.5 -113.5t-77.5 -320.5z" />
201
+ <glyph glyph-name="e" unicode="e" horiz-adv-x="1149"
202
+ d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z
203
+ " />
204
+ <glyph glyph-name="f" unicode="f" horiz-adv-x="694"
205
+ d="M29 967v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129h-279v-967h-166v967h-196z" />
206
+ <glyph glyph-name="g" unicode="g" horiz-adv-x="1122"
207
+ d="M39 -186q0 100 64 173t180 99q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141
208
+ q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
209
+ t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187z" />
210
+ <glyph glyph-name="h" unicode="h" horiz-adv-x="1257"
211
+ d="M176 0v1556h166v-471q0 -85 -8 -141h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -303.5v-715h-166v709q0 134 -61 200t-191 66q-173 0 -252.5 -94t-79.5 -308v-573h-166z" />
212
+ <glyph glyph-name="i" unicode="i" horiz-adv-x="518"
213
+ d="M162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM176 0v1096h166v-1096h-166z" />
214
+ <glyph glyph-name="j" unicode="j" horiz-adv-x="518"
215
+ d="M-111 -332q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324q-95 0 -154 25v135zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
216
+ <glyph glyph-name="k" unicode="k" horiz-adv-x="1075"
217
+ d="M176 0v1556h164v-825q0 -55 -8 -170h8q43 61 131 160l354 375h197l-444 -467l475 -629h-201l-387 518l-125 -108v-410h-164z" />
218
+ <glyph glyph-name="l" unicode="l" horiz-adv-x="518"
219
+ d="M176 0v1556h166v-1556h-166z" />
220
+ <glyph glyph-name="m" unicode="m" horiz-adv-x="1905"
221
+ d="M176 0v1096h135l27 -150h8q47 80 132.5 125t191.5 45q257 0 336 -186h8q49 86 142 136t212 50q186 0 278.5 -95.5t92.5 -305.5v-715h-166v713q0 131 -56 196.5t-174 65.5q-155 0 -229 -89t-74 -274v-612h-166v713q0 131 -56 196.5t-175 65.5q-156 0 -228.5 -93.5
222
+ t-72.5 -306.5v-575h-166z" />
223
+ <glyph glyph-name="n" unicode="n" horiz-adv-x="1257"
224
+ d="M176 0v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166z" />
225
+ <glyph glyph-name="o" unicode="o" horiz-adv-x="1237"
226
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
227
+ <glyph glyph-name="p" unicode="p" horiz-adv-x="1255"
228
+ d="M176 -492v1588h135l23 -150h8q64 90 149 130t195 40q218 0 336.5 -149t118.5 -418q0 -270 -120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -96 12 -182v-451h-166zM342 549q0 -231 77 -330.5t247 -99.5q142 0 222.5 115t80.5 317
229
+ q0 205 -80.5 314.5t-226.5 109.5q-168 0 -243 -93t-77 -296v-37z" />
230
+ <glyph glyph-name="q" unicode="q" horiz-adv-x="1255"
231
+ d="M115 545q0 269 120 420t334 151q225 0 346 -170h9l24 150h131v-1588h-166v469q0 100 11 170h-13q-115 -167 -346 -167q-212 0 -331 149t-119 416zM287 543q0 -207 76.5 -315.5t226.5 -108.5q166 0 242 89t81 300v37q0 230 -78 331t-247 101q-146 0 -223.5 -113.5
232
+ t-77.5 -320.5z" />
233
+ <glyph glyph-name="r" unicode="r" horiz-adv-x="836"
234
+ d="M176 0v1096h137l19 -203h8q61 107 147 165t189 58q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166z" />
235
+ <glyph glyph-name="s" unicode="s" horiz-adv-x="977"
236
+ d="M106 827q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5
237
+ t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129z" />
238
+ <glyph glyph-name="t" unicode="t" horiz-adv-x="723"
239
+ d="M31 967v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157z" />
240
+ <glyph glyph-name="u" unicode="u" horiz-adv-x="1257"
241
+ d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304z" />
242
+ <glyph glyph-name="v" unicode="v" horiz-adv-x="1026"
243
+ d="M0 1096h178l236 -650q80 -228 94 -296h8q11 53 69.5 219.5t262.5 726.5h178l-416 -1096h-194z" />
244
+ <glyph glyph-name="w" unicode="w" horiz-adv-x="1593"
245
+ d="M23 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192z" />
246
+ <glyph glyph-name="x" unicode="x" horiz-adv-x="1073"
247
+ d="M39 0l401 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188z" />
248
+ <glyph glyph-name="y" unicode="y" horiz-adv-x="1032"
249
+ d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
250
+ <glyph glyph-name="z" unicode="z" horiz-adv-x="958"
251
+ d="M82 0v113l598 854h-561v129h743v-129l-590 -838h605v-129h-795z" />
252
+ <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="776"
253
+ d="M61 498v141q130 2 188 48t58 142v306q0 155 108 241t290 86v-139q-230 -6 -230 -199v-295q0 -215 -223 -254v-12q223 -39 223 -254v-297q0 -102 58.5 -148t171.5 -48v-140q-190 2 -294 87t-104 239v303q0 104 -63 148.5t-183 44.5z" />
254
+ <glyph glyph-name="bar" unicode="|" horiz-adv-x="1128"
255
+ d="M494 -496v2052h141v-2052h-141z" />
256
+ <glyph glyph-name="braceright" unicode="}" horiz-adv-x="776"
257
+ d="M72 -184q111 2 169 48t58 148v297q0 114 55 174t168 80v12q-223 39 -223 254v295q0 193 -227 199v139q184 0 289.5 -87t105.5 -240v-306q0 -97 59 -142.5t189 -47.5v-141q-122 0 -185 -44.5t-63 -148.5v-303q0 -153 -102.5 -238.5t-292.5 -87.5v140z" />
258
+ <glyph glyph-name="asciitilde" unicode="~"
259
+ d="M104 592v151q100 109 244 109q68 0 124.5 -14t145.5 -52q66 -28 115 -41.5t96 -13.5q54 0 118 32t118 89v-150q-102 -110 -244 -110q-72 0 -135 16.5t-135 48.5q-75 32 -120 44t-93 12q-53 0 -116.5 -33.5t-117.5 -87.5z" />
260
+ <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="532"
261
+ />
262
+ <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="547"
263
+ d="M152 983q0 63 31.5 99t88.5 36q51 0 86 -32t35 -103q0 -135 -121 -135q-60 0 -90 35.5t-30 99.5zM168 -373l51 1057h105l51 -1057h-207z" />
264
+ <glyph glyph-name="cent" unicode="&#xa2;"
265
+ d="M190 741q0 508 396 570v172h135v-164q75 -3 146 -19.5t120 -39.5l-49 -140q-133 51 -242 51q-172 0 -253 -105.5t-81 -322.5q0 -212 79.5 -313.5t246.5 -101.5q141 0 283 59v-147q-105 -54 -252 -60v-200h-133v206q-203 32 -299.5 168.5t-96.5 386.5z" />
266
+ <glyph glyph-name="sterling" unicode="&#xa3;"
267
+ d="M63 0v141q205 47 205 291v223h-198v127h198v316q0 178 112 280.5t302 102.5t360 -84l-61 -133q-154 77 -297 77q-123 0 -185.5 -62t-62.5 -202v-295h422v-127h-422v-221q0 -100 -32.5 -168t-106.5 -112h795v-154h-1029z" />
268
+ <glyph glyph-name="currency" unicode="&#xa4;"
269
+ d="M123 1092l94 92l135 -133q104 73 234 73q127 0 229 -73l137 133l95 -92l-134 -138q74 -113 74 -231q0 -131 -74 -234l131 -135l-92 -92l-137 133q-102 -71 -229 -71q-134 0 -234 73l-135 -133l-92 92l133 136q-74 107 -74 231q0 122 74 229zM313 723q0 -112 78.5 -192
270
+ t194.5 -80t195 79.5t79 192.5q0 114 -80 195t-194 81q-116 0 -194.5 -82t-78.5 -194z" />
271
+ <glyph glyph-name="yen" unicode="&#xa5;"
272
+ d="M31 1462h178l375 -727l379 727h174l-416 -770h262v-127h-317v-170h317v-127h-317v-268h-164v268h-316v127h316v170h-316v127h256z" />
273
+ <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1128"
274
+ d="M494 281h141v-777h-141v777zM494 780v776h141v-776h-141z" />
275
+ <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1057"
276
+ d="M123 57v148q78 -37 175 -59.5t179 -22.5q134 0 204.5 38t70.5 109q0 46 -24 75t-78 58t-169 72q-142 52 -209 97t-100 102t-33 135q0 86 43 154.5t121 105.5q-74 40 -116 95.5t-42 140.5q0 121 103.5 190.5t300.5 69.5q94 0 173.5 -14.5t176.5 -53.5l-53 -131
277
+ q-98 39 -165.5 52.5t-143.5 13.5q-116 0 -174 -29.5t-58 -93.5q0 -60 61.5 -102t215.5 -97q186 -68 261 -143.5t75 -182.5q0 -90 -41 -160.5t-115 -111.5q153 -81 153 -227q0 -140 -117 -216.5t-329 -76.5q-218 0 -346 65zM285 829q0 -77 66 -129.5t233 -113.5l49 -19
278
+ q137 80 137 191q0 83 -73.5 139t-258.5 113q-68 -19 -110.5 -69t-42.5 -112z" />
279
+ <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1182"
280
+ d="M309 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM690 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
281
+ <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1704"
282
+ d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323
283
+ t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5zM481 731q0 209 110.5 332t301.5 123q128 0 246 -60l-58 -118q-108 51 -188 51q-125 0 -192.5 -87t-67.5 -241q0 -168 63.5 -249t194.5 -81q86 0 211 45v-124q-48 -20 -98.5 -34t-120.5 -14
284
+ q-194 0 -298 120.5t-104 336.5z" />
285
+ <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="725"
286
+ d="M70 989q0 102 77 154.5t242 58.5l117 4v39q0 133 -148 133q-100 0 -204 -51l-43 96q114 56 247 56q130 0 198.5 -52.5t68.5 -173.5v-452h-93l-24 84q-92 -97 -232 -97q-95 0 -150.5 49.5t-55.5 151.5zM193 989q0 -100 112 -100q201 0 201 180v49l-98 -4
287
+ q-112 -4 -163.5 -32.5t-51.5 -92.5z" />
288
+ <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1018"
289
+ d="M82 524v27l342 407l119 -69l-289 -350l289 -351l-119 -71zM477 524v27l344 407l117 -69l-287 -350l287 -351l-117 -71z" />
290
+ <glyph glyph-name="logicalnot" unicode="&#xac;"
291
+ d="M104 653v138h961v-527h-137v389h-824z" />
292
+ <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="659"
293
+ d="M84 473v152h491v-152h-491z" />
294
+ <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1704"
295
+ d="M100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323
296
+ t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5zM575 285v891h261q166 0 243.5 -65t77.5 -198q0 -80 -42.5 -141.5t-119.5 -91.5l238 -395h-168l-207 354h-135v-354h-148zM723 762h108q80 0 128.5 41.5t48.5 105.5q0 75 -43 107.5t-136 32.5h-106
297
+ v-287z" />
298
+ <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="1024"
299
+ d="M-6 1556v127h1036v-127h-1036z" />
300
+ <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="877"
301
+ d="M127 1171q0 130 90.5 221t220.5 91t221 -90.5t91 -221.5q0 -84 -41 -155.5t-114 -113.5t-157 -42q-130 0 -220.5 90t-90.5 221zM242 1171q0 -82 58.5 -139t139.5 -57q80 0 137.5 56.5t57.5 139.5q0 84 -56.5 140.5t-138.5 56.5q-83 0 -140.5 -57t-57.5 -140z" />
302
+ <glyph glyph-name="plusminus" unicode="&#xb1;"
303
+ d="M104 1v138h961v-138h-961zM104 653v138h410v428h139v-428h412v-138h-412v-426h-139v426h-410z" />
304
+ <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="711"
305
+ d="M49 586v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119h-604z" />
306
+ <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="711"
307
+ d="M33 625v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209
308
+ q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56z" />
309
+ <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1182"
310
+ d="M393 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
311
+ <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="1268"
312
+ d="M176 -492v1588h166v-715q0 -262 254 -262q171 0 250.5 94.5t79.5 306.5v576h166v-1096h-136l-26 147h-10q-111 -167 -340 -167q-150 0 -238 92h-10q10 -84 10 -244v-320h-166z" />
313
+ <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1341"
314
+ d="M113 1042q0 260 109 387t341 127h557v-1816h-114v1712h-213v-1712h-115v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376z" />
315
+ <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="545"
316
+ d="M152 723q0 66 31 100.5t87 34.5q58 0 90.5 -34.5t32.5 -100.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
317
+ <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="465"
318
+ d="M37 -377q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
319
+ <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="711"
320
+ d="M76 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5z" />
321
+ <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="768"
322
+ d="M66 1135q0 163 84 253.5t235 90.5q152 0 234.5 -91t82.5 -253q0 -164 -85.5 -255.5t-235.5 -91.5q-146 0 -230.5 93t-84.5 254zM188 1135q0 -122 45.5 -183t149.5 -61q105 0 151 61t46 183q0 123 -46 182t-151 59q-103 0 -149 -59t-46 -182z" />
323
+ <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1018"
324
+ d="M80 188l287 351l-287 350l117 69l344 -407v-27l-344 -407zM475 188l287 351l-287 350l117 69l344 -407v-27l-344 -407z" />
325
+ <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1597"
326
+ d="M75 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5zM252 0l903 1462h143l-903 -1462h-143zM817 203v101l408 579h139v-563h125v-117h-125v-202h-145v202h-402zM957 320h262v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5z" />
327
+ <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1597"
328
+ d="M46 1280l262 182h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5zM184 0l903 1462h143l-903 -1462h-143zM895 1v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111
329
+ q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119h-604z" />
330
+ <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1597"
331
+ d="M26 625v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209
332
+ q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56zM344 0l903 1462h143l-903 -1462h-143zM897 203v101l408 579h139v-563h125v-117h-125v-202h-145v202h-402zM1037 320h262v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5z" />
333
+ <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="879"
334
+ d="M51 -37q0 70 17.5 122.5t49.5 97t76.5 85.5t98.5 88q101 88 133.5 146t32.5 151v31h131v-51q0 -122 -37.5 -196t-134.5 -158q-121 -106 -151.5 -143.5t-43 -76t-12.5 -94.5q0 -100 66 -156.5t188 -56.5q80 0 155 19t173 67l59 -135q-197 -96 -395 -96q-190 0 -298 93
335
+ t-108 263zM397 983q0 64 33 99.5t88 35.5q51 0 86 -32t35 -103q0 -135 -121 -135q-59 0 -90 34.5t-31 100.5z" />
336
+ <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1296"
337
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM331 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211z" />
338
+ <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1296"
339
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM526 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
340
+ <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1296"
341
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM303 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211z" />
342
+ <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1296"
343
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM268 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5
344
+ q-50 0 -75.5 -30t-39.5 -91h-98zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211z" />
345
+ <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1296"
346
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM364 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM745 1731q0 52 26.5 75
347
+ t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
348
+ <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1296"
349
+ d="M0 0l578 1468h143l575 -1468h-176l-182 465h-586l-180 -465h-172zM412 618h473l-170 453q-33 86 -68 211q-22 -96 -63 -211zM424 1585q0 98 60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5zM528 1585
350
+ q0 -56 30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5t-33 86.5t-84 30.5t-84 -30.5t-33 -86.5z" />
351
+ <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1788"
352
+ d="M-2 0l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152h-750v465h-514l-227 -465h-176zM469 618h446v693h-118z" />
353
+ <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1292"
354
+ d="M125 733q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557zM551 -377q45 -8 104 -8q79 0 119.5 20
355
+ t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
356
+ <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="1139"
357
+ d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM320 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
358
+ <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="1139"
359
+ d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM456 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
360
+ <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="1139"
361
+ d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM263 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
362
+ <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="1139"
363
+ d="M201 0v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152h-815zM327 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM708 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
364
+ t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
365
+ <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="571"
366
+ d="M5 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159zM201 0v1462h170v-1462h-170z" />
367
+ <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="571"
368
+ d="M179 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111zM201 0v1462h170v-1462h-170z" />
369
+ <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="571"
370
+ d="M-57 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115zM201 0v1462h170v-1462h-170z" />
371
+ <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="571"
372
+ d="M5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM201 0v1462h170v-1462h-170zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
373
+ <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1479"
374
+ d="M47 649v150h154v663h434q337 0 527 -187.5t190 -529.5q0 -362 -196.5 -553.5t-565.5 -191.5h-389v649h-154zM371 147h190q610 0 610 592q0 576 -569 576h-231v-516h379v-150h-379v-502z" />
375
+ <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1544"
376
+ d="M201 0v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462h-194l-799 1227h-8q16 -216 16 -396v-831h-157zM411 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5
377
+ q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
378
+ <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1595"
379
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
380
+ t-126.5 -446.5zM514 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
381
+ <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1595"
382
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
383
+ t-126.5 -446.5zM659 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
384
+ <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1595"
385
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
386
+ t-126.5 -446.5zM448 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
387
+ <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1595"
388
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
389
+ t-126.5 -446.5zM418 1579q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
390
+ <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1595"
391
+ d="M125 735q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
392
+ t-126.5 -446.5zM522 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM903 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
393
+ <glyph glyph-name="multiply" unicode="&#xd7;"
394
+ d="M133 1075l100 101l353 -355l354 355l96 -99l-352 -354l350 -352l-96 -99l-354 351l-348 -351l-101 99l350 352z" />
395
+ <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1595"
396
+ d="M125 735q0 357 176 553.5t500 196.5q209 0 366 -94l97 135l120 -80l-106 -148q192 -202 192 -565q0 -351 -177.5 -552t-493.5 -201q-235 0 -383 100l-101 -141l-120 79l108 154q-178 198 -178 563zM305 733q0 -262 101 -416l669 943q-106 73 -274 73
397
+ q-243 0 -369.5 -153.5t-126.5 -446.5zM508 211q115 -82 291 -82q243 0 367 153t124 451q0 272 -110 426z" />
398
+ <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1491"
399
+ d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM463 1886v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
400
+ <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1491"
401
+ d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM600 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
402
+ <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1491"
403
+ d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM393 1579v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186
404
+ h-115z" />
405
+ <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1491"
406
+ d="M186 520v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396zM461 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5z
407
+ M842 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
408
+ <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1147"
409
+ d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559zM442 1579v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
410
+ <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1251"
411
+ d="M201 0v1462h170v-256h215q281 0 420 -103.5t139 -318.5q0 -227 -151.5 -346t-438.5 -119h-184v-319h-170zM371 465h168q226 0 327 71.5t101 235.5q0 149 -95 218t-297 69h-204v-594z" />
412
+ <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1274"
413
+ d="M176 0v1202q0 178 110 271.5t332 93.5q206 0 318.5 -78.5t112.5 -222.5q0 -135 -143 -250q-88 -70 -116 -103.5t-28 -66.5q0 -32 13.5 -53t49 -49.5t113.5 -79.5q140 -95 191 -173.5t51 -179.5q0 -160 -97 -245.5t-276 -85.5q-188 0 -295 69v154q63 -39 141 -62.5
414
+ t150 -23.5q215 0 215 182q0 75 -41.5 128.5t-151.5 123.5q-127 82 -175 143.5t-48 145.5q0 63 34.5 116t105.5 106q75 57 107 102t32 98q0 80 -68 122.5t-195 42.5q-276 0 -276 -223v-1204h-166z" />
415
+ <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="1139"
416
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137
417
+ t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM279 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
418
+ <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="1139"
419
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137
420
+ t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM436 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
421
+ <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="1139"
422
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM228 1241v23q127 136 178 200
423
+ t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115zM268 301q0 -90 54.5 -137t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5z" />
424
+ <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="1139"
425
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM197 1241q13 121 70.5 189.5
426
+ t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98zM268 301q0 -90 54.5 -137t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7
427
+ q-198 -7 -285.5 -61.5t-87.5 -169.5z" />
428
+ <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="1139"
429
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137
430
+ t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM279 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM660 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75
431
+ q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
432
+ <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="1139"
433
+ d="M94 303q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239zM268 301q0 -90 54.5 -137
434
+ t152.5 -47q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5zM358 1456q0 98 60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5zM462 1456q0 -56 30 -86.5t87 -30.5q52 0 84.5 30.5
435
+ t32.5 86.5t-33 86.5t-84 30.5t-84 -30.5t-33 -86.5z" />
436
+ <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1757"
437
+ d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5
438
+ t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM954 653h519
439
+ q0 156 -64 240t-184 84q-121 0 -190.5 -83t-80.5 -241z" />
440
+ <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="975"
441
+ d="M115 541q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57q-238 0 -368.5 146.5t-130.5 414.5zM363 -377q45 -8 104 -8q79 0 119.5 20t40.5 74
442
+ q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106z" />
443
+ <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1149"
444
+ d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z
445
+ M318 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
446
+ <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1149"
447
+ d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z
448
+ M471 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
449
+ <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1149"
450
+ d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM259 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5
451
+ t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z" />
452
+ <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1149"
453
+ d="M115 539q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5q-243 0 -383.5 148t-140.5 411zM291 653h573q0 157 -70 240.5t-200 83.5q-132 0 -210.5 -86t-92.5 -238z
454
+ M319 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM700 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
455
+ <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="518"
456
+ d="M-38 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159zM176 0v1096h166v-1096h-166z" />
457
+ <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="518"
458
+ d="M169 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111zM176 0v1096h166v-1096h-166z" />
459
+ <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="518"
460
+ d="M-77 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115zM176 0v1096h166v-1096h-166z" />
461
+ <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="518"
462
+ d="M-20 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM176 0v1096h166v-1096h-166zM361 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
463
+ <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1221"
464
+ d="M113 475q0 230 131.5 361t351.5 131q226 0 326 -121l8 4q-57 214 -262 405l-271 -155l-73 108l233 133q-92 62 -186 111l69 117q156 -73 258 -148l238 138l76 -107l-207 -119q152 -143 234.5 -342t82.5 -428q0 -281 -130.5 -432t-377.5 -151q-222 0 -361.5 134.5
465
+ t-139.5 360.5zM281 469q0 -167 87.5 -258.5t249.5 -91.5q175 0 255.5 100.5t80.5 292.5q0 147 -90 232t-246 85q-337 0 -337 -360z" />
466
+ <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1257"
467
+ d="M176 0v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166zM278 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99
468
+ q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
469
+ <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1237"
470
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM349 1548v21
471
+ h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
472
+ <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1237"
473
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM479 1241v25
474
+ q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
475
+ <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1237"
476
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM282 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z
477
+ M287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
478
+ <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1237"
479
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM249 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5
480
+ t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
481
+ <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1237"
482
+ d="M115 549q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM336 1393
483
+ q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM717 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
484
+ <glyph glyph-name="divide" unicode="&#xf7;"
485
+ d="M104 653v138h961v-138h-961zM471 373q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5zM471 1071q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5z
486
+ " />
487
+ <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1237"
488
+ d="M115 549q0 268 134 417.5t372 149.5q154 0 270 -76l84 119l117 -76l-97 -133q127 -152 127 -401q0 -268 -135 -418.5t-373 -150.5q-154 0 -266 69l-84 -117l-114 78l94 131q-129 152 -129 408zM287 549q0 -171 53 -273l465 646q-75 53 -189 53q-163 0 -246 -107t-83 -319
489
+ zM434 170q71 -51 184 -51q163 0 247.5 109.5t84.5 320.5q0 164 -51 264z" />
490
+ <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1257"
491
+ d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM333 1548v21h203q32 -69 89 -159.5t101 -143.5v-25h-110q-65 52 -154 148t-129 159z" />
492
+ <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1257"
493
+ d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM506 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111z" />
494
+ <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1257"
495
+ d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM286 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119
496
+ q-88 55 -221 186q-136 -134 -219 -186h-115z" />
497
+ <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1257"
498
+ d="M164 379v717h168v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304zM342 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5
499
+ q-37 0 -63.5 24.5t-26.5 74.5zM723 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
500
+ <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1032"
501
+ d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM411 1241v25q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111
502
+ z" />
503
+ <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1255"
504
+ d="M176 -492v2048h166v-466q0 -52 -6 -142h8q66 89 151 128.5t191 39.5q215 0 335 -150t120 -417q0 -268 -120.5 -418.5t-334.5 -150.5q-222 0 -344 161h-12l4 -34q8 -77 8 -140v-459h-166zM342 549q0 -231 77 -330.5t247 -99.5q303 0 303 432q0 215 -74 319.5t-231 104.5
505
+ q-168 0 -244 -92t-78 -293v-41z" />
506
+ <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1032"
507
+ d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM234 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5
508
+ t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM615 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
509
+ <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1890"
510
+ d="M125 735q0 360 174 555t494 195q102 0 192 -23h782v-151h-589v-471h551v-150h-551v-538h589v-152h-768q-102 -20 -194 -20q-327 0 -503.5 196.5t-176.5 558.5zM305 733q0 -297 128.5 -450.5t375.5 -153.5q112 0 199 33v1141q-87 30 -197 30q-249 0 -377.5 -152.5
511
+ t-128.5 -447.5z" />
512
+ <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1929"
513
+ d="M113 549q0 265 131 415t366 150q131 0 233.5 -59.5t164.5 -173.5q58 112 154 172.5t222 60.5q201 0 320 -132.5t119 -358.5v-105h-729q8 -393 338 -393q94 0 174.5 17.5t167.5 56.5v-148q-88 -39 -164 -55t-180 -16q-293 0 -418 235q-62 -116 -166.5 -175.5t-241.5 -59.5
514
+ q-223 0 -357 152.5t-134 416.5zM287 549q0 -211 76 -320.5t243 -109.5q163 0 239.5 106.5t76.5 315.5q0 221 -77.5 327.5t-242.5 106.5q-166 0 -240.5 -108t-74.5 -318zM1098 653h544q0 158 -66 240t-194 82q-127 0 -199.5 -82t-84.5 -240z" />
515
+ <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1147"
516
+ d="M0 1462h186l387 -731l390 731h184l-488 -895v-567h-172v559zM294 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM675 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5
517
+ t-63.5 24.5t-26.5 74.5z" />
518
+ <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="1212"
519
+ d="M268 1241v23q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115z" />
520
+ <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="1212"
521
+ d="M264 1241q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98z" />
522
+ <glyph glyph-name="uni2000" unicode="&#x2000;" horiz-adv-x="953"
523
+ />
524
+ <glyph glyph-name="uni2001" unicode="&#x2001;" horiz-adv-x="1907"
525
+ />
526
+ <glyph glyph-name="uni2002" unicode="&#x2002;" horiz-adv-x="953"
527
+ />
528
+ <glyph glyph-name="uni2003" unicode="&#x2003;" horiz-adv-x="1907"
529
+ />
530
+ <glyph glyph-name="uni2004" unicode="&#x2004;" horiz-adv-x="635"
531
+ />
532
+ <glyph glyph-name="uni2005" unicode="&#x2005;" horiz-adv-x="476"
533
+ />
534
+ <glyph glyph-name="uni2006" unicode="&#x2006;" horiz-adv-x="317"
535
+ />
536
+ <glyph glyph-name="uni2007" unicode="&#x2007;" horiz-adv-x="317"
537
+ />
538
+ <glyph glyph-name="uni2008" unicode="&#x2008;" horiz-adv-x="238"
539
+ />
540
+ <glyph glyph-name="uni2009" unicode="&#x2009;" horiz-adv-x="381"
541
+ />
542
+ <glyph glyph-name="uni200A" unicode="&#x200a;" horiz-adv-x="105"
543
+ />
544
+ <glyph glyph-name="uni2010" unicode="&#x2010;" horiz-adv-x="659"
545
+ d="M84 473v152h491v-152h-491z" />
546
+ <glyph glyph-name="uni2011" unicode="&#x2011;" horiz-adv-x="659"
547
+ d="M84 473v152h491v-152h-491z" />
548
+ <glyph glyph-name="figuredash" unicode="&#x2012;" horiz-adv-x="659"
549
+ d="M84 473v152h491v-152h-491z" />
550
+ <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1024"
551
+ d="M82 473v152h860v-152h-860z" />
552
+ <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048"
553
+ d="M82 473v152h1884v-152h-1884z" />
554
+ <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="348"
555
+ d="M25 983q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
556
+ <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="348"
557
+ d="M25 961q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122z" />
558
+ <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="502"
559
+ d="M63 -264q27 104 59.5 257t45.5 245h182l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125z" />
560
+ <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="717"
561
+ d="M25 983q22 90 71 224t105 255h123q-66 -254 -103 -501h-184zM391 983q56 215 178 479h123q-30 -115 -59.5 -259.5t-42.5 -241.5h-184z" />
562
+ <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="717"
563
+ d="M25 961q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122zM391 961q26 100 59 254t46 247h182l14 -22q-24 -91 -72 -224t-104 -255h-125z" />
564
+ <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="829"
565
+ d="M25 -263q70 285 102 501h182l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122zM391 -263q26 100 59 254t46 247h182l14 -22q-24 -91 -72 -224t-104 -255h-125z" />
566
+ <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="770"
567
+ d="M164 748q0 121 56.5 184t164.5 63q105 0 163 -62t58 -185q0 -119 -57.5 -183.5t-163.5 -64.5q-107 0 -164 65.5t-57 182.5z" />
568
+ <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="1606"
569
+ d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM682 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM1213 106
570
+ q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
571
+ <glyph glyph-name="uni202F" unicode="&#x202f;" horiz-adv-x="381"
572
+ />
573
+ <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="623"
574
+ d="M82 524v27l342 407l119 -69l-289 -350l289 -351l-119 -71z" />
575
+ <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="623"
576
+ d="M80 188l287 351l-287 350l117 69l344 -407v-27l-344 -407z" />
577
+ <glyph glyph-name="uni205F" unicode="&#x205f;" horiz-adv-x="476"
578
+ />
579
+ <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="1208"
580
+ d="M63 506v129h152l-2 42v44l2 80h-152v129h164q39 261 185 407t383 146q201 0 366 -97l-71 -139q-166 86 -295 86q-319 0 -398 -403h510v-129h-524l-2 -57v-64l2 -45h463v-129h-447q37 -180 138.5 -278.5t271.5 -98.5q156 0 309 66v-150q-146 -65 -317 -65
581
+ q-237 0 -381.5 134.5t-190.5 391.5h-166z" />
582
+ <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1589"
583
+ d="M37 1356v106h543v-106h-211v-615h-123v615h-209zM647 741v721h187l196 -559l203 559h180v-721h-127v420l6 137h-8l-211 -557h-104l-201 559h-8l6 -129v-430h-119z" />
584
+ <glyph glyph-name="uniE000" unicode="&#xe000;" horiz-adv-x="1095"
585
+ d="M0 0v1095h1095v-1095h-1095z" />
586
+ </font>
587
+ </defs></svg>