avo 4.0.0.beta.19 → 4.0.0.beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a43ff8f56cc094bc2e259db43ec72eac8ddba1ec524ddc6d6c1fd989813df7eb
4
- data.tar.gz: fcbf520a059551414352befd656401725e999a3d6012a34de60b772da872fbf0
3
+ metadata.gz: 2ca1db2674bbca70a939c3af07ce3cefe320ff55ac639b3254225ceac0fcc0c4
4
+ data.tar.gz: bf08ba7edd4239b31fcb246d5996f4d9fefbe30ec8c0c61a398c9c997f4a5ce0
5
5
  SHA512:
6
- metadata.gz: a5777241673365709b8fe56d3b7a24bd5af04363e61ba4f0497d3db7a95ae3f8425a330d1bd9dedc5ae0b3dfa43f22156b416fbcd512d3c7f020d036ffc1b9a2
7
- data.tar.gz: 9900aecf7a83deab075134fff215f70369f1dbfe308184b79cdbbf45a9eba6e9536fe66c8870ce3872f24e38b8238b2b5f598a60de71ce9f97e20f77c8d54be6
6
+ metadata.gz: 7f092659e7772e6e5eebec47023ce4a0c0832c8a68046ba6ac881c2b97776dca2b92e49008cec30a0058ad35919f061a56bccda288efbdb54bb0e8c61d34f9f7
7
+ data.tar.gz: 72e1fb3218086c85cadd96b79658288b16958bf030e2b7bd46f48b93185e24e38900f736e6909015b102b422cf9190a29c849ec3c80f16f7f8833839c38a1176
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- avo (4.0.0.beta.19)
4
+ avo (4.0.0.beta.20)
5
5
  actionview (>= 6.1)
6
6
  active_link_to
7
7
  activerecord (>= 6.1)
@@ -4080,29 +4080,26 @@
4080
4080
  font-family: 'Inter';
4081
4081
  font-style: normal;
4082
4082
  font-weight: 400;
4083
- src: url('fonts/inter-v7-latin-regular.eot');
4084
- src: local(''), url('fonts/inter-v7-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/inter-v7-latin-regular.woff2') format('woff2'), url('fonts/inter-v7-latin-regular.woff') format('woff'), url('fonts/inter-v7-latin-regular.ttf') format('truetype'), url('fonts/inter-v7-latin-regular.svg#Inter') format('svg');
4083
+ src: local(''), url('fonts/inter-v7-latin-regular.woff2') format('woff2'), url('fonts/inter-v7-latin-regular.woff') format('woff'), url('fonts/inter-v7-latin-regular.ttf') format('truetype');
4085
4084
  }
4086
4085
  @font-face {
4087
4086
  font-family: 'Inter';
4088
4087
  font-style: normal;
4089
4088
  font-weight: 500;
4090
4089
  src: url('fonts/inter-v7-latin-500.eot');
4091
- src: local(''), url('fonts/inter-v7-latin-500.eot?#iefix') format('embedded-opentype'), url('fonts/inter-v7-latin-500.woff2') format('woff2'), url('fonts/inter-v7-latin-500.woff') format('woff'), url('fonts/inter-v7-latin-500.ttf') format('truetype'), url('fonts/inter-v7-latin-500.svg#Inter') format('svg');
4090
+ src: local(''), url('fonts/inter-v7-latin-500.eot?#iefix') format('embedded-opentype'), url('fonts/inter-v7-latin-500.woff2') format('woff2'), url('fonts/inter-v7-latin-500.woff') format('woff'), url('fonts/inter-v7-latin-500.ttf') format('truetype');
4092
4091
  }
4093
4092
  @font-face {
4094
4093
  font-family: 'Inter';
4095
4094
  font-style: normal;
4096
4095
  font-weight: 600;
4097
- src: url('fonts/inter-v7-latin-600.eot');
4098
- src: local(''), url('fonts/inter-v7-latin-600.eot?#iefix') format('embedded-opentype'), url('fonts/inter-v7-latin-600.woff2') format('woff2'), url('fonts/inter-v7-latin-600.woff') format('woff'), url('fonts/inter-v7-latin-600.ttf') format('truetype'), url('fonts/inter-v7-latin-600.svg#Inter') format('svg');
4096
+ src: local(''), url('fonts/inter-v7-latin-600.woff2') format('woff2'), url('fonts/inter-v7-latin-600.woff') format('woff'), url('fonts/inter-v7-latin-600.ttf') format('truetype');
4099
4097
  }
4100
4098
  @font-face {
4101
4099
  font-family: 'Inter';
4102
4100
  font-style: normal;
4103
4101
  font-weight: 700;
4104
- src: url('fonts/inter-v7-latin-700.eot');
4105
- src: local(''), url('fonts/inter-v7-latin-700.eot?#iefix') format('embedded-opentype'), url('fonts/inter-v7-latin-700.woff2') format('woff2'), url('fonts/inter-v7-latin-700.woff') format('woff'), url('fonts/inter-v7-latin-700.ttf') format('truetype'), url('fonts/inter-v7-latin-700.svg#Inter') format('svg');
4102
+ src: local(''), url('fonts/inter-v7-latin-700.woff2') format('woff2'), url('fonts/inter-v7-latin-700.woff') format('woff'), url('fonts/inter-v7-latin-700.ttf') format('truetype');
4106
4103
  }
