diff --git a/package-lock.json b/package-lock.json
index 7e6e4171144a90345498cde49bac7a402f754fd7..39c7129896c986b2d0ac2349b9e98788566212c5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,12 +5,12 @@
   "requires": true,
   "dependencies": {
     "@babel/cli": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.0.tgz",
-      "integrity": "sha512-jECEqAq6Ngf3pOhLSg7od9WKyrIacyh1oNNYtRXNn+ummSHCTXBamGywOAtiae34Vk7zKuQNnLvo2BKTMCoV4A==",
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.8.4.tgz",
+      "integrity": "sha512-XXLgAm6LBbaNxaGhMAznXXaxtCWfuv6PIDJ9Alsy9JYTOh+j2jJz+L/162kkfU1j/pTSxK1xGmlwI4pdIMkoag==",
       "requires": {
         "chokidar": "^2.1.8",
-        "commander": "^2.8.1",
+        "commander": "^4.0.1",
         "convert-source-map": "^1.1.0",
         "fs-readdir-recursive": "^1.1.0",
         "glob": "^7.0.0",
@@ -20,35 +20,36 @@
         "source-map": "^0.5.0"
       },
       "dependencies": {
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
+        "commander": {
+          "version": "4.1.1",
+          "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
+          "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA=="
         }
       }
     },
     "@babel/code-frame": {
-      "version": "7.5.5",
-      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
-      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz",
+      "integrity": "sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==",
       "requires": {
-        "@babel/highlight": "^7.0.0"
+        "@babel/highlight": "^7.8.3"
       }
     },
     "@babel/core": {
-      "version": "7.7.2",
-      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.7.2.tgz",
-      "integrity": "sha512-eeD7VEZKfhK1KUXGiyPFettgF3m513f8FoBSWiQ1xTvl1RAopLs42Wp9+Ze911I6H0N9lNqJMDgoZT7gHsipeQ==",
-      "requires": {
-        "@babel/code-frame": "^7.5.5",
-        "@babel/generator": "^7.7.2",
-        "@babel/helpers": "^7.7.0",
-        "@babel/parser": "^7.7.2",
-        "@babel/template": "^7.7.0",
-        "@babel/traverse": "^7.7.2",
-        "@babel/types": "^7.7.2",
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz",
+      "integrity": "sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==",
+      "requires": {
+        "@babel/code-frame": "^7.8.3",
+        "@babel/generator": "^7.8.4",
+        "@babel/helpers": "^7.8.4",
+        "@babel/parser": "^7.8.4",
+        "@babel/template": "^7.8.3",
+        "@babel/traverse": "^7.8.4",
+        "@babel/types": "^7.8.3",
         "convert-source-map": "^1.7.0",
         "debug": "^4.1.0",
+        "gensync": "^1.0.0-beta.1",
         "json5": "^2.1.0",
         "lodash": "^4.17.13",
         "resolve": "^1.3.2",
@@ -56,14 +57,6 @@
         "source-map": "^0.5.0"
       },
       "dependencies": {
-        "convert-source-map": {
-          "version": "1.7.0",
-          "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
-          "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
-          "requires": {
-            "safe-buffer": "~5.1.1"
-          }
-        },
         "debug": {
           "version": "4.1.1",
           "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
@@ -72,11 +65,6 @@
             "ms": "^2.1.1"
           }
         },
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
-        },
         "ms": {
           "version": "2.1.2",
           "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
@@ -85,63 +73,56 @@
       }
     },
     "@babel/generator": {
-      "version": "7.7.2",
-      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
-      "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz",
+      "integrity": "sha512-PwhclGdRpNAf3IxZb0YVuITPZmmrXz9zf6fH8lT4XbrmfQKr6ryBzhv593P5C6poJRciFCL/eHGW2NuGrgEyxA==",
       "requires": {
-        "@babel/types": "^7.7.2",
+        "@babel/types": "^7.8.3",
         "jsesc": "^2.5.1",
         "lodash": "^4.17.13",
         "source-map": "^0.5.0"
-      },
-      "dependencies": {
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
-        }
       }
     },
     "@babel/helper-function-name": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
-      "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz",
+      "integrity": "sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==",
       "requires": {
-        "@babel/helper-get-function-arity": "^7.7.0",
-        "@babel/template": "^7.7.0",
-        "@babel/types": "^7.7.0"
+        "@babel/helper-get-function-arity": "^7.8.3",
+        "@babel/template": "^7.8.3",
+        "@babel/types": "^7.8.3"
       }
     },
     "@babel/helper-get-function-arity": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
-      "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz",
+      "integrity": "sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==",
       "requires": {
-        "@babel/types": "^7.7.0"
+        "@babel/types": "^7.8.3"
       }
     },
     "@babel/helper-split-export-declaration": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz",
-      "integrity": "sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz",
+      "integrity": "sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==",
       "requires": {
-        "@babel/types": "^7.7.0"
+        "@babel/types": "^7.8.3"
       }
     },
     "@babel/helpers": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.7.0.tgz",
-      "integrity": "sha512-VnNwL4YOhbejHb7x/b5F39Zdg5vIQpUUNzJwx0ww1EcVRt41bbGRZWhAURrfY32T5zTT3qwNOQFWpn+P0i0a2g==",
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.8.4.tgz",
+      "integrity": "sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==",
       "requires": {
-        "@babel/template": "^7.7.0",
-        "@babel/traverse": "^7.7.0",
-        "@babel/types": "^7.7.0"
+        "@babel/template": "^7.8.3",
+        "@babel/traverse": "^7.8.4",
+        "@babel/types": "^7.8.3"
       }
     },
     "@babel/highlight": {
-      "version": "7.5.0",
-      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
-      "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz",
+      "integrity": "sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==",
       "requires": {
         "chalk": "^2.0.0",
         "esutils": "^2.0.2",
@@ -149,31 +130,31 @@
       }
     },
     "@babel/parser": {
-      "version": "7.7.3",
-      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
-      "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz",
+      "integrity": "sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw=="
     },
     "@babel/template": {
-      "version": "7.7.0",
-      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
-      "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz",
+      "integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==",
       "requires": {
-        "@babel/code-frame": "^7.0.0",
-        "@babel/parser": "^7.7.0",
-        "@babel/types": "^7.7.0"
+        "@babel/code-frame": "^7.8.3",
+        "@babel/parser": "^7.8.3",
+        "@babel/types": "^7.8.3"
       }
     },
     "@babel/traverse": {
-      "version": "7.7.2",
-      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.2.tgz",
-      "integrity": "sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==",
-      "requires": {
-        "@babel/code-frame": "^7.5.5",
-        "@babel/generator": "^7.7.2",
-        "@babel/helper-function-name": "^7.7.0",
-        "@babel/helper-split-export-declaration": "^7.7.0",
-        "@babel/parser": "^7.7.2",
-        "@babel/types": "^7.7.2",
+      "version": "7.8.4",
+      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz",
+      "integrity": "sha512-NGLJPZwnVEyBPLI+bl9y9aSnxMhsKz42so7ApAv9D+b4vAFPpY013FTS9LdKxcABoIYFU52HcYga1pPlx454mg==",
+      "requires": {
+        "@babel/code-frame": "^7.8.3",
+        "@babel/generator": "^7.8.4",
+        "@babel/helper-function-name": "^7.8.3",
+        "@babel/helper-split-export-declaration": "^7.8.3",
+        "@babel/parser": "^7.8.4",
+        "@babel/types": "^7.8.3",
         "debug": "^4.1.0",
         "globals": "^11.1.0",
         "lodash": "^4.17.13"
@@ -187,11 +168,6 @@
             "ms": "^2.1.1"
           }
         },
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
-        },
         "ms": {
           "version": "2.1.2",
           "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
@@ -200,20 +176,13 @@
       }
     },
     "@babel/types": {
-      "version": "7.7.2",
-      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
-      "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
+      "version": "7.8.3",
+      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz",
+      "integrity": "sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==",
       "requires": {
         "esutils": "^2.0.2",
         "lodash": "^4.17.13",
         "to-fast-properties": "^2.0.0"
-      },
-      "dependencies": {
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
-        }
       }
     },
     "@types/babel-types": {
@@ -246,21 +215,6 @@
       "requires": {
         "mime-types": "~2.1.24",
         "negotiator": "0.6.2"
-      },
-      "dependencies": {
-        "mime-db": {
-          "version": "1.42.0",
-          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
-          "integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ=="
-        },
-        "mime-types": {
-          "version": "2.1.25",
-          "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.25.tgz",
-          "integrity": "sha512-5KhStqB5xpTAeGqKBAMgwaYMnQik7teQN4IAzC7npDv6kzeU6prfkR67bc87J1kWMPGkoaZSq1npmexMgkmEVg==",
-          "requires": {
-            "mime-db": "1.42.0"
-          }
-        }
       }
     },
     "acorn": {
@@ -284,14 +238,21 @@
       }
     },
     "ajv": {
-      "version": "6.10.0",
-      "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.0.tgz",
-      "integrity": "sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==",
+      "version": "6.11.0",
+      "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.11.0.tgz",
+      "integrity": "sha512-nCprB/0syFYy9fVYU1ox1l2KN8S9I+tziH8D4zdZuLT3N6RMlGSGt5FSTpAiHB/Whv8Qs1cWHma1aMKZyaHRKA==",
       "requires": {
-        "fast-deep-equal": "^2.0.1",
+        "fast-deep-equal": "^3.1.1",
         "fast-json-stable-stringify": "^2.0.0",
         "json-schema-traverse": "^0.4.1",
         "uri-js": "^4.2.2"
+      },
+      "dependencies": {
+        "fast-deep-equal": {
+          "version": "3.1.1",
+          "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz",
+          "integrity": "sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA=="
+        }
       }
     },
     "align-text": {
@@ -417,20 +378,17 @@
     "arr-diff": {
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
-      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
-      "optional": true
+      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
     },
     "arr-flatten": {
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
-      "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
-      "optional": true
+      "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg=="
     },
     "arr-union": {
       "version": "3.1.0",
       "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
-      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
-      "optional": true
+      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
     },
     "array-find-index": {
       "version": "1.0.2",
@@ -440,8 +398,7 @@
     "array-unique": {
       "version": "0.3.2",
       "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
-      "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
-      "optional": true
+      "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg="
     },
     "asap": {
       "version": "2.0.6",
@@ -464,8 +421,7 @@
     "assign-symbols": {
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
-      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
-      "optional": true
+      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
     },
     "async-each": {
       "version": "1.0.3",
@@ -486,8 +442,7 @@
     "atob": {
       "version": "2.1.2",
       "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
-      "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
-      "optional": true
+      "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
     },
     "aws-sign2": {
       "version": "0.7.0",
@@ -495,9 +450,14 @@
       "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg="
     },
     "aws4": {
-      "version": "1.8.0",
-      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
-      "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ=="
+      "version": "1.9.1",
+      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz",
+      "integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug=="
+    },
+    "babel": {
+      "version": "6.23.0",
+      "resolved": "https://registry.npmjs.org/babel/-/babel-6.23.0.tgz",
+      "integrity": "sha1-0NHn2APpdHZb7qMjLU4VPA77kPQ="
     },
     "babel-runtime": {
       "version": "6.26.0",
@@ -540,7 +500,6 @@
       "version": "0.11.2",
       "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
       "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
-      "optional": true,
       "requires": {
         "cache-base": "^1.0.1",
         "class-utils": "^0.3.5",
@@ -555,7 +514,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
           "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^1.0.0"
           }
@@ -564,7 +522,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
           "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -573,7 +530,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
           "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -582,7 +538,6 @@
           "version": "1.0.2",
           "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
           "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
-          "optional": true,
           "requires": {
             "is-accessor-descriptor": "^1.0.0",
             "is-data-descriptor": "^1.0.0",
@@ -605,6 +560,15 @@
       "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
       "optional": true
     },
+    "bindings": {
+      "version": "1.5.0",
+      "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
+      "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
+      "optional": true,
+      "requires": {
+        "file-uri-to-path": "1.0.0"
+      }
+    },
     "block-stream": {
       "version": "0.0.9",
       "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
@@ -674,7 +638,6 @@
       "version": "2.3.2",
       "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
       "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
-      "optional": true,
       "requires": {
         "arr-flatten": "^1.1.0",
         "array-unique": "^0.3.2",
@@ -692,7 +655,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -708,7 +670,6 @@
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
       "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
-      "optional": true,
       "requires": {
         "collection-visit": "^1.0.0",
         "component-emitter": "^1.2.1",
@@ -791,7 +752,6 @@
       "version": "0.3.6",
       "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
       "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
-      "optional": true,
       "requires": {
         "arr-union": "^3.1.0",
         "define-property": "^0.2.5",
@@ -803,7 +763,6 @@
           "version": "0.2.5",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
           "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^0.1.0"
           }
@@ -811,9 +770,9 @@
       }
     },
     "clean-css": {
-      "version": "4.2.1",
-      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.1.tgz",
-      "integrity": "sha512-4ZxI6dy4lrY6FHzfiy1aEOXgu4LIsW2MhwG0VBKdcoGoH/XLFgaHSdLTGr4O8Be6A8r3MOphEiI8Gc1n0ecf3g==",
+      "version": "4.2.3",
+      "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.3.tgz",
+      "integrity": "sha512-VcMWDN54ZN/DS+g58HYL5/n4Zrqe8vHJpGA8KdgUXFU4fuP/aHNw8eld9SyEIyabIMJX/0RaY/fplOo5hYLSFA==",
       "requires": {
         "source-map": "~0.6.0"
       },
@@ -884,7 +843,6 @@
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
       "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
-      "optional": true,
       "requires": {
         "map-visit": "^1.0.0",
         "object-visit": "^1.0.0"
@@ -919,22 +877,14 @@
     "component-emitter": {
       "version": "1.3.0",
       "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
-      "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
-      "optional": true
+      "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg=="
     },
     "compressible": {
-      "version": "2.0.17",
-      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.17.tgz",
-      "integrity": "sha512-BGHeLCK1GV7j1bSmQQAi26X+GgWcTjLr/0tzSvMCl3LH1w1IJ4PFSPoV5316b30cneTziC+B1a+3OjoSUcQYmw==",
+      "version": "2.0.18",
+      "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+      "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
       "requires": {
-        "mime-db": ">= 1.40.0 < 2"
-      },
-      "dependencies": {
-        "mime-db": {
-          "version": "1.42.0",
-          "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.42.0.tgz",
-          "integrity": "sha512-UbfJCR4UAVRNgMpfImz05smAXK7+c+ZntjaA26ANtkXLlOe947Aag5zdIcKQULAiF9Cq4WxBi9jUs5zkA84bYQ=="
-        }
+        "mime-db": ">= 1.43.0 < 2"
       }
     },
     "compression": {
@@ -978,9 +928,9 @@
       "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ="
     },
     "convert-source-map": {
-      "version": "1.6.0",
-      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz",
-      "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==",
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
+      "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
       "requires": {
         "safe-buffer": "~5.1.1"
       }
@@ -988,13 +938,12 @@
     "copy-descriptor": {
       "version": "0.1.1",
       "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
-      "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
-      "optional": true
+      "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
     },
     "copyfiles": {
-      "version": "2.1.1",
-      "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.1.1.tgz",
-      "integrity": "sha512-y6DZHve80whydXzBal7r70TBgKMPKesVRR1Sn/raUu7Jh/i7iSLSyGvYaq0eMJ/3Y/CKghwzjY32q1WzEnpp3Q==",
+      "version": "2.2.0",
+      "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.2.0.tgz",
+      "integrity": "sha512-iJbHJI+8OKqsq+4JF0rqgRkZzo++jqO6Wf4FUU1JM41cJF6JcY5968XyF4tm3Kkm7ZOMrqlljdm8N9oyY5raGw==",
       "requires": {
         "glob": "^7.0.5",
         "minimatch": "^3.0.3",
@@ -1114,9 +1063,9 @@
       }
     },
     "core-js": {
-      "version": "2.6.10",
-      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.10.tgz",
-      "integrity": "sha512-I39t74+4t+zau64EN1fE5v2W31Adtc/REhzWN+gWRRXg6WH5qAsZm62DHpQ1+Yhe4047T55jvzz7MUqF/dBBlA=="
+      "version": "2.6.11",
+      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz",
+      "integrity": "sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg=="
     },
     "core-util-is": {
       "version": "1.0.2",
@@ -1132,6 +1081,32 @@
         "which": "^1.2.9"
       }
     },
+    "css": {
+      "version": "2.2.4",
+      "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz",
+      "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==",
+      "requires": {
+        "inherits": "^2.0.3",
+        "source-map": "^0.6.1",
+        "source-map-resolve": "^0.5.2",
+        "urix": "^0.1.0"
+      },
+      "dependencies": {
+        "source-map": {
+          "version": "0.6.1",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+        }
+      }
+    },
+    "css-parse": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz",
+      "integrity": "sha1-pGjuZnwW2BzPBcWMONKpfHgNv9Q=",
+      "requires": {
+        "css": "^2.0.0"
+      }
+    },
     "currently-unhandled": {
       "version": "0.4.1",
       "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
@@ -1164,8 +1139,7 @@
     "decode-uri-component": {
       "version": "0.2.0",
       "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
-      "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
-      "optional": true
+      "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU="
     },
     "deep-extend": {
       "version": "0.6.0",
@@ -1184,7 +1158,6 @@
       "version": "2.0.2",
       "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
       "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
-      "optional": true,
       "requires": {
         "is-descriptor": "^1.0.2",
         "isobject": "^3.0.1"
@@ -1194,7 +1167,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
           "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -1203,7 +1175,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
           "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -1212,7 +1183,6 @@
           "version": "1.0.2",
           "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
           "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
-          "optional": true,
           "requires": {
             "is-accessor-descriptor": "^1.0.0",
             "is-data-descriptor": "^1.0.0",
@@ -1259,20 +1229,31 @@
       }
     },
     "es-abstract": {
-      "version": "1.16.0",
-      "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.0.tgz",
-      "integrity": "sha512-xdQnfykZ9JMEiasTAJZJdMWCQ1Vm00NBw79/AWi7ELfZuuPCSOMDZbT9mkOfSctVtfhb+sAAzrm+j//GjjLHLg==",
+      "version": "1.17.4",
+      "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz",
+      "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==",
       "requires": {
-        "es-to-primitive": "^1.2.0",
+        "es-to-primitive": "^1.2.1",
         "function-bind": "^1.1.1",
         "has": "^1.0.3",
-        "has-symbols": "^1.0.0",
-        "is-callable": "^1.1.4",
-        "is-regex": "^1.0.4",
-        "object-inspect": "^1.6.0",
+        "has-symbols": "^1.0.1",
+        "is-callable": "^1.1.5",
+        "is-regex": "^1.0.5",
+        "object-inspect": "^1.7.0",
         "object-keys": "^1.1.1",
-        "string.prototype.trimleft": "^2.1.0",
-        "string.prototype.trimright": "^2.1.0"
+        "object.assign": "^4.1.0",
+        "string.prototype.trimleft": "^2.1.1",
+        "string.prototype.trimright": "^2.1.1"
+      },
+      "dependencies": {
+        "is-regex": {
+          "version": "1.0.5",
+          "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
+          "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
+          "requires": {
+            "has": "^1.0.3"
+          }
+        }
       }
     },
     "es-to-primitive": {
@@ -1325,7 +1306,6 @@
       "version": "2.1.4",
       "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
       "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
-      "optional": true,
       "requires": {
         "debug": "^2.3.3",
         "define-property": "^0.2.5",
@@ -1340,7 +1320,6 @@
           "version": "0.2.5",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
           "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^0.1.0"
           }
@@ -1349,7 +1328,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -1365,7 +1343,6 @@
       "version": "3.0.2",
       "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
       "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
-      "optional": true,
       "requires": {
         "assign-symbols": "^1.0.0",
         "is-extendable": "^1.0.1"
@@ -1375,7 +1352,6 @@
           "version": "1.0.1",
           "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
           "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
-          "optional": true,
           "requires": {
             "is-plain-object": "^2.0.4"
           }
@@ -1386,7 +1362,6 @@
       "version": "2.0.4",
       "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
       "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
-      "optional": true,
       "requires": {
         "array-unique": "^0.3.2",
         "define-property": "^1.0.0",
@@ -1402,7 +1377,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
           "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^1.0.0"
           }
@@ -1411,7 +1385,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -1420,7 +1393,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
           "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -1429,7 +1401,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
           "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -1438,7 +1409,6 @@
           "version": "1.0.2",
           "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
           "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
-          "optional": true,
           "requires": {
             "is-accessor-descriptor": "^1.0.0",
             "is-data-descriptor": "^1.0.0",
@@ -1477,11 +1447,16 @@
         }
       }
     },
+    "file-uri-to-path": {
+      "version": "1.0.0",
+      "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
+      "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
+      "optional": true
+    },
     "fill-range": {
       "version": "4.0.0",
       "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
       "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
-      "optional": true,
       "requires": {
         "extend-shallow": "^2.0.1",
         "is-number": "^3.0.0",
@@ -1493,7 +1468,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -1512,8 +1486,7 @@
     "for-in": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
-      "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
-      "optional": true
+      "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA="
     },
     "forever-agent": {
       "version": "0.6.1",
@@ -1534,7 +1507,6 @@
       "version": "0.2.1",
       "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
       "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
-      "optional": true,
       "requires": {
         "map-cache": "^0.2.2"
       }
@@ -1550,13 +1522,14 @@
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
     },
     "fsevents": {
-      "version": "1.2.9",
-      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
-      "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==",
+      "version": "1.2.11",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz",
+      "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==",
       "optional": true,
       "requires": {
+        "bindings": "^1.5.0",
         "nan": "^2.12.1",
-        "node-pre-gyp": "^0.12.0"
+        "node-pre-gyp": "*"
       },
       "dependencies": {
         "abbrev": {
@@ -1566,8 +1539,7 @@
         },
         "ansi-regex": {
           "version": "2.1.1",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "aproba": {
           "version": "1.2.0",
@@ -1585,37 +1557,32 @@
         },
         "balanced-match": {
           "version": "1.0.0",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "brace-expansion": {
           "version": "1.1.11",
           "bundled": true,
-          "optional": true,
           "requires": {
             "balanced-match": "^1.0.0",
             "concat-map": "0.0.1"
           }
         },
         "chownr": {
-          "version": "1.1.1",
+          "version": "1.1.3",
           "bundled": true,
           "optional": true
         },
         "code-point-at": {
           "version": "1.1.0",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "concat-map": {
           "version": "0.0.1",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "console-control-strings": {
           "version": "1.1.0",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "core-util-is": {
           "version": "1.0.2",
@@ -1623,7 +1590,7 @@
           "optional": true
         },
         "debug": {
-          "version": "4.1.1",
+          "version": "3.2.6",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1646,11 +1613,11 @@
           "optional": true
         },
         "fs-minipass": {
-          "version": "1.2.5",
+          "version": "1.2.7",
           "bundled": true,
           "optional": true,
           "requires": {
-            "minipass": "^2.2.1"
+            "minipass": "^2.6.0"
           }
         },
         "fs.realpath": {
@@ -1674,7 +1641,7 @@
           }
         },
         "glob": {
-          "version": "7.1.3",
+          "version": "7.1.6",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1700,7 +1667,7 @@
           }
         },
         "ignore-walk": {
-          "version": "3.0.1",
+          "version": "3.0.3",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1717,9 +1684,8 @@
           }
         },
         "inherits": {
-          "version": "2.0.3",
-          "bundled": true,
-          "optional": true
+          "version": "2.0.4",
+          "bundled": true
         },
         "ini": {
           "version": "1.3.5",
@@ -1729,7 +1695,6 @@
         "is-fullwidth-code-point": {
           "version": "1.0.0",
           "bundled": true,
-          "optional": true,
           "requires": {
             "number-is-nan": "^1.0.0"
           }
@@ -1742,58 +1707,54 @@
         "minimatch": {
           "version": "3.0.4",
           "bundled": true,
-          "optional": true,
           "requires": {
             "brace-expansion": "^1.1.7"
           }
         },
         "minimist": {
           "version": "0.0.8",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "minipass": {
-          "version": "2.3.5",
+          "version": "2.9.0",
           "bundled": true,
-          "optional": true,
           "requires": {
             "safe-buffer": "^5.1.2",
             "yallist": "^3.0.0"
           }
         },
         "minizlib": {
-          "version": "1.2.1",
+          "version": "1.3.3",
           "bundled": true,
           "optional": true,
           "requires": {
-            "minipass": "^2.2.1"
+            "minipass": "^2.9.0"
           }
         },
         "mkdirp": {
           "version": "0.5.1",
           "bundled": true,
-          "optional": true,
           "requires": {
             "minimist": "0.0.8"
           }
         },
         "ms": {
-          "version": "2.1.1",
+          "version": "2.1.2",
           "bundled": true,
           "optional": true
         },
         "needle": {
-          "version": "2.3.0",
+          "version": "2.4.0",
           "bundled": true,
           "optional": true,
           "requires": {
-            "debug": "^4.1.0",
+            "debug": "^3.2.6",
             "iconv-lite": "^0.4.4",
             "sax": "^1.2.4"
           }
         },
         "node-pre-gyp": {
-          "version": "0.12.0",
+          "version": "0.14.0",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1806,7 +1767,7 @@
             "rc": "^1.2.7",
             "rimraf": "^2.6.1",
             "semver": "^5.3.0",
-            "tar": "^4"
+            "tar": "^4.4.2"
           }
         },
         "nopt": {
@@ -1819,12 +1780,20 @@
           }
         },
         "npm-bundled": {
-          "version": "1.0.6",
+          "version": "1.1.1",
+          "bundled": true,
+          "optional": true,
+          "requires": {
+            "npm-normalize-package-bin": "^1.0.1"
+          }
+        },
+        "npm-normalize-package-bin": {
+          "version": "1.0.1",
           "bundled": true,
           "optional": true
         },
         "npm-packlist": {
-          "version": "1.4.1",
+          "version": "1.4.7",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1845,8 +1814,7 @@
         },
         "number-is-nan": {
           "version": "1.0.1",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "object-assign": {
           "version": "4.1.1",
@@ -1856,7 +1824,6 @@
         "once": {
           "version": "1.4.0",
           "bundled": true,
-          "optional": true,
           "requires": {
             "wrappy": "1"
           }
@@ -1886,7 +1853,7 @@
           "optional": true
         },
         "process-nextick-args": {
-          "version": "2.0.0",
+          "version": "2.0.1",
           "bundled": true,
           "optional": true
         },
@@ -1923,7 +1890,7 @@
           }
         },
         "rimraf": {
-          "version": "2.6.3",
+          "version": "2.7.1",
           "bundled": true,
           "optional": true,
           "requires": {
@@ -1932,8 +1899,7 @@
         },
         "safe-buffer": {
           "version": "5.1.2",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "safer-buffer": {
           "version": "2.1.2",
@@ -1946,7 +1912,7 @@
           "optional": true
         },
         "semver": {
-          "version": "5.7.0",
+          "version": "5.7.1",
           "bundled": true,
           "optional": true
         },
@@ -1963,7 +1929,6 @@
         "string-width": {
           "version": "1.0.2",
           "bundled": true,
-          "optional": true,
           "requires": {
             "code-point-at": "^1.0.0",
             "is-fullwidth-code-point": "^1.0.0",
@@ -1981,7 +1946,6 @@
         "strip-ansi": {
           "version": "3.0.1",
           "bundled": true,
-          "optional": true,
           "requires": {
             "ansi-regex": "^2.0.0"
           }
@@ -1992,17 +1956,17 @@
           "optional": true
         },
         "tar": {
-          "version": "4.4.8",
+          "version": "4.4.13",
           "bundled": true,
           "optional": true,
           "requires": {
             "chownr": "^1.1.1",
             "fs-minipass": "^1.2.5",
-            "minipass": "^2.3.4",
-            "minizlib": "^1.1.1",
+            "minipass": "^2.8.6",
+            "minizlib": "^1.2.1",
             "mkdirp": "^0.5.0",
             "safe-buffer": "^5.1.2",
-            "yallist": "^3.0.2"
+            "yallist": "^3.0.3"
           }
         },
         "util-deprecate": {
@@ -2020,20 +1984,18 @@
         },
         "wrappy": {
           "version": "1.0.2",
-          "bundled": true,
-          "optional": true
+          "bundled": true
         },
         "yallist": {
-          "version": "3.0.3",
-          "bundled": true,
-          "optional": true
+          "version": "3.1.1",
+          "bundled": true
         }
       }
     },
     "fstream": {
-      "version": "1.0.11",
-      "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
-      "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
+      "version": "1.0.12",
+      "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.12.tgz",
+      "integrity": "sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==",
       "requires": {
         "graceful-fs": "^4.1.2",
         "inherits": "~2.0.0",
@@ -2069,6 +2031,11 @@
         "globule": "^1.0.0"
       }
     },
+    "gensync": {
+      "version": "1.0.0-beta.1",
+      "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.1.tgz",
+      "integrity": "sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg=="
+    },
     "get-caller-file": {
       "version": "1.0.3",
       "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
@@ -2087,8 +2054,7 @@
     "get-value": {
       "version": "2.0.6",
       "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
-      "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
-      "optional": true
+      "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg="
     },
     "getpass": {
       "version": "0.1.7",
@@ -2138,9 +2104,9 @@
       "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
     },
     "globule": {
-      "version": "1.2.1",
-      "resolved": "https://registry.npmjs.org/globule/-/globule-1.2.1.tgz",
-      "integrity": "sha512-g7QtgWF4uYSL5/dn71WxubOrS7JVGCnFPEnoeChJmBnyR9Mw8nGoEwOgJL/RC2Te0WhbsEUCejfH8SZNJ+adYQ==",
+      "version": "1.3.0",
+      "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.0.tgz",
+      "integrity": "sha512-YlD4kdMqRCQHrhVdonet4TdRtv1/sZKepvoxNT4Nrhrp5HI8XFfc8kFlGlBn2myBo80aGp8Eft259mbcUJhgSg==",
       "requires": {
         "glob": "~7.1.1",
         "lodash": "~4.17.10",
@@ -2188,9 +2154,9 @@
       "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
     },
     "has-symbols": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz",
-      "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q="
+      "version": "1.0.1",
+      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
+      "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg=="
     },
     "has-unicode": {
       "version": "2.0.1",
@@ -2201,7 +2167,6 @@
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
       "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
-      "optional": true,
       "requires": {
         "get-value": "^2.0.6",
         "has-values": "^1.0.0",
@@ -2212,7 +2177,6 @@
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
       "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
-      "optional": true,
       "requires": {
         "is-number": "^3.0.0",
         "kind-of": "^4.0.0"
@@ -2222,7 +2186,6 @@
           "version": "4.0.0",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
           "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -2290,7 +2253,6 @@
       "version": "0.1.6",
       "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
       "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
-      "optional": true,
       "requires": {
         "kind-of": "^3.0.2"
       },
@@ -2299,7 +2261,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -2326,15 +2287,14 @@
       "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
     },
     "is-callable": {
-      "version": "1.1.4",
-      "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz",
-      "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA=="
+      "version": "1.1.5",
+      "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz",
+      "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q=="
     },
     "is-data-descriptor": {
       "version": "0.1.4",
       "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
       "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
-      "optional": true,
       "requires": {
         "kind-of": "^3.0.2"
       },
@@ -2343,7 +2303,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -2351,15 +2310,14 @@
       }
     },
     "is-date-object": {
-      "version": "1.0.1",
-      "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
-      "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY="
+      "version": "1.0.2",
+      "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz",
+      "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g=="
     },
     "is-descriptor": {
       "version": "0.1.6",
       "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
       "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
-      "optional": true,
       "requires": {
         "is-accessor-descriptor": "^0.1.6",
         "is-data-descriptor": "^0.1.4",
@@ -2369,8 +2327,7 @@
         "kind-of": {
           "version": "5.1.0",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
-          "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
-          "optional": true
+          "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw=="
         }
       }
     },
@@ -2393,14 +2350,12 @@
     "is-extendable": {
       "version": "0.1.1",
       "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
-      "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
-      "optional": true
+      "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik="
     },
     "is-extglob": {
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
-      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
-      "optional": true
+      "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
     },
     "is-finite": {
       "version": "1.0.2",
@@ -2431,7 +2386,6 @@
       "version": "3.0.0",
       "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
       "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
-      "optional": true,
       "requires": {
         "kind-of": "^3.0.2"
       },
@@ -2440,7 +2394,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -2451,7 +2404,6 @@
       "version": "2.0.4",
       "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
       "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
-      "optional": true,
       "requires": {
         "isobject": "^3.0.1"
       }
@@ -2462,11 +2414,11 @@
       "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o="
     },
     "is-regex": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
-      "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=",
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz",
+      "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==",
       "requires": {
-        "has": "^1.0.1"
+        "has": "^1.0.3"
       }
     },
     "is-stream": {
@@ -2475,11 +2427,11 @@
       "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
     },
     "is-symbol": {
-      "version": "1.0.2",
-      "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz",
-      "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==",
+      "version": "1.0.3",
+      "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
+      "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
       "requires": {
-        "has-symbols": "^1.0.0"
+        "has-symbols": "^1.0.1"
       }
     },
     "is-typedarray": {
@@ -2495,8 +2447,7 @@
     "is-windows": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
-      "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
-      "optional": true
+      "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
     },
     "isarray": {
       "version": "1.0.0",
@@ -2511,8 +2462,7 @@
     "isobject": {
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
-      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
-      "optional": true
+      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
     },
     "isstream": {
       "version": "0.1.2",
@@ -2600,10 +2550,9 @@
       }
     },
     "kind-of": {
-      "version": "6.0.2",
-      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
-      "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
-      "optional": true
+      "version": "6.0.3",
+      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
+      "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
     },
     "lazy-cache": {
       "version": "1.0.4",
@@ -2647,9 +2596,9 @@
       }
     },
     "lodash": {
-      "version": "4.17.11",
-      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
-      "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
+      "version": "4.17.15",
+      "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
+      "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
     },
     "longest": {
       "version": "1.0.1",
@@ -2698,8 +2647,7 @@
     "map-cache": {
       "version": "0.2.2",
       "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
-      "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
-      "optional": true
+      "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8="
     },
     "map-obj": {
       "version": "1.0.1",
@@ -2710,7 +2658,6 @@
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
       "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
-      "optional": true,
       "requires": {
         "object-visit": "^1.0.0"
       }
@@ -2748,7 +2695,6 @@
       "version": "3.1.10",
       "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
       "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
-      "optional": true,
       "requires": {
         "arr-diff": "^4.0.0",
         "array-unique": "^0.3.2",
@@ -2766,16 +2712,16 @@
       }
     },
     "mime-db": {
-      "version": "1.36.0",
-      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz",
-      "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw=="
+      "version": "1.43.0",
+      "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.43.0.tgz",
+      "integrity": "sha512-+5dsGEEovYbT8UY9yD7eE4XTc4UwJ1jBYlgaQQF38ENsKR3wj/8q8RFZrF9WIZpB2V1ArTVFUva8sAul1NzRzQ=="
     },
     "mime-types": {
-      "version": "2.1.20",
-      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz",
-      "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==",
+      "version": "2.1.26",
+      "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz",
+      "integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==",
       "requires": {
-        "mime-db": "~1.36.0"
+        "mime-db": "1.43.0"
       }
     },
     "minimatch": {
@@ -2795,7 +2741,6 @@
       "version": "1.3.2",
       "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
       "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
-      "optional": true,
       "requires": {
         "for-in": "^1.0.2",
         "is-extendable": "^1.0.1"
@@ -2805,7 +2750,6 @@
           "version": "1.0.1",
           "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
           "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
-          "optional": true,
           "requires": {
             "is-plain-object": "^2.0.4"
           }
@@ -2828,14 +2772,12 @@
     "nan": {
       "version": "2.14.0",
       "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
-      "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
-      "optional": true
+      "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
     },
     "nanomatch": {
       "version": "1.2.13",
       "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
       "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
-      "optional": true,
       "requires": {
         "arr-diff": "^4.0.0",
         "array-unique": "^0.3.2",
@@ -2887,9 +2829,9 @@
       }
     },
     "node-sass": {
-      "version": "4.13.0",
-      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.0.tgz",
-      "integrity": "sha512-W1XBrvoJ1dy7VsvTAS5q1V45lREbTlZQqFbiHb3R3OTTCma0XBtuG6xZ6Z4506nR4lmHPTqVRwxT6KgtWC97CA==",
+      "version": "4.13.1",
+      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
+      "integrity": "sha512-TTWFx+ZhyDx1Biiez2nB0L3YrCZ/8oHagaDalbuBSlqXgUPsdkUSzJsVxeDO9LtPB49+Fh3WQl3slABo6AotNw==",
       "requires": {
         "async-foreach": "^0.1.3",
         "chalk": "^1.1.1",
@@ -2927,16 +2869,6 @@
             "supports-color": "^2.0.0"
           }
         },
-        "lodash": {
-          "version": "4.17.15",
-          "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
-          "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
-        },
-        "nan": {
-          "version": "2.13.2",
-          "resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz",
-          "integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw=="
-        },
         "supports-color": {
           "version": "2.0.0",
           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
@@ -2984,6 +2916,14 @@
         "abbrev": "1"
       }
     },
+    "normalize": {
+      "version": "0.3.1",
+      "resolved": "https://registry.npmjs.org/normalize/-/normalize-0.3.1.tgz",
+      "integrity": "sha1-XfSj/hbALmH7Mf8vtEigf0pAhKY=",
+      "requires": {
+        "stylus": "*"
+      }
+    },
     "normalize-package-data": {
       "version": "2.5.0",
       "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
@@ -3132,7 +3072,6 @@
       "version": "0.1.0",
       "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
       "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
-      "optional": true,
       "requires": {
         "copy-descriptor": "^0.1.0",
         "define-property": "^0.2.5",
@@ -3143,7 +3082,6 @@
           "version": "0.2.5",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
           "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^0.1.0"
           }
@@ -3152,7 +3090,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -3173,16 +3110,25 @@
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
       "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
-      "optional": true,
       "requires": {
         "isobject": "^3.0.0"
       }
     },
+    "object.assign": {
+      "version": "4.1.0",
+      "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz",
+      "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==",
+      "requires": {
+        "define-properties": "^1.1.2",
+        "function-bind": "^1.1.1",
+        "has-symbols": "^1.0.0",
+        "object-keys": "^1.0.11"
+      }
+    },
     "object.pick": {
       "version": "1.3.0",
       "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
       "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
-      "optional": true,
       "requires": {
         "isobject": "^3.0.1"
       }
@@ -3233,9 +3179,9 @@
       "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
     },
     "p-limit": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.1.tgz",
-      "integrity": "sha512-85Tk+90UCVWvbDavCLKPOLC9vvY8OwEX/RtKF+/1OADJMVlFfEHOiMTPVyxg7mk/dKa+ipdHm0OUkTvCpMTuwg==",
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.2.tgz",
+      "integrity": "sha512-WGR+xHecKTr7EbUEhyLSh5Dube9JtdiG78ufaeLxTgpudf/20KqyMioIUZJAezlTIi6evxuoUs9YXc11cU+yzQ==",
       "requires": {
         "p-try": "^2.0.0"
       }
@@ -3264,8 +3210,7 @@
     "pascalcase": {
       "version": "0.1.1",
       "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
-      "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
-      "optional": true
+      "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ="
     },
     "path-dirname": {
       "version": "1.0.2",
@@ -3347,8 +3292,7 @@
     "posix-character-classes": {
       "version": "0.1.1",
       "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
-      "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
-      "optional": true
+      "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
     },
     "process-nextick-args": {
       "version": "2.0.0",
@@ -3369,9 +3313,9 @@
       "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM="
     },
     "psl": {
-      "version": "1.1.31",
-      "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz",
-      "integrity": "sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw=="
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/psl/-/psl-1.7.0.tgz",
+      "integrity": "sha512-5NsSEDv8zY70ScRnOTn7bK7eanl2MvFrOrS/R6x+dBt5g1ghnj9Zv90kO8GwT8gxcu2ANyFprnFYB85IogIJOQ=="
     },
     "pug": {
       "version": "2.0.4",
@@ -3465,44 +3409,6 @@
         "pug-walk": "^1.1.8",
         "resolve": "^1.1.6",
         "uglify-js": "^2.6.1"
-      },
-      "dependencies": {
-        "camelcase": {
-          "version": "1.2.1",
-          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
-          "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk="
-        },
-        "cliui": {
-          "version": "2.1.0",
-          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
-          "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
-          "requires": {
-            "center-align": "^0.1.1",
-            "right-align": "^0.1.1",
-            "wordwrap": "0.0.2"
-          }
-        },
-        "uglify-js": {
-          "version": "2.8.29",
-          "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
-          "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
-          "requires": {
-            "source-map": "~0.5.1",
-            "uglify-to-browserify": "~1.0.0",
-            "yargs": "~3.10.0"
-          }
-        },
-        "yargs": {
-          "version": "3.10.0",
-          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
-          "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
-          "requires": {
-            "camelcase": "^1.0.2",
-            "cliui": "^2.1.0",
-            "decamelize": "^1.0.0",
-            "window-size": "0.1.0"
-          }
-        }
       }
     },
     "pug-lexer": {
@@ -3655,7 +3561,6 @@
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
       "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
-      "optional": true,
       "requires": {
         "extend-shallow": "^3.0.2",
         "safe-regex": "^1.1.0"
@@ -3687,8 +3592,7 @@
     "repeat-element": {
       "version": "1.1.3",
       "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
-      "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
-      "optional": true
+      "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g=="
     },
     "repeat-string": {
       "version": "1.6.1",
@@ -3751,14 +3655,12 @@
     "resolve-url": {
       "version": "0.2.1",
       "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
-      "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
-      "optional": true
+      "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo="
     },
     "ret": {
       "version": "0.1.15",
       "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
-      "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
-      "optional": true
+      "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg=="
     },
     "right-align": {
       "version": "0.1.3",
@@ -3769,9 +3671,9 @@
       }
     },
     "rimraf": {
-      "version": "2.6.3",
-      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
-      "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
+      "version": "2.7.1",
+      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
+      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
       "requires": {
         "glob": "^7.1.3"
       }
@@ -3785,7 +3687,6 @@
       "version": "1.1.0",
       "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
       "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
-      "optional": true,
       "requires": {
         "ret": "~0.1.10"
       }
@@ -3806,6 +3707,11 @@
         "yargs": "^7.0.0"
       }
     },
+    "sax": {
+      "version": "1.2.4",
+      "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
+      "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
+    },
     "scss-tokenizer": {
       "version": "0.2.3",
       "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
@@ -3831,9 +3737,9 @@
       "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw=="
     },
     "serve": {
-      "version": "11.2.0",
-      "resolved": "https://registry.npmjs.org/serve/-/serve-11.2.0.tgz",
-      "integrity": "sha512-THZcLzDGk3vJqjhAbLkLag43tiE3V0B7wVe98Xtl+1KyAsr+4iShg+9hke4pLZmrCJu0pUg0TrbhJmdqn/MKoA==",
+      "version": "11.3.0",
+      "resolved": "https://registry.npmjs.org/serve/-/serve-11.3.0.tgz",
+      "integrity": "sha512-AU0g50Q1y5EVFX56bl0YX5OtVjUX1N737/Htj93dQGKuHiuLvVB45PD8Muar70W6Kpdlz8aNJfoUqTyAq9EE/A==",
       "requires": {
         "@zeit/schemas": "2.6.0",
         "ajv": "6.5.3",
@@ -3908,7 +3814,6 @@
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
       "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
-      "optional": true,
       "requires": {
         "extend-shallow": "^2.0.1",
         "is-extendable": "^0.1.1",
@@ -3920,7 +3825,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -3959,7 +3863,6 @@
       "version": "0.8.2",
       "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
       "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
-      "optional": true,
       "requires": {
         "base": "^0.11.1",
         "debug": "^2.2.0",
@@ -3975,7 +3878,6 @@
           "version": "0.2.5",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
           "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^0.1.0"
           }
@@ -3984,7 +3886,6 @@
           "version": "2.0.1",
           "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
           "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
-          "optional": true,
           "requires": {
             "is-extendable": "^0.1.0"
           }
@@ -3995,7 +3896,6 @@
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
       "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
-      "optional": true,
       "requires": {
         "define-property": "^1.0.0",
         "isobject": "^3.0.0",
@@ -4006,7 +3906,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
           "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^1.0.0"
           }
@@ -4015,7 +3914,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
           "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -4024,7 +3922,6 @@
           "version": "1.0.0",
           "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
           "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
-          "optional": true,
           "requires": {
             "kind-of": "^6.0.0"
           }
@@ -4033,7 +3930,6 @@
           "version": "1.0.2",
           "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
           "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
-          "optional": true,
           "requires": {
             "is-accessor-descriptor": "^1.0.0",
             "is-data-descriptor": "^1.0.0",
@@ -4046,7 +3942,6 @@
       "version": "3.0.1",
       "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
       "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
-      "optional": true,
       "requires": {
         "kind-of": "^3.2.0"
       },
@@ -4055,7 +3950,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -4071,7 +3965,6 @@
       "version": "0.5.2",
       "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
       "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
-      "optional": true,
       "requires": {
         "atob": "^2.1.1",
         "decode-uri-component": "^0.2.0",
@@ -4083,8 +3976,7 @@
     "source-map-url": {
       "version": "0.4.0",
       "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
-      "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
-      "optional": true
+      "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM="
     },
     "spdx-correct": {
       "version": "3.1.0",
@@ -4118,7 +4010,6 @@
       "version": "3.1.0",
       "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
       "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
-      "optional": true,
       "requires": {
         "extend-shallow": "^3.0.0"
       }
@@ -4143,7 +4034,6 @@
       "version": "0.1.2",
       "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
       "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
-      "optional": true,
       "requires": {
         "define-property": "^0.2.5",
         "object-copy": "^0.1.0"
@@ -4153,7 +4043,6 @@
           "version": "0.2.5",
           "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
           "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
-          "optional": true,
           "requires": {
             "is-descriptor": "^0.1.0"
           }
@@ -4179,28 +4068,27 @@
       }
     },
     "string.prototype.padend": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz",
-      "integrity": "sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz",
+      "integrity": "sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==",
       "requires": {
-        "define-properties": "^1.1.2",
-        "es-abstract": "^1.4.3",
-        "function-bind": "^1.0.2"
+        "define-properties": "^1.1.3",
+        "es-abstract": "^1.17.0-next.1"
       }
     },
     "string.prototype.trimleft": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz",
-      "integrity": "sha512-FJ6b7EgdKxxbDxc79cOlok6Afd++TTs5szo+zJTUyow3ycrRfJVE2pq3vcN53XexvKZu/DJMDfeI/qMiZTrjTw==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz",
+      "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==",
       "requires": {
         "define-properties": "^1.1.3",
         "function-bind": "^1.1.1"
       }
     },
     "string.prototype.trimright": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.0.tgz",
-      "integrity": "sha512-fXZTSV55dNBwv16uw+hh5jkghxSnc5oHq+5K/gXgizHwAvMetdAJlHqqoFC1FSDVPYWLkAKl2cxpUT41sV7nSg==",
+      "version": "2.1.1",
+      "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz",
+      "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==",
       "requires": {
         "define-properties": "^1.1.3",
         "function-bind": "^1.1.1"
@@ -4248,6 +4136,41 @@
       "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
       "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
     },
+    "stylus": {
+      "version": "0.54.7",
+      "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.7.tgz",
+      "integrity": "sha512-Yw3WMTzVwevT6ZTrLCYNHAFmanMxdylelL3hkWNgPMeTCpMwpV3nXjpOHuBXtFv7aiO2xRuQS6OoAdgkNcSNug==",
+      "requires": {
+        "css-parse": "~2.0.0",
+        "debug": "~3.1.0",
+        "glob": "^7.1.3",
+        "mkdirp": "~0.5.x",
+        "safer-buffer": "^2.1.2",
+        "sax": "~1.2.4",
+        "semver": "^6.0.0",
+        "source-map": "^0.7.3"
+      },
+      "dependencies": {
+        "debug": {
+          "version": "3.1.0",
+          "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
+          "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
+          "requires": {
+            "ms": "2.0.0"
+          }
+        },
+        "semver": {
+          "version": "6.3.0",
+          "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+          "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+        },
+        "source-map": {
+          "version": "0.7.3",
+          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+          "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+        }
+      }
+    },
     "supports-color": {
       "version": "5.5.0",
       "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
@@ -4257,12 +4180,12 @@
       }
     },
     "tar": {
-      "version": "2.2.1",
-      "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
-      "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
+      "version": "2.2.2",
+      "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.2.tgz",
+      "integrity": "sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==",
       "requires": {
         "block-stream": "*",
-        "fstream": "^1.0.2",
+        "fstream": "^1.0.12",
         "inherits": "2"
       }
     },
@@ -4292,7 +4215,6 @@
       "version": "0.3.0",
       "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
       "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
-      "optional": true,
       "requires": {
         "kind-of": "^3.0.2"
       },
@@ -4301,7 +4223,6 @@
           "version": "3.2.2",
           "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
           "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
-          "optional": true,
           "requires": {
             "is-buffer": "^1.1.5"
           }
@@ -4312,7 +4233,6 @@
       "version": "3.0.2",
       "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
       "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
-      "optional": true,
       "requires": {
         "define-property": "^2.0.2",
         "extend-shallow": "^3.0.2",
@@ -4324,7 +4244,6 @@
       "version": "2.1.1",
       "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
       "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
-      "optional": true,
       "requires": {
         "is-number": "^3.0.0",
         "repeat-string": "^1.6.1"
@@ -4377,6 +4296,44 @@
       "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
       "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
     },
+    "uglify-js": {
+      "version": "2.8.29",
+      "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
+      "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=",
+      "requires": {
+        "source-map": "~0.5.1",
+        "uglify-to-browserify": "~1.0.0",
+        "yargs": "~3.10.0"
+      },
+      "dependencies": {
+        "camelcase": {
+          "version": "1.2.1",
+          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
+          "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk="
+        },
+        "cliui": {
+          "version": "2.1.0",
+          "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
+          "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=",
+          "requires": {
+            "center-align": "^0.1.1",
+            "right-align": "^0.1.1",
+            "wordwrap": "0.0.2"
+          }
+        },
+        "yargs": {
+          "version": "3.10.0",
+          "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
+          "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=",
+          "requires": {
+            "camelcase": "^1.0.2",
+            "cliui": "^2.1.0",
+            "decamelize": "^1.0.0",
+            "window-size": "0.1.0"
+          }
+        }
+      }
+    },
     "uglify-to-browserify": {
       "version": "1.0.2",
       "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
@@ -4387,7 +4344,6 @@
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
       "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
-      "optional": true,
       "requires": {
         "arr-union": "^3.1.0",
         "get-value": "^2.0.6",
@@ -4399,7 +4355,6 @@
       "version": "1.0.0",
       "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
       "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
-      "optional": true,
       "requires": {
         "has-value": "^0.3.1",
         "isobject": "^3.0.0"
@@ -4409,7 +4364,6 @@
           "version": "0.3.1",
           "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
           "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
-          "optional": true,
           "requires": {
             "get-value": "^2.0.3",
             "has-values": "^0.1.4",
@@ -4420,7 +4374,6 @@
               "version": "2.1.0",
               "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
               "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
-              "optional": true,
               "requires": {
                 "isarray": "1.0.0"
               }
@@ -4430,8 +4383,7 @@
         "has-values": {
           "version": "0.1.4",
           "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
-          "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
-          "optional": true
+          "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E="
         }
       }
     },
@@ -4461,14 +4413,12 @@
     "urix": {
       "version": "0.1.0",
       "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
-      "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
-      "optional": true
+      "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
     },
     "use": {
       "version": "3.1.1",
       "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
-      "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
-      "optional": true
+      "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
     },
     "util-deprecate": {
       "version": "1.0.2",
@@ -4476,9 +4426,9 @@
       "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
     },
     "uuid": {
-      "version": "3.3.2",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
-      "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
+      "version": "3.4.0",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
+      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
     },
     "validate-npm-package-license": {
       "version": "3.0.4",
diff --git a/package.json b/package.json
index ee5d69e1bc0874aada4ae0e53d14f67c2925c576..91cd96d31c0a786c04f1ee36d3424876eb7d4c7c 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
     "serve": "serve -l 3000 dist/",
     "watch": "run-p copy:* watch:* serve",
     "watch:css": "npm run build:css && npm run build:css -- -w",
-    "watch:js": "babel --watch 'src/scripts/*.js' -o dist/scripts/index.js",
+    "watch:js": "babel --watch \"src/scripts/*.js\" -o dist/scripts/index.js",
     "watch:pug": "pug --watch src/index.pug -o dist/ --obj config.json"
   },
   "dependencies": {
diff --git a/src/fonts/FacitBold.eot b/src/fonts/FacitBold.eot
new file mode 100644
index 0000000000000000000000000000000000000000..86e5ba471dd9db59e3d2524b0f4eb8587a738f63
Binary files /dev/null and b/src/fonts/FacitBold.eot differ
diff --git a/src/fonts/FacitBold.svg b/src/fonts/FacitBold.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ba3771c8b40cec7585730bd496cd0b4d81785587
--- /dev/null
+++ b/src/fonts/FacitBold.svg
@@ -0,0 +1,4590 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20190801 at Wed Aug  3 20:38:00 2005
+ By www-data
+(c) 2004 Just Another Foundry. All Rights Reserved.
+</metadata>
+<defs>
+<font id="FacitBold" horiz-adv-x="577" >
+  <font-face 
+    font-family="FacitBold"
+    font-weight="700"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="0 0 8 0 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="504"
+    cap-height="690"
+    bbox="-186 -324 1280 1032"
+    underline-thickness="150"
+    underline-position="-300"
+    unicode-range="U+0020-FB03"
+  />
+<missing-glyph horiz-adv-x="500" 
+d="M0 0v700h500v-700h-500zM250 395l170 255h-340zM280 350l170 -255v510zM80 50h340l-170 255zM50 605v-510l170 255z" />
+    <glyph glyph-name="fj" unicode="fj" horiz-adv-x="641" 
+d="M30 363v134h76v20q0 51 12 89.5t41.5 72t86 51t138.5 17.5q131 0 195 -49l-59 -116q-57 32 -146 32q-72 0 -92 -20.5t-20 -71.5v-25h316v-514q0 -101 -52.5 -157.5t-159.5 -56.5q-43 0 -71 9l21 136q20 -5 45 -5q37 0 49 16t12 54v384h-160v-363h-156v363h-76z" />
+    <glyph glyph-name="ff" unicode="ff" horiz-adv-x="721" 
+d="M390 721l-21 -128q-19 6 -45 6q-42 0 -54.5 -20t-12.5 -66v-22h163v32q0 98 49.5 159t160.5 61q89 0 136 -30l-57 -120q-28 15 -69 15t-54.5 -19.5t-13.5 -67.5v-30h115v-129h-115v-362h-152v362h-163v-362h-151v362h-76v129h76v24q0 218 207 218q41 0 77 -12z" />
+    <glyph glyph-name="fi" unicode="fi" horiz-adv-x="641" 
+d="M30 363v134h76v20q0 51 12 89.5t41.5 72t86 51t138.5 17.5q131 0 195 -49l-59 -116q-57 32 -146 32q-72 0 -92 -20.5t-20 -71.5v-25h316v-497h-156v363h-160v-363h-156v363h-76z" />
+    <glyph glyph-name="ffi" unicode="ffi" horiz-adv-x="951" 
+d="M420 0v362h-163v-362h-151v362h-76v129h76v24q0 218 205 218q43 0 79 -12l-21 -128q-19 6 -43 6q-44 0 -56.5 -19.5t-12.5 -66.5v-22h163v26q0 52 11.5 90t39.5 71.5t84.5 51t138.5 17.5q133 0 195 -49l-59 -116q-57 32 -146 32q-72 0 -92 -20.5t-20 -71.5v-31h316v-491
+h-157v362h-159v-362h-152z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="500" 
+d="M0 0v700h500v-700h-500zM250 395l170 255h-340zM280 350l170 -255v510zM80 50h340l-170 255zM50 605v-510l170 255z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="333" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="194" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="333" 
+d="M274 690l-9 -449h-151l-9 449h169zM98 82q0 40 26 66t65 26q40 0 66 -26t26 -66q0 -39 -26 -65t-66 -26q-39 0 -65 26t-26 65z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="458" 
+d="M195 436h-128l-5 254h138zM391 436h-128l-4 254h137z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M387 690h134l-25 -164h59v-123h-80l-17 -117h63v-123h-83l-25 -163h-135l26 163h-102l-25 -163h-135l26 163h-58v123h79l16 117h-63v123h84l25 164h135l-26 -164h102zM239 403l-16 -117h101l17 117h-102z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M373 765l-1 -85q95 -13 147 -52l-77 -117q-58 37 -148 37q-84 0 -84 -53q0 -25 33.5 -40t81 -27t95 -30.5t81 -61t33.5 -107.5q0 -97 -77 -152q-37 -26 -85 -38l1 -94h-168l1 83q-116 13 -176 62l81 120q68 -48 169 -48q87 0 87 57q0 24 -24 40.5t-60 24.5t-78 22.5
+t-78 33t-60 57t-24 92.5q0 90 70 142q38 28 93 42l-1 92h168z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="948" 
+d="M827 671l-612 -725l-87 72l612 726zM898 196q0 -113 -47 -162q-40 -42 -113 -42t-112 41q-44 47 -44 159q0 113 45 161q38 43 115 43q73 0 111 -40q45 -49 45 -160zM789 196q0 63 -9 86t-38 23q-31 0 -40.5 -24t-9.5 -89q0 -64 9 -86.5t38 -22.5q31 0 40.5 24t9.5 89z
+M365 498q0 -112 -46 -162q-39 -42 -114 -42q-72 0 -112 40q-43 46 -43 158q0 114 45 163q40 43 115 43q72 0 110 -40q45 -47 45 -160zM256 500q0 62 -8.5 84.5t-37.5 22.5q-32 0 -41.5 -24t-9.5 -90q0 -63 9 -86t38 -23q31 0 40.5 24t9.5 92z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="676" 
+d="M456 364h134q0 -106 -67 -212l141 -152h-178l-48 51q-70 -64 -171 -64q-103 0 -164 51q-61 50 -61 137q0 114 100 195q-52 68 -52 139q0 86 56 137q57 54 161 54q97 0 153 -54l-84 -100q-32 27 -76 27q-62 0 -62 -58q0 -38 23.5 -72.5t90.5 -106.5l80 -87q21 49 24 115z
+M268 107q48 0 87 32l-126 134q-45 -35 -45 -91q0 -75 84 -75z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="262" 
+d="M195 436h-128l-5 254h138z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="359" 
+d="M226 768l90 -117q-69 -54 -87 -122t-18 -238t17.5 -239t87.5 -122l-90 -116q-100 71 -135.5 180.5t-35.5 298.5q0 188 35.5 295.5t135.5 179.5z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="359" 
+d="M134 -186l-90 117q69 54 87 122t18 238q0 169 -18 237.5t-87 122.5l90 116q100 -70 135.5 -179.5t35.5 -298.5q0 -188 -35.5 -295.5t-135.5 -179.5z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="513" 
+d="M423 419l-91 -66l-76 112l-76 -112l-90 67l80 107l-128 40l35 107l126 -45l-3 136h112l-2 -136l126 44l34 -107l-127 -38z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="567" 
+d="M522 204h-162v-186h-152v186h-162v135h162v186h152v-186h162v-135z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="283" 
+d="M47 86q0 40 25.5 67t69.5 27q43 0 68 -26.5t25 -71.5q0 -93 -102 -247l-99 51q43 83 54 125q-41 24 -41 75z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="319" 
+d="M305 199h-291v144h291v-144z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="283" 
+d="M47 85q0 41 27 68t68 27t67.5 -27t26.5 -68t-27 -68t-67 -27t-67.5 27t-27.5 68z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="477" 
+d="M474 794l-336 -959l-141 52l336 959z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M540 351q0 -205 -76 -293q-64 -72 -179 -72q-120 0 -180 72q-68 80 -68 282q0 207 76 293q63 71 179 71q119 0 180 -72q68 -80 68 -281zM375 354q0 118 -17 165t-67 47q-53 0 -71.5 -50.5t-18.5 -179.5q0 -118 17 -165t68 -47q52 0 70.5 51t18.5 179z" />
+    <glyph glyph-name="one" unicode="1" 
+d="M74 0v141h169v388l-130 -102l-88 112l201 151h178v-549h130v-141h-460z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M521 138v-138h-470v104q0 51 10 87t37.5 67.5t60.5 55.5t94 60q42 25 61 39t34.5 37t15.5 51q0 38 -23 52.5t-66 14.5q-81 0 -135 -55l-98 96q82 94 245 94q106 0 172 -47t66 -154q0 -78 -36.5 -121.5t-120.5 -94.5q-86 -52 -116.5 -81t-30.5 -68z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M145 286v129h92q111 0 111 84q0 41 -22 56t-69 15q-94 0 -142 -44l-78 105q37 38 99.5 55.5t127.5 17.5q106 0 173 -44q74 -48 74 -141q0 -58 -29 -100.5t-85 -61.5q122 -33 122 -169q0 -100 -76 -153q-70 -48 -184 -48q-69 0 -130.5 17.5t-93.5 53.5l78 107
+q48 -47 144 -47q49 0 74.5 19t25.5 67q0 47 -27 64.5t-90 17.5h-95z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M540 124h-93v-124h-148v124h-260v139l133 427h153l-133 -425h110v244h145v-243h93v-142z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M53 56l77 108q24 -23 64 -34.5t78 -11.5q42 0 61 14q33 23 33 90q0 61 -27 82q-21 16 -62 16q-53 0 -88 -36l-117 28l3 378h413v-133h-278l-3 -138q35 28 104 28q86 0 147 -48q71 -56 71 -172q0 -129 -86 -191q-70 -49 -172 -49q-60 0 -122 17t-96 52z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M528 639l-78 -106q-44 39 -136 39q-39 0 -61.5 -9t-34 -35.5t-14.5 -56.5t-4 -91q41 53 132 53q84 0 143 -48q63 -55 63 -168q0 -119 -68 -177q-62 -53 -172 -53q-128 0 -190 75q-64 76 -64 276q0 104 15 175t55 116q68 75 204 75q149 0 210 -65zM303 321
+q-50 0 -73 -26.5t-23 -83.5q0 -52 20.5 -76t69.5 -24q50 0 69 25.5t19 80.5q0 57 -18 80.5t-64 23.5z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M174 432h-129l-3 258h490v-142q-128 -292 -204 -548h-173q67 230 211 540h-189z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M53 519q0 50 21 88t56.5 58.5t75.5 30.5t85 10q60 0 110.5 -16t87 -58t36.5 -106q0 -115 -113 -170q122 -50 122 -177q0 -98 -71 -146t-174 -48q-65 0 -118.5 18.5t-90.5 63t-37 110.5q0 122 127 174q-117 51 -117 168zM199 507q0 -24 6.5 -40.5t21.5 -27.5t26.5 -16
+t34.5 -13q23 7 35.5 13t27.5 17t21.5 27.5t6.5 40.5q0 79 -89 79q-91 0 -91 -80zM188 191q0 -86 100 -86t100 86q0 26 -7.5 44.5t-24.5 31t-30.5 18.5t-38.5 15q-23 -8 -38 -15t-30.5 -19t-23 -31t-7.5 -44z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M49 51l78 106q44 -39 135 -39q32 0 52.5 7t33 19t18.5 38t8 53t2 75q-39 -53 -130 -53q-90 0 -144 48q-63 55 -63 169q0 117 68 176q61 53 171 53q127 0 190 -74q38 -46 51.5 -111.5t13.5 -164.5q0 -106 -14.5 -177t-55.5 -115q-68 -75 -204 -75q-149 0 -210 65zM273 369
+q50 0 73.5 26t23.5 84q0 52 -20.5 76t-69.5 24q-50 0 -69.5 -25.5t-19.5 -80.5q0 -57 18.5 -80.5t63.5 -23.5z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="300" 
+d="M66 83q0 40 26 66.5t66 26.5t66 -26.5t26 -66.5t-26 -66t-66 -26t-66 26t-26 66zM66 401q0 40 26 66.5t66 26.5t66 -26.5t26 -66.5q0 -39 -26 -65.5t-66 -26.5t-66 26.5t-26 65.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="284" 
+d="M47 404q0 40 26 66.5t66 26.5t66.5 -26.5t26.5 -66.5t-26.5 -66.5t-66.5 -26.5t-66 26.5t-26 66.5zM47 84q0 40 25 66.5t67 26.5q43 0 67.5 -26.5t24.5 -70.5q0 -93 -101 -244l-97 50q41 77 53 125q-39 23 -39 73z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="568" 
+d="M449 19l-403 176v152l403 176l48 -133l-301 -118l301 -120z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="567" 
+d="M497 94h-426v131h426v-131zM497 317h-426v131h426v-131z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="568" 
+d="M119 523l403 -176v-152l-403 -176l-47 133l300 119l-300 119z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="475" 
+d="M137 531l-80 102q77 65 192 65q83 0 140 -35q70 -42 70 -125q0 -43 -18 -77t-43 -53.5t-50.5 -34.5t-43.5 -31t-18 -33q0 -16 15 -39l-112 -50q-43 55 -43 103q0 34 17.5 62t42 45t49 32t42 32t17.5 35q0 45 -61 45q-65 0 -116 -43zM182 83q0 39 26 65t66 26
+q39 0 65.5 -26t26.5 -65q0 -40 -26.5 -66t-65.5 -26q-40 0 -66 26t-26 66z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="851" 
+d="M638 167q22 0 36 34.5t14 95.5q0 262 -257 262q-273 0 -273 -286q0 -143 72.5 -212.5t229.5 -69.5q180 0 280 93l67 -74q-58 -58 -149 -92.5t-205 -34.5q-201 0 -306.5 105t-105.5 283q0 184 107 292.5t286 108.5q173 0 272.5 -99.5t99.5 -252.5q0 -109 -50 -178.5
+t-140 -69.5q-84 0 -106 66q-49 -69 -134 -69q-60 0 -98 34.5t-38 93.5q0 130 200 130h38v10q0 25 -12 34.5t-44 9.5q-67 0 -101 -30l-61 81q56 52 166 52q90 0 133.5 -39.5t43.5 -123.5v-72q0 -82 35 -82zM479 243h-41q-22 0 -34 -2t-22 -11.5t-10 -27.5q0 -32 27 -32
+q24 0 50 22.5t30 50.5z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="618" 
+d="M69 690h289q99 0 150 -40q56 -42 56 -126q0 -60 -28.5 -103t-84.5 -58q126 -22 126 -159q0 -102 -67 -155q-62 -49 -169 -49h-272v690zM226 288v-160h96q46 0 65 18q22 20 22 67q0 43 -19 59t-62 16h-102zM226 561v-153h74q46 0 71 19t25 68q0 39 -17 54q-13 12 -50 12
+h-103z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="565" 
+d="M452 196l95 -100q-92 -108 -239 -108q-121 0 -187 69q-80 81 -80 280q0 203 82 289q71 76 207 76q137 0 208 -76l-88 -111q-49 46 -125 46q-65 0 -90 -39q-26 -41 -26 -182q0 -140 30 -180q24 -33 75 -33q77 0 138 69z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="662" 
+d="M69 690h271q137 0 204 -64q43 -41 60 -107.5t17 -165.5q0 -100 -18 -172t-67 -117q-69 -64 -191 -64h-276v690zM232 549v-408h99q63 0 91 33q31 35 31 172t-32 173q-27 30 -89 30h-100z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="517" 
+d="M69 690h415v-144h-253v-143h231v-143h-231v-260h-162v690z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="647" 
+d="M329 393h260v-358q-110 -45 -236 -45q-156 0 -233 75q-46 45 -62.5 111t-16.5 160q0 103 18 174t65 116q76 74 228 74q153 0 231 -72l-93 -114q-55 46 -146 46q-74 0 -103 -34q-17 -20 -23.5 -59t-6.5 -121q0 -91 7.5 -133t25.5 -61q28 -31 102 -31q58 0 97 12v130h-114
+v130z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="678" 
+d="M69 690h162v-266h217v266h161v-690h-161v280h-217v-280h-162v690z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="320" 
+d="M91 690h161v-639q0 -269 -247 -269q-50 0 -83 12l22 138q26 -8 57 -8q53 0 71.5 27.5t18.5 91.5v647z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="656" 
+d="M69 690h162v-261h61l161 261h185l-206 -334l223 -356h-193l-171 277h-60v-277h-162v690z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="491" 
+d="M69 690h162v-546h237v-144h-399v690z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="866" 
+d="M90 690h217l126 -436l129 436h214l39 -690h-158l-17 510l-134 -479h-148l-133 480l-18 -511h-156z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="713" 
+d="M69 690h205l220 -471l-5 471h155v-690h-205l-220 471l5 -471h-155v690z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="605" 
+d="M69 690h264q109 0 167 -45q75 -58 75 -192q0 -138 -74 -196q-59 -46 -172 -46h-98v-211h-162v690zM231 551v-201h94q45 0 63 18q19 18 19 82q0 67 -22 86q-17 15 -64 15h-90z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="686" 
+d="M645 351q0 -187 -70 -271l84 -93l-125 -116l-110 122q-40 -8 -86 -8q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32
+q66 0 98 38q35 43 35 185z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="634" 
+d="M69 690h282q104 0 162 -37q76 -49 76 -160q0 -157 -130 -191q63 -12 90 -78t44 -224h-170q-19 145 -37.5 189.5t-63.5 44.5h-91v-234h-162v690zM231 552v-182h73q62 0 89.5 21t27.5 83q0 46 -19 64q-15 14 -60 14h-111z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="536" 
+d="M494 642l-76 -117q-58 40 -145 40q-40 0 -60.5 -14.5t-20.5 -52.5q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -87 -169q-70 -48 -179 -48q-63 0 -126 17t-102 52l80 119q64 -51 164 -51q41 0 63.5 15.5t22.5 56.5q0 27 -23.5 46
+t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 78 154q73 54 180 54q56 0 113.5 -14.5t94.5 -45.5z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="531" 
+d="M8 690h515v-144h-177v-546h-162v546h-176v144z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="619" 
+d="M3 690h172l137 -508l135 508h170l-218 -690h-181z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="902" 
+d="M10 690h162l88 -501l110 483h164l109 -482l88 500h161l-152 -690h-183l-108 474l-109 -474h-183z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="635" 
+d="M19 690h189l112 -224l110 224h186l-194 -333l210 -357h-191l-124 245l-126 -245h-187l210 357z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="568" 
+d="M-10 690h185l108 -269l111 269h185l-217 -433v-257h-162v257z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="544" 
+d="M500 688v-135l-276 -412l283 1v-142h-477v135l274 411h-263v142h459z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="365" 
+d="M69 731h253v-128h-104v-625h104v-127h-253v880z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="472" 
+d="M334 -165l-331 949l142 52l331 -949z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="365" 
+d="M296 -149h-252v128h104v624h-104v128h252v-880z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="567" 
+d="M33 341l174 402h153l175 -402l-134 -48l-118 300l-117 -300z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="415" 
+d="M415 -177h-415v140h415v-140z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="200" 
+d="M210 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="575" 
+d="M63 765h157v-307q51 65 138 65q53 0 89 -21.5t54 -60.5t25 -81t7 -96q0 -58 -8 -102t-28 -85.5t-60.5 -64t-99.5 -22.5q-89 0 -138 63l-3 -53h-133v765zM372 254q0 69 -12 101t-46 32q-38 0 -66 -37q-34 -43 -34 -116q0 -59 27 -87q25 -28 63 -28q41 0 54.5 32.5
+t13.5 102.5z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="479" 
+d="M363 170l93 -99q-72 -81 -194 -81q-104 0 -160 61q-60 65 -60 198q0 145 68 213q62 60 170 60q111 0 169 -59l-88 -106q-32 28 -79 28q-46 0 -61 -28.5t-15 -100.5q0 -71 13.5 -101.5t50.5 -30.5q50 0 93 46z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="578" 
+d="M358 765h157v-765h-147l-2 67q-52 -80 -149 -80q-71 0 -115 49q-60 66 -60 215q0 155 67 219q54 52 142 52q68 0 107 -36v279zM258 121q34 0 64 38q42 53 42 130q0 55 -26 81q-21 21 -59 21q-44 0 -58 -31t-14 -107q0 -74 11 -103t40 -29z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="406" 
+d="M30 361v137h76v25q0 97 51.5 158.5t163.5 61.5q84 0 130 -30l-51 -120q-28 15 -69 15q-42 0 -55.5 -19.5t-13.5 -67.5v-23h116v-137h-116v-361h-156v361h-76z" />
+    <glyph glyph-name="g" unicode="g" 
+d="M382 510h133v-502q0 -49 -12.5 -89.5t-41 -76.5t-83.5 -56t-132 -20q-133 0 -197 59l73 111q51 -41 131 -41q64 0 85.5 24t21.5 76v72q-50 -70 -140 -70q-78 0 -125 56q-53 65 -53 201q0 146 63 213q52 54 138 54q88 0 137 -61zM260 126q38 0 67 37q37 48 37 121
+q0 55 -27 83q-25 25 -62 25q-41 0 -54.5 -30.5t-13.5 -104.5q0 -72 11 -101.5t42 -29.5z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="569" 
+d="M63 765h157v-319q44 77 144 77q71 0 109 -47t38 -135v-341h-158v319q0 31 -8 45t-29 14q-39 0 -67.5 -44t-28.5 -131v-203h-157v765z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM49 678q0 40 26.5 67t65.5 27q40 0 66 -26.5t26 -67.5q0 -40 -26 -66.5t-66 -26.5q-39 0 -65.5 26.5t-26.5 66.5z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="288" 
+d="M69 510h157v-527q0 -101 -53 -157.5t-161 -56.5q-36 0 -69 9l21 136q20 -5 44 -5q37 0 49 16t12 54v531zM56 678q0 41 26 67.5t66 26.5q39 0 65.5 -27t26.5 -67t-26.5 -66.5t-65.5 -26.5q-40 0 -66 26.5t-26 66.5z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="560" 
+d="M63 765h157v-428h38l95 173h185l-155 -245l170 -265h-193l-107 187h-33v-187h-157v765z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="282" 
+d="M63 765h157v-765h-157v765z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="847" 
+d="M63 510h146v-77q47 90 149 90t133 -93q52 93 153 93q70 0 107.5 -47t37.5 -135v-341h-157v315q0 33 -8 48t-29 15q-37 0 -64 -44t-27 -128v-206h-157v317q0 31 -7.5 46t-28.5 15q-38 0 -65 -44t-27 -128v-206h-156v510z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="569" 
+d="M63 510h146v-78q49 91 152 91q74 0 112 -47t38 -135v-341h-158v316q0 32 -8 47t-30 15q-40 0 -67.5 -45t-27.5 -128v-205h-157v510z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="578" 
+d="M63 510h148l1 -67q53 80 148 80q66 0 111 -43q65 -64 65 -219q0 -160 -71 -225q-53 -48 -135 -48q-66 0 -110 36v-254h-157v740zM319 387q-36 0 -67 -42q-38 -53 -38 -131q0 -47 22 -73q21 -25 63 -25t57 30t15 111q0 72 -11.5 101t-40.5 29z" />
+    <glyph glyph-name="q" unicode="q" 
+d="M382 510h132v-740h-156v284q-53 -67 -139 -67q-66 0 -113 45q-64 63 -64 214q0 160 65 225q48 50 131 50q94 0 141 -65zM207 248q0 -70 11 -99t44 -29q36 0 65 36q36 45 36 118q0 56 -26 86q-26 29 -66 29q-39 0 -51.5 -30.5t-12.5 -110.5z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="411" 
+d="M63 510h148l-1 -83q42 97 136 97q26 0 51 -10l-20 -149q-22 6 -38 6q-120 0 -120 -202v-169h-156v510z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="444" 
+d="M410 462l-72 -95q-47 37 -108 37q-54 0 -54 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -58 -32.5 -96.5t-78.5 -53.5t-103 -15q-127 0 -185 65l72 96q45 -44 122 -44q60 0 60 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41
+q115 0 170 -59z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="434" 
+d="M381 138l9 -131q-54 -13 -107 -13q-102 0 -141.5 47.5t-39.5 147.5v176h-74v136h74v140l157 14v-154h126v-136h-126v-164q0 -44 9 -57t48 -13q37 0 65 7z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="523" 
+d="M10 510h169l86 -344l84 344h164l-164 -510h-177z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="765" 
+d="M13 510h158l61 -334l71 324h162l71 -322l61 332h155l-127 -510h-171l-73 324l-74 -324h-172z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="540" 
+d="M25 510h178l71 -145l68 145h175l-137 -247l148 -263h-178l-80 156l-80 -156h-178l156 263z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="535" 
+d="M525 510l-137 -480q-37 -130 -98 -196.5t-153 -66.5q-66 0 -100 24l47 127q20 -12 49 -12q38 0 60.5 25.5t39.5 87.5h-72l-151 491h167l97 -392l88 392h163z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="465" 
+d="M419 504v-128l-191 -241h196v-135h-387v129l190 240h-180v135h372z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="378" 
+d="M335 -149h-76q-76 0 -120 41.5t-44 119.5v115q0 58 -19 76t-73 20v135q54 2 73 20t19 77v110q0 78 43.5 122t120.5 44h76v-138h-35q-37 0 -47.5 -14.5t-10.5 -51.5v-89q0 -120 -96 -147q96 -28 96 -147v-91q0 -37 10.5 -51.5t47.5 -14.5h35v-136z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="297" 
+d="M228 765v-995h-159v995h159z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="378" 
+d="M44 730h76q76 0 119.5 -41.5t43.5 -119.5v-115q0 -57 19 -75t73 -20v-135q-53 -2 -72.5 -20t-19.5 -77v-110q0 -78 -43.5 -122t-119.5 -44h-76v138h34q37 0 48 14t11 52v88q0 122 95 148q-95 28 -95 147v91q0 36 -11 51t-48 15h-34v135z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="567" 
+d="M449 359l84 -93q-47 -47 -82.5 -69.5t-79.5 -22.5q-39 0 -98.5 26.5t-81.5 26.5q-28 0 -73 -45l-83 94q45 47 81 69.5t80 22.5q39 0 98.5 -26.5t81.5 -26.5q31 0 73 44z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="333" 
+d="M60 -74l9 449h151l9 -449h-169zM236 534q0 -39 -26 -65.5t-66 -26.5q-39 0 -65 26t-26 66q0 39 26 65t65 26q40 0 66 -26t26 -65z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M394 765l-1 -109q87 -13 138 -64l-94 -110q-41 37 -107 37q-65 0 -85.5 -36t-20.5 -126q0 -93 18.5 -130.5t73.5 -37.5q72 0 125 60l101 -104q-60 -66 -149 -86l1 -114h-168l2 115q-65 17 -106 61q-69 74 -69 230q0 159 71 234q40 44 104 62l-2 118h168z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M426 409v-135h-148v-139h270v-135h-498v135h65v139h-65v135h65v38q0 47 12.5 89.5t39.5 80t77.5 60t118.5 22.5q117 0 175 -59l-92 -108q-33 31 -85 31t-67.5 -29t-15.5 -91v-34h148z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" 
+d="M591 563l-98 -95q21 -46 21 -109t-21 -109l99 -97l-96 -96l-97 96q-45 -22 -112 -22q-65 0 -110 22l-94 -97l-97 97l96 96q-20 48 -20 107q0 61 22 111l-99 96l96 97l98 -98q49 22 111 22t108 -21l96 95zM381 359q0 52 -22 76.5t-70 24.5q-49 0 -71 -25t-22 -76
+q0 -105 92 -105q93 0 93 105z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M538 242v-135h-173v-107h-160v107h-161v135h161v35l-10 19h-151v134h81l-137 260h185l114 -268l121 268h181l-141 -260h90v-134h-163l-10 -19v-35h173z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="297" 
+d="M228 -230h-159v378h159v-378zM228 765v-379h-159v379h159z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="499" 
+d="M33 -45l65 103q55 -41 134 -41q69 0 69 45q0 21 -29.5 35t-71.5 27t-84 32.5t-71.5 62t-29.5 104.5q0 90 64 146q-28 38 -28 92q0 77 63.5 118.5t153.5 41.5q113 0 177 -51l-64 -100q-46 34 -122 34q-66 0 -66 -44q0 -19 28.5 -33.5t69.5 -28.5t82 -34.5t69.5 -63.5
+t28.5 -105q0 -88 -61 -144q31 -39 31 -94q0 -76 -66 -116.5t-151 -40.5q-50 0 -103.5 14t-87.5 41zM335 288q0 15 -6.5 28t-14.5 21t-26 18t-28 14.5t-36 14t-35 13.5q-38 -29 -38 -65q0 -13 4 -24t13 -20.5t17.5 -16t24.5 -14t26.5 -11.5t31 -12t30.5 -12q37 30 37 66z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="200" 
+d="M202 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM-4 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="788" 
+d="M41 346q0 157 94 263t259 106t259 -106.5t94 -264.5t-94.5 -264t-258.5 -106q-110 0 -191.5 51.5t-121.5 135t-40 185.5zM152 343q0 -118 60.5 -187.5t182.5 -69.5q121 0 180 69.5t59 188.5q0 120 -58.5 190t-178.5 70q-122 0 -183.5 -71t-61.5 -190zM474 291l81 -88
+q-64 -64 -160 -64q-79 0 -126 44q-53 50 -53 154q0 100 49 155q51 55 144 55q88 0 138 -44l-72 -98q-28 20 -67 20q-29 0 -39 -16.5t-10 -63.5q0 -51 10 -68t34 -17q37 0 71 31z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="350" 
+d="M303 360h-258v82h258v-82zM90 686l-52 60q43 43 129 43q71 0 103.5 -26.5t32.5 -91.5v-186h-90l-1 33q-33 -42 -90 -42q-43 0 -70 24q-29 24 -29 71q0 55 44 80q37 22 108 22h30v5q0 19 -9.5 26t-33.5 7q-43 0 -72 -25zM207 609h-34q-27 0 -38.5 -6t-11.5 -29
+q0 -21 19 -21q17 0 39 17.5t26 38.5z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="573" 
+d="M195 45l-177 226l177 226l94 -73l-114 -153l114 -151zM445 45l-177 226l177 226l95 -73l-115 -153l115 -151z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="568" 
+d="M495 389v-327h-151v192h-283v135h434z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="583" 
+d="M42 587q0 109 69.5 182.5t179.5 73.5t180 -73.5t70 -182.5q0 -108 -70.5 -181.5t-180.5 -73.5q-109 0 -178.5 73.5t-69.5 181.5zM127 587q0 -78 43.5 -124.5t119.5 -46.5q77 0 121 46.5t44 124.5q0 80 -43 126.5t-120 46.5t-121 -47t-44 -126zM182 714h125q104 0 104 -77
+q0 -57 -51 -71q29 -5 37 -25.5t12 -78.5h-86q-4 43 -8.5 56.5t-15.5 13.5h-35v-70h-82v252zM264 645v-45h20q23 0 32.5 5t9.5 21q0 12 -5.5 15.5t-20.5 3.5h-36z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="200" 
+d="M262 601h-324v116h324v-116z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="483" 
+d="M436 551q0 -87 -52.5 -140.5t-144.5 -53.5q-91 0 -141.5 51t-50.5 137t53 140t144 54t141.5 -51.5t50.5 -136.5zM307 552q0 76 -63 76q-34 0 -51.5 -23.5t-17.5 -60.5q0 -77 64 -77q34 0 51 24t17 61z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="567" 
+d="M487 316h-135v-128h-136v128h-136v127h136v124h136v-124h135v-127zM487 22h-407v126h407v-126z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="385" 
+d="M337 579v-94h-298v71q0 56 27 86t97 66q27 14 37 19.5t19.5 16.5t9.5 25q0 30 -49 30q-47 0 -81 -32l-67 66q53 59 156 59q68 0 110.5 -28.5t42.5 -92.5q0 -47 -24 -73t-72 -50q-54 -27 -70.5 -39.5t-16.5 -29.5h179z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="385" 
+d="M98 642v88h61q62 0 62 37q0 20 -12.5 27t-39.5 7q-57 0 -86 -23l-53 71q44 43 145 43q67 0 112 -28q46 -30 46 -81q0 -70 -70 -93q74 -21 74 -96q0 -54 -46 -86q-43 -31 -119 -31q-104 0 -144 41l53 72q30 -24 87 -24q58 0 58 39q0 21 -15 29t-50 8h-63z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="200" 
+d="M67 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="566" 
+d="M503 0h-145l1 78q-45 -88 -140 -88h-9l10 -220h-157v740h156v-318q0 -61 39 -61q36 0 62.5 45t26.5 128v206h156v-510z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="811" 
+d="M497 -231h-148v452h-87q-38 0 -66 3.5t-61.5 17.5t-54 38.5t-35 71t-14.5 110.5q0 80 18 132t53.5 76t71 32t87.5 8h482v-941h-149v806h-97v-806zM349 358v215h-76q-54 0 -72.5 -25t-18.5 -83q0 -68 20.5 -87.5t73.5 -19.5h73z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="283" 
+d="M47 271q0 41 27 68t67 27q41 0 68 -27t27 -68t-27 -68t-68 -27q-40 0 -67 27.5t-27 67.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="200" 
+d="M32 23h94l-5 -57q63 -29 63 -89q0 -49 -33.5 -82.5t-92.5 -33.5q-74 0 -120 57l61 63q24 -31 51 -31q30 0 30 27q0 32 -58 48z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="385" 
+d="M53 485v97h104v190l-75 -57l-61 76l124 92h124v-301h78v-97h-294z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="373" 
+d="M318 360h-264v82h264v-82zM339 637q0 -84 -46 -125q-40 -35 -110 -35q-67 0 -105 31q-45 36 -45 121t47 126q40 35 109 35q65 0 104 -31q46 -38 46 -122zM226 639q0 43 -14 54q-7 6 -24 6q-19 0 -28 -9q-14 -14 -14 -61q0 -43 12 -54q8 -8 26 -8t30 10q12 15 12 62z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="573" 
+d="M378 497l178 -226l-178 -226l-94 74l115 152l-115 151zM128 497l177 -226l-177 -226l-94 74l114 152l-114 151z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM79 302v93h94v191l-66 -56l-57 75l108 85h121v-295h71v-93h-271zM894 65h-51v-65h-97v65h-153v91l70 232h100l-70 -230h55v131h95v-130h51v-94z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM79 302v93h94v191l-66 -56l-57 75l108 85h121v-295h71v-93h-271zM880 91v-91h-277v69q0 54 25 83.5t89 64.5q25 13 34.5 19t18 17t8.5 25q0 29 -45 29q-44 0 -74 -31l-63 64q47 56 145 56q143 0 143 -116q0 -46 -22 -71.5t-67 -49.5
+q-49 -26 -64.5 -39t-15.5 -30z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM894 65h-51v-65h-97v65h-153v91l70 232h100l-70 -230h55v131h95v-130h51v-94zM115 456v84h59q61 0 61 38q0 19 -12 26t-38 7q-55 0 -85 -22l-51 68q42 41 141 41q66 0 108 -27q45 -29 45 -79q0 -67 -68 -91q72 -19 72 -93
+q0 -53 -45 -84q-43 -30 -115 -30q-100 0 -139 40l51 69q27 -23 85 -23q56 0 56 39q0 21 -15 29t-49 8h-61z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="475" 
+d="M339 85l79 -102q-77 -65 -192 -65q-83 0 -140 35q-70 42 -70 125q0 43 18 77t43 53.5t50.5 34.5t43.5 31t18 33q0 16 -15 39l112 50q44 -54 44 -103q0 -34 -17.5 -62t-42 -45t-49 -32t-42 -32t-17.5 -35q0 -45 60 -45q65 0 117 43zM293 534q0 -40 -26 -66t-65 -26
+q-40 0 -66 26t-26 66t26 65.5t66 25.5q39 0 65 -25.5t26 -65.5z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM418 824l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM248 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM140 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM443 942l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM413 926q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM207 926q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5
+q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM448 859q0 -55 -38.5 -87t-98.5 -32t-98.5 32.5t-38.5 86.5q0 55 38.5 87t98.5 32t98.5 -32.5t38.5 -86.5zM353 859q0 40 -41 40q-43 0 -43 -41q0 -40 42 -40t42 41z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="895" 
+d="M431 142h-215l-61 -142h-179l321 690h541v-137h-246v-135h225v-136h-225v-146h251v-136h-412v142zM394 553l-123 -284h160v284h-37z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="565" 
+d="M452 196l95 -100q-85 -98 -209 -107l-2 -23q63 -29 63 -89q0 -49 -33.5 -82.5t-92.5 -33.5q-73 0 -119 57l60 63q24 -31 51 -31q31 0 31 27q0 32 -59 48l7 68q-76 14 -123 64q-80 81 -80 280q0 203 82 289q71 76 206 76q138 0 209 -76l-88 -111q-49 46 -126 46
+q-64 0 -89 -39q-26 -40 -26 -188q0 -134 30 -174q24 -33 75 -33q77 0 138 69z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM389 824l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM219 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM111 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM384 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM178 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5
+t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM257 824l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM87 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM-21 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM252 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM46 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="672" 
+d="M79 690h272q139 0 206 -69q74 -75 74 -268q0 -195 -78 -279q-71 -74 -199 -74h-275v282h-57v137h57v271zM236 549v-130h99v-137h-99v-141h106q72 0 97 40q23 36 23 167q0 136 -26 169q-25 32 -93 32h-107z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="713" 
+d="M69 690h205l220 -471l-5 471h155v-690h-205l-220 471l5 -471h-155v690zM508 942l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M450 824l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M280 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M172 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M475 942l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M445 926q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM239 926q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="567" 
+d="M418 40l-134 137l-135 -137l-96 96l136 135l-136 135l97 96l134 -136l134 136l96 -96l-135 -135l135 -135z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="687" 
+d="M642 352q0 -208 -88 -292q-77 -75 -219 -75q-73 0 -131 21l-60 -93l-117 76l66 101q-54 80 -54 247q0 201 79 286q77 82 228 82q76 0 131 -20l60 92l116 -76l-65 -101q54 -81 54 -248zM192 344q0 -59 4 -95l209 323q-25 9 -61 9q-85 0 -119 -49q-33 -46 -33 -188z
+M488 345q0 55 -4 94l-208 -322q26 -8 60 -8q87 0 121 51q31 47 31 185z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM446 824l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM276 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM168 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM441 926q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM235 926
+q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="568" 
+d="M-10 690h185l108 -269l111 269h185l-217 -433v-257h-162v257zM221 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="614" 
+d="M231 578h100q103 0 161 -41q81 -56 81 -196q0 -145 -83 -201q-58 -41 -164 -41h-95v-99h-162v690h162v-112zM231 439v-201h92q45 0 63 18q20 20 20 82q0 69 -24 88q-16 13 -63 13h-88z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="646" 
+d="M63 0v454q0 38 5 73t21.5 78.5t44.5 75t78.5 53.5t118.5 22q113 0 175 -62q58 -59 58 -179q0 -50 -7 -99h-13q-40 0 -59 -1t-39.5 -4.5t-28 -12.5t-7.5 -24q0 -19 21.5 -31t52.5 -22t62.5 -25.5t53 -50t21.5 -87.5q0 -84 -66 -130q-55 -40 -137 -40q-46 0 -93 13.5
+t-75 41.5l64 107q46 -43 113 -43q24 0 34 8.5t10 28.5q0 21 -21.5 35t-52.5 24.5t-62.5 26t-53 49.5t-21.5 85q0 65 42 107q39 39 109 52q2 10 2 22q0 41 -18 60q-16 17 -56 17q-30 0 -52.5 -8.5t-35 -22.5t-20 -35t-9.5 -40.5t-2 -45.5v-470h-157z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM372 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM229 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM101 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM394 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM364 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM158 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM401 699q0 -56 -39 -91t-100 -35t-100 35t-39 91q0 57 38.5 91.5t100.5 34.5q61 0 100 -34.5t39 -91.5zM304 700q0 43 -41 43q-43 0 -43 -45q0 -44 42 -44t42 46z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="818" 
+d="M691 164l79 -94q-83 -82 -210 -82q-124 0 -175 89q-62 -89 -182 -89q-85 0 -131.5 42t-46.5 117q0 44 17 76t41.5 49.5t61.5 27t66.5 12t66.5 2.5h49v15q0 39 -17.5 57t-64.5 18q-75 0 -121 -42l-71 92q67 67 191 67q113 0 160 -70q53 71 160 71q104 0 157 -66t53 -171
+q0 -25 -4 -65l-296 -3q1 -56 17 -82t67 -26q69 0 133 55zM328 220h-53q-54 0 -74.5 -13t-20.5 -55q0 -28 10 -40t37 -12q50 0 74 36t27 84zM477 314l144 -1q-1 53 -14.5 74.5t-53.5 21.5q-43 0 -59 -23t-17 -72z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="480" 
+d="M363 170l93 -99q-62 -69 -160 -80l-2 -25q63 -29 63 -89q0 -49 -33 -82.5t-93 -33.5q-73 0 -119 57l61 63q24 -31 51 -31q30 0 30 27q0 32 -58 48l7 70q-62 13 -101 55q-60 65 -60 199q0 144 68 212q62 60 171 60q111 0 168 -60l-88 -105q-32 28 -79 28q-46 0 -61 -28.5
+t-15 -99.5q0 -72 13.5 -102t51.5 -30q51 0 92 46z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM385 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM242 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM114 636l163 164l159 -162l-77 -78l-84 89
+l-85 -90z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM377 746q33 0 55 -22t22 -56
+q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM171 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM251 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM108 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM-20 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM243 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM37 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="586" 
+d="M220 578l54 43q-36 26 -96 53l66 122q89 -38 147 -82l76 61l64 -81l-66 -52q80 -105 80 -299q0 -356 -266 -356q-116 0 -176.5 67t-60.5 181q0 110 57 174t172 64q72 0 110 -33q-4 61 -34 110l-64 -50zM291 353q-51 0 -68 -25.5t-17 -88.5q0 -69 19.5 -95.5t67.5 -26.5
+q52 0 71 32t19 96q0 57 -21.5 82.5t-70.5 25.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="569" 
+d="M63 510h146v-78q49 91 152 91q74 0 112 -47t38 -135v-341h-158v316q0 32 -8 47t-30 15q-40 0 -67.5 -45t-27.5 -128v-205h-157v510zM414 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5
+t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM390 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM247 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM119 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM412 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM382 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM176 746q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="567" 
+d="M211 95q0 30 21.5 51t51.5 21q31 0 51.5 -20.5t20.5 -51.5t-20.5 -52t-51.5 -21q-30 0 -51.5 21.5t-21.5 51.5zM211 447q0 30 21 51.5t52 21.5t52 -21t21 -52q0 -30 -21 -51t-52 -21t-52 21t-21 51zM507 210h-446v122h446v-122z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="573" 
+d="M539 523l-61 -84q46 -63 46 -177q0 -140 -71 -211q-64 -64 -175 -64q-42 0 -76 9l-58 -90l-117 81l60 84q-45 62 -45 175q0 141 71 212q63 65 175 65q42 0 76 -9l57 90zM360 264q0 88 -27 113q-15 14 -46 14q-38 0 -55 -21q-26 -29 -26 -123q0 -83 22 -109q16 -19 52 -19
+q41 0 58 26q22 29 22 119z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM393 629l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM250 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM122 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM385 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM179 746q33 0 55 -22t22 -56
+q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="535" 
+d="M525 510l-137 -480q-37 -130 -98 -196.5t-153 -66.5q-66 0 -100 24l47 127q20 -12 49 -12q38 0 60.5 25.5t39.5 87.5h-72l-151 491h167l97 -392l88 392h163zM234 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="578" 
+d="M63 765h157v-312q50 70 141 70q65 0 111 -44q64 -64 64 -221q0 -158 -72 -223q-52 -47 -135 -47q-64 0 -109 36v-254h-157v995zM319 387q-36 0 -67 -42q-38 -53 -38 -131q0 -47 22 -73q21 -25 63 -25t57 30t15 111q0 72 -11.5 101t-40.5 29z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="535" 
+d="M525 510l-137 -480q-37 -130 -98 -196.5t-153 -66.5q-66 0 -100 24l47 127q20 -12 49 -12q38 0 60.5 25.5t39.5 87.5h-72l-151 491h167l97 -392l88 392h163zM369 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z
+M163 746q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM473 781h-324v116h324v-116z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM424 601h-324v116h324v-116z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="622" 
+d="M625 0h-170l-37 131h-219l-37 -131h-165l217 690h194zM384 260l-75 267l-75 -267h150zM387 934h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="522" 
+d="M125 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325h-133l-1 65q-53 -78 -148 -78q-69 0 -112 40q-45 42 -45 118q0 89 63 132q60 41 178 41h54v13q0 42 -16.5 57.5t-58.5 15.5q-74 0 -120 -45zM323 218h-64q-46 0 -66.5 -12.5t-20.5 -53.5q0 -51 36 -51
+q35 0 72.5 33.5t42.5 83.5zM338 754h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="617" 
+d="M623 0q-146 -58 -146 -109q0 -29 34 -29q33 0 61 34l73 -78q-55 -61 -142 -61q-71 0 -111.5 33.5t-40.5 85.5q0 73 99 131l-34 124h-219l-37 -131h-166l218 690h194zM382 260l-75 267l-76 -267h151z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="525" 
+d="M126 359l-77 89q68 73 204 73q110 0 161 -45t51 -151v-325q-114 -52 -114 -101q0 -31 31 -31q30 0 56 32l69 -73q-51 -58 -132 -58q-68 0 -105.5 32.5t-37.5 83.5q0 35 22 65.5t78 66.5l-1 54q-58 -84 -148 -84q-69 0 -112 40q-45 42 -45 118q0 93 72 137q62 36 171 36
+h52v13q0 42 -16.5 57.5t-59.5 15.5q-73 0 -119 -45zM324 218h-60q-50 0 -70.5 -12t-20.5 -56q0 -49 39 -49q32 0 68.5 34t43.5 83z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="565" 
+d="M452 196l95 -100q-92 -108 -239 -108q-121 0 -187 69q-80 81 -80 280q0 203 82 289q71 76 207 76q137 0 208 -76l-88 -111q-49 46 -125 46q-65 0 -90 -39q-26 -41 -26 -182q0 -140 30 -180q24 -33 75 -33q77 0 138 69zM259 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="480" 
+d="M363 170l93 -99q-72 -81 -194 -81q-104 0 -160 61q-60 65 -60 198q0 145 68 213q62 60 170 60q111 0 169 -59l-88 -106q-32 28 -79 28q-46 0 -61 -28.5t-15 -100.5q0 -71 13.5 -101.5t50.5 -30.5q50 0 93 46zM230 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="565" 
+d="M452 196l95 -100q-92 -108 -239 -108q-121 0 -187 69q-80 81 -80 280q0 203 82 289q71 76 207 76q137 0 208 -76l-88 -111q-49 46 -125 46q-65 0 -90 -39q-26 -41 -26 -182q0 -140 30 -180q24 -33 75 -33q77 0 138 69zM151 826l173 121l169 -119l-57 -91l-114 71
+l-115 -72z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="480" 
+d="M363 170l93 -99q-72 -81 -194 -81q-104 0 -160 61q-60 65 -60 198q0 145 68 213q62 60 170 60q111 0 169 -59l-88 -106q-32 28 -79 28q-46 0 -61 -28.5t-15 -100.5q0 -71 13.5 -101.5t50.5 -30.5q50 0 93 46zM102 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="565" 
+d="M452 196l95 -100q-92 -108 -239 -108q-121 0 -187 69q-80 81 -80 280q0 203 82 289q71 76 207 76q137 0 208 -76l-88 -111q-49 46 -125 46q-65 0 -90 -39q-26 -41 -26 -182q0 -140 30 -180q24 -33 75 -33q77 0 138 69zM241 852q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59
+t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="480" 
+d="M363 170l93 -99q-72 -81 -194 -81q-104 0 -160 61q-60 65 -60 198q0 145 68 213q62 60 170 60q111 0 169 -59l-88 -106q-32 28 -79 28q-46 0 -61 -28.5t-15 -100.5q0 -71 13.5 -101.5t50.5 -30.5q50 0 93 46zM182 672q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58
+t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="565" 
+d="M452 196l95 -100q-92 -108 -239 -108q-121 0 -187 69q-80 81 -80 280q0 203 82 289q71 76 207 76q137 0 208 -76l-88 -111q-49 46 -125 46q-65 0 -90 -39q-26 -41 -26 -182q0 -140 30 -180q24 -33 75 -33q77 0 138 69zM493 849l-173 -120l-169 118l58 91l114 -71l114 72z
+" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="480" 
+d="M363 170l93 -99q-72 -81 -194 -81q-104 0 -160 61q-60 65 -60 198q0 145 68 213q62 60 170 60q111 0 169 -59l-88 -106q-32 28 -79 28q-46 0 -61 -28.5t-15 -100.5q0 -71 13.5 -101.5t50.5 -30.5q50 0 93 46zM424 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="662" 
+d="M69 690h271q137 0 204 -64q43 -41 60 -107.5t17 -165.5q0 -100 -18 -172t-67 -117q-69 -64 -191 -64h-276v690zM232 549v-408h99q63 0 91 33q31 35 31 172t-32 173q-27 30 -89 30h-100zM501 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="578" 
+d="M358 765h157v-765h-147l-2 67q-52 -80 -149 -80q-71 0 -115 49q-60 66 -60 215q0 155 67 219q54 52 142 52q68 0 107 -36v279zM258 121q34 0 64 38q42 53 42 130q0 55 -26 81q-21 21 -59 21q-44 0 -58 -31t-14 -107q0 -74 11 -103t40 -29zM569 705q0 39 25 65.5t67 26.5
+q43 0 67.5 -26.5t24.5 -67.5q0 -96 -100 -247l-98 50q42 83 54 125q-40 22 -40 74z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="672" 
+d="M79 690h272q139 0 206 -69q74 -75 74 -268q0 -195 -78 -279q-71 -74 -199 -74h-275v282h-57v137h57v271zM236 549v-130h99v-137h-99v-141h106q72 0 97 40q23 36 23 167q0 136 -26 169q-25 32 -93 32h-107z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="578" 
+d="M590 577h-75v-577h-147l-2 67q-52 -80 -149 -80q-71 0 -115 49q-60 66 -60 214q0 156 67 220q54 52 142 52q68 0 107 -36v91h-99v119h99v69h157v-69h75v-119zM260 121q32 0 63 39q41 50 41 130q0 54 -26 80q-21 21 -58 21q-45 0 -59 -30.5t-14 -109.5q0 -74 11 -102
+t42 -28z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM444 781h-324v116h324v-116z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM437 601h-324v116h324v-116z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM358 934h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM351 754h112q-4 -84 -56.5 -131.5
+t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM201 852q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM194 672q0 35 23 59t57 24q35 0 58.5 -24
+t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134q-72 -19 -114.5 -50t-42.5 -59q0 -29 33 -29q34 0 62 34l73 -78q-54 -60 -142 -60q-70 0 -111 33t-41 84q0 74 93 125h-228v690z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="545" 
+d="M419 -100l69 -73q-51 -58 -131 -58q-68 0 -106 32.5t-38 83.5q0 54 41 103q-96 4 -151 62q-61 64 -61 196q0 142 67 213q62 64 174 64q217 0 217 -241q0 -33 -4 -65l-302 -3q2 -55 18.5 -80t68.5 -25q75 0 134 54l77 -89q-23 -23 -66 -53q-94 -66 -94 -119q0 -34 31 -34
+q30 0 56 32zM197 317h153q-1 49 -15 70.5t-57 21.5q-45 0 -62.5 -23t-18.5 -69z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="538" 
+d="M69 690h413v-135h-255v-138h232v-135h-232v-148h260v-134h-418v690zM453 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="544" 
+d="M416 163l77 -90q-84 -85 -217 -85q-105 0 -165 52q-69 61 -69 205t67 214q62 64 175 64q216 0 216 -246q0 -28 -4 -60l-301 -3q1 -55 18 -80t68 -25q76 0 135 54zM197 317h154q-1 49 -15 70.5t-58 21.5t-61.5 -23t-19.5 -69zM436 715l-163 -164l-159 162l77 78l84 -89
+l86 90z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="647" 
+d="M329 393h260v-358q-110 -45 -236 -45q-156 0 -233 75q-46 45 -62.5 111t-16.5 160q0 103 18 174t65 116q76 74 228 74q153 0 231 -72l-93 -114q-55 46 -146 46q-74 0 -103 -34q-17 -20 -23.5 -59t-6.5 -121q0 -91 7.5 -133t25.5 -61q28 -31 102 -31q58 0 97 12v130h-114
+v130zM187 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" 
+d="M382 510h133v-502q0 -49 -12.5 -89.5t-41 -76.5t-83.5 -56t-132 -20q-133 0 -197 59l73 111q51 -41 131 -41q64 0 85.5 24t21.5 76v72q-50 -70 -140 -70q-78 0 -125 56q-53 65 -53 201q0 146 63 213q52 54 138 54q88 0 137 -61zM260 126q38 0 67 37q37 48 37 121
+q0 55 -27 83q-25 25 -62 25q-41 0 -54.5 -30.5t-13.5 -104.5q0 -72 11 -101.5t42 -29.5zM135 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="647" 
+d="M329 393h260v-358q-110 -45 -236 -45q-156 0 -233 75q-46 45 -62.5 111t-16.5 160q0 103 18 174t65 116q76 74 228 74q153 0 231 -72l-93 -114q-55 46 -146 46q-74 0 -103 -34q-17 -20 -23.5 -59t-6.5 -121q0 -91 7.5 -133t25.5 -61q28 -31 102 -31q58 0 97 12v130h-114
+v130zM434 934h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" 
+d="M382 510h133v-502q0 -49 -12.5 -89.5t-41 -76.5t-83.5 -56t-132 -20q-133 0 -197 59l73 111q51 -41 131 -41q64 0 85.5 24t21.5 76v72q-50 -70 -140 -70q-78 0 -125 56q-53 65 -53 201q0 146 63 213q52 54 138 54q88 0 137 -61zM260 126q38 0 67 37q37 48 37 121
+q0 55 -27 83q-25 25 -62 25q-41 0 -54.5 -30.5t-13.5 -104.5q0 -72 11 -101.5t42 -29.5zM372 754h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="647" 
+d="M329 393h260v-358q-110 -45 -236 -45q-156 0 -233 75q-46 45 -62.5 111t-16.5 160q0 103 18 174t65 116q76 74 228 74q153 0 231 -72l-93 -114q-55 46 -146 46q-74 0 -103 -34q-17 -20 -23.5 -59t-6.5 -121q0 -91 7.5 -133t25.5 -61q28 -31 102 -31q58 0 97 12v130h-114
+v130zM277 852q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" 
+d="M382 510h133v-502q0 -49 -12.5 -89.5t-41 -76.5t-83.5 -56t-132 -20q-133 0 -197 59l73 111q51 -41 131 -41q64 0 85.5 24t21.5 76v72q-50 -70 -140 -70q-78 0 -125 56q-53 65 -53 201q0 146 63 213q52 54 138 54q88 0 137 -61zM260 126q38 0 67 37q37 48 37 121
+q0 55 -27 83q-25 25 -62 25q-41 0 -54.5 -30.5t-13.5 -104.5q0 -72 11 -101.5t42 -29.5zM215 672q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="647" 
+d="M329 393h260v-358q-110 -45 -236 -45q-156 0 -233 75q-46 45 -62.5 111t-16.5 160q0 103 18 174t65 116q76 74 228 74q153 0 231 -72l-93 -114q-55 46 -146 46q-74 0 -103 -34q-17 -20 -23.5 -59t-6.5 -121q0 -91 7.5 -133t25.5 -61q28 -31 102 -31q58 0 97 12v130h-114
+v130zM260 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" 
+d="M382 510h133v-502q0 -49 -12.5 -89.5t-41 -76.5t-83.5 -56t-132 -20q-133 0 -197 59l73 111q51 -41 131 -41q64 0 85.5 24t21.5 76v72q-50 -70 -140 -70q-78 0 -125 56q-53 65 -53 201q0 146 63 213q52 54 138 54q88 0 137 -61zM260 126q38 0 67 37q37 48 37 121
+q0 55 -27 83q-25 25 -62 25q-41 0 -54.5 -30.5t-13.5 -104.5q0 -72 11 -101.5t42 -29.5zM366 649q0 -37 -24 -61.5t-64 -24.5q-39 0 -62.5 24.5t-23.5 63.5q0 87 95 231l91 -47q-42 -84 -50 -117q38 -21 38 -69z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="678" 
+d="M69 690h162v-266h217v266h161v-690h-161v280h-217v-280h-162v690zM168 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="569" 
+d="M63 765h157v-319q44 77 144 77q71 0 109 -47t38 -135v-341h-158v319q0 31 -8 45t-29 14q-39 0 -67.5 -44t-28.5 -131v-203h-157v765zM209 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="711" 
+d="M86 690h161v-96h217v96h162v-96h109v-102h-109v-492h-162v280h-217v-280h-161v492h-109v102h109v96zM247 424h217v68h-217v-68z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM282 942l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM273 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM312 781h-324v116h324v-116z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510zM303 601h-324v116h324v-116z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="300" 
+d="M221 -104l74 -78q-55 -61 -140 -61q-73 0 -113.5 35.5t-40.5 90.5q0 67 68 123v684h162v-690q-103 -48 -103 -102q0 -35 34 -35q32 0 59 33z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="281" 
+d="M209 -104l74 -78q-55 -61 -140 -61q-73 0 -113.5 35.5t-40.5 90.5q0 69 73 127v500h157v-510q-103 -48 -103 -102q0 -35 34 -35q31 0 59 33zM49 678q0 40 26 67t65 27q40 0 66.5 -27t26.5 -67t-26.5 -66.5t-66.5 -26.5q-39 0 -65 26.5t-26 66.5z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="299" 
+d="M69 690h162v-690h-162v690zM69 852q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="282" 
+d="M63 510h157v-510h-157v510z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="656" 
+d="M69 690h162v-261h61l161 261h185l-206 -334l223 -356h-193l-171 277h-60v-277h-162v690zM243 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="560" 
+d="M63 765h157v-428h38l95 173h185l-155 -245l170 -265h-193l-107 187h-33v-187h-157v765zM190 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="491" 
+d="M69 690h162v-546h237v-144h-399v690zM147 690l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="282" 
+d="M63 765h157v-765h-157v765zM127 760l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="491" 
+d="M69 690h162v-546h237v-144h-399v690zM194 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="282" 
+d="M63 765h157v-765h-157v765zM57 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="491" 
+d="M69 690h162v-546h237v-144h-399v690zM277 622q0 39 25 65.5t67 26.5q43 0 67.5 -26.5t24.5 -67.5q0 -96 -100 -247l-98 50q42 83 54 125q-40 22 -40 74z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="282" 
+d="M63 765h157v-765h-157v765zM277 705q0 39 25 65.5t67 26.5q43 0 67.5 -26.5t24.5 -67.5q0 -96 -100 -247l-98 50q42 83 54 125q-40 22 -40 74z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="504" 
+d="M82 690h162v-196l48 26l66 -125l-114 -62v-189h237v-144h-399v246l-34 -18l-66 125l100 54v283z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="305" 
+d="M75 765h157v-268l54 29l67 -124l-121 -65v-337h-157v253l-35 -19l-67 124l102 55v352z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="713" 
+d="M69 690h205l220 -471l-5 471h155v-690h-205l-220 471l5 -471h-155v690zM313 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="569" 
+d="M63 510h146v-78q49 91 152 91q74 0 112 -47t38 -135v-341h-158v316q0 32 -8 47t-30 15q-40 0 -67.5 -45t-27.5 -128v-205h-157v510zM249 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="713" 
+d="M69 690h205l220 -471l-5 471h155v-690h-205l-220 471l5 -471h-155v690zM263 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="569" 
+d="M63 510h146v-78q49 91 152 91q74 0 112 -47t38 -135v-341h-158v316q0 32 -8 47t-30 15q-40 0 -67.5 -45t-27.5 -128v-205h-157v510zM203 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="713" 
+d="M69 690h205l220 -471l-5 471h155v-690h-205l-220 471l5 -471h-155v690zM547 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="569" 
+d="M63 510h146v-78q49 91 152 91q74 0 112 -47t38 -135v-341h-158v316q0 32 -8 47t-30 15q-40 0 -67.5 -45t-27.5 -128v-205h-157v510zM443 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M505 781h-324v116h324v-116z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM442 601h-324v116h324v-116z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M419 934h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM356 754h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="686" 
+d="M645 351q0 -204 -85 -289q-79 -77 -222 -77q-146 0 -219 76q-78 81 -78 277q0 205 85 290q77 77 221 77q146 0 220 -76q78 -79 78 -278zM473 345q0 150 -36 190q-30 33 -91 33q-66 0 -98 -38q-35 -43 -35 -186q0 -150 36 -190q29 -32 91 -32q66 0 98 38q35 43 35 185z
+M228 734l-65 70l178 168l76 -79zM442 734l-65 70l179 168l76 -79z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="560" 
+d="M518 261q0 -78 -15.5 -128.5t-54.5 -87.5q-63 -60 -172 -60q-106 0 -166 55q-38 34 -53 83t-15 125q0 79 15.5 129t53.5 87q64 62 173 62q107 0 167 -55q37 -34 52 -84t15 -126zM358 260q0 88 -24 116q-15 18 -50 18q-40 0 -56 -20q-25 -29 -25 -123q0 -92 23 -117
+q16 -18 52 -18t54 21q26 30 26 123zM179 555l-75 66l157 191l86 -73zM383 555l-75 66l158 191l85 -73z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="969" 
+d="M912 690v-137h-295q26 -45 28 -135h246v-136h-246q-2 -100 -29 -146h301v-136h-418q-33 0 -78.5 -3.5t-73.5 -3.5q-155 0 -231 85q-75 82 -75 268q0 182 75 265q78 85 232 85q29 0 81.5 -3t77.5 -3h405zM479 343q0 45 -1 68.5t-4.5 52.5t-11.5 42.5t-22.5 27.5
+t-36.5 18.5t-53 4.5q-29 0 -50.5 -5t-36.5 -11.5t-24.5 -22.5t-14.5 -28.5t-7.5 -40t-3 -45t-0.5 -55.5q0 -40 0.5 -60.5t3 -48t7.5 -41t14.5 -29t23.5 -22.5t34.5 -11.5t48.5 -4.5t49 5t35.5 11.5t24 23t14.5 29t7.5 40t3 46t0.5 56.5z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="869" 
+d="M741 164l78 -92q-84 -84 -216 -84q-111 0 -165 71q-62 -72 -169 -72q-101 0 -162 64q-65 68 -65 195q0 128 62 199q66 78 176 78q105 0 164 -73q58 73 167 73t161 -68t52 -176q0 -32 -4 -59l-303 -3q0 -58 16 -83t67 -25q79 0 141 55zM358 266q0 67 -14 96.5t-58 29.5
+q-49 0 -65 -35.5t-16 -113.5q0 -65 13.5 -95.5t56.5 -30.5q49 0 66 37.5t17 111.5zM519 314h152q0 53 -14 74t-58 21q-45 0 -61.5 -22t-18.5 -73z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="634" 
+d="M69 690h282q104 0 162 -37q76 -49 76 -160q0 -157 -130 -191q63 -12 90 -78t44 -224h-170q-19 145 -37.5 189.5t-63.5 44.5h-91v-234h-162v690zM231 552v-182h73q62 0 89.5 21t27.5 83q0 46 -19 64q-15 14 -60 14h-111zM264 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="414" 
+d="M63 510h148l-1 -83q42 97 136 97q26 0 51 -10l-20 -149q-22 6 -38 6q-120 0 -120 -202v-169h-156v510zM188 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="634" 
+d="M69 690h282q104 0 162 -37q76 -49 76 -160q0 -157 -130 -191q63 -12 90 -78t44 -224h-170q-19 145 -37.5 189.5t-63.5 44.5h-91v-234h-162v690zM231 552v-182h73q62 0 89.5 21t27.5 83q0 46 -19 64q-15 14 -60 14h-111zM233 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62
+q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="414" 
+d="M63 510h148l-1 -83q42 97 136 97q26 0 51 -10l-20 -149q-22 6 -38 6q-120 0 -120 -202v-169h-156v510zM82 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="634" 
+d="M69 690h282q104 0 162 -37q76 -49 76 -160q0 -157 -130 -191q63 -12 90 -78t44 -224h-170q-19 145 -37.5 189.5t-63.5 44.5h-91v-234h-162v690zM231 552v-182h73q62 0 89.5 21t27.5 83q0 46 -19 64q-15 14 -60 14h-111zM498 849l-173 -120l-169 118l58 91l114 -71l114 72
+z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="414" 
+d="M63 510h148l-1 -83q42 97 136 97q26 0 51 -10l-20 -149q-22 6 -38 6q-120 0 -120 -202v-169h-156v510zM382 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="536" 
+d="M494 642l-76 -117q-58 40 -145 40q-40 0 -60.5 -14.5t-20.5 -52.5q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -87 -169q-70 -48 -179 -48q-63 0 -126 17t-102 52l80 119q64 -51 164 -51q41 0 63.5 15.5t22.5 56.5q0 27 -23.5 46
+t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 78 154q73 54 180 54q56 0 113.5 -14.5t94.5 -45.5zM207 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="445" 
+d="M410 462l-72 -95q-47 37 -108 37q-54 0 -54 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -58 -32.5 -96.5t-78.5 -53.5t-103 -15q-127 0 -185 65l72 96q45 -44 122 -44q60 0 60 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41
+q115 0 170 -59zM197 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="536" 
+d="M494 642l-76 -117q-58 40 -145 40q-40 0 -60.5 -14.5t-20.5 -52.5q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -87 -169q-70 -48 -179 -48q-63 0 -126 17t-102 52l80 119q64 -51 164 -51q41 0 63.5 15.5t22.5 56.5q0 27 -23.5 46
+t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 78 154q73 54 180 54q56 0 113.5 -14.5t94.5 -45.5zM99 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="445" 
+d="M410 462l-72 -95q-47 37 -108 37q-54 0 -54 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -58 -32.5 -96.5t-78.5 -53.5t-103 -15q-127 0 -185 65l72 96q45 -44 122 -44q60 0 60 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41
+q115 0 170 -59zM69 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="536" 
+d="M494 642l-76 -117q-57 40 -147 40q-38 0 -58.5 -15t-20.5 -52q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -86 -168q-54 -36 -125 -45l-2 -26q63 -29 63 -89q0 -49 -33.5 -82.5t-92.5 -33.5q-73 0 -119 57l60 63q24 -31 51 -31
+q31 0 31 27q0 32 -59 48l7 65q-128 10 -189 67l80 119q65 -51 165 -51q40 0 62.5 15.5t22.5 56.5q0 27 -23.5 46t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 76 153q74 55 182 55q56 0 113.5 -14.5t94.5 -45.5z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="445" 
+d="M411 462l-72 -95q-47 37 -109 37q-53 0 -53 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -73 -47 -113t-121 -49l-2 -25q63 -29 63 -89q0 -49 -33 -82.5t-93 -33.5q-73 0 -119 57l61 63q24 -31 50 -31q31 0 31 27q0 32 -59 48l7 66q-92 10 -137 62l72 96
+q45 -44 123 -44q59 0 59 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41q115 0 170 -59z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="536" 
+d="M494 642l-76 -117q-58 40 -145 40q-40 0 -60.5 -14.5t-20.5 -52.5q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -87 -169q-70 -48 -179 -48q-63 0 -126 17t-102 52l80 119q64 -51 164 -51q41 0 63.5 15.5t22.5 56.5q0 27 -23.5 46
+t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 78 154q73 54 180 54q56 0 113.5 -14.5t94.5 -45.5zM441 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="445" 
+d="M410 462l-72 -95q-47 37 -108 37q-54 0 -54 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -58 -32.5 -96.5t-78.5 -53.5t-103 -15q-127 0 -185 65l72 96q45 -44 122 -44q60 0 60 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41
+q115 0 170 -59zM391 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Tcommaaccent" unicode="&#x162;" horiz-adv-x="531" 
+d="M8 690h515v-144h-177v-546h-162v546h-176v144zM185 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="tcommaaccent" unicode="&#x163;" horiz-adv-x="434" 
+d="M381 138l9 -131q-54 -13 -107 -13q-102 0 -141.5 47.5t-39.5 147.5v176h-74v136h74v140l157 14v-154h126v-136h-126v-164q0 -44 9 -57t48 -13q37 0 65 7zM149 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="531" 
+d="M8 690h515v-144h-177v-546h-162v546h-176v144zM437 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="434" 
+d="M381 138l9 -131q-54 -13 -107 -13q-102 0 -141.5 47.5t-39.5 147.5v176h-74v136h74v140l157 14v-154h126v-136h-126v-164q0 -44 9 -57t48 -13q37 0 65 7zM300 757q0 35 22.5 58.5t59.5 23.5q38 0 60.5 -23.5t22.5 -60.5q0 -85 -90 -221l-88 45q39 76 49 111
+q-36 20 -36 67z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM471 942l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19
+q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM415 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5
+q28 0 63 37z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM501 781h-324v116h324v-116z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM445 601h-324v116h324v-116z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM415 934h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z
+" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM359 754h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM476 859q0 -55 -38.5 -87t-98.5 -32t-98.5 32.5t-38.5 86.5q0 55 38.5 87t98.5 32t98.5 -32.5t38.5 -86.5zM381 859
+q0 40 -41 40q-43 0 -43 -41q0 -40 42 -40t42 41z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM422 699q0 -56 -39 -91t-100 -35t-100 35t-39 91q0 57 38.5 91.5t100.5 34.5q61 0 100 -34.5t39 -91.5zM325 700q0 43 -41 43q-43 0 -43 -45
+q0 -44 42 -44t42 46z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="678" 
+d="M69 690h162v-444q0 -64 19 -91t90 -27q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-68 -87 -229 -87q-151 0 -216 77q-49 59 -49 178v447zM224 734l-65 70l178 168l76 -79zM438 734l-65 70l179 168l76 -79z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="566" 
+d="M503 0h-145v78q-49 -91 -149 -91q-146 0 -146 181v342h156v-318q0 -62 39 -62q36 0 62.5 44.5t26.5 126.5v209h156v-510zM182 555l-75 66l157 191l86 -73zM386 555l-75 66l158 191l85 -73z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="680" 
+d="M69 690h163v-444q0 -33 2.5 -50.5t13 -35.5t33 -25t59.5 -7q68 0 87.5 26.5t19.5 91.5v444h162v-442q0 -115 -46 -173q-35 -43 -89 -64q-59 -30 -91.5 -62t-32.5 -57q0 -29 34 -29q32 0 60 33l74 -78q-57 -61 -141 -61q-71 0 -112.5 33.5t-41.5 84.5q0 61 59 116
+q-111 11 -164 74q-49 60 -49 178v447z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="565" 
+d="M479 -102l68 -72q-51 -57 -131 -57q-67 0 -105.5 31.5t-38.5 80.5q0 36 18.5 67t67.5 65v65q-49 -91 -149 -91q-147 0 -147 181v342h157v-318q0 -30 8 -45.5t30 -15.5q37 0 63 45t26 128v206h157v-510q-61 -29 -86.5 -53t-25.5 -49q0 -32 32 -32t56 32z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="902" 
+d="M10 690h162l88 -501l110 483h164l109 -482l88 500h161l-152 -690h-183l-108 474l-109 -474h-183zM280 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="765" 
+d="M13 510h158l61 -334l71 324h162l71 -322l61 332h155l-127 -510h-171l-73 324l-74 -324h-172zM221 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="568" 
+d="M-10 690h185l108 -269l111 269h185l-217 -433v-257h-162v257zM113 826l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="535" 
+d="M525 510l-137 -480q-37 -130 -98 -196.5t-153 -66.5q-66 0 -100 24l47 127q20 -12 49 -12q38 0 60.5 25.5t39.5 87.5h-72l-151 491h167l97 -392l88 392h163zM106 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="568" 
+d="M-10 690h185l108 -269l111 269h185l-217 -433v-257h-162v257zM386 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM180 926q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5
+q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="544" 
+d="M500 688v-135l-276 -412l283 1v-142h-477v135l274 411h-263v142h459zM214 734l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="465" 
+d="M419 504v-128l-191 -241h196v-135h-387v129l190 240h-180v135h372zM201 554l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="544" 
+d="M500 688v-135l-276 -412l283 1v-142h-477v135l274 411h-263v142h459zM196 852q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="465" 
+d="M419 504v-128l-191 -241h196v-135h-387v129l190 240h-180v135h372zM153 672q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="544" 
+d="M500 688v-135l-276 -412l283 1v-142h-477v135l274 411h-263v142h459zM448 849l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="465" 
+d="M419 504v-128l-191 -241h196v-135h-387v129l190 240h-180v135h372zM395 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="florin" unicode="&#x192;" 
+d="M104 378v142h85v26q0 103 49 161.5t174 58.5q53 0 103 -8l-4 -136q-34 8 -81 8q-51 0 -66.5 -19.5t-15.5 -69.5v-21h130v-142h-130v-388q0 -105 -48.5 -160t-160.5 -55q-44 0 -83 6l7 137q38 -4 59 -4q43 0 55 17.5t12 60.5v386h-85z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="536" 
+d="M494 642l-76 -117q-58 40 -145 40q-40 0 -60.5 -14.5t-20.5 -52.5q0 -24 23.5 -41t58.5 -26t76.5 -25.5t76.5 -37t58.5 -62.5t23.5 -101q0 -110 -87 -169q-70 -48 -179 -48q-63 0 -126 17t-102 52l80 119q64 -51 164 -51q41 0 63.5 15.5t22.5 56.5q0 27 -23.5 46
+t-58.5 29t-76.5 26t-76.5 36t-58.5 61t-23.5 99q0 96 78 154q73 54 180 54q56 0 113.5 -14.5t94.5 -45.5zM182 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="445" 
+d="M410 462l-72 -95q-47 37 -108 37q-54 0 -54 -36q0 -17 25 -28.5t60.5 -22.5t71.5 -27t61 -51t25 -86q0 -58 -32.5 -96.5t-78.5 -53.5t-103 -15q-127 0 -185 65l72 96q45 -44 122 -44q60 0 60 41q0 19 -25 31.5t-61 23t-72 26.5t-61 50t-25 85q0 77 59.5 118t150.5 41
+q115 0 170 -59zM126 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="hsuperior" unicode="&#x2b0;" horiz-adv-x="378" 
+d="M45 927h109v-175q28 38 86 38q92 0 92 -109v-196h-108v182q0 22 -20 22t-35 -20.5t-15 -57.5v-126h-109v442z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="200" 
+d="M-61 636l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="200" 
+d="M261 715l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="200" 
+d="M176 754h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="200" 
+d="M19 672q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="200" 
+d="M239 699q0 -56 -39 -91t-100 -35t-100 35t-39 91q0 57 38.5 91.5t100.5 34.5q61 0 100 -34.5t39 -91.5zM142 700q0 43 -41 43q-43 0 -43 -45q0 -44 42 -44t42 46z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="200" 
+d="M168 -100l69 -73q-51 -58 -131 -58q-68 0 -105.5 32.5t-37.5 83.5q0 37 24 68.5t86 70.5l122 -24q-114 -53 -114 -101q0 -31 32 -31q31 0 55 32z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="200" 
+d="M232 762l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="200" 
+d="M-1 555l-75 66l157 191l86 -73zM203 555l-75 66l158 191l85 -73z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="677" 
+d="M635 383h-66v-227q0 -101 12 -156h-152q-17 25 -17 147v236h-105q-3 -93 -18.5 -208.5t-37.5 -174.5h-152q22 79 38 192.5t16 190.5q-32 0 -96 -16l-15 112q62 26 173 26h420v-122z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="500" 
+d="M486 199h-472v144h472v-144z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1000" 
+d="M986 199h-972v144h972v-144z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="280" 
+d="M233 551q0 -39 -25.5 -65.5t-67.5 -26.5t-67 26.5t-25 67.5q0 94 101 247l97 -50q-44 -91 -53 -125q40 -22 40 -74z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="280" 
+d="M48 681q0 39 25 65.5t67 26.5q43 0 67.5 -26.5t24.5 -67.5q0 -96 -100 -247l-98 50q42 83 54 125q-40 22 -40 74z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="279" 
+d="M48 83q0 39 25 65.5t66 26.5q42 0 67 -26t25 -67q0 -92 -100 -242l-97 49q44 88 53 122q-39 22 -39 72z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="516" 
+d="M469 534q0 -39 -25.5 -65t-66.5 -26q-42 0 -67 26t-25 67q0 94 100 242l97 -49q-44 -88 -53 -122q40 -24 40 -73zM231 534q0 -39 -25 -65t-67 -26q-41 0 -66 26t-25 67q0 94 100 242l97 -49q-44 -88 -53 -122q39 -23 39 -73z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="516" 
+d="M48 661q0 39 25 65t66 26q42 0 67 -26t25 -67q0 -92 -100 -243l-97 50q44 88 53 122q-39 22 -39 73zM285 661q0 39 25 65t66 26q42 0 67 -26t25 -67q0 -94 -100 -243l-96 50q45 95 52 122q-39 22 -39 73z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="516" 
+d="M48 83q0 39 25 65.5t66 26.5q42 0 67 -26t25 -67q0 -92 -100 -242l-97 49q44 88 53 122q-39 22 -39 72zM285 83q0 39 25 65.5t66 26.5q42 0 67 -26t25 -67q0 -94 -100 -242l-96 49q45 95 52 122q-39 22 -39 72z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="536" 
+d="M346 710l-5 -208h153v-132h-152l4 -86l-13 -328h-130l-13 328l4 86h-152v132h153l-5 208h156z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="536" 
+d="M190 -88l5 175h-153v131h152l-3 93l3 93h-152v131h153l-5 175h156l-5 -175h153v-131h-152l3 -93l-3 -93h152v-131h-153l5 -175h-156z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="383" 
+d="M343 357q0 -62 -43.5 -106.5t-108.5 -44.5t-107.5 44t-42.5 107q0 64 42.5 107.5t107.5 43.5t108.5 -43.5t43.5 -107.5z" />
+    <glyph glyph-name="onedotenleader" unicode="&#x2024;" horiz-adv-x="496" 
+d="M154 85q0 41 26.5 68t67.5 27t67.5 -27t26.5 -68t-27 -68t-67 -27t-67 27t-27 68z" />
+    <glyph glyph-name="twodotenleader" unicode="&#x2025;" horiz-adv-x="496" 
+d="M30 85q0 41 26.5 68t67.5 27t67.5 -27t26.5 -68t-27 -68t-67 -27t-67 27t-27 68zM278 85q0 41 26.5 68t67.5 27t67.5 -27t26.5 -68t-27 -68t-67 -27t-67 27t-27 68z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="990" 
+d="M71 85q0 41 26.5 68t67.5 27t67.5 -27t26.5 -68t-27 -68t-67 -27t-67 27t-27 68zM401 85q0 41 26.5 68t67.5 27t68 -27t27 -68t-27 -68t-68 -27q-40 0 -67 27.5t-27 67.5zM731 85q0 41 26.5 68t67.5 27t68 -27t27 -68t-27 -68t-68 -27q-40 0 -67 27.5t-27 67.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1330" 
+d="M827 671l-612 -725l-87 72l612 726zM898 197q0 -114 -47 -163q-40 -42 -113 -42t-112 41q-44 47 -44 159q0 113 45 161q38 43 115 43q73 0 111 -40q45 -47 45 -159zM789 196q0 64 -9 86.5t-39 22.5q-31 0 -40 -24.5t-9 -90.5q0 -63 9 -85t38 -22q31 0 40.5 24t9.5 89z
+M365 498q0 -112 -46 -162q-39 -42 -113 -42t-112 41q-44 45 -44 158t45 162q40 43 114 43q73 0 111 -40q45 -47 45 -160zM256 498q0 64 -8.5 86.5t-38.5 22.5q-31 0 -40.5 -24.5t-9.5 -90.5q0 -63 9 -85.5t39 -22.5t39.5 24.5t9.5 89.5zM1280 197q0 -114 -47 -163
+q-40 -42 -113 -42t-112 41q-44 45 -44 159q0 113 45 161q38 43 115 43q73 0 110 -40q46 -47 46 -159zM1171 196q0 64 -9 86.5t-39 22.5q-31 0 -40.5 -24.5t-9.5 -90.5q0 -62 9.5 -84.5t38.5 -22.5q30 0 40 24.5t10 88.5z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="359" 
+d="M221 32l-203 239l203 239l105 -81l-130 -158l130 -157z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="359" 
+d="M138 510l204 -239l-204 -239l-104 81l129 158l-129 157z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="328" 
+d="M514 671l-613 -725l-87 73l613 725z" />
+    <glyph glyph-name="zerosuperior" unicode="&#x2070;" horiz-adv-x="385" 
+d="M351 687q0 -119 -48 -169q-40 -42 -115 -42t-115 43q-43 49 -43 162q0 117 47 168q40 42 115 42q76 0 115 -42q44 -50 44 -162zM237 689q0 62 -9 85t-37 23t-37.5 -25t-9.5 -94q0 -62 8.5 -84.5t36.5 -22.5q29 0 38.5 25t9.5 93z" />
+    <glyph glyph-name="foursuperior" unicode="&#x2074;" horiz-adv-x="385" 
+d="M348 551h-53v-66h-102v66h-159v95l73 237h105l-74 -236h57v134h100v-133h53v-97z" />
+    <glyph glyph-name="fivesuperior" unicode="&#x2075;" horiz-adv-x="385" 
+d="M39 518l53 72q28 -24 86 -24q24 0 36 7q18 10 18 40q0 26 -16 37q-14 8 -35 8q-30 0 -49 -16l-80 16l1 225h264v-89h-171l-2 -63q19 12 60 12q56 0 93 -27q46 -32 46 -100q0 -73 -53 -109q-44 -30 -110 -30q-39 0 -79.5 10t-61.5 31z" />
+    <glyph glyph-name="sixsuperior" unicode="&#x2076;" horiz-adv-x="385" 
+d="M343 854l-53 -72q-26 20 -84 20q-42 0 -53 -18t-11 -69q24 23 74 23q59 0 93 -28q40 -32 40 -100q0 -70 -44 -104q-39 -30 -109 -30q-76 0 -117 39q-45 45 -45 165q0 123 46 169q43 43 129 43q96 0 134 -38zM199 663q-28 0 -40.5 -12.5t-12.5 -40.5q0 -27 11.5 -38.5
+t38.5 -11.5q28 0 38.5 12t10.5 40t-10 39.5t-36 11.5z" />
+    <glyph glyph-name="sevensuperior" unicode="&#x2077;" horiz-adv-x="385" 
+d="M125 718h-88l-2 165h308v-98q-80 -175 -122 -300h-120q39 117 128 295h-101z" />
+    <glyph glyph-name="eightsuperior" unicode="&#x2078;" horiz-adv-x="385" 
+d="M40 783q0 57 44.5 83t107.5 26q61 0 104.5 -25t43.5 -80q0 -67 -68 -97q74 -29 74 -101q0 -58 -44.5 -85.5t-110.5 -27.5t-111.5 27.5t-45.5 84.5q0 71 77 99q-71 30 -71 96zM139 774q0 -15 8 -25t17 -14t26 -9q17 5 26 9t17 14.5t8 25.5q0 38 -50 38q-52 0 -52 -39z
+M133 598q0 -42 56 -42q57 0 57 42q0 17 -9 28.5t-19 16t-29 10.5q-28 -8 -42 -19.5t-14 -35.5z" />
+    <glyph glyph-name="ninesuperior" unicode="&#x2079;" horiz-adv-x="385" 
+d="M37 514l54 72q26 -20 83 -20q42 0 53 17.5t11 69.5q-23 -23 -74 -23q-58 0 -93 28q-40 32 -40 99q0 71 44 105q39 30 109 30q79 0 118 -39q26 -25 35 -63.5t9 -101.5q0 -124 -45 -169q-43 -43 -129 -43q-97 0 -135 38zM181 705q29 0 41.5 12t12.5 41q0 26 -11.5 37.5
+t-38.5 11.5q-28 0 -38.5 -12t-10.5 -40t10 -39t35 -11z" />
+    <glyph glyph-name="parenleftsuperior" unicode="&#x207d;" horiz-adv-x="253" 
+d="M153 965l61 -82q-43 -30 -54.5 -67t-11.5 -132t11 -132t55 -67l-61 -82q-65 41 -88.5 105.5t-23.5 176.5t23.5 175t88.5 105z" />
+    <glyph glyph-name="parenrightsuperior" unicode="&#x207e;" horiz-adv-x="253" 
+d="M94 403l-61 82q43 30 54.5 67t11.5 132t-11 132t-55 67l61 82q65 -41 88.5 -105.5t23.5 -177.5q0 -111 -23.5 -174.5t-88.5 -104.5z" />
+    <glyph glyph-name="nsuperior" unicode="&#x207f;" horiz-adv-x="378" 
+d="M45 782h101v-40q33 48 93 48q93 0 93 -109v-196h-108v181q0 23 -20 23t-35 -20.5t-15 -56.5v-127h-109v297z" />
+    <glyph glyph-name="zeroinferior" unicode="&#x2080;" horiz-adv-x="385" 
+d="M351 19q0 -119 -48 -168q-39 -42 -115 -42q-77 0 -115 43q-43 48 -43 161q0 117 47 168q40 42 115 42q76 0 115 -42q44 -50 44 -162zM237 21q0 62 -9 85t-37 23t-37.5 -25t-9.5 -94q0 -62 8.5 -84.5t36.5 -22.5q29 0 38.5 25t9.5 93z" />
+    <glyph glyph-name="oneinferior" unicode="&#x2081;" horiz-adv-x="385" 
+d="M53 -183v97h104v190l-75 -57l-61 76l124 92h124v-301h78v-97h-294z" />
+    <glyph glyph-name="twoinferior" unicode="&#x2082;" horiz-adv-x="385" 
+d="M337 -88v-95h-298v72q0 55 27 85t97 66q27 14 37 19.5t19.5 16.5t9.5 25q0 30 -49 30q-47 0 -81 -32l-67 66q53 59 156 59q68 0 110.5 -28.5t42.5 -92.5q0 -47 -24 -73t-72 -50q-54 -27 -70.5 -39.5t-16.5 -29.5z" />
+    <glyph glyph-name="threeinferior" unicode="&#x2083;" horiz-adv-x="385" 
+d="M98 -25v87h61q62 0 62 37q0 20 -12.5 27t-39.5 7q-57 0 -86 -23l-53 71q44 43 145 43q67 0 112 -28q46 -30 46 -81q0 -70 -70 -93q74 -21 74 -96q0 -54 -46 -86q-46 -31 -119 -31q-104 0 -144 41l53 72q30 -24 87 -24q58 0 58 40q0 21 -15 29t-50 8h-63z" />
+    <glyph glyph-name="fourinferior" unicode="&#x2084;" horiz-adv-x="385" 
+d="M348 -117h-53v-66h-102v66h-159v95l73 237h105l-74 -235h57v133h100v-132h53v-98z" />
+    <glyph glyph-name="fiveinferior" unicode="&#x2085;" horiz-adv-x="385" 
+d="M39 -150l53 73q28 -25 86 -25q24 0 36 7q18 11 18 40q0 27 -16 37q-12 8 -35 8q-32 0 -49 -16l-80 17l1 224h264v-89h-171l-2 -63q19 12 60 12q56 0 93 -27q46 -32 46 -100q0 -73 -53 -109q-44 -30 -110 -30q-39 0 -79.5 10t-61.5 31z" />
+    <glyph glyph-name="sixinferior" unicode="&#x2086;" horiz-adv-x="385" 
+d="M343 186l-53 -72q-26 20 -83 20q-42 0 -53.5 -18t-11.5 -69q24 23 74 23q59 0 93 -28q40 -32 40 -99q0 -71 -44 -105q-39 -30 -109 -30q-79 0 -117 38q-45 45 -45 166q0 123 45 168q44 44 130 44q96 0 134 -38zM199 -5q-28 0 -40.5 -12t-12.5 -41q0 -26 11 -37.5
+t39 -11.5t38.5 12t10.5 40t-10 39t-36 11z" />
+    <glyph glyph-name="seveninferior" unicode="&#x2087;" horiz-adv-x="385" 
+d="M125 50h-88l-2 165h308v-98q-80 -175 -122 -300h-120q39 117 128 295h-101z" />
+    <glyph glyph-name="eightinferior" unicode="&#x2088;" horiz-adv-x="385" 
+d="M40 115q0 57 44.5 83t107.5 26q61 0 104.5 -25t43.5 -80q0 -67 -68 -97q74 -27 74 -100q0 -59 -44.5 -86.5t-110.5 -27.5t-111.5 27.5t-45.5 84.5q0 72 77 99q-71 30 -71 96zM139 106q0 -15 8 -25t17 -14t26 -9q17 5 26 9t17 14.5t8 25.5q0 38 -50 38q-52 0 -52 -39z
+M133 -69q0 -43 56 -43q57 0 57 42q0 25 -14.5 36.5t-42.5 19.5q-27 -8 -41.5 -19.5t-14.5 -35.5z" />
+    <glyph glyph-name="nineinferior" unicode="&#x2089;" horiz-adv-x="385" 
+d="M37 -154l54 72q26 -20 83 -20q42 0 53 17.5t11 69.5q-23 -23 -74 -23q-58 0 -93 28q-40 32 -40 99q0 71 44 105q39 30 109 30q79 0 118 -39q26 -25 35 -63.5t9 -101.5q0 -124 -44 -168t-130 -44q-97 0 -135 38zM181 37q29 0 41.5 12t12.5 41q0 26 -11.5 37.5t-38.5 11.5
+q-28 0 -38.5 -12t-10.5 -40t10 -39t35 -11z" />
+    <glyph glyph-name="parenleftinferior" unicode="&#x208d;" horiz-adv-x="253" 
+d="M153 297l61 -82q-43 -30 -54.5 -67t-11.5 -132t11 -132t55 -67l-61 -82q-65 41 -88.5 105.5t-23.5 176.5t23.5 175t88.5 105z" />
+    <glyph glyph-name="parenrightinferior" unicode="&#x208e;" horiz-adv-x="253" 
+d="M94 -265l-61 82q43 30 54.5 67t11.5 132t-11 132t-55 67l61 82q65 -41 88.5 -105.5t23.5 -177.5q0 -111 -23.5 -174t-88.5 -105z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M440 311l-26 -105h-165q10 -45 35.5 -66t74.5 -21q81 0 165 52v-139q-75 -42 -172 -42q-143 0 -214 100q-34 46 -49 116h-87l27 105h47v63h-74l27 105h59q16 79 58 130q76 91 229 91q102 0 169 -32l-40 -126q-57 27 -134 27q-57 0 -85.5 -21.5t-38.5 -68.5h238l-27 -105
+h-219l1 -63h201z" />
+    <glyph glyph-name="afii61289" unicode="&#x2113;" horiz-adv-x="547" 
+d="M467 204l63 -67q-77 -148 -228 -148q-164 0 -193 150q0 6 -1 9q-3 -3 -20.5 -16.5t-27.5 -19.5l-39 82q13 11 42 33t43 35v232q0 129 54.5 196.5t143.5 67.5q77 0 116 -51.5t39 -133.5t-49.5 -162.5t-147.5 -170.5v-43q2 -37 23.5 -58.5t55.5 -21.5q66 0 126 87zM262 501
+v-120q97 114 97 199q0 68 -45 68q-52 0 -52 -147z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="641" 
+d="M8 710h224v-80h-67v-190h-90v190h-67v80zM280 710h118l39 -136l39 136h118l17 -270h-87l-5 172l-43 -161h-80l-42 162l-6 -173h-86z" />
+    <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="761" 
+d="M720 127v-127h-302v105q60 39 90 97.5t30 160.5q0 227 -154 227q-160 0 -160 -229q0 -188 121 -256v-105h-304v127l135 -4q-123 100 -123 268q0 159 86.5 246.5t245.5 87.5q162 0 243 -88t81 -242q0 -171 -127 -272z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="866" 
+d="M831 335h-646q-5 0 -5 -4v-196q0 -13 9 -22q101 -106 244 -106q154 0 257 119h57q-54 -64 -137.5 -101.5t-177.5 -37.5q-165 0 -282 105t-117 253t117 253.5t282 105.5q166 0 282.5 -105t116.5 -254v-10zM685 360v197q0 13 -10 23q-104 102 -242 102q-141 0 -243 -105
+q-10 -9 -10 -24v-193q0 -6 5 -6h495q5 0 5 6z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM79 302v93h94v191l-66 -56l-57 75l108 85h121v-295h71v-93h-271zM651 154v84h59q61 0 61 38q0 19 -12 26t-39 7q-56 0 -84 -22l-51 68q43 42 141 42q64 0 108 -28q45 -29 45 -78q0 -68 -68 -91q72 -19 72 -94q0 -53 -45 -84
+q-43 -30 -115 -30q-100 0 -139 40l51 69q29 -23 85 -23t56 40q0 20 -15 28t-49 8h-61z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM651 154v84h59q61 0 61 38q0 19 -12 26t-39 7q-56 0 -84 -22l-51 68q43 42 141 42q64 0 108 -28q45 -29 45 -78q0 -68 -68 -91q72 -19 72 -94q0 -53 -45 -84q-43 -30 -115 -30q-100 0 -139 40l51 69q29 -23 85 -23t56 40q0 20 -15 28
+t-49 8h-61zM344 392v-90h-277v68q0 54 25 83.5t89 64.5q25 13 34.5 19t18 17t8.5 25q0 30 -44 30t-75 -31l-63 64q47 56 145 56q143 0 143 -117q0 -45 -22 -70.5t-67 -49.5q-50 -27 -65 -39.5t-15 -29.5h165z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM79 302v93h94v191l-66 -56l-57 75l108 85h121v-295h71v-93h-271zM594 292q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -65 -68 -96q74 -27 74 -100q0 -56 -44.5 -83t-108.5 -27q-65 0 -109.5 27t-44.5 82q0 71 77 98
+q-71 28 -71 95zM690 284q0 -22 13 -32t38 -17q17 5 27 9.5t18 14.5t8 26q0 37 -52 37t-52 -38zM683 109q0 -42 58 -42t58 42q0 17 -9.5 28.5t-20 16.5t-29.5 11q-27 -8 -42 -20t-15 -36z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM115 456v84h59q61 0 61 38q0 19 -12 26t-38 7q-55 0 -85 -22l-51 68q42 41 141 41q66 0 108 -27q45 -29 45 -79q0 -67 -68 -91q72 -19 72 -93q0 -53 -45 -84q-43 -30 -115 -30q-100 0 -139 40l51 69q27 -23 85 -23q56 0 56 39
+q0 21 -15 29t-49 8h-61zM594 292q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -65 -68 -96q74 -27 74 -100q0 -56 -44.5 -83t-108.5 -27q-65 0 -109.5 27t-44.5 82q0 71 77 98q-71 28 -71 95zM690 284q0 -22 13 -32t38 -17q17 5 27 9.5t18 14.5t8 26q0 37 -52 37
+t-52 -38zM683 109q0 -42 58 -42t58 42q0 17 -9.5 28.5t-20 16.5t-29.5 11q-27 -8 -42 -20t-15 -36z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM594 292q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -65 -68 -96q74 -27 74 -100q0 -56 -44.5 -83t-108.5 -27q-65 0 -109.5 27t-44.5 82q0 71 77 98q-71 28 -71 95zM690 284q0 -22 13 -32t38 -17q17 5 27 9.5t18 14.5t8 26
+q0 37 -52 37t-52 -38zM683 109q0 -42 58 -42t58 42q0 17 -9.5 28.5t-20 16.5t-29.5 11q-27 -8 -42 -20t-15 -36zM60 334l50 69q29 -24 82 -24q22 0 34 8q17 10 17 40q0 27 -15 36q-11 8 -33 8q-30 0 -47 -16l-76 16l2 219h251v-86h-163l-2 -63q17 12 57 12q54 0 89 -26
+q43 -32 43 -98q0 -72 -51 -106q-42 -29 -104 -29q-37 0 -75.5 10t-58.5 30z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="954" 
+d="M827 671l-612 -725l-87 72l612 726zM594 292q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -65 -68 -96q74 -27 74 -100q0 -56 -44.5 -83t-108.5 -27q-65 0 -109.5 27t-44.5 82q0 71 77 98q-71 28 -71 95zM690 284q0 -22 13 -32t38 -17q17 5 27 9.5t18 14.5t8 26
+q0 37 -52 37t-52 -38zM683 109q0 -42 58 -42t58 42q0 17 -9.5 28.5t-20 16.5t-29.5 11q-27 -8 -42 -20t-15 -36zM141 530h-85l-2 160h293v-94q-81 -186 -116 -294h-115q36 110 122 289h-95z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" horiz-adv-x="674" 
+d="M660 275h-406l86 -104l-104 -83l-218 257l218 257l104 -81l-87 -107h407v-139z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" horiz-adv-x="847" 
+d="M424 669l255 -220l-83 -105l-103 87v-410h-139v411l-105 -88l-80 105z" />
+    <glyph glyph-name="arrowright" unicode="&#x2192;" horiz-adv-x="674" 
+d="M14 415h407l-86 104l104 83l218 -257l-218 -257l-104 81l87 107h-408v139z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" horiz-adv-x="847" 
+d="M493 670v-413l105 88l81 -105l-255 -219l-255 219l82 105l103 -87v412h139z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" horiz-adv-x="847" 
+d="M611 602l218 -257l-218 -257l-104 81l87 106h-340l86 -104l-104 -83l-218 257l218 257l104 -81l-87 -106h340l-86 104z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" horiz-adv-x="847" 
+d="M424 753l254 -219l-82 -105l-103 87v-343l105 88l81 -105l-255 -220l-255 220l82 105l103 -88v344l-105 -88l-81 105z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" horiz-adv-x="674" 
+d="M518 78l-287 290l-12 -135l-132 16l26 336l334 26l17 -130l-136 -13l288 -291z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" horiz-adv-x="674" 
+d="M562 585l26 -336l-132 -16l-12 135l-287 -290l-99 99l288 291l-136 13l17 130z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" horiz-adv-x="674" 
+d="M588 441l-26 -337l-335 -26l-16 131l136 12l-289 293l98 98l288 -291l12 135z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" horiz-adv-x="674" 
+d="M617 514l-290 -292l136 -13l-16 -131l-335 26l-26 337l132 15l12 -135l288 291z" />
+    <glyph glyph-name="uni21AF" unicode="&#x21af;" horiz-adv-x="1049" 
+d="M602 516v-286l105 88l81 -105l-255 -219l-255 219l82 105l103 -87v153l-150 -46v358h139v-227z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="642" 
+d="M112 629l-46 111q92 63 215 63q151 0 234.5 -99t83.5 -296q0 -199 -84 -309t-234 -110q-66 0 -115 22t-75.5 59t-39 80.5t-12.5 92.5q0 119 64.5 190t170.5 71q104 0 163 -78q1 6 1 20q0 105 -43.5 167t-136.5 62q-77 0 -146 -46zM421 298q-11 34 -39.5 58.5t-72.5 24.5
+q-53 0 -79.5 -37t-26.5 -103q0 -124 88 -124q56 0 88.5 49.5t41.5 131.5z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="727" 
+d="M24 0v84l243 626h199l238 -624v-86h-680zM199 126h319l-160 434z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="829" 
+d="M788 565h-109v-665h-161v665h-207v-665h-161v665h-109v145h747v-145z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="630" 
+d="M607 -101h-583v94l251 309l-240 301v107h549v-134h-325l204 -253l-226 -283h370v-141z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="567" 
+d="M509 204h-450v135h450v-135z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="820" 
+d="M378 40l201 816h233v-132h-125l-236 -859h-147l-151 407l-81 -33l-42 109l217 84z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="805" 
+d="M765 272q0 -91 -54 -145.5t-135 -54.5q-51 0 -91 25.5t-85 82.5q-88 -109 -182 -108q-74 0 -125.5 55t-51.5 143q0 90 53.5 145t135.5 55q51 0 92.5 -25.5t84.5 -83.5q87 109 183 109q75 0 125 -55.5t50 -142.5zM228 183q31 0 55.5 18t58.5 65q-31 51 -57 72t-58 21
+q-71 0 -71 -86q0 -90 72 -90zM575 359q-28 0 -50.5 -18t-59.5 -65q35 -53 59.5 -73t54.5 -20q71 0 71 87q0 89 -75 89z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="437" 
+d="M420 873l-18 -111q-20 9 -43 9q-45 0 -61.5 -41t-16.5 -132q0 -96 9 -247.5t9 -238.5q0 -143 -46.5 -219t-152.5 -76q-56 0 -82 14l17 110q22 -8 43 -8q46 0 62 40.5t16 131.5q0 96 -8.5 248t-8.5 238q0 143 46.5 219.5t152.5 76.5q50 0 82 -14z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="584" 
+d="M476 464l72 -82q-42 -45 -76.5 -66.5t-78.5 -21.5q-42 0 -104.5 31t-88.5 31q-35 0 -78 -47l-72 82q41 44 76 66t79 22q42 0 104 -31t88 -31q36 0 79 47zM476 233l72 -82q-42 -45 -76.5 -66.5t-78.5 -21.5q-42 0 -104.5 31t-88.5 31q-35 0 -78 -47l-72 82q41 44 76 66
+t79 22q42 0 104 -31t88 -31q36 0 79 47z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="588" 
+d="M505 90h-229l-61 -142l-107 54l38 88h-73v133h130l41 96h-171v133h228l62 142l107 -54l-38 -88h73v-133h-130l-42 -96h172v-133z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="567" 
+d="M441 190l-372 158v136l372 159l47 -119l-270 -107l270 -107zM476 22h-407v126h407v-126z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="567" 
+d="M126 643l372 -159v-136l-372 -158l-46 119l270 107l-270 107zM92 148h406v-126h-406v126z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="664" 
+d="M623 345l-221 -405h-144l-217 405l221 405h143zM463 341l-132 265l-130 -258l131 -265z" />
+    <glyph glyph-name="uni2639" unicode="&#x2639;" horiz-adv-x="818" 
+d="M41 345q0 154 103 262t265 108q161 0 264.5 -107.5t103.5 -262.5t-104 -262.5t-265 -107.5t-264 107.5t-103 262.5zM142 343q0 -119 73 -194.5t194 -75.5q122 0 194.5 75.5t72.5 195.5q0 121 -72 196.5t-193 75.5q-122 0 -195.5 -76.5t-73.5 -196.5zM272 142l-93 71
+q60 121 229 121q170 0 231 -121l-93 -71q-31 40 -56 54t-81 14q-57 0 -82 -14t-55 -54zM302 525q36 0 59.5 -24t23.5 -61t-23.5 -61t-59.5 -24t-59.5 24t-23.5 61t23.5 61t59.5 24zM517 525q35 0 58.5 -24t23.5 -61t-23.5 -61t-58.5 -24q-36 0 -59.5 24t-23.5 61t23.5 61
+t59.5 24z" />
+    <glyph glyph-name="smileface" unicode="&#x263a;" horiz-adv-x="818" 
+d="M546 328l93 -71q-60 -122 -229 -122q-171 0 -231 122l93 71q31 -40 56 -54t81 -14q57 0 82 14t55 54zM303 525q35 0 58.5 -24t23.5 -61t-23.5 -61t-59.5 -24t-59 24t-23 61t23 61t60 24zM517 525q36 0 59 -24t23 -61t-23 -61t-59 -24t-59.5 24t-23.5 61t23.5 61t59.5 24z
+M41 345q0 154 103 262t265 108q161 0 264.5 -107.5t103.5 -262.5t-104 -262.5t-265 -107.5t-264 107.5t-103 262.5zM142 343q0 -119 73 -194.5t194 -75.5q122 0 194.5 75.5t72.5 195.5q0 121 -72 196.5t-193 75.5q-122 0 -195.5 -76.5t-73.5 -196.5z" />
+    <glyph glyph-name="Abrevesmall" unicode="&#xe000;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM351 786h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Amacronsmall" unicode="&#xe001;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM437 633h-324v116h324v-116z" />
+    <glyph glyph-name="Aogoneksmall" unicode="&#xe002;" horiz-adv-x="546" 
+d="M535 0q-119 -44 -119 -78q0 -18 24 -18t45 23l69 -74q-48 -48 -122 -48q-62 0 -98.5 29t-36.5 73q0 56 75 99l-22 80h-164l-24 -86h-156l172 541h183zM319 208l-51 179l-50 -179h101z" />
+    <glyph glyph-name="Cacutesmall" unicode="&#xe003;" horiz-adv-x="482" 
+d="M373 171l91 -95q-78 -85 -200 -85q-103 0 -158 55q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48zM235 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ccaronsmall" unicode="&#xe004;" horiz-adv-x="482" 
+d="M373 171l91 -95q-78 -85 -200 -85q-103 0 -158 55q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48zM429 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Ccircumflexsmall" unicode="&#xe005;" horiz-adv-x="482" 
+d="M373 171l91 -95q-78 -85 -200 -85q-103 0 -158 55q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48zM107 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Cdotaccentsmall" unicode="&#xe006;" horiz-adv-x="482" 
+d="M373 171l91 -95q-78 -85 -200 -85q-103 0 -158 55q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48zM187 704q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59
+t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Dcaronsmall" unicode="&#xe007;" horiz-adv-x="573" 
+d="M65 541h233q112 0 169 -52q63 -58 63 -212q0 -164 -71 -226q-57 -51 -156 -51h-238v541zM220 406v-272h69q43 0 61 20q19 22 19 119q0 94 -19 116q-17 17 -60 17h-70zM437 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Dcroatsmall" unicode="&#xe008;" horiz-adv-x="580" 
+d="M72 541h234q114 0 170 -54q61 -59 61 -210q0 -157 -67 -222q-57 -55 -160 -55h-238v209h-42v127h42v205zM222 406v-70h67v-127h-67v-75h75q49 0 64 23q15 22 15 116q0 96 -17 115q-15 18 -61 18h-76z" />
+    <glyph glyph-name="E.alt" unicode="&#xe009;" horiz-adv-x="545" 
+d="M481 151l25 -128q-65 -33 -175 -33q-150 0 -222 79q-40 45 -54 109t-14 160q0 91 12 155t50 112q74 95 240 95q99 0 157 -23l-23 -131q-54 17 -133 17q-83 0 -114 -37q-23 -27 -26 -107h258v-137h-258q3 -92 28 -121q29 -34 107 -34q89 0 142 24z" />
+    <glyph glyph-name="E.altsmall" unicode="&#xe00a;" horiz-adv-x="474" 
+d="M409 136l23 -120q-57 -24 -148 -24q-127 0 -185 60q-34 34 -46 84t-12 126q0 75 10.5 126t42.5 89q62 72 200 72q81 0 133 -17l-21 -124q-44 11 -110 11q-63 0 -83 -23q-15 -16 -18 -58h201v-129h-201q3 -51 20 -68q19 -20 78 -20q72 0 116 15z" />
+    <glyph glyph-name="Ebrevesmall" unicode="&#xe00b;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM322 786h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Ecaronsmall" unicode="&#xe00c;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM407 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Edotaccentsmall" unicode="&#xe00d;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM165 704q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Emacronsmall" unicode="&#xe00e;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM408 633h-324v116h324v-116z" />
+    <glyph glyph-name="Eogoneksmall" unicode="&#xe00f;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h204v-126q-58 -15 -92.5 -37t-34.5 -41q0 -18 23 -18q24 0 45 23l69 -74q-47 -47 -121 -47q-62 0 -99 28.5t-37 71.5q0 55 68 94h-175v541z" />
+    <glyph glyph-name="Euro.alt" unicode="&#xe010;" 
+d="M529 179v-146q-76 -43 -170 -43q-144 0 -216 97q-54 70 -62 195h-87l35 138h52q10 111 55 177q74 111 243 111q105 0 171 -33l-44 -133q-57 30 -130 30q-74 0 -101 -35.5t-31 -116.5h228l-35 -138h-192q4 -83 28.5 -120t85.5 -37q87 0 170 54z" />
+    <glyph glyph-name="Euro.alt.fitted" unicode="&#xe011;" horiz-adv-x="598" 
+d="M545 179v-146q-78 -43 -175 -43q-144 0 -219 97q-54 69 -64 195h-89l35 138h54q10 108 57 177q76 111 247 111q108 0 175 -33l-44 -133q-58 30 -133 30q-78 0 -106.5 -35.5t-32.5 -116.5h236l-35 -138h-200q5 -83 30.5 -120t89.5 -37q89 0 174 54z" />
+    <glyph glyph-name="Euro.alt.fitted.oldstyle" unicode="&#xe012;" horiz-adv-x="559" 
+d="M505 165v-138q-72 -36 -157 -36q-132 0 -200 87q-48 60 -58 167h-80l34 131h47q10 92 50 149q68 100 226 100q99 0 158 -28l-42 -126q-52 25 -118 25t-90.5 -28t-28.5 -92h206l-33 -131h-173q5 -67 27 -96.5t76 -29.5q75 0 156 46z" />
+    <glyph glyph-name="Euro.alt.taboldstyle" unicode="&#xe013;" horiz-adv-x="556" 
+d="M495 165v-138q-72 -36 -155 -36q-130 0 -198 87q-46 59 -56 167h-78l33 131h46q10 91 49 149q67 100 224 100q96 0 155 -28l-43 -126q-50 25 -114 25t-88.5 -28.5t-27.5 -91.5h201l-33 -131h-168q5 -67 26 -96.5t74 -29.5q72 0 153 46z" />
+    <glyph glyph-name="Euro.fitted" unicode="&#xe014;" 
+d="M440 311l-26 -105h-166q11 -45 36.5 -66t74.5 -21q83 0 165 52v-139q-75 -42 -172 -42q-140 0 -213 100q-32 44 -50 116h-87l27 105h47v63h-74l27 105h59q18 80 59 130q76 91 229 91q101 0 169 -32l-41 -126q-57 27 -133 27q-58 0 -86.5 -21.5t-38.5 -68.5h238l-26 -105
+h-220v-63h202z" />
+    <glyph glyph-name="Euro.fitted.oldstyle" unicode="&#xe015;" horiz-adv-x="541" 
+d="M505 165v-138q-72 -36 -157 -36q-132 0 -200 87q-48 60 -58 167h-80l34 131h47q10 92 50 149q68 100 226 100q99 0 158 -28l-42 -126q-52 25 -118 25t-90.5 -28t-28.5 -92h206l-33 -131h-173q5 -67 27 -96.5t76 -29.5q75 0 156 46z" />
+    <glyph glyph-name="G.alt" unicode="&#xe016;" horiz-adv-x="647" 
+d="M329 396h261v-396h-148l1 86q-20 -43 -68 -70.5t-110 -27.5q-100 0 -157 73q-67 83 -67 278t70 274q75 87 244 87q153 0 227 -71l-93 -112q-50 42 -142 42q-86 0 -111 -37q-16 -22 -20.5 -66t-4.5 -128q0 -137 19 -171q19 -35 75 -35q57 0 93 41t49 107h-118v126z" />
+    <glyph glyph-name="G.altsmall" unicode="&#xe017;" horiz-adv-x="555" 
+d="M281 319h220v-319h-140l1 60q-17 -30 -55 -49.5t-84 -19.5q-78 0 -124 53q-58 65 -58 222q0 149 59 213q63 70 204 70q131 0 193 -55l-89 -108q-39 29 -110 29q-60 0 -77 -23q-18 -24 -18 -133q0 -101 13 -121q14 -21 49 -21q36 0 63.5 24t39.5 61h-87v117z" />
+    <glyph glyph-name="Gbrevesmall" unicode="&#xe018;" horiz-adv-x="555" 
+d="M281 318h220v-288q-93 -37 -199 -37q-133 0 -195 60q-39 37 -52.5 88t-13.5 123q0 164 70 228q65 57 191 57q131 0 195 -56l-89 -108q-43 30 -114 30q-52 0 -71 -21q-20 -23 -20 -120q0 -68 5 -96t17 -42q19 -21 72 -21q37 0 66 8v73h-82v122zM373 786h112
+q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Gcircumflexsmall" unicode="&#xe019;" horiz-adv-x="555" 
+d="M281 318h220v-288q-93 -37 -199 -37q-133 0 -195 60q-39 37 -52.5 88t-13.5 123q0 164 70 228q65 57 191 57q131 0 195 -56l-89 -108q-43 30 -114 30q-52 0 -71 -21q-20 -23 -20 -120q0 -68 5 -96t17 -42q19 -21 72 -21q37 0 66 8v73h-82v122zM136 668l163 164l159 -162
+l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Gcommaaccentsmall" unicode="&#xe01a;" horiz-adv-x="555" 
+d="M281 318h220v-288q-93 -37 -199 -37q-133 0 -195 60q-39 37 -52.5 88t-13.5 123q0 164 70 228q65 57 191 57q131 0 195 -56l-89 -108q-43 30 -114 30q-52 0 -71 -21q-20 -23 -20 -120q0 -68 5 -96t17 -42q19 -21 72 -21q37 0 66 8v73h-82v122zM223 -118q0 34 23.5 57.5
+t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Gdotaccentsmall" unicode="&#xe01b;" horiz-adv-x="555" 
+d="M281 318h220v-288q-93 -37 -199 -37q-133 0 -195 60q-39 37 -52.5 88t-13.5 123q0 164 70 228q65 57 191 57q131 0 195 -56l-89 -108q-43 30 -114 30q-52 0 -71 -21q-20 -23 -20 -120q0 -68 5 -96t17 -42q19 -21 72 -21q37 0 66 8v73h-82v122zM216 704q0 35 23 59t57 24
+q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Hbarsmall" unicode="&#xe01c;" horiz-adv-x="616" 
+d="M78 541h155v-65h148v65h154v-65h83v-89h-83v-387h-154v207h-148v-207h-155v387h-82v89h82v65zM233 344h148v43h-148v-43z" />
+    <glyph glyph-name="Hcircumflexsmall" unicode="&#xe01d;" horiz-adv-x="589" 
+d="M65 541h154v-197h148v197h154v-541h-154v207h-148v-207h-154v541zM133 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Idotaccentsmall" unicode="&#xe01e;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM65 704q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="Imacronsmall" unicode="&#xe01f;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM308 633h-324v116h324v-116z" />
+    <glyph glyph-name="Iogoneksmall" unicode="&#xe020;" horiz-adv-x="292" 
+d="M201 -73l70 -74q-49 -48 -121 -48q-65 0 -101 30t-36 76q0 51 52 94v536h154v-541q-86 -35 -86 -74q0 -21 23 -21q25 0 45 22z" />
+    <glyph glyph-name="Itildesmall" unicode="&#xe021;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM278 794l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="J.alt" unicode="&#xe022;" horiz-adv-x="476" 
+d="M246 690h161v-453q0 -245 -235 -245q-110 0 -168 59l85 112q35 -32 81 -32q25 0 41.5 8.5t23.5 26t9 33.5t2 41v450z" />
+    <glyph glyph-name="J.altsmall" unicode="&#xe023;" horiz-adv-x="435" 
+d="M208 541h155v-341q0 -37 -7.5 -69t-28 -65t-63.5 -52.5t-106 -19.5q-95 0 -146 50l81 107q27 -24 61 -24q24 0 36.5 12t15 25.5t2.5 37.5v339z" />
+    <glyph glyph-name="Kcommaaccentsmall" unicode="&#xe024;" horiz-adv-x="587" 
+d="M65 541h154v-192h48l111 192h175l-152 -262l166 -279h-183l-117 204h-48v-204h-154v541zM219 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Lacutesmall" unicode="&#xe025;" horiz-adv-x="427" 
+d="M65 541h154v-404h178v-137h-332v541zM149 536l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Lcaronsmall" unicode="&#xe026;" horiz-adv-x="427" 
+d="M65 541h154v-404h178v-137h-332v541zM268 556q0 38 24.5 63.5t65.5 25.5t65 -25.5t24 -65.5q0 -95 -97 -241l-96 48q40 76 53 122q-39 22 -39 73z" />
+    <glyph glyph-name="Lcommaaccentsmall" unicode="&#xe027;" horiz-adv-x="427" 
+d="M65 541h154v-404h178v-137h-332v541zM154 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Nacutesmall" unicode="&#xe028;" horiz-adv-x="618" 
+d="M65 541h194l149 -332l-5 332h147v-541h-194l-149 331l5 -331h-147v541zM295 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ncaronsmall" unicode="&#xe029;" horiz-adv-x="618" 
+d="M65 541h194l149 -332l-5 332h147v-541h-194l-149 331l5 -331h-147v541zM489 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Ncommaaccentsmall" unicode="&#xe02a;" horiz-adv-x="618" 
+d="M65 541h194l149 -332l-5 332h147v-541h-194l-149 331l5 -331h-147v541zM238 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Obrevesmall" unicode="&#xe02b;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM371 786
+h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z" />
+    <glyph glyph-name="Ohungarumlautsmall" unicode="&#xe02c;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM194 587
+l-75 66l157 191l86 -73zM398 587l-75 66l158 191l85 -73z" />
+    <glyph glyph-name="Omacronsmall" unicode="&#xe02d;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM457 633
+h-324v116h324v-116z" />
+    <glyph glyph-name="Oslash.alt" unicode="&#xe02e;" horiz-adv-x="687" 
+d="M676 691l-76 -105q46 -79 46 -234q0 -207 -88 -292q-77 -75 -219 -75q-81 0 -138 23l-63 -98l-128 91l76 104q-44 76 -44 232q0 201 79 286q77 82 228 82q78 0 136 -22l63 99zM473 345q0 146 -32 186q-28 36 -94 36q-76 0 -106 -47q-27 -43 -27 -176q0 -143 31 -184
+q28 -38 95 -38q78 0 107 50q26 42 26 173z" />
+    <glyph glyph-name="Oslash.altsmall" unicode="&#xe02f;" horiz-adv-x="591" 
+d="M574 533l-60 -80q34 -62 34 -178q0 -165 -75 -231q-64 -56 -182 -56q-60 0 -105 14l-51 -79l-120 86l60 80q-33 61 -33 176q0 158 66 225q66 63 191 63q59 0 104 -14l51 80zM384 268q0 106 -23 131q-20 23 -63 23q-51 0 -73 -29q-20 -30 -20 -122q0 -103 23 -130
+q19 -22 64 -22q54 0 74 30q18 28 18 119z" />
+    <glyph glyph-name="Racutesmall" unicode="&#xe030;" horiz-adv-x="569" 
+d="M65 541h246q90 0 139 -30q64 -41 64 -134q0 -119 -102 -148q51 -7 72.5 -56.5t30.5 -172.5h-161q-12 104 -24 134t-43 30h-68v-164h-154v541zM219 409v-116h54q44 0 62.5 13.5t18.5 55.5q0 28 -13 39q-11 8 -40 8h-82zM252 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Rcaronsmall" unicode="&#xe031;" horiz-adv-x="569" 
+d="M65 541h246q90 0 139 -30q64 -41 64 -134q0 -119 -102 -148q51 -7 72.5 -56.5t30.5 -172.5h-161q-12 104 -24 134t-43 30h-68v-164h-154v541zM219 409v-116h54q44 0 62.5 13.5t18.5 55.5q0 28 -13 39q-11 8 -40 8h-82zM446 747l-163 -164l-159 162l77 78l84 -89l86 90z
+" />
+    <glyph glyph-name="Rcommaaccentsmall" unicode="&#xe032;" horiz-adv-x="569" 
+d="M65 541h246q90 0 139 -30q64 -41 64 -134q0 -119 -102 -148q51 -7 72.5 -56.5t30.5 -172.5h-161q-12 104 -24 134t-43 30h-68v-164h-154v541zM219 409v-116h54q44 0 62.5 13.5t18.5 55.5q0 28 -13 39q-11 8 -40 8h-82zM208 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62
+q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Sacutesmall" unicode="&#xe033;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-62 -40 -153 -40q-132 0 -194 54l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70
+q0 81 65 127q61 45 156 45q118 0 179 -48zM206 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Scedillasmall" unicode="&#xe034;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-43 -28 -96 -35l-2 -29q63 -29 63 -89q0 -49 -33.5 -82.5t-92.5 -33.5q-75 0 -119 57l60 63q24 -31 51 -31q31 0 31 27q0 32 -59 48l7 67
+q-106 8 -157 52l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70q0 81 65 127q61 45 156 45q118 0 179 -48z" />
+    <glyph glyph-name="Scircumflexsmall" unicode="&#xe035;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-62 -40 -153 -40q-132 0 -194 54l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70
+q0 81 65 127q61 45 156 45q118 0 179 -48zM78 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Scommaaccentsmall" unicode="&#xe036;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-62 -40 -153 -40q-132 0 -194 54l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70
+q0 81 65 127q61 45 156 45q118 0 179 -48zM158 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Tcaronsmall" unicode="&#xe037;" horiz-adv-x="454" 
+d="M18 541h421v-138h-133v-403h-155v403h-133v138zM388 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Tcommaaccentsmall" unicode="&#xe038;" horiz-adv-x="454" 
+d="M18 541h421v-138h-133v-403h-155v403h-133v138zM146 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="U.alt" unicode="&#xe039;" horiz-adv-x="670" 
+d="M601 0h-144v104q-50 -118 -183 -118q-103 0 -154 64t-51 173v467h161v-447q0 -59 16.5 -86t66.5 -27q64 0 95.5 48.5t31.5 153.5v358h161v-690z" />
+    <glyph glyph-name="U.altsmall" unicode="&#xe03a;" horiz-adv-x="578" 
+d="M512 0h-135v73q-44 -84 -144 -84q-84 0 -126 52t-42 139v361h153v-345q0 -37 10.5 -53.5t44.5 -16.5q43 0 64 30.5t21 97.5v287h154v-541z" />
+    <glyph glyph-name="Ubrevesmall" unicode="&#xe03b;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM368 786h112q-4 -84 -56.5 -131.5t-130.5 -47.5t-131 47.5t-58 131.5h113q2 -38 21.5 -61.5t54.5 -23.5q68 0 75 85z
+" />
+    <glyph glyph-name="Uhungarumlautsmall" unicode="&#xe03c;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM191 587l-75 66l157 191l86 -73zM395 587l-75 66l158 191l85 -73z" />
+    <glyph glyph-name="Umacronsmall" unicode="&#xe03d;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM454 633h-324v116h324v-116z" />
+    <glyph glyph-name="Uogoneksmall" unicode="&#xe03e;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h155v-346q0 -87 -38 -134q-27 -34 -75 -52q-98 -50 -98 -86q0 -18 24 -18q25 0 45 22l70 -74q-49 -48 -122 -48q-63 0 -100 29t-37 72q0 47 45 88q-87 11 -127 58q-41 47 -41 139v350z" />
+    <glyph glyph-name="Uringsmall" unicode="&#xe03f;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM431 731q0 -56 -39 -91t-100 -35t-100 35t-39 91q0 57 38.5 91.5t100.5 34.5q61 0 100 -34.5t39 -91.5zM334 732
+q0 43 -41 43q-43 0 -43 -45q0 -44 42 -44t42 46z" />
+    <glyph glyph-name="Utildesmall" unicode="&#xe040;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM424 794l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19
+q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Wcircumflexsmall" unicode="&#xe041;" horiz-adv-x="766" 
+d="M18 541h154l58 -360l77 346h153l77 -346l58 360h153l-118 -541h-173l-76 338l-76 -338h-174zM222 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Y.alt" unicode="&#xe042;" horiz-adv-x="623" 
+d="M621 690l-206 -657q-44 -140 -108.5 -203.5t-158.5 -63.5q-75 0 -115 28l50 130q28 -16 64 -16q45 0 71.5 25.5t42.5 81.5h-42l-216 675h174l141 -506l133 506h170z" />
+    <glyph glyph-name="Y.altsmall" unicode="&#xe043;" horiz-adv-x="549" 
+d="M533 541l-162 -498q-36 -111 -91.5 -167.5t-138.5 -56.5q-65 0 -103 25l47 121q23 -13 53 -13q65 0 84 67h-40l-170 522l165 -1l99 -365l95 366h162z" />
+    <glyph glyph-name="Ycircumflexsmall" unicode="&#xe044;" horiz-adv-x="510" 
+d="M1 541h176l73 -189l76 189h176l-176 -345v-196h-155v196zM94 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Zacutesmall" unicode="&#xe045;" horiz-adv-x="470" 
+d="M424 539v-127l-202 -277h206v-135h-393v127l201 277h-190v135h378zM204 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Zdotaccentsmall" unicode="&#xe046;" horiz-adv-x="470" 
+d="M424 539v-127l-202 -277h206v-135h-393v127l201 277h-190v135h378zM156 704q0 35 23 59t57 24q35 0 58.5 -24t23.5 -59t-23.5 -58t-58.5 -23q-34 0 -57 23.5t-23 57.5z" />
+    <glyph glyph-name="a.alt" unicode="&#xe047;" horiz-adv-x="578" 
+d="M383 510h132v-510h-149l-2 67q-52 -80 -147 -80q-67 0 -110 42q-65 62 -65 218t65 222q50 52 132 52q90 0 142 -67zM260 120q35 0 64 36q40 48 40 122q0 54 -25 83q-25 28 -64 28q-43 0 -56 -31.5t-13 -104.5q0 -71 10.5 -102t43.5 -31z" />
+    <glyph glyph-name="approxequal.cap" unicode="&#xe048;" horiz-adv-x="584" 
+d="M476 538l72 -82q-42 -45 -76.5 -66.5t-78.5 -21.5q-42 0 -104.5 31t-88.5 31q-35 0 -78 -47l-72 82q41 44 76 66t79 22q42 0 104 -31t88 -31q36 0 79 47zM476 307l72 -82q-42 -45 -76.5 -66.5t-78.5 -21.5q-42 0 -104.5 31t-88.5 31q-35 0 -78 -47l-72 82q41 44 76 66
+t79 22q42 0 104 -31t88 -31q36 0 79 47z" />
+    <glyph glyph-name="asciitilde.cap" unicode="&#xe049;" horiz-adv-x="567" 
+d="M449 433l84 -93q-46 -48 -82 -70.5t-80 -22.5q-39 0 -98.5 27t-81.5 27q-28 0 -73 -45l-83 94q45 47 81 69.5t80 22.5q39 0 98.5 -26.5t81.5 -26.5q31 0 73 44z" />
+    <glyph glyph-name="atsmall" unicode="&#xe04a;" horiz-adv-x="714" 
+d="M532 198q15 0 24.5 24t9.5 67q0 198 -204 198q-217 0 -217 -215q0 -109 58 -161t184 -52q146 0 229 74l59 -65q-106 -103 -295 -103q-165 0 -252 82.5t-87 222.5q0 145 88 230.5t236 85.5q143 0 225 -78t82 -198q0 -86 -42 -140.5t-118 -54.5q-68 0 -87 47
+q-43 -49 -108 -49q-50 0 -81.5 27.5t-31.5 74.5q0 103 164 103h28v5q0 23 -40 23q-54 0 -81 -23l-54 71q47 42 139 42q75 0 111 -31.5t36 -98.5v-50q0 -58 25 -58zM397 245h-31q-15 0 -23 -1t-14.5 -7t-6.5 -17q0 -19 16 -19q15 0 35 14.5t24 29.5z" />
+    <glyph glyph-name="cent.fitted" unicode="&#xe04b;" horiz-adv-x="536" 
+d="M373 765l-1 -109q84 -14 130 -64l-93 -110q-38 37 -100 37q-60 0 -78.5 -36t-18.5 -126q0 -93 17 -130.5t67 -37.5q66 0 116 60l100 -104q-57 -65 -140 -86l1 -114h-167l1 116q-58 17 -98 60q-67 75 -67 230q0 158 69 234q36 40 96 61l-1 119h167z" />
+    <glyph glyph-name="cent.fitted.oldstyle" unicode="&#xe04c;" horiz-adv-x="509" 
+d="M355 677l-1 -96q74 -13 115 -56l-89 -105q-34 30 -86 30t-67.5 -29.5t-15.5 -104.5q0 -77 14 -108t57 -31q55 0 101 49l95 -99q-51 -55 -124 -75l1 -100h-160l2 102q-50 15 -85 50q-62 63 -62 206q0 144 63 210q34 36 84 51l-2 106h160z" />
+    <glyph glyph-name="colon.cap" unicode="&#xe04d;" horiz-adv-x="286" 
+d="M48 182q0 40 27 66.5t67 26.5t67 -26.5t27 -66.5t-27 -67t-67 -27t-67 27t-27 67zM48 508q0 40 27 67t67 27t67 -27t27 -67t-27 -67t-67 -27t-67 27t-27 67z" />
+    <glyph glyph-name="colonsmall" unicode="&#xe04e;" horiz-adv-x="287" 
+d="M49 150q0 37 25 62t63 25t63 -25t25 -62q0 -38 -25.5 -63t-62.5 -25t-62.5 25t-25.5 63zM49 391q0 37 25.5 62.5t62.5 25.5t62.5 -25.5t25.5 -62.5q0 -38 -25 -63t-63 -25t-63 25t-25 63z" />
+    <glyph glyph-name="divide.cap" unicode="&#xe04f;" horiz-adv-x="567" 
+d="M211 169q0 30 21.5 51t51.5 21q31 0 51.5 -20.5t20.5 -51.5t-20.5 -52t-51.5 -21q-30 0 -51.5 21.5t-21.5 51.5zM211 521q0 30 21 51.5t52 21.5t52 -21t21 -52q0 -30 -21 -51t-52 -21t-52 21t-21 51zM507 283h-446v123h446v-123z" />
+    <glyph glyph-name="dollar.fitted" unicode="&#xe050;" horiz-adv-x="520" 
+d="M345 765l-1 -85q89 -15 136 -52l-77 -117q-53 37 -138 37q-35 0 -53 -11.5t-18 -41.5q0 -21 22 -35.5t55 -22.5t72 -22.5t72 -33.5t55 -58t22 -94q0 -97 -72 -152q-35 -25 -76 -37l1 -95h-168l1 84q-106 13 -163 61l81 120q62 -48 157 -48q73 0 73 57q0 24 -22 40.5
+t-55 24.5t-72 22.5t-72 33t-55 57t-22 92.5q0 90 66 142q36 27 84 41l-1 93h168z" />
+    <glyph glyph-name="dollar.fitted.oldstyle" unicode="&#xe051;" horiz-adv-x="505" 
+d="M331 677l-1 -75q79 -13 122 -47l-73 -111q-47 31 -125 31q-29 0 -44 -8.5t-15 -31.5q0 -17 20 -28.5t49.5 -17.5t64.5 -18.5t64.5 -29t49.5 -51.5t20 -84q0 -89 -66 -137q-29 -20 -67 -33l1 -84h-161l1 74q-96 11 -146 54l77 114q57 -41 142 -41q60 0 60 44q0 19 -20 32
+t-49.5 19.5t-64 19t-64 28.5t-49.5 50.5t-20 82.5q0 83 60 128q31 25 75 37l-2 83h161z" />
+    <glyph glyph-name="eightsmall" unicode="&#xe052;" horiz-adv-x="511" 
+d="M52 404q0 41 18 71t48 46.5t64.5 24t72.5 7.5q82 0 140.5 -34.5t58.5 -108.5q0 -91 -89 -131q96 -38 96 -137q0 -79 -59 -116.5t-148 -37.5q-56 0 -101.5 14.5t-77 50t-31.5 88.5q0 95 101 134q-93 38 -93 129zM189 392q0 -29 15.5 -41.5t47.5 -21.5q33 9 49 22t16 42
+t-16.5 39.5t-46.5 10.5q-65 0 -65 -51zM180 155q0 -56 72 -56t72 56q0 32 -18.5 47t-54.5 26q-35 -11 -53 -26t-18 -47z" />
+    <glyph glyph-name="equal.cap" unicode="&#xe053;" horiz-adv-x="567" 
+d="M497 168h-426v130h426v-130zM497 391h-426v131h426v-131z" />
+    <glyph glyph-name="equal.denominator" unicode="&#xe054;" horiz-adv-x="364" 
+d="M316 85h-262v86h262v-86zM316 217h-262v86h262v-86z" />
+    <glyph glyph-name="equal.numerator" unicode="&#xe055;" horiz-adv-x="364" 
+d="M316 386h-262v87h262v-87zM316 518h-262v87h262v-87z" />
+    <glyph glyph-name="equalinferior" unicode="&#xe056;" horiz-adv-x="362" 
+d="M316 -97h-265v90h265v-90zM316 39h-265v90h265v-90z" />
+    <glyph glyph-name="equalsuperior" unicode="&#xe057;" horiz-adv-x="362" 
+d="M316 571h-265v90h265v-90zM316 707h-265v90h265v-90z" />
+    <glyph glyph-name="f.alt" unicode="&#xe058;" horiz-adv-x="399" 
+d="M396 731l-22 -129q-18 6 -42 6q-45 0 -57 -19.5t-12 -66.5v-24h98v-137h-98v-361h-157v361h-76v137h76v26q0 218 214 218q44 0 76 -11z" />
+    <glyph glyph-name="ff.alt" unicode="&#xe059;" horiz-adv-x="708" 
+d="M705 731l-22 -129q-18 6 -45 6q-42 0 -54 -20t-12 -66v-31h98v-129h-98v-362h-152v362h-163v-362h-151v362h-76v129h76v24q0 218 207 218q41 0 77 -12l-21 -128q-19 6 -45 6q-42 0 -54.5 -20t-12.5 -66v-22h163v33q0 218 207 218q45 0 78 -11z" />
+    <glyph glyph-name="fivesmall" unicode="&#xe05a;" horiz-adv-x="511" 
+d="M50 45l73 100q18 -16 51 -24.5t62 -8.5q30 0 45 10q23 13 23 52q0 35 -20 49q-16 10 -44 10q-38 0 -62 -21l-110 23l2 306h353v-123h-226l-2 -83q24 16 77 16q74 0 124 -37q61 -44 61 -136q0 -100 -71 -148q-59 -41 -147 -41q-51 0 -105.5 14t-83.5 42z" />
+    <glyph glyph-name="four.alt" unicode="&#xe05c;" 
+d="M467 690v-426h79v-118h-79v-146h-145v146h-287v156l228 388h204zM322 263v287l-153 -287h153z" />
+    <glyph glyph-name="four.alt.fitted" unicode="&#xe05d;" horiz-adv-x="572" 
+d="M464 690v-426h78v-118h-78v-146h-145v146h-285v156l226 388h204zM319 263v287l-152 -287h152z" />
+    <glyph glyph-name="foursmall" unicode="&#xe05e;" horiz-adv-x="511" 
+d="M463 89h-68v-89h-141v89h-209v131l92 321h144l-92 -319h69v181h137v-179h68v-135z" />
+    <glyph glyph-name="g.alt" unicode="&#xe05f;" horiz-adv-x="560" 
+d="M518 -56q0 -84 -69 -135q-68 -49 -173 -49q-99 0 -164 39q-32 19 -53.5 50.5t-21.5 69.5q0 37 20 71t52 54q-63 25 -63 87q0 53 52 91q-39 42 -39 116q0 93 66 142q57 43 152 43q74 0 122 -25l143 4v-137h-59q1 -5 1 -17q0 -96 -72 -145q-56 -37 -143 -37q-37 0 -65 5
+q-19 -13 -19 -29q0 -29 98 -31q109 -3 168 -42q67 -45 67 -125zM371 -60q0 33 -20 46.5t-64 13.5q-98 0 -98 -65q0 -32 21.5 -46t66.5 -14q51 0 72.5 16t21.5 49zM337 344q0 34 -12.5 49.5t-50.5 15.5q-40 0 -53.5 -16.5t-13.5 -51.5q0 -34 12.5 -48.5t50.5 -14.5
+q41 0 54 15.5t13 50.5z" />
+    <glyph glyph-name="greater.cap" unicode="&#xe060;" horiz-adv-x="568" 
+d="M119 597l403 -176v-152l-403 -176l-47 133l300 119l-300 119z" />
+    <glyph glyph-name="infinity.cap" unicode="&#xe061;" horiz-adv-x="805" 
+d="M765 346q0 -91 -54.5 -146t-134.5 -55q-50 0 -90.5 26t-85.5 83q-87 -109 -182 -109q-74 1 -125.5 56t-51.5 143q0 90 53.5 145t135.5 55q51 0 92.5 -25.5t84.5 -83.5q87 109 183 109q75 0 125 -55.5t50 -142.5zM228 257q31 0 55.5 18t58.5 65q-31 51 -57 72t-58 21
+q-71 0 -71 -86q0 -90 72 -90zM575 433q-29 0 -51 -18t-59 -66q35 -53 59.5 -72.5t54.5 -19.5q71 0 71 87q0 89 -75 89z" />
+    <glyph glyph-name="jsuperior" unicode="&#xe062;" horiz-adv-x="210" 
+d="M50 782h108v-298q0 -131 -141 -131q-20 0 -42 5l13 93q16 -2 27 -2q21 0 28 7t7 24v302zM42 879q0 27 17.5 45.5t44.5 18.5t45 -18.5t18 -45.5t-18 -45t-45 -18t-44.5 18t-17.5 45z" />
+    <glyph glyph-name="k.alt" unicode="&#xe063;" horiz-adv-x="567" 
+d="M234 264v3l130 243h181l-151 -237l170 -273h-195zM63 765h157v-765h-157v765z" />
+    <glyph glyph-name="l.alt" unicode="&#xe064;" horiz-adv-x="335" 
+d="M315 135l11 -131q-40 -10 -82 -10q-101 0 -141 50.5t-40 150.5v570h157v-566q0 -41 10 -55.5t40 -14.5q24 0 45 6z" />
+    <glyph glyph-name="less.cap" unicode="&#xe065;" horiz-adv-x="568" 
+d="M449 93l-403 176v152l403 176l48 -133l-301 -119l301 -119z" />
+    <glyph glyph-name="logicalnot.cap" unicode="&#xe066;" horiz-adv-x="568" 
+d="M495 463v-327h-151v192h-283v135h434z" />
+    <glyph glyph-name="minus.cap" unicode="&#xe067;" horiz-adv-x="567" 
+d="M509 277h-450v136h450v-136z" />
+    <glyph glyph-name="minus.denominator" unicode="&#xe068;" horiz-adv-x="364" 
+d="M323 149h-277v90h277v-90z" />
+    <glyph glyph-name="minus.numerator" unicode="&#xe069;" horiz-adv-x="364" 
+d="M323 451h-277v89h277v-89z" />
+    <glyph glyph-name="minusinferior" unicode="&#xe06a;" horiz-adv-x="362" 
+d="M323 -30h-279v92h279v-92z" />
+    <glyph glyph-name="minussuperior" unicode="&#xe06b;" horiz-adv-x="362" 
+d="M323 637h-279v93h279v-93z" />
+    <glyph glyph-name="multiply.cap" unicode="&#xe06c;" horiz-adv-x="567" 
+d="M418 114l-134 137l-135 -137l-96 96l136 135l-136 135l97 96l134 -136l134 136l96 -96l-135 -135l135 -135z" />
+    <glyph glyph-name="ninesmall" unicode="&#xe06d;" horiz-adv-x="511" 
+d="M48 40l73 99q36 -27 109 -27q54 0 68 23t15 91q-31 -30 -96 -30q-76 0 -123 38q-54 45 -54 135q0 97 59 143q51 40 145 40q105 0 157 -52q34 -34 47.5 -87t13.5 -138q0 -82 -12.5 -137t-48.5 -91q-57 -59 -173 -59q-129 0 -180 52zM242 300q36 0 51 16t15 55q0 35 -14 50
+t-48 15q-35 0 -48.5 -16t-13.5 -53t13 -52t45 -15z" />
+    <glyph glyph-name="notequal.cap" unicode="&#xe06e;" horiz-adv-x="588" 
+d="M505 164h-229l-61 -142l-107 53l38 89h-73v132h130l42 97h-172v133h229l61 141l107 -53l-38 -88h73v-133h-130l-42 -97h172v-132z" />
+    <glyph glyph-name="numbersign.fitted" unicode="&#xe06f;" horiz-adv-x="640" 
+d="M429 690h135l-27 -164h68v-123h-89l-19 -117h72v-123h-93l-26 -163h-136l27 163h-116l-27 -163h-136l28 163h-67v123h88l19 117h-72v123h92l27 164h136l-27 -164h116zM265 403l-19 -117h116l19 117h-116z" />
+    <glyph glyph-name="numbersign.fitted.oldstyle" unicode="&#xe070;" horiz-adv-x="613" 
+d="M400 611h130l-25 -142h58v-117h-78l-17 -94h62v-117h-81l-24 -141h-130l24 141h-99l-24 -141h-130l25 141h-57v117h77l16 94h-62v117h82l24 142h130l-25 -142h100zM256 352l-16 -94h99l17 94h-100z" />
+    <glyph glyph-name="onesmall" unicode="&#xe071;" horiz-adv-x="511" 
+d="M69 0v134h137v253l-97 -77l-84 106l164 125h171v-407h103v-134h-394z" />
+    <glyph glyph-name="oslash.alt" unicode="&#xe072;" horiz-adv-x="566" 
+d="M539 523l-61 -84q46 -63 46 -177q0 -140 -71 -211q-64 -64 -175 -64q-42 0 -76 9l-58 -90l-117 81l60 84q-45 62 -45 175q0 141 71 212q63 65 175 65q42 0 76 -9l57 90zM360 264q0 88 -27 113q-15 14 -46 14q-38 0 -55 -21q-26 -29 -26 -123q0 -83 22 -109q16 -19 52 -19
+q41 0 58 26q22 29 22 119z" />
+    <glyph glyph-name="plus.cap" unicode="&#xe073;" horiz-adv-x="567" 
+d="M522 278h-162v-187h-152v187h-162v134h162v187h152v-187h162v-134z" />
+    <glyph glyph-name="plus.denominator" unicode="&#xe074;" horiz-adv-x="364" 
+d="M332 150h-97v-101h-100v101h-97v88h97v101h100v-101h97v-88z" />
+    <glyph glyph-name="plus.numerator" unicode="&#xe075;" horiz-adv-x="364" 
+d="M332 451h-97v-100h-100v100h-97v89h97v101h100v-101h97v-89z" />
+    <glyph glyph-name="plusinferior" unicode="&#xe076;" horiz-adv-x="362" 
+d="M332 -30h-96v-103h-105v103h-96v92h96v103h105v-103h96v-92z" />
+    <glyph glyph-name="plussuperior" unicode="&#xe077;" horiz-adv-x="362" 
+d="M332 638h-96v-103h-105v103h-96v92h96v103h105v-103h96v-92z" />
+    <glyph glyph-name="r.alt" unicode="&#xe078;" horiz-adv-x="378" 
+d="M63 510h148l-1 -80q42 91 120 91q16 0 30 -3l-12 -152q-18 2 -26 2q-102 0 -102 -197v-171h-157v510z" />
+    <glyph glyph-name="sevensmall" unicode="&#xe079;" horiz-adv-x="511" 
+d="M171 314h-122l-2 227h410v-136q-105 -234 -160 -405h-166q48 147 168 398h-125z" />
+    <glyph glyph-name="sixsmall" unicode="&#xe07a;" horiz-adv-x="511" 
+d="M458 501l-73 -100q-34 27 -109 27q-54 0 -68 -23t-15 -90q32 29 96 29q79 0 124 -38q53 -44 53 -134q0 -97 -59 -143q-51 -40 -145 -40q-105 0 -157 52q-34 34 -47.5 87t-13.5 137q0 167 61 229q57 59 173 59q129 0 180 -52zM264 241q-35 0 -50.5 -16t-15.5 -55
+q0 -35 14 -50.5t48 -15.5q36 0 49 16t13 54t-12.5 52.5t-45.5 14.5z" />
+    <glyph glyph-name="slashsmall" unicode="&#xe07b;" horiz-adv-x="436" 
+d="M417 633l-275 -791l-134 49l274 791z" />
+    <glyph glyph-name="sterling.fitted" unicode="&#xe07c;" horiz-adv-x="589" 
+d="M433 409v-135h-150v-139h275v-135h-505v135h67v139h-67v135h67v38q0 37 7 71.5t25.5 68t46 58t71.5 39.5t100 15q119 0 177 -59l-91 -108q-36 31 -88 31q-53 0 -69 -29t-16 -91v-34h150z" />
+    <glyph glyph-name="sterling.fitted.oldstyle" unicode="&#xe07d;" horiz-adv-x="565" 
+d="M410 366v-129h-134v-109h244v-128h-459v128h59v109h-59v129h59v29q0 92 54.5 158t175.5 66q109 0 162 -53l-88 -103q-31 26 -76 26t-58.5 -23.5t-13.5 -73.5v-26h134z" />
+    <glyph glyph-name="three.alt.taboldstyle" unicode="&#xe07e;" horiz-adv-x="532" 
+d="M138 175v96l144 141h-241v129h411v-138l-142 -132q87 -4 129.5 -48.5t42.5 -116.5q0 -55 -24 -96.5t-64.5 -65t-88.5 -34.5t-102 -11q-124 0 -180 48l60 110q39 -28 116 -28q121 0 121 77q0 34 -28 51.5t-93 17.5h-61z" />
+    <glyph glyph-name="three.altoldstyle" unicode="&#xe07f;" horiz-adv-x="485" 
+d="M120 175v96l132 141h-225v129h394v-138l-131 -132q81 -4 120.5 -48.5t39.5 -116.5q0 -55 -23 -96.5t-62 -65t-84.5 -34.5t-97.5 -11q-119 0 -174 48l60 110q36 -28 110 -28q110 0 110 77q0 34 -25 51.5t-84 17.5h-60z" />
+    <glyph glyph-name="threequartersemdash.cap" unicode="&#xe080;" horiz-adv-x="750" 
+d="M736 273h-722v144h722v-144z" />
+    <glyph glyph-name="threesmall" unicode="&#xe081;" horiz-adv-x="511" 
+d="M129 213v120h83q77 0 77 50q0 25 -16 34.5t-49 9.5q-74 0 -112 -30l-74 98q58 58 194 58q92 0 151 -39q61 -40 61 -110q0 -44 -23.5 -77.5t-68.5 -48.5q97 -29 97 -130q0 -74 -61 -117q-58 -42 -160 -42q-140 0 -192 56l73 100q38 -33 114 -33q36 0 54 11.5t18 41.5
+q0 27 -19 37.5t-62 10.5h-85z" />
+    <glyph glyph-name="twosmall" unicode="&#xe082;" horiz-adv-x="511" 
+d="M448 131v-131h-397v99q0 75 35.5 116t127.5 89q36 19 49 26.5t25 22t12 33.5q0 38 -62 38q-63 0 -105 -42l-93 90q69 81 209 81q91 0 148 -38.5t57 -125.5q0 -64 -31.5 -99.5t-95.5 -68.5q-69 -36 -90.5 -52.5t-21.5 -38.5z" />
+    <glyph glyph-name="u.alt" unicode="&#xe083;" horiz-adv-x="574" 
+d="M63 510h155v-323q0 -17 1.5 -26t8.5 -18t22 -13t40 -4q42 0 54 13t12 47v324h156v-325q0 -89 -47 -137q-56 -56 -181 -56q-126 0 -179 57q-42 45 -42 132v329z" />
+    <glyph glyph-name="wsuperior" unicode="&#xe084;" horiz-adv-x="504" 
+d="M15 782h109l32 -176l39 171h110l39 -170l32 175h107l-77 -297h-118l-40 171l-40 -171h-118z" />
+    <glyph glyph-name="xsuperior" unicode="&#xe085;" horiz-adv-x="368" 
+d="M23 782h122l38 -74l36 74h121l-84 -144l90 -153h-123l-43 79l-43 -79h-122l95 153z" />
+    <glyph glyph-name="yen.alt" unicode="&#xe086;" 
+d="M510 336v-134h-145v-202h-160v202h-133v134h102l-186 354h185l114 -268l121 268h181l-192 -354h113z" />
+    <glyph glyph-name="yen.alt.fitted" unicode="&#xe087;" horiz-adv-x="586" 
+d="M516 336v-134h-146v-202h-161v202h-135v134h104l-188 354h185l117 -268l123 268h181l-194 -354h114z" />
+    <glyph glyph-name="yen.alt.fitted.oldstyle" unicode="&#xe088;" horiz-adv-x="569" 
+d="M483 301v-128h-129v-173h-153v173h-120v128h90l-168 310h176l100 -228l106 228h173l-173 -310h98z" />
+    <glyph glyph-name="yen.alt.taboldstyle" unicode="&#xe089;" horiz-adv-x="556" 
+d="M476 301v-128h-127v-173h-153v173h-117v128h87l-165 310h176l97 -228l103 228h173l-171 -310h97z" />
+    <glyph glyph-name="yen.fitted" unicode="&#xe08a;" horiz-adv-x="586" 
+d="M545 242v-135h-175v-107h-161v107h-163v135h163v35l-9 19h-154v134h82l-138 260h185l117 -268l123 268h181l-142 -260h91v-134h-165l-10 -19v-35h175z" />
+    <glyph glyph-name="yen.fitted.oldstyle" unicode="&#xe08b;" horiz-adv-x="569" 
+d="M511 215v-129h-157v-86h-153v86h-146v129h146v31l-8 14h-138v128h68l-120 223h176l100 -228l106 228h173l-124 -223h77v-128h-149l-8 -14v-31h157z" />
+    <glyph glyph-name="ysuperior" unicode="&#xe08c;" horiz-adv-x="363" 
+d="M343 782l-84 -282q-45 -148 -158 -148q-43 0 -69 15l33 87q13 -7 32 -7q40 0 56 53h-48l-91 282h115l53 -210l48 210h113z" />
+    <glyph glyph-name="zerosmall" unicode="&#xe08d;" horiz-adv-x="511" 
+d="M468 275q0 -160 -64 -229q-54 -57 -154 -57q-101 0 -154 58q-58 67 -58 219q0 160 64 228q55 58 153 58q102 0 155 -58q58 -67 58 -219zM310 277q0 84 -10.5 114t-45.5 30q-36 0 -47 -33t-11 -125q0 -83 10.5 -113t45.5 -30q36 0 47 33t11 124z" />
+    <glyph glyph-name="uniEFF3" unicode="&#xeff3;" horiz-adv-x="200" 
+d="M237 679q0 -55 -38.5 -87t-98.5 -32t-98.5 32.5t-38.5 86.5q0 55 38.5 87t98.5 32t98.5 -32.5t38.5 -86.5zM142 679q0 40 -41 40q-43 0 -43 -41q0 -40 42 -40t42 41z" />
+    <glyph glyph-name="uniEFF7" unicode="&#xeff7;" horiz-adv-x="200" 
+d="M-71 646l173 121l169 -119l-57 -91l-114 71l-115 -72z" />
+    <glyph glyph-name="uniF628" unicode="&#xf628;" horiz-adv-x="1261" 
+d="M767 592l-554 -641l-82 67l554 642zM834 175q0 -100 -42 -144q-36 -38 -104 -38t-103 37q-40 41 -40 141q0 103 41 145q35 38 105 38q66 0 102 -36q41 -42 41 -143zM731 175q0 56 -7.5 75t-33.5 19q-27 0 -35 -21t-8 -78q0 -55 8 -74t33 -19q27 0 35 20.5t8 77.5z
+M348 439q0 -101 -43 -145q-38 -38 -104 -38q-65 0 -103 38q-40 41 -40 141q0 102 42 145q36 38 105 38q65 0 102 -37q41 -42 41 -142zM245 439q0 56 -7.5 74.5t-33.5 18.5q-27 0 -35 -20t-8 -79q0 -55 7.5 -73.5t33.5 -18.5q27 0 35 20.5t8 77.5zM1182 175q0 -98 -43 -144
+q-36 -38 -104 -38t-103 37q-40 43 -40 141q0 102 42 145q35 38 105 38q66 0 102 -36q41 -43 41 -143zM1079 175q0 56 -7.5 75t-33.5 19q-27 0 -35 -20.5t-8 -78.5q0 -55 7.5 -74t33.5 -19q27 0 35 20.5t8 77.5z" />
+    <glyph glyph-name="uniF629" unicode="&#xf629;" horiz-adv-x="387" 
+d="M261 430l-1 -60q52 -8 84 -36l-63 -73q-27 18 -63 18q-38 0 -50 -17t-12 -61q0 -45 10.5 -63t42.5 -18q42 0 74 29l67 -69q-38 -36 -90 -48l1 -63h-112l1 64q-37 9 -62 30q-45 40 -45 134q0 93 46 135q23 22 61 32l-1 66h112z" />
+    <glyph glyph-name="uniF62A" unicode="&#xf62a;" horiz-adv-x="387" 
+d="M247 430l-1 -47q60 -9 91 -31l-52 -77q-36 20 -91 20q-47 0 -47 -21q0 -11 20.5 -17t49.5 -12t58 -15.5t49.5 -34t20.5 -61.5q0 -57 -48 -90q-25 -15 -51 -22l1 -53h-112l1 47q-73 7 -108 35l54 79q42 -26 104 -26q48 0 48 23q0 15 -31 24t-68 15t-68 32.5t-31 71.5
+q0 52 44 83q20 15 56 25l-1 52h112z" />
+    <glyph glyph-name="uniF62B" unicode="&#xf62b;" horiz-adv-x="214" 
+d="M198 146h-178v96h178v-96z" />
+    <glyph glyph-name="uniF62C" unicode="&#xf62c;" horiz-adv-x="255" 
+d="M153 467l59 -78q-43 -30 -54 -65.5t-11 -129.5t10.5 -130t54.5 -65l-59 -78q-64 40 -86.5 102.5t-22.5 171.5t23 170.5t86 101.5z" />
+    <glyph glyph-name="uniF62D" unicode="&#xf62d;" horiz-adv-x="255" 
+d="M95 -79l-59 79q43 30 54 65t11 129t-10.5 130t-54.5 65l59 78q64 -39 87 -102t23 -172q0 -108 -23 -170t-87 -102z" />
+    <glyph glyph-name="uniF62E" unicode="&#xf62e;" horiz-adv-x="387" 
+d="M261 732l-1 -61q51 -6 84 -35l-63 -73q-26 17 -63 17q-38 0 -50 -17t-12 -61q0 -45 10.5 -63t42.5 -18q42 0 74 29l67 -69q-36 -35 -90 -47l1 -64h-112l1 64q-40 11 -62 31q-45 40 -45 134q0 93 46 135q23 22 61 32l-1 66h112z" />
+    <glyph glyph-name="uniF62F" unicode="&#xf62f;" horiz-adv-x="387" 
+d="M247 732l-1 -48q56 -7 91 -30l-52 -77q-36 20 -91 20q-47 0 -47 -21q0 -13 31 -21t68 -14.5t68 -33t31 -72.5q0 -58 -48 -89q-21 -14 -51 -22l1 -54h-112l1 47q-71 7 -108 36l54 79q40 -26 104 -26q48 0 48 23q0 12 -20.5 19.5t-49.5 13t-58 15.5t-49.5 34t-20.5 61
+q0 52 44 83q22 16 56 24l-1 53h112z" />
+    <glyph glyph-name="uniF630" unicode="&#xf630;" horiz-adv-x="214" 
+d="M198 448h-178v95h178v-95z" />
+    <glyph glyph-name="uniF631" unicode="&#xf631;" horiz-adv-x="255" 
+d="M153 769l59 -79q-43 -30 -54 -65t-11 -129t10.5 -130t54.5 -65l-59 -78q-64 39 -86.5 102t-22.5 172q0 108 23 170t86 102z" />
+    <glyph glyph-name="uniF632" unicode="&#xf632;" horiz-adv-x="255" 
+d="M95 222l-59 79q43 30 54 65.5t11 129.5q0 93 -10.5 129t-54.5 66l59 78q64 -40 87 -103t23 -172q0 -108 -23.5 -170t-86.5 -102z" />
+    <glyph glyph-name="uniF633" unicode="&#xf633;" horiz-adv-x="851" 
+d="M638 241q22 0 36 34.5t14 95.5q0 262 -257 262q-273 0 -273 -286q0 -143 72.5 -212.5t229.5 -69.5q180 0 280 93l67 -74q-58 -58 -149 -92.5t-205 -34.5q-201 0 -306.5 105t-105.5 283q0 184 107 292.5t286 108.5q173 0 272.5 -99.5t99.5 -252.5q0 -109 -50.5 -179
+t-139.5 -70q-83 0 -106 67q-49 -69 -134 -69q-60 0 -98 34.5t-38 93.5q0 130 200 130h38v10q0 25 -12 34.5t-44 9.5q-67 0 -101 -30l-61 81q56 52 166 52q90 0 133.5 -39.5t43.5 -123.5v-72q0 -82 35 -82zM479 317h-41q-22 0 -34 -2t-22 -11.5t-10 -27.5q0 -32 27 -32
+q24 0 50 22.5t30 50.5z" />
+    <glyph glyph-name="uniF639" unicode="&#xf639;" horiz-adv-x="593" 
+d="M552 352q0 -208 -77 -294q-64 -72 -183 -72t-181 72q-70 81 -70 280q0 208 77 294q64 72 182 72q121 0 182 -71q70 -84 70 -281zM387 354q0 119 -17.5 165.5t-70.5 46.5q-55 0 -74 -51t-19 -180q0 -117 18 -164t70 -47q55 0 74 51t19 179z" />
+    <glyph glyph-name="uniF63A" unicode="&#xf63a;" horiz-adv-x="526" 
+d="M483 138v-138h-446v104q0 66 21.5 112.5t57.5 78.5t110 79q57 36 79.5 61t22.5 66q0 38 -20.5 52.5t-58.5 14.5q-75 0 -124 -55l-97 96q77 94 232 94q101 0 165 -46.5t64 -152.5q0 -78 -35 -123t-111 -94q-84 -55 -110 -82.5t-26 -67.5z" />
+    <glyph glyph-name="uniF63B" unicode="&#xf63b;" horiz-adv-x="515" 
+d="M121 286v129h89q48 0 72 19.5t24 64.5q0 41 -19.5 56t-59.5 15q-86 0 -129 -44l-77 105q34 38 93 55.5t120 17.5q101 0 164 -44q69 -48 69 -141q0 -123 -104 -162q111 -33 111 -169q0 -100 -70 -153q-65 -48 -174 -48q-65 0 -123.5 17.5t-88.5 53.5l77 107
+q44 -47 132 -47q43 0 65 19t22 67q0 47 -23 64.5t-78 17.5h-92z" />
+    <glyph glyph-name="uniF63C" unicode="&#xf63c;" horiz-adv-x="557" 
+d="M525 124h-90v-124h-148v124h-253v139l128 427h152l-127 -425h103v244h145v-243h90v-142z" />
+    <glyph glyph-name="uniF63D" unicode="&#xf63d;" horiz-adv-x="544" 
+d="M43 56l77 108q23 -23 61.5 -34.5t73.5 -11.5q40 0 58 15q31 22 31 90q0 60 -27 81q-19 16 -56 16q-50 0 -83 -36l-115 28l2 378h400v-133h-266l-3 -138q34 28 98 28q85 0 143 -48q68 -56 68 -172q0 -129 -83 -191q-68 -49 -167 -49q-57 0 -118 17.5t-94 51.5z" />
+    <glyph glyph-name="uniF63E" unicode="&#xf63e;" horiz-adv-x="567" 
+d="M521 639l-78 -106q-43 39 -134 39q-31 0 -51 -7t-32 -19t-18 -38.5t-8 -53t-3 -74.5q39 53 129 53q87 0 142 -48q63 -55 63 -169q0 -117 -68 -176q-61 -53 -170 -53q-126 0 -188 75q-38 45 -51 111.5t-13 166.5q0 104 14.5 174t55.5 115q67 75 202 75q147 0 208 -65z
+M298 321q-49 0 -71.5 -26t-22.5 -84q0 -52 20 -76t68 -24q49 0 67.5 25.5t18.5 81.5q0 57 -17.5 80t-62.5 23z" />
+    <glyph glyph-name="uniF63F" unicode="&#xf63f;" horiz-adv-x="517" 
+d="M159 432h-128l-2 258h458v-142q-118 -300 -185 -548h-173q65 238 194 540h-161z" />
+    <glyph glyph-name="uniF640" unicode="&#xf640;" horiz-adv-x="563" 
+d="M49 519q0 96 70 141.5t166 45.5q59 0 108.5 -16t85.5 -58t36 -106q0 -116 -111 -170q120 -50 120 -177q0 -98 -69.5 -146t-171.5 -48q-65 0 -117.5 18.5t-89 63t-36.5 110.5q0 121 124 174q-115 51 -115 168zM195 507q0 -24 6 -40.5t20.5 -27.5t26 -16t33.5 -13
+q30 10 46 18t29.5 28.5t13.5 51.5q0 79 -87 79q-88 0 -88 -80zM184 191q0 -86 97 -86t97 86q0 26 -7.5 44.5t-23.5 30.5t-29.5 19t-37.5 15q-22 -8 -36.5 -15t-29.5 -19t-22.5 -31t-7.5 -44z" />
+    <glyph glyph-name="uniF641" unicode="&#xf641;" horiz-adv-x="567" 
+d="M46 51l78 106q43 -39 134 -39q31 0 51 7t32 19t18 38.5t8 53t2 74.5q-38 -53 -129 -53q-84 0 -141 48q-63 55 -63 169q0 117 68 176q61 53 170 53q125 0 187 -74q38 -46 51.5 -111.5t13.5 -165.5q0 -106 -14.5 -175.5t-55.5 -115.5q-67 -75 -202 -75q-147 0 -208 65z
+M269 369q48 0 71 26.5t23 83.5q0 52 -20 76t-68 24q-49 0 -67.5 -25.5t-18.5 -81.5q0 -57 17.5 -80t62.5 -23z" />
+    <glyph glyph-name="uniF642" unicode="&#xf642;" horiz-adv-x="908" 
+d="M767 592l-554 -641l-82 67l554 642zM834 175q0 -100 -42 -144q-36 -38 -104 -38t-103 37q-40 41 -40 141q0 103 41 145q35 38 105 38q66 0 102 -36q41 -42 41 -143zM731 175q0 56 -7.5 75t-33.5 19q-27 0 -35 -21t-8 -78q0 -55 8 -74t33 -19q27 0 35 20.5t8 77.5z
+M348 439q0 -101 -43 -145q-38 -38 -104 -38q-65 0 -103 38q-40 41 -40 141q0 102 42 145q36 38 105 38q65 0 102 -37q41 -42 41 -142zM245 439q0 56 -7.5 74.5t-33.5 18.5q-27 0 -35 -20t-8 -79q0 -55 7.5 -73.5t33.5 -18.5q27 0 35 20.5t8 77.5z" />
+    <glyph glyph-name="uniF643" unicode="&#xf643;" horiz-adv-x="532" 
+d="M509 275q0 -164 -72 -231q-63 -56 -175 -56q-118 0 -177 59q-62 63 -62 218q0 158 64 225q61 63 183 63q114 0 173 -57q66 -62 66 -221zM346 268q0 105 -21 131q-18 23 -57 23q-46 0 -65 -29q-17 -26 -17 -122q0 -104 20 -130q16 -22 57 -22q49 0 67 30q16 29 16 119z
+" />
+    <glyph glyph-name="uniF644" unicode="&#xf644;" horiz-adv-x="532" 
+d="M64 0v134h158v258l-118 -79l-84 109l181 119h175v-407h122v-134h-434z" />
+    <glyph glyph-name="uniF645" unicode="&#xf645;" horiz-adv-x="532" 
+d="M477 131v-131h-442v99q0 76 40.5 116.5t147.5 88.5q75 33 91 49q13 13 13 30q0 42 -81 42q-44 0 -72.5 -12.5t-53.5 -40.5l-93 91q75 90 225 90q103 0 166 -39t63 -125q0 -64 -36 -100.5t-109 -67.5q-86 -37 -112.5 -53t-26.5 -38z" />
+    <glyph glyph-name="uniF646" unicode="&#xf646;" horiz-adv-x="532" 
+d="M124 171v131h87q52 0 76.5 14t24.5 50q0 32 -20 45t-64 13q-76 0 -118 -46l-91 91q41 46 93.5 65t125.5 19q104 0 164 -36q73 -44 73 -128q0 -111 -108 -146q118 -22 118 -140q0 -93 -81 -151q-75 -52 -194 -52q-116 0 -173 45l60 110q39 -26 113 -26q56 0 84 18t28 60
+q0 39 -24.5 51.5t-86.5 12.5h-87z" />
+    <glyph glyph-name="uniF647" unicode="&#xf647;" horiz-adv-x="532" 
+d="M508 7h-71v-108h-147v108h-256v148l129 396l150 -29l-128 -382h109v196h143v-193h71v-136z" />
+    <glyph glyph-name="uniF648" unicode="&#xf648;" horiz-adv-x="532" 
+d="M40 -60l52 115q46 -26 115 -26q61 0 85 19q28 20 28 70q0 40 -16 57q-19 17 -53 17q-46 0 -91 -33l-102 51l6 331h378v-135h-248l-2 -108q37 23 100 23q75 0 125 -40q64 -51 64 -151q0 -124 -95 -185q-70 -45 -183 -45q-107 0 -163 40z" />
+    <glyph glyph-name="uniF649" unicode="&#xf649;" horiz-adv-x="532" 
+d="M489 605l-57 -113q-42 29 -110 29q-70 0 -99 -34t-30 -125q33 40 104 40q88 0 140 -49q59 -54 59 -152q0 -106 -65 -163q-58 -52 -158 -52q-103 0 -165 57q-73 71 -73 254q0 56 3.5 96t21 92.5t50.5 87.5q73 78 214 78q109 0 165 -46zM274 288q-42 0 -59.5 -21t-17.5 -66
+q0 -46 17 -68.5t58 -22.5t56 22.5t15 72.5q0 45 -14.5 64t-54.5 19z" />
+    <glyph glyph-name="uniF64A" unicode="&#xf64a;" horiz-adv-x="532" 
+d="M173 298h-131l-2 243h454v-156l-212 -503l-151 53l204 461h-157z" />
+    <glyph glyph-name="uniF64B" unicode="&#xf64b;" horiz-adv-x="532" 
+d="M40 479q0 47 20 82t54 54.5t72.5 28.5t81.5 9q42 0 80 -9t71.5 -27.5t53 -52.5t19.5 -79q0 -109 -105 -156q114 -47 114 -164q0 -91 -67.5 -135t-167.5 -44q-99 0 -167 44t-68 133q0 114 118 161q-109 46 -109 155zM186 466q0 -38 19.5 -54.5t59.5 -29.5q27 9 41.5 16
+t27 25t12.5 45q0 66 -78 66q-39 0 -60.5 -14.5t-21.5 -53.5zM176 178q0 -74 89 -74t89 74q0 30 -14 49.5t-30.5 28t-45.5 17.5q-43 -14 -65.5 -34t-22.5 -61z" />
+    <glyph glyph-name="uniF64C" unicode="&#xf64c;" horiz-adv-x="532" 
+d="M43 -55l56 112q43 -28 110 -28q71 0 100 33t30 119q-34 -40 -105 -40q-87 0 -139 49q-59 53 -59 151q0 106 65 163q57 52 157 52q106 0 165 -56q74 -70 74 -254q0 -187 -76 -270q-72 -77 -214 -77q-108 0 -164 46zM258 254q42 0 59.5 21t17.5 66q0 47 -17 69t-58 22
+q-42 0 -56.5 -22.5t-14.5 -72.5q0 -45 14 -64t55 -19z" />
+    <glyph glyph-name="uniF64E" unicode="&#xf64e;" horiz-adv-x="556" 
+d="M495 165v-138q-72 -36 -155 -36q-130 0 -198 87q-46 59 -56 167h-78l33 131h46q10 91 49 149q67 100 224 100q96 0 155 -28l-43 -126q-50 25 -114 25t-88.5 -28.5t-27.5 -91.5h201l-33 -131h-168q5 -67 26 -96.5t74 -29.5q72 0 153 46z" />
+    <glyph glyph-name="uniF64F" unicode="&#xf64f;" horiz-adv-x="556" 
+d="M106 326v136h75v23q0 90 45 142t160 52q49 0 97 -8l-4 -129q-32 8 -75 8t-57 -15.5t-14 -54.5v-18h116v-136h-116v-329q0 -95 -45 -144.5t-149 -49.5q-47 0 -77 5l7 131q51 -3 53 -3q38 0 48.5 14t10.5 50v326h-75z" />
+    <glyph glyph-name="uniF650" unicode="&#xf650;" horiz-adv-x="556" 
+d="M362 611h129l-23 -142h49v-117h-69l-15 -94h54v-117h-73l-23 -141h-128l23 141h-87l-23 -141h-128l23 141h-49v117h69l14 94h-53v117h73l22 142h129l-23 -142h87zM233 352l-14 -94h87l14 94h-87z" />
+    <glyph glyph-name="uniF651" unicode="&#xf651;" horiz-adv-x="556" 
+d="M404 366v-129h-132v-109h240v-128h-454v128h58v109h-58v129h58v29q0 92 54 158t173 66q108 0 160 -53l-87 -103q-29 26 -74 26q-43 0 -56.5 -23.5t-13.5 -73.5v-26h132z" />
+    <glyph glyph-name="uniF652" unicode="&#xf652;" horiz-adv-x="556" 
+d="M476 301v-128h-127v-173h-153v173h-117v128h87l-165 310h176l97 -228l103 228h173l-171 -310h97z" />
+    <glyph glyph-name="uniF653" unicode="&#xf653;" horiz-adv-x="556" 
+d="M356 677l-1 -75q88 -13 133 -47l-74 -111q-50 31 -134 31q-35 0 -52.5 -8.5t-17.5 -31.5q0 -17 21.5 -28.5t54 -17.5t70 -18.5t70 -29t54 -51.5t21.5 -84q0 -89 -70 -137q-31 -21 -76 -34l1 -83h-161l1 73q-104 11 -159 55l78 114q62 -41 153 -41q73 0 73 44
+q0 19 -21.5 32t-54 19.5t-70 19t-70 28.5t-54 50.5t-21.5 82.5q0 82 64 128q35 26 82 38l-1 82h161z" />
+    <glyph glyph-name="uniF654" unicode="&#xf654;" horiz-adv-x="556" 
+d="M376 677l-1 -96q79 -12 123 -56l-89 -105q-39 30 -94 30q-57 0 -74.5 -30t-17.5 -104q0 -77 15.5 -108t63.5 -31q61 0 110 49l96 -99q-53 -56 -133 -76l1 -99h-161l2 101q-54 13 -93 51q-64 64 -64 206q0 144 66 210q37 37 91 52l-2 105h161z" />
+    <glyph glyph-name="uniF655" unicode="&#xf655;" horiz-adv-x="387" 
+d="M349 197q0 -115 -48 -164q-39 -41 -113 -41q-75 0 -112 42q-44 48 -44 157q0 115 48 164q39 41 112 41q75 0 113 -41q44 -49 44 -158zM239 199q0 61 -9.5 83.5t-37.5 22.5q-30 0 -40 -25t-10 -91q0 -61 9.5 -83.5t37.5 -22.5q30 0 40 25t10 91z" />
+    <glyph glyph-name="uniF656" unicode="&#xf656;" horiz-adv-x="387" 
+d="M56 0v93h103v189l-76 -56l-59 73l124 89h118v-295h79v-93h-289z" />
+    <glyph glyph-name="uniF657" unicode="&#xf657;" horiz-adv-x="387" 
+d="M335 91v-91h-293v69q0 54 27 83.5t96 64.5q28 14 37.5 19.5t19.5 16.5t10 25q0 29 -51 29q-49 0 -81 -30l-65 63q50 56 153 56q151 0 151 -116q0 -46 -23.5 -71.5t-72.5 -49.5q-54 -26 -71 -39t-17 -30z" />
+    <glyph glyph-name="uniF658" unicode="&#xf658;" horiz-adv-x="387" 
+d="M100 154v84h59q64 0 64 38q0 19 -13 26t-40 7q-56 0 -86 -22l-51 68q43 42 142 42q67 0 110 -28q45 -27 45 -78q0 -69 -69 -91q74 -20 74 -94q0 -52 -46 -84q-43 -30 -117 -30q-101 0 -141 40l52 69q29 -23 86 -23q59 0 59 40q0 20 -15.5 28t-51.5 8h-61z" />
+    <glyph glyph-name="uniF659" unicode="&#xf659;" horiz-adv-x="387" 
+d="M346 65h-54v-65h-98v65h-158v91l75 232h101l-75 -230h60v131h95v-130h54v-94z" />
+    <glyph glyph-name="uniF65A" unicode="&#xf65a;" horiz-adv-x="387" 
+d="M42 32l51 70q28 -24 86 -24q24 0 37 7q18 10 18 40q0 26 -16 37q-12 8 -36 8q-29 0 -51 -16l-76 16l1 218h260v-85h-171l-2 -64q22 13 61 13q55 0 92 -26q45 -31 45 -98q0 -71 -53 -107q-44 -29 -108 -29q-95 0 -138 40z" />
+    <glyph glyph-name="uniF65B" unicode="&#xf65b;" horiz-adv-x="387" 
+d="M341 359l-51 -69q-28 20 -83 20q-43 0 -54.5 -18t-11.5 -69q23 23 75 23q58 0 92 -27q39 -31 39 -96q0 -69 -43 -103q-39 -28 -108 -28q-79 0 -116 37q-25 24 -34 62t-9 99q0 121 44 164q45 43 128 43q94 0 132 -38zM199 174q-29 0 -42 -12t-13 -40q0 -27 12 -38.5
+t40 -11.5q29 0 39.5 12t10.5 40t-10.5 39t-36.5 11z" />
+    <glyph glyph-name="uniF65C" unicode="&#xf65c;" horiz-adv-x="387" 
+d="M124 229h-85l-2 159h305v-94q-77 -160 -123 -294h-115q38 112 128 290h-106z" />
+    <glyph glyph-name="uniF65D" unicode="&#xf65d;" horiz-adv-x="387" 
+d="M43 290q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -63 -68 -94q74 -27 74 -98q0 -57 -44 -83.5t-109 -26.5t-109.5 26.5t-44.5 82.5q0 69 77 96q-71 28 -71 93zM139 282q0 -15 8 -25t16.5 -13.5t26.5 -8.5q18 5 27 9t17.5 14t8.5 25q0 37 -52 37t-52 -38z
+M132 110q0 -41 58 -41t58 41q0 24 -15 35.5t-44 19.5q-28 -8 -42.5 -19.5t-14.5 -35.5z" />
+    <glyph glyph-name="uniF65E" unicode="&#xf65e;" horiz-adv-x="387" 
+d="M40 29l52 69q26 -20 83 -20q42 0 53.5 18t11.5 69q-23 -23 -75 -23q-58 0 -92 27q-39 31 -39 96q0 69 44 103q37 28 107 28q79 0 116 -37q25 -24 34 -62t9 -99q0 -121 -44 -164q-42 -42 -127 -42q-96 0 -133 37zM182 214q29 0 42 12.5t13 40.5q0 26 -12 37.5t-40 11.5
+q-29 0 -39.5 -12t-10.5 -40t10.5 -39t36.5 -11z" />
+    <glyph glyph-name="uniF65F" unicode="&#xf65f;" horiz-adv-x="214" 
+d="M40 56q0 26 17 43.5t45 17.5t44.5 -17t16.5 -45q0 -58 -65 -153l-66 33q25 44 33 74q-25 16 -25 47z" />
+    <glyph glyph-name="uniF660" unicode="&#xf660;" horiz-adv-x="214" 
+d="M40 55q0 27 17.5 44.5t44.5 17.5q26 0 44 -17.5t18 -44.5q0 -26 -18 -43.5t-44 -17.5q-27 0 -44.5 17.5t-17.5 43.5z" />
+    <glyph glyph-name="uniF661" unicode="&#xf661;" horiz-adv-x="387" 
+d="M349 499q0 -114 -48 -165q-40 -40 -113 -40q-76 0 -112 41q-44 49 -44 158q0 115 48 164q39 41 112 41q76 0 113 -42q44 -48 44 -157zM239 501q0 61 -9.5 83.5t-37.5 22.5q-30 0 -40 -25t-10 -92q0 -60 9.5 -83t37.5 -23q30 0 40 25t10 92z" />
+    <glyph glyph-name="uniF662" unicode="&#xf662;" horiz-adv-x="387" 
+d="M56 302v93h103v188l-76 -55l-59 73l124 89h118v-295h79v-93h-289z" />
+    <glyph glyph-name="uniF663" unicode="&#xf663;" horiz-adv-x="387" 
+d="M335 392v-90h-293v68q0 55 26.5 84t96.5 64q28 14 37.5 19.5t19.5 16.5t10 25q0 30 -51 30q-48 0 -81 -31l-65 63q51 57 153 57q151 0 151 -117q0 -45 -23.5 -70.5t-72.5 -49.5q-55 -27 -71.5 -39.5t-16.5 -29.5h180z" />
+    <glyph glyph-name="uniF664" unicode="&#xf664;" horiz-adv-x="387" 
+d="M100 456v84h59q64 0 64 38q0 19 -13 26t-40 7q-56 0 -86 -22l-51 68q42 41 142 41q67 0 110 -27q45 -29 45 -79q0 -67 -69 -91q74 -20 74 -93q0 -52 -46 -84q-43 -30 -117 -30q-101 0 -141 40l52 69q27 -23 86 -23t59 39q0 21 -15.5 29t-51.5 8h-61z" />
+    <glyph glyph-name="uniF665" unicode="&#xf665;" horiz-adv-x="387" 
+d="M346 367h-54v-66h-98v66h-158v91l75 232h101l-75 -231h60v131h95v-130h54v-93z" />
+    <glyph glyph-name="uniF666" unicode="&#xf666;" horiz-adv-x="387" 
+d="M42 334l51 69q30 -24 86 -24q22 0 37 8q18 10 18 40q0 26 -16 36q-12 8 -36 8q-31 0 -51 -16l-76 16l1 219h260v-86h-171l-2 -63q20 12 61 12q57 0 92 -26q45 -31 45 -98q0 -72 -53 -106q-44 -29 -108 -29q-95 0 -138 40z" />
+    <glyph glyph-name="uniF667" unicode="&#xf667;" horiz-adv-x="387" 
+d="M341 661l-51 -69q-28 20 -83 20q-43 0 -54.5 -18t-11.5 -69q23 23 75 23q58 0 92 -27q39 -33 39 -97q0 -68 -43 -102q-40 -29 -108 -29q-78 0 -116 38q-25 24 -34 62t-9 99q0 120 44 164q44 42 128 42q94 0 132 -37zM199 476q-29 0 -42 -12.5t-13 -40.5q0 -26 12 -37.5
+t40 -11.5q29 0 39.5 12t10.5 40t-10.5 39t-36.5 11z" />
+    <glyph glyph-name="uniF668" unicode="&#xf668;" horiz-adv-x="387" 
+d="M124 530h-85l-2 160h305v-94q-79 -166 -123 -294h-115q39 115 128 289h-106z" />
+    <glyph glyph-name="uniF669" unicode="&#xf669;" horiz-adv-x="387" 
+d="M43 592q0 56 44 81.5t105 25.5q60 0 103 -24.5t43 -78.5q0 -65 -68 -94q74 -29 74 -99q0 -56 -44 -83t-109 -27t-109.5 27t-44.5 82q0 69 77 97q-71 28 -71 93zM139 584q0 -15 8 -25t17 -14t26 -9q18 5 27 9t17.5 14.5t8.5 25.5q0 37 -52 37t-52 -38zM132 412
+q0 -42 58 -42t58 42q0 17 -9.5 28.5t-19.5 15.5t-30 11q-19 -6 -29 -11t-19 -16.5t-9 -27.5z" />
+    <glyph glyph-name="uniF66A" unicode="&#xf66a;" horiz-adv-x="387" 
+d="M40 330l52 69q26 -20 83 -20q42 0 53.5 18t11.5 69q-24 -23 -75 -23q-58 0 -92 28q-39 31 -39 96q0 70 44 102q37 29 107 29q78 0 116 -38q25 -24 34 -62t9 -99q0 -120 -44 -164q-44 -42 -127 -42q-95 0 -133 37zM182 516q29 0 42 12t13 40q0 26 -12 37.5t-40 11.5
+q-29 0 -39.5 -12t-10.5 -40q0 -27 10.5 -38t36.5 -11z" />
+    <glyph glyph-name="uniF66B" unicode="&#xf66b;" horiz-adv-x="214" 
+d="M40 358q0 26 17 43.5t45 17.5t44.5 -17.5t16.5 -45.5q0 -58 -65 -153l-66 33q26 48 33 75q-25 16 -25 47z" />
+    <glyph glyph-name="uniF66C" unicode="&#xf66c;" horiz-adv-x="214" 
+d="M40 357q0 27 17.5 44.5t44.5 17.5q26 0 44 -17.5t18 -44.5q0 -26 -18 -44t-44 -18q-27 0 -44.5 18t-17.5 44z" />
+    <glyph glyph-name="uniF6AE" unicode="&#xf6ae;" horiz-adv-x="359" 
+d="M226 822l90 -117q-70 -54 -87.5 -122t-17.5 -240q0 -168 18 -237t87 -122l-90 -116q-100 71 -135.5 180.5t-35.5 298.5q0 188 35.5 295.5t135.5 179.5z" />
+    <glyph glyph-name="uniF6AF" unicode="&#xf6af;" horiz-adv-x="359" 
+d="M134 -132l-90 117q69 54 87 122t18 238q0 169 -18 238t-87 123l90 116q100 -71 135.5 -180.5t35.5 -298.5q0 -188 -35.5 -295.5t-135.5 -179.5z" />
+    <glyph glyph-name="uniF6B0" unicode="&#xf6b0;" horiz-adv-x="365" 
+d="M69 785h253v-128h-104v-624h104v-128h-253v880z" />
+    <glyph glyph-name="uniF6B1" unicode="&#xf6b1;" horiz-adv-x="365" 
+d="M296 -95h-252v128h104v624h-104v128h252v-880z" />
+    <glyph glyph-name="uniF6B2" unicode="&#xf6b2;" horiz-adv-x="378" 
+d="M335 -94h-76q-76 0 -120 41.5t-44 119.5v114q0 58 -19 76t-73 20v135q54 2 73 20t19 77v110q0 78 43.5 122t120.5 44h76v-138h-35q-37 0 -47.5 -14.5t-10.5 -51.5v-89q0 -120 -96 -147q96 -28 96 -147v-91q0 -37 10.5 -51.5t47.5 -14.5h35v-135z" />
+    <glyph glyph-name="uniF6B3" unicode="&#xf6b3;" horiz-adv-x="378" 
+d="M44 784h76q76 0 119.5 -41.5t43.5 -119.5v-114q0 -58 19 -76t73 -20v-135q-53 -2 -72.5 -20t-19.5 -77v-110q0 -78 -43.5 -122t-119.5 -44h-76v138h34q37 0 48 14.5t11 51.5v89q0 121 95 147q-95 28 -95 147v91q0 36 -11 51t-48 15h-34v135z" />
+    <glyph glyph-name="uniF6B4" unicode="&#xf6b4;" horiz-adv-x="333" 
+d="M60 0l9 449h151l9 -449h-169zM236 608q0 -40 -26 -66t-66 -26q-39 0 -65 26t-26 66q0 39 26 65t65 26q40 0 66 -26t26 -65z" />
+    <glyph glyph-name="uniF6B5" unicode="&#xf6b5;" horiz-adv-x="475" 
+d="M339 159l79 -102q-77 -65 -192 -65q-83 0 -140 35q-70 42 -70 125q0 43 18 77t43 53.5t50.5 34.5t43.5 31t18 33q0 16 -15 39l112 50q44 -54 44 -103q0 -34 -17.5 -62t-42 -45t-49 -32t-42 -32t-17.5 -35q0 -45 60 -45q65 0 117 43zM293 607q0 -39 -26 -65t-65 -26
+q-40 0 -66 25.5t-26 65.5t26 66t66 26q39 0 65 -26t26 -66z" />
+    <glyph glyph-name="uniF6B6" unicode="&#xf6b6;" horiz-adv-x="573" 
+d="M195 119l-177 226l177 226l94 -73l-114 -153l114 -151zM445 119l-177 226l177 226l95 -73l-115 -153l115 -151z" />
+    <glyph glyph-name="uniF6B7" unicode="&#xf6b7;" horiz-adv-x="573" 
+d="M378 571l178 -226l-178 -226l-94 73l115 153l-115 151zM128 571l177 -226l-177 -226l-94 73l114 153l-114 151z" />
+    <glyph glyph-name="uniF6B8" unicode="&#xf6b8;" horiz-adv-x="359" 
+d="M221 106l-203 239l203 239l105 -81l-130 -158l130 -157z" />
+    <glyph glyph-name="uniF6B9" unicode="&#xf6b9;" horiz-adv-x="359" 
+d="M138 584l204 -239l-204 -239l-104 81l129 158l-129 157z" />
+    <glyph glyph-name="uniF6BA" unicode="&#xf6ba;" horiz-adv-x="319" 
+d="M305 273h-291v144h291v-144z" />
+    <glyph glyph-name="uniF6BB" unicode="&#xf6bb;" horiz-adv-x="500" 
+d="M486 273h-472v144h472v-144z" />
+    <glyph glyph-name="uniF6BC" unicode="&#xf6bc;" horiz-adv-x="1000" 
+d="M986 273h-972v144h972v-144z" />
+    <glyph glyph-name="uniF6BD" unicode="&#xf6bd;" horiz-adv-x="283" 
+d="M47 345q0 41 27 68t67 27q41 0 68 -27t27 -68t-27 -68t-68 -27q-40 0 -67 27.5t-27 67.5z" />
+    <glyph glyph-name="commaaccent" unicode="&#xf6c3;" horiz-adv-x="200" 
+d="M22 -118q0 34 23.5 57.5t62.5 23.5t62 -23t23 -62q0 -77 -86 -202l-90 44q31 58 42 97q-37 20 -37 65z" />
+    <glyph glyph-name="Acute" unicode="&#xf6c9;" horiz-adv-x="200" 
+d="M37 554l-58 90l215 153l71 -106z" />
+    <glyph glyph-name="Caron" unicode="&#xf6ca;" horiz-adv-x="200" 
+d="M271 669l-173 -120l-169 118l58 91l114 -71l114 72z" />
+    <glyph glyph-name="Grave" unicode="&#xf6ce;" horiz-adv-x="200" 
+d="M207 644l-58 -90l-228 137l71 106z" />
+    <glyph glyph-name="Hungarumlaut" unicode="&#xf6cf;" horiz-adv-x="200" 
+d="M-15 554l-65 70l178 168l76 -79zM199 554l-65 70l179 168l76 -79z" />
+    <glyph glyph-name="uniF6DC" unicode="&#xf6dc;" horiz-adv-x="497" 
+d="M51 0v141h150v388l-110 -102l-87 112l180 151h177v-549h114v-141h-424z" />
+    <glyph glyph-name="threequartersemdash" unicode="&#xf6de;" horiz-adv-x="750" 
+d="M736 199h-722v144h722v-144z" />
+    <glyph glyph-name="centinferior" unicode="&#xf6df;" horiz-adv-x="385" 
+d="M263 259v-63q53 -9 83 -36l-65 -76q-24 17 -62 17t-49 -17t-11 -61q0 -46 10 -64t41 -18q41 0 73 30l69 -72q-37 -36 -89 -48v-66h-116l1 66q-39 11 -61 31q-46 40 -46 137q0 96 47 139q22 22 60 32l-1 69h116z" />
+    <glyph glyph-name="centsuperior" unicode="&#xf6e0;" horiz-adv-x="385" 
+d="M263 927v-63q53 -9 83 -36l-65 -76q-24 17 -62 17t-49 -17t-11 -61q0 -46 10 -64t41 -18q41 0 73 29l69 -72q-37 -36 -89 -48v-65h-116l1 66q-37 9 -61 31q-46 42 -46 137q0 96 47 139q22 22 60 32l-1 69h116z" />
+    <glyph glyph-name="commainferior" unicode="&#xf6e1;" horiz-adv-x="212" 
+d="M37 -124q0 27 17.5 45t47.5 18q29 0 46 -18t17 -47q0 -61 -67 -159l-68 35q28 56 33 77q-26 16 -26 49z" />
+    <glyph glyph-name="commasuperior" unicode="&#xf6e2;" horiz-adv-x="212" 
+d="M37 543q0 27 17.5 45.5t47.5 18.5q29 0 46 -18t17 -47q0 -61 -67 -159l-68 35q28 56 33 77q-26 16 -26 48z" />
+    <glyph glyph-name="dollarinferior" unicode="&#xf6e3;" horiz-adv-x="385" 
+d="M249 259l-1 -50q59 -7 91 -31l-53 -80q-36 20 -92 20q-45 0 -45 -20q0 -13 31 -21t68 -14.5t68 -33.5t31 -74q0 -59 -48 -92q-24 -16 -51 -23l1 -55h-117l1 48q-72 9 -108 37l56 82q40 -26 104 -26q47 0 47 22q0 15 -31 24t-68.5 15t-68.5 33t-31 73q0 52 44 86
+q22 15 56 25l-1 55h117z" />
+    <glyph glyph-name="dollarsuperior" unicode="&#xf6e4;" horiz-adv-x="385" 
+d="M249 927l-1 -50q59 -7 91 -31l-53 -80q-36 20 -92 20q-45 0 -45 -20q0 -11 20.5 -17.5t49.5 -12t58 -15.5t49.5 -35.5t20.5 -63.5q0 -59 -48 -92q-21 -14 -51 -22l1 -55h-117l1 48q-71 7 -108 36l56 83q41 -27 104 -27q47 0 47 23q0 15 -31 23.5t-68.5 15t-68.5 33
+t-31 73.5q0 52 44 86q22 15 56 25l-1 55h117z" />
+    <glyph glyph-name="hypheninferior" unicode="&#xf6e5;" horiz-adv-x="211" 
+d="M197 -33h-180v99h180v-99z" />
+    <glyph glyph-name="hyphensuperior" unicode="&#xf6e6;" horiz-adv-x="211" 
+d="M197 634h-180v100h180v-100z" />
+    <glyph glyph-name="periodinferior" unicode="&#xf6e7;" horiz-adv-x="212" 
+d="M37 -125q0 28 18 46t46 18t46.5 -18t18.5 -46t-18.5 -46t-46.5 -18q-27 0 -45.5 18t-18.5 46z" />
+    <glyph glyph-name="periodsuperior" unicode="&#xf6e8;" horiz-adv-x="212" 
+d="M37 542q0 28 18 46.5t46 18.5t46.5 -18.5t18.5 -46.5t-18.5 -46t-46.5 -18q-27 0 -45.5 18t-18.5 46z" />
+    <glyph glyph-name="asuperior" unicode="&#xf6e9;" horiz-adv-x="350" 
+d="M90 686l-52 60q43 43 130 43q71 0 103 -26.5t32 -91.5v-186h-90l-1 33q-33 -42 -90 -42q-43 0 -70 24q-29 24 -29 71q0 51 39 78q37 24 112 24h31v5q0 19 -9.5 26t-33.5 7q-43 0 -72 -25zM207 609h-36q-26 0 -37 -6.5t-11 -28.5q0 -21 19 -21q17 0 39 17.5t26 38.5z" />
+    <glyph glyph-name="bsuperior" unicode="&#xf6ea;" horiz-adv-x="379" 
+d="M45 927h109v-169q31 32 80 32q34 0 56.5 -12.5t34 -35.5t15.5 -47t4 -56q0 -34 -5 -60t-17 -50.5t-37 -37.5t-62 -13q-55 0 -85 34l-2 -27h-91v442zM233 634q0 36 -6 49.5t-23 13.5q-20 0 -34 -19q-20 -25 -20 -58q0 -25 14 -39q13 -15 34 -15q22 0 28.5 15t6.5 53z" />
+    <glyph glyph-name="dsuperior" unicode="&#xf6eb;" horiz-adv-x="382" 
+d="M226 927h108v-442h-101l-2 34q-31 -42 -89 -42q-45 0 -72 28q-37 38 -37 127q0 93 43 129q33 28 87 28q37 0 63 -15v153zM173 568q16 0 34 22q23 28 23 65q0 24 -14 35q-11 10 -32 10q-24 0 -30.5 -14.5t-6.5 -55.5q0 -38 5 -50t21 -12z" />
+    <glyph glyph-name="esuperior" unicode="&#xf6ec;" horiz-adv-x="359" 
+d="M266 588l53 -60q-52 -51 -138 -51q-66 0 -103 29q-45 36 -45 122t43 126q38 36 110 36q138 0 138 -145q0 -17 -3 -40l-184 -2q1 -24 10 -34.5t38 -10.5q46 0 81 30zM139 670h83q-1 24 -8.5 34.5t-31.5 10.5q-25 0 -34 -11.5t-9 -33.5z" />
+    <glyph glyph-name="isuperior" unicode="&#xf6ed;" horiz-adv-x="204" 
+d="M45 782h109v-297h-109v297zM37 879q0 27 18 45.5t44 18.5q27 0 45 -18.5t18 -45.5t-18 -45t-45 -18q-26 0 -44 18t-18 45z" />
+    <glyph glyph-name="lsuperior" unicode="&#xf6ee;" horiz-adv-x="204" 
+d="M45 927h108v-442h-108v442z" />
+    <glyph glyph-name="msuperior" unicode="&#xf6ef;" horiz-adv-x="549" 
+d="M45 782h101v-40q31 48 91 48q63 0 82 -49q33 49 94 49q91 0 91 -109v-196h-108v180q0 13 -3.5 18.5t-15.5 5.5q-20 0 -34.5 -20t-14.5 -57v-127h-108v181q0 23 -18 23q-20 0 -34.5 -20t-14.5 -57v-127h-108v297z" />
+    <glyph glyph-name="osuperior" unicode="&#xf6f0;" horiz-adv-x="369" 
+d="M335 636q0 -90 -46 -129q-39 -33 -108 -33q-67 0 -104 30q-44 36 -44 125q0 93 45 130q39 33 109 33q68 0 104 -30q44 -36 44 -126zM224 635q0 47 -13 59q-7 8 -26 8q-18 0 -28 -8q-13 -13 -13 -63q0 -48 12 -60q9 -7 26 -7q20 0 28 9q14 13 14 62z" />
+    <glyph glyph-name="rsuperior" unicode="&#xf6f1;" horiz-adv-x="283" 
+d="M45 782h103l-1 -45q27 53 84 53q17 0 29 -3l-10 -104q-14 2 -22 2q-75 0 -75 -109v-91h-108v297z" />
+    <glyph glyph-name="ssuperior" unicode="&#xf6f2;" horiz-adv-x="303" 
+d="M270 753l-48 -64q-29 21 -67 21q-29 0 -29 -14q0 -8 23.5 -15.5t51 -14.5t51 -30t23.5 -59q0 -51 -39.5 -75.5t-97.5 -24.5q-80 0 -118 39l49 65q30 -25 75 -25q33 0 33 16q0 10 -23.5 17.5t-51.5 14t-51.5 29.5t-23.5 59q0 47 38.5 72t95.5 25q74 0 109 -36z" />
+    <glyph glyph-name="tsuperior" unicode="&#xf6f3;" horiz-adv-x="294" 
+d="M249 579l6 -91q-35 -7 -67 -7q-66 0 -92.5 29.5t-26.5 89.5v83h-43v94h43v80l109 9v-89h74v-94h-74v-75q0 -20 5 -26t26 -6q22 0 40 3z" />
+    <glyph glyph-name="Lslashsmall" unicode="&#xf6f9;" horiz-adv-x="441" 
+d="M77 541h154v-128l36 19l63 -119l-99 -52v-124h178v-137h-332v180l-25 -14l-62 119l87 46v210z" />
+    <glyph glyph-name="OEsmall" unicode="&#xf6fa;" horiz-adv-x="830" 
+d="M767 541v-129h-232q11 -27 15 -74h201v-129h-201q-2 -50 -15 -81h237v-128h-335q-33 0 -73 -3.5t-66 -3.5q-122 0 -188 59q-69 63 -69 221q0 151 67 214q65 60 190 60q28 0 74 -3t70 -3h325zM392 268q0 37 -1 55t-5.5 39.5t-14.5 30t-27 15t-44 6.5q-24 0 -40.5 -3
+t-27 -13t-16 -18t-8 -28.5t-3 -33.5t-0.5 -43q0 -39 1 -57t5.5 -40.5t14 -31t27 -15t44.5 -6.5q24 0 40.5 3.5t27 13.5t16 18.5t8 29.5t3 34t0.5 44z" />
+    <glyph glyph-name="Scaronsmall" unicode="&#xf6fd;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-62 -40 -153 -40q-132 0 -194 54l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70
+q0 81 65 127q61 45 156 45q118 0 179 -48zM400 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="Zcaronsmall" unicode="&#xf6ff;" horiz-adv-x="470" 
+d="M424 539v-127l-202 -277h206v-135h-393v127l201 277h-190v135h378zM398 747l-163 -164l-159 162l77 78l84 -89l86 90z" />
+    <glyph glyph-name="exclamsmall" unicode="&#xf721;" horiz-adv-x="308" 
+d="M253 541l-8 -335h-145l-8 335h161zM87 77q0 36 24 60.5t61 24.5t61.5 -24t24.5 -61t-24.5 -61t-61.5 -24q-36 0 -60.5 24t-24.5 61z" />
+    <glyph glyph-name="ampersandsmall" unicode="&#xf726;" horiz-adv-x="581" 
+d="M373 289h126q0 -85 -54 -164l117 -125h-166l-32 33q-54 -44 -133 -44q-87 0 -137 39q-51 38 -51 111q0 88 79 152q-39 51 -39 103q0 67 48 110q49 44 136 44q83 0 128 -41l-78 -94q-25 17 -53 17q-42 0 -42 -32q0 -23 18 -48t70 -81l49 -52q12 30 14 72zM232 101
+q30 0 53 16l-81 84q-29 -22 -29 -56q0 -44 57 -44z" />
+    <glyph glyph-name="zerooldstyle" unicode="&#xf730;" horiz-adv-x="588" 
+d="M548 274q0 -164 -75 -230q-64 -56 -184 -56q-121 0 -183 60q-65 64 -65 217q0 158 67 225q65 63 191 63q119 0 181 -57q68 -64 68 -222zM384 265q0 106 -23 134q-20 23 -65 23q-49 0 -71 -29q-20 -27 -20 -119q0 -107 22 -133q17 -22 64 -22q54 0 74 30q19 28 19 116z
+" />
+    <glyph glyph-name="oneoldstyle" unicode="&#xf731;" horiz-adv-x="471" 
+d="M45 0v134h146v258l-106 -79l-83 109l167 119h175v-407h111v-134h-410z" />
+    <glyph glyph-name="twooldstyle" unicode="&#xf732;" horiz-adv-x="499" 
+d="M455 131v-131h-430v99q0 76 39.5 116.5t142.5 88.5q40 18 55 26t29.5 22t14.5 31q0 42 -76 42q-42 0 -68.5 -12.5t-51.5 -40.5l-92 91q72 90 218 90q100 0 162 -39t62 -125q0 -64 -35 -100.5t-106 -67.5q-80 -35 -105.5 -52t-25.5 -39z" />
+    <glyph glyph-name="threeoldstyle" unicode="&#xf733;" horiz-adv-x="490" 
+d="M109 171v131h85q47 0 69 14t22 50q0 32 -18 45t-58 13q-72 0 -111 -46l-91 91q40 46 90.5 65t121.5 19q99 0 158 -36q70 -43 70 -128q0 -54 -26.5 -91.5t-74.5 -54.5q110 -23 110 -140q0 -93 -77 -151q-72 -52 -187 -52q-113 0 -168 45l60 110q38 -26 107 -26
+q52 0 77.5 18t25.5 60q0 39 -21.5 51.5t-78.5 12.5h-85z" />
+    <glyph glyph-name="fouroldstyle" unicode="&#xf734;" horiz-adv-x="524" 
+d="M503 7h-70v-108h-147v108h-254v148l127 396l150 -29l-126 -382h106v196h144v-193h70v-136z" />
+    <glyph glyph-name="fiveoldstyle" unicode="&#xf735;" horiz-adv-x="508" 
+d="M33 -60l51 115q46 -26 112 -26q58 0 82 19q26 20 26 70q0 41 -15 57q-17 17 -50 17q-45 0 -87 -33l-102 51l6 331h370v-135h-241l-1 -108q35 23 96 23q74 0 122 -40q63 -51 63 -151q0 -123 -93 -185q-70 -45 -180 -45q-104 0 -159 40z" />
+    <glyph glyph-name="sixoldstyle" unicode="&#xf736;" horiz-adv-x="550" 
+d="M501 605l-56 -113q-44 29 -112 29q-73 0 -103 -34t-31 -125q35 40 108 40q88 0 142 -49q59 -54 59 -152q0 -106 -65 -163q-58 -52 -160 -52q-105 0 -167 57q-43 40 -59 102.5t-16 151.5q0 195 77 276q73 78 217 78q110 0 166 -46zM284 288q-43 0 -62 -21t-19 -66
+q0 -46 18 -68.5t60 -22.5q43 0 58.5 22.5t15.5 72.5q0 45 -14.5 64t-56.5 19z" />
+    <glyph glyph-name="sevenoldstyle" unicode="&#xf737;" horiz-adv-x="486" 
+d="M159 298h-131l-2 243h436v-156l-200 -503l-150 53l192 461h-141z" />
+    <glyph glyph-name="eightoldstyle" unicode="&#xf738;" horiz-adv-x="561" 
+d="M50 479q0 47 20.5 82t55.5 54.5t74 28.5t83 9q43 0 82 -9t73 -27.5t54 -52.5t20 -79q0 -109 -109 -156q118 -47 118 -164q0 -91 -69 -135t-171 -44q-64 0 -116.5 17t-88 58t-35.5 102q0 114 122 161q-113 46 -113 155zM196 466q0 -38 20.5 -54.5t63.5 -29.5
+q21 6 33.5 11.5t26 15t20 24.5t6.5 35q0 66 -84 66q-86 0 -86 -68zM186 178q0 -74 94 -74t94 74q0 23 -7 39t-22.5 27t-29 16.5t-36.5 12.5q-45 -14 -69 -34t-24 -61z" />
+    <glyph glyph-name="nineoldstyle" unicode="&#xf739;" horiz-adv-x="550" 
+d="M49 -55l57 112q43 -28 112 -28q73 0 103 33t31 119q-35 -40 -108 -40q-88 0 -142 48q-60 55 -60 152q0 106 66 163q58 52 160 52q106 0 167 -56q75 -71 75 -254q0 -187 -78 -270q-72 -77 -216 -77q-111 0 -167 46zM267 254q43 0 62 21t19 66q0 47 -18 69t-61 22
+t-58 -22.5t-15 -72.5q0 -45 14.5 -64t56.5 -19z" />
+    <glyph glyph-name="questionsmall" unicode="&#xf73f;" horiz-adv-x="411" 
+d="M131 398l-74 96q64 53 161 53q72 0 122 -30q57 -36 57 -101q0 -42 -22 -73t-48 -44t-48 -28t-22 -29q0 -8 9 -22l-106 -43q-35 45 -35 81q0 33 21.5 58t46.5 37t46.5 26.5t21.5 28.5q0 23 -40 23q-49 0 -90 -33zM156 77q0 37 24.5 61t61.5 24t61.5 -24t24.5 -61t-25 -61
+t-61 -24q-37 0 -61.5 24t-24.5 61z" />
+    <glyph glyph-name="Asmall" unicode="&#xf761;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101z" />
+    <glyph glyph-name="Bsmall" unicode="&#xf762;" horiz-adv-x="548" 
+d="M65 541h251q82 0 126 -30q47 -32 47 -102q0 -47 -22 -80t-67 -45q100 -19 100 -121q0 -80 -56 -124q-50 -39 -140 -39h-239v541zM213 215v-95h70q29 0 43 10q14 12 14 42q0 24 -12.5 33.5t-38.5 9.5h-76zM213 421v-95h54q31 0 47 11.5t16 43.5q0 24 -11 33q-10 7 -32 7
+h-74z" />
+    <glyph glyph-name="Csmall" unicode="&#xf763;" horiz-adv-x="482" 
+d="M373 171l91 -95q-78 -85 -200 -85q-103 0 -158 55q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48z" />
+    <glyph glyph-name="Dsmall" unicode="&#xf764;" horiz-adv-x="573" 
+d="M65 541h233q112 0 169 -52q63 -58 63 -212q0 -164 -71 -226q-57 -51 -156 -51h-238v541zM220 406v-272h69q43 0 61 20q19 22 19 119q0 94 -19 116q-17 17 -60 17h-70z" />
+    <glyph glyph-name="Esmall" unicode="&#xf765;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541z" />
+    <glyph glyph-name="Fsmall" unicode="&#xf766;" horiz-adv-x="459" 
+d="M65 541h352v-137h-197v-83h179v-136h-179v-185h-155v541z" />
+    <glyph glyph-name="Gsmall" unicode="&#xf767;" horiz-adv-x="555" 
+d="M281 318h220v-288q-93 -37 -199 -37q-133 0 -195 60q-39 37 -52.5 88t-13.5 123q0 164 70 228q65 57 191 57q131 0 195 -56l-89 -108q-43 30 -114 30q-52 0 -71 -21q-20 -23 -20 -120q0 -68 5 -96t17 -42q19 -21 72 -21q37 0 66 8v73h-82v122z" />
+    <glyph glyph-name="Hsmall" unicode="&#xf768;" horiz-adv-x="589" 
+d="M65 541h154v-197h148v197h154v-541h-154v207h-148v-207h-154v541z" />
+    <glyph glyph-name="Ismall" unicode="&#xf769;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541z" />
+    <glyph glyph-name="Jsmall" unicode="&#xf76a;" horiz-adv-x="313" 
+d="M85 541h154v-496q0 -220 -216 -220q-43 0 -70 9l20 129q20 -5 44 -5q41 0 54.5 17.5t13.5 59.5v506z" />
+    <glyph glyph-name="Ksmall" unicode="&#xf76b;" horiz-adv-x="587" 
+d="M65 541h154v-192h48l111 192h175l-152 -262l166 -279h-183l-117 204h-48v-204h-154v541z" />
+    <glyph glyph-name="Lsmall" unicode="&#xf76c;" horiz-adv-x="427" 
+d="M65 541h154v-404h178v-137h-332v541z" />
+    <glyph glyph-name="Msmall" unicode="&#xf76d;" horiz-adv-x="743" 
+d="M82 541h205l83 -306l86 306h202l32 -541h-150l-11 371l-91 -349h-138l-90 350l-12 -372h-149z" />
+    <glyph glyph-name="Nsmall" unicode="&#xf76e;" horiz-adv-x="618" 
+d="M65 541h194l149 -332l-5 332h147v-541h-194l-149 331l5 -331h-147v541z" />
+    <glyph glyph-name="Osmall" unicode="&#xf76f;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124z" />
+    <glyph glyph-name="Psmall" unicode="&#xf770;" horiz-adv-x="540" 
+d="M65 541h226q93 0 144 -39q63 -48 63 -157q0 -112 -62 -160q-49 -38 -149 -38h-68v-147h-154v541zM219 409v-131h63q32 0 43 11q14 13 14 54q0 44 -16 57q-11 9 -44 9h-60z" />
+    <glyph glyph-name="Qsmall" unicode="&#xf771;" horiz-adv-x="590" 
+d="M548 275q0 -141 -51 -206l63 -68l-120 -110l-93 101q-34 -4 -56 -4q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25
+q24 28 24 124z" />
+    <glyph glyph-name="Rsmall" unicode="&#xf772;" horiz-adv-x="569" 
+d="M65 541h246q90 0 139 -30q64 -41 64 -134q0 -119 -102 -148q51 -7 72.5 -56.5t30.5 -172.5h-161q-12 104 -24 134t-43 30h-68v-164h-154v541zM219 409v-116h54q44 0 62.5 13.5t18.5 55.5q0 28 -13 39q-11 8 -40 8h-82z" />
+    <glyph glyph-name="Ssmall" unicode="&#xf773;" horiz-adv-x="475" 
+d="M431 502l-72 -111q-45 29 -120 29q-52 0 -52 -38q0 -14 19 -24t47 -15t61 -16.5t61 -27.5t47 -49.5t19 -80.5q0 -90 -74 -139q-62 -40 -153 -40q-132 0 -194 54l75 114q52 -38 133 -38q56 0 56 41q0 15 -14 25t-36.5 16t-49 13t-53.5 18t-49.5 28t-36.5 47t-14 70
+q0 81 65 127q61 45 156 45q118 0 179 -48z" />
+    <glyph glyph-name="Tsmall" unicode="&#xf774;" horiz-adv-x="454" 
+d="M18 541h421v-138h-133v-403h-155v403h-133v138z" />
+    <glyph glyph-name="Usmall" unicode="&#xf775;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350z" />
+    <glyph glyph-name="Vsmall" unicode="&#xf776;" horiz-adv-x="542" 
+d="M12 541h164l96 -366l93 366h162l-173 -541h-171z" />
+    <glyph glyph-name="Wsmall" unicode="&#xf777;" horiz-adv-x="766" 
+d="M18 541h154l58 -360l77 346h153l77 -346l58 360h153l-118 -541h-173l-76 338l-76 -338h-174z" />
+    <glyph glyph-name="Xsmall" unicode="&#xf778;" horiz-adv-x="568" 
+d="M24 541h180l78 -159l76 159h177l-155 -262l167 -279h-180l-88 173l-89 -173h-178l169 280z" />
+    <glyph glyph-name="Ysmall" unicode="&#xf779;" horiz-adv-x="510" 
+d="M1 541h176l73 -189l76 189h176l-176 -345v-196h-155v196z" />
+    <glyph glyph-name="Zsmall" unicode="&#xf77a;" horiz-adv-x="470" 
+d="M424 539v-127l-202 -277h206v-135h-393v127l201 277h-190v135h378z" />
+    <glyph glyph-name="exclamdownsmall" unicode="&#xf7a1;" horiz-adv-x="308" 
+d="M51 0l8 335h146l8 -335h-162zM218 464q0 -37 -24.5 -61.5t-61.5 -24.5t-61.5 24.5t-24.5 61.5t24.5 61t61.5 24t61.5 -24t24.5 -61z" />
+    <glyph glyph-name="questiondownsmall" unicode="&#xf7bf;" horiz-adv-x="411" 
+d="M282 142l75 -96q-66 -52 -162 -52q-72 0 -122 30q-57 36 -57 101q0 35 14.5 61t35 41t41 26.5t35 22t14.5 22.5q0 9 -9 23l106 43q35 -45 35 -81q0 -33 -21 -58t-47 -37.5t-47 -27t-21 -27.5q0 -23 40 -23q48 0 90 32zM257 464q0 -37 -24.5 -61.5t-61.5 -24.5t-61.5 24.5
+t-24.5 61.5t24.5 61t61.5 24t61.5 -24t24.5 -61z" />
+    <glyph glyph-name="Agravesmall" unicode="&#xf7e0;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM385 661l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="Aacutesmall" unicode="&#xf7e1;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM242 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Acircumflexsmall" unicode="&#xf7e2;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM114 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Atildesmall" unicode="&#xf7e3;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM407 794l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Adieresissmall" unicode="&#xf7e4;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM377 778q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM171 778q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5
+q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Aringsmall" unicode="&#xf7e5;" horiz-adv-x="550" 
+d="M537 0h-161l-24 86h-164l-24 -86h-156l173 541h182zM321 208l-51 179l-50 -179h101zM414 731q0 -56 -39 -91t-100 -35t-100 35t-39 91q0 57 38.5 91.5t100.5 34.5q61 0 100 -34.5t39 -91.5zM317 732q0 43 -41 43q-43 0 -43 -45q0 -44 42 -44t42 46z" />
+    <glyph glyph-name="AEsmall" unicode="&#xf7e6;" horiz-adv-x="780" 
+d="M371 92h-169l-41 -92h-171l260 541h463v-129h-189v-74h174v-129h-174v-81h194v-128h-347v92zM343 412l-90 -201h118v201h-28z" />
+    <glyph glyph-name="Ccedillasmall" unicode="&#xf7e7;" horiz-adv-x="482" 
+d="M373 171l91 -95q-69 -75 -170 -84l-2 -26q63 -29 63 -89q0 -49 -33 -82.5t-93 -33.5q-73 0 -119 57l60 63q24 -31 51 -31q31 0 31 27q0 32 -59 48l8 72q-59 13 -95 49q-65 65 -65 217q0 159 68 226q61 61 173 61q115 0 174 -58l-83 -108q-37 31 -95 31q-44 0 -60 -24
+q-17 -24 -17 -132q0 -90 19 -115q16 -21 51 -21q54 0 102 48z" />
+    <glyph glyph-name="Egravesmall" unicode="&#xf7e8;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM356 661l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="Eacutesmall" unicode="&#xf7e9;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM213 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ecircumflexsmall" unicode="&#xf7ea;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM85 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Edieresissmall" unicode="&#xf7eb;" horiz-adv-x="476" 
+d="M65 541h349v-126h-199v-79h181v-126h-181v-84h203v-126h-353v541zM348 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM142 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5
+q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Igravesmall" unicode="&#xf7ec;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM256 661l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="Iacutesmall" unicode="&#xf7ed;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM113 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Icircumflexsmall" unicode="&#xf7ee;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM-15 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Idieresissmall" unicode="&#xf7ef;" horiz-adv-x="292" 
+d="M65 541h154v-541h-154v541zM248 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM42 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Ethsmall" unicode="&#xf7f0;" horiz-adv-x="580" 
+d="M72 541h234q114 0 170 -54q61 -59 61 -210q0 -157 -67 -222q-57 -55 -160 -55h-238v209h-42v127h42v205zM222 406v-70h67v-127h-67v-75h75q49 0 64 23q15 22 15 116q0 96 -17 115q-15 18 -61 18h-76z" />
+    <glyph glyph-name="Ntildesmall" unicode="&#xf7f1;" horiz-adv-x="618" 
+d="M65 541h194l149 -332l-5 332h147v-541h-194l-149 331l5 -331h-147v541zM460 794l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Ogravesmall" unicode="&#xf7f2;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM405 661
+l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="Oacutesmall" unicode="&#xf7f3;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM262 586
+l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ocircumflexsmall" unicode="&#xf7f4;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM134 668
+l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Otildesmall" unicode="&#xf7f5;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM427 794
+l63 -79q-35 -39 -65 -58t-69 -19q-31 0 -71.5 16.5t-58.5 16.5q-29 0 -63 -36l-63 79q36 38 66 57t69 19q30 0 71 -16.5t58 -16.5q28 0 63 37z" />
+    <glyph glyph-name="Odieresissmall" unicode="&#xf7f6;" horiz-adv-x="590" 
+d="M548 275q0 -162 -72 -228q-64 -59 -185 -59q-123 0 -184 59q-66 62 -66 219q0 161 72 228q62 59 185 59t185 -59q65 -64 65 -219zM384 268q0 108 -25 134q-20 20 -62 20q-46 0 -68 -25q-24 -28 -24 -126q0 -106 25 -132q20 -20 62 -20q49 0 68 25q24 28 24 124zM397 778
+q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM191 778q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Oslashsmall" unicode="&#xf7f8;" horiz-adv-x="591" 
+d="M574 533l-60 -80q34 -62 34 -178q0 -165 -75 -231q-64 -56 -182 -56q-60 0 -105 14l-51 -79l-120 86l60 80q-33 61 -33 176q0 158 66 225q66 63 191 63q59 0 104 -14l51 80zM384 268q0 106 -23 131q-20 23 -63 23q-51 0 -73 -29q-20 -30 -20 -122q0 -103 23 -130
+q19 -22 64 -22q54 0 74 30q18 28 18 119z" />
+    <glyph glyph-name="Ugravesmall" unicode="&#xf7f9;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM402 661l-84 -75l-176 189l97 83z" />
+    <glyph glyph-name="Uacutesmall" unicode="&#xf7fa;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM259 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Ucircumflexsmall" unicode="&#xf7fb;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM131 668l163 164l159 -162l-77 -78l-84 89l-85 -90z" />
+    <glyph glyph-name="Udieresissmall" unicode="&#xf7fc;" horiz-adv-x="585" 
+d="M65 541h155v-347q0 -38 12.5 -53.5t60.5 -15.5q45 0 58 15t13 53v348h154v-346q0 -89 -37 -134q-57 -71 -194 -71q-127 0 -182 62q-40 46 -40 139v350zM394 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z
+M188 778q32 0 54.5 -22t22.5 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22z" />
+    <glyph glyph-name="Yacutesmall" unicode="&#xf7fd;" horiz-adv-x="510" 
+d="M1 541h176l73 -189l76 189h176l-176 -345v-196h-155v196zM222 586l-84 75l163 197l96 -83z" />
+    <glyph glyph-name="Thornsmall" unicode="&#xf7fe;" horiz-adv-x="545" 
+d="M219 463h71q90 0 141 -36q66 -49 66 -159q0 -115 -67 -163q-49 -36 -144 -36h-67v-69h-154v541h154v-78zM219 332v-131h62q32 0 43 11q13 11 13 54q0 47 -16 57q-11 9 -43 9h-59z" />
+    <glyph glyph-name="Ydieresissmall" unicode="&#xf7ff;" horiz-adv-x="510" 
+d="M1 541h176l73 -189l76 189h176l-176 -345v-196h-155v196zM357 778q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5t-53.5 21.5t-21.5 53.5q0 34 21.5 56t53.5 22zM151 778q33 0 55 -22t22 -56q0 -32 -22.5 -53.5t-54.5 -21.5q-31 0 -53 21.5t-22 53.5q0 34 21.5 56
+t53.5 22z" />
+    <glyph glyph-name="fl" unicode="&#xfb02;" horiz-adv-x="681" 
+d="M461 765h157v-765h-157v765zM396 731l-22 -129q-18 6 -45 6q-42 0 -54 -20t-12 -66v-24h98v-137h-98v-361h-157v361h-76v137h76v26q0 218 212 218q45 0 78 -11z" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="13" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="17" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="60" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="T,Tcommaaccent,Tcaron"
+	k="49" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="V,Y.alt"
+	k="55" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="W,backslash,Wcircumflex"
+	k="44" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="13" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="t,tcommaaccent,tcaron"
+	k="18" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="31" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="w,wcircumflex"
+	k="30" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="91" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="9" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="8" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="l.alt"
+	k="8" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="30" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="35" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Y.altsmall,Vsmall"
+	k="20" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Wcircumflexsmall,Wsmall"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="T,Tcommaaccent,Tcaron"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="V,Y.alt"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="13" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="31" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="w,wcircumflex"
+	k="30" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="19" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="22" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="25" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Y.altsmall,Vsmall"
+	k="14" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Wcircumflexsmall,Wsmall"
+	k="20" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="X"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="15" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="x"
+	k="31" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="slash,M"
+	k="6" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="AE"
+	k="13" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="18" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="colon,semicolon"
+	k="16" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="9" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="J.alt"
+	k="14" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="9" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="AEsmall"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="6" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="13" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="99" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="6" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="38" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="w,wcircumflex"
+	k="56" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="99" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="37" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="34" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Y.altsmall,Vsmall"
+	k="37" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Wcircumflexsmall,Wsmall"
+	k="40" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="-6" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="x"
+	k="69" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="64" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="slash,M"
+	k="11" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="AE"
+	k="66" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="108" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="colon,semicolon"
+	k="50" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="66" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="J.alt"
+	k="77" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="71" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="AEsmall"
+	k="70" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="42" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="49" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="79" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="62" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="49" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="70" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="23" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Oslash,Oslash.alt"
+	k="11" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="oslash,oslash.alt"
+	k="79" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="g.alt"
+	k="79" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="64" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="33" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="33" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Xsmall"
+	k="35" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="56" />
+    <hkern g1="V,Y.alt"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="25" />
+    <hkern g1="V,Y.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="54" />
+    <hkern g1="V,Y.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="V,Y.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="V,Y.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="57" />
+    <hkern g1="V,Y.alt"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="15" />
+    <hkern g1="V,Y.alt"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="4" />
+    <hkern g1="V,Y.alt"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="17" />
+    <hkern g1="V,Y.alt"
+	g2="Y.altsmall,Vsmall"
+	k="7" />
+    <hkern g1="V,Y.alt"
+	g2="Wcircumflexsmall,Wsmall"
+	k="14" />
+    <hkern g1="V,Y.alt"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="8" />
+    <hkern g1="V,Y.alt"
+	g2="x"
+	k="18" />
+    <hkern g1="V,Y.alt"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="32" />
+    <hkern g1="V,Y.alt"
+	g2="slash,M"
+	k="12" />
+    <hkern g1="V,Y.alt"
+	g2="AE"
+	k="71" />
+    <hkern g1="V,Y.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="112" />
+    <hkern g1="V,Y.alt"
+	g2="colon,semicolon"
+	k="34" />
+    <hkern g1="V,Y.alt"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="39" />
+    <hkern g1="V,Y.alt"
+	g2="J.alt"
+	k="72" />
+    <hkern g1="V,Y.alt"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="58" />
+    <hkern g1="V,Y.alt"
+	g2="AEsmall"
+	k="74" />
+    <hkern g1="V,Y.alt"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="34" />
+    <hkern g1="V,Y.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="55" />
+    <hkern g1="V,Y.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="51" />
+    <hkern g1="V,Y.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="45" />
+    <hkern g1="V,Y.alt"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="30" />
+    <hkern g1="V,Y.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="44" />
+    <hkern g1="V,Y.alt"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="25" />
+    <hkern g1="V,Y.alt"
+	g2="Oslash,Oslash.alt"
+	k="23" />
+    <hkern g1="V,Y.alt"
+	g2="oslash,oslash.alt"
+	k="51" />
+    <hkern g1="V,Y.alt"
+	g2="g.alt"
+	k="65" />
+    <hkern g1="V,Y.alt"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="46" />
+    <hkern g1="V,Y.alt"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="Xsmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="37" />
+    <hkern g1="V,Y.alt"
+	g2="slashsmall,Msmall"
+	k="20" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="27" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="87" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="t,tcommaaccent,tcaron"
+	k="18" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="27" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="w,wcircumflex"
+	k="20" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="100" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="30" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Y.altsmall,Vsmall"
+	k="14" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Wcircumflexsmall,Wsmall"
+	k="20" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="4" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="x"
+	k="35" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="53" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="slash,M"
+	k="15" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="AE"
+	k="74" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="112" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="colon,semicolon"
+	k="70" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="57" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="J.alt"
+	k="92" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="86" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="AEsmall"
+	k="89" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="30" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="60" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="78" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="73" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="53" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="69" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="34" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Oslash,Oslash.alt"
+	k="22" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="oslash,oslash.alt"
+	k="79" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="g.alt"
+	k="80" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="70" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="47" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="47" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Xsmall"
+	k="24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="60" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="slashsmall,Msmall"
+	k="55" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="9" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="53" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="12" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="30" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="w,wcircumflex"
+	k="20" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="60" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="6" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="7" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Y.altsmall,Vsmall"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Wcircumflexsmall,Wsmall"
+	k="14" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="16" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="12" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="9" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="37" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="J.alt"
+	k="35" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="15" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="g.alt"
+	k="4" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="51" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="T,Tcommaaccent,Tcaron"
+	k="52" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="V,Y.alt"
+	k="23" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="W,backslash,Wcircumflex"
+	k="5" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="5" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="16" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="11" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="x"
+	k="15" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="15" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="8" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="g.alt"
+	k="6" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="32" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="46" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="V,Y.alt"
+	k="16" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="37" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="31" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="23" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="30" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="16" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="5" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="27" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="T,Tcommaaccent,Tcaron"
+	k="38" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="V,Y.alt"
+	k="13" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="15" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="19" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="X"
+	k="28" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="slash,M"
+	k="5" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="71" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="31" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="15" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="12" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="7" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="oslash,oslash.alt"
+	k="10" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="g.alt"
+	k="21" />
+    <hkern g1="w,wcircumflex"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="20" />
+    <hkern g1="w,wcircumflex"
+	g2="T,Tcommaaccent,Tcaron"
+	k="56" />
+    <hkern g1="w,wcircumflex"
+	g2="V,Y.alt"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="w,wcircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="X"
+	k="27" />
+    <hkern g1="w,wcircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="46" />
+    <hkern g1="w,wcircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="30" />
+    <hkern g1="w,wcircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="13" />
+    <hkern g1="w,wcircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="oslash,oslash.alt"
+	k="12" />
+    <hkern g1="w,wcircumflex"
+	g2="g.alt"
+	k="12" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="49" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="20" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="30" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="5" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="16" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="5" />
+    <hkern g1="oslash,oslash.alt"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="8" />
+    <hkern g1="oslash,oslash.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="33" />
+    <hkern g1="oslash,oslash.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="12" />
+    <hkern g1="g.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="35" />
+    <hkern g1="g.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="10" />
+    <hkern g1="g.alt"
+	g2="oslash,oslash.alt"
+	k="6" />
+    <hkern g1="g.alt"
+	g2="g.alt"
+	k="12" />
+    <hkern g1="l.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="5" />
+    <hkern g1="l.alt"
+	g2="t,tcommaaccent,tcaron"
+	k="18" />
+    <hkern g1="l.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="16" />
+    <hkern g1="l.alt"
+	g2="w,wcircumflex"
+	k="16" />
+    <hkern g1="l.alt"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="37" />
+    <hkern g1="l.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="5" />
+    <hkern g1="l.alt"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="13" />
+    <hkern g1="l.alt"
+	g2="l.alt"
+	k="9" />
+    <hkern g1="l.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="5" />
+    <hkern g1="l.alt"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="5" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="37" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="30" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="112" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="T,Tcommaaccent,Tcaron"
+	k="108" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="V,Y.alt"
+	k="112" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="W,backslash,Wcircumflex"
+	k="72" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="27" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="t,tcommaaccent,tcaron"
+	k="52" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="71" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="w,wcircumflex"
+	k="46" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="121" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="49" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="38" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="l.alt"
+	k="20" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="94" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="81" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Y.altsmall,Vsmall"
+	k="78" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Wcircumflexsmall,Wsmall"
+	k="47" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="18" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="16" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="19" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="21" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="zerooldstyle"
+	k="21" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="threeoldstyle"
+	k="22" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="fiveoldstyle"
+	k="29" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="sixoldstyle"
+	k="17" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="sevenoldstyle"
+	k="79" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="eightoldstyle"
+	k="11" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="nineoldstyle"
+	k="24" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF639"
+	k="21" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="four.alt.fitted,uniF63C"
+	k="23" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF63E"
+	k="19" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF63F"
+	k="76" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF640"
+	k="4" />
+    <hkern g1="colon,semicolon"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="70" />
+    <hkern g1="colon,semicolon"
+	g2="T,Tcommaaccent,Tcaron"
+	k="50" />
+    <hkern g1="colon,semicolon"
+	g2="V,Y.alt"
+	k="34" />
+    <hkern g1="colon,semicolon"
+	g2="W,backslash,Wcircumflex"
+	k="29" />
+    <hkern g1="colon,semicolon"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="21" />
+    <hkern g1="colon,semicolon"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="5" />
+    <hkern g1="colon,semicolon"
+	g2="zerooldstyle"
+	k="11" />
+    <hkern g1="colon,semicolon"
+	g2="eightoldstyle"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="uniF63F"
+	k="5" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="21" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="37" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="58" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="slash,M"
+	k="11" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="AE"
+	k="127" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="121" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="13" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="J.alt"
+	k="155" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="87" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="AEsmall"
+	k="106" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="91" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="34" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="13" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Oslash,Oslash.alt"
+	k="23" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="oslash,oslash.alt"
+	k="35" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="g.alt"
+	k="22" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="36" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="13" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="slashsmall,Msmall"
+	k="14" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="zerooldstyle"
+	k="25" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="sixoldstyle"
+	k="11" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="nineoldstyle"
+	k="29" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="four.alt.fitted,uniF63C"
+	k="47" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="fouroldstyle"
+	k="70" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="87" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="99" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="V,Y.alt"
+	k="54" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="W,backslash,Wcircumflex"
+	k="32" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="t,tcommaaccent,tcaron"
+	k="14" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="15" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="37" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="27" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="26" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Y.altsmall,Vsmall"
+	k="23" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Wcircumflexsmall,Wsmall"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="X"
+	k="41" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="15" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="19" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="x"
+	k="39" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="18" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="slash,M"
+	k="5" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="AE"
+	k="29" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="27" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="21" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="J.alt"
+	k="45" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="4" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="AEsmall"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="14" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="13" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Xsmall"
+	k="29" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="threeoldstyle"
+	k="11" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF63F"
+	k="37" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="fouroldstyle"
+	k="6" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="oneoldstyle"
+	k="10" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="twooldstyle"
+	k="6" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF6DC"
+	k="20" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="57" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="T,Tcommaaccent,Tcaron"
+	k="66" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="V,Y.alt"
+	k="39" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="W,backslash,Wcircumflex"
+	k="19" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="21" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="13" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="51" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="zerooldstyle"
+	k="6" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="eightoldstyle"
+	k="4" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="nineoldstyle"
+	k="13" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="uniF63F"
+	k="5" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="uniF63B"
+	k="5" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="100" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="T,Tcommaaccent,Tcaron"
+	k="99" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="V,Y.alt"
+	k="57" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="W,backslash,Wcircumflex"
+	k="43" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="t,tcommaaccent,tcaron"
+	k="22" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="19" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="58" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="15" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="38" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="37" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Y.altsmall,Vsmall"
+	k="31" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="X"
+	k="35" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="19" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="24" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="x"
+	k="38" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="11" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="slash,M"
+	k="8" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="AE"
+	k="28" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="49" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="colon,semicolon"
+	k="21" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="51" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="J.alt"
+	k="71" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="11" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="AEsmall"
+	k="23" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="16" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="9" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Xsmall"
+	k="36" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="7" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="slashsmall,Msmall"
+	k="5" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="threeoldstyle"
+	k="28" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63F"
+	k="49" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="fouroldstyle"
+	k="8" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="oneoldstyle"
+	k="15" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="twooldstyle"
+	k="11" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF6DC"
+	k="29" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63A"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63D"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF641"
+	k="18" />
+    <hkern g1="B"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="25" />
+    <hkern g1="B"
+	g2="T,Tcommaaccent,Tcaron"
+	k="10" />
+    <hkern g1="B"
+	g2="V,Y.alt"
+	k="22" />
+    <hkern g1="B"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="B"
+	g2="t,tcommaaccent,tcaron"
+	k="12" />
+    <hkern g1="B"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="8" />
+    <hkern g1="B"
+	g2="X"
+	k="21" />
+    <hkern g1="B"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="13" />
+    <hkern g1="B"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="B"
+	g2="x"
+	k="23" />
+    <hkern g1="B"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="15" />
+    <hkern g1="B"
+	g2="AE"
+	k="8" />
+    <hkern g1="B"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="21" />
+    <hkern g1="B"
+	g2="colon,semicolon"
+	k="17" />
+    <hkern g1="B"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="13" />
+    <hkern g1="B"
+	g2="J.alt"
+	k="19" />
+    <hkern g1="B"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="10" />
+    <hkern g1="B"
+	g2="AEsmall"
+	k="10" />
+    <hkern g1="B"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="9" />
+    <hkern g1="B"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="8" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="21" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="43" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="t,tcommaaccent,tcaron"
+	k="17" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="40" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="w,wcircumflex"
+	k="32" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="41" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="19" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="29" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="33" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Y.altsmall,Vsmall"
+	k="27" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Wcircumflexsmall,Wsmall"
+	k="24" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="X"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="x"
+	k="20" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="24" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="20" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="14" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="12" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="13" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="F"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="4" />
+    <hkern g1="F"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="13" />
+    <hkern g1="F"
+	g2="t,tcommaaccent,tcaron"
+	k="4" />
+    <hkern g1="F"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="17" />
+    <hkern g1="F"
+	g2="w,wcircumflex"
+	k="15" />
+    <hkern g1="F"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="20" />
+    <hkern g1="F"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="F"
+	g2="x"
+	k="48" />
+    <hkern g1="F"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="14" />
+    <hkern g1="F"
+	g2="slash,M"
+	k="6" />
+    <hkern g1="F"
+	g2="AE"
+	k="64" />
+    <hkern g1="F"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="128" />
+    <hkern g1="F"
+	g2="colon,semicolon"
+	k="20" />
+    <hkern g1="F"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="19" />
+    <hkern g1="F"
+	g2="J.alt"
+	k="74" />
+    <hkern g1="F"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="54" />
+    <hkern g1="F"
+	g2="AEsmall"
+	k="89" />
+    <hkern g1="F"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="47" />
+    <hkern g1="F"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="22" />
+    <hkern g1="F"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="27" />
+    <hkern g1="F"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="12" />
+    <hkern g1="F"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="13" />
+    <hkern g1="F"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="9" />
+    <hkern g1="F"
+	g2="Oslash,Oslash.alt"
+	k="4" />
+    <hkern g1="F"
+	g2="oslash,oslash.alt"
+	k="22" />
+    <hkern g1="F"
+	g2="g.alt"
+	k="44" />
+    <hkern g1="F"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="13" />
+    <hkern g1="F"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="5" />
+    <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,G.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,G.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="26" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="14" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="104" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="98" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="V,Y.alt"
+	k="87" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="W,backslash,Wcircumflex"
+	k="53" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="63" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="t,tcommaaccent,tcaron"
+	k="35" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="71" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="w,wcircumflex"
+	k="52" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="147" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="33" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="20" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="l.alt"
+	k="14" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="71" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="86" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Y.altsmall,Vsmall"
+	k="70" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Wcircumflexsmall,Wsmall"
+	k="50" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="X"
+	k="-10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="-10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="13" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="14" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="17" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="9" />
+    <hkern g1="M,backslash"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="15" />
+    <hkern g1="M,backslash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="11" />
+    <hkern g1="M,backslash"
+	g2="V,Y.alt"
+	k="12" />
+    <hkern g1="M,backslash"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="5" />
+    <hkern g1="M,backslash"
+	g2="t,tcommaaccent,tcaron"
+	k="6" />
+    <hkern g1="M,backslash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="5" />
+    <hkern g1="M,backslash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="11" />
+    <hkern g1="M,backslash"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="8" />
+    <hkern g1="M,backslash"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="5" />
+    <hkern g1="M,backslash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="7" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="27" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="T,Tcommaaccent,Tcaron"
+	k="13" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="V,Y.alt"
+	k="25" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="21" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="X"
+	k="27" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="19" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="9" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="AE"
+	k="44" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="37" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="J.alt"
+	k="39" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="17" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="13" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="g.alt"
+	k="5" />
+    <hkern g1="P"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="11" />
+    <hkern g1="P"
+	g2="T,Tcommaaccent,Tcaron"
+	k="4" />
+    <hkern g1="P"
+	g2="V,Y.alt"
+	k="7" />
+    <hkern g1="P"
+	g2="W,backslash,Wcircumflex"
+	k="4" />
+    <hkern g1="P"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="16" />
+    <hkern g1="P"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="P"
+	g2="X"
+	k="37" />
+    <hkern g1="P"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="14" />
+    <hkern g1="P"
+	g2="slash,M"
+	k="8" />
+    <hkern g1="P"
+	g2="AE"
+	k="87" />
+    <hkern g1="P"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="145" />
+    <hkern g1="P"
+	g2="J.alt"
+	k="121" />
+    <hkern g1="P"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="66" />
+    <hkern g1="P"
+	g2="AEsmall"
+	k="87" />
+    <hkern g1="P"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="59" />
+    <hkern g1="P"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="16" />
+    <hkern g1="P"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="25" />
+    <hkern g1="P"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="5" />
+    <hkern g1="P"
+	g2="oslash,oslash.alt"
+	k="16" />
+    <hkern g1="P"
+	g2="g.alt"
+	k="38" />
+    <hkern g1="P"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="16" />
+    <hkern g1="P"
+	g2="slashsmall,Msmall"
+	k="20" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="17" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="18" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="15" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="V,Y.alt"
+	k="21" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="7" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="30" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="12" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="11" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="8" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="AE"
+	k="32" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="30" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="J.alt"
+	k="24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="AEsmall"
+	k="20" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="17" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="slashsmall,Msmall"
+	k="5" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="32" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="w,wcircumflex"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="43" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="x"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="17" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="AE"
+	k="50" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="72" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="colon,semicolon"
+	k="29" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="19" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="J.alt"
+	k="49" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="50" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="AEsmall"
+	k="63" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="44" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="41" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="39" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="30" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="29" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Oslash,Oslash.alt"
+	k="9" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="oslash,oslash.alt"
+	k="39" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="g.alt"
+	k="55" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="16" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="11" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="11" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="slashsmall,Msmall"
+	k="9" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="27" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="41" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="15" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="28" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="w,wcircumflex"
+	k="27" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="35" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="9" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="27" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="17" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="25" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="17" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="61" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="73" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="V,Y.alt"
+	k="44" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="W,backslash,Wcircumflex"
+	k="22" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="t,tcommaaccent,tcaron"
+	k="5" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="17" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="21" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="8" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="84" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="T,Tcommaaccent,Tcaron"
+	k="90" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="V,Y.alt"
+	k="61" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="W,backslash,Wcircumflex"
+	k="6" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="t,tcommaaccent,tcaron"
+	k="14" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="19" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="w,wcircumflex"
+	k="12" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="36" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="16" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="X"
+	k="31" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="x"
+	k="32" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="9" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="14" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="8" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="32" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="32" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="23" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="82" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="6" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="20" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="14" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="oslash,oslash.alt"
+	k="18" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="g.alt"
+	k="5" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="56" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="71" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="V,Y.alt"
+	k="18" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="W,backslash,Wcircumflex"
+	k="9" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="t,tcommaaccent,tcaron"
+	k="5" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="11" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="w,wcircumflex"
+	k="9" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="12" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="7" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="78" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="T,Tcommaaccent,Tcaron"
+	k="79" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="V,Y.alt"
+	k="51" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="W,backslash,Wcircumflex"
+	k="41" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="t,tcommaaccent,tcaron"
+	k="9" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="16" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="w,wcircumflex"
+	k="13" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="34" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="16" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="X"
+	k="27" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="x"
+	k="27" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="18" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="18" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="9" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="7" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="T,Tcommaaccent,Tcaron"
+	k="-9" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="20" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="27" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="X"
+	k="55" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="26" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="94" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="54" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="28" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="16" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="11" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="oslash,oslash.alt"
+	k="27" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="g.alt"
+	k="32" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="35" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="T,Tcommaaccent,Tcaron"
+	k="69" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="V,Y.alt"
+	k="18" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="39" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="38" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="24" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="germandbls"
+	g2="t,tcommaaccent,tcaron"
+	k="21" />
+    <hkern g1="germandbls"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="7" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="17" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="24" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="86" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="71" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="V,Y.alt"
+	k="58" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="W,backslash,Wcircumflex"
+	k="50" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="87" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="25" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="43" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="39" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Y.altsmall,Vsmall"
+	k="32" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="17" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="18" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="5" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="AEsmall"
+	k="10" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="slashsmall,Msmall"
+	k="9" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="30" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="34" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="V,Y.alt"
+	k="17" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="37" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="81" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="39" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="AEsmall"
+	k="40" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="35" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="13" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="slashsmall,Msmall"
+	k="8" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="14" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="V,Y.alt"
+	k="7" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="23" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="43" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="78" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="32" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="AEsmall"
+	k="65" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="20" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="14" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="slashsmall,Msmall"
+	k="10" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="37" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="V,Y.alt"
+	k="4" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="27" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="38" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="X"
+	k="24" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="slash,M"
+	k="7" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="94" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="43" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="AEsmall"
+	k="54" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="30" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="29" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="slashsmall,Msmall"
+	k="14" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="Bsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="23" />
+    <hkern g1="Bsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="12" />
+    <hkern g1="Bsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="10" />
+    <hkern g1="Bsmall"
+	g2="AEsmall"
+	k="20" />
+    <hkern g1="Bsmall"
+	g2="slashsmall,Msmall"
+	k="9" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="19" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="26" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="Fsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="78" />
+    <hkern g1="Fsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="27" />
+    <hkern g1="Fsmall"
+	g2="AEsmall"
+	k="57" />
+    <hkern g1="Fsmall"
+	g2="slashsmall,Msmall"
+	k="12" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="31" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="132" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="31" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="55" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="43" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Y.altsmall,Vsmall"
+	k="45" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="44" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="12" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="13" />
+    <hkern g1="Msmall"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="5" />
+    <hkern g1="Msmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="55" />
+    <hkern g1="Msmall"
+	g2="V,Y.alt"
+	k="20" />
+    <hkern g1="Msmall"
+	g2="W,backslash,Wcircumflex"
+	k="9" />
+    <hkern g1="Msmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="Y.altsmall,Vsmall"
+	k="17" />
+    <hkern g1="Msmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="6" />
+    <hkern g1="Msmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="70" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="64" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="V,Y.alt"
+	k="46" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="W,backslash,Wcircumflex"
+	k="16" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="36" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="29" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="12" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Y.altsmall,Vsmall"
+	k="14" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="13" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="19" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="colon,semicolon"
+	k="5" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="15" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="7" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Xsmall"
+	k="26" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="slashsmall,Msmall"
+	k="7" />
+    <hkern g1="Psmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="17" />
+    <hkern g1="Psmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="25" />
+    <hkern g1="Psmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="12" />
+    <hkern g1="Psmall"
+	g2="Y.altsmall,Vsmall"
+	k="19" />
+    <hkern g1="Psmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="9" />
+    <hkern g1="Psmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="80" />
+    <hkern g1="Psmall"
+	g2="colon,semicolon"
+	k="6" />
+    <hkern g1="Psmall"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="10" />
+    <hkern g1="Psmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="55" />
+    <hkern g1="Psmall"
+	g2="AEsmall"
+	k="82" />
+    <hkern g1="Psmall"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="28" />
+    <hkern g1="Psmall"
+	g2="Xsmall"
+	k="46" />
+    <hkern g1="Psmall"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="12" />
+    <hkern g1="Psmall"
+	g2="slashsmall,Msmall"
+	k="29" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="15" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="13" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="20" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="47" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="33" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="V,Y.alt"
+	k="27" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="W,backslash,Wcircumflex"
+	k="11" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="21" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="18" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="20" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="40" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="V,Y.alt"
+	k="14" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="19" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="47" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="17" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="AEsmall"
+	k="25" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="10" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="13" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="slashsmall,Msmall"
+	k="6" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="24" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="35" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="V,Y.alt"
+	k="27" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="29" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="36" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="26" />
+    <hkern g1="zerooldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="25" />
+    <hkern g1="zerooldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="21" />
+    <hkern g1="zerooldstyle"
+	g2="colon,semicolon"
+	k="11" />
+    <hkern g1="zerooldstyle"
+	g2="threeoldstyle"
+	k="35" />
+    <hkern g1="zerooldstyle"
+	g2="sevenoldstyle"
+	k="12" />
+    <hkern g1="zerooldstyle"
+	g2="fouroldstyle"
+	k="20" />
+    <hkern g1="zerooldstyle"
+	g2="oneoldstyle"
+	k="9" />
+    <hkern g1="zerooldstyle"
+	g2="twooldstyle"
+	k="5" />
+    <hkern g1="oneoldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="24" />
+    <hkern g1="oneoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="69" />
+    <hkern g1="oneoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="25" />
+    <hkern g1="oneoldstyle"
+	g2="zerooldstyle"
+	k="8" />
+    <hkern g1="oneoldstyle"
+	g2="sixoldstyle"
+	k="7" />
+    <hkern g1="oneoldstyle"
+	g2="sevenoldstyle"
+	k="46" />
+    <hkern g1="oneoldstyle"
+	g2="eightoldstyle"
+	k="5" />
+    <hkern g1="oneoldstyle"
+	g2="nineoldstyle"
+	k="24" />
+    <hkern g1="twooldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="10" />
+    <hkern g1="twooldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="10" />
+    <hkern g1="twooldstyle"
+	g2="zerooldstyle"
+	k="5" />
+    <hkern g1="twooldstyle"
+	g2="eightoldstyle"
+	k="11" />
+    <hkern g1="twooldstyle"
+	g2="nineoldstyle"
+	k="14" />
+    <hkern g1="threeoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="35" />
+    <hkern g1="threeoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="6" />
+    <hkern g1="threeoldstyle"
+	g2="zerooldstyle"
+	k="4" />
+    <hkern g1="threeoldstyle"
+	g2="eightoldstyle"
+	k="7" />
+    <hkern g1="threeoldstyle"
+	g2="nineoldstyle"
+	k="11" />
+    <hkern g1="fouroldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="5" />
+    <hkern g1="fouroldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="84" />
+    <hkern g1="fouroldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="6" />
+    <hkern g1="fouroldstyle"
+	g2="zerooldstyle"
+	k="20" />
+    <hkern g1="fouroldstyle"
+	g2="threeoldstyle"
+	k="10" />
+    <hkern g1="fouroldstyle"
+	g2="fiveoldstyle"
+	k="8" />
+    <hkern g1="fouroldstyle"
+	g2="sixoldstyle"
+	k="20" />
+    <hkern g1="fouroldstyle"
+	g2="sevenoldstyle"
+	k="61" />
+    <hkern g1="fouroldstyle"
+	g2="eightoldstyle"
+	k="13" />
+    <hkern g1="fouroldstyle"
+	g2="nineoldstyle"
+	k="29" />
+    <hkern g1="fiveoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="5" />
+    <hkern g1="fiveoldstyle"
+	g2="zerooldstyle"
+	k="16" />
+    <hkern g1="fiveoldstyle"
+	g2="nineoldstyle"
+	k="10" />
+    <hkern g1="sixoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="13" />
+    <hkern g1="sixoldstyle"
+	g2="colon,semicolon"
+	k="8" />
+    <hkern g1="sixoldstyle"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="5" />
+    <hkern g1="sixoldstyle"
+	g2="threeoldstyle"
+	k="27" />
+    <hkern g1="sixoldstyle"
+	g2="sevenoldstyle"
+	k="14" />
+    <hkern g1="sixoldstyle"
+	g2="fouroldstyle"
+	k="23" />
+    <hkern g1="sixoldstyle"
+	g2="oneoldstyle"
+	k="15" />
+    <hkern g1="sixoldstyle"
+	g2="twooldstyle"
+	k="12" />
+    <hkern g1="sevenoldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="6" />
+    <hkern g1="sevenoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="8" />
+    <hkern g1="sevenoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="62" />
+    <hkern g1="sevenoldstyle"
+	g2="zerooldstyle"
+	k="7" />
+    <hkern g1="sevenoldstyle"
+	g2="nineoldstyle"
+	k="14" />
+    <hkern g1="sevenoldstyle"
+	g2="fouroldstyle"
+	k="32" />
+    <hkern g1="eightoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="8" />
+    <hkern g1="eightoldstyle"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="eightoldstyle"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="4" />
+    <hkern g1="eightoldstyle"
+	g2="fouroldstyle"
+	k="18" />
+    <hkern g1="nineoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="31" />
+    <hkern g1="nineoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="5" />
+    <hkern g1="nineoldstyle"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="nineoldstyle"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="5" />
+    <hkern g1="nineoldstyle"
+	g2="threeoldstyle"
+	k="38" />
+    <hkern g1="nineoldstyle"
+	g2="sevenoldstyle"
+	k="11" />
+    <hkern g1="nineoldstyle"
+	g2="fouroldstyle"
+	k="11" />
+    <hkern g1="nineoldstyle"
+	g2="oneoldstyle"
+	k="7" />
+    <hkern g1="nineoldstyle"
+	g2="twooldstyle"
+	k="5" />
+    <hkern g1="uniF639"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="21" />
+    <hkern g1="uniF639"
+	g2="uniF6DC"
+	k="5" />
+    <hkern g1="uniF6DC"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="15" />
+    <hkern g1="uniF6DC"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="57" />
+    <hkern g1="uniF6DC"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="15" />
+    <hkern g1="uniF6DC"
+	g2="uniF639"
+	k="9" />
+    <hkern g1="uniF6DC"
+	g2="four.alt.fitted,uniF63C"
+	k="26" />
+    <hkern g1="uniF6DC"
+	g2="uniF63E"
+	k="4" />
+    <hkern g1="uniF6DC"
+	g2="uniF63F"
+	k="33" />
+    <hkern g1="uniF6DC"
+	g2="uniF63B"
+	k="-6" />
+    <hkern g1="uniF63A"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="13" />
+    <hkern g1="uniF63A"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="23" />
+    <hkern g1="uniF63A"
+	g2="four.alt.fitted,uniF63C"
+	k="20" />
+    <hkern g1="uniF63B"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="5" />
+    <hkern g1="uniF63B"
+	g2="colon,semicolon"
+	k="8" />
+    <hkern g1="uniF63B"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="5" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="82" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="12" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="colon,semicolon"
+	k="11" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="9" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63F"
+	k="63" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF6DC"
+	k="22" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63A"
+	k="5" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63D"
+	k="18" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF641"
+	k="27" />
+    <hkern g1="uniF63D"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="9" />
+    <hkern g1="uniF63D"
+	g2="colon,semicolon"
+	k="8" />
+    <hkern g1="uniF63D"
+	g2="uniF63A"
+	k="10" />
+    <hkern g1="uniF63D"
+	g2="uniF641"
+	k="24" />
+    <hkern g1="uniF63E"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="5" />
+    <hkern g1="uniF63E"
+	g2="colon,semicolon"
+	k="5" />
+    <hkern g1="uniF63E"
+	g2="uniF641"
+	k="14" />
+    <hkern g1="uniF63F"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="21" />
+    <hkern g1="uniF63F"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="uniF63F"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="101" />
+    <hkern g1="uniF63F"
+	g2="colon,semicolon"
+	k="27" />
+    <hkern g1="uniF63F"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="24" />
+    <hkern g1="uniF63F"
+	g2="uniF639"
+	k="13" />
+    <hkern g1="uniF63F"
+	g2="four.alt.fitted,uniF63C"
+	k="31" />
+    <hkern g1="uniF63F"
+	g2="uniF63E"
+	k="7" />
+    <hkern g1="uniF63F"
+	g2="uniF640"
+	k="9" />
+    <hkern g1="uniF63F"
+	g2="uniF641"
+	k="9" />
+    <hkern g1="uniF640"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="4" />
+    <hkern g1="uniF640"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="uniF640"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="4" />
+    <hkern g1="uniF641"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="11" />
+  </font>
+</defs></svg>
diff --git a/src/fonts/FacitBold.ttf b/src/fonts/FacitBold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..b59e2d6cc32a89395f3339037b3844b224e734bc
Binary files /dev/null and b/src/fonts/FacitBold.ttf differ
diff --git a/src/fonts/FacitBold.woff b/src/fonts/FacitBold.woff
new file mode 100644
index 0000000000000000000000000000000000000000..4dc692b599084320d1822ce5c2fe7f2799280dbb
Binary files /dev/null and b/src/fonts/FacitBold.woff differ
diff --git a/src/fonts/FacitRegular.eot b/src/fonts/FacitRegular.eot
new file mode 100644
index 0000000000000000000000000000000000000000..6222dc4cd644ca69a5ec5164903e0e9473a0356a
Binary files /dev/null and b/src/fonts/FacitRegular.eot differ
diff --git a/src/fonts/FacitRegular.svg b/src/fonts/FacitRegular.svg
new file mode 100644
index 0000000000000000000000000000000000000000..b034c1225466be952d144d25621cac046a966f77
--- /dev/null
+++ b/src/fonts/FacitRegular.svg
@@ -0,0 +1,4584 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20190801 at Wed Aug  3 20:37:59 2005
+ By www-data
+(c) 2004 Just Another Foundry. All Rights Reserved.
+</metadata>
+<defs>
+<font id="FacitRegular" horiz-adv-x="553" >
+  <font-face 
+    font-family="FacitRegular"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="0 0 5 0 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="493"
+    cap-height="690"
+    bbox="-191 -286 1174 993"
+    underline-thickness="150"
+    underline-position="-300"
+    unicode-range="U+0020-FB03"
+  />
+<missing-glyph horiz-adv-x="500" 
+d="M0 0v700h500v-700h-500zM250 395l170 255h-340zM280 350l170 -255v510zM80 50h340l-170 255zM50 605v-510l170 255z" />
+    <glyph glyph-name="fj" unicode="fj" horiz-adv-x="594" 
+d="M35 405v79h89v34q0 49 9.5 86t33 69t69.5 48.5t113 16.5q102 0 164 -44l-35 -68q-55 34 -136 34q-43 0 -69.5 -8t-39.5 -27.5t-16.5 -41.5t-3.5 -61v-38h299v-538q0 -87 -41 -136.5t-124 -49.5q-36 0 -66 11l18 80q18 -7 48 -7q46 0 60.5 23.5t14.5 79.5v458h-209v-405
+h-89v405h-89z" />
+    <glyph glyph-name="ff" unicode="ff" horiz-adv-x="679" 
+d="M360 716l-20 -75q-21 8 -49 8q-51 0 -65.5 -29.5t-14.5 -98.5v-38h211v39q0 95 43.5 154.5t140.5 59.5q71 0 109 -26l-36 -69q-25 15 -72 15q-59 0 -78.5 -30.5t-19.5 -103.5v-39h133v-77h-133v-406h-87v406h-211v-406h-88v406h-88v77h88v44q0 98 40 149.5t132 51.5
+q40 0 65 -12z" />
+    <glyph glyph-name="fi" unicode="fi" horiz-adv-x="594" 
+d="M35 405v79h89v34q0 49 9.5 86t33 69t69.5 48.5t113 16.5q102 0 164 -44l-35 -68q-55 34 -136 34q-43 0 -69.5 -8t-39.5 -27.5t-16.5 -41.5t-3.5 -61v-38h299v-484h-90v405h-209v-405h-89v405h-89z" />
+    <glyph glyph-name="ffi" unicode="ffi" horiz-adv-x="890" 
+d="M422 0v406h-211v-406h-88v406h-88v77h88v44q0 98 40 149.5t132 51.5q40 0 65 -12l-20 -75q-21 8 -49 8q-51 0 -65.5 -29.5t-14.5 -98.5v-38h211v35q0 50 9 86.5t32 68.5t68.5 48.5t112.5 16.5q102 0 164 -44l-35 -68q-56 34 -136 34q-43 0 -69.5 -8t-39 -28t-16 -41.5
+t-3.5 -60.5v-39h298v-483h-89v406h-209v-406h-87z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="500" 
+d="M0 0v700h500v-700h-500zM250 395l170 255h-340zM280 350l170 -255v510zM80 50h340l-170 255zM50 605v-510l170 255z" />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="333" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="215" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="319" 
+d="M226 690l-8 -492h-83l-7 492h98zM119 51q0 25 16.5 41.5t41.5 16.5t41.5 -16.5t16.5 -41.5t-16.5 -41t-41.5 -16t-41.5 16t-16.5 41z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="404" 
+d="M163 471h-81l-4 219h89zM323 471h-82l-3 219h89z" />
+    <glyph glyph-name="numbersign" unicode="#" 
+d="M390 690h79l-25 -184h88v-73h-100l-24 -177h91v-73h-102l-25 -183h-80l26 183h-142l-26 -183h-79l26 183h-88v73h99l24 177h-90v73h101l25 184h80l-26 -184h143zM211 433l-24 -177h143l23 177h-142z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M324 765l-1 -82q94 -9 150 -51l-46 -68q-61 40 -150 40q-122 0 -122 -90q0 -37 35 -62t84.5 -41.5t99 -37t84.5 -62t35 -103.5q0 -88 -70 -136q-41 -29 -100 -40l1 -87h-95v81q-120 8 -180 62l50 69q66 -50 170 -50q128 0 128 96q0 41 -35 67.5t-84.5 43.5t-99 37
+t-84.5 60t-35 101q0 81 65 127q41 29 105 41v85h95z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="867" 
+d="M774 683l-612 -724l-57 47l612 725zM814 188q0 -115 -43 -159q-34 -36 -98 -36q-63 0 -95 35q-40 40 -40 153q0 105 36 149t105 44q57 0 93 -34q42 -43 42 -152zM741 188q0 68 -12.5 96t-50.5 28q-40 0 -53.5 -31t-13.5 -102q0 -68 12.5 -96.5t50.5 -28.5q40 0 53.5 31
+t13.5 103zM329 510q0 -113 -43 -157q-34 -37 -97 -37q-61 0 -96 35q-40 40 -40 154q0 106 37 150q35 42 103 42q62 0 94 -34q42 -42 42 -153zM256 511q0 68 -12.5 96t-50.5 28q-40 0 -53.5 -31t-13.5 -102q0 -67 12.5 -95.5t50.5 -28.5q40 0 53.5 30.5t13.5 102.5z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="672" 
+d="M498 354h83q0 -113 -69 -221l134 -133h-111l-72 71q-77 -82 -192 -82q-99 0 -157 52q-55 50 -55 130q0 120 107 196q-65 77 -65 156q0 77 47 124q53 53 145 53q95 0 150 -55l-52 -60q-43 38 -103 38q-96 0 -96 -94q0 -29 6.5 -52t30.5 -53.5t36.5 -43.5t58.5 -59
+l132 -132q40 75 42 165zM409 123l-188 186q-74 -48 -74 -132q0 -114 124 -114q82 0 138 60z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="245" 
+d="M163 471h-81l-4 219h89z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="330" 
+d="M209 742l58 -62q-69 -57 -87.5 -134t-18.5 -256q0 -181 18.5 -260t87.5 -135l-58 -62q-85 67 -111.5 168.5t-26.5 286.5t26.5 285.5t111.5 168.5z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="330" 
+d="M121 -167l-58 63q69 57 87.5 134t18.5 258q0 179 -18.5 258t-87.5 134l58 62q85 -67 111.5 -168t26.5 -286q0 -186 -26.5 -286.5t-111.5 -168.5z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="524" 
+d="M410 418l-59 -43l-89 127l-89 -126l-59 43l91 124l-146 46l22 71l146 -50l-2 155h73l-1 -155l146 49l22 -71l-146 -45z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="595" 
+d="M531 227h-189v-203h-89v203h-189v79h189v204h89v-204h189v-79z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="235" 
+d="M58 52q0 25 16 42.5t43 17.5q28 0 44 -17.5t16 -48.5q0 -64 -80 -189l-58 32q35 62 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="334" 
+d="M315 224h-295v85h295v-85z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="235" 
+d="M58 52q0 26 17 43t43 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42.5 17t-17.5 42z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="444" 
+d="M430 767l-341 -861l-84 32l342 861z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M501 356q0 -218 -70 -302q-56 -67 -159 -67q-104 0 -156 65q-64 79 -64 283q0 215 69 300q56 69 160 69q101 0 156 -66q64 -78 64 -282zM406 356q0 141 -27 204t-99 63q-74 0 -103.5 -68.5t-29.5 -219.5q0 -142 27 -205t99 -63q74 0 103.5 68.5t29.5 220.5z" />
+    <glyph glyph-name="one" unicode="1" 
+d="M87 0v82h174v515l-159 -110l-50 68l201 135h100v-608h141v-82h-407z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M491 83v-83h-429v60q0 95 42 150t165 137q34 22 52 36.5t38.5 36t29 45.5t8.5 54q0 57 -32.5 79.5t-90.5 22.5q-94 0 -152 -58l-55 57q73 80 212 80q94 0 153 -42.5t59 -140.5q0 -50 -19.5 -89.5t-49 -66t-87.5 -67.5q-105 -73 -141 -113t-36 -101z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M153 314v81h68q157 0 157 123q0 57 -30.5 80t-89.5 23q-99 0 -155 -56l-49 64q68 73 202 73q89 0 146 -36q72 -45 72 -140q0 -62 -30 -105.5t-88 -60.5q129 -27 129 -173q0 -111 -80 -161q-59 -37 -154 -37q-134 0 -198 70l50 66q54 -57 154 -57q65 0 98.5 28t33.5 97
+q0 70 -38 95.5t-126 25.5h-72z" />
+    <glyph glyph-name="four" unicode="4" 
+d="M515 144h-118v-144h-88v144h-269v83l186 463h93l-187 -462h178v267h87v-266h118v-85z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M72 55l49 66q54 -54 148 -54q48 0 81 24q45 35 45 130q0 92 -37 121q-28 22 -80 22q-70 0 -120 -54l-73 23l5 357h363v-84h-280l-5 -206q45 44 126 44q82 0 137 -48q62 -54 62 -170q0 -132 -84 -192q-61 -45 -152 -45q-120 0 -185 66z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M487 639l-48 -65q-52 48 -144 48q-33 0 -56.5 -6t-39.5 -22.5t-25 -35.5t-14.5 -55.5t-7 -71t-2.5 -93.5q21 40 62 61.5t94 21.5q83 0 136 -48q56 -53 56 -161q0 -112 -60 -169q-57 -54 -159 -54q-123 0 -176 85q-45 72 -45 254q0 111 12 182.5t49 116.5q60 75 184 75
+q122 0 184 -63zM294 348q-67 0 -102.5 -38t-35.5 -110q0 -133 128 -133q67 0 94 35t27 107q0 73 -26 106t-85 33z" />
+    <glyph glyph-name="seven" unicode="7" 
+d="M124 497h-76l-1 193h456v-83q-136 -284 -220 -607h-99q82 318 223 602h-281z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M69 528q0 61 33.5 103t79 58t98.5 16q84 0 146 -42.5t62 -130.5q0 -118 -125 -176q135 -57 135 -184q0 -92 -65 -139t-156 -47q-57 0 -104.5 18t-81 61.5t-33.5 105.5q0 123 137 182q-126 51 -126 175zM159 521q0 -31 8.5 -53t28.5 -37t36 -22t46 -18q29 10 46.5 18
+t36.5 23t27.5 37t8.5 53q0 107 -118 107q-120 0 -120 -108zM148 178q0 -116 130 -116t130 116q0 33 -10 57t-31.5 39.5t-39.5 24t-50 19.5q-63 -21 -96 -50t-33 -90z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M66 51l48 65q52 -48 144 -48q33 0 56.5 6t39.5 22.5t25 35.5t14.5 55.5t7 71t2.5 93.5q-43 -83 -156 -83q-85 0 -136 48q-56 53 -56 161q0 112 60 169q59 54 159 54q123 0 175 -84q29 -47 37.5 -106.5t8.5 -147.5q0 -112 -12 -183t-49 -117q-60 -75 -184 -75
+q-122 0 -184 63zM259 342q67 0 102.5 38t35.5 110q0 133 -128 133q-67 0 -94 -35t-27 -107q0 -73 26 -106t85 -33z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="254" 
+d="M78 52q0 25 17 41.5t42 16.5t41.5 -16.5t16.5 -41.5t-16.5 -42t-41.5 -17t-42 16.5t-17 42.5zM78 404q0 26 17 42.5t42 16.5t41.5 -16.5t16.5 -42.5q0 -25 -16.5 -41.5t-41.5 -16.5t-42 16.5t-17 41.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="237" 
+d="M58 407q0 26 17 43t42 17q26 0 42.5 -17t16.5 -43q0 -25 -17 -41.5t-42 -16.5t-42 16.5t-17 41.5zM57 51q0 26 16 43t43 17q28 0 44 -17.5t16 -47.5q0 -67 -80 -189l-57 32q39 74 49 111q-31 14 -31 51z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="595" 
+d="M469 52l-401 171v87l401 172l27 -76l-342 -138l342 -140z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="595" 
+d="M508 129h-421v77h421v-77zM508 327h-421v77h421v-77z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="595" 
+d="M127 482l401 -172v-87l-401 -172l-27 76l342 139l-342 140z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="483" 
+d="M120 576l-48 63q72 61 179 61q66 0 118 -29q68 -38 68 -119q0 -41 -18.5 -74t-44.5 -54t-52 -38.5t-44.5 -37.5t-18.5 -42q0 -26 23 -59l-68 -39q-41 49 -41 101q0 35 18 63.5t43.5 47.5t51 36.5t43.5 40t18 48.5q0 78 -93 78q-75 0 -134 -47zM206 52q0 25 16.5 41.5
+t41.5 16.5t42 -16.5t17 -41.5t-16.5 -41.5t-42.5 -16.5q-25 0 -41.5 16.5t-16.5 41.5z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="866" 
+d="M647 134q33 0 53.5 43.5t20.5 118.5q0 133 -69.5 208.5t-209.5 75.5q-142 0 -219.5 -78.5t-77.5 -232.5q0 -306 323 -306q186 0 282 91l50 -55q-54 -52 -141.5 -84t-195.5 -32q-198 0 -301.5 104.5t-103.5 281.5q0 180 105 287.5t281 107.5q171 0 268 -99t97 -253
+q0 -108 -47 -178.5t-129 -70.5q-86 0 -103 80q-45 -82 -140 -82q-59 0 -96 33.5t-37 90.5q0 127 199 127h51v20q0 44 -16 60t-61 16q-72 0 -109 -33l-45 60q53 49 157 49q84 0 125 -38.5t41 -120.5v-90q0 -101 48 -101zM508 249h-51q-25 0 -40 -1.5t-31 -7.5t-23.5 -19
+t-7.5 -34q0 -51 48 -51q40 0 70.5 31t34.5 82z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="589" 
+d="M84 690h243q92 0 142 -40q50 -41 50 -121q0 -64 -30.5 -107.5t-92.5 -58.5q136 -17 136 -166q0 -99 -63 -150q-59 -47 -163 -47h-222v690zM177 315v-236h126q68 0 98 27q33 30 33 97q0 64 -31.5 88t-98.5 24h-127zM177 610v-219h99q68 0 106 27.5t38 94.5q0 55 -27 78
+q-22 19 -77 19h-139z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="582" 
+d="M484 151l57 -56q-85 -107 -228 -107q-112 0 -174 64q-81 84 -81 287q0 207 80 291q67 72 192 72q131 0 201 -78l-54 -62q-60 59 -150 59q-91 0 -129 -53q-42 -58 -42 -225q0 -172 48 -230q37 -44 110 -44q99 0 170 82z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="654" 
+d="M84 690h234q135 0 201 -63q44 -41 60.5 -107.5t16.5 -171.5q0 -97 -16.5 -167t-63.5 -115q-68 -66 -195 -66h-237v690zM178 608v-526h138q90 0 133 46q49 52 49 215q0 169 -49 222q-42 43 -133 43h-138z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="499" 
+d="M84 690h375v-82h-282v-221h257v-82h-257v-305h-93v690z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="648" 
+d="M333 368h239v-340q-93 -38 -218 -38q-148 0 -218 70q-45 45 -61.5 111.5t-16.5 163.5q0 211 79 291q71 74 214 74q140 0 212 -71l-53 -68q-64 58 -170 58q-93 0 -136 -48q-25 -27 -36.5 -77t-11.5 -150q0 -107 12.5 -157.5t38.5 -76.5q44 -42 142 -42q78 0 134 17v201
+h-150v82z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="665" 
+d="M84 690h93v-296h311v296h93v-690h-93v311h-311v-311h-93v690z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="274" 
+d="M98 690h92v-655q0 -244 -198 -244q-44 0 -79 13l18 86q24 -10 62 -10q62 0 83.5 36t21.5 119v655z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="610" 
+d="M84 690h93v-292h68l228 292h110l-260 -335l278 -355h-115l-243 310h-66v-310h-93v690z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="494" 
+d="M84 690h93v-607h289v-83h-382v690z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="851" 
+d="M105 690h131l190 -526l192 526h129l38 -690h-94l-26 583l-195 -546h-90l-194 546l-27 -583h-93z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="699" 
+d="M84 690h124l318 -566l-3 566h92v-690h-124l-318 565l2 -565h-91v690z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="571" 
+d="M84 690h232q95 0 146 -38q68 -50 68 -175q0 -130 -69 -180q-52 -39 -146 -39h-138v-258h-93v690zM177 608v-268h140q62 0 88 26q28 28 28 109t-31 110q-26 23 -91 23h-134z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="682" 
+d="M624 353q0 -202 -80 -288l-4 -4l97 -102l-71 -67l-108 115q-53 -21 -123 -21q-135 0 -204 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -81 73 -275zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229
+q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="590" 
+d="M84 690h234q94 0 147 -34q67 -44 67 -146q0 -158 -144 -189q27 -7 47.5 -24.5t35 -41t27.5 -66t21.5 -82t21.5 -107.5h-99q-35 170 -62.5 225.5t-91.5 55.5h-111v-281h-93v690zM177 609v-247h89q84 0 126 29.5t42 106.5q0 64 -27 89q-23 22 -90 22h-140z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -153 44q-118 0 -118 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -100 -76 -152q-63 -43 -160 -43q-56 0 -113 17t-91 51l48 68q66 -55 170 -55q59 0 93 24t34 86q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95
+q0 84 65 134q66 50 161 50q115 0 184 -56z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="544" 
+d="M14 690h516v-83h-211v-607h-93v607h-212v83z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="603" 
+d="M14 690h102l186 -588l189 588h98l-235 -690h-108z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="898" 
+d="M22 690h95l133 -582l147 562h106l148 -562l132 582h94l-170 -690h-111l-148 559l-149 -559h-111z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="595" 
+d="M34 690h111l154 -268l153 268h109l-203 -332l220 -358h-111l-170 291l-170 -291h-110l221 358z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="534" 
+d="M4 690h107l155 -324l158 324h106l-219 -419v-271h-93v271z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="548" 
+d="M495 688v-82l-350 -525l360 1v-82h-469v81l349 525h-341v82h451z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="336" 
+d="M84 725h190v-74h-99v-727h99v-73h-190v874z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="449" 
+d="M361 -93l-347 854l83 32l347 -854z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="336" 
+d="M252 -150h-189v74h99v728h-99v73h189v-875z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="595" 
+d="M77 341l177 402h88l176 -402l-77 -27l-144 343l-144 -343z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="424" 
+d="M424 -134h-424v82h424v-82z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="200" 
+d="M184 604l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="565" 
+d="M82 765h90v-345q48 90 161 90q173 0 173 -250q0 -270 -192 -270q-100 0 -148 77l-1 -67h-83v765zM414 253q0 38 -4 67.5t-15 55.5t-32 40t-52 14q-57 0 -94 -42q-48 -54 -48 -154q0 -87 41 -130q34 -36 90 -36q65 0 89.5 49t24.5 136z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="486" 
+d="M386 129l54 -55q-66 -84 -184 -84q-92 0 -143 59q-54 62 -54 193q0 145 60 210q54 59 155 59q102 0 158 -59l-51 -60q-43 39 -106 39q-71 0 -95.5 -42t-24.5 -138q0 -95 22.5 -139t82.5 -44q74 0 126 61z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="567" 
+d="M395 765h90v-765h-86v88q-25 -47 -70 -73t-98 -26q-69 0 -113 48q-59 65 -59 204q0 148 62 213q52 55 142 55q94 0 132 -61v317zM248 68q55 0 95 43q55 58 55 164q0 85 -39 124q-31 31 -87 31q-68 0 -92.5 -44t-24.5 -140q0 -92 21 -135t72 -43z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="380" 
+d="M35 405v79h88v38q0 94 45 154t143 60q68 0 105 -26l-33 -69q-29 15 -70 15q-60 0 -80 -30.5t-20 -103.5v-38h134v-79h-134v-405h-90v405h-88z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="567" 
+d="M405 499h80v-515q0 -226 -230 -226q-119 0 -186 57l47 68q56 -45 145 -45q83 0 110 35.5t27 113.5v101q-23 -46 -66 -71t-97 -25q-84 0 -127 59q-49 63 -49 194q0 138 59 205q52 59 141 59q100 0 144 -75zM252 70q57 0 94 41q53 56 53 163q0 84 -41 124q-35 33 -89 33
+q-65 0 -89.5 -46t-24.5 -141q0 -91 21.5 -132.5t75.5 -41.5z" />
+    <glyph glyph-name="h" unicode="h" 
+d="M82 765h90v-362q16 47 58.5 77.5t100.5 30.5q68 0 106.5 -43.5t38.5 -122.5v-345h-90v329q0 51 -16 75.5t-54 24.5q-61 0 -102.5 -62t-41.5 -193v-174h-90v765z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="254" 
+d="M82 499h90v-499h-90v499zM69 667q0 25 16.5 41.5t41.5 16.5t41.5 -16.5t16.5 -41.5t-16.5 -42t-41.5 -17t-41.5 17t-16.5 42z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="256" 
+d="M84 499h90v-553q0 -87 -41.5 -136.5t-125.5 -49.5q-34 0 -64 11l17 80q17 -7 48 -7q46 0 61 23.5t15 79.5v552zM71 667q0 25 16.5 41.5t41.5 16.5t41.5 -16.5t16.5 -41.5t-16.5 -42t-41.5 -17t-41.5 17t-16.5 42z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="509" 
+d="M82 765h90v-465h43l149 199h109l-187 -239l206 -260h-117l-161 214h-42v-214h-90v765z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="254" 
+d="M82 765h90v-765h-90v765z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="840" 
+d="M82 499h86v-104q18 54 58 85t99 31q113 0 137 -118q19 54 60 86t99 32q67 0 104.5 -43.5t37.5 -122.5v-345h-90v324q0 54 -14.5 79.5t-53.5 25.5q-59 0 -98.5 -62t-39.5 -189v-178h-90v326q0 51 -14.5 77t-53.5 26q-59 0 -98 -62t-39 -189v-178h-90v499z" />
+    <glyph glyph-name="n" unicode="n" 
+d="M82 499h86l-1 -104q18 54 60.5 85t102.5 31q70 0 108 -44t38 -122v-345h-90v324q0 54 -15.5 79.5t-55.5 25.5q-63 0 -103 -63t-40 -189v-177h-90v499z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="567" 
+d="M82 499h87v-88q23 46 68 73t98 27q70 0 114 -47q59 -63 59 -206q0 -156 -71 -222q-51 -46 -129 -46q-91 0 -136 60v-290h-90v739zM318 431q-62 0 -102 -51q-47 -59 -47 -157q0 -80 31 -116q33 -39 98 -39q62 0 88 43t26 143q0 94 -21.5 135.5t-72.5 41.5z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="567" 
+d="M404 499h81v-739h-90v319q-23 -42 -67 -66t-94 -24q-68 0 -115 47q-60 60 -60 204q0 150 61 215q51 54 134 54q105 0 149 -77zM155 241q0 -87 20.5 -130t77.5 -43t97 44q48 51 48 152q0 90 -39 129q-40 38 -94 38q-62 0 -86 -45t-24 -145z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="386" 
+d="M82 499h86l-1 -99q41 111 139 111q34 0 60 -14l-25 -84q-14 9 -43 9q-62 0 -94 -66.5t-32 -163.5v-192h-90v499z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -111 36q-84 0 -84 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -75 -55.5 -111t-135.5 -36q-115 0 -165 60l47 59q46 -46 126 -46q93 0 93 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36
+q98 0 150 -52z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="419" 
+d="M363 82l8 -76q-43 -13 -100 -13q-88 0 -118 40t-30 133v245h-91v79h91v144l89 11v-155h152v-79h-152v-240q0 -58 12.5 -78.5t59.5 -20.5q39 0 79 10z" />
+    <glyph glyph-name="u" unicode="u" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="486" 
+d="M22 499h97l125 -404l126 404h94l-170 -499h-104z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="735" 
+d="M25 499h93l96 -396l103 382h102l104 -382l95 396h92l-135 -499h-103l-105 385l-107 -385h-104z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="500" 
+d="M41 499h104l107 -181l106 181h103l-148 -240l161 -259h-105l-119 196l-120 -196h-103l164 258z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="500" 
+d="M479 499l-145 -470q-41 -135 -93 -202.5t-133 -67.5q-47 0 -72 18l31 75q20 -10 44 -10q44 0 72.5 37.5t55.5 124.5h-53l-164 495h96l140 -450l126 450h95z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="456" 
+d="M402 493v-77l-251 -338h259v-78h-366v77l250 338h-242v78h350z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="355" 
+d="M292 -149h-60q-59 0 -93 33t-34 94v164q0 63 -21.5 84t-76.5 23v76q55 2 76.5 23.5t21.5 84.5v161q0 62 33.5 96.5t93.5 34.5h60v-78h-39q-39 0 -51 -15.5t-12 -52.5v-155q0 -116 -82 -136q82 -22 82 -136v-156q0 -37 12 -53t51 -16h39v-76z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="259" 
+d="M175 765v-1005h-91v1005h91z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="355" 
+d="M63 724h60q59 0 93 -33t34 -94v-164q0 -63 21.5 -84t76.5 -23v-76q-55 -1 -76.5 -23t-21.5 -85v-161q0 -61 -34 -95.5t-93 -34.5h-60v78h39q39 0 51 15t12 53v155q0 116 82 135q-82 22 -82 136v156q0 37 -12 53t-51 16h-39v76z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="595" 
+d="M489 321l51 -51q-64 -78 -138 -78q-44 0 -112.5 34t-99.5 34q-44 0 -84 -48l-50 51q62 78 137 78q44 0 112.5 -34t99.5 -34q44 0 84 48z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="319" 
+d="M94 -78l7 492h83l7 -492h-97zM201 561q0 -25 -16.5 -41.5t-41.5 -16.5t-42 16.5t-17 41.5t17 41t42 16t41.5 -16t16.5 -41z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M339 765l-1 -109q95 -8 152 -68l-54 -62q-52 49 -131 49q-87 0 -115.5 -50t-28.5 -168q0 -120 26.5 -172t101.5 -52q95 0 154 78l59 -57q-59 -80 -164 -97l1 -112h-95l1 111q-84 13 -130 77q-53 72 -53 218q0 153 57 226q46 58 126 74l-1 114h95z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" 
+d="M379 385v-78h-162v-229h304v-78h-474v78h77v229h-77v78h77v64q0 49 10.5 90t34 78t68.5 58.5t108 21.5q103 0 158 -56l-53 -62q-38 39 -110 39q-77 0 -100 -41t-23 -133v-59h162z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" 
+d="M534 559l-86 -83q28 -48 28 -110q0 -64 -30 -115l90 -87l-58 -56l-88 88q-46 -30 -114 -30q-64 0 -113 29l-87 -89l-58 57l89 87q-31 48 -31 114q0 63 28 111l-87 84l57 57l85 -84q47 32 118 32q66 0 116 -31l84 82zM397 366q0 125 -121 125q-120 0 -120 -125
+q0 -128 120 -128q121 0 121 128z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" 
+d="M510 239v-80h-190v-159h-92v159h-179v80h179v39l-16 28h-163v79h121l-165 305h107l164 -323l168 323h104l-169 -305h131v-79h-174l-16 -28v-39h190z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="259" 
+d="M175 -240h-91v376h91v-376zM175 765v-377h-91v377h91z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="499" 
+d="M49 -55l42 62q53 -43 135 -43q112 0 112 81q0 32 -31 53t-76 35t-89.5 32.5t-75.5 57t-31 96.5q0 87 77 147q-43 40 -43 100q0 75 59.5 115t144.5 40q99 0 159 -51l-41 -61q-46 39 -129 39q-107 0 -107 -80q0 -31 31 -52t74.5 -35.5t87.5 -33t75 -57.5t31 -97
+q0 -86 -76 -148q45 -38 45 -99q0 -74 -63 -114.5t-143 -40.5q-103 0 -168 54zM371 288q0 24 -10.5 42.5t-32.5 32.5t-41 22t-53 20.5t-51 19.5q-65 -48 -65 -102q0 -24 10.5 -42.5t32.5 -32t41 -21.5t53.5 -20.5t51.5 -19.5q64 48 64 101z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="200" 
+d="M194 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM5 707q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="822" 
+d="M58 345q0 160 92.5 265t260.5 105q167 0 260 -105t93 -265t-93.5 -265t-260.5 -105t-259.5 105t-92.5 265zM141 343q0 -130 67.5 -208t201.5 -78t202 78t68 209t-67 209.5t-200 78.5q-135 0 -203.5 -79t-68.5 -210zM510 262l59 -63q-61 -66 -160 -66q-81 0 -127 48
+q-51 52 -51 158q0 99 45 154q51 60 147 60q89 0 138 -45l-53 -71q-32 27 -89 27q-48 0 -65.5 -25.5t-17.5 -92.5q0 -72 17.5 -98.5t57.5 -26.5q58 0 99 41z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="320" 
+d="M266 389h-221v58h221v-58zM76 696l-36 40q38 38 111 38q59 0 87 -23.5t28 -78.5v-172h-61v38q-29 -45 -89 -45q-40 0 -64 21t-24 60q0 50 41 71q35 19 96 19h36v9q0 27 -12 37.5t-41 10.5q-44 0 -72 -25zM201 618h-39q-35 0 -51 -7.5t-16 -32.5q0 -33 31 -33
+q27 0 50.5 20t24.5 53z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="492" 
+d="M181 66l-161 201l161 200l59 -46l-121 -154l121 -154zM401 66l-161 201l161 200l59 -46l-122 -154l122 -154z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="595" 
+d="M510 368v-286h-88v208h-349v78h437z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="590" 
+d="M59 593q0 103 65.5 171.5t170.5 68.5t170.5 -69t65.5 -171t-66 -171t-171 -69q-104 0 -169.5 69t-65.5 171zM124 593q0 -79 45.5 -128t124.5 -49q80 0 126 49t46 129q0 79 -46 128t-125 49t-125 -49.5t-46 -128.5zM195 717h112q96 0 96 -71q0 -58 -56 -70
+q28 -5 38.5 -27.5t18.5 -80.5h-64q-9 49 -17 66t-27 17h-39v-83h-62v249zM257 665v-64h24q30 0 44 8t14 29q0 16 -8.5 21.5t-29.5 5.5h-44z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="200" 
+d="M247 614h-294v76h294v-76z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="444" 
+d="M386 572q0 -74 -44 -120.5t-123 -46.5q-77 0 -119 44.5t-42 115.5q0 74 44 120.5t123 46.5q77 0 119 -44.5t42 -115.5zM306 571q0 40 -20.5 66t-61.5 26q-42 0 -64 -28t-22 -70q0 -40 20.5 -66t61.5 -26q42 0 64 28.5t22 69.5z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="595" 
+d="M496 318h-159v-153h-79v153h-159v74h159v149h79v-149h159v-74zM496 44h-397v73h397v-73z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="351" 
+d="M302 562v-62h-259v47q0 50 23.5 77t93.5 68q25 14 37 22.5t22.5 23.5t10.5 32q0 42 -62 42q-52 0 -82 -30l-44 43q45 48 132 48q129 0 129 -103q0 -41 -21 -65t-70 -52q-54 -31 -74 -49.5t-20 -42.5z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="351" 
+d="M96 658v58h46q78 0 78 53q0 25 -15.5 34.5t-46.5 9.5q-55 0 -85 -26l-36 48q38 38 123 38q58 0 92 -22q42 -25 42 -74q0 -68 -67 -87q72 -16 72 -91q0 -54 -45 -82q-38 -24 -97 -24q-84 0 -121 38l36 48q30 -26 86 -26q34 0 51 11.5t17 41.5t-19 41t-63 11h-48z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="200" 
+d="M66 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" 
+d="M471 0h-85l2 104q-17 -55 -57.5 -85t-100.5 -30q-39 0 -64 11l6 -240h-90v739h90v-327q0 -103 72 -103q58 0 98 63.5t40 188.5v178h89v-499z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="749" 
+d="M665 -240h-90v868h-122v-868h-90v504h-109q-36 0 -61.5 3t-56 16t-50 35.5t-32.5 65t-13 101.5q0 58 12 100t30 65.5t47 37.5t55.5 18t61.5 4h418v-950zM363 347v280h-109q-69 0 -94.5 -34t-25.5 -107q0 -84 29.5 -111.5t96.5 -27.5h103z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="235" 
+d="M58 267q0 25 17 42t42 17t42.5 -17t17.5 -42t-17 -42t-43 -17q-25 0 -42 17t-17 42z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="200" 
+d="M45 11h66l-6 -59q69 -27 69 -83q0 -43 -29 -73t-80 -30q-68 0 -107 57l41 43q27 -38 61 -38q19 0 31.5 10.5t12.5 29.5q0 37 -67 54z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="351" 
+d="M56 500v63h100v231l-84 -55l-39 50l116 78h79v-304h78v-63h-250z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="346" 
+d="M287 389h-225v58h225v-58zM305 638q0 -74 -38 -111q-34 -34 -98 -34q-60 0 -93 31q-37 34 -37 105q0 73 37 111q33 35 99 35q61 0 93 -29q37 -33 37 -108zM232 639q0 50 -19 66q-12 11 -38 11q-28 0 -44 -14q-18 -18 -18 -72q0 -49 16 -65q15 -13 41 -13q31 0 46 17
+q16 20 16 70z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="492" 
+d="M311 467l161 -200l-161 -200l-59 45l121 155l-121 153zM91 467l161 -200l-161 -200l-59 45l122 155l-122 153z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM80 323v63h94v233l-77 -55l-39 52l107 74h81v-304h74v-63h-240zM819 70h-61v-70h-67v70h-151v62l92 235h69l-92 -234h83v134h66v-133h61v-64z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM80 323v63h94v233l-77 -55l-39 52l107 74h81v-304h74v-63h-240zM805 62v-62h-252v47q0 51 22 77.5t89 66.5q25 15 37.5 23.5t22.5 23t10 32.5q0 42 -59 42q-50 0 -80 -30l-43 44q44 47 128 47q126 0 126 -103q0 -41 -21 -65.5
+t-68 -52.5q-53 -32 -71 -49t-18 -42z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM819 70h-61v-70h-67v70h-151v62l92 235h69l-92 -234h83v134h66v-133h61v-64zM114 481v59h46q78 0 78 52q0 25 -15.5 34.5t-46.5 9.5q-55 0 -85 -25l-36 47q40 39 121 39q59 0 94 -22q42 -27 42 -75q0 -66 -67 -87q72 -15 72 -89
+q0 -57 -45 -84q-37 -23 -98 -23q-83 0 -120 37l37 49q30 -27 85 -27q68 0 68 53q0 30 -19 41t-63 11h-48z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="483" 
+d="M363 36l49 -63q-71 -61 -178 -61q-69 0 -120 29q-68 39 -68 119q0 41 18.5 74t44.5 54t52 38.5t44.5 37.5t18.5 42q0 26 -23 59l68 39q42 -50 42 -101q0 -36 -18 -64.5t-43.5 -47.5t-51.5 -36.5t-44 -39.5t-18 -49q0 -77 93 -77q76 0 134 47zM278 560q0 -25 -17 -41.5
+t-42 -16.5t-42 16.5t-17 41.5t17 41.5t42 16.5q26 0 42.5 -16.5t16.5 -41.5z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM379 805l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM246 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM148 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM421 913l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM391 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM202 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37
+q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM410 845q0 -45 -32 -72t-81 -27t-81 27t-32 73q0 45 31.5 71.5t81.5 26.5q49 0 81 -27t32 -72zM347 846q0 22 -14 33.5t-36 11.5t-36 -12t-14 -34t14 -33.5t36 -11.5t36 12t14 34z
+" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="853" 
+d="M417 189h-239l-87 -189h-103l328 690h477v-82h-282v-215h256v-82h-256v-230h286v-81h-380v189zM372 608l-158 -341h203v341h-45z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="582" 
+d="M484 151l57 -56q-82 -103 -219 -107l-3 -36q69 -27 69 -83q0 -43 -29 -73t-80 -30q-67 0 -108 57l42 43q25 -38 61 -38q19 0 31 10.5t12 29.5q0 38 -67 54l7 71q-73 11 -118 59q-81 84 -81 287q0 205 80 291q67 72 193 72q130 0 200 -78l-54 -62q-60 59 -150 59
+q-91 0 -130 -54q-41 -57 -41 -226q0 -170 48 -228q37 -44 109 -44q100 0 171 82z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM359 805l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM226 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM128 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM371 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM182 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z
+" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM213 805l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM80 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM-18 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM225 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM36 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="665" 
+d="M96 690h236q137 0 204 -69q41 -43 56.5 -109.5t15.5 -163.5q0 -187 -69 -268q-68 -80 -206 -80h-237v313h-70v84h70v293zM189 608v-211h138v-84h-138v-232h141q105 0 143 58q36 54 36 206q0 167 -41 217q-37 46 -137 46h-142z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="699" 
+d="M84 690h124l318 -566l-3 566h92v-690h-124l-318 565l2 -565h-91v690zM488 913l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M423 805l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M290 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M192 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M465 913l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M435 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM246 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="595" 
+d="M447 64l-150 147l-149 -148l-56 57l149 147l-149 147l56 56l149 -148l149 148l56 -56l-149 -147l149 -147z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="685" 
+d="M623 354q0 -203 -81 -290q-71 -78 -208 -78q-98 0 -162 40l-66 -96l-68 47l74 108q-54 81 -54 251q0 198 74 284q72 84 214 84q98 0 162 -40l66 96l68 -48l-74 -107q55 -80 55 -251zM525 351q0 106 -17 166l-288 -421q40 -32 115 -32q108 0 150 66q40 61 40 221zM155 339
+q0 -107 17 -166l288 421q-40 32 -115 32q-106 0 -149 -64q-41 -62 -41 -223z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM418 805l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM285 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM187 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM430 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37
+q0 23 15 38.5t37 15.5zM241 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="534" 
+d="M4 690h107l155 -324l158 324h106l-219 -419v-271h-93v271zM216 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="585" 
+d="M177 554h136q85 0 136 -32q78 -48 78 -180q0 -138 -82 -189q-52 -31 -134 -31h-134v-122h-93v690h93v-136zM177 472v-268h137q63 0 88 26q28 29 28 109q0 85 -33 113q-25 20 -89 20h-131z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="584" 
+d="M82 0v485q0 34 4 65.5t17.5 71t35.5 67.5t63 47.5t96 19.5q99 0 151 -64q47 -59 47 -163q0 -46 -5 -84q-36 0 -56 -0.5t-43.5 -4t-35 -10.5t-19.5 -20t-8 -32q0 -29 22.5 -47t55 -30t64.5 -28t54.5 -49.5t22.5 -85.5q0 -71 -54 -112q-50 -37 -123 -37q-98 0 -151 53
+l41 65q47 -43 122 -43q41 0 58.5 16t17.5 51q0 31 -22.5 51.5t-54.5 33t-64.5 28t-55 47t-22.5 79.5q0 57 39 95q47 43 123 49q3 14 3 39q0 64 -25 95q-22 28 -76 28q-43 0 -70.5 -14t-40.5 -42t-17 -56.5t-4 -70.5v-493h-90z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM331 604l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM213 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM108 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM371 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM341 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM152 707q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM364 685q0 -48 -33 -78.5t-84 -30.5t-84 30.5t-33 78.5t32.5 78.5t84.5 30.5q51 0 84 -30.5t33 -78.5zM296 685q0 24 -14 37.5t-35 13.5q-22 0 -35.5 -14t-13.5 -38t14 -37t35 -13t35 14t14 37z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="813" 
+d="M697 126l50 -58q-78 -78 -188 -78q-130 0 -181 108q-57 -109 -186 -109q-74 0 -115 38.5t-41 107.5q0 43 16.5 74t41 48t60 27t64.5 12.5t65 2.5h58v17q0 63 -23 90t-86 27q-81 0 -130 -46l-45 57q61 65 174 65q120 0 164 -87q55 89 166 89q94 0 141 -62.5t47 -163.5
+q0 -29 -4 -53l-311 -2q-1 -82 23 -122.5t96 -40.5q80 0 144 59zM341 230h-63h-33t-29.5 -1.5t-29 -5t-22.5 -10t-19.5 -16.5t-10.5 -25t-5 -35q0 -37 17 -55.5t57 -18.5q71 0 105 51t33 116zM437 299h219q1 72 -20 104.5t-80 32.5q-62 0 -89 -35.5t-30 -101.5z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="489" 
+d="M386 129l54 -55q-58 -76 -163 -84l-4 -38q69 -27 69 -83q0 -43 -29 -73t-80 -30q-68 0 -107 57l41 43q27 -38 61 -38q19 0 31.5 10.5t12.5 29.5q0 37 -67 54l7 72q-60 10 -99 55q-54 63 -54 194q0 142 60 207q54 59 156 59q101 0 157 -59l-51 -60q-43 39 -106 39
+q-71 0 -95.5 -41.5t-24.5 -137.5q0 -95 22.5 -138.5t83.5 -43.5q74 0 125 61z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM357 604l-54 -47
+l-154 171l62 52z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM239 557l-54 47l146 176
+l61 -52z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM134 615l140 148
+l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM367 707q23 0 38 -15.5
+t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM178 707q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM210 604l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM92 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM-13 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM220 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM31 707q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="565" 
+d="M230 572l76 54q-48 42 -140 86l38 72q109 -47 175 -107l78 55l40 -51l-73 -52q83 -105 83 -300q0 -340 -232 -340q-104 0 -160 64.5t-56 174.5q0 107 53 172.5t155 65.5q104 0 142 -63q-6 104 -58 175l-82 -58zM277 394q-68 0 -94 -38t-26 -123q0 -93 27.5 -130.5
+t91.5 -37.5q74 0 103.5 43t29.5 121q0 85 -31.5 125t-100.5 40z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" 
+d="M82 499h86l-1 -104q18 54 60.5 85t102.5 31q70 0 108 -44t38 -122v-345h-90v324q0 54 -15.5 79.5t-55.5 25.5q-63 0 -103 -63t-40 -189v-177h-90v499zM402 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5
+t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM361 604l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM243 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM138 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM401 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM371 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM182 707q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="595" 
+d="M243 97q0 22 15.5 37.5t38.5 15.5t39 -15.5t16 -37.5q0 -23 -16 -38.5t-39 -15.5t-38.5 15.5t-15.5 38.5zM243 437q0 23 16 38.5t39 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-39 15.5t-16 38.5zM523 225h-452v83h452v-83z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="560" 
+d="M512 525l-56 -88q45 -60 45 -179q0 -139 -60 -205q-58 -65 -163 -65q-54 0 -98 18l-52 -81l-73 49l56 87q-46 60 -46 178q0 130 54 198q59 73 170 73q54 0 97 -18l53 82zM412 257q0 56 -10 95l-180 -281q21 -10 58 -10q69 0 99 43q33 46 33 153zM155 241q0 -61 9 -96
+l181 282q-23 10 -57 10q-65 0 -96 -37q-37 -45 -37 -159z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM361 604l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM243 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM138 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM371 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM182 707
+q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="500" 
+d="M479 499l-145 -470q-41 -135 -93 -202.5t-133 -67.5q-47 0 -72 18l31 75q20 -10 44 -10q44 0 72.5 37.5t55.5 124.5h-53l-164 495h96l140 -450l126 450h95zM216 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="567" 
+d="M82 765h90v-348q24 44 68.5 69t94.5 25q70 0 114 -47q59 -63 59 -206q0 -156 -71 -222q-51 -46 -129 -46q-91 0 -136 60v-290h-90v1005zM318 431q-62 0 -102 -51q-47 -59 -47 -157q0 -80 31 -116q33 -39 98 -39q62 0 88 43t26 143q0 94 -21.5 135.5t-72.5 41.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="500" 
+d="M479 499l-145 -470q-41 -135 -93 -202.5t-133 -67.5q-47 0 -72 18l31 75q20 -10 44 -10q44 0 72.5 37.5t55.5 124.5h-53l-164 495h96l140 -450l126 450h95zM344 707q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM155 707
+q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM444 805h-294v76h294v-76z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM394 614h-294v76h294v-76z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="594" 
+d="M589 0h-103l-56 172h-268l-58 -172h-99l235 690h117zM408 251l-111 342l-112 -342h223zM388 927h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="503" 
+d="M106 383l-49 56q63 70 181 70q95 0 141.5 -43t46.5 -139v-327h-83l-1 83q-23 -46 -65.5 -70t-93.5 -24q-69 0 -107 38q-40 37 -40 107q0 80 57 120q59 41 173 41h72v25q0 64 -22.5 89t-80.5 25q-79 0 -129 -51zM339 227h-82q-67 0 -98 -18t-31 -71q0 -75 68 -75
+q54 0 97.5 42t45.5 122zM338 736h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="591" 
+d="M588 0q-78 -33 -113.5 -63.5t-35.5 -63.5q0 -42 46 -42q44 0 75 43l43 -45q-43 -60 -122 -60q-57 0 -87 26.5t-30 71.5q0 78 119 139l-54 166h-269l-57 -172h-99l235 690h117zM407 251l-111 342l-112 -342h223z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="505" 
+d="M106 383l-49 56q62 70 180 70q96 0 142.5 -43t46.5 -139v-327q-69 -34 -98.5 -63.5t-29.5 -61.5q0 -46 47 -46q41 0 70 41l44 -45q-43 -58 -118 -58q-57 0 -86.5 27.5t-29.5 73.5q0 39 26 72.5t91 74.5v70q-23 -47 -65.5 -71.5t-93.5 -24.5q-67 0 -107 38q-40 37 -40 106
+q0 93 73 131q57 31 161 31h68v25q0 65 -23 89.5t-82 24.5q-79 0 -127 -51zM338 227h-75q-70 0 -102.5 -17t-32.5 -72q0 -76 69 -76q50 0 94.5 44t46.5 121z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="582" 
+d="M484 151l57 -56q-85 -107 -228 -107q-112 0 -174 64q-81 84 -81 287q0 207 80 291q67 72 192 72q131 0 201 -78l-54 -62q-60 59 -150 59q-91 0 -129 -53q-42 -58 -42 -225q0 -172 48 -230q37 -44 110 -44q99 0 170 82zM280 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="489" 
+d="M386 129l54 -55q-66 -84 -184 -84q-92 0 -143 59q-54 62 -54 193q0 145 60 210q54 59 155 59q102 0 158 -59l-51 -60q-43 39 -106 39q-71 0 -95.5 -42t-24.5 -138q0 -95 22.5 -139t82.5 -44q74 0 126 61zM228 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="582" 
+d="M484 151l57 -56q-85 -107 -228 -107q-112 0 -174 64q-81 84 -81 287q0 207 80 291q67 72 192 72q131 0 201 -78l-54 -62q-60 59 -150 59q-91 0 -129 -53q-42 -58 -42 -225q0 -172 48 -230q37 -44 110 -44q99 0 170 82zM182 814l150 102l149 -101l-37 -58l-113 69
+l-113 -70z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="489" 
+d="M386 129l54 -55q-66 -84 -184 -84q-92 0 -143 59q-54 62 -54 193q0 145 60 210q54 59 155 59q102 0 158 -59l-51 -60q-43 39 -106 39q-71 0 -95.5 -42t-24.5 -138q0 -95 22.5 -139t82.5 -44q74 0 126 61zM123 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="582" 
+d="M484 151l57 -56q-85 -107 -228 -107q-112 0 -174 64q-81 84 -81 287q0 207 80 291q67 72 192 72q131 0 201 -78l-54 -62q-60 59 -150 59q-91 0 -129 -53q-42 -58 -42 -225q0 -172 48 -230q37 -44 110 -44q99 0 170 82zM277 843q0 23 15.5 39t37.5 16t38.5 -16t16.5 -39
+q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="489" 
+d="M386 129l54 -55q-66 -84 -184 -84q-92 0 -143 59q-54 62 -54 193q0 145 60 210q54 59 155 59q102 0 158 -59l-51 -60q-43 39 -106 39q-71 0 -95.5 -42t-24.5 -138q0 -95 22.5 -139t82.5 -44q74 0 126 61zM208 652q0 23 15.5 39t37.5 16q23 0 39 -16.5t16 -38.5t-16 -37.5
+t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="582" 
+d="M484 151l57 -56q-85 -107 -228 -107q-112 0 -174 64q-81 84 -81 287q0 207 80 291q67 72 192 72q131 0 201 -78l-54 -62q-60 59 -150 59q-91 0 -129 -53q-42 -58 -42 -225q0 -172 48 -230q37 -44 110 -44q99 0 170 82zM481 847l-151 -103l-148 102l36 58l113 -70l114 71z
+" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="489" 
+d="M386 129l54 -55q-66 -84 -184 -84q-92 0 -143 59q-54 62 -54 193q0 145 60 210q54 59 155 59q102 0 158 -59l-51 -60q-43 39 -106 39q-71 0 -95.5 -42t-24.5 -138q0 -95 22.5 -139t82.5 -44q74 0 126 61zM402 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="654" 
+d="M84 690h234q135 0 201 -63q44 -41 60.5 -107.5t16.5 -171.5q0 -97 -16.5 -167t-63.5 -115q-68 -66 -195 -66h-237v690zM178 608v-526h138q90 0 133 46q49 52 49 215q0 169 -49 222q-42 43 -133 43h-138zM471 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="567" 
+d="M395 765h90v-765h-86v88q-25 -47 -70 -73t-98 -26q-69 0 -113 48q-59 65 -59 204q0 148 62 213q52 55 142 55q94 0 132 -61v317zM248 68q55 0 95 43q55 58 55 164q0 85 -39 124q-31 31 -87 31q-68 0 -92.5 -44t-24.5 -140q0 -92 21 -135t72 -43zM543 722q0 25 16.5 42.5
+t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -72 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="665" 
+d="M96 690h236q137 0 204 -69q41 -43 56.5 -109t15.5 -162q0 -189 -69 -270q-68 -80 -206 -80h-237v313h-70v84h70v293zM189 608v-211h138v-84h-138v-232h141q105 0 143 58q36 54 36 206q0 167 -41 217q-37 46 -137 46h-142z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="567" 
+d="M578 570h-93v-570h-86v88q-25 -47 -70 -73t-98 -26q-69 0 -113 48q-59 63 -59 204q0 147 61 212q53 56 143 56q94 0 132 -61v122h-112v82h112v113h90v-113h93v-82zM250 68q52 0 94 44q54 57 54 164q0 85 -40 124q-30 30 -86 30q-68 0 -92.5 -44t-24.5 -140
+q0 -93 21 -135.5t74 -42.5z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM424 805h-294v76h294v-76z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM420 614h-294v76h294v-76
+z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM368 927h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM364 736h75
+q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM223 843q0 23 15.5 39t37.5 16t38.5 -16t16.5 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM219 652q0 23 15.5 39
+t37.5 16t38.5 -16.5t16.5 -38.5t-16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="520" 
+d="M85 690h375v-82h-282v-215h258v-82h-258v-229h286v-82q-76 -20 -118 -56t-42 -72q0 -40 46 -40q45 0 75 42l43 -45q-44 -60 -122 -60q-55 0 -86 26.5t-31 69.5q0 83 113 135h-257v690z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="538" 
+d="M408 -130l44 -45q-44 -58 -118 -58q-57 0 -86.5 27.5t-29.5 73.5q0 69 52 122q-112 0 -165 69q-47 62 -47 181q0 137 59 205q56 66 161 66q103 0 150 -60t47 -160q0 -30 -4 -55l-319 -2q1 -86 25 -126.5t96 -40.5q85 0 147 60l49 -56q-24 -24 -72 -56
+q-59 -39 -82.5 -70.5t-23.5 -65.5q0 -50 46 -50q42 0 71 41zM155 305l227 1q0 67 -22 98.5t-84 31.5q-64 0 -91 -33.5t-30 -97.5z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="520" 
+d="M84 690h376v-82h-283v-215h259v-82h-259v-229h287v-82h-380v690zM427 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="537" 
+d="M421 127l49 -56q-80 -81 -197 -81q-100 0 -153 53q-61 61 -61 192q0 145 59 211q58 65 160 65t149.5 -59t47.5 -155q0 -33 -3 -61l-320 -2q2 -86 25.5 -126.5t95.5 -40.5q86 0 148 60zM155 305l227 1q1 66 -21 98t-84 32q-64 0 -91 -33t-31 -98zM413 703l-141 -148
+l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="648" 
+d="M333 368h239v-340q-93 -38 -218 -38q-148 0 -218 70q-45 45 -61.5 111.5t-16.5 163.5q0 211 79 291q71 74 214 74q140 0 212 -71l-53 -68q-64 58 -170 58q-93 0 -136 -48q-25 -27 -36.5 -77t-11.5 -150q0 -107 12.5 -157.5t38.5 -76.5q44 -42 142 -42q78 0 134 17v201
+h-150v82zM191 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="567" 
+d="M405 499h80v-515q0 -226 -230 -226q-119 0 -186 57l47 68q56 -45 145 -45q83 0 110 35.5t27 113.5v101q-23 -46 -66 -71t-97 -25q-84 0 -127 59q-49 63 -49 194q0 138 59 205q52 59 141 59q100 0 144 -75zM252 70q57 0 94 41q53 56 53 163q0 84 -41 124q-35 33 -89 33
+q-65 0 -89.5 -46t-24.5 -141q0 -91 21.5 -132.5t75.5 -41.5zM144 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="648" 
+d="M333 368h239v-340q-93 -38 -218 -38q-148 0 -218 70q-45 45 -61.5 111.5t-16.5 163.5q0 211 79 291q71 74 214 74q140 0 212 -71l-53 -68q-64 58 -170 58q-93 0 -136 -48q-25 -27 -36.5 -77t-11.5 -150q0 -107 12.5 -157.5t38.5 -76.5q44 -42 142 -42q78 0 134 17v201
+h-150v82zM431 927h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="567" 
+d="M405 499h80v-515q0 -226 -230 -226q-119 0 -186 57l47 68q56 -45 145 -45q83 0 110 35.5t27 113.5v101q-23 -46 -66 -71t-97 -25q-84 0 -127 59q-49 63 -49 194q0 138 59 205q52 59 141 59q100 0 144 -75zM252 70q57 0 94 41q53 56 53 163q0 84 -41 124q-35 33 -89 33
+q-65 0 -89.5 -46t-24.5 -141q0 -91 21.5 -132.5t75.5 -41.5zM374 736h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="648" 
+d="M333 368h239v-340q-93 -38 -218 -38q-148 0 -218 70q-45 45 -61.5 111.5t-16.5 163.5q0 211 79 291q71 74 214 74q140 0 212 -71l-53 -68q-64 58 -170 58q-93 0 -136 -48q-25 -27 -36.5 -77t-11.5 -150q0 -107 12.5 -157.5t38.5 -76.5q44 -42 142 -42q78 0 134 17v201
+h-150v82zM286 843q0 23 15.5 39t37.5 16q23 0 39 -16t16 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="567" 
+d="M405 499h80v-515q0 -226 -230 -226q-119 0 -186 57l47 68q56 -45 145 -45q83 0 110 35.5t27 113.5v101q-23 -46 -66 -71t-97 -25q-84 0 -127 59q-49 63 -49 194q0 138 59 205q52 59 141 59q100 0 144 -75zM252 70q57 0 94 41q53 56 53 163q0 84 -41 124q-35 33 -89 33
+q-65 0 -89.5 -46t-24.5 -141q0 -91 21.5 -132.5t75.5 -41.5zM229 652q0 23 15.5 39t37.5 16t38.5 -16.5t16.5 -38.5t-16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="648" 
+d="M333 368h239v-340q-93 -38 -218 -38q-148 0 -218 70q-45 45 -61.5 111.5t-16.5 163.5q0 211 79 291q71 74 214 74q140 0 212 -71l-53 -68q-64 58 -170 58q-93 0 -136 -48q-25 -27 -36.5 -77t-11.5 -150q0 -107 12.5 -157.5t38.5 -76.5q44 -42 142 -42q78 0 134 17v201
+h-150v82zM292 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="567" 
+d="M405 499h80v-515q0 -226 -230 -226q-119 0 -186 57l47 68q56 -45 145 -45q83 0 110 35.5t27 113.5v101q-23 -46 -66 -71t-97 -25q-84 0 -127 59q-49 63 -49 194q0 138 59 205q52 59 141 59q100 0 144 -75zM252 70q57 0 94 41q53 56 53 163q0 84 -41 124q-35 33 -89 33
+q-65 0 -89.5 -46t-24.5 -141q0 -91 21.5 -132.5t75.5 -41.5zM335 627q0 -26 -16 -43t-43 -17t-43 17.5t-16 44.5q0 71 79 194l58 -33q-39 -74 -49 -111q30 -13 30 -52z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="665" 
+d="M84 690h93v-296h311v296h93v-690h-93v311h-311v-311h-93v690zM183 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" 
+d="M82 765h90v-362q16 47 58.5 77.5t100.5 30.5q68 0 106.5 -43.5t38.5 -122.5v-345h-90v329q0 51 -16 75.5t-54 24.5q-61 0 -102.5 -62t-41.5 -193v-174h-90v765zM185 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="698" 
+d="M101 690h93v-123h310v123h93v-123h125v-75h-125v-492h-93v311h-310v-311h-93v492h-124v75h124v123zM194 394h310v98h-310v-98z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM255 913l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM250 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM278 805h-294v76h294v-76z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499zM273 614h-294v76h294v-76z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="263" 
+d="M200 -125l44 -46q-45 -61 -118 -61q-59 0 -89.5 30t-30.5 79q0 72 79 131v682h93v-690q-96 -54 -96 -116q0 -52 48 -52q38 0 70 43z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="252" 
+d="M193 -125l44 -46q-45 -61 -118 -61q-59 0 -89.5 30t-30.5 79q0 72 82 134v488h90v-499q-96 -54 -96 -116q0 -52 48 -52q38 0 70 43zM69 667q0 25 16 41.5t41 16.5t41.5 -16.5t16.5 -41.5t-16.5 -42t-41.5 -17t-41 17t-16 42z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="261" 
+d="M84 690h93v-690h-93v690zM77 843q0 23 15.5 39t37.5 16t38.5 -16t16.5 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="253" 
+d="M82 499h90v-499h-90v499z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="610" 
+d="M84 690h93v-292h68l228 292h110l-260 -335l278 -355h-115l-243 310h-66v-310h-93v690zM249 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="509" 
+d="M82 765h90v-465h43l149 199h109l-187 -239l206 -260h-117l-161 214h-42v-214h-90v765zM201 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="494" 
+d="M84 690h93v-607h289v-83h-382v690zM130 706l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="254" 
+d="M82 765h90v-765h-90v765zM107 770l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="494" 
+d="M84 690h93v-607h289v-83h-382v690zM232 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="254" 
+d="M82 765h90v-765h-90v765zM75 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="494" 
+d="M84 690h93v-607h289v-83h-382v690zM243 639q0 25 16.5 42.5t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -71 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="254" 
+d="M82 765h90v-765h-90v765zM236 722q0 25 16.5 42.5t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -72 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="502" 
+d="M93 690h93v-264l64 35l39 -73l-103 -56v-250h289v-82h-382v282l-46 -25l-39 72l85 46v315z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="287" 
+d="M93 765h90v-334l67 36l40 -72l-107 -57v-338h-90v289l-49 -26l-39 72l88 47v383z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="699" 
+d="M84 690h124l318 -566l-3 566h92v-690h-124l-318 565l2 -565h-91v690zM313 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" 
+d="M82 499h86l-1 -104q18 54 60.5 85t102.5 31q70 0 108 -44t38 -122v-345h-90v324q0 54 -15.5 79.5t-55.5 25.5q-63 0 -103 -63t-40 -189v-177h-90v499zM244 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="699" 
+d="M84 690h124l318 -566l-3 566h92v-690h-124l-318 565l2 -565h-91v690zM291 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" 
+d="M82 499h86l-1 -104q18 54 60.5 85t102.5 31q70 0 108 -44t38 -122v-345h-90v324q0 54 -15.5 79.5t-55.5 25.5q-63 0 -103 -63t-40 -189v-177h-90v499zM232 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="699" 
+d="M84 690h124l318 -566l-3 566h92v-690h-124l-318 565l2 -565h-91v690zM514 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" 
+d="M82 499h86l-1 -104q18 54 60.5 85t102.5 31q70 0 108 -44t38 -122v-345h-90v324q0 54 -15.5 79.5t-55.5 25.5q-63 0 -103 -63t-40 -189v-177h-90v499zM418 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M488 805h-294v76h294v-76z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM424 614h-294v76h294v-76z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M432 927h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM368 736h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="682" 
+d="M624 352q0 -199 -80 -287q-72 -79 -208 -79t-205 76q-73 80 -73 275q0 201 79 288q72 79 209 79q136 0 205 -76q73 -82 73 -276zM524 349q0 176 -50 230q-42 45 -130 45q-92 0 -135 -49q-51 -57 -51 -236q0 -177 49 -229q41 -44 129 -44q91 0 136 48q28 31 40 85t12 150z
+M233 748l-41 46l167 147l48 -53zM428 748l-42 46l167 147l49 -53z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="555" 
+d="M496 256q0 -71 -13 -117t-47 -84q-60 -65 -163 -65q-101 0 -158 60q-32 34 -44 79t-12 112q0 72 13 120.5t47 85.5q59 64 163 64q103 0 158 -60q56 -61 56 -195zM402 254q0 107 -35 148q-30 32 -88 32q-61 0 -90 -35q-36 -44 -36 -155q0 -104 35 -146q26 -31 86 -31
+q63 0 92 35q36 44 36 152zM177 557l-49 43l143 173l56 -48zM367 557l-48 43l142 173l56 -48z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="951" 
+d="M890 690v-82h-328q55 -59 57 -215h246v-82h-246q0 -80 -12 -136.5t-49 -93.5h336v-81h-438q-17 0 -54.5 -2t-58.5 -2q-160 0 -230 98q-55 77 -55 244q0 177 60 257q73 99 230 99q18 0 59.5 -2t57.5 -2h425zM521 345q0 47 -1 73.5t-4 60t-10 50.5t-19.5 36t-31 27.5
+t-45.5 14.5t-63 6q-39 0 -68 -6.5t-49 -16t-33.5 -29.5t-21 -38t-11 -50.5t-4.5 -57.5t-1 -69q0 -46 1 -72.5t4.5 -59.5t10.5 -50.5t20 -36.5t32 -28t46.5 -15t64.5 -6q38 0 66.5 6.5t48 15.5t32.5 29t20.5 37.5t11 50.5t4 58t0.5 70z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="884" 
+d="M765 127l51 -54q-78 -83 -196 -83q-124 0 -172 92q-57 -93 -177 -93q-103 0 -159 68q-53 62 -53 183q0 127 59 199q61 72 165 72q119 0 171 -92q51 92 168 92q101 0 149 -62t48 -164q0 -11 -1.5 -29t-1.5 -21l-318 -2q-1 -89 21.5 -127.5t93.5 -38.5q94 0 152 60z
+M404 257q0 91 -24.5 133t-97.5 42q-77 0 -102.5 -47t-25.5 -146q0 -89 23 -130.5t96 -41.5q78 0 104.5 48t26.5 142zM500 304h226q1 72 -20 102.5t-84 30.5q-64 0 -90.5 -32t-31.5 -101z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="590" 
+d="M84 690h234q94 0 147 -34q67 -44 67 -146q0 -158 -144 -189q27 -7 47.5 -24.5t35 -41t27.5 -66t21.5 -82t21.5 -107.5h-99q-35 170 -62.5 225.5t-91.5 55.5h-111v-281h-93v690zM177 609v-247h89q84 0 126 29.5t42 106.5q0 64 -27 89q-23 22 -90 22h-140zM247 748l-38 57
+l183 135l46 -67z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="392" 
+d="M82 499h86l-1 -99q41 111 139 111q34 0 60 -14l-25 -84q-14 9 -43 9q-62 0 -94 -66.5t-32 -163.5v-192h-90v499zM167 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="590" 
+d="M84 690h234q94 0 147 -34q67 -44 67 -146q0 -158 -144 -189q27 -7 47.5 -24.5t35 -41t27.5 -66t21.5 -82t21.5 -107.5h-99q-35 170 -62.5 225.5t-91.5 55.5h-111v-281h-93v690zM177 609v-247h89q84 0 126 29.5t42 106.5q0 64 -27 89q-23 22 -90 22h-140zM249 -104
+q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="392" 
+d="M82 499h86l-1 -99q41 111 139 111q34 0 60 -14l-25 -84q-14 9 -43 9q-62 0 -94 -66.5t-32 -163.5v-192h-90v499zM108 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="590" 
+d="M84 690h234q94 0 147 -34q67 -44 67 -146q0 -158 -144 -189q27 -7 47.5 -24.5t35 -41t27.5 -66t21.5 -82t21.5 -107.5h-99q-35 170 -62.5 225.5t-91.5 55.5h-111v-281h-93v690zM177 609v-247h89q84 0 126 29.5t42 106.5q0 64 -27 89q-23 22 -90 22h-140zM448 847
+l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="392" 
+d="M82 499h86l-1 -99q41 111 139 111q34 0 60 -14l-25 -84q-14 9 -43 9q-62 0 -94 -66.5t-32 -163.5v-192h-90v499zM341 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -153 44q-118 0 -118 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -100 -76 -152q-63 -43 -160 -43q-56 0 -113 17t-91 51l48 68q66 -55 170 -55q59 0 93 24t34 86q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95
+q0 84 65 134q66 50 161 50q115 0 184 -56zM209 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -111 36q-84 0 -84 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -75 -55.5 -111t-135.5 -36q-115 0 -165 60l47 59q46 -46 126 -46q93 0 93 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36
+q98 0 150 -52zM184 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -153 44q-118 0 -118 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -100 -76 -152q-63 -43 -160 -43q-56 0 -113 17t-91 51l48 68q66 -55 170 -55q59 0 93 24t34 86q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95
+q0 84 65 134q66 50 161 50q115 0 184 -56zM111 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -111 36q-84 0 -84 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -75 -55.5 -111t-135.5 -36q-115 0 -165 60l47 59q46 -46 126 -46q93 0 93 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36
+q98 0 150 -52zM79 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -152 44q-119 0 -119 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -98 -75 -151q-53 -37 -131 -43l-4 -38q69 -27 69 -83q0 -43 -29 -73t-80 -30q-68 0 -107 57l41 43q27 -38 61 -38q19 0 31.5 10.5t12.5 29.5q0 37 -67 54
+l6 68q-112 11 -168 67l48 68q66 -55 171 -55q126 0 126 110q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95q0 84 65 134q66 50 162 50q114 0 183 -56z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -112 36q-83 0 -83 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -70 -47.5 -105.5t-120.5 -40.5l-3 -39q68 -27 68 -83q0 -44 -28.5 -73.5t-79.5 -29.5q-69 0 -108 57l42 43q25 -38 60 -38q19 0 31.5 10.5t12.5 29.5
+q0 37 -67 54l7 70q-85 12 -123 58l47 59q46 -46 127 -46q92 0 92 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36q98 0 150 -52z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -153 44q-118 0 -118 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -100 -76 -152q-63 -43 -160 -43q-56 0 -113 17t-91 51l48 68q66 -55 170 -55q59 0 93 24t34 86q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95
+q0 84 65 134q66 50 161 50q115 0 184 -56zM410 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -111 36q-84 0 -84 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -75 -55.5 -111t-135.5 -36q-115 0 -165 60l47 59q46 -46 126 -46q93 0 93 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36
+q98 0 150 -52zM358 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Tcommaaccent" unicode="&#x162;" horiz-adv-x="544" 
+d="M14 690h516v-83h-211v-607h-93v607h-212v83zM222 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="tcommaaccent" unicode="&#x163;" horiz-adv-x="419" 
+d="M363 82l8 -76q-43 -13 -100 -13q-88 0 -118 40t-30 133v245h-91v79h91v144l89 11v-155h152v-79h-152v-240q0 -58 12.5 -78.5t59.5 -20.5q39 0 79 10zM177 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="544" 
+d="M14 690h516v-83h-211v-607h-93v607h-212v83zM422 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="419" 
+d="M363 82l8 -76q-43 -13 -100 -13q-88 0 -118 40t-30 133v245h-91v79h91v144l89 11v-155h152v-79h-152v-240q0 -58 12.5 -78.5t59.5 -20.5q39 0 79 10zM273 745q0 25 16.5 42.5t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -71 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z
+" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM460 913l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35
+l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM401 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5
+t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM483 805h-294v76h294v-76z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM424 614h-294v76h294v-76z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM427 927h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68
+t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM368 736h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM449 845q0 -45 -32 -72t-81 -27t-81 27t-32 73q0 45 31.5 71.5t81.5 26.5
+q49 0 81 -27t32 -72zM386 846q0 22 -14 33.5t-36 11.5t-36 -12t-14 -34t14 -33.5t36 -11.5t36 12t14 34z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM394 685q0 -48 -33 -78.5t-84 -30.5t-84 30.5t-33 78.5t32.5 78.5t84.5 30.5q51 0 84 -30.5t33 -78.5zM326 685
+q0 24 -14 37.5t-35 13.5q-22 0 -35.5 -14t-13.5 -38t14 -37t35 -13t35 14t14 37z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="672" 
+d="M84 690h93v-449q0 -46 4.5 -72.5t19.5 -52t48 -36.5t87 -11q53 0 85.5 10.5t48.5 35.5t21 53t5 76v446h92v-443q0 -122 -47 -179q-64 -79 -209 -79q-138 0 -199 73q-49 58 -49 180v448zM228 748l-41 46l167 147l48 -53zM423 748l-42 46l167 147l49 -53z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" 
+d="M471 0h-84v104q-17 -54 -59 -84.5t-102 -30.5q-70 0 -107 42.5t-37 122.5v345h90v-327q0 -104 72 -104q59 0 98.5 61.5t39.5 186.5v183h89v-499zM177 557l-49 43l143 173l56 -48zM367 557l-48 43l142 173l56 -48z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="676" 
+d="M85 690h93v-449q0 -46 4 -72.5t19 -52t48.5 -36.5t87.5 -11q53 0 85.5 10.5t48 35.5t20.5 53t5 76v446h93v-443q0 -121 -48 -179q-35 -43 -93 -62q-62 -30 -94 -65.5t-32 -66.5q0 -42 47 -42q43 0 73 43l45 -46q-45 -61 -122 -61q-56 0 -87.5 27t-31.5 71q0 68 71 123
+q-127 4 -184 73q-48 58 -48 180v448z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="552" 
+d="M466 -132l42 -43q-42 -58 -117 -58q-56 0 -86 26.5t-30 71.5q0 41 24 75.5t87 73.5v90q-17 -54 -59 -84.5t-100 -30.5q-72 0 -109 42t-37 123v345h90v-327q0 -104 73 -104q58 0 97.5 64t39.5 190v177h90v-499q-69 -35 -96.5 -64.5t-27.5 -62.5q0 -47 48 -47q42 0 71 42z
+" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="898" 
+d="M22 690h95l133 -582l147 562h106l148 -562l132 582h94l-170 -690h-111l-148 559l-149 -559h-111zM300 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="735" 
+d="M25 499h93l96 -396l103 382h102l104 -382l95 396h92l-135 -499h-103l-105 385l-107 -385h-104zM228 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="534" 
+d="M4 690h107l155 -324l158 324h106l-219 -419v-271h-93v271zM118 814l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="500" 
+d="M479 499l-145 -470q-41 -135 -93 -202.5t-133 -67.5q-47 0 -72 18l31 75q20 -10 44 -10q44 0 72.5 37.5t55.5 124.5h-53l-164 495h96l140 -450l126 450h95zM111 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="534" 
+d="M4 690h107l155 -324l158 324h106l-219 -419v-271h-93v271zM361 898q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM172 898q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="548" 
+d="M495 688v-82l-350 -525l360 1v-82h-469v81l349 525h-341v82h451zM225 748l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="456" 
+d="M402 493v-77l-251 -338h259v-78h-366v77l250 338h-242v78h350zM196 557l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="548" 
+d="M495 688v-82l-350 -525l360 1v-82h-469v81l349 525h-341v82h451zM222 843q0 23 15.5 39t37.5 16q23 0 39 -16t16 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="456" 
+d="M402 493v-77l-251 -338h259v-78h-366v77l250 338h-242v78h350zM176 652q0 23 15.5 39t37.5 16q23 0 39 -16.5t16 -38.5t-16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="548" 
+d="M495 688v-82l-350 -525l360 1v-82h-469v81l349 525h-341v82h451zM426 847l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="456" 
+d="M402 493v-77l-251 -338h259v-78h-366v77l250 338h-242v78h350zM370 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="florin" unicode="&#x192;" 
+d="M114 427v82h95v28q0 107 42 165.5t153 58.5q42 0 80 -6l-3 -81q-24 6 -69 6q-72 0 -92 -30.5t-20 -113.5v-27h143v-82h-143v-475q0 -94 -37.5 -142t-127.5 -48q-35 0 -65 6l5 81q28 -6 57 -6q48 0 62.5 24t14.5 81v479h-95z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="519" 
+d="M455 645l-45 -68q-63 44 -153 44q-118 0 -118 -102q0 -35 25 -61t62 -40t81 -33.5t81 -40.5t62 -62.5t25 -97.5q0 -100 -76 -152q-63 -43 -160 -43q-56 0 -113 17t-91 51l48 68q66 -55 170 -55q59 0 93 24t34 86q0 39 -25 66.5t-62 42.5t-80.5 34t-80.5 39t-62 60t-25 95
+q0 84 65 134q66 50 161 50q115 0 184 -56zM200 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="423" 
+d="M375 457l-48 -59q-46 36 -111 36q-84 0 -84 -61q0 -27 26.5 -44.5t64 -30t75 -28.5t64 -49.5t26.5 -83.5q0 -75 -55.5 -111t-135.5 -36q-115 0 -165 60l47 59q46 -46 126 -46q93 0 93 70q0 29 -26.5 48t-64 31t-75.5 27.5t-64.5 48t-26.5 80.5q0 69 51.5 105t132.5 36
+q98 0 150 -52zM146 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="hsuperior" unicode="&#x2b0;" horiz-adv-x="348" 
+d="M52 906h70v-179q10 21 33.5 34.5t54.5 13.5q41 0 63 -24t22 -69v-182h-70v172q0 39 -34 39q-28 0 -48.5 -27t-20.5 -81v-103h-70v406z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="200" 
+d="M-39 615l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="200" 
+d="M240 703l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="200" 
+d="M191 736h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="200" 
+d="M46 652q0 23 15.5 39t37.5 16q23 0 39 -16.5t16 -38.5t-16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="200" 
+d="M217 685q0 -48 -33 -78.5t-84 -30.5t-84 30.5t-33 78.5t32.5 78.5t84.5 30.5q51 0 84 -30.5t33 -78.5zM149 685q0 24 -14 37.5t-35 13.5q-22 0 -35.5 -14t-13.5 -38t14 -37t35 -13t35 14t14 37z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="200" 
+d="M174 -130l43 -45q-42 -58 -118 -58q-57 0 -86.5 27.5t-29.5 73.5q0 40 27 74.5t97 75.5l77 -18q-69 -34 -98 -63.5t-29 -61.5q0 -46 46 -46q42 0 71 41z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="200" 
+d="M224 722l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="200" 
+d="M0 557l-49 43l143 173l56 -48zM190 557l-48 43l142 173l56 -48z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="660" 
+d="M601 423h-79v-274q0 -100 15 -149h-88q-17 27 -17 142v281h-163q-4 -105 -23.5 -233.5t-44.5 -189.5h-89q26 75 45.5 199.5t22.5 223.5q-57 0 -110 -17l-11 66q53 23 147 23h395v-72z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="500" 
+d="M480 224h-460v85h460v-85z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1000" 
+d="M980 224h-960v85h960v-85z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="235" 
+d="M177 583q0 -26 -16 -43t-43 -17t-43 17.5t-16 44.5q0 71 79 194l58 -33q-39 -74 -49 -111q30 -13 30 -52z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="235" 
+d="M58 696q0 25 16.5 42.5t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -72 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="234" 
+d="M58 51q0 25 16 42t42 17q27 0 43.5 -17t16.5 -44q0 -67 -79 -189l-58 32q40 76 49 108q-30 13 -30 51z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="414" 
+d="M357 566q0 -25 -16.5 -42t-42.5 -17q-27 0 -43 17t-16 44q0 69 79 189l57 -32q-41 -77 -49 -108q31 -13 31 -51zM177 566q0 -25 -16.5 -42t-42.5 -17q-27 0 -43 17t-16 44q0 68 78 189l58 -32q-41 -77 -49 -108q31 -13 31 -51z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="414" 
+d="M58 676q0 25 16 42t42 17q27 0 43.5 -17.5t16.5 -43.5q0 -68 -79 -190l-58 32q40 76 49 109q-30 13 -30 51zM238 676q0 25 16 42t42 17q27 0 43.5 -17.5t16.5 -43.5q0 -70 -79 -190l-57 32q40 81 48 109q-30 13 -30 51z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="414" 
+d="M58 51q0 25 16 42t42 17q27 0 43.5 -17t16.5 -44q0 -67 -79 -189l-58 32q40 76 49 108q-30 13 -30 51zM238 51q0 25 16 42t42 17q27 0 43.5 -17t16.5 -44q0 -69 -79 -189l-57 32q41 81 48 108q-30 13 -30 51z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="550" 
+d="M321 710l-4 -218h174v-77h-174l3 -115l-7 -344h-76l-7 344l3 115h-174v77h174l-4 218h92z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="550" 
+d="M229 -66l4 182h-174v77h174l-3 129l3 129h-174v77h174l-4 182h92l-4 -182h174v-77h-174l3 -129l-3 -129h174v-77h-174l4 -182h-92z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="295" 
+d="M237 333q0 -37 -26 -63t-64 -26t-63.5 26t-25.5 63q0 39 25 64.5t64 25.5t64.5 -26t25.5 -64z" />
+    <glyph glyph-name="onedotenleader" unicode="&#x2024;" horiz-adv-x="500" 
+d="M191 52q0 26 16.5 43t42.5 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42 17t-17 42z" />
+    <glyph glyph-name="twodotenleader" unicode="&#x2025;" horiz-adv-x="500" 
+d="M66 52q0 26 16.5 43t42.5 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42 17t-17 42zM316 52q0 26 16.5 43t42.5 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42 17t-17 42z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="1000" 
+d="M107 52q0 26 17 43t43 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42.5 17t-17.5 42zM441 52q0 26 16.5 43t42.5 17t42.5 -17t16.5 -43q0 -25 -17 -42t-42 -17t-42 17t-17 42zM774 52q0 26 16.5 43t42.5 17t43 -17t17 -43q0 -25 -17.5 -42t-42.5 -17t-42 17t-17 42z
+" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1226" 
+d="M774 683l-612 -724l-57 47l612 725zM814 188q0 -115 -43 -159q-34 -36 -98 -36q-63 0 -95 35q-40 40 -40 153q0 105 36 149t105 44q57 0 93 -34q42 -43 42 -152zM741 188q0 68 -12.5 96t-50.5 28q-40 0 -53.5 -31t-13.5 -102q0 -68 12.5 -96.5t50.5 -28.5q40 0 53.5 31
+t13.5 103zM329 510q0 -113 -43 -157q-34 -37 -97 -37q-61 0 -96 35q-40 40 -40 154q0 106 37 150q35 42 103 42q62 0 94 -34q42 -42 42 -153zM256 511q0 68 -12.5 96t-50.5 28q-40 0 -53.5 -31t-13.5 -102q0 -67 12.5 -95.5t50.5 -28.5q40 0 53.5 30.5t13.5 102.5zM1174 190
+q0 -118 -43 -161q-33 -36 -100 -36q-58 0 -93 35q-41 41 -41 151q0 106 37 152q35 43 103 43q61 0 95 -34q42 -43 42 -150zM1101 187q0 68 -12.5 96.5t-50.5 28.5q-40 0 -53.5 -30.5t-13.5 -100.5t12.5 -98.5t50.5 -28.5q40 0 53.5 31t13.5 102z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="294" 
+d="M200 60l-180 206l180 207l62 -49l-134 -158l134 -156z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="294" 
+d="M95 473l179 -206l-179 -207l-63 49l135 158l-135 157z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="287" 
+d="M478 684l-612 -725l-57 47l612 725z" />
+    <glyph glyph-name="zerosuperior" unicode="&#x2070;" horiz-adv-x="351" 
+d="M310 687q0 -113 -42 -157q-34 -37 -98 -37q-63 0 -96 36q-38 43 -38 150q0 112 41 157q35 38 98 38q65 0 97 -37q38 -43 38 -150zM236 689q0 67 -13 95t-49 28q-37 0 -50.5 -31t-13.5 -104q0 -67 12.5 -95t48.5 -28q37 0 51 31t14 104z" />
+    <glyph glyph-name="foursuperior" unicode="&#x2074;" horiz-adv-x="351" 
+d="M314 570h-61v-70h-67v70h-153v62l93 235h70l-93 -234h84v134h66v-133h61v-64z" />
+    <glyph glyph-name="fivesuperior" unicode="&#x2075;" horiz-adv-x="351" 
+d="M46 530l36 48q32 -26 83 -26q28 0 43 10q23 15 23 56q0 37 -20 51q-14 10 -40 10q-36 0 -62 -23l-53 13l2 198h223v-61h-161l-3 -88q25 19 67 19q50 0 82 -26q38 -29 38 -91q0 -69 -48 -101q-38 -26 -94 -26q-78 0 -116 37z" />
+    <glyph glyph-name="sixsuperior" unicode="&#x2076;" horiz-adv-x="351" 
+d="M302 839l-36 -48q-27 23 -81 23q-48 0 -61 -25t-14 -96q24 34 83 34q52 0 81 -25q34 -29 34 -88q0 -63 -37 -93q-35 -28 -95 -28q-72 0 -104 40q-32 39 -32 145q0 116 37 156q37 39 112 39q78 0 113 -34zM182 676q-68 0 -68 -66q0 -60 63 -60q35 0 48.5 15.5t13.5 48.5
+t-13 47.5t-44 14.5z" />
+    <glyph glyph-name="sevensuperior" unicode="&#x2077;" horiz-adv-x="351" 
+d="M95 743h-58l-1 124h272v-64q-77 -151 -122 -303h-78q44 144 126 299h-137z" />
+    <glyph glyph-name="eightsuperior" unicode="&#x2078;" horiz-adv-x="351" 
+d="M46 778q0 50 38 73.5t90 23.5t89.5 -23t37.5 -71q0 -63 -69 -92q75 -28 75 -96q0 -50 -39 -75.5t-95 -25.5q-55 0 -94.5 25t-39.5 75q0 65 77 95q-70 26 -70 91zM112 772q0 -18 9.5 -30.5t20.5 -17t31 -10.5q21 6 31.5 11t20 17.5t9.5 30.5q0 47 -60 47q-62 0 -62 -48z
+M106 599q0 -52 67 -52t67 51q0 20 -10.5 33.5t-22.5 19t-34 12.5q-33 -10 -50 -23t-17 -41z" />
+    <glyph glyph-name="ninesuperior" unicode="&#x2079;" horiz-adv-x="351" 
+d="M44 527l36 48q28 -23 81 -23q48 0 61 25t14 96q-25 -34 -83 -34q-50 0 -81 26q-34 27 -34 87q0 63 37 93q33 28 95 28q72 0 104 -40q32 -39 32 -144q0 -117 -37 -156q-37 -40 -112 -40q-78 0 -113 34zM164 691q68 0 68 65q0 60 -63 60q-35 0 -48.5 -15.5t-13.5 -48.5
+q0 -32 13 -46.5t44 -14.5z" />
+    <glyph glyph-name="parenleftsuperior" unicode="&#x207d;" horiz-adv-x="226" 
+d="M136 932l42 -52q-41 -29 -51.5 -66.5t-10.5 -130.5q0 -92 10.5 -130.5t51.5 -66.5l-42 -51q-54 36 -71.5 92t-17.5 157q0 100 17.5 155.5t71.5 92.5z" />
+    <glyph glyph-name="parenrightsuperior" unicode="&#x207e;" horiz-adv-x="226" 
+d="M83 434l-42 52q40 29 50.5 66.5t10.5 130.5t-10.5 131t-50.5 67l42 51q54 -37 71.5 -93t17.5 -156q0 -101 -17.5 -156.5t-71.5 -92.5z" />
+    <glyph glyph-name="nsuperior" unicode="&#x207f;" horiz-adv-x="348" 
+d="M52 768h66v-47q26 54 91 54q86 0 86 -93v-182h-70v170q0 41 -34 41q-29 0 -49 -27.5t-20 -79.5v-104h-70v268z" />
+    <glyph glyph-name="zeroinferior" unicode="&#x2080;" horiz-adv-x="351" 
+d="M310 4q0 -113 -42 -157q-34 -37 -98 -37q-63 0 -96 36q-38 43 -38 150q0 111 41 157q36 38 98 38q63 0 97 -37q38 -44 38 -150zM236 5q0 67 -13 95.5t-49 28.5q-37 0 -50.5 -31t-13.5 -104q0 -67 12.5 -95t48.5 -28q37 0 51 31t14 103z" />
+    <glyph glyph-name="oneinferior" unicode="&#x2081;" horiz-adv-x="351" 
+d="M56 -183v63h100v231l-84 -56l-39 51l116 77h79v-303h78v-63h-250z" />
+    <glyph glyph-name="twoinferior" unicode="&#x2082;" horiz-adv-x="351" 
+d="M302 -121v-62h-259v47q0 51 24 78t95 68q24 14 35.5 22t22 22.5t10.5 31.5q0 43 -61 43q-51 0 -83 -30l-44 43q44 47 131 47q130 0 130 -102q0 -41 -21 -65t-71 -53q-54 -31 -73.5 -48.5t-19.5 -42.5z" />
+    <glyph glyph-name="threeinferior" unicode="&#x2083;" horiz-adv-x="351" 
+d="M96 -25v58h46q78 0 78 52q0 45 -62 45q-54 0 -85 -26l-36 47q39 39 123 39q58 0 92 -22q42 -25 42 -74q0 -68 -67 -87q72 -16 72 -91q0 -54 -45 -82q-38 -24 -97 -24q-84 0 -121 38l36 48q30 -26 86 -26q34 0 51 11.5t17 41.5t-19 41t-63 11h-48z" />
+    <glyph glyph-name="fourinferior" unicode="&#x2084;" horiz-adv-x="351" 
+d="M314 -113h-61v-70h-67v70h-153v62l93 234h70l-93 -233h84v134h66v-133h61v-64z" />
+    <glyph glyph-name="fiveinferior" unicode="&#x2085;" horiz-adv-x="351" 
+d="M46 -153l36 48q32 -26 83 -26q28 0 43 10q23 15 23 56q0 37 -20 51q-14 10 -40 10q-36 0 -62 -23l-53 13l2 197h223v-60h-161l-3 -88q24 18 67 18q49 0 82 -25q38 -30 38 -91q0 -69 -48 -101q-38 -26 -94 -26q-78 0 -116 37z" />
+    <glyph glyph-name="sixinferior" unicode="&#x2086;" horiz-adv-x="351" 
+d="M302 156l-36 -48q-28 23 -81 23q-48 0 -61 -25t-14 -96q25 34 83 34q50 0 81 -26q34 -28 34 -87q0 -63 -37 -93q-35 -28 -95 -28q-72 0 -104 40q-32 39 -32 145q0 116 37 155q37 40 112 40q78 0 113 -34zM182 -7q-68 0 -68 -66q0 -60 63 -60q35 0 48.5 15.5t13.5 48.5
+t-13 47.5t-44 14.5z" />
+    <glyph glyph-name="seveninferior" unicode="&#x2087;" horiz-adv-x="351" 
+d="M95 59h-58l-1 124h272v-64q-77 -153 -122 -302h-78q44 144 126 299h-137z" />
+    <glyph glyph-name="eightinferior" unicode="&#x2088;" horiz-adv-x="351" 
+d="M46 94q0 50 38 73.5t90 23.5t89.5 -22.5t37.5 -71.5q0 -62 -69 -91q75 -28 75 -96q0 -50 -39 -75.5t-95 -25.5q-55 0 -94.5 25t-39.5 75q0 66 77 94q-70 28 -70 91zM112 89q0 -18 9.5 -30.5t20.5 -17.5t31 -11q30 9 45.5 21t15.5 38q0 48 -60 48q-62 0 -62 -48zM106 -84
+q0 -52 67 -52t67 51q0 20 -10.5 33.5t-22.5 19t-34 12.5q-33 -10 -50 -23t-17 -41z" />
+    <glyph glyph-name="nineinferior" unicode="&#x2089;" horiz-adv-x="351" 
+d="M44 -156l36 48q28 -23 81 -23q48 0 61 25t14 96q-25 -34 -83 -34q-50 0 -81 26q-34 27 -34 87q0 63 37 93q35 28 95 28q72 0 104 -40q32 -39 32 -145q0 -116 -37 -155q-37 -40 -112 -40q-78 0 -113 34zM164 7q68 0 68 66q0 60 -63 60q-35 0 -48.5 -15.5t-13.5 -48.5
+t13 -47.5t44 -14.5z" />
+    <glyph glyph-name="parenleftinferior" unicode="&#x208d;" horiz-adv-x="226" 
+d="M136 249l42 -52q-41 -29 -51.5 -66.5t-10.5 -130.5q0 -92 10.5 -130.5t51.5 -66.5l-42 -51q-54 36 -71.5 92t-17.5 156q0 101 17.5 156.5t71.5 92.5z" />
+    <glyph glyph-name="parenrightinferior" unicode="&#x208e;" horiz-adv-x="226" 
+d="M83 -249l-42 52q40 29 50.5 66.5t10.5 130.5t-10.5 131t-50.5 66l42 51q54 -36 71.5 -92t17.5 -156q0 -101 -17.5 -156.5t-71.5 -92.5z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" 
+d="M410 291l-20 -78h-205q11 -74 43.5 -108.5t98.5 -34.5q88 0 168 63v-91q-68 -52 -166 -52q-80 0 -131.5 32.5t-76.5 81.5q-23 45 -33 109h-83l19 78h57v95h-76l19 77h63q12 85 46 137q63 100 213 100q98 0 163 -40l-25 -78q-61 37 -144 37q-79 0 -113.5 -37.5
+t-43.5 -118.5h270l-20 -77h-255q0 -62 1 -95h231z" />
+    <glyph glyph-name="afii61289" unicode="&#x2113;" horiz-adv-x="491" 
+d="M429 159l41 -38q-68 -130 -193 -130q-81 0 -122.5 49.5t-46.5 126.5v12q-9 -7 -28 -22.5t-27 -21.5l-26 51q77 66 80 69v263q0 124 46 183t115 59q63 0 96 -46.5t33 -119.5q0 -161 -202 -356v-36q1 -68 29.5 -102.5t72.5 -34.5q41 0 75 27.5t57 66.5zM195 522v-196
+q140 154 140 269q0 97 -65 97q-30 0 -52.5 -40.5t-22.5 -129.5z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="619" 
+d="M14 710h208v-60h-70v-194h-68v194h-70v60zM277 710h90l53 -151l52 151h90l16 -254h-66l-7 180l-55 -169h-62l-55 169l-7 -180h-66z" />
+    <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="758" 
+d="M700 75v-75h-264v61q69 44 111 121.5t42 184.5q0 128 -52.5 203t-154.5 75q-100 0 -156.5 -69t-56.5 -207q0 -101 42 -183t111 -125v-61h-264v75l155 -2q-142 118 -142 309q0 166 81.5 254t230.5 88q150 0 227 -90t77 -249q0 -102 -40 -182t-105 -130z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="864" 
+d="M830 335h-645q-5 0 -5 -4v-195q0 -12 8 -22q103 -106 244 -106q154 0 257 119h57q-54 -64 -137 -101.5t-178 -37.5q-164 0 -281 104.5t-117 252.5t117 253.5t281 105.5q166 0 282.5 -105t116.5 -254v-10zM684 361v196q0 13 -10 23q-104 102 -242 102q-140 0 -243 -105
+q-9 -9 -9 -24v-192q0 -6 5 -6h494q5 0 5 6z" />
+    <glyph glyph-name="onethird" unicode="&#x2153;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM80 323v63h94v233l-77 -55l-39 52l107 74h81v-304h74v-63h-240zM601 158v58h46q78 0 78 53q0 25 -15 34.5t-46 9.5q-56 0 -86 -26l-36 48q39 38 123 38q58 0 92 -22q42 -25 42 -74q0 -68 -67 -87q72 -16 72 -91q0 -54 -45 -82
+q-36 -23 -96 -23q-85 0 -122 37l37 48q30 -26 85 -26q34 0 51 11.5t17 41.5t-19 41t-63 11h-48z" />
+    <glyph glyph-name="twothirds" unicode="&#x2154;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM601 158v58h46q78 0 78 53q0 25 -15.5 34.5t-46.5 9.5q-55 0 -85 -26l-36 48q39 38 123 38q58 0 92 -22q42 -25 42 -74q0 -68 -67 -87q72 -16 72 -91q0 -52 -44 -81q-38 -24 -96 -24q-86 0 -123 37l37 48q30 -26 86 -26q33 0 50 11.5
+t17 41.5t-19 41t-63 11h-48zM319 386v-63h-252v47q0 50 23.5 78.5t89.5 67.5q25 15 36.5 22.5t21.5 21.5t10 32q0 44 -58 44q-50 0 -81 -30l-43 43q43 47 128 47q127 0 127 -103q0 -41 -20.5 -64t-69.5 -53q-53 -32 -71 -49t-18 -42z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM80 323v63h94v233l-77 -55l-39 52l107 74h81v-304h74v-63h-240zM548 278q0 50 38.5 73.5t91.5 23.5t91 -22.5t38 -71.5q0 -63 -71 -92q77 -28 77 -96q0 -51 -39.5 -76t-96.5 -25q-56 0 -95.5 25t-39.5 75q0 65 78 95q-72 26 -72 91z
+M615 273q0 -26 16 -38.5t46 -20.5q21 6 32 11.5t21 18t10 30.5q0 47 -62 47q-63 0 -63 -48zM608 98q0 -52 69 -52q68 0 68 52q0 28 -17.5 41.5t-51.5 23.5q-33 -10 -50.5 -23.5t-17.5 -41.5z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM114 481v59h46q78 0 78 52q0 25 -15 34.5t-46 9.5q-56 0 -86 -25l-36 47q40 39 123 39q55 0 92 -22q42 -27 42 -75q0 -66 -67 -87q72 -15 72 -90q0 -55 -45 -83q-38 -23 -96 -23q-85 0 -122 37l37 49q30 -27 85 -27q68 0 68 53
+q0 30 -19 41t-63 11h-48zM548 278q0 50 38.5 73.5t91.5 23.5t91 -22.5t38 -71.5q0 -63 -71 -92q77 -28 77 -96q0 -51 -39.5 -76t-96.5 -25q-56 0 -95.5 25t-39.5 75q0 65 78 95q-72 26 -72 91zM615 273q0 -26 16 -38.5t46 -20.5q21 6 32 11.5t21 18t10 30.5q0 47 -62 47
+q-63 0 -63 -48zM608 98q0 -52 69 -52q68 0 68 52q0 28 -17.5 41.5t-51.5 23.5q-33 -10 -50.5 -23.5t-17.5 -41.5z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM548 278q0 50 38.5 73.5t91.5 23.5t91 -22.5t38 -71.5q0 -63 -71 -92q77 -28 77 -96q0 -51 -39.5 -76t-96.5 -25q-56 0 -95.5 25t-39.5 75q0 65 78 95q-72 26 -72 91zM615 273q0 -26 16 -38.5t46 -20.5q21 6 32 11.5t21 18t10 30.5
+q0 47 -62 47q-63 0 -63 -48zM608 98q0 -52 69 -52q68 0 68 52q0 28 -17.5 41.5t-51.5 23.5q-33 -10 -50.5 -23.5t-17.5 -41.5zM63 353l36 49q29 -26 81 -26q28 0 42 10q22 14 22 56q0 35 -18 50q-14 10 -40 10q-36 0 -60 -23l-54 14l3 197h220v-61h-159l-2 -88q23 19 66 19
+q48 0 80 -25q38 -30 38 -91q0 -67 -48 -102q-39 -25 -92 -25q-78 0 -115 36z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="878" 
+d="M774 683l-612 -724l-57 47l612 725zM548 278q0 50 38.5 73.5t91.5 23.5t91 -22.5t38 -71.5q0 -63 -71 -92q77 -28 77 -96q0 -51 -39.5 -76t-96.5 -25q-56 0 -95.5 25t-39.5 75q0 65 78 95q-72 26 -72 91zM615 273q0 -26 16 -38.5t46 -20.5q21 6 32 11.5t21 18t10 30.5
+q0 47 -62 47q-63 0 -63 -48zM608 98q0 -52 69 -52q68 0 68 52q0 28 -17.5 41.5t-51.5 23.5q-33 -10 -50.5 -23.5t-17.5 -41.5zM114 566h-58l-1 124h262v-64q-71 -151 -117 -303h-77q42 147 120 300h-127z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" horiz-adv-x="604" 
+d="M584 304h-429l108 -127l-59 -47l-184 215l184 214l59 -45l-108 -129h429v-81z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" horiz-adv-x="698" 
+d="M349 627l215 -184l-47 -59l-127 107v-428h-81v429l-129 -108l-46 59z" />
+    <glyph glyph-name="arrowright" unicode="&#x2192;" horiz-adv-x="604" 
+d="M20 386h428l-107 127l59 47l184 -215l-184 -214l-59 45l108 129h-429v81z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" horiz-adv-x="698" 
+d="M389 628v-431l129 108l46 -59l-215 -184l-215 184l47 59l128 -107v430h80z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" horiz-adv-x="698" 
+d="M494 559l184 -214l-184 -215l-59 46l108 129h-388l108 -128l-59 -46l-184 214l184 215l59 -46l-108 -129h387l-107 128z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" horiz-adv-x="698" 
+d="M349 674l215 -184l-47 -59l-128 107v-387l129 108l46 -59l-215 -184l-215 184l47 59l128 -107v387l-129 -108l-46 59z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" horiz-adv-x="604" 
+d="M490 121l-304 302l-14 -166l-75 9l22 282l282 21l10 -74l-168 -14l303 -304z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" horiz-adv-x="604" 
+d="M485 548l22 -282l-75 -9l-14 166l-304 -302l-57 56l304 304l-168 14l10 74z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" horiz-adv-x="604" 
+d="M507 423l-21 -281l-283 -22l-9 74l168 15l-305 304l57 57l304 -304l14 166z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" horiz-adv-x="604" 
+d="M547 513l-305 -304l168 -15l-10 -74l-282 22l-22 281l75 9l14 -166l305 304z" />
+    <glyph glyph-name="uni21AF" unicode="&#x21af;" horiz-adv-x="717" 
+d="M415 462v-292l129 108l46 -59l-215 -184l-215 184l47 59l127 -107v187l-126 -45v342h81v-240z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="612" 
+d="M120 673l-32 65q78 59 185 59q135 0 208.5 -97.5t73.5 -293.5q0 -198 -75.5 -307t-210.5 -109q-59 0 -102 20.5t-66.5 56t-34.5 76t-11 87.5q0 118 62 188.5t164 70.5q114 0 177 -89q1 9 1 31q0 130 -49 209.5t-150 79.5q-75 0 -140 -47zM446 306q-17 44 -57 76t-97 32
+q-68 0 -104 -48.5t-36 -133.5q0 -77 30 -121.5t92 -44.5q75 0 118.5 66t53.5 174z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="691" 
+d="M28 0v58l262 652h114l259 -651v-59h-635zM129 76h425l-211 542z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="811" 
+d="M754 627h-118v-727h-92v727h-276v-727h-93v727h-117v83h696v-83z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="602" 
+d="M575 -100h-547v55l280 348l-267 347v60h516v-76h-388l247 -321l-266 -333h425v-80z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="595" 
+d="M525 227h-455v79h455v-79z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="769" 
+d="M351 -37l210 884h194v-79h-127l-233 -915h-87l-163 454l-85 -33l-25 66l166 63z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="854" 
+d="M796 270q0 -84 -51.5 -135t-126.5 -51q-51 0 -89.5 26.5t-102.5 94.5q-55 -63 -99 -92t-96 -29q-72 0 -122.5 50.5t-50.5 130.5q0 81 51.5 132.5t127.5 51.5q53 0 95.5 -28.5t99.5 -94.5q57 64 100.5 93.5t96.5 29.5q72 0 119.5 -49.5t47.5 -129.5zM239 160
+q26 0 48.5 12.5t36.5 26t62 64.5q-47 62 -80.5 86.5t-72.5 24.5q-46 0 -70 -28.5t-24 -78.5q0 -51 25.5 -79t74.5 -28zM618 374q-37 0 -66 -24t-80 -80q57 -66 86.5 -88t64.5 -22q48 0 70.5 30t22.5 78q0 106 -98 106z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="406" 
+d="M380 857l-14 -64q-18 11 -44 11q-47 0 -66 -48.5t-19 -145.5q0 -87 7.5 -258.5t7.5 -250.5q0 -268 -158 -268q-44 0 -68 15l14 63q20 -10 44 -10q47 0 66 49t19 145q0 86 -7.5 258t-7.5 251q0 268 158 268q44 0 68 -15z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="593" 
+d="M501 420l48 -52q-63 -77 -139 -77q-46 0 -115 36.5t-102 36.5q-45 0 -87 -50l-48 52q64 77 139 77q46 0 115 -36.5t102 -36.5q47 0 87 50zM501 220l48 -53q-64 -76 -139 -76q-46 0 -115 36t-102 36q-47 0 -87 -50l-48 53q64 76 139 76q46 0 115 -36t102 -36q49 0 87 50z
+" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="595" 
+d="M517 126h-238l-66 -142l-65 33l50 109h-109v77h144l58 126h-202v78h238l65 142l65 -33l-50 -109h110v-78h-146l-57 -126h203v-77z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="595" 
+d="M479 182l-377 163v79l377 163l27 -69l-318 -133l318 -133zM499 44h-397v73h397v-73z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="595" 
+d="M116 587l377 -164v-78l-377 -163l-27 69l319 132l-319 134zM96 117h397v-73h-397v73z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="636" 
+d="M578 345l-217 -402h-88l-215 402l217 402h88zM480 342l-163 313l-161 -308l162 -312z" />
+    <glyph glyph-name="uni2639" unicode="&#x2639;" horiz-adv-x="852" 
+d="M58 345q0 155 102.5 262t265.5 107q162 0 265 -107t103 -262t-103.5 -262t-265.5 -107q-163 0 -265 106.5t-102 262.5zM141 343q0 -126 77.5 -207t206.5 -81t207.5 81.5t78.5 207.5q0 127 -78 208.5t-207 81.5q-128 0 -206.5 -82.5t-78.5 -208.5zM254 156l-68 54
+q36 64 93.5 91t146.5 27t147 -27.5t93 -90.5l-68 -54q-35 46 -67.5 62t-104.5 16q-73 0 -105 -16t-67 -62zM314 507q28 0 46 -18.5t18 -47.5t-18 -48t-46 -19t-46 19t-18 48t18 47.5t46 18.5zM539 507q27 0 45 -19t18 -47q0 -29 -18 -48t-45 -19q-28 0 -46 19t-18 48
+t18 47.5t46 18.5z" />
+    <glyph glyph-name="smileface" unicode="&#x263a;" horiz-adv-x="852" 
+d="M598 320l68 -54q-36 -64 -93 -91t-146 -27t-147.5 27.5t-93.5 90.5l68 54q35 -46 68 -62t105 -16q73 0 105 16t66 62zM314 507q28 0 46 -18.5t18 -47.5t-18 -48t-46 -19q-27 0 -45.5 19t-18.5 47q0 29 18 48t46 19zM539 507q28 0 46 -18.5t18 -47.5t-18 -48t-46 -19
+t-46 19t-18 48t18 47.5t46 18.5zM58 345q0 155 102.5 262t265.5 107q162 0 265 -107t103 -262t-103.5 -262t-265.5 -107q-163 0 -265 106.5t-102 262.5zM141 343q0 -126 77.5 -207t206.5 -81t207.5 81.5t78.5 207.5q0 127 -78 208.5t-207 81.5q-128 0 -206.5 -82.5
+t-78.5 -208.5z" />
+    <glyph glyph-name="Abrevesmall" unicode="&#xe000;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM352 769h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Amacronsmall" unicode="&#xe001;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM408 647h-294v76h294v-76z" />
+    <glyph glyph-name="Aogoneksmall" unicode="&#xe002;" horiz-adv-x="519" 
+d="M496 0q-120 -47 -120 -93q0 -29 35 -29q33 0 58 30l41 -42q-37 -47 -103 -47q-49 0 -75 22t-26 59q0 60 92 105l-40 117h-208l-42 -122h-93l186 532h110zM338 196l-83 245l-84 -245h167z" />
+    <glyph glyph-name="Cacutesmall" unicode="&#xe003;" horiz-adv-x="490" 
+d="M399 128l53 -55q-70 -82 -187 -82q-93 0 -143 50q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60zM238 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ccaronsmall" unicode="&#xe004;" horiz-adv-x="490" 
+d="M399 128l53 -55q-70 -82 -187 -82q-93 0 -143 50q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60zM412 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Ccircumflexsmall" unicode="&#xe005;" horiz-adv-x="490" 
+d="M399 128l53 -55q-70 -82 -187 -82q-93 0 -143 50q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60zM133 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Cdotaccentsmall" unicode="&#xe006;" horiz-adv-x="490" 
+d="M399 128l53 -55q-70 -82 -187 -82q-93 0 -143 50q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60zM218 685q0 23 15.5 39t37.5 16q23 0 39 -16t16 -39
+q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Dcaronsmall" unicode="&#xe007;" horiz-adv-x="560" 
+d="M78 532h197q109 0 164 -49q35 -32 48.5 -83.5t13.5 -131.5q0 -158 -66 -218q-55 -50 -157 -50h-200v532zM168 454v-376h104q68 0 100 32q36 36 36 154q0 124 -38 161q-31 29 -98 29h-104zM406 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Dcroatsmall" unicode="&#xe008;" horiz-adv-x="569" 
+d="M88 532h198q111 0 165 -54q59 -58 59 -208q0 -147 -58 -211q-56 -59 -165 -59h-199v233h-55v78h55v221zM176 454v-143h103v-78h-103v-156h106q79 0 107 40q27 36 27 149q0 121 -30 156q-29 32 -103 32h-107z" />
+    <glyph glyph-name="E.alt" unicode="&#xe009;" horiz-adv-x="542" 
+d="M474 103l18 -76q-55 -37 -160 -37q-141 0 -209 82q-38 46 -51.5 112t-13.5 161q0 85 11.5 147t46.5 111q71 98 225 98q91 0 146 -26l-18 -79q-51 22 -132 22q-99 0 -140 -49q-38 -45 -41 -173h293v-85h-293q3 -144 41 -189q39 -49 137 -49q88 0 140 30z" />
+    <glyph glyph-name="E.altsmall" unicode="&#xe00a;" horiz-adv-x="467" 
+d="M398 91l16 -72q-49 -27 -133 -27q-116 0 -171 62q-53 60 -53 208q0 142 48 204q58 74 185 74q77 0 120 -20l-16 -73q-41 15 -106 15q-78 0 -109 -34q-27 -30 -30 -117h230v-79h-231q3 -96 31 -129q31 -34 105 -34q70 0 114 22z" />
+    <glyph glyph-name="Ebrevesmall" unicode="&#xe00b;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM331 769h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Ecaronsmall" unicode="&#xe00c;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM380 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Edotaccentsmall" unicode="&#xe00d;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM186 685q0 23 15.5 39t37.5 16q23 0 39 -16t16 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Emacronsmall" unicode="&#xe00e;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM387 647h-294v76h294v-76z" />
+    <glyph glyph-name="Eogoneksmall" unicode="&#xe00f;" horiz-adv-x="457" 
+d="M79 532h311v-77h-223v-146h204v-77h-204v-156h226v-76q-61 -15 -95 -41.5t-34 -52.5q0 -28 35 -28q34 0 58 30l41 -42q-38 -47 -103 -47q-48 0 -74.5 22t-26.5 58q0 61 86 101h-201v532z" />
+    <glyph glyph-name="Euro.alt" unicode="&#xe010;" 
+d="M501 136v-92q-69 -54 -168 -54q-126 0 -191 88q-57 77 -62 232h-85l18 82h67q5 150 56 225q67 99 213 99q102 0 166 -43l-27 -80q-59 41 -143 41q-52 0 -85.5 -15t-51 -49t-23.5 -74t-7 -104h260l-20 -82h-239q3 -124 34.5 -181.5t115.5 -57.5q92 0 172 65z" />
+    <glyph glyph-name="Euro.alt.fitted" unicode="&#xe011;" horiz-adv-x="621" 
+d="M553 136v-92q-77 -54 -183 -54q-131 0 -202 89q-61 75 -68 231h-92l19 82h73q5 146 60 224q72 100 228 100q110 0 178 -43l-27 -80q-63 41 -157 41q-108 0 -145 -57.5t-39 -184.5h285l-20 -82h-264q4 -124 39.5 -181.5t127.5 -57.5q100 0 187 65z" />
+    <glyph glyph-name="Euro.alt.fitted.oldstyle" unicode="&#xe012;" horiz-adv-x="575" 
+d="M509 124v-86q-67 -46 -163 -46q-120 0 -183 78q-54 65 -61 199h-83l19 78h64q5 125 54 191q65 89 206 89q98 0 160 -37l-26 -75q-58 35 -139 35q-50 0 -82 -13t-48.5 -41t-23 -62t-7.5 -87h251l-19 -78h-232q4 -105 35 -153t112 -48q90 0 166 56z" />
+    <glyph glyph-name="Euro.alt.taboldstyle" unicode="&#xe013;" horiz-adv-x="534" 
+d="M466 124v-86q-63 -46 -153 -46q-112 0 -172 78q-51 66 -56 199h-77l18 78h59q5 125 50 191q61 89 194 89q93 0 149 -37l-25 -75q-55 35 -129 35q-45 0 -74 -13t-44 -41t-21 -62t-7 -87h231l-18 -78h-212q3 -105 31 -153t101 -48q84 0 155 56z" />
+    <glyph glyph-name="Euro.fitted" unicode="&#xe014;" horiz-adv-x="599" 
+d="M439 291l-20 -78h-219q12 -74 46.5 -108.5t105.5 -34.5q93 0 178 63v-91q-73 -52 -176 -52q-151 0 -216 114q-24 45 -36 109h-88l20 78h61q-1 19 -1 51q0 29 1 44h-81l20 77h67q12 84 48 137q67 100 225 100q103 0 169 -40l-25 -78q-64 37 -152 37q-84 0 -122 -37.5
+t-47 -118.5h288l-20 -77h-273v-35q0 -42 1 -60h246z" />
+    <glyph glyph-name="Euro.fitted.oldstyle" unicode="&#xe015;" horiz-adv-x="556" 
+d="M408 257l-19 -70h-193q11 -62 41.5 -91t92.5 -29q84 0 159 53v-84q-65 -44 -158 -44q-136 0 -193 97q-24 39 -34 98h-79l18 70h54q-1 16 -1 43q0 25 1 37h-72l18 71h60q12 76 44 120q62 86 202 86q93 0 153 -34l-24 -74q-58 32 -135 32q-74 0 -107 -31t-42 -99h255
+l-19 -71h-241q0 -53 1 -80h218z" />
+    <glyph glyph-name="G.alt" unicode="&#xe016;" horiz-adv-x="649" 
+d="M336 373h237v-373h-86l2 108q-21 -54 -72 -87t-126 -33q-116 0 -173 78q-60 79 -60 262q0 103 12.5 171t54.5 118q70 83 225 83q143 0 212 -72l-55 -66q-62 56 -167 56q-106 0 -147 -54q-23 -31 -30 -85.5t-7 -147.5q0 -158 32 -211q31 -52 111 -52q173 0 186 225h-149
+v80z" />
+    <glyph glyph-name="G.altsmall" unicode="&#xe017;" horiz-adv-x="551" 
+d="M284 293h196v-293h-81l1 78q-17 -39 -57.5 -63t-99.5 -24q-89 0 -136 58q-50 60 -50 210q0 153 55 215q57 65 185 65q119 0 175 -55l-52 -62q-48 39 -130 39q-84 0 -112 -37q-28 -36 -28 -166q0 -122 24 -157q23 -35 83 -35q128 0 142 154h-115v73z" />
+    <glyph glyph-name="Gbrevesmall" unicode="&#xe018;" horiz-adv-x="551" 
+d="M282 289h198v-266q-81 -30 -181 -30q-121 0 -178 54q-37 36 -50.5 87t-13.5 126q0 160 65 222q59 57 175 57q115 0 176 -55l-51 -63q-50 41 -132 41q-73 0 -104 -33q-35 -36 -35 -164q0 -136 37 -170q32 -30 106 -30q59 0 102 12v138h-114v74zM390 769h75
+q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Gcircumflexsmall" unicode="&#xe019;" horiz-adv-x="551" 
+d="M282 289h198v-266q-81 -30 -181 -30q-121 0 -178 54q-37 36 -50.5 87t-13.5 126q0 160 65 222q59 57 175 57q115 0 176 -55l-51 -63q-50 41 -132 41q-73 0 -104 -33q-35 -36 -35 -164q0 -136 37 -170q32 -30 106 -30q59 0 102 12v138h-114v74zM160 648l140 148l139 -147
+l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Gcommaaccentsmall" unicode="&#xe01a;" horiz-adv-x="551" 
+d="M282 289h198v-266q-81 -30 -181 -30q-121 0 -178 54q-37 36 -50.5 87t-13.5 126q0 160 65 222q59 57 175 57q115 0 176 -55l-51 -63q-50 41 -132 41q-73 0 -104 -33q-35 -36 -35 -164q0 -136 37 -170q32 -30 106 -30q59 0 102 12v138h-114v74zM256 -104q0 24 14.5 40
+t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Gdotaccentsmall" unicode="&#xe01b;" horiz-adv-x="551" 
+d="M282 289h198v-266q-81 -30 -181 -30q-121 0 -178 54q-37 36 -50.5 87t-13.5 126q0 160 65 222q59 57 175 57q115 0 176 -55l-51 -63q-50 41 -132 41q-73 0 -104 -33q-35 -36 -35 -164q0 -136 37 -170q32 -30 106 -30q59 0 102 12v138h-114v74zM245 685q0 23 15.5 39
+t37.5 16t38.5 -16t16.5 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Hbarsmall" unicode="&#xe01c;" horiz-adv-x="599" 
+d="M92 532h89v-89h233v89h88v-89h98v-63h-98v-380h-88v232h-233v-232h-89v380h-97v63h97v89zM181 311h233v69h-233v-69z" />
+    <glyph glyph-name="Hcircumflexsmall" unicode="&#xe01d;" horiz-adv-x="572" 
+d="M78 532h89v-221h233v221h89v-532h-89v232h-233v-232h-89v532zM147 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Idotaccentsmall" unicode="&#xe01e;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM75 685q0 23 15.5 39t37.5 16t38.5 -16t16.5 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="Imacronsmall" unicode="&#xe01f;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM276 647h-294v76h294v-76z" />
+    <glyph glyph-name="Iogoneksmall" unicode="&#xe020;" horiz-adv-x="259" 
+d="M179 -91l42 -44q-39 -46 -100 -46q-51 0 -77.5 24t-26.5 64q0 54 62 100v525h89v-532q-80 -39 -80 -85q0 -37 37 -37q29 0 54 31z" />
+    <glyph glyph-name="Itildesmall" unicode="&#xe021;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM253 755l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="J.alt" unicode="&#xe022;" horiz-adv-x="441" 
+d="M264 690h93v-488q0 -211 -194 -211q-97 0 -147 50l50 63q37 -33 96 -33q34 0 56 10.5t31.5 32.5t12 41.5t2.5 50.5v484z" />
+    <glyph glyph-name="J.altsmall" unicode="&#xe023;" horiz-adv-x="403" 
+d="M223 532h89v-367q0 -172 -165 -172q-81 0 -123 41l47 61q29 -25 75 -25q26 0 42.5 7.5t23.5 23.5t9 29.5t2 36.5v365z" />
+    <glyph glyph-name="Kcommaaccentsmall" unicode="&#xe024;" horiz-adv-x="545" 
+d="M78 532h89v-218h54l171 218h104l-200 -258l214 -274h-108l-183 230h-52v-230h-89v532zM218 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Lacutesmall" unicode="&#xe025;" horiz-adv-x="425" 
+d="M78 532h89v-453h224v-79h-313v532zM133 539l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Lcaronsmall" unicode="&#xe026;" horiz-adv-x="425" 
+d="M78 532h89v-453h224v-79h-313v532zM235 529q0 25 16.5 42.5t42.5 17.5q27 0 43.5 -17.5t16.5 -44.5q0 -71 -80 -194l-58 33q40 75 50 111q-31 13 -31 52z" />
+    <glyph glyph-name="Lcommaaccentsmall" unicode="&#xe027;" horiz-adv-x="425" 
+d="M78 532h89v-453h224v-79h-313v532zM185 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Nacutesmall" unicode="&#xe028;" horiz-adv-x="600" 
+d="M78 532h117l238 -413l-3 413h87v-532h-117l-238 412l3 -412h-87v532zM283 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ncaronsmall" unicode="&#xe029;" horiz-adv-x="600" 
+d="M78 532h117l238 -413l-3 413h87v-532h-117l-238 412l3 -412h-87v532zM457 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Ncommaaccentsmall" unicode="&#xe02a;" horiz-adv-x="600" 
+d="M78 532h117l238 -413l-3 413h87v-532h-117l-238 412l3 -412h-87v532zM253 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Obrevesmall" unicode="&#xe02b;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM381 769h75
+q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Ohungarumlautsmall" unicode="&#xe02c;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM190 590
+l-49 43l143 173l56 -48zM380 590l-48 43l142 173l56 -48z" />
+    <glyph glyph-name="Omacronsmall" unicode="&#xe02d;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM437 647h-294
+v76h294v-76z" />
+    <glyph glyph-name="Oslash.alt" unicode="&#xe02e;" horiz-adv-x="685" 
+d="M654 712l-81 -110q53 -82 53 -248q0 -201 -80 -289q-72 -79 -209 -79q-99 0 -161 39l-67 -98l-79 54l81 110q-51 79 -51 245q0 197 74 284q74 84 215 84q95 0 158 -38l69 99zM526 350q0 167 -44 223q-41 51 -134 51q-106 0 -149 -64q-39 -59 -39 -221q0 -165 42 -221
+q40 -52 136 -52q107 0 149 66q39 61 39 218z" />
+    <glyph glyph-name="Oslash.altsmall" unicode="&#xe02f;" horiz-adv-x="583" 
+d="M547 543l-63 -84q40 -61 40 -187q0 -158 -67 -224q-59 -59 -171 -59q-75 0 -127 27l-52 -76l-74 50l64 84q-39 61 -39 185q0 155 61 220q60 63 177 63q75 0 124 -26l54 78zM429 268q0 123 -34 163q-31 36 -100 36q-79 0 -112 -45q-30 -42 -30 -160q0 -122 33 -161
+q29 -36 101 -36q80 0 112 46q30 43 30 157z" />
+    <glyph glyph-name="Racutesmall" unicode="&#xe030;" horiz-adv-x="528" 
+d="M78 532h199q79 0 122 -28q56 -35 56 -117q0 -120 -114 -145q51 -11 75 -64t45 -178h-94q-25 125 -45.5 165t-68.5 40h-86v-205h-89v532zM167 455v-174h69q64 0 95 20.5t31 76.5q0 44 -21 62q-18 15 -67 15h-107zM227 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Rcaronsmall" unicode="&#xe031;" horiz-adv-x="528" 
+d="M78 532h199q79 0 122 -28q56 -35 56 -117q0 -120 -114 -145q51 -11 75 -64t45 -178h-94q-25 125 -45.5 165t-68.5 40h-86v-205h-89v532zM167 455v-174h69q64 0 95 20.5t31 76.5q0 44 -21 62q-18 15 -67 15h-107zM401 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Rcommaaccentsmall" unicode="&#xe032;" horiz-adv-x="528" 
+d="M78 532h199q79 0 122 -28q56 -35 56 -117q0 -120 -114 -145q51 -11 75 -64t45 -178h-94q-25 125 -45.5 165t-68.5 40h-86v-205h-89v532zM167 455v-174h69q64 0 95 20.5t31 76.5q0 44 -21 62q-18 15 -67 15h-107zM215 -104q0 24 14.5 40t40.5 16t41 -16t15 -45
+q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Sacutesmall" unicode="&#xe033;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-55 -35 -135 -35q-113 0 -169 52l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40
+q98 0 153 -44zM197 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Scedillasmall" unicode="&#xe034;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-45 -28 -107 -33l-3 -41q68 -27 68 -83q0 -44 -28.5 -73.5t-79.5 -29.5q-69 0 -108 57l42 43q25 -38 60 -38q19 0 31.5 10.5t12.5 29.5q0 37 -67 54
+l7 71q-89 9 -132 50l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40q98 0 153 -44z" />
+    <glyph glyph-name="Scircumflexsmall" unicode="&#xe035;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-55 -35 -135 -35q-113 0 -169 52l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40
+q98 0 153 -44zM92 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Scommaaccentsmall" unicode="&#xe036;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-55 -35 -135 -35q-113 0 -169 52l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40
+q98 0 153 -44zM178 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Tcaronsmall" unicode="&#xe037;" horiz-adv-x="460" 
+d="M23 532h418v-80h-164v-452h-89v452h-165v80zM370 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Tcommaaccentsmall" unicode="&#xe038;" horiz-adv-x="460" 
+d="M23 532h418v-80h-164v-452h-89v452h-165v80zM178 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="U.alt" unicode="&#xe039;" horiz-adv-x="665" 
+d="M581 0h-88v129q-43 -142 -204 -142q-103 0 -154 60.5t-51 164.5v478h93v-463q0 -80 25.5 -119t98.5 -39q94 0 140.5 67.5t46.5 211.5v342h93v-690z" />
+    <glyph glyph-name="U.altsmall" unicode="&#xe03a;" horiz-adv-x="568" 
+d="M488 0h-82v94q-36 -104 -162 -104q-84 0 -125 47t-41 129v366h89v-353q0 -57 19 -84t74 -27q139 0 139 196v268h89v-532z" />
+    <glyph glyph-name="Ubrevesmall" unicode="&#xe03b;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM378 769h75q-5 -71 -50 -114.5t-115 -43.5t-116 43.5t-50 114.5h76q4 -42 28 -68t62 -26t61.5 25.5t28.5 68.5z" />
+    <glyph glyph-name="Uhungarumlautsmall" unicode="&#xe03c;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM187 590l-49 43l143 173l56 -48zM377 590l-48 43l142 173l56 -48z" />
+    <glyph glyph-name="Umacronsmall" unicode="&#xe03d;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM434 647h-294v76h294v-76z" />
+    <glyph glyph-name="Uogoneksmall" unicode="&#xe03e;" horiz-adv-x="576" 
+d="M79 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 96.5 27t21.5 93v344h89v-342q0 -91 -38 -137q-27 -32 -76 -48q-49 -23 -75 -49t-26 -48q0 -30 36 -30q33 0 56 31l43 -44q-40 -46 -103 -46q-48 0 -75.5 22.5t-27.5 57.5q0 51 54 93q-100 6 -144 56q-39 44 -39 139v345z
+" />
+    <glyph glyph-name="Uringsmall" unicode="&#xe03f;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM404 718q0 -48 -33 -78.5t-84 -30.5t-84 30.5t-33 78.5t32.5 78.5t84.5 30.5q51 0 84 -30.5t33 -78.5zM336 718
+q0 24 -14 37.5t-35 13.5q-22 0 -35.5 -14t-13.5 -38t14 -37t35 -13t35 14t14 37z" />
+    <glyph glyph-name="Utildesmall" unicode="&#xe040;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM411 755l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5
+t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Wcircumflexsmall" unicode="&#xe041;" horiz-adv-x="755" 
+d="M28 532h91l98 -429l112 413h97l112 -412l99 428h89l-134 -532h-104l-112 409l-113 -409h-104zM239 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Y.alt" unicode="&#xe042;" horiz-adv-x="601" 
+d="M587 690l-227 -695q-45 -138 -101.5 -187t-130.5 -49q-61 0 -91 22l33 80q25 -14 59 -14q52 0 86.5 35t60.5 118h-24l-238 690h102l193 -585l179 585h99z" />
+    <glyph glyph-name="Y.altsmall" unicode="&#xe043;" horiz-adv-x="525" 
+d="M495 532l-179 -526q-37 -107 -84.5 -148.5t-111.5 -41.5q-50 0 -78 18l30 74q21 -11 49 -11q41 0 67.5 25t45.5 82h-24l-188 528l97 -1l146 -430l136 431h94z" />
+    <glyph glyph-name="Ycircumflexsmall" unicode="&#xe044;" horiz-adv-x="477" 
+d="M14 532h102l116 -236l118 236h102l-177 -327v-205h-89v205zM100 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Zacutesmall" unicode="&#xe045;" horiz-adv-x="468" 
+d="M415 530v-76l-269 -377l276 1v-78h-381v75l268 377h-261v78h367zM202 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Zdotaccentsmall" unicode="&#xe046;" horiz-adv-x="468" 
+d="M415 530v-76l-269 -377l276 1v-78h-381v75l268 377h-261v78h367zM182 685q0 23 15.5 39t37.5 16q23 0 39 -16t16 -39q0 -22 -16 -37.5t-39 -15.5q-22 0 -37.5 15.5t-15.5 37.5z" />
+    <glyph glyph-name="a.alt" unicode="&#xe047;" horiz-adv-x="564" 
+d="M402 499h81v-499h-87v87q-24 -45 -69 -71.5t-97 -26.5q-68 0 -112 44q-59 60 -59 206q0 149 60 214q53 56 133 56q100 0 149 -80zM249 68q53 0 93 41q54 55 54 155q0 85 -38 128q-33 38 -93 38q-66 0 -88.5 -46t-22.5 -138q0 -89 20 -133.5t75 -44.5z" />
+    <glyph glyph-name="approxequal.cap" unicode="&#xe048;" horiz-adv-x="593" 
+d="M501 498l48 -52q-64 -77 -139 -77q-46 0 -115 36.5t-102 36.5q-47 0 -87 -50l-48 52q63 77 139 77q46 0 115 -36t102 -36q48 0 87 49zM501 298l48 -52q-63 -77 -139 -77q-37 0 -76.5 18t-75.5 36t-65 18q-46 0 -87 -49l-48 52q64 77 139 77q46 0 115 -36.5t102 -36.5
+q47 0 87 50z" />
+    <glyph glyph-name="asciitilde.cap" unicode="&#xe049;" horiz-adv-x="595" 
+d="M489 400l51 -51q-64 -78 -138 -78q-44 0 -112.5 33.5t-99.5 33.5q-46 0 -84 -48l-50 51q62 78 137 78q44 0 112.5 -34t99.5 -34q45 0 84 49z" />
+    <glyph glyph-name="atsmall" unicode="&#xe04a;" horiz-adv-x="719" 
+d="M535 170q25 0 40.5 31.5t15.5 85.5q0 101 -55.5 158t-167.5 57q-113 0 -174.5 -59t-61.5 -176q0 -230 259 -230q148 0 227 70l44 -46q-44 -42 -115.5 -66.5t-160.5 -24.5q-160 0 -244.5 80t-84.5 216q0 140 85.5 223t228.5 83q138 0 217 -76.5t79 -194.5
+q0 -83 -38.5 -137t-106.5 -54q-69 0 -83 58q-40 -60 -113 -60q-48 0 -78 26t-30 70q0 99 161 99h39v13q0 30 -12.5 41t-46.5 11q-57 0 -86 -25l-40 51q43 38 129 38q70 0 103 -29.5t33 -94.5v-65q0 -73 37 -73zM419 250h-40q-25 0 -39 -2t-25.5 -12t-11.5 -29q0 -36 36 -36
+q29 0 53 22.5t27 56.5z" />
+    <glyph glyph-name="cent.fitted" unicode="&#xe04b;" horiz-adv-x="542" 
+d="M334 765l-1 -109q93 -8 150 -68l-55 -62q-49 49 -128 49q-86 0 -114 -50t-28 -168q0 -120 26.5 -172t99.5 -52q93 0 151 78l59 -57q-57 -80 -161 -97l1 -112h-95v111q-82 13 -128 77q-52 72 -52 218q0 152 57 226q44 58 123 74v114h95z" />
+    <glyph glyph-name="cent.fitted.oldstyle" unicode="&#xe04c;" horiz-adv-x="511" 
+d="M316 671l-1 -95q84 -8 134 -60l-52 -59q-49 42 -113 42q-75 0 -100 -43t-25 -143q0 -102 23 -146t87 -44q81 0 134 66l55 -55q-52 -69 -143 -84l1 -98h-91l1 97q-73 12 -113 66q-48 64 -48 193q0 135 52 199q40 50 109 64l-1 100h91z" />
+    <glyph glyph-name="colon.cap" unicode="&#xe04d;" horiz-adv-x="236" 
+d="M59 165q0 24 17 41t42 17t42 -16.5t17 -41.5t-17 -42t-42 -17t-42 17t-17 42zM59 525q0 25 17 42t42 17t42 -17t17 -42t-17 -41.5t-42 -16.5t-42 16.5t-17 41.5z" />
+    <glyph glyph-name="colonsmall" unicode="&#xe04e;" horiz-adv-x="244" 
+d="M59 131q0 23 15.5 38.5t38.5 15.5t39 -15.5t16 -38.5t-16 -38.5t-39 -15.5t-38.5 15.5t-15.5 38.5zM59 400q0 23 15.5 38.5t38.5 15.5t39 -15.5t16 -38.5t-16 -38.5t-39 -15.5t-38.5 15.5t-15.5 38.5z" />
+    <glyph glyph-name="divide.cap" unicode="&#xe04f;" horiz-adv-x="595" 
+d="M243 175q0 23 15.5 38.5t38.5 15.5t39 -15.5t16 -37.5q0 -23 -16 -39t-39 -16t-38.5 15.5t-15.5 38.5zM243 515q0 23 16 38.5t39 15.5t38.5 -15.5t15.5 -38.5t-15.5 -38.5t-38.5 -15.5t-39 15.5t-16 38.5zM523 303h-452v84h452v-84z" />
+    <glyph glyph-name="dollar.fitted" unicode="&#xe050;" horiz-adv-x="497" 
+d="M296 765l-1 -82q91 -11 139 -51l-46 -68q-55 40 -138 40q-111 0 -111 -90q0 -37 32 -62t78.5 -41.5t92.5 -37t78 -62t32 -103.5q0 -88 -65 -136q-39 -28 -92 -39l1 -88h-95l1 81q-110 7 -167 62l49 69q60 -50 157 -50q116 0 116 96q0 41 -32 67.5t-78 43.5t-92.5 37
+t-78.5 60t-32 101q0 80 62 127q40 31 96 40l-1 86h95z" />
+    <glyph glyph-name="dollar.fitted.oldstyle" unicode="&#xe051;" horiz-adv-x="483" 
+d="M283 671l-1 -72q79 -9 125 -45l-44 -65q-48 35 -124 35q-96 0 -96 -75q0 -31 29 -52t70 -35t82 -31.5t70 -54.5t29 -92q0 -79 -60 -121q-34 -25 -81 -34l1 -77h-91l1 71q-99 7 -150 54l46 67q55 -45 141 -45q102 0 102 81q0 34 -29 56.5t-70 36.5t-82 31.5t-70 53.5
+t-29 89q0 72 55 113q32 24 86 36l-1 75h91z" />
+    <glyph glyph-name="eightsmall" unicode="&#xe052;" horiz-adv-x="487" 
+d="M66 404q0 71 52.5 105t122.5 34q71 0 122.5 -32.5t51.5 -102.5q0 -90 -99 -134q107 -42 107 -140q0 -72 -53.5 -108.5t-129.5 -36.5q-75 0 -129 36t-54 108q0 94 109 138q-100 40 -100 133zM150 398q0 -42 22 -60t68 -32q31 10 47 17.5t30 27t14 48.5q0 75 -90 75
+q-91 0 -91 -76zM141 140q0 -82 99 -82t99 82q0 44 -25.5 64.5t-74.5 35.5q-31 -10 -49.5 -19t-33.5 -29.5t-15 -51.5z" />
+    <glyph glyph-name="equal.cap" unicode="&#xe053;" horiz-adv-x="595" 
+d="M508 208h-421v76h421v-76zM508 406h-421v76h421v-76z" />
+    <glyph glyph-name="equal.denominator" unicode="&#xe054;" horiz-adv-x="362" 
+d="M309 97h-249v59h249v-59zM309 211h-249v58h249v-58z" />
+    <glyph glyph-name="equal.numerator" unicode="&#xe055;" horiz-adv-x="362" 
+d="M309 420h-249v59h249v-59zM309 534h-249v59h249v-59z" />
+    <glyph glyph-name="equalinferior" unicode="&#xe056;" horiz-adv-x="350" 
+d="M301 -86h-245v59h245v-59zM301 27h-245v59h245v-59z" />
+    <glyph glyph-name="equalsuperior" unicode="&#xe057;" horiz-adv-x="350" 
+d="M301 597h-245v59h245v-59zM301 711h-245v58h245v-58z" />
+    <glyph glyph-name="f.alt" unicode="&#xe058;" horiz-adv-x="371" 
+d="M363 723l-21 -75q-20 8 -48 8q-52 0 -66.5 -29.5t-14.5 -98.5v-44h113v-79h-113v-405h-90v405h-88v79h88v50q0 201 172 201q37 0 68 -12z" />
+    <glyph glyph-name="ff.alt" unicode="&#xe059;" horiz-adv-x="666" 
+d="M658 723l-20 -75q-21 8 -47 8q-53 0 -67.5 -29t-14.5 -99v-45h113v-77h-113v-406h-87v406h-211v-406h-88v406h-88v77h88v44q0 97 40 149t131 52q39 0 66 -12l-20 -75q-21 8 -47 8q-53 0 -67.5 -29t-14.5 -99v-38h211v51q0 97 39.5 149t130.5 52q36 0 66 -12z" />
+    <glyph glyph-name="fivesmall" unicode="&#xe05a;" horiz-adv-x="487" 
+d="M68 42l45 62q43 -40 116 -40q41 0 65 17q33 23 33 91q0 61 -28 81q-20 16 -60 16q-54 0 -92 -37l-67 19l3 281h303v-77h-226l-3 -143q35 31 98 31q67 0 113 -38q51 -42 51 -131q0 -100 -68 -147q-51 -36 -127 -36q-104 0 -156 51z" />
+    <glyph glyph-name="four.alt" unicode="&#xe05c;" 
+d="M424 690v-445h98v-74h-98v-171h-89v171h-293v92l254 427h128zM335 244v362l-208 -362h208z" />
+    <glyph glyph-name="four.alt.fitted" unicode="&#xe05d;" horiz-adv-x="527" 
+d="M407 690v-445h94v-74h-94v-171h-88v171h-283v92l244 427h127zM319 244v362l-199 -362h199z" />
+    <glyph glyph-name="foursmall" unicode="&#xe05e;" horiz-adv-x="487" 
+d="M435 106h-90v-106h-84v106h-215v78l140 348h86l-140 -347h131v199h82v-198h90v-80z" />
+    <glyph glyph-name="g.alt" unicode="&#xe05f;" horiz-adv-x="537" 
+d="M500 -64q0 -88 -76 -136q-64 -41 -157 -41q-85 0 -143 31q-78 40 -78 114q0 42 26.5 81t67.5 61q-42 10 -62 32.5t-20 50.5q0 51 58 91q-39 41 -39 116q0 86 50 130q50 45 144 45q62 0 106 -23l134 4v-80h-65q11 -31 11 -68q0 -92 -63 -137q-52 -36 -133 -36
+q-47 0 -84 12q-35 -20 -35 -48q0 -41 123 -43q105 -1 165 -35q70 -39 70 -121zM411 -69q0 90 -119 90q-75 0 -115 -29.5t-40 -77.5q0 -82 132 -82q142 0 142 99zM367 341q0 49 -21 73.5t-79 24.5q-59 0 -79.5 -24.5t-20.5 -75.5q0 -52 20 -74.5t76 -22.5q61 0 82.5 24.5
+t21.5 74.5z" />
+    <glyph glyph-name="greater.cap" unicode="&#xe060;" horiz-adv-x="595" 
+d="M127 560l401 -172v-86l-401 -172l-27 76l342 138l-342 140z" />
+    <glyph glyph-name="infinity.cap" unicode="&#xe061;" horiz-adv-x="854" 
+d="M796 348q0 -84 -51.5 -135t-126.5 -51q-51 0 -89.5 26.5t-102.5 94.5q-56 -63 -100 -92t-95 -29q-72 0 -122.5 50.5t-50.5 130.5q0 81 51.5 133t127.5 52q53 0 95.5 -28.5t99.5 -95.5q56 64 100 93.5t97 29.5q72 0 119.5 -49.5t47.5 -129.5zM239 238q26 0 48.5 12.5
+t36.5 26t62 64.5q-48 62 -81 87t-72 25q-46 0 -70 -29t-24 -79q0 -51 25.5 -79t74.5 -28zM618 453q-17 0 -28.5 -2.5t-26.5 -13.5t-22 -18t-31.5 -32t-37.5 -39q57 -66 86.5 -88t64.5 -22q48 0 70.5 30t22.5 78q0 107 -98 107z" />
+    <glyph glyph-name="jsuperior" unicode="&#xe062;" horiz-adv-x="184" 
+d="M55 768h69v-285q0 -108 -109 -108q-19 0 -37 5l10 62q8 -3 27 -3q24 0 32 10t8 33v286zM47 858q0 18 12 30t30 12q19 0 31 -12t12 -30q0 -19 -12 -31t-31 -12q-18 0 -30 12t-12 31z" />
+    <glyph glyph-name="k.alt" unicode="&#xe063;" horiz-adv-x="514" 
+d="M188 261v3l181 235h112l-195 -231l215 -268h-117zM82 765h90v-765h-90v765z" />
+    <glyph glyph-name="l.alt" unicode="&#xe064;" horiz-adv-x="297" 
+d="M280 79l8 -76q-43 -10 -73 -10q-76 0 -104.5 41.5t-28.5 127.5v603h90v-601q0 -51 12 -72t46 -21q29 0 50 8z" />
+    <glyph glyph-name="less.cap" unicode="&#xe065;" horiz-adv-x="595" 
+d="M469 130l-401 172v86l401 172l27 -76l-342 -138l342 -140z" />
+    <glyph glyph-name="logicalnot.cap" unicode="&#xe066;" horiz-adv-x="595" 
+d="M510 447v-287h-88v208h-349v79h437z" />
+    <glyph glyph-name="minus.cap" unicode="&#xe067;" horiz-adv-x="595" 
+d="M525 305h-455v80h455v-80z" />
+    <glyph glyph-name="minus.denominator" unicode="&#xe068;" horiz-adv-x="362" 
+d="M318 153h-267v61h267v-61z" />
+    <glyph glyph-name="minus.numerator" unicode="&#xe069;" horiz-adv-x="362" 
+d="M318 476h-267v61h267v-61z" />
+    <glyph glyph-name="minusinferior" unicode="&#xe06a;" horiz-adv-x="350" 
+d="M309 -30h-262v60h262v-60z" />
+    <glyph glyph-name="minussuperior" unicode="&#xe06b;" horiz-adv-x="350" 
+d="M309 653h-262v61h262v-61z" />
+    <glyph glyph-name="multiply.cap" unicode="&#xe06c;" horiz-adv-x="595" 
+d="M447 142l-150 148l-149 -148l-56 56l149 147l-149 147l56 56l149 -147l149 147l56 -56l-149 -147l149 -147z" />
+    <glyph glyph-name="ninesmall" unicode="&#xe06d;" horiz-adv-x="487" 
+d="M63 39l45 61q41 -36 115 -36q30 0 50 7.5t32 20t18 39t8 54t3 76.5q-34 -57 -121 -57q-69 0 -112 38q-46 41 -46 125q0 89 50 132q47 41 131 41q100 0 144 -61q41 -55 41 -203q0 -86 -10 -138.5t-41 -89.5q-48 -57 -152 -57q-106 0 -155 48zM226 270q103 0 103 105
+q0 94 -96 94q-51 0 -71.5 -24.5t-20.5 -75.5q0 -52 20 -75.5t65 -23.5z" />
+    <glyph glyph-name="notequal.cap" unicode="&#xe06e;" horiz-adv-x="595" 
+d="M517 205h-238l-66 -143l-65 33l50 110h-109v77h144l58 126h-202v77h238l65 143l65 -33l-50 -110h110v-77h-146l-57 -126h203v-77z" />
+    <glyph glyph-name="numbersign.fitted" unicode="&#xe06f;" horiz-adv-x="617" 
+d="M432 690h80l-27 -184h98v-73h-110l-26 -177h100v-73h-111l-28 -183h-80l28 183h-157l-28 -183h-80l28 183h-97v73h109l25 177h-99v73h111l27 184h80l-27 -184h157zM236 433l-26 -177h157l26 177h-157z" />
+    <glyph glyph-name="numbersign.fitted.oldstyle" unicode="&#xe070;" horiz-adv-x="591" 
+d="M401 606h76l-24 -160h85v-69h-97l-22 -149h87v-69h-98l-25 -159h-76l25 159h-138l-25 -159h-76l25 159h-85v69h96l23 149h-88v69h99l24 160h77l-25 -160h138zM228 377l-23 -149h138l22 149h-137z" />
+    <glyph glyph-name="onesmall" unicode="&#xe071;" horiz-adv-x="487" 
+d="M81 0v78h140v365l-123 -83l-48 64l163 108h96v-454h112v-78h-340z" />
+    <glyph glyph-name="oslash.alt" unicode="&#xe072;" horiz-adv-x="556" 
+d="M507 525l-58 -84q49 -61 49 -183q0 -135 -60 -203q-59 -67 -166 -67q-56 0 -100 19l-49 -82l-74 49l58 84q-49 61 -49 181q0 131 55 200q59 72 171 72q56 0 99 -19l50 82zM403 258q0 111 -40 150q-28 26 -80 26q-62 0 -92 -35q-37 -44 -37 -159q0 -104 33 -142
+q28 -33 87 -33q67 0 98 43q31 46 31 150z" />
+    <glyph glyph-name="plus.cap" unicode="&#xe073;" horiz-adv-x="595" 
+d="M531 306h-189v-204h-89v204h-189v78h189v204h89v-204h189v-78z" />
+    <glyph glyph-name="plus.denominator" unicode="&#xe074;" horiz-adv-x="362" 
+d="M323 153h-104v-102h-69v102h-104v60h104v103h69v-103h104v-60z" />
+    <glyph glyph-name="plus.numerator" unicode="&#xe075;" horiz-adv-x="362" 
+d="M323 476h-104v-102h-69v102h-104v61h104v102h69v-102h104v-61z" />
+    <glyph glyph-name="plusinferior" unicode="&#xe076;" horiz-adv-x="350" 
+d="M314 -30h-102v-102h-68v102h-102v60h102v102h68v-102h102v-60z" />
+    <glyph glyph-name="plussuperior" unicode="&#xe077;" horiz-adv-x="350" 
+d="M314 653h-102v-102h-68v102h-102v60h102v103h68v-103h102v-60z" />
+    <glyph glyph-name="r.alt" unicode="&#xe078;" horiz-adv-x="348" 
+d="M82 499h86l-1 -99q15 49 48.5 78.5t77.5 29.5q13 0 29 -2l-8 -89q-18 2 -26 2q-43 0 -70 -37t-36.5 -87.5t-9.5 -115.5v-179h-90v499z" />
+    <glyph glyph-name="sevensmall" unicode="&#xe079;" horiz-adv-x="487" 
+d="M124 367h-72l-2 165h376v-79q-105 -212 -175 -453h-95q65 229 178 448h-209z" />
+    <glyph glyph-name="sixsmall" unicode="&#xe07a;" horiz-adv-x="487" 
+d="M415 492l-45 -60q-40 35 -115 35q-71 0 -90 -40t-20 -157q34 57 121 57q69 0 111 -37q47 -41 47 -126q0 -89 -50 -132q-47 -41 -131 -41q-100 0 -145 61q-41 58 -41 204q0 83 10.5 137.5t40.5 89.5q50 58 153 58q104 0 154 -49zM253 261q-103 0 -103 -104q0 -95 95 -95
+q51 0 71.5 25t20.5 76q0 52 -19.5 75t-64.5 23z" />
+    <glyph glyph-name="slashsmall" unicode="&#xe07b;" horiz-adv-x="405" 
+d="M370 597l-275 -687l-79 30l276 687z" />
+    <glyph glyph-name="sterling.fitted" unicode="&#xe07c;" horiz-adv-x="570" 
+d="M389 385v-78h-166v-229h311v-78h-483v78h79v229h-79v78h79v64q0 49 10.5 90t34.5 78.5t70 58.5t110 21q105 0 161 -56l-53 -62q-39 39 -113 39q-79 0 -103 -41.5t-24 -132.5v-59h166z" />
+    <glyph glyph-name="sterling.fitted.oldstyle" unicode="&#xe07d;" horiz-adv-x="547" 
+d="M366 340v-74h-148v-191h277v-75h-436v75h70v191h-70v74h70v53q0 43 9.5 79.5t31.5 69t64 51.5t100 19q95 0 146 -50l-52 -59q-34 34 -99 34q-69 0 -90 -35.5t-21 -112.5v-49h148z" />
+    <glyph glyph-name="three.alt.taboldstyle" unicode="&#xe07e;" horiz-adv-x="510" 
+d="M143 196v59l176 198h-276v79h378v-82l-169 -188q99 -1 147 -48.5t48 -124.5q0 -70 -38.5 -116.5t-93.5 -64.5t-122 -18q-111 0 -160 42l37 65q40 -29 124 -29q75 0 118 30t43 90q0 54 -39.5 81t-132.5 27h-40z" />
+    <glyph glyph-name="three.altoldstyle" unicode="&#xe07f;" horiz-adv-x="463" 
+d="M125 196v59l163 198h-258v79h360v-82l-157 -188q92 -1 137 -48.5t45 -124.5q0 -101 -71 -150t-171 -49q-107 0 -153 42l36 65q39 -29 117 -29q70 0 110 30t40 90q0 54 -37 81t-123 27h-38z" />
+    <glyph glyph-name="threequartersemdash.cap" unicode="&#xe080;" horiz-adv-x="750" 
+d="M730 302h-710v85h710v-85z" />
+    <glyph glyph-name="threesmall" unicode="&#xe081;" horiz-adv-x="487" 
+d="M135 235v74h60q118 0 118 85q0 40 -23 56t-69 16q-78 0 -122 -40l-46 59q56 56 169 56q76 0 124 -30q58 -36 58 -108q0 -99 -95 -126q103 -22 103 -133q0 -82 -63 -121q-51 -32 -131 -32q-114 0 -165 54l46 61q42 -41 122 -41q49 0 75 19t26 67t-28.5 66t-95.5 18h-63z
+" />
+    <glyph glyph-name="twosmall" unicode="&#xe082;" horiz-adv-x="487" 
+d="M417 77v-77h-355v57q0 73 33.5 115t129.5 101q37 22 55 35.5t33 36t15 50.5q0 70 -94 70q-73 0 -118 -44l-54 54q62 65 178 65q78 0 127.5 -33.5t49.5 -110.5q0 -58 -29 -93.5t-97 -78.5q-83 -53 -110 -80t-27 -68z" />
+    <glyph glyph-name="u.alt" unicode="&#xe083;" horiz-adv-x="565" 
+d="M82 499h89v-322q0 -29 3 -45t13.5 -32.5t34 -23.5t62.5 -7q69 0 89.5 24.5t20.5 84.5v321h90v-320q0 -88 -40 -132q-48 -55 -162 -55t-162 54q-38 42 -38 130v323z" />
+    <glyph glyph-name="wsuperior" unicode="&#xe084;" horiz-adv-x="460" 
+d="M21 768h71l46 -189l51 183h75l52 -183l46 189h70l-76 -268h-78l-52 184l-53 -184h-79z" />
+    <glyph glyph-name="xsuperior" unicode="&#xe085;" horiz-adv-x="329" 
+d="M29 768h80l52 -84l51 84h80l-83 -129l89 -139h-80l-58 91l-59 -91h-80l93 139z" />
+    <glyph glyph-name="yen.alt" unicode="&#xe086;" 
+d="M495 318v-79h-175v-239h-92v239h-164v79h142l-201 372h107l164 -323l168 323h104l-206 -372h153z" />
+    <glyph glyph-name="yen.alt.fitted" unicode="&#xe087;" horiz-adv-x="547" 
+d="M490 318v-79h-173v-239h-92v239h-163v79h141l-199 372h106l163 -323l166 323h104l-204 -372h151z" />
+    <glyph glyph-name="yen.alt.fitted.oldstyle" unicode="&#xe088;" horiz-adv-x="534" 
+d="M456 281v-75h-154v-206h-88v206h-144v75h124l-178 325h101l143 -278l146 278h99l-182 -325h133z" />
+    <glyph glyph-name="yen.alt.taboldstyle" unicode="&#xe089;" horiz-adv-x="534" 
+d="M459 281v-75h-154v-206h-89v206h-145v75h125l-179 325h101l144 -278l147 278h100l-184 -325h134z" />
+    <glyph glyph-name="yen.fitted" unicode="&#xe08a;" horiz-adv-x="547" 
+d="M506 239v-80h-189v-159h-92v159h-178v80h178v39l-15 28h-163v79h120l-163 305h106l163 -323l166 323h104l-167 -305h130v-79h-173l-16 -28v-39h189z" />
+    <glyph glyph-name="yen.fitted.oldstyle" unicode="&#xe08b;" horiz-adv-x="534" 
+d="M471 210v-76h-169v-134h-88v134h-158v76h158v34l-13 23h-145v75h104l-144 264h101l143 -278l146 278h99l-147 -264h113v-75h-156l-13 -23v-34h169z" />
+    <glyph glyph-name="ysuperior" unicode="&#xe08c;" horiz-adv-x="326" 
+d="M299 768l-82 -254q-23 -70 -55 -105t-81 -35q-33 0 -50 12l22 57q12 -6 28 -6q23 0 37.5 16t27.5 54h-35l-92 261h75l69 -218l63 218h73z" />
+    <glyph glyph-name="zerosmall" unicode="&#xe08d;" horiz-adv-x="487" 
+d="M427 272q0 -162 -58 -229q-47 -53 -133 -53q-88 0 -131 51q-53 63 -53 219q0 164 58 229q47 53 132 53q86 0 132 -52q53 -61 53 -218zM336 273q0 104 -20 148.5t-74 44.5q-56 0 -77.5 -48.5t-21.5 -159.5q0 -103 20 -147.5t74 -44.5q56 0 77.5 48.5t21.5 158.5z" />
+    <glyph glyph-name="uniEFF3" unicode="&#xeff3;" horiz-adv-x="200" 
+d="M213 654q0 -45 -32 -72t-81 -27t-81 27t-32 73q0 45 31.5 71.5t81.5 26.5q49 0 81 -27t32 -72zM150 655q0 22 -14 33.5t-36 11.5t-36 -12t-14 -34t14 -33.5t36 -11.5t36 12t14 34z" />
+    <glyph glyph-name="uniEFF7" unicode="&#xeff7;" horiz-adv-x="200" 
+d="M-49 623l150 102l149 -101l-37 -58l-113 69l-113 -70z" />
+    <glyph glyph-name="uniF628" unicode="&#xf628;" horiz-adv-x="1170" 
+d="M712 598l-550 -635l-53 43l550 637zM751 167q0 -99 -39 -141q-30 -32 -88 -32q-59 0 -88 31q-36 37 -36 134q0 96 34 135q31 36 93 36q56 0 86 -30q38 -37 38 -133zM683 166q0 59 -11 83t-45 24q-35 0 -47 -26.5t-12 -88.5q0 -59 11 -83.5t45 -24.5q35 0 47 27t12 89z
+M312 446q0 -99 -40 -139q-32 -32 -89 -32q-55 0 -86 31q-37 37 -37 133q0 97 33 135q31 38 95 38q55 0 86 -31q38 -38 38 -135zM243 447q0 60 -10.5 83.5t-44.5 23.5q-35 0 -47 -26t-12 -87q0 -60 11 -84.5t45 -24.5q35 0 46.5 26.5t11.5 88.5zM1076 164q0 -99 -39 -138
+q-32 -32 -88 -32q-59 0 -88 31q-37 38 -37 136q0 91 34 132q32 37 93 37q55 0 87 -30q38 -38 38 -136zM1007 166q0 59 -10.5 83t-44.5 24q-35 0 -47 -26.5t-12 -87.5q0 -60 11 -84.5t45 -24.5q35 0 46.5 26.5t11.5 89.5z" />
+    <glyph glyph-name="uniF629" unicode="&#xf629;" horiz-adv-x="364" 
+d="M227 406l-1 -57q54 -7 86 -35l-42 -49q-28 22 -71 22q-45 0 -60 -22t-15 -75q0 -55 13.5 -78t52.5 -23q48 0 83 35l45 -45q-34 -38 -92 -49l1 -59h-75l1 59q-45 8 -70 35q-36 38 -36 121q0 85 38 124q25 27 68 35l-1 61h75z" />
+    <glyph glyph-name="uniF62A" unicode="&#xf62a;" horiz-adv-x="364" 
+d="M216 406v-44q54 -5 87 -28l-35 -52q-35 20 -88 20q-62 0 -62 -35q0 -16 20 -26t49 -17.5t58 -17.5t49 -32.5t20 -56.5q0 -49 -43 -77q-22 -14 -55 -22v-47h-75l1 43q-69 5 -105 33l37 54q40 -26 100 -26q65 0 65 38q0 21 -30.5 34t-67 20.5t-67 31.5t-30.5 65q0 46 39 73
+q21 14 59 23l-1 46h75z" />
+    <glyph glyph-name="uniF62B" unicode="&#xf62b;" horiz-adv-x="215" 
+d="M196 151h-173v65h173v-65z" />
+    <glyph glyph-name="uniF62C" unicode="&#xf62c;" horiz-adv-x="236" 
+d="M141 432l42 -52q-41 -29 -51.5 -66.5t-10.5 -130.5t10.5 -131t51.5 -66l-42 -51q-54 36 -72 92t-18 157q0 100 18 155.5t72 92.5z" />
+    <glyph glyph-name="uniF62D" unicode="&#xf62d;" horiz-adv-x="236" 
+d="M87 -65l-42 51q41 29 51.5 66.5t10.5 130.5t-10.5 131t-51.5 67l42 51q54 -37 72 -92.5t18 -156.5t-18 -156t-72 -92z" />
+    <glyph glyph-name="uniF62E" unicode="&#xf62e;" horiz-adv-x="364" 
+d="M227 730l-1 -58q53 -5 86 -35l-42 -49q-28 22 -71 22q-45 0 -60 -22t-15 -75q0 -54 13.5 -77t52.5 -23q50 0 83 35l45 -46q-34 -38 -92 -49l1 -59h-75l1 59q-46 9 -70 36q-36 37 -36 121t38 123q25 26 68 36l-1 61h75z" />
+    <glyph glyph-name="uniF62F" unicode="&#xf62f;" horiz-adv-x="364" 
+d="M216 730v-44q57 -7 87 -28l-35 -53q-35 20 -88 20q-62 0 -62 -35q0 -19 30.5 -31t67.5 -19.5t67.5 -32.5t30.5 -66q0 -49 -43 -78q-24 -15 -55 -21v-48h-75l1 43q-70 6 -105 34l37 53q40 -26 100 -26q65 0 65 39q0 20 -30.5 33t-67 20.5t-67 32t-30.5 65.5q0 45 39 72
+q24 17 59 23l-1 47h75z" />
+    <glyph glyph-name="uniF630" unicode="&#xf630;" horiz-adv-x="215" 
+d="M196 474h-173v65h173v-65z" />
+    <glyph glyph-name="uniF631" unicode="&#xf631;" horiz-adv-x="236" 
+d="M141 755l42 -51q-41 -29 -51.5 -67t-10.5 -130q0 -93 10.5 -131.5t51.5 -66.5l-42 -51q-54 36 -72 92t-18 157t18 156t72 92z" />
+    <glyph glyph-name="uniF632" unicode="&#xf632;" horiz-adv-x="236" 
+d="M87 258l-42 51q41 29 51.5 66.5t10.5 131.5q0 93 -10.5 131t-51.5 66l42 51q54 -36 72 -92t18 -157t-18 -156t-72 -92z" />
+    <glyph glyph-name="uniF633" unicode="&#xf633;" horiz-adv-x="866" 
+d="M647 212q33 0 53.5 43.5t20.5 118.5q0 133 -69.5 209t-211.5 76q-140 0 -217.5 -79t-77.5 -233q0 -306 322 -306q185 0 283 91l50 -55q-54 -52 -141.5 -83.5t-195.5 -31.5q-198 0 -301.5 104t-103.5 281q0 180 105 287.5t281 107.5q171 0 268 -99t97 -253
+q0 -108 -47.5 -178t-129.5 -70q-85 0 -102 80q-45 -83 -140 -83q-59 0 -96 33.5t-37 90.5q0 127 199 127h51v20q0 44 -16 60.5t-61 16.5q-72 0 -109 -34l-45 60q53 50 156 50q85 0 126 -38.5t41 -121.5v-90q0 -101 48 -101zM508 327h-51q-25 0 -40 -1.5t-31 -7t-23.5 -19
+t-7.5 -34.5q0 -51 48 -51q40 0 70.5 31.5t34.5 81.5z" />
+    <glyph glyph-name="uniF639" unicode="&#xf639;" horiz-adv-x="575" 
+d="M517 354q0 -215 -71 -300q-57 -67 -164 -67q-105 0 -159 65q-65 79 -65 283q0 215 71 300q58 69 163 69t160 -66q65 -78 65 -284zM422 356q0 141 -28 204t-103 63q-77 0 -107.5 -68.5t-30.5 -221.5q0 -140 28 -203t103 -63q77 0 107.5 68.5t30.5 220.5z" />
+    <glyph glyph-name="uniF63A" unicode="&#xf63a;" horiz-adv-x="520" 
+d="M467 83v-83h-414v60q0 94 39.5 149t156.5 136q33 23 50.5 37.5t37 36t28 46t8.5 54.5q0 57 -30.5 79.5t-86.5 22.5q-87 0 -144 -58l-55 57q71 80 204 80q43 0 78 -9t65 -29t46.5 -56.5t16.5 -86.5q0 -51 -18.5 -90.5t-47 -67t-83.5 -67.5q-54 -40 -78.5 -59.5t-50 -46.5
+t-33.5 -51t-8 -57z" />
+    <glyph glyph-name="uniF63B" unicode="&#xf63b;" horiz-adv-x="512" 
+d="M137 314v81h67q146 0 146 123q0 57 -28.5 80t-84.5 23q-93 0 -146 -56l-49 64q65 73 194 73q86 0 139 -36q70 -44 70 -140q0 -62 -28.5 -105.5t-82.5 -60.5q121 -27 121 -174q0 -110 -77 -160q-56 -37 -147 -37q-129 0 -189 70l49 66q51 -57 146 -57q60 0 91.5 28
+t31.5 96q0 71 -35.5 96.5t-117.5 25.5h-70z" />
+    <glyph glyph-name="uniF63C" unicode="&#xf63c;" horiz-adv-x="535" 
+d="M502 144h-115v-144h-89v144h-262v83l181 463h93l-182 -462h172v267h87v-266h115v-85z" />
+    <glyph glyph-name="uniF63D" unicode="&#xf63d;" horiz-adv-x="532" 
+d="M66 55l49 66q53 -54 141 -54q52 0 81 24q44 34 44 132q0 87 -37 119q-26 22 -75 22q-68 0 -118 -54l-72 23l5 357h355v-84h-272l-5 -206q44 44 123 44q81 0 133 -49q60 -54 60 -168q0 -132 -82 -193q-62 -45 -148 -45q-50 0 -100 16t-82 50z" />
+    <glyph glyph-name="uniF63E" unicode="&#xf63e;" 
+d="M487 639l-48 -65q-52 48 -145 48q-33 0 -56 -6t-39 -22.5t-25 -35.5t-14.5 -55.5t-7 -71.5t-2.5 -93q43 83 157 83q82 0 135 -48q56 -53 56 -161q0 -112 -60 -169q-59 -54 -159 -54q-123 0 -176 85q-28 45 -36.5 107t-8.5 150q0 109 12.5 179.5t48.5 116.5q60 75 184 75
+q122 0 184 -63zM294 348q-67 0 -102.5 -38t-35.5 -110q0 -133 128 -133q67 0 94 35t27 108q0 72 -26 105t-85 33z" />
+    <glyph glyph-name="uniF63F" unicode="&#xf63f;" horiz-adv-x="486" 
+d="M108 497h-75l-2 193h423v-83q-124 -289 -201 -607h-99q76 315 205 602h-249z" />
+    <glyph glyph-name="uniF640" unicode="&#xf640;" horiz-adv-x="555" 
+d="M69 528q0 61 33.5 103t79 58t98.5 16q85 0 147 -42.5t62 -130.5q0 -119 -125 -176q136 -57 136 -184q0 -92 -65 -139t-156 -47q-90 0 -155.5 46.5t-65.5 137.5q0 122 138 183q-127 52 -127 175zM160 521q0 -31 8.5 -53t28.5 -37t36 -22t46 -18q30 10 47 18t36 23t28 37
+t9 53q0 107 -119 107q-120 0 -120 -108zM148 178q0 -116 131 -116q130 0 130 115q0 33 -10 57.5t-31 40t-39.5 24t-50.5 19.5q-31 -10 -50 -19.5t-39.5 -25t-30.5 -39.5t-10 -56z" />
+    <glyph glyph-name="uniF641" unicode="&#xf641;" 
+d="M66 51l48 65q52 -48 145 -48q33 0 56 6t39 22.5t25 35.5t14.5 55.5t7 71.5t2.5 93q-43 -83 -157 -83q-82 0 -135 48q-56 53 -56 161q0 112 60 169q59 54 159 54q123 0 176 -85q28 -45 36.5 -107t8.5 -150q0 -109 -12.5 -179.5t-48.5 -116.5q-60 -75 -184 -75
+q-122 0 -184 63zM259 342q67 0 102.5 38t35.5 110q0 133 -128 133q-67 0 -94 -35t-27 -108q0 -72 26 -105t85 -33z" />
+    <glyph glyph-name="uniF642" unicode="&#xf642;" horiz-adv-x="838" 
+d="M712 598l-550 -635l-53 43l550 637zM751 167q0 -99 -39 -141q-30 -32 -88 -32q-59 0 -88 31q-36 37 -36 134q0 96 34 135q31 36 93 36q56 0 86 -30q38 -37 38 -133zM683 166q0 59 -11 83t-45 24q-35 0 -47 -26.5t-12 -88.5q0 -59 11 -83.5t45 -24.5q35 0 47 27t12 89z
+M312 446q0 -99 -40 -139q-32 -32 -89 -32t-86 32q-37 37 -37 133q0 95 33 134q31 38 95 38q55 0 86 -31q38 -38 38 -135zM243 447q0 60 -10.5 83.5t-44.5 23.5q-35 0 -47 -26t-12 -87q0 -60 11 -84.5t45 -24.5q35 0 46.5 26.5t11.5 88.5z" />
+    <glyph glyph-name="uniF643" unicode="&#xf643;" horiz-adv-x="510" 
+d="M475 272q0 -161 -63 -225q-56 -58 -161 -58q-106 0 -159 58q-57 62 -57 212q0 156 59 221q55 62 165 62q102 0 156 -54q60 -61 60 -216zM381 270q0 124 -30 161q-29 36 -93 36q-73 0 -102 -45q-26 -41 -26 -159q0 -120 29 -162q25 -36 92 -36q77 0 104 46q26 44 26 159z
+" />
+    <glyph glyph-name="uniF644" unicode="&#xf644;" horiz-adv-x="510" 
+d="M72 0v78h168v367l-151 -82l-47 66l188 103h99v-454h135v-78h-392z" />
+    <glyph glyph-name="uniF645" unicode="&#xf645;" horiz-adv-x="510" 
+d="M445 77v-77h-409v57q0 74 39.5 115t157.5 102q61 31 91 57t30 65q0 69 -115 69q-52 0 -84 -13.5t-61 -44.5l-54 53q69 80 200 80q91 0 148 -34t57 -109q0 -61 -37.5 -98t-115.5 -78q-110 -59 -133 -79q-32 -27 -32 -66z" />
+    <glyph glyph-name="uniF646" unicode="&#xf646;" horiz-adv-x="510" 
+d="M119 197v76h67q78 0 117.5 23t39.5 80q0 48 -29 68.5t-89 20.5q-88 0 -139 -54l-54 54q67 75 197 75q87 0 137 -27q72 -38 72 -123q0 -58 -32 -97t-89 -53q135 -19 135 -148q0 -95 -80 -152q-70 -49 -170 -49q-103 0 -155 40l36 65q43 -28 121 -28q153 0 153 124
+q0 63 -38.5 84t-133.5 21h-66z" />
+    <glyph glyph-name="uniF647" unicode="&#xf647;" horiz-adv-x="510" 
+d="M488 15h-98v-126h-85v126h-272v84l189 441l85 -20l-186 -428h185v234h84v-232h98v-79z" />
+    <glyph glyph-name="uniF648" unicode="&#xf648;" horiz-adv-x="510" 
+d="M51 -69l36 65q40 -28 117 -28q73 0 107 28q41 35 41 113q0 63 -26 93q-26 28 -80 28q-63 0 -116 -45l-63 31l6 316h337v-84h-259l-4 -175q41 34 119 34q77 0 125 -41q56 -49 56 -149q0 -128 -88 -186q-61 -40 -159 -40q-100 0 -149 40z" />
+    <glyph glyph-name="uniF649" unicode="&#xf649;" horiz-adv-x="510" 
+d="M451 604l-36 -64q-43 29 -113 29q-89 0 -124 -54.5t-36 -198.5q37 74 137 74q76 0 126 -47q55 -52 55 -149q0 -104 -61 -159q-54 -48 -140 -48t-138 46q-41 37 -56.5 101.5t-15.5 167.5q0 190 69 269q64 74 190 74q93 0 143 -41zM266 319q-119 0 -119 -132
+q0 -126 115 -126q60 0 83.5 33.5t23.5 98.5q0 64 -23 95t-80 31z" />
+    <glyph glyph-name="uniF64A" unicode="&#xf64a;" horiz-adv-x="510" 
+d="M128 348h-78l-2 184h416v-92l-229 -555l-88 32l224 527h-240z" />
+    <glyph glyph-name="uniF64B" unicode="&#xf64b;" horiz-adv-x="510" 
+d="M54 484q0 83 61 123t142 40t140 -39t59 -120q0 -110 -118 -161q129 -52 129 -169q0 -85 -62.5 -128t-149.5 -43t-149 42.5t-62 127.5q0 113 130 166q-120 48 -120 161zM143 477q0 -28 8 -48t26.5 -33t34 -20t43.5 -16q28 9 43.5 16t34 20.5t26.5 33t8 47.5q0 96 -111 96
+q-113 0 -113 -96zM132 164q0 -104 122 -104q124 0 124 104q0 30 -9.5 51.5t-29.5 35.5t-37.5 21.5t-47.5 16.5q-60 -18 -91 -44t-31 -81z" />
+    <glyph glyph-name="uniF64C" unicode="&#xf64c;" horiz-adv-x="510" 
+d="M60 -69l35 65q40 -29 114 -29q89 0 123.5 53t35.5 196q-37 -73 -138 -73q-75 0 -126 48q-54 52 -54 147q0 104 62 160q54 48 139 48q86 0 138 -47q41 -37 56.5 -99.5t15.5 -164.5q0 -192 -68 -270q-64 -74 -192 -74q-94 0 -141 40zM244 213q120 0 120 132q0 127 -115 127
+q-60 0 -84 -34t-24 -99q0 -64 23 -95t80 -31z" />
+    <glyph glyph-name="uniF64E" unicode="&#xf64e;" horiz-adv-x="534" 
+d="M384 257l-18 -70h-182q10 -62 39 -91t87 -29q80 0 151 53v-84q-62 -44 -151 -44q-133 0 -186 97q-21 38 -32 98h-75l18 70h51q-1 16 -1 42t1 38h-69l18 71h57q10 74 42 120q58 86 193 86q89 0 146 -34l-23 -74q-53 32 -128 32q-70 0 -100.5 -30.5t-39.5 -99.5h241
+l-18 -71h-227v-80h206z" />
+    <glyph glyph-name="uniF64F" unicode="&#xf64f;" horiz-adv-x="534" 
+d="M115 370v78h85v24q0 93 38 144.5t139 51.5q44 0 74 -5l-3 -77q-25 5 -63 5q-62 0 -80 -25.5t-18 -94.5v-23h127v-78h-127v-408q0 -84 -35 -126.5t-117 -42.5q-36 0 -60 5l5 77q28 -5 51 -5q43 0 56 20.5t13 68.5v411h-85z" />
+    <glyph glyph-name="uniF650" unicode="&#xf650;" horiz-adv-x="534" 
+d="M363 606h76l-23 -160h77v-69h-89l-20 -149h79v-69h-90l-23 -159h-75l23 159h-125l-23 -159h-75l23 159h-77v69h88l20 149h-78v69h90l22 160h76l-23 -160h125zM205 377l-21 -149h125l20 149h-124z" />
+    <glyph glyph-name="uniF651" unicode="&#xf651;" horiz-adv-x="534" 
+d="M357 340v-74h-144v-191h270v-75h-427v75h68v191h-68v74h68v53q0 43 9.5 79.5t31 69t62.5 51.5t98 19q94 0 143 -50l-51 -59q-34 34 -97 34q-67 0 -87 -35t-20 -113v-49h144z" />
+    <glyph glyph-name="uniF652" unicode="&#xf652;" horiz-adv-x="534" 
+d="M474 210v-76h-169v-134h-89v134h-159v76h159v34l-13 23h-146v75h105l-145 264h101l144 -278l147 278h100l-149 -264h114v-75h-156l-13 -23v-34h169z" />
+    <glyph glyph-name="uniF653" unicode="&#xf653;" horiz-adv-x="534" 
+d="M308 671l-1 -72q85 -7 135 -45l-44 -65q-53 35 -134 35q-108 0 -108 -75q0 -31 31.5 -52t76 -35t89 -31.5t76 -54.5t31.5 -92q0 -77 -64 -121q-35 -24 -89 -35l1 -76h-91v71q-104 5 -161 54l47 67q58 -45 152 -45q113 0 113 81q0 29 -22.5 50t-56 32t-73 26t-73 31.5
+t-56 49.5t-22.5 78q0 73 59 113q36 26 93 36v75h91z" />
+    <glyph glyph-name="uniF654" unicode="&#xf654;" horiz-adv-x="534" 
+d="M322 671l-1 -95q86 -8 136 -60l-52 -59q-46 42 -115 42q-77 0 -102.5 -43t-25.5 -143q0 -102 23.5 -146t89.5 -44q83 0 136 66l56 -55q-52 -68 -146 -84l1 -98h-91l1 97q-73 12 -115 66q-49 63 -49 193q0 132 53 199q40 50 111 64l-1 100h91z" />
+    <glyph glyph-name="uniF655" unicode="&#xf655;" horiz-adv-x="364" 
+d="M318 187q0 -111 -43 -157q-34 -37 -99 -37q-64 0 -97 36q-39 43 -39 150q0 113 42 157q35 38 99 38t98 -37q39 -43 39 -150zM244 189q0 66 -13.5 94.5t-50.5 28.5q-38 0 -52 -30.5t-14 -104.5q0 -67 13 -95t50 -28q38 0 52.5 31t14.5 104z" />
+    <glyph glyph-name="uniF656" unicode="&#xf656;" horiz-adv-x="364" 
+d="M61 0v63h101v231l-86 -55l-39 50l118 78h79v-304h80v-63h-253z" />
+    <glyph glyph-name="uniF657" unicode="&#xf657;" horiz-adv-x="364" 
+d="M309 62v-62h-262v47q0 50 24.5 78t94.5 67q27 15 39 23t22.5 22.5t10.5 32.5q0 42 -64 42q-53 0 -84 -30l-44 43q47 48 132 48q132 0 132 -103q0 -40 -21.5 -64.5t-69.5 -52.5q-59 -34 -78 -50.5t-19 -41.5z" />
+    <glyph glyph-name="uniF658" unicode="&#xf658;" horiz-adv-x="364" 
+d="M101 158v58h46q81 0 81 53q0 25 -16 34.5t-48 9.5q-57 0 -87 -26l-36 48q39 38 125 38q57 0 93 -22q42 -25 42 -74q0 -67 -68 -87q74 -17 74 -91q0 -54 -46 -82q-36 -23 -98 -23q-86 0 -123 37l36 48q32 -26 88 -26q34 0 51.5 11.5t17.5 41.5t-19.5 41t-64.5 11h-48z" />
+    <glyph glyph-name="uniF659" unicode="&#xf659;" horiz-adv-x="364" 
+d="M322 70h-63v-70h-67v70h-155v62l95 235h70l-96 -234h87v134h66v-133h63v-64z" />
+    <glyph glyph-name="uniF65A" unicode="&#xf65a;" horiz-adv-x="364" 
+d="M51 30l36 48q30 -26 83 -26q30 0 45 10q23 15 23 56q0 37 -20 51q-16 10 -41 10q-37 0 -63 -23l-54 13l2 198h226v-61h-164l-2 -88q23 19 68 19q50 0 83 -26q39 -29 39 -91q0 -69 -50 -101q-37 -25 -94 -25q-80 0 -117 36z" />
+    <glyph glyph-name="uniF65B" unicode="&#xf65b;" horiz-adv-x="364" 
+d="M310 339l-36 -48q-28 23 -83 23q-49 0 -62.5 -25t-14.5 -96q24 34 85 34q53 0 82 -25q35 -29 35 -88q0 -62 -38 -93q-35 -27 -96 -27q-74 0 -106 39t-32 145q0 116 38 156q37 39 113 39q78 0 115 -34zM188 176q-70 0 -70 -66q0 -60 65 -60q35 0 49 15.5t14 48.5
+t-13.5 47.5t-44.5 14.5z" />
+    <glyph glyph-name="uniF65C" unicode="&#xf65c;" horiz-adv-x="364" 
+d="M99 243h-58l-1 124h276v-64q-78 -151 -125 -303h-77q45 147 127 299h-141z" />
+    <glyph glyph-name="uniF65D" unicode="&#xf65d;" horiz-adv-x="364" 
+d="M50 278q0 50 38.5 73.5t91.5 23.5t91 -23t38 -71q0 -63 -70 -92q76 -29 76 -96q0 -50 -39.5 -75.5t-96.5 -25.5q-56 0 -96 25t-40 75q0 65 79 95q-72 26 -72 91zM117 272q0 -26 15.5 -38t46.5 -20q21 6 32 11t21 17.5t10 30.5q0 47 -62 47q-63 0 -63 -48zM110 99
+q0 -52 69 -52q68 0 68 51q0 20 -11 33.5t-23 19t-35 12.5q-22 -7 -34 -12.5t-23 -19t-11 -32.5z" />
+    <glyph glyph-name="uniF65E" unicode="&#xf65e;" horiz-adv-x="364" 
+d="M48 27l36 48q29 -23 83 -23q49 0 62 25t14 96q-25 -34 -84 -34q-51 0 -83 26q-34 28 -34 87q0 63 37 93q34 28 97 28q73 0 106 -40q32 -39 32 -144q0 -116 -38 -156q-37 -40 -113 -40q-80 0 -115 34zM169 191q71 0 71 65q0 60 -66 60q-35 0 -49 -15.5t-14 -48.5
+q0 -32 13.5 -46.5t44.5 -14.5z" />
+    <glyph glyph-name="uniF65F" unicode="&#xf65f;" horiz-adv-x="190" 
+d="M45 39q0 18 11.5 30.5t31.5 12.5t32 -12.5t12 -32.5q0 -44 -53 -120l-44 23q23 40 30 64q-20 9 -20 35z" />
+    <glyph glyph-name="uniF660" unicode="&#xf660;" horiz-adv-x="190" 
+d="M45 39q0 19 12 31t31 12t31.5 -12t12.5 -31t-12.5 -31t-31.5 -12q-18 0 -30.5 12t-12.5 31z" />
+    <glyph glyph-name="uniF661" unicode="&#xf661;" horiz-adv-x="364" 
+d="M318 511q0 -111 -43 -158q-34 -37 -99 -37t-97 37q-39 44 -39 149q0 112 42 158q35 37 99 37t98 -36q39 -44 39 -150zM244 512q0 66 -13.5 94.5t-50.5 28.5q-38 0 -52 -30.5t-14 -103.5q0 -67 13 -95t50 -28q38 0 52.5 30.5t14.5 103.5z" />
+    <glyph glyph-name="uniF662" unicode="&#xf662;" horiz-adv-x="364" 
+d="M61 323v63h101v232l-86 -56l-39 51l118 77h79v-304h80v-63h-253z" />
+    <glyph glyph-name="uniF663" unicode="&#xf663;" horiz-adv-x="364" 
+d="M309 386v-63h-262v47q0 50 25 78.5t94 67.5q22 12 30 17.5t20.5 15.5t17 20.5t4.5 23.5q0 43 -64 43q-51 0 -84 -30l-44 43q46 47 132 47q132 0 132 -102q0 -41 -21.5 -65.5t-69.5 -51.5q-59 -34 -78 -50.5t-19 -41.5z" />
+    <glyph glyph-name="uniF664" unicode="&#xf664;" horiz-adv-x="364" 
+d="M101 481v59h46q81 0 81 52q0 25 -16 34.5t-48 9.5q-57 0 -87 -25l-36 47q40 39 125 39q57 0 93 -22q42 -25 42 -75q0 -66 -68 -87q74 -15 74 -90q0 -55 -46 -83q-38 -23 -98 -23q-86 0 -123 37l36 49q31 -27 88 -27q69 0 69 53q0 30 -19.5 41t-64.5 11h-48z" />
+    <glyph glyph-name="uniF665" unicode="&#xf665;" horiz-adv-x="364" 
+d="M322 393h-63v-70h-67v70h-155v63l95 234h70l-96 -233h87v133h66v-133h63v-64z" />
+    <glyph glyph-name="uniF666" unicode="&#xf666;" horiz-adv-x="364" 
+d="M51 353l36 49q29 -26 83 -26q30 0 45 10q23 15 23 56q0 36 -20 50q-14 10 -41 10q-37 0 -63 -23l-54 14l2 197h226v-61h-164l-2 -88q23 19 68 19q50 0 83 -25q39 -30 39 -91q0 -68 -50 -102q-39 -25 -94 -25q-80 0 -117 36z" />
+    <glyph glyph-name="uniF667" unicode="&#xf667;" horiz-adv-x="364" 
+d="M310 662l-36 -48q-28 23 -83 23q-50 0 -63 -24.5t-14 -96.5q25 35 85 35q51 0 82 -26q35 -29 35 -88q0 -61 -38 -93q-35 -27 -96 -27q-73 0 -106 40q-32 39 -32 144q0 116 38 156t113 40q77 0 115 -35zM188 499q-70 0 -70 -66q0 -60 65 -60q35 0 49 15.5t14 48.5
+t-13.5 47.5t-44.5 14.5z" />
+    <glyph glyph-name="uniF668" unicode="&#xf668;" horiz-adv-x="364" 
+d="M99 566h-58l-1 124h276v-64q-78 -151 -125 -303h-77q46 150 127 300h-141z" />
+    <glyph glyph-name="uniF669" unicode="&#xf669;" horiz-adv-x="364" 
+d="M50 601q0 50 38.5 73.5t91.5 23.5t91 -23t38 -71q0 -61 -70 -92q76 -29 76 -95q0 -51 -39.5 -76.5t-96.5 -25.5q-56 0 -96 25.5t-40 75.5q0 65 79 94q-72 28 -72 91zM117 596q0 -26 15.5 -38t46.5 -21q21 6 32 11t21 17.5t10 30.5q0 48 -62 48q-63 0 -63 -48zM110 422
+q0 -52 69 -52q68 0 68 52q0 28 -17.5 41.5t-51.5 22.5q-33 -9 -50.5 -22.5t-17.5 -41.5z" />
+    <glyph glyph-name="uniF66A" unicode="&#xf66a;" horiz-adv-x="364" 
+d="M48 351l36 48q28 -23 83 -23q49 0 62 24.5t14 96.5q-25 -35 -84 -35q-51 0 -83 26q-34 29 -34 88q0 62 37 93q35 27 97 27q73 0 106 -40q32 -39 32 -144q0 -114 -38 -156q-38 -40 -113 -40q-79 0 -115 35zM169 514q71 0 71 66q0 60 -66 60q-35 0 -49 -15.5t-14 -48.5
+t13.5 -47.5t44.5 -14.5z" />
+    <glyph glyph-name="uniF66B" unicode="&#xf66b;" horiz-adv-x="190" 
+d="M45 362q0 19 11.5 31t31.5 12t32 -12.5t12 -32.5q0 -44 -53 -120l-44 23q23 40 30 64q-20 11 -20 35z" />
+    <glyph glyph-name="uniF66C" unicode="&#xf66c;" horiz-adv-x="190" 
+d="M45 362q0 19 12 31t31 12t31.5 -12t12.5 -31t-12.5 -31t-31.5 -12q-18 0 -30.5 12t-12.5 31z" />
+    <glyph glyph-name="uniF6AE" unicode="&#xf6ae;" horiz-adv-x="330" 
+d="M209 799l58 -62q-69 -57 -87.5 -134t-18.5 -256q0 -181 18.5 -260t87.5 -134l-58 -62q-85 66 -111.5 167.5t-26.5 286.5q0 186 26.5 286.5t111.5 167.5z" />
+    <glyph glyph-name="uniF6AF" unicode="&#xf6af;" horiz-adv-x="330" 
+d="M121 -109l-58 62q69 57 87.5 134t18.5 258q0 180 -18.5 258.5t-87.5 133.5l58 62q85 -66 111.5 -167.5t26.5 -286.5q0 -186 -26.5 -286.5t-111.5 -167.5z" />
+    <glyph glyph-name="uniF6B0" unicode="&#xf6b0;" horiz-adv-x="336" 
+d="M84 782h190v-73h-99v-728h99v-73h-190v874z" />
+    <glyph glyph-name="uniF6B1" unicode="&#xf6b1;" horiz-adv-x="336" 
+d="M252 -92h-189v73h99v728h-99v73h189v-874z" />
+    <glyph glyph-name="uniF6B2" unicode="&#xf6b2;" horiz-adv-x="355" 
+d="M292 -92h-60q-59 0 -93 33t-34 94v165q0 62 -21.5 83.5t-76.5 23.5v75q55 2 76.5 23.5t21.5 85.5v160q0 62 33.5 96.5t93.5 34.5h60v-78h-39q-39 0 -51 -15t-12 -53v-155q0 -116 -82 -136q82 -20 82 -136v-156q0 -37 12 -52.5t51 -15.5h39v-77z" />
+    <glyph glyph-name="uniF6B3" unicode="&#xf6b3;" horiz-adv-x="355" 
+d="M63 782h60q59 0 93 -33t34 -94v-165q0 -62 21.5 -83.5t76.5 -23.5v-75q-55 -2 -76.5 -23.5t-21.5 -85.5v-160q0 -62 -33.5 -96.5t-93.5 -34.5h-60v78h39q39 0 51 15t12 53v155q0 116 82 136q-82 20 -82 136v156q0 37 -12 52.5t-51 15.5h-39v77z" />
+    <glyph glyph-name="uniF6B4" unicode="&#xf6b4;" horiz-adv-x="319" 
+d="M94 0l7 492h83l7 -492h-97zM201 639q0 -25 -16.5 -41.5t-41.5 -16.5t-42 16.5t-17 41.5t17 41t42 16t41.5 -16t16.5 -41z" />
+    <glyph glyph-name="uniF6B5" unicode="&#xf6b5;" horiz-adv-x="483" 
+d="M363 114l49 -63q-73 -61 -179 -61q-68 0 -119 29q-68 39 -68 119q0 41 18.5 74t44.5 54t52 38.5t44.5 37.5t18.5 42q0 26 -23 59l68 39q42 -50 42 -101q0 -35 -18 -63.5t-43.5 -47.5t-51.5 -36.5t-44 -40t-18 -48.5q0 -78 94 -78q75 0 133 47zM278 638q0 -25 -17 -41.5
+t-42 -16.5t-42 16.5t-17 41.5t17 41.5t42 16.5q26 0 42.5 -16.5t16.5 -41.5z" />
+    <glyph glyph-name="uniF6B6" unicode="&#xf6b6;" horiz-adv-x="492" 
+d="M181 145l-161 200l161 200l59 -45l-121 -155l121 -154zM401 145l-161 200l161 200l59 -45l-122 -155l122 -154z" />
+    <glyph glyph-name="uniF6B7" unicode="&#xf6b7;" horiz-adv-x="492" 
+d="M311 545l161 -200l-161 -200l-59 45l121 155l-121 154zM91 545l161 -200l-161 -200l-59 45l122 155l-122 154z" />
+    <glyph glyph-name="uniF6B8" unicode="&#xf6b8;" horiz-adv-x="294" 
+d="M200 139l-180 206l180 206l62 -48l-134 -158l134 -157z" />
+    <glyph glyph-name="uniF6B9" unicode="&#xf6b9;" horiz-adv-x="294" 
+d="M95 551l179 -206l-179 -206l-63 48l135 158l-135 157z" />
+    <glyph glyph-name="uniF6BA" unicode="&#xf6ba;" horiz-adv-x="334" 
+d="M315 302h-295v85h295v-85z" />
+    <glyph glyph-name="uniF6BB" unicode="&#xf6bb;" horiz-adv-x="500" 
+d="M480 302h-460v85h460v-85z" />
+    <glyph glyph-name="uniF6BC" unicode="&#xf6bc;" horiz-adv-x="1000" 
+d="M980 302h-960v85h960v-85z" />
+    <glyph glyph-name="uniF6BD" unicode="&#xf6bd;" horiz-adv-x="235" 
+d="M58 345q0 25 17 42t42 17q26 0 43 -17t17 -42t-17 -42t-43 -17q-25 0 -42 17t-17 42z" />
+    <glyph glyph-name="commaaccent" unicode="&#xf6c3;" horiz-adv-x="200" 
+d="M57 -104q0 24 14.5 40t40.5 16t41 -16t15 -45q0 -61 -75 -177l-53 30q34 63 46 104q-29 11 -29 48z" />
+    <glyph glyph-name="Acute" unicode="&#xf6c9;" horiz-adv-x="200" 
+d="M49 557l-38 57l183 135l46 -67z" />
+    <glyph glyph-name="Caron" unicode="&#xf6ca;" horiz-adv-x="200" 
+d="M250 656l-151 -103l-148 102l36 58l113 -70l114 71z" />
+    <glyph glyph-name="Grave" unicode="&#xf6ce;" horiz-adv-x="200" 
+d="M182 614l-38 -57l-191 125l46 67z" />
+    <glyph glyph-name="Hungarumlaut" unicode="&#xf6cf;" horiz-adv-x="200" 
+d="M-8 557l-41 46l167 147l48 -53zM187 557l-42 46l167 147l49 -53z" />
+    <glyph glyph-name="uniF6DC" unicode="&#xf6dc;" horiz-adv-x="475" 
+d="M64 0v82h155v515l-138 -110l-50 68l180 135h100v-608h125v-82h-372z" />
+    <glyph glyph-name="threequartersemdash" unicode="&#xf6de;" horiz-adv-x="750" 
+d="M730 224h-710v85h710v-85z" />
+    <glyph glyph-name="centinferior" unicode="&#xf6df;" horiz-adv-x="351" 
+d="M221 223l-1 -58q54 -5 85 -35l-43 -49q-26 22 -69 22q-45 0 -59 -22t-14 -75q0 -54 13.5 -77t50.5 -23q47 0 82 35l45 -45q-34 -38 -91 -49l1 -59h-75l1 59q-43 8 -68 35q-36 38 -36 121t37 123q24 26 67 36l-1 61h75z" />
+    <glyph glyph-name="centsuperior" unicode="&#xf6e0;" horiz-adv-x="351" 
+d="M221 906l-1 -57q54 -7 85 -35l-43 -49q-26 22 -69 22q-45 0 -59 -22t-14 -75q0 -54 13.5 -77.5t50.5 -23.5q47 0 82 35l45 -45q-34 -38 -91 -49l1 -59h-75l1 59q-43 8 -68 35q-36 38 -36 121q0 84 37 124q23 25 67 35l-1 61h75z" />
+    <glyph glyph-name="commainferior" unicode="&#xf6e1;" horiz-adv-x="179" 
+d="M41 -144q0 18 11.5 30.5t31.5 12.5t32 -12.5t12 -32.5q0 -44 -52 -121l-45 24q23 40 30 64q-20 9 -20 35z" />
+    <glyph glyph-name="commasuperior" unicode="&#xf6e2;" horiz-adv-x="179" 
+d="M41 539q0 18 11.5 30.5t31.5 12.5t32 -12.5t12 -32.5q0 -44 -52 -121l-45 24q23 40 30 64q-20 9 -20 35z" />
+    <glyph glyph-name="dollarinferior" unicode="&#xf6e3;" horiz-adv-x="351" 
+d="M210 223v-44q53 -5 86 -28l-35 -52q-35 20 -86 20q-61 0 -61 -36q0 -15 20 -25t48 -17.5t56 -17.5t48 -32.5t20 -56.5q0 -50 -42 -77q-20 -14 -54 -22v-47h-74v43q-69 6 -103 33l37 54q39 -26 98 -26q63 0 63 38q0 21 -30 34t-65.5 20.5t-65.5 31.5t-30 65q0 46 38 72
+q25 17 58 23v47h74z" />
+    <glyph glyph-name="dollarsuperior" unicode="&#xf6e4;" horiz-adv-x="351" 
+d="M210 906v-44q53 -5 86 -28l-35 -52q-35 20 -86 20q-61 0 -61 -35q0 -16 20 -26t48 -17.5t56 -17.5t48 -32.5t20 -56.5q0 -50 -42 -77q-20 -14 -54 -22v-47h-74v43q-69 6 -103 33l37 54q39 -26 98 -26q63 0 63 38q0 21 -30 34t-65.5 20.5t-65.5 31.5t-30 65q0 47 38 73
+q21 15 58 23v46h74z" />
+    <glyph glyph-name="hypheninferior" unicode="&#xf6e5;" horiz-adv-x="205" 
+d="M189 -32h-169v64h169v-64z" />
+    <glyph glyph-name="hyphensuperior" unicode="&#xf6e6;" horiz-adv-x="205" 
+d="M189 651h-169v65h169v-65z" />
+    <glyph glyph-name="periodinferior" unicode="&#xf6e7;" horiz-adv-x="179" 
+d="M41 -144q0 19 12 31t31 12t31.5 -12t12.5 -31t-12.5 -31.5t-31.5 -12.5t-31 12.5t-12 31.5z" />
+    <glyph glyph-name="periodsuperior" unicode="&#xf6e8;" horiz-adv-x="179" 
+d="M41 539q0 19 12 31t31 12t31.5 -12t12.5 -31t-12.5 -31.5t-31.5 -12.5t-31 12.5t-12 31.5z" />
+    <glyph glyph-name="asuperior" unicode="&#xf6e9;" horiz-adv-x="320" 
+d="M76 696l-35 40q37 38 110 38q59 0 87 -23.5t28 -78.5v-172h-61v38q-29 -45 -89 -45q-40 0 -64 21t-24 61q0 44 34 67q34 22 102 22h37v9q0 27 -12 37.5t-41 10.5q-44 0 -72 -25zM201 618h-42q-34 0 -49 -8t-15 -34q0 -30 32 -30q26 0 49.5 19.5t24.5 52.5z" />
+    <glyph glyph-name="bsuperior" unicode="&#xf6ea;" horiz-adv-x="352" 
+d="M52 906h70v-171q29 40 86 40q102 0 102 -135q0 -146 -113 -146q-56 0 -82 38l-2 -32h-61v406zM238 636q0 39 -10 58.5t-38 19.5t-46 -20q-24 -25 -24 -70q0 -36 19 -54q17 -17 45 -17q32 0 43 20.5t11 62.5z" />
+    <glyph glyph-name="dsuperior" unicode="&#xf6eb;" horiz-adv-x="353" 
+d="M229 906h70v-406h-67v41q-31 -48 -92 -48q-40 0 -66 26q-35 35 -35 112q0 82 38 116q30 28 81 28q47 0 71 -25v156zM157 553q24 0 46 22q28 30 28 76q0 35 -19 51q-15 14 -43 14q-33 0 -44.5 -19.5t-11.5 -64.5q0 -43 10 -61t34 -18z" />
+    <glyph glyph-name="esuperior" unicode="&#xf6ec;" horiz-adv-x="334" 
+d="M252 579l36 -41q-47 -44 -120 -44q-60 0 -91 27q-38 33 -38 107q0 78 37 114q36 34 96 34q119 0 119 -124q0 -21 -2 -33l-180 -1q1 -36 13 -52.5t48 -16.5q47 0 82 30zM111 666h112q-1 30 -11.5 43.5t-41.5 13.5q-32 0 -44.5 -14.5t-14.5 -42.5z" />
+    <glyph glyph-name="isuperior" unicode="&#xf6ed;" horiz-adv-x="181" 
+d="M52 768h70v-268h-70v268zM45 858q0 18 12 30t30 12t30.5 -12t12.5 -30q0 -19 -12.5 -31t-30.5 -12t-30 12t-12 31z" />
+    <glyph glyph-name="lsuperior" unicode="&#xf6ee;" horiz-adv-x="181" 
+d="M52 906h70v-406h-70v406z" />
+    <glyph glyph-name="msuperior" unicode="&#xf6ef;" horiz-adv-x="511" 
+d="M52 768h66v-47q25 54 88 54q64 0 79 -55q26 55 90 55q84 0 84 -93v-182h-70v170q0 21 -7 31t-25 10q-28 0 -47.5 -27t-19.5 -80v-104h-70v171q0 40 -31 40q-28 0 -47.5 -27t-19.5 -80v-104h-70v268z" />
+    <glyph glyph-name="osuperior" unicode="&#xf6f0;" horiz-adv-x="343" 
+d="M303 638q0 -79 -38 -114q-35 -32 -97 -32q-61 0 -93 30q-36 32 -36 108q0 80 38 115q35 32 97 32q60 0 93 -30q36 -32 36 -109zM230 636q0 53 -17 69q-11 13 -40 13q-28 0 -44 -14q-17 -18 -17 -72q0 -52 17 -69q12 -12 41 -12t43 14q17 17 17 71z" />
+    <glyph glyph-name="rsuperior" unicode="&#xf6f1;" horiz-adv-x="257" 
+d="M52 768h67l-1 -48q24 56 80 56q19 0 31 -6l-12 -67q-8 4 -23 4q-37 0 -54.5 -31.5t-17.5 -81.5v-94h-70v268z" />
+    <glyph glyph-name="ssuperior" unicode="&#xf6f2;" horiz-adv-x="275" 
+d="M236 744l-34 -43q-27 20 -64 20q-40 0 -40 -24q0 -13 22.5 -22.5t50 -16t50 -27t22.5 -53.5q0 -43 -34 -63.5t-83 -20.5q-69 0 -101 33l34 44q27 -24 72 -24t45 28q0 14 -22.5 24t-50 16t-50 26t-22.5 52q0 39 32 60t81 21q62 0 92 -30z" />
+    <glyph glyph-name="tsuperior" unicode="&#xf6f3;" horiz-adv-x="270" 
+d="M225 562l5 -59q-25 -6 -60 -6q-55 0 -75 23.5t-20 75.5v107h-48v61h48v75l70 7v-82h81v-61h-81v-102q0 -26 6.5 -34.5t31.5 -8.5t42 4z" />
+    <glyph glyph-name="Lslashsmall" unicode="&#xf6f9;" horiz-adv-x="435" 
+d="M87 532h88v-188l50 26l36 -69l-86 -46v-176h224v-79h-312v209l-36 -19l-37 69l73 38v235z" />
+    <glyph glyph-name="OEsmall" unicode="&#xf6fa;" horiz-adv-x="806" 
+d="M738 532v-77h-259q38 -40 40 -146h200v-77h-200q0 -114 -43 -156h266v-76h-351q-17 0 -49 -2t-50 -2q-128 0 -186 71q-49 60 -49 197q0 136 52 199q58 72 186 72q17 0 52.5 -1.5t50.5 -1.5h340zM427 265q0 47 -1.5 72t-8.5 52.5t-20.5 39.5t-38.5 20.5t-62 8.5
+q-30 0 -52.5 -4.5t-38 -11.5t-25.5 -21t-15.5 -26.5t-8.5 -36.5t-3.5 -41.5t-0.5 -49.5q0 -47 1.5 -71.5t8.5 -52.5t21.5 -40.5t40 -21t65.5 -8.5t66.5 9t40.5 22t21 41.5t8.5 51.5t1.5 68z" />
+    <glyph glyph-name="Scaronsmall" unicode="&#xf6fd;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-55 -35 -135 -35q-113 0 -169 52l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40
+q98 0 153 -44zM371 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="Zcaronsmall" unicode="&#xf6ff;" horiz-adv-x="468" 
+d="M415 530v-76l-269 -377l276 1v-78h-381v75l268 377h-261v78h367zM376 736l-141 -148l-138 147l48 49l91 -96l92 96z" />
+    <glyph glyph-name="exclamsmall" unicode="&#xf721;" horiz-adv-x="293" 
+d="M206 532l-7 -369h-81l-6 369h94zM105 47q0 23 15.5 38t38.5 15t38.5 -15t15.5 -38q0 -22 -15.5 -37t-38.5 -15t-38.5 15t-15.5 37z" />
+    <glyph glyph-name="ampersandsmall" unicode="&#xf726;" horiz-adv-x="572" 
+d="M408 275h78q-1 -86 -56 -169l110 -106h-103l-53 50q-62 -59 -152 -59q-81 0 -129 39q-45 37 -45 103q0 91 85 151q-50 58 -50 116q0 61 40 98q43 41 120 41t122 -42l-48 -56q-30 26 -78 26q-72 0 -72 -64q0 -26 14.5 -51.5t31 -43t58.5 -57.5l96 -94q29 53 31 118z
+M333 99l-138 131q-56 -34 -56 -93q0 -78 93 -78q58 0 101 40z" />
+    <glyph glyph-name="zerooldstyle" unicode="&#xf730;" horiz-adv-x="581" 
+d="M524 272q0 -158 -67 -224q-59 -59 -171 -59q-111 0 -166 57q-62 63 -62 214q0 155 62 220q59 62 176 62q108 0 164 -54q64 -61 64 -216zM429 273q0 119 -34 158q-31 36 -101 36q-78 0 -111 -45q-30 -42 -30 -159q0 -123 33 -162q28 -36 100 -36q82 0 113 45q30 44 30 163
+z" />
+    <glyph glyph-name="oneoldstyle" unicode="&#xf731;" horiz-adv-x="438" 
+d="M49 0v78h153v367l-135 -82l-47 66l171 103h99v-454h122v-78h-363z" />
+    <glyph glyph-name="twooldstyle" unicode="&#xf732;" horiz-adv-x="485" 
+d="M428 77v-77h-400v57q0 73 38.5 114.5t151.5 101.5q33 17 49 26.5t35.5 25.5t27.5 32.5t8 37.5q0 70 -112 70q-50 0 -81 -13.5t-59 -44.5l-54 53q68 80 196 80q89 0 144.5 -34t55.5 -110q0 -61 -34.5 -96t-109.5 -76q-99 -54 -131.5 -80.5t-32.5 -67.5z" />
+    <glyph glyph-name="threeoldstyle" unicode="&#xf733;" horiz-adv-x="461" 
+d="M102 197v76h65q73 0 108.5 23t35.5 81q0 48 -27 68t-83 20q-81 0 -130 -54l-53 54q64 75 189 75q79 0 128 -27q70 -39 70 -123q0 -58 -30 -97t-82 -53q125 -19 125 -148q0 -98 -79 -155q-63 -46 -161 -46q-95 0 -146 40l36 65q41 -28 115 -28q140 0 140 124q0 63 -35 84
+t-122 21h-64z" />
+    <glyph glyph-name="fouroldstyle" unicode="&#xf734;" horiz-adv-x="499" 
+d="M480 15h-97v-126h-85v126h-268v84l186 441l85 -20l-183 -428h182v234h83v-232h97v-79z" />
+    <glyph glyph-name="fiveoldstyle" unicode="&#xf735;" horiz-adv-x="497" 
+d="M47 -69l36 65q40 -28 114 -28t107 28q39 33 39 114q0 64 -25 92t-78 28q-61 0 -114 -45l-63 31l6 316h333v-84h-255l-4 -175q40 34 117 34q75 0 123 -41q56 -49 56 -149q0 -128 -88 -186q-60 -40 -157 -40q-98 0 -147 40z" />
+    <glyph glyph-name="sixoldstyle" unicode="&#xf736;" horiz-adv-x="537" 
+d="M469 604l-36 -64q-44 29 -113 29q-95 0 -131.5 -53t-37.5 -200q39 74 141 74q78 0 130 -47q56 -51 56 -149q0 -105 -62 -159q-54 -48 -143 -48q-87 0 -141 46q-41 37 -57.5 100.5t-16.5 161.5q0 89 14 158t57 117q65 75 194 75q96 0 146 -41zM280 319q-124 0 -124 -132
+q0 -126 119 -126q62 0 87 33.5t25 98.5q0 64 -24 95t-83 31z" />
+    <glyph glyph-name="sevenoldstyle" unicode="&#xf737;" horiz-adv-x="464" 
+d="M114 348h-78l-2 184h397v-92l-216 -555l-87 32l210 527h-221z" />
+    <glyph glyph-name="eightoldstyle" unicode="&#xf738;" horiz-adv-x="550" 
+d="M67 484q0 57 33.5 95t78.5 53t97 15q84 0 145.5 -39t61.5 -120q0 -110 -124 -161q134 -52 134 -169q0 -85 -64 -128t-155 -43q-89 0 -153 42.5t-64 127.5q0 112 136 166q-126 48 -126 161zM156 477q0 -28 8.5 -48t28.5 -33t36 -19.5t46 -16.5q29 9 46 16t36 20.5
+t27.5 33.5t8.5 48q0 95 -117 95q-120 0 -120 -96zM145 164q0 -104 130 -104q129 0 129 104q0 30 -10 51.5t-31 35.5t-39.5 21.5t-49.5 16.5q-30 -9 -49.5 -17t-39.5 -22t-30 -35.5t-10 -50.5z" />
+    <glyph glyph-name="nineoldstyle" unicode="&#xf739;" horiz-adv-x="537" 
+d="M69 -69l36 65q40 -29 112 -29q96 0 132 52.5t37 196.5q-17 -34 -53.5 -53.5t-87.5 -19.5q-80 0 -130 47q-56 53 -56 148q0 103 62 159q55 49 143 49q89 0 141 -47q41 -36 57.5 -99.5t16.5 -162.5q0 -87 -13.5 -155.5t-56.5 -116.5q-67 -74 -195 -74q-96 0 -145 40z
+M257 213q125 0 125 132q0 127 -120 127q-62 0 -87 -34t-25 -99q0 -64 24 -95t83 -31z" />
+    <glyph glyph-name="questionsmall" unicode="&#xf73f;" horiz-adv-x="413" 
+d="M114 432l-45 59q58 48 147 48q59 0 101 -24q55 -31 55 -93q0 -40 -22.5 -70t-49 -45t-49 -33.5t-22.5 -37.5t17 -41l-64 -32q-34 39 -34 78q0 33 22 59t48.5 40t48.5 34t22 42q0 52 -70 52q-58 0 -105 -36zM176 47q0 23 15 38t38 15t39 -15t16 -38q0 -22 -16 -37t-39 -15
+t-38 15t-15 37z" />
+    <glyph glyph-name="Asmall" unicode="&#xf761;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167z" />
+    <glyph glyph-name="Bsmall" unicode="&#xf762;" horiz-adv-x="519" 
+d="M78 532h206q76 0 116 -31q42 -31 42 -95q0 -104 -98 -126q109 -16 109 -127q0 -77 -52 -117q-47 -36 -133 -36h-190v532zM166 236v-163h96q52 0 74 19q24 21 24 67q0 44 -23.5 60.5t-72.5 16.5h-98zM166 458v-153h75q107 0 107 85q0 39 -19 55q-17 13 -57 13h-106z" />
+    <glyph glyph-name="Csmall" unicode="&#xf763;" horiz-adv-x="490" 
+d="M399 128l53 -55q-70 -82 -187 -82q-93 0 -143 50q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60z" />
+    <glyph glyph-name="Dsmall" unicode="&#xf764;" horiz-adv-x="560" 
+d="M78 532h197q109 0 164 -49q35 -32 48.5 -83.5t13.5 -131.5q0 -158 -66 -218q-55 -50 -157 -50h-200v532zM168 454v-376h104q68 0 100 32q36 36 36 154q0 124 -38 161q-31 29 -98 29h-104z" />
+    <glyph glyph-name="Esmall" unicode="&#xf765;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532z" />
+    <glyph glyph-name="Fsmall" unicode="&#xf766;" horiz-adv-x="440" 
+d="M78 532h311v-79h-222v-151h203v-79h-203v-223h-89v532z" />
+    <glyph glyph-name="Gsmall" unicode="&#xf767;" horiz-adv-x="551" 
+d="M282 289h198v-266q-81 -30 -181 -30q-121 0 -178 54q-37 36 -50.5 87t-13.5 126q0 160 65 222q59 57 175 57q115 0 176 -55l-51 -63q-50 41 -132 41q-73 0 -104 -33q-35 -36 -35 -164q0 -136 37 -170q32 -30 106 -30q59 0 102 12v138h-114v74z" />
+    <glyph glyph-name="Hsmall" unicode="&#xf768;" horiz-adv-x="572" 
+d="M78 532h89v-221h233v221h89v-532h-89v232h-233v-232h-89v532z" />
+    <glyph glyph-name="Ismall" unicode="&#xf769;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532z" />
+    <glyph glyph-name="Jsmall" unicode="&#xf76a;" horiz-adv-x="273" 
+d="M91 532h88v-501q0 -194 -171 -194q-40 0 -62 10l15 78q18 -7 48 -7q48 0 65 25.5t17 84.5v504z" />
+    <glyph glyph-name="Ksmall" unicode="&#xf76b;" horiz-adv-x="545" 
+d="M78 532h89v-218h54l171 218h104l-200 -258l214 -274h-108l-183 230h-52v-230h-89v532z" />
+    <glyph glyph-name="Lsmall" unicode="&#xf76c;" horiz-adv-x="425" 
+d="M78 532h89v-453h224v-79h-313v532z" />
+    <glyph glyph-name="Msmall" unicode="&#xf76d;" horiz-adv-x="724" 
+d="M95 532h123l141 -383l144 383h121l31 -532h-89l-19 431l-147 -404h-83l-146 404l-20 -431h-87z" />
+    <glyph glyph-name="Nsmall" unicode="&#xf76e;" horiz-adv-x="600" 
+d="M78 532h117l238 -413l-3 413h87v-532h-117l-238 412l3 -412h-87v532z" />
+    <glyph glyph-name="Osmall" unicode="&#xf76f;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168z" />
+    <glyph glyph-name="Psmall" unicode="&#xf770;" horiz-adv-x="508" 
+d="M78 532h194q79 0 123 -32q56 -40 56 -139q0 -100 -56 -142q-45 -32 -124 -32h-104v-187h-89v532zM167 454v-190h104q48 0 66 18q22 19 22 77q0 59 -23 79q-18 16 -69 16h-100z" />
+    <glyph glyph-name="Qsmall" unicode="&#xf771;" horiz-adv-x="581" 
+d="M523 271q0 -153 -65 -221l75 -75l-68 -63l-88 90q-42 -13 -92 -13q-113 0 -168 58q-60 63 -60 213q0 156 65 222q60 60 171 60q114 0 169 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -169q0 -130 37 -167q31 -31 97 -31q70 0 102 34
+q39 40 39 169z" />
+    <glyph glyph-name="Rsmall" unicode="&#xf772;" horiz-adv-x="528" 
+d="M78 532h199q79 0 122 -28q56 -35 56 -117q0 -120 -114 -145q51 -11 75 -64t45 -178h-94q-25 125 -45.5 165t-68.5 40h-86v-205h-89v532zM167 455v-174h69q64 0 95 20.5t31 76.5q0 44 -21 62q-18 15 -67 15h-107z" />
+    <glyph glyph-name="Ssmall" unicode="&#xf773;" horiz-adv-x="456" 
+d="M389 496l-42 -64q-51 32 -122 32q-89 0 -89 -70q0 -28 27.5 -47t67 -32t79 -29.5t67 -51.5t27.5 -87q0 -79 -62 -121q-55 -35 -135 -35q-113 0 -169 52l45 66q53 -42 137 -42q94 0 94 76q0 32 -27.5 52.5t-67 33.5t-79 29t-67 49.5t-27.5 84.5q0 70 55 108q55 40 135 40
+q98 0 153 -44z" />
+    <glyph glyph-name="Tsmall" unicode="&#xf774;" horiz-adv-x="460" 
+d="M23 532h418v-80h-164v-452h-89v452h-165v80z" />
+    <glyph glyph-name="Usmall" unicode="&#xf775;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345z" />
+    <glyph glyph-name="Vsmall" unicode="&#xf776;" horiz-adv-x="524" 
+d="M22 532h97l141 -434l142 434h94l-187 -532h-102z" />
+    <glyph glyph-name="Wsmall" unicode="&#xf777;" horiz-adv-x="755" 
+d="M28 532h91l98 -429l112 413h97l112 -412l99 428h89l-134 -532h-104l-112 409l-113 -409h-104z" />
+    <glyph glyph-name="Xsmall" unicode="&#xf778;" horiz-adv-x="530" 
+d="M38 532h105l116 -196l115 196h104l-162 -257l175 -275h-105l-129 212l-129 -212h-103l176 275z" />
+    <glyph glyph-name="Ysmall" unicode="&#xf779;" horiz-adv-x="477" 
+d="M14 532h102l116 -236l118 236h102l-177 -327v-205h-89v205z" />
+    <glyph glyph-name="Zsmall" unicode="&#xf77a;" horiz-adv-x="468" 
+d="M415 530v-76l-269 -377l276 1v-78h-381v75l268 377h-261v78h367z" />
+    <glyph glyph-name="exclamdownsmall" unicode="&#xf7a1;" horiz-adv-x="293" 
+d="M82 0l7 368h80l7 -368h-94zM183 485q0 -23 -15.5 -38t-38.5 -15t-38.5 15t-15.5 38q0 22 15.5 37t38.5 15t38.5 -15t15.5 -37z" />
+    <glyph glyph-name="questiondownsmall" unicode="&#xf7bf;" horiz-adv-x="413" 
+d="M302 99l45 -59q-58 -47 -146 -47q-60 0 -100 22q-57 31 -57 95q0 39 22.5 69.5t49 45t49 33.5t22.5 38q0 18 -16 40l63 33q34 -40 34 -79q0 -33 -22 -59t-48 -40t-48 -34t-22 -42q0 -51 68 -51q60 0 106 35zM240 484q0 -23 -15.5 -38t-38.5 -15t-38.5 15.5t-15.5 37.5
+q0 23 16 38t39 15t38 -15t15 -38z" />
+    <glyph glyph-name="Agravesmall" unicode="&#xf7e0;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM345 637l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="Aacutesmall" unicode="&#xf7e1;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM227 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Acircumflexsmall" unicode="&#xf7e2;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM122 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Atildesmall" unicode="&#xf7e3;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM385 755l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Adieresissmall" unicode="&#xf7e4;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM355 740q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM166 740q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37
+q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Aringsmall" unicode="&#xf7e5;" horiz-adv-x="522" 
+d="M497 0h-96l-42 122h-208l-42 -122h-93l186 532h110zM339 196l-83 245l-84 -245h167zM378 718q0 -48 -33 -78.5t-84 -30.5t-84 30.5t-33 78.5t32.5 78.5t84.5 30.5q51 0 84 -30.5t33 -78.5zM310 718q0 24 -14 37.5t-35 13.5q-22 0 -35.5 -14t-13.5 -38t14 -37t35 -13
+t35 14t14 37z" />
+    <glyph glyph-name="AEsmall" unicode="&#xf7e6;" horiz-adv-x="739" 
+d="M354 134h-189l-66 -134h-98l265 532h398v-77h-221v-146h201v-77h-201v-156h224v-76h-313v134zM319 455l-122 -249h157v249h-35z" />
+    <glyph glyph-name="Ccedillasmall" unicode="&#xf7e7;" horiz-adv-x="490" 
+d="M399 128l53 -55q-66 -78 -173 -82l-4 -39q69 -27 69 -83q0 -43 -29 -73t-80 -30q-67 0 -108 57l42 43q25 -38 61 -38q19 0 31 10.5t12 29.5q0 38 -67 54l7 74q-56 10 -91 45q-65 64 -65 220q0 158 65 224q54 56 159 56q106 0 163 -60l-50 -60q-45 42 -117 42
+q-68 0 -96 -37q-31 -41 -31 -165q0 -123 36 -162q26 -31 81 -31q77 0 132 60z" />
+    <glyph glyph-name="Egravesmall" unicode="&#xf7e8;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM324 637l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="Eacutesmall" unicode="&#xf7e9;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM206 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ecircumflexsmall" unicode="&#xf7ea;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM101 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Edieresissmall" unicode="&#xf7eb;" horiz-adv-x="457" 
+d="M78 532h311v-77h-223v-146h204v-77h-204v-156h227v-76h-315v532zM334 740q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM145 740q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z
+" />
+    <glyph glyph-name="Igravesmall" unicode="&#xf7ec;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM213 637l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="Iacutesmall" unicode="&#xf7ed;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM95 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Icircumflexsmall" unicode="&#xf7ee;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM-10 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Idieresissmall" unicode="&#xf7ef;" horiz-adv-x="259" 
+d="M78 532h89v-532h-89v532zM223 740q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM34 740q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Ethsmall" unicode="&#xf7f0;" horiz-adv-x="569" 
+d="M88 532h198q111 0 165 -54q59 -58 59 -208q0 -147 -58 -211q-56 -59 -165 -59h-199v233h-55v78h55v221zM176 454v-143h103v-78h-103v-156h106q79 0 107 40q27 36 27 149q0 121 -30 156q-29 32 -103 32h-107z" />
+    <glyph glyph-name="Ntildesmall" unicode="&#xf7f1;" horiz-adv-x="600" 
+d="M78 532h117l238 -413l-3 413h87v-532h-117l-238 412l3 -412h-87v532zM441 755l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Ogravesmall" unicode="&#xf7f2;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM374 637
+l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="Oacutesmall" unicode="&#xf7f3;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM256 590
+l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ocircumflexsmall" unicode="&#xf7f4;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM151 648
+l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Otildesmall" unicode="&#xf7f5;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM414 755
+l42 -49q-50 -62 -107 -62q-26 0 -66.5 16.5t-56.5 16.5q-33 0 -60 -35l-42 48q49 63 107 63q26 0 66.5 -16.5t56.5 -16.5q33 0 60 35z" />
+    <glyph glyph-name="Odieresissmall" unicode="&#xf7f6;" horiz-adv-x="581" 
+d="M523 271q0 -155 -66 -222q-60 -60 -172 -60q-113 0 -169 59q-59 63 -59 212q0 157 66 223q59 59 172 59q111 0 167 -58q61 -62 61 -213zM427 268q0 129 -37 167q-32 32 -98 32t-101 -35q-39 -42 -39 -171t38 -166q30 -30 97 -30q69 0 102 35q38 39 38 168zM384 740
+q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM195 740q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Oslashsmall" unicode="&#xf7f8;" horiz-adv-x="583" 
+d="M521 272q0 -158 -67 -224q-59 -59 -170 -59q-73 0 -125 26l-53 -73l-64 43l58 82q-44 61 -44 192q0 154 62 220q58 63 175 63q76 0 125 -26l53 74l64 -44l-58 -81q44 -62 44 -193zM431 269q0 74 -11 116l-217 -307q31 -18 82 -18q81 0 115 47q31 42 31 162zM146 262
+q0 -76 10 -115l218 306q-30 18 -82 18q-81 0 -114 -45q-32 -44 -32 -164z" />
+    <glyph glyph-name="Ugravesmall" unicode="&#xf7f9;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM371 637l-54 -47l-154 171l62 52z" />
+    <glyph glyph-name="Uacutesmall" unicode="&#xf7fa;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM253 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Ucircumflexsmall" unicode="&#xf7fb;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM148 648l140 148l139 -147l-49 -48l-91 95l-92 -96z" />
+    <glyph glyph-name="Udieresissmall" unicode="&#xf7fc;" horiz-adv-x="574" 
+d="M78 532h89v-345q0 -64 21 -91.5t98 -27.5q75 0 97 27.5t22 92.5v344h89v-342q0 -90 -39 -137q-52 -62 -172 -62q-115 0 -165 57q-40 44 -40 139v345zM381 740q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM192 740
+q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="Yacutesmall" unicode="&#xf7fd;" horiz-adv-x="477" 
+d="M14 532h102l116 -236l118 236h102l-177 -327v-205h-89v205zM205 590l-54 47l146 176l61 -52z" />
+    <glyph glyph-name="Thornsmall" unicode="&#xf7fe;" horiz-adv-x="516" 
+d="M167 433h103q73 0 116 -28q63 -40 63 -142q0 -107 -66 -148q-42 -27 -115 -27h-101v-88h-89v532h89v-99zM167 356v-190h102q49 0 67 18q21 20 21 77q0 61 -25 80q-20 15 -67 15h-98z" />
+    <glyph glyph-name="Ydieresissmall" unicode="&#xf7ff;" horiz-adv-x="477" 
+d="M14 532h102l116 -236l118 236h102l-177 -327v-205h-89v205zM333 740q23 0 38 -15.5t15 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5zM144 740q22 0 37.5 -15.5t15.5 -38.5q0 -22 -15.5 -37t-37.5 -15t-37 15t-15 37q0 23 15 38.5t37 15.5z" />
+    <glyph glyph-name="fl" unicode="&#xfb02;" horiz-adv-x="624" 
+d="M452 765h90v-765h-90v765zM363 723l-21 -75q-20 8 -46 8q-54 0 -68.5 -29t-14.5 -99v-44h113v-79h-113v-405h-90v405h-88v79h88v50q0 201 174 201q35 0 66 -12z" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="13" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="17" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="57" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="T,Tcommaaccent,Tcaron"
+	k="57" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="V,Y.alt"
+	k="54" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="W,backslash,Wcircumflex"
+	k="43" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="17" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="t,tcommaaccent,tcaron"
+	k="17" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="30" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="w,wcircumflex"
+	k="30" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="92" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="7" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="4" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="24" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="35" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Y.altsmall,Vsmall"
+	k="17" />
+    <hkern g1="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	g2="Wcircumflexsmall,Wsmall"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="4" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="T,Tcommaaccent,Tcaron"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="V,Y.alt"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="13" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="30" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="w,wcircumflex"
+	k="30" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="27" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="22" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="28" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Y.altsmall,Vsmall"
+	k="14" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Wcircumflexsmall,Wsmall"
+	k="20" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="X"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="10" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="17" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="x"
+	k="31" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="slash,M"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="AE"
+	k="12" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="24" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="colon,semicolon"
+	k="20" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Oslash,Oslash.alt"
+	k="4" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="J.alt"
+	k="17" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="AEsmall"
+	k="7" />
+    <hkern g1="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="10" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="24" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="110" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="13" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="70" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="w,wcircumflex"
+	k="70" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="103" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="57" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="57" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Y.altsmall,Vsmall"
+	k="60" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Wcircumflexsmall,Wsmall"
+	k="60" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="x"
+	k="73" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="67" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="AE"
+	k="73" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="125" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="colon,semicolon"
+	k="60" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="73" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Oslash,Oslash.alt"
+	k="21" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="J.alt"
+	k="78" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="74" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="AEsmall"
+	k="70" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="54" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="57" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="100" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="77" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="77" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="80" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="50" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="oslash,oslash.alt"
+	k="100" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="g.alt"
+	k="95" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="82" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="54" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="54" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Xsmall"
+	k="50" />
+    <hkern g1="T,Tcommaaccent,Tcaron"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="70" />
+    <hkern g1="V,Y.alt"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="60" />
+    <hkern g1="V,Y.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="V,Y.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="V,Y.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="55" />
+    <hkern g1="V,Y.alt"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="14" />
+    <hkern g1="V,Y.alt"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="4" />
+    <hkern g1="V,Y.alt"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="17" />
+    <hkern g1="V,Y.alt"
+	g2="Y.altsmall,Vsmall"
+	k="7" />
+    <hkern g1="V,Y.alt"
+	g2="Wcircumflexsmall,Wsmall"
+	k="14" />
+    <hkern g1="V,Y.alt"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="9" />
+    <hkern g1="V,Y.alt"
+	g2="x"
+	k="20" />
+    <hkern g1="V,Y.alt"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="30" />
+    <hkern g1="V,Y.alt"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="V,Y.alt"
+	g2="AE"
+	k="71" />
+    <hkern g1="V,Y.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="121" />
+    <hkern g1="V,Y.alt"
+	g2="colon,semicolon"
+	k="33" />
+    <hkern g1="V,Y.alt"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="37" />
+    <hkern g1="V,Y.alt"
+	g2="Oslash,Oslash.alt"
+	k="23" />
+    <hkern g1="V,Y.alt"
+	g2="J.alt"
+	k="77" />
+    <hkern g1="V,Y.alt"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="57" />
+    <hkern g1="V,Y.alt"
+	g2="AEsmall"
+	k="74" />
+    <hkern g1="V,Y.alt"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="34" />
+    <hkern g1="V,Y.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="54" />
+    <hkern g1="V,Y.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="50" />
+    <hkern g1="V,Y.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="41" />
+    <hkern g1="V,Y.alt"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="30" />
+    <hkern g1="V,Y.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="40" />
+    <hkern g1="V,Y.alt"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="20" />
+    <hkern g1="V,Y.alt"
+	g2="oslash,oslash.alt"
+	k="50" />
+    <hkern g1="V,Y.alt"
+	g2="g.alt"
+	k="73" />
+    <hkern g1="V,Y.alt"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="50" />
+    <hkern g1="V,Y.alt"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="Xsmall"
+	k="27" />
+    <hkern g1="V,Y.alt"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="40" />
+    <hkern g1="V,Y.alt"
+	g2="slashsmall,Msmall"
+	k="17" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="28" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="87" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="t,tcommaaccent,tcaron"
+	k="17" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="25" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="w,wcircumflex"
+	k="20" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="100" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="10" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="30" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Y.altsmall,Vsmall"
+	k="14" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Wcircumflexsmall,Wsmall"
+	k="20" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="5" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="x"
+	k="37" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="33" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="slash,M"
+	k="13" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="AE"
+	k="61" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="102" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="colon,semicolon"
+	k="70" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="53" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Oslash,Oslash.alt"
+	k="23" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="J.alt"
+	k="86" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="80" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="AEsmall"
+	k="86" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="30" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="57" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="74" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="64" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="53" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="55" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="26" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="oslash,oslash.alt"
+	k="74" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="g.alt"
+	k="77" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="67" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="50" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="50" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Xsmall"
+	k="24" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="60" />
+    <hkern g1="Y,Yacute,Ycircumflex,Ydieresis"
+	g2="slashsmall,Msmall"
+	k="50" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="83" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="14" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="30" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="w,wcircumflex"
+	k="20" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="60" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="4" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="7" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Y.altsmall,Vsmall"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Wcircumflexsmall,Wsmall"
+	k="14" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="17" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="14" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="17" />
+    <hkern g1="Z,Zacute,Zdotaccent,Zcaron"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="9" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="54" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="J.alt"
+	k="34" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="17" />
+    <hkern g1="Oslash,Oslash.alt"
+	g2="g.alt"
+	k="7" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="38" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="T,Tcommaaccent,Tcaron"
+	k="76" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="V,Y.alt"
+	k="20" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="6" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="17" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="10" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="x"
+	k="15" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="15" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="5" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="oslash,oslash.alt"
+	k="5" />
+    <hkern g1="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	g2="g.alt"
+	k="7" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="20" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="67" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="t,tcommaaccent,tcaron"
+	k="30" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="23" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="30" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="16" />
+    <hkern g1="t,tcommaaccent,tcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="6" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="25" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="T,Tcommaaccent,Tcaron"
+	k="70" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="V,Y.alt"
+	k="13" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="15" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="20" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="X"
+	k="23" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="slash,M"
+	k="5" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="73" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="30" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="14" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="6" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="oslash,oslash.alt"
+	k="9" />
+    <hkern g1="v,y,yacute,ydieresis,ycircumflex"
+	g2="g.alt"
+	k="14" />
+    <hkern g1="w,wcircumflex"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="20" />
+    <hkern g1="w,wcircumflex"
+	g2="T,Tcommaaccent,Tcaron"
+	k="70" />
+    <hkern g1="w,wcircumflex"
+	g2="V,Y.alt"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="w,wcircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="X"
+	k="27" />
+    <hkern g1="w,wcircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="47" />
+    <hkern g1="w,wcircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="30" />
+    <hkern g1="w,wcircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="13" />
+    <hkern g1="w,wcircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="w,wcircumflex"
+	g2="oslash,oslash.alt"
+	k="12" />
+    <hkern g1="w,wcircumflex"
+	g2="g.alt"
+	k="7" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="48" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="48" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="30" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="17" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="z,zacute,zdotaccent,zcaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="5" />
+    <hkern g1="oslash,oslash.alt"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="7" />
+    <hkern g1="oslash,oslash.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="40" />
+    <hkern g1="oslash,oslash.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="11" />
+    <hkern g1="g.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="24" />
+    <hkern g1="g.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="17" />
+    <hkern g1="g.alt"
+	g2="oslash,oslash.alt"
+	k="10" />
+    <hkern g1="g.alt"
+	g2="g.alt"
+	k="14" />
+    <hkern g1="l.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="l.alt"
+	g2="t,tcommaaccent,tcaron"
+	k="19" />
+    <hkern g1="l.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="14" />
+    <hkern g1="l.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="l.alt"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="44" />
+    <hkern g1="l.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="7" />
+    <hkern g1="l.alt"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="10" />
+    <hkern g1="l.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="9" />
+    <hkern g1="l.alt"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="7" />
+    <hkern g1="l.alt"
+	g2="l.alt"
+	k="10" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="43" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="37" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="102" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="T,Tcommaaccent,Tcaron"
+	k="125" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="V,Y.alt"
+	k="121" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="W,backslash,Wcircumflex"
+	k="89" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="27" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="t,tcommaaccent,tcaron"
+	k="50" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="73" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="w,wcircumflex"
+	k="47" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="107" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="49" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="30" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="93" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="91" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Y.altsmall,Vsmall"
+	k="86" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Wcircumflexsmall,Wsmall"
+	k="49" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="21" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="17" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="22" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="20" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="l.alt"
+	k="20" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="zerooldstyle"
+	k="32" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="threeoldstyle"
+	k="24" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="fiveoldstyle"
+	k="34" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="sixoldstyle"
+	k="24" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="sevenoldstyle"
+	k="80" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="eightoldstyle"
+	k="17" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="nineoldstyle"
+	k="20" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF639"
+	k="28" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="four.alt.fitted,uniF63C"
+	k="30" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF63E"
+	k="17" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF63F"
+	k="70" />
+    <hkern g1="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	g2="uniF640"
+	k="10" />
+    <hkern g1="colon,semicolon"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="70" />
+    <hkern g1="colon,semicolon"
+	g2="T,Tcommaaccent,Tcaron"
+	k="60" />
+    <hkern g1="colon,semicolon"
+	g2="V,Y.alt"
+	k="33" />
+    <hkern g1="colon,semicolon"
+	g2="W,backslash,Wcircumflex"
+	k="33" />
+    <hkern g1="colon,semicolon"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="20" />
+    <hkern g1="colon,semicolon"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="5" />
+    <hkern g1="colon,semicolon"
+	g2="zerooldstyle"
+	k="17" />
+    <hkern g1="colon,semicolon"
+	g2="eightoldstyle"
+	k="9" />
+    <hkern g1="colon,semicolon"
+	g2="four.alt.fitted,uniF63C"
+	k="4" />
+    <hkern g1="colon,semicolon"
+	g2="uniF63F"
+	k="7" />
+    <hkern g1="colon,semicolon"
+	g2="uniF640"
+	k="4" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="22" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="37" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="54" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="slash,M"
+	k="12" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="AE"
+	k="129" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="107" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="14" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Oslash,Oslash.alt"
+	k="24" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="J.alt"
+	k="150" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="88" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="AEsmall"
+	k="108" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="92" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="36" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="12" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="oslash,oslash.alt"
+	k="37" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="g.alt"
+	k="30" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="37" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="14" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="slashsmall,Msmall"
+	k="14" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="zerooldstyle"
+	k="30" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="sixoldstyle"
+	k="14" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="nineoldstyle"
+	k="37" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="four.alt.fitted,uniF63C"
+	k="67" />
+    <hkern g1="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	g2="fouroldstyle"
+	k="100" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="87" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="110" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="V,Y.alt"
+	k="60" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="W,backslash,Wcircumflex"
+	k="40" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="t,tcommaaccent,tcaron"
+	k="20" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="15" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="37" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="27" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="47" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Y.altsmall,Vsmall"
+	k="23" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Wcircumflexsmall,Wsmall"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="X"
+	k="42" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="50" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="37" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="x"
+	k="39" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="20" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="slash,M"
+	k="5" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="AE"
+	k="39" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="27" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="22" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="J.alt"
+	k="81" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="4" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="AEsmall"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="20" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="17" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="Xsmall"
+	k="29" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="threeoldstyle"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="sevenoldstyle"
+	k="7" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF63F"
+	k="67" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="fouroldstyle"
+	k="10" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="oneoldstyle"
+	k="17" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="twooldstyle"
+	k="10" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF6DC"
+	k="37" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF63A"
+	k="4" />
+    <hkern g1="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	g2="uniF63D"
+	k="4" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="53" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="T,Tcommaaccent,Tcaron"
+	k="73" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="V,Y.alt"
+	k="37" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="W,backslash,Wcircumflex"
+	k="17" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="22" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="14" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="31" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="zerooldstyle"
+	k="4" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="eightoldstyle"
+	k="4" />
+    <hkern g1="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	g2="nineoldstyle"
+	k="14" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="100" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="T,Tcommaaccent,Tcaron"
+	k="103" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="V,Y.alt"
+	k="55" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="W,backslash,Wcircumflex"
+	k="43" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="t,tcommaaccent,tcaron"
+	k="24" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="20" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="54" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="24" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="32" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="39" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Y.altsmall,Vsmall"
+	k="30" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="X"
+	k="33" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="24" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="27" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="x"
+	k="35" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="slash,M"
+	k="9" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="AE"
+	k="27" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="49" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="colon,semicolon"
+	k="20" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="31" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="J.alt"
+	k="58" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="4" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="AEsmall"
+	k="14" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="17" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="7" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Xsmall"
+	k="29" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="7" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="slashsmall,Msmall"
+	k="5" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="threeoldstyle"
+	k="17" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63F"
+	k="60" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="fouroldstyle"
+	k="7" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="oneoldstyle"
+	k="17" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="twooldstyle"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF6DC"
+	k="37" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63A"
+	k="14" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF63D"
+	k="10" />
+    <hkern g1="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	g2="uniF641"
+	k="14" />
+    <hkern g1="B"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="27" />
+    <hkern g1="B"
+	g2="T,Tcommaaccent,Tcaron"
+	k="20" />
+    <hkern g1="B"
+	g2="V,Y.alt"
+	k="23" />
+    <hkern g1="B"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="B"
+	g2="t,tcommaaccent,tcaron"
+	k="14" />
+    <hkern g1="B"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="7" />
+    <hkern g1="B"
+	g2="X"
+	k="22" />
+    <hkern g1="B"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="13" />
+    <hkern g1="B"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="B"
+	g2="x"
+	k="24" />
+    <hkern g1="B"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="14" />
+    <hkern g1="B"
+	g2="AE"
+	k="7" />
+    <hkern g1="B"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="30" />
+    <hkern g1="B"
+	g2="colon,semicolon"
+	k="17" />
+    <hkern g1="B"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="13" />
+    <hkern g1="B"
+	g2="J.alt"
+	k="20" />
+    <hkern g1="B"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="7" />
+    <hkern g1="B"
+	g2="AEsmall"
+	k="10" />
+    <hkern g1="B"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="9" />
+    <hkern g1="B"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="7" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="23" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="43" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="t,tcommaaccent,tcaron"
+	k="20" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="40" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="w,wcircumflex"
+	k="34" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="14" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="30" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="34" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Y.altsmall,Vsmall"
+	k="27" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Wcircumflexsmall,Wsmall"
+	k="24" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="X"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="x"
+	k="20" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="27" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="20" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="C,Ccedilla,Cacute,Ccircumflex,Cdotaccent,Ccaron,Euro.alt.fitted,Euro.fitted"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="15" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="13" />
+    <hkern g1="E,AE,Egrave,Eacute,Ecircumflex,Edieresis,Emacron,Ebreve,Edotaccent,Eogonek,Ecaron,OE,E.alt"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="F"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="7" />
+    <hkern g1="F"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="13" />
+    <hkern g1="F"
+	g2="t,tcommaaccent,tcaron"
+	k="7" />
+    <hkern g1="F"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="20" />
+    <hkern g1="F"
+	g2="w,wcircumflex"
+	k="17" />
+    <hkern g1="F"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="20" />
+    <hkern g1="F"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="F"
+	g2="x"
+	k="54" />
+    <hkern g1="F"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="14" />
+    <hkern g1="F"
+	g2="slash,M"
+	k="8" />
+    <hkern g1="F"
+	g2="AE"
+	k="70" />
+    <hkern g1="F"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="170" />
+    <hkern g1="F"
+	g2="colon,semicolon"
+	k="23" />
+    <hkern g1="F"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="13" />
+    <hkern g1="F"
+	g2="Oslash,Oslash.alt"
+	k="7" />
+    <hkern g1="F"
+	g2="J.alt"
+	k="98" />
+    <hkern g1="F"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="64" />
+    <hkern g1="F"
+	g2="AEsmall"
+	k="93" />
+    <hkern g1="F"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="47" />
+    <hkern g1="F"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="24" />
+    <hkern g1="F"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="24" />
+    <hkern g1="F"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="13" />
+    <hkern g1="F"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="F"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="7" />
+    <hkern g1="F"
+	g2="oslash,oslash.alt"
+	k="24" />
+    <hkern g1="F"
+	g2="g.alt"
+	k="42" />
+    <hkern g1="F"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="17" />
+    <hkern g1="F"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="7" />
+    <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,G.alt"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="G,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,G.alt"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="30" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="17" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="113" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="117" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="V,Y.alt"
+	k="97" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="W,backslash,Wcircumflex"
+	k="63" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="113" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="t,tcommaaccent,tcaron"
+	k="35" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="71" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="w,wcircumflex"
+	k="52" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="147" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="37" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="14" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="70" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="100" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Y.altsmall,Vsmall"
+	k="70" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Wcircumflexsmall,Wsmall"
+	k="50" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="X"
+	k="-10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="-10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="21" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="17" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="20" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="10" />
+    <hkern g1="L,Lacute,Lcommaaccent,Lcaron,Lslash"
+	g2="l.alt"
+	k="16" />
+    <hkern g1="M,backslash"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="11" />
+    <hkern g1="M,backslash"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="8" />
+    <hkern g1="M,backslash"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="13" />
+    <hkern g1="M,backslash"
+	g2="T,Tcommaaccent,Tcaron"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="V,Y.alt"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="M,backslash"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="5" />
+    <hkern g1="M,backslash"
+	g2="t,tcommaaccent,tcaron"
+	k="4" />
+    <hkern g1="M,backslash"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="5" />
+    <hkern g1="M,backslash"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="12" />
+    <hkern g1="M,backslash"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="9" />
+    <hkern g1="M,backslash"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="7" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="28" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="T,Tcommaaccent,Tcaron"
+	k="24" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="V,Y.alt"
+	k="27" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="W,backslash,Wcircumflex"
+	k="15" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="22" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="X"
+	k="27" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="20" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="slash,M"
+	k="11" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="AE"
+	k="43" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="43" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="J.alt"
+	k="37" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="17" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="13" />
+    <hkern g1="at,D,O,Q,copyright,Eth,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Thorn,Dcaron,Dcroat,Omacron,Obreve,Ohungarumlaut,uni2639,smileface,uniF633"
+	g2="g.alt"
+	k="7" />
+    <hkern g1="P"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="11" />
+    <hkern g1="P"
+	g2="T,Tcommaaccent,Tcaron"
+	k="7" />
+    <hkern g1="P"
+	g2="V,Y.alt"
+	k="7" />
+    <hkern g1="P"
+	g2="W,backslash,Wcircumflex"
+	k="4" />
+    <hkern g1="P"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="23" />
+    <hkern g1="P"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="P"
+	g2="X"
+	k="27" />
+    <hkern g1="P"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="11" />
+    <hkern g1="P"
+	g2="slash,M"
+	k="8" />
+    <hkern g1="P"
+	g2="AE"
+	k="92" />
+    <hkern g1="P"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="166" />
+    <hkern g1="P"
+	g2="J.alt"
+	k="130" />
+    <hkern g1="P"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="68" />
+    <hkern g1="P"
+	g2="AEsmall"
+	k="87" />
+    <hkern g1="P"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="63" />
+    <hkern g1="P"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="17" />
+    <hkern g1="P"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="20" />
+    <hkern g1="P"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="6" />
+    <hkern g1="P"
+	g2="oslash,oslash.alt"
+	k="17" />
+    <hkern g1="P"
+	g2="g.alt"
+	k="48" />
+    <hkern g1="P"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="24" />
+    <hkern g1="P"
+	g2="slashsmall,Msmall"
+	k="20" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="18" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="16" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="21" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="V,Y.alt"
+	k="20" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="7" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="w,wcircumflex"
+	k="4" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="27" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="11" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="10" />
+    <hkern g1="R,Racute,Rcommaaccent,Rcaron"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="slash,M"
+	k="8" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="AE"
+	k="30" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="37" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="J.alt"
+	k="20" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="24" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="AEsmall"
+	k="20" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="17" />
+    <hkern g1="U,Ugrave,Uacute,Ucircumflex,Udieresis,eth,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,J.alt"
+	g2="slashsmall,Msmall"
+	k="4" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="15" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="w,wcircumflex"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="43" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="x"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="slash,M"
+	k="10" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="AE"
+	k="50" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="89" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="colon,semicolon"
+	k="33" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="17" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Oslash,Oslash.alt"
+	k="12" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="J.alt"
+	k="54" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="50" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="AEsmall"
+	k="63" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="43" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="42" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="38" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="30" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="27" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="m,n,p,r,mu,ntilde,dotlessi,nacute,ncommaaccent,ncaron,rcommaaccent"
+	k="13" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="oslash,oslash.alt"
+	k="42" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="g.alt"
+	k="61" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="16" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="Eogoneksmall,Iogoneksmall,Kcommaaccentsmall,Lcaronsmall,Lcommaaccentsmall,Ncommaaccentsmall,Rcommaaccentsmall,Bsmall,Dsmall,Esmall,Fsmall,Hsmall,Ismall,Jsmall,Ksmall,Lsmall,Nsmall,Psmall,Rsmall"
+	k="10" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="10" />
+    <hkern g1="slash,W,Wcircumflex"
+	g2="slashsmall,Msmall"
+	k="7" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="27" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="42" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="t,tcommaaccent,tcaron"
+	k="12" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="23" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="w,wcircumflex"
+	k="27" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="33" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="S,Sacute,Scircumflex,Scedilla,Scaron,Scommaaccent"
+	k="10" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="26" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="u,ugrave,uacute,ucircumflex,udieresis,utilde,umacron,ubreve,uring,uhungarumlaut,uogonek,u.alt"
+	k="17" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="24" />
+    <hkern g1="K,X,Kcommaaccent"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="14" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="76" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="127" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="V,Y.alt"
+	k="37" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="W,backslash,Wcircumflex"
+	k="17" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="t,tcommaaccent,tcaron"
+	k="5" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="17" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="26" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="15" />
+    <hkern g1="c,ccedilla,cacute,ccircumflex,cdotaccent,ccaron"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="85" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="T,Tcommaaccent,Tcaron"
+	k="127" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="V,Y.alt"
+	k="64" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="t,tcommaaccent,tcaron"
+	k="14" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="16" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="w,wcircumflex"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="36" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="20" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="X"
+	k="27" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="x"
+	k="27" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="15" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="e,ae,egrave,eacute,ecircumflex,edieresis,emacron,ebreve,edotaccent,eogonek,ecaron,oe"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="6" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="50" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="33" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="24" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="84" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="27" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="12" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="oslash,oslash.alt"
+	k="24" />
+    <hkern g1="f,f.alt,ff.alt,ff"
+	g2="g.alt"
+	k="10" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="59" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="T,Tcommaaccent,Tcaron"
+	k="117" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="V,Y.alt"
+	k="38" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="W,backslash,Wcircumflex"
+	k="17" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="t,tcommaaccent,tcaron"
+	k="6" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="10" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="w,wcircumflex"
+	k="7" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="14" />
+    <hkern g1="a,h,m,n,agrave,aacute,acircumflex,atilde,adieresis,aring,ntilde,amacron,abreve,aogonek,nacute,ncommaaccent,ncaron"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="8" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="74" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="T,Tcommaaccent,Tcaron"
+	k="100" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="V,Y.alt"
+	k="50" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="W,backslash,Wcircumflex"
+	k="42" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="t,tcommaaccent,tcaron"
+	k="8" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="v,y,yacute,ydieresis,ycircumflex"
+	k="16" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="w,wcircumflex"
+	k="14" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="36" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="f,f.alt,ff.alt,fj,ff,fi,fl,ffi"
+	k="20" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="X"
+	k="26" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="x"
+	k="27" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="z,zacute,zdotaccent,zcaron"
+	k="19" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="21" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="b,o,p,ograve,oacute,ocircumflex,otilde,odieresis,thorn,omacron,obreve,ohungarumlaut"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="6" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="37" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="27" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="X"
+	k="67" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="Z,Zacute,Zdotaccent,Zcaron"
+	k="47" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="97" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="70" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="46" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="18" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="14" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="oslash,oslash.alt"
+	k="40" />
+    <hkern g1="r,racute,rcommaaccent,rcaron,r.alt"
+	g2="g.alt"
+	k="44" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="37" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="T,Tcommaaccent,Tcaron"
+	k="73" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="V,Y.alt"
+	k="20" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="W,backslash,Wcircumflex"
+	k="13" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="39" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="35" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="c,d,e,g,o,q,ccedilla,egrave,eacute,ecircumflex,edieresis,eth,ograve,oacute,ocircumflex,otilde,odieresis,cacute,ccircumflex,cdotaccent,ccaron,dcaron,dcroat,emacron,ebreve,edotaccent,eogonek,ecaron,gcircumflex,gbreve,gdotaccent,gcommaaccent,omacron,obreve,ohungarumlaut,oe,a.alt"
+	k="22" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="a,agrave,aacute,acircumflex,atilde,adieresis,aring,ae,amacron,abreve,aogonek"
+	k="10" />
+    <hkern g1="ampersand,k,x,kcommaaccent,k.alt"
+	g2="s,sacute,scircumflex,scedilla,scaron,scommaaccent"
+	k="10" />
+    <hkern g1="germandbls"
+	g2="t,tcommaaccent,tcaron"
+	k="15" />
+    <hkern g1="germandbls"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="7" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="at,C,G,O,Q,copyright,Ccedilla,Ograve,Oacute,Ocircumflex,Otilde,Odieresis,Cacute,Ccircumflex,Cdotaccent,Ccaron,Gcircumflex,Gbreve,Gdotaccent,Gcommaaccent,Omacron,Ohungarumlaut,OE,uni2639,smileface,E.alt,G.alt,uniF633"
+	k="17" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="24" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="80" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="74" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="V,Y.alt"
+	k="57" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="W,backslash,Wcircumflex"
+	k="50" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="88" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="14" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="44" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="49" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Y.altsmall,Vsmall"
+	k="34" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="15" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="14" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="AEsmall"
+	k="10" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="7" />
+    <hkern g1="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	g2="slashsmall,Msmall"
+	k="10" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="30" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="57" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="V,Y.alt"
+	k="17" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="70" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="39" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="91" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="49" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="AEsmall"
+	k="42" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="35" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="27" />
+    <hkern g1="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	g2="slashsmall,Msmall"
+	k="10" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="14" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="V,Y.alt"
+	k="7" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="23" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="50" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="86" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="34" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="AEsmall"
+	k="65" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="17" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="15" />
+    <hkern g1="Y.altsmall,Vsmall"
+	g2="slashsmall,Msmall"
+	k="14" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="57" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="V,Y.alt"
+	k="4" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="27" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="32" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="X"
+	k="24" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="slash,M"
+	k="7" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="93" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="44" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="AEsmall"
+	k="54" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="24" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="33" />
+    <hkern g1="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	g2="slashsmall,Msmall"
+	k="14" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="14" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="14" />
+    <hkern g1="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="17" />
+    <hkern g1="Bsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="24" />
+    <hkern g1="Bsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="14" />
+    <hkern g1="Bsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="7" />
+    <hkern g1="Bsmall"
+	g2="AEsmall"
+	k="20" />
+    <hkern g1="Bsmall"
+	g2="slashsmall,Msmall"
+	k="10" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="17" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="Cacutesmall,Ccaronsmall,Ccircumflexsmall,Cdotaccentsmall,Euro.alt.fitted.oldstyle,Euro.fitted.oldstyle,Csmall,Ccedillasmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="14" />
+    <hkern g1="Fsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="97" />
+    <hkern g1="Fsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="34" />
+    <hkern g1="Fsmall"
+	g2="AEsmall"
+	k="57" />
+    <hkern g1="Fsmall"
+	g2="slashsmall,Msmall"
+	k="10" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="44" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="140" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="27" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="57" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="50" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Y.altsmall,Vsmall"
+	k="47" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="47" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="14" />
+    <hkern g1="Lacutesmall,Lcaronsmall,Lcommaaccentsmall,Lslashsmall,Lsmall"
+	g2="U.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="U,Ugrave,Uacute,Ucircumflex,Udieresis,Utilde,Umacron,Ubreve,Uring,Uhungarumlaut,Uogonek,U.alt"
+	k="4" />
+    <hkern g1="Msmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="50" />
+    <hkern g1="Msmall"
+	g2="V,Y.alt"
+	k="17" />
+    <hkern g1="Msmall"
+	g2="W,backslash,Wcircumflex"
+	k="7" />
+    <hkern g1="Msmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="15" />
+    <hkern g1="Msmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="14" />
+    <hkern g1="Msmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="17" />
+    <hkern g1="Msmall"
+	g2="Y.altsmall,Vsmall"
+	k="20" />
+    <hkern g1="Msmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="5" />
+    <hkern g1="Msmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="7" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="67" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="82" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="V,Y.alt"
+	k="50" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="W,backslash,Wcircumflex"
+	k="16" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="37" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="33" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="27" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Y.altsmall,Vsmall"
+	k="15" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="19" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="22" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="colon,semicolon"
+	k="5" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="15" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="8" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="Xsmall"
+	k="27" />
+    <hkern g1="Dcaronsmall,Dcroatsmall,Ohungarumlautsmall,Omacronsmall,atsmall,Dsmall,Osmall,Qsmall,Ethsmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall,Thornsmall"
+	g2="slashsmall,Msmall"
+	k="7" />
+    <hkern g1="Psmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="14" />
+    <hkern g1="Psmall"
+	g2="Ycircumflexsmall,Ysmall,Yacutesmall,Ydieresissmall"
+	k="24" />
+    <hkern g1="Psmall"
+	g2="Tcaronsmall,Tcommaaccentsmall,Tsmall"
+	k="14" />
+    <hkern g1="Psmall"
+	g2="Y.altsmall,Vsmall"
+	k="20" />
+    <hkern g1="Psmall"
+	g2="Wcircumflexsmall,Wsmall"
+	k="10" />
+    <hkern g1="Psmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="86" />
+    <hkern g1="Psmall"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="7" />
+    <hkern g1="Psmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="67" />
+    <hkern g1="Psmall"
+	g2="AEsmall"
+	k="82" />
+    <hkern g1="Psmall"
+	g2="Zacutesmall,Zdotaccentsmall,Zcaronsmall,Zsmall"
+	k="30" />
+    <hkern g1="Psmall"
+	g2="Xsmall"
+	k="44" />
+    <hkern g1="Psmall"
+	g2="Sacutesmall,Scedillasmall,Scommaaccentsmall,Scaronsmall,Ssmall"
+	k="14" />
+    <hkern g1="Psmall"
+	g2="slashsmall,Msmall"
+	k="40" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="10" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="10" />
+    <hkern g1="Racutesmall,Rcaronsmall,Rcommaaccentsmall,Rsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="27" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="50" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="54" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="V,Y.alt"
+	k="27" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="W,backslash,Wcircumflex"
+	k="10" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="20" />
+    <hkern g1="J.altsmall,Ubrevesmall,Uhungarumlautsmall,Umacronsmall,Uogoneksmall,Uringsmall,Usmall,Ugravesmall,Uacutesmall,Ucircumflexsmall,Udieresissmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="14" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="20" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="60" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="V,Y.alt"
+	k="14" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="17" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="49" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Abrevesmall,Amacronsmall,Aogoneksmall,Asmall,Agravesmall,Aacutesmall,Acircumflexsmall,Atildesmall,Adieresissmall,Aringsmall"
+	k="15" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="AEsmall"
+	k="27" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="A,Agrave,Aacute,Acircumflex,Atilde,Adieresis,Aring,Amacron,Abreve,Aogonek,Delta"
+	k="10" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="19" />
+    <hkern g1="Wcircumflexsmall,slashsmall,Wsmall"
+	g2="slashsmall,Msmall"
+	k="5" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="Y,Yacute,Ycircumflex,Ydieresis"
+	k="24" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="T,Tcommaaccent,Tcaron"
+	k="50" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="V,Y.alt"
+	k="27" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="29" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="29" />
+    <hkern g1="Kcommaaccentsmall,Ksmall,Xsmall"
+	g2="Cacutesmall,Ccaronsmall,E.altsmall,G.altsmall,Gbrevesmall,Gcircumflexsmall,Gcommaaccentsmall,Gdotaccentsmall,Ohungarumlautsmall,Omacronsmall,atsmall,OEsmall,Csmall,Gsmall,Osmall,Qsmall,Ccedillasmall,Ogravesmall,Oacutesmall,Ocircumflexsmall,Otildesmall,Odieresissmall"
+	k="27" />
+    <hkern g1="zerooldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="30" />
+    <hkern g1="zerooldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="32" />
+    <hkern g1="zerooldstyle"
+	g2="colon,semicolon"
+	k="17" />
+    <hkern g1="zerooldstyle"
+	g2="threeoldstyle"
+	k="35" />
+    <hkern g1="zerooldstyle"
+	g2="sevenoldstyle"
+	k="24" />
+    <hkern g1="zerooldstyle"
+	g2="fouroldstyle"
+	k="30" />
+    <hkern g1="zerooldstyle"
+	g2="oneoldstyle"
+	k="14" />
+    <hkern g1="zerooldstyle"
+	g2="twooldstyle"
+	k="6" />
+    <hkern g1="oneoldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="40" />
+    <hkern g1="oneoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="81" />
+    <hkern g1="oneoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="37" />
+    <hkern g1="oneoldstyle"
+	g2="zerooldstyle"
+	k="14" />
+    <hkern g1="oneoldstyle"
+	g2="threeoldstyle"
+	k="4" />
+    <hkern g1="oneoldstyle"
+	g2="fiveoldstyle"
+	k="4" />
+    <hkern g1="oneoldstyle"
+	g2="sixoldstyle"
+	k="10" />
+    <hkern g1="oneoldstyle"
+	g2="sevenoldstyle"
+	k="57" />
+    <hkern g1="oneoldstyle"
+	g2="eightoldstyle"
+	k="10" />
+    <hkern g1="oneoldstyle"
+	g2="nineoldstyle"
+	k="37" />
+    <hkern g1="twooldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="10" />
+    <hkern g1="twooldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="14" />
+    <hkern g1="twooldstyle"
+	g2="zerooldstyle"
+	k="7" />
+    <hkern g1="twooldstyle"
+	g2="eightoldstyle"
+	k="17" />
+    <hkern g1="twooldstyle"
+	g2="nineoldstyle"
+	k="20" />
+    <hkern g1="threeoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="44" />
+    <hkern g1="threeoldstyle"
+	g2="zerooldstyle"
+	k="4" />
+    <hkern g1="threeoldstyle"
+	g2="eightoldstyle"
+	k="7" />
+    <hkern g1="threeoldstyle"
+	g2="nineoldstyle"
+	k="10" />
+    <hkern g1="fouroldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="7" />
+    <hkern g1="fouroldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="90" />
+    <hkern g1="fouroldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="7" />
+    <hkern g1="fouroldstyle"
+	g2="zerooldstyle"
+	k="27" />
+    <hkern g1="fouroldstyle"
+	g2="threeoldstyle"
+	k="10" />
+    <hkern g1="fouroldstyle"
+	g2="fiveoldstyle"
+	k="14" />
+    <hkern g1="fouroldstyle"
+	g2="sixoldstyle"
+	k="17" />
+    <hkern g1="fouroldstyle"
+	g2="sevenoldstyle"
+	k="67" />
+    <hkern g1="fouroldstyle"
+	g2="eightoldstyle"
+	k="10" />
+    <hkern g1="fouroldstyle"
+	g2="nineoldstyle"
+	k="30" />
+    <hkern g1="fiveoldstyle"
+	g2="zerooldstyle"
+	k="20" />
+    <hkern g1="sixoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="14" />
+    <hkern g1="sixoldstyle"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="sixoldstyle"
+	g2="threeoldstyle"
+	k="20" />
+    <hkern g1="sixoldstyle"
+	g2="sevenoldstyle"
+	k="24" />
+    <hkern g1="sixoldstyle"
+	g2="fouroldstyle"
+	k="30" />
+    <hkern g1="sixoldstyle"
+	g2="oneoldstyle"
+	k="20" />
+    <hkern g1="sixoldstyle"
+	g2="twooldstyle"
+	k="14" />
+    <hkern g1="sevenoldstyle"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="10" />
+    <hkern g1="sevenoldstyle"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="14" />
+    <hkern g1="sevenoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="79" />
+    <hkern g1="sevenoldstyle"
+	g2="zerooldstyle"
+	k="14" />
+    <hkern g1="sevenoldstyle"
+	g2="nineoldstyle"
+	k="20" />
+    <hkern g1="sevenoldstyle"
+	g2="fouroldstyle"
+	k="50" />
+    <hkern g1="eightoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="10" />
+    <hkern g1="eightoldstyle"
+	g2="colon,semicolon"
+	k="9" />
+    <hkern g1="eightoldstyle"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="4" />
+    <hkern g1="eightoldstyle"
+	g2="fouroldstyle"
+	k="17" />
+    <hkern g1="nineoldstyle"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="30" />
+    <hkern g1="nineoldstyle"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="7" />
+    <hkern g1="nineoldstyle"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="nineoldstyle"
+	g2="threeoldstyle"
+	k="24" />
+    <hkern g1="nineoldstyle"
+	g2="sevenoldstyle"
+	k="14" />
+    <hkern g1="nineoldstyle"
+	g2="fouroldstyle"
+	k="10" />
+    <hkern g1="nineoldstyle"
+	g2="oneoldstyle"
+	k="7" />
+    <hkern g1="nineoldstyle"
+	g2="twooldstyle"
+	k="4" />
+    <hkern g1="uniF639"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="28" />
+    <hkern g1="uniF639"
+	g2="uniF6DC"
+	k="10" />
+    <hkern g1="uniF6DC"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="30" />
+    <hkern g1="uniF6DC"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="64" />
+    <hkern g1="uniF6DC"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="20" />
+    <hkern g1="uniF6DC"
+	g2="uniF639"
+	k="17" />
+    <hkern g1="uniF6DC"
+	g2="four.alt.fitted,uniF63C"
+	k="40" />
+    <hkern g1="uniF6DC"
+	g2="uniF63E"
+	k="10" />
+    <hkern g1="uniF6DC"
+	g2="uniF63F"
+	k="27" />
+    <hkern g1="uniF63A"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="24" />
+    <hkern g1="uniF63A"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="30" />
+    <hkern g1="uniF63A"
+	g2="four.alt.fitted,uniF63C"
+	k="27" />
+    <hkern g1="uniF63B"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="7" />
+    <hkern g1="uniF63B"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="uniF63B"
+	g2="uniF6DC"
+	k="7" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="quotedbl,quotesingle,asterisk,ordfeminine,registered,degree,twosuperior,threesuperior,onesuperior,ordmasculine,hsuperior,quoteleft,quoteright,quotedblleft,quotedblright,zerosuperior,foursuperior,fivesuperior,sixsuperior,sevensuperior,eightsuperior,ninesuperior,parenleftsuperior,parenrightsuperior,nsuperior,trademark,equalsuperior,jsuperior,minussuperior,plussuperior,wsuperior,xsuperior,ysuperior,centsuperior,commasuperior,dollarsuperior,hyphensuperior,periodsuperior,asuperior,bsuperior,dsuperior,esuperior,isuperior,lsuperior,msuperior,osuperior,rsuperior,ssuperior,tsuperior"
+	k="94" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="10" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="colon,semicolon"
+	k="10" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="7" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63F"
+	k="54" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF6DC"
+	k="30" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63A"
+	k="7" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF63D"
+	k="27" />
+    <hkern g1="four.alt.fitted,uniF63C"
+	g2="uniF641"
+	k="20" />
+    <hkern g1="uniF63D"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="14" />
+    <hkern g1="uniF63D"
+	g2="colon,semicolon"
+	k="10" />
+    <hkern g1="uniF63D"
+	g2="uniF63A"
+	k="10" />
+    <hkern g1="uniF63D"
+	g2="uniF641"
+	k="24" />
+    <hkern g1="uniF63E"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="10" />
+    <hkern g1="uniF63E"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="uniF63E"
+	g2="uniF63A"
+	k="4" />
+    <hkern g1="uniF63E"
+	g2="uniF641"
+	k="17" />
+    <hkern g1="uniF63F"
+	g2="hyphen,periodcentered,endash,emdash,bullet,threequartersemdash.cap,uniF6BA,uniF6BB,uniF6BC,uniF6BD,threequartersemdash"
+	k="27" />
+    <hkern g1="uniF63F"
+	g2="guillemotleft,guilsinglleft,uniF6B6,uniF6B8"
+	k="40" />
+    <hkern g1="uniF63F"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="107" />
+    <hkern g1="uniF63F"
+	g2="colon,semicolon"
+	k="37" />
+    <hkern g1="uniF63F"
+	g2="guillemotright,guilsinglright,uniF6B7,uniF6B9"
+	k="20" />
+    <hkern g1="uniF63F"
+	g2="uniF639"
+	k="14" />
+    <hkern g1="uniF63F"
+	g2="four.alt.fitted,uniF63C"
+	k="37" />
+    <hkern g1="uniF63F"
+	g2="uniF63E"
+	k="7" />
+    <hkern g1="uniF63F"
+	g2="uniF640"
+	k="10" />
+    <hkern g1="uniF63F"
+	g2="uniF641"
+	k="10" />
+    <hkern g1="uniF640"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="10" />
+    <hkern g1="uniF640"
+	g2="colon,semicolon"
+	k="7" />
+    <hkern g1="uniF640"
+	g2="uniF6DC"
+	k="4" />
+    <hkern g1="uniF641"
+	g2="comma,period,underscore,quotesinglbase,quotedblbase,onedotenleader,twodotenleader,ellipsis"
+	k="17" />
+    <hkern g1="uniF641"
+	g2="uniF6DC"
+	k="4" />
+  </font>
+</defs></svg>
diff --git a/src/fonts/FacitRegular.ttf b/src/fonts/FacitRegular.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f11721f508826403b44a1d14cbe1d8eec5f9c25b
Binary files /dev/null and b/src/fonts/FacitRegular.ttf differ
diff --git a/src/fonts/FacitRegular.woff b/src/fonts/FacitRegular.woff
new file mode 100644
index 0000000000000000000000000000000000000000..4b505fb7b7f9b606beef91ec0ddf721f9f04b1b4
Binary files /dev/null and b/src/fonts/FacitRegular.woff differ
diff --git a/src/fonts/RefrigeratorDelxW01Bold.eot b/src/fonts/RefrigeratorDelxW01Bold.eot
new file mode 100644
index 0000000000000000000000000000000000000000..38d4f187c2e18e69a38825922209b823965d216a
Binary files /dev/null and b/src/fonts/RefrigeratorDelxW01Bold.eot differ
diff --git a/src/fonts/RefrigeratorDelxW01Bold.svg b/src/fonts/RefrigeratorDelxW01Bold.svg
new file mode 100644
index 0000000000000000000000000000000000000000..254b1f3e0da689dcd7e5059bbf3d687b4b18664e
--- /dev/null
+++ b/src/fonts/RefrigeratorDelxW01Bold.svg
@@ -0,0 +1,518 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20190801 at Wed Jul 18 13:30:07 2012
+ By www-data
+Copyright (c) 2008 by Mark Simonson. All rights reserved.
+</metadata>
+<defs>
+<font id="RefrigeratorDelxW01Bold" horiz-adv-x="450" >
+  <font-face 
+    font-family="RefrigeratorDelxW01Bold"
+    font-weight="700"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 1 8 6 2 2 2 5 2 3"
+    ascent="775"
+    descent="-225"
+    x-height="470"
+    cap-height="700"
+    bbox="-100 -230 873 923"
+    underline-thickness="90"
+    underline-position="-195"
+    unicode-range="U+000D-2122"
+  />
+<missing-glyph horiz-adv-x="0" 
+ />
+    <glyph glyph-name=".notdef" horiz-adv-x="0" 
+ />
+    <glyph glyph-name=".null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="uni000D" unicode="&#xd;" horiz-adv-x="200" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="200" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="200" 
+d="M150 200h-100v500h100v-500zM160 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="351" 
+d="M307 700l-37 -201h-48l-37 201h122zM166 700l-37 -201h-48l-37 201h122z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="533" 
+d="M175 259h124l60 182h-124zM279 199h-124l-66 -199h-64l66 199h-71l20 60h71l60 182h-71l20 60h71l66 199h64l-66 -199h124l66 199h64l-66 -199h75l-20 -60h-75l-60 -182h75l-20 -60h-75l-66 -199h-64z" />
+    <glyph glyph-name="dollar" unicode="$" 
+d="M326 361q31 -16 52.5 -43.5t21.5 -61.5v-66q0 -42 -29 -71t-71 -29h-30v-90h-90v90h-30q-42 0 -71 29t-29 71v74h100v-74h150v61l-176 90q-31 16 -52.5 43.5t-21.5 61.5v64q0 42 29 71t71 29h30v90h90v-90h30q42 0 71 -29t29 -71v-71h-100v71h-150v-60z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="649" 
+d="M275 416q0 -28 -19.5 -47.5t-48.5 -19.5h-89q-29 0 -48.5 19.5t-19.5 47.5v217q0 28 20 47.5t48 19.5h89q28 0 48 -19.5t20 -47.5v-217zM473 700l-232 -700h-64l232 700h64zM599 67q0 -28 -19.5 -47.5t-47.5 -19.5h-90q-28 0 -47.5 19.5t-19.5 47.5v217q0 28 19.5 47.5
+t47.5 19.5h90q28 0 47.5 -19.5t19.5 -47.5v-217zM207 416v217h-89v-217h89zM532 67v217h-90v-217h90z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="600" 
+d="M242 100l59 117l-105 104l-46 -47v-174h92zM376 143l-44 -87q-5 -9 -13.5 -19t-20.5 -18t-26 -13.5t-29 -5.5h-93q-42 0 -71 29t-29 71v174q0 23 7.5 39t21.5 30l46 47l-41 42q-14 14 -24 34.5t-10 40.5v93q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150
+v-90l199 -198l55 108h112l-92 -182l175 -172l-72 -73z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="200" 
+d="M161 701l-37 -201h-48l-37 201h122z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="219" 
+d="M143 -151q-106 175 -106 476q0 300 106 475h64q-80 -180 -80 -475q0 -296 80 -476h-64z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="219" 
+d="M182 325q0 -301 -106 -476h-64q80 180 80 476q0 295 -80 475h64q106 -175 106 -475z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="320" 
+d="M185 512l14 -102h-78l14 102l-81 -63l-39 67l95 39l-95 39l39 67l81 -64l-14 103h78l-14 -102l81 63l39 -67l-97 -39l97 -39l-39 -67z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="448" 
+d="M424 190h-158v-154h-90v154h-152v90h152v156h90v-156h158v-90z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="200" 
+d="M160 52q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="261" 
+d="M236 190h-211v90h211v-90z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="200" 
+d="M160 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="295" 
+d="M295 800l-231 -951h-64l232 951h63z" />
+    <glyph glyph-name="zero" unicode="0" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="362" 
+d="M337 0h-300v100h100v500h-100v100h200v-600h100v-100z" />
+    <glyph glyph-name="two" unicode="2" 
+d="M300 511v89h-150v-100h-100v100q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-89q0 -16 -4.5 -31t-12.5 -26l-233 -298v-56h250v-100h-350v156q0 16 4.5 31t12.5 26z" />
+    <glyph glyph-name="three" unicode="3" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v100h100v-100h150v220h-150v100h150v180h-150v-100h-100v100q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-154q0 -57 -50 -77q50 -18 50 -77v-192z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="449" 
+d="M412 150h-50v-150h-100v150h-225v100l225 450h100v-450h50v-100zM262 250v261l-126 -261h126z" />
+    <glyph glyph-name="five" unicode="5" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v100h100v-100h150v270h-150v-50h-100v380h340v-100h-240v-180q20 50 78 50h72q42 0 71 -29t29 -71v-270z" />
+    <glyph glyph-name="six" unicode="6" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-230q20 50 78 50h72q42 0 71 -29t29 -71v-220zM300 100v220h-150v-220h150z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="412" 
+d="M375 600l-140 -600h-110l146 600h-146v-100h-100v200h350v-100z" />
+    <glyph glyph-name="eight" unicode="8" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v193q0 57 50 77q-50 20 -50 77v153q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-153q0 -57 -50 -77q50 -20 50 -77v-193zM300 420v180h-150v-180h150zM300 100v220h-150v-220h150z" />
+    <glyph glyph-name="nine" unicode="9" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v100h100v-100h150v230q-18 -50 -77 -50h-73q-42 0 -71 29t-29 71v220q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 380v220h-150v-220h150z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="200" 
+d="M160 410q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM160 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="200" 
+d="M160 52q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41zM160 410q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="less" unicode="&#x3c;" 
+d="M103 233l322 -110v-96l-400 141v133l400 141v-96z" />
+    <glyph glyph-name="equal" unicode="=" 
+d="M425 280h-400v90h400v-90zM425 100h-400v90h400v-90z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" 
+d="M25 123l322 112l-322 111v96l400 -141v-133l-400 -141v96z" />
+    <glyph glyph-name="question" unicode="?" 
+d="M400 516q0 -48 -49 -97l-115 -115l52 -54l-72 -72l-54 52q-26 26 -26 67q0 47 30 77l134 134v92h-150v-100h-100v100q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-84zM286 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5
+t17.5 -42.5z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="563" 
+d="M338 380h-120v-290h120v290zM403 0q-20 0 -32 7t-20 16q-9 10 -13 23q-4 -13 -14 -23q-8 -9 -22 -16t-36 -7h-48q-38 0 -64 26t-26 64v290q0 38 26 64t64 26h48q22 0 36 -7.5t22 -15.5q10 -11 14 -23v46h90v-425h45v317q0 40 -15 74.5t-41 60.5t-60.5 41t-74.5 15
+t-74.5 -15t-60.5 -41t-41 -60.5t-15 -74.5v-252q0 -40 15 -74.5t41 -60.5t60.5 -41t74.5 -15q26 0 51 7t45 19l21 -35q-25 -15 -55 -23.5t-62 -8.5q-48 0 -90.5 18t-74 49.5t-49.5 74t-18 90.5v252q0 48 18 90t49.5 73.5t74 50t90.5 18.5t90 -18.5t73.5 -50t49.5 -73.5
+t18 -90v-317q0 -19 -10.5 -32t-29.5 -13h-70z" />
+    <glyph glyph-name="A" unicode="A" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="451" 
+d="M401 100q0 -42 -29 -71t-71 -29h-250v700h250q42 0 71 -29t29 -71v-153q0 -57 -50 -77q50 -20 50 -77v-193zM301 420v180h-150v-180h150zM301 100v220h-150v-220h150z" />
+    <glyph glyph-name="C" unicode="C" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-500h150v100h100v-100z" />
+    <glyph glyph-name="D" unicode="D" 
+d="M400 100q0 -42 -29 -71t-71 -29h-250v700h250q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="387" 
+d="M350 0h-300v700h300v-100h-200v-180h150v-100h-150v-220h200v-100z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="375" 
+d="M350 600h-200v-180h150v-100h-150v-320h-100v700h300v-100z" />
+    <glyph glyph-name="G" unicode="G" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-500h150v170h-75v100h175v-270z" />
+    <glyph glyph-name="H" unicode="H" 
+d="M400 0h-100v320h-150v-320h-100v700h100v-280h150v280h100v-700z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="200" 
+d="M150 0h-100v700h100v-700z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="400" 
+d="M350 100q0 -42 -29 -71t-71 -29h-125q-42 0 -71 29t-29 71v100h100v-100h125v600h100v-600z" />
+    <glyph glyph-name="K" unicode="K" 
+d="M450 0h-114l-120 279l-66 -128v-151h-100v700h100v-358l182 358h106l-166 -324z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="375" 
+d="M350 0h-300v700h100v-600h200v-100z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="568" 
+d="M518 0h-100v444l-118 -444h-32l-118 444v-444h-100v700h126l108 -412l108 412h126v-700z" />
+    <glyph glyph-name="N" unicode="N" 
+d="M400 0h-88l-162 458v-458h-100v700h108l142 -412v412h100v-700z" />
+    <glyph glyph-name="O" unicode="O" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="437" 
+d="M400 380q0 -21 -8 -39t-21.5 -31.5t-31.5 -21.5t-39 -8h-150v-280h-100v700h250q42 0 71 -29t29 -71v-220zM300 380v220h-150v-220h150z" />
+    <glyph glyph-name="Q" unicode="Q" 
+d="M400 100q0 -42 -29 -71t-71 -29h-25v-50h50v-100h-50q-42 0 -71 29t-29 71v50h-25q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150z" />
+    <glyph glyph-name="R" unicode="R" 
+d="M400 0h-106l-66 280h-78v-280h-100v700h250q42 0 71 -29t29 -71v-220q0 -82 -79 -95zM300 380v220h-150v-220h150z" />
+    <glyph glyph-name="S" unicode="S" 
+d="M352 309q48 -47 48 -106v-103q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v100h100v-100h150v116l-202 201q-48 47 -48 106v77q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-90z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="400" 
+d="M375 600h-125v-600h-100v600h-125v100h350v-100z" />
+    <glyph glyph-name="U" unicode="U" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v600h100v-600h150v600h100v-600z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="448" 
+d="M436 700l-150 -700h-124l-150 700h111l101 -543l101 543h111z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="654" 
+d="M642 700l-120 -700h-119l-76 456l-76 -456h-119l-120 700h108l81 -528l80 528h93l79 -528l82 528h107z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="448" 
+d="M446 0h-119l-103 278l-103 -278h-119l160 366l-144 334h115l91 -246l91 246h115l-144 -334z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="400" 
+d="M400 700l-151 -430v-270h-100v270l-149 430h110l90 -320l90 320h110z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="432" 
+d="M395 0h-358v100l236 500h-228v100h342v-100l-236 -500h244v-100z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="245" 
+d="M220 -151h-170v951h170v-64h-107v-823h107v-64z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="295" 
+d="M295 -151h-64l-231 951h63z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="245" 
+d="M195 -151h-170v64h107v823h-107v64h170v-951z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="300" 
+d="M275 555l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="underscore" unicode="_" 
+d="M450 -90h-450v90h450v-90z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="400" 
+d="M285 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-48q-56 0 -72 46v-46h-90v700h90v-276q16 46 72 46h48q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-90h-90v90h-120v-290h120v90h90v-90z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h48q56 0 72 -46v276h90v-700zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="400" 
+d="M350 180h-210v-90h177v-90h-177q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-200zM260 270v110h-120v-110h120z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="290" 
+d="M265 380h-90v-380h-90v380h-70v90h70v140q0 19 7 35.5t19.5 28.5t29 19t34.5 7h90v-90h-90v-140h90v-90z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="400" 
+d="M350 -60q0 -18 -7 -34.5t-19.5 -28.5t-29 -19.5t-34.5 -7.5h-154v90h154v106q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v290q0 37 26.5 63.5t63.5 26.5h48q56 0 72 -46v46h90v-530zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="400" 
+d="M350 0h-90v380h-120v-380h-90v700h90v-276q16 46 72 46h48q38 0 64 -26t26 -64v-380z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="190" 
+d="M156 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM140 0h-90v470h90v-470z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="190" 
+d="M156 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM140 -60q0 -18 -7 -34.5t-19.5 -28.5t-29 -19.5t-34.5 -7.5h-90v90h90v530h90v-530z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="360" 
+d="M360 0h-100l-68 190l-52 -90v-100h-90v700h90v-448l120 218h96l-110 -194z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="190" 
+d="M140 0h-90v700h90v-700z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="580" 
+d="M530 0h-90v380h-105v-380h-90v380h-105v-380h-90v470h90v-46q16 46 72 46h41q56 0 72 -46q16 46 72 46h43q38 0 64 -26t26 -64v-380z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="400" 
+d="M350 0h-90v380h-120v-380h-90v470h90v-46q16 46 72 46h48q38 0 64 -26t26 -64v-380z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="400" 
+d="M350 90q0 -37 -26.5 -63.5t-63.5 -26.5h-48q-56 0 -72 46v-196h-90v620h90v-46q16 46 72 46h48q37 0 63.5 -26.5t26.5 -63.5v-290zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="400" 
+d="M350 -150h-90v196q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v290q0 37 26.5 63.5t63.5 26.5h48q56 0 72 -46v46h90v-620zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="272" 
+d="M260 380h-120v-380h-90v470h90v-46q16 46 72 46h48v-90z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v70h90v-70h120v70l-140 66q-70 33 -70 90v64q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-70h-90v70h-120v-60l128 -60q82 -37 82 -92v-78z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="290" 
+d="M265 0h-90q-37 0 -63.5 26.5t-26.5 63.5v290h-70v90h70v140h90v-140h90v-90h-90v-290h90v-90z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v380h90v-380h120v380h90v-470z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="376" 
+d="M364 470l-118 -470h-116l-118 470h96l80 -356l80 356h96z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="532" 
+d="M520 470l-98 -470h-102l-54 272l-54 -272h-102l-98 470h96l60 -328l62 328h72l62 -328l60 328h96z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="376" 
+d="M364 0h-101l-75 175l-76 -175h-100l116 232l-116 238h100l76 -177l75 177h101l-116 -238z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="376" 
+d="M364 470l-174 -620h-96l46 150l-128 470h96l80 -336l80 336h96z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="350" 
+d="M325 0h-300v90l184 290h-176v90h286v-90l-184 -290h190v-90z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="258" 
+d="M139 -87h107v-64h-107q-26 0 -44.5 19t-18.5 45v380h-64v64h64v379q0 26 18.5 45t44.5 19h107v-64h-107v-359q0 -22 -11 -35t-26 -17q15 -4 26 -17.5t11 -35.5v-359z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="140" 
+d="M88 -200h-38v1000h38v-1000z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="258" 
+d="M119 272q0 22 11 35t26 17q-15 4 -26 17.5t-11 35.5v359h-107v64h107q26 0 44.5 -19t18.5 -45v-379h64v-64h-64v-380q0 -26 -18.5 -45t-44.5 -19h-107v64h107v359z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="335" 
+d="M25 575l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="200" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="200" 
+d="M160 420q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM150 -230h-100v500h100v-500z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" 
+d="M150 190h150v89h100v-89q0 -42 -29 -71t-71 -29h-30v-90h-90v90h-30q-42 0 -71 29t-29 71v320q0 42 29 71t71 29h30v90h90v-90h30q42 0 71 -29t29 -71v-86h-100v86h-150v-320z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="468" 
+d="M428 100q0 -42 -29 -71t-71 -29h-303v100h53v220h-50v100h50v180q0 42 29 71t71 29h100q42 0 71 -29t29 -71v-100h-100v100h-100v-180h100v-100h-100v-220h150v100h100v-100z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="549" 
+d="M499 481l-79 -79q3 -11 3 -22v-120q0 -14 -3 -24l76 -76l-64 -63l-76 76q-11 -3 -23 -3h-120h-12t-11 2l-74 -74l-64 64l74 74q-3 10 -3 24v120q0 11 3 23l-76 76l63 64l76 -76q12 3 24 3h120q12 0 24 -3l78 78zM333 260v120h-120v-120h120z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="442" 
+d="M25 410h96l-100 290h110l90 -320l90 320h110l-102 -290h98v-80h-126l-21 -60v-40h147v-80h-147v-150h-100v150h-145v80h145v40l-21 60h-124v80z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="140" 
+d="M50 -200v400h38v-400h-38zM88 400h-38v400h38v-400z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="400" 
+d="M350 320q0 -54 -48 -79q25 -19 25 -73v-78q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-74q-37 0 -63.5 26.5t-26.5 63.5v70h90v-70h74v82l-117 54q-70 31 -70 90v64q0 61 57 84q-34 25 -34 82v64q0 19 7 35.5t19.5 28.5t29 19t34.5 7h74q38 0 64 -26t26 -64v-70h-90
+v70h-74v-69l105 -51q82 -40 82 -92v-78zM260 265v125l-120 58v-128z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="400" 
+d="M340 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM180 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="797" 
+d="M716 350q0 66 -25 124t-68 101t-101 68t-124 25t-123.5 -25t-101 -68t-68.5 -101t-25 -124t25 -124t68.5 -101t101 -68t123.5 -25t124 25t101 68t68 101t25 124zM757 350q0 -74 -28.5 -139.5t-77 -114.5t-114 -77t-139.5 -28t-139.5 28t-114 77t-76.5 114.5t-28 139.5
+t28 139.5t76.5 114t114 77t139.5 28.5t139.5 -28.5t114 -77t77 -114t28.5 -139.5zM556 210q0 -26 -18.5 -45t-45.5 -19h-186q-26 0 -45 19t-19 45v280q0 26 19 45t45 19h186q27 0 45.5 -19t18.5 -45v-64h-64v64h-186v-280h186v64h64v-64z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="375" 
+d="M50 195h275v-85h-275v85zM240 460h-104v-95h104v95zM240 280v38q-3 -11 -11 -19q-7 -8 -18.5 -13.5t-29.5 -5.5h-39q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v85q0 42 26.5 66t63.5 24h41q18 0 29.5 -6t18.5 -13q8 -9 11 -19v108h-145v85h140q38 0 64 -26t26 -64v-330
+h-85z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="388" 
+d="M363 154l-44 -44l-125 125l125 125l44 -44l-81 -81zM194 154l-44 -44l-125 125l125 125l44 -44l-81 -81z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" 
+d="M425 100h-90v180h-310v90h400v-270z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="261" 
+d="M236 190h-211v90h211v-90z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="438" 
+d="M364 529q0 30 -11.5 57t-31 46.5t-46 31t-56.5 11.5t-56.5 -11.5t-46 -31t-31 -46.5t-11.5 -57t11.5 -56.5t31 -46t46 -31t56.5 -11.5t56.5 11.5t46 31t31 46t11.5 56.5zM398 529q0 -37 -14 -69.5t-38.5 -57t-57 -38.5t-69.5 -14t-69.5 14t-57 38.5t-38.5 57t-14 69.5
+t14 70t38.5 57.5t57 38.5t69.5 14t69.5 -14t57 -38.5t38.5 -57.5t14 -70zM300 430h-45l-46 65h-28v-65h-42v199h133q28 0 28 -28v-77q0 -29 -28 -29h-17zM258 538v49h-77v-49h77z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="400" 
+d="M317 577h-233v62h233v-62z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="253" 
+d="M228 611q0 -21 -8 -39.5t-21.5 -32t-32 -21.5t-39.5 -8t-39.5 8t-32.5 21.5t-22 32t-8 39.5t8 39.5t22 32.5t32.5 22t39.5 8t39.5 -8t32 -22t21.5 -32.5t8 -39.5zM181 611q0 23 -15.5 38.5t-38.5 15.5q-22 0 -38 -15.5t-16 -38.5q0 -22 16 -38t38 -16q23 0 38.5 16
+t15.5 38z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="448" 
+d="M24 90h152v135h-152v90h152v156h90v-156h158v-90h-158v-135h158v-90h-400v90z" />
+    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="310" 
+d="M195 589v41h-80v-49h-70v59q0 25 17.5 42.5t42.5 17.5h100q25 0 42.5 -17.5t17.5 -42.5v-51q0 -16 -4 -26.5t-12 -20.5l-134 -172v-20h150v-70h-220v90q0 16 4 26.5t12 20.5z" />
+    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="310" 
+d="M265 340q0 -25 -17.5 -42.5t-42.5 -17.5h-100q-25 0 -42.5 17.5t-17.5 42.5v65h70v-55h80v117h-90v70h90v93h-80v-55h-70v65q0 25 17.5 42.5t42.5 17.5h100q25 0 42.5 -17.5t17.5 -42.5v-92q0 -35 -30 -47q30 -11 30 -46v-115z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="400" 
+d="M285 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="400" 
+d="M140 -150h-90v620h90v-380h120v380h90v-470h-90v46q-16 -46 -72 -46t-72 46l24 -111v-85z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="437" 
+d="M334 662v-813h-38v813h-63v-813h-38v512q-35 0 -66 13.5t-54 36.5t-36.5 54t-13.5 66t13.5 65.5t36.5 53.5t54 36.5t66 13.5h217v-38h-78z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="200" 
+d="M160 242q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="400" 
+d="M274 -93q0 -25 -18 -43.5t-43 -18.5h-87v62h86v28h-61v70h62v-35h61v-63z" />
+    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="266" 
+d="M233 280h-200v70h65v280h-65v70h135v-350h65v-70z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="375" 
+d="M50 195h275v-85h-275v85zM240 615h-105v-250h105v250zM325 370q0 -38 -26 -64t-64 -26h-95q-38 0 -64 26t-26 64v240q0 38 26 64t64 26h95q38 0 64 -26t26 -64v-240z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="388" 
+d="M363 235l-125 -125l-44 44l81 81l-81 81l44 44zM194 235l-125 -125l-44 44l81 81l-81 81l44 44z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="623" 
+d="M233 280h-200v70h65v280h-65v70h135v-350h65v-70zM462 700l-232 -700h-64l232 700h64zM590 85h-30v-85h-70v85h-135v70l133 265h72v-265h30v-70zM490 155v140l-66 -140h66z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="672" 
+d="M233 280h-200v70h65v280h-65v70h135v-350h65v-70zM462 700l-232 -700h-64l232 700h64zM557 309v41h-80v-49h-70v59q0 25 17.5 42.5t42.5 17.5h100q25 0 42.5 -17.5t17.5 -42.5v-51q0 -16 -4 -26.5t-12 -20.5l-134 -172v-20h150v-70h-220v90q0 16 4 26.5t12 20.5z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="667" 
+d="M265 340q0 -25 -17.5 -42.5t-42.5 -17.5h-100q-25 0 -42.5 17.5t-17.5 42.5v65h70v-55h80v117h-90v70h90v93h-80v-55h-70v65q0 25 17.5 42.5t42.5 17.5h100q25 0 42.5 -17.5t17.5 -42.5v-92q0 -35 -30 -47q30 -11 30 -46v-115zM506 700l-232 -700h-64l232 700h64zM634 85
+h-30v-85h-70v85h-135v70l133 265h72v-265h30v-70zM534 155v140l-66 -140h66z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" 
+d="M284 420q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM400 -130q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v84q0 48 49 97l115 115l-52 54l72 72l54 -52q26 -26 26 -67q0 -47 -30 -77l-134 -134v-92h150v100
+h100v-100z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM320 798l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM310 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM350 798l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM83 828l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM365 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM205 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5
+t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" 
+d="M438 0h-106l-20 100h-174l-20 -100h-106l150 700h126zM292 200l-65 326l-69 -326h134zM309 827q0 -35 -24 -59.5t-59 -24.5t-59.5 24.5t-24.5 59.5t24.5 59t59.5 24t59 -24t24 -59zM262 827q0 14 -11 24.5t-25 10.5t-24.5 -10.5t-10.5 -24.5t10.5 -25t24.5 -11t25 11
+t11 25z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="655" 
+d="M630 0h-300v100h-174l-40 -100h-116l307 700h323v-100h-200v-180h150v-100h-150v-220h200v-100zM330 200v326l-134 -326h134z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" 
+d="M299 -93q0 -25 -18 -43.5t-43 -18.5h-87v62h86v28h-61v65h-26q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-500h150v100h100v-100q0 -42 -29 -71t-71 -29h-62v-30h61v-63z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="387" 
+d="M350 0h-300v700h300v-100h-200v-180h150v-100h-150v-220h200v-100zM295 798l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="387" 
+d="M350 0h-300v700h300v-100h-200v-180h150v-100h-150v-220h200v-100zM285 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="387" 
+d="M350 0h-300v700h300v-100h-200v-180h150v-100h-150v-220h200v-100zM325 798l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="387" 
+d="M350 0h-300v700h300v-100h-200v-180h150v-100h-150v-220h200v-100zM340 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM180 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5
+t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="200" 
+d="M150 0h-100v700h100v-700zM197 798l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="200" 
+d="M150 0h-100v700h100v-700zM187 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="200" 
+d="M150 0h-100v700h100v-700zM227 798l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="200" 
+d="M150 0h-100v700h100v-700zM242 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM82 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" 
+d="M300 100v500h-150v-199h67v-62h-67v-239h150zM400 100q0 -42 -29 -71t-71 -29h-250v339h-66v62h66v299h250q42 0 71 -29t29 -71v-500z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" 
+d="M400 0h-88l-162 458v-458h-100v700h108l142 -412v412h100v-700zM83 828l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150zM320 798l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150zM310 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150zM350 798l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150zM83 828l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-500zM300 100v500h-150v-500h150zM365 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM205 838
+q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="448" 
+d="M399 347l-112 -112l109 -109l-64 -63l-108 109l-108 -108l-64 64l108 107l-110 110l63 64l111 -110l111 112z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" 
+d="M415 774l-41 -107q26 -29 26 -67v-500q0 -42 -29 -71t-71 -29h-150q-18 0 -39 8l-33 -82h-44l42 107q-26 29 -26 67v500q0 42 29 71t71 29h150q18 0 39 -8l32 82h44zM302 600h-152v-388zM300 100v388l-153 -388h153z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v600h100v-600h150v600h100v-600zM320 798l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v600h100v-600h150v600h100v-600zM310 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v600h100v-600h150v600h100v-600zM350 798l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" 
+d="M400 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v600h100v-600h150v600h100v-600zM365 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM205 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5
+t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="400" 
+d="M400 700l-151 -430v-270h-100v270l-149 430h110l90 -320l90 320h110zM285 879l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="425" 
+d="M400 242q0 -21 -8 -39.5t-21.5 -32t-31.5 -21t-39 -7.5h-150v-142h-100v700h100v-138h150q42 0 71 -29t29 -71v-220zM300 242v220h-150v-220h150z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-61v90h61v290h-61v90h61v140h-120v-610h-90v610q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-108q0 -57 -50 -77q50 -18 50 -77v-258z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM285 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM277 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM317 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM50 598l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54
+q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM332 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5
+t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM172 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="390" 
+d="M340 0h-90v38q-5 -19 -25 -28.5t-34 -9.5h-59q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h176q38 0 64 -26t26 -64v-380zM250 90v110h-119v-110h119zM276 597q0 -35 -24 -59.5t-59 -24.5t-59.5 24.5t-24.5 59.5t24.5 59
+t59.5 24t59 -24t24 -59zM229 597q0 14 -11 24.5t-25 10.5t-24.5 -10.5t-10.5 -24.5t10.5 -25t24.5 -11t25 11t11 25z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="600" 
+d="M132 0q-18 0 -35 7t-29.5 19.5t-20 29t-7.5 34.5v110q0 42 26 66t64 24h61q48 0 59 -38v128h-176v90h161q52 0 60 -48q7 48 61 48h104q38 0 64 -26t26 -64v-200h-210v-90h177v-90h-161q-54 0 -61 48q-8 -48 -60 -48h-103zM460 270v110h-120v-110h120zM250 90v110h-119
+v-110h119z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="400" 
+d="M274 -93q0 -25 -18 -43.5t-43 -18.5h-87v62h86v28h-61v65h-11q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-90h-90v90h-120v-290h120v90h90v-90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-47v-30h61v-63z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="400" 
+d="M350 180h-210v-90h177v-90h-177q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-200zM260 270v110h-120v-110h120zM295 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="400" 
+d="M350 180h-210v-90h177v-90h-177q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-200zM260 270v110h-120v-110h120zM285 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="400" 
+d="M350 180h-210v-90h177v-90h-177q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-200zM260 270v110h-120v-110h120zM325 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="400" 
+d="M350 180h-210v-90h177v-90h-177q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-200zM260 270v110h-120v-110h120zM340 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5
+t17.5 -42.5zM180 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="190" 
+d="M140 0h-90v470h90v-470zM192 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="190" 
+d="M140 0h-90v470h90v-470zM182 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="190" 
+d="M140 0h-90v470h90v-470zM222 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="190" 
+d="M140 0h-90v470h90v-470zM237 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM77 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="400" 
+d="M260 90v290h-120v-290h120zM342 600l-54 -25l35 -73q16 -32 21.5 -62t5.5 -60v-290q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h54q36 0 53 -20l-40 87l-56 -26l-38 82l55 26l-38 81h99
+l20 -44l55 26z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="400" 
+d="M350 0h-90v380h-120v-380h-90v470h90v-46q16 46 72 46h48q38 0 64 -26t26 -64v-380zM58 598l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120zM295 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120zM285 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120zM325 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120zM58 598l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54
+q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v290q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-290zM260 90v290h-120v-290h120zM340 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5
+t42.5 17.5t42.5 -17.5t17.5 -42.5zM180 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="448" 
+d="M281 405q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM281 65q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM24 190v90h400v-90h-400z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="400" 
+d="M386 523l-52 -91q16 -23 16 -52v-290q0 -37 -26.5 -63.5t-63.5 -26.5h-120q-22 0 -46 12l-36 -65h-43l52 91q-17 23 -17 52v290q0 37 26.5 63.5t63.5 26.5h120q23 0 46 -12l37 65h43zM262 380h-122v-217zM260 90v217l-121 -217h121z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v380h90v-380h120v380h90v-470zM295 568l-44 -44l-125 125l44 44z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v380h90v-380h120v380h90v-470zM285 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v380h90v-380h120v380h90v-470zM325 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="400" 
+d="M350 0h-90v46q-16 -46 -72 -46h-48q-37 0 -63.5 26.5t-26.5 63.5v380h90v-380h120v380h90v-470zM340 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM180 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5
+t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="376" 
+d="M364 470l-174 -620h-96l46 150l-128 470h96l80 -336l80 336h96zM275 649l-125 -125l-44 44l125 125z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="400" 
+d="M350 90q0 -37 -26.5 -63.5t-63.5 -26.5h-48q-56 0 -72 46v-196h-90v850h90v-276q16 46 72 46h48q37 0 63.5 -26.5t26.5 -63.5v-290zM260 90v290h-120v-290h120z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="376" 
+d="M364 470l-174 -620h-96l46 150l-128 470h96l80 -336l80 336h96zM330 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM170 608q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5
+t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="190" 
+d="M140 0h-90v470h90v-470z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="625" 
+d="M600 0h-251v54q-4 -22 -20 -38t-41 -16h-138q-42 0 -71 29t-29 71v500q0 42 29 71t71 29h138q25 0 41 -16t20 -38v54h251v-100h-200v-180h150v-100h-150v-220h200v-100zM300 100v500h-150v-500h150z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="610" 
+d="M260 380h-120v-290h120v290zM470 380h-120v-110h120v110zM245 470q27 0 42.5 -12t18.5 -29q3 17 18 29t42 12h104q38 0 64 -26t26 -64v-200h-210v-90h177v-90h-161q-27 0 -42.5 12t-18.5 29q-3 -17 -18 -29t-42 -12h-105q-38 0 -64 26t-26 64v290q0 38 26 64t64 26h105z
+" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" 
+d="M352 309q48 -47 48 -106v-103q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v100h100v-100h150v116l-202 201q-48 47 -48 106v77q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-90zM225 754l-125 125l44 44l81 -81l81 81l44 -44z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="400" 
+d="M350 90q0 -18 -7 -34.5t-19 -29t-28.5 -19.5t-35.5 -7h-120q-37 0 -63.5 26.5t-26.5 63.5v70h90v-70h120v70l-140 66q-70 33 -70 90v64q0 19 7 35.5t19.5 28.5t29 19t34.5 7h120q38 0 64 -26t26 -64v-70h-90v70h-120v-60l128 -60q82 -37 82 -92v-78zM200 524l-125 125
+l44 44l81 -81l81 81l44 -44z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="400" 
+d="M400 700l-151 -430v-270h-100v270l-149 430h110l90 -320l90 320h110zM340 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM180 838q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5
+t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="432" 
+d="M395 0h-358v100l236 500h-228v100h342v-100l-236 -500h244v-100zM216 754l-125 125l44 44l81 -81l81 81l44 -44z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="350" 
+d="M325 0h-300v90l184 290h-176v90h286v-90l-184 -290h190v-90zM177 524l-125 125l44 44l81 -81l81 81l44 -44z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="311" 
+d="M286 310h-91v-370q0 -38 -26 -64t-64 -26h-90v90h90v370h-89v90h89v210q0 19 7 35.5t19.5 28.5t29 19t34.5 7h91v-90h-91v-210h91v-90z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="400" 
+d="M325 568l-44 -44l-81 81l-81 -81l-44 44l125 125z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="400" 
+d="M200 524l-125 125l44 44l81 -81l81 81l44 -44z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="400" 
+d="M283 597q0 -35 -24 -59.5t-59 -24.5t-59.5 24.5t-24.5 59.5t24.5 59t59.5 24t59 -24t24 -59zM236 597q0 14 -11 24.5t-25 10.5t-24.5 -10.5t-10.5 -24.5t10.5 -25t24.5 -11t25 11t11 25z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="400" 
+d="M58 598l54 54q18 18 44 18t44 -18l46 -45l54 54l43 -44l-54 -54q-18 -18 -44 -18t-44 18l-46 45l-53 -53z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" 
+d="M425 190h-400v90h400v-90z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="654" 
+d="M629 190h-604v90h604v-90z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="200" 
+d="M152 549q0 -25 -17.5 -42.5t-42.5 -17.5q-24 0 -42 17t-18 41q0 12 8 30l56 122h48l-30 -96q36 -13 38 -54z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="200" 
+d="M160 652q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="200" 
+d="M160 52q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="351" 
+d="M315 549q0 -25 -17.5 -42.5t-42.5 -17.5q-24 0 -42 17t-18 41q0 12 8 30l56 122h48l-30 -96q36 -13 38 -54zM156 549q0 -25 -17.5 -42.5t-42.5 -17.5q-24 0 -42 17t-18 41q0 12 8 30l56 122h48l-30 -96q36 -13 38 -54z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="346" 
+d="M310 652q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41zM156 652q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="354" 
+d="M314 52q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41zM160 52q0 -12 -8 -30l-56 -122h-48l30 96q-38 14 -38 54q0 25 17.5 42.5t42.5 17.5q24 0 42 -17t18 -41z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="348" 
+d="M323 519h-117v-319h-64v319h-117v64h117v117h64v-117h117v-64z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="348" 
+d="M323 317h-117v-117h-64v117h-117v64h117v138h-117v64h117v117h64v-117h117v-64h-117v-138h117v-64z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="393" 
+d="M353 235q0 -33 -12.5 -61.5t-33.5 -49.5t-49.5 -33.5t-61.5 -12.5q-32 0 -60.5 12.5t-49.5 33.5t-33.5 49.5t-12.5 61.5t12.5 61.5t33.5 49.5t49.5 33.5t60.5 12.5q33 0 61.5 -12.5t49.5 -33.5t33.5 -49.5t12.5 -61.5z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="600" 
+d="M560 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM360 50q0 -25 -17.5 -42.5t-42.5 -17.5t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5zM160 50q0 -25 -17.5 -42.5t-42.5 -17.5
+t-42.5 17.5t-17.5 42.5t17.5 42.5t42.5 17.5t42.5 -17.5t17.5 -42.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="923" 
+d="M873 67q0 -28 -19.5 -47.5t-47.5 -19.5h-90q-28 0 -47.5 19.5t-19.5 47.5v217q0 28 19.5 47.5t47.5 19.5h90q28 0 47.5 -19.5t19.5 -47.5v-217zM806 67v217h-90v-217h90zM275 416q0 -28 -19.5 -47.5t-48.5 -19.5h-89q-29 0 -48.5 19.5t-19.5 47.5v217q0 28 20 47.5
+t48 19.5h89q28 0 48 -19.5t20 -47.5v-217zM473 700l-232 -700h-64l232 700h64zM599 67q0 -28 -19.5 -47.5t-47.5 -19.5h-90q-28 0 -47.5 19.5t-19.5 47.5v217q0 28 19.5 47.5t47.5 19.5h90q28 0 47.5 -19.5t19.5 -47.5v-217zM207 416v217h-89v-217h89zM532 67v217h-90v-217
+h90z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="219" 
+d="M194 166l-44 -44l-125 125l125 125l44 -44l-81 -81z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="219" 
+d="M194 247l-125 -125l-44 44l81 81l-81 81l44 44z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="96" 
+d="M196 700l-232 -700h-64l232 700h64z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="475" 
+d="M425 100q0 -42 -29 -71t-71 -29h-150q-42 0 -71 29t-29 71v125h-50v100h50v46h-50v100h50v129q0 42 29 71t71 29h150q42 0 71 -29t29 -71v-100h-100v100h-150v-129h137v-100h-137v-46h137v-100h-137v-125h150v100h100v-100z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="443" 
+d="M393 420h-40v178l-48 -178h-12l-48 178v-178h-40v280h51l43 -165l43 165h51v-280zM165 660h-50v-240h-40v240h-50v40h140v-40z" />
+    <glyph glyph-name="glyph206" horiz-adv-x="310" 
+d="M195 309v41h-80v-49h-70v59q0 25 17.5 42.5t42.5 17.5h100q25 0 42.5 -17.5t17.5 -42.5v-51q0 -16 -4 -26.5t-12 -20.5l-134 -172v-20h150v-70h-220v90q0 16 4 26.5t12 20.5z" />
+    <glyph glyph-name="glyph207" horiz-adv-x="301" 
+d="M268 85h-30v-85h-70v85h-135v70l133 265h72v-265h30v-70zM168 155v140l-66 -140h66z" />
+    <glyph glyph-name="glyph225" horiz-adv-x="0" 
+ />
+  </font>
+</defs></svg>
diff --git a/src/fonts/RefrigeratorDelxW01Bold.ttf b/src/fonts/RefrigeratorDelxW01Bold.ttf
new file mode 100644
index 0000000000000000000000000000000000000000..f5a52da9163c4574a71ecb719104d3a2c6b60620
Binary files /dev/null and b/src/fonts/RefrigeratorDelxW01Bold.ttf differ
diff --git a/src/fonts/RefrigeratorDelxW01Bold.woff b/src/fonts/RefrigeratorDelxW01Bold.woff
new file mode 100644
index 0000000000000000000000000000000000000000..3b8b5fb4eabba102c4d07f55d7175e8ec9a2e031
Binary files /dev/null and b/src/fonts/RefrigeratorDelxW01Bold.woff differ
diff --git a/src/styles/abstracts/_fonts.scss b/src/styles/abstracts/_fonts.scss
new file mode 100644
index 0000000000000000000000000000000000000000..33a87986c79e7056e923ea8c312169ccd005b33e
--- /dev/null
+++ b/src/styles/abstracts/_fonts.scss
@@ -0,0 +1,29 @@
+@font-face {
+    font-family: 'RefrigeratorDelxW01Bold';
+    src: url('../fonts/RefrigeratorDelxW01Bold.eot');
+    src: url('../fonts/RefrigeratorDelxW01Bold.eot') format('embedded-opentype'),
+         url('../fonts/RefrigeratorDelxW01Bold.woff') format('woff'),
+         url('../fonts/RefrigeratorDelxW01Bold.ttf') format('truetype'),
+         url('../fonts/RefrigeratorDelxW01Bold.svg#RefrigeratorDelxW01Bold') format('svg');
+     font-weight: bold;
+}
+@font-face {
+    font-family: 'Facit';
+    src: url('../fonts/FacitRegular.eot');
+    src: url('../fonts/FacitRegular.eot') format('embedded-opentype'),
+         url('../fonts/FacitRegular.woff2') format('woff2'),
+         url('../fonts/FacitRegular.woff') format('woff'),
+         url('../fonts/FacitRegular.ttf') format('truetype'),
+         url('../fonts/FacitRegular.svg#FacitRegular') format('svg');
+     font-weight: 400;
+}
+@font-face {
+    font-family: 'Facit';
+    src: url('../fonts/FacitBold.eot');
+    src: url('../fonts/FacitBold.eot') format('embedded-opentype'),
+         url('../fonts/FacitBold.woff2') format('woff2'),
+         url('../fonts/FacitBold.woff') format('woff'),
+         url('../fonts/FacitBold.ttf') format('truetype'),
+         url('../fonts/FacitBold.svg#FacitBold') format('svg');
+    font-weight: 700;
+}
\ No newline at end of file
diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss
index bfb5c002d45f7f105f883acf51ab3051022b429e..a4715a7513e032d706b494accdfd24e0a848fbea 100644
--- a/src/styles/abstracts/_variables.scss
+++ b/src/styles/abstracts/_variables.scss
@@ -19,10 +19,14 @@ $color-244-10-70: hsl(244, 10%, 70%);
 $color-215-6-63: hsl(215, 6%, 63%);
 $color-210-5-56: hsl(210, 5%, 56%);
 $color-210-4-50: hsl(210, 4%, 50%);
+$color-212-4-50: hsl(212.7,4.3%,50%);
 $color-213-4-50: hsl(213, 4%, 50%);
 $color-213-13-86: hsla(213, 13%, 86%, 0.2);
 $color-0-0-29: hsl(0, 0%, 29%);
+$color-0-0-22: hsl(0,0%,22.7%);
+$color-203-87-19: hsl(203, 87.8%, 19.2%);
 $color-233-18-29: hsl(233, 18%, 29%);
 $color-233-20-17: hsl(233, 20%, 17%);
 $color-216-4-22: hsl(216, 4%, 22%);
 $color-244-73-62: hsl(244, 73%, 62%);
+$color-357-67-45: hsl(357,67.5%,45.9%);
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 3dd012dd473adee853158b501ea765e8291aff2f..b2b17ba64408c1dad23691c1344ad11f6d95fed6 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -3,6 +3,7 @@
 @import '../../node_modules/include-media/dist/include-media';
 @import '../../node_modules/normalize.css/normalize';
 
+@import 'abstracts/fonts';
 @import 'abstracts/variables';
 @import 'abstracts/mixins';
 @import 'components/icons/index';
@@ -20,4 +21,5 @@ div#viewport {
     @import 'layout/project-profile/index';
     @import 'layout/circle/index';
     @import 'layout/user/index';
+    @import 'layout/events/index';
 }
\ No newline at end of file
diff --git a/src/styles/layout/events/_index.scss b/src/styles/layout/events/_index.scss
new file mode 100644
index 0000000000000000000000000000000000000000..a28b32f124df463d61911f433fc2a7833eb5ebb7
--- /dev/null
+++ b/src/styles/layout/events/_index.scss
@@ -0,0 +1 @@
+@import 'events';
\ No newline at end of file
diff --git a/src/styles/layout/events/events.scss b/src/styles/layout/events/events.scss
new file mode 100644
index 0000000000000000000000000000000000000000..73a75c3afdddd694297ac3618d59f24a0c88b8e2
--- /dev/null
+++ b/src/styles/layout/events/events.scss
@@ -0,0 +1,109 @@
+$color-203-87-19: hsl(203, 87.8%, 19.2%);
+$color-357-67-45: hsl(357,67.5%,45.9%);
+$color-212-4-50: hsl(212.7,4.3%,50%);
+$color-0-0-22: hsl(0,0%,22.7%);
+#events {
+    width: 100%;
+    font-family: "Facit";
+    font-weight: 400;
+    color: $color-0-0-22;
+    sib-event {
+        .red-button,
+        .event-type {
+            background-color: $color-357-67-45;
+        }
+        .black-button {
+            background-color: $color-0-0-22;
+            margin-left: 10%;
+        }
+        .event-type,
+        .event-place-name {
+            font-weight: 700;
+        }
+        #listevents [name="name"],
+        sib-display-link-event .mdi::before {
+            color:  $color-357-67-45;
+        }
+        .event-place-name,
+        .nextevent-startdate,
+        sib-display-link-event {
+            color: $color-0-0-22;
+        }
+        .sib-event {
+            font-family: "Facit";
+            font-weight: 400;
+            .page-title {
+                font-family: "RefrigeratorDelxW01Bold";
+                    font-size: 3.2rem;
+                    line-height: 3.8rem;
+                    color: $color-203-87-19;
+            }
+        }
+        #listevents {
+            .newtype .button{
+                font-size: 1.2rem;
+                width: max-content;
+                height: max-content;
+                padding: 5px 20px;
+                color: $color-203-87-19;
+            }
+            sib-form sib-form-dropdown{
+                label div {
+                    height: 2.5rem;
+                }
+                &::before {
+                    font-family: "RefrigeratorDelxW01Bold";
+                    font-size: 2.4rem;
+                    line-height: 29px;
+                    color: $color-203-87-19;
+                    top: -40px;
+                    content: "Research an event";
+                }
+            }
+            [name="name"] {
+                font-family: "RefrigeratorDelxW01Bold";
+                font-size: 2.2rem;
+                line-height: 2.6rem;
+                letter-spacing: 0.32px;
+                color: $color-203-87-19;
+                padding: 5px;
+                max-width: 250px;
+                margin: 5px auto;
+            }
+            .event-type {
+                font-size: 1.1rem;
+                padding: 5px 20px;
+                width: max-content;
+                height: max-content;
+            }
+            sib-display-location-events {
+                padding: 5px;
+            }
+        }
+        #eventdetail {
+            [name="name"] {
+                font-family: "RefrigeratorDelxW01Bold";
+                font-size: 3.2rem;
+                line-height: 3.8rem;
+                color: $color-203-87-19;
+            }
+            sib-display div .event-type {
+                width: max-content;
+                padding: 5px 20px; 
+            }
+            [name="longDescription"] p {
+                font-size: 1.6rem;
+                line-height: 2.6rem;
+            }
+            sib-display-link-event a {
+                font-size: 1.6rem;
+            }
+        }
+        #newevent input[type="submit"], 
+        #newtype input[type="submit"],
+        button {
+            width: max-content;
+            padding: 5px 20px; 
+        }
+    }
+}
\ No newline at end of file