4107
4104
  .button-group {
4108
4105
  display: flex;
@@ -3,13 +3,10 @@
3
3
  font-family: 'Inter';
4
4
  font-style: normal;
5
5
  font-weight: 400;
6
- src: url('fonts/inter-v7-latin-regular.eot'); /* IE9 Compat Modes */
7
6
  src: local(''),
8
- url('fonts/inter-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9
7
  url('fonts/inter-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10
8
  url('fonts/inter-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
11
- url('fonts/inter-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12
- url('fonts/inter-v7-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
9
+ url('fonts/inter-v7-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
13
10
  }
14
11
  /* inter-500 - latin */
15
12
  @font-face {
@@ -21,32 +18,25 @@
21
18
  url('fonts/inter-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
22
19
  url('fonts/inter-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
23
20
  url('fonts/inter-v7-latin-500.woff') format('woff'), /* Modern Browsers */
24
- url('fonts/inter-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
25
- url('fonts/inter-v7-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
21
+ url('fonts/inter-v7-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
26
22
  }
27
23
  /* inter-600 - latin */
28
24
  @font-face {
29
25
  font-family: 'Inter';
30
26
  font-style: normal;
31
27
  font-weight: 600;
32
- src: url('fonts/inter-v7-latin-600.eot'); /* IE9 Compat Modes */
33
28
  src: local(''),
34
- url('fonts/inter-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
35
29
  url('fonts/inter-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
36
30
  url('fonts/inter-v7-latin-600.woff') format('woff'), /* Modern Browsers */
37
- url('fonts/inter-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
38
- url('fonts/inter-v7-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
31
+ url('fonts/inter-v7-latin-600.ttf') format('truetype'); /* Safari, Android, iOS */
39
32
  }
40
33
  /* inter-700 - latin */
41
34
  @font-face {
42
35
  font-family: 'Inter';
43
36
  font-style: normal;
44
37
  font-weight: 700;
45
- src: url('fonts/inter-v7-latin-700.eot'); /* IE9 Compat Modes */
46
38
  src: local(''),
47
- url('fonts/inter-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
48
39
  url('fonts/inter-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
49
40
  url('fonts/inter-v7-latin-700.woff') format('woff'), /* Modern Browsers */
50
- url('fonts/inter-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
51
- url('fonts/inter-v7-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
41
+ url('fonts/inter-v7-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
52
42
  }
data/lib/avo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Avo
2
- VERSION = "4.0.0.beta.19" unless const_defined?(:VERSION)
2
+ VERSION = "4.0.0.beta.20" unless const_defined?(:VERSION)
3
3
  end
@@ -163,107 +163,3 @@ task "avo:tailwindcss:watch" => :environment do
163
163
  abort "[Avo->] avo:tailwindcss:watch failed"
164
164
  end
165
165
  end
166
-
167
- desc "Verify Inter font files referenced by Avo fonts.css"
168
- task "avo:fonts:verify" do
169
- require "digest"
170
-
171
- fonts_css_path = Avo::Engine.root.join("app", "assets", "stylesheets", "css", "fonts.css")
172
- fonts_dir = Avo::Engine.root.join("app", "assets", "images", "avo", "fonts")
173
-
174
- unless File.exist?(fonts_css_path)
175
- abort "[Avo->] Missing fonts.css at #{fonts_css_path}"
176
- end
177
-
178
- references = File.read(fonts_css_path)
179
- .scan(/url\('fonts\/([^'?#)]+)/)
180
- .flatten
181
- .uniq
182
- .sort
183
-
184
- missing = references.reject { |name| File.exist?(fonts_dir.join(name)) }
185
- if missing.any?
186
- abort "[Avo->] Missing font assets in #{fonts_dir}:\n- #{missing.join("\n- ")}"
187
- end
188
-
189
- # Guard against placeholder/copied files by flagging duplicate content
190
- # for weight-specific legacy formats.
191
- suspicious_groups = [
192
- %w[
193
- inter-v7-latin-regular.eot
194
- inter-v7-latin-500.eot
195
- inter-v7-latin-600.eot
196
- inter-v7-latin-700.eot
197
- ],
198
- %w[
199
- inter-v7-latin-regular.svg
200
- inter-v7-latin-500.svg
201
- inter-v7-latin-600.svg
202
- inter-v7-latin-700.svg
203
- ],
204
- ]
205
-
206
- duplicate_findings = []
207
- suspicious_groups.each do |group|
208
- existing = group.select { |name| File.exist?(fonts_dir.join(name)) }
209
- next if existing.size < 2
210
-
211
- checksums = existing.group_by do |name|
212
- Digest::SHA256.file(fonts_dir.join(name)).hexdigest
213
- end
214
-
215
- checksums.each_value do |matches|
216
- duplicate_findings << matches if matches.size > 1
217
- end
218
- end
219
-
220
- if duplicate_findings.any?
221
- details = duplicate_findings.map { |group| "- #{group.join(', ')}" }.join("\n")
222
- abort "[Avo->] Suspicious duplicate font files detected (possible placeholders):\n#{details}"
223
- end
224
-
225
- puts "[Avo->] Fonts verification passed (#{references.size} referenced files present)."
226
- end
227
-
228
- desc "Sync Inter font files from source dir into app/assets/images/avo/fonts, then verify"
229
- task "avo:fonts:sync", [:source_dir] do |_t, args|
230
- require "fileutils"
231
-
232
- source_dir = args[:source_dir]
233
- if source_dir.blank?
234
- abort "[Avo->] Usage: bin/rails \"avo:fonts:sync[/absolute/or/relative/source_dir]\""
235
- end
236
-
237
- source_path = Pathname.new(source_dir)
238
- source_path = Avo::Engine.root.join(source_dir) if source_path.relative?
239
- source_path = source_path.expand_path
240
-
241
- unless source_path.directory?
242
- abort "[Avo->] Source directory not found: #{source_path}"
243
- end
244
-
245
- fonts_css_path = Avo::Engine.root.join("app", "assets", "stylesheets", "css", "fonts.css")
246
- target_dir = Avo::Engine.root.join("app", "assets", "images", "avo", "fonts")
247
- FileUtils.mkdir_p(target_dir)
248
-
249
- references = File.read(fonts_css_path)
250
- .scan(/url\('fonts\/([^'?#)]+)/)
251
- .flatten
252
- .uniq
253
-
254
- missing_in_source = []
255
- references.each do |name|
256
- source_file = source_path.join(name)
257
- if source_file.exist?
258
- FileUtils.cp(source_file, target_dir.join(name))
259
- else
260
- missing_in_source << name
261
- end
262
- end
263
-
264
- if missing_in_source.any?
265
- abort "[Avo->] Missing files in source directory #{source_path}:\n- #{missing_in_source.join("\n- ")}"
266
- end
267
-
268
- Rake::Task["avo:fonts:verify"].invoke
269
- end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta.19
4
+ version: 4.0.0.beta.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -230,22 +230,15 @@ files:
230
230
  - app/assets/config/avo_manifest.js
231
231
  - app/assets/images/avo/favicon.ico
232
232
  - app/assets/images/avo/fonts/inter-v7-latin-500.eot
233
- - app/assets/images/avo/fonts/inter-v7-latin-500.svg
234
233
  - app/assets/images/avo/fonts/inter-v7-latin-500.ttf
235
234
  - app/assets/images/avo/fonts/inter-v7-latin-500.woff
236
235
  - app/assets/images/avo/fonts/inter-v7-latin-500.woff2
237
- - app/assets/images/avo/fonts/inter-v7-latin-600.eot
238
- - app/assets/images/avo/fonts/inter-v7-latin-600.svg
239
236
  - app/assets/images/avo/fonts/inter-v7-latin-600.ttf
240
237
  - app/assets/images/avo/fonts/inter-v7-latin-600.woff
241
238
  - app/assets/images/avo/fonts/inter-v7-latin-600.woff2
242
- - app/assets/images/avo/fonts/inter-v7-latin-700.eot
243
- - app/assets/images/avo/fonts/inter-v7-latin-700.svg
244
239
  - app/assets/images/avo/fonts/inter-v7-latin-700.ttf
245
240
  - app/assets/images/avo/fonts/inter-v7-latin-700.woff
246
241
  - app/assets/images/avo/fonts/inter-v7-latin-700.woff2
247
- - app/assets/images/avo/fonts/inter-v7-latin-regular.eot
248
- - app/assets/images/avo/fonts/inter-v7-latin-regular.svg
249
242
  - app/assets/images/avo/fonts/inter-v7-latin-regular.ttf
250
243
  - app/assets/images/avo/fonts/inter-v7-latin-regular.woff
251
244
  - app/assets/images/avo/fonts/inter-v7-latin-regular.woff2
@@ -1,210 +0,0 @@
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
- <defs>
5
- <font id="Inter" horiz-adv-x="1264">
6
- <font-face font-family="Inter Medium" units-per-em="2048" panose-1="2 0 5 3 0 0 0 2 0 4" ascent="1984" descent="-494" alphabetic="0"/>
7
- <glyph unicode=" " glyph-name="gid461" horiz-adv-x="546"/>
8
- <glyph unicode="!" glyph-name="gid320" horiz-adv-x="623" d="M205,477L189,1490H433L417,477H205ZM312-15q-63,0-106,42T163,131t43,104t106,42q64,0 106-42t42-104T418,27T312-15Z"/>
9
- <glyph unicode="&quot;" glyph-name="gid355" horiz-adv-x="1012" d="M232,905l-25,585H433L408,905H232Zm372,0l-25,585H805L780,905H604Z"/>
10
- <glyph unicode="#" glyph-name="gid338" horiz-adv-x="1308" d="M704,0L950,1490h176L882,0H704ZM30,398L60,574H1190l-29-176H30ZM182,0L426,1490H602L358,0H182ZM117,915l30,177H1276l-28-177H117Z"/>
11
- <glyph unicode="$" glyph-name="gid253" horiz-adv-x="1323" d="M605-212V1702H725V-212H605ZM665-25Q498-25 375,28T182.5,179.5T106,414H335q7-81 52.5-134T506,201t158-26q95,0 168.5,29.5t116.5,84T992,415q0,65-37.5,106.5t-101,69T709,639L535,687Q352,736 249.5,832T147,1081q0,129 69.5,225.5t189,150T675,1510q153,0 269.5-53.5t183-146.5t69.5-212H975q-11,102-94.5,158T670,1312q-90,0-156.5-28t-103-77.5T374,1094q0-71 43.5-114.5t106-69T643,870l145-38q71-18 146.5-48.5t139.5-79t103.5-120T1217,412q0-126-65-225T963.5,31.5T665-25Z"/>
12
- <glyph unicode="%" glyph-name="gid447" horiz-adv-x="2034" d="M519,814q-99,0-166.5,42.5T250,970t-35,155v78q0,85 35.5,155.5t103.5,113T519,1514q99,0 166-42.5t101.5-113T821,1203v-78q0-85-35-155.5t-102-113T519,814Zm0,148q73,0 102,50t29,113v78q0,62-28,113t-103,51q-72,0-102-51t-30-113v-78q0-63 29.5-113T519,962ZM1516-28q-98,0-166,42.5T1247.5,128T1213,283v78q0,85 35,155.5t103,113T1516,672q100,0 167.5-42.5t101.5-113T1819,361V283q0-84-35-155T1682,14.5T1516-28Zm0,148q73,0 102,50t29,113v78q0,62-28,113t-103,51q-72,0-102-51t-30-113V283q0-63 29.5-113T1516,120ZM409,0L1433,1490h182L591,0H409Z"/>
13
- <glyph unicode="&amp;" glyph-name="gid319" horiz-adv-x="1338" d="M580-21Q430-21 321.5,34t-167,148T96,390q0,96 38.5,166t107,129.5T397,808L639,980q28,20 57.5,47t49.5,63t20,82q0,64-43.5,106.5T602,1321q-52,0-91.5-21t-61-58T428,1155q0-54 25-104t68.5-104.5T621,825L1314,0H1064L492,671q-74,88-136,163T257.5,986.5T221,1155q0,102 46.5,181T399,1460t199,45q115,0 197.5-44.5T923,1341t45-167q0-68-25-127T873.5,938T770,844L470,624q-82-60-117.5-114T317,390q0-67 32.5-118T440,193t134-28q86,0 167,36T886.5,304.5T988.5,467T1026,679h199q0-144-32.5-243.5t-79-162.5T1026,174l-50-46Q900,53 792,16T580-21Z"/>
14
- <glyph unicode="&apos;" glyph-name="gid354" horiz-adv-x="641" d="M232,905l-25,585H433L408,905H232Z"/>
15
- <glyph unicode="(" glyph-name="gid324" horiz-adv-x="755" d="M202,607q0,164 33.5,342.5t91.5,344T460,1581H669q-75-156-130-325.5T455,920T426,607q0-132 25.5-267T531,53.5T669-279H460Q333-64 267.5,161T202,607Z"/>
16
- <glyph unicode=")" glyph-name="gid325" horiz-adv-x="755" d="M86-279Q173-94 226.5,58.5T305,345t25,262q0,147-29.5,313t-84,335.5T86,1581H296q75-122 133.5-287.5T521,949t33-342q0-224-66.5-449T296-279H86Z"/>
17
- <glyph unicode="*" glyph-name="gid394" horiz-adv-x="1066" d="M453,652l15,306L210,791L129,931l274,139L129,1209l81,142l258-167l-15,306H613l-14-306l257,167l80-142L663,1070L936,931L856,791L599,958l14-306H453Z"/>
18
- <glyph unicode="+" glyph-name="gid376" horiz-adv-x="1367" d="M585,94v986H782V94H585ZM191,494V680h985V494H191Z"/>
19
- <glyph unicode="," glyph-name="gid362" horiz-adv-x="621" d="M125-371l88,585H450L285-371H125Z"/>
20
- <glyph unicode="-" glyph-name="gid344" horiz-adv-x="947" d="M805,723V533H143V723H805Z"/>
21
- <glyph unicode="." glyph-name="gid363" horiz-adv-x="621" d="M311-15q-62,0-105,43T163,132q0,62 43,104.5T311,279q61,0 104-42.5T458,132q0-61-43-104T311-15Z"/>
22
- <glyph unicode="/" glyph-name="gid340" horiz-adv-x="757" d="M717,1560L237-224H40L520,1560H717Z"/>
23
- <glyph unicode="0" glyph-name="gid258" horiz-adv-x="1322" d="M661-20Q487-20 365,70T178,330.5T113,744q0,242 65,413t187.5,262T661,1510q172,0 295-91t188-262t65-413t-64.5-413T957.5,70T661-20Zm0,195q103,0 175,67.5T945.5,437T983,744q0,181-37.5,309T836,1248.5T661,1316t-175-68T376,1052.5T338,744q0-180 38-307T486,242.5T661,175Z"/>
24
- <glyph unicode="1" glyph-name="gid259" horiz-adv-x="850" d="M685,1490V0H459V1283H449L95,1025v229l326,236H685Z"/>
25
- <glyph unicode="2" glyph-name="gid260" horiz-adv-x="1262" d="M144,0V165L650,688q78,82 130,145t79,121t27,124q0,75-34.5,129t-94,83T622,1319q-79,0-138-32.5T393,1195t-32-139H142q0,136 63,238.5t172,159T626,1510q142,0 249.5-56T1044,1302.5t61-216.5q0-82-30.5-160t-107-176T752,512L460,207V195h668V0H144Z"/>
26
- <glyph unicode="3" glyph-name="gid261" horiz-adv-x="1284" d="M643-20Q492-20 374.5,32t-186,144T116,390H347q5-66 44.5-114T496,202t145-26q88,0 155,30t105.5,84.5T940,417q0,75-38,131.5T792,637T617,669H490V855H617q82,0 145,29.5T860,967t35,124q0,69-31,120t-87,79.5T645,1319q-72,0-134.5-26.5T409,1218t-42-116H147q4,121 71.5,213t180,143.5T649,1510q143,0 248.5-56T1060,1305.5t57-201.5q0-126-70-212.5T860,774V763q99-15 169-63.5T1135,577t36-168q0-123-68-220T915.5,36T643-20Z"/>
27
- <glyph unicode="4" glyph-name="gid262" horiz-adv-x="1344" d="M114,290V474L756,1490H902V1219H809L352,496V484h882V290H114ZM819,0V345l2,85V1490h217V0H819Z"/>
28
- <glyph unicode="5" glyph-name="gid263" horiz-adv-x="1235" d="M607-20Q468-20 359,33T185.5,179T116,390H338q5-63 42-112.5T476.5,200T607,172q85,0 151,39T861.5,319.5T899,478q0,90-39,161.5T753,751T597,791q-68,0-136-23.5T352,707L142,737l83,753h823V1295H416L369,879h8q44,43 117,71t156,28q102,0 188-36.5T987.5,838t99-157.5T1122,482q0-145-66-258.5T873.5,45T607-20Z"/>
29
- <glyph unicode="6" glyph-name="gid264" horiz-adv-x="1290" d="M659-20Q559-20 461.5,15.5t-176,117T160,352T113,695q0,194 39,345t113,256t178,159.5T678,1510q132,0 235.5-52.5t169-144.5t81.5-211H940q-23,91-89.5,149.5T678,1310q-109,0-186.5-64t-118-183.5T333,774h11q38,63 94,108.5T564.5,952T713,976q130,0 235-62.5T1115.5,740T1178,487q0-143-65-258T931.5,47T659-20Zm-1,192q85,0 152,42T916.5,326.5T956,484q0,86-38,155.5T813.5,750T662,791q-64,0-118.5-24.5t-95.5-68t-64-99T361,482q0-83 38.5-153.5T505.5,215T658,172Z"/>
30
- <glyph unicode="7" glyph-name="gid265" horiz-adv-x="1170" d="M192,0L840,1283v12H90v195h989V1287L431,0H192Z"/>
31
- <glyph unicode="8" glyph-name="gid266" horiz-adv-x="1289" d="M644-20Q488-20 368,34T180.5,182.5T113,397q0,94 39.5,174T260,704.5T414,773v8Q301,808 234,900.5T167,1113q0,114 61.5,204t169,141.5T644,1510q137,0 245-51.5T1059,1317t62-204q0-120-68-212.5T876,781v-8q83-15 151.5-68.5T1136,571t40-174q0-120-68-214.5T920,34T644-20Zm0,185q92,0 159,31t104,86.5T944,412q0,77-39,136.5T798,642T644,676q-87,0-155-34T382,549T343,412q0-74 36.5-129.5T484,196t160-31Zm0,692q74,0 131,29.5t90.5,83T899,1092q0,70-32,122t-89.5,80.5T644,1323t-133.5-28.5T421,1214t-32-122q0-69 32-122.5t90-83T644,857Z"/>
32
- <glyph unicode="9" glyph-name="gid267" horiz-adv-x="1290" d="M614-21Q480-21 376.5,31.5T208,177.5T126,391H352q21-93 87.5-152.5T614,179q109,0 186,64T918,427.5T959,717H948q-38-62-94-107T728,540T579,515q-130,0-236,63T175,752t-62,252q0,143 65,258.5t182.5,183T635,1511q99-1 195.5-37t175-116.5t125.5-218T1178,796q0-194-39.5-346t-113-257T848,33.5T614-21Zm14,721q64,0 119,25t96,68.5t64.5,99T931,1011q0,81-39,151T786,1275t-153,43q-84,0-151.5-41.5T375,1164.5T336,1008t38-155.5t104-111T628,700Z"/>
33
- <glyph unicode=":" glyph-name="gid365" horiz-adv-x="621" d="M311-15q-62,0-105,43T163,132q0,62 43,104.5T311,279q61,0 104-42.5T458,132q0-61-43-104T311-15Zm0,787q-62,0-105,43T163,919q0,62 43,104.5T311,1066q61,0 104-42.5T458,919q0-61-43-104T311,772Z"/>
34
- <glyph unicode=";" glyph-name="gid367" horiz-adv-x="646" d="M125-371l88,585H450L285-371H125ZM336,772q-62,0-105,43T188,919q0,62 43,104.5T336,1066q61,0 104-42.5T483,919q0-61-43-104T336,772Z"/>
35
- <glyph unicode="&lt;" glyph-name="gid373" horiz-adv-x="1367" d="M171,504V670l969,469V912L428,589l7,13V572l-7,11l712-322V36L171,504Z"/>
36
- <glyph unicode="=" glyph-name="gid375" horiz-adv-x="1367" d="M216,714V909h935V714H216Zm0-449V460h935V265H216Z"/>
37
- <glyph unicode="&gt;" glyph-name="gid374" horiz-adv-x="1367" d="M1195,504L226,36V261L940,583l-8-11v30l8-13L226,912v227l969-469V504Z"/>
38
- <glyph unicode="?" glyph-name="gid322" horiz-adv-x="1080" d="M385,452v15q0,134 25.5,208t73,117.5T597,876q67,41 112,99t45,140q0,64-29.5,110.5t-80,72T532,1323q-56,0-106.5-23T342,1228.5T304,1104H81q4,133 65.5,223T309,1463.5T532,1510q135,0 235-49.5t156.5-139T980,1114q0-123-55.5-209T770,760q-62-38-101-73.5T612.5,601T595,467V452H385ZM492-15q-63,0-106,42T343,131t43,104t106,42q64,0 106.5-42T641,131T598.5,27T492-15Z"/>
39
- <glyph unicode="@" glyph-name="gid330" horiz-adv-x="2012" d="M1050-406q-225,0-399.5,61.5T356-164T174.5,127.5T113,522q0,214 61.5,385.5t180,293T644,1387t389,65q210,0 371-66t271.5-180.5t167.5-262T1900,634q0-113-15-221t-54.5-194.5T1719,80.5T1532,29q-56,0-116,16.5T1312,99t-53,98h-8q-27-68-97.5-116T968,33Q834,33 742,98T603,275.5T556,532q0,138 54,246.5T759,949t218,62q96,0 162.5-35t94.5-79h10v90h174V323q0-56 30-95.5t88-39.5q69,0 107.5,47t54,144T1713,628q0,132-42,249.5t-126,208T1334,1228t-299,52q-173,0-308.5-51.5T498,1079T356.5,840T308,521q0-181 48.5-321.5T501-37T737.5-183T1062-233q81,0 157,14t136.5,32.5T1449-156l55-162q-47-21-121-41.5T1222-393t-172-13ZM982,206q92,0 150,37t85,111t27,185q0,112-29,176.5t-87,92T986,835q-80,0-136.5-40T763,688T733,539q0-89 25.5-165t80-122T982,206Z"/>
40
- <glyph unicode="A" glyph-name="gid2" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338Z"/>
41
- <glyph unicode="B" glyph-name="gid16" horiz-adv-x="1345" d="M165,0V1490H714q159,0 263-52t155-140.5t51-198.5q0-93-34-156.5t-91.5-102T931,784V769q75-3 146-47.5t117.5-125T1241,401q0-113-53.5-204T1023,53T738,0H165ZM393,196H715q160,0 230,62t70,154q0,72-35.5,130T879,634.5T724,669H393V196Zm0,649H692q75,0 136,29t96,82t35,124q0,92-64,153.5T698,1295H393V845Z"/>
42
- <glyph unicode="C" glyph-name="gid18" horiz-adv-x="1502" d="M784-20Q591-20 439,71.5t-239,263T113,744q0,239 87,410.5T439,1418t345,92q118,0 221.5-34t185-99t135-158t72.5-211H1169q-14,71-49.5,125.5T1033,1226t-114,57t-133,19q-128,0-229.5-64.5T397,1048.5T339,744t59-304.5t160-188T786,188q70,0 132.5,19.5t114,57t87,92.5T1169,482h230q-17-110-69-201.5T1197,121T1011.5,16.5T784-20Z"/>
43
- <glyph unicode="D" glyph-name="gid21" horiz-adv-x="1478" d="M649,0H281V200H637q169,0 281,63t168,185.5T1142,747q0,175-55.5,296t-165,184T649,1290H273v200H664q220,0 377-89t241-255.5T1366,747q0-233-84.5-400t-245-257T649,0ZM393,1490V0H165V1490H393Z"/>
44
- <glyph unicode="E" glyph-name="gid23" horiz-adv-x="1235" d="M165,0V1490h938V1294H393V850h659V655H393V196h716V0H165Z"/>
45
- <glyph unicode="F" glyph-name="gid34" horiz-adv-x="1207" d="M165,0V1490h927V1294H393V815h632V620H393V0H165Z"/>
46
- <glyph unicode="G" glyph-name="gid35" horiz-adv-x="1531" d="M791-20Q589-20 436.5,73t-238,264.5T113,744q0,238 86.5,409.5t237.5,264T781,1510q120,0 224.5-35.5t187-101t136-156T1400,1019H1166q-20,65-55,117.5t-83.5,89.5t-110,56.5T783,1302q-126,0-226.5-64t-159-188.5T339,745t58.5-304T558,252.5T792,188q120,0 209.5,48.5t139,138T1190,586l59-10H825V764h588V593q0-188-80.5-325.5T1112,55T791-20Z"/>
47
- <glyph unicode="H" glyph-name="gid38" horiz-adv-x="1525" d="M165,0V1490H393V860h738v630h229V0H1131V664H393V0H165Z"/>
48
- <glyph unicode="I" glyph-name="gid41" horiz-adv-x="558" d="M393,1490V0H165V1490H393Z"/>
49
- <glyph unicode="J" glyph-name="gid51" horiz-adv-x="1178" d="M552-20Q344-20 216.5,98T89,433v83H318V432q0-127 64-193t170-66t170,66t64,193V1490h227V434q0-218-126-336T552-20Z"/>
50
- <glyph unicode="K" glyph-name="gid52" horiz-adv-x="1408" d="M327,396V624q49,75 97.5,141T526,895t113,132l418,463h290L714,793l-15,3L327,396ZM165,0V1490H393V1014l-4-340l4-112V0H165Zm918,0L576,729L719,904L1353,0H1083Z"/>
51
- <glyph unicode="L" glyph-name="gid55" horiz-adv-x="1158" d="M165,0V1490H393V196h675V0H165Z"/>
52
- <glyph unicode="M" glyph-name="gid58" horiz-adv-x="1869" d="M165,0V1490H501L826,635q14-38 31.5-96T894,413t36-134t30-119H912q13,50 30,115.5T978,409t37,128t32,98l320,855h338V0H1478V802q0,46 1,110t2.5,135.5t3,144.5t2.5,140h17q-20-73-43.5-150.5t-46-149.5t-43-131.5T1337,802L1032,0H837L528,802q-15,38-34.5,96.5t-42.5,130t-47,149T356,1332h20q2-61 3.5-132.5t3-144.5t3-138.5T387,802V0H165Z"/>
53
- <glyph unicode="N" glyph-name="gid61" horiz-adv-x="1549" d="M165,0V1490H428L989,603q28-44 63-105t74-137.5T1203,194h-28q-9,85-13.5,168.5T1155,519t-2,123v848h231V0H1120L617,793q-40,65-78.5,131t-85,152.5T340,1287h36q5-110 10-205.5t7.5-169T396,795V0H165Z"/>
54
- <glyph unicode="O" glyph-name="gid66" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64Z"/>
55
- <glyph unicode="P" glyph-name="gid84" horiz-adv-x="1314" d="M165,0V1490H699q172,0 287-64t172-173t57-247t-57.5-247.5T985,585.5T697,522H332V715H675q110,0 178,38t99.5,104T984,1006q0,84-31.5,149.5T852.5,1258T673,1295H393V0H165Z"/>
56
- <glyph unicode="Q" glyph-name="gid86" horiz-adv-x="1574" d="M713,481H932l157-204l69-87l248-325H1179L1014,81l-55,77L713,481ZM786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64Z"/>
57
- <glyph unicode="R" glyph-name="gid87" horiz-adv-x="1327" d="M165,0V1490H699q172,0 287-59.5T1158,1265t57-243q0-138-57.5-241.5T985,620T697,563H296V758H675q110,0 177.5,31.5T952,880t32,142q0,84-32,145t-100,94.5T673,1295H393V0H165Zm847,0L651,673H904L1271,0H1012Z"/>
58
- <glyph unicode="S" glyph-name="gid90" horiz-adv-x="1323" d="M665-25Q498-25 375,28T182.5,179.5T106,414H335q7-81 52.5-134T506,201t158-26q95,0 168.5,29.5t116.5,84T992,415q0,65-37.5,106.5t-101,69T709,639L535,687Q352,736 249.5,832T147,1081q0,129 69.5,225.5t189,150T675,1510q153,0 269.5-53.5t183-146.5t69.5-212H975q-11,102-94.5,158T670,1312q-90,0-156.5-28t-103-77.5T374,1094q0-71 43.5-114.5t106-69T643,870l145-38q71-18 146.5-48.5t139.5-79t103.5-120T1217,412q0-126-65-225T963.5,31.5T665-25Z"/>
59
- <glyph unicode="T" glyph-name="gid93" horiz-adv-x="1337" d="M90,1294v196H1247V1294H784V0H555V1294H90Z"/>
60
- <glyph unicode="U" glyph-name="gid95" horiz-adv-x="1516" d="M759-23Q580-23 446,46T238.5,235.5T165,512v978H393V531q0-101 44.5-179T564,229t195-45q112,0 193.5,45T1078,352t44,179v959h229V512q0-156-73.5-276.5T1070.5,46T759-23Z"/>
61
- <glyph unicode="V" glyph-name="gid109" horiz-adv-x="1452" d="M590,0L51,1490H297L587,661q32-96 73.5-235T755,98H708q52,193 92.5,330T872,661l282,829h247L869,0H590Z"/>
62
- <glyph unicode="W" glyph-name="gid112" horiz-adv-x="2054" d="M455,0L51,1490H291L506,636q20-79 37-164t33.5-172T608,126H574q16,87 33,174t35,172t39,164l221,854h250l219-854q21-79 39-164t35.5-172T1479,126h-36q16,87 32,174t34.5,172T1546,636l215,854h242L1597,0H1334L1097,883q-27,104-50,226t-47,268h52q-25-140-45.5-259T955,883L719,0H455Z"/>
63
- <glyph unicode="X" glyph-name="gid117" horiz-adv-x="1435" d="M55,0L649,847V676L93,1490H358l197-294q48-70 78-121t55-99t57-110H696q31,61 56.5,109t56.5,99.5T887,1196l201,294h259L795,687V853L1380,0H1114L871,356q-42,62-70,106.5T749.5,550T697,650h43q-29-55-53-98t-52-88T563,356L317,0H55Z"/>
64
- <glyph unicode="Y" glyph-name="gid119" horiz-adv-x="1426" d="M600,0V593L51,1490H317l280-475q47-78 82.5-150T753,687H680q38,108 73.5,180.5T833,1015l277,475h265L828,593V0H600Z"/>
65
- <glyph unicode="Z" glyph-name="gid127" horiz-adv-x="1312" d="M125,0V150l645,945q49,71 105.5,142T988,1378l22-74q-95-7-190.5-8.5T630,1294H119v196H1187V1338L552,409q-52-75-110.5-149.5T324,112l-22,74q96,7 192,8.5T686,196h507V0H125Z"/>
66
- <glyph unicode="[" glyph-name="gid326" horiz-adv-x="755" d="M211-279V1581H639V1403H422V-101H639V-279H211Z"/>
67
- <glyph unicode="\" glyph-name="gid343" horiz-adv-x="757" d="M520-224L40,1560H237L717-224H520Z"/>
68
- <glyph unicode="]" glyph-name="gid327" horiz-adv-x="755" d="M116-279v178H333V1403H116v178H544V-279H116Z"/>
69
- <glyph unicode="^" glyph-name="gid393" horiz-adv-x="976" d="M461,1350h52v-76H461v76ZM78,814l303,633H595L898,814H703L481,1303h14L274,814H78Z"/>
70
- <glyph unicode="_" glyph-name="gid392" horiz-adv-x="948" d="M948,0V-188H0V0H948Z"/>
71
- <glyph unicode="`" glyph-name="gid449" horiz-adv-x="690" d="M351,1263L154,1562H380l140-299H351Z"/>
72
- <glyph unicode="a" glyph-name="gid130" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18Z"/>
73
- <glyph unicode="b" glyph-name="gid143" horiz-adv-x="1266" d="M703-22Q602-22 537.5,12.5T436.5,93T380,175H362V0H148V1490H368V936h12q20,35 55.5,81t99,80.5T703,1132q134,0 239.5-68T1109,867t61-311q0-180-60-309.5T944.5,47.5T703-22ZM654,165q96,0 161,52t97.5,141T945,558q0,110-32.5,197.5T815.5,894T654,945q-94,0-159-48.5t-98-135T364,558q0-116 33.5-204.5T496,215t158-50Z"/>
74
- <glyph unicode="c" glyph-name="gid146" horiz-adv-x="1182" d="M618-23Q460-23 343,49T161,251T96,553q0,174 65,304.5T343,1060t275,72q87,0 163-22.5t137.5-65t104-104T1086,802L877,752q-11,43-34,78.5T787.5,892t-75,40T619,946q-101,0-167.5-53.5T352.5,750T320,553q0-107 32.5-195.5t99-141.5T619,163q52,0 95,14.5t77,41t57,64T881,365l208-50q-20-79-63-141.5T921.5,67T783,0T618-23Z"/>
75
- <glyph unicode="d" glyph-name="gid149" horiz-adv-x="1266" d="M564-22Q428-22 322,47.5t-166,199T96,556q0,182 61,311t167,197t240,68q104,0 167.5-34.5T831,1017t55-81h12v554h220V0H904V175H886q-19-36-56-82T729,12.5T564-22Zm48,187q94,0 158.5,50t98,138.5T902,558q0,117-33,203.5t-97.5,135T612,945q-97,0-161.5-51t-97-138.5T321,558q0-111 33-200t98-141t160-52Z"/>
76
- <glyph unicode="e" glyph-name="gid151" horiz-adv-x="1203" d="M630-23Q465-23 345,48T160.5,248T96,551q0,172 63.5,303T339,1058.5T611,1132q96,0 185-31.5T956,1002t112.5-173.5T1110,570V492H219V656H997L894,602q0,103-32,181.5T767.5,906T611,950q-93,0-159-45T351.5,786.5T317,626V514q0-115 39.5-194.5T467,199.5T632,159q62,0 112,17.5t86.5,53T886,317l207-49q-27-86-90.5-152T844.5,13.5T630-23Z"/>
77
- <glyph unicode="f" glyph-name="gid160" horiz-adv-x="777" d="M702,1118V939H20v179H702ZM232,0V1246q0,104 46.5,174T401,1525t164,35q67,0 114.5-11t69.5-19l-51-178q-16,5-39.5,10.5T600,1368q-78,0-113-39t-35-113V0H232Z"/>
78
- <glyph unicode="g" glyph-name="gid161" horiz-adv-x="1269" d="M615-442q-129,0-224,33T234.5-321T141-199l184,87q20-32 53.5-67.5T469-240t146-25q128,0 207.5,60.5T902-15V203H883q-20-37-55.5-80t-99-74.5T563,17Q431,17 325.5,79T158,263T96,563t61.5,305.5t168,195.5T566,1132q103,0 167.5-34t101-80.5T890,936h16v182h215V-16q0-147-66.5-241.5T873.5-397T615-442Zm-1,642q94,0 158.5,43.5t97.5,126T903,566q0,113-33,198T772.5,897T614,945q-97,0-162-50.5t-98-136T321,566q0-109 33-191.5T452.5,246T614,200Z"/>
79
- <glyph unicode="h" glyph-name="gid164" horiz-adv-x="1232" d="M368,662V0H148V1490H366V844H337q49,150 142,219t225,69q114,0 199.5-48t133-141.5T1084,710V0H864V683q0,121-63,189T628,940q-74,0-133-32.5T402,813T368,662Z"/>
80
- <glyph unicode="i" glyph-name="gid167" horiz-adv-x="516" d="M148,0V1118H368V0H148ZM259,1289q-57,0-97.5,38T121,1419q0,55 40.5,93t97.5,38t98-38t41-93q0-54-41-92t-98-38Z"/>
81
- <glyph unicode="j" glyph-name="gid179" horiz-adv-x="516" d="M147,1118H368V-72q1-114-40.5-191T206-379T10-418H-34v189H1q78,0 112,40.5T147-71V1118Zm111,171q-57,0-97.5,38T120,1419q0,55 40.5,93t97.5,38t98-38t41-93q0-54-41-92t-98-38Z"/>
82
- <glyph unicode="k" glyph-name="gid180" horiz-adv-x="1145" d="M351,377V646h37l441,472h264L588,577H551L351,377ZM148,0V1490H368V0H148ZM852,0L455,528L607,684L1124,0H852Z"/>
83
- <glyph unicode="l" glyph-name="gid183" horiz-adv-x="516" d="M368,1490V0H148V1490H368Z"/>
84
- <glyph unicode="m" glyph-name="gid187" horiz-adv-x="1819" d="M148,0V1118H357l6-259H346q24,95 74,156t117,91.5T677,1137q122,0 197-75.5T975,851H947q22,92 76,156t130.5,97t163.5,33q99,0 179.5-43T1624,966t47-212V0H1451V732q0,112-62.5,162T1241,944q-69,0-119-29t-77-80.5T1018,716V0H801V746q0,90-57.5,144T597,944q-61,0-113.5-28.5t-84-84T368,695V0H148Z"/>
85
- <glyph unicode="n" glyph-name="gid190" horiz-adv-x="1232" d="M368,662V0H148V1118H358l2-274H337q49,150 142,219t225,69q114,0 199-48t133-141.5T1084,710V0H864V683q0,121-63,189T628,940q-74,0-133-32.5T402,813T368,662Z"/>
86
- <glyph unicode="o" glyph-name="gid195" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163Z"/>
87
- <glyph unicode="p" glyph-name="gid207" horiz-adv-x="1266" d="M148-418V1118H362V936h18q20,35 55.5,81t99,80.5T703,1132q134,0 239.5-68T1109,867t61-311q0-180-60-309.5T944.5,47.5T703-22Q602-22 537.5,12.5T436.5,93T380,175H368V-418H148ZM654,165q96,0 161,52t97.5,141T945,558q0,110-32.5,197.5T815.5,894T654,945q-94,0-159-48.5t-98-135T364,558q0-116 33.5-204.5T496,215t158-50Z"/>
88
- <glyph unicode="q" glyph-name="gid209" horiz-adv-x="1266" d="M1118-418H898V175H886q-19-36-56-82T729,12.5T564-22Q428-22 322,47.5t-166,199T96,556q0,182 61,311t167,197t240,68q104,0 167.5-34.5T831,1017t55-81h18v182h214V-418ZM612,165q94,0 158.5,50t98,138.5T902,558q0,117-33,203.5t-97.5,135T612,945q-97,0-161.5-51t-97-138.5T321,558q0-111 33-200t98-141t160-52Z"/>
89
- <glyph unicode="r" glyph-name="gid210" horiz-adv-x="792" d="M148,0V1118H361V938h12q31,92 108,144t175,52q21,0 48-1.5t45-4.5V918q-12,4-46,8t-69,4q-76,0-137-32t-95-88.5T368,679V0H148Z"/>
90
- <glyph unicode="s" glyph-name="gid213" horiz-adv-x="1103" d="M549-23Q428-23 333.5,12t-155,103.5T98,283l207,43q23-87 86-129t160-42q106,0 169,44.5T783,306q0,54-38.5,89T626,447L438,490Q282,525 206,602T130,799q0,100 56,175t153,116.5T563,1132q121,0 207-35t139.5-98T986,853L789,810q-21,59-73,103.5T565,958q-91,0-152-41T352,813q0-56 40.5-90.5T525,667l180-40q155-35 230-110t75-192q0-102-58.5-180.5t-162-123T549-23Z"/>
91
- <glyph unicode="t" glyph-name="gid217" horiz-adv-x="697" d="M626,1118V939H20v179H626ZM183,1384H403V302q0-67 28.5-98.5T525,172q17,0 45,4t48,8L657,8Q622-4 582-9.5T503-15Q351-15 267,63.5T183,284V1384Z"/>
92
- <glyph unicode="u" glyph-name="gid220" horiz-adv-x="1232" d="M529-14Q415-14 329,34T195.5,176T148,408v710H368V435q0-121 63.5-189T604,178q75,0 133.5,32.5t92.5,95T864,456v662h220V0H874l-1,274h21Q845,122 751,54T529-14Z"/>
93
- <glyph unicode="v" glyph-name="gid230" horiz-adv-x="1177" d="M468,0L46,1118H284L505,483q37-105 63-210.5T623,63H557q28,104 54,209.5T673,483l221,635h236L708,0H468Z"/>
94
- <glyph unicode="w" glyph-name="gid233" horiz-adv-x="1698" d="M393,0L57,1118H289L412,655q27-104 58-231.5T530,136H498q29,154 60,282t59,237l123,463H960l121-463q28-106 58.5-234T1199,136h-33q30,155 60,283t58,236l123,463h234L1304,0H1083L945,481q-21,73-41,152.5T865,796T826,961h45q-19-81-38.5-164.5T793,632.5T752,481L614,0H393Z"/>
95
- <glyph unicode="x" glyph-name="gid238" horiz-adv-x="1141" d="M57,0L496,659l-1-170L80,1118H328L454,914q52-84 91.5-161T626,604H525q43,72 79,149t90,161l129,204h244L648,483V648L1084,0H837L687,238q-52,83-91,158T516,541H618q-40-70-76-145T454,238L302,0H57Z"/>
96
- <glyph unicode="y" glyph-name="gid240" horiz-adv-x="1178" d="M133-402l54,179l25-6q57-15 102.5-8t79,42.5T447-87L471-5L46,1118H284L505,483q37-106 61.5-211T620,63H552q29,104 55.5,209.5T671,483l225,635h236L646-155q-34-90-83.5-150T445-395.5T287-426q-52,0-93,7.5T133-402Z"/>
97
- <glyph unicode="z" glyph-name="gid248" horiz-adv-x="1145" d="M124,0V150L726,916v10H143v192h858V956L422,202V192h599V0H124Z"/>
98
- <glyph unicode="{" glyph-name="gid328" horiz-adv-x="902" d="M143,643V756q123,0 171,50.5T362,973v212q0,112 25.5,188t78,121.5t132.5,66T786,1581V1405q-128,0-174-55.5T566,1173V910q0-57-16.5-105.5T488,720T360,663.5T143,643ZM786-279q-108,0-188,20T465.5-193.5t-78,122T362,117V327q0,117-48,168T143,546V659q134,0 217-20.5T488,581t61.5-86T566,391V129Q566,9 612-47.5T786-104V-279ZM143,545V757H351V545H143Z"/>
99
- <glyph unicode="|" glyph-name="gid341" horiz-adv-x="708" d="M453,1970V-480H254V1970H453Z"/>
100
- <glyph unicode="}" glyph-name="gid329" horiz-adv-x="902" d="M759,643q-134,0-217,20.5T414,720t-61,84.5T337,910v263q0,120-46,176t-175,56v176q108,0 187.5-20.5t132-66t78-121.5T539,1185V973q0-116 49-166.5T759,756V643ZM116-279v175q129,0 175,56.5T337,129V391q0,55 16,104t61,86t128,57.5T759,659V546q-123-1-171.5-52T539,327V117Q539,5 513.5-71.5t-78-122T303.5-259T116-279ZM759,546l-208-1V757l208-1V546Z"/>
101
- <glyph unicode="~" glyph-name="gid381" horiz-adv-x="1367" d="M164,428q-2,128 38.5,209.5T312,757t150,38q72,0 133.5-30T738,664q49-43 80-62t69-19q59,0 94,43.5T1015,757h187q3-128-38-209T1054,428.5T905,390q-75,0-137.5,32T628,520q-51,46-81,64t-68,18q-56,0-92.5-40.5T351,428H164Z"/>
102
- <glyph unicode="&#xa0;" glyph-name="gid462" horiz-adv-x="546"/>
103
- <glyph unicode="&#xa1;" glyph-name="gid321" horiz-adv-x="623" d="M190-363L206,650H419L434-363H190ZM311,850q-62,0-105,42T163,996q0,63 43,104.5T311,1142q64,0 106.5-41.5T460,996q0-62-42.5-104T311,850Z"/>
104
- <glyph unicode="&#xa2;" glyph-name="gid254" horiz-adv-x="1182" d="M550,0V1490H669V0H550Zm68,167q-158,0-275,72T161,441T96,743q0,174 65,304.5T343,1250t275,72q87,0 163-22.5t137.5-65t104-104T1086,992L877,942q-11,43-34,78.5T787.5,1082t-75,40T619,1136q-101,0-167.5-53.5T352.5,940T320,743q0-107 32.5-195.5t99-141.5T619,353q52,0 95,14.5t77,41t57,64T881,555l208-50q-20-79-63-141.5T921.5,257T783,190T618,167Z"/>
105
- <glyph unicode="&#xa3;" glyph-name="gid256" horiz-adv-x="1270" d="M105,149v47q87,0 127.5,47T269,381l-23,654q-6,140 51,247t164,168t251,61q118,0 213.5-47t157-132.5T1162,1129l-209-33q-17,102-78,160.5T714,1315q-88,0-145-35.5T485.5,1183T461,1043l20-643q3-70-27-116.5T376.5,210t-101-40T176,153t-71-4ZM105,0V196H886q41,0 58,17.5T961,270v60h205V280q0-139-69-209.5T886,0H105Zm0,663V827H920V663H105Z"/>
106
- <glyph unicode="&#xa4;" glyph-name="gid339" horiz-adv-x="1509" d="M752-20Q627-20 518,28T326.5,161.5T197.5,361T151,608t46.5,247t129,199T518,1186.5T752,1234q123,0 232.5-47.5t192-132.5T1306,855t48-247q-1-133-48-247.5t-129.5-200t-192-133T752-20Zm0,171q119,0 216,61.5T1122.5,378T1180,608q0,128-57.5,231.5T968,1004t-216,61t-217-61T379,839.5T321,608q0-126 58-230T535,212.5T752,151Zm430,771l-125,130l202,206l128-130L1182,922Zm77-940L1057,188l125,128l205-204L1259-18ZM250-18L125,112L327,316L455,188L250-18Zm77,940L125,1128l125,130l205-206L327,922Z"/>
107
- <glyph unicode="&#xa5;" glyph-name="gid255" horiz-adv-x="1140" d="M274,1490L628,689L463,593L30,1490H274ZM513,690l354,800h245L677,593L513,690Zm169,93V0H456V783H682Zm315-31V602H132V752H997Zm0-288V314H132V464H997Z"/>
108
- <glyph unicode="&#xa6;" glyph-name="gid342" horiz-adv-x="600" d="M199,407H401V-280H199V407ZM401,1490V807H199v683H401Z"/>
109
- <glyph unicode="&#xa7;" glyph-name="gid405" horiz-adv-x="1164" d="M567-302q-118,0-203,38.5T227-153T154,19L346,62q21-84 71-133.5T570-121q87,0 139.5,38T762,28q0,50-23,84t-58,58.5T609,212L334,358q-67,35-117,84T140,550T113,671q0,64 29,118.5t81.5,89T346,916l3,4q-76,56-114,118.5T197,1187q0,150 106,237t281,87q170,0 264-83.5T982,1190l-185-43q-29,90-72,136.5T587,1330q-89,0-137.5-39.5T401,1182q0-50 23.5-85t59.5-59.5T559,994L834,847q68-35 116.5-84T1025,657t26-117q0-65-30-119t-82.5-88T818,294l-2-6q55-35 88.5-77t49-90T969,21q0-98-51-171T776.5-262.5T567-302ZM691,372q28-16 69-4.5t73,48T866,511q1,38-13,71.5t-43.5,63T734,698L464,841q-30,16-69,4t-68-49t-30-96q-2-39 12.5-73.5T355,562t78-55L691,372Z"/>
110
- <glyph unicode="&#xa8;" glyph-name="gid450" horiz-adv-x="1232" d="M830,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T830,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T402,1291Z"/>
111
- <glyph unicode="&#xa9;" glyph-name="gid397" horiz-adv-x="1872" d="M518,744q0,118 57,214.5t154,154T944,1170q102,0 188.5-44.5t143-120T1346,834H1158q-14,68-75.5,112T944,990q-67,0-123-33t-89.5-89T698,744q0-67 33.5-122.5T821,533t123-33q77,0 132,43.5T1145,656h187q-12-96-65.5-172.5T1129.5,363T944,319q-118,0-215,57.5t-154,154T518,744ZM936-23Q777-23 638,36.5T393,202T227.5,447T168,745t59.5,298T393,1288t245,165.5T936,1513t298-59.5T1479,1288t165.5-245T1704,745t-59.5-298T1479,202T1234,36.5T936-23Zm0,195q119,0 222.5,44.5T1341,340t123.5,182.5T1509,745t-44.5,222.5T1341,1150t-182.5,123.5T936,1318t-222.5-44.5T531,1150T407.5,967.5T363,745t44.5-222.5T531,340T713.5,216.5T936,172Z"/>
112
- <glyph unicode="&#xaa;" glyph-name="gid400" horiz-adv-x="936" d="M365,649q-86,0-154,29T103,763.5T63,903q0,94 50.5,146T242,1124.5T406,1156q80,9 128.5,14.5T606,1190t23,42v4q0,62-41.5,96.5T465,1367t-129.5-32T269,1260L89,1297q29,75 85.5,123.5t131,71.5T464,1515q58,0 120.5-13.5t116.5-46t87-88.5t33-141V666H636V782h-8q-27-53-92-93T365,649Zm45,144q69,0 118,24t75.5,64T630,968v100q-12-11-51-19t-83-13.5t-72-9.5q-76-10-125-37.5T250,904q0-54 45.5-82.5T410,793Z"/>
113
- <glyph unicode="&#xab;" glyph-name="gid371" horiz-adv-x="1246" d="M497,144L96,616l401,472H741L347,616L741,144H497Zm427,0L523,616l401,472h244L774,616l394-472H924Z"/>
114
- <glyph unicode="&#xac;" glyph-name="gid391" horiz-adv-x="1367" d="M883,305V571H221V757h859V305H883Z"/>
115
- <glyph unicode="&#xae;" glyph-name="gid396" horiz-adv-x="1361" d="M681,346q-120,0-225.5,45.5T270,517T144.5,702.5T99,928t45.5,225.5T270,1339t185.5,125.5T681,1510q121,0 226.5-45.5T1093,1339t125-185.5T1263,928t-45-225.5T1093,517T907.5,391.5T681,346Zm0,145q121,0 220,59t158,158t59,220t-59,220T901,1306t-220,59q-120,0-219.5-59T303,1148T244,928t59-220T461.5,550T681,491ZM798,662L672,914H807L937,662H798Zm-324,0v536H743q39,0 79-19t67-57t27-96t-28-99.5t-69-62T736,844H545v89H702q26,0 52,23t26,69t-26,63.5T703,1106H600V662H474Z"/>
116
- <glyph unicode="&#xaf;" glyph-name="gid453" horiz-adv-x="952" d="M757,1498V1340H195v158H757Z"/>
117
- <glyph unicode="&#xb0;" glyph-name="gid399" horiz-adv-x="936" d="M469,816q-95,0-173,45.5T171.5,985T125,1157q0,95 46.5,173.5T296,1455t173,46q94,0 171.5-46t124-124.5T811,1157q0-94-46.5-172t-124-123.5T469,816Zm0,167q48,0 87.5,23.5t63,63T643,1157q0,49-23.5,88.5t-63,63.5T469,1333q-49,0-89-24t-63.5-63.5T293,1157q0-48 23.5-87.5t63.5-63T469,983Z"/>
118
- <glyph unicode="&#xb1;" glyph-name="gid380" horiz-adv-x="1367" d="M199,65V257h969V65H199Zm0,594V849h969V659H199ZM585,378v753H783V378H585Z"/>
119
- <glyph unicode="&#xb2;" glyph-name="gid407" horiz-adv-x="917" d="M117,896v137l345,265q46,35 76.5,62t45,51.5T598,1464q0,52-44.5,81.5T443,1575q-68,0-109.5-28.5T292,1467H107q0,117 94,186.5T443,1723q159,0 252-67.5T788,1481q0-34-10-68.5t-38-73t-82-85T515,1150l-129-93v-7H812V896H117Z"/>
120
- <glyph unicode="&#xb3;" glyph-name="gid408" horiz-adv-x="931" d="M465,886q-99,0-181.5,30.5t-132,85T101,1128H297q2-38 51-62t118-24q74,0 120,29t46,73q0,46-49,75t-133,29H363v127h87q71,0 116.5,28.5T612,1477q0,43-40,69t-105,26q-67,0-113-25t-48-66H120q1,72 48,126.5t125.5,85T469,1723q99,0 174-31t116.5-84T801,1488q0-68-52.5-113T612,1321v-7q111-13 168-61.5T837,1128q0-71-47.5-125.5T658,917T465,886Z"/>
121
- <glyph unicode="&#xb4;" glyph-name="gid448" horiz-adv-x="690" d="M168,1263l140,299H535L336,1263H168Z"/>
122
- <glyph unicode="&#xb5;" glyph-name="gid223" horiz-adv-x="1229" d="M148-418V1118H368V446q0-95 33.5-156.5t90.5-90T619,171q71,0 126.5,29T833,290t32,156v672h219V274q0-51 23-71.5t78-20.5h34V0h-66Q1011,0 941.5,67T872,263V364h44q0-111-29-183.5T812.5,67T716,9.5T621-7Q576-7 525,9.5T428.5,67T354,180.5T325,364h43V-418H148Z"/>
123
- <glyph unicode="&#xb6;" glyph-name="gid404" horiz-adv-x="1231" d="M1056,1301H681V552H596q-160,0-271,61T157,780.5T100,1022q0,134 57,239.5t168,167T596,1490h460V1301ZM861,0V1490h206V0H861Z"/>
124
- <glyph unicode="&#xb7;" glyph-name="gid368" horiz-adv-x="621" d="M311,560q-62,0-105,43T163,707q0,62 43,104.5T311,854q61,0 104-42.5T458,707q0-61-43-104T311,560Z"/>
125
- <glyph unicode="&#xb8;" glyph-name="gid455" horiz-adv-x="615" d="M182-418v110H303q53,0 74,14t21,50t-21,50t-74,14H218L250,47H352V0l-2-87q97-1 144.5-40T542-247q0-89-56-130T308-418H182Z"/>
126
- <glyph unicode="&#xb9;" glyph-name="gid406" horiz-adv-x="643" d="M522,1713V896H329v654h-8L103,1422v167l207,124H522Z"/>
127
- <glyph unicode="&#xba;" glyph-name="gid401" horiz-adv-x="993" d="M497,650q-128,0-223.5,54.5T126,856T74,1082q0,130 52,227.5T273.5,1461T497,1515t222.5-54t147-151.5T919,1082q0-129-52.5-226.5T719.5,704T497,650Zm0,156q77,0 127,37t75,99.5T724,1082t-24.5,139.5t-75,100T497,1359t-127-37t-75-99.5T270,1082q0-77 25-139.5T370,843t127-37Z"/>
128
- <glyph unicode="&#xbb;" glyph-name="gid372" horiz-adv-x="1246" d="M78,144L472,616L78,1088H322L723,616L322,144H78Zm427,0L899,616L505,1088H749l401-472L749,144H505Z"/>
129
- <glyph unicode="&#xbc;" glyph-name="gid445" horiz-adv-x="1673" d="M451,1490V673H276v671h-9L77,1198v167l164,125H451ZM197,0L1221,1490h182L379,0H197ZM952,121V260l324,557h118V612h-74L1128,276V264h465V121H952ZM1327,0V162l4,63V817h163V0H1327Z"/>
130
- <glyph unicode="&#xbd;" glyph-name="gid444" horiz-adv-x="1758" d="M451,1490V673H276v671h-9L77,1198v167l164,125H451ZM197,0L1221,1490h182L379,0H197Zm906,0V119l278,289q53,55 80,95t27,84q0,48-35.5,74T1370,687q-48,0-78.5-26T1261,588H1093q0,111 80.5,174.5T1374,826q129,0 206.5-66.5T1658,596q0-37-16-79t-64-103.5T1436,253l-90-98V145h323V0H1103Z"/>
131
- <glyph unicode="&#xbe;" glyph-name="gid446" horiz-adv-x="1832" d="M398,664q-83,0-151,24T137.5,757.5T92,865H269q6-23 44.5-38.5T399,811q54,0 91.5,27.5T528,910q0,48-35,80.5T386,1023H301v133h85q53,0 86.5,30t33.5,79q0,42-27.5,67T404,1357q-44,0-84.5-19T275,1285H108q3,64 45,112t108.5,75T406,1499q87,0 147-32t92-84t32-110q0-69-39-115.5T534,1098v-9q90-11 133.5-61T711,899q0-101-88.5-168T398,664ZM356,0L1380,1490h182L538,0H356Zm756,121V260l324,557h118V612h-74L1288,276V264h465V121H1112ZM1487,0V162l4,63V817h163V0H1487Z"/>
132
- <glyph unicode="&#xbf;" glyph-name="gid323" horiz-adv-x="1080" d="M695,666V651q0-133-25.5-207.5T596.5,326T483,242q-67-41-112-99T326,3q0-63 29.5-110T436-179.5T548-205q56,0 106.5,23t84,71.5T776,14H999q-4-132-65.5-222.5T771-345.5T548-392q-134,0-235,50T156-203T100,4q0,123 55.5,209T310,358q63,39 101,74t56,85.5T485,651v15H695ZM588,1133q63,0 106-41.5T737,987q0-62-43-104T588,841T482,883T439,987q0,63 43,104.5T588,1133Z"/>
133
- <glyph unicode="&#xc0;" glyph-name="gid5" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM643,1635L446,1934H672l140-299H643Z"/>
134
- <glyph unicode="&#xc1;" glyph-name="gid6" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM635,1635l140,299h227L803,1635H635Z"/>
135
- <glyph unicode="&#xc2;" glyph-name="gid7" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM581,1649H376v9l253,276H820l254-276v-9H867L725,1823L581,1649Z"/>
136
- <glyph unicode="&#xc3;" glyph-name="gid4" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM859,1675q-40,0-76.5,13.5t-67.5,31t-57,31T611,1764q-27,0-41-25.5T554,1679H415q3,103 48.5,165T593,1906q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66h136q-3-105-50-166t-126-61Z"/>
137
- <glyph unicode="&#xc4;" glyph-name="gid3" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM939,1663q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T939,1663Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T511,1663Z"/>
138
- <glyph unicode="&#xc5;" glyph-name="gid8" horiz-adv-x="1452" d="M51,0L581,1490H861L1401,0H1154L864,829q-34,101-74.5,238T696,1396h46q-51-194-91.5-332.5T579,829L298,0H51ZM338,393V583h775V393H338ZM725,1542q-76,0-136,33.5t-95.5,90T458,1791q0,70 35.5,126t95.5,89t136,33t136-33t95.5-89T992,1791q0-69-35.5-125.5t-95.5-90T725,1542Zm0,128q52,0 87.5,35t35.5,86t-35,86t-88,35q-52,0-87.5-35T602,1791t35.5-86t87.5-35Z"/>
139
- <glyph unicode="&#xc6;" glyph-name="gid13" horiz-adv-x="2055" d="M51,0L743,1490H1921V1294H1213V845h660V650H1213V196h716V0H994V1343H907L303,0H51ZM397,395V574h710V395H397Z"/>
140
- <glyph unicode="&#xc7;" glyph-name="gid19" horiz-adv-x="1502" d="M784-20Q591-20 439,71.5t-239,263T113,744q0,239 87,410.5T439,1418t345,92q118,0 221.5-34t185-99t135-158t72.5-211H1169q-14,71-49.5,125.5T1033,1226t-114,57t-133,19q-128,0-229.5-64.5T397,1048.5T339,744t59-304.5t160-188T786,188q70,0 132.5,19.5t114,57t87,92.5T1169,482h230q-17-110-69-201.5T1197,121T1011.5,16.5T784-20ZM665-426v110H786q53,0 74,14t21,50t-21,50t-74,14H701L733,39H835V-8l-2-87q97-1 144.5-40T1025-255q0-89-56-130T791-426H665Z"/>
141
- <glyph unicode="&#xc8;" glyph-name="gid24" horiz-adv-x="1235" d="M165,0V1490h938V1294H393V850h659V655H393V196h716V0H165ZM556,1635L359,1934H585l140-299H556Z"/>
142
- <glyph unicode="&#xc9;" glyph-name="gid25" horiz-adv-x="1235" d="M165,0V1490h938V1294H393V850h659V655H393V196h716V0H165ZM549,1635l140,299H916L717,1635H549Z"/>
143
- <glyph unicode="&#xca;" glyph-name="gid26" horiz-adv-x="1235" d="M165,0V1490h938V1294H393V850h659V655H393V196h716V0H165ZM494,1649H289v9l253,276H733l254-276v-9H780L638,1823L494,1649Z"/>
144
- <glyph unicode="&#xcb;" glyph-name="gid27" horiz-adv-x="1235" d="M165,0V1490h938V1294H393V850h659V655H393V196h716V0H165ZM852,1663q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T852,1663Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T424,1663Z"/>
145
- <glyph unicode="&#xcc;" glyph-name="gid44" horiz-adv-x="558" d="M393,1490V0H165V1490H393ZM198,1635L1,1934H227l140-299H198Z"/>
146
- <glyph unicode="&#xcd;" glyph-name="gid45" horiz-adv-x="558" d="M393,1490V0H165V1490H393ZM190,1635l140,299H557L358,1635H190Z"/>
147
- <glyph unicode="&#xce;" glyph-name="gid46" horiz-adv-x="558" d="M393,1490V0H165V1490H393ZM135,1649H-70v9l253,276H374l254-276v-9H421L279,1823L135,1649Z"/>
148
- <glyph unicode="&#xcf;" glyph-name="gid42" horiz-adv-x="558" d="M393,1490V0H165V1490H393Zm101,173q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T494,1663Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T66,1663Z"/>
149
- <glyph unicode="&#xd0;" glyph-name="gid494" horiz-adv-x="1522" d="M693,0H325V200H681q169,0 281,63t168,185.5T1186,747q0,175-55.5,296t-165,184T693,1290H317v200H708q220,0 377-89t241-255.5T1410,747q0-233-84.5-400t-245-257T693,0ZM437,1490V0H209V1490H437ZM20,660V830H806V660H20Z"/>
150
- <glyph unicode="&#xd1;" glyph-name="gid62" horiz-adv-x="1549" d="M165,0V1490H428L989,603q28-44 63-105t74-137.5T1203,194h-28q-9,85-13.5,168.5T1155,519t-2,123v848h231V0H1120L617,793q-40,65-78.5,131t-85,152.5T340,1287h36q5-110 10-205.5t7.5-169T396,795V0H165ZM909,1675q-40,0-76.5,13.5t-67.5,31t-57,31T661,1764q-27,0-41-25.5T604,1679H465q3,103 48.5,165T643,1906q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66h136q-3-105-50-166t-126-61Z"/>
151
- <glyph unicode="&#xd2;" glyph-name="gid70" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64ZM704,1635L507,1934H733l140-299H704Z"/>
152
- <glyph unicode="&#xd3;" glyph-name="gid71" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64ZM697,1635l140,299h227L865,1635H697Z"/>
153
- <glyph unicode="&#xd4;" glyph-name="gid72" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64ZM642,1649H437v9l253,276H881l254-276v-9H928L786,1823L642,1649Z"/>
154
- <glyph unicode="&#xd5;" glyph-name="gid68" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64ZM920,1675q-40,0-76.5,13.5t-67.5,31t-57,31T672,1764q-27,0-41-25.5T615,1679H476q3,103 48.5,165T654,1906q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66h136q-3-105-50-166t-126-61Z"/>
155
- <glyph unicode="&#xd6;" glyph-name="gid67" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64Zm214,1475q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90t-91.5-38Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T572,1663Z"/>
156
- <glyph unicode="&#xd7;" glyph-name="gid378" horiz-adv-x="1367" d="M1035,98L197,935l139,141l838-839L1035,98ZM336,98L197,237l838,839l139-141L336,98Z"/>
157
- <glyph unicode="&#xd8;" glyph-name="gid69" horiz-adv-x="1570" d="M786-20Q593-20 440.5,71.5t-240,263T113,744q0,239 87.5,410.5t240,263.5T786,1510t344.5-92t239-263.5T1457,744q0-238-87.5-409.5t-239-263T786-20Zm0,208q127,0 227.5,63.5t159,188T1231,744q0,182-58.5,306.5t-159,188T786,1302q-128,0-229-64T397.5,1049.5T339,744q0-180 58.5-304T557,252t229-64ZM330-52L194,42L1241,1541l136-94L330-52Z"/>
158
- <glyph unicode="&#xd9;" glyph-name="gid96" horiz-adv-x="1516" d="M759-23Q580-23 446,46T238.5,235.5T165,512v978H393V531q0-101 44.5-179T564,229t195-45q112,0 193.5,45T1078,352t44,179v959h229V512q0-156-73.5-276.5T1070.5,46T759-23ZM677,1635L480,1934H706l140-299H677Z"/>
159
- <glyph unicode="&#xda;" glyph-name="gid97" horiz-adv-x="1516" d="M759-23Q580-23 446,46T238.5,235.5T165,512v978H393V531q0-101 44.5-179T564,229t195-45q112,0 193.5,45T1078,352t44,179v959h229V512q0-156-73.5-276.5T1070.5,46T759-23ZM669,1635l140,299h227L837,1635H669Z"/>
160
- <glyph unicode="&#xdb;" glyph-name="gid98" horiz-adv-x="1516" d="M759-23Q580-23 446,46T238.5,235.5T165,512v978H393V531q0-101 44.5-179T564,229t195-45q112,0 193.5,45T1078,352t44,179v959h229V512q0-156-73.5-276.5T1070.5,46T759-23ZM614,1649H409v9l253,276H853l254-276v-9H900L758,1823L614,1649Z"/>
161
- <glyph unicode="&#xdc;" glyph-name="gid99" horiz-adv-x="1516" d="M759-23Q580-23 446,46T238.5,235.5T165,512v978H393V531q0-101 44.5-179T564,229t195-45q112,0 193.5,45T1078,352t44,179v959h229V512q0-156-73.5-276.5T1070.5,46T759-23ZM973,1663q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T973,1663Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T545,1663Z"/>
162
- <glyph unicode="&#xdd;" glyph-name="gid120" horiz-adv-x="1426" d="M600,0V593L51,1490H317l280-475q47-78 82.5-150T753,687H680q38,108 73.5,180.5T833,1015l277,475h265L828,593V0H600Zm24,1635l140,299H991L792,1635H624Z"/>
163
- <glyph unicode="&#xde;" glyph-name="gid251" horiz-adv-x="1325" d="M155,1490H386V0H155V1490Zm109-295l385-1q166,0 280-59t173.5-157.5T1162,757q0-123-59.5-222T929,377.5T649,319H264V509H649q98,0 164,30t99,85t33,129q0,75-33,131.5t-99,88T649,1004H264v191Z"/>
164
- <glyph unicode="&#xdf;" glyph-name="gid216" horiz-adv-x="1290" d="M165,0V1104q0,126 58,217t161.5,140T625,1510q132,0 238-46t168.5-133.5T1094,1119q0-121-61.5-206.5T865,792V777q146-12 233.5-112T1186,410q0-122-56-214.5T972.5,51.5T737,0H562V193H721q111,0 177,64t66,164q0,105-73.5,171.5T692,659H568V851h86q67,0 115,33.5t74.5,87T870,1086q0,96-64,162t-175,66q-107,0-176-62.5T386,1087V0H165Z"/>
165
- <glyph unicode="&#xe0;" glyph-name="gid135" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18ZM487,1263L290,1562H516l140-299H487Z"/>
166
- <glyph unicode="&#xe1;" glyph-name="gid131" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18ZM479,1263l140,299H846L647,1263H479Z"/>
167
- <glyph unicode="&#xe2;" glyph-name="gid132" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18ZM424,1277H219v9l253,276H663l254-276v-9H710L568,1451L424,1277Z"/>
168
- <glyph unicode="&#xe3;" glyph-name="gid139" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18ZM702,1303q-40,0-76.5,13.5t-67.5,31t-57,31T454,1392q-27,0-41-25.5T397,1307H258q3,103 48.5,165T436,1534q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66H878q-3-105-50-166t-126-61Z"/>
169
- <glyph unicode="&#xe4;" glyph-name="gid133" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18ZM783,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T783,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T355,1291Z"/>
170
- <glyph unicode="&#xe5;" glyph-name="gid138" horiz-adv-x="1163" d="M461-25Q355-25 269,14.5T133,130T83,316q0,95 36.5,156t99,97t139,54T513,650q99,12 161,19.5t91.5,25T795,751v6q0,63-24,106t-71.5,66.5T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q68,0 144-16t143-58T973,940t42-198V0H802V153H791q-22-43-65-84T617.5,1.5T461-25Zm49,177q90,0 154,35t98,93t34,123V546q-12-12-45.5-21.5t-76.5-17T591,495t-66-8q-62-8-113.5-27t-82-54T299,313q0-53 27.5-89T401,170t109-18Zm59,1039q-73,0-134,34t-97,91.5T302,1445q0,70 36,127t97,91.5T569,1698q74,0 134.5-34.5T800,1572t36-127q0-71-36-128.5T703.5,1225T569,1191Zm0,130q52,0 88,36t36,88q0,51-36,87t-88,36q-51,0-87-36t-36-87q0-52 36-88t87-36Z"/>
171
- <glyph unicode="&#xe6;" glyph-name="gid140" horiz-adv-x="1874" d="M467-25Q358-25 271,14.5T133.5,130T83,316q0,96 42,161.5T237.5,582t156,56.5T566,656H1639l-80-59q12,101-19,181t-96,126t-159,46q-93,0-160-45T1022.5,786.5T987,626V514q0-115 39.5-194.5t110.5-120T1301,159q62,0 112.5,17.5t87,53T1557,317l209-37q-25-90-88-158.5T1519,15T1300-23q-118,0-212.5,37.5T930,119.5T840,276l26,602q39,78 99,135t140,88t180,31q96,0 185-31.5t159.5-98.5T1741,828.5T1782,570V492H575q-77,0-139.5-20T336,412t-37-97q0-81 59.5-122T510,152q90,0 153.5,35t97,93T794,403V757q0,62-24,105.5t-71,67T581,953q-73,0-125.5-22.5t-85-57.5T322,800L115,854q38,100 109,161t163,89t190,28q82,0 161-23t139.5-82T965,862L936,201H894q-18-49-60-90T734,39.5T607.5-8T467-25Z"/>
172
- <glyph unicode="&#xe7;" glyph-name="gid147" horiz-adv-x="1182" d="M618-23Q460-23 343,49T161,251T96,553q0,174 65,304.5T343,1060t275,72q87,0 163-22.5t137.5-65t104-104T1086,802L877,752q-11,43-34,78.5T787.5,892t-75,40T619,946q-101,0-167.5-53.5T352.5,750T320,553q0-107 32.5-195.5t99-141.5T619,163q52,0 95,14.5t77,41t57,64T881,365l208-50q-20-79-63-141.5T921.5,67T783,0T618-23ZM501-418v110H622q53,0 74,14t21,50t-21,50t-74,14H537L569,47H671V0l-2-87q97-1 144.5-40T861-247q0-89-56-130T627-418H501Z"/>
173
- <glyph unicode="&#xe8;" glyph-name="gid153" horiz-adv-x="1203" d="M630-23Q465-23 345,48T160.5,248T96,551q0,172 63.5,303T339,1058.5T611,1132q96,0 185-31.5T956,1002t112.5-173.5T1110,570V492H219V656H997L894,602q0,103-32,181.5T767.5,906T611,950q-93,0-159-45T351.5,786.5T317,626V514q0-115 39.5-194.5T467,199.5T632,159q62,0 112,17.5t86.5,53T886,317l207-49q-27-86-90.5-152T844.5,13.5T630-23ZM525,1263L328,1562H554l140-299H525Z"/>
174
- <glyph unicode="&#xe9;" glyph-name="gid154" horiz-adv-x="1203" d="M630-23Q465-23 345,48T160.5,248T96,551q0,172 63.5,303T339,1058.5T611,1132q96,0 185-31.5T956,1002t112.5-173.5T1110,570V492H219V656H997L894,602q0,103-32,181.5T767.5,906T611,950q-93,0-159-45T351.5,786.5T317,626V514q0-115 39.5-194.5T467,199.5T632,159q62,0 112,17.5t86.5,53T886,317l207-49q-27-86-90.5-152T844.5,13.5T630-23ZM517,1263l140,299H884L685,1263H517Z"/>
175
- <glyph unicode="&#xea;" glyph-name="gid155" horiz-adv-x="1203" d="M630-23Q465-23 345,48T160.5,248T96,551q0,172 63.5,303T339,1058.5T611,1132q96,0 185-31.5T956,1002t112.5-173.5T1110,570V492H219V656H997L894,602q0,103-32,181.5T767.5,906T611,950q-93,0-159-45T351.5,786.5T317,626V514q0-115 39.5-194.5T467,199.5T632,159q62,0 112,17.5t86.5,53T886,317l207-49q-27-86-90.5-152T844.5,13.5T630-23ZM462,1277H257v9l253,276H701l254-276v-9H748L606,1451L462,1277Z"/>
176
- <glyph unicode="&#xeb;" glyph-name="gid152" horiz-adv-x="1203" d="M630-23Q465-23 345,48T160.5,248T96,551q0,172 63.5,303T339,1058.5T611,1132q96,0 185-31.5T956,1002t112.5-173.5T1110,570V492H219V656H997L894,602q0,103-32,181.5T767.5,906T611,950q-93,0-159-45T351.5,786.5T317,626V514q0-115 39.5-194.5T467,199.5T632,159q62,0 112,17.5t86.5,53T886,317l207-49q-27-86-90.5-152T844.5,13.5T630-23ZM821,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T821,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T393,1291Z"/>
177
- <glyph unicode="&#xec;" glyph-name="gid171" horiz-adv-x="516" d="M148,0V1118H368V0H148Zm29,1263L-20,1562H206l140-299H177Z"/>
178
- <glyph unicode="&#xed;" glyph-name="gid172" horiz-adv-x="516" d="M148,0V1118H368V0H148Zm21,1263l140,299H536L337,1263H169Z"/>
179
- <glyph unicode="&#xee;" glyph-name="gid173" horiz-adv-x="516" d="M148,0V1118H368V0H148ZM115,1277H-90v9l253,276H354l254-276v-9H401L259,1451L115,1277Z"/>
180
- <glyph unicode="&#xef;" glyph-name="gid169" horiz-adv-x="516" d="M148,0V1118H368V0H148ZM473,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T473,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T45,1291Z"/>
181
- <glyph unicode="&#xf0;" glyph-name="gid252" horiz-adv-x="1204" d="M963,1411L335,1102l-38,120l626,309l40-120ZM601-24Q448-24 334.5,44.5T158.5,234T96,512q0,155 59.5,275t161,188T545,1043q80,0 140-25.5T787.5,953T855,873h16q-37,96-110,198T575.5,1269T306,1441l60,137q137-55 269-148.5t239-223t170.5-293T1108,556q0-181-63-311T868.5,45.5T601-24Zm3,184q96,0 161,46t99,125t34,178q0,92-30.5,177T772,826T604,881q-98,0-162.5-49.5T345,699.5T313,518q0-95 30.5-177t95-131.5T604,160Z"/>
182
- <glyph unicode="&#xf1;" glyph-name="gid191" horiz-adv-x="1232" d="M368,662V0H148V1118H358l2-274H337q49,150 142,219t225,69q114,0 199-48t133-141.5T1084,710V0H864V683q0,121-63,189T628,940q-74,0-133-32.5T402,813T368,662Zm382,641q-40,0-76.5,13.5t-67.5,31t-57,31T502,1392q-27,0-41-25.5T445,1307H306q3,103 48.5,165T484,1534q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66H926q-3-105-50-166t-126-61Z"/>
183
- <glyph unicode="&#xf2;" glyph-name="gid199" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM536,1263L339,1562H565l140-299H536Z"/>
184
- <glyph unicode="&#xf3;" glyph-name="gid200" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM529,1263l140,299H896L697,1263H529Z"/>
185
- <glyph unicode="&#xf4;" glyph-name="gid201" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM474,1277H269v9l253,276H713l254-276v-9H760L618,1451L474,1277Z"/>
186
- <glyph unicode="&#xf5;" glyph-name="gid197" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM752,1303q-40,0-76.5,13.5t-67.5,31t-57,31T504,1392q-27,0-41-25.5T447,1307H308q3,103 48.5,165T486,1534q42,0 76-13.5t63-31.5t55.5-32t51.5-14q28,0 42,21t18,66H928q-3-105-50-166t-126-61Z"/>
187
- <glyph unicode="&#xf6;" glyph-name="gid196" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM832,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T832,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T404,1291Z"/>
188
- <glyph unicode="&#xf7;" glyph-name="gid379" horiz-adv-x="1367" d="M1165,684V490H203V684h962ZM683,55q-61,0-103.5,42.5T537,201q0,59 42.5,101.5T683,345q60,0 102.5-42.5T828,201q0-61-42.5-103.5T683,55Zm0,774q-60,0-103,42.5T537,975q0,60 43,102.5T683,1120t102.5-42.5T828,975q0-61-42.5-103.5T683,829Z"/>
189
- <glyph unicode="&#xf8;" glyph-name="gid198" horiz-adv-x="1237" d="M618-23Q461-23 343.5,49T161,251T96,553q0,174 65,304.5T343.5,1060T618,1132q158,0 275.5-72T1076,857.5T1141,553q0-172-65-302T893.5,49T618-23Zm0,186q102,0 168.5,53.5t99,142T918,553q0,107-32.5,196.5t-99,143T618,946q-101,0-167-53.5T352.5,750T320,553q0-106 32.5-194.5t98.5-142T618,163ZM189-45L83,45l965,1118l106-90L189-45Z"/>
190
- <glyph unicode="&#xf9;" glyph-name="gid224" horiz-adv-x="1232" d="M529-14Q415-14 329,34T195.5,176T148,408v710H368V435q0-121 63.5-189T604,178q75,0 133.5,32.5t92.5,95T864,456v662h220V0H874l-1,274h21Q845,122 751,54T529-14Zm5,1277L337,1562H563l140-299H534Z"/>
191
- <glyph unicode="&#xfa;" glyph-name="gid225" horiz-adv-x="1232" d="M529-14Q415-14 329,34T195.5,176T148,408v710H368V435q0-121 63.5-189T604,178q75,0 133.5,32.5t92.5,95T864,456v662h220V0H874l-1,274h21Q845,122 751,54T529-14Zm-2,1277l140,299H894L695,1263H527Z"/>
192
- <glyph unicode="&#xfb;" glyph-name="gid226" horiz-adv-x="1232" d="M529-14Q415-14 329,34T195.5,176T148,408v710H368V435q0-121 63.5-189T604,178q75,0 133.5,32.5t92.5,95T864,456v662h220V0H874l-1,274h21Q845,122 751,54T529-14ZM472,1277H267v9l253,276H711l254-276v-9H758L616,1451L472,1277Z"/>
193
- <glyph unicode="&#xfc;" glyph-name="gid221" horiz-adv-x="1232" d="M529-14Q415-14 329,34T195.5,176T148,408v710H368V435q0-121 63.5-189T604,178q75,0 133.5,32.5t92.5,95T864,456v662h220V0H874l-1,274h21Q845,122 751,54T529-14ZM830,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T830,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T402,1291Z"/>
194
- <glyph unicode="&#xfd;" glyph-name="gid242" horiz-adv-x="1178" d="M133-402l54,179l25-6q57-15 102.5-8t79,42.5T447-87L471-5L46,1118H284L505,483q37-106 61.5-211T620,63H552q29,104 55.5,209.5T671,483l225,635h236L646-155q-34-90-83.5-150T445-395.5T287-426q-52,0-93,7.5T133-402ZM501,1263l140,299H868L669,1263H501Z"/>
195
- <glyph unicode="&#xfe;" glyph-name="gid145" horiz-adv-x="1266" d="M703-22Q602-22 537.5,12.5T436.5,93T380,175H368V-418H148V1490H368V936h12q20,35 55.5,81t99,80.5T703,1132q134,0 239.5-68T1109,867t61-311q0-180-60-309.5T944.5,47.5T703-22ZM654,165q96,0 161,52t97.5,141T945,558q0,110-32.5,197.5T815.5,894T654,945q-94,0-159-48.5t-98-135T364,558q0-116 33.5-204.5T496,215t158-50Z"/>
196
- <glyph unicode="&#xff;" glyph-name="gid241" horiz-adv-x="1178" d="M133-402l54,179l25-6q57-15 102.5-8t79,42.5T447-87L471-5L46,1118H284L505,483q37-106 61.5-211T620,63H552q29,104 55.5,209.5T671,483l225,635h236L646-155q-34-90-83.5-150T445-395.5T287-426q-52,0-93,7.5T133-402ZM804,1291q-53,0-91,38t-38,90q0,53 38,90t91,37q54,0 91.5-37t37.5-90q0-52-37.5-90T804,1291Zm-428,0q-53,0-91,38t-38,90q0,53 38,90t91,37t90.5-37t37.5-90q0-52-37.5-90T376,1291Z"/>
197
- <glyph unicode="&#x2013;" glyph-name="gid345" horiz-adv-x="1024" d="M1024,723V533H0V723H1024Z"/>
198
- <glyph unicode="&#x2014;" glyph-name="gid346" horiz-adv-x="2048" d="M2048,723V533H0V723H2048Z"/>
199
- <glyph unicode="&#x2018;" glyph-name="gid352" horiz-adv-x="568" d="M162,905l165,585H487L399,905H162Z"/>
200
- <glyph unicode="&#x2019;" glyph-name="gid353" horiz-adv-x="568" d="M162,905l88,585H487L322,905H162Z"/>
201
- <glyph unicode="&#x201a;" glyph-name="gid359" horiz-adv-x="526" d="M120-370l88,585H445L280-370H120Z"/>
202
- <glyph unicode="&#x201c;" glyph-name="gid356" horiz-adv-x="970" d="M162,905l165,585H487L399,905H162Zm402,0l165,585H889L801,905H564Z"/>
203
- <glyph unicode="&#x201d;" glyph-name="gid357" horiz-adv-x="964" d="M162,905l88,585H487L322,905H162Zm396,0l88,585H883L718,905H558Z"/>
204
- <glyph unicode="&#x201e;" glyph-name="gid358" horiz-adv-x="923" d="M120-371l88,585H445L280-371H120Zm397,0l88,585H842L677-371H517Z"/>
205
- <glyph unicode="&#x2022;" glyph-name="gid347" horiz-adv-x="1092" d="M546,274q-88,0-161,43T269,433T226,594q0,89 43,161.5T385,871t161,43q89,0 161.5-43T823,755.5T866,594q0-88-43-161T707.5,317T546,274Z"/>
206
- <glyph unicode="&#x2039;" glyph-name="gid369" horiz-adv-x="819" d="M497,144L96,616l401,472H741L347,616L741,144H497Z"/>
207
- <glyph unicode="&#x203a;" glyph-name="gid370" horiz-adv-x="819" d="M78,144L472,616L78,1088H322L723,616L322,144H78Z"/>
208
- </font>
209
- </defs>
210
- </svg>